.bgcolor-1 {
  background-color: #fac104; }

.bgcolor-2 {
  background-color: #043dfa; }

.white-text {
  color: #fff; }

.bg-0 {
  background-image: url(../images/shapes-background.jpg);
  background-size: contain;
  background-repeat: no-repeat; }

.v-middle {
  justify-content: center;
  display: flex;
  flex-direction: column; }

body {
  margin: 0;
  font-family: 'Lato', sans-serif; }
  body h2, body h3 {
    font-weight: 700; }
  body h4 {
    font-weight: 600; }
  body p {
    margin-bottom: 0.6rem;
    font-size: 15px;
    font-weight: 400; }

header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #960807;
  padding: 5px 15px;
  background-color: #fcfcfc;
  height: 120px; }
  header h1 {
    margin-right: auto;
    padding: 0; }
    header h1 a {
      display: block;
      font-size: 20px;
      text-decoration: none; }
      header h1 a img {
        height: 91px;
        margin-top: 7px; }

.custom-navbar {
  margin: 0;
  padding: 0; }
  .custom-navbar li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    vertical-align: middle; }
    .custom-navbar li a {
      display: block;
      font-size: 17px;
      color: #4A4A4B;
      text-align: center;
      text-decoration: none;
      padding: 20px 45px;
      font-weight: 700; }
    .custom-navbar li ul.submenu {
      position: absolute;
      background-color: #e5e5e5;
      padding: 0;
      width: 230px;
      border-radius: 5px;
      z-index: -1;
      opacity: 0;
      transition: 0.3s all;
      top: 100px; }
      .custom-navbar li ul.submenu:before {
        display: inline-block;
        position: absolute;
        top: -8px;
        left: 70px;
        content: "";
        border-right: 9px solid transparent;
        border-bottom: 8px solid #e5e5e5;
        border-left: 9px solid transparent; }
      .custom-navbar li ul.submenu li {
        width: 100%; }
        .custom-navbar li ul.submenu li a {
          padding: 5px 20px;
          display: block;
          text-align: left;
          border-bottom: 1px solid #f7f7f7;
          margin-bottom: 5px; }
          .custom-navbar li ul.submenu li a:hover {
            background-color: #fff; }
  .custom-navbar li.has-submenu:hover .submenu {
    opacity: 1;
    z-index: 1;
    top: 60px; }

.menu-icon {
  display: none;
  background-color: transparent;
  border: 1px solid transparent;
  text-align: center;
  width: 45px;
  height: 45px;
  cursor: pointer; }
  .menu-icon:hover {
    background-color: #637afe; }
  .menu-icon:focus {
    outline: none; }
  .menu-icon span {
    color: white;
    font-size: 20px; }

.ripple-wave {
  position: relative;
  transition: background-color .6s ease; }
  .ripple-wave:after {
    content: "";
    position: absolute;
    width: 0;
    bottom: 1%;
    left: 50%;
    transform-style: flat;
    height: 2px;
    background: #fb512e;
    transform: translate3d(-50%, -50%, 0);
    transition: width .3s ease, height .3s ease; }
  .ripple-wave:focus:after, .ripple-wave:hover:after {
    width: 50%; }

@media (min-width: 481px) and (max-width: 761px) {
  header {
    position: relative; }
    header h1 {
      margin: 0 auto; } }
@media (max-width: 480px) {
  header h1 {
    margin-right: auto; } 
    
   
}
@media (max-width: 991px) {
  header {
    position: relative; }

  .custom-navbar {
    opacity: 0;
    position: fixed;
    z-index: 2;
    top: 122px;
    right: -100%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    background-color: #fcfcfc;
    transition: all 1s ease; }
    .custom-navbar.open {
      opacity: 1;
      right: 0; }
    .custom-navbar li {
      display: block; }
      .custom-navbar li a {
        text-align: left;
        border: 1px solid #4d4d4e; }

  .menu-icon {
    display: block;
    background-color: red;
    background-image: url(../images/menu-icon.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat; } }
.main-banner {
  height: 650px;
  width: 100%;
  background-color: #F4100F; }
  .main-banner .bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%; }
  .main-banner video {
    min-width: 100%;
    min-height: 100%;
    z-index: 1; }
  .main-banner .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 50%);
    background-size: 3px 3px;
    z-index: 0; }
  .main-banner .banner-content {
    background-color: #fff;
    border-radius: 10px;
    padding: 34px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
    width: 550px; }
    .main-banner .banner-content h2 {
      font-size: 40px;
      color: #4A4A4B; }
      .main-banner .banner-content h2 .subheading {
        font-size: 17px;
        color: #F4100F;
        display: block;
        font-weight: 400; }

.home .subheading {
  color: #F4100F;
  font-size: 16px; }

.capabilities {
  padding: 90px 0 80px 0;
  background: url(../images/bg_pattern.png) 30px 30px no-repeat, url(../images/bg_pattern.png) right 30px bottom 30px no-repeat;
  background-size: 200px,200px; }
  .capabilities .container {
    text-align: center; }
    .capabilities .container .heading2 {
      color: #4A4A4B;
      font-weight: 800; }
    .capabilities .container .service {
      padding: 10px;
      margin: 50px 0; }
      .capabilities .container .service .image {
        position: relative;
        padding-top: 65%;
        background-size: cover; }
        .capabilities .container .service .image .service-info {
          position: absolute;
          background-color: #fff;
          width: calc(100% - 60px);
          left: 30px;
          top: 90%;
          padding: 15px 20px;
          box-shadow: 0px 3px 6px #00000029;
          height: 120px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          transition: 0.4s all; }
          .capabilities .container .service .image .service-info .service-link {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            text-indent: -300px;
            overflow: hidden; }
          .capabilities .container .service .image .service-info h3 {
            font-size: 20px;
            text-transform: uppercase;
            transition: 0.4s all; }
          .capabilities .container .service .image .service-info span {
            transition: 0.4s all; }
          .capabilities .container .service .image .service-info:hover {
            height: 160px;
            background-color: #F4100F; }
            .capabilities .container .service .image .service-info:hover h3, .capabilities .container .service .image .service-info:hover span {
              color: #fcfcfc; }

.sec_2 {
  background: url(../images/sec2_bg.png) no-repeat;
  background-size: cover;
  padding: 70px 0 40px; }
  .sec_2 .sec2_left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .sec_2 .sec2_right {
    padding: 0 0 0 20px; }
    .sec_2 .sec2_right h4 {
      position: relative;
      padding-bottom: 10px;
      font-size: 20px; }
      .sec_2 .sec2_right h4:after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 50px;
        left: 0;
        height: 3px;
        background-color: #fff;
        transition: 0.3s all; }
    .sec_2 .sec2_right .sec_block {
      padding: 30px;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      border-radius: 10px;
      background-color: #001157;
      color: #fcfcfc;
      margin-bottom: 30px;
      position: relative; }
      .sec_2 .sec2_right .sec_block:hover h4:after {
        width: 70px; }

.sec_careers {
  background-color: #f5f5f5; }
  .sec_careers .content {
    max-width: 540px;
    margin: 0 0 0 auto;
    padding-right: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .sec_careers .career-image {
    height: 30vw;
    background-size: cover; }

.sec_contact {
  background-image: url(../images/contact-bg.jpg);
  background-size: cover;
  padding: 50px;
  height: 35vw;
  display: flex;
  align-items: center;
  background-position: top; }
  .sec_contact .inner-block {
    padding: 45px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.85); }
    .sec_contact .inner-block h3 {
      font-size: 40px;
      font-weight: 700;
      line-height: 1; }
      .sec_contact .inner-block h3 span {
        display: block;
        color: #001157; }

.button {
  display: inline-block;
  padding: 10px 35px 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  border: 0 none; }
  .button:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 41px;
    right: 10px;
    top: 0;
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .button.red {
    background-color: #F4100F;
    transition: 0.3s all; }
    .button.red:hover {
      color: #fff;
      background-color: #001157;
      text-decoration: none; }
  .button.blue {
    background-color: #001157;
    transition: 0.3s all; }
    .button.blue:hover {
      color: #fff;
      background-color: #F4100F;
      text-decoration: none; }

input.btn-large.btn-submit {
  padding: 10px 20px;
  width: 150px;
  background-color: #001157;
  border: 0;
  color: #fff;
  height: 60px;
  margin-top: 20px;
  border-radius: 10px;
  transition: 0.3s all;
  cursor: pointer; }

input.btn-large.btn-submit:hover {
  background-color: #fcfcfc;
  color: #000; }

.careers-sec2 {
  background-color: #001157;
  color: #fcfcfc; }

.page-form {
  padding: 40px;
  background-color: #F4100F;
  border-radius: 10px; }
  .page-form .input-block label {
    display: block; }
  .page-form .input-block input[type="text"], .page-form .input-block input[type="email"] {
    display: block;
    height: 50px;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px 20px;
    margin-bottom: 20px; }
  .page-form .input-block textarea {
    border: 1px solid #fff;
    width: 100%;
    border-radius: 20px;
    padding: 5px 20px; }
  .page-form .input label {
    display: block; }
  .page-form .input input[type="text"], .page-form .input input[type="email"], .page-form .input input[type="tel"], .page-form .input select {
    display: block;
    height: 40px;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px 5px;
    margin-bottom: 20px; }
  .page-form textarea.textarea {
    border: 0;
    height: 130px;
    width: 100%;
    border-radius: 5px;
    padding: 10px; }

footer {
  background-color: #D9DCE0;
  padding: 70px 0 60px; }
  footer h4 {
    font-size: 18px;
    color: #4A4A4B; }
  footer ul {
    list-style-type: none;
    padding: 0 0 0 5px; }
    footer ul li a {
      font-size: 15px;
      color: #4A4A4B;
      transition: 0.3s all; }
      footer ul li a:hover {
        text-decoration: none;
        color: #001157; }

.copyright {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 7px;
  font-size: 12px; }

#arrowAnim {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.arrow {
  width: 100px;
  height: 100px;
  border: 20px solid;
  border-color: #F4100F transparent transparent #F4100F;
  transform: rotate(135deg); }

.arrowSliding {
  position: absolute;
  -webkit-animation: slide 4s linear infinite;
  animation: slide 4s linear infinite; }

.delay1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.delay2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.delay3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    transform: translateX(-15vw); }
  20% {
    opacity: 1;
    transform: translateX(-9vw); }
  80% {
    opacity: 1;
    transform: translateX(12vw); }
  100% {
    opacity: 0;
    transform: translateX(15vw); } }
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateX(-15vw); }
  20% {
    opacity: 1;
    transform: translateX(-9vw); }
  80% {
    opacity: 1;
    transform: translateX(9vw); }
  100% {
    opacity: 0;
    transform: translateX(15vw); } }
.contact-top {
  height: 30em;
  background-image: url(https://www.randstadusa.com/s3fs-media/us/public/2021-08/Header.jpg);
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.page-banner {
  height: 30em;
  background-size: cover;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.common-padding {
  padding: 70px 0; }

.content-center .container {
  max-width: 960px;
  margin: auto; }

.page h2 {
  padding-bottom: 30px;
  position: relative; }
  .page h2:after {
    content: '';
    width: 40px;
    border-bottom: 6px dotted #0c2063;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, 0); }

.shape {
  max-width: 300px;
  margin: auto; }

.shape img {
  width: 100%; }

.service-banner {
  height: 20em;
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.service-detail h2 {
  font-size: 25px;
  color: #012169;
  padding: 10px 30px;
  /* display: inline-block; */
  /* background-color: #fbd9d9; */
  /* border: 1px solid #012169; */
  /* border-radius: 30px; */ }

ul.boxstyle1 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  justify-content: center; }
  ul.boxstyle1 li {
    width: calc(50% - 20px);
    padding: 10px 30px;
    margin: 10px 10px 0 0;
    border: 1px solid #001157;
    background-color: #f8faff; }

.contact-info {
  background-color: #001157;
  padding: 40px;
  border-radius: 10px; }

img.cert-img {
  max-width: 100%;
  max-height: 200px; }
  
@media only screen and  (max-width:680px){
   .main-banner {
    height: 350px;}
    .main-banner .banner-content {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    position: absolute;
    bottom: 30px;
    left: 15px;
    z-index: 1;
    width: 92%;
}
.h1, h1 {
    font-size: 2rem;
}
.capabilities {
    padding: 50px 0 80px 0;}
    
    .sec_2 .sec2_left {
    text-align: center;
    padding-bottom: 30px;
}
.sec_2 .sec2_right {
    padding: 0;
}

.sec_careers .content {
    align-items: center;
    padding: 0 0 20px 0;
}

.sec_careers .career-image {
    height: 200px;
    background-size: cover;
}

.sec_contact {
    padding: 10px;
    height: 100%;}
    

    
    
}


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