
#hero-digital-trans {
    width: 100%;
    height: auto;
    background: url("../png/digital-trans-hero-banner.png") top center;
    background-size: cover;
    position: relative;
    padding: 0;
}

    #hero-digital-trans:before {
        content: "";
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero-digital-trans .container {
        padding-top: 110px;
    }

    #hero-digital-trans h1 {
        margin: 0;
        font-size: 22px;
        font-weight: 600;
        line-height: 40px;
        color: #34adf3;
    }

        #hero-digital-trans h1 span {
            color: #cda45e;
        }

    #hero-digital-trans h2 {
        color: #fff;
        margin-bottom: 10px 0 0 0;
        font-size: 25px;
        font-weight: 700;
    }

    #hero-digital-trans .container {
        padding-top: 170px;
        padding-bottom: 200px;
    }


#hero-managed-recruit {
    width: 100%;
    height: auto;
    background: url("../png/managed-recruit-banner.png") top center;
    background-size: cover;
    position: relative;
    padding: 0;
}

    #hero-managed-recruit:before {
        content: "";
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero-managed-recruit .container {
        padding-top: 110px;
    }

    #hero-managed-recruit h1 {
        margin: 0;
        font-size: 22px;
        font-weight: 600;
        line-height: 40px;
        color: #34adf3;
    }

        #hero-managed-recruit h1 span {
            color: #cda45e;
        }

    #hero-managed-recruit h2 {
        color: #fff;
        margin-bottom: 10px 0 0 0;
        font-size: 25px;
        font-weight: 700;
    }

    #hero-managed-recruit .container {
        padding-top: 170px;
        padding-bottom: 200px;
    }

@media (max-width: 768px) {
    #hero-digital-trans h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero-digital-trans h2 {
        font-size: 18px;
        line-height: 24px;
    }

    #hero-managed-recruit h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero-managed-recruit h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

.embracing-art {
    background-color: #1d1c22;
}

.digi-trans-box {
    background: #071217;
    padding: 30px 38px;
    text-align: left;
    margin-bottom: 20px;
    border-radius: 10px;
    height: 340px;
}

    .digi-trans-box h4 {
        font-weight: 600;
        font-size: 25px;
        background: -webkit-linear-gradient(241deg, #c530ea 42.83%, #11d5f7 101.18%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
    }

    .digi-trans-box h5 {
        font-size: 17px;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: 0.02em;
        text-align: left;
    }

    .digi-trans-box li {
        font-family: "Nunito Sans", sans-serif;
        font-size: 17px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0.02em;
        text-align: left;
        margin-bottom: 20px;
        color: #dddddd;
    }

#process-detail {
    background: #18171d;
    background-size: cover;
    position: relative;
    padding: 0;
}

    #process-detail::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
    }

.process-para {
    padding: 50px 0 0 80px;
}

.stand-heading {
    font-weight: 600;
    font-size: 34px;
    background: -webkit-linear-gradient(241deg, #c530ea 42.83%, #11d5f7 101.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 480px) {
    .stand-heading {
        font-weight: 600;
        font-size: 28px;
        background: -webkit-linear-gradient( 241deg, #c530ea 42.83%, #11d5f7 101.18% );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

#opportunity-detail {
    background: #18171d;
    background-size: cover;
    position: relative;
    padding: 0;
}

    #opportunity-detail::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
    }

.opportunity-para {
    padding: 50px 40px 0 40px;
}

/* ----------------- ChatGPT & ML ------------------*/

#hero-chatgpt {
    width: 100%;
    height: auto;
    background: url("../png/mobile-inhand.png") top center;
    background-size: cover;
    position: relative;
    padding: 0;
}

    #hero-chatgpt :before {
        content: "";
        /* background: rgba(0, 0, 0, 0.5); */
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero-chatgpt .container {
        padding-top: 110px;
    }

    #hero-chatgpt h1 {
        margin: 0;
        font-size: 22px;
        font-weight: 600;
        line-height: 40px;
        color: #34adf3;
    }

        #hero-chatgpt h1 span {
            color: #cda45e;
        }

    #hero-chatgpt h2 {
        color: #fff;
        margin-bottom: 10px 0 0 0;
        font-size: 25px;
        font-weight: 700;
    }

    #hero-chatgpt .container {
        padding-top: 170px;
        padding-bottom: 200px;
    }

