@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500&family=Kaushan+Script&family=Khand:wght@300;400;500;600;700&family=Khula:wght@300;400;600;700;800&family=Lato:ital,wght@0,300;1,300&family=Noto+Sans:ital,wght@1,100;1,200;1,300;1,400;1,500;1,600&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&family=Ranga:wght@400;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,900;1,100;1,300;1,400;1,900&family=Shippori+Antique+B1&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500&family=Kaushan+Script&family=Khand:wght@300;400;500;600;700&family=Khula:wght@300;400;600;700;800&family=Lato:ital,wght@0,300;1,300&family=Noto+Sans:ital,wght@1,100;1,200;1,300;1,400;1,500;1,600&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&family=Ranga:wght@400;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,900;1,100;1,300;1,400;1,900&family=Sansita:ital,wght@0,400;0,700;0,800;0,900;1,400;1,700;1,800&family=Shippori+Antique+B1&display=swap");

:root {
  --font-family: "Lato", sans-serif;
  --font-family: "Sansita", sans-serif;
}

body {
  --font-family: "Lato", sans-serif;
  --font-family2: "Sansita", sans-serif;
}
@media (min-width: 1480px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1480px;
  }
}
h2,
h3,
h4,
h1 {
  font-family: var(--font-family);
}
li,
a {
  font-family: var(--font-family);
}
.abt-btn:hover {
  background: #ba5928;
  color: #fff;
}
.Mission-btn:hover {
  background: #ba5928;
  color: #fff;
}
.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
/* HEADER CSS */
.header {
  height: 100px;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  z-index: 99999;
  border-bottom: 1px solid #ffffff70;
}
.header .logo img {
  filter: drop-shadow(0px 4px 84px rgba(0, 0, 0, 0.25));
}
.header.sticky {
  position: fixed;
  padding: 5px 0 0;
  top: 0;
  z-index: 999;
  background-color: #100808;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.navbar-expand-lg {
  flex-wrap: nowrap;
  justify-content: end;
}

.navbar-expand-lg .navbar-nav.menu_bar .nav-link,
.navBar_btn .nav-link {
  padding-left: 10px;
  padding-right: 15px;
  color: #fff;
  opacity: 1;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-family);
  text-transform: capitalize;
  text-align: center;
}
.navbar-nav.menu_bar .nav-item.active .nav-link,
.header.sticky
  .navbar-expand-lg
  .navbar-nav.menu_bar
  .nav-item.active
  .nav-link {
  color: #cba257;
}

.navbar-nav.menu_bar .nav-link:hover,
.navbar-nav.menu_bar .nav-link:focus,
.navbar-nav.menu_bar .nav-link:active,
.navBar_btn .nav-link:hover,
.navBar_btn .nav-link:focus {
  color: #cba257;
}

.header.sticky .navbar-expand-lg .navbar-nav.menu_bar .nav-link {
  color: #ffffff;
}

.header.sticky .navbar-expand-lg .navbar-nav.menu_bar .nav-link:hover {
  color: #ad761f;
}

.closebtn,
.button_nav {
  display: none;
}

.mobile_visible {
  display: none;
}
.menu-rt .navBar_btn {
  display: none;
}
.navBar_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.navBar_btn img.icon-show {
  display: block;
}
.navBar_btn img.icon-hide {
  display: none;
}
.navBar_btn a:hover .icon-show {
  display: none;
}
.navBar_btn a:hover .icon-hide {
  display: block;
}
.get-btn {
  background: #ad761f;
  border-radius: 50px;
  padding: 10px 0px;
}
.get-btn:hover {
  background-color: #fff;
  color: #ad761f;
}
.get-btn:hover .svg-inline--fa {
  color: #ad761f !important;
}

