.inner_banner {
  overflow: hidden;
  position: relative;
}
.inner_banner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.24), #000); */
  opacity: 0.46;
}
.inner_banner:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  content: "";
  background-image: url(../images/strip1.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.innertxt1 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 9;
  transform: translateY(-50%);
  text-align: center;
}
.inner_banner h1 {
  color: #fff;
  font-size: 60px;
  text-transform: capitalize;
  margin: 50px 0 20px;
  font-weight: 400;
}
.inner_banner h3 {
  color: #fff;
  font-size: 32px;
  text-transform: capitalize;
  margin: 0px 0 20px;
  font-weight: 300;
}
.inner_banner h1 i {
  font-style: normal;
}
.innertxt1 h3,
.innertxt1 h3 a,
.innertxt1 ul li,
.servicepgbx1 .exp_tabs li.active {
  color: #fff;
}
.innertxt1 ul {
  list-style: none;
}
.innertxt1 ul li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-weight: 300;
  margin-bottom: 0;
  font-size: 14px;
  color: #fec20f;
}
.innertxt1 ul li:last-child {
  padding-right: 0;
}
.innertxt1 ul li:after {
  content: ">";
  color: #fff;
  position: absolute;
  font-size: 14px;
  right: 6px;
  top: -1px;
}
.innertxt1 ul li:last-child:after,
.section6_innerpg::before {
  display: none;
}
.innertxt1 ul li a {
  color: #fff;
  text-decoration: none;
}
.inner_banner img {
  width: 100%;
  display: block;
}
.sky_projects1 {
  position: relative;
  width: 100%;
  display: block;
  z-index: 1;
}
.sky_projects1_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-top: -60px;
}
a {
  text-decoration: none;
  transition: all 0.3s;
  display: block;
}

.sky_projects1_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;
}
.sky_projects1_in a:hover,
.sky_projects1_in a.active {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 5px;
}

.page {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 50px 0;
}
.sky_projects2 .grid {
  display: grid;
  gap: 75px;
  align-items: center;
  padding: 40px 0;
}
.sky_projects2 .grid1 {
  grid-template-columns: 45fr 55fr;
  margin-bottom: 50px;
}
.sky_projects2 .grid2 {
  grid-template-columns: 55fr 45fr;
}
.sky_projects2 .grid img {
  width: 100%;
  display: block;
}
ul,
ol {
  list-style: none;
}
.sky_projects2 ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 30px 0;
}
.sky_projects2 ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
}
.sky_projects2 ul li span {
  width: 55px;
  height: 55px;
  border-radius: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.161);
}
.sky_projects2 ul li span img {
  height: 25px;
}
.sky_projects2 .flex {
  display: flex;
  gap: 30px;
}
.sky_projects2 a {
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  padding: 0;
  display: inline-flex;
  background-color: #0d4d6c;
  font-size: 14px;
}
.sky_projects2 a span {
  padding: 0 25px;
}
.sky_projects2 a i {
  padding: 0 15px;
  border-left: 1px solid #fff;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sky_projects2 a i img {
  height: 15px;
}
.sky_projects2 a:hover {
  background-color: #bc8e03;
}
.about_banner {
  background-color: #0d4d6c;
  padding: 200px 0 0;
  text-align: center;
  position: relative;
}
.about_banner::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  content: "";
  background-color: #e8e6e1;
}
.about_banner h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 64px;
}
.about_banner h2::before {
  display: none;
}
.about_banner p {
  color: #fff;
  margin-bottom: 30px;
}
.about_banner .grid {
  display: grid;
  grid-template-columns: 30fr 50fr 30fr;
  gap: 40px;
  position: relative;
}
.about_banner .grid img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.skyvue_aboutbx2 {
  padding: 50px 0;
  width: 100%;
  background-color: #e8e6e1;
}
.skyvue_aboutbx2 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: baseline;
}
.skyvue_aboutbx3 {
  background-color: #e8e6e1;
  padding: 100px 0;
}
.skyvue_aboutbx3 .grid {
  display: grid;
  grid-template-columns: 45fr 65fr;
}
.skyvue_aboutbx3 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.skyvue_aboutbx3 ul li {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-right: 1px solid #d3c8ac;
  border-bottom: 1px solid #d3c8ac;
}
.skyvue_aboutbx3 ul li:nth-child(3n) {
  border-right: 0;
}
.skyvue_aboutbx3 ul li:nth-child(4),
.skyvue_aboutbx3 ul li:nth-child(5),
.skyvue_aboutbx3 ul li:nth-child(6) {
  border-bottom: 0;
}
.skyvue_aboutbx3 ul li img {
  height: 50px;
  margin-bottom: 20px;
}
.skyvue_aboutbx3 ul li p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 19px;
}
a.skyvue_blog_grid {
  display: grid;
  grid-template-columns: 35fr 65fr;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.161);
  padding: 30px 50px;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}
