/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,700i");
@import url("https://fonts.googleapis.com/css?family=Roboto:400");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== *162,157,133,118,992/
/*  Basic Style 
/* =================================== */

.acheiv {
  font-size: 28px;
  color: #6233ae;
}

.acheiv-h2 {
  color: #fe0002;
  font-size: 3rem;
  font-weight: 600;
}

.acheiv-p {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

body {
  color: #212529;
  font-family: "poppins", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.main-cont {
  /* padding-left:20px; */
  /* padding-right:20px; */
}

/* =================================== */
/*  Typography 
/* =================================== */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.properties-card ul{
    list-style-type: disc !important; 
    padding: 0 !important; /* Removes left padding */
    margin: 0 !important; /* Removes top and bottom margin (optional) */
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "playfair", serif;
  /* color: #000 !important; */
  font-weight: 700;
}

.abt-h {
  color: #fe0002;
}

.abt-li span {
  color: #222;
}

.abt-li {
  font-size: 15px;
}

/* .after-effecth2{
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom:10px;
}
.after-effecth2:before {
  position: absolute;

  bottom: 0;
  width: 40px;
  height: 4px;
  content: "";
  border-radius: 5px;
  background-color: #fe0002;
} */

.after-effecth2 {
  position: relative;
  color: #000;
  font-size: 28px;
  font-weight: 600;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}

.after-effecth2:before {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 7px;
  width: 40px;
  height: 3px;
  background-color: #fe0002;
}

h1,
.h1 {
  font-size: 70px;
  font-weight: 700;
}

h2,
.h2 {
  font-size: 24px;
  font-weight: 700;
}


@media (min-width: 600px) {

  h2,
  .h2 {
    font-size: 30px;
  }
}

a {
  display: inline-block;
}

button {
  cursor: pointer;
}

.button {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  transition: all .3s ease;
  cursor: pointer;
  text-transform: uppercase;
  color: #fe0002;
}

.button2:focus {
  outline: 0;
  box-shadow: none;
}

.button--active:hover {
  background: transparent;
  border-color: #fe0002;
  color: #222222;
}

.button2 {
  border: 1px solid #000 !important;
  padding: 9px 30px;
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
}

.button2:hover {
  color: #fff;
}

.button--passive {
  padding: 10px 32px !important;
  background: #000;
}

.button:focus {
  outline: 0;
  box-shadow: none;
}

.owl-carousel .owl-dots button:focus {
  box-shadow: none !important;
  outline: 0;
}

.section-margin {
  margin: 40px 0;
}

@media (min-width: 1000px) {
  .section-margin {
    margin: 70px 0;
  }
}

.section-margin--small {
  margin: 35px 0;
}

@media (min-width: 1000px) {
  .section-margin--small {
    margin: 65px 0;
  }
}

.section-padding {
  padding: 30px 0;
}

@media (min-width: 1000px) {
  .section-padding {
    padding: 50px 0;
  }
}

@media (max-width:598px){
  .abt-img{  
  Width:340px;
  Height:340px;
  } 
  .abt-img .img{
  Width:100%;
  Height:100%;
  }
}


.bg-porcelain {
  background: #f7f9f9;
}

.nice-select {
  width: 100%;
  height: 50px;
  border-radius: 0;
  border-color: #ECECEC;
  color: #999999;
  padding-top: 4px;
}

.nice-select::after {
  right: 16px;
}

.nice-select .list {
  min-width: 200px;
}

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

.pb-80px {
  padding-bottom: 30px;
}

@media (min-width: 1000px) {
  .pb-80px {
    padding-bottom: 35px;
  }
}

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

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

@media (min-width: 1200px) {
  .row>.gutters-19 {
    padding-right: 9.5px;
    padding-left: 9.5px;
  }
}

.topbar {
  background: #000;
  padding: 8px 15px;
  border-bottom: 1px solid #b0b6bc8f;
}

.topbar .top-cont {
  display: flex;
  justify-content: space-between;
}

.left-menu {
  display: flex;
  padding: 4px 0px;
}

.left-menu .menu1 a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.left-menu .menu2 a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin-left: 10px;
}

.media{

}

.right-menu a {
  padding: 4px 5px;
  background-color: #3333;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 2px;
}

@media (max-width:598px) {
  .topbar {
    display: none;
  }
}

.media-body h2 {
  color: #2196F3;
}

.header_area {
  position: absolute;
  width: 100%;
  z-index: 999999;
  /* background: rgba(0,0,0,0.7); */
  background: #000000;
  transition: background 0.4s, all 0.3s linear;
}

/*  */
.header_area .navbar {
  /* background: transparent; */
  /* background: rgba(0,0,0,0.7); */
  /* background: #000000; */
  background: #fff;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}

@media (max-width: 992px) {
  .header_area .navbar {
    box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.1);
  }
}

.header_area .navbar .nav .nav-item {
  margin-right: 45px;
}

.header_area .navbar .nav .nav-item .nav-link {
  font-family: "Poppins", serif;
  text-transform: uppercase;
  color: #222222;
  padding: 22px 4px 22px 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
}

.header_area .navbar .nav .nav-item .nav-link:after {
  display: none;
}

@media (max-width: 991px) {
  .header_area .navbar .nav .nav-item .nav-link {
    color: #222222;
    padding: 12px 4px 12px 12px;
  }
}

.header_area .navbar .nav .nav-item.active .nav-link {
  color: #fe0002;
  font-weight: 700;
  font-size: 16px;
}

.header_area .navbar .nav .nav-item.submenu {
  position: relative;
}

.header_area .navbar .nav .nav-item.submenu ul {
  border: none;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px;
  background: #fff;
}

@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu ul {
    position: absolute;
    top: 120%;
    left: 0px;
    min-width: 200px;
    text-align: left;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
  }
}

.header_area .navbar .nav .nav-item.submenu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  transition: all 400ms linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
  display: block;
  float: none;
  margin-right: 0px;
  /* border-bottom: 1px solid #ededed; */
  border-bottom: 1px solid #ededed33;
  margin-left: 0px;
  transition: all 0.4s linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item.active .nav-link {
  color: #fe0002;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
  line-height: 45px;
  padding: 0px 30px;
  transition: all 150ms linear;
  display: block;
  margin-right: 0px;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
  border-bottom: none;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
  color: #fe0002;
}

@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
  margin-top: 0px;
}

.header_area .navbar .nav .nav-item:last-child {
  margin-right: 0px;
}

.header_area .navbar .primary-btn {
  border: 1px solid #ffffff;
  padding: 7px 28px;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .header_area .navbar .primary-btn {
    display: none;
  }
}

.header_area .navbar .search {
  background: transparent;
  border: 0px;
  font-size: 12px;
  line-height: 60px;
  display: inline-block;
  color: #ffffff;
  padding-left: 30px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .header_area .navbar .search {
    color: #ffffff;
  }
}

.header_area .navbar .search i {
  font-weight: 600;
}

.header_area.navbar_fixed .main_menu {
  /* background:rgba(0,0,0,0.5); */
  background: #fff;
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
  line-height: 30px;
}

.header_area.navbar_fixed .main_menu .navbar .primary-btn {
  margin-top: 15px;
}

#search_input_box {
  text-align: center;
  padding: 5px 20px;
  position: fixed;
  width: 100%;
}

#search_input_box .form-control {
  background: transparent;
  border: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  padding: 0;
}

#search_input_box .form-control:focus {
  box-shadow: none;
  outline: none;
}

#search_input_box input.placeholder {
  color: #ffffff;
  font-size: 14px;
}

#search_input_box input:-moz-placeholder {
  color: #ffffff;
  font-size: 14px;
}

#search_input_box input::-moz-placeholder {
  color: #ffffff;
  font-size: 14px;
}

#search_input_box input::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 14px;
}

#search_input_box .btn {
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
}

#search_input_box .lnr-cross {
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  padding: 10px 3px;
}

@media (max-width: 991px) {

  /* Main Menu Area css
	============================================================================================ */
  .navbar-toggler {
    border: none;
    border-radius: 0px;
    padding: 0px;
    cursor: pointer;
    margin-top: 27px;
    margin-left: 10px;
    margin-bottom: 23px;
  }

  .navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
  }

  .header_area {
    position: absolute;
  }

  .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
    opacity: 1;
  }

  .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .navbar-toggler[aria-expanded="true"] span:first-child {
    transform: rotate(-45deg);
    position: relative;
    top: 7.5px;
  }

  .navbar-toggler[aria-expanded="true"] span:last-child {
    transform: rotate(45deg);
    bottom: 6px;
    position: relative;
  }

  .navbar-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    background: #fe0002;
    margin: auto;
    margin-bottom: 4px;
    transition: all 400ms linear;
    cursor: pointer;
  }

  /*  */
  .navbar .container {
    padding-left: 15px;
    padding-right: 15px;
    /* background:#000 rgba(0,0,0,0.5); */
    background-color: #fff;
  }

  .nav {
    padding: 0px 0px;
  }

  .header_area+section,
  .header_area+row,
  .header_area+div {
    margin-top: 117px;
  }

  .header_top .nav {
    padding: 0px;
  }

  .header_area .navbar .nav .nav-item .nav-link {
    margin-right: 0px;
    display: block;
    border-bottom: 1px solid #ededed33;
    border-radius: 0px;
    /* color:#fff; */
  }

  .header_area .navbar .search {
    margin-left: 0px;
  }

  .header_area .navbar-collapse {
    max-height: 360px;
    /* overflow-y: scroll; */
    width: 100%;
    /* background-color:rgba(0,0,0,0.5); */
    background-color: #fff;
  }

  .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    padding: 0px 15px;
  }

  .header_area .navbar .nav .nav-item {
    margin-right: 0px;
  }

  .header_area+section,
  .header_area+row,
  .header_area+div {
    margin-top: 0;
  }

  .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 20px;
    /* color:#fe0002; */
    color: #222222;
  }

  /* End Main Menu Area css*/
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
  /* color:#fe0002; */
  color: #222222;
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item.active .nav-link {
  color: #fe0002;
}

