
@charset "UTF-8";
/* Base style */
html {
  font-size: 62.5%; }

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  font-size: 14px;
  color: #555555;
  padding: 0px; }

  .navbar-light .navbar-brand {
      left: 48% !important;
  }

.btn {
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 0px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  min-width: 167px;
  padding: 11px 15px; }
  .btn span {
    position: relative;
    left: -5px; }
  .btn.btn-orange-border {
    background-color: #fff;
    border: 1px solid #F07F14;
    color: #F07F14; }
    .btn.btn-orange-border:hover, .btn.btn-orange-border:focus {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      background-color: #F07F14;
      color: #fff; }
  .btn.btn-orange {
    background-color: #F07F14;
    border: 1px solid #F07F14;
    color: #fff; }
    .btn.btn-orange:hover, .btn.btn-orange:focus {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      background-color: #F07F14;
      color: #fff; }
  .btn.btn-green {
    background-color: #00B900;
    border: 1px solid #00B900;
    color: #fff; }
    .btn.btn-green:hover, .btn.btn-green:focus {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      background-color: #fff;
      color: #00B900;
      border-color: #00B900; }
  .btn.btn-grey {
    background-color: #6E6E6E;
    border: 1px solid #6E6E6E;
    color: #fff; }
    .btn.btn-grey:hover, .btn.btn-grey:focus {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      background-color: #fff;
      color: #6E6E6E;
      border-color: #6E6E6E; }
  .btn.btn-arrow {
    padding-left: 20px;
    text-align: left;
    background-image: url(../images/awesome-chevron-right.png);
    background-repeat: no-repeat;
    background-position: 92% center; }
    .btn.btn-arrow:hover {
      background-position: 95% center;
      background-image: url(../images/angle_right_white.png); }

  .btn.btn-arrow.btn-orange {
    background-image: url(../images/angle_right_white.png); }
  }
  .btn.btn-arrow.btn-orange:hover {
    background-image: url(../images/awesome-chevron-right.png);
  }


h1, h2, h3, h4 {
  font-family: "Poppins", sans-serif; }

ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }

a, a:hover {
  text-decoration: none;
  color: inherit; }

.form-control {
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  color: #000; }

p {
  margin-bottom: 35px;
  font-size: 14px;
  line-height: 2.4rem;
  color: #555555; }

.mt--168 {
  margin-top: -168px; }

.mb-10 {
  margin-bottom: 10px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.bg-grey {
  background-color: #F5F5F5; }

.color-orange {
  color: #F07F14 !important; }

/* End Base style */
.sec-pad {
  padding: 80px 0px; }

.sec-title {
  font-size: 4.6rem;
  font-weight: 400;
  color: #F07F14;
  text-transform: uppercase;
  margin-bottom: 50px; }
  .sec-title + p {
    font-size: 1.9rem;
    font-weight: 500;
    color: #000;
    line-height: 2.9rem;
    margin-bottom: 100px; }

.sec-title-2 {
  font-size: 3.2rem;
  line-height: 4.8rem;
  color: #000;
  margin-bottom: 70px;
  font-weight: 400;
  padding-top: 50px;
  position: relative; }
  .sec-title-2:before {
    content: "";
    width: 78px;
    position: absolute;
    top: 35px;
    left: 0px;
    height: 4px;
    background: #F07F14; }
  .sec-title-2 span {
    display: block;
    font-size: 4.6rem;
    line-height: 7rem;
    color: rgba(0, 0, 0, 0.6); }

.sec-title-3 {
  font-size: 3.2rem;
  line-height: 4.8rem;
  margin-bottom: 10px;
  color: #000;
  font-weight: 400; }
  .sec-title-3 + p {
    font-size: 1.3rem;
    color: #000;
    font-weight: 500; }

.has-text .sec-title {
  margin-bottom: 20px; }

.navbar-light {
  background-color: #fff !important;
  padding-top: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #707070; }
  .navbar-light .container {
    position: relative; }
  .navbar-light .navbar-brand {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .navbar-light .navbar-brand img {
      max-width: 290px; }
  .navbar-light .navbar-toggler {
    border-color: transparent;
    color: #000; }
    .navbar-light .navbar-toggler:focus {
      outline: 0px;
      box-shadow: none; }
  .navbar-light .navbar-toggler-icon {
    background-image: none;
    width: 30px;
    height: 30px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .navbar-light .navbar-toggler-icon span {
      position: relative;
      height: 4px;
      width: 100%;
      margin: 2px 0px;
      left: 0px;
      background: #F07F14;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      transition: all 0.2s; }
  .navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px; }
  .navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -3px;
    left: 0px; }
  .navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-of-type(2) {
    display: none; }
  .navbar-light .navbar-nav.mr-auto li:first-child {
    margin-left: 0px; }
  .navbar-light .navbar-nav.ml-auto li:last-child {
    margin-right: 0px; }
  .navbar-light .navbar-nav .nav-item {
    margin: 0px 20px; }
    .navbar-light .navbar-nav .nav-item .nav-link {
      font-size: 1.5rem;
      color: #000;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      padding-top: 10px;
      padding-bottom: 10px;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      transition: all 0.2s; }
      .navbar-light .navbar-nav .nav-item .nav-link:hover {
        color: #F07F14; }
    .navbar-light .navbar-nav .nav-item .nav-btn {
      background: #F07F14;
      color: #fff;
      padding: 8px 5px 8px 7px;
      font-size: 1.3rem;
      font-weight: 500;
      border: 2px solid #F07F14;
      text-transform: uppercase; }
      .navbar-light .navbar-nav .nav-item .nav-btn span {
        position: relative;
        left: -2px;
        font-size: 1.5rem; }
      .navbar-light .navbar-nav .nav-item .nav-btn:hover {
        background: #ffffff; }

#site-header .header-top {
  background: #F07F14;
  color: #fff;
  padding: 3px 0px; }
  #site-header .header-top .inner {
    -moz-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
  #site-header .header-top ul li {
    font-size: 1.4rem;
    margin-left: 20px; }
    #site-header .header-top ul li img {
      margin-right: 10px; }
  #site-header .header-top .dropdown .btn {
    background-color: transparent !important;
    border-color: transparent !important;
    font-size: 1.4rem;
    color: #fff;
    text-align: left;
    padding: 10px 15px 8px;
    padding-left: 0px; }
    #site-header .header-top .dropdown .btn img {
      margin-left: 10px; }
    #site-header .header-top .dropdown .btn:focus {
      box-shadow: none;
      outline: 0px; }
  #site-header .header-top .dropdown .dropdown-menu a img {
    width: 16px;
    margin-right: 10px; }

.slider-item {
  border: none;
  outline: 0px; }

.hero-slider .slider-item, .hero-banner .slider-item {
  min-height: 559px;
  max-height: 559px;
  border: none;
  outline: 0px;
  padding-top: 115px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.hero-slider .s-title, .hero-banner .s-title {
  font-weight: 800;
  color: #fff;
  font-size: 5.6rem;
  line-height: 8.5rem; }
.hero-slider .content, .hero-banner .content {
  width: 100%;
  max-width: 792px;
  margin: auto; }
.hero-slider p, .hero-banner p {
  font-size: 2.3rem;
  color: #fff;
  line-height: 2.9rem; }

.hero-banner {
  min-height: 559px;
  border: none;
  outline: 0px;
  padding-top: 160px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.featured-boxes .featured-box {
  background: #fff;
  /*height: calc(100% - 30px);*/
  margin-bottom: 30px;
  -webkit-box-shadow: -3px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -3px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 5px 10px rgba(0, 0, 0, 0.2);
  padding-top: 16px;
  padding-bottom: 35px;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  border-bottom: 5px solid #f07e14;
  top: 0px; }
  .featured-boxes .featured-box .thumb {
    height: 120px; }
    .featured-boxes .featured-box .thumb img {
      max-width: 60px; }
  .featured-boxes .featured-box .title {
    font-size: 1.9rem;
    font-weight: 500;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #212121; }
  .featured-boxes .featured-box:hover {
    top: -10px; }

.featured-boxes .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.tabs-type1 .nav-tabs {
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-bottom: 2px solid #707070;
  margin-bottom: 50px;
  flex-wrap: nowrap;
  text-align: center; }
.tabs-type1 .nav-item {
  margin: 0px 20px;
  border: none !important;
  font-size: 1.9rem;
  font-weight: 500;
  color: #BDC6CF;
  padding-bottom: 23px;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }
  .tabs-type1 .nav-item:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    background: #BDC6CF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 9;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; }
  .tabs-type1 .nav-item .no {
    width: 78px;
    height: 78px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #BDC6CF;
    color: #BDC6CF;
    font-weight: 500;
    font-size: 3.2rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: auto;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; }
  .tabs-type1 .nav-item.active {
    color: #F07F14; }
    .tabs-type1 .nav-item.active .no {
      border-color: #F07F14;
      color: #F07F14; }
    .tabs-type1 .nav-item.active:after {
      background: #F07F14; }
.tabs-type1 .tab-pane {
  padding: 20px 0px; }

.slick-prev, .slick-next {
  width: auto;
  height: auto;
  z-index: 9; }

.slick-dots li button:before {
  font-size: 8px; }

.slick-dots li {
  margin: 0 2px; }

.slick-prev:before {
  content: url(../images/slider-arrow-left.png); }

.slick-next:before {
  content: url(../images/slider-arrow-right.png); }

.slick-slide {
  /*max-height:400px;*/
}

.slick-slide img {
  /*max-height:400px;*/
}

.slider-wrap {
  width: 100%;
  max-width: 792px;
  margin: auto; }
  .slider-wrap .slick-prev {
    left: -150px; }
  .slider-wrap .slick-next {
    right: -150px; }
  .slider-wrap .slider-item img {
    width: 100%; }

  #site-footer .nav-link {
    padding-left:0px;
  }

#site-footer {
  background-color: #262626;
  padding: 45px 0px; }
  #site-footer h3 {
    color: #F07F14;
  }
  #site-footer p, #site-footer li {
    color: #E3E3E3;
  }
  #site-footer li a {
    color: #fff; }

#site-footer a:hover {
  text-decoration: underline;
}

#site-footer p:last-child {
    margin-bottom: 0px; }
  #site-footer h3 {
    font-size: 1.9rem;
    font-weight: 500;
    margin-bottom: 30px; }
  #site-footer ul li {
    margin-bottom: 20px;
    font-size: 1.5rem; }
    #site-footer ul li a img {
      margin-right: 10px; }
  #site-footer .footer-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.38); }
  #site-footer .footer-item {
    margin-bottom: 40px; }
  #site-footer .footer-bottom {
    padding-top: 40px; }

.list-tick li {
  padding-left: 37px;
  position: relative;
  margin-bottom: 20px; }
  .list-tick li:before {
    content: url(../images/awesome-check.png);
    position: absolute;
    top: 2px;
    left: 0px; }

.social a {
  margin-right: 5px; }

#float-alert {
  background-color: #FAD1AA;
  border: 1px solid #707070;
  padding: 30px 0px;
  position: absolute;
  top: 179px;
  left: 0px;
  width: 100%;
  z-index: 99;
  display: none; }
  #float-alert h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000; }
  #float-alert p {
    font-size: 1.3rem;
    margin-bottom: 10px; }
  #float-alert .alert-close {
    font-size: 1.3rem;
    text-transform: uppercase;
    background: #fff;
    display: inline-block;
    padding: 12px 24px;
    color: #000;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; }
    #float-alert .alert-close:hover {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    #float-alert .alert-close img {
      margin-left: 5px; }

.label {
  font-size: 1.15rem;
  font-weight: 400;
  display: block;
  color: rgba(0, 0, 0, 0.6); }
  .label i {
    display: block; }

.form-control {
  height: 56px;
  border: 1px solid rgba(25, 25, 25, 0.32);
  border-radius: 4px;
  padding-left: 15px; }
  .form-control:focus {
    outline: 0px;
    border-color: #000;
    box-shadow: none; }

textarea {
  min-height: 177px;
  max-width: 100%; }

.form-group {
  margin-bottom: 20px; }

.contact-form-wrap {
  width: 100%;
  max-width: 700px;
  margin: auto; }
  .contact-form-wrap .btn {
    min-width: 204px; }

.featured-div {
  margin-bottom: 70px; }
  .featured-div .thumb .no {
    height: 82px;
    font-size: 2.4rem;
    color: #F07F14;
    padding-left: 90px;
    position: relative;
    display: block; }
    .featured-div .thumb .no:before {
      content: "";
      width: 78px;
      position: absolute;
      top: 15px;
      left: 0px;
      height: 4px;
      background: #F07F14; }
  .featured-div .thumb img {
    width: 100%;
    display: block; }
  .featured-div .content {
    padding: 0px 70px; }
    .featured-div .content .title {
      /*height: 82px;*/
      margin-bottom: 0px;
      font-size: 3.2rem;
      font-weight: 400;
      color: #000; }
  .featured-div.type-2 .row {
    flex-direction: row-reverse; }
  .featured-div.type-2 .thumb .no {
    padding-left: 0px;
    padding-right: 90px;
    text-align: right; }
    .featured-div.type-2 .thumb .no:before {
      left: auto;
      right: 0px; }

.bottom-banner {
  padding-top: 124px; }
  .bottom-banner p small {
    font-size: 1.3rem; }

.featured-div2 p {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 2.9rem; }
.featured-div2 .sec-title-2 {
  margin-bottom: 50px; }
.featured-div2 .thumb img {
  width: 100%; }
.featured-div2.type-2 .content {
  padding: 0px 94px; }

.contact-top {
  padding-top: 100px;
  padding-bottom: 50px; }

.contact-item {
  text-align: center;
  padding-top: 40px; }
  .contact-item img {
    height: 40px;
    margin-bottom: 22px; }
  .contact-item h3 {
    font-size: 1.9rem;
    margin-bottom: 20px;
    color: #000; }

.underline {
  border-bottom: 1px solid #F07F14;
  display: inline-block;
  padding-bottom: 10px; }

#map iframe {
  width: 100%; }

.tabs-type2 .nav-pills .nav-link.active, .tabs-type2 .nav-pills .show > .nav-link {
  color: #F07F14;
  background-color: transparent; }

.custom-accordian {
  border-top: 1px solid rgba(0, 0, 0, 0.38); }
  .custom-accordian .c-accordian-single {
    border-bottom: 1px solid #707070; }
  .custom-accordian .ac-header a {
    display: block;
    position: relative;
    font-size: 1.9rem;
    font-weight: 500;
    color: #000;
    padding: 24px 10px;
    padding-left: 55px; }
    .custom-accordian .ac-header a:before {
      content: "+";
      position: absolute;
      top: 50%;
      left: 0px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #F07F14;
      font-family: "Poppins", sans-serif;
      font-weight: 300; }
    .custom-accordian .ac-header a.active:before {
      content: "-"; }
  .custom-accordian .ac-body {
    padding-left: 55px;
    padding-bottom: 20px;
    display: none; }
    /*.custom-accordian .ac-body p {*/
    /*  font-size: 1.9rem;*/
    /*  line-height: 2.9rem;*/
    /*  font-weight: 500; }*/

.nav-pills .nav-link {
  font-size: 1.9rem;
  font-weight: 500;
  margin-bottom: 5px; }

#faq h2 {
  font-size: 9.6rem;
  color: rgba(0, 0, 0, 0.38);
  font-weight: 200; }
#faq .sec-title + p {
  color: rgba(0, 0, 0, 0.6); }

.hero-slider .slick-prev {
  left: 15px; }
.hero-slider .slick-next {
  right: 15px; }

.job-card-banner {
  min-height: 440px;
  background-repeat: no-repeat;
  /*transition: background-image .15s linear;*/
  background-position: center center;
  background-size: cover; }
  .job-card-banner .inner {
    width: 100%;
    max-width: 772px;
    margin: auto;
    background: #F07F14;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 9px 15px; }
    .job-card-banner .inner span {
      color: #fff;
      font-size: 1.5rem;
      color: rgba(255, 255, 255, 0.87); }

.tabs-type3 .nav-tabs {
  margin-top: -78px;
  border-bottom: none; }
  .tabs-type3 .nav-tabs a {
    background: #fff;
    width: calc(33.33% - 24px);
    margin: 0px 12px;
    border-radius: 0px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px;
    border: none; }
    .tabs-type3 .nav-tabs a:hover {
      border-bottom-color: transparent; }
    .tabs-type3 .nav-tabs a.active {
      position: relative;
      z-index: 99; }
    .tabs-type3 .nav-tabs a img {
      max-height: 59px;
      margin-right: 30px; }
.tabs-type3 .tab-pane {
  padding-top: 40px; }
.tabs-type3 .tabs-wrap {
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.12);
  position: relative; }

.breadcrumb {
  background-color: transparent;
  padding-left: 0px;
  margin-bottom: 20px; }
  .breadcrumb li {
    font-size: 1.2rem;
    font-weight: 500;
    margin-top:20px;
    color: #BDC6CF; }
    .breadcrumb li a {
      color: #F07F14; }

.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  font-size: 2rem;
  color: #F07F14;
  line-height: 0.8; }

.card-wrap {
  padding-right: 70px; }
  .card-wrap h3 {
    color: #F07F14;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase; }
  p.sub-line {
    font-size: 1.3rem;
  }

.job-item-list {
  margin-bottom: 35px;
  border-top: 1px solid #E4E4E4; }
  .job-item-list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #E4E4E4;
    padding: 14px 0px;
    padding-left: 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; }
    .job-item-list li:hover {
      background-color: rgba(240, 127, 20, 0.03); }
      .job-item-list li:hover a.more-info {
        opacity: 1;
        visibility: visible; }
    .job-item-list li .left {
      width: calc(100% - 220px); }
      .job-item-list li .left p {
        font-size: 1.3rem;
        color: #000;
        font-weight: 500;
        margin-bottom: 0px;
        position: relative;
        display: inline-block; }
    .job-item-list li .right {
      width: 275px;
      text-align: right;
      padding-left: 15px; }
  .job-item-list a.more-info {
    position: absolute;
    top: 50%;
    left: 103%;
    background: #F07F14;
    color: #fff;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    padding: 3px 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    /*opacity: 100;*/
    /*visibility: hidden;*/
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 1.2rem;
    z-index: 999; }

.qty-qrap {
  display: none; }
  .qty-qrap .inner {
    width: 93px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #707070;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: auto;
    margin-top: 10px;
  margin-bottom:10px;}
    .qty-qrap .inner .minus, .qty-qrap .inner .plus {
      width: 27px;
      text-align: center;
      display: inline-block;
      cursor: pointer; }
    .qty-qrap .inner .qty-input {
      width: calc(100% - 54px); }
      .qty-qrap .inner .qty-input .form-control {
        border-color: transparent;
        height: 21px;
        font-size: 1.2rem;
        font-weight: 500;
        padding: 0px;
        text-align: center; }

.modal .modal-body {
  padding: 40px; }
.modal .btn {
  min-width: 265px; }
.modal h3 {
  font-size: 1.9rem;
  margin-bottom: 20px;
  color: #000;
  font-weight: 500; }
.modal p {
  font-size: 1.2rem;
  color: rgba(52, 52, 52, 0.87);
  margin-bottom: 20px;
  line-height: 2rem; }

.custom-check {
  margin-bottom: 0px;
  position: relative;
  display: block; }
  .custom-check span.label-text {
    margin-bottom: 5px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    /*padding-right: 24px;*/
    cursor: pointer;
    display: block; }
    /*.custom-check span.label-text:before {*/
    /*  content: "";*/
    /*  position: absolute;*/
    /*  width: 18px;*/
    /*  height: 18px;*/
    /*  border: 2px solid rgba(0, 0, 0, 0.51);*/
    /*  border-radius: 2px;*/
    /*  top: 0px;*/
    /*  right: 0px; }*/
  .custom-check input[type="checkbox"] {
    display: none; }
    .custom-check input[type="checkbox"]:checked + span:before, .custom-check input[type="radio"]:checked + span:before {
      border-color: #00B900;
      background: #00B900; }
    .custom-check input[type="checkbox"]:checked + span:after, .custom-check input[type="radio"]:checked + span:after {
      content: url(../images/awesome-check.png);
      position: absolute;
      top: 0px;
      right: -2px;
      -webkit-transform: scale(0.6);
      -moz-transform: scale(0.6);
      -ms-transform: scale(0.6);
      transform: scale(0.6); }
  .custom-check.type-2 span.label-text {
    padding-right: 0px;
    padding-left: 40px; }
    .custom-check.type-2 span.label-text:before {
      right: auto;
      left: 0px; }
    .custom-check.type-2 span.label-text:after {
      right: auto !important;
      left: -1px !important; }

.job-card-cart {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 8px;
  margin-bottom: 40px;
  background: #fff; }
  .job-card-cart .btn {
    padding: 19px 15px; }
  .job-card-cart .title {
    padding: 15px 15px;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 15px; }
    .job-card-cart .title h3 {
      line-height: 1;
      font-size: 1.5rem;
      font-weight: 500;
      color: #000;
      margin-bottom: 0px; }
  .job-card-cart .empty-card-info p {
    font-size: 1.3rem;
    color: #BDC6CF;
    font-weight: 500;
    padding: 15px; }
  .job-card-cart .empty-card-info .empty-bottom {
    margin-top: 80px;
    border-top: 1px solid #E4E4E4;
    padding: 10px 15px; }
    .job-card-cart .empty-card-info .empty-bottom p {
      font-weight: 300;
      font-style: italic;
      margin-bottom: 0px;
      padding: 0px; }
  .job-card-cart .job-card-footer {
    padding: 15px; }
  .job-card-cart .table {
    margin-bottom: 0px; }
    .job-card-cart .table tr td {
      font-size: 1.3rem;
      color: #000;
      border-top-color: transparent;
      padding: 10px 15px;
      padding-bottom: 20px; }
      .job-card-cart .table tr td:last-child {
        text-align: right;
        padding-right: 0px; }
    .job-card-cart .table tr:last-child td {
      border-top-color: #E4E4E4;
      padding-top: 25px; }

button[disabled] {
  cursor: not-allowed;
  background-color: #e0e0e0 !important;
  border-color: #707070 !important;
  color: #000 !important; }

.personal-advice {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 40px;
  background: #fff; }
  .personal-advice h3 {
    font-size: 1.9rem;
    font-weight: 500;
    margin-bottom: 15px; }
  .personal-advice p, .personal-advice a {
    font-size: 14px;
    color: rgba(52, 52, 52, 0.87);
    line-height: 2.1rem;
    margin-bottom: 20px; }
    .personal-advice p img, .personal-advice a img {
      margin-right: 15px; }
  .personal-advice a {
    display: inline-block; }

.choose-carpix {
  position: relative; }
  .choose-carpix h2 {
    font-size: 1.9rem;
    color: #000;
    font-weight: 500;
    margin-bottom: 60px; }

.h-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .h-list li {
    padding-left: 62px;
    position: relative;
    font-size: 1.8rem;
    width: 33.33%;
    padding-right: 10px; }
    .h-list li:before {
      content: url(../images/check_grey.svg);
      position: absolute;
      top: 2px;
      left: 0px; }

.license-input {
  background-image: url(../images/license.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 315px;
  padding-left: 45px;
  border-radius: 0px; }

.c-btn-group {
  padding-top: 15px; }
  .c-btn-group .btn {
    min-width: 230px;
    margin-left: 25px; }

.alert-primary {
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #F07F14;
  border: 1px solid #707070;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 40px; }

.left-border {
  border-left: 2px solid #F07F14;
  margin-left: -10px;
  padding-left: 10px; }

.img-block {
  width: 100%; }

.strip-banner {
  border-bottom: 1px solid #262626; }

.your-quote {
  width: 100%;
  max-width: 800px;
  margin: auto; }

.job-card-cart.type-2 {
  padding: 20px 45px; }
  .job-card-cart.type-2 .title {
    padding-left: 0px;
    margin-bottom: 0px; }
    .job-card-cart.type-2 .title h3 {
      font-size: 3.2rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      font-weight: 400;
      margin-bottom: 15px; }
      .job-card-cart.type-2 .title h3 a {
        margin-left: 30px;
        font-size: 1.3rem;
        font-weight: 500; }
    .job-card-cart.type-2 .title.no-border {
      border-bottom: none; }
  .job-card-cart.type-2 .table tr:first-child td {
    border-top-color: transparent; }
  .job-card-cart.type-2 .table tr td:first-child {
    padding-left: 0px; }
  .job-card-cart.type-2 .table tr td:last-child {
    width: 120px; }
  .job-card-cart.type-2 .table tr td {
    border-top: 1px solid #E4E4E4;
    padding-top: 30px;
    padding-bottom: 30px; }
  .job-card-cart.type-2 p {
    margin-bottom: 10px;
    font-size: 1.2rem;
    margin-top: 10px; }
    .job-card-cart.type-2 p:last-child {
      margin-bottom: 0px; }

.license-overview-wrap .table {
  width: 445px;
  margin-bottom: 15px !important; }
  .license-overview-wrap .table tr td {
    border-top-color: transparent !important;
    padding: 10px 0px !important;
    font-size: 1.5rem !important; }
    .license-overview-wrap .table tr td:first-child {
      width: 161px !important; }
    .license-overview-wrap .table tr td:last-child {
      text-align: left !important;
      font-weight: 700 !important;
      width: auto !important; }

.license-plate {
  width: 315px;
  height: 57px;
  background-image: url(../images/license.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 65px;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 30px; }

.done-page {
  padding-top: 162px;
  padding-bottom: 310px;
  background: url(../images/bg-1.jpg) no-repeat center center;
  background-size: cover; }
  .done-page .inner {
    padding: 30px 45px;
    padding-bottom: 45px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    width: 100%;
    max-width: 715px;
    margin-left: auto; }
    .done-page .inner .thumb {
      text-align: center;
      margin-bottom: 40px; }
      .done-page .inner .thumb img {
        max-width: 90px; }
    .done-page .inner h2 {
      font-size: 4.6rem;
      line-height: 7rem;
      color: rgba(0, 0, 0, 0.6);
      font-weight: 400;
      margin-bottom: 20px; }
    .done-page .inner p {
      font-size: 1.9rem;
      font-weight: 500;
      line-height: 2.9rem; }

.dropzone {
  min-height: 180px;
  border: 1px solid #E1E1E1;
  background: #F5F6FA;
  padding: 20px 20px;
  border-radius: 6px;
  position: relative;
  margin-top: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12); }
  .dropzone:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    border: 2px dashed #C2CDDA; }

.dropzone .dz-message {
  background: url(../images/upload.png) no-repeat center 20px;
  position: relative;
  z-index: 99;
  margin: 0px;
  padding-top: 60px; }
  .dropzone .dz-message:before {
    content: url(../images/browsefiles.png);
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .dropzone .dz-message button {
    font-weight: 900 !important;
    color: #555A6B !important;
    font-size: 1rem !important;
    position: relative; }

@media only screen and (min-width: 768px) {
  .modal-dialog {
    max-width: 638px; } }
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px; } }
@media only screen and (max-width: 1200px) {
  .navbar-light .container, .header-top .container {
    max-width: 100%; }

  .navbar-light .navbar-brand img {
    max-width: 200px; }

  .navbar-light .navbar-nav .nav-item {
    margin: 0px 15px; }

  .navbar-light {
    padding-top: 30px;
    padding-bottom: 30px; }

  .hero-slider .slider-item {
    min-height: 400px;
    max-height: 400px;
    padding-top: 60px; }

  .featured-boxes .featured-box .thumb {
    height: 90px; }

  .featured-boxes .featured-box {
    padding-top: 50px;
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right: 30px; }

  .mt--168 {
    margin-top: -100px; }

  .tabs-type1 .nav-item {
    margin: 0px 15px;
    font-size: 1.3rem;
    width: calc(50% - 30px); }

  .tabs-type1 .nav-item .no {
    width: 50px;
    height: 50px;
    font-size: 2.2rem; }

  html {
    overflow-x: hidden; }

  #float-alert {
    top: 149px; }

  .featured-div .content {
    padding: 0px 50px; }

  .featured-div2.type-2 .content {
    padding: 0px 34px; } }
@media only screen and (max-width: 992px) {
  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    padding: 0px;
    background: transparent;
    border-color: transparent; }

  div#navbarSupportedContent {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0px;
    z-index: 999999;
    background: #333; }

  .navbar-light .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px; }

  .footer-top .list-tick {
    margin-top: 30px; }

  .sec-pad {
    padding: 50px 0px; }

  .tabs-type1 .nav-tabs {
    flex-wrap: nowrap;
    text-align: center; }

  .sec-title {
    font-size: 3.6rem; }

  .hero-slider .s-title {
    font-size: 4.6rem;
    line-height: 6.5rem; }

  .hero-slider p {
    font-size: 1.8rem; }

  .hero-slider .content {
    max-width: 500px; }

  #site-header .header-top ul li {
    font-size: 1.1rem;
    margin-left: 20px; }

  .navbar-light .container {
    position: static; }

  .navbar-light .navbar-brand {
    position: relative;
    top: 0px;
    left: 0px;
    transform: none; }

  .navbar-light {
    padding-top: 15px;
    padding-bottom: 15px; }

  .navbar-light .navbar-nav .nav-item {
    margin: 0px; }
    .navbar-light .navbar-nav .nav-item .nav-link {
      font-size: 1.8rem;
      padding-top: 15px;
      padding-bottom: 15px;
      text-align: center;
      color: #fff; }

  .navbar-light .navbar-nav .nav-item .nav-btn {
    background-color: transparent;
    border-color: transparent; }

  .slider-wrap .slick-prev {
    left: -35px; }

  .slider-wrap .slick-next {
    right: -35px; }

  #float-alert {
    top: 138px; }

  .featured-div .content {
    padding: 0px 20px; }

  .featured-div2 p {
    font-size: 1.5rem;
    line-height: 2.4rem; }

  .featured-div2 .sec-title-2, .sec-title-2 {
    margin-bottom: 30px; }

  .sec-title-2 span {
    font-size: 3.6rem;
    line-height: 6rem; }

  #faq h2 {
    font-size: 6.6rem; }

  .card-wrap {
    padding-right: 0px; }

  .done-page {
    padding-top: 100px;
    padding-bottom: 200px; }
    .done-page .inner {
      max-width: 500px; }

  .done-page .inner h2 {
    font-size: 3.6rem;
    line-height: 5rem; } }
@media only screen and (max-width: 767px) {

  .featured-boxes .featured-box{
    padding-top: 35px !important;
  }

  .featured-boxes .featured-box .thumb{
    margin-bottom: 10px;
  }

  .featured-box-subtitle{
    display: none;
  }
  .btn.btn-arrow.btn-orange-border{
    width: auto;
    min-width: 0px;
  }
  .btn.btn-arrow {
    padding: 5px;
    text-align: center;
    background-image: unset;
    background-repeat: unset;
    background-position: unset;
}

  #site-header .header-top .dropdown .btn {
    min-width: 0px; }

  .header-top .inner .left {
    width: 115px; }
  .header-top .inner .right {
    width: calc(100% - 115px); }
    .header-top .inner .right ul li:first-child {
      display: none; }
    .header-top .inner .right ul li a {
      white-space: nowrap; }

  #site-header .header-top ul li {
    font-size: 1rem;
    margin-left: 7px; }

  .hero-slider .s-title {
    font-size: 3.6rem;
    line-height: 4.5rem; }

  .hero-slider p {
    font-size: 1.5rem; }

  .hero-slider .content {
    padding: 0px 15px; }

  .sec-title {
    font-size: 3rem; }

  .tabs-type1 .nav-tabs {
    flex-wrap: wrap; }

  .tabs-type1 .nav-item:after {
    display: none; }

  #site-footer p:last-child {
    margin-bottom: 15px; }

  #site-footer ul li, #site-footer p {
    font-size: 1.3rem; }

  #site-footer .footer-bottom {
    text-align: center; }
    #site-footer .footer-bottom .text-right {
      text-align: center !important; }

  .sec-title + p {
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin-bottom: 50px; }

  .hero-banner {
    padding-top: 70px; }

  .hero-slider .s-title, .hero-banner .s-title {
    font-size: 3.2rem;
    line-height: 4.2rem;
    margin-bottom: 15px; }

  .hero-slider p, .hero-banner p {
    font-size: 1.8rem;
    line-height: 2.4rem; }

  .hero-banner {
    min-height: 400px; }

  .featured-div .content {
    padding: 0px 0px;
    padding-top: 30px; }

  .featured-div .content .title {
    margin-bottom: 30px;
    font-size: 2.8rem;
    height: auto; }

  .featured-div .thumb .no {
    height: 60px; }

  .featured-div {
    margin-bottom: 50px; }

  .hero-slider p, .hero-banner p {
    font-size: 1.5rem;
    line-height: 2.2rem; }

  .featured-div2.type-2 .content {
    padding: 0px 15px; }

  .sec-title-2 {
    font-size: 3rem;
    line-height: 4rem; }

  #faq h2 {
    font-size: 3.6rem; }

  .nav-pills .nav-link {
    font-size: 1.5rem;
    margin-bottom: 2px; }

  .custom-accordian .ac-header a {
    padding-left: 30px;
    font-size: 1.5rem; }

  .custom-accordian .ac-body {
    padding-left: 30px; }

  /*.custom-accordian .ac-body p {*/
  /*  font-size: 1.5rem;*/
  /*  line-height: 2.4rem; }*/

  .contact-item {
    padding-top: 0px; }

  .contact-top {
    padding-top: 60px; }

  .job-card-banner .inner span {
    font-size: 1.2rem; }

  .tabs-type3 .breadcrumb li {
    font-size: 1.1rem; }

  .tabs-type3 .nav-tabs a {
    width: calc(33.33% - 10px);
    margin: 0px 5px;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 1.3rem; }

  .tabs-type3 .nav-tabs a img {
    max-height: 36px;
    margin-right: 0px;
    margin-bottom: 10px; }

  .h-list {
    flex-direction: column; }
    .h-list li {
      width: 100%;
      margin-bottom: 15px;
      font-size: 1.6rem; }
      .h-list li:before {
        top: 5px; }

  .job-item-list li .left {
    width: calc(100% - 150px); }
  .job-item-list li .right {
    width: 177px; }

  .breadcrumb li {
    font-size: 1.1rem; }

  .c-btn-group .btn {
    font-size: 1.1rem;
    min-width: 150px;
    margin-left: 5px;
    margin-bottom: 10px; }

  .job-card-banner {
    min-height: 350px; }

  .job-card-cart.type-2 .title h3 {
    font-size: 2.4rem; }

  .job-card-cart.type-2 .title h3 a {
    margin-left: 8px; }

  .license-plate {
    width: 254px;
    height: 43px;
    padding-left: 45px;
    font-size: 2.5rem; }

  .job-card-cart.type-2 {
    padding: 20px 25px; }

  .license-overview-wrap .table tr td {
    font-size: 1.3rem !important; }

  .license-overview-wrap .table tr td:first-child {
    width: 116px !important; }

  .custom-check.type-2 span.label-text {
    padding-left: 30px; }

  .done-page {
    padding-top: 50px;
    padding-bottom: 100px; }

  .done-page .inner h2 {
    font-size: 2.6rem;
    line-height: 3.5rem; }

  .done-page .inner p {
    font-size: 1.5rem; }
  }
@media only screen and (max-width: 442px) {
  .featured-box img{
    width: 38px;
  }
}
@media only screen and (max-width: 460px) {
  .header-top .inner .right ul li:last-child {
    display: none;
  }

  .mobile-padding {
    padding-left: 4px;
    padding-right: 4px;
  }

  .featured-boxes .featured-box .thumb {
    margin: 0px;
    height: 65px;
  }

  .featured-boxes .featured-box{
    padding: 10px 10px 18px 10px !important;
    width: auto;
  }

  .featured-boxes .featured-box .title {
    font-size: 1.7rem;
  }
}


.shadow-small {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}




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