/********** banner section css  **************/
.parallax-searchs.home15.thome-6 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url(../img/banner.png) no-repeat center top;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/banner.png) no-repeat center top;
  background-size: cover !important;
  background-attachment: fixed !important;
  width: 100%;
  height: 830px;
  position: relative;
  z-index: 99;
}
.banner-content {
  position: relative;
  top: 80%;
  text-align: center;
}
.banner-heading h2 {
  font-size: 74px;
  font-family: var(--font-family2);
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  line-height: 90px;
}
.banner-heading span {
  color: #ad761f;
}
.banner-content p {
  color: #fff;
  font-size: 24px;
  font-family: var(--font-family);
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  line-height: 39px;
  margin-top: 25px;
  text-align: center;
}
.banner-form {
  background-color: #fff;
  border-radius: 6px;
  padding: 15px 30px;
  margin-top: 60px;
}
.single-input input {
  border: 1px solid #d6d9df;
  border-radius: 50px;
  padding: 16px 20px;
  min-width: 294px;
  width: 100%;
}
.single-select select {
  border: 1px solid #d6d9df;
  border-radius: 50px;
  padding: 16px 20px;
  width: 189px;
}
.form-field {
  display: flex;
  gap: 16px;
}
.single-btn {
  width: 200px;
  background: #ad761f;
  border-radius: 10px;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
  height: 52px;
}
.single-btn a {
  color: #fff;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font-family);
  text-transform: capitalize;
  text-align: center;
}
.single-btn:hover {
  background: #ad761f;
}
/* our brand section css  */
#ourbrand {
  background: #FEFCFF;
  padding: 55px 0px 35px 0px;
}
.sub-heading h2 {
  font-size: 36px;
  color: #1f2732;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  font-family: var(--font-family);
}
.sub-heading p {
  text-align: center;
  color: #686060;
  font-size: 20px;
  line-height: 30px;
}
.client-section .client-logo {
  margin-bottom: 5px;
}
.client-section .client-logo .item {
  transition: transform 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
    box-shadow 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  margin-bottom: 15px;
  margin: 5px;
  padding: 15px;
}
.client-section .client-logo .item:hover {
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.client-section .client-logo img {
  width: 100%;
  margin: 0 auto;
}
.client-section .client-logo img:hover {
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
/* expert section css  */
.experttext ul {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}
#expert{
    padding: 55px 0px 35px 0px;
}
#about {
  padding: 30px 0px;
}
#about .sub-heading h2 {
  text-align: left;
  position: relative;
}
#about .sub-heading h2::after {
  content: "";
  position: absolute;
  width: 225px;
  height: 4px;
  background-color: #aa731e;
  left: 0;
  bottom: -6px;
}
#about .sub-heading span {
  color: #ad761f;
}
#about .sub-heading p {
  text-align: left;
  margin-top: 20px;
}
.experttext li {
  font-size: 22px;
  font-family: var(--font-family);
  font-weight: bolder;
  color: #000000;
  margin-bottom: 20px;
  padding: 0;
}
.experttext li span {
  margin-right: 6px;
}
#about .single-btn {
  margin-top: 60px;
}
.expertimg img {
  width: 100%;
}
/* choice section start  */
.box {
  background-color: #fefcff;
  text-align: center;
  padding: 24px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin-top: 5px;
  border-radius: 10px;
}
.box h3 {
  font-size: 24px;
  font-weight: bolder;
  line-height: 65px;
}

/* latest propert start  */
#latestproperty {
  padding: 30px 0px;
}
.proimg {
  border: 1px solid #e8e8e8;
  padding: 11px;
  position: relative;
  overflow: hidden;
}
.proimg img {
  position: relative;
  overflow: hidden;
}
.overlay h3 {
  position: absolute;
  bottom: 2px;
  background: linear-gradient(
    358deg,
    #000000 0%,
    rgba(97, 97, 97, 0) 100%
  ) !important;
  color: #f1f1f1;
  width: 100%;
  color: white;
  font-size: 21px;
  padding: 20px;
  font-weight: bold;
  text-align: center;
  /* left: 0; */
  text-transform: uppercase;
  max-width: 322px;
}