.header-top {
  padding: 17px 0;
  border-bottom: 1px solid #F0F0F0;
}

@media (min-width: 767px) {
  .header-top {
    padding: 27px 0;
  }
}

.header-top .logo {
  display: inline-block;
}

@media (max-width: 767px) {
  .header-top-info {
    margin-bottom: 12px;
  }
}

.header-top-info:last-child {
  margin-bottom: 0;
}

.header-top-info__icon {
  margin-right: 12px;
}

.header-top-info__icon i,
.header-top-info__icon span {
  font-size: 22px;
  color: #fe0002;
}

.header-top-info .media-body p {
  margin-bottom: 0;
}

.header-top-info .media-body a {
  color: #303030;
  font-weight: bold;
}

.header-top-info:not(:last-child) {
  margin-right: 10px;
}

@media (min-width: 600px) {
  .header-top-info:not(:last-child) {
    margin-right: 50px;
  }
}

.footer-area {
  padding: 90px 0px 90px;
  /* background: #faf9f7; */
  background: #232733;
  /* border-top:1px solid #fafaff; */
}

.footer-bottom {
  /* border-top:1px solid #fafaff; */
}

@media (max-width: 991px) {
  .footer-area {
    background: #232733;
    padding: 60px 0px;
  }
}

@media (max-width: 991px) {
  .footer-area .single-footer-widget {
    margin-bottom: 30px;
  }
}

.footer-area .single-footer-widget p {
  color: #98a2aa;
}

.footer-area .single-footer-widget h4 {
  color: #ffffff;
  margin-bottom: 25px;
  font-family: nunito, arial, sans-serif;
}

@media (max-width: 1024px) {
  .footer-area .single-footer-widget h4 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .footer-area .single-footer-widget h4 {
    margin-bottom: 15px;
  }
}

.footer-area .single-footer-widget ul li {
  margin-bottom: 10px;
}

.footer-area .single-footer-widget ul li a {
  color: #98a2aa;
}

.footer-area .single-footer-widget ul li a:hover {
  color: #fe0002;
  text-decoration: underline;
}

.footer-area .single-footer-widget .form-wrap {
  margin-top: 25px;
}



@media (max-width: 375px) {
  .footer-area .single-footer-widget .click-btn {
    margin-top: 10px;
  }
}

@media (min-width: 400px) {
  .footer-area .single-footer-widget .click-btn {
    left: -50px;
  }
}

.footer-area .footer-bottom {
  margin-top: 70px;
}

@media (max-width: 991px) {
  .footer-area .footer-bottom {
    margin-top: 20px;
  }
}

.footer-area .footer-bottom p {
  color: #98a2aa;
}

.footer-area .footer-bottom p a {
  color: #fe0002;
}

.footer-area .footer-bottom .footer-social {
  text-align: center;
}

@media (max-width: 991px) {
  .footer-area .footer-bottom .footer-social {
    text-align: left;
    margin-top: 30px;
  }
}

.footer-area .footer-bottom .footer-social a {
  background: rgba(255, 255, 255, 0.15);
  margin-left: 3px;
  width: 32px;
  color: #000;
  display: inline-grid;
  text-align: center;
  height: 32px;
  align-content: center;
}

.footer-area .footer-bottom .footer-social a:hover {
  background: #fe0002;
}

.footer-area .footer-bottom .footer-social a i,
.footer-area .footer-bottom .footer-social a span {
  font-size: 14px;
}

/*=================== section-intro start ====================*/
.section-intro__style {
  margin-bottom: 14px;
}

/*=================== section-intro end ====================*/
/*=================== home banner start ====================*/
/* .home-banner {
  position: relative;
}

.home-banner h4,
.home-banner h1,
.home-banner a {
  color: #fff;
} 
.home-banner h4 {
  font-size: 20px;
  margin-bottom: 20px;
  font-family: 'poppins', sans-serif;
  text-transform: none;
}

.home-banner h1 {
  font-size: 24px;
  margin-bottom: 35px;
}

@media (min-width: 600px) {
  .home-banner h1 {
    font-size: 37px;
  }
}

@media (min-width: 992px) {
  .home-banner h1 {
    font-size: 70px;
    margin-bottom: 45px;
  }
}

.home-banner-area {
  height: 450px;
  background: url("../img/home/mainimg05.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .home-banner-area {
    height: 600px;
  }
}

@media (min-width: 1200px) {
  .home-banner-area {
    height: 650px;
  }
}

.home-banner-area .home-banner {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .home-banner-area .home-banner {
    top: 35%;
    transform: translateX(-50%);
  }
}

.home-banner-area::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 2, 11, 0.2);
  z-index: -1;
}

.home-banner-btn {
  border: 2px solid #fe0002;
  padding: 10px 45px;
}

.home-banner-btn:hover {
  background: #fe0002;
  color: #fff;
} */
.home-banner {
  position: relative;
}

.carousel .background {
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 700px;
}

@media (max-width:991px) {
  .carousel .background {
    background-size: cover;
    /* To make the background image looks good */
  }
}

.carousel .background.a {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://static.pexels.com/photos/92090/pexels-photo-92090-large.jpeg");
}

.carousel .background.b {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://static.pexels.com/photos/93750/pexels-photo-93750-large.jpeg");
}

.carousel .background.c {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://static.pexels.com/photos/76827/bahia-ocean-bay-boat-76827-large.jpeg");
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition: opacity 0.5s;
  /* The 0.5s describes the duration to make the opacity from 0 to 1 */
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

/* CSS Hack to trigger GPU for smooth transition */
@media all and (transform-3d),
(-webkit-transform-3d) {

  .carousel-fade .carousel-inner>.item.next,
  .carousel-fade .carousel-inner>.item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner>.item.prev,
  .carousel-fade .carousel-inner>.item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner>.item.next.left,
  .carousel-fade .carousel-inner>.item.prev.right,
  .carousel-fade .carousel-inner>.item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* CSS Hack to trigger GPU for smooth transition */

.covertext {
  position: absolute;
  /* To make the div to be place anywhere. It is out of the document flow */
  top: 200px;
  /* The distance between the div with the top of document */
  left: 0px;
  /* Make the div full width */
  right: 0px;
  /* Make the div full width */
}

.title {
  font-family: Verdana;
  font-weight: 600;
  font-size: 60px;
  color: #ffffff;
  text-align: center;
}

.subtitle {
  font-family: Verdana;
  font-size: 23px;
  color: #ffffff;
  text-align: center;
}

.explore {
  text-align: center;
  margin-top: 10px;
}

.explore .btn-lg,
.explore .btn-lg:hover {
  border-radius: 30px;
  padding: 15px 25px;
  font-size: 22px;
  background-image: none;
  background-color: #fe0002;
  border-color: #fe0002;
  color: #ffffff;
}

.btn,
.btn:hover {
  border-radius: 0px;
  background-image: none;
  background-color: #fe0002;
  border-color: #fe0002;
  color: #ffffff;
  margin-bottom: 20px;
  box-shadow: none;
  outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  color: #ffffff;
  outline: none;
}

/*=================== home banner end ====================*/
/*=================== home search form start ====================*/
.form-search {
  max-width: 972px;
  background: #fff;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 25px 20px 25px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .form-search-position {
    position: relative;
    bottom: 104px;
    z-index: 1;
  }
}

.form-search .form-control {
  font-size: 14px;
  color: #999999;
  border-radius: 0;
  height: 50px;
  padding-left: 18px;
  border-color: #ECECEC;
}

.form-search .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.form-search .form-control::placeholder {
  color: #999999;
}

.form-search .form-group {
  margin-bottom: 20px;
}

.form-search .form-group .nice-select {
  margin-bottom: 20px;
}

.form-search button {
  width: 100%;
  font-size: 13px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  border: 0;
  background: #fe0002;
  height: 50px;
  text-transform: uppercase;
}

.form-select-custom {
  width: 100%;
}

.form-select-custom select {
  width: 100%;
  height: 50px;
  border: 0;
  border: 1px solid #ECECEC;
  background: #fff url("../img/home/down-arrow.png") no-repeat;
  background-size: 11px;
  background-position: right 15px center;
  padding-left: 18px;
  color: #999999;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-select-custom select:focus {
  outline: 0;
  box-shadow: none;
}

/*=================== home search form end ====================*/
/*=================== welcome section start ====================*/
.welcome {
  padding-top: 40px;
  padding-bottom: 60px;
}

.welcome-images {
  width: 100%;
  height: 100%;
}

.welcome-images .card img {
  width: 100%;
  height: 100%;
}

.welcome-images .card {
  border-radius: 0;
  border: 0;
  margin: 0 4px 4px 0;
  width: 100%;
}

@media (max-width: 991px) {
  .welcome-images .card img {
    width: 100%;
  }
}


.welcome-content {
  padding: 25px;
}

/*=================== welcome section end ====================*/
/*=================== explore section start ====================*/
.card-explore {
  border: 0;
  border-radius: 0;
  box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2);
  transition: all .4s ease;
}

