/*********************About Us Page**********************/
.intro {
    background-image: url("../images/about_us_bg.jpg");
    width: 100%;
    height: 769px;
    margin-top: -136px;
    background-size: cover;
    border-radius: 80px;
    z-index: 1;
}

.intro__text {
    margin-top: 273px;
    width: 72%;
    margin-left: 200px;
    padding: 54px;
    border-radius: 34px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.intro__text h1 {
    font-size: 43px;
    margin-bottom: 40px;
    color: #f6f6f6;
    text-align: left;
    font-weight: 900;
    border-right: 5px solid #ffbe2c;
}

.intro__text span {
    color: #ffbe2c;
}

.intro__text p {
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    color: #f6f6f6;
}

.intro__images {
    margin-top: 17px;
    width: 70%;
    margin-left: 210px;
    border: 1px solid #707070;
    border-radius: 60px;
    background-color: #fff;
}

.open__title {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    height: auto;
    padding: 3%;
    border-radius: 60px;
    box-shadow: 0px 7px 0px rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

.open__title-text h2 {
    padding-bottom: 23px;
    font-size: 40px;
    line-height: 47px;
    color: #2d84bf;
}

.open__title-text p {
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #363738;
    margin-bottom: 20px;
}

.open__title-boxs {
    margin-top: 6px;
    margin-left: 61px;
}

.open__title-box {
    display: inline-block;
    margin-right: 16px;
    height: auto;
    min-height: 242px;
    border-radius: 22px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #363738;
    margin-bottom: 10px;
    width: 100%;
}

.open__title-boxNum {
    height: 73px;
    margin: 17px 17px 19px 17px;
    border-radius: 22px;
    background-color: #202020;
}

.open__title-boxNum p {
    padding: 10px 17px;
    font-size: 40px;
    font-weight: bolder;
    line-height: 54px;
    color: #2d84bf;
}

.open__title-boxtxt {
    margin: 19px 26px 25px 34px;
    text-align: left;
    font-size: 20px;
    line-height: 27px;
    color: #f6f6f6;
}

#about_us__video {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
    height: auto;
    border-radius: 22px;
    box-shadow: 0px 10px 17px rgba(0, 0, 0, 0.57);
    margin-bottom: 50px;
}

#about_us__video source {
    width: 100%;
    height: auto;
}

/******************* FAQ *******************/
.main__faq {
    width: auto;
    height: auto;
    padding-top: 40px;
    padding-bottom: 62px;
    border-radius: 60px;
    background-color: #fff;
    box-shadow: 0px 7px 0px rgba(0, 0, 0, 0.16);
}

.main__faq h1 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 40px;
    color: #2d84bf;
}

.main__faq .card {
    border: none;
    background-color: transparent;
}

.main__faq .card-header {
    margin-bottom: 6px;
    margin-top: 6px;
    border: none;
    background-color: transparent;
}

.main__faq .card:after {
    content: "";
    display: block;
    padding: 8px;
    width: 100%;
    height: 100%;
    margin-right: -100%;
    border-bottom: 1px solid #707070;
}

.main__faq .card-header a {
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    color: #707070;
}

.main__faq .collapse {
    border-radius: 20px;
    border: 1px solid #c7c7c7;
    background-color: #f8f8f8;
}

.main__faq .card-body {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    color: #48a648;
}

.main__faq .fa {
    margin-left: 30px;
    color: #3a3d59;
}

.main__faq [data-toggle="collapse"] .fa:after {
    content: "\f0de";
}

.main__faq [data-toggle="collapse"].collapsed .fa:after {
    content: "\f0dd";
}

/******************* innovators*******************/
.fix-H-about {
    min-height: 217px;
}

/*******************************************/
.robo__map {
    padding: 75px 250px 43px 250px;
}

.robo__map img {
    margin: 0 auto;
    display: block;
}

