/*--------------------------------------------------------------
  # about
  --------------------------------------------------------------*/
#about .about-content div {
    text-align: none;
}

.about {
    background-color: white !important;
}

.about .container {
    max-width: 1320px !important;
}

/*--------------------------------------------------------------
  # Breadcrumbs
  --------------------------------------------------------------*/
.breadcrumbs {
    margin-top: 70px;
    /* background: #39b54a; */
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 400;
    margin: 0;
}

.about-content {
    padding-top: 40px;
    padding-bottom: 60px;
}

/*--------------------------------------------------------------
# Milestone Section
--------------------------------------------------------------*/
.milestones ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.milestones ul::after {
    content: "";
    display: block;
    clear: both;
}
ul.milestone {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 30px 0;
}
ul.milestone > li {
    width: calc(100% / 8);
}

ul.milestone .year {
    color: #fc961f;
    background: #3f444c;
    display: block;
    position: relative;
    padding-left: 24px;
    line-height: 24px;
    font-weight: bold;
    font-size: 18px;
}
ul.milestone .year::before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    background: #fc961f;
    border-radius: 50%;
    left: -24px;
    top: calc((40 - 24) / 2 * -1px);
}
ul.milestone .year.new {
    border-radius: 0 24px 24px 0;
    font-size: 17px;
}
ul.milestone .year.new::after {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    border: 20px solid #3f444c;
    box-sizing: border-box;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    right: -30px;
    top: -9.5px;
}
ul.milestone .content {
    border-left: 8px solid #fc961f;
    margin-left: -8px;
    padding: 15px 0;
    padding-right: 24px;
}
ul.milestone .content > li {
    padding-left: 20px;
    border-bottom: 4px solid #eef4f7;
    padding-bottom: 8px;
    position: relative;
    margin-left: -8px;
}
ul.milestone .content > li:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}
ul.milestone .content > li::before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #eef4f7;
    left: 2px;
    top: 8px;
}

.milestones .showroom-item {
    color: #39b54a !important;
}

.milestones .showroom-item:hover {
    color: #fc961f !important;
}

@media screen and (min-width: 991px) {
    ul.milestone > li:nth-of-type(odd) > .content {
        transform: translateY(calc(-100% - 24px));
    }
}

@media screen and (max-width: 1140px) {
    ul.milestone > li {
        width: calc(100% / 4);
    }
}

@media screen and (max-width: 991px) {
    ul.milestone > li {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 767px) {
    ul.milestone {
        display: block;
    }
    ul.milestone > li {
        width: 100%;
    }
    ul.milestone > li:nth-of-type(odd) .content {
        transform: none;
    }
}

/*--------------------------------------------------------------
# MD-Vision
--------------------------------------------------------------*/
.md-vision {
    padding: 60px 0;
    background-color: white !important;
}

.md-vision1 {
    padding: 60px 0px 20px 0px;
    background-color: white !important;
}

.md-vision .container {
    max-width: 1320px !important;
}

.md-vision .content {
    padding: 30px;
    background: #39b54a;
    border-radius: 4px;
    color: #fff;
    display: flex;
    justify-content: center !important;
}

.md-vision .content img.img-fluid {
    box-shadow: 0px 2px 15px #ffc107;
}

.md-vision .content .more-btn {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 30px 8px 30px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
}

.md-vision .content .more-btn i {
    font-size: 14px;
}

.md-vision .content .more-btn:hover {
    color: #39b54a;
    background: #fff;
}

.md-vision .icon-boxes .icon-box {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    width: 100%;
    transition: 0.3s;
}

.md-vision .icon-boxes .icon-box i {
    font-size: 40px;
    color: #39b54a;
    margin-bottom: 30px;
}

.md-vision .icon-boxes .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.md-vision .icon-boxes .icon-box p {
    font-size: 15px;
    color: #848484;
}

.md-vision .icon-boxes .icon-box:hover {
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
}

/*--------------------------------------------------------------
# management-teams Section
--------------------------------------------------------------*/

.management-teams {
    padding: 30px 0;
    gap: 30px;
}

.ed-section {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0.375rem;
}
.ed-section .ed-img {
    width: 300px;
    border: 5px solid #e3e3e3 !important;
}

@media screen and (max-width: 768px) {
    .ed-section .ed-img {
        width: 300px;
        border: 5px solid #39b54a;
    }

    .con-component .con-img {
        width: 180px !important;
        height: auto;
        border: 5px solid #39b54a;
    }
}

.ed-section .logo-pattern-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.con-section {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0.375rem;
    width: 450px;
    transform: scale(-100px 0px 0px);
}
.con-section .con-img {
    width: 300px;
    border: 5px solid #39b54a;
}

.con-component {
    max-width: 1420px !important;
}

.con-img {
    width: 300px;
    height: 344px;
    border: 5px solid #39b54a;
}
.ed-section .logo-pattern-top {
    position: absolute;
    top: 0;
    right: 0;
}

.ed-section .logo-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

.ed-section .logo-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
}