.card-explore .card-img {
  border-radius: 0;
  height: 250px;
  position: relative;
}

.card-explore__img {
  width: 100%;
  height: 100%;
  position: relative;
}

.card-imgoverlay1 {
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0;
  align-items: center;
  background-color: #fe0002;
}

.card-imgoverlay1 .card-explore_p1 {
  color: rgba(255, 255, 255, 1);
  margin: 0;
  padding: 8px;
  font-size: 14px;
  font-weight: 600;
}

.card-imgoverlay2 .card-explore_p2 {
  color: rgba(255, 255, 255, 1);
  margin: 0;
  padding: 8px;
  font-size: 14px;
  font-weight: 600;
}

.card-imgoverlay3 .card-explore_p3 {
  color: rgba(255, 255, 255, 1);
  margin: 0;
  padding: 8px;
  font-size: 20px;
  font-weight: 600;
}

.card-imgoverlay2 {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
  margin-right: 10px;
  /* background-color: #00c194; */
  background-color: #fe0002;
}

.card-imgoverlay3 {
  position: absolute;
  bottom: 10px;
  left: 0;
  margin-left: 10px;
  background-color: rgba(0, 0, 0, .6);
}

.card-explore__img::after {
  /* content: ""; */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, .2);
  background: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.card-explore__img img {
  padding-bottom: 1px;
}

.card-explore .card-body {
  padding: 5px 18px 20px 20px;
}

.card-explore__price {
  font-size: 40px;
}

.card-explore__price sub {
  font-size: 18px;
}

.card-explore__title {
  font-size: 24px;
  margin: 12px 0 18px 0;
}

.section-margin .row .card-body p span i {
  color: #fe0002;
  font-weight: 700;
}

.card-explore_p {
  color: #999999;
}

.card-explore_p i {
  color: #999999 !important;
}

.card-explore__title .a1 {
  color: #fe0002;
  font-size: 18px;
  font-weight: 600;
  transition: color .2s ease;
}

.card-explore__title .a2 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  transition: color .2s ease;
}

.card-explore__link {
  font-size: 17px;
  font-family: "Poppins", serif;
  font-weight: 300;
  /* color: #303030; */
  color: #fe0002;
  transition: color .2s ease;
}

.card-explore__link i,
.card-explore__link span {
  padding-left: 3px;
  transition: all .35s ease;
}



.card-explore:hover .card-explore__link i,
.card-explore:hover .card-explore__link span {
  padding-left: 10px;
}

/*=================== explore section end ====================*/

.card-feauture-main {
  border: 0;
  border-radius: 0;
  box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2);
  transition: all .4s ease;
  display: flex;

}

.card-feauture-main .card-feauture-img {
  border-radius: 0;
  width: 140px;
  height: 140px;
}

.card-feauture-img {
  width: 100%;
  height: 100%;
}

.card-feature-body {
  padding: 5px 5px 5px 10px;
}

.card-feauture__titleh4 {
  color: #111;
  font-size: 18px;
}

.card-feauture_p1 {
  color: #999999;
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 0;
}

.card-feauture_p2 {
  color: #111;
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 0;
}

.card-feauture_p3 {
  color: #111;
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 4px;
  border-bottom: 0.5px solid #ddd;
}

.card-feauture__link {
  margin-top: 4px;
  margin-bottom: 0px;
  color: #6233ae;
}

/* expert section */
.expert-section {
  border: 0;
  border-radius: 0;
  box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2);
  transition: all .4s ease;
  padding: 15px;
  align-items: center;
  gap: 10px;
  background-color: rgb(255, 255, 255);
}

.expert-sec {
  background-color: #f7f9f9 !important;
}

/*  */
.expert-section {
  justify-content: center;
}

.expert-section .expertimg {
  padding: 5px;
  height: 85px;
  width: 85px;
  display: flex;
  align-items: left;
}

.expert-section .expertimg img {
  width: 100%;
  height: 100%;
  align-items: left;
  float: left;
}

.expert-section .experth4 {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  margin-top: 10px;
  text-align: left;
}

.expert-section .expertpara {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  color: #111111;
  text-align: left;
}

/*=================== testimonial section start ====================*/
.testi-carousel .owl-stage-outer {
  padding: 50px 0;
}

.testi-carousel .owl-item {
  overflow: hidden;
}

.testi-carousel__item {
  background: #f7f9f9;
  padding: 30px 25px;
  transition: all .3s ease;
}

.testi-carousel__item .media-body p {
  margin-bottom: 12px;
}

.testi-carousel__item::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 15px solid #ffffff;
  border-left: 500px solid rgba(255, 255, 255, 0.13);
  /* Maintain smooth edge of triangle in FF */
  -moz-transform: scale(0.9999);
}

.testi-carousel__item:hover {
  box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.2);
  background: #fff;
}

.testi-carousel__img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 20px;
}

.testi-carousel__intro h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 5px;
}

.testi-carousel__intro p {
  font-size: 14px;
  color: #999999;
}

.testi-carousel .owl-dots .owl-dot span {
  background: #cacccf;
}

.testi-carousel .owl-dots .owl-dot.active span {
  width: 12px;
  height: 12px;
  background: #fe0002;
}

/*=================== testimonial section end ====================*/
/*=================== news section start ====================*/
.card-news {
  border: 0;
  border-radius: 0;
  box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2);
  transition: all .4s ease;
}

.card-news__info {
  /* margin-bottom: 10px; */
}

.card-news__info li {
  display: inline-block;
  font-size: 14px;
  color: #999999;
}

.card-news__info li:not(:last-child) {
  margin-right: 13px;
}

.card-news__info li .news-icon {
  font-size: 12px;
  color: #fe0002;
  margin-right: 5px;
}

.card-news__info li a {
  color: #999999;
}

.card-news .card-img {
  border-radius: 0;
  padding-bottom: 1px;
}

.card-news__img {
  width: 100%;
  position: relative;
  height: 250px;
}

.card-news__img img {
  width: 100%;
  height: 100%;
}

/* .card-news__img::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      clip-path: polygon(0 100%, 100% 100%, 100% 83%);
      background: #fff;
      width: 100%;
      height: 190px; 
    } */
.card-news .card-body {
  padding: 18px 20px 35px 40px;
}

.card-news__price {
  font-size: 40px;
}

.card-news__price sub {
  font-size: 23px;
}

.card-news__title {
  font-size: 24px;
  margin: 12px 0 18px 0;
  font-weight: 700;
}

.card-news__title a {
  color: #222222;
  transition: color .2s ease;
}

.card-news__link {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #303030;
  transition: color .2s ease;
}

.card-news__link i,
.card-news__link span {
  padding-left: 3px;
  transition: all .35s ease;
}

.card-news:hover .card-news__title a {
  color: #fe0002;
}

.card-news:hover .card-news__link i,
.card-news:hover .card-news__link span {
  padding-left: 10px;
}

.iframe-main {
  padding: 5px;
  width: 100%;
}

.iframe-main iframe {
  width: 100%;
  height: 100%;
}

/*=================== news section end ====================*/
/*=================== video section start ====================*/
.video-area {
  /* background: url("../img/home/video-bg.png") left center no-repeat; */
  background: url("../img/home/bg_1.webp") left center no-repeat;
  background-size: cover;
  padding: 40px 10px;
  position: relative;
  z-index: 1;
}

@media (min-width: 750px) {
  .video-area {
    padding: 90px 10px;
  }
}

@media (min-width: 1000px) {
  .video-area {
    padding: 175px 10px;
  }
}

.video-area::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 0, 0, 0.2);
  z-index: -1;
}

.video-area h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

@media (min-width: 600px) {
  .video-area h3 {
    font-size: 50px;
  }
}

.video-area p {
  color: #fff;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
}

.video-area .play-btn {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 18px;
}

.video-area .play-btn img {
  margin-top: 34px;
}

/*=================== special section end ====================*/
.card-special {
  padding: 35px 25px;
  border: 0;
  border-radius: 0;
  transition: all .4s ease;
  /* box-shadow:5px 20px 0 rgba(0, 0, 0, .09); */
  border: 1px solid #EAEAEA;

}

.card-special__icon {
  font-size: 28px;
  color: #6233ae;
  margin-right: 13px;
}

.card-special__title {
  margin: 0;
  font-weight: 500;
  transition: all .4s ease;
  margin-bottom: 10px;
}

.card-special h4 {
  color: #fe0002;
  font-weight: 600;
}

.card-special .card-body {
  padding: 0;
}

.card-special .card-body p {
  margin-bottom: 0;
  color: #111111;
}

/* .card-special:hover {
  background: #fe0002;
  color: #fff;
} */

/* .card-special:hover .card-special__icon,
.card-special:hover .card-special__title {
  color: #fff;
} */

/*=================== special section start ====================*/
/* Start Video Play css
============================================================================================ */
.video-play-button {
  position: relative;
  box-sizing: content-box;
  display: inline-block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 46px 8px 18px 28px;
  transform: scale(0.8);
}

