/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: var(--thm-base) #000000;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 10px;
  }

  *::-webkit-scrollbar-track {
    background: #000000;
  }

  *::-webkit-scrollbar-thumb {
    background-color: var(--thm-base);
  }
.cstm-title-1 h2 {
    font-size: 66px !important;
}
.cstm-solutions-title h2 {
    font-size: 66px;
}
.agency-section .right-col .text {
    margin-bottom: 0 !important;
}
.tagline-text h5 {
    color: var(--thm-base);
}
.cstm-text-1 {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 2.125em;
    font-weight: 400;
    padding: 0 30px;
}
.cstm-text-2 {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 2.125em;
    font-weight: 400;
    padding: 0 30px;
}

/* Home Testimonial Carousel */
.testimonials-section .owl-stage {
    display: flex;
}
/* Technology Stack */
.tech-stack .image-box a img {
    max-width: 50px !important;
    margin: 10px 0;
}
.tech-stack-tabs .tab-buttons .tab-btn {
    font-size: 24px;
    padding: 10px 15px;
}
/* Project Details Page */
.project-icons a {
    font-size: 28px;
    margin-right: 10px;
}

/* Sponsors Carousel */
.tech-stack-carousel .image-box a img,
.clients-carousel .image-box a img {
    max-width: 80px;
}
.tech-stack-carousel .owl-stage,
.clients-carousel .owl-stage {
    display: flex;
}
.sponsors-section .text a {
    color: #fff;
}

/* Client Logo on Project Page */
.client-logo img {
    max-width: 130px;
}

/* Cookie Consent */
.js-cookie-consent {
    position: fixed;
    bottom: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.js-cookie-consent .cookie-inner {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    color: #3c3b3b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.js-cookie-consent .cookie-consent__message {
    margin-right: 50px;
    margin-left: 15px;
}
.cookie-consent__agree.js-cookie-consent-agree {
    box-shadow: none;
    outline: none;
    border: none;
    background: #29abe2;
    padding: 5px 35px;
    border-radius: 5px;
    color: var(--thm-black);
    font-family: var(--thm-font);
    text-transform: uppercase;
    display: inline-flex;
    font-size: 18px;
}
.cookie-consent__agree.js-cookie-consent-agree:hover {
    background: var(--thm-black);
    color: #fff;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    .js-cookie-consent .cookie-inner {
        padding: 10px;
        flex-direction: column;
        text-align: center;
    }
    .js-cookie-consent .cookie-consent__message {
        margin-right: 0;
        margin-left: 0;
        line-height: 1.25;
        margin: 15px 0 !important;
    }
}

/* GOOGLE CAPTCHA */
.g-recaptcha {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 26px;
}
/* END GOOGLE CAPTCHA */


/* JOB DETAILS PAGE */
.apply-now-btn{
width: 100%;
text-align: center;
display: block;
padding: 17px 0;
background: var(--thm-base);
border-radius: 4px;
color: #fff;
font-size: 26px;
font-family: var(--thm-font);
text-transform: uppercase;
}

.job-share-icons a i{
    font-size: 36px;
    color: #fff;
}
.blog-details .text ul, .blog-details .text li{
    list-style: inherit;
}
/* END JOB DETAILS PAGE */

/* APPLY NOW PAGE */
.apply-now-page{
    padding-top: 120px;
    padding-bottom: 120px;
}
.apply-now-page .form-control:focus{
    box-shadow: none;
}
.apply-now-page .submit-application input{
    padding: 10px 40px;
    background: var(--thm-base);
    font-family: var(--thm-font);
    font-size: 20px;
}
/* END APPLY NOW PAGE */
