/* Scss Document */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
.clr-white {
  color: #ffffff; }

.clr-blue {
  color: #0b2337; }

.clr-orange {
  color: #e97856; }

.bdr-white {
  border-color: #ffffff; }

.bdr-blue {
  border-color: #0b2337; }

.bdr-orange {
  border-color: #e97856; }

.bg-white {
  background-color: #ffffff; }

.bg-blue {
  background-color: #0b2337; }

.bg-orange {
  background-color: #e97856; }

html {
  display: table;
  width: 100%;
  height: 100%; }

body {
  background: #fff;
  font-size: 14px;
  color: #716e6e;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.57em; }

input, submit, button {
  border-radius: 0 !important;
  box-shadow: none !important; }

a, a:focus, a:active {
  color: #0b2337;
  text-decoration: none; }

a:hover {
  color: #e97856;
  text-decoration: underline; }

h1 {
  color: #0b2337;
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }

h2, h3, h4, h5, h6 {
  color: #0b2337;
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }

select {
  outline: none !important; }

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
  padding: 0px;
  margin-right: 0;
  margin-bottom: 1.42rem;
  margin-left: 0; }

p {
  line-height: 1.42rem;
  color: #0b2337; }

p:last-child {
  margin-bottom: 0px; }

h1 {
  font-size: 2.71rem; }

h2 {
  font-size: 2.42rem; }

h3 {
  font-size: 2.14rem; }

h4 {
  font-size: 2rem; }

h5 {
  font-size: 1.71rem; }

h6 {
  font-size: 1.42rem; }

:before, :after {
  font-family: FontAwesome; }

.clear:after {
  content: "";
  width: 100%;
  clear: both;
  display: table; }

.main-bar-outer {
  background: #ffffff; }

.main-bar ul {
  margin: 0;
  text-align: center; }
  .main-bar ul li {
    display: inline-block;
    list-style-type: none;
    padding: 2rem 1.57rem; }
    .main-bar ul li a {
      color: #0b2337;
      text-align: center;
      display: block;
      font-size: 1rem;
      position: relative;
      -webkit-transition: all 200ms ease-in;
      -webkit-transform: scale(1);
      -ms-transition: all 200ms ease-in;
      -ms-transform: scale(1);
      -moz-transition: all 200ms ease-in;
      -moz-transform: scale(1);
      transition: all 200ms ease-in;
      transform: scale(1);
      font-weight: bold; }
      .main-bar ul li a span {
        display: inline-block;
        width: 3rem;
        height: 3rem;
        border: 2px solid;
        text-align: center;
        border-radius: 50%;
        line-height: 3rem;
        margin-bottom: 6px; }
        .main-bar ul li a span i:before {
          font-size: 1.42rem; }
      .main-bar ul li a:hover {
        z-index: 2;
        -webkit-transition: all 200ms ease-in;
        -webkit-transform: scale(1.2);
        -ms-transition: all 200ms ease-in;
        -ms-transform: scale(1.2);
        -moz-transition: all 200ms ease-in;
        -moz-transform: scale(1.2);
        transition: all 200ms ease-in;
        transform: scale(1.2);
        text-decoration: none;
        color: #e97856; }
    .main-bar ul li:first-child {
      padding-left: 0; }
    .main-bar ul li:last-child {
      padding-right: 0; }

.main-bar ul li.active a {
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.2);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.2);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.2);
  transition: all 200ms ease-in;
  transform: scale(1.2);
  text-decoration: none;
  color: #e97856; }

.fast-outer {
  padding: 7.14rem 0; }

.fast-detail {
  text-align: center; }
  .fast-detail span {
    margin-top: 26px;
    margin-bottom: 20px;
    display: inline-block;
    border-top: 2px solid #0b2337;
    border-bottom: 2px solid #0b2337;
    padding: 1rem 0.30rem;
    font-size: 2rem;
    color: #0b2337;
    font-weight: bold; }
  .fast-detail a {
    width: 90px;
    height: 90px;
    line-height: 90px;
    border: 2px solid;
    border-radius: 50%;
    display: inline-block;
    font-weight: bold;
    font-size: 1.2rem; }
    .fast-detail a:hover {
      text-decoration: none;
      color: #0b2337; }
  .fast-detail img {
    width: 100%;
    max-width: 420px;
    display: inline-block; }

.page-bg {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  z-index: -1; }

.page-bg-1 {
  background: url(../images/career-bg.png); }

.page-bg-2 {
  background: url(../images/bg-31.png); }

.page-bg-3 {
  background: #f7f5ef; }

.page-bg-4 {
  background: url(../images/bg-2.png); }

.page-bg-5 {
  background: url(../images/bg-2.png); }

.page-bg-6 {
  background: url(../images/bg-10.png); }

.page-bg-7 {
  background: url(../images/hel-fit.png); }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.tab-bar, .left-off-canvas-menu {
  background-color: #0b2337; }

ul.off-canvas-list li a {
  border-color: #0e2b44; }

ul.off-canvas-list li a i {
  font-size: 1.3rem; }

ul.off-canvas-list li a:hover, ul.off-canvas-list li.active a {
  background-color: #0e2b44;
  text-decoration: none; }

ul.off-canvas-list br {
  display: none; }

ul.off-canvas-list span {
  margin-right: 10px; }

.welcome-outer {
  padding: 100px 0; }
  .welcome-outer .welcom-detail {
    text-align: center;
    width: 100%;
    max-width: 750px;
    margin: 0 auto; }
    .welcome-outer .welcom-detail h1 {
      color: #ffffff;
      letter-spacing: 2px; }
    .welcome-outer .welcom-detail p {
      color: #ffffff; }
    .welcome-outer .welcom-detail a {
      width: 90px;
      height: 90px;
      line-height: 90px;
      border: 2px solid #ffffff;
      border-radius: 50%;
      display: inline-block;
      font-weight: bold;
      color: #ffffff;
      margin-top: 30px; }

.interst-outer {
  padding: 50px 0px;
  margin-bottom: -1.875rem; }
  .interst-outer .interest-img {
    margin-bottom: 1.875rem; }
    .interst-outer .interest-img img {
      border: 2px solid #ffffff;
      max-width: 100%; }
  .interst-outer .interst-detail h1 {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 30px;
    font-size: 3rem;
    letter-spacing: 2px; }
  .interst-outer .interst-detail p {
    text-align: center;
    font-size: 1.3rem;
    color: #0b2337; }

.related-sectors-outer {
  padding: 100px 0px; }
  .related-sectors-outer .related-sectors-detail {
    text-align: center; }
    .related-sectors-outer .related-sectors-detail h1 {
      font-size: 2.40rem;
      color: #ffffff; }
    .related-sectors-outer .related-sectors-detail p {
      font-size: 1.10rem;
      color: #ffffff; }
  .related-sectors-outer .related-sectors-tab {
    text-align: center;
    width: 100%;
    float: none;
    margin: 0 auto; }
    .related-sectors-outer .related-sectors-tab .related-sectors-btn {
      padding: 12px 10px;
      width: 33%;
      display: inline-table; }
      .related-sectors-outer .related-sectors-tab .related-sectors-btn a {
        display: block;
        height: 100px;
        padding: 20px;
        font-size: 1.10rem;
        line-height: 1.40rem;
        color: #ffffff;
        text-transform: uppercase;
        border: 3px solid #ffffff; }
        .related-sectors-outer .related-sectors-tab .related-sectors-btn a span {
          text-align: center;
          position: relative;
          top: 50%;
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          display: block; }

.fact-outer {
  padding: 170px 0px; }
  .fact-outer .fact {
    text-align: center;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    height: 500px;
    position: relative;
    padding-bottom: 100px; }
  .fact-outer .fact-logo {
    margin-bottom: 14px; }
  .fact-outer .fact-logo img {
    max-width: 100%; }
  .fact-outer .fact-border {
    border: 3px solid #ffffff;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .fact-outer .fact-detail a {
    width: 90px;
    height: 90px;
    line-height: 90px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    font-weight: bold;
    color: #ffffff;
    margin-top: 10px;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    bottom: 0px; }
  .fact-outer .fact-detail h1 {
    font-size: 2rem;
    color: #ffffff;
    font-weight: bold; }
  .fact-outer .fact-detail p {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 0.9rem; }

.career-detail-outer {
  padding: 100px 0px; }
  .career-detail-outer .career-detail {
    text-align: center;
    max-width: 800px;
    float: none;
    margin: 0 auto;
    margin-bottom: 50px; }
    .career-detail-outer .career-detail h1 {
      font-size: 2.40rem;
      color: #ffffff; }
    .career-detail-outer .career-detail p {
      font-size: 1.10rem;
      color: #ffffff; }
  .career-detail-outer .career-img-grid .career-img {
    margin-bottom: 1.875rem; }
    .career-detail-outer .career-img-grid .career-img img {
      border: 2px solid #ffffff;
      width: 100%; }

@media only screen and (max-width: 40em) {
  .fast-detail img {
    max-width: 280px; }

  .fast-detail span {
    font-size: 1.3rem; }

  h1 {
    font-size: 2.28rem; }

  h2 {
    font-size: 2rem; }

  h3 {
    font-size: 1.71rem; }

  h4 {
    font-size: 1.57rem; }

  h5 {
    font-size: 1.42rem; }

  h6 {
    font-size: 1.28rem; }

  .career-detail-outer .career-detail h1, .interst-outer .interst-detail h1, .related-sectors-outer .related-sectors-detail h1 {
    font-size: 2rem; }

  .career-detail-outer .career-detail p, .interst-outer .interst-detail p, .related-sectors-outer .related-sectors-detail p {
    font-size: 1rem; }

  .fact-border {
    display: none; }

  .fact-outer .fact {
    height: auto !important; }

  .related-sectors-outer .related-sectors-tab .related-sectors-btn {
    width: 100%; } }
/*# sourceMappingURL=app.css.map */
.job_stat {
  margin-top: 50px; }

.p-emp, .expsallary, .empbreg {
  margin-bottom: 20px; }

.p-emp h3, .expsallary h3, .empbreg h3 {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase; }

.expsallary span {
  color: #ffffff;
  font-size: 60px;
  display: block;
  text-align: center;
  margin: 50px 0px; }

.expsallary p {
  color: #ffffff;
  font-size: 14px;
  display: block;
  text-align: center;
  text-transform: uppercase; }

.statsap {
  display: block;
  position: relative;
  text-align: center;
  padding: 50px 0px; }

.statsap i {
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  border: #fff solid 2px;
  width: 70px;
  height: 70px;
  padding-top: 18px; }

.statsap:before {
  content: "";
  width: 43%;
  border-bottom: #fff dashed 2px;
  position: absolute;
  left: 0;
  top: 50%; }

.statsap:after {
  content: "";
  width: 43%;
  border-bottom: #fff dashed 2px;
  position: absolute;
  right: 0;
  top: 50%; }

.wiinv {
  width: 100%;
  margin-top: 50px;
  text-align: center;
  color: #fff; }

.wiinv h3 {
  text-align: center;
  color: #fff;
  text-transform: uppercase; }

.wiinv p {
  color: #fff; }

.wiinv .wrmore {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  border: #fff solid 2px;
  border-radius: 50%;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  margin-top: 20px;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  overflow: visible; }

.wiinv .wrmore:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9); }

.wiinv .wrmore:after {
  position: absolute;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: #fff solid 0px;
  content: "";
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.wiinv .wrmore:hover:after {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform: scale(1.3);
  border: #fff solid 3px;
  z-index: 1000; }

.couraval {
  width: 100%;
  margin-top: 50px;
  color: #fff; }

.couraval h3 {
  text-align: center;
  color: #fff;
  text-transform: uppercase; }

.couraval ul {
  padding: 0;
  margin: 30px 0 0 0;
  width: 100%; }

.couraval ul li {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #fff;
  display: block;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 80px;
  background: url(../images/book.png) no-repeat;
  background-position: -5px center;
  border-bottom: #fff solid 1px; }

.couraval ul li:last-child {
  border-bottom: none; }

.couraval ul li a {
  position: absolute;
  right: 0px;
  top: 50%;
  border: 1px solid #fff;
  background: #76b2c1;
  color: #fff;
  text-decoration: none !important;
  padding: 1px 20px;
  margin-top: -13px;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.couraval ul li a:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9); }

#my-modal {
  position: fixed;
  background: none;
  border: none;
  box-shadow: none;
  left: 0 !important;
  right: 0 !important;
  top: 0px !important;
  bottom: 0px !important;
  outline: none !important;
  overflow-y: scroll;
  width: 100%;
  max-width: 100%; }

.reveal-modal-bg {
  background: #0b2337 !important; }

.loader-outer {
  background: #0b2337;
  position: fixed;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 100; }

.loader-div {
  position: absolute;
  width: 400px;
  height: 300px;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -200px;
  text-align: center;
  z-index: 2000; }

.loader-div span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 145px 3px 0;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  animation: wave 2s infinite ease-in-out;
  -moz-animation: wave 2s infinite ease-in-out;
  -webkit-animation: wave 2s infinite ease-in-out; }

@keyframes wave {
  0%, 60%, 100% {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(0);
    -moz-transform: translateY(0); }
  20% {
    background: rgba(255, 255, 255, 0.75);
    transform: translateY(13px);
    -moz-transform: translateY(13px); }
  40% {
    background: rgba(255, 255, 255, 0.75);
    transform: translateY(-13px);
    -moz-transform: translateY(-13px); } }
@-webkit-keyframes wave {
  0%, 60%, 100% {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(0);
    -webkit-transform: translateY(0); }
  20% {
    background: rgba(255, 255, 255, 0.75);
    transform: translateY(13px);
    -webkit-transform: translateY(13px); }
  40% {
    background: rgba(255, 255, 255, 0.75);
    transform: translateY(-13px);
    -webkit-transform: translateY(-13px); } }
.loader-div span:nth-child(1) {
  animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s; }

.loader-div span:nth-child(2) {
  animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s; }

.loader-div span:nth-child(3) {
  animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s; }

.loader-div span:nth-child(4) {
  animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s; }

.loader-div span:nth-child(5) {
  animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s; }

.fast-outer {
  padding: 0px !important; }

.fast-outer-w {
  padding: 7.14rem 0; }

iframe {
  width: 100%; }

.off-canvas-wrap, .inner-wrap, .fast-outer-w {
  background: none !important; }

@media (max-width: 1024px) {
  .main-bar-outer {
    background: none; } }
.column + .column:last-child {
  float: left; }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .related-sectors-outer .related-sectors-tab .related-sectors-btn {
    width: 49.5%; } }

/*# sourceMappingURL=app.css.map */
.disclaimer{
  font-weight: 100;
  font-size: 0.7rem;
}