/**************************** Lg Screen *******************************/
@media screen and (min-width: 1200px) {
    .intro__text {
        width: 90.834%;
        margin-left: 55px;
        padding: 69px 106px 49px 29px;
    }

    .intro__images {
        width: 88.313%;
        margin-left: 64px;
        margin-bottom: 119px;
    }

    .robo__map {
        margin: 34px 125px 0px 125px;
    }

    .about_us .open__title-boxNum p {
        font-size: 20px;
    }

    .about_us .open__title-box {
        min-height: 323px;
    }
}

/**************************** Md Screen *******************************/
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .intro {
        height: 700px;
    }

    .intro__text {
        margin-left: 155px;
        padding: 28px;
    }

    .intro__text h1 {
        font-size: 42px;
        border-right: none;
    }

    .intro__text p {
        font-size: 18px;
    }

    .about_us .open__title-boxNum p {
        font-size: 16px;
    }

    .intro__images {
        margin-left: 165px;
    }

    .open__title-boxNum {
        height: 64px;
    }

    .robo__map {
        margin-top: 35px;
    }

    .about_us .open__title-box {
        min-height: 362px;
    }

    .fix-H-about {
        min-height: 275px;
    }
}

/**************************** IPad Screen *******************************/
@media screen and (min-width: 768.86px) and (max-width: 991px) {
    .intro {
        margin-top: 0;
        height: 565px;
    }

    .intro__text {
        margin-top: 180px;
        margin-left: 111px;
        padding: 18px;
    }

    .intro__text h1 {
        font-size: 35px;
    }

    .intro__text p {
        font-size: 18px;
    }

    .intro__images {
        margin-bottom: 40px;
        margin-left: 120px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .open__title {
        margin: 0;
    }

    .open__title-text h2 {
        font-size: 35px;
    }

    .open__title-text p {
        font-size: 18px;
    }

    .open__title-boxs {
        margin-left: 61px;
        margin-right: 0;
    }

    .open__title-boxNum {
        /* width: 94%; */
        height: 59px;
    }

    .open__title-boxNum p {
        font-size: 35px;
    }

    .about_us .open__title-boxNum p {
        font-size: 20px;
    }

    .open__title-boxtxt {
        padding-top: 14px;
        padding-bottom: 56px;
        margin: 19px 21px 26px 25px;
        font-size: 18px;
        line-height: 20px;
    }

    #about_us__video {
        width: 666px;
        height: 373px;
    }

    .robo__map {
        /* margin: 55px auto; */
        padding: 0px;
    }

    .responsive_md {
        margin-right: 155px;
        margin-left: 110px;
    }
}

/**************************** Mobile Screen *******************************/
@media screen and (max-width: 768.8px) {
    .intro {
        margin-top: 0;
        margin-top: 0;
        border-radius: 0;
        height: 563px;
    }

    .intro__text h1 {
        font-size: 30px;
        border: none;
    }

    .intro__text p {
        font-size: 14px;
    }

    .intro__text {
        padding: 41px 40px 54px 40px;
        margin: auto;
        margin-top: 80px;
        background-color: rgba(55, 64, 84, 0.57);
    }

    .open__title {
        margin: 20px 0;
    }

    .open__title-text h2 {
        font-size: 25px;
    }

    .open__title-text p {
        font-size: 16px;
    }

    .open__title-box {
        margin-right: 0;
        padding-right: 0;
        min-height: 285px;
    }

    .open__title-boxNum {
        width: 86%;
        height: 60px;
        margin: 15px;
    }

    .open__title-boxtxt {
        margin: 19px 45px 0px 15px;
        font-size: 14px;
    }

    .intro__images {
        display: inline-flex;
        overflow: scroll;
        height: 77px;
        margin-bottom: 30px;
        border-radius: 0;
        border-top-left-radius: 60px;
        border-bottom-left-radius: 60px;
        width: 100%;
        margin-left: 0;
    }

    #about_us__video {
        width: 100%;
        height: 100%;
        border-radius: 0;
        box-shadow: none;
    }

    .robo__map {
        padding: 0;
    }

    .about_us .open__title-boxNum p {
        font-size: 15px;
    }
}

/*******************************************************/
