﻿:root {
    --primary-color: #a73069;
    --secondary-color: #f3e3eb;
    --text-color: #262626;
    --text-hover-color: #fff;
    --lineborder-color: #f3eded;
    --footer-color: #646A6D;
}
    .mou_det_body {
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mou_det_title {
    padding: 10px;
    position: relative;
    background: #fff;
    top: -61px;
    width: 85%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    height: auto;
}
.mou_det_top{
    padding: 0px 20px;
    width: 100%;
    text-align:center;
}
    .mou_det_top h1 {
        color: #000;
        font-size: 18px;
        line-height: 1.1;
        letter-spacing: 1px;
        font-weight: 600;
        margin: 10px 0px;
    }
    .mou_det_top p {
        font-size: 14px;
        margin-bottom: 10px;
        color: #141414;
    }
    .mou_det_top button {
        border: none;
        background: #072441;
        color: #fff;
        font-size: 14px;
        padding: 7px 12px;
        border-radius: 5px;
        border: 1px solid #fff;
        transition: .3s;
    }
        .mou_det_top button:hover {
            border: 1px solid #072441;
            background: #fff;
            color: #072441;
        }
        .mou_det_img img {
            width: 100%;
            height: 80vh;
        }
.mou_det_bot_title{
    padding: 10px 20px;
}
    .mou_det_bot_title h4 {
        color: #000;
        font-size: 14px;
        line-height: 1.1;
        letter-spacing: 1px;
        font-weight: 600;
        margin: 15px 0px 5px 0px;
    }
    .mou_det_bot_title p {
        font-size: 14px;
        margin-bottom: 10px;
        color: #212529;
        font-weight: 400;
    }

/********** Member Details***********/
#member_details_bg{
    background: #fff;
    margin: 10px 0px;
}
.member_det_body {
    position:relative;
    margin: 10px 0px;
    padding: 0px 0px;
    width: 100%;
    display: flex;
    flex-direction: column;

}
.member_details_title{
    padding: 10px 20px;
}
    .member_details_title h3{
        font-size: 18px;
        font-weight: 700;
        margin: 10px 0px 10px 0px;
    }
.mem_det_text h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0px 0px 0px;
}
    .partner_title h3 {
        color: #000;
        font-size: 17px;
        line-height: 1.1;
        letter-spacing: 1px;
        font-weight: 600;
        margin-bottom: 20px;
        text-align: center;
    }
.mem_det_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.mem_det_icon img {
   border: 1px solid #e6e6e6;
   width: 250px;
   height: 250px;
   padding: 15px;
}
.member_details_title h4 {
    color: #000;
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 10px 0px 0px 0px;
}
    .member_details_title h4 span i{
        font-size: 13px;
        margin-right: 5px;
    }
    .mem_det_top_text p {
        font-size: 14px;
        color: #141414;
    }
.member_details_title p {
    font-size: 14px;
    margin: 5px 0px 15px 18px;
    color: #141414;
}
    .member_details_title p span {
        display: block;
        font-size: 14px;
        color: #141414;
        margin: 5px 0px;
    }

.mem_det_button {
    margin: 15px 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
    .mem_det_button button {
        background: #a73069;
        color: #fff;
        border: none;
        padding: 8px 20px;
        border-radius: 5px;
        font-size: 16px;
        transition: .3s;
    }
#member_ship_same_btn {
    width: 300px;
    margin: 0 auto;
    padding: 10px 10px;
    transition: .3s;
    background: #3C8DBC;
    color: #fff;
    font-size: 17px;
}
    #member_ship_same_btn:hover {
        background: #1c4f6d;
    }
    .mem_det_button button:hover {
        background: #13103c;
        color: #fff;
    }
    /********** End Member Details***********/
    /******************* PARTNERS ******************/
#partners_img {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: -webkit-linear-gradient(90deg, #685227,#e6bc60); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(90deg, #685227,#e6bc60); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#partners_img_arrow_phn{
    display: none;
}
#partners_img img {
    height: auto;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    display: flex;
    border: none;
}
.team_item{
    padding:10px 20px;
    font-size:14px;
    line-height:30px;
}
.team_bottom {
    font-size: 14px;
    line-height: 30px;
}

/******************* END PARTNERS ******************/

