@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.homeclub {
  width: 100%;
  display: block;
  clear: both;
  padding: 80px 0 40px;
  background-color: #0d4d6c;
  overflow: hidden;
  position: relative;
}
.homeclub::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  content: "";
  background-color: #fff;
}
.homeclub .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
  position: relative;
}
.homeclub .grid img {
  width: 100%;
  display: block;
}
.homeclub h2 {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 48px;
  font-family: "Times New Roman", Times, serif;
  width: 100%;
  color: #fff;
  margin: 0 0 30px;
}
.homeclub h2::before {
  content: "";
  width: 160px;
  height: 12px;
  background: #bc8e03;
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: -1;
  mix-blend-mode: difference;
}
.homeclub p {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  margin: 20px 0 0;
  width: 100%;
}
.home_video {
  padding: 0 0 40px 0;
  width: 100%;
  display: block;
}
.home_video h2 {
  display: block;
  position: relative;
  z-index: 1;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 48px;
  font-family: "Times New Roman", Times, serif;
  width: 100%;
  color: #212529;
  margin: 0 0 30px;
  text-align: center;
}
.home_video h2::before {
  content: "";
  width: 160px;
  height: 12px;
  background: #bc8e03;
  position: absolute;
  left: 50%;
  bottom: -30px;
  z-index: -1;
  transform: translateX(-50%);
  mix-blend-mode: difference;
}
a.home_video_bx {
  position: relative;
  margin: auto;
  margin-top: 70px;
  max-width: 1000px;
  overflow: hidden;
  display: table;
}
a.home_video_bx::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000000;
  opacity: 0.12;
  z-index: 1;
}
a.home_video_bx img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}
a.home_video_bx:hover img {
  transform: scale(1.1);
}
a.home_video_bx span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-image: url(../images/youtube1.svg);
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: center center;
  z-index: 1;
}
.home_locations_highlights {
  width: 100%;
  display: block;
  clear: both;
  padding: 80px 0;
  background-color: #0d4d6c;
  overflow: hidden;
  position: relative;
}
.home_locations_highlights::before {
  position: absolute;
  left: 7.5%;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #fff;
  content: "";
}
.home_locations_highlights span.git {
  color: #fff;
  font-size: 38px;
  width: auto;
  left: -12%;
}
.hlh_grid {
  display: grid;
  gap: 50px;
  padding-left: 100px;
}
.hlh_grid2 {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 50px;
}
.hlh_grid3 {
  grid-template-columns: repeat(3, 1fr);
  padding-left: 250px;
}
.hlh_grid_bx img {
  height: 40px;
  margin-bottom: 20px;
}
.hlh_grid_bx h4,
.hlh_grid_bx h2,
.hlh_grid_bx h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  margin-top: 0;
}
.hlh_grid_bx h4 {
  text-transform: uppercase;
  font-size: 16px;
}
.hlh_grid_bx h2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 36px;
}
.hlh_grid_bx h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0;
}

