/*custom style here*/
.association_featues .sub-title {
    margin-bottom: 40px;
}

.association_featues .card:hover {
    box-shadow: none !important;
}

.association_featues {
    padding-bottom: 50px;
    background: #021c34;
    margin-top: -10px;
    padding-top: 100px;
    color: #ffffff;
    margin-bottom: 100px;
}

.association_featues h2 {
    color: #fff;
}

.association_featues .card_inner_body {
    background: #021c34;
}

.association_featues ul li {
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 5px;
}

.association_featues li i {
    margin: 5px 5px 0 0;
    color: #e29639;
}

.cta-area .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
}

.cta-area .overlay:target {
    visibility: visible;
    opacity: 1;
}

.cta-area .popup {
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    max-width: 500px;
    transition: all 5s ease-in-out;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.cta-area .popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.cta-area .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.cta-area .popup .close:hover {
    color: #fdbb00;
}

.cta-area .popup .content {
    max-height: 30%;
    overflow: auto;
}

.cta-area .popup input,
.cta-area .popup textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 200;
}

.cta-area .popup input[type="submit"],
.cta-area .popup input.cancel {
    display: inline-block;
    width: auto;
    padding: 10px 40px;
}

.cta-area .popup input[type="submit"] {
    background: #fdbb00;
    color: #ffffff;
    border: none;
    font-weight: 500;
    cursor: pointer;
    margin-top: 10px;
}

.cta-area .popup input.cancel {
    background: #b1adad;
    color: #ffffff;
    border: none;
    font-weight: 500;
    cursor: pointer;
    margin-top: 10px;
}

.cta-area .popup label {
    text-align: left;
    float: left;
    color: #000000;
    margin-top: 15px;
    margin-bottom: 0;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.71);
    z-index: 99999;
}

.cta-area .modal-content {
    position: initial !important;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width: 700px) {
    .cta-area .box {
        width: 70%;
    }

    .cta-area .popup input[type="submit"],
    .cta-area .popup input.cancel {
        display: block;
        width: 100%;
        margin: 5px 0;
    }

}





/*our team style start here*/

.our-team .banner_area .banner_inner .overlay {
    background: #091b27 !important;
}

.our-team-detail .team_item_inr {
    position: relative;
    text-align: left;
    margin-bottom: 10px;
}

.our-team-detail .team_item_inr p {
    text-align: left !important;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 600;
    color: #222222;
}

.our-team-detail .single_event {
    margin-bottom: 30px;
    box-shadow: 0px 0px 11px #cccccc;
    padding: 5px;
}

.our-team-detail .team_item_inr .social {
    margin-top: 15px;
}

.our-team-detail .team_item_inr .social a {
    font-size: 14px;
    color: #acadb0;
    margin-right: 10px;
    text-align: center;
    height: 30px;
    width: 30px;
    background: 0 0;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 20px;
    border: 1px solid #777777;
    transition: all 300ms linear 0s;
}

.our-team-detail .team_item_inr .social a:hover {
    background: #01539d;
    color: #ffffff;
    border: 1px solid #01539d;
}

.member-detail p {
    font-weight: 500 !important;
    font-size: 14px;
    color: #7d7d7d !important;
    margin-bottom: 0 !important;
}

.our-team-detail.sec-space_top_btm {
    padding: 60px 0;
    margin: 60px 0;
    background: rgba(241, 241, 241, 0.45);
}

.our-team-detail.sec-space_top_btm .single_event {
    background: #ffffff;
}

@media (max-width: 575px) {
    .our-team-detail .team_item_inr {
        text-align: center;
        margin-bottom: 20px;
    }

    .our-team-detail .team_item_inr p {
        text-align: center;
        margin-top: 10px;
        font-size: 20px;
    }

    .our-team-detail .team_item_inr {
        padding-top: 20px;
    }
}

@media(min-width: 768px) and (max-width: 1199px) {
    .team-member {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

img.people_img.img-fluid.w-100 {
    height: 200px;
}
/*our team style end here*/
