/* updated on 11-09 */

@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,500&display=swap");

@import url("../fonts/gordita/stylesheet.css");
@import url("https://icons.getbootstrap.com/assets/font/bootstrap-icons.min.css");
@import url("https://site-assets.fontawesome.com/releases/v6.5.1/css/all.css");
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0;
}
.modal-dialog-centered {
  display: block !important;
}
.main-page-wrapper {
  overflow-x: hidden;
}
body {
  font-family: "Gordita";
  font-weight: normal;
  font-size: 17px;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
}
.font-garamond {
  font-family: "EB Garamond", serif;
}


h1,
h2,
h3,
h4,
h5,
h6 {


  font-weight: 500;

  color: #000;

  font-size: 50px;


}


h2 {

  font-size: 60px;

  line-height: 1.138em;


}


h3 {


  font-size: 30px;

  line-height: 1.25em;


}

h4 {

  font-size: 32px;


  line-height: 1.25em;

}


h5 {


  font-size: 24px;

  line-height: 1.25em;

}


h6 {

  font-size: 22px;

}

p {

  line-height: 1.777em;

}


.fw-600 {


  font-weight: 600;

}


.fw-500 {


  font-weight: 500;


}


.fs-24 {

  font-size: 24px;

}

.fs-22 {

  font-size: 22px;

}



.fs-20 {


  font-size: 20px;

}


.fs-18 {


  font-size: 18px;


}


.fs-16 {

  font-size: 16px;

}

.fs-14 {

  font-size: 14px;

}

.shapes {

  position: absolute;

  z-index: -1;

}


.color-dark {


  color: #000;

}

.form-error {

  color: #F00;

  font-size: 13px;

}

.error {

  color: #F00 !important;


  font-size: 13px !important;

}

.bg-pink {

  background: #FFF8F4;


}

.bg-pink-two {

  background: #F5EDE8;

}


.bg-pink-three {

  background: #FAF1EC;

}

.bg-light {


  background: #F8F8F8;

}


.dark-bg {

  background: #000;

}

.pl-40 {

  padding-left: 40px;

}

.pr-40 {

  padding-right: 40px;

}

.error {
  font-size: 15px;
  color: #F00
}

.ctn-preloader {

  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
 z-index: 999999;
  background: #fff;
  display: flex;
  align-items: center;
 justify-content: center;
 flex-direction: column;

}

@keyframes spinner {

  to {
  transform: rotateZ(360deg);

  }

}

@keyframes letters-loading {

  0%,
  75%,
  100% {

    opacity: 0;
  transform: rotateY(-90deg);

  }

  25%,
  50% {
    opacity: 1;
  transform: rotateY(0deg);
  }

}

.scroll-top {

  width: 35px;

  height: 35px;

  line-height: 35px;

  position: fixed;

  bottom: 20px;

  right: 5px;

  z-index: 99;

  text-align: center;

  color: #fff;

  font-size: 25px;

  cursor: pointer;

  border-radius: 50%;

  background: #F4CB56;

  transition: all 0.3s ease-in-out;

}

.scroll-top:after {

  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.tran3s {
transition: all 0.3s ease-in-out;

}

.tran4s {

  transition: all 0.4s ease-in-out;

}

.tran5s {

  transition: all 0.5s ease-in-out;

}

.tran6s {
 transition: all 0.6s ease-in-out;

}

* {


  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


a {

  text-decoration: none;
  display: inline-block;
  color: inherit;

}







a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;

}

img {

  max-width: 100%;
  display: block;

}


button {

  border: none;
  outline: none;
 box-shadow: none;
  display: block;
  padding: 0;
  cursor: pointer;
  background: transparent;
  color: inherit;
	
}















button:focus {







  outline: none;







}















input,
textarea {







  outline: none;







  box-shadow: none;







  transition: all 0.3s ease-in-out;







}















audio,
video,
canvas {







  max-width: 100%;







}















iframe {







  border: none !important;







}















.style-none {







  list-style: none;







  padding-left: 0;







  margin-bottom: 0;







}















.p0 {







  padding: 0 !important;







}















.m0 {







  margin: 0 !important;







}















.theme-mb-0 {







  margin-bottom: 0;







}















.theme-pb-0 {







  padding-bottom: 0;







}















.pt-5 {







  padding-top: 5px !important;







}















.pt-10 {







  padding-top: 10px;







}















.pt-15 {







  padding-top: 15px;







}















.pt-20 {







  padding-top: 20px;







}















.pt-25 {







  padding-top: 25px;







}















.pt-30 {







  padding-top: 30px;







}















.pt-35 {







  padding-top: 35px;







}















.pt-40 {







  padding-top: 40px;







}















.pt-45 {







  padding-top: 45px;







}















.pt-50 {







  padding-top: 50px;







}















.pt-55 {







  padding-top: 55px;







}















.pt-60 {







  padding-top: 60px;







}















.pt-65 {







  padding-top: 65px;







}















.pt-70 {







  padding-top: 70px;







}















.pt-75 {







  padding-top: 75px;







}















.pt-80 {







  padding-top: 80px;







}















.pt-85 {







  padding-top: 85px;







}















.pt-90 {







  padding-top: 90px;







}















.pt-95 {







  padding-top: 95px;







}















.pt-100 {







  padding-top: 100px;







}















.pt-110 {







  padding-top: 110px;







}















.pt-120 {







  padding-top: 120px;







}















.pt-130 {







  padding-top: 130px;







}















.pt-140 {







  padding-top: 140px;







}















.pt-150 {







  padding-top: 150px;







}















.pt-160 {







  padding-top: 160px;







}















.pt-170 {







  padding-top: 170px;







}















.pt-180 {







  padding-top: 180px;







}















.pt-190 {







  padding-top: 190px;







}















.pt-200 {







  padding-top: 200px;







}















.pt-225 {







  padding-top: 225px;







}















.pt-250 {







  padding-top: 250px;







}















.pt-300 {







  padding-top: 300px;







}















.pt-350 {







  padding-top: 350px;







}















.pb-5 {







  padding-bottom: 5px !important;







}















.pb-10 {







  padding-bottom: 10px;







}















.pb-15 {







  padding-bottom: 15px;







}















.pb-20 {







  padding-bottom: 20px;







}















.pb-25 {







  padding-bottom: 25px;







}















.pb-30 {







  padding-bottom: 30px;







}















.pb-35 {







  padding-bottom: 35px;







}















.pb-40 {







  padding-bottom: 40px;







}















.pb-45 {







  padding-bottom: 45px;







}















.pb-50 {







  padding-bottom: 50px;







}















.pb-55 {







  padding-bottom: 55px;







}















.pb-60 {







  padding-bottom: 60px;







}















.pb-65 {







  padding-bottom: 65px;







}















.pb-70 {







  padding-bottom: 70px;







}















.pb-75 {







  padding-bottom: 75px;







}















.pb-80 {







  padding-bottom: 80px;







}















.pb-85 {







  padding-bottom: 85px;







}















.pb-90 {







  padding-bottom: 90px;







}















.pb-95 {







  padding-bottom: 95px;







}















.pb-100 {







  padding-bottom: 100px;







}















.pb-110 {







  padding-bottom: 110px;







}















.pb-120 {







  padding-bottom: 120px;







}















.pb-130 {







  padding-bottom: 130px;







}















.pb-140 {







  padding-bottom: 140px;







}















.pb-150 {







  padding-bottom: 150px;







}















.pb-160 {







  padding-bottom: 160px;







}















.pb-170 {







  padding-bottom: 170px;







}















.pb-180 {







  padding-bottom: 180px;







}















.pb-190 {







  padding-bottom: 190px;







}















.pb-200 {







  padding-bottom: 200px;







}















.pb-225 {







  padding-bottom: 225px;







}















.pb-250 {







  padding-bottom: 250px;







}















.pb-300 {







  padding-bottom: 300px;







}















.pb-350 {







  padding-bottom: 350px;







}















.mt-5 {







  margin-top: 5px !important;







}















.mt-10 {







  margin-top: 10px;







}















.mt-15 {







  margin-top: 15px;







}















.mt-20 {







  margin-top: 20px;







}















.mt-25 {







  margin-top: 25px;







}















.mt-30 {







  margin-top: 30px;







}















.mt-35 {







  margin-top: 35px;







}















.mt-40 {







  margin-top: 40px;







}















.mt-45 {







  margin-top: 45px;







}















.mt-50 {







  margin-top: 50px;







}















.mt-55 {







  margin-top: 55px;







}















.mt-60 {







  margin-top: 60px;







}















.mt-65 {







  margin-top: 65px;







}















.mt-70 {







  margin-top: 70px;







}















.mt-75 {







  margin-top: 75px;







}















.mt-80 {







  margin-top: 80px;







}















.mt-85 {







  margin-top: 85px;







}















.mt-90 {







  margin-top: 90px;







}















.mt-95 {







  margin-top: 95px;







}















.mt-100 {







  margin-top: 100px;







}















.mt-110 {







  margin-top: 110px;







}















.mt-120 {







  margin-top: 120px;







}















.mt-130 {







  margin-top: 130px;







}















.mt-140 {







  margin-top: 140px;







}















.mt-150 {







  margin-top: 150px;







}















.mt-160 {







  margin-top: 160px;







}















.mt-170 {







  margin-top: 170px;







}















.mt-180 {







  margin-top: 180px;







}















.mt-190 {







  margin-top: 190px;







}















.mt-200 {







  margin-top: 200px;







}















.mt-225 {







  margin-top: 225px;







}















.mt-250 {







  margin-top: 250px;







}















.mt-300 {







  margin-top: 300px;







}















.mt-350 {







  margin-top: 350px;







}















.mb-5 {







  margin-bottom: 5px !important;







}















.mb-10 {







  margin-bottom: 10px;







}















.mb-15 {







  margin-bottom: 15px;







}















.mb-20 {







  margin-bottom: 20px;







}















.mb-25 {







  margin-bottom: 25px;







}















.mb-30 {







  margin-bottom: 30px;







}















.mb-35 {







  margin-bottom: 35px;







}















.mb-40 {







  margin-bottom: 40px;







}















.mb-45 {







  margin-bottom: 45px;







}















.mb-50 {







  margin-bottom: 50px;







}















.mb-55 {







  margin-bottom: 55px;







}















.mb-60 {







  margin-bottom: 60px;







}















.mb-65 {







  margin-bottom: 65px;







}















.mb-70 {







  margin-bottom: 70px;







}















.mb-75 {







  margin-bottom: 75px;







}















.mb-80 {







  margin-bottom: 80px;







}















.mb-85 {







  margin-bottom: 85px;







}















.mb-90 {







  margin-bottom: 90px;







}















.mb-95 {







  margin-bottom: 95px;







}















.mb-100 {







  margin-bottom: 100px;







}















.mb-110 {







  margin-bottom: 110px;







}















.mb-120 {







  margin-bottom: 120px;







}















.mb-130 {







  margin-bottom: 130px;







}















.mb-140 {







  margin-bottom: 140px;







}















.mb-150 {







  margin-bottom: 150px;







}















.mb-160 {







  margin-bottom: 160px;







}















.mb-170 {







  margin-bottom: 170px;







}















.mb-180 {







  margin-bottom: 180px;







}















.mb-190 {







  margin-bottom: 190px;







}















.mb-200 {







  margin-bottom: 200px;







}















.mb-225 {







  margin-bottom: 225px;







}















.mb-250 {







  margin-bottom: 250px;







}















.mb-300 {







  margin-bottom: 300px;







}















.mb-350 {







  margin-bottom: 350px;







}















@media (max-width: 1399px) {







  .xl-p0 {







    padding: 0 !important;







  }







  .xl-m0 {







    margin: 0 !important;







  }







  .xl-pt-10 {







    padding-top: 10px !important;







  }







  .xl-pt-20 {







    padding-top: 20px !important;







  }







  .xl-pt-30 {







    padding-top: 30px !important;







  }







  .xl-pt-40 {







    padding-top: 40px !important;







  }







  .xl-pt-50 {







    padding-top: 50px !important;







  }







  .xl-pt-60 {







    padding-top: 60px !important;







  }







  .xl-pt-70 {







    padding-top: 70px !important;







  }







  .xl-pt-80 {







    padding-top: 80px !important;







  }







  .xl-pt-90 {







    padding-top: 90px !important;







  }







  .xl-pt-100 {







    padding-top: 100px !important;







  }







  .xl-pt-110 {







    padding-top: 110px !important;







  }







  .xl-pt-120 {







    padding-top: 120px !important;







  }







  .xl-pt-130 {







    padding-top: 130px !important;







  }







  .xl-pt-140 {







    padding-top: 140px !important;







  }







  .xl-pt-150 {







    padding-top: 150px !important;







  }







  .xl-pt-200 {







    padding-top: 200px !important;







  }







  .xl-pb-10 {







    padding-bottom: 10px !important;







  }







  .xl-pb-20 {







    padding-bottom: 20px !important;







  }







  .xl-pb-30 {







    padding-bottom: 30px !important;







  }







  .xl-pb-40 {







    padding-bottom: 40px !important;







  }







  .xl-pb-50 {







    padding-bottom: 50px !important;







  }







  .xl-pb-60 {







    padding-bottom: 60px !important;







  }







  .xl-pb-70 {







    padding-bottom: 70px !important;







  }







  .xl-pb-80 {







    padding-bottom: 80px !important;







  }







  .xl-pb-90 {







    padding-bottom: 90px !important;







  }







  .xl-pb-100 {







    padding-bottom: 100px !important;







  }







  .xl-pb-110 {







    padding-bottom: 110px !important;







  }







  .xl-pb-120 {







    padding-bottom: 120px !important;







  }







  .xl-pb-130 {







    padding-bottom: 130px !important;







  }







  .xl-pb-140 {







    padding-bottom: 140px !important;







  }







  .xl-pb-150 {







    padding-bottom: 150px !important;







  }







  .xl-pb-200 {







    padding-bottom: 200px !important;







  }







  .xl-mt-10 {







    margin-top: 10px !important;







  }







  .xl-mt-20 {







    margin-top: 20px !important;







  }







  .xl-mt-30 {







    margin-top: 30px !important;







  }







  .xl-mt-40 {







    margin-top: 40px !important;







  }







  .xl-mt-50 {







    margin-top: 50px !important;







  }







  .xl-mt-60 {







    margin-top: 60px !important;







  }







  .xl-mt-70 {







    margin-top: 70px !important;







  }







  .xl-mt-80 {







    margin-top: 80px !important;







  }







  .xl-mt-90 {







    margin-top: 90px !important;







  }







  .xl-mt-100 {







    margin-top: 100px !important;







  }







  .xl-mt-110 {







    margin-top: 110px !important;







  }







  .xl-mt-120 {







    margin-top: 120px !important;







  }







  .xl-mt-130 {







    margin-top: 130px !important;







  }







  .xl-mt-140 {







    margin-top: 140px !important;







  }







  .xl-mt-150 {







    margin-top: 150px !important;







  }







  .xl-mt-200 {







    margin-top: 200px !important;







  }







  .xl-mb-10 {







    margin-bottom: 10px !important;







  }







  .xl-mb-20 {







    margin-bottom: 20px !important;







  }







  .xl-mb-30 {







    margin-bottom: 30px !important;







  }







  .xl-mb-40 {







    margin-bottom: 40px !important;







  }







  .xl-mb-50 {







    margin-bottom: 50px !important;







  }







  .xl-mb-60 {







    margin-bottom: 60px !important;







  }







  .xl-mb-70 {







    margin-bottom: 70px !important;







  }







  .xl-mb-80 {







    margin-bottom: 80px !important;







  }







  .xl-mb-90 {







    margin-bottom: 90px !important;







  }







  .xl-mb-100 {







    margin-bottom: 100px !important;







  }







  .xl-mb-110 {







    margin-bottom: 110px !important;







  }







  .xl-mb-120 {







    margin-bottom: 120px !important;







  }







  .xl-mb-130 {







    margin-bottom: 130px !important;







  }







  .xl-mb-140 {







    margin-bottom: 140px !important;







  }







  .xl-mb-150 {







    margin-bottom: 150px !important;







  }







  .xl-mb-200 {







    margin-bottom: 200px !important;







  }







}







/*(max-width: 1399px)*/







@media (max-width: 1199px) {







  .lg-p0 {







    padding: 0 !important;







  }







  .lg-m0 {







    margin: 0 !important;







  }







  .lg-pt-10 {







    padding-top: 10px !important;







  }







  .lg-pt-20 {







    padding-top: 20px !important;







  }







  .lg-pt-30 {







    padding-top: 30px !important;







  }







  .lg-pt-40 {







    padding-top: 40px !important;







  }







  .lg-pt-50 {







    padding-top: 50px !important;







  }







  .lg-pt-60 {







    padding-top: 60px !important;







  }







  .lg-pt-70 {







    padding-top: 70px !important;







  }







  .lg-pt-80 {







    padding-top: 80px !important;







  }







  .lg-pt-90 {







    padding-top: 90px !important;







  }







  .lg-pt-100 {







    padding-top: 100px !important;







  }







  .lg-pt-110 {







    padding-top: 110px !important;







  }







  .lg-pt-120 {







    padding-top: 120px !important;







  }







  .lg-pt-130 {







    padding-top: 130px !important;







  }







  .lg-pt-140 {







    padding-top: 140px !important;







  }







  .lg-pt-150 {







    padding-top: 150px !important;







  }







  .lg-pt-200 {







    padding-top: 200px !important;







  }







  .lg-pb-10 {







    padding-bottom: 10px !important;







  }







  .lg-pb-20 {







    padding-bottom: 20px !important;







  }







  .lg-pb-30 {







    padding-bottom: 30px !important;







  }







  .lg-pb-40 {







    padding-bottom: 40px !important;







  }







  .lg-pb-50 {







    padding-bottom: 50px !important;







  }







  .lg-pb-60 {







    padding-bottom: 60px !important;







  }







  .lg-pb-70 {







    padding-bottom: 70px !important;







  }







  .lg-pb-80 {







    padding-bottom: 80px !important;







  }







  .lg-pb-90 {







    padding-bottom: 90px !important;







  }







  .lg-pb-100 {







    padding-bottom: 100px !important;







  }







  .lg-pb-110 {







    padding-bottom: 110px !important;







  }







  .lg-pb-120 {







    padding-bottom: 120px !important;







  }







  .lg-pb-130 {







    padding-bottom: 130px !important;







  }







  .lg-pb-140 {







    padding-bottom: 140px !important;







  }







  .lg-pb-150 {







    padding-bottom: 150px !important;







  }







  .lg-pb-200 {







    padding-bottom: 200px !important;







  }







  .lg-mt-10 {







    margin-top: 10px !important;







  }







  .lg-mt-20 {







    margin-top: 20px !important;







  }







  .lg-mt-30 {







    margin-top: 30px !important;







  }







  .lg-mt-40 {







    margin-top: 40px !important;







  }







  .lg-mt-50 {







    margin-top: 50px !important;







  }







  .lg-mt-60 {







    margin-top: 60px !important;







  }







  .lg-mt-70 {







    margin-top: 70px !important;







  }







  .lg-mt-80 {







    margin-top: 80px !important;







  }







  .lg-mt-90 {







    margin-top: 90px !important;







  }







  .lg-mt-100 {







    margin-top: 100px !important;







  }







  .lg-mt-110 {







    margin-top: 110px !important;







  }







  .lg-mt-120 {







    margin-top: 120px !important;







  }







  .lg-mt-130 {







    margin-top: 130px !important;







  }







  .lg-mt-140 {







    margin-top: 140px !important;







  }







  .lg-mt-150 {







    margin-top: 150px !important;







  }







  .lg-mt-200 {







    margin-top: 200px !important;







  }







  .lg-mb-10 {







    margin-bottom: 10px !important;







  }







  .lg-mb-20 {







    margin-bottom: 20px !important;







  }







  .lg-mb-30 {







    margin-bottom: 30px !important;







  }







  .lg-mb-40 {







    margin-bottom: 40px !important;







  }







  .lg-mb-50 {







    margin-bottom: 50px !important;







  }







  .lg-mb-60 {







    margin-bottom: 60px !important;







  }







  .lg-mb-70 {







    margin-bottom: 70px !important;







  }







  .lg-mb-80 {







    margin-bottom: 80px !important;







  }







  .lg-mb-90 {







    margin-bottom: 90px !important;







  }







  .lg-mb-100 {







    margin-bottom: 100px !important;







  }







  .lg-mb-110 {







    margin-bottom: 110px !important;







  }







  .lg-mb-120 {







    margin-bottom: 120px !important;







  }







  .lg-mb-130 {







    margin-bottom: 130px !important;







  }







  .lg-mb-140 {







    margin-bottom: 140px !important;







  }







  .lg-mb-150 {







    margin-bottom: 150px !important;







  }







  .lg-mb-200 {







    margin-bottom: 200px !important;







  }







}







/*(max-width: 1199px)*/







@media (max-width: 991px) {







  .md-p0 {







    padding: 0 !important;







  }







  .md-m0 {







    margin: 0 !important;







  }







  .md-pt-10 {







    padding-top: 10px !important;







  }







  .md-pt-20 {







    padding-top: 20px !important;







  }







  .md-pt-30 {







    padding-top: 30px !important;







  }







  .md-pt-40 {







    padding-top: 40px !important;







  }







  .md-pt-50 {







    padding-top: 50px !important;







  }







  .md-pt-60 {







    padding-top: 60px !important;







  }







  .md-pt-70 {







    padding-top: 70px !important;







  }







  .md-pt-80 {







    padding-top: 80px !important;







  }







  .md-pt-90 {







    padding-top: 90px !important;







  }







  .md-pt-100 {







    padding-top: 100px !important;







  }







  .md-pt-110 {







    padding-top: 110px !important;







  }







  .md-pt-120 {







    padding-top: 120px !important;







  }







  .md-pt-130 {







    padding-top: 130px !important;







  }







  .md-pt-140 {







    padding-top: 140px !important;







  }







  .md-pt-150 {







    padding-top: 150px !important;







  }







  .md-pt-200 {







    padding-top: 200px !important;







  }







  .md-pb-10 {







    padding-bottom: 10px !important;







  }







  .md-pb-20 {







    padding-bottom: 20px !important;







  }







  .md-pb-30 {







    padding-bottom: 30px !important;







  }







  .md-pb-40 {







    padding-bottom: 40px !important;







  }







  .md-pb-50 {







    padding-bottom: 50px !important;







  }







  .md-pb-60 {







    padding-bottom: 60px !important;







  }







  .md-pb-70 {







    padding-bottom: 70px !important;







  }







  .md-pb-80 {







    padding-bottom: 80px !important;







  }







  .md-pb-90 {







    padding-bottom: 90px !important;







  }







  .md-pb-100 {







    padding-bottom: 100px !important;







  }







  .md-pb-110 {







    padding-bottom: 110px !important;







  }







  .md-pb-120 {







    padding-bottom: 120px !important;







  }







  .md-pb-130 {







    padding-bottom: 130px !important;







  }







  .md-pb-140 {







    padding-bottom: 140px !important;







  }







  .md-pb-150 {







    padding-bottom: 150px !important;







  }







  .md-pb-200 {







    padding-bottom: 200px !important;







  }







  .md-mt-10 {







    margin-top: 10px !important;







  }







  .md-mt-20 {







    margin-top: 20px !important;







  }







  .md-mt-30 {







    margin-top: 30px !important;







  }







  .md-mt-40 {







    margin-top: 40px !important;







  }







  .md-mt-50 {







    margin-top: 50px !important;







  }







  .md-mt-60 {







    margin-top: 60px !important;







  }







  .md-mt-70 {







    margin-top: 70px !important;







  }







  .md-mt-80 {







    margin-top: 80px !important;







  }







  .md-mt-90 {







    margin-top: 90px !important;







  }







  .md-mt-100 {







    margin-top: 100px !important;







  }







  .md-mt-110 {







    margin-top: 110px !important;







  }







  .md-mt-120 {







    margin-top: 120px !important;







  }







  .md-mt-130 {







    margin-top: 130px !important;







  }







  .md-mt-140 {







    margin-top: 140px !important;







  }







  .md-mt-150 {







    margin-top: 150px !important;







  }







  .md-mt-200 {







    margin-top: 200px !important;







  }







  .md-mb-10 {







    margin-bottom: 10px !important;







  }







  .md-mb-20 {







    margin-bottom: 20px !important;







  }







  .md-mb-30 {







    margin-bottom: 30px !important;







  }







  .md-mb-40 {







    margin-bottom: 40px !important;







  }







  .md-mb-50 {







    margin-bottom: 50px !important;







  }







  .md-mb-60 {







    margin-bottom: 60px !important;







  }







  .md-mb-70 {







    margin-bottom: 70px !important;







  }







  .md-mb-80 {







    margin-bottom: 80px !important;







  }







  .md-mb-90 {







    margin-bottom: 90px !important;







  }







  .md-mb-100 {







    margin-bottom: 100px !important;







  }







  .md-mb-110 {







    margin-bottom: 110px !important;







  }







  .md-mb-120 {







    margin-bottom: 120px !important;







  }







  .md-mb-130 {







    margin-bottom: 130px !important;







  }







  .md-mb-140 {







    margin-bottom: 140px !important;







  }







  .md-mb-150 {







    margin-bottom: 150px !important;







  }







  .md-mb-200 {







    margin-bottom: 200px !important;







  }







}







/*(max-width: 991px)*/







@media (max-width: 767px) {







  .sm-p0 {







    padding: 0 !important;







  }







  .sm-m0 {







    margin: 0 !important;







  }







  .sm-pt-10 {







    padding-top: 10px !important;







  }







  .sm-pt-20 {







    padding-top: 20px !important;







  }







  .sm-pt-30 {







    padding-top: 30px !important;







  }







  .sm-pt-40 {







    padding-top: 40px !important;







  }







  .sm-pt-50 {







    padding-top: 50px !important;







  }







  .sm-pt-60 {







    padding-top: 60px !important;







  }







  .sm-pt-70 {







    padding-top: 70px !important;







  }







  .sm-pt-80 {







    padding-top: 80px !important;







  }







  .sm-pt-90 {







    padding-top: 90px !important;







  }







  .sm-pt-100 {







    padding-top: 100px !important;







  }







  .sm-pt-110 {







    padding-top: 110px !important;







  }







  .sm-pt-120 {







    padding-top: 120px !important;







  }







  .sm-pt-130 {







    padding-top: 130px !important;







  }







  .sm-pt-140 {







    padding-top: 140px !important;







  }







  .sm-pt-150 {







    padding-top: 150px !important;







  }







  .sm-pt-200 {







    padding-top: 200px !important;







  }







  .sm-pb-10 {







    padding-bottom: 10px !important;







  }







  .sm-pb-20 {







    padding-bottom: 20px !important;







  }







  .sm-pb-30 {







    padding-bottom: 30px !important;







  }







  .sm-pb-40 {







    padding-bottom: 40px !important;







  }







  .sm-pb-50 {







    padding-bottom: 50px !important;







  }







  .sm-pb-60 {







    padding-bottom: 60px !important;







  }







  .sm-pb-70 {







    padding-bottom: 70px !important;







  }







  .sm-pb-80 {







    padding-bottom: 80px !important;







  }







  .sm-pb-90 {







    padding-bottom: 90px !important;







  }







  .sm-pb-100 {







    padding-bottom: 100px !important;







  }







  .sm-pb-110 {







    padding-bottom: 110px !important;







  }







  .sm-pb-120 {







    padding-bottom: 120px !important;







  }







  .sm-pb-130 {







    padding-bottom: 130px !important;







  }







  .sm-pb-140 {







    padding-bottom: 140px !important;







  }







  .sm-pb-150 {







    padding-bottom: 150px !important;







  }







  .sm-pb-200 {







    padding-bottom: 200px !important;







  }







  .sm-mt-10 {







    margin-top: 10px !important;







  }







  .sm-mt-20 {







    margin-top: 20px !important;







  }







  .sm-mt-30 {







    margin-top: 30px !important;







  }







  .sm-mt-40 {







    margin-top: 40px !important;







  }







  .sm-mt-50 {







    margin-top: 50px !important;







  }







  .sm-mt-60 {







    margin-top: 60px !important;







  }







  .sm-mt-70 {







    margin-top: 70px !important;







  }







  .sm-mt-80 {







    margin-top: 80px !important;







  }







  .sm-mt-90 {







    margin-top: 90px !important;







  }







  .sm-mt-100 {







    margin-top: 100px !important;







  }







  .sm-mt-110 {







    margin-top: 110px !important;







  }







  .sm-mt-120 {







    margin-top: 120px !important;







  }







  .sm-mt-130 {







    margin-top: 130px !important;







  }







  .sm-mt-140 {







    margin-top: 140px !important;







  }







  .sm-mt-150 {







    margin-top: 150px !important;







  }







  .sm-mt-200 {







    margin-top: 200px !important;







  }







  .sm-mb-10 {







    margin-bottom: 10px !important;







  }







  .sm-mb-20 {







    margin-bottom: 20px !important;







  }







  .sm-mb-30 {







    margin-bottom: 30px !important;







  }







  .sm-mb-40 {







    margin-bottom: 40px !important;







  }







  .sm-mb-50 {







    margin-bottom: 50px !important;







  }







  .sm-mb-60 {







    margin-bottom: 60px !important;







  }







  .sm-mb-70 {







    margin-bottom: 70px !important;







  }







  .sm-mb-80 {







    margin-bottom: 80px !important;







  }







  .sm-mb-90 {







    margin-bottom: 90px !important;







  }







  .sm-mb-100 {







    margin-bottom: 100px !important;







  }







  .sm-mb-110 {







    margin-bottom: 110px !important;







  }







  .sm-mb-120 {







    margin-bottom: 120px !important;







  }







  .sm-mb-130 {







    margin-bottom: 130px !important;







  }







  .sm-mb-140 {







    margin-bottom: 140px !important;







  }







  .sm-mb-150 {







    margin-bottom: 150px !important;







  }







  .sm-mb-200 {







    margin-bottom: 200px !important;







  }







}







/*(max-width: 767px)*/







@media (max-width: 575px) {







  .xs-p0 {







    padding: 0 !important;







  }







  .xs-m0 {







    margin: 0 !important;







  }







  .xs-pt-10 {







    padding-top: 10px !important;







  }







  .xs-pt-20 {







    padding-top: 20px !important;







  }







  .xs-pt-30 {







    padding-top: 30px !important;







  }







  .xs-pt-40 {







    padding-top: 40px !important;







  }







  .xs-pt-50 {







    padding-top: 50px !important;







  }







  .xs-pt-60 {







    padding-top: 60px !important;







  }







  .xs-pt-70 {







    padding-top: 70px !important;







  }







  .xs-pt-80 {







    padding-top: 80px !important;







  }







  .xs-pt-90 {







    padding-top: 90px !important;







  }







  .xs-pt-100 {







    padding-top: 100px !important;







  }







  .xs-pt-110 {







    padding-top: 110px !important;







  }







  .xs-pt-120 {







    padding-top: 120px !important;







  }







  .xs-pt-130 {







    padding-top: 130px !important;







  }







  .xs-pt-140 {







    padding-top: 140px !important;







  }







  .xs-pt-150 {







    padding-top: 150px !important;







  }







  .xs-pt-200 {







    padding-top: 200px !important;







  }







  .xs-pb-10 {







    padding-bottom: 10px !important;







  }







  .xs-pb-20 {







    padding-bottom: 20px !important;







  }







  .xs-pb-30 {







    padding-bottom: 30px !important;







  }







  .xs-pb-40 {







    padding-bottom: 40px !important;







  }







  .xs-pb-50 {







    padding-bottom: 50px !important;







  }







  .xs-pb-60 {







    padding-bottom: 60px !important;







  }







  .xs-pb-70 {







    padding-bottom: 70px !important;







  }







  .xs-pb-80 {







    padding-bottom: 80px !important;







  }







  .xs-pb-90 {







    padding-bottom: 90px !important;







  }







  .xs-pb-100 {







    padding-bottom: 100px !important;







  }







  .xs-pb-110 {







    padding-bottom: 110px !important;







  }







  .xs-pb-120 {







    padding-bottom: 120px !important;







  }







  .xs-pb-130 {







    padding-bottom: 130px !important;







  }







  .xs-pb-140 {







    padding-bottom: 140px !important;







  }







  .xs-pb-150 {







    padding-bottom: 150px !important;







  }







  .xs-pb-200 {







    padding-bottom: 200px !important;







  }







  .xs-mt-10 {







    margin-top: 10px !important;







  }







  .xs-mt-20 {







    margin-top: 20px !important;







  }







  .xs-mt-30 {







    margin-top: 30px !important;







  }







  .xs-mt-40 {







    margin-top: 40px !important;







  }







  .xs-mt-50 {







    margin-top: 50px !important;







  }







  .xs-mt-60 {







    margin-top: 60px !important;







  }







  .xs-mt-70 {







    margin-top: 70px !important;







  }







  .xs-mt-80 {







    margin-top: 80px !important;







  }







  .xs-mt-90 {







    margin-top: 90px !important;







  }







  .xs-mt-100 {







    margin-top: 100px !important;







  }







  .xs-mt-110 {







    margin-top: 110px !important;







  }







  .xs-mt-120 {







    margin-top: 120px !important;







  }







  .xs-mt-130 {







    margin-top: 130px !important;







  }







  .xs-mt-140 {







    margin-top: 140px !important;







  }







  .xs-mt-150 {







    margin-top: 150px !important;







  }







  .xs-mt-200 {







    margin-top: 200px !important;







  }







  .xs-mb-10 {







    margin-bottom: 10px !important;







  }







  .xs-mb-20 {







    margin-bottom: 20px !important;







  }







  .xs-mb-30 {







    margin-bottom: 30px !important;







  }







  .xs-mb-40 {







    margin-bottom: 40px !important;







  }







  .xs-mb-50 {







    margin-bottom: 50px !important;







  }







  .xs-mb-60 {







    margin-bottom: 60px !important;







  }







  .xs-mb-70 {







    margin-bottom: 70px !important;







  }







  .xs-mb-80 {







    margin-bottom: 80px !important;







  }







  .xs-mb-90 {







    margin-bottom: 90px !important;







  }







  .xs-mb-100 {







    margin-bottom: 100px !important;







  }







  .xs-mb-110 {







    margin-bottom: 110px !important;







  }







  .xs-mb-120 {







    margin-bottom: 120px !important;







  }







  .xs-mb-130 {







    margin-bottom: 130px !important;







  }







  .xs-mb-140 {







    margin-bottom: 140px !important;







  }







  .xs-mb-150 {







    margin-bottom: 150px !important;







  }







  .xs-mb-200 {







    margin-bottom: 200px !important;







  }







}







/*(max-width: 575px)*/







.title-one .upper-title {







  font-size: 16px;







  letter-spacing: 2px;







  color: rgba(0, 0, 0, 0.4);







  display: block;







  text-transform: uppercase;







  margin-bottom: 15px;







}







.title-one .upper-title.color {







  color: #F4CB56;







}







.title-one h2.fs-xl {







  font-size: 100px;







  line-height: 1.06em;







}







.title-one h2.fs-lg {







  font-size: 90px;







  line-height: 1.06em;







}







.title-one h2.fs-lg .color {







  color: #F4CB56;







}







.title-one span {







  position: relative;







  z-index: 1;







}







.title-one span img {







  position: absolute;







  bottom: -2%;







  left: 50%;







  transform: translateX(-50%);







  z-index: -1;







}







.title-one p {







  margin: 32px 0 0;







}







.title-one p.mt-xs {







  margin-top: 20px;







}







.title-one h2 i {







  font-style: italic;







  text-decoration: underline;







  text-decoration-thickness: 3px;







}







.title-one .star-shape img {







  position: static;







  transform: none;







  display: inline-block;







  max-width: 4%;







}







.title-one em span {







  color: #F4CB56;







}















.btn-one {







  font-weight: 500;







  color: #F4CB56;







  padding: 0 25px;







  min-width: 130px;







  text-align: center;







  line-height: 53px;







  border: 1px solid #F4CB56;







  border-radius: 10px;







  transition: all 0.3s ease-in-out 0s;







}







.btn-one i {







  margin-right: 5px;







}







.btn-one:hover,
.btn-one:focus {







  background: #000;







  border-color: #000;







  color: #fff;







}















.btn-two {







  display: inline-flex;







  align-items: center;







  justify-content: center;







  font-weight: 500;







  color: #fff;







  padding: 0 22px;







  min-width: 160px;







  text-align: center;







  line-height: 53px;







  border: 1px solid #F4CB56;







  background: #F4CB56;







  border-radius: 10px;







  transition: all 0.3s ease-in-out 0s;







}







.btn-two i {







  font-size: 1.5em;







  margin-left: 15px;







}







.btn-two:hover,
.btn-two:focus {







  background: #e66028;







  color: #fff;







}







.btn-two.text-uppercase {







  font-size: 16px;







  letter-spacing: 1px;







}















.btn-three {







  display: flex;







  align-items: center;







  justify-content: center;







  font-weight: 500;







  color: #000;







  transition: all 0.3s ease-in-out 0s;







}







.btn-three i {







  font-size: 1.2em;







  margin-left: 5px;







}







.btn-three:hover,
.btn-three:focus {







  color: #F4CB56;







}







.btn-three:hover span,
.btn-three:focus span {







  text-decoration: underline;







}















.btn-four {







  width: 50px;







  height: 50px;







  display: flex;







  align-items: center;







  justify-content: center;







  background: #0C0C0C;







  color: #fff;







  font-size: 1.3em;







  transition: all 0.3s ease-in-out 0s;







}







.btn-four:hover,
.btn-four:focus {







  background: #F4CB56;







}







.btn-four.inverse {







  background: #F4CB56;







}







.btn-four.inverse:hover,
.btn-four.inverse:focus {







  background: #0C0C0C;







}















.btn-five {







  display: inline-flex;







  align-items: center;







  justify-content: center;







  font-weight: 500;







  color: #fff;







  padding: 0 40px;







  min-width: 150px;







  text-align: center;







  line-height: 55px;







  border-radius: 10px;







  background: #000;







  transition: all 0.3s ease-in-out 0s;







}







.btn-five.text-uppercase {







  font-size: 16px;







  letter-spacing: 1px;







}







.btn-five:hover,
.btn-five:focus {







  background: #F4CB56;







}







.btn-five.sm {







  font-size: 14px;







  padding: 0 30px;







}







.btn-five.md {







  padding: 0 26px;







}







.btn-five i {







  font-size: 1.3em;







  margin-left: 12px;







}















.btn-six {







  font-weight: 500;







  color: #fff;







  padding: 0 35px;







  min-width: 160px;







  text-align: center;







  line-height: 55px;







  background: #F4CB56;







  border-radius: 40px;







  transition: all 0.3s ease-in-out 0s;







}







.btn-six:hover,
.btn-six:focus {







  background: #F4CB56;







  color: #fff;







}















.btn-seven {







  display: flex;







  align-items: center;







  justify-content: center;







  font-weight: 500;







  color: #030303;







  padding: 0 25px;







  min-width: 160px;







  text-align: center;







  line-height: 58px;







  border: 1px solid #000;







  transition: all 0.3s ease-in-out 0s;







}







.btn-seven i {







  font-size: 1.3em;







  margin-left: 15px;







}







.btn-seven:hover,
.btn-seven:focus {







  background: #F4CB56;







  border-color: #F4CB56;







  color: #fff;







}















.btn-eight {







  display: inline-flex;







  align-items: center;







  justify-content: center;







  font-weight: 500;







  font-size: 18px;







  color: #030303;







  padding: 0 22px;







  min-width: 160px;







  text-align: center;







  line-height: 51px;







  border: 1px solid #000;







  transition: all 0.3s ease-in-out 0s;







}







.btn-eight i {







  font-size: 1.1em;







  margin-left: 12px;







}







.btn-eight.inverse {







  border-color: #fff;







  color: #fff;







  text-transform: initial;







  font-size: 18px;







  letter-spacing: 0;







  font-weight: normal;







  background: transparent;







}







.btn-eight.inverse i {







  font-size: 1.3em;







  margin-left: 12px;







}







.btn-eight:hover,
.btn-eight:focus {







  background: #F4CB56;







  border-color: #F4CB56;







  color: #fff;







}







.btn-eight.sm {







  font-size: 14px;







  letter-spacing: 1px;







}















.btn-nine {







  font-weight: 500;







  font-size: 16px;







  letter-spacing: 1px;







  color: #fff;







  padding: 0 35px;







  min-width: 160px;







  text-align: center;







  line-height: 55px;







  background: #ff6725;







  transition: all 0.3s ease-in-out 0s;







}







.btn-nine:hover,
.btn-nine:focus {







  background: #ee5918;







  color: #fff;







}















.btn-ten {







  display: inline-flex;







  align-items: center;







  justify-content: center;







  font-weight: 500;







  color: #000;







  padding: 0 22px;







  min-width: 160px;







  text-align: center;







  line-height: 53px;







  border: 1px solid #000;







  border-radius: 50px;







  transition: all 0.3s ease-in-out 0s;







}







.btn-ten i {







  font-size: 1.3em;







  margin-left: 15px;







}







.btn-ten:hover,
.btn-ten:focus {







  background: #F4CB56;







  border-color: #F4CB56;







  color: #fff;







}















.btn-eleven {







  display: inline-flex;







  align-items: center;







  justify-content: center;







  font-weight: 500;







  color: #000;







  position: relative;







  font-size: 16px;







  padding-bottom: 5px;







  transition: all 0.3s ease-in-out 0s;







}







.btn-eleven i {







  font-weight: 900;







  font-size: 0.8em;







  margin-left: 2px;







}







.btn-eleven:before {







  content: "";







  position: absolute;







  left: 0;







  bottom: 0;







  height: 2px;







  width: 97%;







  background: #000;







  transition: all 0.3s ease-in-out 0s;







}







.btn-eleven:hover,
.btn-eleven:focus {







  color: #F4CB56;







}







.btn-eleven:hover:before,
.btn-eleven:focus:before {







  background: #F4CB56;







}







.btn-eleven.white-vr {







  color: #fff;







}







.btn-eleven.white-vr:before {







  background: #fff;







}







.btn-eleven.white-vr:hover,
.btn-eleven.white-vr:focus {







  color: #F4CB56;







}







.btn-eleven.white-vr:hover:before,
.btn-eleven.white-vr:focus:before {







  background: #F4CB56;







}















.btn-twelve {







  font-weight: 500;







  font-size: 18px;







  color: #030303;







  padding: 0 25px;







  min-width: 170px;







  text-align: center;







  line-height: 48px;







  border: 1px solid #000;







  border-radius: 10px;







  transition: all 0.3s ease-in-out 0s;







}







.btn-twelve.sm {







  font-size: 16px;







  min-width: 160px;







}







.btn-twelve:hover,
.btn-twelve:focus {







  background: #F4CB56;







  border-color: #F4CB56;







  color: #fff;







}















.btn-thirteen {







  width: 70px;







  height: 70px;







  border: 1px solid #000;







  display: flex;







  align-items: center;







  justify-content: center;







  color: #000;







  font-size: 1.5em;







  transition: all 0.3s ease-in-out 0s;







}







.btn-thirteen:hover,
.btn-thirteen:focus {







  background: #F4CB56;







  border-color: #F4CB56;







  color: #fff;







}















.sidenavbtn {







  width: 55px;







  height: 55px;







  border: 1px solid #000;







  font-size: 28px;







}







.sidenavbtn:hover {







  background: #000;







  color: #fff;







}















/*^^^^^^^^^^^^^^^^^^^^^ sidebar Menu ^^^^^^^^^^^^^^^^^^^^^^^^*/







.offcanvas.sidebar-nav {







  width: 450px;







  border: none;







  padding: 30px 30px 20px;







  max-height: 100%;







  overflow-y: auto;







}







.offcanvas.sidebar-nav .btn-close {







  box-shadow: none;







}







.offcanvas.sidebar-nav .address-block p a {







  font-size: 1.2em;







  color: #F4CB56;







  text-decoration: underline;







}







.offcanvas.sidebar-nav .social-icon a {







  font-size: 1.3em;







  margin: 10px 10px 0;







  transition: all 0.2s ease-in-out 0s;







}







.offcanvas.sidebar-nav .social-icon a:hover {







  color: #F4CB56;







}















.theme-main-menu {







  position: relative;







  z-index: 999;







  transition: all 0.4s ease-in-out 0s;







}







.theme-main-menu .gap-one {
  padding: 12px 40px;
}



.theme-main-menu .gap-two {

  padding: 24px 40px;

}

.theme-main-menu.menu-overlay {

  position: relative;

  top: 0;

  right: 0;

  left: 0;

  background: transparent;

}







.theme-main-menu.fixed {

  position: static;

  left: 0;

  right: 0;

  background: #fff;

  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);

}

.theme-main-menu.fixed .alert-wrapper {

  display: none;

}

.theme-main-menu.fixed .gap-one {

  padding-top: 12px;

  padding-bottom: 12px;

}


.theme-main-menu.fixed .gap-two {

  padding-top: 12px;

  padding-bottom: 12px;

}

.theme-main-menu .navbar-toggler {

  width: 52px;
  height: 50px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #F4CB56;


}







.theme-main-menu .navbar-toggler:focus {







  box-shadow: none;







}







.theme-main-menu .navbar-toggler::before,







.theme-main-menu .navbar-toggler::after {







  content: "";







  position: absolute;







  top: 50%;







  left: 10px;







  width: 32px;







  height: 2px;







  pointer-events: none;







  transition: transform 0.25s;







  transform-origin: 50% 50%;







  background: #fff;







}







.theme-main-menu .navbar-toggler span {







  position: absolute;







  left: 10px;







  overflow: hidden;







  width: 32px;







  height: 2px;







  margin-top: -1px;







  text-indent: 200%;







  transition: opacity 0.25s;







  background: #fff;







}







.theme-main-menu .navbar-toggler::before {







  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);







}







.theme-main-menu .navbar-toggler::after {







  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);







}







.theme-main-menu .navbar-toggler[aria-expanded=true] span {







  opacity: 0;







}







.theme-main-menu .navbar-toggler[aria-expanded=true]::before {







  transform: rotate3d(0, 0, 1, 45deg);







}







.theme-main-menu .navbar-toggler[aria-expanded=true]::after {







  transform: rotate3d(0, 0, 1, -45deg);







}







.theme-main-menu .nav-item .nav-link {
  font-family: "Gordita";
  font-weight: 500;
  font-size: 16px;
  line-height: initial;
  color: #000;
  padding: 7px 0;
  margin: 0 15px;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}

.navbar-expand-lg .navbar-collapse {
  width: 100%;
}

.theme-main-menu .signup_btn .nav-link {

  border: 1px solid rgba(22, 22, 22, 1);

  border-radius: 25px;

  min-width: 98px;

  text-align: center;

}







.theme-main-menu .nav-item:hover .nav-link {







  color: #F4CB56;







}







.theme-main-menu.white-vr .nav-item .nav-link {







  color: #fff;







}







.theme-main-menu.white-vr .nav-item:hover .nav-link {







  color: #F4CB56;







}







.theme-main-menu.white-vr.fixed {







  background: #000;







  border: none;







}







.theme-main-menu .dropdown-toggle::after {

  content: "\f282";

  font-family: "bootstrap-icons";

  border: none;

  vertical-align: -1px;

  margin-left: 3px;

  font-weight: 900;

  font-size: 12px;

}







.theme-main-menu .dashboard-menu .nav-link::after {







  content: "";







  display: inline-block;







  width: 10px;







  height: 10px;







  background: url(../images/shape/shape_79.svg) no-repeat center;







  background-size: cover;







  margin-left: 5px;







  vertical-align: 2px;







  animation: rotated 2s infinite linear;







}







.theme-main-menu.menu-style-two:not(.fixed) {







  border-bottom: 1px solid rgba(0, 0, 0, 0.08);







}







.theme-main-menu.menu-style-four {







  background: #fff;







}







.theme-main-menu.menu-style-four:before {







  content: "";







  position: absolute;







  bottom: 0;







  left: 0;







  width: 128px;







  height: 100%;







  border-right: 1px solid #000;







  border-bottom: 1px solid #000;







}







.theme-main-menu.menu-style-four.fixed:before {







  display: none;







}















.navbar .dropdown-menu .dropdown-item {







  text-transform: capitalize;







  line-height: 28px;







  font-size: 0.85em;







  background: transparent;







  position: relative;







  color: #000;







  transition: all 0.2s ease-in-out 0s;







}







.navbar .dropdown-menu .dropdown-item span {







  position: relative;







}







.navbar .dropdown-menu .dropdown-item span:before {







  content: "";







  position: absolute;







  left: 0;







  bottom: -2px;







  width: 100%;







  height: 1px;







  background: #F4CB56;







  transform: scale(0, 1);







  transform-origin: 0 0;







  transition: all 0.2s ease-in-out 0s;







}







.navbar .dropdown-menu .dropdown-item:hover span:before,
.navbar .dropdown-menu .dropdown-item.active span:before {







  transform: scale(1);







}







.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item.active {







  color: #F4CB56;







}















.theme-main-menu .navbar {





  width: 100%;

  position: static;







}















.navbar [class*=mega-dropdown] .dropdown-menu {







  padding: 0 0 15px;







  margin: 0;







  right: 0;







}















.navbar .mega-dropdown-sm .dropdown-menu {







  min-width: 700px;







  left: -250px;







  padding: 10px;







}















.navbar [class*=mega-dropdown] .menu-column {







  padding: 5px 0;







}







.navbar [class*=mega-dropdown] .menu-column .mega-menu-title {







  font-size: 12px;







  text-transform: uppercase;







  letter-spacing: 1px;







  font-weight: 500;







  display: inline-block;







  position: relative;







  margin: 0 0 15px;







  padding-left: 15px;







}







.navbar [class*=mega-dropdown] .menu-column .mega-menu-title:before {







  content: "";







  position: absolute;







  width: calc(100% - 15px);







  height: 1px;







  background: #000;







  left: 15px;







  bottom: -5px;







}















.theme-main-menu .alert-wrapper {







  background: #453A34;







  padding: 8px 12px;







}







.theme-main-menu .alert-wrapper a,
.theme-main-menu .alert-wrapper span {







  color: #F4CB56;







}







.theme-main-menu .login-btn-one {







  color: #000;







}







.theme-main-menu .login-btn-one i {







  font-size: 1.05em;







  margin-right: 10px;







}







.theme-main-menu .login-btn-one a {







  color: #000;







}







.theme-main-menu .login-btn-one a:hover {







  color: #F4CB56;







}







.theme-main-menu .login-btn-two {







  width: 60px;







  height: 60px;







  background: #000;







  color: #fff;







  font-size: 1.3em;







}







.theme-main-menu .login-btn-two:hover {







  background: #F4CB56;







}







.theme-main-menu .search-btn-one {







  width: 60px;







  height: 60px;







  background: #000;







  color: #fff;







  font-size: 1.3em;







  position: relative;







  z-index: 1;







  overflow: hidden;







  margin-left: -10px;







}







.theme-main-menu .search-btn-one:before {







  content: "";







  position: absolute;







  width: 100%;







  height: 100%;







  border-radius: 50%;







  background: #fff;







  top: 0;







  left: -50px;







  transition: all 0.3s ease-in-out 0s;







}







.theme-main-menu .search-btn-one:hover,
.theme-main-menu .search-btn-one:hover:before {







  background: #F4CB56;







}







.theme-main-menu .email-text {







  font-size: 17px;







  color: rgba(0, 0, 0, 0.35);







}







.theme-main-menu .email-text a {







  font-size: 18px;







  color: #000;







  text-decoration: underline;







}







.theme-main-menu .email-text a:hover {







  color: #F4CB56;







}















/*----- For Desktop -------*/







@media screen and (min-width: 992px) {







  .justify-content-between .navbar {







    position: absolute;







    top: 50%;







    left: 50%;







    transform: translate(-50%, -50%);







  }







  .navbar .dropdown-menu {







    font-size: 1em;







    z-index: 5;







    background-color: #fff;







    border-radius: 10px;







    display: block;







    right: auto;







    left: 0;







    padding: 10px 5px;







    border: none;







    top: 100%;







    visibility: hidden;







    transform: translateY(5px);







    opacity: 0;







    min-width: 200px;







    box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.12);







    margin: 0;







    transform-origin: 0 0;







    transition: all 0.2s ease-in;







  }







  .navbar .dropdown-menu:before {







    content: "";







    position: absolute;







    left: 30px;







    top: -17px;







  }







  .navbar .dropdown-menu .dropdown-menu {







    left: calc(100% + 5px);







    top: 0;







    right: auto;







    min-width: 240px;







    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.15);







    transform: translateY(0);







  }







  .navbar .dropdown:hover>.dropdown-menu {







    opacity: 1;







    visibility: visible;







    transform: translateY(0);







  }







  .navbar .show.dropdown-toggle::after {







    transform: rotate(180deg);







  }







}







/*----- For Mobile ----*/







@media screen and (max-width: 991px) {







  .navbar {







    padding: 0;







  }







  .navbar-collapse .logo {







    margin-bottom: 10vh;







    padding-left: 12px;







  }







  .white-vr .navbar-collapse {







    background-color: #000;







  }







  .navbar-collapse {







    position: fixed;







    top: 0;







    background-color: #fff;







    left: 0;







    height: 100vh;







    max-height: 100vh;







    overflow-y: auto;







    clear: both;







    width: 320px;







    max-width: calc(100vw - 60px);







    z-index: 9999;







    transform: translateX(-100%);







    display: block !important;







    padding: 16px 0 20px;







    transition: all 0.3s ease-in-out;







  }







  .navbar-collapse.show {







    transform: translateX(0);







    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);







  }







  .theme-main-menu .navbar .mega-dropdown {







    position: relative;







  }







  .navbar .navbar-nav .nav-link {







    margin: 0;







    padding: 15px 12px;







    border-top: 1px dashed rgba(0, 0, 0, 0.1);







  }







  .white-vr .navbar .navbar-nav .nav-link {







    border-top: 1px dashed rgba(255, 255, 255, 0.15);







  }







  .navbar .dropdown-menu .dropdown-item {







    padding: 0 10px;







    line-height: 46px;







    font-size: 0.9em;







  }







  .navbar .dropdown-menu {







    border: none;







    padding: 0;







    border-radius: 0;







    margin: 0;







    background: #fff;







    border-top: 1px dashed rgba(0, 0, 0, 0.1);







  }







  .navbar [class*=mega-dropdown] .dropdown-menu {







    padding: 0;







    min-width: 100%;







  }







  .navbar [class*=mega-dropdown] .menu-column {







    padding: 0;







  }







  .navbar [class*=mega-dropdown] .menu-column .mega-menu-title {







    padding-left: 10px;







    margin-top: 15px;







  }







  .navbar [class*=mega-dropdown] .menu-column .mega-menu-title:before {







    left: 10px;







  }







  .navbar .dropdown-toggle::after {







    position: absolute;







    right: 15px;







    top: calc(50% - 2px);







  }







  .dashboard-menu .nav-link::before {







    right: auto;







    left: 0;







    top: -2px;







  }







}







/*(max-width: 991px)*/







.hero-banner-one .hero-heading {







  font-size: 90px;







  line-height: 1.111em;







}







.hero-banner-one .hero-heading span img {







  position: absolute;







  z-index: -1;







  left: 0;







  bottom: -9%;







  width: 100%;







}







.hero-banner-one .illustration {







  bottom: 0;







  left: 0;







}















.hero-banner-two {







  background: linear-gradient(178.61deg, #D7F7FF 1.17%, #B3F0F9 98.81%);







}







.hero-banner-two .line-bg:before {







  content: "";







  position: absolute;







  left: 0;







  right: 0;







  bottom: 0;







  top: 122px;







  background: url(../images/shape/shape_10.svg) no-repeat center;







  background-size: cover;







  z-index: -1;







}







.hero-banner-two .hero-heading {







  font-size: 120px;







  line-height: 1em;







}







.hero-banner-two .illustration {







  bottom: 0;







  right: 0;







  max-width: 57%;







}







.hero-banner-two .video-icon i {







  width: 60px;







  height: 60px;







  border-radius: 50%;







  background: #fff;







  text-align: center;







  line-height: 60px;







  font-size: 25px;







  transition: all 0.3s ease-in-out 0s;







}







.hero-banner-two .video-icon:hover i,
.hero-banner-two .video-icon:focus i {







  background: #F4CB56;







  color: #fff;







}







.hero-banner-two .video-icon span {







  font-size: 13px;







  letter-spacing: 2px;







  text-transform: uppercase;







  color: rgba(0, 0, 0, 0.3);







}







.hero-banner-two .shape_01 {







  right: 2%;







  top: 18%;







  max-width: 7%;







}







.hero-banner-two .shape_02 {







  right: 24%;







  top: 24%;







  max-width: 8%;







}















.hero-banner-three {







  border-radius: 40px;







  /*overflow: hidden;*/







  margin: 0 40px 0;







}







.hero-banner-three::after {







  content: "";







  position: absolute;







  width: 100%;







  height: 100%;







  left: 0px;







  top: 0px;







  background: url(../images/assets/texture.png) no-repeat center;







  background-size: cover;



  border-radius: 40px;



  opacity: 0.4;







  z-index: 0;







}







.hero-banner-three::before {







  content: "";







  position: absolute;







  width: 100%;







  height: 100%;







  left: 0px;







  top: 0px;







  background: rgba(0, 0, 0, 0.4);





  border-radius: 40px;

  z-index: 0;







}







.hero-banner-three .hero-slider-one {







  position: absolute;







  width: 100%;







  height: 100%;







  left: 0;





  border-radius: 40px;

  overflow: hidden;

  top: 0;







  z-index: -1;







}







.hero-banner-three .hero-slider-one .hero-img {







  position: absolute;







  left: 0;







  right: 0;







  width: 100%;







  height: 100%;







  background-position: center;







  background-size: cover;







  background-repeat: no-repeat;







}







.hero-banner-three .hero-slider-one .slick-list,
.hero-banner-three .hero-slider-one .slick-track,
.hero-banner-three .hero-slider-one .item {







  height: 100%;







}







.hero-banner-three .hero-heading {







  font-size: 100px;







  line-height: 1em;







}







.hero-banner-three .hero-heading span {







  position: relative;







  padding: 0 8%;







  display: inline-block;







}







.hero-banner-three .hero-heading span img {







  position: absolute;







  left: 0;







  top: 50%;







  transform: translateY(-50%);







  max-width: 9%;







}







.hero-banner-three .shape_01 {







  left: 0;







  top: 0;







  max-width: 5%;







  z-index: 0;







}







.hero-banner-three .shape_02 {







  right: 0;







  bottom: 0;







  max-width: 4%;







  z-index: 0;







}















.hero-banner-four {







  padding: 108px 0 0 128px;







  border-bottom: 1px solid #000;







}







.hero-banner-four .social-elemnet {







  position: absolute;







  z-index: 9;







  left: 0;







  top: 40%;







  transform: rotate(-90deg) translate(0, 0);







}







.hero-banner-four .social-elemnet li {







  font-weight: 500;







  color: #000;







  margin: 0 5px;







}







.hero-banner-four .social-elemnet li:hover a {







  color: #F4CB56;







}







.hero-banner-four .scroll-bar {







  width: 3px;







  height: 100px;







  background: #000;







  position: absolute;







  bottom: 10%;







  left: 55px;







  transform: translateY(-50%);







  z-index: 9;







}







.hero-banner-four .scroll-bar:before {







  content: "";







  position: absolute;







  height: 36%;







  width: 100%;







  left: 0;







  top: 0;







  background: #f4f4f4;







}







.hero-banner-four .scroll-bar span {







  position: absolute;







  font-weight: 500;







  text-transform: uppercase;







  letter-spacing: 3px;







  font-size: 14px;







  transform: rotate(-90deg);







  top: 137%;







  left: -36px;







  color: #000;







}







.hero-banner-four .main-bg::after {







  content: "";







  position: absolute;







  width: 100%;







  height: 100%;







  left: 0px;







  top: 0px;







  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);







  mix-blend-mode: normal;







  z-index: 0;







}







.hero-banner-four .main-bg::before {







  content: "";







  position: absolute;







  width: 100%;







  height: 100%;







  left: 0px;







  top: 0px;







  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);







  mix-blend-mode: normal;







  z-index: 0;







}







.hero-banner-four .hero-slider-one {







  position: absolute;







  width: 100%;







  height: 100%;







  left: 0;







  top: 0;







  z-index: -1;







}







.hero-banner-four .hero-slider-one .hero-img {







  position: absolute;







  left: 0;







  right: 0;







  width: 100%;







  height: 100%;







  background-position: center;







  background-size: cover;







  background-repeat: no-repeat;







}







.hero-banner-four .hero-slider-one .slick-list,
.hero-banner-four .hero-slider-one .slick-track,
.hero-banner-four .hero-slider-one .item {







  height: 100%;







}







.hero-banner-four .hero-heading {







  font-size: 130px;







  line-height: 1.0769em;







}







.hero-banner-four .hero-heading span {







  margin-left: 40px;







}







.hero-banner-four .hero-heading span img {







  width: 73px;







  height: 73px;







  border: 6px solid #fff;







  border-radius: 50%;







  margin-left: -22px;







}















.hero-banner-five .hero-heading {







  font-size: 130px;







  line-height: 0.953em;







}







.hero-banner-five .rating {







  border-bottom: 1px solid #000;







  padding: 18px 0 8px;







}







.hero-banner-five .illustration {







  width: 67%;







  left: 0;







  bottom: 0;







}







.hero-banner-five .shape_01 {







  right: 16%;







  top: 30%;







  max-width: 19%;







  animation: rotated 250s infinite linear;







}







.hero-banner-five .media-wrapper {







  width: calc(37% + 12px);







  top: 200px;







  right: 0;







  bottom: -85px;







  position: absolute;







  z-index: -1;







}







.hero-banner-five .media-wrapper .bg {







  width: 100%;







  height: 100%;







  left: 0;







  top: 0;







  background: url(../images/media/img_45.jpg) no-repeat center;







  background-size: cover;







}







.hero-banner-five .media-wrapper:after {







  content: "";







  position: absolute;







  top: 95px;







  right: 95px;







  bottom: -65px;







  left: -65px;







  background: url(../images/shape/shape_53.svg) no-repeat center;







  background-size: cover;







  z-index: -1;







}















.hero-banner-six {







  background: url(../images/media/img_47.jpg) no-repeat center top;







  background-size: cover;







}







.hero-banner-six:before {







  content: "";







  position: absolute;







  width: 100%;







  height: 100%;







  left: 0;







  top: 0;







  background: url(../images/assets/texture_02.png) no-repeat center;







  background-size: cover;







  mix-blend-mode: overlay;







  opacity: 0.5;







  z-index: -1;







}







.hero-banner-six .hero-heading {







  font-size: 100px;







  line-height: 1.19em;







}







.hero-banner-six .hero-heading span img {







  position: absolute;







  z-index: -1;







  left: 0;







  bottom: -9%;







  width: 100%;







}







.hero-banner-six .sub-heading {







  font-size: 28px;







}







.hero-banner-six .rating {







  border-bottom: 1px solid #000;







  padding: 18px 0 8px;







}







.hero-banner-six .search-wrapper-one {







  margin-bottom: -40px;







}















.hero-banner-seven {







  height: 600px;







}







.hero-banner-seven .search-wrapper-overlay {







  position: absolute;







  left: 0;







  right: 0;







  bottom: -30px;







}







.hero-banner-seven .search-filter-nav-one .nav-link {







  line-height: 40px;







  border-radius: 30px;







  margin: 0 10px 15px 0;







  color: #000;







}















.fancy-banner-one {







  background: url(../images/media/img_10.jpg) no-repeat center;







  background-size: cover;







  background-attachment: fixed;







}







.fancy-banner-one:before {







  content: "";







  position: absolute;







  width: 100%;







  height: 100%;







  top: 0;







  left: 0;







  z-index: -1;







  background: linear-gradient(89.93deg, rgba(0, 0, 0, 0.63) 0.33%, rgba(0, 0, 0, 0.51) 45.5%, rgba(0, 0, 0, 0) 99.93%);







}







.fancy-banner-one .property-item {







  margin: 0 20px 20px 0;







  border-radius: 20px;







  background: #fff;







}







.fancy-banner-one .property-item:before {







  content: "";







  position: absolute;







  width: 100%;







  height: 100%;







  border-radius: 20px;







  background: rgba(255, 255, 255, 0.3);







  bottom: -10px;







  right: -10px;







  z-index: -1;







}







.fancy-banner-one .property-item:after {







  content: "";







  position: absolute;







  width: 100%;







  height: 100%;







  border-radius: 20px;







  background: rgba(255, 255, 255, 0.15);







  bottom: -20px;







  right: -20px;







  z-index: -2;







}







.fancy-banner-one .property-item.rounded-0:after,
.fancy-banner-one .property-item.rounded-0:before {







  border-radius: 0;







}







.fancy-banner-one .property-item .gutter {







  padding: 25px 30px;







}







.fancy-banner-one .property-item .border-right {







  border-right: 1px solid #D6D6D6;







}







.fancy-banner-one .property-item .tag {







  width: 90px;







  line-height: 27px;







  font-size: 12px;







  text-transform: uppercase;







  letter-spacing: 0.12px;







  color: #fff;







  text-align: center;







  background: #00B579;







  border-radius: 25px;







}







.fancy-banner-one .property-item .action-icons {







  margin: 0 -18px;







}







.fancy-banner-one .property-item .action-icons li {







  padding: 0 18px;







}







.fancy-banner-one .property-item .action-icons li a {







  color: #BFBFBF;







  font-size: 1.2em;







  transition: all 0.2s ease-in-out 0s;







}







.fancy-banner-one .property-item .action-icons li a:hover,
.fancy-banner-one .property-item .action-icons li a:focus {







  color: #F4CB56;







}







.fancy-banner-one .property-item .price {







  font-size: 40px;







  letter-spacing: -0.8px;







  background: url(../images/shape/shape_04.svg) no-repeat center;







  background-size: cover;







  padding: 15px 10px;







}







.fancy-banner-one .property-item .feature {







  margin: 25px -5px 18px;







}







.fancy-banner-one .property-item .feature li {







  padding: 0 5px;







  position: relative;







  width: 33.3333%;







}







.fancy-banner-one .property-item .feature li:before {







  content: "";







  position: absolute;







  right: 0;







  top: 50%;







  transform: translateY(-50%);







  height: 80%;







  width: 1px;







  background: #D1D1D1;







}







.fancy-banner-one .property-item .feature li:last-child:before {







  display: none;







}







.fancy-banner-one .property-item .button-group {







  border-top: 1px solid #D6D6D6;







  padding-top: 20px;







  padding-bottom: 20px;







}







.fancy-banner-one .property-item .button-group .btn-four {







  width: 42px;







  height: 42px;







}















.fancy-banner-two {







  background: url(../images/media/img_12.jpg) no-repeat center;







  background-size: cover;







  background-attachment: fixed;







}







.fancy-banner-two:before {







  content: "";







  position: absolute;







  left: 0;







  top: 0;







  width: 100%;







  height: 100%;







  background: rgba(0, 0, 0, 0.55);







  z-index: -1;







}







.fancy-banner-two .form-wrapper,
.form_wrapper_custom {







  max-width: 500px;







}







.fancy-banner-two .form-wrapper form,
.form_wrapper_custom form {







  height: 80px;







  position: relative;







}







.fancy-banner-two .form-wrapper form input,
.form_wrapper_custom form input {







  width: 100%;







  height: 100%;







  border: none;







  border-radius: 10px;







  padding: 0 170px 0 25px;







  background: #fff;







}







.fancy-banner-two .form-wrapper form button,
.form_wrapper_custom form button {







  position: absolute;







  top: 8px;







  right: 8px;







  bottom: 8px;







  border-radius: 10px;







  background: #F4CB56;







  width: 160px;







  font-weight: 500;







  font-size: 16px;







  color: #fff;







  transition: all 0.3s ease-in-out 0s;







}







.fancy-banner-two .form-wrapper form button:hover,
.fancy-banner-two .form-wrapper form button:focus,
.form_wrapper_custom form button:focus,
.form_wrapper_custom form button:hover {







  background: #F4CB56;







}







.fancy-banner-two .form-wrapper a {







  color: #F4CB56;







  text-decoration: underline;







}















.fancy-banner-three .illustration {







  bottom: 0;







  left: 0;







  z-index: -1;







}















.fancy-banner-four {







  background: linear-gradient(180deg, #E2F5FA 0%, #D5F6FF 100%);







}







.fancy-banner-four .bg-line {







  background: url(../images/shape/shape_18.svg) no-repeat center;







  background-size: cover;







}







.fancy-banner-four .illustration {







  bottom: 0;







  left: 0;







  max-width: 48%;







}







.fancy-banner-four .screen_01 {







  bottom: 15%;







  left: 34%;







  max-width: 14%;







  box-shadow: -10px 30px 50px rgba(0, 0, 0, 0.07);







}















.fancy-banner-five {







  background: url(../images/media/img_25.jpg) no-repeat center;







  background-size: cover;







  background-attachment: fixed;







}







.fancy-banner-five:before {







  content: "";







  position: absolute;







  width: 100%;







  height: 100%;







  top: 0;







  left: 0;







  z-index: -1;







  background: rgba(0, 0, 0, 0.5);







}







.fancy-banner-five .shape_01 {







  bottom: -18%;







  right: 5%;







  max-width: 10%;







  animation: rotated 300s infinite linear;







}















.fancy-banner-six .bg-wrapper {







  background: #15191A;







  border-radius: 40px;







  overflow: hidden;







}







.fancy-banner-six .map-wrapper {







  max-width: 1205px;







  padding: 0 15px;







}







.fancy-banner-six .location-pin {







  position: absolute;







  left: 22%;







  top: 29%;







  padding: 12px;







  z-index: 1;







}







.fancy-banner-six .location-pin .dot-marker {







  width: 20px;







  height: 20px;







  border: 5px solid #fff;







  background: #F4CB56;







  position: relative;







  animation: rippleTwo 5s linear infinite;







  cursor: pointer;







}







.fancy-banner-six .location-pin .dot-marker::before,
.fancy-banner-six .location-pin .dot-marker::after {







  content: "";







  position: absolute;







  top: 0;







  left: 0;







  right: 0;







  bottom: 0;







  border-radius: 50%;







  animation: inherit;







  animation-delay: 1s;







}







.fancy-banner-six .location-pin .dot-marker::after {







  animation-delay: 1.5s;







}







.fancy-banner-six .location-pin .map-info {







  position: absolute;







  width: 295px;







  top: -138px;







  left: -132px;







  background: #fff;







  padding: 20px 20px 25px;







  border-radius: 10px;







  opacity: 0;







  transform: translateY(10px);







  visibility: hidden;







}







.fancy-banner-six .location-pin .map-info:before {







  content: "";







  position: absolute;







  width: 20px;







  height: 20px;







  background: #fff;







  transform: rotate(45deg);







  bottom: -8px;







  left: 49%;







  z-index: -1;







}







.fancy-banner-six .location-pin .map-info .flag {







  width: 39px;







  height: 39px;







  border-radius: 50%;







}







.fancy-banner-six .location-pin .map-info .info {







  width: calc(100% - 39px);







  padding-left: 15px;







}







.fancy-banner-six .location-pin .map-info .info h6 {







  font-size: 18px;







}







.fancy-banner-six .location-pin .map-info .info span {







  font-size: 16px;







  line-height: 22px;







  color: #7E7E7E;







  display: block;







}







.fancy-banner-six .location-pin:hover .map-info {







  opacity: 1;







  visibility: visible;







  transform: translateY(0);







}







.fancy-banner-six .location-pin:nth-child(3) {







  left: 27%;







  top: 65%;







}







.fancy-banner-six .location-pin:nth-child(4) {







  left: 61%;







  top: 15%;







}







.fancy-banner-six .location-pin:nth-child(5) {







  left: 55%;







  top: 56%;







}







.fancy-banner-six .location-pin:nth-child(6) {







  left: 70%;







  top: 38%;







}







.fancy-banner-six .location-pin:nth-child(7) {







  left: 86%;







  top: 79%;







}







.fancy-banner-six .country-list {







  max-width: 85.3%;







  margin: 0 auto;







  position: relative;







  border-top: 1px solid rgba(255, 255, 255, 0.1);







  border-bottom: 1px solid rgba(255, 255, 255, 0.1);







}







.fancy-banner-six .country-list:before {







  content: "";







  position: absolute;







  top: 0;







  bottom: 0;







  right: -110px;







  width: 110px;







  background: url(../images/shape/shape_41.svg) no-repeat right center;







  background-size: cover;







}







.fancy-banner-six .country-list .list-block {







  padding: 28px 10px 30px 48px;







  border-right: 1px solid rgba(255, 255, 255, 0.1);







}







.fancy-banner-six .country-list .list-block .title {







  font-size: 24px;







  color: #F4CB56;







  margin-bottom: 18px;







}







.fancy-banner-six .country-list .list-block ul li {







  line-height: 40px;







  color: rgba(255, 255, 255, 0.7);







}







.fancy-banner-six .country-list .list-block ul.d-flex li {







  width: 50%;







}







.fancy-banner-six .country-list .list-block:first-child {







  width: 25%;







  padding-left: 0;







}







.fancy-banner-six .country-list .list-block:nth-child(2) {







  width: 22%;







}







.fancy-banner-six .country-list .list-block:nth-child(3) {







  width: 31%;







}







.fancy-banner-six .country-list .list-block:nth-child(4) {







  width: 22%;







  border-right: none;







}







.fancy-banner-six .text-slide-wrapper {







  max-width: 100%;







  overflow: hidden;







  position: absolute;







  left: 0;







  bottom: -1%;







}







.fancy-banner-six .text-slide-wrapper .marquee {







  white-space: nowrap;







  overflow: hidden;







  display: inline-block;







  animation: marquee 130s linear infinite;







}







.fancy-banner-six .text-slide-wrapper .marquee p {







  display: inline-block;







  font-size: 110px;







  color: #15191A;







  line-height: 1em;







  margin: 0;







  text-shadow: 0 0 1px rgba(255, 255, 255, 0.15);







  -webkit-text-stroke-width: 1px;







  -webkit-text-stroke-color: rgba(255, 255, 255, 0.15);







}















.fancy-banner-seven .bg-wrapper {







  background: url(../images/media/img_31.jpg) no-repeat center;







  background-size: cover;







  background-attachment: fixed;







  border-radius: 40px;







  overflow: hidden;







  padding-left: 12px;







  padding-right: 12px;







}







.fancy-banner-seven .bg-wrapper:before {







  content: "";







  position: absolute;







  width: 100%;







  height: 100%;







  top: 0;







  left: 0;







  background: rgba(17, 17, 17, 0.55);







  z-index: -1;







}







.fancy-banner-seven .bg-wrapper h2 {







  font-size: 90px;







  line-height: 0.933em;







}







.fancy-banner-seven .bg-wrapper .shape_01 {







  left: 0;







  top: 0;







  max-width: 6%;







}







.fancy-banner-seven .bg-wrapper .shape_02 {







  right: 0;







  bottom: 0;







  max-width: 6%;







  mix-blend-mode: overlay;







}















.fancy-banner-eight .bg-wrapper {







  padding: 10px 110px 0;







}







.fancy-banner-eight .bg-wrapper.border-30 {







  border-radius: 30px;







}







.fancy-banner-eight .media-wrapper {







  padding: 0 38px;







  margin-bottom: -6px;







}







.fancy-banner-eight .media-wrapper .shape_01 {







  width: 100%;







  bottom: 0;







  left: 0;







}







.fancy-banner-eight .shape_02 {







  right: -123px;







  bottom: -5px;







}





/*.lesswidth {

	width:85%;

	margin:auto;

	}*/









.address-banner .icon {







  width: 64px;







  height: 64px;















}







.address-banner .text {







  width: calc(100% - 64px);







  padding-left: 25px;







}







.address-banner .text p {







  margin-bottom: 3px;







}







.address-banner .text a {







  color: rgba(22, 22, 22, 0.45);







}







.address-banner .text a:hover {







  color: #F4CB56;







  text-decoration: underline;







}







.address-banner .skew-line:before,
.address-banner .skew-line:after {







  content: "";







  position: absolute;







  height: 70px;







  width: 1px;







  transform: rotate(23deg);







  top: 0;







  left: -100px;







  background: #000;







}







.address-banner .skew-line:after {







  left: auto;







  right: -100px;







}















.inner-banner h3 {







  letter-spacing: -1px;







}







.inner-banner .theme-breadcrumb {







  margin: 0 -3px;







}







.inner-banner .theme-breadcrumb li {







  padding: 0 3px;







  font-size: 17px;







  color: rgba(49, 49, 49, 0.5);







}







.inner-banner .theme-breadcrumb li a {







  color: rgba(49, 49, 49, 0.5);







  transition: all 0.3s ease-in-out 0s;







}







.inner-banner .theme-breadcrumb li a:hover {







  color: #F4CB56;







}







.inner-banner .theme-breadcrumb li:last-child {







  color: #000;







}







.inner-banner .theme-breadcrumb.bottom-line {







  padding-bottom: 8px;







}







.inner-banner .theme-breadcrumb.bottom-line:before {







  content: "";







  position: absolute;







  width: calc(100% - 6px);







  left: 3px;







  bottom: 0;







  right: 3px;







  height: 1px;







  background: #000;







}















.inner-banner-one {







  border-bottom: 1px solid #000000;







}







.inner-banner-one .illustration {







  bottom: 0;







  left: 0;







}















.inner-banner-two {







  background-position: center;







  background-repeat: no-repeat;







  background-size: cover;







}







.inner-banner-two .sub-heading {







  font-size: 28px;







  line-height: 1.785em;







  margin: 0;







  color: #000;







  padding-left: 80px;







}















.inner-banner-three {







  margin: 126px 40px 0;







}







.inner-banner-three .bg-wrapper {







  background-position: center;







  background-repeat: no-repeat;







  background-size: cover;







  border-radius: 40px;







  padding: 88px 0 125px;







}







.inner-banner-three .bg-wrapper::after {







  content: "";







  position: absolute;







  width: 100%;







  height: 100%;







  left: 0px;







  top: 0px;







  background: url(../images/assets/texture.png) no-repeat center;







  background-size: cover;







  opacity: 0.4;







  z-index: 0;







}







.inner-banner-three .bg-wrapper::before {







  content: "";







  position: absolute;







  width: 100%;







  height: 100%;







  left: 0px;







  top: 0px;







  background: rgba(0, 0, 0, 0.4);







  z-index: 0;







}







.inner-banner-three h2 {







  font-size: 90px;







}







.inner-banner-three .theme-breadcrumb li {







  color: #fff;







}







.inner-banner-three .theme-breadcrumb li a {







  color: rgba(255, 255, 255, 0.65);







}







.inner-banner-three .theme-breadcrumb li a:hover {







  color: #F4CB56;







}







.inner-banner-three .theme-breadcrumb li:last-child {







  color: #fff;







}







.inner-banner-three .theme-breadcrumb.bottom-line:before {







  background: #fff;







}







.inner-banner-three .shape_01 {







  left: 0;







  top: 0;







  max-width: 5%;







  z-index: 0;







  opacity: 0.5;







}







.inner-banner-three .shape_02 {







  right: 0;







  bottom: 0;







  max-width: 4%;







  z-index: 0;







  opacity: 0.7;







}















.block-feature-two .wrapper {







  max-width: 1644px;







  padding: 0 12px;







  margin: 0 auto;







}







.block-feature-two .block-one {







  background: url(../images/media/img_04.jpg) no-repeat center;







  background-size: cover;







  border-radius: 30px;







  padding: 60px 70px 55px;







  min-height: 400px;







}







.block-feature-two .block-one .video-icon {







  color: #fff;







  font-size: 30px;







  width: 60px;







  height: 60px;







  padding-left: 5px;







  background: #222020;







  position: relative;







  animation: ripple 3s linear infinite;







  transition: all 0.3s ease-in-out 0s;







}







.block-feature-two .block-one .video-icon::before,
.block-feature-two .block-one .video-icon::after {







  content: "";







  position: absolute;







  top: 0;







  left: 0;







  right: 0;







  bottom: 0;







  border-radius: 50%;







  animation: inherit;







  animation-delay: 1s;







}







.block-feature-two .block-one .video-icon::after {







  animation-delay: 3s;







}







.block-feature-two .block-one .video-icon:hover,
.block-feature-two .block-one .video-icon:focus {







  background: #F4CB56;







}







.block-feature-two .block-one .screen_01 {







  left: 0;







  bottom: 0;







  border-radius: 20px;







  max-width: 34%;







  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.06);







}







.block-feature-two .block-one .card-box {







  padding: 20px 12px;







  background: #FFFFFF;







  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);







  border-radius: 20px;







  position: absolute;







  right: 0;







  top: 18%;







  min-width: 260px;







}







.block-feature-two .block-one .card-box p {







  color: rgba(0, 0, 0, 0.5);







}







.block-feature-two .block-two {







  background: url(../images/shape/shape_03.svg) no-repeat center;







  background-size: cover;







  padding: 30px;







}







.block-feature-two .block-two .bg-wrapper {







  background: #fff;







  border-radius: 30px;







  padding: 35px 40px 45px;







}







.block-feature-two .block-two .bg-wrapper h5 {







  font-size: 28px;







}







.block-feature-two .block-two .bg-wrapper .top-line {







  border-top: 1px solid #000;







  margin-top: 60px;







  padding-top: 55px;







}







.block-feature-two .block-two .counter-wrapper {







  border-top: 2px solid #000;







  border-bottom: 2px solid #000;







}















.block-feature-three .slider-arrows li {







  position: absolute;







  left: -27px;







  bottom: 173px;







  z-index: 1;







}







.block-feature-three .slider-arrows li[class*=next] {







  left: auto;







  right: -27px;







}















.block-feature-four form {







  height: 80px;







  position: relative;







}







.block-feature-four form input {







  width: 100%;







  height: 100%;







  border: 2px solid #000;







  border-radius: 8px;







  padding: 0 200px 0 25px;







  color: #000;







}







.block-feature-four form button {







  position: absolute;







  top: 8px;







  right: 8px;







  bottom: 8px;







  border-radius: 8px;







  background: #F4CB56;







  width: 185px;







  font-weight: 500;







  color: #fff;







  transition: all 0.3s ease-in-out 0s;







}







.block-feature-four form button:hover,
.block-feature-four form button:focus {







  background: #F4CB56;







}







.block-feature-four form.border-60 input {







  border-radius: 60px;







  overflow: hidden;







}







.block-feature-four form.border-60 button {







  border-radius: 40px;







}







.block-feature-four .img-gallery {







  padding: 45px 0 0 45px;







}







.block-feature-four .img-gallery:before {







  content: "";







  position: absolute;







  top: 0;







  left: 0;







  right: 60px;







  height: 85%;







  background: url(../images/shape/shape_06.svg) no-repeat center;







  background-size: cover;







  z-index: -1;







}







.block-feature-four .img-gallery .img-bg {







  background-position: center;







  background-repeat: no-repeat;







  background-size: cover;







  border-radius: 30px;







  width: 100%;







  height: 100%;







  min-height: 350px;







}







.block-feature-four .img-gallery .card-one {







  position: absolute;







  left: -5%;







  bottom: -10%;







  max-width: 61%;







  min-width: 280px;







  animation: jumpFour 5s infinite linear;







}







.block-feature-four .img-gallery .card-one img {







  border-radius: 20px;







  box-shadow: -10px 20px 40px rgba(0, 0, 0, 0.04);







}







.block-feature-four .img-gallery .card-one .text {







  position: absolute;







  width: 100%;







  padding: 25px 15px 0;







}







.block-feature-four .img-gallery .card-one .text h6 {







  letter-spacing: -1px;







}







.block-feature-four .img-gallery .card-one .text h3 {







  font-size: 44px;







  letter-spacing: -1px;







}















.block-feature-five .shape_01 {







  left: 0;







  bottom: 0;







  max-width: 18%;







}







.block-feature-five .shape_02 {







  right: 0;







  bottom: 0;







  max-width: 17%;







}















.block-feature-seven .rating {







  margin: 0 -4px;







}







.block-feature-seven .rating li {







  padding: 0 4px;







}







.block-feature-seven .rating li:last-child {







  font-size: 20px;







  letter-spacing: -0.2px;







  color: rgba(0, 0, 0, 0.3);







  margin-left: 15px;







}







.block-feature-seven .rating i {







  color: #F4CB56;







}







.block-feature-seven .shape_01 {







  top: -96px;







  right: -110px;







  max-width: 10%;







}







.block-feature-seven .shape_02 {







  bottom: -47%;







  right: 18%;







}















.block-feature-eight .title-one {







  margin-bottom: -40px;







}







.block-feature-eight .media-block .main-img {







  border-radius: 20px;







}







.block-feature-eight .media-block .screen_01 {







  left: -13%;







  bottom: -12%;







  border-radius: 10px;







  box-shadow: -10px 30px 50px rgba(0, 0, 0, 0.06);







  max-width: 57%;







  z-index: 1;







}







.block-feature-eight .media-block .screen_02 {







  top: -20%;







  right: -3%;







  max-width: 43%;







  z-index: 1;







}







.block-feature-eight .media-block .shape_01 {







  right: 4%;







  bottom: 45%;







  z-index: 1;







  max-width: 29%;







}







.block-feature-eight .media-block .screen_03 {







  box-shadow: -10px 30px 50px rgba(0, 0, 0, 0.06);







  border-radius: 10px;







}







.block-feature-eight .counter-wrapper {







  border-top: 1px solid #E4E4E4;







  border-bottom: 1px solid #E4E4E4;







}















.block-feature-nine.image-bg:before {







  content: "";







  position: absolute;







  width: 50%;







  height: 100%;







  right: 0;







  top: 0;







  z-index: -1;







  background: url(../images/media/img_37.jpg) no-repeat right center;







  background-size: cover;







}







.block-feature-nine .shape_01 {







  bottom: 0;







  left: 0;







  max-width: 17%;







  opacity: 0.3;







}







.block-feature-nine .shape_02 {







  bottom: 0;







  right: 0;







  max-width: 13%;







  opacity: 0.3;







}















.block-feature-ten .border-20 {







  border-radius: 20px;







}







.block-feature-ten .email-form {







  height: 85px;







}







.block-feature-ten .email-form input {







  width: 100%;







  height: 100%;







  border: 2px solid #000;







  padding: 0 200px 0 25px;







  color: #000;







}







.block-feature-ten .email-form button {







  position: absolute;







  border-radius: 0;







  right: 10px;







  bottom: 10px;







  top: 10px;







  width: 185px;







}







.block-feature-ten .email-form.border-60 input {







  border-radius: 60px;







  overflow: hidden;







}







.block-feature-ten .email-form.border-60 button {







  border-radius: 40px;







}







.block-feature-ten .media-gallery {







  padding: 0 80px 80px 65px;







  margin-right: 25px;







}







.block-feature-ten .media-gallery:before {







  content: "";







  position: absolute;







  top: 50px;







  right: 0;







  bottom: 0;







  left: 155px;







  z-index: -1;







  background: url(../images/shape/shape_16.svg) no-repeat center;







  background-size: cover;







}







.block-feature-ten .media-gallery .bg {







  height: 100%;







  min-height: 450px;







  background-repeat: no-repeat;







  background-size: cover;







}







.block-feature-ten .media-gallery .card-style-three {







  position: absolute;







  right: 4%;







  top: 11%;







  z-index: 1;







  width: 35%;







  min-width: 200px;







}







.block-feature-ten .media-gallery .screen_01 {







  position: absolute;







  left: 0;







  bottom: 5%;







  z-index: 1;







  max-width: 44%;







  box-shadow: -20px 30px 50px rgba(0, 28, 53, 0.06);







}







.block-feature-ten .media-gallery .screen_02 {







  position: absolute;







  left: 2%;







  bottom: 5%;







  z-index: 1;







  max-width: 37%;







  box-shadow: -20px 30px 50px rgba(0, 28, 53, 0.06);







}







.block-feature-ten .media-gallery .screen_03 {







  position: absolute;







  right: 4%;







  top: 14%;







  z-index: 1;







  max-width: 51%;







  box-shadow: -10px 40px 80px rgba(25, 42, 70, 0.08);







}







.block-feature-ten .shape_01 {







  right: 10%;







  bottom: 42%;







  max-width: 18%;







  animation: rotated 250s infinite linear;







}















.block-feature-twelve .section-btn {







  position: absolute;







  right: 0;







  top: 25px;







}







.block-feature-twelve .wrapper {







  margin: 0 -12px;







}







.block-feature-twelve .wrapper .location-card-three {







  margin: 30px 12px 0;







}















.block-feature-thirteen .media-gallery {







  padding: 0 100px 80px 0;







  top: 0;







  bottom: 0;







  left: 0;







  width: 50%;







  position: absolute;







}







.block-feature-thirteen .media-gallery:before {







  content: "";







  position: absolute;







  top: 22%;







  right: 0;







  bottom: 0;







  left: 155px;







  z-index: -1;







  background: url(../images/shape/shape_59.svg) no-repeat center;







  background-size: cover;







}







.block-feature-thirteen .media-gallery .bg {







  height: 100%;







  min-height: 450px;







  background-repeat: no-repeat;







  background-size: cover;







}







.block-feature-thirteen .media-gallery .card-style-three {







  position: absolute;







  right: 3%;







  top: 8%;







  z-index: 1;







  width: 27%;







  min-width: 200px;







  max-width: 280px;







}







.block-feature-thirteen .media-gallery .screen_01 {







  position: absolute;







  left: 21%;







  bottom: 4%;







  z-index: 1;







  max-width: 35%;







  box-shadow: -20px 30px 50px rgba(0, 28, 53, 0.06);







}















.block-feature-fourteen {







  background: #141414;







}







.block-feature-fourteen .card-bg-wrapper {







  padding: 15px 50px 55px;







  background: url(../images/shape/shape_60.svg) no-repeat center;







  background-size: cover;







}















.block-feature-fifteen .media-block .bg-img {







  height: 100%;







  min-height: 450px;







  background-position: center;







  background-repeat: no-repeat;







  background-size: cover;







  border-radius: 30px;







}







.block-feature-fifteen .media-block .bg-img .screen_01 {







  top: 11%;







  right: -14%;







  z-index: 1;







  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.06);







  border-radius: 10px;







  max-width: 48%;







}















.block-feature-sixteen {







  margin: 0 40px;







  border-radius: 30px;







  overflow: hidden;







}







.block-feature-sixteen .shape_01 {







  right: 0;







  top: 0;







  max-width: 20%;







}







.block-feature-sixteen .shape_02 {







  left: 0;







  bottom: 0;







  max-width: 20%;







}















.block-feature-seventeen.dark-bg {







  background: #1e1e1e;







}







.block-feature-seventeen .shape_01 {







  left: 0;







  bottom: 0;







  max-width: 18%;







}







.block-feature-seventeen .shape_02 {







  right: 0;







  bottom: 0;







  max-width: 17%;







}















.video-banner-one .bg-wrapper {







  background-position: center;







  background-repeat: no-repeat;







  background-size: cover;







  height: 700px;







  border-radius: 30px;







}







.video-banner-one .bg-wrapper:before {







  content: "";







  position: absolute;







  width: 100%;







  height: 100%;







  background: rgba(0, 0, 0, 0.2);







  z-index: -1;







}







.video-banner-one .bg-wrapper .video-icon {







  width: 140px;







  height: 140px;







  background: #F4CB56;







  color: #fff;







  font-size: 50px;







}







.video-banner-one .bg-wrapper .video-icon:hover {







  background: #000;







}















.partner-section-one p {







  margin: -45px 0 0;







  transform: translateY(-85%);







}







.partner-section-one p span {







  color: #F4CB56;







}







.partner-section-one .bg-wrapper {







  background: #F4CB56;







  padding: 14px 0;







}







.partner-section-one .slick-track {







  display: flex;







  align-items: center;







  justify-content: end;







}







.partner-section-one .slick-track .slick-slide {







  float: none;







}







.partner-section-one .slick-track .slick-slide img {







  margin: 0 auto;







}















.partner-section-two .bottom-border {







  border-bottom: 1px solid #000;







}







.partner-section-two h6 {







  letter-spacing: -0.5px;







}







.partner-section-two h6 span {







  font-size: 1.333em;







}







.partner-section-two .slick-track {







  display: flex;







  align-items: center;







  justify-content: end;







}







.partner-section-two .slick-track .slick-slide {







  float: none;







}







.partner-section-two .slick-track .slick-slide img {







  margin: 0 auto;







}















.faq-section-one .shape_01 {







  bottom: 0;







  left: 28%;







  max-width: 13%;







  animation: rotated 300s infinite linear;







}















.faq-section-two .faq-sidebar {







  background: url(../images/shape/shape_70.svg) no-repeat center;







  background-size: cover;







  padding: 30px;







}







.faq-section-two .faq-sidebar .bg-wrapper {







  background: #fff;







  border-radius: 20px;







  padding: 38px 40px;







}







.faq-section-two .faq-sidebar .bg-wrapper ul li a {







  font-size: 24px;







  color: #000;







  margin-bottom: 24px;







}







.faq-section-two .faq-sidebar .bg-wrapper ul li a span {







  padding-left: 5px;







  transition: all 0.3s ease-in-out 0s;







}







.faq-section-two .faq-sidebar .bg-wrapper ul li a:hover span {







  color: #F4CB56;







}







.faq-section-two .faq-sidebar .bg-wrapper ul li:last-child a {







  margin-bottom: 0;







}







.faq-section-two .accordion-style-two.no-bg {







  background: none;







}







.faq-section-two .accordion-style-two .accordion-item:first-child {







  border-top: 1px solid rgba(0, 0, 0, 0.08);







}







.faq-section-two .accordion-style-two .accordion-item:last-child {







  border-bottom: 1px solid rgba(0, 0, 0, 0.08);







}







.faq-section-two .accordion-title {







  font-size: 14px;







  letter-spacing: 1.4px;







  color: #A5A5A5;







  margin-bottom: 38px;







}















.category-section-one .section-btn {







  position: absolute;







  right: 0;







  top: 5px;







}







.category-section-one .wrapper ul {







  margin: 0 -10px;







}







.category-section-one .wrapper ul li {







  padding: 0 10px;







  margin-top: 10px;







}







.category-section-one .wrapper ul li a {







  font-size: 16px;







  padding: 18px 35px;







  border-radius: 60px;







  color: #000;







  background: #F4F4F4;







}







.category-section-one .wrapper ul li a img {







  height: 22px;







  margin-right: 16px;







  transition: all 0.3s ease-in-out 0s;







}







.category-section-one .wrapper ul li a:hover {







  background: #000;







  color: #fff;







}







.category-section-one .wrapper ul li a:hover img.invert {
  /* Safari/Chrome */







  filter: invert(100%);







  transform: rotate(360deg);







}







.category-section-one.dark-bg {







  background: #141414;







}







.category-section-one.dark-bg .wrapper ul li a {







  background: transparent;







  border: 1px solid rgba(255, 255, 255, 0.13);







  color: #fff;







}







.category-section-one.dark-bg .wrapper ul li a img {
  /* Safari/Chrome */







  filter: invert(100%);







}







.category-section-one.dark-bg .wrapper ul li a:hover {







  border-color: #F4CB56;







  color: #F4CB56;







}







.category-section-one.grey-bg {







  background: #F3F3F3;







}







.category-section-one.grey-bg .wrapper ul li a {







  background: #fff;







}







.category-section-one.grey-bg .wrapper ul li a:hover {







  background: #000;







}















.category-section-two .section-btn {







  position: absolute;







  right: 0;







  top: 40px;







}







.category-section-two .wrapper {







  margin: 0 -12px;







}







.category-section-two .wrapper .card-style-seven {







  margin: 30px 12px 0;







}















.compare-section .action-btns {







  margin: 0 -5px;







}







.compare-section .action-btns li {







  padding: 0 5px;







}







.compare-section .action-btns li a {







  width: 44px;







  height: 44px;







  border: 1px solid #000;







  background: #fff;







  color: #000;







  font-size: 1.1em;







}







.compare-section .action-btns li a:hover,
.compare-section .action-btns li a:focus {







  color: #fff;







  background: #F4CB56;







  border-color: #F4CB56;







}







.compare-section .compare-table {







  background: url(../images/shape/shape_68.svg) no-repeat center;







  background-size: cover;







  padding: 30px 35px;







}







.compare-section .compare-table .table-bg {







  padding: 55px 45px 60px;







}







.compare-section .compare-table .table-bg table {







  margin: 0;







}







.compare-section .compare-table .table-bg table thead {







  vertical-align: top;







}







.compare-section .compare-table .table-bg table thead td {







  border: none;







  border-bottom: 1px solid #000;







  padding: 0 18px 30px;







  width: 25.3333%;







}







.compare-section .compare-table .table-bg table thead td .listing-card-one .title {







  font-size: 22px;







}







.compare-section .compare-table .table-bg table thead td:first-child {







  width: 21%;







}







.compare-section .compare-table .table-bg table tbody th,
.compare-section .compare-table .table-bg table tbody td {







  border-bottom: 1px solid #000;







  padding: 24px 18px;







}







.compare-section .compare-table .table-bg table tbody th {







  font-size: 18px;







  font-weight: 500;







  color: #000;







}







.compare-section .compare-table .table-bg table tbody td {







  font-size: 17px;







  line-height: 30px;







  color: #000;







}















.error-section {







  min-height: 100vh;







  padding: 60px 0 70px;







}







.error-section h3 {







  font-size: 82px;







}







.error-section .btn-five {







  border-radius: 40px;







  padding: 0 40px;







}















.search-wrapper-one.bg {







  background: url(../images/shape/shape_02.svg) no-repeat center;







  background-size: cover;







  padding: 25px;







}







.search-wrapper-one .bg-wrapper {







  background: #fff;







  border-radius: 15px;







  border: 1px solid #EDEDED;







  box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.04);







  padding: 30px 0;







}







.search-wrapper-one .bg-wrapper.border-layout {







  border: 2px solid #000;







}







.search-wrapper-one .bg-wrapper .search-btn {







  font-size: 16px;







  border-radius: 10px;







  width: 90%;







  margin: 0 auto;







  letter-spacing: 1px;







  line-height: 60px;







  color: #fff;







  min-width: 150px;







  background: #282828;







}







.search-wrapper-one .bg-wrapper .search-btn:hover,
.search-wrapper-one .bg-wrapper .search-btn:focus {







  background: #F4CB56;







}







.search-wrapper-one .bg-wrapper .search-btn-two {







  width: 80px;







  height: 70px;







  color: #fff;







  font-size: 1.4em;







  background: #F4CB56;







}







.search-wrapper-one .bg-wrapper .search-btn-two:hover,
.search-wrapper-one .bg-wrapper .search-btn-two:focus {







  background: #000;







}







.search-wrapper-one .bg-wrapper .search-btn-three {







  font-weight: 500;







  height: 60px;







  color: #fff;







  padding: 0 40px;







  background: #F4CB56;







  border-radius: 10px;







  margin: 0 auto;







}







.search-wrapper-one .bg-wrapper .search-btn-three:hover,
.search-wrapper-one .bg-wrapper .search-btn-three:focus {







  background: #000;







}







.search-wrapper-one .bg-wrapper .search-btn-four {







  display: inline-flex;







  justify-content: center;







  align-items: center;







  font-size: 14px;







  letter-spacing: 1px;







  height: 60px;







  color: #fff;







  padding: 0 40px;







  background: #F4CB56;







}







.search-wrapper-one .bg-wrapper .search-btn-four i {







  font-size: 1.5em;







  margin-left: 15px;







}







.search-wrapper-one .bg-wrapper .search-btn-four:hover,
.search-wrapper-one .bg-wrapper .search-btn-four:focus {







  background: #000;







}







.search-wrapper-one .bg-wrapper .search-modal-btn {







  font-size: 14px;







  letter-spacing: 1px;







  height: 60px;







  border: 1px solid #000;







  color: #000;







  padding: 0 30px;







  background: #fff;







}







.search-wrapper-one .bg-wrapper .search-modal-btn span {







  margin-right: 15px;







}







.search-wrapper-one .bg-wrapper .search-modal-btn i {







  font-size: 1.5em;







}







.search-wrapper-one .bg-wrapper .search-modal-btn:hover {







  background: #000;







  color: #fff;







}







.search-wrapper-one .bg-wrapper .search-modal-btn.sm {







  border: none;







  padding: 0 30px;







  border-radius: 10px;







}







.search-wrapper-one .bg-wrapper .search-modal-btn.sm i {







  margin: 0;







}







.search-wrapper-one .bg-wrapper .search-modal-btn.rounded-circle {







  padding: 0;







  height: 60px;







  width: 60px;







  border: 1px solid #000;







}















.search-wrapper-two .bg-wrapper {







  padding: 45px 35px 35px;







  margin: 0 15px 15px 0;







  background: #fff;







}







.search-wrapper-two .bg-wrapper:before {







  content: "";







  position: absolute;







  width: 100%;







  height: 100%;







  right: -15px;







  bottom: -15px;







  z-index: -1;







  background: rgba(255, 255, 255, 0.2);







}







.search-wrapper-two .input-box-one,







.search-wrapper-two .input-box-one .label,







.search-wrapper-two .input-box-one .type-input,







.search-wrapper-two .input-box-one .nice-select {







  padding-left: 0;







  padding-right: 0;







}















.search-wrapper-three {







  border-top: 1px solid #E4E4E4;







  border-bottom: 1px solid #E4E4E4;







  padding: 45px 10px;







}







.search-wrapper-three .search-modal-btn {







  font-size: 14px;







  letter-spacing: 1px;







  height: 60px;







  border: 1px solid #000;







  color: #000;







  padding: 0 30px;







  background: #fff;







  border-radius: 10px;







}







.search-wrapper-three .search-modal-btn i {







  font-size: 1.5em;







}







.search-wrapper-three .search-modal-btn:hover {







  background: #000;







  color: #fff;







}







.search-wrapper-three .search-modal-btn.sm {







  border: none;







  padding: 0 30px;







  border-radius: 10px;







}







.search-wrapper-three .search-modal-btn.sm i {







  margin: 0;







}







.search-wrapper-three .search-modal-btn.rounded-circle {







  padding: 0;







  height: 60px;







  width: 60px;







  border: 1px solid #000;







}















.dark-bg .input-box-one .label {







  color: rgba(255, 255, 255, 0.55);







}







.dark-bg .input-box-one .nice-select {







  background: transparent;







  color: #fff;







}







.dark-bg .input-box-one .nice-select:after {







  border-bottom-color: #fff;







  border-right-color: #fff;







}







.dark-bg .input-box-one.border-left {







  border-right-color: rgba(255, 255, 255, 0.18);







}







.dark-bg .input-box-one .nice-select .list {







  background: #000;







  border-radius: 0;







  border-color: rgba(255, 255, 255, 0.15);







}







.dark-bg .input-box-one .nice-select .list .option {







  color: rgba(255, 255, 255, 0.65);







}







.dark-bg .input-box-one .nice-select .list .option:hover,
.dark-bg .input-box-one .nice-select .list .option.focus,
.dark-bg .input-box-one .nice-select .list .option.selected.focus {







  color: #fff;







  background: rgba(255, 255, 255, 0.1);







}







.dark-bg.search-wrapper-three .search-modal-btn {







  border: 1px solid #fff;







  background: transparent;







  color: #fff;







}







.dark-bg.search-wrapper-three .search-modal-btn:hover {







  background: #F4CB56;







  border-color: #F4CB56;







}















.search-filter-nav-one .nav-link {







  width: 87px;







  line-height: 42px;







  padding: 0;







  background: #fff;







  border: 0;







  border-radius: 0;







  font-weight: 600;







  font-size: 14px;







  letter-spacing: 1px;







  text-transform: capitalize;







  color: rgba(0, 0, 0, 0.4);







  margin: 0 2px 1px 0;







  transition: all 0.2s ease-in-out 0s;







}







.search-filter-nav-one .nav-link.active {







  background: #000;







  color: #fff;







}















.search-filter-nav-two {







  background: #fff;







  position: relative;







}







.search-filter-nav-two:before {







  content: "";







  position: absolute;







  width: 25px;







  height: 100%;







  right: -10px;







  top: 0;







  background: #fff;







  transform: skew(25deg);







  z-index: -1;







}







.search-filter-nav-two .nav-link {







  width: 104px;







  line-height: 40px;







  padding: 0 0 0 16px;







  background: transparent;







  border: 0;







  border-radius: 0;







  font-weight: 500;







  font-size: 14px;







  letter-spacing: 3px;







  text-transform: uppercase;







  color: #fff;







  margin: 0;







  position: relative;







  z-index: 1;







  transition: all 0.2s ease-in-out 0s;







}







.search-filter-nav-two .nav-link:before {







  content: "";







  position: absolute;







  width: calc(100% - 1px);







  height: 100%;







  left: 9px;







  top: 0;







  background: #A4AAB1;







  transform: skew(25deg);







  z-index: -1;







}







.search-filter-nav-two .nav-link:not(.active):first-child::after {







  content: "";







  position: absolute;







  left: 0;







  top: 0;







  height: 100%;







  width: 20px;







  z-index: -1;







  background: #A4AAB1;







}







.search-filter-nav-two .nav-link.active {







  color: #000;







  background: transparent;







}







.search-filter-nav-two .nav-link.active:before {







  background: transparent;







}















.nice-select.location:after {







  content: "\f3e8";







  font-family: "bootstrap-icons";







  transform: none !important;







  width: auto;







  border: none;







  margin: 0;







  top: 0;







}















.input-box-one {







  position: relative;







  padding: 3px 15px;







}







.input-box-one.border-left {







  border-right: 1px solid #EEECEC;







}







.input-box-one.bottom-border {







  border-bottom: 1px solid #000;







  padding-bottom: 13px;







}







.input-box-one .label {







  padding: 0 15px;







  font-size: 15px;







  color: rgba(0, 0, 0, 0.5);







  margin-bottom: 4px;







}







.input-box-one .label2 {







  font-size: 16px;







  color: #000;







  margin-bottom: 11px;







}







.input-box-one .nice-select {







  padding: 0 15px;







  font-weight: 500;







  font-size: 18px;







  color: #000;







}







.input-box-one .nice-select .option {







  font-weight: normal;







  font-size: 15px;







  padding-left: 15px;







}







.input-box-one .nice-select .list {







  border-radius: 10px;







  padding: 5px 0;







}







.input-box-one .nice-select.box-style {







  border: 1px solid #000;







  height: 50px;







  line-height: 50px;







  border-radius: 0;







  font-size: 16px;







  padding: 0 16px !important;







}







.input-box-one .nice-select.box-style .list {







  border-radius: 0;







  border: 1px solid #000;







}







.input-box-one .nice-select.box-style .option {







  line-height: 35px;







}







.input-box-one .nice-select.box-style:after {







  right: 12px;







}







.input-box-one .type-input {







  width: 100%;







  border: 0;







  padding: 0 15px;







  font-size: 18px;







  color: #000;







  height: 35px;







}







.input-box-one .type-input::-webkit-input-placeholder {







  color: #000;







}







.input-box-one .type-input:-moz-placeholder {







  color: #000;







}







.input-box-one .type-input::-moz-placeholder {







  color: #000;







}







.input-box-one .type-input:-ms-input-placeholder {







  color: #000;







}







.input-box-one .type-input.box-style {







  border: 1px solid #000;







  height: 50px;







  font-size: 16px;







  padding: 0 16px !important;







}















.input-box-two .label {







  font-size: 14px;







  color: rgba(0, 0, 0, 0.48);







  margin-bottom: 8px;







}







.input-box-two .type-input {







  width: 100%;







  height: 60px;







  border: 1px solid #000;







  border-radius: 10px;







  color: #000;







  padding: 0 20px;







}







.input-box-two .type-input::-webkit-input-placeholder {







  color: #000;







}







.input-box-two .type-input:-moz-placeholder {







  color: #000;







}







.input-box-two .type-input::-moz-placeholder {







  color: #000;







}







.input-box-two .type-input:-ms-input-placeholder {







  color: #000;







}







.input-box-two .nice-select {







  height: 60px;







  line-height: 58px;







  font-size: 18px;







  border: 1px solid #000;







  padding: 0 20px;







  border-radius: 10px;







}







.input-box-two .nice-select .list li {







  line-height: 36px;







  font-size: 0.85em;







}







.input-box-two textarea {







  width: 100%;







  max-width: 100%;







  height: 140px;







  border: 1px solid #000;







  border-radius: 10px;







  color: #000;







  padding: 20px;







}







.input-box-two textarea::-webkit-input-placeholder {







  color: #000;







}







.input-box-two textarea:-moz-placeholder {







  color: #000;







}







.input-box-two textarea::-moz-placeholder {







  color: #000;







}







.input-box-two textarea:-ms-input-placeholder {







  color: #000;







}















.input-box-three .label {







  font-size: 16px;







  color: #000;







  margin-bottom: 10px;







}







.input-box-three .type-input {







  width: 100%;







  height: 50px;







  border: 1px solid #000;







  border-radius: 10px;







  color: #000;







  font-size: 16px;







  padding: 0 15px;







}







.input-box-three .type-input::-webkit-input-placeholder {







  color: rgba(0, 0, 0, 0.4);







}







.input-box-three .type-input:-moz-placeholder {







  color: rgba(0, 0, 0, 0.4);







}







.input-box-three .type-input::-moz-placeholder {







  color: rgba(0, 0, 0, 0.4);







}







.input-box-three .type-input:-ms-input-placeholder {







  color: rgba(0, 0, 0, 0.4);







}







.input-box-three textarea {







  width: 100%;







  max-width: 100%;







  height: 157px;







  border: 1px solid #000;







  border-radius: 10px;







  color: #000;







  font-size: 16px;







  padding: 10px 15px;







  line-height: 27px;







}







.input-box-three textarea::-webkit-input-placeholder {







  color: rgba(0, 0, 0, 0.4);







}







.input-box-three textarea:-moz-placeholder {







  color: rgba(0, 0, 0, 0.4);







}







.input-box-three textarea::-moz-placeholder {







  color: rgba(0, 0, 0, 0.4);







}







.input-box-three textarea:-ms-input-placeholder {







  color: rgba(0, 0, 0, 0.4);







}















.advance-search-panel.dot-bg {







  background: url(../images/shape/shape_64.svg) no-repeat center;







  background-size: cover;







  padding: 30px;







}







.advance-search-panel .main-bg {







  padding: 30px 40px 40px;







  border: 1px solid #000;







  border-radius: 20px;







  background: #fff;







}







.advance-search-panel .main-bg.grey-bg {







  background: #F8F8F8;







  border: none;







  border-radius: 0;







  padding: 30px 40px 40px;







}







.advance-search-panel .main-bg .input-box-one {







  padding: 0 0 10px 0;







  border-bottom: 1px solid #000;







}







.advance-search-panel .main-bg .input-box-one .label,
.advance-search-panel .main-bg .input-box-one .nice-select,
.advance-search-panel .main-bg .input-box-one .type-input {







  padding: 0;







}







.advance-search-panel .main-bg .block-title {







  font-size: 15px;







  letter-spacing: 0.45px;







  text-transform: uppercase;







}







.advance-search-panel .main-bg .filter-input {







  margin: 0 -10px;







}







.advance-search-panel .main-bg .filter-input li {







  margin: 0 10px 19px;







  position: relative;







  width: calc(50% - 20px);







}







.advance-search-panel .main-bg .filter-input label {







  display: block;







  position: relative;







  font-size: 16px;







  letter-spacing: -0.16px;







  padding-left: 24px;







  transition: all 0.1s ease-in-out 0s;







}







.advance-search-panel .main-bg .filter-input label::before {







  content: "";







  width: 15px;







  height: 15px;







  line-height: 13px;







  background: #fff;







  border: 1px solid #000;







  font-size: 14px;







  text-align: center;







  position: absolute;







  left: 0;







  top: 4px;







  font-family: "bootstrap-icons";







  transition: all 0.1s ease-in-out 0s;







}







.advance-search-panel .main-bg .filter-input input[type=checkbox] {







  position: absolute;







  opacity: 0;







  z-index: 1;







  width: 100%;







  height: 100%;







  left: 0;







  cursor: pointer;







}







.advance-search-panel .main-bg .filter-input input[type=checkbox]:checked+label:before {







  content: "\f633";







  background: #F4CB56;







  color: #fff;







  border-color: #F4CB56;







}







.advance-search-panel .main-bg .price-ranger {







  position: relative;







}







.advance-search-panel .main-bg .price-ranger .price-input {







  width: 100%;







  margin: 0 0 20px;







}







.advance-search-panel .main-bg .price-ranger .price-input .currency {







  font-size: 12px;







  color: #000;







}







.advance-search-panel .main-bg .price-ranger .price-input input {







  width: 100%;







  max-width: 125px;







  height: 35px;







  outline: none;







  font-size: 15px;







  text-align: center;







  color: #000;







  background: #fff;







  border: 1px solid rgba(0, 0, 0, 0.1);







  border-radius: 2px;







}















.bottom_button_fix #makeoffer,
.bottom_button_fix .btn-primary {







  min-height: 50px;







  border-radius: 30px;







  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.1);







  width: 210px;







  font-size: 19px;







  max-width: 100%;







}















.bottom_button_fix {







  position: fixed;







  left: 0;







  right: 0;







  bottom: 15px;







  z-index: 99;















}















.big_button {







  font-size: 26px;







  font-weight: 500;







  color: #ffffff;







  box-shadow: 0px 8px 9.79px 1.21pxrgba(0, 0, 0, 0.19);







  background-color: #f22f46;







  width: 400px;







  margin: 0 auto;







  border: 0px solid #f22f46;







  padding: 6px 7px 6px 7px;







  border-radius: 6px;
  max-width: 95%;































}







.big_button:hover {
  background: #d1263a;
  color: #FFFFFF
}























.advance-search-panel .main-bg .price-ranger .price-input .divider-line {







  width: 26px;







  height: 1px;







  background: #000;







  margin: 0 10px;







}







.advance-search-panel .main-bg .price-ranger .price-input.style-two input {







  width: 70px;







  height: auto;







  background: transparent;







  border: none;







  text-align: left;







}







.advance-search-panel .main-bg .price-ranger .price-input.style-two .field {







  padding-left: 10px;







}







.advance-search-panel .main-bg .price-ranger .price-input.style-two .field:before {







  content: "$";







  position: absolute;







  left: 0;







  top: 0;







  font-size: 15px;







  color: #000;







}







.advance-search-panel .main-bg .price-ranger input[type=number]::-webkit-outer-spin-button,







.advance-search-panel .main-bg .price-ranger input[type=number]::-webkit-inner-spin-button {







  appearance: none;







  -webkit-appearance: none;







}







.advance-search-panel .main-bg .price-ranger .slider {







  height: 3px;







  position: relative;







  background: #efefef;







  border-radius: 9px;







}







.advance-search-panel .main-bg .price-ranger .slider .progress {







  height: 100%;







  left: 2.5%;







  right: 65%;







  position: absolute;







  border-radius: 7px;







  background: #000;







}







.advance-search-panel .main-bg .price-ranger .range-input {







  position: relative;







}







.advance-search-panel .main-bg .price-ranger .range-input input {







  position: absolute;







  width: 100%;







  height: 4px;







  top: -4px;







  background: none;







  pointer-events: none;







  appearance: none;







  -webkit-appearance: none;







  -moz-appearance: none;







}







.advance-search-panel .main-bg .price-ranger input[type=range]::-webkit-slider-thumb {







  height: 20px;







  width: 20px;







  border-radius: 50%;







  background: #fff;







  border: 2px solid #000;







  cursor: pointer;







  pointer-events: auto;







  appearance: none;







  -webkit-appearance: none;







}







.advance-search-panel .main-bg .price-ranger input[type=range]::-moz-range-thumb {







  height: 20px;







  width: 20px;







  border-radius: 50%;







  background: #fff;







  border: 2px solid #000;







  cursor: pointer;







  pointer-events: auto;







  appearance: none;







  -moz-appearance: none;







}







.advance-search-panel .main-bg .sqf-ranger input {







  width: calc(50% - 33px);







  height: 45px;







  border: 1px solid #000;







  border-radius: 7px;







  text-align: center;







  font-size: 16px;







  color: #000;







}







.advance-search-panel .main-bg .sqf-ranger .divider {







  width: 26px;







  height: 1px;







  background: #000;







  margin: 0 20px;







}







.advance-search-panel .main-bg .apply-search {







  display: inline-flex;







  justify-content: center;







  align-items: center;







  font-size: 16px;







  letter-spacing: 1px;







  height: 65px;







  color: #fff;







  padding: 0 40px;







  border-radius: 10px;







  background: #F4CB56;







}







.advance-search-panel .main-bg .apply-search i {







  font-size: 1.3em;







  margin-right: 12px;







}







.advance-search-panel .main-bg .apply-search:hover,
.advance-search-panel .main-bg .apply-search:focus {







  background: #000;







}







.advance-search-panel .main-bg .form-widget a {







  display: inline-flex;







  align-items: center;







  color: #000;







}







.advance-search-panel .main-bg .form-widget a i {







  margin-right: 8px;







}







.advance-search-panel .main-bg .form-widget a span {







  color: rgba(0, 0, 0, 0.5);







  transition: all 0.3s ease-in-out 0s;







}







.advance-search-panel .main-bg .form-widget a:hover,
.advance-search-panel .main-bg .form-widget a:focus {







  color: #F4CB56;







}







.advance-search-panel .main-bg .form-widget a:hover span,
.advance-search-panel .main-bg .form-widget a:focus span {







  color: #F4CB56;







  text-decoration: underline;







}















.listing-type-filter {







  border-top: 1px solid #E4E4E4;







  border-bottom: 1px solid #E4E4E4;







  padding: 45px 40px 55px;







}







.listing-type-filter ul {







  margin: 0 -10px;







}







.listing-type-filter ul li {







  padding: 0 10px;







  margin-top: 10px;







  font-size: 16px;







  font-weight: 500;







  color: #000;







}







.listing-type-filter ul li a {







  line-height: 43px;







  border: 1px solid #000;







  border-radius: 40px;







  padding: 0 35px;







  color: #000;







  transition: all 0.3s ease-in-out 0s;







}







.listing-type-filter ul li a:hover,
.listing-type-filter ul li a.active {







  background: #F4CB56;







  border-color: #F4CB56;







  color: #fff;







}















.counter-block-one .main-count {







  font-size: 58px;







}















.counter-block-two .main-count {







  font-size: 120px;







  line-height: initial;







  color: #F4CB56;







  margin-bottom: -20px;







}







.counter-block-two .main-count.sm {







  font-size: 100px;







}







.counter-block-two p {







  color: rgba(255, 255, 255, 0.7);







}







.counter-block-two.dark .main-count {







  color: #000;







}







.counter-block-two.dark p {







  color: rgba(0, 0, 0, 0.7);







}















.list-style-one li {







  position: relative;







  padding-left: 30px;







  margin-bottom: 22px;







}







.list-style-one li:before {







  content: "\f00c";







  font-family: "Font Awesome 6 Pro";







  position: absolute;







  left: 0;







  top: 4px;







  font-size: 0.85em;







}















.list-style-two li {







  position: relative;







  padding-left: 30px;







  margin-bottom: 22px;







  font-weight: 500;







  letter-spacing: -0.18px;







  color: #000;







}







.list-style-two li:before {







  content: "\f00c";







  font-family: "Font Awesome 6 Pro";







  position: absolute;







  left: 0;







  top: 1px;







  font-size: 1em;







}















.accordion-style-one {







  background: #fff;







  padding: 10px 35px;







}







.accordion-style-one .accordion-item {







  border: none;







  border-top: 1px solid #000;







  border-radius: 0;







}







.accordion-style-one .accordion-item:first-child {







  border-top: none;







}







.accordion-style-one .accordion-item .accordion-button {







  font-weight: 500;







  font-size: 22px;







  line-height: 1.55em;







  padding: 23px 0;







  background: transparent;







  border-radius: 0;







  box-shadow: none;







  color: #000;







}







.accordion-style-one .accordion-item .accordion-button:not(.collapsed) {







  padding-bottom: 12px;







}







.accordion-style-one .accordion-item .accordion-button:not(.collapsed):after {







  content: "-";







  line-height: 24px;







}







.accordion-style-one .accordion-item .accordion-button:after {







  content: "+";







  font-weight: 300;







  font-size: 25px;







  width: 30px;







  height: 30px;







  color: #fff;







  background: #000;







  text-align: center;







  line-height: 30px;







  transform: none;







}







.accordion-style-one .accordion-item .accordion-body {







  padding: 0 35px 25px 0;







}







.accordion-style-one .accordion-item .accordion-body p {







  margin: 0;







}







.accordion-style-one.top-bottom-line .accordion-item:first-child {







  border-top: 1px solid #000;







}







.accordion-style-one.top-bottom-line .accordion-item:last-child {







  border-bottom: 1px solid #000;







}















.accordion-style-two {







  background-size: cover;







  padding: 40px 45px;







}







.accordion-style-two .accordion {







  background: #fff;







  padding: 0 40px;







}







.accordion-style-two .accordion-item {







  border: none;







  border-top: 1px solid rgba(0, 0, 0, 0.08);







  border-radius: 0;







}







.accordion-style-two .accordion-item:first-child {







  border-top: none;







}







.accordion-style-two .accordion-item .accordion-button {

  font-weight: 500;

  font-size: 21px;

  line-height: 1.55em;

  padding: 24px 0;

  background: transparent;

  border-radius: 0;

  box-shadow: none;

  color: #000;

}

.faq-section-one h3 {

  font-weight: 600;

}







.accordion-style-two .accordion-item .accordion-button:not(.collapsed) {







  padding-bottom: 23px;







}







.accordion-style-two .accordion-item .accordion-button:not(.collapsed):after {







  content: "-";







  line-height: 24px;







}







.accordion-style-two .accordion-item .accordion-button:after {







  content: "+";







  font-weight: 400;







  font-size: 28px;







  color: #000;







  transform: none;







  width: auto;







  height: auto;







  background: none;







}







.accordion-style-two .accordion-item .accordion-body {







  padding: 0 35px 38px 0;







}







.accordion-style-two .accordion-item .accordion-body>p {







  margin: 0;







}















.accordion-style-three .accordion {







  background: transparent;







  padding: 0;







}







.accordion-style-three .accordion-item {







  border: none;







  border-bottom: 1px solid #0D0D0D;







  border-radius: 0;







  background: transparent;







}







.accordion-style-three .accordion-item:first-child {







  border-top: none;







}







.accordion-style-three .accordion-item .accordion-button {







  font-weight: 500;







  font-size: 24px;







  line-height: 1.55em;







  padding: 22px 0;







  background: transparent;







  border-radius: 0;







  box-shadow: none;







  color: #000;







}







.accordion-style-three .accordion-item .accordion-button:not(.collapsed):after {







  content: "-";







  line-height: 24px;







}







.accordion-style-three .accordion-item .accordion-button:after {







  content: "+";







  font-weight: 400;







  font-size: 28px;







  color: #000;







  transform: none;







  width: auto;







  height: auto;







  background: none;







}







.accordion-style-three .accordion-item .accordion-body {







  padding: 0 35px 38px 0;







}







.accordion-style-three .accordion-item .accordion-body p {







  margin: 0;







  color: rgba(0, 0, 0, 0.7);







}















.slick-arrow-one li {







  width: 55px;







  height: 55px;







  line-height: 55px;







  border-radius: 50%;







  text-align: center;







  background: #fff;







  cursor: pointer;







  color: #000;







  font-size: 1.35em;







  transition: all 0.3s ease-in-out 0s;







  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.06);







}







.slick-arrow-one li:hover,
.slick-arrow-one li:focus {







  background: #F4CB56;







  color: #fff;







}















.slick-arrow-two {







  margin-left: -2px;







  margin-right: -2px;







}







.slick-arrow-two li {







  cursor: pointer;







  display: block;







  width: 60px;







  height: 60px;







  border-radius: 50%;







  color: #000;







  text-align: center;







  line-height: 57px;







  font-size: 24px;







  margin: 0 2px;







  transition: all 0.2s ease-in-out 0s;







}







.slick-arrow-two li:hover {







  background: #000;







  color: #fff;







}















.pagination-one {







  margin: 0 -1px;







}







.pagination-one li {







  padding: 0 1px;







}







.pagination-one li a {







  width: 40px;







  height: 40px;







  text-align: center;







  line-height: 40px;







  border-radius: 50%;







  font-size: 17px;







  color: #000;







  transition: all 0.2s ease-in-out 0s;







}







.pagination-one li a:hover {







  background: #000;







  color: #fff;







}







.pagination-one li.active a {







  background: #000;







  color: #fff;







}







.pagination-one li:last-child a {







  width: auto;







  height: auto;







  background: transparent;







  color: #000;







}







.pagination-one.square a {







  border-radius: 0;







}















.pagination-two {







  border: 1px solid #E7E7E7;







  border-radius: 10px;







  border-right: none;







}







.pagination-two li {







  font-size: 17px;







  text-align: center;







  line-height: 40px;







}







.pagination-two li span {







  display: block;







  width: 50px;







  height: 40px;







  border-right: 1px solid #E4E4E4;







}







.pagination-two li a {







  width: 40px;







  height: 40px;







  font-size: 16px;







  color: #000;







  background: #fff;







  border: 1px solid transparent;







  border-right: 1px solid #E4E4E4;







  transition: all 0.2s ease-in-out 0s;







}







.pagination-two li a:hover {







  background: rgba(255, 103, 37, 0.15);







  border-color: #F4CB56;







}







.pagination-two li.active a {







  background: rgba(255, 103, 37, 0.15);







  border-color: #F4CB56;







}







.pagination-two li:first-child a {







  border-radius: 10px 0 0 10px;







}







.pagination-two li:last-child a {







  border-radius: 0 10px 10px 0;







}















#searchModal .modal-dialog {







  background: rgba(0, 0, 0, 0.7);







}







#searchModal .modal-dialog .modal-content {







  background: transparent;







  padding: 15px;







  height: auto;







}







#searchModal .modal-dialog form {







  width: 100%;







  max-width: 1000px;







  height: 80px;







  margin: 0 auto;







  position: relative;







  z-index: 1;







}







#searchModal .modal-dialog form input {







  width: 100%;







  height: 100%;







  border-radius: 10px;







  border: 1px solid rgba(255, 255, 255, 0.2);







  background: rgba(0, 0, 0, 0.5);







  color: #fff;







  padding: 0 80px 0 25px;







}







#searchModal .modal-dialog form button {







  position: absolute;







  top: 8px;







  right: 8px;







  bottom: 8px;







  border-radius: 10px;







  background: #F4CB56;







  width: 70px;







  font-weight: 500;







  font-size: 25px;







  color: #fff;







  transition: all 0.3s ease-in-out 0s;







}







#searchModal .modal-dialog form button:hover,
#searchModal .modal-dialog form button:focus {







  background: #F4CB56;







}















#advanceFilterModal .modal-dialog {







  width: 100%;







  max-width: 100%;







}







#advanceFilterModal .btn-close {







  box-shadow: none;







  background: none;







  font-size: 25px;







  color: #000;







  transition: all 0.3s ease-in-out 0s;







}







#advanceFilterModal .btn-close:hover {







  color: #F4CB56;







}















#google-map-area {







  width: 100%;







  min-height: 500px;







}







#google-map-area .google-map-home {







  height: 100%;







}















.card-style-one .fs-text {







  letter-spacing: 0.16px;







  color: rgba(0, 0, 0, 0.4);







}







.card-style-one h5 {







  letter-spacing: -0.5px;







}







.card-style-one.arrow:before,
.card-style-one.arrow:after {







  content: url(../images/icon/icon_10.svg);







  position: absolute;







  top: 88px;







  left: -90px;







}







.card-style-one.arrow:after {







  left: auto;







  right: -72px;







}















.card-style-two h4 {







  font-size: 28px;







}







.card-style-two .content {







  position: absolute;







  width: 100%;







  top: 0;







  left: 0;







  padding: 40px 15px 0;







}







.card-style-two .content .btn {







  font-size: 12px;







  letter-spacing: 0.36px;







  width: 112px;







  line-height: 30px;







  border: none;







  border-radius: 0;







  background: #fff;







  padding: 0;







}







.card-style-two .content .btn-line {







  display: inline-block;







  line-height: 28px;







  font-size: 12px;







  letter-spacing: 0.12px;







  padding: 0 18px;







  color: #000;







  border: 1px solid #000;







}







.card-style-two .content .btn-four {







  width: 80px;







  height: 80px;







  font-size: 1.5em;







  opacity: 0;







}







.card-style-two:hover .btn {







  background: #F4CB56;







  color: #fff;







}







.card-style-two:hover img {







  transform: scale3d(1.1, 1.1, 1);







}







.card-style-two:hover .btn-four {







  opacity: 1;







}















.card-style-three {







  background: url(../images/shape/shape_20.svg) no-repeat center;







  background-size: cover;







  padding: 20px;







}







.card-style-three .bg-wrapper {







  background: #fff;







  padding: 25px 15px;







}







.card-style-three.border-20 {







  border-radius: 20px;







}







.card-style-three.border-20 .bg-wrapper {







  border-radius: 20px;







}















.card-style-four .icon {







  width: 52px;







  height: 52px;







  border: 2px solid #000;







}







.card-style-four .icon:before {







  content: "";







  position: absolute;







  width: 100%;







  height: 100%;







  border-radius: 50%;







  top: 0;







  left: 6px;







  z-index: -1;







  background: #FFEBDC;







  transition: all 0.2s ease-in-out 0s;







}







.card-style-four .icon.style-two {







  border-color: #F4CB56;







}















.card-style-five {







  padding: 50px 60px 70px;







  background: #fff;







  border: 1px solid #E1E1E1;







  border-radius: 30px;







}







.card-style-five .icon {







  width: 115px;







}







.card-style-five:hover {







  background: #FAFAFA;







}















.card-style-six {







  padding: 40px 52px 50px;







  background: #fff;







}







.card-style-six .icon {







  width: 55px;







  height: 55px;







  background: #000;







}







.card-style-six h5 {







  font-size: 20px;







  letter-spacing: 0.2px;







}







.card-style-six:hover .icon {







  background: #F4CB56;







}















.card-style-seven {







  background-size: cover;







  background-repeat: no-repeat;







  background-position: center;







  width: 338px;







  height: 338px;







}







.card-style-seven:before {







  content: "";







  position: absolute;







  width: 100%;







  height: 100%;







  top: 0;







  left: 0;







  border-radius: 50%;







  background: rgba(0, 0, 0, 0.25);







  z-index: -1;







}







.card-style-seven:after {







  content: "";







  position: absolute;







  width: 100%;







  height: 100%;







  top: 0;







  left: 0;







  border-radius: 50%;







  background: rgba(0, 0, 0, 0.25);







  z-index: -1;







  transform: scale(0.5);







  opacity: 0;







  transition: all 0.3s ease-in-out 0s;







}







.card-style-seven:hover .title h4 {







  text-decoration: underline;







  transform: translateY(-10px);







}







.card-style-seven:hover:after {







  transform: scale(1);







  opacity: 1;







}















.card-style-eight .icon {







  width: 100px;







}







.card-style-eight .text {







  width: calc(100% - 100px);







  padding-left: 35px;







}







.card-style-eight .text h5 {







  letter-spacing: -0.5px;







  margin-bottom: 17px;







}







.card-style-eight .text p {







  margin: 0;







  color: rgba(255, 255, 255, 0.6);







}















.card-style-nine {







  background: #F5F5F5;







  padding: 55px 45px 35px;







}







.card-style-nine .tag {







  font-size: 14px;







  line-height: 29px;







  padding: 0 12px;







  left: 0;







  top: 15px;







  z-index: 1;







}







.card-style-nine .logo-wrapper {







  height: 130px;







}







.card-style-nine .logo-wrapper img {







  max-height: 100%;







}







.card-style-nine .agency-name {







  font-size: 24px;







  margin-bottom: 12px;







}







.card-style-nine .rating {







  margin: 0 -2px;







}







.card-style-nine .rating li {







  padding: 0 2px;







  font-size: 13px;







}







.card-style-nine .rating li:last-child {







  font-size: 15px;







  color: rgba(0, 0, 0, 0.5);







  margin-left: 5px;







}







.card-style-nine .rating i {







  color: #FFCC4A;







}







.card-style-nine p {







  font-size: 17px;







  margin: 30px 0 45px;







}







.card-style-nine .btn-eight {







  line-height: 58px;







}















.card-style-ten {







  background: #fff;







  padding: 38px 45px 45px;







  border-radius: 20px;







}







.card-style-ten .icon {







  width: 55px;







  height: 55px;







  background: #000;







}











.card-style-ten h6 {







  font-size: 20px;







  letter-spacing: 0.2px;







  margin: 35px 0 18px;







}







.card-style-ten p {







  margin-bottom: 40px;







}







.card-style-ten:hover .icon {







  background: #F4CB56;







}















.card-style-eleven .icon {







  height: 80px;







}







.card-style-eleven .icon img {







  max-height: 100%;







}







.card-style-eleven h5 {







  font-size: 22px;







}















.location-card-one {







  background-size: cover;







  background-repeat: no-repeat;







  overflow: hidden;







  border-radius: 20px;







  height: 400px;







  padding: 15px 15px 20px;







}







.location-card-one:before {







  content: "";







  position: absolute;







  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);







  mix-blend-mode: luminosity;







  border-radius: 20px;







  width: 100%;







  height: 100%;







  top: 0;







  left: 0;







  z-index: -1;







  transition: all 0.3s ease-in-out 0s;







}







.location-card-one:hover .content {







  transform: translateY(-20px);







}















.location-card-two {







  background-size: cover;







  background-repeat: no-repeat;







  overflow: hidden;







  height: 300px;







  padding: 10px;







}







.location-card-two:before {







  content: "";







  position: absolute;







  background: rgba(0, 0, 0, 0.25);







  width: 100%;







  height: 100%;







  top: 0;







  left: 0;







  z-index: -1;







  transition: all 0.3s ease-in-out 0s;







}







.location-card-two h5 {







  font-size: 25px !important;







  transition: all 0.4s ease-in-out 0s;







}







.location-card-two:hover h5 {







  transform: translateY(-20px);







  text-decoration: underline;







}







.location-card-two:hover:before {







  background: rgba(0, 0, 0, 0.35);







}















.location-card-three .image-bg {







  background-size: cover;







  background-repeat: no-repeat;







  background-position: center;







  width: 338px;







  height: 338px;







}







.location-card-three .image-bg:after {







  content: "";







  position: absolute;







  width: 100%;







  height: 100%;







  top: 0;







  left: 0;







  border-radius: 50%;







  background: rgba(0, 0, 0, 0.25);







  z-index: -1;







  transform: scale(0.5);







  opacity: 0;







  transition: all 0.3s ease-in-out 0s;







}







.location-card-three:hover .image-bg:after {







  opacity: 1;







  transform: scale(1);







}















.property-listing-one .section-btn {







  position: absolute;







  right: 0;







  top: 68px;







}















.property-listing-two:before {







  content: "";







  position: absolute;







  bottom: 0;







  width: 100%;







  height: 43%;







  left: 0;







  background: url(../images/shape/shape_16.svg) no-repeat center;







  background-size: cover;







  z-index: -1;







}







.property-listing-two .section-btn {







  position: absolute;







  right: 0;







  top: 65px;







}







.property-listing-two .shape_01 {







  left: 6%;







  bottom: -8.6%;







  max-width: 7%;







  animation: rotated 280s infinite linear;







}















.property-listing-three .section-btn {







  position: absolute;







  right: 0;







  top: 68px;







}















.property-listing-four .section-btn {







  position: absolute;







  right: 160px;







  top: 75px;







}







.property-listing-four .slick-arrow-two {







  position: absolute;







  right: 0;







  top: 65px;







}







.property-listing-four .shape_01 {







  right: 0;







  top: 0;







  max-width: 19%;







}







.property-listing-four .shape_02 {







  left: 0;







  bottom: 0;







  max-width: 18%;







}















.property-listing-five .section-btn {







  position: absolute;







  right: 0;







  top: 85px;







}















.property-listing-eight .listing-type-filter {







  padding: 28px 40px 38px;







}















.listing-header-filter .nice-select {







  background: transparent;







  border: 1px solid #000;







  line-height: 33px;







  border-radius: 30px;







  padding: 0 18px;







  font-size: 15px;







  letter-spacing: -0.15px;







  min-width: 130px;







}







.listing-header-filter .nice-select:after {







  right: 12px;







}







.listing-header-filter .nice-select.rounded-0 {







  padding-left: 10px;







}







.listing-header-filter .layout-change {







  width: 35px;







  height: 35px;







  text-align: center;







  line-height: 33px;







  border: 1px solid #000;







  color: #000;







}







.listing-header-filter .layout-change:hover,
.listing-header-filter .layout-change:focus {







  background: #F4CB56;







  border-color: #F4CB56;







  color: #fff;







}















.listing-card-one {







  background: #fff;







  overflow: hidden;







  transition: all 0.2s ease-in-out 0s;



  min-height: 460px;







}







.listing-card-one.border-layout {







  border: 1px solid #F3F3F3;







}







.listing-card-one.border-20,
.listing-card-one .border-20 {







  border-radius: 20px;







}







.listing-card-one.border-25,
.listing-card-one .border-25 {







  border-radius: 25px;







}







.listing-card-one.border-30,
.listing-card-one .border-30 {







  border-radius: 30px;







}







.listing-card-one.p-15,
.listing-card-one .p-15 {







  padding: 15px;







}







.listing-card-one.p-25,
.listing-card-one .p-25 {







  padding: 15px 25px;







}







.listing-card-one .img-gallery {







  overflow: hidden;







}







.listing-card-one .img-gallery .carousel-indicators {







  opacity: 0;







  margin-bottom: 12px;







  transition: all 0.3s ease-in-out 0s;







}







.listing-card-one .img-gallery .tag {







  width: 90px;







  line-height: 27px;







  font-size: 12px;







  text-transform: uppercase;







  letter-spacing: 0.12px;







  color: #fff;







  text-align: center;







  background: #F4CB56;







  position: absolute;







  left: 17px;







  top: 17px;







  z-index: 1;







}







.listing-card-one .img-gallery .tag.sale {







  background: #00B579;







}







.listing-card-one .img-gallery .fav-btn {







  font-size: 22px;







  color: #fff;







  position: absolute;







  right: 17px;







  top: 17px;







  z-index: 1;







}







.listing-card-one .img-gallery .fav-btn:hover {







  color: #F4CB56;







}







.listing-card-one .title {







  font-size: 24px;







  font-weight: 500;







  color: #000;







}







.listing-card-one .address {







  font-size: 16px;







  color: rgba(0, 0, 0, 0.4);







  margin: 3px 0 22px;







}







.listing-card-one .feature {







  margin: 0 -3px;







}







.listing-card-one .feature li {







  padding: 0 3px;







  margin-top: 5px;







}







.listing-card-one .pl-footer {







  margin-top: 28px;







  padding: 12px 0;







}







.listing-card-one .pl-footer.top-border {







  border-top: 1px dashed #c7c7c7;







}







.listing-card-one .pl-footer.bottom-border {







  padding: 16px 0;







  border-bottom: 1px dashed #c7c7c7;







}







.listing-card-one .price {







  font-size: 28px;







}







.listing-card-one .price sub {







  font-size: 20px;







  font-weight: normal;







  bottom: 0px;







}







.listing-card-one .action-icons {







  margin: 0 -10px;







}







.listing-card-one .action-icons li {







  padding: 0 10px;







}







.listing-card-one .action-icons li a {







  color: #BFBFBF;







  font-size: 1.1em;







  transition: all 0.2s ease-in-out 0s;







}







.listing-card-one .action-icons li a:hover,
.listing-card-one .action-icons li a:focus {







  color: #F4CB56;







}







.listing-card-one .img-slider-btn {







  position: absolute;







  left: 15px;







  bottom: 15px;







  line-height: 28px;







  padding: 0 10px;







  border-radius: 30px;







  font-size: 12px;







  color: #000;







  background: rgba(255, 255, 255, 0.7);







  opacity: 0;







  visibility: hidden;







  transition: all 0.2s ease-in-out 0s;







}







.listing-card-one .img-slider-btn:hover {







  background: #F4CB56;







  color: #fff;







}







.listing-card-one .img-slider-btn a {







  position: absolute;







  top: 0;







  left: 0;







  width: 100%;







  height: 100%;







  z-index: 1;







}







.listing-card-one:hover {







  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);







}







.listing-card-one:hover .carousel-indicators {







  opacity: 1;







}







.listing-card-one:hover .title {







  color: #F4CB56;







}







.listing-card-one:hover .img-slider-btn {







  opacity: 1;







  visibility: visible;







}







.listing-card-one.style-two:hover {







  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.06);







}







.listing-card-one.style-two .tag {







  background: #fff;







  color: #000;







  left: 0;







}







.listing-card-one.style-two .price {







  font-size: 32px;







}







.listing-card-one.style-three:hover {







  box-shadow: 0px 30px 50px rgba(0, 45, 70, 0.03);







}







.listing-card-one.style-three .img-gallery .btn-four {







  bottom: 15px;







  right: 15px;







}







.listing-card-one.style-three .pl-footer {







  padding-bottom: 20px;







}















.listing-card-two {







  background-repeat: no-repeat;







  background-size: cover;







  border-radius: 30px;







  overflow: hidden;







  height: 380px;







  padding: 30px 30px 35px;







}







.listing-card-two:before {







  content: "";







  position: absolute;







  width: 100%;







  height: 100%;







  left: 0;







  top: 0;







  z-index: -1;







  background: linear-gradient(179.64deg, rgba(0, 0, 0, 0) 0.81%, rgba(0, 0, 0, 0.65) 99.69%);







  border-radius: 30px;







}







.listing-card-two .tag {







  width: 95px;







  line-height: 28px;







  text-align: center;







  color: #fff;







  font-size: 12px;







  letter-spacing: 0.12px;







  border: 1px solid #fff;







  border-radius: 17px;







}















.listing-card-three {







  background-repeat: no-repeat;







  background-size: cover;







  border-radius: 30px;







  overflow: hidden;







  min-height: 450px;







  padding: 30px 50px 50px;







}







.listing-card-three:before {







  content: "";







  position: absolute;







  width: 100%;







  height: 100%;







  left: 0;







  top: 0;







  z-index: -1;







  background: linear-gradient(179.64deg, rgba(0, 0, 0, 0) 0.81%, rgba(0, 0, 0, 0.65) 99.69%);







  border-radius: 30px;







}







.listing-card-three .tag {







  width: 95px;







  line-height: 28px;







  text-align: center;







  color: #fff;







  font-size: 12px;







  letter-spacing: 0.12px;







  border: 1px solid #fff;







  border-radius: 17px;







}







.listing-card-three .wrapper {







  background: #fff;







  border-radius: 20px;







  overflow: hidden;







}







.listing-card-three .wrapper .property-name {







  background: #161616;







  width: 40%;







  padding: 25px 32px 40px;







}







.listing-card-three .wrapper .property-name h5 {







  font-size: 28px;







  line-height: 1.428em;







}







.listing-card-three .wrapper .property-info {







  width: 60%;







  padding: 30px 25px 30px 50px;







}







.listing-card-three .wrapper .property-info .feature {







  margin: 0 -10px;







}







.listing-card-three .wrapper .property-info .feature li {







  padding: 0 10px;







  position: relative;







  margin-bottom: 15px;







}







.listing-card-three .wrapper .property-info .feature li:before {







  content: "";







  position: absolute;







  width: 1px;







  height: 38px;







  background: #D1D1D1;







  top: 50%;







  transform: translateY(-50%);







  right: -50%;







}







.listing-card-three .wrapper .property-info .feature li:last-child:before {







  display: none;







}







.listing-card-three .wrapper .property-info .feature li span {







  font-size: 20px;







  font-weight: 500;







  color: #000;







  display: block;







}







.listing-card-three .wrapper .property-info .action-icons {







  margin: 0 -15px;







}







.listing-card-three .wrapper .property-info .action-icons li {







  padding: 0 15px;







}







.listing-card-three .wrapper .property-info .action-icons li a {







  color: #BFBFBF;







  font-size: 1.2em;







  transition: all 0.2s ease-in-out 0s;







}







.listing-card-three .wrapper .property-info .action-icons li a:hover,
.listing-card-three .wrapper .property-info .action-icons li a:focus {







  color: #F4CB56;







}







.listing-card-three .wrapper .property-info .btn-ten {







  line-height: 48px;







}















.listing-card-four {







  background-size: cover;







  background-repeat: no-repeat;







  padding: 30px;







  height: 620px;







}







.listing-card-four::before {







  content: "";







  position: absolute;







  width: 100%;







  left: 0;







  bottom: 0;







  height: 70%;







  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 100%);







  z-index: -1;







}







.listing-card-four .tag {







  width: 60px;







  line-height: 30px;







  font-size: 12px;







  text-transform: uppercase;







  letter-spacing: 0.12px;







  color: #000;







  text-align: center;







  background: #fff;







  position: absolute;







  left: 30px;







  top: 30px;







  z-index: 1;







}







.listing-card-four .property-info {







  transform: translateY(92px);







}







.listing-card-four .property-info .title {







  font-size: 24px;







  color: #fff;







  margin-bottom: 12px;







}







.listing-card-four .property-info .address {







  color: #fff;







}







.listing-card-four .property-info .pl-footer {







  border-top: 1px solid #E6E6E6;







  margin-top: 17px;







  padding: 15px 0;







  opacity: 0;







  visibility: hidden;







}







.listing-card-four .property-info .pl-footer .feature {







  margin: 0 -5px;







}







.listing-card-four .property-info .pl-footer .feature li {







  padding: 0 5px 10px;







}







.listing-card-four .property-info .pl-footer .feature li strong {







  display: block;







  margin-bottom: -3px;







}







.listing-card-four:hover .property-info {







  background: #fff;







  padding: 13px 20px 0;







  transform: translateY(0);







}







.listing-card-four:hover .property-info .title {







  color: #000;







  font-size: 26px;







  margin-bottom: 5px;







}







.listing-card-four:hover .property-info .title:hover {







  color: #F4CB56;







}







.listing-card-four:hover .property-info .address {







  color: rgba(0, 0, 0, 0.7);







}







.listing-card-four:hover .property-info .pl-footer {







  opacity: 1;







  visibility: visible;







}















.listing-card-five {







  background-repeat: no-repeat;







  background-size: cover;







  overflow: hidden;







  height: 380px;







  padding: 38px 38px 30px;







}







.listing-card-five .tag {







  width: 95px;







  line-height: 28px;







  text-align: center;







  color: #000;







  font-size: 12px;







  letter-spacing: 0.12px;







  border: 1px solid #000;







  margin-bottom: 17px;







}







.listing-card-five h4 {







  max-width: 250px;







}







.listing-card-five .btn-four {







  position: absolute;







  right: 30px;







  top: 30px;







  width: 70px;







  height: 70px;







}















.listing-card-six {







  background-repeat: no-repeat;







  background-size: cover;







  overflow: hidden;







  min-height: 450px;







  padding: 38px 55px 30px;







}







.listing-card-six .tag {







  width: 95px;







  line-height: 28px;







  text-align: center;







  color: #000;







  font-size: 12px;







  letter-spacing: 0.12px;







  border: 1px solid #000;







  margin-bottom: 17px;







}







.listing-card-six h4 {







  font-size: 44px;







  line-height: 1.3636em;







  max-width: 500px;







}







.listing-card-six .btn-four {







  position: absolute;







  right: 55px;







  top: 45px;







  width: 120px;







  height: 120px;







  font-size: 38px;







}















.listing-card-seven {







  background: #fff;







}







.listing-card-seven.border-20,
.listing-card-seven .border-20 {







  border-radius: 20px;







}







.listing-card-seven.p-20,
.listing-card-seven .p-20 {







  padding: 20px;







}







.listing-card-seven .layout-one .img-gallery {







  width: 430px;







}







.listing-card-seven .layout-one .property-info {







  width: calc(100% - 430px);







  padding: 20px 35px 18px 48px;







}







.listing-card-seven .layout-two .img-gallery {







  width: 410px;







}







.listing-card-seven .layout-two .property-info {







  width: calc(100% - 410px);







  padding: 32px 60px 18px 66px;







}







.listing-card-seven .layout-two .property-info .action-icons.on-top {







  right: 70px;







  top: 35px;







}







.listing-card-seven .img-gallery {







  background-repeat: no-repeat;







  background-position: center;







  background-size: cover;







}







.listing-card-seven .img-gallery .tag {







  width: 90px;







  line-height: 27px;







  font-size: 12px;







  text-transform: uppercase;







  letter-spacing: 0.12px;







  color: #fff;







  text-align: center;







  background: #F4CB56;







  position: absolute;







  left: 17px;







  top: 17px;







  z-index: 1;







}







.listing-card-seven .img-gallery .tag.sale {







  background: #00B579;







}







.listing-card-seven .img-gallery .fav-btn {







  font-size: 22px;







  color: #fff;







  position: absolute;







  right: 17px;







  top: 17px;







  z-index: 1;







}







.listing-card-seven .img-gallery .fav-btn:hover {







  color: #F4CB56;







}







.listing-card-seven .img-slider-btn {







  position: absolute;







  left: 15px;







  bottom: 15px;







  line-height: 28px;







  padding: 0 10px;







  border-radius: 30px;







  font-size: 12px;







  color: #000;







  background: rgba(255, 255, 255, 0.7);







  opacity: 0;







  visibility: hidden;







  transition: all 0.2s ease-in-out 0s;







}







.listing-card-seven .img-slider-btn:hover {







  background: #F4CB56;







  color: #fff;







}







.listing-card-seven .img-slider-btn a {







  position: absolute;







  top: 0;







  left: 0;







  width: 100%;







  height: 100%;







  z-index: 1;







}







.listing-card-seven .property-info {







  position: relative;







  z-index: 1;







}







.listing-card-seven .property-info .tag {







  width: 90px;







  line-height: 27px;







  font-size: 12px;







  text-transform: uppercase;







  letter-spacing: 0.12px;







  color: #000;







  text-align: center;







  background: #D6F6EB;







}







.listing-card-seven .property-info .tag.sale {







  background: #FCE6DC;







}







.listing-card-seven .property-info .title {







  font-size: 32px;







  color: #000;







  font-weight: 500;







}







.listing-card-seven .property-info .feature {







  border-top: 1px solid #000;







  border-bottom: 1px solid #000;







}







.listing-card-seven .property-info .feature ul {







  margin: 0 -10px;







}







.listing-card-seven .property-info .feature ul li {







  margin: 0 10px 15px;







  font-size: 16px;







  color: rgba(0, 0, 0, 0.6);







  position: relative;







}







.listing-card-seven .property-info .feature ul li strong {







  font-weight: 500;







  color: #000;







  display: block;







  font-size: 20px;







}







.listing-card-seven .property-info .feature ul li:before {







  content: "";







  position: absolute;







  height: 38px;







  width: 1px;







  transform: rotate(14deg);







  top: 10px;







  left: -68px;







  background: #000;







}







.listing-card-seven .property-info .feature ul li:first-child::before {







  display: none;







}







.listing-card-seven .property-info .price {







  font-size: 36px;







  letter-spacing: -0.72px;







}







.listing-card-seven .property-info .price.sm {







  font-size: 32px;







}







.listing-card-seven .property-info .price sub {







  font-size: 24px;







  font-weight: normal;







  bottom: 0px;







}







.listing-card-seven .property-info .action-icons {







  margin: 0 -15px;







}







.listing-card-seven .property-info .action-icons li {







  padding: 0 15px;







}







.listing-card-seven .property-info .action-icons li a {







  color: #000;







  font-size: 1.1em;







  transition: all 0.2s ease-in-out 0s;







}







.listing-card-seven .property-info .action-icons li a:hover,
.listing-card-seven .property-info .action-icons li a:focus {







  color: #F4CB56;







}







.listing-card-seven .property-info .action-icons.on-top {







  position: absolute;







  right: 35px;







  top: 23px;







}







.listing-card-seven:hover .title {







  color: #F4CB56;







}







.listing-card-seven:hover .img-slider-btn {







  opacity: 1;







  visibility: visible;







}







.listing-card-seven.grey-bg {







  background: #F4F4F4;







}















.theme-details-one .border-20 {







  border-radius: 20px;







}







.theme-details-one .border-15 {







  border-radius: 15px;







}







.theme-details-one .border-10 {







  border-radius: 10px;







}







.theme-details-one .p-40 {







  padding: 40px;







}







.theme-details-one .p-30 {







  padding: 30px;







}







.theme-details-one .p-20 {







  padding: 20px;







}







.theme-details-one .p-15 {







  padding: 15px;







}







.theme-details-one .shadow4 {







  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03);







}







.theme-details-one .bottom-line-dark {







  border-bottom: 1px solid #000;







}







.theme-details-one .info-pack-one {







  background: #F9F9F9;







}







.theme-details-one .info-pack-one .media {







  height: 100%;







  min-height: 400px;







  background-position: center top;







  background-repeat: no-repeat;







  background-size: cover;







}







.theme-details-one .info-pack-one .tag {







  font-size: 14px;







  line-height: 29px;







  padding: 0 12px;







  left: 0;







  top: 15px;







  z-index: 1;







}







.theme-details-one .info-pack-one .designation {







  color: #F4CB56;







}







.theme-details-one .info-pack-one table {







  background: transparent;







  margin: 28px 0 38px;







}







.theme-details-one .info-pack-one table td {







  background: transparent;







  border: none;







  padding: 11px 0;







  color: rgba(0, 0, 0, 0.5);







}







.theme-details-one .info-pack-one table td:last-child {







  font-weight: 500;







  color: #000;







}







.theme-details-one .info-pack-one .social-icon a {







  font-size: 25px;







  margin-right: 25px;







}







.theme-details-one .info-pack-one .social-icon a:hover {







  color: #F4CB56;







}







.theme-details-one .video-wrapper {







  max-width: 100%;







  margin: 0 auto;







  max-height: 900px;







  overflow: hidden;







  background: #fff;







}







.theme-details-one .video-wrapper video {







  display: block;







  margin: 0 auto;







}







.theme-details-one .list-type {







  font-size: 12px;







  letter-spacing: 0.12px;







  color: #fff;







  width: 90px;







  line-height: 26px;







  border: 1px solid #000;







  background: #000;







  text-align: center;







}







.theme-details-one .price {







  font-size: 30px;







}







.theme-details-one .est-price {







  color: rgba(0, 0, 0, 0.5);







}







.theme-details-one .action-btns {







  margin: 0 -5px;







}







.theme-details-one .action-btns li {







  padding: 0 5px;







}







.theme-details-one .action-btns li a {







  width: 50px;







  height: 50px;







  border: 1px solid #000;







  background: #fff;







  color: #000;







  font-size: 1.1em;







}







.theme-details-one .action-btns li a:hover,
.theme-details-one .action-btns li a:focus {







  color: #fff;







  background: #F4CB56;







  border-color: #F4CB56;







}







.theme-details-one .media-gallery-grid {







  padding: 0 40px;







}







.theme-details-one .media-gallery-grid .media-bg {







  background-position: center;







  background-repeat: no-repeat;







  background-size: cover;







  width: 100%;







  display: block;







}







.theme-details-one .media-gallery-grid .media-bg.sm {







  height: 360px;







}







.theme-details-one .media-gallery-grid .media-bg.lg {







  height: 500px;







}







.theme-details-one .media-gallery-grid .media-bg.xs {







  height: 170px;







}







.theme-details-one .media-gallery .carousel .carousel-indicators {







  display: block;







  margin: 0;







}







.theme-details-one .media-gallery .carousel .carousel-indicators button {







  text-indent: 0;







  margin: 0 0 25px 0;







  width: 100%;







  height: auto;







  border: none;







  opacity: 1;







}







.theme-details-one .media-gallery .carousel .carousel-indicators button:last-child {







  margin-bottom: 0;







}







.theme-details-one .media-gallery .carousel .carousel-control-next,
.theme-details-one .media-gallery .carousel .carousel-control-prev {







  width: 60px;







  height: 60px;







  background: #fff;







  border-radius: 50%;







  opacity: 1;







  color: #000;







  font-size: 25px;







  top: 30px;







  transition: all 0.3s ease-in-out 0s;







}







.theme-details-one .media-gallery .carousel .carousel-control-next:hover,
.theme-details-one .media-gallery .carousel .carousel-control-prev:hover {







  background: #000;







  color: #fff;







}







.theme-details-one .media-gallery .carousel .carousel-control-prev {







  left: 30px;







}







.theme-details-one .media-gallery .carousel .carousel-control-next {







  left: 105px;







}







.theme-details-one .media-gallery .style-two .carousel-indicators button {







  text-indent: 0;







  margin: 0 25px 0 0;







  width: 190px;







  height: auto;







  border: none;







  opacity: 1;







}







.theme-details-one .media-gallery .style-two .carousel-indicators button:last-child {







  margin-bottom: 0;







}







.theme-details-one .media-gallery .style-two .img-fancy-btn {







  top: auto;







  right: auto;







  bottom: 35px;







  left: 35px;







}







.theme-details-one .media-gallery .style-two .carousel-control-next,
.theme-details-one .media-gallery .style-two .carousel-control-prev {







  position: static;







  margin: 0 10px;







  border: 1px solid #000;







}







.theme-details-one .media-gallery .style-two .carousel-arrow {







  position: absolute;







  bottom: 50px;







  right: 40px;







  z-index: 3;







}







.theme-details-one .media-gallery .style-two .theme-sidebar-one {







  position: absolute;







  z-index: 1;







  top: 60px;







  right: 40px;







  bottom: 60px;







  width: 380px;







}







.theme-details-one .media-gallery .slick-list {







  overflow: visible;







}







.theme-details-one .media-gallery .slider-arrows {







  position: absolute;







  top: calc(50% - 37px);







  width: 100%;







  left: 0;







  z-index: 1;







}







.theme-details-one .media-gallery .slider-arrows li {







  width: 75px;







  height: 75px;







  background: #fff;







  color: #000;







  line-height: 75px;







  text-align: center;







  font-size: 30px;







  cursor: pointer;







  transition: all 0.3s ease-in-out 0s;







}







.theme-details-one .media-gallery .slider-arrows li:hover {







  background: #000;







  color: #fff;







}







.theme-details-one .img-fancy-btn {







  position: absolute;







  right: 25px;







  top: 35px;







  background: #fff;







  line-height: 50px;







  padding: 0 25px;







  z-index: 2;







  transition: all 0.2s ease-in-out 0s;







}







.theme-details-one .img-fancy-btn:hover {







  background: #F4CB56;







  color: #fff;







}







.theme-details-one .img-fancy-btn a {







  position: absolute;







  top: 0;







  left: 0;







  width: 100%;







  height: 100%;







  z-index: 1;







}







.theme-details-one .sub-title-one {







  font-size: 28px;







}







.theme-details-one .property-feature-list ul {







  margin: 0 -10px;







}







.theme-details-one .property-feature-list ul li {







  width: 20%;







  padding: 10px 10px;







  font-size: 16px;







  margin-top: 10px;







  color: rgba(0, 0, 0, 0.6);







  position: relative;







}







.theme-details-one .property-feature-list ul li .icon {







  height: 30px;







  margin-bottom: 15px;







}







.theme-details-one .property-feature-list ul li:before {







  content: "";







  position: absolute;







  height: 72px;







  width: 1px;







  transform: rotate(17deg) translateY(-50%);







  top: 50%;







  left: -25%;







  background: rgba(0, 0, 0, 0.22);







}







.theme-details-one .property-feature-list ul li:first-child::before {







  display: none;







}







.theme-details-one .property-feature-list .dark-bg {







  background: #000000;







}







.theme-details-one .property-feature-list .dark-bg.m-inverse {







  margin-top: -70px;







}







.theme-details-one .property-feature-list .dark-bg ul li .icon.sm {







  height: 24px;







}







.theme-details-one .property-feature-list .dark-bg ul li:before {







  background: rgba(255, 255, 255, 0.25);







}







.theme-details-one .accordion-style-two {







  background: none;







  padding: 0;







}







.theme-details-one .accordion-style-two .accordion {







  padding: 0;







}







.theme-details-one .accordion-style-two .accordion .accordion-item:first-child {







  border-top: 1px solid rgba(0, 0, 0, 0.08);







}







.theme-details-one .accordion-style-two .accordion .accordion-item:last-child {







  border-bottom: 1px solid rgba(0, 0, 0, 0.08);







}







.theme-details-one .accordion-style-two .accordion .accordion-button {







  padding: 20px 0;







  font-size: 22px;







}







.theme-details-one .accordion-style-two .accordion .accordion-button:after {







  width: 32px;







  height: 32px;







  font-weight: 300;







  border-radius: 50%;







  text-align: center;







  line-height: 30px;







  background: #000;







  color: #fff;







}







.theme-details-one .accordion-style-two .accordion .accordion-button:not(.collapsed):after {







  line-height: 26px;







}







.theme-details-one .accordion-style-two .accordion .accordion-body {







  padding: 5px 15px 30px 0;







}







.theme-details-one .accordion-style-two.grey-bg .accordion-item {







  background: #F2F2F2;







  border: none !important;







  padding: 0 30px;







  margin-bottom: 10px;







}







.theme-details-one .accordion-style-two.full-accordion .accordion-item {







  border-top: 1px solid #000;







}







.theme-details-one .accordion-style-two.full-accordion .accordion-item:first-child {







  border-top: 1px solid #000;







}







.theme-details-one .accordion-style-two.full-accordion .accordion-item:last-child {







  border-bottom: 1px solid #000;







}







.theme-details-one .accordion-style-two.full-accordion .accordion-button {







  font-size: 26px;







  padding: 32px 0;







}







.theme-details-one .feature-list-two li {







  width: 42%;







  padding-bottom: 25px;







  display: flex;







  justify-content: space-between;







}







.theme-details-one .feature-list-two li span:nth-child(2) {







  text-align: right;







}







.theme-details-one .list-style-two li {







  width: 22%;







}







.theme-details-one .property-video-tour .image-bg:before {







  content: "";







  position: absolute;







  width: 100%;







  height: 100%;







  top: 0;







  bottom: 0;







  background: rgba(0, 0, 0, 0.45);







  z-index: 0;







}







.theme-details-one .property-video-tour .video-icon {







  width: 110px;







  height: 110px;







  font-size: 48px;







  background: #fff;







  color: #000;







  position: absolute;







  z-index: 1;







  top: 50%;







  left: 50%;







  transform: translate(-50%, -50%);







}







.theme-details-one .property-video-tour .video-icon:hover {







  background: #F4CB56;







  color: #fff;







}







.theme-details-one .property-floor-plan .bg-dot {







  background: url(../images/shape/shape_66.svg) no-repeat center;







  background-size: cover;







}







.theme-details-one .property-floor-plan .carousel-indicators {







  margin: 0;







  bottom: auto;







  left: auto;







  right: -35px;







  top: -90px;







}







.theme-details-one .property-floor-plan .carousel-indicators button {







  width: 10px;







  height: 10px;







  border: 1px solid #000;







  border-radius: 50%;







  background: transparent;







  opacity: 1;







  margin: 0 5px;







}







.theme-details-one .property-floor-plan .carousel-indicators button.active {







  background: #000;







}







.theme-details-one .property-floor-plan .accordion {







  background: transparent;







  padding: 0;







}







.theme-details-one .property-floor-plan .accordion-item {







  border: none;







  border-bottom: 1px solid #0D0D0D;







  border-radius: 0;







  background: transparent;







}







.theme-details-one .property-floor-plan .accordion-item:first-child {







  border-top: 1px solid #0D0D0D;







}







.theme-details-one .property-floor-plan .accordion-item .accordion-button {







  font-size: 20px;







  line-height: 1.55em;







  padding: 28px 0 28px 50px;







  background: transparent;







  border-radius: 0;







  box-shadow: none;







  color: #000;







}







.theme-details-one .property-floor-plan .accordion-item .accordion-button ul li {







  display: flex;







  color: #000;







  font-size: 17px;







  margin-left: 20px;







}







.theme-details-one .property-floor-plan .accordion-item .accordion-button ul li img {







  width: 18px;







  margin-right: 5px;







}







.theme-details-one .property-floor-plan .accordion-item .accordion-button:not(.collapsed):after {







  content: "-";







  font-size: 30px;







  line-height: 24px;







}







.theme-details-one .property-floor-plan .accordion-item .accordion-button:after {







  content: "+";







  position: absolute;







  font-weight: 400;







  font-size: 20px;







  line-height: 28px;







  width: 28px;







  height: 28px;







  text-align: center;







  border-radius: 50%;







  background: #000;







  color: #fff;







  transform: none;







  left: 0;







  top: calc(50% - 14px);







}







.theme-details-one .property-floor-plan .accordion-item .accordion-body {







  padding: 0 0 38px 0;







}







.theme-details-one .property-floor-plan .accordion-item .accordion-body p {







  margin: 0;







  color: rgba(0, 0, 0, 0.7);







}







.theme-details-one .nearby-list-item li {







  width: 26%;







  font-size: 17px;







  letter-spacing: -0.17px;







  margin-bottom: 25px;







}







.theme-details-one .nearby-list-item li span {







  float: right;







}







.theme-details-one .listing-card-one .img-gallery .tag {







  font-size: 11px;







  line-height: 23px;







  width: 80px;







}







.theme-details-one .listing-card-one .title {







  font-size: 22px;







  margin-bottom: 3px;







  letter-spacing: -0.22px;







}







.theme-details-one .listing-card-one .price {







  font-size: 22px;







  letter-spacing: -0.24px;







}







.theme-details-one .listing-card-one .action-icons li a {







  font-size: 17px;







}







.theme-details-one .similar-property .slick-dots {







  position: absolute;







  margin: 0;







  padding: 0;







  right: 15px;







  top: -60px;







}







.theme-details-one .similar-property .slick-dots li button {







  width: 12px;







  height: 12px;







  border: 1px solid #000;







  border-radius: 50%;







  background: rgba(0, 0, 0, 0);







}







.theme-details-one .similar-property .slick-dots .slick-active button {







  background: #000;







}







.theme-details-one .property-score .icon {







  width: 45px;







}







.theme-details-one .property-score .text {







  width: calc(100% - 45px);







  padding-left: 25px;







}







.theme-details-one .property-score .text h6 {







  font-size: 20px;







}







.theme-details-one .property-score .text p {







  color: rgba(0, 0, 0, 0.4);







}







.theme-details-one .property-location .map-banner {







  height: 485px;







}







.theme-details-one .review-panel-one .show .review.hide {







  display: flex;







}







.theme-details-one .review-panel-one .review {







  border-bottom: 1px solid #EDEDED;







  padding: 45px 0 25px;







  display: flex;







}







.theme-details-one .review-panel-one .review.hide {







  display: none;







}







.theme-details-one .review-panel-one .review .avatar {







  width: 60px;







  height: 60px;







}







.theme-details-one .review-panel-one .review .text {







  width: calc(100% - 60px);







  padding-left: 25px;







}







.theme-details-one .review-panel-one .review .text .name {







  font-size: 20px;







}







.theme-details-one .review-panel-one .review .text .time {







  color: rgba(0, 0, 0, 0.5);







}







.theme-details-one .review-panel-one .review .text .rating li:not(:first-child) {







  color: #FFCC4A;







  font-size: 13px;







  margin-left: 5px;







}







.theme-details-one .review-panel-one .review .text .rating li:first-child {







  font-size: 15px;







}







.theme-details-one .review-panel-one .review .text .review-help-btn a {







  font-size: 15px;







  color: rgba(0, 0, 0, 0.5);







  transition: all 0.2s ease-in-out 0s;







}







.theme-details-one .review-panel-one .review .text .review-help-btn a i {







  margin-right: 5px;







}







.theme-details-one .review-panel-one .review .text .review-help-btn a:hover {







  color: #000;







}







.theme-details-one .review-panel-one .review .text .review-gallery {







  margin: 0 -6px;







}







.theme-details-one .review-panel-one .review .text .review-gallery li {







  padding: 10px 6px 0;







}







.theme-details-one .review-panel-one .review .text .review-gallery li img {







  width: 100px;







  height: 100px;







}







.theme-details-one .review-panel-one .review .text .review-gallery li .more-img {







  background: #000;







}







.theme-details-one .review-panel-one .review .text .review-gallery li .more-img img {







  opacity: 0.4;







}







.theme-details-one .review-panel-one .review .text .review-gallery li .more-img a {







  position: absolute;







  width: 100%;







  height: 100%;







  top: 0;







  left: 0;







  z-index: 1;







}







.theme-details-one .review-panel-one .review .text .review-gallery li .more-img span {







  position: absolute;







  font-size: 24px;







  color: #fff;







  top: 50%;







  left: 50%;







  transform: translate(-50%, -50%);







}







.theme-details-one .review-panel-one .load-more-review {







  background: #000;







  border: 1px solid #000;







  line-height: 60px;







  text-align: center;







  padding: 0 30px;







  color: #fff;







  font-size: 15px;







  letter-spacing: 1px;







  cursor: pointer;







}







.theme-details-one .review-panel-one .load-more-review i {







  font-size: 1.5em;







  vertical-align: middle;







}







.theme-details-one .review-panel-one .load-more-review.inverse {







  color: #000;







  background: #fff;







}







.theme-details-one .review-panel-one .load-more-review.inverse:hover {







  color: #fff;







}







.theme-details-one .review-panel-one .load-more-review:hover {







  background: #F4CB56;







  border-color: #F4CB56;







}







.theme-details-one .review-panel-one .nice-select {







  width: 126px;







  line-height: 33px;







  height: 35px;







  border: 1px solid #000;







  border-radius: 5px;







  font-size: 15px;







  letter-spacing: -0.15px;







}







.theme-details-one .review-form .bg-dot {







  background: url(../images/shape/shape_66.svg) no-repeat center;







  background-size: cover;







}







.theme-details-one .agent-property-listing .filter-nav-one .isotop-menu-wrapper {







  margin: 0 -6px;







}







.theme-details-one .agent-property-listing .filter-nav-one .isotop-menu-wrapper li {







  border-radius: 0;







  border: 1px solid #000;







  font-size: 14px;







  padding: 0 18px;







  margin: 0 6px 10px;







}







.theme-details-one .agent-property-listing .filter-nav-one .isotop-menu-wrapper li.is-checked {







  border-color: #F4CB56;







  background: #F4CB56;







  color: #fff;







}















.theme-sidebar-one.dot-bg {







  background: url(../images/shape/shape_65.svg) no-repeat center;







  background-size: cover;







}







.theme-sidebar-one .btn-nine {







  font-size: 14px;







}







.theme-sidebar-one .agent-info .avatar {







  width: 100px;







  height: 100px;







}







.theme-sidebar-one .agent-info .name {







  font-size: 20px;







  letter-spacing: -0.2px;







}







.theme-sidebar-one .agent-info .social-icon {







  margin: 0 -12px;







}







.theme-sidebar-one .agent-info .social-icon li {







  padding: 0 12px;







}







.theme-sidebar-one .agent-info .social-icon li a {







  font-size: 20px;







  color: #3a3850;







  transition: all 0.3s ease-in-out 0s;







}







.theme-sidebar-one .agent-info .social-icon li a:hover {







  color: #F4CB56;







}







.theme-sidebar-one .agent-info .divider-line {







  border-top: 1px solid #000;







}







.theme-sidebar-one .agent-info .divider-line li {







  font-size: 16px;







  padding-top: 22px;







}







.theme-sidebar-one .agent-info .divider-line li span {







  float: right;







  font-weight: 500;







  color: #000;







}







.theme-sidebar-one .agent-info .divider-line li span:hover a {







  text-decoration: underline;







}







.theme-sidebar-one .feature-listing .listing-card-one .btn-four {







  width: 35px;







  height: 35px;







  font-size: 1em;







}







.theme-sidebar-one .feature-listing .carousel-indicators {







  margin: 0;







  bottom: auto;







  left: auto;







  right: -3px;







  top: -58px;







}







.theme-sidebar-one .feature-listing .carousel-indicators button {







  width: 8px;







  height: 8px;







  border: 1px solid #000;







  border-radius: 50%;







  background: transparent;







  opacity: 1;







  margin: 0 3px;







}







.theme-sidebar-one .feature-listing .carousel-indicators button.active {







  background: #000;







}







.theme-sidebar-one .agent-finder .input-box-one {







  padding: 0 0 10px 0;







  border-bottom: 1px solid #000;







}







.theme-sidebar-one .agent-finder .input-box-one .label,
.theme-sidebar-one .agent-finder .input-box-one .nice-select,
.theme-sidebar-one .agent-finder .input-box-one .type-input {







  padding: 0;







}















.agent-section-one:before,
.agent-section-one:after {







  content: "";







  position: absolute;







  width: calc(50% - 65px);







  height: 2px;







  background: #000;







  bottom: 0;







  left: 0;







}







.agent-section-one:after {







  left: auto;







  right: 0;







}







.agent-section-one .wrapper:before {







  content: "";







  position: absolute;







  left: -40px;







  right: -40px;







  top: -35px;







  height: 45%;







  z-index: -1;







  background: url(../images/shape/shape_05.svg) no-repeat center;







  background-size: cover;







}







.agent-section-one .section-btn {







  position: absolute;







  right: 0;







  top: 62px;







}







.agent-section-one .slick-dots {







  margin: 50px 0 0;







  display: flex;







  justify-content: center;







  padding: 0;







}







.agent-section-one .slick-dots button {







  background: #282828;







}















.agent-card-one .img {







  overflow: hidden;







  margin-bottom: 35px;







}







.agent-card-one .img.border-20 {







  border-radius: 20px;







}







.agent-card-one h6 {







  margin-bottom: 8px;







}







.agent-card-one a {







  color: #9D9D9D;







}







.agent-card-one:hover .img img {







  transform: scale3d(1.1, 1.1, 1);







}















.agent-card-two .tag {







  font-size: 14px;







  line-height: 29px;







  padding: 0 12px;







  left: 0;







  top: 15px;







  z-index: 1;







}







.agent-card-two .designation {







  color: #9D9D9D;







}







.agent-card-two:hover .agent-img {







  transform: scale3d(1.1, 1.1, 1) rotate(2deg);







  opacity: 0.8;







}







.agent-card-two:hover .name a {







  text-decoration: underline;







}















.pricing-nav-one .nav {







  border: 2px solid #F4CB56;







  border-radius: 10px;







  overflow: hidden;







}







.pricing-nav-one .nav .nav-link {







  width: 160px;







  height: 50px;







  font-weight: 500;







  font-size: 17px;







  color: #F4CB56;







  background: transparent;







  padding: 0;







  margin: 0;







  border: 0;







  border-radius: 0;







}







.pricing-nav-one .nav .nav-link.active {







  background: #F4CB56;







  color: #fff;







}















.pricing-section-one .discount-text {







  font-size: 16px;







  color: #F4CB56;







}







.pricing-section-one .dot-bg-wrapper {







  background: url(../images/shape/shape_67.svg) no-repeat center;







  background-size: cover;







  padding: 55px;







}







.pricing-section-one .main-bg {







  border: 1px solid #000;







  border-radius: 20px;







  background: #fff;







  overflow: hidden;







}







.pricing-section-one .pr-column-wrapper {







  width: 24%;







  border-left: 1px solid #000;







}







.pricing-section-one .pr-column-wrapper .pr-header {







  border-bottom: 1px solid #000;







  padding: 30px 15px 15px;







  height: 230px;







}







.pricing-section-one .pr-column-wrapper .pr-header .plan {







  font-size: 13px;







  letter-spacing: 1px;







  background: #fff;







  line-height: 26px;







  padding: 0 20px;







  border: 1px solid #000;







  border-radius: 18px;







  display: inline-block;







}







.pricing-section-one .pr-column-wrapper .pr-header .price {







  font-size: 52px;







  color: #000;







  display: block;







  margin: 20px 0 8px;







}







.pricing-section-one .pr-column-wrapper ul li {







  margin: 40px 0;







}







.pricing-section-one .pr-column-wrapper ul li span {







  font-size: 13px;







  margin-bottom: 15px;







  display: none;







}







.pricing-section-one .pr-column-wrapper ul li .icon {







  width: 38px;







  height: 38px;







  font-size: 22px;







  color: #000;







  margin: 0 auto;







  background: #fff;







  border: 1px solid transparent;







}







.pricing-section-one .pr-column-wrapper ul li .icon.available {







  color: #F4CB56;







}







.pricing-section-one .pr-column-wrapper ul li:first-child {







  margin-top: 22px;







}







.pricing-section-one .pr-column-wrapper ul li:last-child {







  margin-bottom: 35px;







}







.pricing-section-one .pr-column-wrapper .pr-footer {







  border-top: 1px solid #000;







  padding: 40px 15px 50px;







}







.pricing-section-one .pr-column-wrapper.active {







  background: #FFF8F4;







}







.pricing-section-one .pr-column-wrapper.active .icon {







  border-color: #000;







}







.pricing-section-one .pr-column-wrapper.active .icon.available {







  border-color: #F4CB56;







}







.pricing-section-one .pr-column-wrapper.active .btn-twelve {







  background: #000;







  color: #fff;







}







.pricing-section-one .left-panel {







  position: absolute;







  width: 28%;







  left: 0;







  top: 229px;







  bottom: 140px;







  border-top: 1px solid #000;







  border-bottom: 1px solid #000;







}







.pricing-section-one .left-panel li {







  font-size: 17px;







  font-weight: 500;







  padding: 29px 10px 25px 35px;







  color: #000;







}















.pricing-section-two .pr-column-wrapper {







  border: 1px solid #000;







  padding: 0 25px 45px;







}







.pricing-section-two .pr-column-wrapper .pr-header {







  border-bottom: 1px solid #000;







  padding: 30px 0;







}







.pricing-section-two .pr-column-wrapper .pr-header .plan {







  font-size: 24px;







  letter-spacing: 1px;







}







.pricing-section-two .pr-column-wrapper .pr-header .price {







  font-size: 72px;







  color: #000;







  display: block;







  margin: 20px 0 8px;







}







.pricing-section-two .pr-column-wrapper .pr-header p {







  color: rgba(0, 0, 0, 0.5);







}







.pricing-section-two .pr-column-wrapper ul li {







  position: relative;







  padding-left: 35px;







  margin-bottom: 24px;







  text-align: left;







  color: #000;







}







.pricing-section-two .pr-column-wrapper ul li:before {







  content: "\f00c";







  font-family: "Font Awesome 6 Pro";







  position: absolute;







  left: 0;







  top: 2px;







  font-size: 1em;







}







.pricing-section-two .pr-column-wrapper ul li.disable {







  color: #B9B9B9;







}







.pricing-section-two .pr-column-wrapper ul li.disable:before {







  content: "\f00d";







}







.pricing-section-two .pr-column-wrapper.active {







  background: #F3F3F3;







  border-color: #F3F3F3;







}







.pricing-section-two .pr-column-wrapper.active .btn-twelve {







  background: #000;







  border-color: #000;







  color: #fff;







}







.pricing-section-two .pr-column-wrapper.active .btn-twelve:hover {







  background: #F4CB56;







  border-color: #F4CB56;







}















.service-details .service-post .btn-line {







  display: inline-block;







  line-height: 28px;







  font-size: 12px;







  letter-spacing: 0.12px;







  padding: 0 18px;







  color: #000;







  border: 1px solid #000;







  margin-bottom: 18px;







}







.service-details .service-post .img-gallery img {







  border-radius: 20px;







}







.service-details .service-post h4 {







  font-size: 48px;







}







.service-details .service-post .feature-wrapper {







  background: url(../images/shape/shape_77.svg) no-repeat center;







  background-size: cover;







  padding: 20px;







}







.service-details .service-post .feature-wrapper .bg-wrapper {







  background: #fff;







  border-radius: 20px;







  padding: 15px 30px 30px;







}







.service-details .service-sidebar .service-category {







  background: url(../images/shape/shape_78.svg) no-repeat center;







  background-size: cover;







  padding: 36px;







  border-radius: 20px;







}







.service-details .service-sidebar .service-category ul {







  background: #fff;







  border: 1px solid #000;







  border-radius: 20px;







  padding: 0 30px;







}







.service-details .service-sidebar .service-category ul a {







  padding: 26px 0;







  color: #000;







  border-bottom: 1px solid #000;







  display: block;







  position: relative;







  z-index: 1;







}







.service-details .service-sidebar .service-category ul a:after {







  content: "\f138";







  font-family: "bootstrap-icons";







  width: 30px;







  height: 30px;







  text-align: center;







  line-height: 28px;







  border: 1px solid #000;







  border-radius: 50%;







  float: right;







  margin-left: 10px;







  transition: all 0.3s ease-in-out 0s;







}







.service-details .service-sidebar .service-category ul a:hover:after,
.service-details .service-sidebar .service-category ul a.active:after {







  background: #FFC8B1;







  transform: rotate(180deg);







}







.service-details .service-sidebar .service-category ul a.active {







  font-weight: 500;







}







.service-details .service-sidebar .service-category ul li:last-child a {







  border: none;







}







.service-details .service-sidebar .contact-banner {







  background: #242424;







  padding: 45px 15px;







  border-radius: 20px;







}















.grid-1column {







  margin: 0 -25px;







}







.grid-1column .grid-sizer,
.grid-1column .isotop-item {







  width: 100%;







  padding: 0 25px;







}















.grid-2column {







  margin: 0 -25px;







}







.grid-2column .grid-sizer,
.grid-2column .isotop-item {







  width: 50%;







  padding: 0 25px;







}















.grid-3column {







  margin: 0 -25px;







}







.grid-3column .grid-sizer,
.grid-3column .isotop-item {







  width: 33.3333%;







  padding: 0 25px;







}















.filter-nav-one .isotop-menu-wrapper {







  margin: 0 -14px;







}







.filter-nav-one .isotop-menu-wrapper li {







  margin: 0 14px 10px;







  line-height: 33px;







  border: 2px solid transparent;







  border-radius: 7px;







  text-transform: uppercase;







  padding: 0 10px;







  font-size: 15px;







  font-weight: 500;







  letter-spacing: 1px;







  color: #000;







  cursor: pointer;







  transition: all 0.3s ease-in-out 0s;







}







.filter-nav-one .isotop-menu-wrapper li.is-checked {







  border-color: #000;







}







.filter-nav-one.style-two li.is-checked {







  border-color: #000;







  background: #000;







  color: #fff;







}







.filter-nav-one.border-line {







  border-top: 1px solid #000;







  border-bottom: 1px solid #000;







  padding: 30px 0 20px;







}







.filter-nav-one .social-icon li:first-child {







  font-weight: 500;







  color: #000;







  margin-bottom: 10px;







}







.filter-nav-one .social-icon a {







  width: 40px;







  height: 40px;







  text-align: center;







  line-height: 38px;







  border-radius: 50%;







  border: 1px solid #000;







  font-size: 20px;







  color: #000;







  margin: 0 0 10px 15px;







  transition: all 0.2s ease-in-out 0s;







}







.filter-nav-one .social-icon a:hover {







  background: #000;







  color: #fff;







}















.project-block-one .image-wrapper {







  border-radius: 30px;







}







.project-block-one .image-wrapper:before {







  content: "";







  position: absolute;







  left: 0;







  right: 0;







  top: 0;







  bottom: 0;







  background: rgba(0, 0, 0, 0.45);







  transform: scale(0.5);







  opacity: 0;







  border-radius: 30px;







  transition: all 0.3s ease-in-out 0s;







}







.project-block-one .btn-four {







  position: absolute;







  width: 98px;







  height: 98px;







  font-size: 38px;







  top: 50%;







  left: 50%;







  transform: translate(-50%, -50%);







  z-index: 1;







  opacity: 0;







}







.project-block-one:hover .image-wrapper:before {







  transform: scale(1, 1);







  opacity: 1;







}







.project-block-one:hover .btn-four {







  opacity: 1;







}















.project-block-two .image-wrapper {







  background: #000;







}







.project-block-two .image-wrapper .tag {







  font-size: 12px;







  letter-spacing: 0.6px;







  line-height: 25px;







  color: #000;







  background: #FFF9F9;







  padding: 0 14px;







  position: absolute;







  top: 20px;







  left: 20px;







  z-index: 1;







}







.project-block-two .caption {







  padding: 45px 0 35px;







  border-bottom: 1px solid #000;







}







.project-block-two .caption .date {







  font-size: 17px;







  color: #F4CB56;







  padding-left: 40px;







  margin-bottom: 10px;







}







.project-block-two .caption .date:before {







  content: "";







  position: absolute;







  width: 26px;







  height: 1px;







  left: 0;







  top: 12px;







  background: #F4CB56;







}







.project-block-two:hover .image-wrapper img {







  transform: scale3d(1.1, 1.1, 1);







  opacity: 0.8;







}







.project-block-two h4:hover {







  text-decoration: underline;







}















.project-block-three .image-wrapper {







  background: #000;







  margin: 0 16px 0 0;







}







.project-block-three .caption .tag {







  display: inline-block;







  font-size: 12px;







  letter-spacing: 0.6px;







  line-height: 23px;







  border: 1px solid #000;







  color: #000;







  padding: 0 10px;







  margin-bottom: 10px;







}







.project-block-three .caption .btn-thirteen {







  width: 120px;







  height: 120px;







  font-size: 55px;







}







.project-block-three:hover .image-wrapper img {







  transform: scale3d(1.1, 1.1, 1);







  opacity: 0.8;







}







.project-block-three h3 a {







  text-transform: capitalize;







  width: 85%;







}







.project-block-three h3 a:hover {







  text-decoration: underline;







}















.project-details-one .image-wrapper {







  margin: 0 16px 40px 0;







}







.project-details-one .details-text .tag {







  display: inline-block;







  font-size: 12px;







  letter-spacing: 0.6px;







  line-height: 23px;







  border: 1px solid #000;







  color: #000;







  padding: 0 10px;







  margin-bottom: 10px;







}







.project-details-one .details-text .project-info-outline {







  background: url(../images/shape/shape_63.svg) no-repeat center;







  background-size: cover;







  padding: 40px;







}







.project-details-one .details-text .project-info-outline .main-bg {







  background: #fff;







  padding: 25px 50px 15px;







}







.project-details-one .details-text .project-info-outline .main-bg li {







  border-bottom: 1px solid #000;







  padding: 40px 50px 40px 60px;







}







.project-details-one .details-text .project-info-outline .main-bg li:last-child {







  border-bottom: none;







}







.project-details-one .details-text .project-info-outline .main-bg li .icon {







  position: absolute;







  left: 0;







}







.project-details-one .details-text .project-info-outline .main-bg li strong {







  font-size: 15px;







  letter-spacing: 1px;







  text-transform: uppercase;







  color: #000;







  display: block;







  margin-bottom: 5px;







}







.project-details-one .details-text .project-info-outline .main-bg li span {







  font-size: 16px;







  display: block;







  color: rgba(0, 0, 0, 0.5);







}







.project-details-one .details-text .project-info-outline .main-bg li .num {







  font-size: 36px;







  color: rgba(0, 0, 0, 0.15);







  position: absolute;







  right: 0;







  top: 50%;







  transform: translateY(-50%);







}







.project-details-one .details-text .social-icon li:first-child {







  color: rgba(0, 0, 0, 0.4);







}







.project-details-one .details-text .social-icon a {







  font-size: 20px;







  color: #000;







  margin: 0 0 0 18px;







  transition: all 0.2s ease-in-out 0s;







}







.project-details-one .details-text .social-icon a:hover {







  color: #F4CB56;







}







.project-details-one .page-pagination {







  border-top: 1px solid #000;







}







.project-details-one .page-pagination .page-title .img {







  width: 80px;







}







.project-details-one .page-pagination .page-title span {







  font-size: 14px;







  text-transform: uppercase;







  letter-spacing: 0.28px;







  display: block;







  color: rgba(0, 0, 0, 0.5);







  margin-bottom: 10px;







}















.feedback-section-one:before,
.feedback-section-one:after {







  content: "";







  position: absolute;







  width: calc(50% - 65px);







  height: 2px;







  background: #000;







  bottom: 0;







  left: 0;







}







.feedback-section-one:after {







  left: auto;







  right: 0;







}







.feedback-section-one .main-content {







  max-width: 1760px;







  padding: 0 12px;







}







.feedback-section-one .slick-dots {







  position: absolute;







  bottom: 0;







  left: 50%;







  transform: translateX(-50%);







  margin: 0;







  padding: 0;







}







.feedback-section-one .slick-dots button {







  background: #282828;







}















.feedback-block-one .avatar {







  width: 60px;







  height: 60px;







}







.feedback-block-one blockquote {







  font-size: 36px;







  letter-spacing: -0.5px;







  line-height: 1.555em;







  color: #000;







  margin: 0;







}















.feedback-section-two {







  background: #0D1A1C;







}







.feedback-section-two .bg-wrapper {







  background: url(../images/shape/shape_13.svg) no-repeat center;







  background-size: cover;







  padding: 50px 50px;







}







.feedback-section-two .main-content {







  padding: 155px 50px 190px;







}







.feedback-section-two .main-content:before,
.feedback-section-two .main-content:after {







  content: "";







  position: absolute;







  height: 100%;







  width: 1px;







  background: rgba(255, 255, 255, 0.05);







  top: 0;







  z-index: -1;







  left: 44%;







}







.feedback-section-two .main-content:before {







  left: 94%;







}







.feedback-section-two .shape_01 {







  right: 6%;







  bottom: 16%;







  max-width: 11%;







  animation: rotated 250s infinite linear;







}







.feedback-section-two .shape_02 {







  right: 22%;







  bottom: 26%;







  max-width: 7%;







}















.feedback-block-two blockquote {







  font-size: 74px;







  line-height: 1.1486em;







  margin: 0;







  color: #000;







}







.feedback-block-two blockquote span {







  font-style: italic;







  color: #F4CB56;







  text-decoration-line: underline;







  text-decoration-thickness: 3px;







}







.feedback-block-two .avatar {







  width: 60px;







  height: 60px;







}















.feedback-section-three {







  background: #0D1A1C;







}







.feedback-section-three .bg-line {







  background: url(../images/shape/shape_23.svg) no-repeat center;







  background-size: cover;







}







.feedback-section-three .bg-line .shape_01 {







  left: 1%;







  bottom: 23%;







  max-width: 7%;







}







.feedback-section-three .bg-line .shape_02 {







  left: 20%;







  bottom: 17%;







  max-width: 23%;







}







.feedback-section-three .feedback-bg-wrapper {







  background: url(../images/shape/shape_24.svg) no-repeat center;







  background-size: cover;







  padding: 50px 0 0 68px;







}







.feedback-section-three .feedback-bg-wrapper:before {







  content: "";







  position: absolute;







  width: 32px;







  height: 32px;







  bottom: -32px;







  right: 140px;







  background: #F4CB56;







}







.feedback-section-three .feedback-bg-wrapper .icon {







  width: 60px;







  height: 60px;







  background: #F4CB56;







}







.feedback-section-three .feedback-bg-wrapper .rating-box {







  position: absolute;







  z-index: 1;







  right: -13%;







  top: -12%;







  text-align: center;







  max-width: 26%;







}







.feedback-section-three .feedback-bg-wrapper .rating-box img {







  animation: rotated 50s infinite linear;







}







.feedback-section-three .feedback-bg-wrapper .rating-box .rate {







  color: #000;







  font-size: 24px;







  line-height: 1.08em;







  position: absolute;







  top: 50%;







  left: 50%;







  transform: translate(-50%, -50%);







}







.feedback-section-three .feedback-bg-wrapper .rating-box .rate span {







  font-weight: normal;







  font-size: 0.66em;







}







.feedback-section-three .slick-dots {







  position: absolute;







  left: 15px;







  bottom: 70px;







  margin: 0;







  padding: 0;







}







.feedback-section-three .slick-dots button {







  width: 10px;







  height: 10px;







  background: transparent;







  border: 1px solid #fff;







  margin-right: 3px;







}







.feedback-section-three .slick-dots .slick-active button {







  background: #fff;







}















.feedback-block-three {







  position: relative;







}







.feedback-block-three blockquote {







  font-size: 44px;







  line-height: 1.613em;







  color: #fff;







  margin: 54px 40px 34px 0;







}







.feedback-block-three blockquote span {







  color: #F4CB56;







}







.feedback-block-three .avatar {







  width: 140px;







  height: 150px;







}















.feedback-section-four .section-btn {







  position: absolute;







  right: 160px;







  top: 75px;







}







.feedback-section-four .slick-arrow-two {







  position: absolute;







  right: 0;







  top: 65px;







}







.feedback-section-four .shape_01 {







  right: 0;







  top: -1%;







  max-width: 49%;







}







.feedback-section-four .shape_02 {







  left: 0;







  bottom: 0;







  max-width: 16%;







}















.feedback-block-four {




  min-height: 350px;


  padding: 30px 45px 20px;







  border: 1px solid #E9E9E9;







  background: #fff;







  border-radius: 20px;







  position: relative;







  transition: all 0.2s ease-in-out 0s;







}







.feedback-block-four .avatar {







  width: 60px;







  height: 60px;







}


.latest_footer.footer-four.dark-bg .footer-nav-link a:hover {
	color: #F4CB56 !important;
} 






.feedback-block-four blockquote {







  font-size: 22px;







  line-height: 2em;







  color: #000;







  margin: 35px 0 60px;







}







.feedback-block-four .rating li {







  color: #FFCC4A;







  margin-right: 4px;







}







.feedback-block-four .icon {







  position: absolute;







  right: 45px;







  bottom: 30px;







}















.slick-center .feedback-block-four {







  background: #F5F5F5;







  border-color: #F5F5F5;







}















.feedback-section-five .bg-wrapper::before {







  content: "";







  position: absolute;







  width: 50%;







  top: 0;







  bottom: 0;







  right: 0;







  background: url(../images/media/img_43.jpg) no-repeat center;







  background-size: cover;







}







.feedback-section-five .bg-wrapper:after {







  content: "";







  position: absolute;







  z-index: -1;







  background: url(../images/shape/shape_49.svg) no-repeat center;







  background-size: cover;







  right: -35px;







  bottom: -35px;







  width: 49%;







  height: 56%;







}







.feedback-section-five .content-wrapper {







  max-width: 790px;







  padding: 0 70px;







}







.feedback-section-five .content-wrapper .icon {







  width: 62px;







  height: 62px;







  background: #F4CB56;







}







.feedback-section-five .content-wrapper .slick-dots {







  margin: 0;







  padding: 0;







  position: absolute;







  left: 15px;







  bottom: 18px;







}







.feedback-section-five .content-wrapper .slick-dots li button {







  width: 10px;







  height: 10px;







  border: 1px solid #000;







  background: transparent;







}







.feedback-section-five .content-wrapper .slick-dots li.slick-active button {







  background: #000;







}







.feedback-section-five .rating-wrapper {







  position: absolute;







  z-index: 1;







  background: #fff;







  padding: 11px 32px 23px;







  bottom: 30px;







  right: 30px;







}















.feedback-block-five blockquote {







  padding: 24px 0 38px;







  border-top: 1px solid #000;







  border-bottom: 1px solid #000;







  font-size: 47px;







  line-height: 1.499em;







  color: #000;







  font-style: italic;







  margin-bottom: 40px;







}







.feedback-block-five blockquote span {







  color: #F4CB56;







}







.feedback-block-five .avatar {







  width: 60px;







  height: 60px;







}















.feedback-section-six .slick-slider {







  margin: 0 -30px;







}







.feedback-section-six .slick-slider .slick-slide {







  margin: 0 30px;







}







.feedback-section-six .slick-dots {







  margin: 75px 0 0;







  padding: 0;







  justify-content: center;







}







.feedback-section-six .slick-dots button {







  width: 10px;







  height: 10px;







  background: rgba(0, 0, 0, 0.15);







}







.feedback-section-six .slick-dots .slick-active button {







  background: #000;







}







.feedback-section-six .shape_01 {







  bottom: 0;







  left: 0;







  max-width: 19%;







  opacity: 0.3;







}







.feedback-section-six .shape_02 {







  bottom: 0;







  right: 0;







  max-width: 15%;







  opacity: 0.3;







}















.feedback-block-six {







  padding: 50px 60px;







  background: #fff;







}







.feedback-block-six .rating li {







  font-size: 20px;







  color: #FFCC4A;







  margin-right: 5px;







}







.feedback-block-six blockquote {







  font-size: 32px;







  line-height: 1.718em;







  color: #000;







  margin: 30px 0 50px;







}







.feedback-block-six .avatar {







  width: 60px;







  height: 60px;







}















.feedback-section-seven .content-wrapper {







  padding: 30px 45px 30px 90px;







  border-left: 1px solid #000;







}







.feedback-section-seven .content-wrapper:before,
.feedback-section-seven .content-wrapper:after {







  content: "";







  position: absolute;







  width: 100%;







  height: 122px;







  top: 0;







  left: 0;







  background: url(../images/shape/shape_61.svg) no-repeat center top;







  background-size: cover;







  z-index: -1;







}







.feedback-section-seven .content-wrapper:after {







  top: auto;







  bottom: 0;







}







.feedback-section-seven .content-wrapper .icon {







  width: 70px;







  height: 70px;







  background: #F4CB56;







}







.feedback-section-seven .content-wrapper .feedback-block-five blockquote {







  border: none;







  margin-bottom: 30px;







}







.feedback-section-seven .content-wrapper .slick-dots {







  margin: 0;







  padding: 0;







  position: absolute;







  left: 15px;







  bottom: 24px;







}







.feedback-section-seven .content-wrapper .slick-dots li button {







  width: 10px;







  height: 10px;







  border: 1px solid #000;







  background: transparent;







}







.feedback-section-seven .content-wrapper .slick-dots li.slick-active button {







  background: #000;







}







.feedback-section-seven .content-wrapper .rating-box {







  position: absolute;







  z-index: 1;







  right: -13%;







  top: -12%;







  text-align: center;







  max-width: 26%;







}







.feedback-section-seven .content-wrapper .rating-box img {







  animation: rotated 50s infinite linear;







}







.feedback-section-seven .content-wrapper .rating-box .rate {







  color: #000;







  font-size: 24px;







  line-height: 1.08em;







  position: absolute;







  top: 50%;







  left: 50%;







  transform: translate(-50%, -50%);







}







.feedback-section-seven .content-wrapper .rating-box .rate span {







  font-weight: normal;







  font-size: 0.66em;







}







.feedback-section-seven .rating-box {







  position: absolute;







  z-index: 1;







  left: 22%;







  bottom: 13%;







  text-align: center;







  max-width: 16%;







}







.feedback-section-seven .rating-box img {







  animation: rotated 50s infinite linear;







}







.feedback-section-seven .rating-box .rate {







  color: #fff;







  font-size: 24px;







  line-height: 1.08em;







  position: absolute;







  top: 50%;







  left: 50%;







  transform: translate(-50%, -50%);







}







.feedback-section-seven .rating-box .rate span {







  font-weight: normal;







  font-size: 0.66em;







}















.blog-filter-nav .isotop-menu-wrapper {







  margin: 0 -10px;







}







.blog-filter-nav .isotop-menu-wrapper li {







  margin: 0 10px 10px;







  line-height: 41px;







  border: 1px solid #E1E1E1;







  border-radius: 40px;







  padding: 0 23px;







  font-size: 16px;







  font-weight: 500;







  color: #000;







  cursor: pointer;







  transition: all 0.3s ease-in-out 0s;







}







.blog-filter-nav .isotop-menu-wrapper li.is-checked {







  border-color: #F4CB56;







  background: #F4CB56;







  color: #fff;







}















.blog-section-one .section-btn {







  position: absolute;







  right: 0;







  top: 80px;







}















.blog-section-two .section-btn {







  position: absolute;







  right: 0;







  top: 30px;







}















.blog-meta-one {







  background: #fff;







}







.blog-meta-one .post-data {







  border-bottom: 1px solid #E3E3E3;







  padding: 32px 0;







}







.blog-meta-one .post-data .blog-title {







  width: 68%;







}







.blog-meta-one .post-data .blog-title h4 {







  font-size: 22px;







  line-height: 1.5em;







}







.blog-meta-one .post-data .blog-title:hover h4 {







  text-decoration: underline;







}







.blog-meta-one .post-data .read-btn {







  font-size: 30px;







  width: 65px;







  height: 65px;







  background: #000;







  color: #fff;







}







.blog-meta-one .post-data .read-btn:hover {







  background: #F4CB56;







}







.blog-meta-one .post-data .post-info {







  margin-bottom: 15px;







  color: rgba(0, 0, 0, 0.5);







}







.blog-meta-one .post-data .post-info a {







  color: #000;







}







.blog-meta-one .post-data .post-info a:hover {







  text-decoration: underline;







}







.blog-meta-one .post-img {







  height: 300px;







  padding: 15px 0 0 15px;







  background-position: center;







  background-size: cover;







  background-repeat: no-repeat;







}







.blog-meta-one .post-img .date {







  line-height: 30px;







  font-size: 15px;







  padding: 0 12px;







  text-transform: uppercase;







  background: #fff;







  color: #000;







}







.blog-meta-one .post-img.border-25 {







  border-radius: 25px;







  overflow: hidden;







}







.blog-meta-one .post-img.border-25 .date {







  border-radius: 20px;







}















.blog-meta-two {







  background: #fff;







  border-bottom: 1px solid #000;







}







.blog-meta-two .post-data {







  padding: 32px 0;







}







.blog-meta-two .post-data .blog-title {







  width: calc(100% - 70px);







}







.blog-meta-two .post-data .blog-title h4 {







  font-size: 28px;







  line-height: 1.5em;







}







.blog-meta-two .post-data .blog-title:hover h4 {







  text-decoration: underline;







}







.blog-meta-two .post-data .post-info {







  margin-bottom: 4px;







  color: rgba(0, 0, 0, 0.5);







}







.blog-meta-two .post-data .post-info a {







  color: #000;







}







.blog-meta-two .post-data .post-info a:hover {







  text-decoration: underline;







}







.blog-meta-two .post-img {







  height: 345px;







  padding: 20px 0 0 30px;







  background-position: center;







  background-size: cover;







  background-repeat: no-repeat;







}







.blog-meta-two .date {







  line-height: 25px;







  font-size: 12px;







  font-weight: 500;







  letter-spacing: 1px;







  width: 75px;







  text-align: center;







  text-transform: uppercase;







  background: #000;







  color: #fff;







}







.blog-meta-two .hover-content {







  position: absolute;







  width: 100%;







  height: 100%;







  top: 0;







  left: 0;







  background: #F3F3F3;







  z-index: 1;







  padding: 20px 30px 0 30px;







  opacity: 0;







  visibility: hidden;







}







.blog-meta-two .hover-content .post-data {







  margin-top: 50px;







}







.blog-meta-two .hover-content .post-data .blog-title {







  width: 100%;







}







.blog-meta-two .hover-content .post-data .blog-title h4 {







  font-size: 36px;







  line-height: 1.444em;







}







.blog-meta-two .hover-content .post-data .post-info {







  margin-bottom: 15px;







}







.blog-meta-two .hover-content .btn-four {







  width: 140px;







  height: 140px;







  font-size: 55px;







  position: absolute;







  right: 35px;







  bottom: 40px;







}







.blog-meta-two:hover {







  border-color: #F3F3F3;







}







.blog-meta-two:hover .hover-content {







  opacity: 1;







  visibility: visible;







}















.blog-meta-three {







  background: #fff;







}







.blog-meta-three .post-data {







  padding: 32px 0 0;







}







.blog-meta-three .post-data.bg-grey {







  background: #F5F5F5;







  padding: 50px;







}







.blog-meta-three .post-data .blog-title h4 {







  font-size: 32px;







  line-height: 1.5em;







  margin-bottom: 24px;







}







.blog-meta-three .post-data .blog-title:hover h4 {







  text-decoration: underline;







}







.blog-meta-three .post-data p {







  margin-bottom: 32px;







}







.blog-meta-three .post-data .post-info {







  margin-bottom: 5px;







  color: rgba(0, 0, 0, 0.5);







}







.blog-meta-three .post-data .post-info a {







  color: #000;







}







.blog-meta-three .post-data .post-info a:hover {







  text-decoration: underline;







}







.blog-meta-three .date {







  line-height: 30px;







  font-size: 14px;







  padding: 0 22px;







  text-transform: uppercase;







  background: #000;







  color: #fff;







}







.blog-meta-three .post-img {







  height: 490px;







  padding: 25px 0 0 25px;







  background-position: center;







  background-size: cover;







  background-repeat: no-repeat;







}















.blog-sidebar.dot-bg {







  background: url(../images/shape/shape_69.svg) no-repeat center;







  background-size: cover;







  padding: 30px;







}







.blog-sidebar .bg-wrapper {







  padding: 30px;







}







.blog-sidebar h5 {







  font-size: 24px;







}







.blog-sidebar .search-form form {







  height: 70px;







}







.blog-sidebar .search-form form input {







  width: 100%;







  height: 100%;







  padding: 0 65px 0 20px;







  font-size: 17px;







  border: none;







}







.blog-sidebar .search-form form button {







  position: absolute;







  top: 0;







  right: 0;







  bottom: 0;







  width: 60px;







  font-size: 20px;







  transition: all 0.3s ease-in-out 0s;







}







.blog-sidebar .search-form form button:hover {







  color: #F4CB56;







}







.blog-sidebar .categories li a {







  color: #000;







  font-size: 16px;







  margin-bottom: 13px;







  transition: all 0.2s ease-in-out 0s;







}







.blog-sidebar .categories li a:hover {







  text-decoration: underline;







  color: #F4CB56;







}







.blog-sidebar .recent-news .news-block img {







  width: 120px;







}







.blog-sidebar .recent-news .news-block .post {







  width: calc(100% - 70px);







}







.blog-sidebar .recent-news .news-block .post .title {







  font-size: 18px;







  font-weight: 500;







  color: #000;







  line-height: 1.44em;







  letter-spacing: -0.18px;







}







.blog-sidebar .recent-news .news-block .post .title:hover {







  text-decoration: underline;







}







.blog-sidebar .recent-news .news-block .post .date {







  font-size: 15px;







  color: #A2A2A2;







}







.blog-sidebar .keyword ul {







  margin: 0 -5px;







}







.blog-sidebar .keyword ul li {







  margin: 15px 5px 0;







}







.blog-sidebar .keyword ul li a {







  line-height: 33px;







  padding: 0 22px;







  font-size: 14px;







  color: #000;







  border: 1px solid #000;







  transition: all 0.2s ease-in-out 0s;







}







.blog-sidebar .keyword ul li a:hover {







  background: #000;







  color: #fff;







}















.blog-details .blog-post-meta .post-info {







  margin-bottom: 10px;







  color: rgba(0, 0, 0, 0.5);







}







.blog-details .blog-post-meta .post-info a {







  color: #000;







}







.blog-details .blog-post-meta .post-info a:hover {







  text-decoration: underline;







}







.blog-details .blog-post-meta .date {







  line-height: 30px;







  font-size: 14px;







  padding: 0 22px;







  text-transform: uppercase;







  background: #000;







  color: #fff;







}







.blog-details .blog-post-meta .post-img {







  height: 490px;







  padding: 25px 0 0 25px;







  background-position: center;







  background-size: cover;







  background-repeat: no-repeat;







}







.blog-details .blog-post-meta .post-data p {







  margin-bottom: 30px;







  line-height: 2em;







}







.blog-details .blog-post-meta .post-data .quote-wrapper {







  text-align: center;







  background: #F3F3F3;







  margin: 55px 0 50px;







  padding: 40px 15px 45px;







}







.blog-details .blog-post-meta .post-data .quote-wrapper .icon {







  width: 55px;







  height: 55px;







  background: #000;







}







.blog-details .blog-post-meta .post-data .quote-wrapper h4 {







  font-size: 42px;







  font-weight: normal;







  line-height: 1.547em;







  margin: 18px 0 27px;







}







.blog-details .blog-post-meta .post-data .quote-wrapper h6 {







  font-size: 20px;







}







.blog-details .blog-post-meta .post-data .quote-wrapper h6 span {







  font-weight: normal;







  color: rgba(0, 0, 0, 0.5);







}







.blog-details .blog-post-meta .post-data h5 {







  font-size: 28px;







  margin-bottom: 20px;







}







.blog-details .blog-post-meta .post-data .list-item {







  padding: 10px 0 15px;







}







.blog-details .blog-post-meta .post-data .list-item li {







  font-size: 20px;







  font-weight: 500;







  color: #000;







  position: relative;







  padding-left: 33px;







  margin-bottom: 25px;







}







.blog-details .blog-post-meta .post-data .list-item li:after {







  content: "\f00c";







  font-family: "Font Awesome 6 Pro";







  position: absolute;







  left: 0;







  top: 2px;







  font-size: 1em;







}







.blog-details .blog-post-meta .post-data .img-meta {







  padding: 15px 0 18px;







}







.blog-details .blog-post-meta .post-data .img-caption {







  font-size: 14px;







  color: rgba(0, 0, 0, 0.5);







  margin-bottom: 40px;







}







.blog-details .blog-post-meta .bottom-widget {







  padding: 0 0 22px;







  border-bottom: 1px solid #000;







}







.blog-details .blog-post-meta .bottom-widget .tags li:first-child {







  color: rgba(0, 0, 0, 0.4);







  margin-right: 7px;







}







.blog-details .blog-post-meta .bottom-widget .tags a {







  color: #000;







  margin-right: 5px;







  transition: all 0.2s ease-in-out 0s;







}







.blog-details .blog-post-meta .bottom-widget .tags a:hover {







  color: #F4CB56;







  text-decoration: underline;







}







.blog-details .blog-post-meta .bottom-widget .share-icon li:first-child {







  color: rgba(0, 0, 0, 0.4);







}







.blog-details .blog-post-meta .bottom-widget .share-icon a {







  color: #000;







  font-size: 22px;







  margin-left: 22px;







  transition: all 0.2s ease-in-out 0s;







}







.blog-details .blog-post-meta .bottom-widget .share-icon a:hover {







  color: #F4CB56;







}







.blog-details .blog-inner-title {







  font-size: 42px;







  margin-bottom: 10px;







}







.blog-details .blog-comment-area {







  margin: 75px 0;







}







.blog-details .blog-comment-area .comment {







  margin: 0 0 20px;







}







.blog-details .blog-comment-area .comment .reply-comment {







  margin: 45px 0 30px;







}







.blog-details .blog-comment-area .comment .user-avatar {







  width: 60px;







  height: 60px;







}







.blog-details .blog-comment-area .comment .comment-text {







  width: calc(100% - 60px);







  padding-left: 25px;







  position: relative;







}







.blog-details .blog-comment-area .comment .comment-text .name {







  font-size: 20px;







  color: #000;







  margin-bottom: 5px;







}







.blog-details .blog-comment-area .comment .comment-text .date {







  font-size: 15px;







  color: #ADADAD;







}







.blog-details .blog-comment-area .comment .comment-text p {







  font-size: 17px;







  line-height: 30px;







  margin: 13px 0 0 0px;







}







.blog-details .blog-comment-area .comment .comment-text .reply-btn {







  font-size: 13px;







  color: #fff;







  text-transform: uppercase;







  letter-spacing: 0px;







  text-align: center;







  width: 65px;







  line-height: 25px;







  background: #000;







  border-radius: 3px;







  position: absolute;







  right: 0;







  top: 5px;







}







.blog-details .blog-comment-area .comment .comment-text .reply-btn:hover {







  background: #F4CB56;







}







.blog-details .blog-comment-form {







  background: #F3F3F3;







  padding: 60px;







}







.blog-details .blog-comment-form p a {







  color: #000;







}







.blog-details .blog-comment-form form label {







  font-size: 14px;







  font-weight: normal;







  color: rgba(0, 0, 0, 0.5);







  display: block;







  padding-bottom: 10px;







}







.blog-details .blog-comment-form form input {







  display: block;







  font-size: 18px;







  width: 100%;







  height: 60px;







  border: none;







  padding: 0 25px;







  background: #fff;







}







.blog-details .blog-comment-form form textarea {







  display: block;







  font-size: 17px;







  width: 100%;







  max-width: 100%;







  height: 145px;







  border: none;







  padding: 20px 25px;







  background: #fff;







}















.contact-map-banner {







  height: 100%;







  min-height: 450px;







}















.contact-us .form-style-one {







  max-width: 818px;







  padding: 70px 0 80px 100px;







}















.form-style-one h3 {







  font-size: 48px;







  margin-bottom: 50px;







}







.form-style-one .input-group-meta {







  position: relative;







}







.form-style-one .input-group-meta label {







  font-size: 14px;







  color: rgba(0, 0, 0, 0.5);







  margin-bottom: 5px;







}







.form-style-one .input-group-meta input,
.form-style-one .input-group-meta textarea {







  width: 100%;







  max-width: 100%;







  border: 1px solid #000;







  border-radius: 8px;







  background: #fff;







  font-size: 17px;







  color: #000;







}







.form-style-one .input-group-meta input {







  height: 60px;







  padding: 0 20px;







}







.form-style-one .input-group-meta textarea {







  height: 165px;







  padding: 15px 20px;







}







.form-style-one .btn-four {







  font-weight: 500;







  line-height: 60px;







  font-size: 16px;







  text-transform: uppercase;







  letter-spacing: 2px;







  border-radius: 8px;







}















#contact-form .help-block {







  position: absolute;







  left: 0;







  bottom: -18px;







  font-size: 13px;







  line-height: 20px;







  color: #ff4d44;







}







#contact-form .help-block ul {







  margin: 0;







}















.footer-one .footer-intro {







  background: url(../images/shape/shape_09.svg) no-repeat center;







  background-size: cover;







  padding: 30px;







}







.footer-one .footer-intro .bg-wrapper {







  background: #fff;







  padding: 50px 30px;







}







.footer-one .footer-intro h6 {







  font-size: 12px;







  text-transform: uppercase;







  color: rgba(0, 0, 0, 0.4);







}







.footer-one .footer-intro .email {







  color: #000;







  letter-spacing: -1px;







}







.footer-one .footer-intro .email:hover {







  color: #F4CB56;







}







.footer-one .footer-intro .social-icon {







  margin: 0 -4px;







}







.footer-one .footer-intro .social-icon li {







  padding: 0 4px;







}







.footer-one .footer-intro .social-icon li a {







  width: 40px;







  height: 40px;







  border: 1px solid #000;







  border-radius: 50%;







  display: flex;







  align-items: center;







  justify-content: center;







  color: #000;







  font-size: 1.1em;







  transition: all 0.3s ease-in-out 0s;







}







.footer-one .footer-intro .social-icon li a:hover {







  background: #000;







  color: #fff;







}







.footer-one .footer-title {







  font-size: 24px;







  margin-bottom: 25px;







}







.footer-one .footer-nav {







  width: 33.333%;







  padding-left: 50px;







  padding-right: 50px;







  border-right: 1px solid #000;







}







.footer-one .footer-nav:last-child {







  border-right: none;







}







.footer-one .footer-nav .footer-nav-link a {







  line-height: 44px;







  color: rgba(0, 0, 0, 0.7);







  transition: all 0.2s ease-in-out 0s;







}







.footer-one .footer-nav .footer-nav-link a:hover {







  color: #F4CB56;







}







.footer-one.dark-bg {







  background: #0D1A1C;







  color: rgba(255, 255, 255, 0.6);







}







.footer-one.dark-bg .shape_02 {







  bottom: 7%;







  left: 61%;







}







.footer-one.dark-bg .footer-intro {







  background: url(../images/shape/shape_31.svg) no-repeat center;







  background-size: cover;







}







.footer-one.dark-bg .footer-intro .shape_01 {







  bottom: 9%;







  right: 11%;







  max-width: 18%;







  animation: rotated 200s infinite linear;







}







.footer-one.dark-bg .footer-intro .bg-wrapper {







  background: transparent;







}







.footer-one.dark-bg .footer-intro h6 {







  color: rgba(255, 255, 255, 0.4);







}







.footer-one.dark-bg .footer-intro .email {







  color: #fff;







  font-size: 36px;







  letter-spacing: 0;







}







.footer-one.dark-bg .footer-intro .email:hover {







  color: #F4CB56;







}







.footer-one.dark-bg .footer-intro .social-icon li a {







  width: auto;







  height: auto;







  border: none;







  color: rgba(255, 255, 255, 0.6);







  margin-right: 15px;







}







.footer-one.dark-bg .footer-intro .social-icon li a:hover {







  color: #fff;







}







.footer-one.dark-bg .footer-nav {







  border-right: 1px solid rgba(255, 255, 255, 0.06);







}







.footer-one.dark-bg .footer-nav .footer-nav-link a {







  color: rgba(255, 255, 255, 0.65);







}







.footer-one.dark-bg .footer-nav .footer-nav-link a:hover {







  color: #F4CB56;







}















.footer-two .bg-wrapper {







  border-top: 1px solid #E2E2E2;







  border-bottom: 1px solid #E2E2E2;







}







.footer-two .news-letter-area {







  position: absolute;







  right: 0;







  width: calc(75% - 6rem);







  top: 60px;







}







.footer-two .news-letter-area h2 {







  font-size: 44px;







}







.footer-two .news-letter-area .form-wrapper {







  max-width: 495px;







}







.footer-two .news-letter-area .form-wrapper form {







  height: 75px;







  position: relative;







}







.footer-two .news-letter-area .form-wrapper form input {







  width: 100%;







  height: 100%;







  border: none;







  border-radius: 10px;







  font-size: 16px;







  padding: 0 80px 0 25px;







  background: #F3F3F3;







}







.footer-two .news-letter-area .form-wrapper form button {







  position: absolute;







  top: 8px;







  right: 8px;







  bottom: 8px;







  border-radius: 10px;







  background: #000;







  width: 60px;







  font-weight: 500;







  font-size: 25px;







  color: #fff;







  transition: all 0.3s ease-in-out 0s;







}







.footer-two .news-letter-area .form-wrapper form button:hover,
.footer-two .news-letter-area .form-wrapper form button:focus {







  background: #F4CB56;







}







.footer-two .footer-intro {







  border-right: 1px solid #E2E2E2;







}







.footer-two .footer-intro .contact-info {







  border-top: 1px solid #E2E2E2;







  border-bottom: 1px solid #E2E2E2;







  padding: 20px 0 15px;







  margin-bottom: 60px;







}







.footer-two .footer-intro .contact-info li {







  margin: 20px 0;







}







.footer-two .footer-intro .contact-info a {







  font-weight: 500;







  color: #000;







  margin-left: 22px;







  transition: all 0.3s ease-in-out 0s;







}







.footer-two .footer-intro .contact-info a:hover {







  color: #F4CB56;







  text-decoration: underline;







}







.footer-two .footer-intro .social-icon {







  margin: 0 -4px;







}







.footer-two .footer-intro .social-icon li {







  padding: 0 4px;







}







.footer-two .footer-intro .social-icon li a {







  width: 40px;







  height: 40px;







  border: 1px solid #000;







  border-radius: 50%;







  display: flex;







  align-items: center;







  justify-content: center;







  color: #000;







  font-size: 1.1em;







  transition: all 0.3s ease-in-out 0s;







}







.footer-two .footer-intro .social-icon li a:hover {







  background: #000;







  color: #fff;







}







.footer-two .footer-intro .shape_01 {







  right: 15%;







  bottom: 6%;







  max-width: 20%;







  animation: rotated 90s infinite linear;







}







.footer-two .footer-title {







  font-size: 18px;







  letter-spacing: 1px;







  text-transform: uppercase;







  margin-bottom: 20px;







}







.footer-two .footer-nav-link a {







  line-height: 44px;







  color: rgba(0, 0, 0, 0.7);







  transition: all 0.2s ease-in-out 0s;







}







.footer-two .footer-nav-link a:hover {







  color: #F4CB56;







}







.footer-two .bottom-footer {







  padding: 40px 0 25px;







}







.footer-two .bottom-footer p {







  font-size: 16px;







}







.footer-two .bottom-footer .bottom-nav {







  margin: 0 -12px 15px;







}







.footer-two .bottom-footer .bottom-nav a {







  font-size: 16px;







  font-weight: 500;







  margin: 0 12px;







  color: #000;







  transition: all 0.2s ease-in-out 0s;







}







.footer-two .bottom-footer .bottom-nav a:hover {







  color: #F4CB56;







  text-decoration: underline;







}















.footer-three {







  padding-top: 100px;







}







.footer-three .social-icon a {







  font-size: 20px;







  color: #000;







  margin-right: 35px;







  transition: all 0.2s ease-in-out 0s;







}







.footer-three .social-icon a:hover {







  color: #F4CB56;







}







.footer-three .footer-title {







  font-size: 24px;







  margin-bottom: 20px;







}







.footer-three .footer-nav-link a {







  color: rgba(0, 0, 0, 0.7);







  line-height: 44px;







  transition: all 0.2s ease-in-out 0s;







}







.footer-three .footer-nav-link a:hover {







  color: #F4CB56;







}







.footer-three .newsletter-form {







  height: 60px;







}







.footer-three .newsletter-form input {







  width: 100%;







  height: 100%;







  border: 1px solid #000;







  padding: 0 90px 0 15px;







  font-size: 16px;







}







.footer-three .newsletter-form button {







  position: absolute;







  top: 10px;







  right: 10px;







  bottom: 10px;







  width: 75px;







  background: #000;







}







.footer-three .newsletter-form button:hover {







  background: #F4CB56;







}







.footer-three .bottom-footer {







  border-top: 1px solid #000;







  margin-top: 45px;







  padding: 30px 0 15px;







}







.footer-three .bottom-footer .bottom-nav {







  margin: 0 -12px 15px;







}







.footer-three .bottom-footer .bottom-nav a {







  font-size: 16px;







  font-weight: 500;







  margin: 0 12px;







  color: #000;







  transition: all 0.2s ease-in-out 0s;







}







.footer-three .bottom-footer .bottom-nav a:hover {







  color: #F4CB56;







  text-decoration: underline;







}















.footer-four {







  padding: 120px 0 150px;







  overflow: hidden;







}







.footer-four .email {







  font-size: 28px;







  color: #000;







}







.footer-four .email:hover {







  color: #F4CB56;







}







.footer-four .social-icon a {







  width: 40px;







  height: auto;







  text-align: center;







  line-height: 38px;







  border-radius: 50%;







  border: 1px solid #000;







  font-size: 20px;







  color: #000;







  margin-right: 16px;







  transition: all 0.2s ease-in-out 0s;







}







.footer-four .social-icon a:hover {







  background: #000;







  color: #fff;







}







.footer-four .footer-title {







  font-size: 24px;







  margin-bottom: 20px;







}







.footer-four .footer-nav-link a {







  color: rgba(0, 0, 0, 0.7);







  line-height: 36px;







  transition: all 0.2s ease-in-out 0s;







}







.footer-four .footer-nav-link a:hover {







  color: #F4CB56;







}







.footer-four .bottom-footer {







  border-top: 1px solid #000;







  margin-top: 45px;







  padding: 26px 0;







}







.footer-four .shape_01 {







  width: 100%;







  left: 0;







  bottom: 0;







}







.footer-four.dark-bg {







  padding: 70px 0 0;







  background: #141414;







  color: rgba(255, 255, 255, 0.6);







  font-size: 15px;







}







.footer-four.dark-bg .news-letter-area h2 {







  font-size: 44px;







}







.footer-four.dark-bg .news-letter-area .line-wrapper {







  border-bottom: 1px solid rgba(255, 255, 255, 0.1);







  padding-bottom: 70px;







  margin-bottom: 85px;







}







.footer-four.dark-bg .news-letter-area .form-wrapper {







  max-width: 500px;







}







.footer-four.dark-bg .news-letter-area .form-wrapper form {







  height: 80px;







  position: relative;







}







.footer-four.dark-bg .news-letter-area .form-wrapper form input {







  width: 100%;







  height: 100%;







  border: none;







  border-radius: 10px;







  padding: 0 170px 0 25px;







  background: #fff;







}







.footer-four.dark-bg .news-letter-area .form-wrapper form button {







  position: absolute;







  top: 8px;







  right: 8px;







  bottom: 8px;







  border-radius: 10px;







  background: #F4CB56;







  width: 160px;







  font-weight: 500;







  font-size: 16px;







  color: #fff;







  transition: all 0.3s ease-in-out 0s;







}







.footer-four.dark-bg .news-letter-area .form-wrapper form button:hover,
.footer-four.dark-bg .news-letter-area .form-wrapper form button:focus {







  background: #F4CB56;







}







.footer-four.dark-bg .news-letter-area .form-wrapper a {







  color: #F4CB56;







  text-decoration: underline;







}







.footer-four.dark-bg .social-icon a {







  border: none;







  color: #fff;







  background: rgba(255, 255, 255, 0.09);







}







.footer-four.dark-bg .social-icon a:hover {







  background: #fff;







  color: #000;







}







.footer-four.dark-bg .footer-nav-link a {







  color: rgba(255, 255, 255, 0.6);







}







.footer-four.dark-bg .footer-nav-link a:hover {







  color: #F4CB56;







}







.footer-four.dark-bg .bottom-footer {







  padding: 35px 0;







  border-top: 1px solid rgba(255, 255, 255, 0.1);







}















.modal .modal-dialog {







  height: auto;







}







.modal .modal-dialog .modal-content {







  margin: 40px auto;







}















.user-data-form {







  background: #fff;







  margin: 0 auto;







  max-width: 720px;







  border-radius: 20px !important;







  padding: 50px 15px 40px;







}







.user-data-form h2 {







  font-size: 42px;







  margin-bottom: 10px;







}







.user-data-form p a {







  color: #F4CB56;







}







.user-data-form p a:hover {







  text-decoration: underline;







}







.user-data-form .form-wrapper {







  max-width: 565px;







}







.user-data-form .form-wrapper .input-group-meta input {







  width: 100%;







  height: 55px;







  font-size: 16px;







  border: 1px solid rgba(37, 64, 53, 0.06);







  border-radius: 8px;







  padding: 0 52px 0 20px;







  color: #000;







  background: rgba(0, 0, 0, 0.04);







}







.user-data-form .form-wrapper .input-group-meta label {







  font-size: 16px;







  font-weight: normal;







  color: rgba(0, 0, 0, 0.5);







  display: block;







  margin-bottom: 6px;







}







.user-data-form .form-wrapper .input-group-meta .placeholder_icon {







  position: absolute;







  height: 55px;







  top: 30px;







  right: 0;







  bottom: 0;







  width: 50px;







  text-align: center;







  z-index: 1;







  color: rgba(0, 0, 0, 0.45);







  font-size: 17px;







}







.user-data-form .form-wrapper .input-group-meta .placeholder_icon img {







  position: relative;







  top: 50%;







  margin: 0 auto;







  transform: translateY(-50%);







}







.user-data-form .form-wrapper .input-group-meta .placeholder_icon span {







  width: 100%;







  height: 100%;







  cursor: pointer;







  display: block;







  position: relative;







}







.user-data-form .form-wrapper .input-group-meta .placeholder_icon span:before {







  content: "";







  width: 2px;







  height: 26px;







  background: #000;







  position: absolute;







  top: 15px;







  left: 24px;







  transform: rotate(45deg);







  z-index: 5;







  transition: all 0.2s ease-in-out;







}







.user-data-form .form-wrapper .input-group-meta .placeholder_icon span.eye-slash:before {







  opacity: 0;







}







.user-data-form .agreement-checkbox label {







  position: relative;







  font-size: 14px;







  font-weight: normal;







  color: #000;







  cursor: pointer;







  padding-left: 22px;







  transition: all 0.1s ease-in-out;







}







.user-data-form .agreement-checkbox label a {







  color: #000;







  text-decoration: underline;







}







.user-data-form .agreement-checkbox input[type=checkbox] {







  display: none;







}







.user-data-form .agreement-checkbox label:before {







  content: "";







  width: 14px;







  height: 14px;







  line-height: 11px;







  border-radius: 2px;







  border: 2px solid #B3B3B3;







  font-size: 10px;







  text-align: center;







  position: absolute;







  left: 0;







  top: 4px;







  transition: all 0.1s ease-in-out;







}







.user-data-form .agreement-checkbox input[type=checkbox]:checked+label:before {







  content: "\f00c";







  font-family: "Font Awesome 6 Pro";







  background: #000;







  color: #fff;







  border-color: #000;







}







.user-data-form .agreement-checkbox a {







  position: relative;







  font-size: 14px;







  color: rgba(0, 0, 0, 0.5);







}







.user-data-form .agreement-checkbox a:hover {







  text-decoration: underline;







  color: #F4CB56;







}







.user-data-form .line {







  height: 1px;







  width: 100%;







  background: rgba(0, 0, 0, 0.2);







}







.user-data-form .social-use-btn {







  font-size: 16px;







  color: #000;







  height: 55px;







  border: 1px solid #E5E5E5;







  border-radius: 7px;







}







.user-data-form .social-use-btn:hover {







  background: rgba(0, 0, 0, 0.06);







}







.user-data-form .social-use-btn img {







  width: 20px;







}







.user-data-form .btn-close {







  position: absolute;







  right: 15px;







  top: 15px;







  box-shadow: none;







  z-index: 1;







}







.user-data-form .nav {







  background: #FFF8F4;







  border-radius: 40px;







  border: 1px solid #F4CB56;







}







.user-data-form .nav .nav-item {







  width: 50%;







}







.user-data-form .nav .nav-item .nav-link {







  font-weight: 500;







  display: block;







  width: 100%;







  border: none;







  color: #000;







  margin: 0;







  padding: 13px 5px;







}







.user-data-form .nav .nav-item .nav-link.active {







  color: #fff;







  background: #ea5419;







}







.user-data-form .nav .nav-item:first-child .nav-link {

  border-radius: 40px 0 0 40px;

  border-right: 1px solid #F4CB56;

}



.user-data-form .nav .nav-item:last-child .nav-link {

  border-radius: 0 40px 40px 0;

}





.dash-aside-navbar {







  position: fixed;







  z-index: 1000;







  left: 0;







  top: 0;







  bottom: 0;







  min-height: 100vh;







  overflow-y: auto;







  width: 320px;







  background: #fff;







  padding: 30px 0 30px;







}







.dash-aside-navbar::-webkit-scrollbar {







  width: 5px;







}







.dash-aside-navbar::-webkit-scrollbar-track {







  background: #fff;







}







.dash-aside-navbar::-webkit-scrollbar-thumb {







  background: #fff;







  border-radius: 0;







}







.dash-aside-navbar .plr {







  padding-left: 30px;







  padding-right: 30px;







}







.dash-aside-navbar .bottom-line {







  border-bottom: 1px solid #E9E9E9;







}







.dash-aside-navbar .dasboard-main-nav li a {







  font-size: 16px;







  font-weight: 500;







  color: #000;







  padding: 13px 5px 13px 20px;







  border-radius: 10px;







  transition: all 0.25s ease-in-out 0s;







}







.dash-aside-navbar .dasboard-main-nav li a span {







  padding-left: 15px;







}







.dash-aside-navbar .dasboard-main-nav li a:hover {







  text-decoration: underline;







}







.dash-aside-navbar .dasboard-main-nav li a.active {







  background: #000;







  color: #fff;







}







.dash-aside-navbar .dasboard-main-nav li a img {







  max-width: 20px;







}







.dash-aside-navbar .dasboard-main-nav li .nav-title {







  font-size: 13px;







  font-weight: 500;







  letter-spacing: 0.26px;







  text-transform: uppercase;







  padding-left: 50px;







  color: rgba(0, 0, 0, 0.3);







  margin-bottom: 10px;







}







.dash-aside-navbar .profile-complete-status {







  margin: 30px 0 20px 0;







}







.dash-aside-navbar .profile-complete-status .progress-value {







  font-size: 16px;







  letter-spacing: -0.16px;







  color: #000;







}







.dash-aside-navbar .profile-complete-status .progress-line {







  height: 5px;







  border-radius: 5px;







  background: rgba(0, 0, 0, 0.1);







  overflow: hidden;







  margin: 9px 0 3px;







}







.dash-aside-navbar .profile-complete-status .progress-line .inner-line {







  position: absolute;







  height: 100%;







  left: 0;







  top: 0;







  background: #F4CB56;







}







.dash-aside-navbar .profile-complete-status p {







  font-size: 11px;







  font-weight: 500;







  margin: 0;







  color: rgba(36, 64, 52, 0.5);







}







.dash-aside-navbar .logout-btn {







  font-size: 16px;







  font-weight: 500;







  letter-spacing: -0.16px;







  color: #000;







  transition: all 0.25s ease-in-out 0s;







}







.dash-aside-navbar .logout-btn .icon {







  width: 42px;







  height: 42px;







  background: #000;







}







.dash-aside-navbar .logout-btn span {







  padding-left: 10px;







}







.dash-aside-navbar .logout-btn:hover {







  color: #F4CB56;







}







.dash-aside-navbar .logout-btn:hover .icon {







  background: #F4CB56;







}







.dash-aside-navbar .close-btn {







  font-size: 28px;







  color: #000;







}







.dash-aside-navbar .close-btn:hover {







  color: #F4CB56;







}















.dashboard-body {







  min-height: 100vh;







  background: #F9F3EF;







  margin-left: 320px;







  padding: 180px 45px 50px;







}







.dashboard-body .plr {







  padding-left: 30px;







  padding-right: 30px;







}







.dashboard-body .border-15 {







  border-radius: 15px;







}







.dashboard-body .border-20 {







  border-radius: 20px;







}







.dashboard-body .border-30 {







  border-radius: 30px;







}







.dashboard-body .card-box {







  padding: 45px 60px 50px;







}







.dashboard-body .main-title {







  font-size: 28px;







  margin-bottom: 40px;







}







.dashboard-body .dash-title-two {







  padding-top: 25px;







  padding-bottom: 25px;







  margin: 0;







}







.dashboard-body .dash-title-three {







  font-size: 24px;







  margin: 0 0 30px;







}







.dashboard-body .dash-btn-one {







  font-size: 15px;







  font-weight: 500;







  letter-spacing: -0.15px;







  color: #fff;







  border-radius: 7px;







  line-height: 40px;







  padding: 0 15px;







  min-width: 135px;







  text-align: center;







  background: #000;







  transition: all 0.2s ease-in-out 0s;







}







.dashboard-body .dash-btn-one i {







  font-size: 1.5em;







  font-weight: bold;







  vertical-align: -3px;







  margin-right: 2px;







}







.dashboard-body .dash-btn-one:hover {







  background: #F4CB56;







}







.dashboard-body .dash-btn-one input[type=file] {







  position: absolute;







  opacity: 0;







  width: 100%;







  height: 100%;







  top: 0;







  left: 0;







}







.dashboard-body .dash-btn-two {







  font-weight: 500;







  color: #fff;







  min-width: 125px;







  font-size: 16px;







  text-align: center;







  padding: 0 25px;







  line-height: 45px;







  border-radius: 10px;







  background: #F4CB56;







}







.dashboard-body .dash-btn-two:hover {







  background: #000;







}







.dashboard-body .dash-cancel-btn {







  font-size: 16px;







  font-weight: 500;







  color: #000;







}







.dashboard-body .dash-cancel-btn:hover {







  color: #F4CB56;







}







.dashboard-body .dashboard-header {







  position: fixed;







  top: 0;







  right: 45px;







  left: 365px;







  background: #F9F3EF;







  padding: 30px 0;







  z-index: 999;







}







.dashboard-body .dashboard-header .search-form {







  position: relative;







  height: 55px;







  width: 318px;







}







.dashboard-body .dashboard-header .search-form input {







  width: 100%;







  height: 100%;







  font-size: 16px;







  border: 1px solid #000;







  border-radius: 30px;







  padding: 0 45px 0 20px;







  background: transparent;







}







.dashboard-body .dashboard-header .search-form button {







  position: absolute;







  top: 0;







  right: 0;







  bottom: 0;







  width: 50px;







  border-radius: 0 30px 30px 0;







}







.dashboard-body .dashboard-header .user-data .user-avatar {







  width: 65px;







  height: 65px;







  border: 5px solid #fff;







}







.dashboard-body .dashboard-header .user-data .user-avatar img {







  border-radius: 50%;







}







.dashboard-body .dashboard-header .user-data .user-avatar:after {







  display: none;







}







.dashboard-body .dashboard-header .user-data .user-avatar.online:before {







  content: "";







  position: absolute;







  width: 15px;







  height: 15px;







  border-radius: 50%;







  background: #29D259;







  border: 3px solid #fff;







  right: -6px;







  bottom: 3px;







  z-index: 1;







}







.dashboard-body .dashboard-header .user-data .user-name-data .dropdown-menu {







  width: 220px;







  border: none;







  border-radius: 15px;







  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);







  padding: 12px 0;







}







.dashboard-body .dashboard-header .user-data .user-name-data .dropdown-menu:before {







  content: url(../dashboard/images/icon/icon_42.svg);







  position: absolute;







  right: 23px;







  top: -17px;







}







.dashboard-body .dashboard-header .user-data .user-name-data .dropdown-menu .dropdown-item {







  text-transform: capitalize;







  line-height: 45px;







  padding: 0 5px 0 20px;







  color: #000;







  font-size: 16px;







  font-weight: 500;







  letter-spacing: -0.16px;







  background: transparent;







  position: relative;







  letter-spacing: -0.1px;







  transition: all 0.2s ease-in-out 0s;







}







.dashboard-body .dashboard-header .user-data .user-name-data .dropdown-menu .dropdown-item i {







  font-weight: 700;







  font-size: 1.1em;







}







.dashboard-body .dashboard-header .user-data .user-name-data .dropdown-menu .dropdown-item:hover {







  color: #F4CB56;







  background: rgba(0, 0, 0, 0.01);







}







.dashboard-body .dashboard-header .user-data .user-name-data .dropdown-menu .dropdown-item img {







  width: 19px;







}







.dashboard-body .dashboard-header .user-data .user-name {







  width: 100%;







  font-size: 18px;







  font-weight: 500;







  color: #F4CB56;







  margin: 15px 0 45px;







}







.dashboard-body .dashboard-header .user-data .user-name:after {







  vertical-align: 3px;







}







.dashboard-body .dashboard-header .profile-notification .noti-btn {







  height: 45px;







  position: relative;







}







.dashboard-body .dashboard-header .profile-notification .noti-btn:after {







  display: none;







}







.dashboard-body .dashboard-header .profile-notification .noti-btn .badge-pill {







  position: absolute;







  width: 7px;







  height: 7px;







  border-radius: 50%;







  background: #FF2730;







  top: 4px;







  right: -7px;







}







.dashboard-body .dashboard-header .profile-notification .dropdown-menu {







  width: 325px;







  border: none;







  border-radius: 15px;







  box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.12);







  padding: 25px 18px 30px 22px;







}







.dashboard-body .dashboard-header .profile-notification .dropdown-menu h4 {







  font-size: 18px;







  margin-bottom: 20px;







}







.dashboard-body .dashboard-header .profile-notification .dropdown-menu .notify-list li {







  position: relative;







  padding-right: 10px;







  cursor: pointer;







  margin-top: 20px;







}







.dashboard-body .dashboard-header .profile-notification .dropdown-menu .notify-list li:before {







  content: "";







  position: absolute;







  width: 8px;







  height: 8px;







  background: #D8D8D8;







  border-radius: 50%;







  right: 0;







  top: 5px;







}







.dashboard-body .dashboard-header .profile-notification .dropdown-menu .notify-list li.unread:before {







  background: #FF2730;







}







.dashboard-body .dashboard-header .profile-notification .dropdown-menu .notify-list li h6 {







  font-size: 15px;







  margin-bottom: 3px;







  color: rgba(0, 0, 0, 0.5);







  width: 85%;







  text-overflow: ellipsis;







  overflow: hidden;







  white-space: nowrap;







}







.dashboard-body .dashboard-header .profile-notification .dropdown-menu .notify-list li.unread h6 {







  color: #000;







}







.dashboard-body .dashboard-header .profile-notification .dropdown-menu .notify-list li .time {







  font-size: 14px;







  color: rgba(0, 0, 0, 0.5);







}







.dashboard-body .dashboard-header .profile-notification .dropdown-menu .notify-list li:hover h6 {







  text-decoration: underline;







}







.dashboard-body .dashboard-header .job-post-btn {







  font-weight: 500;







  color: #fff;







  text-align: center;







  width: 135px;







  line-height: 45px;







  border-radius: 50px;







  background: #F4CB56;







}







.dashboard-body .dashboard-header .job-post-btn:hover {







  background: #F4CB56;







  color: #F4CB56;







}







.dashboard-body .dashboard-header .dash-mobile-nav-toggler {







  width: 44px;







  height: 38px;







  padding: 0;







  box-shadow: none;







  position: relative;







  z-index: 99;







  border: none;







  border-radius: 5px;







}







.dashboard-body .dashboard-header .dash-mobile-nav-toggler:focus {







  box-shadow: none;







}







.dashboard-body .dashboard-header .dash-mobile-nav-toggler::before,







.dashboard-body .dashboard-header .dash-mobile-nav-toggler::after {







  content: "";







  position: absolute;







  top: 50%;







  left: 0;







  width: 26px;







  height: 2px;







  pointer-events: none;







  transition: transform 0.25s;







  transform-origin: 50% 50%;







  background: #F4CB56;







}







.dashboard-body .dashboard-header .dash-mobile-nav-toggler span {







  position: absolute;







  left: 0;







  overflow: hidden;







  width: 26px;







  height: 2px;







  margin-top: -1px;







  text-indent: 200%;







  transition: opacity 0.25s;







  background: #F4CB56;







}







.dashboard-body .dashboard-header .dash-mobile-nav-toggler::before {







  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);







}







.dashboard-body .dashboard-header .dash-mobile-nav-toggler::after {







  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);







}







.dashboard-body .dash-card-one {







  padding: 35px 30px 15px;







  z-index: 1;







}







.dashboard-body .dash-card-one:before {







  content: "";







  position: absolute;







  height: 95px;







  width: 1px;







  transform: rotate(20deg);







  top: 25%;







  left: -12px;







  background: rgba(0, 0, 0, 0.13);







}







.dashboard-body .dash-card-one.skew-none:before {







  display: none;







}







.dashboard-body .dash-card-one .icon {







  width: 65px;







  height: 65px;







  background: #000;







}







.dashboard-body .dash-card-one .value {







  font-size: 42px;







  letter-spacing: -0.42px;







  color: #000;







}







.dashboard-body .dash-card-one span {







  font-size: 17px;







  letter-spacing: -0.17px;







  color: rgba(0, 0, 0, 0.5);







}







.dashboard-body .user-activity-chart .job-list {







  padding: 25px 20px;







  max-width: 700px;







  margin: 0 auto;







}







.dashboard-body .user-activity-chart .short-filter .nice-select {







  min-width: auto;







  width: 126px;







  height: 35px;







  line-height: 33px;







  border: 1px solid #3F634D;







  border-radius: 30px;







  font-size: 15px;







}







.dashboard-body .user-activity-chart .short-filter .nice-select:after {







  right: 12px;







}







.dashboard-body .user-activity-chart .short-filter .nice-select .option {







  line-height: 32px;







  font-size: 0.9em;







}







.dashboard-body .user-activity-chart .short-filter .nice-select .current {







  display: block;







  text-overflow: ellipsis;







  overflow: hidden;







  white-space: nowrap;







  max-width: 80%;







}







.dashboard-body .recent-job-tab .wrapper {







  padding: 0 25px 8px 30px;







}







.dashboard-body .recent-job-tab .wrapper .job-item-list {







  position: relative;







  padding-right: 25px;







  margin: 40px 0;







}







.dashboard-body .recent-job-tab .wrapper .job-item-list:first-child {







  margin-top: 30px;







}







.dashboard-body .recent-job-tab .wrapper .job-item-list .logo {







  width: 40px;







}







.dashboard-body .recent-job-tab .wrapper .job-item-list .job-title {







  width: calc(100% - 40px);







  padding-left: 22px;







}







.dashboard-body .recent-job-tab .wrapper .job-item-list .job-title h6 a {







  font-size: 16px;







  color: #F4CB56;







  display: block;







  text-overflow: ellipsis;







  overflow: hidden;







  white-space: nowrap;







  transition: all 0.2s ease-in-out 0s;







}







.dashboard-body .recent-job-tab .wrapper .job-item-list .job-title h6 a:hover {







  text-decoration: underline;







  color: #FAF1EC;







}







.dashboard-body .recent-job-tab .wrapper .job-item-list .job-title .meta {







  font-size: 14px;







  color: rgba(36, 64, 52, 0.5);







}







.dashboard-body .recent-job-tab .wrapper .job-item-list .job-action {







  position: absolute;







  top: 0;







  right: 0px;







}







.dashboard-body .recent-job-tab .wrapper .job-item-list .job-action .dropdown-menu {







  min-width: 120px;







  border: none;







  border-radius: 10px;







  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.1);







  padding: 10px 0;







}







.dashboard-body .recent-job-tab .wrapper .job-item-list .job-action .dropdown-menu .dropdown-item {







  font-weight: 500;







  font-size: 13px;







  padding: 5px 15px;







  margin: 4px 0;







  color: rgba(0, 0, 0, 0.55);







  background: #fff;







}







.dashboard-body .recent-job-tab .wrapper .job-item-list .job-action .dropdown-menu li:last-child .dropdown-item {







  color: #ff5b5b;







}







.dashboard-body .recent-job-tab .wrapper .job-item-list .job-action .action-btn {







  padding: 8px;







}







.dashboard-body .recent-job-tab .wrapper .job-item-list .job-action .action-btn span {







  display: block;







  position: relative;







  width: 4px;







  height: 4px;







  border-radius: 50%;







  background: rgba(43, 43, 43, 0.35);







}







.dashboard-body .recent-job-tab .wrapper .job-item-list .job-action .action-btn span:before,
.dashboard-body .recent-job-tab .wrapper .job-item-list .job-action .action-btn span:after {







  content: "";







  position: absolute;







  top: 0;







  left: -7px;







  margin: 0;







  padding: 0;







  width: 4px;







  height: 4px;







  border: none;







  border-radius: 50%;







  background: rgba(43, 43, 43, 0.35);







}







.dashboard-body .recent-job-tab .wrapper .job-item-list .job-action .action-btn span:after {







  left: auto;







  right: -7px;







}







.dashboard-body .recent-job-tab .wrapper .job-item-list .job-action .action-btn:after {







  display: none;







}







.dashboard-body .recent-job-tab .wrapper .job-item-list .job-action .action-btn:hover span {







  background: #FFF8F4;







}







.dashboard-body .recent-job-tab .wrapper .job-item-list .job-action .action-btn:hover span:before,
.dashboard-body .recent-job-tab .wrapper .job-item-list .job-action .action-btn:hover span:after {







  background: #FFF8F4;







}







.dashboard-body .user-avatar-setting .user-img {







  width: 68px;







  height: 68px;







  border-radius: 50%;







}







.dashboard-body .user-avatar-setting .upload-btn {







  font-size: 15px;







  letter-spacing: -0.15px;







  font-weight: 500;







  width: 175px;







  line-height: 40px;







  height: 42px;







  text-align: center;







  border-radius: 7px;







  color: #F4CB56;







  border: 1px solid #F4CB56;







  cursor: pointer;







}







.dashboard-body .user-avatar-setting .upload-btn:hover {







  background: #000;







  border-color: #000;







  color: #fff;







}







.dashboard-body .user-avatar-setting .upload-btn input {







  position: absolute;







  opacity: 0;







  width: 100%;







  height: 100%;







  top: 0;







  left: 0;







}







.dashboard-body .user-avatar-setting .delete-btn {







  font-size: 15px;







  letter-spacing: -0.15px;







  font-weight: 500;







  color: #000;







}







.dashboard-body .user-avatar-setting .delete-btn:hover {







  color: #ff5b5b;







}







.dashboard-body .dash-input-wrapper label {







  display: block;







  font-size: 15px;







  font-weight: 500;







  color: #000;







  margin-bottom: 10px;







}







.dashboard-body .dash-input-wrapper .alert-text {







  font-size: 14px;







  letter-spacing: -0.14px;







  color: rgba(0, 0, 0, 0.5);







}







.dashboard-body .dash-input-wrapper input {







  width: 100%;







  height: 55px;







  letter-spacing: -0.16px;







  border: 1px solid #E5E5E5;







  border-radius: 8px;







  padding: 0 20px;







  font-size: 16px;







}







.dashboard-body .dash-input-wrapper textarea {







  border: 1px solid #E5E5E5;







  border-radius: 8px;







  padding: 15px 20px;







  max-width: 100%;







  width: 100%;







  resize: none;







  font-size: 16px;







}







.dashboard-body .dash-input-wrapper textarea.size-lg {







  height: 230px;







  max-height: 200px;







}







.dashboard-body .dash-input-wrapper .nice-select {







  height: 55px;







  line-height: 55px;







  letter-spacing: -0.16px;







  border: 1px solid #E5E5E5;







  border-radius: 7px;







  padding: 0 25px 0 20px;







  font-size: 16px;







}







.dashboard-body .dash-input-wrapper .nice-select .option {







  line-height: 38px;







}







.dashboard-body .dash-input-wrapper .map-frame {







  height: 290px;







  border-radius: 8px;







  overflow: hidden;







}







.dashboard-body .dash-input-wrapper .location-pin {







  position: absolute;







  right: 0;







  top: 0;







  bottom: 0;







  width: 60px;







  opacity: 0.18;







}







.dashboard-body .dash-input-wrapper .location-pin:hover {







  opacity: 1;







}







.dashboard-body .dash-input-wrapper .attached-file {







  height: 60px;







  width: 100%;







  border-radius: 10px;







  background: #EDF2F7;







  padding: 0 20px;







}







.dashboard-body .dash-input-wrapper .attached-file span {







  font-size: 14px;







}







.dashboard-body .dash-input-wrapper .attached-file .remove-btn {







  font-size: 22px;







  font-weight: 700;







  color: #000;







}







.dashboard-body .dash-input-wrapper .attached-file .remove-btn:hover {







  color: #ff5b5b;







}







.dashboard-body .dash-input-wrapper .skills-wrapper {







  padding: 15px 20px 10px;







  background: #F7F7F7;







  border-radius: 15px;







}







.dashboard-body .dash-input-wrapper .skills-wrapper ul {







  margin: 0 -5px;







}







.dashboard-body .dash-input-wrapper .skills-wrapper ul li {







  padding: 0 5px 15px;







}







.dashboard-body .dash-input-wrapper .skills-wrapper ul li.is_tag button {







  font-size: 15px;







  color: #FAF1EC;







  line-height: 42px;







  padding: 0 40px 0 22px;







  background: #FFFFFF;







  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.0363735);







  border-radius: 30px;







  position: relative;







}







.dashboard-body .dash-input-wrapper .skills-wrapper ul li.is_tag button i {







  position: absolute;







  font-size: 20px;







  right: 10px;







  top: 0;







}







.dashboard-body .dash-input-wrapper .skills-wrapper ul li.is_tag button i:hover {







  color: #ff5b5b;







}







.dashboard-body .dash-input-wrapper .skills-wrapper ul li.more_tag button {







  font-size: 21px;







  width: 42px;







  height: 42px;







  border-radius: 50%;







  background: #F4CB56;







}







.dashboard-body .dash-input-wrapper .info-text {







  font-size: 14px;







}







.dashboard-body .dash-input-wrapper .info-text p {







  color: rgba(0, 0, 0, 0.5);







}







.dashboard-body .dash-input-wrapper .info-text p a {







  color: #F4CB56;







}







.dashboard-body .dash-input-wrapper .info-text p a:hover {







  text-decoration: underline;







}







.dashboard-body .dash-input-wrapper .info-text .chng-pass {







  color: #F4CB56;







  text-decoration: underline;







}







.dashboard-body .remove-portfolio-item {







  width: 30px;







  height: 30px;







  background: rgba(0, 0, 0, 0.1);







  position: absolute;







  right: 15px;







  top: 15px;







  font-size: 22px;







  color: #000;







}







.dashboard-body .remove-portfolio-item:hover {







  background: #fff;







}







.dashboard-body .short-filter .nice-select {







  min-width: 125px;







  height: 35px;







  line-height: 33px;







  font-size: 15px;







  padding: 0 15px 0 15px;







  background: transparent;







  border: 1px solid #000;







  border-radius: 30px;







}







.dashboard-body .short-filter .nice-select:after {







  right: 14px;







}







.dashboard-body .short-filter .nice-select .list {







  padding: 0;







}







.dashboard-body .short-filter .nice-select .option {







  font-size: 1em;







}







.dashboard-body .property-list-table {







  margin: 0;







}







.dashboard-body .property-list-table th {







  border: 0;







  padding: 13px 15px;







  font-size: 13px;







  font-weight: normal;







  text-transform: uppercase;







  color: #fff;







  background: #000;







  letter-spacing: 1px;







}







.dashboard-body .property-list-table th:first-child {







  border-radius: 7px 0 0 7px;







}







.dashboard-body .property-list-table th:last-child {







  border-radius: 0 7px 7px 0;







  text-align: right;







}







.dashboard-body .property-list-table td {







  font-size: 16px;







  vertical-align: middle;







  box-shadow: none;







  padding: 34px 15px;







  border: none;







  color: rgba(0, 0, 0, 0.6);







  border-bottom: 1px solid rgba(0, 0, 0, 0.1);







}







.dashboard-body .property-list-table td:nth-child(1) {







  padding-left: 0;







}







.dashboard-body .property-list-table td:hover .property-name {







  color: #F4CB56;







}







.dashboard-body .property-list-table td .p-img {







  width: 105px;







  border-radius: 15px;







}







.dashboard-body .property-list-table td .address {







  font-size: 15px;







  margin: 10px 0;







  color: rgba(0, 0, 0, 0.5);







}







.dashboard-body .property-list-table td .price {







  font-size: 18px;







}







.dashboard-body .property-list-table td .price sub {







  font-size: 0.9em;







  font-weight: normal;







  bottom: 0px;







}







.dashboard-body .property-list-table td .property-status {







  display: inline-block;







  line-height: 35px;







  border-radius: 40px;







  font-size: 15px;







  padding: 0 25px;







  color: #29A54C;







  background: #D0F3DA;







}







.dashboard-body .property-list-table td .property-status.pending {







  background: #FEE9E9;







  color: #D06767;







}







.dashboard-body .property-list-table td .property-status.processing {







  background: #F9EEC8;







  color: #B5A367;







}







.dashboard-body .property-list-table tbody tr:last-child td {







  border: none;







}







.dashboard-body .saved-search-table {







  margin: 0;







}







.dashboard-body .saved-search-table th {







  border: 0;







  padding: 13px 25px;







  font-size: 13px;







  font-weight: normal;







  text-transform: uppercase;







  color: #fff;







  background: #000;







  letter-spacing: 1px;







}







.dashboard-body .saved-search-table th:first-child {







  border-radius: 7px 0 0 7px;







}







.dashboard-body .saved-search-table th:last-child {







  border-radius: 0 7px 7px 0;







  text-align: right;







}







.dashboard-body .saved-search-table td {







  font-size: 16px;







  vertical-align: middle;







  box-shadow: none;







  padding: 30px 25px;







  border: none;







  color: rgba(0, 0, 0, 0.6);







  border-bottom: 1px solid rgba(0, 0, 0, 0.1);







}







.dashboard-body .saved-search-table td .property-name {







  font-size: 18px;







  letter-spacing: -0.18px;







}







.dashboard-body .saved-search-table td .property-name:hover {







  color: #F4CB56;







}







.dashboard-body .saved-search-table td .btns-group a {







  font-size: 19px;







  color: #000;







  margin-left: 22px;







  transition: all 0.2s ease-in-out 0s;







}







.dashboard-body .saved-search-table td .btns-group a:hover {







  color: #F4CB56;







}







.dashboard-body .saved-search-table td .btns-group a:first-child:hover {







  color: #5dc378;







}







.dashboard-body .saved-search-table tbody tr:last-child td {







  border: none;







}







.dashboard-body .filter-input {







  margin: 0 -10px;







}







.dashboard-body .filter-input li {







  margin: 25px 10px 0;







  position: relative;







  width: calc(20% - 20px);







}







.dashboard-body .filter-input label {







  display: block;







  position: relative;







  font-size: 16px;







  padding-left: 24px;







  color: #000;







  transition: all 0.1s ease-in-out 0s;







}







.dashboard-body .filter-input label::before {







  content: "";







  width: 14px;







  height: 14px;







  border-radius: 3px;







  line-height: 12px;







  background: #fff;







  border: 1px solid #000;







  font-size: 12px;







  font-weight: 900;







  text-align: center;







  position: absolute;







  left: 0;







  top: 4px;







  font-family: "bootstrap-icons";







  transition: all 0.1s ease-in-out 0s;







}







.dashboard-body .filter-input input[type=checkbox] {







  position: absolute;







  opacity: 0;







  z-index: 1;







  width: 100%;







  height: 100%;







  left: 0;







  cursor: pointer;







}







.dashboard-body .filter-input input[type=checkbox]:checked+label:before {







  content: "\f633";







  background: #000;







  color: #fff;







  border-color: #000;







}







.dashboard-body .action-dots .dropdown-menu {







  min-width: 140px;







  border: 1px solid #F1F1F1;







  border-radius: 5px;







  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.1);







  padding: 10px 0;







}







.dashboard-body .action-dots .dropdown-menu .dropdown-item {







  padding: 0 15px;







  line-height: 34px;







  font-size: 14px;







  color: #6a6a6a;







  background: #fff;







}







.dashboard-body .action-dots .dropdown-menu .dropdown-item img {







  display: inline-block;







  vertical-align: -1px;







  margin-right: 5px;







}







.dashboard-body .action-dots .dropdown-menu .dropdown-item:hover {







  color: #000;







}







.dashboard-body .action-dots .dropdown-menu li:last-child .dropdown-item:hover {







  color: #ff5b5b;







}







.dashboard-body .action-dots .action-btn {







  padding: 8px;







}







.dashboard-body .action-dots .action-btn span {







  display: block;







  position: relative;







  width: 4px;







  height: 4px;







  border-radius: 50%;







  background: rgba(43, 43, 43, 0.35);







}







.dashboard-body .action-dots .action-btn span:before,
.dashboard-body .action-dots .action-btn span:after {







  content: "";







  position: absolute;







  top: -7px;







  left: 0;







  margin: 0;







  padding: 0;







  width: 4px;







  height: 4px;







  border: none;







  border-radius: 50%;







  background: rgba(43, 43, 43, 0.35);







}







.dashboard-body .action-dots .action-btn span:after {







  top: auto;







  bottom: -7px;







}







.dashboard-body .action-dots .action-btn:after {







  display: none;







}







.dashboard-body .action-dots .action-btn:hover span {







  background: #F4CB56;







}







.dashboard-body .action-dots .action-btn:hover span:before,
.dashboard-body .action-dots .action-btn:hover span:after {







  background: #F4CB56;







}







.dashboard-body .new-message-compose {







  width: 45px;







  line-height: 45px;







  text-align: center;







  font-size: 28px;







  color: #fff;







  background: #F4CB56;







}







.dashboard-body .message-pagination a {







  color: #000;







}







.dashboard-body .message-pagination span {







  color: #000;







  font-size: 14px;







  margin: 0 8px;







}







.dashboard-body .message-wrapper .message-sidebar {







  border-right: 1px solid #E3E1E1;







  max-height: 1000px;







  overflow-y: auto;







}







.dashboard-body .message-wrapper .message-sidebar .page-title {







  font-size: 18px;







  color: #000;







}







.dashboard-body .message-wrapper .message-sidebar .action-btn span:before,
.dashboard-body .message-wrapper .message-sidebar .action-btn span:after {







  top: 0;







  left: -7px;







}







.dashboard-body .message-wrapper .message-sidebar .action-btn span:after {







  left: auto;







  right: -7px;







}







.dashboard-body .message-wrapper .message-sidebar .search-form {







  height: 50px;







  border-radius: 30px;







  position: relative;







}







.dashboard-body .message-wrapper .message-sidebar .search-form input {







  width: 100%;







  height: 100%;







  border-radius: 30px;







  background: transparent;







  border: 1px solid #E3E3E3;







  padding: 0 50px 0 15px;







  font-size: 15px;







}







.dashboard-body .message-wrapper .message-sidebar .search-form button {







  position: absolute;







  top: 0;







  right: 0;







  bottom: 0;







  width: 50px;







  border-radius: 30px 0 0 30px;







}







.dashboard-body .message-wrapper .message-sidebar .message_filter button {







  font-size: 15px;







  font-weight: 500;







  color: #000;







  line-height: 28px;







  border-radius: 30px;







  padding: 0 12px;







  margin: 0 2px;







  position: relative;







}







.dashboard-body .message-wrapper .message-sidebar .message_filter button span {







  width: 7px;







  height: 7px;







  border-radius: 50%;







  position: absolute;







  left: -5px;







  top: 10px;







}







.dashboard-body .message-wrapper .message-sidebar .message_filter button.active {







  background: #000;







  color: #fff;







}







.dashboard-body .message-wrapper .message-sidebar .message_filter button.active span {







  opacity: 0;







}







.dashboard-body .message-wrapper .message-sidebar .email-list-item {







  border-top: 1px solid #F3F3F3;







  padding-top: 28px;







  padding-bottom: 28px;







  cursor: pointer;







  position: relative;







}







.dashboard-body .message-wrapper .message-sidebar .email-list-item.selected {







  background: #F9F3EF;







  border-left: 4px solid #000;







}







.dashboard-body .message-wrapper .message-sidebar .email-list-item.selected .email-short-preview .file {







  background: #fff;







}







.dashboard-body .message-wrapper .message-sidebar .email-list-item.read .email-short-preview:before {







  background: #FF4545;







}







.dashboard-body .message-wrapper .message-sidebar .email-list-item.primary .email-short-preview:before {







  background: #52C1FF;







}







.dashboard-body .message-wrapper .message-sidebar .email-list-item .email-short-preview {







  padding-left: 24px;







}







.dashboard-body .message-wrapper .message-sidebar .email-list-item .email-short-preview:before {







  content: "";







  width: 8px;







  height: 8px;







  border-radius: 50%;







  position: absolute;







  left: 0;







  top: 7px;







  background: #3BDA84;







}







.dashboard-body .message-wrapper .message-sidebar .email-list-item .email-short-preview .sender-name {







  font-size: 15px;







  font-weight: 500;







  color: rgba(0, 0, 0, 0.4);







}







.dashboard-body .message-wrapper .message-sidebar .email-list-item .email-short-preview .date {







  font-size: 12px;







  text-transform: uppercase;







  color: rgba(0, 0, 0, 0.5);







}







.dashboard-body .message-wrapper .message-sidebar .email-list-item .email-short-preview .mail-sub {







  font-weight: 500;







  font-size: 16px;







  color: #000;







  margin: 7px 0 10px;







  text-overflow: ellipsis;







  overflow: hidden;







  white-space: nowrap;







}







.dashboard-body .message-wrapper .message-sidebar .email-list-item .email-short-preview .mail-text {







  font-size: 15px;







  line-height: 25px;







  color: rgba(0, 0, 0, 0.5);







  overflow: hidden;







  display: -webkit-box;







  -webkit-line-clamp: 2;







  -webkit-box-orient: vertical;







}







.dashboard-body .message-wrapper .message-sidebar .email-list-item .email-short-preview .file {







  padding: 3px 10px;







  border-radius: 4px;







  font-size: 12px;







  letter-spacing: -0.3px;







  color: rgba(0, 0, 0, 0.5);







  background: #F0F5F3;







}







.dashboard-body .message-wrapper .open-email-container .divider {







  border-bottom: 1px solid #EEEEEE;







}







.dashboard-body .message-wrapper .open-email-container .email-header {







  padding-top: 30px;







  padding-bottom: 30px;







}







.dashboard-body .message-wrapper .open-email-container .email-header .logo {







  width: 45px;







  height: 45px;







  border-radius: 50%;







}







.dashboard-body .message-wrapper .open-email-container .email-header .sender-name {







  font-size: 20px;







  font-weight: 500;







  color: #000;







  margin-bottom: -4px;







}







.dashboard-body .message-wrapper .open-email-container .email-header .sender-email {







  font-size: 17px;







  color: rgba(0, 0, 0, 0.4);







}







.dashboard-body .message-wrapper .open-email-container .email-header .time {







  font-size: 13px;







  color: rgba(0, 0, 0, 0.6);







  margin-bottom: 15px;







}







.dashboard-body .message-wrapper .open-email-container .email-body {







  padding-top: 35px;







  padding-bottom: 15px;







  font-size: 15px;







}







.dashboard-body .message-wrapper .open-email-container .email-body h2 {







  font-size: 24px;







  margin-bottom: 25px;







}







.dashboard-body .message-wrapper .open-email-container .email-body p a {







  color: #000;







}







.dashboard-body .message-wrapper .open-email-container .email-footer {







  padding-top: 20px;







}







.dashboard-body .message-wrapper .open-email-container .email-footer .attachments h6 {







  font-size: 15px;







}







.dashboard-body .message-wrapper .open-email-container .email-footer .attachments .all-download {







  font-size: 14px;







  font-weight: 500;







  color: #F4CB56;







}







.dashboard-body .message-wrapper .open-email-container .email-footer .attachments .file {







  padding: 9px 15px;







  border: 1px solid rgba(0, 0, 0, 0.1);







  border-radius: 10px;







  margin-right: 15px;







}







.dashboard-body .message-wrapper .open-email-container .email-footer .attachments .file:hover {







  background: rgba(250, 241, 236, 0.03);







}







.dashboard-body .message-wrapper .open-email-container .email-footer .attachments .file .icon {







  width: 37px;







  height: 37px;







  background: #F1F1F1;







}







.dashboard-body .message-wrapper .open-email-container .email-footer .attachments .file .file-name {







  font-size: 15px;







  letter-spacing: -0.3px;







  color: #000;







}







.dashboard-body .message-wrapper .open-email-container .email-footer .attachments .file .file-size {







  font-size: 13px;







  letter-spacing: -0.3px;







  color: rgba(0, 0, 0, 0.4);







}







.dashboard-body .candidate-profile-card {







  overflow: visible;







}







.dashboard-body .membership-plan-wrapper {







  border-radius: 10px;







  border: 1px solid #000;







}







.dashboard-body .membership-plan-wrapper .column {







  padding: 38px 40px;







}







.dashboard-body .membership-plan-wrapper .column.border-left {







  border-left: 1px solid #000;







}







.dashboard-body .membership-plan-wrapper h4 {







  font-size: 20px;







  color: #000;







}







.dashboard-body .membership-plan-wrapper p {







  letter-spacing: -0.17px;







  line-height: 30px;







  margin: 0;







}







.dashboard-body .membership-plan-wrapper h3 {







  font-size: 58px;







}







.dashboard-body .membership-plan-wrapper h6 {







  font-size: 18px;







}







.dashboard-body .membership-plan-wrapper .text1 {







  font-size: 14px;







  letter-spacing: -0.14px;







  margin: -4px 0 22px;







}







.dashboard-body .membership-plan-wrapper .text1 span {







  color: #000;







}







.dashboard-body .membership-plan-wrapper .cancel-plan {







  font-size: 15px;







  font-weight: 500;







  color: #F4CB56;







  text-decoration: underline;







}







.dashboard-body .membership-plan-wrapper .cancel-plan:hover {







  color: #ff2730;







}















.compose-new-email-container {







  border: 1px solid rgba(0, 0, 0, 0.1);







  border-radius: 10px;







  background: #fff;







}







.compose-new-email-container .new-email-header {







  border-bottom: 1px solid rgba(0, 0, 0, 0.1);







}







.compose-new-email-container .new-email-header .btn-group {







  position: absolute;







  top: 6px;







  right: 10px;







  z-index: 1;







}







.compose-new-email-container .new-email-header .btn-group a {







  font-size: 15px;







  padding: 2px;







  color: #000;







  margin-left: 8px;







}







.compose-new-email-container .new-email-header .btn-group a[aria-expanded=true] {







  text-decoration: underline;







}







.compose-new-email-container .new-email-header .input-group {







  padding: 10px 0;







  font-size: 14px;







  color: #000;







}







.compose-new-email-container .new-email-header .input-group input {







  border: none;







  padding: 0 15px 0 0;







}







.compose-new-email-container .compose-body textarea {







  width: 100%;







  max-width: 100%;







  height: 125px;







  max-height: 125px;







  border: none;







  font-size: 15px;







  padding: 15px 22px;







}







.compose-new-email-container .compose-email-footer {







  padding: 15px 22px;







}







.compose-new-email-container .compose-email-footer .insert-file {







  position: relative;







  cursor: pointer;







}







.compose-new-email-container .compose-email-footer .insert-file input {







  position: absolute;







  opacity: 0;







  width: 100%;







  height: 100%;







  top: 0;







  left: 0;







}







.compose-new-email-container .reply-btn {







  font-size: 14px;







  font-weight: 500;







  color: #fff;







  min-width: 90px;







  text-align: center;







  padding: 0 15px;







  line-height: 35px;







  border-radius: 10px;







  background: #000;







}







.compose-new-email-container .reply-btn:hover {







  background: #F4CB56;







}















.compose-mail-offcanvas {







  right: 55px;







  bottom: 0;







  max-width: 700px;







  background: #fff;







  padding: 50px 15px 15px;







  border-radius: 20px;







  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);







  border: 1px solid rgba(0, 0, 0, 0.04);







  display: none;







}







.compose-mail-offcanvas.show {







  display: block;







}







.compose-mail-offcanvas .btn-close {







  position: absolute;







  top: 10px;







  right: 10px;







  box-shadow: none;







}















.remove-account-popup {







  background: #fff;







  margin: 0 auto;







  max-width: 630px;







  border-radius: 10px !important;







  padding: 50px 20px;







}







.remove-account-popup h2 {







  font-size: 36px;







  color: #000;







  margin: 20px 0;







}







.remove-account-popup .confirm-btn {







  width: 80px;







  line-height: 40px;







  border-radius: 6px;







  text-align: center;







  font-size: 16px;







  color: #fff;







  background: #F4CB56;







}







.remove-account-popup .confirm-btn:hover {







  background: #ff5b5b;







}







.remove-account-popup .btn-close {







  background: none;







  border-radius: 0;







  width: auto;







  height: auto;







  padding: 0;







  font-size: 16px;







  color: #000;







  opacity: 1;







  box-shadow: none;







}















/* Custome Animation */







@keyframes ripple {







  0% {







    box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.08);







  }







  100% {







    box-shadow: 0 0 0 3rem rgba(0, 0, 0, 0);







  }







}







@keyframes rippleTwo {







  0% {







    box-shadow: 0 0 0 0.1rem rgba(255, 103, 37, 0.15);







  }







  100% {







    box-shadow: 0 0 0 0.8rem rgba(255, 103, 37, 0.15);







  }







}







@keyframes marquee {







  0% {







    transform: translate3d(0, 0, 0);







  }







  100% {







    transform: translate3d(-50%, 0, 0);







  }







}







@keyframes skewwrap {







  0% {







    transform: skewX(5deg);







  }







  50% {







    transform: skewX(0);







  }







  100% {







    transform: skewX(-5deg);







  }







}







@keyframes jump {







  0% {







    transform: translate3d(0, 0, 0);







  }







  40% {







    transform: translate3d(0, 50%, 0);







  }







  100% {







    transform: translate3d(0, 0, 0);







  }







}







@keyframes jumpTwo {







  0% {







    transform: translate3d(0, 0, 0);







  }







  40% {







    transform: translate3d(0, 20px, 0);







  }







  100% {







    transform: translate3d(0, 0, 0);







  }







}







@keyframes jumpThree {







  0% {







    transform: translate3d(0, 0, 0);







  }







  40% {







    transform: translate3d(0, -20px, 0);







  }







  100% {







    transform: translate3d(0, 0, 0);







  }







}







@keyframes jumpFour {







  0% {







    transform: translate3d(0, 0, 0);







  }







  50% {







    transform: translate3d(0, -10px, 0);







  }







  100% {







    transform: translate3d(0, 0, 0);







  }







}







@keyframes jumpFive {







  0% {







    transform: translate3d(0, 0, 0);







  }







  50% {







    transform: translate3d(0, 10px, 0);







  }







  100% {







    transform: translate3d(0, 0, 0);







  }







}







@keyframes prXOne {







  0% {







    transform: translateX(0);







  }







  50% {







    transform: translateX(-15px);







  }







  100% {







    transform: translateX(0);







  }







}







@keyframes prXTwo {







  0% {







    transform: translateX(0);







  }







  50% {







    transform: translateX(15px);







  }







  100% {







    transform: translateX(0);







  }







}







@keyframes rotated {







  0% {







    transform: rotate(0);







  }







  100% {







    transform: rotate(360deg);







  }







}







@keyframes rotatedTwo {







  0% {







    transform: rotate(0);







  }







  100% {







    transform: rotate(-360deg);







  }







}







@keyframes rotatedHalf {







  0% {







    transform: rotate(0);







  }







  50% {







    transform: rotate(90deg);







  }







  100% {







    transform: rotate(0);







  }







}







@keyframes rotatedHalfTwo {







  0% {







    transform: rotate(0);







  }







  50% {







    transform: rotate(-90deg);







  }







  100% {







    transform: rotate(0);







  }







}







@keyframes scale-right {







  0% {







    transform: translateX(0%);







  }







  50% {







    transform: translateX(20%);







  }







  100% {







    transform: translateX(0%);







  }







}







@keyframes fade-in {







  0% {







    opacity: 0.2;







  }







  40% {







    opacity: 1;







  }







  100% {







    opacity: 0.2;







  }







}







@keyframes hvr-ripple-out {







  0% {







    top: -5px;







    right: -5px;







    bottom: -5px;







    left: -5px;







  }







  50% {







    top: -15px;







    right: -15px;







    bottom: -15px;







    left: -15px;







    opacity: 0.8;







  }







  100% {







    top: -5px;







    right: -5px;







    bottom: -5px;







    left: -5px;







    opacity: 1;







  }







}







@keyframes hvr-ripple-out-two {







  0% {







    top: 0;







    right: 0;







    bottom: 0;







    left: 0;







  }







  100% {







    top: -30px;







    right: -30px;







    bottom: -30px;







    left: -30px;







    opacity: 0;







  }







}







@keyframes scale-up-one {







  0% {







    transform: scale(1);







  }







  40% {







    transform: scale(0.5);







  }







  100% {







    transform: scale(1);







  }







}







@keyframes scale-up-two {







  0% {







    transform: scale(0.5);







  }







  40% {







    transform: scale(0.8);







  }







  100% {







    transform: scale(0.5);







  }







}







@keyframes scale-up-three {







  0% {







    transform: scale(1);







  }







  40% {







    transform: scale(2);







  }







  100% {







    transform: scale(1);







  }







}







/*!







Animate.css - http://daneden.me/animate







Licensed under the MIT license















Copyright (c) 2013 Daniel Eden















Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:















The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.















THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.







*/







.animated {







  animation-duration: 1s;







  animation-fill-mode: both;







}















.animated.hinge {







  animation-duration: 2s;







}







@keyframes bounce {







  0%,
  20%,
  50%,
  80%,
  100% {







    transform: translateY(0);







  }







  40% {







    transform: translateY(-30px);







  }







  60% {







    transform: translateY(-15px);







  }







}







.bounce {







  animation-name: bounce;







}







@keyframes flash {







  0%,
  50%,
  100% {







    opacity: 1;







  }







  25%,
  75% {







    opacity: 0;







  }







}







.flash {







  animation-name: flash;







}















/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */







@keyframes pulse {







  0% {







    transform: scale(1);







  }







  50% {







    transform: scale(1.1);







  }







  100% {







    transform: scale(1);







  }







}







.pulse {







  animation-name: pulse;







}







@keyframes shake {







  0%,
  100% {







    transform: translateX(0);







  }







  10%,
  30%,
  50%,
  70%,
  90% {







    transform: translateX(-10px);







  }







  20%,
  40%,
  60%,
  80% {







    transform: translateX(10px);







  }







}







.shake {







  animation-name: shake;







}







@keyframes swing {







  20% {







    transform: rotate(15deg);







  }







  40% {







    transform: rotate(-10deg);







  }







  60% {







    transform: rotate(5deg);







  }







  80% {







    transform: rotate(-5deg);







  }







  100% {







    transform: rotate(0deg);







  }







}







.swing {







  transform-origin: top center;







  animation-name: swing;







}







@keyframes tada {







  0% {







    transform: scale(1);







  }







  10%,
  20% {







    transform: scale(0.9) rotate(-3deg);







  }







  30%,
  50%,
  70%,
  90% {







    transform: scale(1.1) rotate(3deg);







  }







  40%,
  60%,
  80% {







    transform: scale(1.1) rotate(-3deg);







  }







  100% {







    transform: scale(1) rotate(0);







  }







}







.tada {







  animation-name: tada;







}















/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */







@keyframes wobble {







  0% {







    transform: translateX(0%);







  }







  15% {







    transform: translateX(-25%) rotate(-5deg);







  }







  30% {







    transform: translateX(20%) rotate(3deg);







  }







  45% {







    transform: translateX(-15%) rotate(-3deg);







  }







  60% {







    transform: translateX(10%) rotate(2deg);







  }







  75% {







    transform: translateX(-5%) rotate(-1deg);







  }







  100% {







    transform: translateX(0%);







  }







}







.wobble {







  animation-name: wobble;







}







@keyframes bounceIn {







  0% {







    opacity: 0;







    transform: scale(0.3);







  }







  50% {







    opacity: 1;







    transform: scale(1.05);







  }







  70% {







    transform: scale(0.9);







  }







  100% {







    transform: scale(1);







  }







}







.bounceIn {







  animation-name: bounceIn;







}







@keyframes bounceInDown {







  0% {







    opacity: 0;







    transform: translateY(-2000px);







  }







  60% {







    opacity: 1;







    transform: translateY(30px);







  }







  80% {







    transform: translateY(-10px);







  }







  100% {







    transform: translateY(0);







  }







}







.bounceInDown {







  animation-name: bounceInDown;







}







@keyframes bounceInLeft {







  0% {







    opacity: 0;







    transform: translateX(-2000px);







  }







  60% {







    opacity: 1;







    transform: translateX(30px);







  }







  80% {







    transform: translateX(-10px);







  }







  100% {







    transform: translateX(0);







  }







}







.bounceInLeft {







  animation-name: bounceInLeft;







}







@keyframes bounceInRight {







  0% {







    opacity: 0;







    transform: translateX(2000px);







  }







  60% {







    opacity: 1;







    transform: translateX(-30px);







  }







  80% {







    transform: translateX(10px);







  }







  100% {







    transform: translateX(0);







  }







}







.bounceInRight {







  animation-name: bounceInRight;







}







@keyframes bounceInUp {







  0% {







    opacity: 0;







    transform: translateY(2000px);







  }







  60% {







    opacity: 1;







    transform: translateY(-30px);







  }







  80% {







    transform: translateY(10px);







  }







  100% {







    transform: translateY(0);







  }







}







.bounceInUp {







  animation-name: bounceInUp;







}







@keyframes bounceOut {







  0% {







    transform: scale(1);







  }







  25% {







    transform: scale(0.95);







  }







  50% {







    opacity: 1;







    transform: scale(1.1);







  }







  100% {







    opacity: 0;







    transform: scale(0.3);







  }







}







.bounceOut {







  animation-name: bounceOut;







}







@keyframes bounceOutDown {







  0% {







    transform: translateY(0);







  }







  20% {







    opacity: 1;







    transform: translateY(-20px);







  }







  100% {







    opacity: 0;







    transform: translateY(2000px);







  }







}







.bounceOutDown {







  animation-name: bounceOutDown;







}







@keyframes bounceOutLeft {







  0% {







    transform: translateX(0);







  }







  20% {







    opacity: 1;







    transform: translateX(20px);







  }







  100% {







    opacity: 0;







    transform: translateX(-2000px);







  }







}







.bounceOutLeft {







  animation-name: bounceOutLeft;







}







@keyframes bounceOutRight {







  0% {







    transform: translateX(0);







  }







  20% {







    opacity: 1;







    transform: translateX(-20px);







  }







  100% {







    opacity: 0;







    transform: translateX(2000px);







  }







}







.bounceOutRight {







  animation-name: bounceOutRight;







}







@keyframes bounceOutUp {







  0% {







    transform: translateY(0);







  }







  20% {







    opacity: 1;







    transform: translateY(20px);







  }







  100% {







    opacity: 0;







    transform: translateY(-2000px);







  }







}







.bounceOutUp {







  animation-name: bounceOutUp;







}







@keyframes fadeIn {







  0% {







    opacity: 0;







  }







  100% {







    opacity: 1;







  }







}







.fadeIn {







  animation-name: fadeIn;







}







@keyframes fadeInDown {







  0% {







    opacity: 0;







    transform: translateY(-20px);







  }







  100% {







    opacity: 1;







    transform: translateY(0);







  }







}







.fadeInDown {







  animation-name: fadeInDown;







}







@keyframes fadeInDownBig {







  0% {







    opacity: 0;







    transform: translateY(-2000px);







  }







  100% {







    opacity: 1;







    transform: translateY(0);







  }







}







.fadeInDownBig {







  animation-name: fadeInDownBig;







}







@keyframes fadeInLeft {







  0% {







    opacity: 0;







    transform: translateX(-20px);







  }







  100% {







    opacity: 1;







    transform: translateX(0);







  }







}







.fadeInLeft {







  animation-name: fadeInLeft;







}







@keyframes fadeInLeftBig {







  0% {







    opacity: 0;







    transform: translateX(-2000px);







  }







  100% {







    opacity: 1;







    transform: translateX(0);







  }







}







.fadeInLeftBig {







  animation-name: fadeInLeftBig;







}







@keyframes fadeInRight {







  0% {







    opacity: 0;







    transform: translateX(20px);







  }







  100% {







    opacity: 1;







    transform: translateX(0);







  }







}







.fadeInRight {







  animation-name: fadeInRight;







}







@keyframes fadeInRightBig {







  0% {







    opacity: 0;







    transform: translateX(2000px);







  }







  100% {







    opacity: 1;







    transform: translateX(0);







  }







}







.fadeInRightBig {







  animation-name: fadeInRightBig;







}







@keyframes fadeInUp {







  0% {







    opacity: 0;







    transform: translateY(20px);







  }







  100% {







    opacity: 1;







    transform: translateY(0);







  }







}







.fadeInUp {







  animation-name: fadeInUp;







}







@keyframes fadeInUpBig {







  0% {







    opacity: 0;







    transform: translateY(2000px);







  }







  100% {







    opacity: 1;







    transform: translateY(0);







  }







}







.fadeInUpBig {







  animation-name: fadeInUpBig;







}







@keyframes fadeOut {







  0% {







    opacity: 1;







  }







  100% {







    opacity: 0;







  }







}







.fadeOut {







  animation-name: fadeOut;







}







@keyframes fadeOutDown {







  0% {







    opacity: 1;







    transform: translateY(0);







  }







  100% {







    opacity: 0;







    transform: translateY(20px);







  }







}







.fadeOutDown {







  animation-name: fadeOutDown;







}







@keyframes fadeOutDownBig {







  0% {







    opacity: 1;







    transform: translateY(0);







  }







  100% {







    opacity: 0;







    transform: translateY(2000px);







  }







}







.fadeOutDownBig {







  animation-name: fadeOutDownBig;







}







@keyframes fadeOutLeft {







  0% {







    opacity: 1;







    transform: translateX(0);







  }







  100% {







    opacity: 0;







    transform: translateX(-20px);







  }







}







.fadeOutLeft {







  animation-name: fadeOutLeft;







}







@keyframes fadeOutLeftBig {







  0% {







    opacity: 1;







    transform: translateX(0);







  }







  100% {







    opacity: 0;







    transform: translateX(-2000px);







  }







}







.fadeOutLeftBig {







  animation-name: fadeOutLeftBig;







}







@keyframes fadeOutRight {







  0% {







    opacity: 1;







    transform: translateX(0);







  }







  100% {







    opacity: 0;







    transform: translateX(20px);







  }







}







.fadeOutRight {







  animation-name: fadeOutRight;







}







@keyframes fadeOutRightBig {







  0% {







    opacity: 1;







    transform: translateX(0);







  }







  100% {







    opacity: 0;







    transform: translateX(2000px);







  }







}







.fadeOutRightBig {







  animation-name: fadeOutRightBig;







}







@keyframes fadeOutUp {







  0% {







    opacity: 1;







    transform: translateY(0);







  }







  100% {







    opacity: 0;







    transform: translateY(-20px);







  }







}







.fadeOutUp {







  animation-name: fadeOutUp;







}







@keyframes fadeOutUpBig {







  0% {







    opacity: 1;







    transform: translateY(0);







  }







  100% {







    opacity: 0;







    transform: translateY(-2000px);







  }







}







.fadeOutUpBig {







  animation-name: fadeOutUpBig;







}







@keyframes flip {







  0% {







    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);







    animation-timing-function: ease-out;







  }







  40% {







    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);







    animation-timing-function: ease-out;







  }







  50% {







    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);







    animation-timing-function: ease-in;







  }







  80% {







    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);







    animation-timing-function: ease-in;







  }







  100% {







    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);







    animation-timing-function: ease-in;







  }







}







.animated.flip {







  backface-visibility: visible;







  animation-name: flip;







}







@keyframes flipInX {







  0% {







    transform: perspective(400px) rotateX(90deg);







    opacity: 0;







  }







  40% {







    transform: perspective(400px) rotateX(-10deg);







  }







  70% {







    transform: perspective(400px) rotateX(10deg);







  }







  100% {







    transform: perspective(400px) rotateX(0deg);







    opacity: 1;







  }







}







.flipInX {







  backface-visibility: visible !important;







  animation-name: flipInX;







}







@keyframes flipInY {







  0% {







    transform: perspective(400px) rotateY(90deg);







    opacity: 0;







  }







  40% {







    transform: perspective(400px) rotateY(-10deg);







  }







  70% {







    transform: perspective(400px) rotateY(10deg);







  }







  100% {







    transform: perspective(400px) rotateY(0deg);







    opacity: 1;







  }







}







.flipInY {







  backface-visibility: visible !important;







  animation-name: flipInY;







}







@keyframes flipOutX {







  0% {







    transform: perspective(400px) rotateX(0deg);







    opacity: 1;







  }







  100% {







    transform: perspective(400px) rotateX(90deg);







    opacity: 0;







  }







}







.flipOutX {







  animation-name: flipOutX;







  backface-visibility: visible !important;







}







@keyframes flipOutY {







  0% {







    transform: perspective(400px) rotateY(0deg);







    opacity: 1;







  }







  100% {







    transform: perspective(400px) rotateY(90deg);







    opacity: 0;







  }







}







.flipOutY {







  backface-visibility: visible !important;







  animation-name: flipOutY;







}







@keyframes lightSpeedIn {







  0% {







    transform: translateX(100%) skewX(-30deg);







    opacity: 0;







  }







  60% {







    transform: translateX(-20%) skewX(30deg);







    opacity: 1;







  }







  80% {







    transform: translateX(0%) skewX(-15deg);







    opacity: 1;







  }







  100% {







    transform: translateX(0%) skewX(0deg);







    opacity: 1;







  }







}







.lightSpeedIn {







  animation-name: lightSpeedIn;







  animation-timing-function: ease-out;







}







@keyframes lightSpeedOut {







  0% {







    transform: translateX(0%) skewX(0deg);







    opacity: 1;







  }







  100% {







    transform: translateX(100%) skewX(-30deg);







    opacity: 0;







  }







}







.lightSpeedOut {







  animation-name: lightSpeedOut;







  animation-timing-function: ease-in;







}







@keyframes rotateIn {







  0% {







    transform-origin: center center;







    transform: rotate(-200deg);







    opacity: 0;







  }







  100% {







    transform-origin: center center;







    transform: rotate(0);







    opacity: 1;







  }







}







.rotateIn {







  animation-name: rotateIn;







}







@keyframes rotateInDownLeft {







  0% {







    transform-origin: left bottom;







    transform: rotate(-90deg);







    opacity: 0;







  }







  100% {







    transform-origin: left bottom;







    transform: rotate(0);







    opacity: 1;







  }







}







.rotateInDownLeft {







  animation-name: rotateInDownLeft;







}







@keyframes rotateInDownRight {







  0% {







    transform-origin: right bottom;







    transform: rotate(90deg);







    opacity: 0;







  }







  100% {







    transform-origin: right bottom;







    transform: rotate(0);







    opacity: 1;







  }







}







.rotateInDownRight {







  animation-name: rotateInDownRight;







}







@keyframes rotateInUpLeft {







  0% {







    transform-origin: left bottom;







    transform: rotate(90deg);







    opacity: 0;







  }







  100% {







    transform-origin: left bottom;







    transform: rotate(0);







    opacity: 1;







  }







}







.rotateInUpLeft {







  animation-name: rotateInUpLeft;







}







@keyframes rotateInUpRight {







  0% {







    transform-origin: right bottom;







    transform: rotate(-90deg);







    opacity: 0;







  }







  100% {







    transform-origin: right bottom;







    transform: rotate(0);







    opacity: 1;







  }







}







.rotateInUpRight {







  animation-name: rotateInUpRight;







}







@keyframes rotateOut {







  0% {







    transform-origin: center center;







    transform: rotate(0);







    opacity: 1;







  }







  100% {







    transform-origin: center center;







    transform: rotate(200deg);







    opacity: 0;







  }







}







.rotateOut {







  animation-name: rotateOut;







}







@keyframes rotateOutDownLeft {







  0% {







    transform-origin: left bottom;







    transform: rotate(0);







    opacity: 1;







  }







  100% {







    transform-origin: left bottom;







    transform: rotate(90deg);







    opacity: 0;







  }







}







.rotateOutDownLeft {







  animation-name: rotateOutDownLeft;







}







@keyframes rotateOutDownRight {







  0% {







    transform-origin: right bottom;







    transform: rotate(0);







    opacity: 1;







  }







  100% {







    transform-origin: right bottom;







    transform: rotate(-90deg);







    opacity: 0;







  }







}







.rotateOutDownRight {







  animation-name: rotateOutDownRight;







}







@keyframes rotateOutUpLeft {







  0% {







    transform-origin: left bottom;







    transform: rotate(0);







    opacity: 1;







  }







  100% {







    transform-origin: left bottom;







    transform: rotate(-90deg);







    opacity: 0;







  }







}







.rotateOutUpLeft {







  animation-name: rotateOutUpLeft;







}







@keyframes rotateOutUpRight {







  0% {







    transform-origin: right bottom;







    transform: rotate(0);







    opacity: 1;







  }







  100% {







    transform-origin: right bottom;







    transform: rotate(90deg);







    opacity: 0;







  }







}







.rotateOutUpRight {







  animation-name: rotateOutUpRight;







}







@keyframes slideInUp {







  0% {







    opacity: 0;







    transform: translateY(150px);







  }







  100% {







    transform: translateY(0);







  }







}







.slideInUp {







  animation-name: slideInUp;







}















@keyframes slideInDown {







  0% {







    opacity: 0;







    transform: translateY(-2000px);







  }







  100% {







    transform: translateY(0);







  }







}







.slideInDown {







  animation-name: slideInDown;







}







@keyframes slideInLeft {







  0% {







    opacity: 0;







    transform: translateX(-200px);







  }







  100% {







    transform: translateX(0);







  }







}







.slideInLeft {







  animation-name: slideInLeft;







}







@keyframes slideInRight {







  0% {







    opacity: 0;







    transform: translateX(200px);







  }







  100% {







    transform: translateX(0);







  }







}







.slideInRight {







  animation-name: slideInRight;







}







@keyframes slideOutLeft {







  0% {







    transform: translateX(0);







  }







  100% {







    opacity: 0;







    transform: translateX(-2000px);







  }







}







.slideOutLeft {







  animation-name: slideOutLeft;







}







@keyframes slideOutRight {







  0% {







    transform: translateX(0);







  }







  100% {







    opacity: 0;







    transform: translateX(2000px);







  }







}







.slideOutRight {







  animation-name: slideOutRight;







}







@keyframes slideOutUp {







  0% {







    transform: translateY(0);







  }







  100% {







    opacity: 0;







    transform: translateY(-2000px);







  }







}







.slideOutUp {







  animation-name: slideOutUp;







}







@keyframes hinge {







  0% {







    transform: rotate(0);







    transform-origin: top left;







    animation-timing-function: ease-in-out;







  }







  20%,
  60% {







    transform: rotate(80deg);







    transform-origin: top left;







    animation-timing-function: ease-in-out;







  }







  40% {







    transform: rotate(60deg);







    transform-origin: top left;







    animation-timing-function: ease-in-out;







  }







  80% {







    transform: rotate(60deg) translateY(0);







    opacity: 1;







    transform-origin: top left;







    animation-timing-function: ease-in-out;







  }







  100% {







    transform: translateY(700px);







    opacity: 0;







  }







}







.hinge {







  animation-name: hinge;







}















/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */







@keyframes rollIn {







  0% {







    opacity: 0;







    transform: translateX(-100%) rotate(-120deg);







  }







  100% {







    opacity: 1;







    transform: translateX(0px) rotate(0deg);







  }







}







.rollIn {







  animation-name: rollIn;







}















/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */







@keyframes rollOut {







  0% {







    opacity: 1;







    transform: translateX(0px) rotate(0deg);







  }







  100% {







    opacity: 0;







    transform: translateX(100%) rotate(120deg);







  }







}







.rollOut {







  animation-name: rollOut;







}







@keyframes jump {







  0% {







    transform: translate3d(0, 0, 0);







  }







  40% {







    transform: translate3d(0, 50%, 0);







  }







  100% {







    transform: translate3d(0, 0, 0);







  }







}







@keyframes jumpTwo {







  0% {







    transform: translate3d(0, 0, 0);







  }







  40% {







    transform: translate3d(0, 20px, 0);







  }







  100% {







    transform: translate3d(0, 0, 0);







  }







}







@keyframes jumpThree {







  0% {







    transform: translate3d(0, 0, 0);







  }







  40% {







    transform: translate3d(0, -20px, 0);







  }







  100% {







    transform: translate3d(0, 0, 0);







  }







}







@keyframes jumpFour {







  0% {







    transform: translate3d(0, 0, 0);







  }







  50% {







    transform: translate3d(0, -10px, 0);







  }







  100% {







    transform: translate3d(0, 0, 0);







  }







}







@keyframes jumpFive {







  0% {







    transform: translate3d(0, 0, 0);







  }







  50% {







    transform: translate3d(0, 10px, 0);







  }







  100% {







    transform: translate3d(0, 0, 0);







  }







}







@keyframes prXOne {







  0% {







    transform: translateX(0);







  }







  50% {







    transform: translateX(-15px);







  }







  100% {







    transform: translateX(0);







  }







}







@keyframes prXTwo {







  0% {







    transform: translateX(0);







  }







  50% {







    transform: translateX(15px);







  }







  100% {







    transform: translateX(0);







  }







}







@keyframes rotated {







  0% {







    transform: rotate(0);







  }







  100% {







    transform: rotate(360deg);







  }







}







@keyframes rotatedTwo {







  0% {







    transform: rotate(0);







  }







  100% {







    transform: rotate(-360deg);







  }







}







@keyframes rotatedHalf {







  0% {







    transform: rotate(0);







  }







  50% {







    transform: rotate(90deg);







  }







  100% {







    transform: rotate(0);







  }







}







@keyframes rotatedHalfTwo {







  0% {







    transform: rotate(0);







  }







  50% {







    transform: rotate(-90deg);







  }







  100% {







    transform: rotate(0);







  }







}







@keyframes scale-right {







  0% {







    transform: translateX(0%);







  }







  50% {







    transform: translateX(20%);







  }







  100% {







    transform: translateX(0%);







  }







}







@keyframes fade-in {







  0% {







    opacity: 0.2;







  }







  40% {







    opacity: 1;







  }







  100% {







    opacity: 0.2;







  }







}







@keyframes hvr-ripple-out {







  0% {







    top: -5px;







    right: -5px;







    bottom: -5px;







    left: -5px;







  }







  50% {







    top: -15px;







    right: -15px;







    bottom: -15px;







    left: -15px;







    opacity: 0.8;







  }







  100% {







    top: -5px;







    right: -5px;







    bottom: -5px;







    left: -5px;







    opacity: 1;







  }







}







@keyframes hvr-ripple-out-two {







  0% {







    top: 0;







    right: 0;







    bottom: 0;







    left: 0;







  }







  100% {







    top: -30px;







    right: -30px;







    bottom: -30px;







    left: -30px;







    opacity: 0;







  }







}







@keyframes scale-up-one {







  0% {







    transform: scale(1);







  }







  40% {







    transform: scale(0.5);







  }







  100% {







    transform: scale(1);







  }







}







@keyframes scale-up-two {







  0% {







    transform: scale(0.5);







  }







  40% {







    transform: scale(0.8);







  }







  100% {







    transform: scale(0.5);







  }







}







@keyframes scale-up-three {







  0% {







    transform: scale(1);







  }







  40% {







    transform: scale(2);







  }







  100% {







    transform: scale(1);







  }







}







.nice-select {







  -webkit-tap-highlight-color: transparent;







  background-color: #fff;







  border-radius: 5px;







  box-sizing: border-box;







  clear: both;







  cursor: pointer;







  display: block;







  font-family: inherit;







  font-size: 0.9em;







  height: 35px;







  line-height: 35px;







  outline: none;







  padding-left: 10px;







  padding-right: 18px;







  text-transform: capitalize;







  position: relative;







  text-align: left !important;







  transition: all 0.2s ease-in-out;







  -webkit-user-select: none;







  -moz-user-select: none;







  user-select: none;







  white-space: nowrap;







  width: auto;







}















.nice-select:after {







  border-bottom: 1px solid #000;







  border-right: 1px solid #000;







  content: "";







  display: block;







  height: 7px;







  margin-top: -4px;







  pointer-events: none;







  position: absolute;







  right: 8px;







  top: 50%;







  transform-origin: 66% 66%;







  transform: rotate(45deg);







  transition: all 0.15s ease-in-out;







  width: 7px;







}















.nice-select.open:after {







  transform: rotate(-135deg);







}















.nice-select.open .list {







  opacity: 1;







  pointer-events: auto;







  transform: scale(1) translateY(0);







}















.nice-select.disabled {







  border-color: #ededed;







  color: #999;







  pointer-events: none;







}















.nice-select.disabled:after {







  border-color: #cccccc;







}















.nice-select.wide {







  width: 100%;







}















.nice-select.wide .list {







  left: 0 !important;







  right: 0 !important;







}















.nice-select.right {







  float: right;







}















.nice-select.right .list {







  left: auto;







  right: 0;







}















.nice-select.small {







  font-size: 12px;







  height: 36px;







  line-height: 34px;







}















.nice-select.small:after {







  height: 4px;







  width: 4px;







}















.nice-select.small .option {







  line-height: 34px;







  min-height: 34px;







}















.nice-select .list {







  background-color: #fff;







  border-radius: 0 0 5px 5px;







  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);







  box-sizing: border-box;







  opacity: 0;







  overflow-y: auto;







  max-height: 194px;







  border: 1px solid rgba(0, 0, 0, 0.05);







  padding: 5px 0 15px;







  pointer-events: none;







  position: absolute;







  top: 100%;







  left: 0;







  right: 0;







  transform-origin: 50% 0;







  transform: scale(0.75) translateY(-21px);







  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;







  z-index: 9;







}















.nice-select .option {







  font-size: 0.95em;







  cursor: pointer;







  font-weight: 400;







  margin-top: 5px;







  list-style: none;







  outline: none;







  padding: 0 10px;







  text-align: left;







  transition: all 0.2s;







}















.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {







  color: #F4CB56;







  background: rgba(255, 103, 37, 0.03);







}















.nice-select .option.disabled {







  background-color: transparent;







  color: #999;







  cursor: default;







}















.no-csspointerevents .nice-select .list {







  display: none;







}















.no-csspointerevents .nice-select.open .list {







  display: block;







}















:root {







  --f-spinner-width: 36px;







  --f-spinner-height: 36px;







  --f-spinner-color-1: rgba(0, 0, 0, 0.1);







  --f-spinner-color-2: rgba(17, 24, 28, 0.8);







  --f-spinner-stroke: 2.75;







}















.f-spinner {







  margin: auto;







  padding: 0;







  width: var(--f-spinner-width);







  height: var(--f-spinner-height);







}















.f-spinner svg {







  width: 100%;







  height: 100%;







  vertical-align: top;







  animation: f-spinner-rotate 2s linear infinite;







}















.f-spinner svg * {







  stroke-width: var(--f-spinner-stroke);







  fill: none;







}















.f-spinner svg *:first-child {







  stroke: var(--f-spinner-color-1);







}















.f-spinner svg *:last-child {







  stroke: var(--f-spinner-color-2);







  animation: f-spinner-dash 2s ease-in-out infinite;







}















@keyframes f-spinner-rotate {







  100% {







    transform: rotate(360deg);







  }







}







@keyframes f-spinner-dash {







  0% {







    stroke-dasharray: 1, 150;







    stroke-dashoffset: 0;







  }







  50% {







    stroke-dasharray: 90, 150;







    stroke-dashoffset: -35;







  }







  100% {







    stroke-dasharray: 90, 150;







    stroke-dashoffset: -124;







  }







}







.f-throwOutUp {







  animation: 0.175s ease-out both f-throwOutUp;







}















.f-throwOutDown {







  animation: 0.175s ease-out both f-throwOutDown;







}















@keyframes f-throwOutUp {







  to {







    transform: translate3d(0, -150px, 0);







    opacity: 0;







  }







}







@keyframes f-throwOutDown {







  to {







    transform: translate3d(0, 150px, 0);







    opacity: 0;







  }







}







.f-zoomInUp {







  animation: var(--f-transition-duration, 0.2s) ease-out 0.1s both f-zoomInUp;







}















.f-zoomOutDown {







  animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown;







}















@keyframes f-zoomInUp {







  from {







    transform: scale(0.975) translate3d(0, 16px, 0);







    opacity: 0;







  }







  to {







    transform: scale(1) translate3d(0, 0, 0);







    opacity: 1;







  }







}







@keyframes f-zoomOutDown {







  to {







    transform: scale(0.975) translate3d(0, 16px, 0);







    opacity: 0;







  }







}







.f-fadeIn {







  animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;







  z-index: 2;







}















.f-fadeOut {







  animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;







  z-index: 1;







}















@keyframes f-fadeIn {







  0% {







    opacity: 0;







  }







  100% {







    opacity: 1;







  }







}







@keyframes f-fadeOut {







  100% {







    opacity: 0;







  }







}







.f-fadeSlowIn {







  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;







  z-index: 2;







}















.f-fadeSlowOut {







  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;







  z-index: 1;







}















@keyframes f-fadeSlowIn {







  0% {







    opacity: 0;







  }







  100% {







    opacity: 1;







  }







}







@keyframes f-fadeSlowOut {







  100% {







    opacity: 0;







  }







}







.f-fadeFastIn {







  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;







  z-index: 2;







}















.f-fadeFastOut {







  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;







  z-index: 2;







}















@keyframes f-fadeFastIn {







  0% {







    opacity: 0.75;







  }







  100% {







    opacity: 1;







  }







}







@keyframes f-fadeFastOut {







  100% {







    opacity: 0;







  }







}







.f-crossfadeIn {







  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;







  z-index: 2;







}















.f-crossfadeOut {







  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;







  z-index: 1;







}















@keyframes f-crossfadeIn {







  0% {







    opacity: 0;







  }







  100% {







    opacity: 1;







  }







}







@keyframes f-crossfadeOut {







  100% {







    opacity: 0;







  }







}







.f-slideIn.from-next {







  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;







}















.f-slideIn.from-prev {







  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;







}















.f-slideOut.to-next {







  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;







}















.f-slideOut.to-prev {







  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;







}















@keyframes f-slideInPrev {







  0% {







    transform: translateX(100%);







  }







  100% {







    transform: translate3d(0, 0, 0);







  }







}







@keyframes f-slideInNext {







  0% {







    transform: translateX(-100%);







  }







  100% {







    transform: translate3d(0, 0, 0);







  }







}







@keyframes f-slideOutNext {







  100% {







    transform: translateX(-100%);







  }







}







@keyframes f-slideOutPrev {







  100% {







    transform: translateX(100%);







  }







}







.f-classicIn.from-next {







  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;







  z-index: 2;







}















.f-classicIn.from-prev {







  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;







  z-index: 2;







}















.f-classicOut.to-next {







  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;







  z-index: 1;







}















.f-classicOut.to-prev {







  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;







  z-index: 1;







}















@keyframes f-classicInNext {







  0% {







    transform: translateX(-75px);







    opacity: 0;







  }







  100% {







    transform: translate3d(0, 0, 0);







    opacity: 1;







  }







}







@keyframes f-classicInPrev {







  0% {







    transform: translateX(75px);







    opacity: 0;







  }







  100% {







    transform: translate3d(0, 0, 0);







    opacity: 1;







  }







}







@keyframes f-classicOutNext {







  100% {







    transform: translateX(-75px);







    opacity: 0;







  }







}







@keyframes f-classicOutPrev {







  100% {







    transform: translateX(75px);







    opacity: 0;







  }







}







:root {







  --f-button-width: 40px;







  --f-button-height: 40px;







  --f-button-border: 0;







  --f-button-border-radius: 0;







  --f-button-color: #374151;







  --f-button-bg: #f8f8f8;







  --f-button-hover-bg: #e0e0e0;







  --f-button-active-bg: #d0d0d0;







  --f-button-shadow: none;







  --f-button-transition: all 0.15s ease;







  --f-button-transform: none;







  --f-button-svg-width: 20px;







  --f-button-svg-height: 20px;







  --f-button-svg-stroke-width: 1.5;







  --f-button-svg-fill: none;







  --f-button-svg-filter: none;







  --f-button-svg-disabled-opacity: 0.65;







}















.f-button {







  display: flex;







  justify-content: center;







  align-items: center;







  box-sizing: content-box;







  position: relative;







  margin: 0;







  padding: 0;







  width: var(--f-button-width);







  height: var(--f-button-height);







  border: var(--f-button-border);







  border-radius: var(--f-button-border-radius);







  color: var(--f-button-color);







  background: var(--f-button-bg);







  box-shadow: var(--f-button-shadow);







  pointer-events: all;







  cursor: pointer;







  transition: var(--f-button-transition);







}















@media (hover: hover) {







  .f-button:hover:not([disabled]) {







    color: var(--f-button-hover-color);







    background-color: var(--f-button-hover-bg);







  }







}







.f-button:active:not([disabled]) {







  background-color: var(--f-button-active-bg);







}















.f-button:focus:not(:focus-visible) {







  outline: none;







}















.f-button:focus-visible {







  outline: none;







  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));







}















.f-button svg {







  width: var(--f-button-svg-width);







  height: var(--f-button-svg-height);







  fill: var(--f-button-svg-fill);







  stroke: currentColor;







  stroke-width: var(--f-button-svg-stroke-width);







  stroke-linecap: round;







  stroke-linejoin: round;







  transition: opacity 0.15s ease;







  transform: var(--f-button-transform);







  filter: var(--f-button-svg-filter);







  pointer-events: none;







}















.f-button[disabled] {







  cursor: default;







}















.f-button[disabled] svg {







  opacity: var(--f-button-svg-disabled-opacity);







}















.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {







  position: absolute;







  z-index: 1;







}















.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {







  top: 50%;







  transform: translateY(-50%);







}















.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {







  left: var(--f-button-prev-pos);







}















.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {







  right: var(--f-button-next-pos);







}















.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {







  left: auto;







  right: var(--f-button-next-pos);







}















.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {







  right: auto;







  left: var(--f-button-prev-pos);







}















.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {







  top: auto;







  left: 50%;







  transform: translateX(-50%);







}















.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {







  top: var(--f-button-next-pos);







}















.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {







  bottom: var(--f-button-next-pos);







}















.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {







  transform: rotate(90deg);







}















html.with-fancybox {







  width: auto;







  overflow: visible;







  scroll-behavior: auto;







}















html.with-fancybox body {







  touch-action: none;







}















html.with-fancybox body.hide-scrollbar {







  width: auto;







  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));







  overflow: hidden !important;







  overscroll-behavior-y: none;







}















.fancybox__container {







  --fancybox-color: #dbdbdb;







  --fancybox-hover-color: #fff;







  --fancybox-bg: rgba(24, 24, 27, 0.98);







  --fancybox-slide-gap: 10px;







  --f-spinner-width: 50px;







  --f-spinner-height: 50px;







  --f-spinner-color-1: rgba(255, 255, 255, 0.1);







  --f-spinner-color-2: #bbb;







  --f-spinner-stroke: 3.65;







  position: fixed;







  top: 0;







  left: 0;







  bottom: 0;







  right: 0;







  direction: ltr;







  display: flex;







  flex-direction: column;







  box-sizing: border-box;







  margin: 0;







  padding: 0;







  color: #f8f8f8;







  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);







  overflow: visible;







  z-index: var(--fancybox-zIndex, 1050);







  outline: none;







  transform-origin: top left;







  -webkit-text-size-adjust: 100%;







  -moz-text-size-adjust: none;







  text-size-adjust: 100%;







  overscroll-behavior-y: contain;







}















.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {







  box-sizing: inherit;







}















.fancybox__container::backdrop {







  background-color: rgba(0, 0, 0, 0);







}















.fancybox__backdrop {







  position: fixed;







  top: 0;







  left: 0;







  bottom: 0;







  right: 0;







  z-index: -1;







  background: var(--fancybox-bg);







  opacity: var(--fancybox-opacity, 1);







  will-change: opacity;







}















.fancybox__carousel {







  position: relative;







  box-sizing: border-box;







  flex: 1;







  min-height: 0;







  z-index: 10;







  overflow-y: visible;







  overflow-x: clip;







}















.fancybox__viewport {







  width: 100%;







  height: 100%;







}















.fancybox__viewport.is-draggable {







  cursor: move;







  cursor: grab;







}















.fancybox__viewport.is-dragging {







  cursor: move;







  cursor: grabbing;







}















.fancybox__track {







  display: flex;







  margin: 0 auto;







  height: 100%;







}















.fancybox__slide {







  flex: 0 0 auto;







  position: relative;







  display: flex;







  flex-direction: column;







  align-items: center;







  width: 100%;







  height: 100%;







  margin: 0 var(--fancybox-slide-gap) 0 0;







  padding: 4px;







  overflow: auto;







  overscroll-behavior: contain;







  transform: translate3d(0, 0, 0);







  backface-visibility: hidden;







}















.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {







  padding-top: 40px;







}















.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {







  overflow: hidden;







}















.fancybox__slide.has-image {







  overflow: hidden;







}















.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {







  overflow: visible;







}















.fancybox__slide::before,
.fancybox__slide::after {







  content: "";







  flex: 0 0 0;







  margin: auto;







}















.fancybox__content {







  align-self: center;







  display: flex;







  flex-direction: column;







  position: relative;







  margin: 0;







  padding: 2rem;







  max-width: 100%;







  color: var(--fancybox-content-color, #374151);







  background: var(--fancybox-content-bg, #fff);







  cursor: default;







  border-radius: 0;







  z-index: 20;







}















.is-loading .fancybox__content {







  opacity: 0;







}















.is-draggable .fancybox__content {







  cursor: move;







  cursor: grab;







}















.can-zoom_in .fancybox__content {







  cursor: zoom-in;







}















.can-zoom_out .fancybox__content {







  cursor: zoom-out;







}















.is-dragging .fancybox__content {







  cursor: move;







  cursor: grabbing;







}















.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {







  cursor: auto;







}















.fancybox__slide.has-image>.fancybox__content {







  padding: 0;







  background: rgba(0, 0, 0, 0);







  min-height: 1px;







  background-repeat: no-repeat;







  background-size: contain;







  background-position: center center;







  transition: none;







  transform: translate3d(0, 0, 0);







  backface-visibility: hidden;







}















.fancybox__slide.has-image>.fancybox__content>picture>img {







  width: 100%;







  height: auto;







  max-height: 100%;







}















.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,
.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content {







  visibility: hidden;







}















.is-animating .fancybox__content,
.is-dragging .fancybox__content {







  filter: blur(0px);







  will-change: transform, width, height;







}















.fancybox-image {







  margin: auto;







  display: block;







  width: 100%;







  height: 100%;







  min-height: 0;







  -o-object-fit: contain;







  object-fit: contain;







  -webkit-user-select: none;







  -moz-user-select: none;







  user-select: none;







}















.fancybox__caption {







  align-self: center;







  max-width: 100%;







  flex-shrink: 0;







  margin: 0;







  padding: 14px 0 4px 0;







  overflow-wrap: anywhere;







  line-height: 1.375;







  color: var(--fancybox-color, currentColor);







  opacity: var(--fancybox-opacity, 1);







  cursor: auto;







  visibility: visible;







}















.is-loading .fancybox__caption,
.is-closing .fancybox__caption {







  opacity: 0;







  visibility: hidden;







}















.is-compact .fancybox__caption {







  padding-bottom: 0;







}















.f-button.is-close-btn {







  --f-button-svg-stroke-width: 2;







  position: absolute;







  top: 0;







  right: 8px;







  z-index: 40;







}















.fancybox__content>.f-button.is-close-btn {







  --f-button-width: 34px;







  --f-button-height: 34px;







  --f-button-border-radius: 4px;







  --f-button-color: var(--fancybox-color, #fff);







  --f-button-hover-color: var(--fancybox-color, #fff);







  --f-button-bg: transparent;







  --f-button-hover-bg: transparent;







  --f-button-active-bg: transparent;







  --f-button-svg-width: 22px;







  --f-button-svg-height: 22px;







  position: absolute;







  top: -38px;







  right: 0;







  opacity: 0.75;







}















.is-loading .fancybox__content>.f-button.is-close-btn {







  visibility: hidden;







}















.is-zooming-out .fancybox__content>.f-button.is-close-btn {







  visibility: hidden;







}















.fancybox__content>.f-button.is-close-btn:hover {







  opacity: 1;







}















.fancybox__footer {







  padding: 0;







  margin: 0;







  position: relative;







}















.fancybox__footer .fancybox__caption {







  width: 100%;







  padding: 24px;







  opacity: var(--fancybox-opacity, 1);







  transition: all 0.25s ease;







}















.is-compact .fancybox__footer {







  position: absolute;







  bottom: 0;







  left: 0;







  right: 0;







  z-index: 20;







  background: rgba(24, 24, 27, 0.5);







}















.is-compact .fancybox__footer .fancybox__caption {







  padding: 12px;







}















.is-compact .fancybox__content>.f-button.is-close-btn {







  --f-button-border-radius: 50%;







  --f-button-color: #fff;







  --f-button-hover-color: #fff;







  --f-button-outline-color: #000;







  --f-button-bg: rgba(0, 0, 0, 0.6);







  --f-button-active-bg: rgba(0, 0, 0, 0.6);







  --f-button-hover-bg: rgba(0, 0, 0, 0.6);







  --f-button-svg-width: 18px;







  --f-button-svg-height: 18px;







  --f-button-svg-filter: none;







  top: 5px;







  right: 5px;







}















.fancybox__nav {







  --f-button-width: 50px;







  --f-button-height: 50px;







  --f-button-border: 0;







  --f-button-border-radius: 50%;







  --f-button-color: var(--fancybox-color);







  --f-button-hover-color: var(--fancybox-hover-color);







  --f-button-bg: transparent;







  --f-button-hover-bg: rgba(24, 24, 27, 0.3);







  --f-button-active-bg: rgba(24, 24, 27, 0.5);







  --f-button-shadow: none;







  --f-button-transition: all 0.15s ease;







  --f-button-transform: none;







  --f-button-svg-width: 26px;







  --f-button-svg-height: 26px;







  --f-button-svg-stroke-width: 2.5;







  --f-button-svg-fill: none;







  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));







  --f-button-svg-disabled-opacity: 0.65;







  --f-button-next-pos: 1rem;







  --f-button-prev-pos: 1rem;







  opacity: var(--fancybox-opacity, 1);







}















.fancybox__nav .f-button:before {







  position: absolute;







  content: "";







  top: -30px;







  right: -20px;







  left: -20px;







  bottom: -30px;







  z-index: 1;







}















.is-idle .fancybox__nav {







  animation: 0.15s ease-out both f-fadeOut;







}















.is-idle.is-compact .fancybox__footer {







  pointer-events: none;







  animation: 0.15s ease-out both f-fadeOut;







}















.fancybox__slide>.f-spinner {







  position: absolute;







  top: 50%;







  left: 50%;







  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));







  z-index: 30;







  cursor: pointer;







}















.fancybox-protected {







  position: absolute;







  top: 0;







  left: 0;







  right: 0;







  bottom: 0;







  z-index: 40;







  -webkit-user-select: none;







  -moz-user-select: none;







  user-select: none;







}















.fancybox-ghost {







  position: absolute;







  top: 0;







  left: 0;







  width: 100%;







  height: 100%;







  min-height: 0;







  -o-object-fit: contain;







  object-fit: contain;







  z-index: 40;







  -webkit-user-select: none;







  -moz-user-select: none;







  user-select: none;







  pointer-events: none;







}















.fancybox-focus-guard {







  outline: none;







  opacity: 0;







  position: fixed;







  pointer-events: none;







}















.fancybox__container:not([aria-hidden]) {







  opacity: 0;







}















.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content) {







  animation: 0.25s ease 0.1s backwards f-fadeIn;







}















.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {







  animation: 0.35s ease backwards f-fadeIn;







}















.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content) {







  animation: 0.15s ease forwards f-fadeOut;







}















.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {







  animation: 0.35s ease forwards f-fadeOut;







}















.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {







  max-width: 100%;







  flex-shrink: 1;







  min-height: 1px;







  overflow: visible;







}















.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {







  width: 100%;







  height: 100%;







}















.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,
.fancybox__container:not(.is-compact) .has-map .fancybox__content,
.fancybox__container:not(.is-compact) .has-pdf .fancybox__content {







  width: calc(100% - 120px);







  height: 90%;







}















.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {







  width: 960px;







  height: 540px;







  max-width: 100%;







  max-height: 100%;







}















.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {







  padding: 0;







  background: rgba(24, 24, 27, 0.9);







  color: #fff;







}















.has-map .fancybox__content {







  background: #e5e3df;







}















.fancybox__html5video,
.fancybox__iframe {







  border: 0;







  display: block;







  height: 100%;







  width: 100%;







  background: rgba(0, 0, 0, 0);







}















.fancybox-placeholder {







  border: 0 !important;







  clip: rect(1px, 1px, 1px, 1px) !important;







  -webkit-clip-path: inset(50%) !important;







  clip-path: inset(50%) !important;







  height: 1px !important;







  margin: -1px !important;







  overflow: hidden !important;







  padding: 0 !important;







  position: absolute !important;







  width: 1px !important;







  white-space: nowrap !important;







}















.f-carousel__thumbs {







  --f-thumb-width: 96px;







  --f-thumb-height: 72px;







  --f-thumb-outline: 0;







  --f-thumb-outline-color: #5eb0ef;







  --f-thumb-opacity: 1;







  --f-thumb-hover-opacity: 1;







  --f-thumb-selected-opacity: 1;







  --f-thumb-border-radius: 2px;







  --f-thumb-offset: 0px;







  --f-button-next-pos: 0;







  --f-button-prev-pos: 0;







}















.f-carousel__thumbs.is-classic {







  --f-thumb-gap: 8px;







  --f-thumb-opacity: 0.5;







  --f-thumb-hover-opacity: 1;







  --f-thumb-selected-opacity: 1;







}















.f-carousel__thumbs.is-modern {







  --f-thumb-gap: 4px;







  --f-thumb-extra-gap: 20px;







  --f-thumb-clip-width: 46px;







}















.f-thumbs {







  position: relative;







  flex: 0 0 auto;







  margin: 0;







  overflow: hidden;







  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);







  -webkit-user-select: none;







  -moz-user-select: none;







  user-select: none;







  perspective: 1000px;







  transform: translateZ(0);







}















.f-thumbs .f-spinner {







  position: absolute;







  top: 0;







  left: 0;







  width: 100%;







  height: 100%;







  border-radius: 2px;







  background-image: linear-gradient(#ebeff2, #e2e8f0);







  z-index: -1;







}















.f-thumbs .f-spinner svg {







  display: none;







}















.f-thumbs.is-vertical {







  height: 100%;







}















.f-thumbs__viewport {







  width: 100%;







  height: auto;







  overflow: hidden;







}















.f-thumbs__track {







  display: flex;







  will-change: transform;







}















.f-thumbs__slide {







  position: relative;







  flex: 0 0 auto;







  box-sizing: content-box;







  display: flex;







  align-items: center;







  justify-content: center;







  padding: 0;







  margin: 0;







  width: var(--f-thumb-width);







  min-width: var(--f-thumb-width);







  height: var(--f-thumb-height);







  overflow: visible;







  cursor: pointer;







}















.f-thumbs__slide.is-loading img {







  opacity: 0;







}















.is-classic .f-thumbs__viewport {







  height: 100%;







}















.is-modern .f-thumbs__track {







  width: -moz-max-content;







  width: max-content;







}















.is-modern .f-thumbs__track::before {







  content: "";







  position: absolute;







  top: 0;







  bottom: 0;







  left: calc(var(--left, 0) * 1px);







  width: calc(100% - var(--width, 0) * 1px);







  cursor: pointer;







}















.is-modern .f-thumbs__slide {







  --clip-path: inset(0 calc((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0))) round var(--f-thumb-border-radius, 0));







  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);







  transition: none;







  pointer-events: none;







}















.is-modern .f-thumbs__slide>* {







  -webkit-clip-path: var(--clip-path);







  clip-path: var(--clip-path);







}















.is-modern:not(.is-using-mouse) .f-thumbs__slide:focus-within {







  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));







}















.is-modern.in-touch .f-thumbs__slide {







  filter: none;







}















.is-modern.is-resting .f-thumbs__slide {







  transition: all 0.33s ease;







}















.is-modern.is-resting .f-thumbs__slide>* {







  transition: all 0.33s ease;







}















.f-thumbs__slide__button {







  -webkit-appearance: none;







  -moz-appearance: none;







  appearance: none;







  width: 100%;







  height: 100%;







  margin: 0;







  padding: 0;







  border: 0;







  position: relative;







  border-radius: var(--f-thumb-border-radius);







  overflow: hidden;







  background: rgba(0, 0, 0, 0);







  outline: none;







  cursor: pointer;







  pointer-events: auto;







  touch-action: manipulation;







  opacity: var(--f-thumb-opacity);







  transition: opacity 0.2s ease;







}















.f-thumbs__slide__button:hover {







  opacity: var(--f-thumb-hover-opacity);







}















.f-thumbs__slide__button:focus:not(:focus-visible) {







  outline: none;







}















.f-thumbs__slide__button:focus-visible {







  outline: none;







  opacity: var(--f-thumb-selected-opacity);







}















.is-nav-selected .f-thumbs__slide__button {







  opacity: var(--f-thumb-selected-opacity);







}















.is-nav-selected .f-thumbs__slide__button::after {







  content: "";







  position: absolute;







  top: 0;







  left: 0;







  right: 0;







  height: auto;







  bottom: 0;







  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);







  border-radius: var(--f-thumb-border-radius);







  animation: f-fadeIn 0.2s ease-out;







  z-index: 10;







}















.f-thumbs__slide__img {







  position: absolute;







  overflow: hidden;







  top: 0;







  right: 0;







  bottom: 0;







  left: 0;







  width: 100%;







  height: 100%;







  padding: var(--f-thumb-offset);







  box-sizing: border-box;







  pointer-events: none;







  -o-object-fit: cover;







  object-fit: cover;







}















.f-thumbs.is-horizontal .f-thumbs__track {







  margin: 0 auto;







  padding: 8px 0 12px 0;







}















.f-thumbs.is-horizontal .f-thumbs__slide {







  margin: 0 var(--f-thumb-gap) 0 0;







}















.f-thumbs.is-vertical .f-thumbs__track {







  flex-wrap: wrap;







  margin: auto 0;







  padding: 0 8px;







}















.f-thumbs.is-vertical .f-thumbs__slide {







  margin: 0 0 var(--f-thumb-gap) 0;







}















.fancybox__thumbs {







  --f-thumb-width: 96px;







  --f-thumb-height: 72px;







  --f-thumb-border-radius: 2px;







  --f-thumb-outline: 2px;







  --f-thumb-outline-color: #ededed;







  position: relative;







  opacity: var(--fancybox-opacity, 1);







  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);







}















.fancybox__thumbs.is-classic {







  --f-thumb-gap: 8px;







  --f-thumb-opacity: 0.5;







  --f-thumb-hover-opacity: 1;







}















.fancybox__thumbs.is-classic .f-spinner {







  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));







}















.fancybox__thumbs.is-modern {







  --f-thumb-gap: 4px;







  --f-thumb-extra-gap: 20px;







  --f-thumb-clip-width: 46px;







  --f-thumb-opacity: 1;







  --f-thumb-hover-opacity: 1;







}















.fancybox__thumbs.is-modern .f-spinner {







  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));







}















.fancybox__thumbs.is-horizontal {







  padding: 0 var(--f-thumb-gap);







}















.fancybox__thumbs.is-vertical {







  padding: var(--f-thumb-gap) 0;







}















.is-compact .fancybox__thumbs {







  --f-thumb-width: 64px;







  --f-thumb-clip-width: 32px;







  --f-thumb-height: 48px;







  --f-thumb-extra-gap: 10px;







}















.fancybox__thumbs.is-masked {







  max-height: 0px !important;







}















.is-closing .fancybox__thumbs {







  transition: none !important;







}















.fancybox__toolbar {







  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));







  --f-button-width: 46px;







  --f-button-height: 46px;







  --f-button-color: var(--fancybox-color);







  --f-button-hover-color: var(--fancybox-hover-color);







  --f-button-bg: rgba(24, 24, 27, 0.65);







  --f-button-hover-bg: rgba(70, 70, 73, 0.65);







  --f-button-active-bg: rgba(90, 90, 93, 0.65);







  --f-button-border-radius: 0;







  --f-button-svg-width: 24px;







  --f-button-svg-height: 24px;







  --f-button-svg-stroke-width: 1.5;







  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));







  --f-button-svg-fill: none;







  --f-button-svg-disabled-opacity: 0.65;







  display: flex;







  flex-direction: row;







  justify-content: space-between;







  margin: 0;







  padding: 0;







  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;







  color: var(--fancybox-color, currentColor);







  opacity: var(--fancybox-opacity, 1);







  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));







  pointer-events: none;







  z-index: 20;







}















.fancybox__toolbar :focus-visible {







  z-index: 1;







}















.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {







  position: absolute;







  top: 0;







  left: 0;







  right: 0;







}















.is-idle .fancybox__toolbar {







  pointer-events: none;







  animation: 0.15s ease-out both f-fadeOut;







}















.fancybox__toolbar__column {







  display: flex;







  flex-direction: row;







  flex-wrap: wrap;







  align-content: flex-start;







}















.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {







  flex-grow: 1;







  flex-basis: 0;







}















.fancybox__toolbar__column.is-right {







  display: flex;







  justify-content: flex-end;







  flex-wrap: nowrap;







}















.fancybox__infobar {







  padding: 0 5px;







  line-height: var(--f-button-height);







  text-align: center;







  font-size: 17px;







  font-variant-numeric: tabular-nums;







  -webkit-font-smoothing: subpixel-antialiased;







  cursor: default;







  -webkit-user-select: none;







  -moz-user-select: none;







  user-select: none;







}















.fancybox__infobar span {







  padding: 0 5px;







}















.fancybox__infobar:not(:first-child):not(:last-child) {







  background: var(--f-button-bg);







}















[data-fancybox-toggle-slideshow] {







  position: relative;







}















[data-fancybox-toggle-slideshow] .f-progress {







  height: 100%;







  opacity: 0.3;







}















[data-fancybox-toggle-slideshow] svg g:first-child {







  display: flex;







}















[data-fancybox-toggle-slideshow] svg g:last-child {







  display: none;







}















.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {







  display: none;







}















.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {







  display: flex;







}















[data-fancybox-toggle-fullscreen] svg g:first-child {







  display: flex;







}















[data-fancybox-toggle-fullscreen] svg g:last-child {







  display: none;







}















:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {







  display: none;







}















:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {







  display: none;







}















:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {







  display: flex;







}















:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {







  display: flex;







}















.f-progress {







  position: absolute;







  top: 0;







  left: 0;







  right: 0;







  height: 3px;







  transform: scaleX(0);







  transform-origin: 0;







  transition-property: transform;







  transition-timing-function: linear;







  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));







  z-index: 30;







  -webkit-user-select: none;







  -moz-user-select: none;







  user-select: none;







  pointer-events: none;







}















/* Slider */







.slick-slider {







  position: relative;







  display: block;







  box-sizing: border-box;







  -webkit-user-select: none;







  -moz-user-select: none;







  user-select: none;







  -webkit-touch-callout: none;







  -khtml-user-select: none;







  touch-action: pan-y;







  -webkit-tap-highlight-color: transparent;







  margin: 0 -15px;







}















.slick-dots {







  list-style-type: none;







  display: flex;







}















.slick-dots li {







  display: inline-block;







}















.slick-dots li button {







  text-indent: -50000px;







  width: 8px;







  height: 8px;







  border-radius: 50%;







  margin: 0 5px;







  background: #E4E4E4;







  transition: all 0.3s ease-in-out;







}















.slick-dots .slick-active button {







  background: #F4CB56;







}















.slick-list {







  position: relative;







  display: block;







  overflow: hidden;







  margin: 0;







  padding: 0;







}















.slick-list:focus {







  outline: none !important;







}















.slick-list.dragging {







  cursor: pointer;







  cursor: hand;







}















.slick-slider .slick-track,







.slick-slider .slick-list {







  transform: translate3d(0, 0, 0);







}















.slick-track {







  position: relative;







  top: 0;







  left: 0;







  display: block;







  /*margin-left: auto;*/







  margin-right: auto;







}















.slick-track:before,







.slick-track:after {







  display: table;







  content: "";







}















.slick-track:after {







  clear: both;







}















.slick-loading .slick-track {







  visibility: hidden;







}















.slick-slide {







  display: none;







  float: left;







  margin: 0 15px;







  height: 100%;







  min-height: 1px;







}















[dir=rtl] .slick-slide {







  float: right;







}















.slick-slide img {







  display: block;







}















.slick-slide.slick-loading img {







  display: none;







}















.slick-slide.dragging img {







  pointer-events: none;







}















.slick-initialized .slick-slide {







  display: block;







}















.slick-loading .slick-slide {







  visibility: hidden;







}















.slick-vertical .slick-slide {







  display: block;







  height: auto;







  border: 1px solid transparent;







}















.slick-arrow.slick-hidden {







  display: none;







}

/*# sourceMappingURL=style.css.map */















.fa-sharp,
.fasl,
.fasr,
.fass,
.fast {
  font-family: "Font Awesome 6 Pro";
}















.custom_banner .hero-heading {
  font-size: 64px;
  margin-bottom: 95px;
}







.custom_banner .nice-select.location::after {
  top: -11px;
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300
}















.custom_banner .search-wrapper-one .bg-wrapper .search-modal-btn.sm {
  padding: 0 5px;
}







.custom_banner .search-wrapper-one .bg-wrapper .search-btn {
  font-size: 14px;
}







.custom_banner .search-filter-nav-one .nav-link.active {
  background-color: #FFD500 !important;
  color: #000 !important;
}















.custom_banner .search-filter-nav-one .nav-link {















  float: left;







  width: auto;







  min-width: 76px;







  padding: 0 20px;







}















.link {
  font-size: 18px;
  color: #F4DB9B;
  text-decoration: underline;
}







.bg_05 {
  background-color: #F4CB56 !important;
  border-color: #F4CB56 !important;
  color: #000 !important
}















.fancy-banner-seven-custom .bg-wrapper {
  background: #5e7276
}















.custom_footer {
  background-color: #000 !important
}















.custom_footer .bottom-footer {







  margin-top: 0;







  border: none !important;







  padding-top: 0 !important;







}















.custom_footer .bottom-footer .footer_links {
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: right;
}







.custom_footer .bottom-footer p {
  width: auto;
  float: left;
}







.custom_footer .bottom-footer .footer_links li {
  float: left;
  margin-left: 20px;
}







.custom_footer .bottom-footer .footer_links li a {
  color: #FFF;
}







.custom_footer .social-icon a {
  background-color: transparent !important;
}















.custom_footer {
  padding-bottom: 20px !important
}







.block-feature-fourteen_custom {







  max-width: 95%;







  margin: 0 auto 25px;







  border-radius: 25px;







}















.review_section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}























.property-title {







  font-size: 30px !important;







}















@media (max-width: 1450px) {







  .theme-main-menu .nav-item .nav-link {
    font-size: 15px;
  }







  .custom_banner .search-wrapper-one .bg-wrapper .search-btn {
    max-width: 80%;
  }







}















@media (max-width: 1366px) {







  .custom_banner .hero-heading {
    margin-bottom: 25px;
  }







  .theme-main-menu .nav-item .nav-link {







    font-size: 13px;







  }







  .top-header .btn-ten {
    font-size: 13px;
  }







}















@media (max-width: 1200px) {







  .top-header .btn-ten {







    font-size: 13px;







    padding-left: 5px;







    padding-right: 5px;







  }







}















@media (max-width:1199px) {







  .custom_banner .nice-select.location::after {
    top: 0px;
    right: -15px;
  }







}















@media (max-width: 767px) {



  .accordion-style-two {

    padding: 0px !important;

  }

  .accordion-style-two .accordion {

    padding: 0px !important;

  }



  .custom_footer .bottom-footer .footer_links {







    float: left;







    width: 100%;







    margin-top: 20px;







  }





  .lesswidth {

    width: 100%;

  }





  .custom_footer .bottom-footer .footer_links li:first-child {
    margin-left: 0px;
  }







  .hero-banner-two .hero-heading,
  .hero-banner-three .hero-heading {
    font-size: 40px;
  }







  .hero-banner-two .hero-heading br,
  .hero-banner-three .hero-heading br {
    display: none;
  }







  .custom_banner .hero-heading {
    font-size: 24px !important;
    margin-bottom: 0px !important;
  }







  .custom_banner .search-wrapper-one .bg-wrapper .search-btn {
    line-height: 25px;
    min-height: 50px;
  }







  .hero-banner-three .hero-heading span {
    padding: 0 3px;
  }







}















.hero_banner_six {
  min-height: 100vh;
}























.marketing_box {
  margin-bottom: 100px;
}







.marketing_box h3 {
  font-size: 40px;
  line-height: normal;
}















.our_structure .shadow4 {







  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);







  height: 100%;







}







.our_structure {
  padding-top: 100px;
}







.our_structure .list-style-one {







  font-size: 16px;







  margin-top: 15px;







  display: inline-block;







}







.our_structure .list-style-one li {
  margin-bottom: 14px;
}







.excited {
  text-align: center;
}







.excited .top {}







.pricing-section-one .pr-column-wrapper .pr-header .price {
  font-size: 30px;
}







.w100p {







  width: 100%;







}







@media (max-width: 991px) {







  .pricing-section-one .pr-column-wrapper .pr-header .plan {







    font-size: 9px !important
  }















}















@media (max-width: 767px) {







  .marketing_box .order-1 {







    order: 2 !important;







  }







  .our_structure .shadow4 {







    height: auto;







    margin-bottom: 15px;







  }







  .marketing_box {







    margin-bottom: 40px;







  }







}















/*.marketing_box img {







  max-width: 80%;







} */



.btn-outline-secondary {

  --bs-btn-color: rgba(31, 31, 33, 1);

  --bs-btn-border-color: rgba(91, 91, 91, 1);

  --bs-btn-hover-color: #fff;

  --bs-btn-hover-bg: #6c757d;

  --bs-btn-hover-border-color: #6c757d;

  --bs-btn-focus-shadow-rgb: 108, 117, 125;

  --bs-btn-active-color: #fff;

  --bs-btn-active-bg: #6c757d;

  --bs-btn-active-border-color: #6c757d;

  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

  --bs-btn-disabled-color: #6c757d;

  --bs-btn-disabled-bg: transparent;

  --bs-btn-disabled-border-color: #6c757d;

  --bs-gradient: none;

  background-color: #FFF;

}

.top_heading .btn-outline-secondary {

  margin-left: auto;

  border-radius: 25px;

  min-width: 90px;

  display: inline-flex;

  font-size: 14px;

  align-items: center;

  justify-content: center;

}

.top_heading .btn-outline-secondary iconify-icon {

  margin-left: 8px;

}

.top_heading {

  display: flex;

  width: 100%;

  align-items: center;

}

.listing-card-one .img-gallery .tag-2 {

  font-size: 14px;

  position: absolute;

  right: 17px;

  top: 17px;

  z-index: 1;

  background: rgba(255, 213, 0, 1);

  border-radius: 25px;

  min-height: 30px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  padding: 0 10px;

  color: rgba(18, 18, 18, 1);

  font-weight: 500;

}

.custom-card .site_logo {

  po: ;

  position: absolute;

  bottom: 10px;

  left: 10px;

  border-radius: 10px;

  width: 130px;

  height: 69px;

  padding: 12px;

  object-fit: contain;

}

.custom-card .propty-img {

  height: 284px;

  object-fit: cover;

}

.custom-card .img-gallery .tag {

  width: auto;

  min-width: 52px;

  font-weight: 500;

}

.listing-card-one .img-gallery .tag-2 b {

  padding: 0 2px;

}

.custom-card .property-info h5 {

  font-size: 13px;

  line-height: normal;

  color: #4B4848;

  font-weight: 500;

}

.custom-card .property-info h4 {

  line-height: normal;

  font-size: 14px;

  font-weight: 400;

  color: #2a2a2a;

}

.custom-card .property-info h3 {

  font-size: 22px;

  line-height: normal;

  color: #2a2a2a;

  font-weight: 600;

}

.custom-card .property-info h6 {

  font-weight: normal;

  font-size: 13px;

  color: rgba(76, 76, 76, 1);

}



.detail-back .back_link {

  display: inline-flex;

  align-items: center;

  font-size: 15px;

  font-weight: 500;

  color: rgba(133, 133, 143, 1);

  padding-right: 20px;

}

.detail-back .back_link>iconify-icon {

  color: blue;

  font-size: 19px;

  margin-right: 8px;

}

.detail-back .btn {

  border-radius: 25px;

  font-weight: 500;

  margin-right: 10px;

}

.detail-back {

  display: inline-flex;

  align-items: center;

  margin-bottom: 28px;

}

.business-detail .media-gallery-grid {

  border-radius: 25px;

  overflow: hidden;

}

.business-detail .media-gallery-grid .site_logo {

  position: absolute;

  bottom: 20px;

  left: 20px;

  border-radius: 15px;

  max-width: 113px;

  max-height: 60px;

  object-fit: contain;

}

.busines-info-info .address {

  font-size: 14px;

  font-weight: 500;

  color: rgba(75, 72, 72, 1);

  margin-bottom: 10px;

}

.busines-info-info .property-titlee {

  font-size: 20px;

  line-height: normal;

  padding: 3px 0;

  color: #2a2a2a;

}

.busines-info-info h2 {

  font-size: 22px;

  font-weight: 600;

  line-height: normal;

}

.Takings-weekly-cols .item h6 {

  font-size: 14px;

  font-weight: 500;

  color: rgba(47, 47, 47, 1);

}

.Takings-weekly-cols .item h4 {

  line-height: normal;

  margin-bottom: 0;

  font-size: 20px;

  font-weight: 600;

  color: #484848;

}

.Takings-weekly-cols .item {

  border: 1px solid rgba(245, 233, 227, 1);

  background-color: rgba(255, 248, 244, 1);

  border-radius: 11px;

  padding: 10px;

  flex: 0 0 calc(25% - 23px);

}

.Takings-weekly-cols {

  display: flex;

  gap: 30px;

  margin-top: 40px;

}



.custom_business_tab .nav-tabs {

  border-bottom: 1px solid rgba(230, 223, 217, 1) !important;

}

.custom_business_tab .nav-tabs .nav-link {

  border: none;

  font-size: 20px;

  color: rgba(152, 157, 174, 1);

  font-weight: 500;

  border-bottom: 2px solid #CCC;

  margin-right: 30px;

}

.custom_business_tab .nav-tabs .nav-link.active {

  color: #000;

  border-bottom-color: #000;

}

.Business-Details-Tab {

  padding: 40px 0;

}

.Business-Details-Tab h4 {

  font-size: 18px;

  font-weight: 600;

  line-height: normal;

  color: #2a2a2a;

}

.Business-Details-Tab .feature-list-two ul li {

  display: inline-block;
  width: 100%
}

.Business-Details-Tab .feature-list-two ul li span.fw-500 {

  min-width: 250px;

  display: inline-block;

  max-width: 100%;

}

.Business-Details-Tab .feature-list-two ul li .color-dark {

  min-width: 270px;

  display: inline-block;

}

.custom_business_tab {

  margin-top: 50px;

}

.BusinessSummary {

  padding-top: 20px;

}

.BusinessSummary p {

  font-size: 16px;

  color: rgba(0, 0, 0, 1);

  line-height: 28px;

  display: block;

}



.business-detail .theme-sidebar-one.dot-bg {

  background: rgba(255, 248, 244, 1);

  border-radius: 15px;

}

.business-detail .tour-schedule.bg-white {

  border: 1px solid rgba(219, 219, 219, 1);

  border-radius: 20px;

}

.business-detail .input-box-three .type-input {

  width: 100%;

  height: 36px;

  font-size: 14px;

  border-radius: 4px;

  border: 1px solid rgb(212, 212, 212);
}



.business-detail .input-box-three textarea {
  color: rgba(49, 48, 48, 1);
  height: 103px;
  resize: none;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid rgb(212, 212, 212);
}



.business-detail .tour-schedule .btn-nine {
  line-height: 45px;

  background: #000;
  border-radius: 5px;
}



.business-detail .tour-schedule.bg-white h5 {

  font-size: 20px;

  font-weight: 700;

}



.card_info_box_user {

  position: relative;

  padding-left: 80px;

  min-height: 80px;

  margin-bottom: 10px;

}

.card_info_box_user .avatar {

  width: 77px;

  height: 77px;

  position: absolute;

  left: 0;

  top: 0;

}

.card_info_box_user h5 {

  font-size: 14px;

  color: rgba(81, 76, 73, 1);

  font-weight: normal;

  line-height: normal;

  margin-bottom: 0;

}

.card_info_box_user .name {

  font-size: 18px;

  font-weight: 600;

  color: rgba(40, 40, 40, 1);

  margin-bottom: 0;

}



.Financials_Tab .Business-Details-Tab {

  filter: blur(4px);

  pointer-events: none;

}

.Financials_Tab {
  position: relative;
}

.Financials_Tab .Content-Locked {

  width: 350px;

  border: 1px solid #CCC;

  padding: 30px 20px;

  border-radius: 10px;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  background-color: #FFF;

  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);

  text-align: center;

}

.Financials_Tab .Content-Locked h5 {

  font-size: 20px;

  margin-bottom: 15px;

  font-weight: 500;

}

.Financials_Tab .Content-Locked p {

  font-size: 16px;

  line-height: normal;

  margin: 0;

}



.business-detail .tour-schedule .btn-nine:hover {
  background: #1e1e1e;
}



.confidentiality-agreement {

  background-color: rgba(20, 20, 20, 1);

  border-radius: 15px;

  padding: 38px;

  margin-top: 50px;

}

.confidentiality-agreement .item_box {

  position: relative;

  padding-left: 55px;

}

.confidentiality-agreement h6 {

  text-align: center;

  font-size: 15px;

  color: #FFF;

  font-weight: normal;

  padding-top: 10px;

}

.confidentiality-agreement h4 {

  text-align: center;

  color: #FFF;

  font-size: 27px;

}

.confidentiality-agreement .item_box>img {

  position: absolute;

  top: 7px;

  left: 0;

}

.confidentiality-agreement .item_box h5 {

  font-size: 16px;

  color: #FFF;

  font-weight: 500;

}

.confidentiality-agreement .item_box p {

  color: rgba(255, 255, 255, 0.6);

  line-height: 24px;

  font-size: 14px;

}

.confidentiality-agreement h6 {

  text-align: center;

  font-size: 15px;

  color: #FFF;

  font-weight: normal;

  padding-top: 10px;

  margin-bottom: 60px;

}

.confidentiality-agreement .btn-warning {

  min-height: 55px;

  font-size: 16px;

  font-weight: 500;

  background-color: rgba(255, 213, 0, 1);

  margin-top: 35px;

  padding-left: 20px;

  padding-right: 20px;

}

.confidentiality-agreement .btn-warning .fa-regular {

  margin-left: 10px;

}



.navbar-expand-lg .navbar-nav {
  width: 100%;
}

.nav-item.login_btn.ml-auto {

  margin-left: auto;

}



@media (max-width: 991px) {

  .theme-main-menu .navbar {

    width: auto;

    position: static;

    float: right;

    margin-left: auto;

  }

  .nav-item.login_btn.ml-auto {

    margin-left: 0;

  }

  .theme-main-menu .signup_btn .nav-link {

    border: none;

    border-top: 1px dashed rgba(0, 0, 0, 0.1);

    border-radius: 0;

    text-align: left;

  }

}

.Share_icons {

  display: inline-flex;

  list-style: none;

  color: #000;

  font-size: 14px;

  font-weight: 500;

  margin: 0;

  float: right;

}

.Share_icons li {

  margin-left: 20px;

}

.Share_icons li i {

  margin-right: 8px;

}



@media (max-width: 767px) {

  .listing-card-one .img-gallery .tag-2 {

    top: auto;

    bottom: 20px;

    max-width: 50%;

    font-size: 12px;

  }

  .disappear {
    display: none;

  }

  .custom-card .site_logo {
    width: 90px
  }



  .business-detail .media-gallery-grid {
    margin: 0 -12px 20px -12px;
    border-radius: 0;
  }

  .busines-info-info .address {

    font-size: 13px;
  }

  .busines-info-info .property-titlee {

    font-size: 19px;
  }

  .busines-info-info h2 {
    font-size: 22px;
  }

  .Takings-weekly-cols .item {
    flex: 0 0 calc(50% - 10px);
  }

  .Takings-weekly-cols {

    display: flex;

    gap: 20px;

    margin-top: 40px;

    flex-wrap: wrap;

  }

  .Business-Details-Tab .feature-list-two ul li .color-dark {
    width: 100%;
  }



  .business-detail .theme-sidebar-one.dot-bg {
    margin-top: 0 !important
  }



  .custom-card .propty-img {

    height: 180px;

    object-fit: cover;

  }

  .listing-card-one {

    min-height: auto;

  }

  .btn-nine-mobile {
    display: inline-block !important;
    margin-top: 20px !important
  }



  .theme-main-menu .navbar-toggler::after {

    transform: translate3d(0, 3px, 0) scale3d(1, 1, 1);

  }

  .theme-main-menu .navbar-toggler::before,
  .theme-main-menu .navbar-toggler::after {
    width: 20px;
    background: #000;
  }

  .theme-main-menu .navbar-toggler span {
    margin-top: -3px;
    width: 20px;
    background-color: #000;
  }

  .theme-main-menu .navbar-toggler {
    background: transparent;
  }

  .theme-main-menu .navbar-toggler {

    width: 40px;
  }



  .Share_icons {}

  .Business-Details-Tab .feature-list-two ul li span.fw-500 {

    min-width: 100%;

    display: inline-block;

    max-width: 100%;

  }

}







/*footer*/

.custom_footer1 {

  background-color: transparent !important;

  padding: 0px 50px !important;

}

.custom_footer1 .box {

  background-color: rgba(252, 250, 248, 1);

  border-radius: 30px;

  padding: 50px;

  border: 1px solid #EFEFEF;

}



.custom_footer1 .footer-title {

  font-size: 18px;

  margin-bottom: 40px;

  color: rgba(0, 0, 0, 1) !important;

  font-weight: 600;

}

.custom_footer1.dark-bg .footer-nav-link a {

  line-height: normal;

  font-size: 14px;

  color: rgba(0, 0, 0, 0.6);

  font-weight: 500;

  margin-bottom: 4px;

}

.custom_footer1 .box {

  background-color: rgba(252, 250, 248, 1);

  border-radius: 30px;

  padding: 50px;

  border: 1px solid #EFEFEF;

}

.custom_footer1 {

  background-color: transparent !important;

  padding: 0px 50px !important;

}

.custom_footer1 p {

  font-size: 14px;

  color: rgba(0, 0, 0, 0.6);

  font-weight: 500;

}

.button_box .btn {

  min-width: 160px;

  min-height: 45px;

  border-radius: 30px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  font-size: 16px;

  font-weight: 500;

  margin-bottom: 20px;



}

.button_box .btn-default {
  border: 1px solid #333333;

  background-color: #FFF;
}

.button_box .btn-default:hover {
  color: #000
}

.button_box .btn i {
  padding-left: 10px;
}



.custom_footer1 .button_box {

  margin-bottom: 25px;

}



.custom_footer1 .bottom-footer {

  display: flex;

  align-items: center;

  border-top: 1px solid rgb(216, 216, 216) !important;

  border-bottom: 1px solid rgba(216, 216, 216, 1) !important;

  padding: 25px 0 !important;

}

.custom_footer1 .bottom-footer .left {

  display: inline-flex;

  align-items: center;

}

.custom_footer1 .bottom-footer .left .footer_logo {

  padding-right: 90px;

}



.custom_footer .bottom-footer .footer_links {

  padding-left: 90px;

}



.custom_footer .bottom-footer .footer_links li {

  float: left;

  margin-left: 0;

  color: #656463;

  padding: 0 2px;

}

.custom_footer .bottom-footer .footer_links li a {

  font-size: 14px;

  color: rgba(0, 0, 0, 0.6);

  font-weight: 500;

  padding: 0;

}



.custom_footer1 .bottom-footer .social-icon {

  margin-left: auto;

}



.custom_footer1 .bottom-footer .social-icon li a {

  color: #000;

  margin-right: 0;

}



.footer_info {
  color: rgba(253, 252, 241, 1);
  font-size: 12px;
  font-weight: 400;
  padding-top: 24px;
}

.search_wrapper_box .bg-wrapper .search-modal-btn {
  height: 48px;
}

.search_wrapper_box .input-box-one {
  padding: 0px 15px;
}

.search_wrapper_box.bg-wrapper .search-btn {
  line-height: 48px;
}

.search_wrapper_box .bg-wrapper {

  border-radius: 40px;

  padding: 6px !important;

}

.search_wrapper_box .bg-wrapper .search-btn {

  min-width: 107px;

  border-radius: 25px;

  line-height: 44px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

}

.search_wrapper_box .bg-wrapper .search-btn iconify-icon {

  margin-right: 7px;

  font-size: 15px;

}

.search_wrapper_box form {
  position: relative;
  padding-right: 155px;
}

.search_wrapper_box form .input_box_one {

  position: absolute;

  top: 0;

  padding: 0;

  right: 0;

}

.search_wrapper_box .input-box-one>.nice-select {
  min-height: 47px;

  line-height: 47px;

  height: 47px;

}

.search_wrapper_box .input-box-one .nice-select .option {
  line-height: 25px;
}



.banner_box_from {

  max-width: 620px;

  margin: 0 auto;

  width: 100%;

}

.heading_box {

  text-align: center;

  color: #FFF;

}

.heading_box h3,h1 {

  color: #FFF;

  font-size: 40px;

  font-weight: 500;

  margin-bottom: 27px;
  margin-top:40px;

}

.heading_box p {

  font-size: 16px;

  font-weight: 400;

  line-height: 1.7em;

}



.magicbricks_section {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.heading_h4a {
  font-size: 40px;
  font-weight: 600;
}

.magicbricks_section .heading_h4a {

  margin-bottom: 40px;

}

.magicbricks_section p {

  font-size: 17px;

  max-width: 785px;

  margin: 0 auto;

  color: #000;

}

.feedback_section_4 .feedback-block-four ul.rating {

  margin-left: auto;

}



.feedback_section_4 blockquote {

  font-size: 16px !important;

  line-height: 25px;

  margin: 24px 0 0;

  min-height: 180px;



}

.slick-center .feedback-block-four {
  background-color: #FFF;
  border-color: #E9E9E9
}

.business_steps img {

  display: inline-block;

  margin-bottom: 10px;

}

.business_steps h5 {

  margin-bottom: 20px;

}

.business_steps {

  padding-top: 100px;

  padding-bottom: 50px;

}

.business_steps h4.heading_h4a {

  margin-bottom: 60px;

}

.Business-owners .img_box>img {

  max-width: 100%;

}

.Business-owners .info_box h6 {

  font-size: 18px;

  font-weight: 500;

  margin-bottom: 11px;

}

.Business-owners .heading_h4a {

  margin-bottom: 30px;

}

.Business-owners p {

  color: #202124;

  font-size: 16px;

  font-weight: 400;

}

.btn-black {

  background-color: #000;

  border: 1px solid #000;

  color: #FFF;

  font-weight: 500;

  min-height: 46px;

  padding: 10px 24px;

}

.btn-black:hover,
.btn-black:focus {
  background-color: #FFF;
  color: #000;
}

.btn-outline-black {
  background-color: transparent;

  color: #000;

  border: 1px solid #000;

  font-weight: 500;

  min-height: 46px;

  padding: 10px 24px;
}



.btn-outline-black:hover,
.btn-outline-black:focus {
  background-color: #000;
  color: #FFF
}

.btn-round {

  border-radius: 25px;



}

.property_listing_four h2.font-garamond {

  font-size: 40px;

}

.property_listing_four .title-one {

  display: flex;

  align-items: center;

}

.property_listing_four .title-one ul.slider-arrows {

  position: static;

  margin-left: auto;

}

.property_listing_four .listing-card-one {
  min-height: 380px;
}



.btn-yellow {

  border-radius: 0;

  background-color: #FFD500;

  color: #000;

}

.btn-yellow:hover,
.btn-yellow:focus {
  background-color: #c5a400;
}

.fancy-banner-one .heading_h4a {
  font-size: 45px
}



.blog_section_two .title-one {

  display: inline-flex;

  align-items: center;

  width: 100%;

}

.blog_section_two .title-one .btn-eight {

  margin-left: auto;

}

.blog_section_two figure.post-img {

  border-radius: 15px;

}

.blog_section_two figure .date {

  border-radius: 10px;

}

.blog_section_two .blog-meta-two {
  border-bottom: none;
}

.blog_section_two h4 {

  font-size: 18px;

  font-weight: 500;

  line-height: 29px;

  margin-top: 17px;

}

.Get_Started_Section .box {

  border-radius: 20px;

  min-height: 300px;

  display: inline-flex;

  width: 100%;

  align-items: center;

  flex-direction: column;

  justify-content: center;

}

.Get_Started_Section .box .heading_h4a {

  color: #FFF;

  margin-bottom: 45px;

}

.Get_Started_Section .group_buton_box {

  display: inline-flex;

  align-items: center;

}

.Get_Started_Section .group_buton_box a {

  margin: 0 10px;

  min-height: 56px !important;

  height: auto;

  border-radius: 25px;

  font-size: 16px;

  align-items: center;

  display: inline-flex;

  font-weight: 600;

}

.Get_Started_Section .group_buton_box a iconify-icon {

  margin-right: 8px;

}





@media (max-width: 1199px) {

  .search_wrapper_box .input-box-one {

    padding: 0 0px !important;

    border-bottom: none !important;

  }

  .search_wrapper_box .bg-wrapper .search-btn {
    line-height: 44px !important;
  }

  .search_wrapper_box .bg-wrapper .search-modal-btn {
    line-height: 44px !important
  }

}



@media (max-width: 991px) {

  .faq-section-one .col-lg-8.offset-md-2 {

    margin-left: 0;

  }

}



@media (max-width: 767px) {





  /*Footer*/

  .Get_Started_Section .group_buton_box a {

    margin: 0px;

    font-size: 14px;

    font-weight: 600;

  }

  .custom_footer1 .bottom-footer {

    display: block;
  }



  .custom_footer1 .bottom-footer .left {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .custom_footer1 .bottom-footer .left .footer_logo {

    padding-right: 0;

  }

  .fancy-banner-one .heading_h4a {
    font-size: 35px
  }

  .custom_footer1 .bottom-footer .social-icon {

    margin-left: auto;

    width: 100%;

    text-align: center;

    margin: 0 auto;

    display: inline-block !important;

  }

  .custom_footer1 .bottom-footer .social-icon li {

    float: none;

    display: inline-block;

    margin: 0 auto;

  }

  .custom_footer .bottom-footer .footer_links li {

    float: none;

    margin-left: 0;

    color: #656463;

    padding: 0 2px;

    display: inline-block;

  }

  .custom_footer .bottom-footer .footer_links {

    padding-left: 0;

    width: 100%;

    text-align: center;

    padding-bottom: 30px;

  }



  .custom_footer .bottom-footer p {

    width: 100%;

    float: left;

    text-align: center;

  }

  br {

    display: none;

  }

}

@media (max-width: 575px) {

  .custom_footer1 .box {
    padding: 15px
  }

  .custom_footer1 {
    padding: 0px 10px !important;
  }



  .search_wrapper_box form .input_box_one {

    position: static;
  }

  .search_wrapper_box form {

    padding-right: 0;

  }

  .search_wrapper_box .bg-wrapper {

    border-radius: 10px;
  }

  .search_wrapper_box .input-box-one>.nice-select {

    min-height: 47px;

    line-height: 47px;

    height: 47px;

    border: 1px solid #CCC;

    margin-bottom: 10px;

    padding-left: 10px !important;

    padding-right: 10px !important;

  }

  .search_wrapper_box .nice-select::after {
    right: 15px;
  }

  .search_wrapper_box .input-box-one {
    margin: 0 !important;
  }

  .search_wrapper_box .bg-wrapper {

    border-radius: 10px;

    padding: 14px !important;

  }

  .search_wrapper_box .bg-wrapper .search-modal-btn span {

    display: block !important;

    padding-left: 13px;

  }

  .heading_box h3 {

    font-size: 30px;

    font-weight: 500;

    margin-bottom: 14px;

    text-align: left;

  }

  .hero-banner-three.hero-banner-seven.custom_banner {

    padding-top: 50px !important;

   

  }

  .magicbricks_section {

    width: 100%;

    padding-top: 40px;

    padding-bottom: 50px;

    text-align: left !important;

  }

  .magicbricks_section .heading_h4a {

    margin-bottom: 25px;

    font-size: 30px;

  }



  .heading_h4a {

    font-size: 30px;
  }

  .feedback_section_4 blockquote {
    min-height: auto;
  }

  .business_steps {

    padding-top: 70px;

    padding-bottom: 10px;

  }

  .business_steps .box {

    margin-bottom: 40px;

  }

  .Business-owners .info_box {

    margin-top: 20px;

  }

  .Business-owners .img_box {

    order: auto !important;

  }

  .heading_box p {
    text-align: left;
  }



  .custom_banner .search-filter-nav-one .nav-link {

    float: left;

    width: auto;

    min-width: 68px;

    padding: 0 15px;

    margin-right: 2px;

    font-size: 12px;

  }

  .hero-banner-three.hero-banner-seven.custom_banner {

    padding-top: 50px !important;

    height: 650px; 

  }



}







/*new css*/



.list-busines_box {

  border: 1px solid #F5E5DC;

  border-radius: 25px;

  padding: 43px 0;

  background-color: #FFF8F4;

}

.list-busines_box h6 {
  font-size: 15px;
  color: #000;
  font-weight: 500;
}

.list-busines_box h4 {
  font-size: 48px;
  color: #202124;
  font-weight: bold;
}

.list-busines_box h4 span {
  color: #1C73E8;
}

.list-busines_box p {

  font-size: 16px;

  color: #202124;

  margin-top: 19px;

  margin-bottom: 30px;

}

.confidential {

  display: inline-flex;

  align-items: center;

  padding-top: 28px;

}

.confidential iconify-icon {

  margin-right: 8px;

}

.list-busines_box .btn-yellow {

  border-radius: 25px;

}



.info_heading .heading_h4a {

  margin-bottom: 20px !important;

}



.business_steps .info_heading {

  margin-bottom: 80px;

}



.Business-owners .info_heading {

  margin-bottom: 62px;

}

.Business-owners .business-owners-items {

  margin-bottom: 140px;

}



.about_info_Box {

  padding: 80px 0;

}

.about_info_Box h5 {
  font-size: 20px;
  font-weight: 600
}

.about_info_Box p {

  font-size: 16px;

  margin-top: 20px;

}



@media (max-width: 767px) {

  .list-busines_box div[class*="col-"] {

    flex: 0 0 100%;

    max-width: 100%;

  }

  .list-busines_box .banner_img.w-100 {

    margin-top: 35px;

  }



  .business-owners-items div[class*="col-"] {

    flex: 0 0 100%;

    max-width: 100%;

  }

  .business-owners-items .img_box {

    margin-bottom: 20px;

  }

  .Business-owners .business-owners-items {

    margin-bottom: 40px;

  }

  .list-busines-banner .container-fluid {

    padding: 0;

  }

  .list-busines_box {

    border-radius: 0;

    padding: 36px 0;

  }

  .list-busines_box h4 {

    font-size: 37px;

    color: #202124;
  }

}



.select_box_item {

  border: 1px solid #D2D2D2;

  padding: 8px;

  border-radius: 30px;

  background-color: #FFF;

  position: relative;

  min-height: 60px;

  display: inline-flex;

  align-items: center;

  width: 100%;

}



.select_box_item>button {

  background-color: #000;

  min-width: 75px;

  min-height: 48px;

  color: #FFF;

  border-radius: 25px;

  flex: 0 0 75px;

  margin-left: 20px;

}

.select_box_item .form-control {

  border: none;

  outline: none !important;

  box-shadow: none !important;

  height: 48px;

}

.list-busines_box h6 {

  font-size: 15px;

  color: #000;

  font-weight: 500;

}

.search_box_1 {

  margin-top: 11px;

  float: left;

  width: 90%;

}

.search_box_1 h6 {

  margin-bottom: 24px;

}



@media (max-width: 767px) {

  .search_box_1 {
    width: 100%;
  }

  .mobile_buttons {

    display: flex !important;

    justify-content: center;

    position: fixed;

    bottom: 20px;

    left: 0;

    right: 0;

    /*z-index: 1;*/

    z-index: 9;

  }



  .mobile_buttons .button {

    background-color: #212121;

    border-radius: 25px;

    color: #FFF;

    padding: 10px 18px;

    font-size: 15px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    margin: 0 7px;

    border: 1px solid transparent;

  }

  .mobile_buttons .button:last-child {
    color: #000;
    background-color: #FFD500;
    border-color: #727272;
  }

  .mobile_buttons .button iconify-icon {

    margin-right: 4px;

  }

}


/* home page  */

.homer_page_1 .hero-banner-three {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0 !important;
}

.homer_page_1 .hero-banner-three .hero-slider-one,
.homer_page_1 .hero-banner-three::before {
  border-radius: 0;
}

.homer_page_1 .heading_box {
  text-align: left;
}

.homer_page_1 .property_listing_four .btn-black.btn-round {
  border-radius: 5px;
}

.homer_page_1 .Business-owners .btn-yellow {
  border-radius: 5px !important;
}

.homer_page_1 .business_steps {
  padding-top: 0;
}

.homer_page_1 .Business-owners .btn-round {
  border-radius: 5px;
}

.homer_page_1 .font-garamond {
  font-family: "Gordita";
}

.homer_page_1 .heading_h4a {
  font-size: 28px;
}

.homer_page_1 .news_section_box h4, .sell_your_business_page .news_section_box h4 {
  font-size: 15px;
  color: rgba(5, 5, 5, 1);
  margin-top: 10px;
}

.homer_page_1 .news_section_box h6, .sell_your_business_page .news_section_box h6 {
  font-size: 14px;
  color: rgba(119, 119, 119, 1);
  font-weight: normal;
  margin-top: 20px;
}

.homer_page_1 .news_section .heading_h4a {
  margin-bottom: 30px;
}

.homer_page_1 .fancy-banner-one .font-garamond, .sell_your_business_page .fancy-banner-one .font-garamond{
  font-family: "EB Garamond", serif;
  font-size: 30px;
}

.business_box_item .box {
  width: 90%;
}

.business_box_item [class*="col-"]:last-child .box {
  width: 100%;
}

.business_box_item .box h5 {
  color: rgba(9, 13, 38, 1);
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 25px;
}

.business_box_item .box p {
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
}

.business_box_item {
  padding-top: 30px;
  padding-bottom: 35px;
}

.social_section {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.social_section .btn-spcial {
  border: 1px solid #000;
  min-height: 48px;
  min-width: 200px;
  border-radius: 25px;
  background-color: #FFF;
  color: rgba(29, 33, 42, 1);
}

.social_section .w100p button {
  background-color: rgba(29, 33, 42, 1);
  display: inline-flex;
  color: rgba(255, 255, 255, 1);
  min-height: 50px;
  border-radius: 5px;
  padding: 8px 11px;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
}

.social_section .w100p button:hover {
  opacity: 0.8;
}

.social_section .w100p button img {
  margin-right: 15px;
}

.social_section h4 {
  font-size: 30px;
  color: rgba(5, 5, 5, 1);
  font-family: "EB Garamond", serif;
  padding-top: 30px;
  margin-bottom: 35px;
}

.latest_footer {
  background-color: rgba(29, 33, 42, 1) !important;
}

.latest_footer.custom_footer1 p {
  color: #fff;
  font-weight: 400;
}

.latest_footer.custom_footer1 .footer-title {
  font-size: 16px;
  margin-bottom: 17px;
  color: rgba(234, 234, 234, 1) !important;
  font-weight: 500;
}

.latest_footer.footer-four.dark-bg .footer-nav-link a {
  color: rgba(255, 255, 255, 0.8) !important;
  font-weight: 400 !important;
}

.latest_footer.custom_footer1 {
  padding-top: 77px !important;
  padding-bottom: 80px !important;
}

.latest_footer.custom_footer .bottom-footer .footer_links li a {
  font-size: 12px;
  color: rgba(253, 252, 241, 1);
  font-weight: 500;
  padding: 0;
}

.latest_footer.custom_footer .bottom-footer p {
  font-size: 12px;
  font-weight: 500;
}

.latest_footer.custom_footer1 .bottom-footer {
  display: flex;
  align-items: center;
  border-top: 1.5px solid rgb(60, 80, 110) !important;
  border-bottom: 1.5px solid rgb(60, 80, 110) !important;
  padding: 10px 0 !important;
}

.latest_footer .footer_logo {
  margin-bottom: 20px;
  max-width: 148px;
}

.latest_footer .location_footer {
  padding-top: 35px;
}

.mobile_tabs {
  background-color: #F7F4F2;
  border: 1px solid #B0A197;
  width: calc(100% - 40px);
  margin: 20px 15px;
  border-radius: 35px;
  padding: 7px;
  list-style: none;
  float: left;
}

.mobile_tabs li {
  float: left;
  width: 50%;
  text-align: center;
}

.mobile_tabs li a {
  width: 100%;
  min-height: 50px;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.mobile_tabs li.active a {
  background-color: #000000;
  color: #FFF;
}

.hero-banner-three.hero-banner-seven.custom_banner {
  clear: both;
}


.top_new_form {
  background-image: url(../images/banner_im.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top_new_banner {
  background: #FFF2E7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sell-business-banner {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  clear: both;
  padding-bottom: 10px;
}
.new-colour-banner {
		font-family:"Source Sans Pro", sans-serif;
	font-weight: 500;
}

.form-control,
.form-select {
  padding: 12px 15px;
  border-radius: 4px;
  border: 1px solid #ced4da;
  height: 50px;
}

.btn-warning {
  background-color: #FFD500;
  border-color: #FFD500;
  color: #212529;
  padding: 12px 24px;
  font-weight: 500;
  border-radius: 4px;
  height: 50px;
}

.btn-warning:hover {
  background-color: #ffca2c;
  border-color: #ffc720;
}

.top_new_form h3 {
  color: #FFF;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 24px;
}
.top_new_banner h3 {
  color: #FFF;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 24px;
}

.top_new_form p {
  color: #FFF;
  font-size: 16px;
}
.top_new_banner p {
  color: #FFF;
  font-size: 14px;
}

.selling_businesses .Business-owners p {
  color: #202124;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 22px;
}

.top_new_form h5 {
  color: #FFF;
  margin-top: 50px;
}

.top_new_form h4 {
  color: #FFF;
  font-size: 18px;
  margin-bottom: 20px;
}

.top_new_banner h5 {
  color: #FFF;
  margin-top: 50px;
}

.top_new_banner h4 {
  color: #FFF;
  font-size: 18px;
  margin-bottom: 20px;
}

.selling_businesses {
  background-color: #FFF2E7;
}

.selling_businesses .heading_h4a {
  font-size: 30px;
  padding-bottom: 15px;
}

.Business-owners.selling_businesses .business-owners-items {
  margin-bottom: 0px;
}

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

.font-30 {
  font-size: 30px !important;
}

.big_outcomes_for_business_owners .business_steps h5 {
  font-size: 20px;
}

.big_outcomes_for_business_owners .blue_links {
  color: #1C73E8;
  font-size: 16px;
  font-weight: 500;
}

.big_outcomes_for_business_owners .btn-yellow {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 70px;
}

.magicbricks_business .heading_h4a {
  font-size: 30px;
}

.magicbricks_business .info_box h6 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 11px;
}

.magicbricks_business .info_box .heading_h4a {
  font-size: 24px;
}

.magicbricks_business .info_box h4 {
  margin-top: 20px;
}

.magicbricks_business .business-owners-items {
  margin-bottom: 75px;
}

.magicbricks_business .img_box>img {
  width: 94%;
}

.business_steps.how_to_work {
  padding-top: 35px;
}

.business_steps.how_to_work .info_heading {
  margin-bottom: 40px;
}

.business_steps.how_to_work h5 {
  font-size: 20px;
  margin-top: 12px;
}

.request_business {
  background-color: #1D212A;
  padding-top: 80px;
  padding-bottom: 80px;
}

.request_business h4 {
  font-size: 30px;
  color: #FFF;
  font-weight: 500;
  margin-bottom: 25px;
}

.request_business p {
  color: #FFF;
  font-size: 15px;
  margin-bottom: 25px;
}

.business_categories {
  background-color: #F3F3F3;
  padding-top: 70px;
  padding-bottom: 45px;
}

.business_categories h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 25px;
}

.business_categories p {
  font-size: 15px;
  margin-bottom: 34px;
}

.business_categories .list_items_business {
  margin: 0px;
  padding: 0px;
}

.business_categories .list_items_business li {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  padding-left: 24px;
  list-style: none;
  color: #000;
}

.business_categories .list_items_business li::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Duotone";
  position: absolute;
  left: 0;
}

.sell_your_business_page .accordion-style-two .accordion-item .accordion-button {
  font-size: 18px;
}


.sell_your_business_page .request_business h4, .sell_your_business_page .business_categories h3, .sell_your_business_page .heading_h4agaramond.font-30 , .sell_your_business_page .consultation-section h3{font-weight: 600;}

.consultation-section .consultation-form {
	width: 80%;
	margin-top: 30px;
} 

.consultation-section h3 {
	color: #333;
} 
.consultation-section p{color: #000;}

.sell_your_business_page .business_box_item {
  padding-top: 80px;}

  .sell_your_business_page .business_box_item{padding-bottom: 60px;}

  .sell-business-banner-tabs {
    border: none;
  }
  .sell-business-banner-tabs .nav-item .nav-link.active {
    background-color: #FFD500;
    border-color: #FFD500;
    color: #000;
  } 
  .sell-business-banner-tabs .nav-item .nav-link {
    color: #FFF;
    font-weight: 500;
    border-radius: 25px;
  } 

  .top_new_form .contact-form .mb-3 {
    margin-bottom: 11px !important;
  } 
  .top_new_form .contact-form .mb-4 {
    margin-bottom: 17px !important;
  } 
  .top_new_form .btn-warning{font-size: 16px;}


  .top_new_form .contact-form .form-control::placeholder {
    color: #3D3D3D;
  }
  .top_new_form .contact-form .form-control{color: #3D3D3D;}



/* 
 .consultation-wrapper {
        border-radius: 8px;
    }
    
    .consultation-form .form-control,
    .consultation-form .form-select {
        height: 50px;
        padding: 10px 15px;
        border-radius: 4px;
        border: 1px solid #dee2e6;
    }
    
    .call-back-btn {
        background-color: #ffd500;
        color: #000;
        font-weight: 500;
        height: 50px;
        border: none;
        border-radius: 4px;
    }
    
    .call-back-btn:hover {
        background-color: #e6c000;
    } */



    .feedback-section-four .feedback-slider-two .item h6 {
      color: #1B1B1B;
      font-size: 17px;
    }
    .feedback-section-four .feedback-slider-two .item .ps-3{padding-left: 0px!important;}



    @media (min-width: 1400px) {
      .container {
        max-width: 1344px!important;
      }
    } 


@media (min-width:991px) {
  .selling_businesses .info_box {
    padding-left: 58px;
  }

  .request_business .left {
    padding-right: 80px;
  }
}



@media (min-width: 768px) {
  .latest_footer .bg-wrapper>.row div[class*="col-"] {
    flex: 0 0 20%;
  }

  .homer_page_1 .search_wrapper_box .search-filter-nav-one,
  .homer_page_1 .mobile_tabs {
    display: none !important;
  }

  .mobile_title_h5 {
    display: none;
  }
   .sell-business-banner-tabs,  .sell_your_business_page .mobile_tabs {
    display: none;
  } 

}

@media (max-width: 768px) {

  .homer_page_1 .hero-banner-three.hero-banner-seven.custom_banner {
    clear: both;
    margin: 0 15px;
    border-radius: 15px !important;
    overflow: hidden;
    width: calc(100% - 30px);
  }

  .homer_page_1 .custom_banner .search-filter-nav-one .nav-link {
    background-color: transparent;
    color: #FFF;
    font-weight: 500;
    font-size: 14px;
  }
  .sell-business-banner-tabs .nav-item .nav-link{font-size: 14px;}

  .homer_page_1 .hero-banner-three .hero-slider-one .hero-img {
    background-image: url(../images/mobile_img.jpg) !important;
  }

  .mobile_title_h5 {
    font-size: 16px;
    color: #FFD500;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .homer_page_1 .hero-banner-three.hero-banner-seven .heading_box p {
    font-size: 13px;
  }

  .homer_page_1 .input-box-one.input_box_one .search-modal-btn {
    order: 2;
  }

  .homer_page_1 .custom_banner .search-wrapper-one .bg-wrapper .search-btn {
    margin-left: 0;
	margin-top:20px;
  }

  .homer_page_1 .hero-banner-three::before {
    background: rgba(0, 0, 0, 0.6);
  }

  .theme-main-menu.menu-overlay {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }

  .theme-main-menu .gap-one {
    padding: 6px 12px!important;
  }

  .homer_page_1 .property_listing_four.property-listing-four.bg-pink-three {
    padding-top: 40px !important;
  }

  .social_section .w100p button {
    margin-bottom: 10px;
  }

  .footer-four.latest_footer .bottom-footer,
  .footer-four.dark-bg.latest_footer .bottom-footer {
    flex-wrap: wrap;
  }

  .homer_page_1 .feedback-section-four.bg-pink-three1.feedback_section_4 {
    padding-bottom: 10px;
  }

  .sell-business-banner.top_new_form {
    margin: 20px 15px 0 15px;
    border-radius: 15px;
    width: calc(100% - 30px);
  } 
  .top_new_form h5 {
    color: #FFF;
    margin-top: 30px;
    font-size: 17px;
  } 
    .top_new_banner h5 {
    color: #FFF;
    margin-top: 30px;
    font-size: 17px;
  }

  .sell_your_business_page .sell-business-banner-tabs {
    border: none;
    margin: 18px 0 40px 0;
  } 

  .consultation-section .consultation-form {
    width: 100%;}

    .top_new_form h3 {
      font-size: 30px;}
      .top_new_form h4{font-size: 15px;}
 .top_new_banner h3 {
      font-size: 30px;}
      .top_new_banner h4{font-size: 15px;}
     

}

@media (min-width:1366px) {
  .container {
    max-width: 1240px
  }

  
}

