body {
  font-family: 'Muli', sans-serif;
  font-size: 10px;
  color: #000;
}
body ol,
body ul,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body th,
body td,
body dl,
body dd,
body form,
body fieldset,
body legend,
body input,
body textarea,
body select {
  margin: 0;
  padding: 0;
}
.ml_header {
  text-align: center;
}
.ml_header .parallax-window {
  min-height: 500px;
  background: transparent;
}
.ml_header .is-border {
  display: inline-block;
  margin-top: 280px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  padding: 30px;
}
.ml_header .is-border h1 {
  color: #fff;
  font-size: 2.3rem;
  text-transform: uppercase;
  font-weight: 200;
  text-align: left;
}
.ml_header .is-border h1 strong {
  display: block;
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .ml_header .is-border h1 strong {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .ml_header .is-border h1 {
    font-size: 1.8rem;
  }
}
.ml_about {
  padding: 70px 0;
}
.ml_about .is-title {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.ml_about .is-title h2 {
  display: inline-block;
  color: #000;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 600;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px;
}
.ml_about .is-title .is-mask-top {
  position: absolute;
  top: 0px;
  left: 1px;
  width: 50%;
  height: 1px;
  background-color: #fff;
}
.ml_about .is-title .is-mask-bottom {
  position: absolute;
  bottom: 0px;
  right: 1px;
  width: 50%;
  height: 1px;
  background-color: #fff;
}
.ml_about .is-text {
  font-size: 1.4rem;
  line-height: 200%;
  font-weight: 300;
  text-align: center;
}
.ml_about .is-text strong {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.ml_about .is-text a {
  margin-top: 30px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  transition: 0.2s;
}
.ml_about .is-text a .lnr {
  padding-right: 5px;
}
.ml_about .is-text a:hover {
  text-decoration: none;
  opacity: 0.9;
}
.ml_skills {
  background: linear-gradient(to right, #fafafa 0%, #fafafa 50%, #333333 50%, #333333 100%);
  padding: 70px 0;
}
@media (max-width: 991px) {
  .ml_skills {
    background: linear-gradient(to bottom, #fafafa 0%, #fafafa 48%, #333333 48%, #333333 100%);
  }
}
@media (max-width: 767px) {
  .ml_skills {
    background: linear-gradient(to bottom, #fafafa 0%, #fafafa 51%, #333333 51%, #333333 100%);
  }
}
.ml_skills .is-title {
  position: relative;
  margin-bottom: 50px;
  display: inline-block;
}
.ml_skills .is-title h2 {
  display: inline-block;
  color: #000;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 600;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px;
}
.ml_skills .is-title .is-mask-top {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 1px;
  background-color: #fafafa;
}
.ml_skills .is-title .is-mask-bottom {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 50%;
  height: 1px;
  background-color: #fafafa;
}
.ml_skills .is-skill {
  margin-bottom: 30px;
}
.ml_skills .is-skill h3 {
  font-weight: 600;
  font-size: 1.4em;
  text-transform: uppercase;
  margin-top: 10px;
}
.ml_skills .is-skill p {
  font-weight: 200;
  font-size: 1.2rem;
  margin-top: 5px;
}
.ml_skills .is-skill .lnr {
  display: block;
  font-size: 3rem;
}
@media (max-width: 991px) {
  .ml_skills .add-padding {
    padding-top: 60px;
  }
}
.ml_skills .is-percent {
  padding-left: 10px;
  margin-bottom: 20px;
}
.ml_skills .is-percent .is-name {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4em;
  margin-bottom: 5px;
}
.ml_skills .is-percent .is-100 {
  height: 2px;
  width: 100%;
  background-color: #000;
}
.ml_skills .is-percent .is-progress {
  margin-top: -2px;
  height: 2px;
  background-color: #ccc;
}
.ml_skills .is-percent .is-90 {
  width: 90%;
}
.ml_skills .is-percent .is-80 {
  width: 80%;
}
.ml_skills .is-percent .is-70 {
  width: 70%;
}
.ml_skills .is-percent .is-60 {
  width: 60%;
}
.ml_skills .is-percent .is-50 {
  width: 50%;
}
.ml_portfolio {
  padding: 70px 0;
}
.ml_portfolio .is-title {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.ml_portfolio .is-title h2 {
  display: inline-block;
  color: #000;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 600;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px;
}
.ml_portfolio .is-title .is-mask-top {
  position: absolute;
  top: 0px;
  left: 1px;
  width: 50%;
  height: 1px;
  background-color: #fff;
}
.ml_portfolio .is-title .is-mask-bottom {
  position: absolute;
  bottom: 0px;
  right: 1px;
  width: 50%;
  height: 1px;
  background-color: #fff;
}
.ml_portfolio .is-portfolio {
  margin: 50px 0 0 0;
}
.ml_portfolio .is-portfolio h2 {
  color: #000;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.ml_portfolio .is-portfolio h3 {
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 15px;
}
.ml_portfolio .is-portfolio a {
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  transition: 0.2s;
  font-size: 1.4rem;
}
.ml_portfolio .is-portfolio a .lnr {
  padding-right: 5px;
}
.ml_portfolio .is-portfolio a:hover {
  text-decoration: none;
  opacity: 0.9;
}
.ml_portfolio .is-portfolio img {
  margin: 30px 0;
}
.ml_portfolio .is-portfolio.is-portfolio-2 {
  text-align: center;
}
.ml_portfolio .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.ml_contact {
  padding: 30px 0;
  background-color: #222222;
  text-align: right;
}
.ml_contact p {
  color: #ccc;
  font-size: 1.2rem;
  text-align: left;
  font-weight: 300;
}
.ml_contact a {
  font-size: 2rem;
  color: #ccc;
  padding: 0 5px;
}
.ml_contact a:hover {
  text-decoration: none;
}
.ml_touareg {
    margin: 30px 0;
}
.ml_touareg img {
    margin-bottom: 30px;
}
