@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&display=swap');


body {
  background-color: #dfdfdf;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

h1,
h2,
h3 {
  text-transform: capitalize;
}

p {
  line-height: 23px;
}

h1 {
  font-size: 36px;
  position: relative;
  font-weight: 700;
  color: #fff;
}



h2 {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  background: #2a2e4b;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
  z-index: 2;
}


h3 {
  font-size: 28px;
  letter-spacing: 1;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 18 px;
  color: #2a2e4b;
  position: relative;

  font-weight: 500;
}

.line1 {
  background-image: url("../img/ahj.png");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  width: 35px;
  height: 12px;
  position: relative;
}

.line2 {
  background-image: url("../img/ahj.png");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  width: 35px;
  height: 12px;
  position: relative;
}




a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  letter-spacing: initial;
  line-height: initial;
}


p {
  letter-spacing: initial;
  line-height: 23px;
  font-size: 17px;
}

.btan a {
  color: #ffffff;
  background-color: #2a2e4b;
  padding: 9px;
  ;
  width: 100%;
  display: inline-block;
  height: 50px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  cursor: pointer;
}


.btan:hover:after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);

}

.btan:hover {
  box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  transition: all 0.5s;
  background-color: #37403d;
}

/* =============sticky_icon==================== */

.sticky_icon {
  display: none;
}


.heading {
  position: relative;
  padding-left: 12px;
}

.heading::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  content: "";
  background-color: #2a2e4b;
}



.fixed-tag {
  position: fixed;
  top: 0;
  z-index: 9999;
}


/* =========================header start========================= */
.hero-5-scroll-wrap {
  height: 32px;
  width: 20px;
  border: 2px solid #ffffff;
  display: inline-block;
  border-radius: 30px;
  margin-top: 20px;
  position: relative;
}


.scroll-down {
  position: absolute;
  bottom: -24px;
  left: calc(50% - 340px);
  height: 88px;
  width: 680px;
  text-align: center;

  z-index: 99;

}

.hero-5-scroll-wrap::before {
  content: "";
  height: 6px;
  width: 2px;
  border-radius: 50px;
  background-color: #ffffff;
  position: absolute;
  top: 5px;
  left: 7px;
  -webkit-animation: scrollMove 1.5s infinite;
  animation: scrollMove 1.5s infinite;
}

@keyframes scrollMove {

  to {
    transform: translateY(12px);
    transition: 0.3s;
    opacity: 0.2;
  }

  from {
    transform: translateY(0%);
    transition: 0.3s;

  }

}






.header {
  padding: 6px 0;
  z-index: 999;
  margin: 0 auto;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;

}



.header a {
  color: #000000 !important;
}




/* STICKY STYLES
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
.header.is-sticky {
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  padding: 5px 0;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  background: #ffffff;
  border-bottom: none;
  height: auto;
  top: 0;
  left: 0;
  right: 0;

}

.header.is-sticky .menu {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  border-bottom: 0px solid #2a2e4b;
  border-right: 0px solid #2a2e4b;
}



.header .contect-us {

  padding: 3px 21px 3px 3px;
  background-color: #2a2e4b;
  border-radius: 42px;
}


.header .contect-us ul li .fa {
  padding: 11px 13px 11px 12px;
  background: #fff;
  border-radius: 3px;
  margin-right: 11px;
  color: #2a2e4b;
  border-radius: 42px;

}

.header .contect-us ul li span {
  color: #ffffff;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    transition: 0.3;
  }

  to {
    transform: translateY(0);
    transition: 0.3;
  }
}

.menu ul li {
  display: inline-block;
  padding-right: 19px;
}

.menu ul li a {
  position: relative;
}

.menu ul li a::after {
  position: absolute;
  right: 50%;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 2px;
  content: "";
  background-color: #2a2e4b;
}

.menu ul li a:hover:after {
  width: 100%;
  right: 0;
  left: 0;
  transition: 0.3s;
}

.header ul li a {
  transition: all 0.5s;
  color: rgb(255, 255, 255)0f0;
  font-size: 16px;
  font-weight: 500;
}



.header ul li .active {
  color: #2a2e4b !important;
}

.header ul li a:hover {
  transform: all 0.5s;
  color: #2a2e4b !important;
}


/* =========header closed========= */



