.menu > ul > li > a span {
  background-color: #d6b252;
  padding: 0 3px 0 13px;
  border-radius: 30px;
  color: #000;
  font-weight: 600;
  height: 36px;
  line-height: 36px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s;
}
.menu > ul > li > a:hover span {
  background-color: #bc8e03;
}
.menu > ul > li > a span img {
  height: 30px;
}
/*section2*/
.section2 {
  padding: 60px 0;
  position: relative;
  background-color: #131313;
  background-image: url(../images/bg1.svg);
  background-repeat: no-repeat;
  background-size: 102%;
}
.section2 h2,
h2 {
  text-align: center;
  margin: 0;
  font-size: 52px;
  font-weight: 400;
}
.section2 .grid {
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 10px;
  align-items: center;
}
.section2 .grid.grid2 {
  grid-template-columns: 55fr 45fr;
}
.section2 .grid img {
  width: 100%;
}
.section2 .grid h3 {
  color: #d6b252;
  margin: 0 0 20px;
  font-size: 28px;
  font-weight: 600;
}
.section2 .grid p {
  font-size: 16px;
  line-height: 1.6;
}
/*section2*/
.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: -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 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;
  padding: 50px 0;
}
.homepg_forms h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.5);
}
.homepg_forms h3 img {
  height: 22px;
}
.hero-slider .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.hero-slider .swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.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;
}

.home_latestblogs {
  padding: 75px 0;
}
.home_latestblogs .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}
.home_latestblogs .grid .grid {
  margin-top: 20px;
}
.home_latestblogs .grid a {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.home_latestblogs .grid a img {
  display: block;
  width: 100%;
  transition: all 0.3s;
  height: 300px;
    object-fit: cover;
    object-position: center center;
}
.home_latestblogs .grid a:hover img {
  transform: scale(1.1);
}
.home_latestblogs .grid a .blog_content {
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.64);
}
.home_latestblogs .grid a .blog_content h3 {
  margin: 0 0 10px;
}
.home_latestblogs .grid a .blog_content span {
  color: #d6b252;
  text-decoration: underline;
}
.home_latestblogs .grid .grid a .blog_content h3 {
  font-size: 15px;
  line-height: 1.6;
}
.homepg_forms .grid {
  display: grid;
  gap: 20px;
  margin-top: 50px;
}
.homepg_forms .grid.grid1 {
  grid-template-columns: 40fr 60fr;
}
.homepg_forms .grid.grid3 {
  grid-template-columns: repeat(3, 1fr);
}
.homepg_forms .grid span {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
}
.homepg_forms .grid input.form-control,
.homepg_forms .grid textarea.form-control {
  background-color: transparent;
  color: #fff;
  border: 0;
  padding: 0;
  height: 46px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: none !important;
  font-size: 16px;
}
.homepg_forms .grid textarea.form-control {
  height: 70px;
}
.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #fff;
}
.form-control::-webkit-input-placeholder {
  color: #fff;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.btnbox {
  margin-top: 30px;
  width: 100%;
}
.homepg_forms input.btn {
  display: inline-flex;
  background-color: #d6b252;
  color: #000;
  width: auto;
  border-radius: 30px;
  font-size: 16px;
  transition: all 0.3s;
  padding: 5px 20px;
}
.homepg_forms input.btn:hover {
  background-color: #bc8e03;
}
.mFooter {
  padding: 50px 0 20px;
}
.mFooter .flex,
.mFooter .flex1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mFooter .flex a {
  text-decoration: none;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
}
.mFooter .flex a:hover {
  opacity: 0.75;
}
.mFooter .flex .footerright {
  text-align: right;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.mFooter .flex .footerright a {
  font-size: 16px;
}
.footer_links {
  text-transform: uppercase;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.footer_links a {
  text-decoration: none;
  text-transform: uppercase;
  color: #d6b252;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 500;
}
.footer_links a:hover {
  color: #fff;
}
.footer_soc {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer_soc a {
  color: #fff;
  font-size: 21px;
}
.footer_soc a:hover {
  color: #d6b252;
}
.mFooter .flex1 span {
  font-size: 14px;
  color: #6d6d6d;
}
/* ===========================
   ====== 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 {
  }
  .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: 165px;
  }
  .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;
  }
  .section1 .grid,
  .section2 .grid,
  .section2 .grid.grid2,
  .home_latestblogs .grid,
  .homepg_forms .grid.grid1,
  .homepg_forms .grid.grid3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .mFooter .flex,
  .mFooter .flex1 {
    flex-direction: column;
    gap: 20px;
  }
  .footer_links {
    flex-wrap: wrap;
  }
  .section2 h2,
  h2 {
    font-size: 32px;
  }
  .section2 .grid.grid2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .home_swiper_1 .swiper-button-next,
  .home_swiper_1 .swiper-button-prev {
    display: none;
  }
  .home_swiper_1 .swiper-pagination {
    bottom: 0 !important;
  }
  .homepg_forms h3 {
    font-size: 15px;
    gap: 10px;
    text-align: center;
  }
  .mFooter .flex a {
    font-size: 32px;
  }
  .mFooter .flex .footerright {
    text-align: center;
  }
  .footer_links {
    gap: 20px;
  }
  .footer_links a {
    letter-spacing: 0;
    font-size: 12px;
  }
}
