.runningABOUT{
 transition: 0.5s;
 box-shadow: 0 0 20px 10px #00000014 !important;
  
}

.runningABOUT:hover{
   transform: scale(1.05);
      box-shadow: 0 0 20px 0px #00000014 !important;
}

.runningABOUT:after{
      content: '';
    background-color: #D80000;
    width: 100%;
    height: 12px;
    position: relative;
    top: 30px;
   transition: 0.5s;
}



.runningABOUT:hover:after{
      content: '';
    background-color: #FF0606;
    width: 100%;
    height: 12px;
    position: relative;
    top: 30px;
}



.whyChooseUs{
  
border-width: 0px 0px 8px 0px !important;
    border-color: #D80000 !important;
    border-style: solid !important;
   background-color: #fbfbfb !important;
  
} 



/*
.whyChooseUs:after{
      content: '';
    background-color: #D80000;
    width: 100%;
    height: 12px;
    position: relative;
    top: 0px;
}  */

/* CORPORATE INFORMATION */


 td {
    border-style: solid !important;
    border-width: thin !important;
    border-color: #0000001f !important;
    padding: 6px !important;
}


.mfp-bg {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

table {
    border-collapse: collapse;
    WIDTH: -webkit-fill-available !IMPORTANT;
}


/* END OF CORPORATE INFORMATION */



/* DIRECTORATES */


.directoratesBAR{

    border-width: 0px 0px 8px 0px;
    border-style: solid;
    border-color: #7b0000;
}



/* END OF DIRECTORATES */


@media screen and (max-width: 767px){
  
#section-id-1640828701866 .whychooseBG{
  background-position: 0px 2000px !important;
    background-size: 930% !important;
  
  }
  
}