/* ===========================banner = style = start ===================== */
.banner_bg {
  position: relative;

}

.banner_bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: transparent;
  z-index: 1;
  background-image: linear-gradient(to right, #191d1d, rgba(44, 51, 51, 0.54), rgba(255, 255, 255, 0), rgba(52, 78, 65, 0));
}

.banner_bg .banner_img img {
  height: 100vh;
}

.banner_text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  display: flex;
  color: #fff;
  z-index: 2;
}

/* .banner .banner_wrapper_text ul li p {
  font-size: 19px;
  animation: color 03s linear infinite;
  transition: 0.3s;
}


@keyframes color {
  0% {
    color: #2a2e4b;
    transform: scale(1);
    transition: 0.3s;
  }

  50% {
    color: #2a2e4b;
    transform: scale(1.1);
    transition: 0.3s;
  }

  100% {
    color: #ffffff;
    transform: scale(1);
    transition: 0.3s;
  }
} */


.banner .banner_wrapper_text .bgk ul {
  border-radius: 10px;
  box-shadow: 0 2px 5px -2px;
  background: #2a2e4bc9;
  width: 469px;
  padding: 17px;
}

.banner .banner_wrapper_text .bgk ul li i {
  font-size: 58px;
  color: #fff;
  animation: flip infinite 4s;
}


@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0) translateY(0%);
    animation-timing-function: ease-out;
  }

  /* 70% {
  transform: perspective(400px) rotateY(300deg) translateY(-50%);
  animation-timing-function: ease-in;
} */
  100% {
    transform: perspective(400px) rotateY(360deg) translateY(0%);
    animation-timing-function: ease-in;
  }
}


.banner .banner_wrapper_text .bgk ul li h3 {
  color: #ffffff;
  font-size: 21px;
  letter-spacing: 5px;
}


.banner .banner_wrapper_text .bgk ul li p {
  font-size: 34px !important;
  font-weight: 623;
}

.banner .banner_wrapper_text .banner_highlight h3 {
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 1.3px;
}

.banner .banner_wrapper_text h3 {
  font-size: 21px;
  color: #ffffff;
}

.banner .banner_wrapper_text .price_bg {
  padding: 11px;
  width: 469px;
  border-radius: 10px;
  box-shadow: 0 2px 5px -2px;
  background: #2a2e4bc9;
  color: #fff;

}

.banner .banner_wrapper_text h5 {
  background: #ffffff;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
  font-size: 25px;
  font-weight: bold;

}

.banner .banner_wrapper_text i {
  color: #2a2e4b;
}

.banner .banner_wrapper_text h6 {
  font-size: 25px;
  margin: 0;
  padding: 0;
  color: #fff !important;
}



.banner .banner_wrapper_text ul li h5 {
  font-size: 26px;

}

.banner .banner_wrapper_text {
  position: relative;

}

.banner_bg .banner h4 {
  display: none;
}

.form_section {
  background: #ffffff;
  padding: 28px 42px;
  border-radius: 12px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 12px 26px;
}

.form-label {
  color: #4f4b4b;
  text-align: left !important;
  float: left;
  margin-left: 5px;
}

.text_form {
  height: 55px;
  padding: 12px 52px !important;
}


.Banner-form {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
  width: 389px;

}




.icon-inside {
  position: absolute;
  width: 50px;
  height: 54px;
  left: 9px;
  top: 0;
  pointer-events: none;
  font-size: 18px;
  font-size: 1.125rem;
  color: #2a2e4b;
  z-index: 3;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.form_section p {
  color: #000000;
}

.form_section h3 {
  color: #000000;
  font-size: 22px;
  font-weight: bold;
}

.form_bottom .form_section {
  margin: 0;
  background-color: #37403d;
  border-radius: 0;
}


#SubmitQuerytop {
  background: #2a2e4b;
  color: #ffffff;
  outline: none;
  width: 100%;
  height: 42px;
  border: none;
  font-weight: bold;
  border-radius: 9px;
  transition: 0.3s;
}

#SubmitQuerytop:hover {
  background-color: #424242;
  transition: 0.3s;
  border: none;
  box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
}

.img_high {
  position: absolute;
  top: 6%;
  z-index: 99;
  right: 48%;
}

.img_high img {
  width: 109px;
}




/* slider */


