.about .about-box {
  left: 0;
}

.all nav {
  left: 0;
  right: unset;
  bottom: unset;
  top: 10px;
}

.all img.logo-black {
  position: absolute;
  left: unset;
  top: 10px;
  right: 20px;
}

.all img.side-h {
  position: absolute;
  right: unset;
  left: 0;
  top: 0;
}

.all img.choose {
  position: absolute;
  left: unset;
  right: 0px;
  bottom: 200px;
}

.tracks h3 {
  padding-right: unset;
  padding-left: 35%;
}

.tracks h3::before {
  right: unset;
  left: 0;
}

.tracks .track-box h4 {
  padding-right: 0px;
  padding-left: 20px;
}

.tracks .track-box h4::before, .single-track h3::before {
  right: unset;
  left: 0;
}

footer {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(60%, #00000000), to(#A46071B3)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #00000000 60%, #A46071B3 100%) 0% 0% no-repeat padding-box;
}

footer .contact-box {
  background: #2C2B2B;
}

footer .contact-box p {
  color: #fff;
}

footer .contact-box h4 {
  color: #fff;
}

footer .sec textarea, footer .sec input {
  padding-left: 20px;
}

.single-track h3 {
  padding-right: unset;
  padding-left: 140px;
}

.single-track .tabs-box .tab-content .table-box ul li {
  margin-right: 40px;
  padding-left: 40px;
  margin-left: unset;
  padding-right: unset;
}

.single-track .tabs-box .tab-content .table-box ul li.step-one::before, .single-track .tabs-box .tab-content .table-box ul li.step-two::before, .single-track .tabs-box .tab-content .table-box ul li.step-three::before {
  right: unset;
  left: 10px;
}

.about .about-box {
  background: transparent;
}

.about .about-box p {
  color: #fff;
}

.about {
  background: unset;
}

.about .about-box {
  padding: 50px 30px;
  width: 90%;
  position: relative;
  right: unset;
  top: 100px;
  left: unset;
  margin-top: -155px;
  clear: both;
}

.tracks h3 {
  text-align: center;
  padding: unset;
  margin-top: 10px;
  margin-bottom: 30px;
}

.all img.logo-black {
  width: 100px;
}

.tracks {
  background-image: url("../images/tracks/bg.png");
  background-size: cover;
  background-position: bottom;
}

.tracks h3::before {
  display: none;
}

.tracks .track-box {
  padding: 20px;
  border-radius: 50px;
  min-height: 285px;
  background: #33303e6e;
}

.tracks .track-box img {
  border-radius: 50px;
}

.navbar-default {
  background: transparent;
}

.all .navbar-default .navbar-nav > li > a {
  color: #fff;
}

.tracks .track-box h4 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
}

.tracks .track-box h4::before {
  display: none;
}

footer .sec h2::before {
  display: none;
}

.tracks .track-box {
  margin-bottom: 20px;
}

footer .sec .footer-logo {
  margin-top: 60px;
  width: 20%;
}

footer .sec ul li {
  margin-left: unset;
  margin-right: unset;
  padding-right: 20px;
  padding-left: 20px;
}

footer .sec ul li:first-child {
  padding-left: 0px;
}

.new-tracks h5::after, .new-tracks h5::before {
  display: none;
}

.single-track .tabs-box .nav-tabs > li:first-child a {
  border-radius: 25px 0 0 25px;
}

.single-track .tabs-box .nav-tabs > li:last-child a {
  border-radius: 0 25px 25px 0;
}

.single-track .tabs-box .tab-content .table-box {
  border-radius: 25px;
}

.single-track p {
  font-size: 18px;
  line-height: 1.8;
}

@media only screen and (max-width: 600px) {
  .about .about-box {
    padding: 0px 5px;
    margin-top: -155px;
    width: 100%;
  }
  #tracks .col-sm-6.spec {
    padding-left: 15px;
  }
  footer .sec .footer-logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .about img {
    width: 300px;
    margin-top: 120px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .about {
    height: unset;
  }
}
/*# sourceMappingURL=style-ar.css.map */