.blue_right_border{
	    border-right: 1px solid #4c7bd1;
}

.black_rihght_border {
    border-right: 1px solid #000000;
}


.black_top_border {
    border-top: 1px solid #000000;
}


.box_border{
	    border: 1px solid #ccc; 
	    background-image: linear-gradient(0deg,#C29206, yellow);
}





.affiliate_color{
    background-color: #4472C4;
    color: white;
    font-size: 31px;
    padding: 5px;
    margin-top: 35px;
    text-align: center;
    height: 10px;
}



.affiliate_color2{
    background-color: #6BAD3E;
    color: white;
    font-size: 31px;
    padding: 5px;
    margin-top: 35px;
    text-align: center;
    height: 10px;
}



.affiliate_color3{
    background-color: #F09355;
    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: 100%;

 
}






/*media query*/


@media (max-width: 767.98px) { 

.bg_image{
  margin-top: 40%;
   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%
}





 }
