*{
    padding: 0;
    margin: 0;
}
body, html{
  overflow-x: hidden;
  font-family: "Raleway", sans-serif;
}
/* html{
  height: 100%;
}
body{
  height: 100%;
} */
.modal-open {
  padding-right: 0!important;
}
#exampleModal {
  padding-right: 0!important;
}
::-webkit-scrollbar
{
  width: 5px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb
{
  background-color: #0D1011;
}
.common_top_padding{
    padding-top: 70px;
}
.common_bottom_padding{
    padding-bottom: 70px;
}
.common_paragraph p {
  font-size: 16px;
  line-height: 28px;
  color: #505050;
  font-weight: 400;
}
.common_paragraph ul li {
  font-size: 16px;
    line-height: 28px;
    color: #505050;
    font-weight: 400;
}
.small_title {
  color: #511AF0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.common_title {
  color: #000000;
  font-size: 35px;
  position: relative;
  text-transform: capitalize;
  line-height: 42px;
  font-weight: 400;
}
.small_head {
  color: #036280;
  font-size: 18px;
  font-weight: 700;
}
.header_centre {
  text-align: center;
  margin-bottom: 50px;
}
.common_btn {
  background: transparent;
  color: #fff;
  text-decoration: none;
  padding: 10px 35px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #FFFFFF;
  display: inline-block;
  border-radius: 5px;
}
.common_btn:hover{
  color: #fff;
  background: #511AF0;
  border: 1px solid #511AF0;
}
.fill_btn{
  color: #fff;
  background: #511AF0;
  border: 1px solid #511AF0;
}
.bg_blue{
  background: #171930;
}
.head_centre {
  text-align: center;
  margin-bottom: 50px;
}
.common_heading {
  font-size: 30px;
  color: #FFFFFF;
  font-weight: 700;
}