/* Sass Document */

@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Raleway:700);
@import url('https://fonts.googleapis.com/css?family=Sacramento');
body {
  font-family: roboto;
}
.sm-modal {
  max-width: 200px !important;
}
.modal-header {
  border-bottom: none;
}
.landing {
  background: url(../images/landing-bg.jpg) repeat top center #657489;
  background-size: cover;
}
.header {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.logo {
  padding: 20px 0;
}
.logo img {
  max-width: 160px;
}
.menu {
  display: inline;
  text-align: right;
  float: right;
}
.menu li {
  display: inline;
}
.menu a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-size: 15px;
  padding: 35px 10px 5px 10px;
  color: white;
  text-transform: uppercase;
  border-bottom: solid 5px rgba(255, 255, 255, 0);
}
.menu a:hover {
  text-decoration: none;
  border-bottom: dotted 2px white;
}
.slogan {
  padding: 5% 0;
}
.slogan h1 {
  color: white;
  text-transform: uppercase;
  font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  margin: 0;
  margin-top: 5%;
  font-size: 50px;
  text-align: center;
  font-weight: normal;
}
.slogan p {
  text-align: center;
  color: white;
  font-family: Arial;
  margin: 0;
  padding: 0;
}
.service-item {
  border: solid 1px #4bb7af;
  border-radius: 10px;
  box-shadow: 2.5px 4.33px 13px 0px rgba( 0, 0, 0, .5);
  max-width: 450px;
  width: 100%;
  margin: 10px;
  height: 199px;
  float: left;
  margin-bottom: 50px;
}
.document-attestation {
  background: rgba( 31, 151, 142, .6) url('../images/document-attestation-icon.png') no-repeat 50px 50px;
}
.hr-recruitment {
  background: rgba( 31, 151, 142, .6) url('../images/hr-recruitment-icon.png') no-repeat 50px 50px;
}
.service-item h2 {
  color: #fff;
  padding: 15px 0 0 180px;
  font-weight: normal;
}
.service-btn {
  font-size: 15px;
  color: #000;
  font-weight: bold;
  display: block;
  float: left;
  width: 130px;
  margin: 10px 0 0 180px;
  padding: 5px;
  text-align: center;
  background-color: rgb( 255, 255, 255);
}
.slogan .t-btn {
  padding: 10px 20px;
  margin: 5% 10px 2% 0;
  float: left;
  background: white;
  font-family: Roboto;
  font-size: 20px;
  text-decoration: none;
}
.slogan .white {
  color: black;
  background: white;
}
.slogan .black {
  color: white;
  background: black;
}
@media screen and (max-width: 600px) {
  .slogan h1 {
    font-size: 25px;
  }
}
.track-text {
  color: white;
  font-size: 22px;
}
.track-form {
  width: 100%;
  max-width: 400px;
  background: #252525;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 30px;
  margin-bottom: 100px;
  margin-top: 20px;
}
.track-form .track-id {
  box-sizing: border-box;
  border-radius: 20px;
  border: none;
  padding: 10px 20px;
  width: 70%;
  outline: none;
  background: black;
}
.track-form .track-id:focus {
  background: white;
}
.track-form .track-btn {
  box-sizing: border-box;
  width: 28%;
  padding: 10px;
  border: none;
  border-radius: 20px;
  background: #f1ff50;
  outline: none;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.track-container {
  position: relative;
}
.track-form-top {
  width: 100%;
  max-width: 360px;
  background: #2da99f;
  padding: 5px;
  box-sizing: border-box;
  -webkit-border-bottom-right-radius: 26px;
  -webkit-border-bottom-left-radius: 26px;
  -moz-border-radius-bottomright: 26px;
  -moz-border-radius-bottomleft: 26px;
  border-bottom-right-radius: 26px;
  border-bottom-left-radius: 26px;
  margin-bottom: 100px;
  margin-top: 0px;
  position: absolute;
  right: 0;
}
.track-form-top .track-id {
  box-sizing: border-box;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-left-radius: 20px;
  border: none;
  padding: 8px 20px;
  width: 70%;
  outline: none;
  background: white;
}
.track-form-top .track-id:focus {
  background: white;
}
.track-form-top .track-btn {
  box-sizing: border-box;
  width: 100px;
  padding: 7px 0;
  border: none;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
  background: #f1ff50;
  outline: none;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 0px;
}
.arrow-up {
  width: 100%;
  clear: both;
}
.arrow-up:after, .arrow-up:before {
  bottom: 160px;
  left: 100px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow-up:after {
  border-bottom-color: #252525;
  border-width: 20px;
  margin-left: -30px;
}
.services {
  margin: 5%;
}
.services .services-head {
  padding: 10px 0px;
  margin-bottom: 5%;
}
.services .item {
  padding: 0 20px;
}
.testimonial-area {
  background: #f9f9f9;
  padding: 20px 0 ;
}

.testimonial-area   h1 {
    color: #444444;
    font-family: Raleway;
    font-size: 40px;
}

.testimonial-slider {
  text-align: center;

}
.testimonial-box .img-holder {
  width: 100%;
  float: left;
    text-align: center !important;
}
.testimonial-box img {
  max-width: 100px !important;
  margin: auto;
}
.testimonial-box   {
  text-align: center !important;
}
.testimonial-box p  {
  margin-top: 60px;
font-family: 'Sacramento', cursive;
font-size: 30px;
}
.testimonial-box h6 {
  margin-bottom: 40px;
}

.services .item img {
  width: 100%;
  max-width: 150px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.services h1 {
  font-family: Raleway;
  font-size: 40px;
}
.services .service-box h3 {
  font-size: 20px;
  font-family: Raleway;
}
.easy-to-access {
  background: url(../images/easy-to-acces-bg.png) repeat center top;
  padding: 3% 0;
  background-size: cover;
}
.easy-to-access .access-img {
  width: 100%;
  background: white;
  min-height: 200px;
  margin: 8% 0;
}
.easy-to-access h2 {
  color: white;
  margin: 4% 0 1% 0;
  font-family: Raleway;
  font-size: 40px;
}
.easy-to-access p {
  color: white;
  font-size: 18px;
}
.easy-to-access a {
  color: #FC0
}
.why-us {
  padding: 5% 0;
}
.why-us .heading {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 5%;
}
.why-us .heading h1 {
  color: #444444;
  font-family: Raleway;
  font-size: 40px;
}
.why-us .feature-box {
  width: 100%;
  min-height: 300px;
  padding: 40px;
  margin-bottom: 30px;
  color: white;
}
.why-us .feature-box h3 {
  text-transform: uppercase;
  font-size: 16px;
}
.c-1 {
  background: #19436a;
}
.c-2 {
  background: #108588;
}
.c-3 {
  background: #05ceaa;
}
.f-caption {
  background: #24282c;
  padding: 3% 0;
}
.f-caption p {
  color: white;
  font-size: 20px;
}
.big-footer {
  padding: 4% 0;
  background: url(../images/easy-to-acces-bg.png);
  background-size: cover;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #FFCC00;
}
.big-footer input, .big-footer textarea, .big-footer button {
  margin-top: 20px;
}
.big-footer h1 {
  color: #fff !important;
}
.big-footer .btn {
  background: #05ceaa;
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  padding: 10px;
}
.big-footer .about-us {
  color: white;
  font-family: Roboto;
}
.big-footer .about-us h1 {
  margin-top: 5%;
  font-size: 16px;
}
.big-footer .about-us p {
  font-size: 12px;
  line-height: 25px;
}
.big-footer .footer-logo {
  max-width: 200px;
}
.big-footer .social {
  margin-top: 5%;
}
.big-footer .social a {
  padding: 10px;
  color: white;
}
.small-footer {
  background: #181a1d;
  padding: 10px;
}
.small-footer p {
  margin: 0;
  font-size: 11px;
  color: #505050;
}
.small-footer p a {
  color: #999999;
}
.about-page-p {
  font-size: 18px;
  line-height: 1.8em;
  padding: 2%;
  text-align: justify;
  font-family: "Roboto";
}
.page-head {
  font-family: Raleway;
  font-size: 40px;
  padding-top: 100px;
}
.service-page {
  padding-bottom: 3%;
}
.service-page p {
  text-align: justify;
  font-size: 16px;
}
.service-page h3 {
  border-bottom: solid 1px #eaeaea;
  padding: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: bold;
  max-width: 500px;
  margin: 10px auto 40px auto;
  ;
}
.wrap {
  padding: 30px;
  border: solid 1px #eaeaea;
  margin-top: 40px;
}
.services-tabs {
  font-size: 18px;
  line-height: 1.8em;
  text-align: left;
  font-family: "Roboto";
}
.services-tabs p {}
.faq-page {
  margin-bottom: 3%;
}
.faq {
  font-size: 16px;
  line-height: 1.8em;
  padding: 2%;
  text-align: justify;
  font-family: "Roboto";
  border: solid 1px #F7F7F7;
  float: left;
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, .2);
  margin-bottom: 10px;
}
.faq h4 {
  font-size: 20px;
  line-height: 1.8em;
  color: #099;
  background: #FFF;
  float: left;
  clear: both;
  padding: 5px 20px;
  text-align: left;
}
.faq p {
  float: left;
  clear: both;
  padding-left: 3%;
  text-align: left;
  color: #666
}
.contact-page {
  margin-bottom: 3%;
}
.contact-page h4 {
  line-height: 2;
}
.contact-page h3 {
  font-size: 18px;
  color: #099
}
.contact-page p {
  text-transform: uppercase;
  color: #666;
  font-size: 13px;
  padding-left: 10px;
  border-left: solid 3px rgba(0, 102, 153, .1);
}
.contact-page p strong {
  font-size: 14px;
  color: #000
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.nav-tabs>li {
  width: 50%;
}
.nav-tabs>li>a {
  font-size: 35px;
}
.tab-content>.tab-pane {}
.value-box {
  padding: 20px;
  color: #fff;
  min-height: 230px;
  border-radius: 20px;
  margin-top: 20px;
}
.value-box h4 {
  border-bottom: solid 1px rgba(255, 255, 255, .2);
  padding-bottom: 10px;
}
.value-box p {
  font-size: 14px;
  text-align: center;
}
.reg-btn {
  padding: 20px;
  font-size: 25px;
  margin: 20px;
  border-radius: 15px;
  background: #108588;
  color: #ffffff;
  display: block;
  border: solid 5px #18B1B0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}
.reg-btn:hover, .reg-btn:active {
  text-decoration: none;
    background: #53E2E1;
    color: #333333;
}
@media screen and (max-width: 990px) {
  .document-attestation, .hr-recruitment {
    background-size: 40px;
  }
  .service-item h2 {
    padding: 15px 0 0 101px;
  }
  .service-btn {
    margin: 8px 0 0 101px;
  }
}
