body {
  background-color: #fff;
  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: 42px;
  font-weight: bold;
  color: #fff;
  position: relative;
  margin-bottom: 17px;
  text-shadow: 2px 2px #269ff0;


}






h2 {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  color: #000000;
  z-index: 2;
  z-index: 2;
  text-shadow: 2px 2px 0 #58b5f3;
}

h2::after {
  position: absolute;
  top: 43px;
  left: 0;
  content: "";
  width: 126px;
  height: 25px;
  background-image: url("../img/title-mark.png");
  z-index: -1;
  background-repeat: no-repeat;


}




h3 {
  font-size: 30px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

a {
  text-decoration: none;
}

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

}



.btan {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 12px;
  color: #269ff0;
}

.btan::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;

}

.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: #fff;
  transition: all 0.5s;
}



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

.sticky_icon {
  display: none;
}





/* 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: 839px !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: #2098D1 !important;
}

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

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



.madal-reload .motal_form_text span i {
  color: #2098D1;
}

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

.btan_g {
background: transparent;
  border: 2px solid #000;
  padding: 3px 11px;
  color: #000;
  font-size: 22px;
  position: relative;
  top: 8px;
  left: -10px;
  z-index: 99;
  float: right;
  border-radius: 9pc;
}


/*  */




/* =========================header start========================= */


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

}

.header a {
  color: #000000 !important;

}




/* STICKY STYLES
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
.header.is-sticky {
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 5px 0;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  background: #ffffff;
  border-bottom: none;
}

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

.header .contect-us {
  background: #58b5f3;
  padding: 3px 21px 3px 3px;
  border-bottom: 3px solid #00000042;
}


.header .contect-us ul li .fa {
  padding: 11px 13px 11px 12px;
  background: #fff;
  border-radius: 50pc;
  margin-right: 11px;

}

.header .contect-us ul li span {

  color: #000000;

}


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

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

/* .header .contect-us ul li .fa {
  background: #fff;
  padding: 5px 13px;
  margin-right: -26px;
  z-index: 1;
  position: relative;
  color: #269ff0;
  border-radius: 7px;
  margin-top: -5px;
}

.header .contect-us ul li span {
  padding: 10px 10px 10px 35px;
  border: 2px solid #269ff0;
  color: #fff;
  border-radius: 8px;
} */

/* .logo {
  font-size: 23px;
}

.logo_1 {
  display: none;
}



.header .logo_1 {
  display: block;
}


.header .logo_2 {
  display: none;
}

.header.is-sticky .logo_1 {
  color: #000000 !important;
  display: none;
}

.header.is-sticky .logo_2 {

  display: block;
} */

.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: #269ff0;
}

.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: 17px;
  font-weight: 400;
}



.header ul li .active {
  color: #269ff0 !important;
}

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






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

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


.banner_bg {
  background-image: url("../img/banner_bg.png");
background-attachment: fixed;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  padding: 255px 0;
}

.banner_bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000007a;
  content: "";
}



.banner {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  color: #fff;
}

.banner .banner_wrapper_text ul li {
  background: linear-gradient(to right, #269ff0d9, #269ff085);
  margin: 0 0 12px 0;
  padding: 12px 0;
  border-radius: 7px;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
}

.banner_bg .banner h5 span {
  color: #269ff0;
}

.banner_bg .banner h5 {
  padding-bottom: 12px;
  font-size: 21px;
}

.banner_bg .banner h4 {
  display: none;
}

.banner .form_section {
  background: #269ff0;
  padding: 27px 23px;
  border-radius: 12px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}



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



.banner .form_section h3 {
  color: #ffffff;
  text-shadow: 1px 1px #000000;
  position: relative;


}

.banner .form_section h3:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #ffffff;
  width: 45px;
  height: 4px;
  content: "";

}

.background_key{
  background-color: #000000 !important;
  background: linear-gradient(to right, #000000d9, #00000085) !important;
}

.popaup{
  color: #ffffff;
  animation:  color 3s infinite ;
  
}

@keyframes color {
  
0%{
  color:#58b5f3;

}
50%{
  color:#ff0000;
  
}
100%{
  color:#e9f358;
  
}

}




#SubmitQuerytop {
  background: linear-gradient(to right, #2e3031d9, #4a4e5085);
  ;
  color: #ffffff;
  outline: none;
  width: 100%;
  height: 36px;
  border: none;

  font-weight: bold;
  border-radius: 50pc;

  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);
  ;
}

.scroll-to {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.mouse {
  position: absolute;
  z-index: 10000;
  width: 22px;
  height: 42px;
  bottom: 40px;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 2px solid #fff;
  -webkit-animation: intro 1s;
  animation: intro 1s;
  z-index: 2;
}

.scroll {
  display: block;
  width: 4px;
  height: 4px;
  margin: 6px auto;
  border-radius: 4px;
  background: #fff;
  -webkit-animation: finger 1s infinite;
  animation: finger 1s infinite;
}


@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes finger {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}



.highligi_text {
  position: absolute;
  top: 15%;
 left:45%;
  color: #fff;
  z-index: 99;
  text-shadow: 2px 2px #269ff0;
}

.highligi_text h3{font-size: 45px;}


/* ==================banner style end======================= */


/*========================== about style end============================ */

.about {
  padding: 90px 0;
}

.about_img {
  position: relative;
  overflow: hidden;
  line-height: 0;
  border-radius: 9px;
}

.about_img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  transition: 0.3s;
  left: 0;
}