.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.slick-dots {
  bottom: 7px;
  z-index: 99;
}

.slick-dots li.slick-active button::before {
  opacity: .95;
  color: #ffffff;
}

.slick-dots li button::before {
  font-family: 'slick';
  font-size: 14px;
  line-height: 20px;
}

/* =============== banner start style closed ========================= */


/* popup form on restart */

.madal-reload {
  background: rgba(0, 0, 0, 0.69);
  align-items: center;
  justify-content: center;
  align-content: center;
}

.madal-reload .modal-dialog {
  position: relative;
  width: 472px !important;
  margin: var(--bs-modal-margin);
  pointer-events: none;
  justify-content: center;
  display: flex;
  display: flex;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
}


.madal-reload .modal-header {
  padding: 0;
  height: 0;
  border: 0;
  display: block !important;
}

.madal-reload {
  background: rgba(0, 0, 0, 0.69);
}

.madal-reload .modal-content {
  margin: 12px;
}

.madal-reload .form-control {
  background-color: #fff !important;
  border: 1px solid #929292;

}


.madal-reload #SubmitQuerytop {
  background: #2a2e4b !important;
}

.madal-reload h5 {
  color: #000000;
  font-size: 21px;
}

.madal-reload p {
  border-top: 1px solid #959595;
}



.madal-reload .motal_form_text span i {
  color: #2a2e4b;
}

.madal-reload .motal_form_text h3 {
  font-size: 25px;
}

.btan_g {
  background: #2a2e4b;
  border: none;
  padding: 7px 15px;
  color: #fff;
  font-size: 22px;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 99;
  float: right;
}


/*  */


/* =============== banner start style closed ========================= */

.projects {
  padding: 90px 0;
  background-color: #f6f4f2;
}

.project_box {
  background-color: #f7efef;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 100%;
  padding: 10px 10px !important;
  border: 3px solid #2a2e4b85;

}

.projects p {
  color: #000000;
}

.project_box .projects_text h6 {
  font-size: 19px;
  color: #000000;
}

.col_color {
  color: #2a2e4b;
}

/* 
.project_box .projects_text {

  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, #0a0a0a00, rgba(0, 0, 0, 0.22), rgba(14, 14, 14, 0.94), rgba(0, 0, 0, 0.83));

  width: 100%;
  height: 100%;
} */

.project_box .projects_text .tect {

  padding: 16px 16px;


}

.project_box .projects_text h3 {
  background: #2a2e4b;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.project_box .projects_text h4 {
  color: #000000;
  font-size: 16px;
}



.project_box .projects_text ul li i {
  color: #2a2e4b;

}

.project_box .projects_text ul li h6 {
  font-size: 14px;
  letter-spacing: 1.1px;
}

.project_box .projects_text h5 {
  color: #ffffff;
  font-size: 22px;
  background-color: #2a2e4b;
  padding: 9px;
}

.project_box .projects_text h5 span {
  color: #000000;
  background-color: #2a2e4b;
  padding: 9px;
  font-size: 21px !important;
}


.project_box .br_text {
  background-color: rgb(255, 255, 255);
  padding: 15px;

}

.project_box .br_text h5 {
  color: #000000 !important;
}

.project_box .bg_high {
  background-color: rgb(255, 255, 255);
  padding: 15px;
  margin-top: 5px;
}

.project_box .bg_high li {
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1.1.3px;
}


.projects_img {
  position: relative;
}

.projects_img .highlight_text {
  position: absolute;
  top: 0;
  left: 0;
  background: #2a2e4b;
  padding: 6px 8px;
  z-index: 1;
}

.projects_img .highlight_text p {
  color: #ffffff;
  font-size: 14px;
}



/* ==========================footer form style start===================================== */



/* =======================amenities style start ===================== */
.amenities_bg {
  padding: 90px 0;
  position: relative;
  box-shadow: 0px 15px 20px -17px rgb(0 0 0 / 8%);
  background: #eadec64d;
  background-image: url("../img/price_list_bg.png");
}




.amenities_bg h2 {
  color: #000000 !important;
}


.amenities_box {
  background: #f5f5f5;
  text-align: center;
  height: 100%;
  border: 1px solid #bbbdbb;
  min-height: 154px;
  padding: 12px 12px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}


.amenities_box h4 {
  color: #000000;
}

