.blue_right_border {
    border-right: 1px solid #4c7bd1;
}




.box_border {
    border: 1px solid #ccc;
    background-image: linear-gradient(0deg,#C29206, yellow);
}





.affiliate_color {
    background-color: #64A537;
    color: white;
    font-size: 31px;
    padding: 5px;
    margin-top: 35px;
    text-align: center;
    height: 5px;
}



.affiliate_color2 {
    background-color: #EC7F36;
    color: white;
    font-size: 31px;
    padding: 5px;
    margin-top: 35px;
    text-align: center;
    height: 10px;
}





.directorsName {
    line-height: 1.8;
    font-size: 22px;
}



.directorsTitle {
    line-height: 1.8;
    color: #C7D0D8;
}



.bg_image {
    background-size: 100%;
}


.directors_name_first_section {
    padding-left: 230px;
}



.directors_name_second_section {
    padding-left: 405px;
}

.directors_name_third_section {
    padding-left: 375px;
}



.player {
    width: 700px;
}



.services {
    width: 60%;
    text-align:center;
}



.xbg_image {
    background-size: 100%;
    min-height: 900px;
    margin-top: 10%
}

.col-sm-12.col-lg-12.bg-black {
    background-color: black !important;
}

#donateIdEffect:hover {
    transform: rotateY(360deg) !important;
}





/*media query*/
@media (max-width: 767.98px) {
    .bg_image {
        margin-top: 80%;
        background: none;
    }




    .directors_name_first_section {
        padding-left: 20px;
    }


    .directors_name_second_section {
        padding-left: 20px;
    }



    .directors_name_third_section {
        padding-left: 20px;
    }


    .player {
        width: 100%;
        margin-top: 65px;
    }



    .services {
        width: 100%
    }


    .site-name {
        font-size: 6px !important;
    }

    .xbg_image {
        background-size: 100%;
        min-height: 900px;
        margin-top: 60%
    }
}
