/* Fonts  */




html,
body {
  width: 100%;
  overflow-x: hidden;
 
}

/* colours  */

:root {
  --primary: #bc2439;
  --prim-font: #161616;
   --cue-height: 56px;      
  --cue-thickness: 2px;     
  --cue-color: #ffffff;     
  --cue-bottom: 5px;         
  --cue-speed: 1.6s;         
  
}

/* Basic css */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
   font-family: "Manrope", sans-serif;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Manrope", sans-serif;
  text-transform: capitalize;
  color: var(--prim-font);
  font-weight: 600;
}

h1{
  font-size: calc(2.8rem + 0.5vw);
}
h2{
  font-size: calc(1.9rem + 0.5vw);
}
h3{
  font-size: calc(1.7rem + 0.5vw);
}
h4{
  font-size: calc(1.3rem + 0.5vw);
}
h5{
  font-size: calc(1.1rem + 0.5vw);
}
/* p {
  
  line-height: 1.7rem;
  font-size: 1rem;
  color: var(--prim-font);
  
} */
a{
  text-decoration: none!important;
}
.dropdown-menu{
  border-radius: 0px;
}
.cst-cont{
  width: 100%;
  height:auto;
  padding: 0px 40px;
}

.navbar-brand img{
  width: 60%;
  transition: all 0.3s ease-in-out;
}
.navbar{
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0) 100%);
  padding-bottom:70px;
}

.navbar-expand-lg .navbar-nav .nav-link{
  color: #fff;
  font-weight: 600;
  height: 100%;
  padding-right: .8rem;
  padding-left: .8rem;
}
.navbar-nav .nav-item{
  height: 100%;
}
.navbar-nav .nav-item.active{
  background-color: var(--primary);
}
@media(min-width: 992px){
  .navbar .dropdown:hover .dropdown-menu{
    display:block;
    animation: fadeUp 0.35s ease;
  }
}

@keyframes fadeUp {
  from{ opacity:0; transform: translateY(10px); }
  to{   opacity:1; transform: translateY(0);   }
}