/* sale property section start  */
.project-single {
  display: flex;
  position: relative;
  -webkit-box-shadow: 0px 0px 2px #e8e8e8!important;
  box-shadow: 0px 0px 2px #e8e8e8!important;
  border: 1px solid #e8e8e8;
  margin-top: 20px;
}
.project-head {
  border-radius: 3px 0 0 3px;
  max-height: 270px;
  margin: 0;
  position: relative;
  width: 410px;
}
.homes,
.homes-img {
  position: relative;
  overflow: hidden;
}
.homepage-9 .homes-tag.featured {
  background: #cba257 !important;
}
.homes-tag.featured {
  left: 15px;
  margin-top: 15px;
}
.homes .button {
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 2px;
  color: #fff;
  border: none;
  background-color: #cba257;
  display: inline-block;
  z-index: 1;
}
.homes-tag {
  position: absolute;
  z-index: 99;
}
.homes-tag.sale {
  background: rgba(74, 74, 76, 0.7) !important;
}
.portfolio .homes-tag.sale {
  right: 15px;
  margin-top: 15px;
  top: 0;
}
.project-single .button-effect {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}
.button-effect {
  position: absolute;
  text-align: left;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: transparent;
  transform: translateX(0%);
  opacity: 0;
  visibility: visible;
  padding: 8px 0px;
  border-radius: 20px 0 0 0;
  transition: all 0.4s ease;
  margin-bottom: 0.7rem;
}
.button-effect .btn {
  display: inline-block;
  color: #fff;
  box-shadow: none;
  padding: 0;
  margin-right: 15px;
  border-radius: 8px;
  width: 36px;
  height: 36px;
  line-height: 33px;
  background: rgba(74, 74, 76, 0.7);
  z-index: 1;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.button-effect {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}
.homes-tag.sale {
  right: 15px;
  margin-top: 15px;
  top: 0;
}
.img-full {
  width: 100%;
  max-height: 276px;
  object-fit: cover;
}
.homes-content {
  width: 60%;
}
.homes-content {
  background: #fff !important;
  padding: 20px 20px !important;
}
.homes-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 3px;
}
.homes-content h3 a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #1f2732 !important;
  margin-bottom: 3px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.homes-content .homes-address {
  margin-top: 0px;
}
.homes-content .homes-address a {
  text-decoration: none;
}
.homes-address .fa-map-marker {
  color: #666;
}
.homes-content .homes-address a span {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 1px;
  text-decoration: none;
  margin-left: 11px;
}
.the-icons span {
  margin-left: 11px;
  font-size: 13px;
  font-weight: 700;
}
.compare img {
  margin-left: 22px;
}
.portfolio .homes-address span {
  color: #666;
}
.homes-content .homes-list {
  padding-left: 0px;
  padding-bottom: 0.9rem;
  margin: 0;
}
.homes-content .homes-list li {
  width: 45%;
  float: left;
  font-size: 14px;
  line-height: 40px;
  list-style: none;
}
.homes-list li i {
  color: #696969;
  font-size: 18px;
}
.the-icons {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 17px !important;
  padding-top: 12px;
  padding-bottom: 12px;
}
.project-single .footer {
  background: none;
  border-top: 1px solid #e8e8e8;
  padding-top: 1rem;
  font-size: 13px;
  color: #666;
}
.homes-address span {
  color: #666;
}
.homes-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 3px;
}
.compare {
  margin-top: 1.1rem;
  line-height: 0px;
}
.project-single .footer a {
  color: #666;
  text-decoration: none;
}
.portfolio .footer i {
  color: #696969;
  font-size: 16px;
}
.price-properties {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 1rem;
}
.bg-all {
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
.bg-all .single-btn {
  width: 230px;
}
/* discover section css  */

#discover {
  width: 100%;
  background: linear-gradient(0deg, rgba(0 0 0 / 79%), rgba(0 0 0 / 79%)),
    url(../img/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 65px;
  padding: 50px 0px;
}
.dis-content .sub-heading h2 {
  font-size: 73px;
  color: #fff;
  text-align: left;
  line-height: 91px;
  text-transform: capitalize;
}
.sub-heading span {
  color: #c58a23;
}
.dis-content .sub-heading p {
  color: #fff;
  font-size: 22px;
  text-align: justify;
  line-height: 35px;
}
.owl-prev {
  position: absolute;
  left: -65px;
  top: 33%;
}
.owl-nav {
  position: relative !important;
  bottom: 268px !important;
}
.owl-next {
  position: absolute;
  right: -65px;
  top: 33%;
}

.owl-next:hover i,
.owl-prev:hover i {
  color: red;
}
.dis-slider img {
  max-height: 696px;
  object-fit: cover;
}
.dis-slider {
  background: #fff;
  padding: 12px;
}
/* gallery css  */
#gallery {
  padding: 40px 0px;
}
.project-gallery {
  margin-top: 35px;
}
/* contact section css  */
#contact .sub-heading h2 {
  text-align: left;
}
#contact .sub-heading p {
  text-align: left;
}
#contact .sub-heading p {
  text-align: left;
}
#contact .sub-heading span {
  color: #b7822c;
}
.contact-img img {
  width: 100%;
}
#contact {
  /*background-image: url(../img/c.png);*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  /*background-position: center;*/
  padding: 40px 0px;
}
.conatct-form input {
  border: 1px solid #212529;
  border-radius: 50px;
  padding: 16px 20px;
  width: 100%;
  margin-bottom: 18px;
  background-color: transparent;
}
.conatct-form select {
  border: 1px solid #212529;
  border-radius: 50px;
  padding: 16px 20px;
  width: 100%;
  margin-bottom: 18px;
  background-color: transparent;
}
.check input {
  border: 1px solid #212529;
  border-radius: 50px;
  padding: 16px 20px;
  margin-bottom: 18px;
  background-color: transparent;
  width: auto !important;
}
/* testimonial css  */
.singleJobClinet {
  position: relative;
  background: #ad761f;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 2px #e7e7e7;
  box-shadow: 0px 0px 2px #e7e7e7;
  border: 1px solid #e7e7e7;
  padding: 44px 53px 55px;
  margin-bottom: 30px;
}
.singleJobClinet p {
  letter-spacing: 0.32px;
  margin-bottom: 25px;
  text-align: justify;
}
.detailJC {
  position: relative;
  padding-left: 88px;
  padding-top: 7px;
}
.detailJC span {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(240, 71, 134, 0.75)),
    to(rgba(255, 56, 92, 0.75))
  );
  background: linear-gradient(
    90deg,
    rgba(240, 71, 134, 0.75) 0%,
    rgba(255, 56, 92, 0.75) 100%
  );
}
.detailJC span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 68px;
  height: 68px;
  padding: 4px;
  border-radius: 50%;
  background: #cba257;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#cba257),
    to(#cba257)
  );
  background: linear-gradient(90deg, #cba257 0%, #cba257 100%);
}
.detailJC h5 {
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0.38px;
  margin-bottom: 0;
}
.detailJC p {
  color: #332a2a;
  font-size: 15px;
  letter-spacing: 0.3px;
  margin: 0;
}
.detailJC:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 68px;
  height: 58px;
  background: url(../img/test.png) no-repeat center center/cover;
}
.detailJC span img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#testimonial {
  padding-top: 50px;
}
.testimonial-sect {
  margin-top: 50px;
}

