@charset "utf-8";
.sidebar {
  position: fixed;
  right: 0;
  transform: translateX(300px);
  width: 300px;
  background: #000;
  height: 100vh;
  transition: 0.3s;
  top: 0;
  z-index: 999; }
  .sidebar .logo img {
    max-width: 80%;
    width: 200px;
    height: auto;
    margin-top: 5vh; }
    .sidebar .logo p {
      margin: 0; }
  .sidebar .menu {
    margin-top: 5vh; }
    .sidebar .menu p {
      display: block;
      color: #fff;
      padding: 1vh 10px;
      transition: 0.3s;
      cursor: pointer;
      margin: 0; }
      .sidebar .menu p:hover {
        background: rgba(0, 0, 0, 0.1); }
  .sidebar .details {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    color: #fff; }
    @media (max-height: 550px) {
  .sidebar .details {
    display: none; } }
    .sidebar .details .phone-numbers {
      display: none; }
    .sidebar .details p {
      margin: 0;
      padding: 0.5vh 20px;
      transition: 0.3s;
      font-size: 14px;
      line-height: 22px; }
    .sidebar .details a {
      text-decoration: none;
      color: inherit;
      display: block; }
    .sidebar .details .phone-numbers p:nth-child(odd) {
      padding-bottom: 0; }
      .sidebar .details .phone-numbers p:nth-child(even) {
        padding-top: 0; }
  .sidebar .sidemenu .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 3vh; }
    @media (max-width: 767px) {
    .sidebar .sidemenu .menu {
      padding-top: 0; } }
    .sidebar .sidemenu .menu li a {
      color: #fff;
      display: block;
      line-height: 40px;
      font-size: 18px; }

.page-overlay {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 0;
  z-index: 998;
  overflow: hidden;
  transition-delay: 0.3s; }
  .page-overlay .inner {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0);
    transition: 0.3s;
    cursor: pointer; }

.sidebar-open .sidebar {
  transform: translateX(0); }
  .sidebar-open .page-overlay {
    height: 100vh;
    transition-delay: 0s; }
    .sidebar-open .page-overlay .inner {
      background: rgba(0, 0, 0, 0.7); }

