/* Start Data Analytics Work [First Body Section] */

.data-analytics-work{
    width: 100%;
    padding: 8rem 0 0 2rem;
}

.data-sec{
    width: 50%;
    float: left;
}

.data-img img{
    width: 100%;
}

.task-tags-1{
    margin-bottom: 1rem;
}

.task-tags-1 > span{
    margin-right: .4rem;
}

.data-sec h2{
    font-size: 2.7em;
    font-weight: 900;
    margin-bottom: 2.5rem;
}

.list-tags{
    padding: 0 1.4rem;
    margin: 0;
    list-style: none;
}

.list-tags > li > span{
    width: 8px;
    height: 8px;
    position: relative;
    border-radius: 50%;
    background: #6738ee;
    display: inline-block;
    margin-right: 10px;
    top: -1px;
}

@media (max-width: 767px){

    .data-analytics-work{
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .data-sec{
        width: 100%;
        float: none;
    }
    .data-sec:last-of-type{
        padding-top: 5rem;
    }

    .data-sec h2{
        font-size: 1.8em;
    }

    .list-tags{
        padding: 0 .3rem;
    }

    .list-tags li{
        font-size: .9em;
    }
}

@media (min-width: 768px) and (max-width: 1023px){

    .data-analytics-work{
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .data-sec h2{
        font-size: 2.2em;
    }

    .list-tags{
        padding: 0 .3rem;
    }

    .list-tags li{
        font-size: .9em;
    }
}

/* Start Data Analytics Work [First Body Section] */
/* ============================================================= */
/* Start Data Analytics Work Experience [Second Body Section] */

.work-experience-sec-background{
    background: #FBFBFD
}

.info-sec-background{
    background: #FBFBFD;
    padding-bottom: 3%
}

.work-experience-sec > h2{
    text-align: center;
    font-size: 2.2em;
    font-weight: 900;
}

.work-experience-sec > h2 > span{
    display: block;
    font-weight: 600;
}

.work-experience-sec > span{
    text-align: center;
    display: block;
    margin: 2rem 0 4rem;
    font-size: 1.1rem;
}

.data-list{
    width: 100%;
    overflow: hidden;
}

.data-list:not(:nth-of-type(1)){
    margin-top: 5%;
}

.work-experience-sec .data-sec .data-list > p{
    width: 80%;
    float: left;
    padding-right: 2rem;
    padding-top: 3%;
}

.work-experience-sec .data-sec .data-list > img{
    width: 90px;
    width: 17%;
    margin-right: 3%;
    float: left;
}

.data-img:nth-of-type(2){
    padding-top: 2%;
}

.data-img:nth-of-type(2) > img{
    border-radius: 6px;
}

.icons-area{
    overflow: hidden;
    width: 100%;
    padding-top: 8%;
}

.icons-area .icon-data{
    width: 33%;
    float: left;
    padding: 1%;
    text-align: center;
}

.icons-area .icon-data img{
    vertical-align: top;
    max-width: 100px;
}

.icons-area .icon-data h3{
    font-weight: 700;
    margin-bottom: 18px;
    margin-top: 12px;
    font-size: 1.3em;
}

.icons-area .icon-data p{
    line-height: 1.8;
    padding: 0 20%;
    font-size: 1em;
}

.bottun-container{
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 2% 0;
}

.bottun-container .button-sliding-icon{
    width: 200px !important;
    height: 50px !important;
    line-height: 30px !important;
    font-size: 1em !important;
    border: none !important;
    background: #6738ee !important;
    color: #fff !important;
    font-weight: 600 !important;
    border-radius: 2px !important;
}

@media (max-width: 375px){

    .icons-area .icon-data{
        width: 50%;
        float: left;
        padding: 5%;
        text-align: center;
    }

    .icons-area .icon-data p{
        padding: 0;
    }
}

@media (max-width: 767px){

    .work-experience-sec .data-sec .data-list > p{
        width: 77%;
        padding-right: 1.5rem;
        padding-top: 1.5%;
        font-size: .8rem;
    }
    
    .work-experience-sec .data-sec .data-list > img{
        margin-right: 3%;
        margin-left: 3%;
    }

    .data-img:nth-of-type(2){
        padding: 2% 5% 0;
    }

    .icons-area .icon-data img{
        max-width: 75px;
    }

    .icons-area .icon-data h3{
        margin-bottom: 12px;
        margin-top: 10px;
        font-size: 1em;
    }

    .icons-area .icon-data p{
        line-height: 1.6;
        padding: 0 2%;
        font-size: .75em;
    }

    .bottun-container .button-sliding-icon {
        width: 145px !important;
        height: 38px !important;
        line-height: 18px !important;
        font-size: .7em !important;
        border-radius: 2px !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px){

    .data-list:not(:nth-of-type(1)) {
        margin-top: 0
    }

    .work-experience-sec .data-sec .data-list > p{
        width: 77%;
        padding-right: .7rem;
        padding-top: 7px;
        font-size: .7rem;
        line-height: 1.6;
    }
    
    .work-experience-sec .data-sec .data-list > img{
        margin-right: 3%;
        margin-left: 3%;
    }

    .data-img:nth-of-type(2){
        padding: 2% 0 0;
    }

    .icons-area .icon-data img{
        max-width: 85px;
    }

    .icons-area .icon-data h3{
        margin-bottom: 15px;
        margin-top: 12px;
        font-size: 1.1em;
    }

    .icons-area .icon-data p{
        line-height: 1.7;
        padding: 0 13%;
        font-size: .85em;
    }

    .bottun-container .button-sliding-icon {
        width: 152px !important;
        height: 40px !important;
        line-height: 20px !important;
        font-size: .8em !important;
        border-radius: 2px !important;
    }
}

/* End Data Analytics Work Experience [Second Body Section] */
/* ============================================================= */
/* Start Informatios Section With Image [Third Body Section] */

.info-sec-with-img{
    overflow: hidden;
    padding: 0;
    margin: 10% 2% 3%;
    box-shadow: 10px 21px 60px rgba(0,0,0,0.3);
    border-radius: 6px;
}

.info-sec-with-img .image-area{
    width: 40%;
    float: left;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.info-sec-with-img .image-area img{
    height: 100%;
    width: 100%;
}

.info-sec-with-img .info-area{
    width: 60.001%;
    height: 100%;
    float: left;
    padding: 5% 5%;
    position: relative;
    overflow: hidden;
    background: #6738ee;
}

.sec-2 .info-area{
    background: #fff;
}

.info-sec-with-img .info-area h2,
.info-sec-with-img .info-area h4,
.info-sec-with-img .info-area p{
    color: #fff;
}

.sec-2 .info-area h2,
.sec-2 .info-area h4,
.sec-2 .info-area p{
    color: #000;
}

.info-sec-with-img .info-area h2{
    margin: 0 0 8%;
    font-size: 2.5em;
    font-weight: 300;
}

.info-sec-with-img .info-area h2 span{
    font-weight: 700;
}

.info-sec-with-img .info-area h4{
    margin: 8% 0;
    font-size: 1.5em;
    font-weight: 700;
}

.info-sec-with-img .info-area p{
    line-height: 1.8;
    letter-spacing: .8px;
}

.sec-2 .info-area h2,
.sec-2 .info-area h4{
    margin: 5% 0;
}

@media (max-width: 575px){

    .info-sec-with-img{
        width: 95.5%;
        border-radius: 6px;
    }

    .info-sec-with-img .image-area{
        width: 100%;
        float: none;
        height: 40%;
        display: block;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .sec-2 .image-area{
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .info-sec-with-img .info-area{
        width: 100%;
        height: 60%;
        padding: 12% 5%;
        float: none;
        display: block;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
    }

    .sec-2 .info-area{
        border-bottom-right-radius: 0;
        border-top-left-radius: 0;
    }

    .info-sec-with-img .info-area h2 {
        font-size: 2em;
    }

    .info-sec-with-img .info-area h4 {
        font-size: 1.2em;
    }

    .info-sec-with-img .info-area p {
        font-size: .9em;
    }
}

@media (max-width: 1023px){

    .info-sec-with-img {
        margin: 10% 3% 3%;
    }

    .info-sec-with-img .info-area h2 {
        font-size: 1.4em;
    }

    .info-sec-with-img .info-area h4 {
        font-size: 1em;
    }

    .info-sec-with-img .info-area p {
        font-size: .5em;
    }
}

/* End Informatios Section With Image [Third Body Section] */
/* Start Mentors Section [Fourth Body Section] */

.mentors-sec-background{
    background: #f5f5f5;
    padding-bottom: 3%;
}

.mentors-sec-background h2{
    width: 100%;
    font-size: 2em;
    font-weight: 900;
    text-align: center;
    margin: 5% 0;
}

.mentors-sec-background .our-mentors{
    overflow: hidden;
    padding-left: 5%;
}



/* End Mentors Section [Fourth Body Section] */