.bg-main{
  background-image:linear-gradient(-60deg,#185fad,#8a60fd)
}
.bg-1{
  background: #63af4e!important;
}
.bg-2{
  background: #f7bc3f!important;
}
.bg-3{
  background: #52a3ff!important;
}
.bg-4{
  background: #ff5d5d!important;
}
.color-white{
  color:#fff!important;
}

.absolute{
  position:absolute;
}
.top{
  top:0;
}
.right{
  right: 0;
}
.width-full{
  width: 100%;
  max-width: 100%;
}