
/* -----media min-1400---------------- */
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: auto; /* we'll control via JS */
}

@media screen and (min-width: 1400px) {
    
    .about-image img {
   
    right: -150px;
}
    
.marquee-right .marquee-content {
  animation: scroll-right 14s linear infinite;
}

.marquee-left .marquee-content {
  animation: scroll-left 14s linear infinite;
}

@keyframes scroll-right {
  0% {
    transform: translateX(-30%);
  }
  100% {
    transform: translateX(0);
  }
}



@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30%);
  }
}


}
/* -----media min-1000 max-1030---------------- */

@media all and (min-width: 1000px) and (max-width:1030px) {}

/* -----media min-1200 max-1244---------------- */

@media all and (min-width: 1200px) and (max-width:1244px) {}

/* -----media min-1112 max-1199---------------- */

@media all and (min-width: 1112px) and (max-width:1199px) {}

/* -----media min-992 max-1199---------------- */

@media all and (min-width: 992px) and (max-width:1199px) {}

/* -----media min-768 max-991---------------- */

@media all and (min-width: 768px) and (max-width:991px) {}

/* -----media max-768---------------- */

@media(max-width:768px) {

    .navbar-brand img{
        height: 54px;
    }

  .navbar-toggler {
  
    order: 1;
}

.logo-slider {
    overflow: hidden;
    position: relative;
    height: 72px;
}

.navbar-toggler {
  
    display: none;
}

.radio-group {

    display: block;
  
}

.banner-overlay {

  max-width: 70%;
}
.banner-overlay h2 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}
.banner-overlay p {
  font-size: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.banner-overlay .cta-btn {
   
    padding: 6px 16px;
    font-size: 10px;
    font-weight: 400;
    border-radius: 40px;
    text-decoration: none;
    transition: 0.3s;
}

.owl-carousel .item img {
    height: 188px !important;
    object-fit: cover;
}


.hero-section h1 {
    font-size: 34px;
    font-weight: 800;
}

.hero-section {
    text-align: center;
    padding: 32px 20px 50px;
}

.main-heading {
    font-family: "Jost", sans-serif;
    font-size: 30px;
    font-weight: 700;
}

.btn-connect {
    
    font-size: 14px;
}

.about-content p {
    font-size: 14px;
    text-align: center;
  
}

.faq-accordion .accordion-button {
    background: #fff;
    box-shadow: none;
    font-weight: 600;
    font-size: 15px;
    padding: 18px 20px 18px 35px;
    position: relative;
}

.who-circle-img {

    display: none;
}

.about-features {
    display: block;
 
}

.about-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 10px 20px;
}

.feature-card {
    text-align: center;
    max-width: 100%;
}

.image-box {
    flex: 1;
    position: relative;
    display: none;
}

.free_quote,
.faq-section,
.about-features,
.counter-section,
.row.gx-24 {
  overflow-x: hidden;
}
  .dot-nav {
    top: auto;
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
  }
  .dot-nav ul {
    display: flex;
    gap: 10px;
  }
  .dot-nav li {
    margin: 0;
  }

.feature-btn{
    padding-bottom: 10px;
}
.about-image img {
 
    display: none;
}

.frm-text {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}

.form-row {
    display: block;
    gap: 20px;
}

.customers-section h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.section-title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.contact-form input, .contact-form select, .contact-form textarea {
    width: 100%;
    padding: 8px 10px;

}

.marquee-content img {
    height: 46px;
    padding: 5px 6px;
}

.marquee {
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 15px;
}

.customers-section {
    padding: 30px 20px;
}

.top-contents {
    margin-top: 0px;
}

.faq-text{
    text-align: center;
}

.footer-conten h2 {
    font-size: 28px;
}

.footer-conten {
    padding: 0px 0px;
}

.faq-text h3{
    margin-top: 15px;
}

.section-subtitle {

    text-align: center;
}
.counter-section{
    text-align: center;
}

.case-studies {
    /*background: linear-gradient(180deg, rgba(0, 116, 229, 0.14) 0%, rgba(51, 153, 254, 0.06) 100%);*/
    padding: 20px 20px 10px;
    position: relative;
    background:none !important;
}
 .case-desc strong {
        font-size: 18px;
        font-weight: 500;
    }
    
    .case-ul ul{
        margin-top:30px;
    }

.case-desc {
        font-size: 18px;
        margin: 10px 0;
        font-weight: 300;
        line-height: normal;
    }

    .case-tag {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: normal;
        color: #000;
        margin-top: 12px;
    }

        .case-type {
        color: #888;
        font-size: 15px;
        margin-bottom: 8px;
    }

        .case-subtitle {
        font-size: 12px;
        color: #4b5563;
        font-weight: 400;
    }


.counter-section {

    padding: 10px 20px;

}

.counter-section h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.counter-box {
 
    text-align: center;
}

.custom-footer {
    /*background: #007bff;*/
    position: relative;
    clip-path: polygon(0 15%, 15% 0, 85% 0, 100% 15%, 100% 100%, 0% 100%);
    padding: 100px 0 10px 0px;
    margin-top: 30px;
}


/*.owl-carousel .item img{*/
/*    height: auto;*/
/*}*/

#hero-owl .owl-nav button{
    display: none !important;
}

#hero-owl .owl-dots {
 
    bottom: 6px;

}

.service-text{
    margin-top:16px;
}

.about-section {
    padding: 24px 0 ;
  
}

.px-51 {
    padding: 0px 0px;
    text-align: center;
}

.custom-footer .footer-bottom {
  
    display: block !important;
}

.text-content h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.card-btn-content .topcta {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #000;
    text-decoration: underline;
}

.navbar-toggler:focus{
    box-shadow: unset !important;
}
    .contact-btn {
    border: 1px solid #000 !important;
    border-radius: 50px !important;
    padding: 6px 15px !important;
    font-weight: 500;
    font-size: 13px !important;
}

.panel{
    height: auto;
    overflow:hidden;
}

.horizontal-scroll {
  display: flex;
  flex-wrap: nowrap;
}

.panel {
  flex: 0 0 100vw;  /* each panel exactly viewport width */
  height: 100vh;    /* optional, for full height */
}


.rightbtn .btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
    font-size: 13px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
}

/* -----media min-576 max-767---------------- */

@media only screen and (min-width: 576px) and (max-width:767px) {}

/* -----media max-430---------------- */

@media(max-width:430px) {}

/* -----media min-400 max-575---------------- */

@media only screen and (min-width: 400px) and (max-width:575px) {}

/* -----media min-320 max-399---------------- */

@media only screen and (min-width: 320px) and (max-width:399px) {}

/* -----media max-320---------------- */

@media(max-width: 320px) {}


/* -----media min-400 max-767---------------- */

@media only screen and (min-width: 400px) and (max-width:767) {}
