/* large desktop :2160px. */
@media (min-width: 2160px) and (max-width: 3840px) {
}

/* large desktop :2001px. */
@media (min-width: 2001px) and (max-width: 2160px) {
}

/* desktop 1200px to 1600px */
@media (min-width: 1280px) and (max-width: 1919px) {
  .custom-container {
    padding: 0px 30px;
  }

  .btn-request-quote {
    font-size: 18px;
  }

  .bannercarousel-text {
    bottom: 0px;
    left: 30px;
    right: 30px;
    width: auto;
  }

  .banner-section {
    width: 100%;
    height: 100%;
  }

  .hero-text-bar h1 {
    font-size: 90px;
    line-height: 90px;
    margin: 0px 0px 25px 0px;
  }

  .hero-text-bar p {
    font-size: 50px;
    line-height: 60px;
    margin: 0px 0px 40px 0px;
  }

  .btn-hero {
    margin: 0px 0px 40px 0px;
  }

  .hero-info-bar h6.info-text {
    font-size: 16px;
  }

  .hero-info-bar .info-contact h6 {
    font-size: 16px;
  }

  .about-section-text {
    padding: 0px 50px 0px 0px;
  }

  .cmn-gap {
    padding: 60px 0px;
  }

  .cmn-tittle {
    font-size: 50px;
    line-height: 60px;
    margin: 0px 0px 30px 0px;
    padding: 0px;
  }

  .cmn-text {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 30px 0px;
    padding: 0px;
  }

  .service-card {
    padding: 20px;
  }

  .service-card h4 {
    font-size: 25px;
    line-height: 35px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
  }

  .service-card p {
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0px 10px 0px;
  }

  .section-title {
    text-align: center;
    margin-bottom: 60px;
  }

  .sector-card {
    padding: 20px;
  }

  .sector-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s;
  }

  .sector-body h4 {
    font-size: 30px;
    line-height: 40px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
  }

  .btn-cta-quote {
    font-size: 24px;
  }

  .diff-card-text h4 {
    font-size: 35px;
    line-height: 45px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
  }

  .diff-card-text p {
    font-size: 18px;
    line-height: 28px;
  }

  .diff-card {
    gap: 30px;
  }

  .diff-num {
    font-size: 40px;
    line-height: 40px;
    width: 220px;
    height: 60px;
    border-radius: 10px;
  }

  .form-confidential {
    font-size: 20px;
    line-height: 20px;
    margin: 35px 0px;
    padding: 0px;
  }

  .btn-submit {
    font-size: 24px;
    line-height: 24px;
  }

  .footer-desc p {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-nav a {
    font-size: 18px;
  }

  .footer-contact-row .fc {
    font-size: 16px;
  }

  .footer-main {
    padding: 61px 0px 0px;
    text-align: center;
  }

  .hero-content h1 {
    font-size: 60px;
    line-height: 60px;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1279px) {
  .custom-container {
    padding: 0px 30px;
  }

  .btn-request-quote {
    font-size: 18px;
  }

  .bannercarousel-text {
    bottom: 0px;
    left: 30px;
    right: 30px;
    width: auto;
  }

  .banner-section {
    width: 100%;
    height: 100%;
  }

  .hero-text-bar h1 {
    font-size: 70px;
    line-height: 70px;
    margin: 0px 0px 15px 0px;
  }

  .hero-text-bar p {
    font-size: 30px;
    line-height: 40px;
    margin: 0px 0px 40px 0px;
  }

  .btn-hero {
    margin: 0px 0px 40px 0px;
  }

  .hero-info-bar h6.info-text {
    font-size: 18px;
  }

  .hero-info-bar .info-contact h6 {
    font-size: 18px;
  }

  .about-section-text {
    padding: 0px 50px 0px 0px;
  }

  .cmn-gap {
    padding: 60px 0px;
  }

  .cmn-tittle {
    font-size: 40px;
    line-height: 50px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
  }

  .cmn-text {
    font-size: 18px;
    line-height: 28px;
    margin: 0px 0px 30px 0px;
    padding: 0px;
  }

  .service-card {
    padding: 20px;
  }

  .service-card h4 {
    font-size: 25px;
    line-height: 35px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
  }

  .service-card p {
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0px 10px 0px;
  }

  .section-title {
    text-align: center;
    margin-bottom: 60px;
  }

  .sector-card {
    padding: 20px;
  }

  .sector-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s;
  }

  .sector-body h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }

  .btn-cta-quote {
    font-size: 24px;
  }

  .diff-card-text h4 {
    font-size: 28px;
    line-height: 38px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }

  .diff-card-text p {
    font-size: 18px;
    line-height: 28px;
  }

  .diff-card {
    gap: 30px;
  }

  .diff-num {
    font-size: 40px;
    line-height: 40px;
    width: 220px;
    height: 60px;
    border-radius: 10px;
  }

  .form-confidential {
    font-size: 20px;
    line-height: 20px;
    margin: 35px 0px;
    padding: 0px;
  }

  .btn-submit {
    font-size: 24px;
    line-height: 24px;
  }

  .footer-desc p {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-nav a {
    font-size: 18px;
  }

  .footer-contact-row .fc {
    font-size: 16px;
  }

  .footer-main {
    padding: 61px 0px 0px;
    text-align: center;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .custom-container {
    padding: 0px 15px;
  }

  .stellarnav {
    display: flex;
    justify-content: end;
  }

  header {
    padding: 15px 0px 0px 0px;
    height: 100%;
  }

  .cmn-butn {
    font-size: 16px;
    padding: 10px 40px;
  }

  .cmn-gap {
    padding: 30px 0px;
  }

  .cmn-tittle {
    font-size: 30px;
    line-height: 40px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
  }

  .site-nav {
    padding: 10px 5px;
    border-radius: 0px;
    margin-top: 0px;
  }

  .rightlink {
    gap: 0px;
  }

  .stellarnav .menu-toggle,
  .stellarnav .call-btn-mobile,
  .stellarnav .location-btn-mobile,
  .stellarnav .close-menu {
    padding: 0px;
    box-sizing: border-box;
  }
  .stellarnav .menu-toggle span.bars {
    display: inline-block;
    margin-right: 0px;
    position: relative;
    top: 3px;
  }

  .stellarnav .menu-toggle span.bars span {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 6px;
    background: #fff;
    margin: 4px 0 3px;
  }

  .stellarnav.mobile ul {
    background: rgb(25, 40, 92);
  }

  .stellarnav.mobile > ul > li > a {
    padding: 10px 20px;
    font-size: 18px;
  }

  .main-nav.scroll {
    position: unset;
  }

  .logo {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px 0px;
  }

  .btn-request-quote {
    padding: 10px 30px;
    font-size: 16px;
  }

  .btn-hero {
    margin: 0px auto 40px;
    text-align: center;
  }

  .cmn-text {
    font-size: 14px;
    line-height: 24px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
  }

  .banner-section {
    z-index: 99;
    background: #010306;
    height: 100%;
  }

  .banner-section #overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0px;
    background-image: none;
    z-index: 999;
  }

  .bannercarousel-text {
    bottom: 30px;
  }

  .hero-section {
    min-height: 100%;
  }

  .hero-body {
    padding: 50px 0px;
  }

  .hero-text-bar h1 {
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    margin: 0px 0px 15px 0px;
  }

  .hero-text-bar p {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    text-align: center;
  }

  .hero-info-bar {
    margin: 0 15px 20px;
    padding: 15px 15px;
    gap: 10px;
  }

  .hero-info-bar h6.info-text {
    font-size: 16px;
    line-height: 26px;
    margin: 0px;
    padding: 0px;
    text-align: center;
  }

  .hero-info-bar .info-contact h6 {
    font-size: 14px;
  }

  .about-section-text {
    padding: 0px;
    margin: 0px;
  }

  .about-section-text h2 {
    text-align: center;
  }

  .about-section-text p {
    text-align: center;
  }

  .about-img {
    margin: 20px 0px;
  }

  .service-card {
    padding: 20px;
  }

  .service-card h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    text-align: center;
  }

  .service-card p {
    font-size: 14px;
    line-height: 24px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    text-align: center;
  }

  .service-card-two {
    margin-top: 0px;
  }

  .section-title {
    text-align: center;
    margin-bottom: 50px;
  }

  .sector-card {
    padding: 15px;
  }

  .sector-img img {
    width: 100%;
    height: 100%;
  }

  .sector-body h4 {
    font-size: 22px;
    line-height: 25px;
    margin: 0px 0px 10px 0px;
    padding: 0px;

    text-align: center;
  }

  .sector-body p {
    font-size: 14px;
    line-height: 24px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    text-align: center;
  }

  .btn-cta-quote {
    font-size: 22px;
    gap: 15px;
  }

  .diff-section h2 {
    text-align: center;
    margin: 0px 0px 30px 0px;
  }

  .diff-card {
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    transition:
      transform 0.3s,
      box-shadow 0.3s;
    border: 1.5px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    box-shadow: 0px 0px 20px 0px #00000021;
    flex-wrap: wrap;
    text-align: center;
  }

  .diff-card {
    border-radius: 10px;
    padding: 20px 20px;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .diff-num {
    margin-bottom: 12px;
    border-radius: 10px;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    padding: 0px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .diff-card-text h4 {
    font-size: 24px;
    line-height: 34px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }

  .diff-card-text p {
    font-size: 14px;
    line-height: 24px;
  }

  .enquiry-section h2 {
    margin: 0px 0px 30px 0px;
  }

  .form-field input,
  .form-field textarea {
    padding: 10px 40px 10px 18px;
    font-size: 16px;
    line-height: 130%;
    border-radius: 4px;
  }

  .form-confidential {
    font-size: 16px;
    line-height: 16px;
    margin: 20px 0px;
    padding: 0px;
  }

  .btn-submit {
    padding: 14px;
    font-size: 20px;
    line-height: 20px;
  }

  .footer-main {
    padding: 40px 0px 0px;
    text-align: center;
  }

  .footer-desc {
    padding: 0px;
    margin: 10px auto 20px;
    max-width: 100%;
  }

  .footer-desc p {
    font-size: 14px;
    line-height: 24px;
    padding: 0px;
    margin: 0px;
  }

  .footer-socials {
    justify-content: center;
    gap: 6px;
    margin-bottom: 30px;
  }

  .footer-nav {
    gap: 20px;
    margin-bottom: 20px;
  }

  .footer-contact-row .fc {
    gap: 4px;
  }

  .footer-contact-row .fc {
    font-size: 14px;
  }

  .footer-contact-row {
    gap: 20px;
    padding: 0px;
    margin: 20px 0px;
  }

  .footer-copy {
    padding: 10px 0px;
    font-size: 10px;
  }

  .breadcumb {
    height: 200px;
  }

  .breadcumb .hero-content h1 {
    text-align: center;
    font-size: 35px;
    line-height: 35px;
    margin: 0px;
  }

  .inner-pages-img-box {
    margin: 20px 0px 0px;
    padding: 0px;
  }

  .full-wid-text {
    margin: 20px 0px;
    width: 100%;
    text-align: center;
  }
}

/* Tablet desktop :320px. */
@media (min-width: 320px) and (max-width: 767px) {
  .custom-container {
    padding: 0px 15px;
  }

  .stellarnav {
    display: block;
  }

  header {
    padding: 15px 0px 0px 0px;
    height: 100%;
  }

  .cmn-butn {
    font-size: 16px;
    padding: 10px 40px;
  }

  .cmn-gap {
    padding: 30px 0px;
  }

  .cmn-tittle {
    font-size: 30px;
    line-height: 40px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
  }

  .site-nav {
    padding: 10px 5px;
    border-radius: 0px;
    margin-top: 0px;
  }

  .rightlink {
    gap: 0px;
  }

  .stellarnav .menu-toggle,
  .stellarnav .call-btn-mobile,
  .stellarnav .location-btn-mobile,
  .stellarnav .close-menu {
    padding: 0px;
    box-sizing: border-box;
  }
  .stellarnav .menu-toggle span.bars {
    display: inline-block;
    margin-right: 0px;
    position: relative;
    top: 3px;
  }

  .stellarnav .menu-toggle span.bars span {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 6px;
    background: #fff;
    margin: 4px 0 3px;
  }

  .stellarnav.mobile ul {
    background: rgb(25, 40, 92);
  }

  .stellarnav.mobile > ul > li > a {
    padding: 10px 20px;
    font-size: 18px;
  }

  .main-nav.scroll {
    position: unset;
  }

  .logo {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px 0px;
  }

  .btn-request-quote {
    padding: 10px 10px;
    font-size: 10px;
  }

  .btn-hero {
    margin: 0px auto 40px;
    text-align: center;
  }

  .cmn-text {
    font-size: 14px;
    line-height: 24px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
  }

  .banner-section {
    z-index: 99;
    background: #010306;
    height: 500px;
  }

  .banner-section #overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0px;
    background-image: none;
    z-index: 999;
  }

  .bannercarousel-text {
    position: absolute;
    top: -80px;

    text-align: left;
  }

  .hero-section {
    min-height: 100%;
  }

  .hero-body {
    padding: 50px 0px;
  }

  .hero-text-bar h1 {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    margin: 0px 0px 15px 0px;
  }

  .hero-text-bar p {
    font-size: 17px;
    line-height: 27px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    text-align: center;
  }

  .hero-info-bar {
    margin: 0 15px 20px;
    padding: 15px 15px;
    gap: 10px;
  }

  .hero-info-bar h6.info-text {
    font-size: 16px;
    line-height: 26px;
    margin: 0px;
    padding: 0px;
    text-align: center;
  }

  .hero-info-bar .info-contact h6 {
    font-size: 14px;
  }

  .about-section-text {
    padding: 0px;
    margin: 0px;
  }

  .about-section-text h2 {
    text-align: center;
  }

  .about-section-text p {
    text-align: center;
  }

  .about-img {
    margin: 20px 0px;
  }

  .service-card {
    padding: 20px;
  }

  .service-card h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    text-align: center;
  }

  .service-card p {
    font-size: 14px;
    line-height: 24px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    text-align: center;
  }

  .service-card-two {
    margin-top: 0px;
  }

  .section-title {
    text-align: center;
    margin-bottom: 50px;
  }

  .sector-card {
    padding: 15px;
  }

  .sector-img img {
    width: 100%;
    height: 100%;
  }

  .sector-body h4 {
    font-size: 22px;
    line-height: 25px;
    margin: 0px 0px 10px 0px;
    padding: 0px;

    text-align: center;
  }

  .sector-body p {
    font-size: 14px;
    line-height: 24px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    text-align: center;
  }

  .btn-cta-quote {
    font-size: 22px;
    gap: 15px;
  }

  .diff-section h2 {
    text-align: center;
    margin: 0px 0px 30px 0px;
  }

  .diff-card {
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    transition:
      transform 0.3s,
      box-shadow 0.3s;
    border: 1.5px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    box-shadow: 0px 0px 20px 0px #00000021;
    flex-wrap: wrap;
    text-align: center;
  }

  .diff-card {
    border-radius: 10px;
    padding: 20px 20px;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .diff-num {
    margin-bottom: 12px;
    border-radius: 10px;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    padding: 0px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .diff-card-text h4 {
    font-size: 24px;
    line-height: 34px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }

  .diff-card-text p {
    font-size: 14px;
    line-height: 24px;
  }

  .enquiry-section h2 {
    margin: 0px 0px 30px 0px;
  }

  .form-field input,
  .form-field textarea {
    padding: 10px 40px 10px 18px;
    font-size: 16px;
    line-height: 130%;
    border-radius: 4px;
  }

  .form-confidential {
    font-size: 16px;
    line-height: 16px;
    margin: 20px 0px;
    padding: 0px;
  }

  .btn-submit {
    padding: 14px;
    font-size: 20px;
    line-height: 20px;
  }

  .footer-main {
    padding: 40px 0px 0px;
    text-align: center;
  }

  .footer-desc {
    padding: 0px;
    margin: 10px auto 20px;
    max-width: 100%;
  }

  .footer-desc p {
    font-size: 14px;
    line-height: 24px;
    padding: 0px;
    margin: 0px;
  }

  .footer-socials {
    justify-content: center;
    gap: 6px;
    margin-bottom: 30px;
  }

  .footer-nav {
    gap: 20px;
    margin-bottom: 20px;
  }

  .footer-contact-row .fc {
    gap: 4px;
  }

  .footer-contact-row .fc {
    font-size: 14px;
  }

  .footer-contact-row {
    gap: 20px;
    padding: 0px;
    margin: 20px 0px;
  }

  .footer-copy {
    padding: 10px 0px;
    font-size: 10px;
  }

  .breadcumb {
    height: 200px;
  }

  .breadcumb .hero-content h1 {
    text-align: center;
    font-size: 35px;
    line-height: 35px;
    margin: 0px;
  }

  .inner-pages-img-box {
    margin: 20px 0px 0px;
    padding: 0px;
  }

  .full-wid-text {
    margin: 20px 0px;
    width: 100%;
    text-align: center;
  }
}