/* counter section  */

.count-box {
  display: flex;
  gap: 10px;
}
.counter-bg {
  background-color: rgba(173, 118, 31, 1);
  border-radius: 6px;
  padding: 80px 0px;
  position: relative;
  bottom: -92px;
}
#counter .container {
  max-width: 1347px;
}
.main {
  margin-top: 42px;
}
.count-box h2 {
  font-size: 47px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: var(--font-family);
  text-align: left;
}
.count-box h3 {
  font-size: 22px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: var(--font-family);
  text-align: left;
}
/* FOOTER */
.footer {
  background-image: url(../img/others/footer.webp);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.footer-top {
  padding: 120px 0 30px;
}
.footer-bottom {
  padding: 20px 0;
}
.bord {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0;
  text-align: center !important;
}
.footer-top h5 {
  font-size: 23px;
  line-height: 23px;
  margin-bottom: 15px;
  font-family: var(--font-family-2);
}

.social-media_list span,
.footer-bottom p {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 19px;
}

.footer-list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.footer-list li a.footer-links,
.contact-detail p,
address {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
}

.footer-list li a.footer-links:hover {
  color: #cba257;
}
.footer-list span {
  margin-right: 20px;
}
.bord span {
  color: #ad761f;
}
.icon-box {
  /*background-color: #fff;*/
  border-radius: 5px;
  padding: 7px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
  color: #fff;
}

#latestproperty .svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 4em !important;
  overflow: visible;
  vertical-align: -0.125em;
  color: #b7822c !important;
}
#dis-slider .svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 2em !important;
  width: 2em !important;
  overflow: visible;
  vertical-align: -0.125em;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.68);
  border-radius: 50%;
  padding: 20px;
}
#dis-slider .owl-nav {
  position: relative !important;
  bottom: 111px !important;
  display: flex !important;
  justify-content: center !important;
}
#dis-slider .owl-prev {
  position: absolute;
  left: 220px;
  top: 33%;
}
#dis-slider .owl-next {
  position: absolute;
  right: 220px;
  top: 33%;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #cba257;
}
.owl-dots {
  text-align: center;
}
.icon-box:hover {
  /*background: #ad761f;*/
}
@media (max-width: 575.98px) { 
    .banner_img_height {
        height: 500px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) { 
    .banner_img_height {
        height: 500px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .banner_img_height {
        height: 500px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
    .banner_img_height {
        height: 700px;
    }
}

@media (min-width: 1200px) {
    .banner_img_height {
        height: 700px;
    }
}
