@import url("./branding.css?v=0.1");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
html{
  scroll-behavior: smooth;
}
/* HEADER */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all 0.35s ease;
  background-color: transparent;
  padding: 0 35px;
  height: 95px;
  background-color: var(--theme-color);
}
.navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1.25rem;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  padding: 0;
}
.brand {
  width: 302px;
  height: 70px;
}
.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 4rem 0 3rem;
  transition: all 0.4s ease-in-out;
}
.menu.is-active {
  top: 95px;
  width: 100%;
  height: 100%;
  background-color: #242633;
}
.menu-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1.25rem;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.menu_item {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  transition: all 0.3s ease;
  padding: 10px 22px;
}
.menu_item:hover,
.menu_item.active {
  background-color: var(--theme-secondary);
  color: #1F212D;
}
.menu_item:focus{
  color: #fff;
}
.burger {
  position: relative;
  display: block;
  cursor: pointer;
  user-select: none;
  order: -1;
  z-index: 10;
  width: 1.6rem;
  height: 1.15rem;
  border: none;
  outline: none;
  background: none;
  visibility: visible;
  transform: rotate(0deg);
  transition: 0.35s ease;
}
.burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  border: none;
  outline: none;
  opacity: 1;
  border-radius: 1rem;
  transform: rotate(0deg);
  background-color: #fff;
  transition: 0.25s ease-in-out;
}
.burger-line:nth-child(1) {
  top: 0px;
}
.burger-line:nth-child(2) {
  top: 0.5rem;
  width: 70%;
}
.burger-line:nth-child(3) {
  top: 1rem;
}
.burger.is-active .burger-line:nth-child(1) {
  top: 0.5rem;
  transform: rotate(135deg);
}
.burger.is-active .burger-line:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.burger.is-active .burger-line:nth-child(3) {
  top: 0.5rem;
  transform: rotate(-135deg);
}
.banner-column {
  position: relative;
  display: grid;
  align-items: center;
  row-gap: 3rem;
}
.header-theme-btn {
  background-color: var(--theme-color);
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  border-radius: 30px;
  display: inline-block;
  padding: 13px 20px;
}
.header-theme-btn:hover {
  background-color: #f2f2f2;
  color: #000;
}
.link_btn{
  color: var(--theme-secondary);
  font-weight: 600;
  display: block;
  margin-top: 30px;
  text-decoration: underline;
}
.link_btn:hover{
  color: #fff !important;
}
.bg-gray-img{
  background-image: url('../img/labour-right.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #EFEFEF;
}
/*  */
.exp-box{
  display: inline-block;
  font-size: 17px;
  padding: 18px 25px;
  text-align: center;
  background-color: var(--theme-secondary);
}
.exp-box span {
  font-size: 50px;
  font-weight: 600;
  left: -4px;
  letter-spacing: -5px;
  position: relative;
  top: 13px;
  line-height: 0.4;
}
.bg-gray-img{
  position: relative;
}
.hook-img{
  position: absolute;
  top: 0;
  right: 30px;
  width: 300px;
  height: 230px;
  object-fit: contain;
}

.side-by-content{
  padding: 100px 20px 100px 30px;
  position: relative;
  z-index: 1;
}
.offer-text h4{
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0;
  width: fit-content;
}
.side-by-content p{
  max-width: 500px;
}
.offer-text h4:not(:last-child) {
  border-bottom: 1px solid #C7C7C7;
}
.labour-img{
  width: 100%;
  max-height: 630px;
  position: relative;
  height: 100%;
  padding-top: 30px;
}
.labour-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.expirience-circle{
  width: 150px;
  height: 150px;
  background-color: #FFA927;
  border-radius: 50%;
  position: absolute;
  top: 62%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 1;
}
.expirience-circle h4{
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin: 0;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  position: relative;
}
.expirience-circle h4::after{
  border-radius: 50%;
  content: "";
  position: absolute;
  inset: 0;
  background-color: #FFA927;
  animation: pulse 2s infinite;
  z-index: -1;
}
.expirience-circle h4 span{
  font-weight: 300;
}
.side-by-btn-wrap{
  display: flex;
  align-items: center;
  gap: 40px;
}
.connected-btn{
  display: flex;
  align-items: center;
  gap: 20px;
}
.connected-btn img{
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.connected-btn h5{
  color:#7E7E7E;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.connected-btn b{
  font-size: 18px;
  color: #000;
  display: block;
}
/* work-item */
.what-we-do{
  position: relative;
  padding-bottom: 130px;
}
.work-item-img{
  height: 400px;
}
.work-item-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-item-content{
  background-color:#FFA927;
  padding: 30px 15px;
  text-align: center;
}
.work-item-content h4{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 600;
}
.work-item-content h4 i{
  color: #fff;
}
.lines{
  position: absolute;
  right: 20px;
  bottom: -42px;
  width: 209px;
  height: 203px;
  object-fit: cover;
  z-index: -1;
}
.liner{
  width: 100%;
  height: 5px;
  margin: 50px 0;
  background: #E88C38;
  background: linear-gradient(90deg, rgba(232, 140, 56, 1) 14%, rgba(0, 0, 0, 0.14) 76%);
}
/* section-industrail */
.section-industrail{
  background-image: url('../img/industrail-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0;
  position: relative;
  overflow: visible;
}
.counters {
  display: flex;
  align-items: center;
  gap: 40px;
}
.worker-img{
  position: absolute;
  top: -112px;
  right: 167px;
  height: 720px;
  z-index: 0;
}
.worker-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}





/* footer */
.footer {
  background-color: var(--theme-color);
  background-image: url('../img/ft-bg.webp');
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer-logo{
  width: 160px;
  height: 62px;
}
.footer-logo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.border_bottom{
  border-bottom: 1px solid rgba(255, 255, 255, 10%);
}
.ft-heading{
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 600;
}
.contact-info{
  list-style: none;
  padding-left: 0;
}
.contact-info li{
  margin-bottom: 20px;
}
.contact-info a{
  font-size: 16px;
  color: #fff !important;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.contact-info a i{
  color: #fff;
  font-size: 18px;
  padding-top: 3px;
}
.news-letter{
  background-color: #27282F;
}
.news-letter input{
  background-color: #27282F;
  border-radius: 0;
  height: 60px;
  border: 0;
  color: #989898;
  font-size: 14px;
  width: calc(100% - 130px);
}
.subscribe-btn{
  width: 130px;
  height: 61px;
  background-color:#FF8F27;
  color:#1F212D;
  font-size: 13px;
  border: 0;
  font-weight: 600;
}
.section-team{
  background-color: #1F212D;
  background-image: url(../img/bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  padding: 120px 0;
}
.bg-lines{
  background-color: #1F212D;
  background-image: url(../img/bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.team-card{
  overflow: hidden;
}
.team-card-img{
  height: 470px;
  position: relative;
}
.team-card-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.team-card-content{
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  padding:20px 20px;
  background-color: var(--theme-secondary);
}
.team-card-content h4{
  color: #fff;
  margin: 0;
}
.team-card-content p{
  color: #fff;
  margin: 0;
}
.team-socail{
  display: flex;
  gap: 10px;
  justify-content: end;
  padding-top: 8px;
  min-height: 38px;
}
.team-socail a{
  background: var(--theme-color);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.team-socail i{
  font-size: 16px;
  transition: all .3s ease;
  color: var(--theme-secondary);
}
.team-socail a:hover{
  background-color: #fff;
}
.team-socail a:hover i{
  color: var(--theme-color);
}
/* section-testimonial */
.testimonail-bg-lines .h-45{
  color: var(--theme-secondary) !important;
}
.testimonail-bg-lines .left-text{
  color: #fff;
}
.section-testimonial{
  padding: 130px 0;
}
.testimonial-card {
  background-color: #F2F2F2;
  border-radius: 10px;
  padding: 40px;
  position: relative;
}
.testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 20px;
  position: relative;
}
.testimonial-img {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% 50% 0 0;
  object-fit: cover;
}
.testimonial-info {
  flex-grow: 1;
}
.testimonial-name {
  margin: 0;
  font-weight: bold;
  color: #1F212D;
  font-size: 20px;
}
.testimonial-title {
  margin: 0;
  font-size: 14px;
  color: #1F212D;
}
.testimonial-quote {
  font-size: 2.5rem;
  color: #ccc;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
}
.testimonial-quote span{
  display: inline-block;
  font-size: 90px;
}
.testimonial-text {
  font-size: 16px;
  color: #707070;
  margin: 0;
  min-height: 97px;
}
.bg-lines .h-45{
  color: #fff;
}
.bg-candidate{
  background-image: url('../img/register.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
}
.candidate-inner{
  margin-left: auto;
}
.inner-pad{
  max-width: 645px;
  padding: 100px 60px 100px 0px;
}
.form-control{
  background-color: #C1C1C1;
  border-radius: 0;
  height: 60px;
  border: 0;
  color: #989898;
  border: 1px solid transparent;
  font-size: 14px;
  padding-left: 20px;
}
.form-control:focus{
  border-color: #C1C1C1;
}
textarea.form-control{
  height: 90px;
  padding-top: 15px;
}
.bg-vacancy{
  background-image: url('../img/vacancy-bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
}
.vacancy-inner{
  margin-right: auto;
  padding-left: 50px;
}
.vacancy-area{
  height: 282px;
}
/* section-award */
.section-award{
  background-image: url('../img/awad-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  background-color: #F2F2F2;
  padding: 120px 0;
}
.section-award .award-item{
  display: block;
  border: 1px solid #1f212d;
}
.owl-carousel .owl-nav{
  display: flex;
  margin: 0;
  justify-content: space-between;
  width: 110%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: -1;
}
.owl-carousel .owl-nav button{
  position: relative;
}
.owl-carousel .owl-nav button::after{
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--theme-secondary);
  animation: pulse 2s infinite;
  z-index: -1;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #FF8F27;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
}
.owl-carousel .owl-nav button.owl-next:hover, 
.owl-carousel .owl-nav button.owl-prev:hover{
  background-color: var(--theme-secondary);
}
.owl-carousel .owl-nav button.owl-next span, 
.owl-carousel .owl-nav button.owl-prev span{
  filter: invert(1);
}
.owl-carousel .owl-nav button.owl-next span, 
.owl-carousel .owl-nav button.owl-prev span{
  color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.owl-carousel .owl-nav button.owl-next span{
  background-image: url('../img/icons/arrow-right.svg');
  width: 62px;
  display: block;
  height: 11px;
}
.owl-carousel .owl-nav button.owl-prev span{
  background-image: url('../img/icons/arrow-left.svg');
  width: 22px;
  display: block;
  margin: 0 auto;
}
@keyframes pulse {
  0%{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
/* Contact US */
.contact-item {
  padding: 25px 30px;
  background-color: var(--theme-color);
  transition: all .3s ease;
}
.contact-item i {
  color: var(--theme-secondary);
  font-size: 30px;
  margin-bottom: 25px;
}
.contact-item h3 {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 10px;
  color: var(--theme-secondary);
}
.contact-item p {
  font-size: 16px;
  font-weight: 400;
  min-height: 73px;
  color: var(--theme-secondary);
}
.contact-item:hover{
  background-color: #27282F;
}
.action-btn {
  background: var(--theme-secondary);
  color: var(--theme-color);
  display: flex;
  padding: 10px 32px;
  width: max-content;
  border-radius: 6px;
  font-size: 17px;
  letter-spacing: 1px;
}
.section-contact form{
  margin-top: 0 !important;
}
.iframe-wrap{
  height: 400px;
}
.iframe-wrap iframe{
  width: 100%;
  height: 100%;
}
.section-contact-info{
  background-color: #f2f2f2;
}
/* Policies */
.policy-card-content{
  padding: 10px;
  background-color: #1f212d;
  padding-top: 20px;
  border-top: 1px solid var(--theme-secondary);
}
.policy-card-content h5{
  font-size: 18px;
  font-weight: 600;
  min-height: 43px;
  color: var(--theme-secondary);
}
.policy-card-content p{
  font-size: 14px;
  color: #fff;
  min-height: 63px;
}
.policy-card-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.download-btn{
  background:var(--theme-secondary);
  padding: 10px 16px;
  font-size: 14px;
  width: 100%;
  display: block;
  text-align: center;
  color: var(--theme-color);
  font-weight: 500;
}
.accreditation-card{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.accreditation-card .acc-img {
  height: 200px;
  background: #fff;
}
.accreditation-card .acc-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.acc-content{
  padding-bottom: 19px;
  padding-top: 10px;
  padding: 15px 12px 15px 12px;
}
.acc-content p{
  margin: 0;
  min-height: 150px;
  color: #fff;
}
.content-box{
  padding: 50px 100px 50px 100px;
}
.content-box h3{
  font-size: 35px;
  font-weight: 700;
}
.content-box div{
  max-width: 700px;
}
.img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.left-side{
  background-color: var(--theme-color);
}
.right-side{
  background-color: var(--theme-secondary);
}
.left-side h3,
.left-side p{
  color: #fff;
}
#video {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.aks-video-player {
  width: 100% !important;
}
.aks-vp-start svg {
  fill: #f2f3f7;
}
.aks-vp-start {
  border-color: #f2f3f7;
}
#aks-video {
  height: 100%;
  object-fit: cover;
}
.section-video{
  background-color: #f6f6f6;
}
.section-video .h-45{
  line-height: 1.1;
}
.aks-vp-loading {
  display: none !important;
}
.aks-vp-range-buffer {
  background-color: var(--theme-color);
}
.aks-vp-range-rail {
  background-color: #f4f4f4;
}
.aks-vp-range-handler {
  background-color: var(--theme-color);
}
.aks-vp-btn:hover {
  color: var(--theme-color) !important;
}
.table_content {
  width: 100%;
  background: #ededed;
  padding: 35px;
  margin: 0px 0 40px 0;
  border-radius: 5px;
}
.table_content li a{
  font-size: 19px;
  font-weight: 600;
}
.section-privacy h2::before {
  content: '';
  display: block;
  height: 150px;
  margin: -150px 0 0 0;
}
section{
  overflow: hidden;
}
/* Scroll To Top */
#scrolltotop {
  display: inline-block;
  background-color: var(--theme-secondary);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#scrolltotop i{
  position: absolute;
  top: 49%;
  left: 51%;
  transform: translate(-50%, -50%);
  color: #fff;
}
#scrolltotop:hover {
  cursor: pointer;
  background-color: #3b3c42;
}
#scrolltotop:active {
  background-color: #555;
}
#scrolltotop.show {
  opacity: 1;
  visibility: visible;
}