@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400&display=swap");
/* google font */
*, *::after, *::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html, body {
  font-family: "Roboto", sans-serif;
}

a,
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

p {
  line-height: 27px;
  font-size: 16px;
  color: #363636;
}

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

ul, ol {
  list-style-type: none;
}

/* header section start */
.header-section {
  background-image: url("../images/01.jpg");
  background-position: center;
  background-size: cover;
}
.header-section .cover {
  background: rgba(0, 0, 0, 0.52);
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  display: flex;
}
.header-section h1 {
  line-height: 46px;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
}
.header-section p {
  font-family: "Raleway", sans-serif;
  line-height: 25px;
  font-size: 16px;
  margin: 35px 0;
  font-weight: 400;
  color: #fff;
}
.header-section a {
  background: #FFCE00;
  display: inline-block;
  font-size: 20px;
  height: 56px;
  line-height: 56px;
  padding: 0 40px;
  border-radius: 27px;
  font-weight: 900;
  color: #141935;
  transition: all 0.2s;
}
.header-section a:hover {
  background: #fff;
}

/* header section end */
/* footer style start */
.footer-section {
  padding: 25px 0 20px;
  background: #fff;
}
.footer-section ul {
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  margin: 0;
}
.footer-section ul a {
  font-family: "Raleway", sans-serif;
  margin: 0 15px;
  color: #37465a;
  font-size: 13px;
}
.footer-section ul a:hover {
  text-decoration: underline;
}

/* footer style end */

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