.header {
  background: #000;
  position: fixed;
  width: 100%;
  color: #fff;
  z-index: 990;
  top: -51px;
  transition: 0.3s; }
  .header .inner {
    position: relative;
    height: 50px;
    transition: 0.3s; }
  .header .buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%; }
    @media (max-width: 989px) {
  .header .buttons {
    width: 90%; } }
    .header .buttons .menu-button {
      display: none; }
    @media (max-width: 989px) {
    .header .buttons .menu-button {
      display: block;
      float: right;
      line-height: 50px;
      padding: 0px 20px;
      background: #dd751c;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1px;
      color: inherit; } }
    .header .buttons .header-button {
      float: left;
      padding: 0 1vw;
      line-height: 50px;
      cursor: pointer;
      transition: 0.3s;
      font-size: 18px; }
    @media (max-width: 989px) {
    .header .buttons .header-button {
      padding: 0px 2vw;
      font-size: 16px; } }
    @media (max-width: 419px) {
    .header .buttons .header-button {
      padding: 0 3vw; } }
    .header .buttons .header-button:hover {
      opacity: 0.8;
      transform: translateY(-3px); }
    .header .buttons .header-button.five {
      display: none; }
    .header .buttons .hirenowlink {
      display: inline-block;
      line-height: 50px;
      padding: 0px 20px;
      background: #f5821f;
      margin-left: 15px;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1px;
      color: inherit; }
    @media (max-width: 989px) {
    .header .buttons .hirenowlink {
      float: right;
      margin: 0;
      background: #000; } }
    @media (max-width: 419px) {
    .header .buttons .hirenowlink {
      display: none; } }
  .header p {
    margin: 0; }
  .header .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%; }
    @media (max-width: 989px) {
  .header .menu {
    display: none; } }
    .header .menu li {
      display: inline-block; }
    .header .menu li:last-child {
      display: none; }
    .header .menu li a {
      color: #fff;
      line-height: 40px;
      padding: 0 15px;
      display: inline-block;
      font-size: 16px;
      margin: 0;
      border-bottom: solid 1px #000;
      transition: 0.3s;
      letter-spacing: 1px; }
    .header .menu li.active a, .header .menu li:hover a {
      color: #f5821f; }

.scroll .header {
  top: 0; }

.contact-details {
  z-index: 2000;
  height: 0;
  overflow: hidden;
  top: 0;
  transition-delay: 0.5s;
  position: fixed;
  width: 100%; }
  @media (max-width: 786px) {
  .contact-details .all-contacts.custom p:nth-child(1) {
    font-size: 18px; } }
  .contact-details .overlay {
    background: rgba(0, 0, 0, 0.9);
    transition: 0.5s;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100vh; }
    .contact-details .overlay .custom {
      top: 45%;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 0 5%;
      width: 90%; }
    .contact-details .overlay .custom p {
      display: none;
      margin: 0;
      font-size: 26px;
      transition: 0.3s;
      line-height: 50px;
      cursor: pointer;
      color: #f5821f;
      font-weight: 600; }
      @media (max-width: 786px) {
    .contact-details .overlay .custom p {
      font-size: 22px; } }
      .contact-details .overlay .custom p:hover {
        transform: scale(1.1); }
      .contact-details .overlay .custom p a {
        color: inherit; }
    .conpop1, .conpop2, .conpop3, .conpop4, .conpop5 {
      overflow: hidden; }
  .conpop1 .contact-details, .conpop2 .contact-details, .conpop3 .contact-details, .conpop4 .contact-details, .conpop5 .contact-details {
    height: 100vh;
    transition-delay: 0s; }
    .conpop1 .contact-details .overlay, .conpop2 .contact-details .overlay, .conpop3 .contact-details .overlay, .conpop4 .contact-details .overlay, .conpop5 .contact-details .overlay {
      opacity: 1; }

.conpop1 .contact-details .overlay .custom.phone-numbers p, .conpop2 .contact-details .overlay .custom.all-contacts p:nth-child(1), .conpop3 .contact-details .overlay .custom.all-contacts p:nth-child(2), .conpop4 .contact-details .overlay .custom.all-contacts p:nth-child(3), .conpop5 .contact-details .overlay .custom.all-contacts p:nth-child(4) {
  display: block; }

.bighead {
  position: fixed;
  top: 0;
  z-index: 200;
  width: 90%;
  background: #000;
  color: #fff;
  max-height: 200px;
  padding: 0 5%;
  overflow: hidden; }
  @media (max-width: 989px) {
  .bighead {
    width: 100%;
    padding: 0; } }
  .bighead .logo {
    float: left; }
    .bighead .logo p {
      margin: 0; }
    .bighead .logo img {
      max-height: 200px; }
    @media (max-width: 989px) {
  .bighead .logo {
    width: 50%;
    display: table;
    height: 200px; }
    .bighead .logo .custom {
      display: table-cell;
      vertical-align: middle; }
    .bighead .logo img {
      max-width: 90%; } }
    @media (max-width: 499px) {
  .bighead .logo {
    width: 100%;
    height: 130px;
    padding-top: 35px; }
    .bighead .logo img {
      max-height: 110px; } }
  .bighead .topmenu {
    display: table;
    height: 200px;
    float: right; }
    @media (max-width: 989px) {
  .bighead .topmenu {
    width: 50%; } }
    @media (max-width: 499px) {
  .bighead .topmenu {
    width: 100%;
    height: 45px;
    margin-top: -10px; } }
    .bighead .topmenu .mobile-buttons {
      display: none; }
    @media (max-width: 989px) {
    .bighead .topmenu .mobile-buttons {
      display: block;
      display: table-cell;
      vertical-align: middle;
      padding-top: 35px;
      padding-right: 5%; } }
    @media (max-width: 499px) {
    .bighead .topmenu .mobile-buttons {
      padding: 0; } }
    .bighead .topmenu .mobile-buttons > div, .bighead .topmenu .mobile-buttons > a {
      display: inline-block;
      line-height: 45px;
      padding: 0px 20px;
      background: #f58220;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1px;
      color: inherit;
      margin-right: -5px; }
      @media (max-width: 499px) {
    .bighead .topmenu .mobile-buttons > div, .bighead .topmenu .mobile-buttons > a {
      width: 100%;
      padding: 0;
      margin: 0;
      background: #dd751c; } }
    .bighead .topmenu .mobile-buttons .hirenowlink {
      background: #dd751c; }
      @media (max-width: 499px) {
    .bighead .topmenu .mobile-buttons .hirenowlink {
      display: none; } }
    .bighead .topmenu .menu {
      list-style: none;
      margin: 0;
      padding: 0;
      display: table-cell;
      vertical-align: middle;
      padding-top: 20px; }
    @media (max-width: 989px) {
    .bighead .topmenu .menu {
      display: none; } }
    .bighead .topmenu .menu li {
      display: inline-block; }
      .bighead .topmenu .menu li a {
        color: #fff;
        line-height: 40px;
        padding: 0 1vw;
        display: inline-block;
        font-size: 18px;
        margin: 0;
        border-bottom: solid 1px #000;
        transition: 0.3s; }
      .bighead .topmenu .menu li.active a {
        border-color: #f5821f;
        color: #fff !important;
        margin: 0 0.5vw; }
      .bighead .topmenu .menu li:hover a {
        color: #f5821f; }
      .bighead .topmenu .menu li:last-child {
        display: none; }
  .bighead .social {
    position: absolute;
    right: 5%;
    background: #f58220;
    padding: 0 0 0 15px; }
    @media (max-width: 989px) {
  .bighead .social {
    background: none;
    width: 50%;
    right: 0;
    padding: 0;
    top: 40px;
    padding-right: 1%; } }
    @media (max-width: 499px) {
  .bighead .social {
    top: 0;
    width: 100%;
    padding: 0; } }
    .bighead .social .inner {
      float: right; }
    .bighead .social .header-button {
      display: inline-block; }
    .bighead .social .header-button i {
      line-height: 45px;
      width: 40px;
      font-size: 16px; }
    .bighead .social .header-button.five {
      display: none; }
    .bighead .social .hirenowlink {
      display: inline-block;
      line-height: 45px;
      padding: 0px 20px;
      background: rgba(0, 0, 0, 0.1);
      margin-left: 15px;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1px;
      color: inherit; }
    @media (max-width: 989px) {
    .bighead .social .hirenowlink {
      display: none; } }

.pushhead .bighead {
  position: absolute;
  top: 50vh; }

.home.pushhead .bighead {
  position: absolute;
  top: calc(100vh - 200px); }
