/*body styles*/
/*---ipad and mobile font-size---*/
/*common css*/
body {
  background: #fff;
  font-family: "aileron-r";
  color: #0082ff;
  font-size: 16px;
  overflow-x: hidden; }

* {
  outline: none !important;
  list-style: none; }

img {
  max-width: 100%;
  max-height: 100%; }

a {
  cursor: pointer;
  color: #0a1221;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s; }

a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
  color: #FF4e4e; }

a.link {
  display: inline-block; }

a.link::before {
  background: #0082ff;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 50%;
  left: 50%;
  transition: all .5s; }

a.link:hover::before {
  right: 0;
  left: 0; }

ul {
  padding-left: 0px; }

p {
  margin-bottom: 0; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #0082ff;
  line-height: normal; }

h1 {
  font-size: 36px;
  font-family: "aileron-r";
  padding: 0px;
  margin: 0px;
  float: left; }

h2 {
  font-family: "aileron-m";
  color: #0a1221;
  padding: 0px;
  margin: 0px;
  font-size: 40px; }

h3 {
  font-size: 20px;
  font-family: "aileron-r";
  color: #0082ff;
  padding: 0px;
  margin: 0px;
  line-height: 20px; }

.link-icon, .link-text {
  display: inline-block;
  vertical-align: middle; }

.link-icon {
  margin-right: 15px; }

label {
  margin-bottom: 0;
  font-size: normal; }

.sub-heading {
  font-family: "aileron-m";
  font-size: 16px;
  color: #FF4e4e;
  display: inline-block;
  width: 100%;
  text-transform: uppercase; }

.main-heading {
  font-family: "aileron-m";
  font-size: 36px;
  color: #000;
  display: inline-block;
  width: 100%; }

.sub-heading::before {
  content: "";
  height: 1px;
  width: 40px;
  left: 0;
  background: #FF4e4e;
  display: inline-block;
  top: 50%;
  vertical-align: super;
  margin-right: 10px; }

.mb-0 {
  margin-bottom: 0px !important; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(85, 87, 104, 0.5); }

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(85, 87, 104, 0.5); }

:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(85, 87, 104, 0.5); }

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(85, 87, 104, 0.5); }

/*# sourceMappingURL=common.css.map */