.con-section .logo-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

.con-section .logo-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
}
.con-section .logo-pattern-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

.swiper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con-component .swiper-slide {
    text-align: center;
    font-size: 16px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 450px !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

.management-teams .swiper-slide {
    text-align: center;
    font-size: 16px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 463.333px !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

@media screen and (max-width: 767px) {
    .con-component .swiper-slide {
        text-align: center;
        font-size: 16px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        transform: translate3d(0, 0px, 0px) !important;
    }

    .manager-component .swiper-slide {
        text-align: center;
        font-size: 16px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        transform: translate3d(0px, 0px, 0px) !important;
    }

    .consultant-component .management-team-item {
        margin: 10px 0px;
        width: 100%;
        min-height: 400px !important;
    }

    .manager-component .management-team-item {
        margin: 0px !important;
        width: 100%;
    }


    .normal-list {
        text-align: center;
        font-size: 16px;
        background: #fff;
        /* width: 420px !important; */
    }
}

@media screen and (max-width: 640px) {
    .con-component .swiper-slide {
        text-align: center;
        font-size: 16px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100% !important;
        transform: translate3d(0px, 0px, 100px) !important;
    }
    .manager-component .swiper-slide {
        text-align: center;
        font-size: 16px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100% !important;
        transform: translate3d(0px, 0px, 0px) !important;
    }
}

.normal-list-responsive {
    display: flex;
    justify-content: space-around;
}

.normal-list {
    text-align: center;
    font-size: 16px;
    background: #fff;
    width: 520px;
}

.normal-list .logo-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

.normal-list .logo-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
}

.logo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.con-component .con-slider {
    overflow: hidden;
}

.con-component .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.con-component .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #39b54a;
}

.con-component .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #39b54a;
}

.swiper-container {
    width: 100%;
    padding: 20px;
}
.swiper-container .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-container .team-member {
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    background-color: #f5f5f5;
    width: 100%;
    max-width: 300px;
}
.swiper-container .team-member img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.swiper-container .team-member h3 {
    margin: 10px 0 5px;
}
.swiper-container .team-member p {
    margin: 0;
    color: #777;
}

/* consultants */

.consultant-component .container {
    max-width: 1420px !important;
}

.consultant-component .management-team-item {
    box-sizing: content-box;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: 0.3s;
    background-color: #39b54a;
    width: 100%;
    max-height: 640px;
    border-radius: 3px;
}

.consultant-component .management-team-item .management-team-img {
    width:200px;
    height: 300px !important;
    object-fit: cover !important;
    border: 5px solid #e3e3e3;
    margin: 0 auto;
}

.consultant-component .management-team-item p {
    margin: 0 auto 15px auto;
}

.consultant-component .swiper-pagination {
    margin-top: 50px;
    position: relative;
}

.consultant-component .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
}

.consultant-component .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 0.5);
}

.consultant-component .swiper-slide {
    opacity: 0.3;
    margin-right: 0px !important;
}

@media (max-width: 1199px) {
    .consultant-component .swiper-slide-active {
        opacity: 1;
    }

    .consultant-component .swiper-pagination {
        margin-top: 0;
    }

    .consultant-component .management-team-item {
        /* margin: 40px 20px; */
        width: 100%;
    }
    .consultant-component .swiper-slide .swiper-slide-next {
        transform: scale(1.12);
    }
}

@media (min-width: 1200px) {
    .consultant-component .swiper-slide-next {
        opacity: 1;
        transform: scale(1.12) !important;
    }
}

/* managers */

.manager-component .container {
    max-width: 1420px !important;
}

.manager-component .management-team-item {
    box-sizing: content-box;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: 0.3s;
    background-color: #39b54a;
    width: 100%;
}

.manager-component .management-team-item .management-team-img {
    width: 200px;
    border: 5px solid #e3e3e3;
    margin: 0 auto;
}


.manager-component .management-team-item p {
    margin: 0 auto 15px auto;
}

.manager-component .swiper-pagination {
    margin-top: 50px;
    position: relative;
}

.manager-component .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
}

.manager-component .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 0.5);
}

.manager-component .swiper-slide {
    opacity: 0.3;
    /* margin-right: 0px !important; */
}

@media (max-width: 1199px) {
    .manager-component .swiper-slide-active {
        opacity: 1;
    }

    .manager-component .swiper-pagination {
        margin-top: 0;
    }

    .manager-component .management-team-item {
        margin: 40px 20px;
        width: 100%;
    }
    .manager-component .swiper-slide .swiper-slide-next {
        transform: scale(1.12);
    }
}

@media (min-width: 1200px) {
    .manager-component .swiper-slide-next {
        opacity: 1;
        transform: scale(1.12) !important;
    }
}

.management-teams .container {
    max-width: 1420px !important;
}
