body {
  background: #fff;
  margin-left: 300px;
  padding: 10px;
  color: #333;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

nav {
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 300px;
  border-right: 1px solid #eaeaea;
  z-index: 9999;
}
nav img {
  width: 100%;
  margin-bottom: 100px;
}
nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
nav ul li {
  padding: 10px 0;
}
nav ul li i {
  width: 30px;
  text-align: center;
  padding: 5px;
  background: #e1772d;
  color: #fff;
  border-radius: 3px;
}
nav ul li a {
  padding: 0 5px;
  color: #333;
  font-weight: 600;
}
nav ul li a:hover {
  text-decoration: none;
  color: #e1772d;
}

header {
  color: #fff;
  padding: 50px 0;
  background: linear-gradient(45deg, #e1772d, rgba(201, 84, 0, 0.85)), url("/assets/img/header-bg.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-info {
  background: #fafafa;
  padding: 30px 0;
  font-weight: 500;
}
.contact-info i {
  width: 50px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  padding: 10px;
  margin-bottom: 10px;
  background: #e1772d;
  border-radius: 3px;
}
.contact-info a {
  color: #333;
}
.contact-info a:hover {
  text-decoration: none;
  color: #e1772d;
}

.departments {
  padding: 50px 0;
}
.departments span {
  display: block;
  font-size: 16px;
  color: #333;
}
.departments h1 {
  color: #e1772d;
  font-weight: 700;
  border-bottom: 4px solid #e1772d;
  padding-bottom: 10px;
}
.departments .department {
  position: relative;
  cursor: pointer;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  background: #fff;
  padding: 50px 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  transition: 0.2s all ease-in-out;
}
.departments .department i {
  color: #e1772d;
  font-size: 58px;
  margin-bottom: 15px;
  position: relative;
  z-index: 999;
}
.departments .department small {
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  left: -20px;
  padding: 3px 10px;
  background: #eaeaea;
  color: #b7b7b7;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  font-weight: 700;
  border-radius: 3px;
  transition: 0.2s all linear;
}
.departments .department h4 {
  position: relative;
  z-index: 999;
}
.departments .department .decos {
  position: absolute;
  bottom: 0;
  right: 0;
}
.departments .department .deco1, .departments .department .deco2, .departments .department .deco3 {
  position: absolute;
  background: #f7f7f7;
  transition: 0.2s all ease-in-out;
}
.departments .department .deco1 {
  bottom: 0;
  right: 0;
  width: 75px;
  height: 75px;
  border-radius: 10px 0 0 0;
}
.departments .department .deco2 {
  border: 4px solid #fff;
  bottom: 50px;
  right: 50px;
  width: 60px;
  height: 60px;
  border-radius: 10px;
}
.departments .department .deco3 {
  border: 4px solid #fff;
  bottom: 85px;
  right: 35px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
}
.departments .department:hover {
  border-color: #e1772d;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.departments .department:hover small {
  background: #e1772d;
  border-radius: 0;
  color: #fff;
  box-shadow: none;
  top: 0;
  left: 0;
}
.departments .department:hover .deco1,
.departments .department:hover .deco2,
.departments .department:hover .deco3 {
  background: #fbebe0;
}

.features {
  padding: 50px 0;
}
.features .feature-highlight {
  position: relative;
  background: linear-gradient(45deg, #e1772d, #c95400);
  color: #fff;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.features .separator {
  position: absolute;
  background: #fff;
  color: #333;
  font-weight: 900;
  padding: 10px 15px;
  border-radius: 99px;
  border: 4px solid #c95400;
  right: -22px;
  top: 75px;
}

footer {
  padding: 50px 0;
  color: rgba(255, 255, 255, 0.7);
  background: #333;
}
footer i {
  display: block;
  color: #e1772d;
  font-size: 28px;
}
footer a {
  color: rgba(255, 255, 255, 0.7);
}
footer a:hover {
  text-decoration: none;
  color: #e1772d;
}

.btn {
  padding: 15px 30px;
  border-radius: 3px;
  border: none;
  font-weight: 700;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.btn:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-main {
  color: #fff;
  background: #e1772d;
}

.btn-main:hover {
  color: #fff;
}

.btn-revers {
  background: #fff;
  color: #e1772d;
}

.btn-revers:hover {
  color: #e1772d;
}

.announcements {
  padding: 50px 0;
}
.announcements span {
  display: block;
  font-size: 16px;
  color: #333;
}
.announcements h1 {
  color: #e1772d;
  font-weight: 700;
  border-bottom: 4px solid #e1772d;
  padding-bottom: 10px;
}
.announcements ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.announcements ul li {
  padding: 5px 0;
}

.wip {
  margin: 0;
  padding: 30px;
  height: 100vh;
  background: linear-gradient(45deg, #e1772d, #c95400);
  display: flex;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.wip h1, .wip p, .wip a, .wip .icon-bg {
  margin: 0 auto 30px auto;
}
.wip p {
  font-weight: 700;
}
.wip h1 {
  font-weight: 900;
  text-transform: uppercase;
}
.wip .icon-bg {
  background: #fff;
  padding: 30px;
  border-radius: 3px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.wip i {
  color: #e1772d;
  font-size: 68px;
  border-radius: 3px;
}

@media screen and (max-width: 1024px) {
  .features .separator {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
    padding: 10px;
  }

  nav {
    width: 275px;
    padding: 30px 15px;
    border-right: 4px solid #c95400;
    margin-left: -275px;
    transition: 0.2s all ease-in-out;
  }

  .nav-on {
    margin-left: 0;
  }

  header {
    position: relative;
  }
  header #mobile-toggle {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 15px;
    color: #fff;
    font-size: 36px;
  }
}

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