.comman_main .comman_image_main {
    position: relative;
}

.comman_main .comman_image_main .comman_left {
    position: absolute;
    top: 0;
    left: 0;
}

.comman_main .comman_image_main .comman_right {
    position: absolute;
    top: 0;
    right: 0;
}

.comman_image_main img {
    height: 300px;
}

.comman_banner {
    margin-bottom: 60px;
}

.comman_main .comman_content {
    position: absolute;
    top: 40%;
    left: 20%;
    right: 20%;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    color: #ffffff;
}

.comman_main .comman_content h1 {
    font-weight: 600;
    font-size: 66px;
    line-height: 66px;
    margin-bottom: 15px;
    text-align: center;
}

.comman_main .comman_content span p a {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    color: #ffffff;
}

.comman_main .comman_content span p a:hover {
    color: #38ACEA;
}

.comman_main .comman_content span svg {
    margin: 0 10px;
}


/* about 2nd  */
.about_2nd_main .image_side {
    width: 50%;
    padding-right: 25px;
}

.about_2nd_main .text_side {
    width: 50%;
    padding-left: 25px;
}

.text_side h2 {
    padding-bottom: 6px;
}

.about_2nd_main .text_side p {
    padding-bottom: 6px;
}

/* 3rd section  */
/* .comman_about_3rd h3 {
    padding-bottom: 15px;
} */

.about_3rd {
    background-color: #F5F6F8;
    padding: 40px 0;
}

.about_3rd_content {
    max-width: 20%;
    width: 100%;
    /* padding: 0 35px; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about_3rd_text h3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    color: #221F1F;
}

.about_3rd_text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #6A6D7C;
}

.main_3rd_about {
    margin-top: 25px;
}

.about_3rd_imag {
    max-width: 115px;
    margin-bottom: 25px;
}

.pointer {
    cursor: pointer;
}

/* 4rt section about  */
.Exe_team_main .social_icon i:hover {
    color: #38ACEA;
}

.Exe_team_main .social_icon i {
    font-size: 20px;
}

.Exe_team_box {
    max-width: 250px;
    width: 100%;
    border: 1px solid #D9D9D9;
    padding: 20px 25px;
    border-radius: 175.5px 175.5px 33px 33px;
    margin: 25px 10px;
    flex-direction: column;
    align-items: center;
}

.Exe_team_box .details h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #221F1F;
}

.Exe_team_box .details {
    margin-top: 15px;
}

.Exe_team_box .details h5 {
    margin: 4px 0 15px;
}

.Exe_team_box .social_icon .twitter {
    margin: 0 25px
}

.member_image {
    max-width: 200px;
}

/* 5th section about  */
.fifth_content_side .text_side {
    width: 50%;
    padding-right: 25px;
}

.fifth_content_side .fifth_image_side {
    width: 50%;
    padding-left: 25px;
}

.text_side button {
    background-color: #38ACEA;
    color: #ffffff;
    padding: 16px 24px;
    border: none;
    margin-top: 15px;
    font-size: 18px;
    line-height: 18px;
}

/* responsive */

@media (min-width:1367px) and (max-width:1780px) {
    .comman_main .comman_content h1 {
        font-weight: 600;
        font-size: 50px;
        line-height: 55px;
        margin-bottom: 15px;
        text-align: center;
    }
}

@media(min-width:992px) and (max-width:1366px) {
    .comman_main .comman_content h1 {
        font-weight: 600;
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 15px;
        text-align: center;
    }
}

@media(max-width : 991px) {
    .comman_main .comman_content {
        top: 40%;
    }

    .comman_main .comman_content h1 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .comman_main .comman_content span p {
        font-size: 16px;
    }

    .comman_image_main img {
        height: 250px;
    }


    /* 2nd section about  */
    .about_2nd_main .image_side {
        padding-right: 15px;
    }

    .about_2nd_main .text_side {
        padding-left: 15px;
    }


    .text_side h2 {
        padding-bottom: 6px;
    }

    /* 5th section about  */
    .fifth_content_side .text_side {
        padding-right: 10px;
    }

    .fifth_content_side .fifth_image_side {
        padding-left: 10px;
    }

    .text_side button {
        font-size: 15px;
    }
}

@media(max-width : 767px) {
    .comman_main .comman_content {
        top: 36%;
    }

    .comman_main .comman_content h1 {
        font-size: 22px;
        line-height: 32px;
        text-align: center;
    }

    .comman_main .comman_content span p a {
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        text-decoration: none;
        color: #ffffff;
    }

    .read-more-btn a {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
        display: flex;
        align-items: center;
        text-decoration-line: underline;
        color: #221F1F;
    }

    .business-dev p {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
        text-align: center;
        color: #6A6D7C;
        text-align: center;
        max-width: 891px;
    }

    .comman_main .comman_content span p {
        font-size: 14px;
    }

    .comman_banner {
        margin-bottom: 30px;
    }

    /* 2nd about  */
    .about_2nd_main {
        flex-direction: column;
    }

    .about_2nd_main .text_side {
        width: 100%;
        padding-left: 0px;
        padding-top: 30px;
    }

    .about_2nd_main .image_side {
        width: 90%;
        padding-right: 0px;
    }


    /* 3rd section  */
    .about_3rd_content {
        max-width: 33%;
        margin-top: 20px;
        /* padding: 15px 25px; */
    }

    .about_3rd_text h3 {
        font-size: 18px;
    }

    .about_3rd_text p {
        font-size: 16px;
        line-height: 23px;
    }

    .main_3rd_about {
        justify-content: space-evenly;
    }

    /* 5th section about  */
    .fifth_content_side {
        flex-direction: column-reverse;
    }

    .fifth_content_side .text_side {
        width: 100%;
        padding-top: 20px;
        padding-right: 0;
    }

    .fifth_content_side .fifth_image_side {
        width: 90%;
        padding-bottom: 10px;
        padding-left: 0;
    }

    .text_side button {
        font-size: 13px;
        line-height: 15px;
        padding: 12px 18px;
    }
}

@media (max-width : 551px) {

    /* 2nd about  */
    .about_2nd_main .image_side {
        width: 100%;
    }

    .about_2nd_main .text_side p {
        line-height: 22px;
    }

    /* 4rt section about  */
    .about_3rd_content {
        max-width: 50%;
        /* padding: 10px 10px; */
    }

    /* 5th section about  */
    .fifth_content_side .fifth_image_side {
        width: 100%;
    }

}