.homeclub {
  width: 100%;
  display: block;
  clear: both;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}
img.homeclub_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 49%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}
.homeclub .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
  position: relative;
}
.homeclub h2,
.section1 h2,
.home_blogs h2 {
  font-family: "Khand", sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 1.2;
  color: #09223c;
  margin: 0;
  text-transform: capitalize;
  transition: all 0.4s ease;
  position: relative;
  margin-bottom: 100px;
  text-align: center;
}
.homeclub h2,
.section1 h2 {
  text-align: left;
}
.homeclub h2 span,
.section1 h2 span,
.home_blogs h2 span {
  position: relative;
  padding-bottom: 20px;
}
.homeclub h2 span::before,
.section1 h2 span::before,
.home_blogs h2 span::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 220px;
  height: 20px;
  background-image: url(../images/lines.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  transform: translateX(-50%);
}
.section1 h2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.homeclub ul {
  display: grid;
  gap: 45px;
}
.homeclub ul li {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #09223c;
  font-weight: 600;
  gap: 20px;
  font-size: 24px;
}
.homeclub ul li img {
  width: 40px;
}
.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: -9%;
}
.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 20px;
  position: relative;
}
.announcement ul.news_scroll li a img {
  height: 175px;
}
.announcement ul.news_scroll li a:hover {
}

.home_blogs {
  padding: 60px 0;
  background-image: url(../images/blogbg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home_blogs .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.home_blogs .grid a {
  text-decoration: none;
  color: #000;
}
.home_blogs .grid a img {
  width: 100%;
  display: block;
}
.home_blogs .grid a h3 {
  font-size: 23px;
  line-height: 1.6;
  font-weight: 600;
  transition: all 0.3s;
}
.home_blogs .grid a span {
  color: #ffa200;
  text-decoration: underline;
}
.home_blogs .grid a:hover h3 {
  color: #333;
}
/*footer*/
.footer {
  width: 100%;
  display: block;
  /* padding: 5rem 0 3rem; */
  padding-bottom: 30px;
  background-color: #09223c;
  position: relative;
}
.footer_box1 {
  display: grid;
  grid-template-columns: 350px 1fr;
  align-items: center;
  border-bottom: 1px solid #bbd5cc;
  position: relative;
  gap: 50px;
}
.footer_box1::before {
  position: absolute;
  left: calc(400px - 5px);
  bottom: -5px;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 10px;
  background-color: #bbd5cc;
}
a.footer_logo {
  width: 400px;
  padding: 40px 100px 40px 100px;
  border-right: 1px solid #bbd5cc;
}
a.footer_logo img {
  width: 100%;
  display: block;
}
.footer_box1_links {
  padding-left: 100px;
  display: flex;
  gap: 30px;
}
a.btn3 {
  background-color: transparent;
  border: 1px solid #fff;
  gap: 10px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
a.btn3 img {
  height: 18px;
}
.footer_box2 {
  padding: 50px 150px;
  display: grid;
  grid-template-columns: 60fr 40fr;
  gap: 50px;
  padding-bottom: 20px;
}
.footer_box2_left {
  display: grid;

  grid-template-columns: 35fr 65fr;
  gap: 30px;
}

.footer_box2_left h3 {
  color: #ffa200;
  text-transform: uppercase;
  font-size: 19px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.footer_box2_left a {
  color: #fff;
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
}
.footer_box2_left_oh a {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer_box2_left a:hover {
  opacity: 0.5;
}
.main_footer_add_info {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0;
  align-items: center;
  margin-bottom: 3rem;
}
.main_footer_add_info .img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #ffa200;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_footer_add_info .img img {
  height: 30px;
}
.main_footer_add_info p {
  margin-top: 0;
  font-weight: 600;
  color: #bbd5cc;
  text-transform: uppercase;
  font-size: 19px;
  margin-bottom: 5px;
  opacity: 1;
}
.main_footer_add_info h3 {
  color: #fff;
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.copy1 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px;
  align-items: center;
  padding-left: 150px;
}
.copy1 i {
  font-style: normal;
  color: #fff;
  font-size: 15px;
  opacity: 0.5;
}
.copy1 span {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #bbd5cc;
}
/*footer*/
.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 {
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
}
.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: 85px;
  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;
  }
  .homeclub h2,
  .section1 h2,
  .home_blogs h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .homeclub h2 span::before,
  .section1 h2 span::before,
  .home_blogs h2 span::before {
    width: 100px;
  }
  .home_blogs .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .home_blogs .grid a h3 {
    font-size: 18px;
  }
  .footer_box1,
  .footer_box2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer_box2_left {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer_box2 {
    padding: 30px;
  }
  .footer_box1::before {
    display: none;
  }
  a.footer_logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 0;
    border-bottom: 1px solid #bbd5cc;
  }
  .footer_box1_links {
    padding: 30px;
    flex-wrap: wrap;
    gap: 20px;
  }
  a.footer_logo img {
    max-width: 150px;
  }
  .main_footer_add_info p {
    font-size: 15px;
  }
  .copy1 {
    padding-left: 30px;
    gap: 20px;
  }
  .copy1 i {
    font-size: 13px;
  }
  .footer_top1 img {
    height: 450px;
    object-fit: cover;
    object-position: center center;
  }
  .footer_top1_in {
    top: 50px;
  }
  img.homeclub_img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: left top;
  }
  .homeclub ul li {
    font-size: 18px;
  }
  .hometestiin_right {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
}
