.about {
    margin-top: -65px;
    padding-bottom: 100px;
}
.about .image {
    width: 70%;
    height: 400px;
    object-fit: cover;
}
.about .d-flex {
    cursor: pointer;
    left: 0;
}
.about .thumbnail {
    width: 350px;
    height: 270px;
    object-fit: cover;
    border: 3px solid var(--white);
    z-index: 1;
}
.about .play {
    position: absolute;
    border: 8px solid rgba(25, 147, 221, 0.5);
    border-radius: 50%;
    transition-property: transform;
    transition-duration: 0.7s;
    z-index: 11;
}
.about .description {
    font-family: var(--roboto);
    font-size: var(--fs15);
    color: var(--medium-black);
    line-height: var(--fs28);
    padding-top:60px;
}
.about .d-flex:hover .play {
    animation-name: play-button; 
    animation-duration: 1s; 
    animation-iteration-count: infinite;
    animation-timing-function: both;
}
.about .d-flex:hover .thumbnail {
    filter: brightness(0.7);
    transition: all 0.5s;
}


.objectives {
    background-image: url('../images/about_us/objectives_back.png');
    background-repeat: no-repeat;
    height: 800px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.objectives .left {
    width: 30%;
    padding: 0;
}
.objectives .middle {
    width: 20%;
    padding: 0; 
    text-align: center;
}
.objectives .right {
    width: 50%;
    padding: 0;
}
.objectives hr {
    border: 1px solid #C4C4C4;
}
.objectives .left .title {
    font-family: var(--roboto);
    font-size: var(--fs40);
    color: var(--blue);
    text-transform: uppercase;
    height: 110px;
}
.objectives .left .title:nth-child(1){
    height: 50px;
}
/* .objectives .left .vision {
    margin-top: 83px;
    margin-bottom: 55px;
} */
.objectives .left .vision {
    margin-top: 47px;
    margin-bottom: 47px;
}
.objectives .left .mission {
    margin-top: 47px;
    margin-bottom: 47px;
}
.objectives .right .description {
    font-family: var(--roboto);
    font-size: var(--fs17);
    color: var(--blue);
    line-height: var(--fs28);
    font-style: italic;
    font-weight: var(--fwsb);
    text-align: justify;
    height: 110px;
}
.objectives .right .description:nth-child(1) {
    height: 50px;
}
.objectives .right .vision {
    margin-top: 47px;
    margin-bottom: 47px;
}
.objectives .right .mission {
    margin-top: 47px;
    margin-bottom: 47px;
}
.objectives.mobile {
    display: none;
}
.objectives.mobile .title {
    font-family: var(--roboto);
    font-size: var(--fs25);
    color: var(--blue);
    text-transform: uppercase;
    padding-bottom: 10px;
}
.objectives.mobile .description {
    font-family: var(--roboto);
    font-size: var(--fs14);
    color: var(--blue);
    line-height: var(--fs28);
    font-style: italic;
    font-weight: var(--fwsb);
}


.bars-div .bars {
    display: flex;
}
.bars-div .bars .first {
    width: 20%;
    background-color: var(--dark-blue);
    height: 8px;
}
.bars-div .bars .second {
    width: 20%;
    background-color: var(--blue);
    height: 8px;
}
.bars-div .bars .third {
    width: 20%;
    background-color: #147CBF;
    height: 8px;
}
.bars-div .bars .fourth {
    width: 15%;
    background-color: #75C4EF;
    height: 8px;
}
.bars-div .bars .fifth {
    width: 3%;
    background-color: var(--yellow);
    height: 8px;
}
.bars-div .bars .sixth {
    width: 12%;
    background-color: var(--purple);
    height: 8px;
}
.bars-div .bars .seventh {
    width: 10%;
    background-color: var(--red);
    height: 8px;
}



/* .large {
    padding-top: 100px;
    padding-bottom: 250px;
} */
.large {
    display: none;
}
.large .large-logo {
    width: 100%;
}



.our-history {
    background-color: #FAFAFA;
    height: auto;
    padding-bottom: 100px;
}
.our-history .minimal-wrap {
    padding-bottom: 70px;
}
/* .our-history .d-flex {
    margin-top:-200px;
} */
.our-history .d-flex {
    margin-top: 100px;
}
.our-history .left-image {
    width: 70%;
    height: 400px;
    object-fit: cover;
    filter: grayscale(1);
}
.our-history .right-image {
    position: absolute;
    right: 0;
    width: 350px;
    height: 270px;
    object-fit: cover;
    border: 3px solid var(--white);
}
.our-history .medium-wrap {
    padding-bottom: 120px;
}
.our-history .medium-wrap .title {
    font-family: var(--roboto);
    font-size: var(--fs40);
    color: var(--medium-black);
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 50px;
}
.our-history .medium-wrap .description {
    font-family: var(--roboto);
    font-size: var(--fs15);
    color: var(--medium-black);
    line-height: var(--fs28);
    text-align: justify;
}

.our-history .swiper-pagination-clickable .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background-color: transparent;
    font-family: var(--roboto);
    font-size: var(--fs20);
    color: #6A6A6A;
    opacity: 1;
    margin: 0 50px!important;
}
.our-history .swiper-pagination-bullet-active {
    background: transparent!important;
    color: var(--blue)!important;
    font-weight: var(--fwsb);
    opacity: 1!important;
}
/* .our-history .swiper-pagination-bullet-active .diamond {
    content: url('../images/about_us/diamond.png');
    filter: grayscale(0)!important;
} */
/* .our-history .swiper-horizontal>.swiper-pagination-bullets, 
.our-history .swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, .our-history .swiper-pagination-fraction {
    bottom: initial!important;
    top: 0;
} */

