.industrysection {
    padding: 100px 0 50px 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
}

.industrysection .bgdotshap {
    width: 195px;
    height: 260px;
    position: absolute;
    right: 15px;
    top: 50px;
    z-index: -1;
}

.industrysection .maincontainer {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.industrysection .mainrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.industrysection .fullpart .subtitle {
    text-transform: uppercase;
    font-size: var(--font1);
    color: #006d9a;
    margin-bottom: 20px;
    text-align: center;
}

.industrysection .fullpart .maintitle {
    font-size: var(--font2);
    color: #000000;
    margin-bottom: 20px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    margin-top: 0;
}

.industrysection .fullpart .details {
    font-size: var(--font3);
    color: #000;
    opacity: 0.7;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.industrysection .rowjustify {
    justify-content: space-between;
    margin-top: 30px;
}

.industrysection .commonbox {
    border-radius: 20px;
    width: 16.6666666667%;
    padding: 20px;
    color: #000;
    position: relative;
    text-align: center;
}

.industrysection .commonbox .imagemainbox {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
    background-color: #0082b7;
    border-radius: 100px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.industrysection .commonbox .imagemainbox img {
    width: auto;
    height: auto;
    max-width: 70px;
    max-height: 70px;
    filter: brightness(0) invert(1);
}

.industrysection .commonbox .title {
    font-size: var(--font3);
    font-weight: 800;
    margin-bottom: 15px;
    opacity: 0.8;
}




@media (max-width:1399px) and (min-width: 1200px) {

    /* .industrysection{
        padding: 150px 0 150px 0;
    } */
    .industrysection .maincontainer {
        max-width: 1140px;
    }
}

@media (max-width:1199px) and (min-width: 992px) {

    /* .industrysection{
        padding: 150px 0 150px 0;
    } */
    .industrysection .bgdotshap {
        width: 170px;
        height: 195px;
        background-size: cover;
    }

    .industrysection .maincontainer {
        max-width: 960px;
    }

    .industrysection .fullpart .subtitle {
        font-size: var(--font1);
    }

    .industrysection .fullpart .maintitle {
        font-size: var(--font2);
    }

    .industrysection .fullpart .details {
        font-size: var(--font3);
    }
}

@media (max-width:991px) and (min-width: 768px) {
    .industrysection .maincontainer {
        max-width: 720px;
    }

    .industrysection .bgdotshap {
        width: 140px;
        height: 163px;
        background-size: cover;
    }

    .industrysection .fullpart .subtitle {
        font-size: var(--font1);
    }

    .industrysection .fullpart .maintitle {
        font-size: var(--font2);
    }

    .industrysection .fullpart .details {
        font-size: var(--font3);
    }

    .industrysection .commonbox {
        padding: 15px;
        width: 33.3333333333%;
    }

    .industrysection .commonbox .imagemainbox {
        margin-bottom: 10px;
    }

    .industrysection .commonbox .title {
        margin-bottom: 10px;
        font-size: var(--font3);
    }
}

@media (max-width:767px) and (min-width: 576px) {
    .industrysection .maincontainer {
        max-width: 540px;
    }

    .industrysection .bgdotshap {
        display: none;
    }

    .industrysection .fullpart .subtitle {
        font-size: var(--font1);
    }

    .industrysection .fullpart .maintitle {
        font-size: var(--font2);
    }

    .industrysection .fullpart .details {
        font-size: var(--font3);
    }

    .industrysection .rowjustify {
        margin-top: 10px;
    }

    .industrysection .commonbox {
        padding: 15px;
        width: 33.33%;
        margin-bottom: 15px;
    }

    .industrysection .commonbox .imagemainbox {
        margin-bottom: 10px;
    }

    .industrysection .commonbox .title {
        margin-bottom: 10px;
        font-size: var(--font3);
    }
}

@media (max-width: 575px) {
    .industrysection {
        padding: 100px 0 50px 0;
    }

    .industrysection .bgdotshap {
        display: none;
    }

    .industrysection .maincontainer {
        max-width: 100%;
        padding: 0 15px;
    }

    .industrysection .fullpart .subtitle {
        font-size: var(--font1);
    }

    .industrysection .fullpart .maintitle {
        font-size: var(--font2);
    }

    .industrysection .fullpart .details {
        font-size: var(--font3);
    }

    .industrysection .rowjustify {
        margin-top: 10px;
    }

    .industrysection .commonbox {
        padding: 15px;
        width: 50%;
        margin-bottom: 0px;
    }

    .industrysection .commonbox .imagemainbox {
        margin-bottom: 10px;
    }

    .industrysection .commonbox .title {
        margin-bottom: 10px;
        font-size: var(--font3);
    }
}