@media (min-width: 800px) {
  .video-play-button {
    transform: scale(1);
    margin-bottom: 10px;
  }
}

@media (max-width:598px) {
  .video-area p {
    font-size: 18px;
    font-weight: 500;
  }
}

.video-play-button:before,
.video-play-button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
}

.video-play-button:before {
  z-index: 0;
  -webkit-animation: pulse-border 2000ms ease-out infinite;
  -moz-animation: pulse-border 2000ms ease-out infinite;
  -o-animation: pulse-border 2000ms ease-out infinite;
  animation: pulse-border 2000ms ease-out infinite;
}

.video-play-button:after {
  z-index: 1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 16px solid #fe0002;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.video-play-button:hover:after {
  background-color: #be904d;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 0.1;
  }
}

@-moz-keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 0.1;
  }
}

@-o-keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 0.1;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 0.1;
  }
}

/* End Video Play css
============================================================================================ */
@media (max-width:991px) {
  .social-icons {
    display: none;
  }
}

.social-icons li {
  /* display: inline-block; */
  /* padding-right: 12px; */
}

.social-icons {
  background-color: #fe0002;
  padding: 5px 8px;
  border-radius: 4px;
}

/* .social-icons li:last-child {
  padding-right: 0;
} */

.social-icons li a {
  font-size: 15px;
  font-weight: 600;
  color: #f2f2f2;
}

/* .social-icons li a:hover {
  
} */

.button-blog {
  display: inline-block;
  font-size: 14px;
  color: #303030;
  background: #fff;
  padding: 8px 25px;
  text-transform: capitalize;
  transition: all .5s ease;
}

.button-blog:hover {
  color: #fff;
  background: #fe0002;
}

.button-reply {
  border: 0;
}

.button-postComment {
  font-size: 14px;
  padding: 8px 40px !important;
}

.button-form {
  border: 1px solid #fe0002 !important;
  color: #303030;
}

.button-form:hover {
  background: transparent;
  border-color: #fe0002;
}

.button--active:hover {
  background: transparent;
  border-color: #fe0002;
  color: #222222;
}

.button-contact {
  border: 1px solid #fe0002 !important;
  padding: 9px 30px;
  background: #fe0002;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
}

.button-contact:hover {
  outline: 0;
  background: transparent;
  border-color: #fe0002;
  color: #fe0002;
}

/*=================== contact banner start ====================*/
.contact-banner {
  position: relative;
}

.contact-banner h4,
.contact-banner h1,
.contact-banner a {
  text-transform: uppercase;
  color: #fff;
}

.contact-banner h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-banner h1 {
  font-size: 37px;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .contact-banner h1 {
    font-size: 48px;
  }
}

.contact-banner-area {
  height: 340px;
  background: url("../img/contact/contactimg2.avif") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

@media (min-width: 600px) {
  .contact-banner-area {
    height: 340px;
  }
}

@media (min-width: 1000px) {
  .contact-banner-area {
    height: 340px;
  }
}

.contact-banner-area .contact-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.contact-banner-area::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 2, 11, 0.4);
  z-index: -1;
}

.contact-banner-btn {
  border: 2px solid #fe0002;
  padding: 10px 45px;
}

.contact-banner-btn:hover {
  background: #fe0002;
  color: #fff;
}

.contact-info__icon {
  margin-right: 20px;
}

.contact-info__icon i,
.contact-info__icon span {
  color: #fe0002;
  font-size: 20px;
}


.contact-info .media-body h3 {
  color: #fe0002;
  font-size: 18px;
  margin-bottom: 0;
}

.contact-info .media-body p {
  color: #212529;
  margin-top: 10px;
}

.mymap {
  width: 100%;
  margin-top: 50px;
}

.mymap iframe {
  width: 100%;
  height: 350px;
}

/*=================== contact banner end ====================*/
/*=================== service banner start ==================*/
.service-banner {
  position: relative;
}

.service-banner h4,
.service-banner h1,
.service-banner a {
  text-transform: uppercase;
  color: #fff;
}

.service-banner h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.service-banner h1 {
  font-size: 37px;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .service-banner h1 {
    font-size: 48px;
  }
}

.service-banner-area {
  height: 340px;
  background: url("../img/service/serviceimg3.avif") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

@media (min-width: 600px) {
  .service-banner-area {
    height: 340px;
  }
}

@media (min-width: 1000px) {
  .service-banner-area {
    height: 340px;
  }
}

.service-banner-area .service-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.service-banner-area::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 2, 11, 0.4);
  z-index: -1;
}

.service-banner-btn {
  border: 2px solid #fe0002;
  padding: 10px 45px;
}

.service-banner-btn:hover {
  background: #fe0002;
  color: #fff;
}

.service-h2 {
  color: #212529;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.service-h4 {
  color: #fe0002;
}

.service-p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.service-ul {
  margin-left: 15px;
}

.service-list {
  list-style: disc;
  color: #fe0002;
}

.bg-silver {
  background-color: #faf9f7;
}

/*=================== service banner end ======*/

.about-banner {
  position: relative;
}

.about-banner h4,
.about-banner h1,
.about-banner a {
  text-transform: uppercase;
  color: #fff;
}

.about-banner h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.about-banner h1 {
  font-size: 37px;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .about-banner h1 {
    font-size: 48px;
  }
}

.about-banner-area {
  height: 340px;
  background: url("../img/about/about-bg.png") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

@media (min-width: 600px) {
  .about-banner-area {
    height: 340px;
  }
}

@media (min-width: 1000px) {
  .about-banner-area {
    height: 340px;
  }
}

.about-banner-area .about-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

/* .about-banner-area::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 2, 11, 0.4);
  z-index: -1;
} */

.about-banner-btn {
  border: 2px solid #fe0002;
  padding: 10px 45px;
}

.about-banner-btn:hover {
  background: #fe0002;
  color: #fff;
}


/*conthelp*/
.conthelp {
  padding: 30px 0px;
  background: linear-gradient(135deg, rgba(95,158,160) 0%, rgb(207, 46, 46) 100%);
  opacity: 0.6;
}

.conthelp .row {
  /* background-color:rgb(189,65,71); */
  /* background:linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%); */
  /* background-color:#2c2c2c9e; */
  padding: 20px;
}

.conthelp-content {
  padding: 20px 0px;
}

.conthelp-h2 {
  color: #fff;
}

.conthelp-h4 {
  font-size: 18px;
  color: #f2f2f2;
}

/*=================== breadcrumb start ====================*/
.banner-breadcrumb {
  display: inline-block;
}

.banner-breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
}

.banner-breadcrumb .breadcrumb-item {
  padding: .1rem;
}

.banner-breadcrumb .breadcrumb-item a {
  text-transform: capitalize;
}

.banner-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
  padding-right: .1rem;
}

.banner-breadcrumb .breadcrumb-item.active {
  color: #fff;
}

/*=================== breadcrumb end ====================*/
/*=================== contact form start ====================*/
.contact_form .form-group {
  margin-bottom: 10px;
}

.contact_form input {
  border-radius: 0;
  height: 40px;
  padding-left: 18px;
  border-color: #EEEEEE;
}

.contact_form input:focus {
  outline: 0;
  box-shadow: none;
}

.contact_form input::placeholder {
  font-size: 14px;
  color: #999999;
}

.contact_form textarea {
  border-radius: 0;
  padding-left: 18px;
  border-color: #EEEEEE;
}

.contact_form textarea::placeholder {
  font-size: 14px;
  color: #999999;
}

/*=================== contact form end ====================*/
.accomodation.form-search-position {
  bottom: 75px;
}

/*=================== blog banner start ====================*/
.blog-banner {
  position: relative;
}

.blog-banner h4,
.blog-banner h1,
.blog-banner a {
  text-transform: uppercase;
  color: #fff;
}

.blog-banner h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.blog-banner h1 {
  font-size: 37px;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .blog-banner h1 {
    font-size: 48px;
  }
}

.blog-banner-area {
  height: 340px;
  background: url("../img/home/blog-bg.png") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

@media (min-width: 600px) {
  .blog-banner-area {
    height: 340px;
  }
}

@media (min-width: 1000px) {
  .blog-banner-area {
    height: 340px;
  }
}

.blog-banner-area .blog-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.blog-banner-area::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 2, 11, 0.7);
  z-index: -1;
}

.blog-banner-btn {
  border: 2px solid #fe0002;
  padding: 10px 45px;
}

.blog-banner-btn:hover {
  background: #fe0002;
  color: #fff;
}

/*=================== blog banner end ====================*/

/*=================== new launch banner start ====================*/
.newlaunch-banner {
  position: relative;
}

.newlaunch-banner h4,
.newlaunch-banner h1,
.newlaunch-banner a {
  text-transform: uppercase;
  color: #fff;
}

.newlaunch-banner h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.newlaunch-banner h1 {
  font-size: 37px;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .newlaunch-banner h1 {
    font-size: 48px;
  }
}

.newlaunch-banner-area {
  height: 340px;
  background: url("../img/home/complete-bg.png") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

@media (min-width: 600px) {
  .newlaunch-banner-area {
    height: 340px;
  }
}

@media (min-width: 1000px) {
  .newlaunch-banner-area {
    height: 340px;
  }
}

.newlaunch-banner-area .newlaunch-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.newlaunch-banner-area::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 2, 11, 0.7);
  z-index: -1;
}