a.skyvue_blog_grid:hover {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
}
a.skyvue_blog_grid:last-child {
  margin-bottom: 0;
}
.skyvue_blog_grid img {
  width: 100%;
  display: block;
}
a.skyvue_blog_grid span {
  color: #0d4d6c;
  font-size: 16px;
}
a.skyvue_blog_grid h3 {
  font-size: 38px;
  color: #212529;
  margin: 15px 0;
}
a.skyvue_blog_grid p {
  margin-bottom: 15px;
  font-size: 16px;
}
a.skyvue_blog_grid i {
  font-style: normal;
  color: #bc8e03;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
}
.inner_banner p {
  color: #fff;
}
.blogs_inner_banner h1 {
  margin-top: 150px;
}
.skyvue_blogs_description .flex {
  display: flex;
  justify-content: end;
  margin-bottom: 50px;
}
.skyvue_blogs_description a {
  text-decoration: none;
  color: #bc8e03;
  border: 1px solid #bc8e03;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  padding: 0;
  display: inline-flex;
}
.skyvue_blogs_description a span {
  padding: 0 25px;
}
.skyvue_blogs_description a i {
  padding: 0 15px;
  border-left: 1px solid #bc8e03;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.skyvue_blogs_description a i img {
  height: 15px;
}
.skyvue_blogs_description a:hover {
  background-color: #000;
}
.skyvue_blogs_description h3 {
  margin: 0 0 20px;
  font-size: 19px;
  font-weight: 700;
}
.skyvue_blogs_description p {
  margin-bottom: 50px;
}

.skyvue_contactus .grid {
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 60px;
}
.skyvue_contactus {
  background-image: url(../images/cont_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.skyvue_contactus iframe {
  width: 100%;
  display: block;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.161);
}
.skyvue_contactus .flex {
  display: flex;
  /* align-items: center; */
  gap: 20px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  margin-bottom: 30px;
}
.skyvue_contactus .flex span {
  width: 55px;
  height: 55px;
  border-radius: 55px;
  background-color: #0d4d6c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.skyvue_contactus .flex span img {
  height: 25px;
}
.skyvue_contactus .flex h3 {
  text-transform: uppercase;
  font-size: 21px;
  letter-spacing: 1px;
  width: 100%;
  display: block;
  margin: 0 0 10px;
  color: #000000;
}
.skyvue_contactus .flex p {
}

.skyvue_contatpg_left {
  border: 1px solid #707070;
  padding: 35px;
  background-color: #fff;
}
.skyvue_contatpg_left h3 {
  font-size: 46px;
  color: #212529;
  margin: 0 0 30px 0;
}
.skyvue_contatpg_right p {
  margin-bottom: 40px;
  color: #231e20;
}
.skyvue_contatpg_left .grid1 {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  margin-bottom: 20px;
  gap: 20px;
}
.skyvue_contatpg_left form span {
  font-size: 16px;
  color: #252424;
  font-weight: 600;
}
.skyvue_contatpg_left input.form-control,
.skyvue_contatpg_left textarea.form-control {
  width: 100%;
  display: block;
  font-size: 16px;
  border: 1px solid #707070;
  padding: 10px 20px;
  height: 50px;
  border-radius: 0;
  color: #000;
}
.skyvue_contatpg_left textarea.form-control {
  height: 100px;
}
.skyvue_contatpg_left .btn {
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #bc8e03;
  font-weight: 600;
  background-color: transparent;
  cursor: pointer;
}
.skyvue_contatpg_left .btn img {
  height: 20px;
}
.section2 .grid h3 {
  color: #fff;
}
.section2 h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-start;
}
.section2 .grid h4 img {
  height: 40px;
  width: auto;
}
.almas_abt_pg1 {
  padding: 60px 0;
  background-color: #131313;
}
.almas_abt_pg1 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  position: relative;
}
.almas_abt_pg1 .grid::before {
  position: absolute;
  left: calc(47% - 1px);
  width: 1px;
  height: 100%;
  content: "";
  background-color: #fff;
}
.almas_abt_pg1 .grid img {
}
.almas_abt_pg1 .grid h2 {
  text-align: left;
  margin: 20px 0;
}
.almas_abt_pg1 .grid p {
  width: 85%;
  line-height: 1.6;
}