.amenities_box img {
  filter: grayscale(50%);
  transition: 0.3s;
}

.amenities_box:hover img {
  filter: grayscale(0%);
  transition: 0.3s;
}



.amenities_box .overlay_text {
  z-index: 1;
  position: relative;
}


.amenities_bg .amenities_over {
  font-size: 69px;
  position: absolute;
  line-height: 100px;
  font-weight: 600;
  z-index: 99;
  opacity: 0.2;
  text-transform: uppercase;
  left: 25px;
  writing-mode: tb-rl;
  top: 50%;
  transform: rotate(180deg) translateY(50%);
  height: 100%;
  text-align: center;

}

.amenities_bg .amenities_over h3 {
  color: #444;
  font-size: 71px;
  letter-spacing: 15px;
}





/* =======================amenities style end ===================== */









.footer_bg {
  background-image: url("../img/amenities_bg.png");
  padding: 90px 0;
  color: #fff;
  position: relative;
  background-size: cover;
}

.footer_bg::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(62, 70, 67, 0.76);
  position: absolute;
  top: 0;
  right: 0;
}


.footer {
  position: relative;
  z-index: 1;
}

.footer_bg h3 {
  position: relative;
}

.footer_bg h3::after {
  content: "";
  border-left: 3px solid #2a2e4b;
  border-top: 3px solid #2a2e4b;
  position: absolute;
  top: -1px;
  left: -5px;
  width: 12px;
  height: 12px;
}

.footer_contant p {
  line-height: 26px;
  letter-spacing: 1.1px;
}

.footer_contant .contact_us ul li i {
  font-size: 14px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 50pc;
  padding: 15px;
}

.footer_contant .contact_us ul li p {
  color: #ffffff;
  font-weight: bold;
}

.footer_contant .contact_us ul li span {
  font-size: 18px;
  color: #fff;
}


.contect-form {
  margin: 0 50px;
}

.contect-form h3 {
  position: relative;
}


.foooter_form .form-control::placeholder {
  color: #fff;

}


.footer_b .information-web {
  margin: 0 auto;
  font-size: 14px;
}

.footer-bootom {
  border-top: 1px solid #e4e4e4;

  padding: 23px 0;
  color: #000000;
}

.footer-bootom ul a {
  font-size: 16px;
  color: #000000;
}


/* ====================================footer  form style end===================================================== */

































/* scroll style btn css=========== */

.go-top {
  position: fixed;
  bottom: 9%;
  right: 3%;

  padding: 20px;
  display: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  z-index: 991;
}

.go-top:after {
  font-family: FontAwesome;
  content: "\f062";
  padding: 13px 15px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  font-size: 16px;
  background: linear-gradient(to right, #2a2e4bd9, #2a2e4b85);
  border-radius: 25px;
  left: 0;
}

.go-top-text {
  position: absolute;
  width: 60px;
  text-align: center;
  font-family: 'Questrial';
  line-height: 1.5;
  letter-spacing: 3px;
  font-size: 12px;
  margin: 20px 0 0 -4px;
}

.go-top:hover {
  transition: all .4s linear;
  transform: scale(1.1);
}





/* ==============================responsiive================================================== */


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

  h1 {
    font-size: 27px;
  }

  h3 {
    font-size: 22px;
  }

  .header .menu ul li a {
    font-size: 14px;

  }

  .header .logo img {
    width: 80px !important;
  }

  .header .contect-us {
    padding: 3px 4px;
  }

  .header .contect-us ul li a {
    font-size: 13px;
  }

  .header .contect-us ul li .fa {
    padding: 8px 8px 8px 8px;
  }

  .banner .banner_wrapper_text .bgk ul li p {
    font-size: 24px !important;
    font-weight: 623;
    padding-top: 12px;
    margin-top: 0 !important;

  }

  .banner .banner_wrapper_text .bgk ul li h3 {
    font-size: 15px;
    letter-spacing: 1px;
  }

  .banner .banner_wrapper_text .bgk ul li i {
    font-size: 43px;
  }

  .banner .banner_wrapper_text .banner_highlight h3 {
    font-size: 16px;
    letter-spacing: 0.3px;
  }

  .banner .banner_wrapper_text h3 {
    font-size: 16px;
    color: #ffffff;
  }

  .Banner-form {
    width: 330px;
  }

  .form_section {
    padding: 28px 23px;
  }

  .banner .banner_wrapper_text .price_bg {
    width: 338px;
  }

  .banner .banner_wrapper_text .bgk ul {
    width: 338px;
  }

  .Banner-form .text_form {
    height: 34px;
    padding: 2px 30px !important;
    font-size: 14px;
    color: #000 !important;
    border-radius: 0;
  }


  #SubmitQuerytop {
    font-size: 12px;
    height: 31px;
  }

  .call_now {
    font-size: 14px;
  }

  .call_now .fa {
    color: #fff;
    font-size: 14px;
  }

  .Banner-form .icon-inside {
    position: absolute;
    width: 12px;
    height: 32px;
    left: 9px;
    top: 0;
    pointer-events: none;
    font-size: 18px;
    font-size: 14px;
    z-index: 3;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .bgk {
    margin-top: 30px !important;
  }

  .form_section p {
    font-size: 13px;
  }

  .highlight_tag img {
    width: 150px;
  }

  .madal-reload .modal-dialog {
    width: 416px !important;
  }

  .btan_g {
    padding: 3px 9px;
    font-size: 15px;
  }

  .madal-reload h5 {
    font-size: 21px;
  }

  .project_box .projects_text h6 {
    font-size: 14px;
  }

  .project_box .projects_text h5 {
    font-size: 16px !important;
  }


}