.newlaunch-banner-btn {
  border: 2px solid #fe0002;
  padding: 10px 45px;
}

.newlaunch-banner-btn:hover {
  background: #fe0002;
  color: #fff;
}

/*=================== new launch banner end ====================*/
/*=================== ongoing banner start ====================*/
.ongoing-banner {
  position: relative;
}

.ongoing-banner h4,
.ongoing-banner h1,
.ongoing-banner a {
  text-transform: uppercase;
  color: #fff;
}

.ongoing-banner h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.ongoing-banner h1 {
  font-size: 37px;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .ongoing-banner h1 {
    font-size: 48px;
  }
}

.ongoing-banner-area {
  height: 340px;
  background: url("../img/home/ongoing-bg.png") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

@media (min-width: 600px) {
  .ongoing-banner-area {
    height: 340px;
  }
}

@media (min-width: 1000px) {
  .ongoing-banner-area {
    height: 340px;
  }
}

.ongoing-banner-area .ongoing-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.ongoing-banner-area::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 2, 11, 0.7);
  z-index: -1;
}

.ongoing-banner-btn {
  border: 2px solid #fe0002;
  padding: 10px 45px;
}

.ongoing-banner-btn:hover {
  background: #fe0002;
  color: #fff;
}

/*=================== ongoing banner end ====================*/

/*=================== Promoters banner start ====================*/
.promoters-banner {
  position: relative;
}

.promoters-banner h4,
.promoters-banner h1,
.promoters-banner a {
  text-transform: uppercase;
  color: #fff;
}

.promoters-banner h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.promoters-banner h1 {
  font-size: 37px;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .promoters-banner h1 {
    font-size: 48px;
  }
}

.promoters-banner-area {
  height: 340px;
  background: url("../img/home/gallery-bg.png") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

@media (min-width: 600px) {
  .promoters-banner-area {
    height: 340px;
  }
}

@media (min-width: 1000px) {
  .promoters-banner-area {
    height: 340px;
  }
}

.promoters-banner-area .promoters-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.promoters-banner-area::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 2, 11, 0.7);
  z-index: -1;
}

.promoters-banner-btn {
  border: 2px solid #fe0002;
  padding: 10px 45px;
}

.promoters-banner-btn:hover {
  background: #fe0002;
  color: #fff;
}

/*=================== Promoters banner end ====================*/

/* Latest Blog Area css
============================================================================================ */
.l_blog_item .l_blog_text .date {
  margin-top: 24px;
  margin-bottom: 15px;
}

.l_blog_item .l_blog_text .date a {
  color: #777777;
  font-size: 12px;
}

.l_blog_item .l_blog_text h4 {
  font-size: 18px;
  color: #303030;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0px;
  padding-bottom: 20px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.l_blog_item .l_blog_text h4:hover {
  color: #fe0002;
}

.l_blog_item .l_blog_text p {
  margin-bottom: 0px;
  padding-top: 20px;
}

/* End Latest Blog Area css
============================================================================================ */
/* Causes Area css
============================================================================================ */
.causes_slider .owl-dots {
  text-align: center;
  margin-top: 80px;
}

.causes_slider .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  background: #eeeeee;
  display: inline-block;
  margin-right: 7px;
}

.causes_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

.causes_slider .owl-dots .owl-dot.active {
  background: #fe0002;
}

.causes_item {
  background: #fff;
}

.causes_item .causes_img {
  position: relative;
}

.causes_item .causes_img .c_parcent {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}

.causes_item .causes_img .c_parcent span {
  width: 70%;
  height: 3px;
  background: #fe0002;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.causes_item .causes_img .c_parcent span:before {
  content: "75%";
  position: absolute;
  right: -10px;
  bottom: 0px;
  background: #fe0002;
  color: #fff;
  padding: 0px 5px;
}

.causes_item .causes_text {
  padding: 30px 35px 40px 30px;
}

.causes_item .causes_text h4 {
  color: #303030;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer;
}

.causes_item .causes_text h4:hover {
  color: #fe0002;
}

.causes_item .causes_text p {
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  font-weight: 300;
  margin-bottom: 0px;
}

.causes_item .causes_bottom a {
  width: 50%;
  border: 1px solid #fe0002;
  text-align: center;
  float: left;
  line-height: 50px;
  background: #fe0002;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.causes_item .causes_bottom a+a {
  border-color: #eeeeee;
  background: #fff;
  font-size: 14px;
  color: #303030;
}

/* End Causes Area css
============================================================================================ */
/*================= latest_blog_area css =============*/
.latest_blog_area {
  background: #f9f9ff;
}

.single-recent-blog-post {
  margin-bottom: 30px;
}

.single-recent-blog-post .thumb {
  overflow: hidden;
}

.single-recent-blog-post .thumb img {
  transition: all 0.7s linear;
}

.single-recent-blog-post .details {
  padding-top: 30px;
}

.single-recent-blog-post .details .sec_h4 {
  line-height: 24px;
  padding: 10px 0px 13px;
  transition: all 0.3s linear;
}

.single-recent-blog-post .details .sec_h4:hover {
  color: #777777;
}

.single-recent-blog-post .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.single-recent-blog-post:hover img {
  transform: scale(1.23) rotate(10deg);
}

.tags .tag_btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 1px 18px;
  text-align: center;
  color: #303030;
}

.tags .tag_btn:before {
  background: #fe0002;
}

.tags .tag_btn+.tag_btn {
  margin-left: 2px;
}

/*========= blog_categorie_area css ===========*/
.blog_categorie_area {
  padding-top: 60px;
  padding-bottom: 80px;
  background: #f9f9ff;
}

.categories_post {
  position: relative;
  text-align: center;
  cursor: pointer;
  height: 380px;
}

.categories_post img {
  max-width: 100%;
  height: 350px;
}

.categories_post .categories_details {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(34, 34, 34, 0.75);
  color: #fff;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

.categories_post .categories_details h5 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

.categories_post .categories_details p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}

.categories_post .categories_details .border_line {
  margin: 10px 0px;
  background: #fff;
  width: 100%;
  height: 1px;
}

.categories_post:hover .categories_details {
  background: #3e3eff;
}

/*============ blog_left_sidebar css ==============*/
.blog_area {
  background: #f9f9ff;
}

.blog_item {
  margin-bottom: 40px;
}

.blog_info {
  padding-top: 30px;
}

.blog_info .post_tag {
  padding-bottom: 20px;
}

.blog_info .post_tag a {
  color: #303030;
  font-size: 14px;
}

.blog_info .post_tag a:hover {
  color: #777777;
}

.blog_info .post_tag a.active {
  color: #fe0002;
}

.blog_info .blog_meta li a {
  color: #777777;
  vertical-align: middle;
  padding-bottom: 12px;
  display: inline-block;
}

.blog_info .blog_meta li a i {
  color: #303030;
  font-size: 16px;
  font-weight: 600;
  padding-left: 15px;
  line-height: 20px;
  vertical-align: middle;
}

.blog_info .blog_meta li a:hover {
  color: #fe0002;
}

.blog_post img {
  max-width: 100%;
}

.blog_details {
  padding-top: 20px;
}

.blog_details h2 {
  font-size: 24px;
  line-height: 36px;
  color: #303030;
  font-weight: 600;
  transition: all 0.3s linear;
}

.blog_details h2:hover {
  color: #fe0002;
}

.blog_details p {
  margin-bottom: 26px;
}

.view_btn {
  font-size: 14px;
  line-height: 36px;
  display: inline-block;
  color: #303030;
  font-weight: 500;
  padding: 0px 30px;
  background: #fff;
}

.blog_right_sidebar {
  border: 1px solid #eeeeee;
  background: #fafaff;
  padding: 30px;
}

.blog_right_sidebar .widget_title {
  font-size: 18px;
  line-height: 25px;
  background: #fe0002;
  text-align: center;
  color: #fff;
  padding: 8px 0px;
  margin-bottom: 30px;
}

.blog_right_sidebar .search_widget .input-group .form-control {
  font-size: 14px;
  line-height: 29px;
  border: 0px;
  width: 100%;
  font-weight: 300;
  color: #fff;
  padding-left: 20px;
  border-radius: 45px;
  z-index: 0;
  background: #fe0002;
}

.blog_right_sidebar .search_widget .input-group .form-control.placeholder {
  color: #fff;
}

.blog_right_sidebar .search_widget .input-group .form-control:-moz-placeholder {
  color: #fff;
}

.blog_right_sidebar .search_widget .input-group .form-control::-moz-placeholder {
  color: #fff;
}

.blog_right_sidebar .search_widget .input-group .form-control::-webkit-input-placeholder {
  color: #fff;
}

.blog_right_sidebar .search_widget .input-group .form-control:focus {
  box-shadow: none;
}

