/* Scss Document */
/* var Scss Document */
/* body all Scss Document */
@import url("https://fonts.googleapis.com/css?family=Raleway");
body {
  margin: 0px;
  padding: 0px; }

/* top Scss Document */
.top {
  background: url(../img/cover.jpg);
  background-size: cover; }

.top-color {
  background: rgba(0, 0, 0, 0.6);
  min-height: 770px;
  padding-top: 200px;
  color: #fff; }

.top-color h2 {
  font-size: 62px;
  padding-top: 50px; }

.top-color p {
  margin-top: 45px;
  font-size: 24px;
  font-family: 'Raleway', sans-serif; }

.btn-primary {
  margin-top: 80px;
  border-radius: 50px;
  color: #fff;
  background: #199EB8;
  padding: 15px 45px;
  font-weight: 800;
  border: none; }

.btn-primary:hover {
  background: #E04F00;
  border: none; }

/* navs Scss Document */
.bg-light {
  background-color: #199EB8 !important; }

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(255, 255, 255, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: white; }

.navbar-light .navbar-nav .nav-link:hover {
  color: #C5E7ED; }

.nav-ico {
  font-size: 25px;
  color: #fff;
  padding: 7px; }

.nav-ico:hover {
  color: #C5E7ED; }

.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%; }

/* content Scss Document */
.about {
  margin-top: 70px;
  font-family: 'Raleway', sans-serif;
  min-height: 1500px; }

.about p {
  margin-top: 70px; }

.circle {
  width: 150px;
  height: 150px;
  border: 2px solid #199EB8;
  text-align: center;
  padding-top: 30px;
  border-radius: 50%;
  position: relative; }

.circle-top {
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  top: -25px;
  right: -15px;
  font-size: 18px;
  background-color: #E04F00;
  position: absolute;
  border-radius: 50%;
  font-weight: 700; }

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