@media (max-width: 768px) {
    #hero-chatgpt h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero-chatgpt h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

.free-consultation-btn {
    margin: 0;
    background-color: #6c48c3;
    color: #fff;
    border-radius: 4px;
    padding: 11px 16px;
    font-size: 16px;
    font-weight: 500;
    /* letter-spacing: 1px; */
    transition: 0.3s;
}

.free-hire-btn {
    margin: 0;
    background-color: #6c48c3;
    color: #fff;
    border-radius: 4px;
    padding: 11px 16px;
    font-size: 16px;
    font-weight: 500;
    /* letter-spacing: 1px; */
    transition: 0.3s;
}

    .free-hire-btn:hover {
        border: 1px solid #fff;
        color: #fff;
        background-color: transparent;
    }

.free-consultation-btn:hover {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}

@media (max-width: 992px) {
    .free-consultation-btn {
        margin: 0 15px 0 0;
        padding: 8px 20px;
    }

    .free-hire-btn {
        margin: 0 15px 0 0;
        padding: 8px 20px;
    }
}

@media (max-width: 480px) {
    .free-consultation-btn {
        margin: 0 15px 0 0;
        padding: 4px 11px;
        font-size: 12px;
    }

    .free-hire-btn {
        margin: 0 15px 0 0;
        padding: 4px 11px;
        font-size: 12px;
    }
}

#chatbot-intro {
    position: relative;
}

    #chatbot-intro::before {
        content: "";
        background: url("../png/why-us-grad-bg.png") top right;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
    }

.chatbot-intro {
    background-color: #1d1c22;
}

.feature {
    background-color: #1d1c22;
}

#hero-quality {
    width: 100%;
    height: auto;
    background: url("../png/group-members.png") top center;
    background-size: cover;
    position: relative;
    padding: 0;
}

    #hero-quality :before {
        content: "";
        /* background: rgba(0, 0, 0, 0.5); */
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero-quality .container {
        padding-top: 110px;
    }

    #hero-quality h1 {
        margin: 0;
        font-size: 22px;
        font-weight: 600;
        line-height: 40px;
        color: #34adf3;
    }

        #hero-quality h1 span {
            color: #cda45e;
        }

    #hero-quality h2 {
        color: #fff;
        margin-bottom: 10px 0 0 0;
        font-size: 25px;
        font-weight: 700;
    }

    #hero-quality .container {
        padding-top: 170px;
        padding-bottom: 200px;
    }

@media (max-width: 768px) {
    #hero-quality h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero-quality h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

#quality-product {
    position: relative;
}

    #quality-product::before {
        content: "";
        background: url("../png/why-us-grad-bg.png") top right;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
    }

.quality-product {
    background-color: #201e25;
}

.quality-box {
    display: grid;
    grid-template-columns: auto auto 1fr;
    justify-items: center;
}

.quality-grid {
    background: #071217;
    padding: 30px 38px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 10px;
    width: 180px;
}

    .quality-grid img {
        width: 50px;
        height: 50px;
    }

    .quality-grid h5 {
        font-family: "Nunito Sans", sans-serif;
        font-size: 17px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0.02em;
        text-align: center;
        margin-top: 10px;
    }

#quality-services {
    background-color: #18171d;
    position: relative;
}

    #quality-services::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
    }

.quality-service-box {
    background: #071217;
    padding: 30px 38px;
    text-align: left;
    margin-bottom: 20px;
    border-radius: 10px;
    height: 235px;
}

    .quality-service-box h4 {
        font-weight: 600;
        font-size: 30px;
        background: -webkit-linear-gradient(241deg, #c530ea 42.83%, #11d5f7 101.18%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
    }

    .quality-service-box h5 {
        font-size: 17px;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: 0.02em;
        text-align: left;
    }

    .quality-service-box li {
        font-family: "Nunito Sans", sans-serif;
        font-size: 17px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0.02em;
        text-align: left;
        margin-bottom: 20px;
        color: #dddddd;
    }

.hexa-content {
    background: #1d1c22;
}

#quality-help {
    background: #1d1c22;
}

    #quality-help p {
        font-family: "Nunito Sans", sans-serif;
        font-size: 18px;
        font-weight: 300;
        line-height: 29px;
        text-align: center;
        margin-top: 30px;
    }

/* ------------------------  Industry  ------------------------- */