.blog_right_sidebar .search_widget .input-group .btn-default {
  position: absolute;
  right: 20px;
  background: transparent;
  border: 0px;
  box-shadow: none;
  font-size: 14px;
  color: #fff;
  padding: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.blog_right_sidebar .author_widget {
  text-align: center;
}

.blog_right_sidebar .author_widget h4 {
  font-size: 18px;
  line-height: 20px;
  color: #303030;
  margin-bottom: 5px;
  margin-top: 30px;
}

.blog_right_sidebar .author_widget p {
  margin-bottom: 0px;
}

.blog_right_sidebar .author_widget .social_icon {
  padding: 7px 0px 15px;
}

.blog_right_sidebar .author_widget .social_icon a {
  font-size: 14px;
  color: #303030;
  transition: all 0.2s linear;
}

.blog_right_sidebar .author_widget .social_icon a+a {
  margin-left: 20px;
}

.blog_right_sidebar .author_widget .social_icon a:hover {
  color: #fe0002;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 14px;
  line-height: 20px;
  color: #303030;
  margin-bottom: 4px;
  transition: all 0.3s linear;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3:hover {
  color: #fe0002;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 0px;
}

.blog_right_sidebar .popular_post_widget .post_item+.post_item {
  margin-top: 20px;
}

.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 2px dotted #eee;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
}

.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #777;
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}

.blog_right_sidebar .post_category_widget .cat-list li+li {
  padding-top: 15px;
}

.blog_right_sidebar .post_category_widget .cat-list li:hover {
  border-color: #fe0002;
}

.blog_right_sidebar .post_category_widget .cat-list li:hover a {
  color: #fe0002;
}

.blog_right_sidebar .newsletter_widget {
  text-align: center;
}

.blog_right_sidebar .newsletter_widget .form-group {
  margin-bottom: 8px;
}

.blog_right_sidebar .newsletter_widget .input-group-prepend {
  margin-right: -1px;
}

.blog_right_sidebar .newsletter_widget .input-group-text {
  background: #fff;
  border-radius: 0px;
  vertical-align: top;
  font-size: 12px;
  line-height: 36px;
  padding: 0px 0px 0px 15px;
  border: 1px solid #eeeeee;
  border-right: 0px;
}

.blog_right_sidebar .newsletter_widget .input-group-text i {
  color: #cccccc;
}

.blog_right_sidebar .newsletter_widget .form-control {
  font-size: 12px;
  line-height: 24px;
  color: #cccccc;
  border: 1px solid #eeeeee;
  border-left: 0px;
  border-radius: 0px;
}

.blog_right_sidebar .newsletter_widget .form-control.placeholder {
  color: #cccccc;
}

.blog_right_sidebar .newsletter_widget .form-control:-moz-placeholder {
  color: #cccccc;
}

.blog_right_sidebar .newsletter_widget .form-control::-moz-placeholder {
  color: #cccccc;
}

.blog_right_sidebar .newsletter_widget .form-control::-webkit-input-placeholder {
  color: #cccccc;
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
  outline: none;
  box-shadow: none;
}

.blog_right_sidebar .newsletter_widget .bbtns {
  background: #fe0002;
  color: #fff;
  font-size: 12px;
  line-height: 38px;
  display: inline-block;
  font-weight: 500;
  padding: 0px 24px 0px 24px;
  border-radius: 0;
}

.blog_right_sidebar .newsletter_widget .text-bottom {
  font-size: 12px;
}

.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}

.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eee;
  background: #fff;
  padding: 0px 13px;
  margin-bottom: 8px;
  transition: all 0.3s ease 0s;
  color: #303030;
  font-size: 12px;
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #fe0002;
  color: #fff;
}

.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0px;
}

.blog-pagination {
  padding-top: 25px;
  padding-bottom: 95px;
}

.blog-pagination .page-link {
  border-radius: 0;
}

.blog-pagination .page-item {
  border: none;
}

.page-link {
  background: transparent;
  font-weight: 400;
}

.blog-pagination .page-item.active .page-link {
  background-color: #fe0002;
  border-color: transparent;
  color: #fff;
}

.blog-pagination .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #8a8a8a;
  border: none;
}

.blog-pagination .page-link .lnr {
  font-weight: 600;
}

.blog-pagination .page-item:last-child .page-link,
.blog-pagination .page-item:first-child .page-link {
  border-radius: 0;
}

.blog-pagination .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #fe0002;
  border-color: #eee;
}

/*============ Start Blog Single Styles  =============*/
.single-properties .properties-card {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 24px 35px 24px 30px;
  background-color: white;
  box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);

}

.single-properties h2 {
  color: #080808;
  padding: 0 0 16px;
  font-size: 20px;
  font-family: poppins;
  font-weight: 600;
}

.single-properties p {
  font-size: 16px;

}

.prop-abt-foundation p {
  color: #fe0002;
  font-size: 16px;
  font-style: normal;
}

.single-properties .feature-img {
  background-color: white;
  padding: 10px;
  border-radius: 8px;
  height: 380px;
}

.single-properties .feature-img img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.single-properties .prop-feature-list {
  border: 1px solid #666;
  border-radius: 8px;
  padding: 10px;
  color: #666;
  margin: 8px;
}

.single-properties .prop-feature-list img {
  float: center;
  align-items: center;
}

.single-properties .prop-feature-list p {
  font-size: 17px;
  font-weight: 600;
}

.prop-header .prop-price {
  color: #fe0002;
  text-align: end;
}

.prop-header .prop-price h3 {
  font-size: 24px;
  font-family: poppins;
  font-weight: 600;
}

.prop-header .prop-price p {
  font-size: 16px;
  font-family: poppins;
  font-weight: 600;
}

.prop-price .rating-icon {
  color: gold;
}

.prop-head i {
  color: #666;
}

.prop-head .ph-b {
  color: #666;
}

/* prop overview */
.single-properties .prop-overview h3 {
  color: #666;
  font-size: 17px;
  font-weight: 600;
}

/* prop price */
.prop-price-menu {
  display: flex;
  justify-content: space-between;
}

.prop-price-listname {
  color: #666;
  margin-left: 40px;
  font-size: 15px;
  font-weight: 600;
}

.prop-price-listprice {
  color: #fe0002;
  margin-right: 40px;
  font-size: 20px;
  font-weight: 600;
}

/* prop plan */
.single-properties .prop-overview p {
  color: #111;
  font-size: 18px;
}

.single-properties .prop-plan-img {
  width: 100%;
  height: 350px;
  margin-bottom: 30px;
}

.single-properties .prop-plan-img img {
  width: 100%;
  height: 100%;
}

/* amnities */
.single-properties .prop-amnities-menu {
  padding: 5px;
}

.single-properties .prop-amnities-img {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-items: center;
}

.single-properties .prop-amnities-img img {
  width: 100%;
  align-items: center;
}

.single-properties .amnities p {
  color: #555555;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  /* margin-top:30px; */
}

/* map */
.prop-map .map-frame {
  width: 100%;
  height: 400px;
  margin-top: 20px;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
}

.properties_right_sidebar {
  /* border: 1px solid #eeeeee; */
  background: #fff;
  border-radius: 8px;
}

/* sidebar prop */
.properties_right_sidebar .contact-sidebar {
  padding: 10px;
  /* position:fixed; */
  /* top:20%; */
  /* position:-webkit-sticky;
   position:sticky;
   top:0; */

}

@media (max-width:598px) {
  .single-properties .prop-feature-list p {
    font-size: 15px;
    font-weight: 600;
  }

  .prop-header .prop-price {
    color: #fe0002;
    text-align: start;
  }

  .prop-price-listname {
    margin-left: 0px;
    font-size: 15px;
  }

  .prop-price-listprice {
    margin-right: 10px;
    font-size: 20px;
  }

  .single-properties .feature-img {
    height: 300px;
  }

  .single-properties .feature-img img {
    width: 100%;
    height: 100%;
  }

  .single-properties .prop-gall-slide #carouselExampleControls {
    max-height: 280px !important;
  }

  .single-properties #carouselExampleControls .carousel-item {
    height: 250px !important;
  }

  .single-properties .prop-gall-slide #carouselExampleControls .carousel-item img {
    width: 100%;
    height: 100%;
  }

  .single-properties .prop-plan-img {
    width: 100%;
    height: 300px;
  }

  .prop-price-menu {
    display: flex;
  }

  /* map */
  .prop-map .map-frame {
    width: 100%;
    height: 300px;
  }
}

.contact-sidebar h4 {
  font-size: 20px;
  font-weight: 700;
  color: #6233ae;
  text-align: center;
}

.contact-sidebar p {
  font-size: 15px;
  text-align: center;
}

.contact-sidebar .form-group {
  background-color: #fff;
  color: #e99398;
}

.contact-sidebar .form-group .form-control {
  background-color: #f8f8f8;
  border: none;
}

.contact-sidebar .form-group .form-control:focus {
  outline: none;
  border: none;
}

/*  */
.single-post-area .social-links {
  padding-top: 10px;
}

.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

.single-post-area .social-links li a {
  color: #cccccc;
  padding: 7px;
  font-size: 14px;
  transition: all 0.2s linear;
}

.single-post-area .social-links li a:hover {
  color: #303030;
}

.single-post-area .blog_details {
  padding-top: 26px;
}

.single-post-area .blog_details p {
  margin-bottom: 10px;
}

.single-post-area .quotes {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 24px 35px 24px 30px;
  background-color: white;
  box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);
  font-size: 14px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}

.single-post-area .arrow {
  position: absolute;
}

.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}

.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}

.single-post-area .navigation-area {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 60px;
}

.single-post-area .navigation-area p {
  margin-bottom: 0px;
}

.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
  color: #303030;
}

.single-post-area .navigation-area .nav-left {
  text-align: left;
}

.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}