.announcement {
  width: 100%;
  display: table;
  padding: 0px;
  background-color: #fff;
  position: relative;
}
.announcement .news_pd {
  width: 100%;
  display: block;
  height: 200px;
  line-height: 200px;
}
.announcement ul.news_scroll {
  list-style: none;
}
.announcement ul.news_scroll li {
  position: relative;
  float: left;
}
.announcement ul.news_scroll li a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
  padding: 0 50px;
  position: relative;
  font-family: "Times New Roman", Times, serif;
  font-size: 80px;
}
.announcement ul.news_scroll li a:hover {
}
.home_ft_links {
  width: 100%;
  display: block;
  padding: 50px;
  background-color: #e8e6e1;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.home_ft_links ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  list-style: none;
}
.home_ft_links ul li {
}
.home_ft_links ul li a {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  font-size: 22px;
}
.home_ft_links ul li a:hover {
  color: #bc8e03;
}
.homepg_forms {
  width: 100%;
  display: block;
}
.homepg_forms .grid {
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 70px;
  position: relative;
}
.homepg_forms .grid::before {
  position: absolute;
  left: 45%;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #000;
}
.homepg_forms_left {
  padding: 70px 0;
}
.homepg_forms_right {
  padding: 70px 0;
}
.homepg_forms h2 {
  display: block;
  position: relative;
  z-index: 1;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 48px;
  font-family: "Times New Roman", Times, serif;
  width: 100%;
  color: #212529;
  margin: 0 0 60px;
  text-align: left;
}
.homepg_forms h2::before {
  content: "";
  width: 160px;
  height: 12px;
  background: #bc8e03;
  position: absolute;
  left: 0%;
  bottom: -30px;
  z-index: -1;
  mix-blend-mode: difference;
}
.homepg_forms_left p {
  color: #212529;
  font-size: 18px;
  line-height: 1.6;
  margin: 20px 0 0;
  width: 100%;
}
.homepg_forms_left form {
  margin-top: 50px;
}
.homepg_forms_left input.form-control {
  font-size: 16px;
  padding: 0 20px;
  border: 1px solid #000;
  border-radius: 0;
  height: 55px;
  color: #000;
}
.homepg_forms_left .grid1 {
  display: grid;
  grid-template-columns: 20fr 20fr 60fr;
  margin: 20px 0;
}
.homepg_forms_left .grid1 span {
  padding: 0 5px;
  text-align: center;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  border: 1px solid #000;
  width: 100%;
  display: block;
}
.homepg_forms_left .grid1 span.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-left: 0;
  border-right: 0;
}
.homepg_forms_left .grid1 span.flex img {
  height: 20px;
}
.homepg_forms_left button {
  text-decoration: none;
  color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  padding: 0;
  display: inline-flex;
  background-color: #0d4d6c;
  transition: all 0.3s;
  border-radius: 0;
}
.homepg_forms_left button span {
  padding: 0 25px;
}
.homepg_forms_left button i {
  padding: 0 15px;
  border-left: 1px solid #000;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.homepg_forms_left button i img {
  height: 15px;
}
.homepg_forms_left button:hover {
  background-color: #bc8e03;
}
.hero-slider .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.hero-slider .swiper-pagination-bullet-active {
  background-color: #fff !important;
}
.main_Fooer {
  width: 100%;
  display: block;
  clear: both;
  padding: 50px 0 20px;
  background-color: #0d4d6c;
  overflow: hidden;
  position: relative;
}
.main_Fooer .flex {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.main_Fooer .flex .inner_flex {
  display: flex;
  gap: 60px;
  align-items: center;
}
.main_Fooer .flex h3 {
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 20px;
}
.main_Fooer .flex p {
  color: #fff;
  margin: 0;
  font-size: 18px;
}
.footer_call,
.main_Fooer_mid {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.footer_call span {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #bbd5cc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_call span img {
  height: 25px;
}
.footer_social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer_social a {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background-color: #bbd5cc;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.footer_social a:hover {
  background-color: #ddc4ad;
}
.footer_social a img {
  height: 12px;
}
.copy {
  text-align: right;
  color: #fff;
  font-size: 15px;
  opacity: 0.5;
  margin-top: 20px;
}
.copy a {
  text-decoration: none;
  color: #fff;
}

.skyvue_plans {
  padding: 0 0 75px 0;
  width: 100%;
  display: block;
}
.skyvue_plans h2 {
  display: block;
  position: relative;
  z-index: 1;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 48px;
  font-family: "Times New Roman", Times, serif;
  width: 100%;
  color: #212529;
  margin: 0 0 60px;
  text-align: center;
}
.skyvue_plans h2::before {
  content: "";
  width: 160px;
  height: 12px;
  background: #bc8e03;
  position: absolute;
  left: 50%;
  bottom: -30px;
  z-index: -1;
  transform: translateX(-50%);
  mix-blend-mode: difference;
}
.skyvue_plans_in {
  padding: 30px 150px;
  border-radius: 10px;
  background-color: #e8e6e1;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
a {
  text-decoration: none;
  transition: all 0.3s;
  display: block;
}
.skyvue_plans_in a {
  height: 80px;
  line-height: 80px;
  padding: 0;
  width: 100%;
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #e8e6e1;
}
.skyvue_plans_in a:hover,
.skyvue_plans_in a.tab__item.is--active {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 5px;
}

.tab {
  clear: both;
  width: 100%;
}
.tab__content .tab__content-item {
  /* display: grid;
  grid-template-columns: 20fr 80fr;
  gap: 50px;
  margin-top: 50px; */
}
.tab__content .tab__content-item .tab__list {
  float: left;
  width: 20%;
}
.tab__content .tab__content-item .tab__content {
  float: right;
  width: 80%;
  padding-left: 20px;
}
.tab__content .tab__item {
  cursor: pointer;
  padding: 15px;
  border-left: none;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  color: #212529;
  display: block;
  margin: 0 0 10px;
  border-bottom: 1px solid #707070;
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 700;
}
.tab__content .tab__item.is--active {
  background: #f7f7f7;
  color: #bc8d02;
  border-color: #bc8d02;
}
.tab__content {
}
.tab__content-item {
  display: none;
}
.tab__content-item.is--active {
  display: block;
}
.tab__content-title {
}

.tab__content-item img {
  width: 100%;
  display: block;
  border: 1px solid #707070;
}
.tab .tab .tab__content {
}

.project_specifications {
  width: 100%;
  display: block;
  clear: both;
  padding: 80px 0;
  background-color: #0d4d6c;
  overflow: hidden;
  position: relative;
}
.project_specifications .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.project_specifications h2 {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 48px;
  font-family: "Times New Roman", Times, serif;
  color: #fff;
  margin: 0 0 30px;
}
.project_specifications h2::before {
  content: "";
  width: 160px;
  height: 12px;
  background: #bc8e03;
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: -1;
  mix-blend-mode: difference;
}
.project_specifications a {
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  padding: 0;
  display: inline-flex;
}
.project_specifications a span {
  padding: 0 25px;
}
.project_specifications a i {
  padding: 0 15px;
  border-left: 1px solid #fff;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project_specifications a i img {
  height: 15px;
}
.project_specifications a:hover {
  background-color: #bc8e03;
}
.proj_spec_grid {
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 50px;
}
.proj_spec_grid img {
  width: 100%;
  display: block;
}
.proj_spec_grid h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 20px 0 20px;
  font-weight: 600;
  color: #fff;
}
.proj_spec_grid p, .proj_spec_grid ul li {
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
}
.proj_spec_grid ul{padding-left: 30px;}
.pSwiper {
  overflow: hidden;
}
.pSwiper .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.26) !important;
}
.pSwiper .swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255) !important;
}
.project_specifications .pSwiper-pagination {
  position: absolute;
  left: 48%;
  bottom: 55px;
  width: 50%;
  z-index: 9;
}
/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
  .home_ft_links ul {
    flex-wrap: wrap;
    gap: 20px;
  }
  .home_ft_links ul li a {
    font-size: 16px;
  }
  .homepg_forms .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding: 40px 20px;
  }
  .homepg_forms .grid::before {
    display: none;
  }
  .homepg_forms_right,
  .homepg_forms_left {
    padding: 0;
  }
  .main_Fooer .flex,
  .main_Fooer .flex .inner_flex,
  .main_Fooer_mid {
    flex-direction: column;
    align-items: baseline;
  }
  .announcement ul.news_scroll li a {
    font-size: 32px;
  }
  .hlh_grid2,
  .hlh_grid3,
  .homeclub .grid {
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .home_locations_highlights::before,
  .homeclub::before,
  .homenewsb::before {
    display: none;
  }
  .home_locations_highlights,
  .homeclub {
    padding: 40px 20px;
  }

  .home_locations_highlights span.git,
  span.git {
    position: relative;
    transform: rotate(0);
    left: 0;
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    display: block;
  }
  span.git {
    border-color: #000;
  }
  .section1 h4 {
    font-size: 14px;
  }
  .section1 .col-xs-6-in span {
    font-size: 24px;
  }
  .section1 h5 {
    font-size: 32px;
    letter-spacing: 0;
  }
  .home_swiper_1Bx a .timg img,
  .swiper-slide-active .home_swiper_1Bx a .timg img {
    height: auto;
  }
  .home_swiper_1 {
    margin: 0;
  }
  .home_swiper_1Bx a .timg img {
    border: 10px solid #fff;
  }
  .hometestiin_left,
  .hometestiin_right {
    width: 100%;
    padding: 0;
  }
  .hometestcont h2,
  .homeclub h2,
  .home_video h2,
  .homepg_forms h2 {
    font-size: 32px;
  }
  .swiper-container2 .swiper-slide {
    width: 90%;
  }
  .homeclub p {
    font-size: 16px;
  }
  .home_video {
    padding: 40px 20px;
  }
  a.home_video_bx span {
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
  .hlh_grid_bx h2 {
    font-size: 24px;
  }
  .hlh_grid2 {
    margin-bottom: 0;
  }
  .hlh_grid_bx {
    margin-bottom: 20px;
  }
  .logo a {
    width: 100px;
  }
  .logo {
    height: 100px;
    line-height: 100px;
  }
  .skyvue_plans h2 {
    font-size: 24px;
  }
  .skyvue_plans_in {
    padding: 15px;
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 10px;
  }
  .skyvue_plans_in a {
    font-size: 16px;
    height: auto;
    padding: 15px;
    line-height: normal;
  }
  .multi_tabs,
  .proj_spec_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  ul.tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  ul.tabs li {
    font-size: 14px;
  }
  .project_specifications .flex {
    flex-direction: column;
  }
  .project_specifications h2 {
    font-size: 24px;
    margin-bottom: 60px;
  }
  .tab__content .tab__content-item .tab__list,
  .tab__content .tab__content-item .tab__content {
    width: 100%;
    display: block;
    padding: 0;
  }
  .tab__content .tab__content-item .tab__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .project_specifications .pSwiper-pagination{display: none;}
}