.project_gallery_pg {
  padding: 60px 0;
}
.project_gallery_pg .flex {
  display: flex;
  margin-bottom: 50px;
  align-items: center;
  gap: 50px;
}
.project_gallery_pg .flex a {
  color: #666666;
  font-size: 18px;
}
.project_gallery_pg .flex a:hover {
  color: #fff;
}
.project_gallery_pg .flex a.active {
  padding: 5px 20px;
  background-color: #3e3e3e;
  color: #fff;
  border-radius: 30px;
}
.project_gallery_pg .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.project_gallery_pg .grid a:nth-child(2n) {
  top: 60px;
}
.project_gallery_pg .grid a {
  position: relative;
}
.project_gallery_pg .grid a img {
  width: 100%;
  display: block;
}
.project_gallery_pg .grid a .proj_cont {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75%;
  padding: 20px;
  background-color: #181717;
  transition: all 0.3s;
}
.project_gallery_pg .grid a:hover .proj_cont {
  background-color: #d6b252;
}
.project_gallery_pg .grid a .proj_cont h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  transition: all 0.3s;
}
.project_gallery_pg .grid a .proj_cont span {
  color: #999999;
  transition: all 0.3s;
}
.project_gallery_pg .grid a:hover .proj_cont h3 {
  color: #000;
}
.project_gallery_pg .grid a:hover .proj_cont span {
  color: #000;
}
.home_latestblogs .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.home_latestblogs .grid a .blog_content h3 {
  line-height: 1.4;
}
.blogs_description {
  padding: 250px 0 50px;
}
.blogs_description .grid {
  display: grid;
  grid-template-columns: 47fr 53fr;
  align-items: center;
  position: relative;
  gap: 60px;
  margin-bottom: 30px;
}
.blogs_description .grid img {
  width: 100%;
}
.blogs_description .grid h2 {
  text-align: left;
  margin: 0 0 20px;
}
.blogs_description .grid span {
  color: #999999;
}
.blogs_description p {
  font-size: 16px;
  line-height: 1.8;
}
.blogs_description h3 {
  color: #fff;
  margin: 40px 0 30px;
  font-size: 28px;
  font-weight: 600;
}
.blogs_description a {
  position: absolute;
  right: 0;
  top: 0;
  color: #d6b252;
  text-transform: uppercase;
  font-size: 19px;
  text-decoration: underline;
}
.blogs_description a:hover {
  color: #fff;
}
.contactpgbox {
  padding: 60px 0;
}
.contactpgbox h2 {
  text-align: left;
  font-size: 38px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.contactpgbox a.btn {
  padding: 10px 20px;
  background-color: #272727;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}
.contactpgbox a.btn img {
  height: 24px;
}
.contactpgbox a.btn:hover {
  background-color: #bc8e03;
}
.servicebanner img {
  height: 100vh;
  object-fit: cover;
  object-position: center center;
}
.servicebanner::before {
  opacity: 0.65;
}

.almas_serv1 {
  padding: 50px 0;
  background-image: url(../images/serv1bg.png);
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: center center;
}
.almas_serv1_bx,
.almas_serv2_bx {
  padding: 75px;
  background-color: #131313;
  max-width: 1100px;
  margin: auto;
}
.almas_serv1_bx h2 {
  text-align: left;
  margin: 0 0 30px;
}
.almas_serv1_bx p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  margin-bottom: 15px;
}
.almas_serv2 {
  padding: 50px 0;
  background-image: url(../images/serv2bg.png);
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: center center;
}
.almas_serv2_bx {
  max-width: 100%;
  padding: 0 0 40px;
}
.almas_serv2_bx .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 100%;
  padding: 40px;
}
.almas_serv2_box img {
  width: 100%;
  display: block;
}
.almas_serv2_box h3 {
  margin: 20px 0 10px;
  color: #d6b252;
  font-weight: 500;
  font-size: 28px;
}
.almas_serv2_box p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}
.contactbtn {
  text-align: center;
}
.contactbtn a {
  background-color: #d6b252;
  padding: 3px 3px 3px 13px;
  border-radius: 30px;
  color: #000;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s;
  margin: auto;
}
.contactbtn a span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contactbtn a:hover {
  background-color: #bc8e03;
}
.contactbtn a span img {
  height: 30px;
  width: auto;
}
.almas_serv33 h2 {
  margin-bottom: 30px;
}
.almas_serv33 a {
  position: relative;
}
.almas_serv33 a img {
  width: 100%;
  display: block;
}
.almas_serv33 a .proj_cont {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  padding: 20px;
  background-color: #181717;
}
.almas_serv33 a:hover .proj_cont {
  background-color: #d6b252;
}
.almas_serv33 a .proj_cont h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}
.almas_serv33 a .proj_cont span {
  color: #999999;
}
.almas_serv33 a:hover .proj_cont h3 {
  color: #000;
}
.almas_serv33 a:hover .proj_cont span {
  color: #000;
}
.almas_serv33 .swiper-container1 .swiper-slide {
  width: 40%;
  height: auto;
}
.almas_serv3 {
  padding: 50px 0;
  background-image: url(../images/serv3bg.png);
  background-repeat: no-repeat;
  background-size: auto 90%;
  background-position: center center;
}
.almas_serv3_bx {
  max-width: 100%;
  padding: 40px;
  background-color: #131313;
  margin: auto;
}
.almas_serv3_bx h3 {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}
.almas_serv3 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 100%;
}
.almas_serv3 .grid a {
  padding: 20px;
  background-color: #191717;
}
.almas_serv3 .grid a img {
  width: 100%;
  display: block;
}
.almas_serv3 .grid a h3 {
  margin: 20px 0 0;
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  text-align: left;
}
.almas_serv3 .grid a:hover h3 {
  color: #d6b252;
}
/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
  .inner_banner h1 {
    font-size: 28px;
  }
  .inner_banner img {
    height: 350px;
    object-fit: cover;
    object-position: center center;
  }
  .skyvue_contactus .grid,
  a.skyvue_blog_grid,
  .skyvue_aboutbx2 .grid,
  .sky_projects2 .grid1,
  .sky_projects2 .grid2,
  .skyvue_aboutbx3 .grid,
  .skyvue_aboutbx3 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .about_banner .grid {
    gap: 10px;
  }
  .skyvue_contactus .flex h3 {
    font-size: 18px;
  }
  .skyvue_contatpg_left h3,
  a.skyvue_blog_grid h3,
  .about_banner h2,
  .sky_projects2 h2,
  h2 {
    font-size: 24px;
  }
  .skyvue_contatpg_left .grid1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  a.skyvue_blog_grid {
    padding: 20px;
  }
  .skyvue_aboutbx3 ul {
    gap: 0;
  }
  .skyvue_aboutbx3 ul li {
    border-right: 0;
    border-bottom: 1px solid #d3c8ac !important;
  }
  .about_banner {
    padding-top: 150px;
  }
  .about_banner::before {
    height: 50px;
  }
  .sky_projects1_in,
  .almas_abt_pg1 .grid {
    padding: 15px;
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 10px;
  }
  .almas_abt_pg1 .grid::before {
    display: none;
  }
  .sky_projects1_in a {
    font-size: 16px;
    height: auto;
    padding: 15px;
    line-height: normal;
  }
  .sky_projects2 .flex {
    flex-wrap: wrap;
  }
  .aboutleft {
    margin: 0;
  }
  .project_gallery_pg .grid,
  .home_latestblogs .grid,
  .blogs_description .grid,
  .almas_serv2_bx .grid,
  .almas_serv3 .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .project_gallery_pg .grid a:nth-child(2n) {
    top: 0;
  }
  .project_gallery_pg,
  .home_latestblogs,
  .blogs_description,
  .contactpgbox {
    padding: 50px 20px;
  }
  .blogs_description {
    padding-top: 150px;
  }
  .blogs_description a {
    top: -30px;
  }
  .project_gallery_pg .flex {
    flex-wrap: wrap;
    gap: 20px;
  }
  .project_gallery_pg .grid a .proj_cont h3 {
    font-size: 21px;
  }
  .home_latestblogs .grid a .blog_content h3,
  .innertxt1 h3 {
    font-size: 16px;
  }
  .contactpgbox h2 {
    font-size: 24px;
  }
  .almas_serv1_bx,
  .almas_serv2_bx,
  .almas_serv3_bx {
    padding: 20px;
  }
  .almas_serv2_bx .grid {
    padding: 0;
  }
  .almas_serv33 a .proj_cont h3 {
    font-size: 18px;
  }
  .almas_serv33 a .proj_cont {
    width: 80%;
  }
  .almas_serv3 .grid a h3 {
    font-size: 18px;
  }
}