#hero-automobile {
    width: 100%;
    height: auto;
    background: url("../png/automobile-car.png") top center;
    background-size: cover;
    position: relative;
    padding: 0;
}

    #hero-automobile h1 {
        margin: 0;
        font-size: 22px;
        font-weight: 600;
        line-height: 40px;
        color: #34adf3;
    }

    #hero-automobile h2 {
        color: #fff;
        margin-bottom: 10px 0 0 0;
        font-size: 25px;
        font-weight: 700;
    }

    #hero-automobile:before {
        content: "";
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero-automobile .container {
        padding-top: 110px;
    }

@media (max-width: 992px) {
    #hero-automobile .container {
        padding-top: 98px;
    }
}

#hero-automobile h1 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
    color: #34adf3;
}

    #hero-automobile h1 span {
        color: #cda45e;
    }

#hero-automobile h2 {
    color: #fff;
    margin-bottom: 10px 0 0 0;
    font-size: 25px;
    font-weight: 700;
}

#hero-automobile .container {
    padding-top: 170px;
    padding-bottom: 200px;
}

@media (max-width: 767px) {
    #hero-automobile h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero-automobile h2 {
        font-size: 18px;
        line-height: 24px;
    }
}
/* @media only screen and (min-width: 768px) and (max-width: 991px) {
  .automobile-box h4 {
    font-size: 25px;
  }
} */

@media (max-width: 991px) {
    #hero-automobile .container {
        padding-top: 98px;
    }

    .automobile-box {
        height: 390px;
    }

        .automobile-box h4 {
            font-size: 25px;
        }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .automobile-box {
        height: 240px;
    }

    .Healthcare-box {
        height: 360px !important;
    }

    .education-colbox {
        width: 19.5%;
    }

    .education-box {
        padding: 22px 16px;
    }

        .education-box h2 {
            font-size: 17px;
            word-wrap: break-word;
        }

        .education-box p {
            font-weight: 300;
            line-height: 26px;
            margin-top: 16px;
        }
}

#automobile-feature {
    background-color: #1d1c22;
    position: relative;
}

    #automobile-feature::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
    }

.automobile-box {
    background: #071217;
    padding: 30px 25px;
    text-align: left;
    margin-bottom: 20px;
    border-radius: 10px;
    height: 235px;
}

    .automobile-box h4 {
        font-weight: 600;
        font-size: 30px;
        background: -webkit-linear-gradient(241deg, #c530ea 42.83%, #11d5f7 101.18%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
    }

    .automobile-box h5 {
        font-size: 17px;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: 0.02em;
        text-align: left;
    }

    .automobile-box li {
        font-family: "Nunito Sans", sans-serif;
        font-size: 17px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0.02em;
        text-align: left;
        margin-bottom: 20px;
        color: #dddddd;
    }

#automobile-tech {
    background: #18171d;
}

    #automobile-tech p {
        font-family: "Nunito Sans", sans-serif;
        font-size: 18px;
        font-weight: 300;
        line-height: 29px;
        text-align: center;
        margin-top: 30px;
    }

#hero-education {
    width: 100%;
    height: auto;
    background: url("../png/tech-hands.png") top center;
    background-size: cover;
    position: relative;
    padding: 0;
}

    #hero-education h1 {
        margin: 0;
        font-size: 22px;
        font-weight: 600;
        line-height: 40px;
        color: #34adf3;
    }

    #hero-education h2 {
        color: #fff;
        margin-bottom: 10px 0 0 0;
        font-size: 25px;
        font-weight: 700;
    }

    #hero-education:before {
        content: "";
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero-education .container {
        padding-top: 110px;
    }

@media (max-width: 992px) {
    #hero-education .container {
        padding-top: 98px;
    }
}

#hero-education h1 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
    color: #34adf3;
}

    #hero-education h1 span {
        color: #cda45e;
    }

#hero-education h2 {
    color: #fff;
    margin-bottom: 10px 0 0 0;
    font-size: 25px;
    font-weight: 700;
}

#hero-education .container {
    padding-top: 170px;
    padding-bottom: 200px;
}

@media (max-width: 768px) {
    #hero-education h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero-education h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 992px) {
    #hero-education .container {
        padding-top: 98px;
    }
}

#innovation-work {
    background-color: #1d1c22;
}

.education-box {
    background: #071217;
    padding: 22px 10px;
    text-align: left;
    border-radius: 7px;
    height: 530px;
}

    .education-box h2 {
        font-size: 16px;
        font-weight: 700;
        word-wrap: break-word;
        background: -webkit-linear-gradient(241deg, #c530ea 42.83%, #11d5f7 101.18%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .education-box p {
        font-family: "Nunito Sans", sans-serif;
        font-size: 17px;
        font-weight: 300;
        line-height: 29px;
        margin-top: 30px;
        color: #dddddd;
    }

#assist-section {
    position: relative;
}

