@font-face {
  font-family: Raleway-Regular;
  src: url(fonts/Raleway-Regular.ttf);
}
@font-face {
  font-family: Raleway-Bold;
  src: url(fonts/Raleway-Bold.ttf);
} 


.width100{
  float: left;
  width: 100%;
}

body{
  font-family: Raleway-Regular;
  font-size: 19px;
  line-height: normal;
  font-weight: normal;
}
.logo{
  float: left;
  width: auto;
}
.logo_slogan{
  float: left;
  width: auto;
  margin: 20px 0 0 40px;
  font-size: 18px;
  background-color: #e9e9e9;
  line-height: normal;
  padding: 10px 40px;
  border-radius: 100px;
}
header{
  background-image: linear-gradient(to bottom, #f0f0f0 , #fff);
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid #bbdefd;
}

header a{
  color: #000;
}

.footer_box{
  background-color: #eee;
  color: #000;
  font-size: 15px;
}
.footer_heading{
  font-family: Raleway-Bold;
  color: #2066a3;
  font-size: 25px;
}
.footer_box a{
  color: #2066a3;
  text-decoration: none;
  font-weight: bold;
}
.text50_heading{
  font-size: 51px;
  font-family: Raleway-Bold;
  color: #2d74b1;
}
.text21_heading{
  font-family: Raleway-Bold;
  color: #2066a3;
  font-size: 21px;
}
.inner_heading{
  font-size: 31px;
}
.text21_black{
  font-size: 21px;
  color: #000;
}
.investors_list{
  width: 33%;
  float: left;
  padding: 3px;
}
.investors_list_inner{
  float: left;
  width: 100%;
  background-color: #3c91b6;
  font-size: 21px;
  color: #fff;
  line-height: normal;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 230px;
  margin: 0 0 0px 0;
  border: 4px solid #dbeeff;
  text-align: center;
  background-image: url(https://www.bharatforge.com/assets/images/design_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: Raleway-Bold;
  position: relative;
  text-decoration: none;
}
.investors_list_inner span{
  position: relative;
  z-index: 50;
  text-decoration: none;
  color: #fff;
}
.investors_list_inner::after{
  content: '';
  background-image: linear-gradient(to right, #f7cb03 , #fed100);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  transition-duration: 0.5s;
}
.investors_list:hover .investors_list_inner::after{
  width: 100%;
}
.investors_list:hover span{
  color: #000;
}
.investor_img img{
  max-width: 90%;
  max-height: 550px;
}


.left_col{
  background-color: #eee;
  padding: 40px 0px;
  float: left;
  width: 90%;
}
.left_col a{
  width: 90%;
  float: left;
  height: auto;
  font-size: 18px;
  color: #000;
  font-weight: normal;
  text-decoration: none;
  padding: 12px 30px;
  border-radius: 0 40px 40px 0;
  margin: 0 0 10px 0;
}
.left_col .select{
  background-color: #2066a3;
  color: #f7d551;
  font-weight: bold;
}
.left_col a:hover{
  background-color: #2066a3;
  color: #f7d551;
  font-weight: bold;
}
.link_box a{
  border: 1px solid #ccc;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  line-height: normal;
  padding: 10px 30px;
  border-radius: 100px;
  float: left;
  margin: 0 10px 10px 0;
}
.link_box a:hover{
  background-color: #2066a3;
  border: 1px solid #2066a3;
  color: #f7d551;
}


.footer_leftbox{
  color: #fff;
  padding: 40px 20px 0 20px;
}
.footer_leftbox a{
  color: #fbd333;
}