/******************************MEDIA QUERIES***********************/
@media (min-width: 142.5rem) {
  /* 2280px */
  .container {
    width: 131.25rem; /* 2100px */
  }
}

@media (min-width: 118.75rem) {
  /* 1900px */
  .container {
    width: 106.25rem; /* 1700px */
  }
}

@media (min-width: 100rem) {
  /* 1600px */
  .container {
    width: 87.5rem !important; /* 1400px */
  }
}
@media (max-width: 87.4375rem) {
  /* 1399px */
  .container {
    max-width: 81.25rem !important; /* 1300px */
  }
  ul.menu li a {
    font-size: 0.9375rem; /* 15px */
  }
}
@media screen and (max-width: 80.75rem) {
  /* 1292px */
  .container {
    width: 68.75rem !important; /* 1100px */
  }
  ul.menu li a {
    font-size: 0.8125rem; /* 13px */
    padding: 1.875rem 0.5rem; /* 30px 8px */
  }

  .site-btn a {
    padding: 0.875rem 1.25rem; /* 14px 20px */
  }
  .menu {
    text-align: left;
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 69.875rem) {
  /* 1118px */
  .social-media {
    text-align: left;
  }
}

@media screen and (max-width: 62rem) {
  /* 992px */

  .container {
    max-width: 56.25rem !important; /* 900px */
  }
  .logo-area img {
    margin: 0.25rem auto; /* 4px */
    width: 14.375rem; /* 230px */
    display: block;
  }
  .top-header p,
  .top-header p a {
    font-size: 0.75rem; /* 12px */
  }

  ul.menu li a {
    font-size: 0.8125rem; /* 13px */
    padding: 1.875rem 0.125rem; /* 30px 2px */
  }

  .sticky {
    display: none;
  }

  .banner-txt {
    top: 21%;
    width: 100%;
    left: 0;
    padding: 0 4.375rem; /* 70px */
    text-align: center;
  }

  .banner-txt h1 {
    font-size: 2rem; /* 32px */
  }

  .banner-txt .site-btn {
    text-align: center;
  }

  .about-tabs-sec .nav-pills .nav-link {
    margin: 0 0.1875rem 0.625rem; /* 3px 10px */
    width: 12.5rem; /* 200px */
  }

  .inner-testi-txt ul li {
    font-size: 0.625rem; /* 10px */
    padding: 0 0.125rem; /* 2px */
  }

  .con-info-each {
    margin-bottom: 3.75rem; /* 60px */
  }
}

@media screen and (max-width: 59.375rem) {
  /* 950px */
}

@media screen and (max-width: 50rem) {
  /* 800px */

  .container {
    width: auto !important;
  }
  .main-header.sticky {
    background: #fff !important;
  }
  header.main-header {
    background: none;
  }
  .logo-area {
    padding: 0;
    background: transparent;
  }
  .logo-area::before {
    display: none;
  }

  .menu {
    /* display: none; */
    position: fixed;
    top: 0;
    right: -100%;
    display: block;
    background: var(--primary-color);
    z-index: 9999999;
    height: 100%;
    width: 12.5rem; /* 200px */
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    overflow-y: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .menu-toggle {
    color: #b81a0a;
    font-size: 1.0625rem; /* 17px */
    cursor: pointer;
    text-align: right;
    display: inline-block;
    /* float: right; */
    font-weight: 800;
    margin: -0.3125rem 0 0; /* -5px */
    background: #ffffff;
    padding: 0.3125rem 0.625rem; /* 5px 10px */
    position: absolute;
    top: 1.4375rem; /* 23px */
    border: 0.125rem solid #b71808; /* 2px */
    display: block !important;
  }

  ul.menu li a {
    color: #fff;
    padding: 0.5625rem 1.0625rem; /* 9px 17px */
  }

  .sticky .menu-toggle {
    margin: 0px 0 0 0;
  }

  .menu-toggle .fa {
    /* position: absolute; */
    /* top: 25px; */
    /* right: 20px; */
    color: #000;
    z-index: 999;
    float: right;
    padding-right: 4.375rem; /* 70px */
    z-index: 999;
  }

  .menu li {
    display: inline-block;
    width: 100%;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
  }

  .menu li a,
  .sticky .menu li a {
    padding: 0.6875rem 1.25rem; /* 11px 20px */
    font-size: 0.9375rem; /* 15px */
  }

  .menu > li > ul {
    display: none;
    position: inherit;
    background: #e1899b;
    text-align: center;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
  }

  .menu > li > ul > li > a {
    color: #fff;
  }

  .top-header {
    display: none;
  }

  .site-btn {
    text-align: center;
    margin: 0.5rem 0 1.25rem 0; /* 8px 20px */
  }

  .logo-area img {
    margin: 0.625rem auto 0.625rem; /* 10px 10px */
    width: 11.875rem; /* 190px */
    display: block;
  }

  .menu li.active a,
  .menu li a:hover,
  .menu li a:focus,
  .menu li.active a {
    color: #ffffff;
  }

  .site-btn {
    text-align: center;
    margin: 1.0625rem 0 1.25rem 0; /* 17px 20px */
  }

  .sticky {
    display: none;
  }

  .ad1 p {
    padding: 0 0;
  }

  .site-title p {
    padding: 0.625rem 0% 3.125rem; /* 10px 50px */
  }

  .ad2-txt {
    padding: 10% 0% 0 0;
  }

  .ad2-form {
    padding: 1.875rem 2.5rem; /* 30px 40px */
    width: 100%;
    margin: 0 auto 1.875rem; /* 30px */
  }

  .newsletter form {
    width: 100%;
  }

  .newsletter h5 {
    font-style: italic;
    padding: 0.9375rem 0%; /* 15px */
  }

  .main-header .site-btn {
    text-align: right;
    margin: -3.0625rem 0 1.25rem 0; /* -49px 20px */
  }

  .inner-banner {
    height: 10.25rem; /* 164px */
  }

  .inner-banner::before {
    height: 100%;
  }

  .inner-abt-exp ul li {
    width: 29%;
  }

  #counter .item {
    width: 14.5rem; /* 232px */
  }

  .in-s-1 {
    text-align: left;
  }

  .map-container {
    width: 100%;
    /* margin: 50px 0 3000px; */
    position: inherit;
    top: 0;
  }
  .main-timeline {
    width: 100%;
  }
  .main-timeline:before,
  .main-timeline .timeline-content:before,
  .main-timeline .timeline:nth-child(even) .timeline-content:before {
    display: none;
  }
  .main-timeline .timeline:nth-child(odd) .timeline-txt,
  .main-timeline .timeline:nth-child(even) .timeline-txt {
    text-align: center;
  }
  .main-timeline .timeline-icon,
  .main-timeline .timeline:nth-child(even) .timeline-icon,
  .main-timeline .timeline:nth-child(odd) .timeline-icon {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .main-timeline .timeline-icon {
    position: inherit;
    transform: translateY(0%);
  }
  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(even) .timeline-content,
  .main-timeline .timeline:nth-child(odd) .timeline-content {
    padding: 0;
  }
  .main-timeline .timeline:nth-child(even) .timeline-txt,
  .main-timeline .timeline:nth-child(odd) .timeline-txt {
    text-align: center;
    margin-left: 0;
    margin-top: 1.25rem; /* 20px */
  }
}

@media screen and (max-width: 48rem) {
  /* 768px */
}

@media screen and (max-width: 47.9375rem) {
  /* 767px */
}

@media screen and (max-width: 42.1875rem) {
  /* 675px */
  .social-media {
    text-align: center;
    margin: 1.25rem 0 0; /* 20px */
    padding: 0;
  }
  .main-header .site-btn {
    text-align: center;
    margin: 1.25rem 0 1.25rem 0; /* 20px */
    transform: translateY(-4.375rem); /* -70px */
  }
  .banner-txt {
    position: inherit;
    top: 25%;
    z-index: 99;
    width: 100%;
    left: 0;
    background: #161c2d;
    padding: 1.25rem 1.25rem; /* 20px */
    text-align: center;
  }

  .banner-txt h1 {
    font-size: 2rem; /* 32px */
    line-height: 2.25rem; /* 36px */
  }

  .banner-txt p {
    color: #fff;
    font-weight: normal;
    padding: 0.625rem 0px 0.625rem 0; /* 10px */
    font-size: 0.8125rem; /* 13px */
  }

  .banner-slider .img-overlay {
    display: none;
  }

  .banner-txt .site-btn {
    text-align: center;
  }

  .sticky {
    display: none;
  }

  .about-index {
    padding: 2.5rem 0; /* 40px */
  }

  .about-title h5 {
    padding-bottom: 1.25rem; /* 20px */
  }

  .about-img1 img {
    width: 100%;
    height: 18.4375rem; /* 295px */
    object-fit: cover;
    border-radius: 0.625rem; /* 10px */
  }

  img.abtimg3 {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 1.25rem; /* 20px */
  }

  .abtimg2 {
    width: 100%;
    margin: 8% 0 1.875rem 0; /* 30px */
  }

  .about-index .site-btn {
    margin: 1.875rem 0 0; /* 30px */
  }

  .ad1 p {
    position: relative;
    color: #fff;
    font-size: 1.125rem; /* 18px */
    padding: 0;
    font-weight: 500;
    line-height: 1.4375rem; /* 23px */
  }

  .solutions {
    padding: 2.5rem 0; /* 40px */
  }

  .banner-b-txt {
    background: #000000;
    padding: 1.5625rem 0; /* 25px */
    margin: 0;
  }

  .site-title h1 {
    font-size: 1.75rem; /* 28px */
  }

  .site-title p {
    padding: 0px 0 1.25rem; /* 20px */
    margin: 0;
    font-size: 0.8125rem; /* 13px */
  }

  .challenge-each {
    height: auto;
    margin-bottom: 1.25rem; /* 20px */
  }

  .ad2-txt {
    padding: 10% 0% 0% 0;
  }

  .ad2-form {
    padding: 0.625rem 0.625rem; /* 10px 10px */
    width: 100%;
    margin: 0 auto 1.875rem; /* 30px */
    border-radius: 0.625rem; /* 10px */
  }

  .newsletter {
    padding: 2.5rem 0 0.625rem; /* 40px 10px */
  }

  .newsletter form {
    width: 100%;
  }

  .newsletter h5 {
    padding: 0.9375rem 0%; /* 15px */
    font-size: 0.875rem; /* 14px */
  }

  .site-btn {
    margin: 1.125rem 0 1.25rem 0; /* 18px 20px */
  }

  .about-tabs-sec .nav-pills .nav-link {
    margin: 0 0.1875rem 0.625rem; /* 3px 10px */
    width: 100%;
  }

  .crcl-sec .main {
    margin: 0px auto;
    width: 25.625rem; /* 410px */
    height: 25.625rem; /* 410px */
    position: relative;
    transform: scale(0.8);
  }
  .footer-left {
    text-align: center;
  }
  .footer-links {
    text-align: center;
  }
  .con-in-each {
    display: block;
  }
  .banner-slider .owl-item img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: bottom;
  }
}

@media screen and (max-width: 37.5rem) {
  /* 600px */
  .social-media {
    text-align: center;
    margin: 0 0 1.25rem 0; /* 20px */
    padding: 0;
  }
}

@media screen and (max-width: 36rem) {
  /* 576px */
  .main-header .site-btn {
    text-align: center;
    transform: translateY(0px);
  }
  header.main-header {
    height: auto;
  }
}

@media screen and (max-width: 23.4375rem) {
  /* 375px */
}

@media screen and (max-width: 20rem) {
  /* 320px */
}