.our-history .history-slider {
    padding-top: 150px;
}
.our-history .history-slider .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.our-history .history-slider .swiper-slide .div {
    display: flex;
    flex-direction: column;
    width: 40%;
}
.our-history .history-slider .year {
    font-family: var(--roboto);
    font-size: var(--fs40);
    color: var(--dark-blue);
    font-weight: var(--fwb);
    padding-bottom: 20px;
    text-align: center;
}
.our-history .history-slider .point {
    font-family: var(--roboto);
    font-size: var(--fs15);
    color: var(--medium-black);
    line-height: var(--fs28);
    padding-bottom: 10px;
    display: flex;
}
.our-history .history-slider .point .left {
    width: 10%;
}
.our-history .history-slider .point .right {
    width: 90%;
}
.our-history .history-slider .point .left:after {
    display: inline-block;
    content: "";
    border-top: 2px solid #B5B5B5;
    width: 30px;
    margin: 0 20px 0 0;
    position: relative;
    top: -3px;
}
.our-history .history-slider .diamond {
    padding-top: 20px;
    filter: grayscale(1);
}
.our-history .main-wrap {
    position: relative;
}
.our-history .main-wrap hr {
    border: 1px solid white;
    height: 4px;
    -webkit-box-shadow: 0px 6px 6px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 75%);
    width: 100%;
    margin: 12px auto;
    position: absolute;
    top: 3px;
    left: 0;
}
.ContentHistory {
    font-family: var(--roboto);
    font-size: var(--fs15);
    color: var(--medium-black);
    line-height: var(--fs28);
    padding-bottom: 10px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.yearHistory {
    font-family: var(--roboto);
    font-size: var(--fs18);
    color: var(--medium-black);
    line-height: var(--fs28);
    padding-bottom: 10px;
    text-align: center;
    position: relative;
}
.line-slider::after {
    content: "";
    background-image: url('../images/about_us/diamond.png');
    filter: grayscale(0)!important;
}
.slick-slide.slick-current.slick-active .line-slider::after {
    content: "";
    background-image: url('../images/about_us/diamond.png');
    position: absolute;
    top: -75%;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 40px;
    left: 0;
    right: 0;
    z-index: 9;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.message {
	background-image: url('../images/home/our_products_background.png');
	height: 800px;
	background-repeat: no-repeat!important;
	background-size: cover!important;
    background-position: center!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.message .left {
    width: 30%;
    padding: 0;
}
.message .right {
    width: 61%;
    padding: 0;
}
.message .left .images {
    display: flex;
    justify-content: center;
    align-items: center;
}
.message .left .images a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.message .left .image {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.message .left .triangle {
    position: absolute;
    right: 0;
}
.message .left .linked {
    position: absolute;
    right: 6px;
    transition-property: transform;
    transition-duration: 1s;
}
.message .left .name {
    font-family: var(--roboto);
    font-size: var(--fs22);
    color: var(--white);
    padding-top: 25px;
    padding-bottom: 5px;
}
.message .left .designation {
    font-family: var(--roboto);
    font-size: var(--fs13);
    color: var(--white);
}
.message .right .title {
    font-family: var(--roboto);
    font-size: var(--fs30);
    color: var(--white);
    font-weight: var(--fwsb);
    padding-bottom: 20px;
}
.message .right .description {
    font-family: var(--roboto);
    font-size: var(--fs15);
    color: var(--white);
    line-height: var(--fs28);
}
.message .bars {
    display: flex;
}
.message .bars .first {
    width: 20%;
    background-color: var(--dark-blue);
    height: 8px;
}
.message .bars .second {
    width: 20%;
    background-color: var(--blue);
    height: 8px;
}
.message .bars .third {
    width: 20%;
    background-color: #147CBF;
    height: 8px;
}
.message .bars .fourth {
    width: 15%;
    background-color: #75C4EF;
    height: 8px;
}
.message .bars .fifth {
    width: 3%;
    background-color: var(--yellow);
    height: 8px;
}
.message .bars .sixth {
    width: 6%;
    background-color: var(--purple);
    height: 8px;
}
.message .bars .seventh {
    width: 16%;
    background-color: var(--red);
    height: 8px;
}
.message .left .linked:hover {
    animation-name: rotate; 
    animation-duration: 2s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.yearHistory-num {
    font-family: var(--roboto);
    font-size: var(--fs40);
    color: var(--dark-blue);
    font-weight: var(--fwb);
    padding: 60px 0 10px;
    text-align: center;
}

.message.DMmsg {
    padding: 100px 0;
    height: auto;
}


/* Responsive */
@media screen and (max-width: 1680px) {
}

@media screen and (max-width: 1600px) {
    .message.DMmsg {
        padding: 50px 0;
        height: auto;
    }
}

@media screen and (max-width: 1536px) {
    .about {
        padding-bottom: 70px;
    }
    .about .image {
        height: 350px;
    }
    .about .thumbnail {
        width: 300px;
        height: 220px;
    }
    .about .description {
        font-size: var(--fs14);
        padding-top: 30px;
    }

    .objectives {
        /* height: 670px; */
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .objectives {
        height: auto;
    }
    .objectives .left .title {
        font-size: var(--fs35);
    }
    .objectives .right .description {
        font-size: var(--fs15);
    }
    .objectives .middle .point {
        height: 525px;
    }
    /* .objectives .right .vision {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .objectives .right .mission {
        margin-top: 80px;
        margin-bottom: 30px;
    } */
    /* .objectives .left .vision {
        margin-top: 71px;
        margin-bottom: 50px;
    } */
    /* .objectives .left .mission {
        margin-top: 178px;
        margin-bottom: 30px;
    } */


    .large {
        padding-top: 60px;
    }


    .our-history {
        padding-bottom: 60px;
    }
    .our-history .left-image {
        height: 350px;
    }
    .our-history .right-image {
        width: 300px;
        height: 220px;
    }
    .our-history .minimal-wrap {
        padding-bottom: 40px;
    }
    .our-history .medium-wrap {
        padding-bottom: 70px;
    }
    .our-history .medium-wrap .title {
        font-size: var(--fs35);
        padding-bottom: 20px;
    }
    .our-history .medium-wrap .description {
        font-size: var(--fs14);
    }
    .our-history .history-slider {
        padding-top: 120px;
    }
    .our-history .swiper-pagination-clickable .swiper-pagination-bullet {
        font-size: var(--fs18);
    }
    .our-history .history-slider .year {
        font-size: var(--fs35);
        padding-bottom: 10px;
    }
    .our-history .history-slider .point {
        font-size: var(--fs14);
        line-height: var(--fs25);
        padding-bottom: 5px;
    }
    .our-history .main-wrap hr {
        width: 82%;
        left: 9%;
    }


    .message {
        height: 585px;
    }
    .message .right .title {
        font-size: var(--fs25);
        padding-bottom: 5px;
    }
    .message .right .description {
        font-size: var(--fs14);
    }
    .message .left .name {
        font-size: var(--fs20);
        padding-top: 20px;
    }
}

@media screen and (max-width: 1440px) {
    .about {
        margin-top: -60px;
    }

    .message {
        height: 650px;
    }

    .our-history .main-wrap hr {
        width: 88%;
        left: 6%;
    }
}

@media screen and (max-width: 1366px) {
    .message .left .image {
        height: 200px;
    }

    .our-history .swiper-pagination-clickable .swiper-pagination-bullet {
        margin: 0 40px!important;
    }
    .our-history .main-wrap hr {
        width: 80%;
        left: 10%;
    }
}

@media screen and (max-width: 1360px) {
}

@media screen and (max-width: 1280px) {
    .about {
        margin-top: -57px;
    }
}

@media screen and (max-width: 1024px) {
    .about {
        margin-top: -45px;
    }

    .our-history .swiper-pagination-clickable .swiper-pagination-bullet {
        margin: 0 30px!important;
    }
    .our-history .main-wrap hr {
        width: 84%;
        left: 8%;
    }
    .our-history .history-slider .swiper-slide .div {
        width: 50%;
    }

    .message {
        height: 700px;
    }
  
}

@media screen and (max-width: 991px) {
    .our-history .main-wrap hr {
        width: 86%;
        left: 7%;
    }
}

@media screen and (max-width: 850px) {
    .about {
        margin-top: -37px;
    }


    .objectives {
        height: auto;
    }
    .objectives .middle .point {
        height: 470px;
    }
    /* .objectives .middle .point {
        height: 650px;
    } */
    /* .objectives .left .vision {
        margin-top: 98px;
        margin-bottom: 38px;
    }
    .objectives .left .mission {
        margin-top: 255px;
        margin-bottom: 35px;
    }
    .objectives .right .vision {
        margin-top: 28px;
        margin-bottom: 35px;
    }
    .objectives .right .mission {
        margin-top: 132px;
    } */

    .our-history .swiper-pagination-clickable .swiper-pagination-bullet {
        margin: 0px 14px!important;
    }

    .message {
        height: auto;
        padding: 40px 0;
    }
}

@media screen and (max-width: 768px) {
    .about {
        margin-top: -33px;
    }
    .about .image {
        height: 300px;
    }

    .bars div {
        height: 5px!important;
    }

    .our-history .left-image {
        height: 300px;
    }
    .our-history .swiper-pagination-clickable .swiper-pagination-bullet {
        margin: 0px 19px!important;
    }
    .our-history .history-slider .swiper-slide .div {
        width: 60%;
    }
    .our-history .history-slider .point .left {
        width: 13%;
    }
    .our-history .history-slider .point .right {
        width: 87%;
    }


    .message {
        height: auto;
        padding: 40px 0;
    }
    .message .row {
        flex-direction: column-reverse;
    }
    .message .left {
        width: 100%;
    }
    .message .right {
        width: 100%;
        padding-bottom: 40px;
    }
    .message .right .title {
        padding-bottom: 10px;
        text-align: center;
    }
    .message .left .image {
        height: 450px;
    }
}

@media screen and (max-width: 428px) {
    .about {
        padding-bottom: 30px;
        margin-top: -18px;
    }
    .about .image {
        width: 100%;
        height: 260px;
    }
    .about .d-flex {
        left: initial;
        justify-content: center!important;
        top: 85%;
        margin-bottom: 170px;
    }


    .objectives.desktop {
        display: none;
    }
    .objectives.mobile {
        display: block;
    }
    .objectives {
        /* height: 525px; */
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .objectives {
        height: auto;
    }

    .large {
        padding-top: 30px;
        padding-bottom: 230px;
    }


    .our-history {
        padding-bottom: 30px;
    }
    .our-history .left-image {
        width: 100%;
        height: 260px;
    }
    .our-history .d-flex {
        justify-content: center;
    }
    .our-history .right-image {
        right: initial;
        top: 85%;
    }
    .our-history .minimal-wrap {
        padding-bottom: 210px;
    }
    .our-history .medium-wrap {
        padding-bottom: 40px;
    }
    .our-history .medium-wrap .title {
        font-size: var(--fs25);
        padding-bottom: 10px;
    }
    .our-history .history-slider {
        padding-top: 100px;
    }
    .our-history .history-slider .year {
        font-size: var(--fs25);
        padding-bottom: 5px;
    }
    .our-history .history-slider .swiper-slide .div {
        width: 100%;
    }
    .our-history .main-wrap hr {
        width: 100%;
        left: initial;
    }


    .message {
        padding: 30px 0;
    }
    .message .right .description {
        text-align: center;
    }
    .message .left .image {
        height: 250px;
    }
    .message .right {
        padding-bottom: 30px;
    }
    .message .left .name {
        font-size: var(--fs18);
        padding-top: 10px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 414px) {
    /* .objectives {
        height: 550px;
    } */
    .objectives {
        height: auto;
    }
}

@media screen and (max-width: 395px) {
    /* .objectives {
        height: 580px;
    } */
    .objectives {
        height: auto;
    }
    .message .right .title {
        font-size: var(--fs22);
    }
}

@media screen and (max-width: 375px) {
    .about {
        margin-top: -16px;
    }
}

@media screen and (max-width: 360px) {
}

@media screen and (max-width: 320px) {
    .about {
        margin-top: -13px;
    }
    .about .thumbnail {
        width: 250px;
        height: 175px;
    }
    .about .play {
        border: 5px solid rgba(25, 147, 221, 0.5);
        height: 50px;
    }
    .about .d-flex {
        margin-bottom: 135px;
    }
    .about .description {
        padding-top: 10px;
    }

    /* .objectives {
        height: 635px;
    } */
    .objectives {
        height: auto;
    }

    .our-history .right-image {
        width: 250px;
        height: 175px;
    }
    .our-history .minimal-wrap {
        padding-bottom: 160px;
    }


    .message .left .image {
        height: 200px;
    }
    .message .left .triangle {
        height: 140px;
    }
    .message .left .linked {
        right: 3px;
    }
}
/* Responsive */