.rb{
  width: 1200px;
  height: 400px;
  background-image: url("data0/images/research2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  background-position: center center;
}
.rac{
  background-color: white;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.rheading{
  padding-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.rheading h1{
  font-family: Muli;
  font-size: 20px;
  font-weight: bold;
  color: #37374C;
}
.racont{
  margin-top: 15px;
  padding: 0px 20px 25px 20px;
}
.racont ul{
  list-style-type:  circle;
  padding-left: 20px;
}
.racont ul li{
  padding-top: 5px;
}
.racont p{
  font-family: Muli;
  font-size: 14px;
  line-height: 24px;
}
.rblog{
  margin-top: 50px;
  width: 1000px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.inrb{
  background-color: white;
  height: 300px;
}
.rbone{
  height: 250px;
  display: flex;
  flex-direction: row;
  padding: 25px;
}
.rbtwo{
  height: 250px;
  display: flex;
  flex-direction: row;
  padding: 25px;
}
.rbthree{
  height: 250px;
  display: flex;
  flex-direction: row;
  padding: 25px;
}
.rbfour{
  height: 250px;
  display: flex;
  flex-direction: row;
  padding: 25px;
}
.rboneimg{
  background-image: url("data0/images/wdg5.jpg");
  background-repeat: no-repeat;
  height: 250px;
  width: 250px;
  background-size: cover;
  display: flex;
  background-position: 10% 10%;
}
.rbtwoimg{
  background-image: url("data0/images/FuelDock.jpg");
  background-repeat: no-repeat;
  height: 250px;
  width: 250px;
  background-size: cover;
  display: flex;
  background-position: center center;
}
.rbthreeimg{
  background-image: url("images/w.jpg");
  background-repeat: no-repeat;
  height: 250px;
  width: 250px;
  background-size: cover;
  display: flex;
  background-position: center center;
}
.rbfourimg{
  background-image: url("images/r.jpg");
  background-repeat: no-repeat;
  height: 250px;
  width: 250px;
  background-size: cover;
  display: flex;
  background-position: center center;
}
.rbonecontent{
  width: 700px;
  padding-left: 10px;
}
.rbheading h1{
  font-size: 24px;
  font-family: Muli;
  color: #37374C;
}
.rboneabout{
  padding-top: 25px;
}
.rboneabout p{
  font-family: Muli;
  text-align: justify;
  font-size: 14px;
  line-height: 24px;
}
.rd-bt{
  margin-top:125px;
}
.rd-bt button{
  cursor: pointer;
  height: 27px ;
  width: 119px;
  background-color: #37374C;
  border: 1px solid #37374C;
  color: #F7F5E6;
  font-family: Muli;
}