@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Quicksand", sans-serif;
  scroll-behavior: smooth;
}
.section_divider_border_div {
  border: 3px solid #097b86;
  width: 300px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 8px;
}
/* Navbar */
.navbar_section {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 1;
}
.nav_logoimg {
  height: 35px;
  width: auto;
}
.navbar-light .navbar-toggler {
  border: none;
  box-shadow: none;
}
/* Slider */
.carousel-indicators [data-bs-target] {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  display: none;
}
.slider_img {
  height: 100vh;
  width: 100%;
  opacity: 0.8;
}
.head_slider_btn_div a button {
  background-color: #f8f9f9;
  border: none;
  color: #f89c2d;
  padding: 16px 60px;
  border-radius: 30px;
}
.carousel-caption p {
  font-size: 55px;
  position: relative;
  top: -270px;
}
/* Services */
.services_section {
  margin-top: 50px;
}
.servise_card_main_div {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
  margin-top: 20px;
}
.service_card_title_div {
  margin-bottom: 40px;
}
.service_card_title_div h1 {
  margin-bottom: 10px;
  font-size: 40px;
}
.service_card_title_div h4 {
  font-weight: 200 !important;
  letter-spacing: 1px;
}
.servise_card_icon_div {
  display: flex;
  justify-content: center;
}
.servise_card_icon_div .fa-house-chimney {
  font-size: 40px;
  color: #f89c1c;
}
.servise_card_icon_div .fa-industry {
  font-size: 40px;
  color: #f89c1c;
}
.service_card_inner_text_div {
  margin-top: 20px;
}
.service_card_inner_text_div h5 {
  margin-bottom: 20px;
}
.service_card_inner_text_div p {
  margin-bottom: 20px;
  line-height: 30px;
}
/* AboutUs */
.aboutus_section {
  margin-top: 80px;
  margin-bottom: 50px;
}
.aboutus_img_div {
  position: relative;
}
.aboutus_title_div {
  margin-bottom: 60px;
}
.about_us_card_body {
  padding: 40px;
}
.about_us_card_body h1 {
  font-size: 40px;
}
.border-divider {
  border-bottom: 6px solid #097b86;
  width: 55px;
  margin-bottom: 20px;
  border-radius: 5px;
}
/* Sectors */
.sectors_section {
  background-image: url(img/scope-bg.png);
  height: auto;
  min-height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.sector_title_div {
  color: #fff;
  padding-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}
.sector_cards_main_div {
  height: auto;
  min-height: 460px;
  background-color: #fff;
  width: 100%;
  max-width: 350px;
}
.sector_cards_img_div img {
  height: 230px;
  object-fit: cover;
  width: 100%;
}
.sector_card_border_div {
  border-bottom: 6px solid #097b86;
  border-radius: 6px;
  width: 45px;
  margin-bottom: 10px;
}
.sector_cards_text_div {
  padding: 15px;
}
.sector_cards_text_div h3 {
  color: #097b86;
}
.sector_cards_text_div p {
  font-size: 14px;
  line-height: 25px;
}
#projects_slide {
  flex-direction: column;
}
#projects_slide p {
  color: #fff;
  padding-top: 8px;
}
/* How_we_Work */
.how_we_works_section {
  background-color: #fff;
  padding: 40px;
  height: auto;
  min-height: 40vh;
  width: 100%;
}
.hww_container_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4px 16px;
  cursor: pointer;
  user-select: none;
}
#cards-container {
  overflow: hidden;
  margin: 20px;
}
.hww_cards_main_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 99999px;
}
.hww_card_body_div {
  /* -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 335px;
  margin: 15px 7.5px;
  padding: 25px;
  border-left: 1px solid #eaebec;
}
#hww_next_btn {
  right: 50px;
  left: auto;
}
#hww_prev_btn {
  right: 100px;
  left: auto;
}
#hww_next_btn,
#hww_prev_btn {
  top: -20px;
}
#hww_next_btn:after,
#hww_prev_btn:after {
  font-size: 20px;
}
.hw_card_body_div:hover {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
#slide-left-container.active,
#slide-right-container.active {
  display: block;
  cursor: pointer;
}
.slide-left,
.slide-right i {
  font-size: 30px;
}
.hww_card_text h1 {
  color: #f8941c;
  font-weight: 700;
}
.hww_card_text h4 {
  font-weight: 700;
}
/* Projects */
.projects_section {
  background-color: #000;
  height: auto;
  padding-bottom: 80px;
}
.project_title_div {
  padding-top: 50px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}
.project_title_div h1 {
  font-size: 40px;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide {
  background-color: transparent !important;
}
.swiper-slide img {
  display: block;
  width: 100%;
  max-width: 350px;
  height: 300px;
}
#project_next_btn,
#project_prev_btn {
  color: #fff;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 28px;
}
/* video */
.video_section {
  content: "";
}
.video_title_div {
  text-align: center;
}
.video_title_div h2 {
  position: relative;
  top: 50px;
}
.video_devider {
  border: 3px solid #097b86;
  width: 300px;
  margin: auto;
  margin-top: 50px;
  border-radius: 8px;
}
.video_card_main_div {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  background-color: #f8f9f9;
  padding: 40px;
  height: auto;
  width: 100%;
  max-width: 850px;
  margin: auto;
  border-radius: 5px;
  position: relative;
  top: 100px;
  right: 0px;
  left: 0px;
  z-index: 999;
}
.video_card_title_div {
  text-align: center;
  margin-bottom: 40px;
}
.video_frame_div iframe {
  height: 450px;
  width: 100%;
}
.counter_section {
  background-color: #e4f8f8;
  padding: 40px;
  height: auto;
  min-height: 350px;
  width: 100%;
  position: relative;
}
.numbers .rect {
  position: relative;
  z-index: 1;
  padding-top: 3.5vmin;
  border-radius: 0.5em;
}
.numbers {
  margin-top: 20vmin;
}
.numbers .rect h1 {
  font-size: 32px;
  color: #f8951d;
}
.rect p {
  color: #f8951d;
}
.numbers .rect .h1::after {
  content: "+";
}
.numbers .rect .h2::after {
  content: " KW+";
}
.numbers .rect .h3::after {
  content: " Tons";
}
.numbers .rect .h4::after {
  content: "+";
}
/* Text_slider */
.text_slider_section {
  padding: 30px;
  background-color: transparent;
  background-image: linear-gradient(260deg, #f89e31 0%, #097b86 100%);
  height: auto;
  min-height: 350px;
}
.text_slider_title_div {
  position: relative;
  top: 20px;
  text-align: center;
}
.text_slider_title_div h1 {
  color: #fff;
  font-size: 40px;
}
.textwrapper {
  position: relative;
  margin: 0 auto;
  width: 90%;
  overflow: hidden;
}
.text_slider_div p {
  font-size: 35px;
  color: #ffffff;
}
.textwrapper p.activeText {
  position: relative;
  left: 0;
  opacity: 1;
}
.textwrapper p.slideLeft {
  left: -100%;
  opacity: 0;
}
.textwrapper p:before {
  content: "\201C";
  font-size: 2em;
  line-height: 0.1em;
  margin-right: 0.1em;
  vertical-align: -0.4em;
}
.textwrapper p:after {
  content: "\201D";
  font-size: 2em;
  line-height: 0.1em;
  margin-left: 0.1em;
  vertical-align: -0.45em;
}
li {
  list-style: none;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #7f8c8d;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.text_slider_active {
  background: #ecf0f1;
}
/* Packages */
.packages_section {
  background: #000;
  padding: 30px;
}
.packages_title_div {
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}
.packages_title_div h1 {
  font-size: 40px;
  color: #fff;
}
.tabs_main_div {
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding: 20px;
}
.tabs_main_div ul li {
  background-color: #fff !important;
  border: 1px solid #000;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}
.tabs_main_div ul li button {
  border-radius: 30px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  padding: 10px;
  width: 150px;
  height: 60px;
}
#pills-tabContent {
  color: #fff !important;
}
.pkg_tab1_img_div {
  margin: auto;
}
.pkg_tab1_img_div img {
  height: 360px;
  width: 250px;
}
.pkg_tab1_text_div h5 {
  font-size: 17px;
}
.pkg_tab1_text_div p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.pkg_tab1_text_div span {
  font-size: 16px;
  margin-bottom: 25px !important;
}
i {
  cursor: pointer;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #097b86;
}
/* Get-Connected */
.getconnect_section {
  margin-top: 200px;
  background-color: #00417e;
  padding: 40px;
  height: auto;
  min-height: 30vh;
}
.getconnect_card_main_div {
  margin-top: -120px;
  padding: 40px;
  background-color: #ffc107;
  height: auto;
  min-height: 30vh;
  display: flex;
  justify-content: space-between;
}
.get_connect_btn_div {
  padding-top: 30px;
  display: inline-block;
  overflow: hidden;
}
.get_connect_card_text_div h1 {
  color: #fff;
}
.get_connect_card_text_div a {
  text-decoration: none;
  color: #28303e;
  font-weight: 600;
  cursor: pointer;
}
.get_connect_btn_div button {
  color: #28303e;
  background-color: #fff;
  padding: 6px 6px;
  width: 180px;
  border: none;
  transition: all 0.4s ease-in-out;
  transform: translateX(0);
  font-weight: 400;
  border: 0.7px solid #00b09b;
}
.get_connect_btn_div button:hover {
  color: #fff;
  background-color: #838b99;
  transform: scale(1.1);
}
/* Get_Quote */
.getquote_section {
  background-color: transparent;
  background-image: linear-gradient(260deg, #f89e31 0%, #097b86 100%);
  height: auto;
  padding: 30px;
}
.getquote_text_div {
  text-align: center;
  padding-top: 30px;
}
.getquote_text_div h1 {
  color: #fff;
  font-weight: 300;
  font-size: 60px;
}
.getquote_text_div h4 {
  color: #fff;
  font-weight: 300;
  padding-top: 25px;
}
.get_quote_btn_div {
  text-align: center;
  margin-top: 100px;
}
.get_quote_btn_div button {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 16px 60px;
  border-radius: 30px;
  color: #fff;
}
/* ContactUs */
.contactus_section {
  background: #f8f9f9;
  height: auto;
  padding: 35px;
}
.contactus_top_text_div {
  text-align: center;
  margin-bottom: 40px;
  color: #303133;
}
.contactus_top_text_div h1 {
  color: #303133;
  font-size: 40px;
}
.contactus_input_div input {
  width: 100%;
  padding: 10px 20px;
  box-shadow: inset 0 2px 1px rgb(0 0 0 / 3%);
  border: 1px solid #7777774a;
}
.contactus_textarea_main_div {
  width: 100%;
}
.contactus_textarea_main_div textarea {
  width: 100%;
  padding: 10px 25px;
  box-shadow: inset 0 2px 1px rgb(0 0 0 / 3%);
  border: 1px solid #7777774a;
}
.contactus_textarea_main_div h5 {
  margin-top: 25px;
  color: #303133;
  font-weight: 500;
  text-align: center;
}
.conatctus_select_option_main_div {
  width: 100%;
  margin-top: 50px;
}
.conatctus_select_option_main_div select {
  width: 100%;
  box-shadow: inset 0 2px 1px rgb(0 0 0 / 3%);
  border: 1px solid #7777774a;
  padding: 6px;
}
.conatctus_btn_div {
  margin-top: 40px;
  text-align: center;
}
.conatctus_btn_div button {
  background-color: #097b86;
  padding: 12px 20px;
  width: 150px;
  color: #fff;
  border: 1px solid #097b86;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 900;
}
.contactus_svgicon_div {
  margin-top: 40px;
  text-align: center;
}
.contactus_svgicon_div h3 {
  color: #f8951d;
}
.contactus_socialicons_main_div {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}
.contactus_socialicons_main_div i {
  color: #097b86;
  font-size: 30px;
}
/* map */
.map_section {
  margin-top: 50px;
}
.map_main_div iframe {
  height: auto;
  min-height: 60vh;
  width: 100%;
}
.map_address_text_main_div {
  text-align: center;
}
.map_address_text_main_div h5 {
  background: #000;
  color: #fff;
  padding: 7px 10px;
}
.map_row_div {
  --bs-gutter-x: 0rem !important;
}
/* Footer */
.footer_section {
  background-color: transparent;
  background-image: linear-gradient(260deg, #98c93c 0%, #efa01f 100%);
  height: auto;
  min-height: 50vh;
  padding: 30px;
}
.footer_logoimg {
  width: 200px;
  height: auto;
}
.map_address_text_main_div h5 {
  margin-bottom: 0 !important;
}
@media (max-width: 800px) {
  .about_us_card_body {
    margin-top: 30px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    width: 5%;
  }
  .getquote_text_div h1 {
    color: #fff;
    font-weight: 300;
    font-size: 30px;
  }
  .getquote_text_div h4 {
    color: #fff;
    font-weight: 300;
    padding-top: 25px;
  }
  .carousel-caption p {
    font-size: 30px;
    position: relative;
    top: -70px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .textwrapper p {
    position: absolute;
    left: 100%;
    width: 100%;
    font-size: 1.3em;
    color: #ffffff;
    top: 0;
    cursor: pointer;
    opacity: 0;
    transition: left 1.4s, opacity 0.5s ease;
  }
  .tabs_inner_body_main_div {
    flex-direction: column;
  }
  .sector_cards_main_div {
    margin: auto;
  }
}
@media (max-width: 650px) {
  .slider_img {
    height: 60vh;
    width: 100%;
  }
  .about_us_card_body {
    padding: 25px;
  }
  .aboutus_card_inner_text p {
    font-size: 13px;
  }
  .aboutus_img_div {
    display: flex;
    justify-content: center;
  }
  .aboutus_img_div img {
    height: 350px;
    width: 100% !important;
    max-width: 310px;
  }
  .section_divider_border_div {
    width: 150px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .video_frame_div iframe {
    height: 180px;
    width: 100%;
  }
  .video_card_main_div {
    padding: 25px;
  }
  .video_section {
    padding: 0px;
    height: auto;
  }
  .how_we_works_section {
    padding: 0px;
    min-height: 0vh;
  }
  .hww_card_body_div {
    width: 290px;
    padding: 15px;
  }
}
@media (max-width: 600px) {
  .text_slider_wrapper p {
    position: absolute;
    left: 100%;
    width: 100%;
    font-size: 13px;
  }
  .text_slider_wrapper {
    margin-top: 50px;
  }
  .contactus_section {
    background: #fff;
    height: auto;
    min-height: 40vh;
    padding: 10px;
  }
  .tabs_main_div ul li {
    border-radius: 10px;
  }
  .tabs_main_div ul li button {
    width: 80px;
    height: 45px;
  }
  .packages_section {
    background: #000;
    padding: 10px;
  }
  .tabs_main_div {
    padding: 0px;
  }
}
.float {
  position: fixed;
  width: 200px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex;
  text-decoration: none;
  align-items: center;
  gap: 6px;
  justify-content: center;
}
.my-float {
  margin-top: 10px;
}
.float p {
  font-size: 14px;
  margin-bottom: 0;
}