.assist-section {
    width: 100%;
    height: auto;
    background: url("../png/education-tect.png") top center;
    background-size: cover;
    position: relative;
    padding: 80px 0;
}

#assist-section::before {
    content: "";
    background: url("../png/digital-grad-bg.png") top left;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.assist-section h4 {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
}

.assist-section p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 30px;
}

.elearn-content {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #eaeaea;
    line-height: 28px;
    /* width: 50%; */
}

#hero-healthcare {
    width: 100%;
    height: auto;
    background: url("../png/automobile-car.png") top center;
    background-size: cover;
    position: relative;
    padding: 0;
}

    #hero-healthcare h1 {
        margin: 0;
        font-size: 22px;
        font-weight: 600;
        line-height: 40px;
        color: #34adf3;
    }

    #hero-healthcare h2 {
        color: #fff;
        margin-bottom: 10px 0 0 0;
        font-size: 25px;
        font-weight: 700;
    }

    #hero-healthcare:before {
        content: "";
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero-healthcare .container {
        padding-top: 110px;
    }

@media (max-width: 992px) {
    #hero-healthcare .container {
        padding-top: 98px;
    }
}

#hero-healthcare h1 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
    color: #34adf3;
}

    #hero-healthcare h1 span {
        color: #cda45e;
    }

#hero-healthcare h2 {
    color: #fff;
    margin-bottom: 10px 0 0 0;
    font-size: 25px;
    font-weight: 700;
}

#hero-healthcare .container {
    padding-top: 170px;
    padding-bottom: 200px;
}

@media (max-width: 768px) {
    #hero-healthcare h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero-healthcare h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 992px) {
    #hero-healthcare .container {
        padding-top: 98px;
    }
}

.Healthcare-box {
    background: #071217;
    padding: 22px 20px;
    text-align: left;
    border-radius: 7px;
    margin-top: 10px;
    height: 300px;
}

    .Healthcare-box h2 {
        font-size: 20px;
        font-weight: 700;
        background: -webkit-linear-gradient(241deg, #c530ea 42.83%, #11d5f7 101.18%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .Healthcare-box p {
        font-family: "Nunito Sans", sans-serif;
        font-size: 17px;
        font-weight: 300;
        line-height: 29px;
        margin-top: 30px;
        color: #dddddd;
    }

#hero-startup {
    width: 100%;
    height: auto;
    background: url("../png/startup-banner.png") top center;
    background-size: cover;
    position: relative;
    padding: 0;
}

    #hero-startup h1 {
        margin: 0;
        font-size: 22px;
        font-weight: 600;
        line-height: 40px;
        color: #34adf3;
    }

    #hero-startup h2 {
        color: #fff;
        margin-bottom: 10px 0 0 0;
        font-size: 25px;
        font-weight: 700;
    }

    #hero-startup:before {
        content: "";
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero-startup .container {
        padding-top: 110px;
    }

@media (max-width: 992px) {
    #hero-startup .container {
        padding-top: 98px;
    }
}

#hero-startup h1 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
    color: #34adf3;
}

    #hero-startup h1 span {
        color: #cda45e;
    }

#hero-startup h2 {
    color: #fff;
    margin-bottom: 10px 0 0 0;
    font-size: 25px;
    font-weight: 700;
}

#hero-startup .container {
    padding-top: 170px;
    padding-bottom: 200px;
}

@media (max-width: 768px) {
    #hero-startup h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero-startup h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 992px) {
    #hero-startup .container {
        padding-top: 98px;
    }
}

.Startup-box {
    background: #071217;
    padding: 22px 20px;
    text-align: left;
    border-radius: 7px;
    margin-top: 10px;
    height: 300px;
}

    .Startup-box h2 {
        font-size: 20px;
        font-weight: 700;
        background: -webkit-linear-gradient(241deg, #c530ea 42.83%, #11d5f7 101.18%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .Startup-box p {
        font-family: "Nunito Sans", sans-serif;
        font-size: 17px;
        font-weight: 300;
        line-height: 29px;
        margin-top: 30px;
        color: #dddddd;
    }

#hero-banking {
    width: 100%;
    height: auto;
    background: url("../png/banking-banner.png") top center;
    background-size: cover;
    position: relative;
    padding: 0;
}

    #hero-banking h1 {
        margin: 0;
        font-size: 22px;
        font-weight: 600;
        line-height: 40px;
        color: #34adf3;
    }

    #hero-banking h2 {
        color: #fff;
        margin-bottom: 10px 0 0 0;
        font-size: 25px;
        font-weight: 700;
    }

    #hero-banking:before {
        content: "";
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero-banking .container {
        padding-top: 110px;
    }