.about_img:hover:after {
  background-color: rgba(0, 0, 0, 0.16);
  height: 100%;
  transition: 0.3s;
}



.about_img img {

  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transform: scale(1);
  transition: 0.3s;

}

.about_img:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}




.about h3 {
  color: #000;
  transition: 0.3s;
}

.about h3:hover {
  color: #269ff0;
  transition: 0.3s;
  cursor: pointer;
}

.about h5 {
  color: #269ff0;
}

.about p {
  line-height: 24px;
}


.about .about_text {

  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 4px 2px 10px;
  padding: 53px 26px;
  margin: 0 0 0 -79px;
  border-radius: 7px;
  border-top: 2px solid #58b5f3;
  z-index: 5;
  position: relative;
  
}




/* ===============================about style end============================================ */

/* =============overview style start=============== */


.price_list_bg {
  background-color: #eee;
  padding: 90px 0;
}

.price_list_img {
  position: relative;
  overflow: hidden;
  border-radius: 7px 7px 0 0;
}

.price_list_img img {
  transform: scale(1);
  transition: 0.3s;
}

.price_list_img:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}

.price_list_bg .price_list_box {
  border-radius: 7px;
  transform: skewX(0);
  transition: 0.3s;
  background: #0000002e;
  position: relative;
  transition: 0.3s;
}

.price_list_bg .price_list_box:hover {

  background-color: #269ff0;
  transition: 0.3s;
}

.price_list_bg .price_list_box:hover .about_btn a {
  color: #fff;
}


.price_list_bg .price_list_box:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 93%;
  height: 91%;
  background: #fff;
  content: "";
  margin: -37px 0 0 0;
  padding: 0 0 0 0;
  z-index: -1;
  border-radius: 9px;
}


.price_list_bg .price_list_box:hover {
  transform: skewX(2deg);
  transition: 0.3s;
}

.price_list_bg .price_list_box h3 {
  color: #000000;
  transition: 0.3s;
}

.price_list_bg .price_list_box:hover h3 {
  color: #269ff0;
  transition: 0.3s;
}

.price_list_bg .price_list_box p {
  color: #5c5757;
}






/* ======================overview style end==================== */

/* =======================amenities style start ===================== */

.amenities_bg {
  background: #eaeaea;
  padding: 90px 0;
  background-image: url("../img/amenities_bg.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.amenities_bg::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 85%);
  width: 100%;
  height: 100%;
  content: "";
}


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

.amenities h2 {
  color: #fff;
}

.amenities h5 {
  color: #e6e6e6;
}

.amenities_box {
  color: #fff;
  text-align: center;
  border-left: 5px solid #269ff0;
  border-radius: 50pc;
  padding: 25px 12px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background: rgba(255, 255, 255, 0.15);
  transition: 0.3s;
  transform: translatex(0);
  position: relative;
}

.amenities_box:after {
  position: absolute;
  bottom: -2px;
  left: 35%;
  right: 0;
  background-color: #269ff0;
  content: "";
  width: 91px;
  transition: 0.3s;
  height: 3px;
}

.amenities_box:hover:after {
  background-color: #ffffff;
  transition: 0.3s;
}

.amenities_box:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transform: translatex(12px);
  transition: 0.3s;
  color: #269ff0;
  border-left: 0 solid #269ff0;
  border-right: 5px solid #269ff0;
  background: rgba(255, 255, 255, 0.15);
}

.amenities_box:hover i {
  color: #ffffff;
  transition: 0.3s;
}

.overlay_text i {
  font-size: 47px;
  transition: 0.3s;
  color: #269ff0;

}


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



/* =====================floor plan style css========================= */




.floor_plan {
  padding: 90px 0;
  background-color: #eee;
}


.floor_plan_img .overlay {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 25%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translatey(86%);
  transition: 0.3s;

}

.floor_plan_box h5 {
  text-align: center;
  padding: 12px 0;
}

.floor_plan_img:hover .overlay {
  transform: translatey(0);
  transition: 0.3s;
}

.floor_plan_img:hover .overlay h5 {
  display: none;
}

.floor_plan_img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  place-content: center;
  display: flex;
  text-align: center;
  width: 182px;
  height: 47px;
  margin: auto;
}

.floor_plan_img img {
  opacity: 0.5;
}

.floor_plan_img {

  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  overflow: hidden;
}



/* ===================floor style end======================================= */




/* ===================gallery start======================================== */



.gallery {
  padding: 90px 0;
}

.gallery_box img {
  border-radius: 9px;
}

.gallery_box {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  line-height: 0;
}