.footer-sec{
  width: 100%;
  height: auto;
  padding: 40px 40px 0px 40px;
  background-color:#131313;
}
.ft-list{
  list-style: none;
}
.ft-list li{
  margin:10px 0px;
}
.footer-sec h6{
  color:#fff;
  font-size: 1.3rem;
}
.footer-sec a{
  color:#DEDEDE;
   line-height: 1rem;
}
.footer-sec p{
    color:#DEDEDE;
    line-height: 1.3rem;
    white-space: nowrap;
}
.sing-row{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.sing-row-ico{
  margin-right: 4%;
}
.ft-sm{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.ft-sm a{
  margin-right: 1%;
}
.ft-sm a img{
  width: 80%;
}
.cpright{
  width: 100%;
  height: auto;
  padding: 8px 40px;
  text-align: center;
  border-top: 1px solid #404040;
  margin-top: 25px;
  font-size: 0.9rem;
  color:#DEDEDE;
}
.vdo-hero{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; 
  overflow: hidden;
}

.vdo-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vdo-hero__scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.vdo-hero__content {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 1;
}
.vdo-hero__content::before {
  content: url('../img/diag.svg');
  position: absolute;
  top: -60px; 
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  animation: fadeUpDiag 1s ease-out forwards;
}
@keyframes fadeUpDiag {
  0% {
    opacity: 0;
    transform: rotate(180deg) translateY(40px);
    
  }
  100% {
    opacity: 0.8; /* match your existing opacity */
    transform: rotate(0deg) translateY(0);
  }
}

.vdo-hero__eyebrow{
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 600;
  opacity: .9;
  color: #fff;
}

.vdo-hero__title{
  font-size: 40px!important;
  line-height: 1.05!important;
  font-weight: 400!important;
  letter-spacing: -0.02em!important;
  color: #fff!important;
}

.vdo-hero__title span{
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 2px 18px rgba(77,208,255,.25);
}




/* Enter animation */
@keyframes fadeUp{
  from{ opacity:0; transform: translateY(10px); }
  to{ opacity:1; transform: translateY(0); }
}

/* Prefer-reduced-motion accessibility */
@media (prefers-reduced-motion: reduce){
  .vdo-hero__bg{ animation: none; }
  .vdo-hero__content{ animation: none; }
}

.abt-sec p{
  color:#161616;
  font-size: 1rem;
  font-weight: 400;
}
.abt-sec{
  width:100%;
  height:auto;
  padding: 80px 0px;
}
.counter-list{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.counter-wr{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 60px;
}
.counter-list li{
  width: 50%;
  padding: 2rem;
  text-align: center;
}
.set-blk{
  color:var(--prim-font)
}
.count-det{
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3rem;
}
.digit-inner-bx{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.counter-list li:first-child{
  border-right: 1px solid #E2DADA;
  border-bottom: 1px solid #E2DADA;
}
.counter-list li:last-child{
  border-left: 1px solid #E2DADA;
  border-top: 1px solid #E2DADA;
}
.prim-btn{
  display: inline-block;
  padding:0.5rem 1rem;
  background-color: var(--primary);
  color:#fff;
  text-transform: capitalize;
  font-weight:500;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--primary);
}
.prim-btn:hover{
  background-color: #fff;
  color: var(--primary);
  border: 1px solid var(--primary);
}
.dropdown-item{
  transition: all 0.3s ease-in-out;
  padding: .6rem 1.5rem;
  border-bottom: 1px solid #ebebeb;
  font-weight: 600;
}
.dropdown-item:last-child{
  border-bottom: none;
}
.dropdown-item:hover{
  color: var(--primary);
  
}
.lang-dropdown img{
  width: 23px;
}
.serv-sec{
  width:100%;
  height:auto;
  padding: 70px 0px;
  background-color: #F9F9F9;
}
.serv-sec h2{
  text-align: center;
}
.title{
  position: relative;
  display: inline-block;
  transform: translateX(-50%);
  left: 50%;
}
.title::after{
  content: '';
  position: absolute;
  width: 50%;
  height: 5px;
  background-color: var(--primary);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.serv-bx {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
.scale{

  height: 120%!important;
  margin-top: -10%;
  border: 2px solid #fff;
}
.cmrr{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.cmrl{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.serv-bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.serv-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background:var(--primary);
  color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: height 0.4s ease-in-out;
  padding: 35px 20px;
}

.serv-overlay h3 {
  margin: 0;
  font-weight: 600;
  font-size: 1.2rem;
  color: #fff;
  position: relative;
  display: inline-block;
}
.serv-overlay:hover h3::after{
  position: absolute;
  content: "";
  width:50%;
  height: 3px;
  background-color: #fff;
  transform: translateX(-50%);
  left: 50%;
  bottom: -10px;
}

.serv-details {
  display: none;
  opacity: 0;
  margin-top: 15px;
}

.serv-details h4 {
  font-size: 1.1rem;
  margin: 10px 0 5px;
  color:#FFACB8;
   font-weight: 500;
}

.serv-details p {
  margin: 0;
  font-size: 1rem;
  color:#FFACB8;
}

.serv-details a {
  color: #fff;
  text-decoration: underline!important;
  display: inline-block;
  margin-top: 10px;
}

.serv-bx:hover .serv-overlay {
  height: 100%;
  /* overflow-y: auto; */
}
.cmt{
  margin-top: 120px;
}
.serv-bx:hover .serv-details {
  display: block;
  opacity: 1;

}
.sectors{
  width:100%;
  height:auto;
  padding: 70px 0px;
}
.sectors p{
  width: 60%;
  margin: 30px auto 10px auto;
  text-align: center;
}
.sectors .prim-btn{
  transform: translateX(-50%);
  left: 50%;
   position: relative;
}
.sector-bx{
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: -2;
  border-radius: 10px;
}
.sector-bx img{
  width:100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease-in-out;
  position: relative;
  z-index: -1;
}
.sector-bx:hover img{
  transform: scale(1.05);
  filter: blur(2px);
}
.sector-bx:hover .sec-bx-ov{
    background: rgba(0, 0, 0, 0.9);
}
.sec-bx-ov{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
   transition: all 0.4s ease-in-out;
  padding: 20px;
}
.sec-bx-ov h4{
  text-align: left!important;
  color: #fff;
   font-size: 1.4rem;
}
.sec-bx-ov ul{
  list-style: square;
  padding-left:15px;
}
.sec-bx-ov ul li{
  line-height: 1.3rem;
  margin: 8px 0px;
}
.sector-slider-wr{
  margin-top: 40px;
}
.sec-nav{
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-nav-left{
  margin-right: 1%;
  border: 1px solid var(--primary);
  padding: 1.1rem;
  width:50px;
  height:50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sec-nav-right{
  border: 1px solid var(--primary);
  padding: 1.1rem;
  width:50px;
  height:50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sec-nav-left img, .sec-nav-right img{
  width: 100%;
}
.our-clnt-sys{
  width: 100%;
  height: auto;
  padding: 70px 0px;
  background-color: #F9F9F9;
}
.clint-bx{

  text-align: center;
}
.rev-slider{
   max-width: 100%;
   margin: 0px auto;
     position: relative;
}
.clint-slider-wr{
  max-width: 55%;
  margin:40px auto 0px auto;
  position: relative;
}
.clnt-txt{
  position: relative;
}
.clnt-name span{
  font-weight: 600;
}
.rev-slider::before{
  content:url(../img/qt.svg);
  position:absolute;
  top: -40px; 
  left:0px;
  width:10%;
}

.rev-nav-left{
  margin-right: 1%;
  border: 1px solid var(--primary);
  padding: 1.1rem;
  width:50px;
  height:50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top:50%;
  left:-90px;
  transform: translateY(-50%);
}
.rev-nav-left img, .rev-nav-right img{
  width: 100%;
}
.rev-nav-right{
   border: 1px solid var(--primary);
  padding: 1.1rem;
  width:50px;
  height:50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top:50%;
  right:-90px;
  transform: translateY(-50%);
}
.our-certification{
  width: 100%;
  height: auto;
  padding: 70px 0px;
  background-image: url('../img/our-certification.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.our-certification h2{
  color:#fff;
}
.certi-bx{
  text-align: center;
}
.cert-sing-row{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.cert-sing-row img{
  width: 12%!important;
  margin: 5px;
}
.cert-wr{
  max-width: 80%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.certi-bx h5{
  color: #fff;
}
.certi-bx p{
  color: #fff;
}
.single-it{
  margin-bottom: 30px;
}
.single-it img{
  width: 30%!important;
  margin-left: auto;
  margin-right: auto;
}
.cert-nav-left{
  margin-right: 1%;
  border: 1px solid #949494;
  padding: 1.1rem;
  width:50px;
  height:50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top:50%;
  left:-90px;
  transform: translateY(-50%);
}
.cert-nav-left img, .cert-nav-right img{
  width: 100%;
}
.cert-nav-right{
   border: 1px solid #949494;
  padding: 1.1rem;
  width:50px;
  height:50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top:50%;
  right:-90px;
  transform: translateY(-50%);
}
.achieve{
  width: 100%;
  height: auto;
  padding: 70px 0px;
  background-image: url('../img/archbg.jpg');
  background-position: center;
  background-size: cover;
}
.ach-img{
  width: 30%;
  margin: 25px auto 15px auto;
}
.ach-img img{
  width: 100%;
}
.achbx{
  width:100%;
  min-height: 430px;
  background-color: var(--primary);
  padding: 1.3rem;
}
.ach-bx-tit{
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 600;
  padding: 1rem;
  color: var(--prim-font);
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
}
.achbx p{
  color: #F8DCDF;
}
.red{
  color: var(--primary);
}
.our-clints{
  width:100%;
  height: auto;
  padding: 50px 40px;
}
.clnt-slider{
  margin-top:40px;
}
.clnt-slider img{
  width: 100px;
  height:100px;
  margin: 0px auto;
  object-fit:contain;
  object-position:center;

}
.clnt-slider .owl-item{
  text-align: center;
}
.what-ico{
  width:60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  position: fixed;
  bottom: 100px;
  right: 40px;
  z-index: 999;
  box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.3);
  transition: all 0.3s ease-in-out;
/*   border:1px solid #f5f5f5; */
    border: 1px solid #BC2439;
}
.what-ico img{
  width: 100%;
}
.what-ico:hover{
  transform: scale(1.1);
}
.email-ico{
  width:60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  position: fixed;
  bottom: 30px;
  right: 40px;
  z-index: 999;
  box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.3);
  transition: all 0.3s ease-in-out;
/*    border:1px solid #f5f5f5; */
	border: 1px solid #BC2439;
}
.email-ico img{
  width: 100%;
}
.email-ico:hover{
  transform: scale(1.1);
}

.scroll-cue{
  position: absolute;
  left: 50%;
  bottom: var(--cue-bottom);
  transform: translateX(-50%);
  width: var(--cue-thickness);
  height: var(--cue-height);
  opacity: 0.9;
  pointer-events: none;
  overflow: hidden;
}

/* The animated line */
.scroll-cue .line{
  position: absolute;
  left: 0;
  width: 100%;
  height: 120%;
  /* soft fade edges so it feels polished */
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0) 0%,
    currentColor 20%,
    currentColor 80%,
    rgba(255,255,255,0) 100%
  );
  color: var(--cue-color);
  transform: translateY(-110%);
  animation: cueDrop var(--cue-speed) ease-in-out infinite;
}

/* Keyframes for downward “drop” */
@keyframes cueDrop{
  0%   { transform: translateY(-110%); opacity: 0; }
  15%  { opacity: 1; }
  80%  { transform: translateY(90%);  opacity: 1; }
  100% { transform: translateY(120%); opacity: 0; }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .scroll-cue .line{ animation: none; opacity: 0.6; }
}
.ft-list a{
  transition: all 0.3s ease-in-out;
}
.ft-list a:hover{
  color: var(--primary);
}
.navbar-light .navbar-nav .active > .nav-link{
  color: #fff;
}
.navbar-light .navbar-nav .nav-link{
  transition: all 0.3s ease-in-out;
}
.navbar-light .navbar-nav .nav-link:hover{
  color: var(--primary)!important;
}
@media (max-width: 991px) {
  .navbar .container-fluid {
    display: flex!important;
    justify-content: space-between!important;
    align-items: center!important;
  }
  /* .navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
  } */
  .navbar-brand{
    width:60%
  }
  .navbar-brand img{
    width:100%;
  }
}
.inner-banner{
  width: 100%;
  height: 400px;
  padding: 30px 40px;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.inner-banner-wr{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.breadcrumb{
  background-color: transparent;
  padding-left: 0px;
}
.breadcrumb-item a{
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}
.breadcrumb-item.active a{
  color: #f53f58!important;
}
.inner-banner-wr h5{
  color:#fff;
  margin-bottom: 0px;
}
.abt-inner{
  width: 100%;
  height: auto;
  padding: 70px 0px;
}
.abt-inner-left img{
  width: 100%;
}
.abt-inner-left img{
  margin-bottom: 20px;
}
.vis-section .card-header a{
  font-size: 1.5rem;
  font-weight:600;
  color:var(--prim-font);
}

.vis-section .icon{
  font-size:22px;
  color:var(--primary);
}
.card-body {
  font-size: 1rem;
}
.abt-inner-left {
  position: relative;
}
.abt-inner-left-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
}
.vis-section{
  width: 100%;
  height: auto;
  padding: 70px 0px;
}
.abt-num-sec{
  width:100%;
  height:auto;
  padding: 60px 0px;
  background-image: url('../img/counter-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.abt-num-sec .counter-list li{
  width: 25%;
}
.abt-num-sec .counter-list li:first-child{
  border-right: 0px;
  border-bottom: 0px;
}
.abt-num-sec .counter-list li:last-child{
  border-left: 0px;
  border-top: 0px;
}
.abt-num-sec .counter-list li .count-number{
  color:#ffff;
}
.abt-num-sec .counter-list li .counter-wr span{
  color:#ffff;
}
.abt-num-sec .counter-list li .count-det{
    color:#ffff;
}
.navbar-light .navbar-nav .nav-link:focus{
  color: var(--primary) !important;
}
.lang-dropdown .dropdown-menu{
  left: -51px;
}
.snce{
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3rem;
}
 .mct{
   margin-top: 0px;
  }
.abt-num-sec .snce, .abt-num-sec .count-number2{
  color: #fff;
}