@media (max-width: 992px) {
    #hero-banking .container {
        padding-top: 98px;
    }
}

#hero-banking h1 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
    color: #34adf3;
}

    #hero-banking h1 span {
        color: #cda45e;
    }

#hero-banking h2 {
    color: #fff;
    margin-bottom: 10px 0 0 0;
    font-size: 25px;
    font-weight: 700;
}

#hero-banking .container {
    padding-top: 170px;
    padding-bottom: 200px;
}

@media (max-width: 768px) {
    #hero-banking h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero-banking h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 992px) {
    #hero-banking .container {
        padding-top: 98px;
    }
}

#banking-approch {
    background-color: #1d1c22;
    position: relative;
}

    #banking-approch::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
    }

.bank-box {
    background: #071217;
    padding: 22px 20px;
    text-align: left;
    border-radius: 7px;
    margin-top: 10px;
    height: 270px;
}

    .bank-box h2 {
        font-size: 20px;
        font-weight: 700;
        background: -webkit-linear-gradient(241deg, #c530ea 42.83%, #11d5f7 101.18%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .bank-box p {
        font-family: "Nunito Sans", sans-serif;
        font-size: 17px;
        font-weight: 300;
        line-height: 29px;
        margin-top: 30px;
        color: #dddddd;
    }

#banking-help {
    background: #1d1c22;
}

    #banking-help p {
        font-family: "Nunito Sans", sans-serif;
        font-size: 18px;
        font-weight: 300;
        line-height: 29px;
        text-align: center;
        margin-top: 30px;
    }

#hero-retail {
    width: 100%;
    height: auto;
    background: url("../png/retail-banner.png") top center;
    background-size: cover;
    position: relative;
    padding: 0;
}

    #hero-retail h1 {
        margin: 0;
        font-size: 22px;
        font-weight: 600;
        line-height: 40px;
        color: #34adf3;
    }

    #hero-retail h2 {
        color: #fff;
        margin-bottom: 10px 0 0 0;
        font-size: 25px;
        font-weight: 700;
    }

    #hero-retail:before {
        content: "";
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero-retail .container {
        padding-top: 110px;
    }

@media (max-width: 992px) {
    #hero-retail .container {
        padding-top: 98px;
    }
}

#hero-retail h1 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
    color: #34adf3;
}

    #hero-retail h1 span {
        color: #cda45e;
    }

#hero-retail h2 {
    color: #fff;
    margin-bottom: 10px 0 0 0;
    font-size: 25px;
    font-weight: 700;
}

#hero-retail .container {
    padding-top: 170px;
    padding-bottom: 200px;
}

@media (max-width: 768px) {
    #hero-retail h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero-retail h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .retail-box {
        height: 430px !important;
    }
}

@media (max-width: 992px) {
    #hero-retail .container {
        padding-top: 98px;
    }

    .retail-box {
        height: 480px !important;
    }
}

#retail-approch {
    background-color: #1d1c22;
    position: relative;
}

.retail-contain {
    background-color: #071217;
    border-radius: 20px;
    margin-bottom: 50px;
}

    .retail-contain img {
        width: 80%;
    }

.stand-heading-retail {
    padding-top: 50px;
    font-weight: 600;
    font-size: 26px;
    background: -webkit-linear-gradient(241deg, #c530ea 42.83%, #11d5f7 101.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.retail-about {
    padding-bottom: 20px;
}

.retail-box {
    background: #071217;
    padding: 22px 20px;
    text-align: left;
    border-radius: 7px;
    margin-top: 10px;
    height: 300px;
}

    .retail-box h2 {
        font-size: 20px;
        font-weight: 700;
        background: -webkit-linear-gradient(241deg, #c530ea 42.83%, #11d5f7 101.18%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .retail-box p {
        font-family: "Nunito Sans", sans-serif;
        font-size: 17px;
        font-weight: 300;
        line-height: 29px;
        margin-top: 30px;
        color: #dddddd;
    }

/* ---------------------IOT ------------------- */

#hero-iot {
    width: 100%;
    height: auto;
    background: url("../png/retail-banner.png") top center;
    background-size: cover;
    position: relative;
    padding: 0;
}

    #hero-iot h1 {
        margin: 0;
        font-size: 30px;
        font-weight: 600;
        line-height: 40px;
        color: #fff;
    }

    /* .iot-banner-heading h1 {
  font-size: 36px;
  color: #fff;
} */
    #hero-iot h2 {
        color: #fff;
        margin-bottom: 10px 0 0 0;
        font-size: 25px;
        font-weight: 700;
    }

    #hero-iot:before {
        content: "";
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero-iot .container {
        padding-top: 110px;
    }