.gallery_image_bg {
  background: #58b5f3;
  height: 213px;
  margin: -108px 0 -116px 1px;
  padding: 0 0 0 -28px;
  width: 100%;
}

.gallery_box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: rgba(88, 181, 243, 0.44);
  width: 100%;
  height: 100%;
  border-radius: 50pc;
  transform: scale(0);
  justify-content: center;
  display: flex;
  transition: 0.3s;
}

.gallery_box:hover .overlay {
  transform: scale(1);
  transition: 0.3s;
  border-radius: 0;

}



.gallery_box .overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(88, 181, 243, 0.44);
  transition: .5s;
  transform: scale(0);

}

.gallery_box:hover .overlay {
  transform: scale(1);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: .5s;
}



.gallery_box .overlay a {
  position: absolute;
  bottom: 13px;
  color: #fff;
  font-size: 12px;
  transition: 0.5s;
  font-weight: 600;
  left: 13px;
  text-shadow: 1px 1px #000;
}


.gallery_box .overlay a:hover {
  transition: 0.5s;
  color: #000000;
}









/* =============================gallery style end==================================== */


/* ======================================== highlight style csss start========================================= */


.highlights {
  background-color: #269ff00d;
  padding: 90px 0;
}


.highlights .highlight_wrapper ul li {
  margin-bottom: 14px;
}

.highlights .highlight_wrapper ul li i {
  color: #269ff0;
}

.highlights h2 {
  color: #292929;
}

.highlight_wrapper {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 12px 20px;
  margin: 0 0 0 -67px;
  margin-bottom: 0px;
  z-index: 21;
  position: relative;
}

.highlights_img {
  position: relative;
  line-height: 0;
  border-radius: 9px;
  z-index: 11;
}

.highlights_img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  transition: 0.3s;
  left: 0;
}

.highlights_img:hover:after {
  background-color: rgba(0, 0, 0, 0.16);
  height: 100%;
  transition: 0.3s;
}

.highlights_img::before {
  background-color: #269ff0c2;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 31px;
  left: -28px;
  z-index: -1;

}



/* ================locatio style start========================= */


.location {
  padding: 90px 0;
}

.location .location_wrapper ul li {

  line-height: 18px;
  font-size: 15px;
}

.location .location_wrapper ul li i {
  border: 1px solid #000000;
  color: #269ff0;
  border-radius: 50pc;
  padding: 12px;
  font-size: 25px;
}


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

.map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}





.play_btn {
  width: 62px;
  height: 58px;
  background: radial-gradient(rgb(231, 60, 55) 60%, rgb(255, 255, 255) 62%);
  border-radius: 50%;
  position: relative;
  display: block;
  box-shadow: 0px 0px 25px 3px rgb(231, 60, 55);
}

/* triangle */
.play_btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 19px solid #fff;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play_btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, .75);
  top: -30%;
  left: -30%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}


/* =================gallery style start======================= */




/*=========================== footer======================= */



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


.footer_bg {
  background-color: #1d1d1d;
  padding: 90px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.footer_bg::after {
  content: '';
  width: 80vw;
  height: 80vw;
  border: 200px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -15vw;
  right: -30vw;
  opacity: .01;
  pointer-events: none;
}

.footer_bg h3 {
  position: relative;
}

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


.footer_text_form {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: transparent;
  color: #fff;
  padding: 15px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  outline: none;
}



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

.footer-bootom {
  border-top: 1px solid #fff;
  background-color: #1a1a1a;
  padding: 23px 0 58px 0;
  color: #fff;
}

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


/* ====================================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, #269ff0d9, #269ff085);
  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 (max-width: 991px) {
  h1 {
    font-size: 35px;
  }

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

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 19px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 15px;
  }

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

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

  .menu ul li {
    display: block;
    padding: 17px 0 17px 23px;
    border-bottom: 2px solid #c6c6c6;
  }

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

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



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

  /* .header.is-sticky .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: -11px;
    cursor: pointer;
  }

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

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



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

  .mobilemenu::before {
    position: absolute;
    content: "";
    background-color: #000000;
    width: 20px;
    height: 3px;
    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: #ffffff;
  }

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



  .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;
  }



  .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, #269ff0d9, #269ff085);
    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;
  }

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

  .banner_bg {

    padding: 119px 0;
  }

  .Project_Highlights ul li {
    font-size: 15px;
  }

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


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



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

  .mt-mob {
    margin-top: 30px;
  }



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

  .sticky_icon {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;

    z-index: 999;
  }

  .sticky_icon ul {}

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

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




}


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

  .banner_bg {

    padding: 68px 0;
  }


  .about .about_text {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 4px 2px 10px;
    padding: 19px 22px;
    margin: -120px 0 0 0;
    border-radius: 7px;
  }

  .highlights_img::before {
    background-color: #269ff0c2;

    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }


  .highlight_wrapper {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 12px 20px;
    margin: -67px 28px 0 19px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    z-index: 21;
    position: relative;
  }

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

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

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

}