@media only screen and (max-width: 991px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 25px !important;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 19px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }



  .menu ul {
    position: fixed;
    text-align: left;
    top: 0;
    left: -100%;
    background-color: #ffffff;
    width: 60%;
    height: 100vh;
    transition: 0.3s;
    z-index: 999;
    padding-top: 52px;
  }

  .header .menu a {
    color: rgb(0, 0, 0) !important;
    font-weight: 500;
    justify-content: flex-start;
  }

  .menu ul li {
    display: block;
    padding: 17px 0 17px 23px;

  }

  .menu ul li:last-child {
    border: none;
  }

  .hamberger {
    display: flex;
    justify-content: flex-end;
  }



  .mobilemenu {
    position: relative;
    background-color: #000000;
    width: 16px;
    height: 2px;
    transition: all 0.3s;
    z-index: 999;
    justify-content: space-around;
    display: flex;
    align-items: center;
    top: -25px;
    cursor: pointer;
  }




  .mobilemenu::after {
    position: absolute;
    content: "";
    background-color: #000000;
    width: 20px;
    height: 2px;
    bottom: -7px;
    transition: all 0.3s;
    z-index: 999;
  }

  .mobilemenu::before {
    position: absolute;
    content: "";
    background-color: #000000;
    width: 20px;
    height: 2px;
    top: -7px;
    transition: all 0.3s;
    z-index: 999;
  }

  .menu.active .mobilemenu {
    background: transparent;
    transition: all 0.3s;
    cursor: pointer;
  }

  .menu.active .mobilemenu::after {
    transform: rotate(45deg);
    transition: all 0.3s;
    bottom: 0;
    background-color: #000000;
  }

  .menu.active .mobilemenu::before {
    transform: rotate(-45deg);
    transition: all 0.3s;
    top: 0;
    background-color: #000000;
  }



  .menu ul li a {
    position: relative;
  }

  .menu.active ul {
    top: 0;
    left: 0;
    transition: all 0.5ms;
    transition: 0.3s;
  }




  .menu ul li a::after {
    position: absolute;
    right: 50%;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    content: "";
    background-color: transparent;
  }

  .header {
    position: relative;
    top: 0;
  }

  .banner_bg .banner_img img {
    height: 727px;
  }

  .banner_slider_text h5 {
    padding: 12px 0;
  }

  .banner_bg .banner h4 {
    display: block;
    margin: 13px 0;
    padding: 0;
  }

  .banner h4 span .fa {
    color: #ececec;
    border-radius: 50pc;
    background: linear-gradient(to right, #2a2e4bd9, #2a2e4b85);
    width: 50px;
    height: 50px;
    place-content: center;
    display: flex;
    padding: 0;
    align-items: center;
    transition: 0.3s;
  }

  .banner h4 h3 {
    color: #fff;
    border: 2px solid #ffffff;
    padding: 12px 39px;
    border-radius: 27px 8px 8px 27px;
    margin: 0 0 0 -28px;
    z-index: -6;
    font-size: 20px !important;
  }

  .banner .form_section::after {
    position: absolute;
    top: 0;
    left: 0;
  }


  .footer_bg {
    background-color: #1d1d1d;
    padding: 50px 0;
  }


  .header .contect-us {
    display: none;
  }



  /* ========================sticky_icon mob====================================== */

  .sticky_icon {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }


  .sticky_icon ul li a {
    color: #ffffff;
  }

  .sticky_icon ul li {
    background-color: #2a2e4b;
    padding: 14px 0;
    text-align: center;
    border-right: 2px solid #c6c6c6;
  }

  .footer-bootom {
    border-top: 1px solid #e4e4e4;

    padding: 23px 0 70px 0;
  }

  .contect-form {

    margin: 0 0px;

  }


  .high_img {
    position: absolute;
    z-index: 9;
    top: 13%;
    right: 14%;
  }

  .header .menu {
    background-color: transparent;
    padding: 0PX;
    border-radius: 0PX;
    border-bottom: 0px solid #2a2e4b;
    border-right: 0px solid #2a2e4b;
  }

  .bgk {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: transparent;
  }

  .bgk::after {
    display: none;
  }

  .bgk::before {
    display: none;
  }


  .banner .banner_wrapper_text {
    margin: 0 0 0 0;
  }



  .banner .banner_wrapper_text .bgk ul {
    width: 100%;
  }

  .banner .banner_wrapper_text .price_bg {
    width: 100%;

  }

  .banner_bg {
    margin: 0;
  }

  .img_high img {
    width: 74px;
  }



  .Banner-form {
    position: absolute;
    bottom: 111px;
    right: 0;
    z-index: 99;
    width: 389px;
  }




}

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


  h1 {
    color: #000;
  }

  p {
    font-size: 16px;
  }

  .banner .banner_wrapper_text .banner_highlight h3 {
    color: #000;
  }

  .banner .banner_wrapper_text ul li h5 {
    font-size: 24px;
  }

  .banner_bg .banner_img img {
    height: 100%;
  }

  .projects {
    padding: 50px 0;
  }

  .amenities_bg {
    padding: 50px 0;
  }

  .banner_text {
    position: relative;
    z-index: 99;
    position: relative;
    padding-bottom: 29px;
  }

  .banner .banner_wrapper_text ul li h5 {
    font-size: 21px;
  }

  .banner .banner_wrapper_text .bgk ul li i {
    font-size: 42px;

  }


  .banner .banner_wrapper_text .bgk ul li h3 {
    font-size: 18px;
  }


  .banner .banner_wrapper_text .bgk ul li p {
    font-size: 24px !important;
    font-weight: 623;
  }


  .about_img .image2 img {
    display: none;
  }

  .high_img {
    position: absolute;
    z-index: 9;
    top: 31%;
    right: 6%;
  }

  .high_img img {
    width: 147px;
  }


  .mouse {
    position: absolute;
    z-index: 10000;
    width: 22px;
    height: 42px;
    bottom: 10px;
  }

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

  .mt-tabl {
    margin-bottom: 30px;
  }


  .gallery_img {

    margin: 0px;
  }


  .form_bottom .form_section {
    margin: 0;
    background-color: #ffffff;
    border-radius: 0;
    padding: 28px 17px;
  }


  .project_box .bg_high li {
    font-size: 14px;
  }

  .form_section {
    background: #37403d;
    padding: 28px 42px;
    border-radius: 12px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 0px 0px;
  }

  .img_high {
    position: absolute;
    top: 3%;
    z-index: 99;
    right: 11%;
  }

  .img_high img {
    width: 64px;
  }


  .banner_bg::after {
    background-color: transparent;
    background-image: none;
  }


  .map {
    overflow: hidden;
    padding-bottom: 89.25%;
    position: relative;
    height: 0;
  }

  .floor_plan_img img {
    height: 100%;
  }

  .gallery_img .overlay {
    width: 100%;
    height: 55px;

  }

  .gallery_img .overlay a {
    color: #000;
    font-size: 15px;
  }

  .gallery_img .overlay a i {
    color: #ffffff;
    font-size: 11px;
  }


  .amenities_bg h5 {
    font-size: 17PX;
  }

}