/* 404 page */
.page-404{
  width: 100%;
  height: 100vh;
  background-color: #000;
}

.content-404,.image-404,.content-thankyou{margin-bottom: 20vh;}

.page-404 .tankyou-row{
  height: 80vh;
  overflow: hidden;
}

.content-404 span{
  color: #fff;
  font-size: 100px;
  font-weight: 500;
  display: block ;
  font-family: "PP Eiko Medium";
}

.content-404 p{
  color: #fff;
  margin-bottom: 30px;
}

.page404-logo{
  padding-top: 20px;
  height: 20vh;
  overflow: hidden;
}

.page404-logo img{
  width: 150px;
}

/* thankyou page */

.content-thankyou span{
  color: #fff;
  font-size: 70px;
  font-family: "PP Eiko Medium";
  text-transform: capitalize;
  font-weight: 500;
}

.content-thankyou p{
  color: #fff;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 22px;
  font-family: "PP Eiko Medium";
  text-transform: capitalize;
}

.content-thankyou .menu-social li a {
  background-color: #E0E0E0;
  color: #000;
}

.content-thankyou .menu-social li:nth-child(1) a:hover,
.content-thankyou .menu-social li:nth-child(2) a:hover,
.content-thankyou .menu-social li:nth-child(3) a:hover,
.content-thankyou .menu-social li:nth-child(4) a:hover {
  background-color: #E3AD28;
}

/* --------contact page-------- */

.contact-banner{
  position: relative;
  margin: 20px 0 80px;
}

.contact-banner-car{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
}

.contact-banner-details p{
  position: relative;
  font-size: 18px;
}

.contact-banner-details p::before{
  position: absolute;
  content: "";
  width: 170px;
  height: 2px;
  background-color: #E3AD28;
  border-radius: 2px;
  bottom: -15px;
  left: 0;
}

.contact-in-touch{
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
}

.contact-in-touch div{
  margin-bottom: 30px;
}

.contact-in-touch div h3, .contact-in-touch div h2{
  font-size: 24px;
  text-transform: capitalize;
}

.contact-in-touch a{
  display: block;
  color: rgb(0 0 0 / 40%);
  margin: 5px 0;
  transition: all 0.3s;
  font-size: 15px;
}

.contact-in-touch a:hover{
  color: #E3AD28;
}

/* -- */

.contact-map{
  position: relative;
  margin-bottom: 80px;
}

.contact-map .container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.contact-map-img{
  width: 40%;
}

.contact-map-img img{
  width: 100%;
}

.contactmap-details h3{
  position: relative;
  margin-bottom: 30px;
  font-size: 28px;
}

.contactmap-details p{
  margin-bottom: 0px;
}

.contactmap-details h3::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #E3AD28;
  border-radius: 2px;
  bottom: -10px;
  left: 0;
}

.contactmap-details .contact-offices:first-child{
  margin-bottom: 30px;
}

.contactmap-details div small{
  display: block;
  font-size: 20px;
  text-transform: capitalize;
  color: #000;
  font-weight: 500;
}

.contactmap-details div span{
  display: block;
  font-size: 14px;
  margin: 10px 0 20px;
}

/* ----about us page----- */

.about-banner-section{
  position: relative;
  margin-top: -51px;
}

.about-banner-section .img-responsive{
  width: 100%;
}

.about-banner-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-banner-content h1{
  color: #fff;
  line-height: 1.4;
}

.about-banner-content h1 span{
  color: #E3AD28;
  display: block;
}