@media (max-width: 992px) {
    #hero-iot .container {
        padding-top: 98px;
    }
}

#hero-iot h1 {
    margin: 0;
    font-size: 29px;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
}

#hero-retail h1 span {
    color: #cda45e;
}

#hero-iot h2 {
    color: #fff;
    margin-bottom: 10px 0 0 0;
    font-size: 25px;
    font-weight: 700;
}

#hero-iot .container {
    padding-top: 170px;
    padding-bottom: 200px;
}

@media (max-width: 768px) {
    #hero-iot h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero-iot h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 992px) {
    #hero-iot .container {
        padding-top: 98px;
    }
}

#iot-approch {
    background-color: #1d1c22;
    position: relative;
}

.iot-contain {
    background-color: #071217;
    border-radius: 20px;
    margin-bottom: 50px;
}

    .iot-contain img {
        width: 80%;
    }

.iot-about {
    padding-bottom: 20px;
}

.col-padding h3 {
    font-size: 24px;
    font-weight: 700;
    background: -webkit-linear-gradient(241deg, #c530ea 42.83%, #11d5f7 101.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.grid-divider > [class*="col-"]:nth-child(n + 2):before {
    content: "";
    border-left: 1px solid #071217;
    position: absolute;
    top: 0;
    bottom: 0;
}

@media (min-width: 768px) {
    .grid-divider {
        position: relative;
        padding: 0;
    }

        .grid-divider > [class*="col-"] {
            position: static;
        }

            .grid-divider > [class*="col-"]:nth-child(n + 2):before {
                content: "";
                border-left: 1px solid #071217;
                position: absolute;
                top: 0;
                bottom: 0;
            }

    .col-padding {
        padding: 0 15px;
    }

        .col-padding h3 {
            font-size: 24px;
            font-weight: 700;
            background: -webkit-linear-gradient( 241deg, #c530ea 42.83%, #11d5f7 101.18% );
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
}

#iot-vision {
    background-color: #18171d;
}

.iot-image-heading {
    position: absolute;
    bottom: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 4%;
    left: 5%;
    z-index: 444;
}

.content .iot-image-heading {
    font-size: 25px;
    font-weight: 600;
    line-height: 37px;
    text-align: center;
    background: #ffff;
    /* background: -webkit-linear-gradient(241deg, #C530EA 42.83%, #11D5F7 101.18%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content:hover .iot-image-heading {
    display: none;
}

.content-details p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
    margin-top: 30px;
    color: #eaeaea;
}

.iot-cardbox {
    margin-bottom: 20px;
}

/* ---------- 21 Dec-23 -------------- */
/*----------------   from automobile Resposniveness  ------------------ */

@media only screen and (min-width: 300px) and (max-width: 375px) {
    .automobile-box {
        height: 330px;
    }

        .automobile-box h4 {
            font-size: 26px;
        }

    .education-box {
        height: 295px;
    }

    .Startup-box {
        height: 325px;
    }
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    .automobile-box {
        height: 275px;
    }

    .education-box {
        height: 300px;
    }

    .assist-section p {
        width: 100%;
    }

    .process-para {
        padding: 0 10px;
    }

    .bank-box p {
        line-height: 26px;
        margin-top: 18px;
    }

    .Startup-box {
        height: 355px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .automobile-box h4 {
        font-size: 26px;
    }

    .automobile-box {
        height: 320px;
    }

    .education-box {
        height: 300px;
    }

    .bank-box p {
        line-height: 26px;
        margin-top: 18px;
    }

    .bank-box {
        height: 340px;
    }

    .Startup-box {
        height: 410px;
    }

    .Healthcare-box {
        height: 440px;
    }

        .Healthcare-box p {
            font-size: 16px;
            line-height: 25px;
            margin-top: 18px;
        }

        .Healthcare-box h2 {
            font-size: 1rem;
            word-wrap: break-word;
        }
}

@media only screen and (min-width: 1200px) {
    .education-colbox {
        width: 19.5%;
    }
}
