/*Media Query Starts*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {
  h1, h2 {
    font-size: 56px;
    line-height: 62px;
  }

  section.banner-sec {
    height: 100vh;
  }

  .banner-heading h2 {
    font-size: 46px;
    line-height: 52px;
  }

  .about-img {
    height: 600px;
  }

  .footer-links-col {
    padding-left: 90px;
  }

  .footer-contact-col {
    padding-left: 60px;
  }
}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {
  h1, h2 {
    font-size: 52px;
    line-height: 58px;
  }

  .menu-box ul {
    gap: 12px;
  }

  .menu-box ul li a {
    font-size: 16px;
    padding: 0 15px;
  }

  section.banner-sec {
    height: 100vh;
  }

  .banner-heading h2 {
    font-size: 44px;
    line-height: 50px;
  }

  .about-img {
    height: 560px;
  }

  .footer-links-col,
  .footer-contact-col {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {
  h1, h2 {
    font-size: 48px;
    line-height: 54px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .menu-box ul {
    gap: 8px;
  }

  .menu-box ul li a {
    font-size: 15px;
    padding: 0 12px;
  }

  .banner-heading h2 {
    font-size: 42px;
    line-height: 48px;
  }

  .banner-img-ex {
    left: -120px;
    width: 420px;
  }

  .about-img {
    height: 520px;
  }

  .team-slider-prev {
    left: -35px;
  }

  .team-slider-next {
    right: -35px;
  }

  .footer-main-grid {
    grid-template-columns: 0.9fr 1.2fr 0.9fr;
  }

  .footer-links-col,
  .footer-contact-col {
    padding-left: 40px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {
  h1, h2 {
    font-size: 44px;
    line-height: 50px;
  }

  h3 {
    font-size: 26px;
    line-height: 32px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .menu-box ul {
    gap: 5px;
  }

  .menu-box ul li a {
    font-size: 14px;
    height: 45px;
    padding: 0 10px;
  }

  .topSec-links-main ul {
    gap: 30px;
  }

  .banner-heading h2 {
    font-size: 40px;
    line-height: 46px;
  }

  .banner-title {
    height: 85px;
  }

  .banner-img-ex {
    left: -80px;
    width: 380px;
    height: 220px;
  }

  .about-img {
    height: 500px;
  }

  .services-card-main {
    height: 360px;
  }

  .footer-main-grid {
    grid-template-columns: 1fr 1.1fr 1fr;
  }

  .footer-col {
    padding: 30px;
  }

  .footer-links-col,
  .footer-contact-col {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .sec {
    padding: 60px 0;
  }

  h1, h2 {
    font-size: 40px;
    line-height: 46px;
  }

  h3 {
    font-size: 24px;
    line-height: 30px;
  }

  p {
    font-size: 15px;
    line-height: 24px;
  }

  .heading {
    width: 80%;
  }

  .topSec-links-main ul {
    gap: 20px;
  }

  .topSec-links-main ul li a p {
    font-size: 15px;
  }

  .menu-box ul {
    gap: 3px;
  }

  .menu-box ul li a {
    font-size: 13px;
    height: 42px;
    padding: 0 8px;
  }

  .theme1 span.theme1-txt {
    font-size: 15px;
    padding: 0 50px 0 18px;
  }

  section.banner-sec {
    height: auto;
    min-height: 850px;
    padding: 80px 0;
  }

  .banner-heading h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .banner-title {
    height: 80px;
  }

  .banner-txt {
    width: 100%;
  }

  .banner-img {
    height: 430px;
  }

  .banner-img-ex {
    left: -40px;
    bottom: -90px;
    width: 340px;
    height: 200px;
  }

  .about-img {
    height: 450px;
  }

  .choose-img img.choose1 {
    height: 520px;
  }

  .choose-img img.choose2 {
    height: 330px;
  }

  .services-card-main {
    height: 340px;
  }

  .services-card-txt h5 {
    font-size: 24px;
    line-height: 32px;
  }

  .team-slider-prev {
    left: -20px;
  }

  .team-slider-next {
    right: -20px;
  }

  .contact-card-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-main-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-col,
  .footer-newsletter,
  .footer-social-wrap {
    padding: 28px;
  }

  .footer-links-col,
  .footer-contact-col {
    padding-left: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .sec {
    padding: 50px 0;
  }

  .heading {
    width: 90%;
    gap: 15px;
  }

  h1, h2 {
    font-size: 36px;
    line-height: 42px;
  }

  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  p {
    font-size: 15px;
    line-height: 24px;
  }

  .topSec-links-main ul {
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .topSec-socials ul {
    justify-content: center;
    margin-top: 15px;
  }
  
  .logo-box {
    order: 1;
}

.btn-box {
    order: 2;
}

.menu-box {
    order: 3;
}

  .header-logo {
    text-align: center;
    margin-bottom: 15px;
  }

  .menu-box ul {
    flex-wrap: wrap;
    gap: 8px;
  }

  .menu-box ul li a {
    font-size: 14px;
    height: 42px;
    padding: 0 12px;
  }

  .header-btn {
    justify-content: center;
    margin-top: 15px;
  }

  section.banner-sec {
    height: auto;
    padding: 70px 0;
  }

  section.banner-sec::before {
    background-color: #000000c9;
  }

  .banner-txt-main {
    gap: 20px;
    text-align: center;
    align-items: center;
  }

  .banner-heading,
  .banner-txt {
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .banner-heading h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .banner-title {
    justify-content: center;
    height: 75px;
  }

  .banner-title::before {
    width: 100%;
    border-radius: 10px;
  }

  .banner-img-main {
    margin-top: 30px;
  }

  .banner-img {
    height: 420px;
  }

  .banner-img-ex {
    position: relative;
    left: unset;
    bottom: unset;
    width: 100%;
    height: 280px;
    margin-top: 20px;
  }

  .about-img {
    height: 420px;
    margin-bottom: 25px;
  }

  .about-txt-main {
    width: 100%;
    margin: 0;
  }

  .choose-card {
    margin-bottom: 25px;
  }

  .choose-img img.choose1,
  .choose-img img.choose2 {
    height: 380px;
  }

  .quote-txt {
    width: 90%;
  }

  .about-me-img-main {
    height: 400px;
    margin-bottom: 25px;
  }

  .services-card-main {
    height: 330px;
  }

  .team-slider {
    margin: 0;
  }

  .team-slide {
    padding: 0 8px;
  }

  .team-slider-prev {
    left: 38%;
  }

  .team-slider-next {
    right: 38%;
  }

  .team-slider-arrow {
    top: unset;
    bottom: -45px;
  }

  .team-slider .draggable {
    padding-bottom: 60px;
  }

  .gallery-card-main,
  .gallery-card2,
  .gallery-card6 {
    justify-content: center;
  }

  img.g1, img.g2, img.g4, img.g5, img.g6 {
    width: 100%;
    height: 300px;
  }

  img.g3 {
    width: 100%;
    height: 450px;
  }

  .gallery-card-heading h2 {
    width: 100%;
    text-align: center;
    justify-content: center;
    font-size: 42px;
    line-height: 48px;
  }

  .gallery-card-txt p {
    width: 90%;
    margin: 20px auto;
    text-align: center;
  }

  .contact-card-main {
    grid-template-columns: 1fr;
  }

  .contact-info-side {
    border-radius: 15px;
  }

  .footer-main-grid {
    grid-template-columns: 1fr;
  }

  .footer-col,
  .footer-newsletter,
  .footer-social-wrap {
    padding: 30px;
    min-height: auto;
  }

  .footer-links-col,
  .footer-contact-col {
    padding-left: 30px;
    border-right: none;
  }

  .footer-center-col {
    border-right: none;
  }
}

@media only screen and (min-width: 521px) and (max-width: 768px) {
  .sec {
    padding: 40px 0;
  }

  .heading {
    width: 100%;
    gap: 10px;
  }

  h1, h2 {
    font-size: 30px;
    line-height: 36px;
  }

  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  h4 {
    font-size: 20px;
    line-height: 26px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  .top-bar-txt h6 {
    font-size: 16px;
    line-height: 1;
  }

  .topSec-links-main ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .topSec-socials ul {
    justify-content: center;
    margin: 20px 0 0;
  }

  .header-logo {
    display: flex;
    justify-content: center;
    height: 130px;
    width: 100%;
  }

  .header-logo a {
    width: 140px;
  }

  .header-logo a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .menu-box ul {
    flex-wrap: wrap;
    gap: 8px;
  }

  .menu-box ul li a {
    height: 40px;
    font-size: 13px;
    padding: 0 10px;
  }

  .header-btn {
    justify-content: center;
    margin-top: 15px;
  }

  .theme1 {
    height: 45px;
  }

  .theme1 span.theme1-txt {
    font-size: 14px;
    padding: 0 45px 0 10px;
    height: 35px;
  }

  .theme1 span.theme1-icon {
    height: 40px;
    width: 40px;
  }

  .theme1 span.theme1-icon img {
    padding: 12px;
    width: 40px;
  }

  section.banner-sec {
    height: auto;
    padding: 60px 0;
  }

  section.banner-sec::before {
    background-color: #000000c9;
  }

  .banner-txt-main,
  .banner-heading,
  .banner-txt {
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .banner-heading h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .banner-title {
    height: 70px;
    justify-content: center;
  }

  .banner-title::before {
    width: 100%;
    border-radius: 10px;
  }

  .banner-img-main {
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
  }

  .banner-img,
  .banner-img-ex {
    height: 320px;
    width: 100%;
  }

  .banner-img-ex {
    position: relative;
    bottom: unset;
    left: unset;
  }

  .about-img,
  .about-me-img-main {
    height: 320px;
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .about-txt-main {
    margin: 0;
    width: 100%;
    gap: 15px;
  }

  .choose-card {
    margin: 12px 0;
  }

  .choose-img img.choose1,
  .choose-img img.choose2 {
    height: 320px;
  }

  .choose-txt {
    padding: 15px;
    gap: 10px;
  }

  section.quote-sec {
    padding: 60px 0;
  }

  .quote-txt {
    width: 100%;
    gap: 15px;
  }

  .services-card-main {
    height: 320px;
  }

  .services-card-txt h5 {
    font-size: 22px;
    line-height: 30px;
  }

  .team-card-main {
    height: 450px;
  }

  .team-card-img {
    height: 380px;
  }

  .team-slider {
    margin: 0;
  }

  .team-slide {
    padding: 0;
  }

  .team-slider .draggable {
    padding-bottom: 55px;
  }

  .team-slider-prev {
    left: 35%;
  }

  .team-slider-next {
    right: 35%;
  }

  .team-slider-arrow {
    top: unset;
    bottom: 0;
    width: 38px;
    height: 38px;
  }

  .gallery-card-main,
  .gallery-card2,
  .gallery-card6 {
    justify-content: center;
  }

  img.g1, img.g2, img.g3, img.g4, img.g5, img.g6 {
    width: 100%;
    height: 300px;
  }

  .gallery-card-heading h2 {
    font-size: 38px;
    line-height: 44px;
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .gallery-card-txt p {
    width: 90%;
    margin: 20px auto 0;
    text-align: center;
  }

  .project-booklet {
    padding: 16px;
  }

  .project-tabs {
    gap: 8px;
  }

  .project-tab-btn {
    min-height: 42px;
    padding: 0 14px;
    font-size: 12px;
  }

  .project-booklet::before,
  .project-booklet::after {
    display: none;
  }

  .project-booklet-page.active {
    display: flex;
    flex-direction: column;
  }

  .project-booklet-pages,
  .project-booklet-page,
  .project-booklet-image,
  .project-booklet-info {
    min-height: auto;
  }

  .project-booklet-image {
    height: 260px;
    padding-right: 0;
  }

  .project-booklet-info {
    padding: 24px 6px 10px;
  }

  .project-booklet-info h3 {
    font-size: 34px;
    line-height: 40px;
  }

  .partners-img-main {
    background-color: var(--wt);
  }

  .contact-card-main {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    border-radius: 8px;
  }

  .contact-form-side {
    padding: 0;
    gap: 15px;
  }

  .contact-form-head h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-info-side {
    padding: 20px;
    border-radius: 8px;
  }

  .footer-main-grid {
    display: flex;
    flex-direction: column;
  }

  .footer-col,
  .footer-newsletter,
  .footer-social-wrap {
    padding: 24px;
    min-height: auto;
    width: 100%;
  }

  .footer-links-col,
  .footer-contact-col {
    padding-left: 24px;
    border-right: none;
  }

  .footer-center-col {
    width: 100%;
    border-right: none;
  }

  .footer-subscribe-field {
    max-width: unset;
    width: 100%;
  }
}

@media only screen and (min-width: 300px) and (max-width: 520px) {
  .sec {
    padding: 35px 0;
  }

  .heading {
    width: 100%;
    gap: 10px;
    margin-bottom: 30px;
  }

  h1, h2 {
    font-size: 28px;
    line-height: 34px;
  }

  h3 {
    font-size: 21px;
    line-height: 27px;
  }

  h4 {
    font-size: 20px;
    line-height: 26px;
  }

  h5 {
    font-size: 18px;
    line-height: 24px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  .top-bar-txt h6 {
    font-size: 14px;
  }

  .topSec {
    padding: 15px 0;
  }

  .topSec-links-main ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .topSec-links-main ul li a p {
    font-size: 14px;
  }

  .topSec-socials ul {
    justify-content: center;
    margin-top: 15px;
  }

  .header-logo {
    display: flex;
    justify-content: center;
    height: 120px;
    width: 100%;
  }

  .header-logo a {
    width: 130px;
  }

  .header-logo a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .menu-box ul {
    flex-direction: column;
    gap: 8px;
  }

  .menu-box ul li,
  .menu-box ul li a {
    width: 100%;
  }

  .menu-box ul li a {
    height: 40px;
    font-size: 13px;
  }

  .header-btn {
    justify-content: center;
    margin-top: 15px;
  }

  .theme1 {
    height: 45px;
  }

  .theme1 span.theme1-txt {
    font-size: 13px;
    height: 35px;
    padding: 0 45px 0 12px;
  }

  .theme1 span.theme1-icon {
    height: 40px;
    width: 40px;
  }

  .theme1 span.theme1-icon img {
    padding: 12px;
    width: 40px;
  }

  section.banner-sec {
    height: auto;
    padding: 50px 0;
  }

  section.banner-sec::before {
    background-color: #000000d6;
  }

  .banner-txt-main,
  .banner-heading,
  .banner-txt {
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .banner-heading h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .banner-title {
    height: auto;
    min-height: 65px;
    padding: 12px 10px;
    justify-content: center;
  }

  .banner-title::before {
    width: 100%;
    border-radius: 8px;
  }

  .banner-img-main {
    flex-direction: column;
    gap: 18px;
    margin-top: 25px;
  }

  .banner-img,
  .banner-img-ex {
    height: 280px;
    width: 100%;
  }

  .banner-img-ex {
    position: relative;
    bottom: unset;
    left: unset;
  }

  .banner-img img {
    border-radius: 8px;
    border-width: 3px;
  }

  .about-img,
  .about-me-img-main {
    height: 280px;
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .about-txt-main,
  .about-txt,
  .about-me-txt-main,
  .about-me-txt {
    width: 100%;
    margin: 0;
    gap: 12px;
  }

  .about-heading {
    padding: 8px 12px;
  }

  .choose-card {
    margin: 12px 0;
  }

  .choose-img img.choose1,
  .choose-img img.choose2 {
    height: 280px;
  }

  .choose-txt {
    padding: 14px;
    gap: 10px;
  }

  .choose-txt h5 {
    font-size: 17px;
    line-height: 24px;
  }

  section.quote-sec {
    padding: 55px 0;
  }

  .quote-txt-main,
  .quote-txt {
    width: 100%;
    gap: 12px;
  }

  .services-card-main {
    height: 300px;
    border-radius: 12px;
  }

  .services-card-txt h5 {
    font-size: 20px;
    line-height: 28px;
  }

  .services-card-txt p {
    font-size: 14px;
  }

  .team-card-main {
    height: 430px;
  }

  .team-card-img {
    height: 360px;
  }

  .team-card-txt-socials {
    width: calc(100% - 24px);
    padding: 14px 10px;
  }

  .team-card-txt h5 {
    font-size: 17px;
    line-height: 23px;
  }

  .team-card-txt h6 {
    font-size: 13px;
    line-height: 19px;
  }

  .team-slider {
    margin: 0;
  }

  .team-slide {
    padding: 0;
  }

  .team-slider .draggable {
    padding-bottom: 55px;
  }

  .team-slider-prev {
    left: 32%;
  }

  .team-slider-next {
    right: 32%;
  }

  .team-slider-arrow {
    top: unset;
    bottom: 0;
    width: 36px;
    height: 36px;
  }

  .gallery-card-main,
  .gallery-card2,
  .gallery-card6 {
    justify-content: center;
  }

  .gallery-card img {
    padding: 6px;
  }

  img.g1, img.g2, img.g3, img.g4, img.g5, img.g6 {
    width: 100%;
    height: 260px;
  }

  .gallery-card-heading {
    height: auto;
    padding: 15px 0;
  }

  .gallery-card-heading h2 {
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .gallery-card-txt p {
    width: 95%;
    margin: 15px auto 0;
    text-align: center;
  }

  .partners-img-main {
    height: 150px;
    background-color: var(--wt);
  }

  .contact-card-main {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 16px;
    border-radius: 8px;
  }

  .contact-form-side {
    padding: 0;
    gap: 15px;
  }

  .contact-form-head h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-field input {
    height: 48px;
  }

  .contact-info-side {
    padding: 18px;
    border-radius: 8px;
    gap: 15px;
  }

  .contact-info-head h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .contact-info-item {
    align-items: flex-start;
  }

  .contact-info-txt p {
    font-size: 12px;
    line-height: 20px;
  }

  .footer-brand-panel {
    min-height: 78px;
    padding: 20px 16px;
  }

  .footer-brand-panel h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .footer-main-grid {
    display: flex;
    flex-direction: column;
  }

  .footer-col,
  .footer-newsletter,
  .footer-social-wrap {
    padding: 20px;
    min-height: auto;
    width: 100%;
  }

  .footer-links-col,
  .footer-contact-col {
    padding-left: 20px;
    border-right: none;
  }

  .footer-center-col {
    width: 100%;
    border-right: none;
  }

  .footer-title h4 {
    font-size: 20px;
    line-height: 25px;
  }

  .footer-subscribe-field {
    max-width: unset;
    width: 100%;
    height: auto;
    flex-direction: column;
    border-radius: 14px;
    padding: 10px;
    gap: 10px;
  }

  .footer-subscribe-field input {
    height: 45px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #ddd;
  }

  .footer-subscribe-field button {
    height: 45px;
    width: 100%;
    border-radius: 8px;
  }

  .footer-contact-list {
    gap: 18px;
  }

  .footer-bottom p {
    font-size: 12px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 993px) {
  .sec {
    padding: 56px 0;
  }

  .heading {
    gap: 12px;
    margin-bottom: 34px;
  }

  h1,
  h2 {
    font-size: 42px;
    line-height: 48px;
  }

  h3 {
    font-size: 24px;
    line-height: 30px;
  }

  p {
    font-size: 14px;
    line-height: 22px;
  }

  .top-bar-main {
    padding: 6px 0;
  }

  .top-bar-txt h6 {
    font-size: 14px;
  }

  .topSec {
    padding: 12px 0;
  }

  .topSec-links-main ul li a p {
    font-size: 14px;
  }

  .socials ul li a {
    height: 30px;
    width: 30px;
  }

  .socials ul li a i {
    font-size: 15px;
  }

  .menuSec {
    padding: 12px 0;
  }

  .header-logo img {
    max-height: 68px;
    object-fit: contain;
  }

  .menu-box ul li a {
    height: 40px;
    font-size: 13px;
    padding: 0 12px;
  }

  .theme1 {
    height: 45px;
  }

  .theme1 span.theme1-txt {
    height: 36px;
    font-size: 14px;
    padding: 0 48px 0 16px;
  }

  .theme1 span.theme1-icon {
    height: 42px;
    width: 42px;
  }

  .theme1 span.theme1-icon img {
    width: 42px;
    padding: 13px;
  }

  section.banner-sec {
    height: auto;
    min-height: 650px;
    padding: 64px 0;
  }

  .banner-heading {
    gap: 14px;
  }

  .banner-heading h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .banner-title {
    height: 72px;
  }

  .banner-title h1 {
    font-size: 42px;
    line-height: 48px;
  }

  .banner-txt {
    gap: 8px;
  }

  .banner-img {
    height: 390px;
  }

  .banner-img-ex {
    bottom: -95px;
    left: -135px;
    height: 205px;
    width: 405px;
  }

  .about-img {
    height: 430px;
    border-radius: 14px;
  }

  .about-txt-main,
  .about-txt {
    gap: 16px;
  }

  .choose-img img.choose1 {
    height: 470px;
  }

  .choose-img img.choose2 {
    height: 300px;
  }

  .services-card-main {
    height: 300px;
    border-radius: 12px;
  }

  .services-card-txt h5 {
    font-size: 22px;
    line-height: 30px;
  }

  .services-card-txt p {
    font-size: 13px;
    line-height: 1.45;
  }

  .project-booklet {
    max-width: 740px;
    padding: 20px;
  }

  .project-booklet::before {
    top: 20px;
    bottom: 20px;
  }

  .project-booklet::after {
    top: 20px;
    bottom: 66px;
    width: calc(50% - 20px);
  }

  .project-booklet.flip-prev::after {
    left: 20px;
  }

  .project-booklet-pages,
  .project-booklet-page,
  .project-booklet-image,
  .project-booklet-info {
    min-height: 315px;
  }

  .project-booklet-image {
    padding-right: 20px;
  }

  .project-booklet-info {
    padding: 28px 12px 28px 34px;
  }

  .project-booklet-info h3 {
    font-size: 34px;
    line-height: 40px;
    margin: 16px 0 12px;
  }

  .project-booklet-controls {
    margin-top: 18px;
  }

  .project-booklet-controls button {
    height: 36px;
    width: 36px;
  }

  .partners-category-block {
    margin-top: 20px;
  }

  .partners-category-block + .partners-category-block {
    margin-top: 32px;
  }

  .partners-category-title h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .partners-logo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    padding: 9px;
    margin: 14px 0 22px;
  }

  .partners-logo-grid-item {
    padding: 6px;
  }

  .partners-img-main {
    height: 130px;
  }

  .team-card-main {
    height: 400px;
  }

  .team-card-img {
    height: 340px;
  }

  .team-card-txt-socials {
    min-height: 92px;
    padding: 14px 12px;
  }

  .team-card-txt h5 {
    font-size: 18px;
  }

  .team-card-txt h6 {
    font-size: 13px;
  }

  .contact-card-main {
    max-width: 980px;
    margin: 0 auto;
  }

  .contact-form-side {
    padding: 30px 24px 26px;
  }

  .contact-form-head h2 {
    font-size: 38px;
    line-height: 44px;
  }

  .contact-info-side {
    padding: 28px 22px;
  }

  .footer-top-logo {
    min-height: 96px;
  }

  .footer-brand-panel {
    min-height: 74px;
    padding: 18px 14px;
  }

  .footer-brand-panel h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .footer-main-grid {
    grid-template-columns: 0.95fr 1.15fr 0.9fr;
  }

  .footer-col {
    min-height: 300px;
    padding: 28px;
  }

  .footer-newsletter {
    padding: 38px 36px 30px;
  }

  .footer-social-wrap {
    padding: 28px 36px 30px;
  }
}

@media only screen and (max-width: 992px) {
  .project-tabs {
    gap: 8px;
    margin-bottom: 22px;
  }

  .project-tab-btn {
    min-height: 42px;
    padding: 0 14px;
    font-size: 12px;
  }

  .project-booklet {
    max-width: 720px;
    padding: 16px;
  }

  .project-booklet::before {
    display: block;
    top: 16px;
    bottom: 64px;
  }

  .project-booklet-page.active {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .project-booklet-pages,
  .project-booklet-page,
  .project-booklet-image,
  .project-booklet-info {
    min-height: 300px;
  }

  .project-booklet::after {
    display: block;
    top: 16px;
    bottom: 64px;
    width: calc(50% - 16px);
  }

  .project-booklet.flip-prev::after {
    left: 16px;
  }

  .project-booklet-image {
    padding-right: 0;
  }

  .project-booklet-info {
    padding: 26px 8px 26px 24px;
  }

  .project-booklet-info h3 {
    font-size: 28px;
    line-height: 34px;
    margin: 14px 0 10px;
  }

  .project-booklet-desc {
    font-size: 12px;
    line-height: 1.45;
    margin-bottom: 10px;
  }

  .project-booklet-link {
    min-height: 32px;
    margin-top: 10px;
    padding: 0 12px;
    font-size: 10px;
  }

  .project-booklet-controls {
    margin-top: 18px;
  }

  .partners-category-block {
    margin-top: 22px;
  }

  .partners-category-block + .partners-category-block {
    margin-top: 34px;
  }

  .partners-category-title {
    margin-bottom: 10px;
  }

  .partners-category-title h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 520px) {
  .project-tab-btn {
    flex: 1 1 auto;
    min-width: 138px;
  }

  .project-booklet {
    padding: 12px;
    border-radius: 6px;
  }

  .project-booklet::before {
    top: 12px;
    bottom: 58px;
  }

  .project-booklet::after {
    top: 12px;
    bottom: 58px;
    width: calc(50% - 12px);
  }

  .project-booklet.flip-prev::after {
    left: 12px;
  }

  .project-booklet-pages,
  .project-booklet-page,
  .project-booklet-image,
  .project-booklet-info {
    min-height: 230px;
  }

  .project-booklet-image img {
    border-radius: 4px;
  }

  .project-booklet-info {
    padding: 18px 4px 18px 16px;
  }

  .project-booklet-info h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .project-booklet-desc {
    max-height: 54px;
    overflow: hidden;
    font-size: 10px;
    line-height: 1.35;
  }

  .project-booklet-status {
    min-height: 28px;
    padding: 0 9px;
    font-size: 9px;
  }

  .project-booklet-info p {
    font-size: 12px;
  }

  .project-booklet-controls button {
    height: 40px;
    width: 40px;
  }

  .partners-category-title h3 {
    font-size: 21px;
    line-height: 27px;
  }

  .partners-logo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    padding: 9px;
    margin: 14px 0 22px;
  }

  .partners-logo-grid-item {
    padding: 6px;
  }

  .partners-img-main {
    height: 130px;
  }
}

@media only screen and (max-width: 992px) {
  .projects-page-row,
  .projects-page-row-reverse {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 34px;
  }

  .projects-page-row-reverse .projects-page-img,
  .projects-page-row-reverse .projects-page-content {
    order: initial;
  }

  .projects-page-img {
    height: 330px;
  }

  .projects-page-content {
    padding: 24px;
  }

  .projects-page-content h3 {
    font-size: 32px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 520px) {
  .projects-page-tabs {
    margin-bottom: 26px;
  }

  .projects-page-img {
    height: 250px;
    border-width: 3px;
    border-radius: 8px;
  }

  .projects-page-content {
    padding: 18px;
    border-radius: 8px;
  }

  .projects-page-content h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .projects-page-detail,
  .projects-page-detail p {
    font-size: 13px;
    line-height: 1.6;
  }
}

/*Media Query End*/