.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: .5;
}

@media (max-width: 767px) {
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}

.single-post-area .navigation-area .nav-right {
  text-align: right;
}

.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}

.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: .5;
}

@media (max-width: 991px) {
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}

.comments-area {
  background: #fafaff;
  border: 1px solid #eee;
  padding: 50px 30px;
  margin-top: 50px;
}

@media (max-width: 414px) {
  .comments-area {
    padding: 50px 8px;
  }
}

.comments-area h4 {
  text-align: center;
  margin-bottom: 50px;
  color: #303030;
  font-size: 18px;
}

.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

.comments-area a {
  color: #303030;
}

.comments-area .comment-list {
  padding-bottom: 48px;
}

.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

.comments-area .comment-list.left-padding {
  padding-left: 25px;
}

@media (max-width: 413px) {
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }

  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }

  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}

.comments-area .thumb {
  margin-right: 20px;
}

.comments-area .date {
  font-size: 13px;
  color: #cccccc;
  margin-bottom: 13px;
}

.comments-area .comment {
  color: #777777;
  margin-bottom: 0px;
}

.comments-area .btn-reply {
  background-color: #fff;
  color: #303030;
  padding: 5px 18px;
  font-size: 12px;
  display: block;
  font-weight: 400;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.comments-area .btn-reply:hover {
  background-color: #fe0002;
  color: #fff;
  font-weight: 700;
}

.comment-form {
  background: #fafaff;
  text-align: center;
  border: 1px solid #eee;
  padding: 47px 30px 43px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.comment-form h4 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 22px;
  color: #303030;
}

.comment-form .name {
  padding-left: 0px;
}

@media (max-width: 767px) {
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}

.comment-form .email {
  padding-right: 0px;
}

@media (max-width: 991px) {
  .comment-form .email {
    padding-left: 0px;
  }
}

.comment-form .form-control {
  padding: 8px 20px;
  background: #fff;
  border: none;
  border-radius: 0px;
  width: 100%;
  font-size: 14px;
  color: #777777;
  border: 1px solid transparent;
}

.comment-form .form-control:focus {
  box-shadow: none;
  border: 1px solid #eee;
}

.comment-form .form-control::placeholder {
  color: #777777;
}

.comment-form textarea.form-control {
  height: 140px;
  resize: none;
}

.comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #777;
}

.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #777;
}

.comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #777;
}

.comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #777;
}

/*============ End Blog Single Styles  =============*/
/* @media (min-width:579px){
  .mobile-bottom-nav {
    position: fixed;
    bottom:50px;
    right: 50px;
    z-index: 1000;
    will-change: transform;
    transform: translateZ(0);
    display: flex;
    align-items:center;
  }
  .mobile-bottom-nav__item {
    flex-grow: 1;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    width:45px;
    height:45px;
    border-radius:50%;
  }
  .mobile-bottom-nav__item:nth-child(1){
    background-color: #fe0002;
  }
  .mobile-bottom-nav__item:nth-child(2){
    background-color: #1c9963;
    margin-left:10px;
  }
  .mobile-bottom-nav__item:nth-child(3){
    background-color: rgb(7, 7, 54);
    margin-left:10px;
  }
  .mobile-bottom-nav__item:nth-child(5){
    background-color: #7649bc;
    margin-left:10px;
  }
  .mobile-bottom-nav__item-content {
    display: flex;
    flex-direction: column;
  }
  .mobile-bottom-nav__item-content .mobile-para {
   display:none;
  }
  .mobile-bottom-nav__item-content .enquire-i,
  .mobile-bottom-nav__item-content .whatsapp-i,
  .mobile-bottom-nav__item-content .call-i,
  .mobile-bottom-nav__item-content .launch-i{
    font-size:25px;
    color:#fff;
  }
}
@media (max-width:578px){
.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  will-change: transform;
  transform: translateZ(0);
  display: flex;
  height: 70px;
  box-shadow: 0 -3px 14px rgba(0, 0, 0, .16);
  background-color: #ffff;
}
.mobile-bottom-nav__item {
  flex-grow: 1;
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top:15px;
}
.mobile-bottom-nav__item:nth-child(1){
  border-right:1px solid #ddd;
}
.mobile-bottom-nav__item:nth-child(2) {
  border-right:1px solid #ddd;
}
.mobile-bottom-nav__item:nth-child(3) {
  border-right:1px solid #ddd;
}

.mobile-bottom-nav__item-content {
  display: flex;
  flex-direction: column;
}
.mobile-bottom-nav__item-content .mobile-para {
  color:#111111;
  font-size:16px;
  font-weight:600;
}
.mobile-bottom-nav__item-content .enquire-i{
  color:#6233ae;
  font-size:24px;
  font-weight: 700;
}
.mobile-bottom-nav__item-content .whatsapp-i{
  color:#1c9963;
  font-size:24px;
  font-weight: 700;
}
.mobile-bottom-nav__item-content .call-i{
  color:#fe0002;
  font-size:24px;
  font-weight: 700;
}
.mobile-bottom-nav__item-content .launch-i{
  color:rgb(7, 7, 54);
  font-size:24px;
  font-weight: 700;
}
} */

/* home slider */

.slider {
  position: relative;
  width: 100%;
  height: 100vh;
}

.slider ul {
  padding: 0;
  margin: 0;
}

.slider .title {

  color: #fff;
  font-weight: 600 !important;
  font-size: 34px !important;
}

.slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  transition: clip .7s ease-in-out, z-index 0s .7s;
  clip: rect(0, 100vw, 100vh, 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
}



/* .slider li:before{
  content:"";
  position:absolute;
  top:-20px;
  right:0;
  width:250px;
  height:250px;
  background-image:url("https://i.postimg.cc/02zcww6c/slider-shape.png");
  background-size:100% 100%;
  transition-delay: 1s;
  transform: rotate(-90deg);
  z-index:1;
} */

/* .slider li:after{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  width:300px;
  height:300px;
  background-image:url("https://i.postimg.cc/KjKbwDfR/slider-shape-2.png");
  background-size:100% 100%;
  transform:rotate(360deg);
transition: all 1.5s cubic-bezier(0,0,.2,1);
  z-index:1;
  background-position:center left;
} */
.slider li:nth-child(1) {
  background: linear-gradient(to right, rgba(1, 2, 11, 0.3) 10%, rgba(1, 2, 11, 0.1) 51%, rgba(1, 2, 11, 0.3) 100%), url("../img/home/home-1.png");
  background-size: cover;
  background-position: top center;
}

.slider li:nth-child(2) {
  background: linear-gradient(to right, rgba(1, 2, 11, 0.3) 10%, rgba(1, 2, 11, 0.1) 51%, rgba(1, 2, 11, 0.3) 100%), url("../img/home/home-2.png");
  background-size: cover;
  background-position: top center;
}

.slider li:nth-child(3) {
  background: linear-gradient(to right, rgba(1, 2, 11, 0.3) 10%, rgba(1, 2, 11, 0.1) 51%, rgba(1, 2, 11, 0.3) 100%), url("../img/home/home-3.png");
  background-size: cover;
  background-position: top center;
}
.slider li:nth-child(4) {
  background: linear-gradient(to right, rgba(1, 2, 11, 0.3) 10%, rgba(1, 2, 11, 0.1) 51%, rgba(1, 2, 11, 0.3) 100%), url("../img/home/home-4.png");
  background-size: cover;
  background-position: top center;
}

.slider li:nth-child(5) {
  background: linear-gradient(to right, rgba(1, 2, 11, 0.3) 10%, rgba(1, 2, 11, 0.1) 51%, rgba(1, 2, 11, 0.3) 100%), url("../img/home/home-5.png");
  background-size: cover;
  background-position: top center;
}

.slider li:nth-child(6) {
  background: linear-gradient(to right, rgba(1, 2, 11, 0.3) 10%, rgba(1, 2, 11, 0.1) 51%, rgba(1, 2, 11, 0.3) 100%), url("../img/home/home-6.png");
  background-size: cover;
  background-position: top center;
}


.slider article {
  width: 50%;
  margin-top: 4rem;
  color: #fff;
  z-index: 11;
}

.slider p {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
}

.slider h3,
.slider h3+p,
.slider p+.btn,
li:after {
  opacity: 0;
  transition: opacity .7s 0s, transform .5s .2s;
  transform: translate3d(0, 50%, 0);
}

li.current h3,
li.current h3+p,
li.current p+.btn,
li.current:after {
  opacity: 1;
  transition-delay: 1s;
  transform: translate3d(0, 0, 0);
}

.slider li:before {
  transition: 0.5s;
  top: -250px !important;
}

li.current:before {
  transition-delay: 1s;
  transform: rotate(-90deg);
  top: -20px !important;
}

li.current {
  z-index: 1;
  clip: rect(0, 100vw, 100vh, 0);
}

li.prev {
  clip: rect(0, 0, 100vh, 0);
}