.about-banner-content p{
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

/* ----- */

.about-banner-strip{
  width: 90%;
  margin: 0 auto;
  padding: 25px 0;
  background: linear-gradient(45deg, #0A0A0A 0%,#272727 46%,#0A0A0A 100%);
  border-radius: 15px;
  margin-top: -70px;
  position: relative;
  z-index: 2;
}

.banner-strip-wrap{
  position: relative;
}

.banner-strip-wrap::before{
  position: absolute;
  content: " ";
  width: 1px;
  height: 100%;
  border-right: 2px dotted rgb(255, 255, 255, 0.3);
  top: 0;
  right: 0px;
}

.banner-strip-wrap:last-child:before{
  display: none;
}

.banner-strip-box img{
margin: 0 auto 10px;
width: 40px;
}

.banner-strip-box span{
display: block;
text-align: center;
color: #fff;
font-size: 12px;
text-transform: capitalize;
font-weight: 300;
}

/* ------ */

.about-start{
  margin: 80px 0;
}

.about-start-img{
  margin-top: 30px;
  border-radius: 15px;
  overflow: hidden;
}

.about-start-content{
  margin-top: 30px;
}

.about-start-content h3{
  font-size: 32px;
  text-transform: capitalize;
}

/* ---------- */

.about-timeline{
  padding: 50px 0 100px;
  position: relative;
  background: url(../images/about-timeline-back.webp) no-repeat center center;
  background-size: cover;
}

.about-timeline-head{
  margin-bottom: 30px;
}

.about-timeline-head .heading{
  color: #fff;
}

.about-timeline-details{
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: relative;
  padding: 50px 30px;
  transition: transform 0.5s ease-in-out;
}

.about-timeline-details img{
  width: 380px;
  border-radius: 12px;
  transform: rotate(350deg);
  transition: all 0.3s ease;
}

.about-timeline-details p{
  width: 35%;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.about-timeline-details span{
  font-size: 200px;
  color: #E3AD28;
  font-weight: 500;
  font-family: "PP Eiko Medium";
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -65%);
}

.about-timeline-slide.slick-vertical .slick-slide{
  display: flex;
  overflow: visible;
}

.about-timeline-slide .slick-dots{
  display: flex;
  align-items: center;
  justify-content: space-between;
  bottom: -20px;
  position: relative;
}

/* .about-timeline-slide .slick-dots::before{
  content: "";
  position: absolute;
  width: 102%;
  height: 1px;
  background-color: #E3AD28;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
} */

.about-timeline-slide .slick-dots button{
  width: 25px;
  height: 13px;
  border-radius: 10px;
  background-color: #1F1F1F;
  border: 1px solid #E3AD28;
}

.about-timeline-slide .slick-dots li{
  position: relative;
  height: auto;
  width: auto;
  z-index: 1;
}

.about-timeline-slide .slick-dots li::before{
  content: "2013";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: rgb(255, 255, 255, .5);
  pointer-events: none;
}

.about-timeline-slide .slick-dots li:nth-child(2)::before{
  content: "2015";
}

.about-timeline-slide .slick-dots li:nth-child(3)::before{
  content: "2017";
}

.about-timeline-slide .slick-dots li:nth-child(4)::before{
  content: "2018";
}

.about-timeline-slide .slick-dots li:nth-child(5)::before{
  content: "2020";
}

.about-timeline-slide .slick-dots li:nth-child(6)::before{
  content: "2022";
}

.about-timeline-slide .slick-dots li:nth-child(7)::before{
  content: "2023";
}

.about-timeline-slide .slick-dots li:nth-child(8)::before{
  content: "2024";
}

.about-timeline-details.slick-active img{
  animation: slideInImage 1.5s;
}
  

.about-timeline-details.slick-active p{
  animation: slideInPara 1.1s;
}

.about-timeline-details.slick-active span{
  animation: slideInDate 1.1s;
}

@keyframes slideInPara {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideInDate {
  0% {
    transform: translate(-50%, -40%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -65%);
    opacity: 1;
  }
}

@keyframes slideInImage {
  0% {
    transform: rotate(350deg) translateY(60px);
  }
  100% {
    transform: rotate(350deg) translateY(0);
  }
}

@keyframes slideInImageMobile {
  0% {
    transform: translateY(60px);
  }
  100% {
    transform: translateY(0);
  }
}

/* ----- */
.about-cards.corporate-area{
  padding: 80px 0;
}

.about-cards.corporate-area .service-slider .service-slider-wrap{
  width: 31.5%;
}

.about-cards.corporate-area .corporatebox-inner{
  bottom: -145px;
}

.about-cards .corporate-box .img-responsive{
  height: 400px;
}

/* ------- */

.about-counter{
  position: relative;
  padding-bottom: 50px;
}

.about-counter::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  background: url(../images/about-count-before.webp) no-repeat center center;
  background-size: cover;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.about-count-img{
  margin-bottom: 40px;
}

.about-counter-detail{
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}

.about-counter-detail div{
  position: relative;
  width: 25%;
}

.about-counter-detail div::before{
  position: absolute;
  content: " ";
  width: 1px;
  height: 100%;
  border-right: 2px dotted rgb(255, 255, 255, 0.3);
  top: 0;
  right: 0;
}

.about-counter-detail div:last-child::before{
  display: none;
}

.about-counter-detail span{
  display: block;
  font-size: 70px;
  color: #E3AD28;
  font-family: "PP Eiko Medium";
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.about-counter-detail small{
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}

/* ------- */

.about-our-clients{
  margin: 80px 0 50px;
}

.about-our-clients .logo-slider-img{
  padding: 30px 0;
}

/* --------- */

.about-percentile-wrap{
  background: url(../images/about-percentile-back.webp) no-repeat center center;
  background-size: cover;
  padding: 50px 30px;
  border-radius: 15px;
}

.percent-details .percent-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid rgb(255, 255, 255, 0.54);
}

.percent-details .percent-box small{
  display: block;
  font-size: 16px;
  font-family: "PP Eiko Medium";
  color: #fff;
  font-weight: 500;
}

.progressbar {
  display: inline-block;
  width: 75px;
  margin-left: 20px;
}
.circle {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  text-align: center;
}

.circle canvas {
  vertical-align: middle;
  width: 100% !important;
  height: 100% !important;
}
.circle div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  line-height: 1;
  font-size: 15px;
  color: #fff;
}

.percentile-content h3{
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.percentile-content p{
  color: #fff;
}


/* ------ */

.about-our-team{
  margin: 80px 0;
}

.our-team-wrap{
  margin-top: 30px;
}

.our-team-wrap img{
  width: 180px;
  border-radius: 50%;
  margin: 0 auto;
}

.our-team-wrap span{
 font-weight: 600;
 color: #090909;
 font-size: 16px;
 display: block;
 text-align: center;
 margin: 15px 0 3px;
 text-transform: capitalize;
 transition: all 0.3s;
}

.our-team-wrap small{
 font-size: 13px;
 display: block;
 text-align: center;
 color: #E3AD28;
 text-transform: capitalize;
 transition: all 0.3s;
}

.our-team-wrap:hover small{
  color: #090909;
}

.our-team-wrap:hover span{
 color: #E3AD28;
}


/* ------TimeLine Slider Progress Bar----- */
.progress {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 97%;
  height: 1px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
  background-image: linear-gradient(to right, #E3AD28, #E3AD28);
  background-repeat: no-repeat;
  background-size: 2% 100%;
  transition: background-size .4s ease-in-out;
  z-index: 0;
}
/* 
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
border: 0;
} */
/* ----------- */