@media only screen and (max-width: 768px) {
  body.page-home {
    overflow-x: hidden;
  }

  body.page-home.mobile-menu-open {
    overflow: hidden;
  }

  body.page-home .head-bann {
    background-image: none;
  }

  body.page-home header {
    display: none;
  }

  body.page-home .slicknav_menu {
    display: none;
  }

  body.page-home .mobile-mall-hero {
    position: relative;
    display: block;
    height: 50vh;
    min-height: 330px;
    overflow: hidden;
    background-color: #111;
  }

  body.page-home .mobile-mall-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.28) 72%, rgba(0, 0, 0, 0.52) 100%);
    pointer-events: none;
    z-index: 1;
  }

  body.page-home .mobile-mall-slider,
  body.page-home .mobile-mall-slider .slick-list,
  body.page-home .mobile-mall-slider .slick-track,
  body.page-home .mobile-mall-slide {
    height: 100%;
  }

  body.page-home .mobile-mall-slider .slick-list,
  body.page-home .mobile-mall-slider .slick-track,
  body.page-home .mobile-mall-slider .slick-slide,
  body.page-home .mobile-mall-slider .slick-slide > div,
  body.page-home .mobile-mall-slide {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  body.page-home .mobile-mall-slider {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
  }

  body.page-home .mobile-mall-hero-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  body.page-home .mobile-mall-hero-ui {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0;
    transform: translateX(-24px);
    animation: mobileHeroContentIn 0.75s ease 2s forwards;
  }

  body.page-home .mobile-menu-toggle,
  body.page-home .mobile-menu-close {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer;
  }

  body.page-home .mobile-menu-toggle {
    position: absolute;
    top: auto;
    right: 18px;
    bottom: 130px;
    height: 46px;
    width: 46px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.95);
    color: #111;
    font-size: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  }

  body.page-home .mobile-mall-logo {
    position: absolute;
    top: 18px;
    left: 4px;
    bottom: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    min-height: 58px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
  }

  body.page-home .mobile-mall-logo img {
    display: block;
    width: 100%;
    max-height: 52px;
    object-fit: contain;
  }

  body.page-home .mobile-mall-socials {
    position: absolute;
    top: auto;
    right: 18px;
    bottom: 18px;
  }

  body.page-home .mobile-mall-socials ul {
    flex-direction: column;
    gap: 10px;
  }

  body.page-home .mobile-mall-socials.socials ul li a {
    height: 44px;
    width: 44px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
  }

  body.page-home .mobile-mall-socials.socials ul li a::before {
    display: none;
  }

  body.page-home .mobile-mall-title {
    position: absolute;
    left: 18px;
    right: 82px;
    bottom: 16px;
    z-index: 3;
  }

  body.page-home .mobile-mall-title h2 {
    margin: 0;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 3px 16px rgba(0, 0, 0, 0.72);
  }

  body.page-home .mobile-full-menu {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 76px 28px 36px;
    background:
      linear-gradient(rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.92)),
      url("../images/banbg.jpg") center/cover no-repeat;
    transform: translateX(100%);
    transition: transform 0.45s ease;
  }

  body.page-home.mobile-menu-open .mobile-full-menu {
    transform: translateX(0);
  }

  body.page-home .mobile-menu-close {
    position: absolute;
    top: 18px;
    right: 18px;
    height: 46px;
    width: 46px;
    border-radius: 100px;
    background: #fff;
    color: #111;
    font-size: 25px;
  }

  body.page-home .mobile-full-menu ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  body.page-home .mobile-full-menu a {
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 0 18px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
  }

  body.page-home .mobile-announcement-bar {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 8px 14px;
    background: #ad0020;
    overflow: hidden;
    opacity: 0;
    animation: mobileFadeUp 0.65s ease 2.15s forwards;
  }

  body.page-home .mobile-announcement-bar h6 {
    display: inline-block;
    min-width: max-content;
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    white-space: nowrap;
    animation: mobileAnnouncementMove 16s linear infinite;
  }

  body.page-home section.banner-sec {
    opacity: 0;
    background-image:
      linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)),
      url("../images/banbg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: mobileFadeUp 0.65s ease 2.35s forwards;
  }

  body.page-home section.banner-sec .banner-img-main {
    display: none;
  }

  body.page-home section.banner-sec .banner-heading > h2 {
    display: none;
  }

  body.page-home section.banner-sec {
    padding: 46px 0 26px;
  }

  body.page-home .mobile-featured-service-sec {
    display: block;
    padding: 28px 0 38px;
    background-color: var(--bg-main);
    background-image: none;
    opacity: 0;
    animation: mobileFadeUp 0.65s ease 2.45s forwards;
  }

  body.page-home .mobile-featured-service-card {
    width: 100%;
  }

  body.page-home .mobile-featured-services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.page-home .mobile-featured-service-card .services-card-main {
    margin: 0;
  }

  body.page-home .home-services-sec .service-item-id-1,
  body.page-home .home-services-sec .service-item-id-4 {
    display: none !important;
  }

  body.page-home .mobile-banner-main-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  body.page-home .mobile-banner-main-image {
    height: 250px;
    margin-top: 18px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.42);
  }

  body.page-home .home-cms-mobile-img {
    display: block;
    height: 220px;
    margin: 0 0 22px;
    border: 3px solid rgba(255, 255, 255, 0.88);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  }

  body.page-home .home-services-cms-img {
    height: 220px;
    max-width: 100%;
    margin-bottom: 22px;
  }

  body.page-home .home-services-layout-desktop {
    display: none;
  }

  body.page-home .home-services-layout-mobile {
    display: block;
  }

  body.page-home .home-services-mall-img {
    height: 250px;
    margin: 18px 0;
    border-radius: 8px;
  }

  body.page-home .about-sec .row > div:first-child {
    order: 2;
  }

  body.page-home .about-sec .row > div:nth-child(2) {
    order: 1;
  }

  body.page-home .about-sec .about-txt-main {
    align-items: flex-start;
    text-align: left;
  }

  body.page-home .about-sec .about-heading {
    width: 100%;
  }

  body.page-home .about-sec .about-img-main {
    margin-top: 18px;
  }

  @keyframes mobileHeroContentIn {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @keyframes mobileFadeUp {
    from {
      opacity: 0;
      transform: translateY(18px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes mobileAnnouncementMove {
    from {
      transform: translateX(100vw);
    }
    to {
      transform: translateX(-100%);
    }
  }

  header {
    display: flex;
    flex-direction: column;
  }

  .top-bar-main {
    order: 1;
  }

  .menuSec {
    order: 2;
  }

  .topSec {
    order: 3;
  }

  .head-bann {
    background-image:
      linear-gradient(rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)),
      url("../images/banbg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 1600px;
  }

  .topSec,
  .menuSec,
  section.banner-sec {
    background-color: transparent;
    background-image: none;
  }

  .topSec {
    display: none;
  }

  .header-btn {
    display: none;
  }

  .header-mobile-socials {
    display: flex;
    justify-content: flex-end;
  }

  .header-mobile-socials ul {
    justify-content: flex-end;
  }

  .slicknav_nav .mobile-quote-link {
    display: block;
  }

  .topSec-links-main ul {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
  }

  .topSec-links-main ul li {
    min-width: 0;
  }

  .topSec-links-main ul li a {
    min-width: 0;
    gap: 6px;
  }

  .topSec-links-main ul li a .topSec-links-img {
    flex: 0 0 26px;
    height: 26px;
    line-height: 26px;
  }

  .topSec-links-main ul li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: clamp(11px, 2.8vw, 14px);
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85);
  }

  .topSec-socials.socials ul li a::before,
  .header-mobile-socials.socials ul li a::before {
    display: none;
  }

  .topSec-socials.socials ul li:first-child a,
  .header-mobile-socials.socials ul li:first-child a,
  .footer-social-icons a:first-child {
    background: #1877f2;
    border-color: #1877f2;
  }

  .topSec-socials.socials ul li:nth-child(2) a,
  .header-mobile-socials.socials ul li:nth-child(2) a,
  .footer-social-icons a:nth-child(2) {
    background:
      radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    border-color: #d6249f;
  }

  .topSec-socials.socials ul li a i,
  .topSec-socials.socials ul li a:hover i,
  .header-mobile-socials.socials ul li a i,
  .header-mobile-socials.socials ul li a:hover i,
  .footer-social-icons a,
  .footer-social-icons a:hover {
    color: #fff;
  }

  .menuSec .row {
    flex-wrap: nowrap;
  }

  .menuSec .logo-box {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .menuSec .btn-box {
    flex: 0 0 55%;
    max-width: 55%;
  }

  .header-logo {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    height: auto;
    width: auto;
    margin-bottom: 0;
  }

  .header-logo a {
    width: 112px;
  }

  .header-logo a img,
  .header-logo img {
    width: 100%;
    max-height: 72px;
    object-fit: contain;
  }

  .btn-box {
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
  }
}

@media only screen and (max-width: 380px) {
  .topSec-links-main ul li a {
    gap: 4px;
  }

  .topSec-links-main ul li a .topSec-links-img {
    flex-basis: 22px;
    height: 22px;
    line-height: 22px;
  }

  .header-logo a {
    width: 98px;
  }

  .theme1 span.theme1-txt {
    padding: 0 42px 0 10px;
  }
}

@media only screen and (max-width: 768px) {
  section.banner-sec {
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  section.banner-sec::before {
    background-color: transparent;
  }
}

@media only screen and (min-width: 769px) {
  body.page-home .home-services-feature-row {
    align-items: flex-start;
  }

  body.page-home .home-services-feature-row .home-services-mall-img {
    margin: 20px 0;
  }

  body.page-home .home-services-feature-row .home-services-mall-img img {
    height: 100%;
    max-height: 100%;
    object-fit: cover;
  }

  body.page-home {
    overflow-x: hidden;
  }

  body.page-home.mobile-menu-open {
    overflow: hidden;
  }

  body.page-home header,
  body.page-home .slicknav_menu {
    display: none;
  }

  body.page-home .mobile-mall-hero {
    position: relative;
    display: block;
    height: 62vh;
    min-height: 520px;
    overflow: hidden;
    background-color: #111;
  }

  body.page-home .mobile-mall-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.26) 72%, rgba(0, 0, 0, 0.54) 100%);
  }

  body.page-home .mobile-mall-slider,
  body.page-home .mobile-mall-slider .slick-list,
  body.page-home .mobile-mall-slider .slick-track,
  body.page-home .mobile-mall-slide {
    height: 100%;
  }

  body.page-home .mobile-mall-slider .slick-list,
  body.page-home .mobile-mall-slider .slick-track,
  body.page-home .mobile-mall-slider .slick-slide,
  body.page-home .mobile-mall-slider .slick-slide > div,
  body.page-home .mobile-mall-slide {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  body.page-home .mobile-mall-slider {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
  }

  body.page-home .mobile-mall-hero-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  body.page-home .mobile-mall-hero-ui {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 1;
    transform: none;
  }

  body.page-home .mobile-menu-toggle,
  body.page-home .mobile-menu-close {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer;
  }

  body.page-home .mobile-menu-toggle {
    position: absolute;
    top: auto;
    right: 36px;
    bottom: 156px;
    height: 54px;
    width: 54px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.95);
    color: #111;
    font-size: 28px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
  }

  body.page-home .mobile-mall-logo {
    position: absolute;
    top: 30px;
    left: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    min-height: 112px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
  }

  body.page-home .mobile-mall-logo img {
    display: block;
    width: 100%;
    max-height: 104px;
    object-fit: contain;
  }

  body.page-home .mobile-mall-socials {
    position: absolute;
    top: auto;
    right: 36px;
    bottom: 32px;
  }

  body.page-home .mobile-mall-socials ul {
    flex-direction: column;
    gap: 12px;
  }

  body.page-home .mobile-mall-socials.socials ul li a {
    height: 54px;
    width: 54px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.3);
  }

  body.page-home .mobile-mall-socials.socials ul li a::before {
    display: none;
  }

  body.page-home .mobile-mall-title {
    position: absolute;
    left: 44px;
    right: 118px;
    bottom: 34px;
    z-index: 3;
  }

  body.page-home .mobile-mall-title h2 {
    margin: 0;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 34px;
    line-height: 42px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.72);
  }

  body.page-home .mobile-full-menu {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 12vw 60px;
    background:
      linear-gradient(rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.92)),
      url("../images/banbg.jpg") center/cover no-repeat;
    transform: translateX(100%);
    transition: transform 0.45s ease;
  }

  body.page-home.mobile-menu-open .mobile-full-menu {
    transform: translateX(0);
  }

  body.page-home .mobile-menu-close {
    position: absolute;
    top: 28px;
    right: 36px;
    height: 54px;
    width: 54px;
    border-radius: 100px;
    background: #fff;
    color: #111;
    font-size: 28px;
  }

  body.page-home .mobile-full-menu ul {
    width: min(620px, 100%);
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  body.page-home .mobile-full-menu a {
    display: flex;
    align-items: center;
    min-height: 62px;
    padding: 0 22px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
  }

  body.page-home .mobile-announcement-bar {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 8px 24px;
    background: #ad0020;
    overflow: hidden;
  }

  body.page-home .mobile-announcement-bar h6 {
    display: inline-block;
    min-width: max-content;
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    white-space: nowrap;
    animation: mobileAnnouncementMove 22s linear infinite;
  }

  body.page-home section.banner-sec {
    height: auto;
    min-height: 0;
    padding: 58px 0 34px;
    background-image:
      linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)),
      url("../images/banbg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  body.page-home section.banner-sec::before {
    background-color: transparent;
  }

  body.page-home section.banner-sec .banner-heading > h2 {
    display: none;
  }

  body.page-home section.banner-sec .banner-img-main {
    display: flex;
    height: 420px;
  }

  body.page-home section.banner-sec .banner-img-ex {
    display: none;
  }

  body.page-home .mobile-featured-service-sec {
    display: block;
    padding: 44px 0 58px;
    background-color: var(--bg-main);
    background-image: none;
  }

  body.page-home .mobile-featured-service-card {
    width: 100%;
  }

  body.page-home .mobile-featured-services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  body.page-home .mobile-featured-service-card .services-card-main {
    margin: 0;
  }

  body.page-home .home-services-sec .service-item-id-1,
  body.page-home .home-services-sec .service-item-id-4 {
    display: none !important;
  }

  body.page-home .mobile-banner-main-image {
    display: none;
  }

  body.page-home .mobile-banner-main-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  body.page-home .about-sec .row > div:first-child {
    order: 2;
  }

  body.page-home .about-sec .row > div:nth-child(2) {
    order: 1;
  }
}

@keyframes mobileAnnouncementMove {
  from {
    transform: translateX(100vw);
  }
  to {
    transform: translateX(-100%);
  }
}