.slider .home-slide-btn {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  text-align: center;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider .home-slide-btn a {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  background-color: var(--white);
  margin: 0 0.2rem;
  transition: transform .3s;
}


a.current_dot {
  transform: scale(1.4);
  background: var(--primary) !important;
}

@media screen and (max-width: 920px) {
  header {
    height: 70vh;
    position: relative;
  }

  .cs-down {
    display: none;
  }

  .slider {
    height: 70vh;
  }

  .slider article {
    width: 100%;
    margin-top: 2rem;
  }

  .slider li:nth-child(2) {
    background-position: top center;
  }

  .slider li:nth-child(3) {
    background-position: top center;
  }

  li.current:before {
    top: -30px;
    right: -10px;
  }
}

@media (max-width:578px) {
  .slider p {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
  }

  .slider .title {
    display: inline-block;
    color: #fff;
    font-weight: 600 !important;
    font-size: 32px;
  }

}


.prop-avalon-menu .prop-avalon-amnities-img {
  width: 150px;
  height: 150px;
  margin: 5px;
}

.prop-avalon-menu .prop-avalon-amnities-img img {
  width: 100%;
  height: 100%;
}

.comming-soon {
  height: 400px;
}

.comming-soon img {
  width: 100%;
  height: 100%;
}

@media (max-width:598px) {
  .comming-soon {
    height: 250px;
  }

  .comming-soon img {
    width: 100%;
    height: 100%;
  }

}

/* gallery section */

.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 10px;
}

.gallery img {
  width: 100%;
  max-width: 350px;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.gallery::after {
  content: "";
  width: 350px;
}



/*why choose us section starts */

.bg-gry {
  background-color: #f9fafb;
  
}

.feature-item {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  transition: .5s;
}

.feature-item::before {
  content: "";
  position: absolute;
  top: -142px;
  left: 0;
  right: 0;
  margin: auto;
  width: 95%;
  height: 70%;
  background-color: #fdebeb;
  border-radius: 50%;
}

.feature-item .ft-icon {
  position: relative;
}

.feature-item .ft-icon i {
  color: #fe0002;
  background-color: #fff;
  height: 97px;
  width: 100px;
  line-height: 97px;
  border-radius: 50%;
  font-size: 31px;
  transition: .5s;
}


.finix-text h3 {
  color: #fe0002;
  font-size: 24px;
  font-weight: 400;
}

.finix-text h2 {
  position: relative;
  color: #000;
  font-size: 28px;
  font-weight: 600;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}

.finix-text h2:before {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 7px;
  width: 40px;
  height: 3px;
  background-color: #fe0002;
}

.finix-text p {
  margin-bottom: 15px;
  line-height: 1.8;
  color: #606060;
  font-weight: 400;
  font-size: 16px;
}

.feature-item:hover {
  transform: translateY(-10px);
}

.feature-item:hover .ft-icon i {
  background-color: #fe0002;
  color: #fff;
}

.feature-item h2 {
  font-size:18px;
}
.top-4 {
  margin-top: -30px;
}

.finix-text {
  position: relative;
}

.finix-text img {
  width: 100%;
}



/* why choose us section ends */

/* about section starts */
@media (max-width:598) {
  .feature-item .top-4 {
    margin-top: 30px;
  }
  .about-section {
    padding: 40px 0px;
  }
}

.about-section {
  position: relative;
  padding: 80px 0px;
}

.about-section .content-column {
  position: relative;
  margin-bottom: 40px;
}

.about-section .content-column .inner-column {
  /* position:relative; */
  /* padding-top:50px;
	padding-right:100px; */
}

.about-section .content-column .text {
  position: relative;
  color: #000;
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 40px;
}

.about-section .content-column .email {
  position: relative;
  color: #252525;
  font-weight: 700;
  margin-bottom: 50px;
}

.about-section .image-column {
  position: relative;
  margin-bottom: 50px;
}

.about-section .image-column .inner-column {
  position: relative;
  padding: 40px 40px 0px 0px;
  margin-left: 50px;
}

.about-section .image-column .inner-column:after {
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  left: 40px;
  bottom: 100px;
  z-index: -1;
  border: 2px solid #fe0002;
}

.about-section .image-column .inner-column .image {
  position: relative;
}

.about-section .image-column .inner-column .image:before {
  position: absolute;
  content: '';
  left: -50px;
  bottom: -50px;
  width: 299px;
  height: 299px;
  background: url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.about-section .image-column .inner-column .image .overlay-box {
  position: absolute;
  left: 40px;
  bottom: 48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box {
  position: relative;
  color: #fe0002;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  padding-left: 125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 110px;
  height: 110px;
  color: #fe0002;
  font-size: 68px;
  font-weight: 700;
  line-height: 105px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #000000;
}

.about-section .btn-style-three:before {
  position: absolute;
  content: '';
  left: 10px;
  top: 10px;
  z-index: -1;
  right: -10px;
  bottom: -10px;
  background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}

.about-section .btn-style-three:hover {
  color: #ffffff;
  background: #fe0002;
}

.about-section .btn-style-three {
  position: relative;
  line-height: 24px;
  color: #252525;
  font-size: 15px;
  font-weight: 700;
  background: none;
  display: inline-block;
  padding: 11px 40px;
  background-color: #ffffff;
  text-transform: capitalize;
  border: 2px solid #fe0002;
  font-family: 'Arimo', sans-serif;
}

.sec-title2 {
  color: #fff;
}

.sec-title {
  position: relative;
  padding-bottom: 40px;
}

.sec-title h2 {
  color: #fe0002;
}

.sec-title .title {
  position: relative;
  color: #000;
  font-size: 28px;
  font-weight: 600;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}

.sec-title .title:before {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 7px;
  width: 40px;
  height: 3px;
  background-color: #fe0002;
}

/* about section end */


/* sticky sidebar start */
.sticky-icon {
  z-index: 1;
  position: fixed;
  top: 25%;
  right: 0%;
  width: 220px;
  display: flex;
  flex-direction: column;
}

.sticky-icon a {
  transform: translate(160px, 0px);
  border-radius: 50px 0px 0px 50px;
  text-align: left;
  margin: 2px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  font-weight: 600;
  font-size: 20px;
  font-family: "playfair", serif;
  transition: all 0.8s;
}

.sticky-icon a:hover {
  color: #FFF;
  transform: translate(0px, 0px);
}

.sticky-icon a:hover i {
  transform: rotate(360deg);
}

/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook {
  background-color: #2C80D3;
  color: #FFF;
}

.Phone {
  background-color: #53c5ff;
  color: #FFF;
}

.Whatsapp {
  background-color: #1c9963;
  color: #FFF;
}

.Enquire {
  background-color: #FD1D1D;
  color: #FFF;
}

.sticky-icon a i {
  background-color: #FFF;
  height: 40px;
  width: 40px;
  color: #000;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.5s;
}

.sticky-icon a i.fa-facebook-f {
  background-color: #FFF;
  color: #2C80D3;
}

.sticky-icon a i.fa-phone {
  background-color: #FFF;
  color: #53c5ff;
}

.sticky-icon a i.fa-envelope {
  background-color: #FFF;
  color: #fa0910;
}

.sticky-icon a i.fa-whatsapp {
  background-color: #FFF;
  color: #1c9963;
}

#myBtn {
  height: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align: center;
  padding: 10px;
  text-align: center;
  line-height: 40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  font-family: "playfair", serif;
  cursor: pointer;
  border-radius: 50%;
}

.fa-arrow-circle-up {
  font-size: 30px;
}

#myBtn:hover {
  background-color: #555;
}

/* sticky sidebar end */


/*  */
.test {
  background-image: url('../img/icons/Newfolder/real-estate.jpg');
  padding:60px 0px;
}
.testimonial {
  border-right: 4px solid #2a3d7d;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px 130px;
  /* margin: 0 15px 30px 15px; */
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

.testimonial:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -17px;
  border-top: 25px solid #fe0002;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(45deg);
}

.testimonial:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  border-top: 25px solid #fe0002;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(135deg);
}

.testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 20px;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.testimonial .description {
  font-size: 15px;
  letter-spacing: 1px;
  color: #6f6f6f;
  line-height: 25px;
  margin-bottom: 15px;
}

.testimonial .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2a3d7d;
  margin: 0;
}

.testimonial .post {
  display: inline-block;
  font-size: 17px;
  color: #2a3d7d;
  font-style: italic;
}

.owl-theme .owl-controls .owl-page span {
  border: 2px solid #2a3d7d;
  background: #fff !important;
  border-radius: 0 !important;
  opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
  background: #2a3d7d !important;
  border-color: #2a3d7d;
}

@media only screen and (max-width: 767px) {
  .testimonial {
    padding: 20px;
    text-align: center;
    /* height: 300px; */
  }

  .testimonial .pic {
    display: block;
    position: static;
    margin: 0 auto 15px;
  }
}
/*completed property*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
}

.section-title h2:before,
.section-title h2:after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--accent-color);
  display: inline-block;
}

.section-title h2:before {
  margin: 0 15px 10px 0;
}

.section-title h2:after {
  margin: 0 0 10px 15px;
}

.section-title p {
  margin-bottom: 0;


}
.property-section {
  text-align: center;
  padding: 20px;
}

h1 {
  font-size: 28px;
  color: #333;
}

p {
  font-size: 16px;
  color: #555;
}

.filter-buttons {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.filter-btn {
  padding: 10px 15px;
  border: none;
  background-color: #ddd;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.filter-btn.active {
  background-color: #007bff;
  color: white;
}

.filter-btn:hover {
  background-color: #0056b3;
  color: white;
}

.image-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  padding: 0 20px;
}

.image-card {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.image-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.image-card:hover {
  transform: scale(1.05);
}

.hidden {
  display: none;
}
