
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  /* font-family: inherit; */
}
ul{
  list-style: none;
}
body {
  width: 100%;
  overflow-x: hidden;
}
p {
  color: var(--primary-font);
  font-size:0.9rem;
  line-height: 1.6rem;
 
 
}


/* colours  */

:root {
  --primary: #04338F;
  --secondary: #010C39;
  --primary-font:#818181;
  --ternery:#0A5EFC;
}


/* Basic css */


h2 {
  font-size: calc(1.8rem + 0.5vw);
  font-weight: 600!important;
  color: var(--primary);
  text-transform: capitalize;
  margin-bottom: 20px;
}
h3 {
  font-size: calc(1.2rem + 0.5vw);
  color: var(--primary);
}
p{
   font-size: 0.9rem;
}
a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
}
.navbar-nav .nav-link.active{
  font-weight: 600!important;
}
.dropdown-menu{
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.dropdown-item{
  color: #000000d4!important;
  font-size: 1rem;
  font-weight: 500;
  padding: 10px 15px;
  border-bottom: 1px solid #ebebeb;
  transition: 0.3s all ease-in-out;
  font-family: "Roboto", sans-serif;;
}
.dropdown-item:last-child{
  border-bottom: 0px;
}
.white-txt{
  color: #ffff;
}
.mid-white{
  color: #dfdfdf;
}
.cust-container{
  width: 100%;
  height: auto;
  padding: 0px 70px;
}
.head-top-bar{
   width: 100%;
   height: 60px;
  background: rgb(3,33,143);
  background: linear-gradient(101deg, rgba(3,33,143,1) 0%, rgba(14,115,229,1) 100%); 
  font-size: 0.9rem;
}
.top-cont-wr{
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 100%;
   height: 60px;
   color: #fff;
}
.head-top-left{
  height: 100%; 
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.head-top-left img{
  margin-right: 3%;
}
.head-top-right{
  height: 100%; 
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  background-color: #010C39;
  padding: 0rem 5rem;
}
.top-cont-email{
   margin-right: 3%;
}
.top-cont-call{
  white-space: nowrap;
}
.top-cont-email, .top-cont-call{
  display: flex;
  align-items: center;
  justify-content: center;
  }
.head-top-right ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-top-right ul li{
  padding: 0rem 0.8rem;
  border-right: 1px solid #5D627D;
  margin-top: 10px;
}
.head-top-right ul li:last-child{
  border-right:0px;
}
.nav-menu-sec{
  width: 100%;
  height: auto;
  box-shadow: 0px 10px 43px -13px rgba(0,0,0,0.1);
}
.navbar-brand img{
  width: 33%;
  
}
.navbar{
  padding: 0.5rem 0rem!important;
}
.nav-menu-sec  .container-fluid{
  padding-right: 0px!important;
  padding-left: 0px!important;
}
.navbar .nav-item{
  margin: 0px 10px;
}
.navbar-nav .nav-link{
  color: #000000d4!important;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
}
 .dropdown-menu .dropdown-item:hover{
  color: var(--primary)!important;
  background-color: #e2e7f1;
}
.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  border: 0;
  border-radius: 5px;
  display: block;
  animation: slideIn 0.3s ease-out; /* Adjust the animation speed as needed */
  box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.1);
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.carousel-item{
  position: relative;
}
.banner-shape{
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
}
.banner-shape img{
  height: 100%;
}
.carousel-caption {
  position: absolute;
  left: 60px;
  top: 55%;
  transform: translateY(-50%);
  text-align: left;

}
.nav-item .nav-link.active{
  color: #234c9d!important;
  
}
.carousel-caption h2 {
  color: #fff;
  animation: fadeInUp 1s;
 text-shadow: 2px 7px 11px #001949;
}

.animated {
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.delay-1s {
  animation-delay: 3s;
}

/* .custom-carousel-nav {
  width: 8%;
  position: absolute;
  bottom: 80px;
  left: 60px;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
} */
.carousel-control-prev,
.carousel-control-next {
  /* background-color: transparent; */
  /*background-color: blue;*/
  border: none;
  outline: none;
  padding: 25px;
  font-size: 1.8rem;
}
.carousel-control-prev{
  margin-left: -70px!important;
}
.carousel-control-next {
  margin-right: -70px!important;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 24px;
  height: 24px;
  background-color: rgb(255, 255, 255);
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-item h2{
  font-size: 2.7rem;
  font-weight: 600!important;
}
.binomran-div{
  background-color: var(--primary);
  width: 100%;
  height: auto;
   padding: 40px 0px;
  color: #fff;
  background-image: url(../img/vis-mis-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  
  
}
.binomran-div h2{
   text-align: center;
   color: #fff;
}
.bin-div-wr{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  
 
}

.bin-div-bx{
  width: 20%;
  min-height: 230px;
  background-color: #fff;
  /* background-image: url(../banner.jpg); */
  text-align: center;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0px 10px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 15px;
  

}
.bin-div-bx:hover{
  transform: translateY(-3px);

}
.div-tit{
  color:#7688A0;
  margin: 8px 0px;
  font-weight: 600;
  font-size: 1.1rem;
}
.hm-abt{
  padding: 4rem 2rem;
}
.hm-abt h2{
  text-transform: uppercase;
  font-weight: 700!important;
}
.hm-left-img img{
  position: relative;
  z-index: 99;
}
.solutions{
  width: 100%;
  height: auto;
  padding-top: 38px;
  padding-bottom: 40px;
  /* background-color: var(--secondary); */
  background-image: url(../img/bg4.jpg);
 
  position: relative;
  margin-top: -100px;
  z-index: 1;
}
.solutions h2{
  color: #ffff;
  text-transform: uppercase;
  
}
.solution-bx{
   width: 100%;
   min-height: 348px;
   background-color: #fff;
   padding:1rem 1rem;
   margin-bottom: 15px;
   display: flex;
   align-items: flex-start;
   justify-content: flex-start;
   border-bottom-right-radius: 30px;
   position: relative;
   transition: 0.3s all ease-in-out;
   cursor: pointer;
   z-index: 0;
   overflow: hidden;
}
.solution-bx:hover{
  transform: translateY(-3px);
}
.sol-cont-tit{
  color: var(--ternery);
  font-weight: 600;
}
.sol-ico-bx{
  width:21%;
  margin-right: 3%;
}
.sol-ico-bx img{
  width: 100%;
}
.sol-cont{
width: 100%;
}
.sol-cont p{
  line-height: 1.5rem;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.solut-go{
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 1rem ;
   padding: 0.8rem 1.1rem;
   background-color: var(--ternery);
   color: #fff;
   position: absolute;
   bottom: 0;
   right: 0;
   opacity: 0;
   border-bottom-right-radius: 10px;
   transform: translateY(50px);
   transition: all 0.3s ease-in-out;
   
}
.solut-go i{
  color: #fff;
}
.solution-bx:hover .solut-go {
  display: flex; 
  opacity: 1; 
  transform: translateY(0);
  z-index: 888;
}
.our-clients{
   width: 100%;
   height: auto;
   display: flex;
   align-items: center;
   justify-content: space-between;
   background-color: #F1F1F1;
}
.our-clients-head{
  width: 30%;
  height: 100px;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);

}
.our-clients-head h2{
  color: #fff;
  margin-bottom: 0px;
}
.our-clients-slider{
  width: 70%!important;
  height: 100px;
  background-color: #F1F1F1;
  overflow: hidden;
}
.gm-msg-bx{
  padding: 3.5rem 5.5rem;
}

.gm-msg{
  background-color: var(--primary);
}
.gm-msg p, .gm-msg h2{
  color: #fff;
}
.gm-img img{
  width: 100%;
}
.proj-sec{
  position: relative;
}

.proj-vm{
  background-color: #EFEFEF;
  padding: 2rem 2.5rem;
  font-weight: 600;
  font-size: 1.3rem;
 
}
.proj-vm a{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.proj-vm i{
  margin-left: 3%;
}
.proj-tit-sec-wr{
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
  }
.proj-img{
  width: 100%;
  height: 360px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.up-arrow{
  position: absolute;
  bottom: 0px;
  left: 40%;
  transform: translateX(-50%);
  transform: translateY(10px);
  z-index: 999;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.proj-tit h2{
  writing-mode: vertical-lr; 
  transform: rotate(-180deg);
  transform-origin: center top; 
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.proj-img img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;

}
.proj-bx-tit{
  background-color: #D5D5D5;
  padding: 0.8rem;
  width: 100%;
  min-height: 75px;
  height: auto;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
  transition: 0.3s all ease-in-out;
  transition-delay: 0.01s;

}
.proj-sec-bg{
  width: 100%;
  min-height: 370px;
  background-color: var(--primary);
  position: absolute;
  top: 0;
  left: 0;
}
.proj-nav-wr{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: -130px;
  
}
.proj-nav-wr i{
  color: #fff;
}
.proj-prev{
  margin-right: 8%;
  padding: 0.5rem;
  background-color: #000;
  cursor: pointer;
}
.proj-next{
  padding: 0.5rem;
  background-color: #000;
  cursor: pointer;
}
.proj-bx{
  height: auto;
  position: relative;
  background-color: #D5D5D5;
  cursor: pointer;
}
.proj-bx:hover .proj-bx-tit{
  width: 90%;
  font-size: 0.7rem;
  background-color: var(--secondary);
  color: #fff;
  text-align: left;
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}
.proj-go-wr{
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111111;
  position: absolute;
  bottom: 20px;
  right: 0px;
  z-index: 999;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}
.proj-bx:hover .proj-go-wr{
  opacity: 1;

}
.navbar-light .navbar-nav .nav-link{
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
}
.proj-bx:hover .up-arrow{
    transform: translateY(2px);
   opacity: 1;
}
.proj-slider-wr a{
  color: #000;
}
.footer-sec{
  width: 100%;
  height: auto;
  background-color: var(--secondary);
}
.footer-sp{
  padding-top: 3rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.footer-sec a{
  font-size: 0.9rem;
}
.footer-sec ul li{
  margin: 10px 0px;
}
.footer-sec ul {
  margin-top: 20px;
}
.footer-sec  h5{
  color: #fff;
  text-transform: uppercase;
  position: relative;
  
}
.footer-sec  h5::after{
  content: '';
  width: 30%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -5px;
  
}
.ft-cont-set{
  font-size: 0.9rem;
  color: #fff;
}
.footer-cont{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.ft-ico-bx{
  width: 9%;
  height: auto;
  background-color: #1783F2;
  margin-right: 2%;
  padding:0rem 0.3rem;
}
.ft-ico-bx img{
  width: 100%;
}
.ft-cont-set{
  width: 90%;
  height: auto;
}
.copyright{
  width: 100%;
  padding: 0.8rem 3.8rem;
  background-color:#04338F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
}


/* About Page */

.innerbanner{
   width: 100%;
   min-height: 232px;
   background-position: center; 
   background-size: cover; 
   background-repeat: no-repeat;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   color: #fff;
   position: relative;
   z-index: 0;
}
.banner-over{
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;

}
.innerbanner h4{
  position: relative;
  z-index:99;
  margin-top: 80px;
  font-size: 35px;
}
.innerbanner .bread-crumb{
  position: relative;
  z-index:100;
  color: #c2c2c2;
}
.bread-crumb span{
  color: var(--ternery);
  font-weight: 500;
}
.innerbanner a{
  color: #c2c2c2;
}
.abt-sec{
   padding: 40px 0px;
}
.vis-mis-sec{
  width: 100%;
  height: auto;
  padding: 30px 0px;
}
.vis-mis-sec{
  width: 100%;
  height: auto;
  background-image: url('../img/vis-mis-banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 3rem 0rem;
  background-attachment: fixed;
}
.vis-mis-sec h3{
  color: #fff;
}
.vis-mis-sec p{
  color: #ececec;
  margin-top: 20px;
}
.core-values{
  padding: 3rem 0rem;
}

.vis-mis-sec h3{
  position: relative;
}
.vis-mis-sec h3::after{
  content: "";
  width: 10%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -3px;
  left: 0px;
  z-index: 55;
}
.download-hse{
   width: 100%;
   height: 80px;
   background-color: var(--primary);
}
.dwn-hse-wr{
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dwn-txt{
  color: #fff;
  font-size: 1.5rem;
}
.hse-dwn-btn{
  padding: 0.8rem 1rem;
  background-color: var(--ternery);
  color: #fff;
  cursor: pointer;
}


/* Certificate */

.certificate-sec{
  width: 100%;
  height: auto;
  padding: 40px 0px;
}
.cert-bx{
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  margin-bottom: 30px;
}

/* Solution Section */

.sol-sec{
  width: 100%;
  height: auto;
  padding: 40px 0px;
  background-color: var(--primary);
}
.sol-bx{
  width: 100%;
  min-height: 300px;
  margin: 20px 0px;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.sol-cont-bx{
  width: 100%;
  padding: 1.3rem 1rem;
  min-height: 350px;
  position: relative;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  border-bottom-right-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.5);
  transition: 0.3s all ease-in-out;
}
.sol-img{
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.sol-img img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in-out;
  
}
.sol-bx:hover{
  transform: translateY(-5px);
}
.sol-bx:hover img{
  transform: scale(1.04);
}
.sol-bx:hover .sol-cont-bx{
  background-color: var(--ternery);
 
}
.sol-cont-bx h3{
  transition: 0.3s all ease-in-out;
}
.sol-bx:hover .sol-cont-bx h3{
  color: var(--ternery);
  background-color: #fff;
  display: inline-block;
  padding: 0.3rem;
  border-radius: 5px;
}
.sol-bx:hover .sol-cont-bx p{
  color: #fff;
}
/* Projects */
.proj-bx-inner{
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding: 12px;
}
.proj-bx-inner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s all ease-in-out;
}
.proj-bx-inner:hover img{
  transform: scale(1.1);
}
.proj-bx-inner-ov{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(1, 12, 57, 0.8);
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.proj-bx-inner:hover  .proj-bx-inner-ov{
  opacity: 1;
}
.proj-bx-inner-ov-tit{
  width: 100%;
  min-height: 60px;
  background-color: var(--ternery);
  position: absolute;
  bottom: -15px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transition: 0.3s all ease-in-out;

}
.proj-bx-inner:hover .proj-bx-inner-ov-tit{
  opacity: 1;
  bottom: 0;
}
.proj-bx-inner-ov-tit-left{
  width: 80%;
  height: 60px;
  padding: 1rem 0.8rem;
   color: #fff;
  display: flex;
   align-items: center;
  justify-content: flex-start;
   font-weight: 500;
   font-size: 0.9rem;
}
.proj-bx-inner-ov-tit-right{
  width: 20%;
  height: 60px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
  background-color: #f0f0f0;
}
.cap-wr-bx{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}
.cap-img-bx{
   width: 40%;
   height: 330px;
   overflow: hidden;
   background-color: #0A5EFC;

}
.cap-img-bx img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cap-cont-bx{

  width: 60%;
  min-height: 290px;
  background-color: #fff;
  padding: 1rem;
  position: relative;
  margin-left: -18px;
  margin-top: -5px;
  
}
.cap-cont-bx1{

  width: 60%;
  min-height: 290px;
  background-color: #fff;
  padding: 1rem;
  position: relative;
  margin-right: -18px;
  margin-top: -5px;
  
}
.cap-img-bx-xl{
  height: 430px!important;
  

}
.cap-cont-bx-xl{

 min-height: 390px!important;
 
 
}

/* news */
.news-head{
  font-weight: 600;
  margin: 8px 0px;
}
.read-more{
  color: rgb(33, 37, 41);
  font-size: 0.9rem;
}
.news-bx{
  width: 100%;
  min-height: 475px;
  background-color: #F1F1F1;
  margin-bottom: 30px;
  transition: 0.3s all ease-in-out;
}
.news-bx:hover{

  transform:translateY(3px);
}
.news-cont{
  padding: 1rem;
}

/* contact */
.blue-bg-con{
  background-color: var(--primary);
  margin-bottom: 50px;
}
.cont-sec h3{
  color: #fff;
}
.blue-bg-con p{
  color: #ececec!important;
}
.blue-bg-con a{
  color: #ececec!important;
}
.send-btn{
  padding: 0.5rem 1.5rem;
  background-color: var(--primary);
  color: #fff;
  border: 0;
}

.car-sec{
  width: 100%;
  height: auto;
  padding: 40px 0px;
}
.career-list-bx-wr{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.career-list-bx-wr a{
  width: 22%;
  min-height: 60px;
  margin-right: 3%!important;
;
}
.career-list-bx{
  width: 100%;
  min-height: 60px;
  background-color: var(--primary);
  color: #fff;
  margin: 10px ;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.career-list-bx-left{
  width: 77%;
  min-height: 60px;
  padding: 0.8rem;
}
.career-list-bx-right{
  width: 23%;
  min-height: 60px;
  clip-path: polygon(11% 0, 100% 0, 100% 100%, 0% 100%);
  background-color: #f0f0f0;
  color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.car-frm{
  width: 50%;
}
  
.icon ul {
  display: flex;
}
.icon ul li {
  list-style: none;
  margin: 0 5px;
  height: 40px;
  width: 40px;
  color:#fff;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: all ease 0.3s;
}

.icon ul li:hover {
  color:#9099f1;
  background: #fff;
  cursor: pointer;
}










.main-title{
  color: var(--primary);
  text-align: center;
  text-transform: capitalize;
  /* padding: 0.7em 0; */
}




.container .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  width: 100%;
  max-width: 405px;
  margin: 5px;
  overflow: hidden;
  border: 1px solid #e9e9e9;
}

.text-center h3
{
  font-weight: 600;
  font-size: 18px;
}

.content .content-overlay {
  background: rgba(4,51,143,0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  /*text-align: center;*/
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 1.5em;
  /* text-transform: uppercase; */
  font-size: 16px;
}
.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}










.site-main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.logo-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 10px;
}

.logo-item {
  border: 1px solid #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 8px;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px -4px 15px -3px rgba(0,0,0,0.1);
}
.logo-item:hover{
  transform: translateY(-5px);
}

.logo-image {
  height: 150px;
  width: 100px;
  max-width: 100%;
  object-fit: contain;
}





body,
html {
  overflow-x: hidden;
}





/* camera animation */

.camera-container {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.camera-container .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% 120%, #ddd, #fff 80%, #000 100%);
  border-radius: 50%;
  box-shadow: 8px 8px 15px #000;
  height: 70px;
  width: 70px;
  perspective: 1000px;
  perspective-origin: 50% 50%;
  transform-style: preserve-3d;
}
.camera-container .circle .top {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 45px;
  width: 84px;
  z-index: 2;
  position: absolute;
  top: -12px;
  left: -7px;
}
.camera-container .circle .camera-eye {
  animation: camera 8s infinite linear;
  background: linear-gradient(45deg, #222, #444 30%, #444 35%, #222);
  border-radius: 50%;
  height: 42px;
  margin: 10px 0 0 0;
  width: 42px;
  position: absolute;
  left: 14px;
  top: 14px;
}
.camera-container .circle .camera-eye .inner-eye {
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(circle, #111 30%, rgba(255, 255, 255, 0.7));
  border-radius: 50%;
  height: 42px;
  width: 42px;
}
.camera-container .circle .camera-eye .inner-eye .blinking {
  animation: colour 2s infinite linear;
  border: 3px dotted #93d3ed;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

@keyframes colour {
  0% {
    border: 3px dotted #93d3ed;
  }
  65% {
    border: 3px dotted #93d3ed;
  }
  68% {
    border: 3px dotted #f00;
  }
  75% {
    border: 3px dotted #93d3ed;
  }
}

@keyframes camera {
  0% {
    transform: none;
  }
  30% {
    transform: translateX(-12px) translateY(5px) skewX(25deg) skewY(-3deg)
      scale(0.78);
  }
  65% {
    transform: translateX(-12px) translateY(5px) skewX(25deg) skewY(-3deg)
      scale(0.78);
  }
  90% {
    transform: none;
  }
}

/* end camera anim */

/* gear animation */

.gear-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 75px;
}
.arrow-rectangle {
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 90%;
  height: 10%;
  background-color: #0c4c91;
  -webkit-clip-path: polygon(
    95% 0%,
    100% 50%,
    95% 100%,
    0% 100%,
    5% 50%,
    0% 0%
  );
  clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%);
}

.arrow-placeholder {
  position: absolute;
  top: 3%;
  left: 3%;
  width: 94%;
  height: 94%;
  background-color: white;
  border-radius: 50%;
  box-shadow: 8px 8px 15px #000;
}
.arrow-circle {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  background-color: #0c4c91;
  border-radius: 50%;
}
.arrow-circle::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 10%;
  background-color: white;
  width: 80%;
  height: 80%;
  border-radius: 50%;
}
.arrow-circle::after {
  content: "";
  position: absolute;
  top: -1%;
  left: 45%;
  width: 10%;
  height: 51%;
  background-color: white;
  transform-origin: bottom;
  animation: arrow-move 3s linear 0s infinite normal forwards;
  -webkit-clip-path: polygon(
    50% 1%,
    0 12%,
    50% 23%,
    100% 23%,
    50% 12%,
    100% 1%
  );
  clip-path: polygon(50% 1%, 0 12%, 50% 23%, 100% 23%, 50% 12%, 100% 1%);
}
.gear {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  background-color: #0c4c91;
  border-radius: 50%;
  animation: gear-rotate 3s linear 0s infinite normal forwards;
}
.gear::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 15%;
  background-color: white;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  z-index: 1;
}
.tooth-1 {
  position: absolute;
  left: 43%;
  top: -10%;
  width: 14%;
  height: 120%;
  background: #0c4c91;
  transform: rotate(0deg);
  border-radius: 5px;
}
.tooth-2 {
  position: absolute;
  left: 43%;
  top: -10%;
  width: 14%;
  height: 120%;
  background: #0c4c91;
  transform: rotate(30deg);
  border-radius: 5px;
}
.tooth-3 {
  position: absolute;
  left: 43%;
  top: -10%;
  width: 14%;
  height: 120%;
  background: #0c4c91;
  transform: rotate(60deg);
  border-radius: 5px;
}
.tooth-4 {
  position: absolute;
  left: 43%;
  top: -10%;
  width: 14%;
  height: 120%;
  background: #0c4c91;
  transform: rotate(90deg);
  border-radius: 5px;
}
.tooth-5 {
  position: absolute;
  left: 43%;
  top: -10%;
  width: 14%;
  height: 120%;
  background: #0c4c91;
  transform: rotate(120deg);
  border-radius: 5px;
}
.tooth-6 {
  position: absolute;
  left: 43%;
  top: -10%;
  width: 14%;
  height: 120%;
  background: #0c4c91;
  transform: rotate(150deg);
  border-radius: 5px;
}
.tooth-7 {
  position: absolute;
  left: 43%;
  top: -10%;
  width: 14%;
  height: 120%;
  background: #0c4c91;
  transform: rotate(180deg);
  border-radius: 5px;
}
.tooth-8 {
  position: absolute;
  left: 43%;
  top: -10%;
  width: 14%;
  height: 120%;
  background: #0c4c91;
  transform: rotate(210deg);
  border-radius: 5px;
}
.tooth-9 {
  position: absolute;
  left: 43%;
  top: -10%;
  width: 14%;
  height: 120%;
  background: #0c4c91;
  transform: rotate(240deg);
  border-radius: 5px;
}
.tooth-10 {
  position: absolute;
  left: 43%;
  top: -10%;
  width: 14%;
  height: 120%;
  background: #0c4c91;
  transform: rotate(270deg);
  border-radius: 5px;
}
.tooth-11 {
  position: absolute;
  left: 43%;
  top: -10%;
  width: 14%;
  height: 120%;
  background: #0c4c91;
  transform: rotate(300deg);
  border-radius: 5px;
}
.tooth-12 {
  position: absolute;
  left: 43%;
  top: -10%;
  width: 14%;
  height: 120%;
  background: #0c4c91;
  transform: rotate(330deg);
  border-radius: 5px;
}

@keyframes arrow-move {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes gear-rotate {
  to {
    transform: rotate(360deg);
  }
}

/* end gear animation */

.services-container {
  width: 100%;
  height: 2000px;
  padding: 70px 0px 70px 0px;
  background: url("https://dgnqg0yj711w4.cloudfront.net/images/homepage%20services%20bg.png")
    #0c4c91;
  background-repeat: repeat;
  background-size: initial;
  background-position: top center;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  animation: background 90s linear infinite;
}

@media screen and (max-width: 1530px) {
  .services-container {
    height: 1900px;
  }
}

@media screen and (max-width: 991px) {
  .services-container {
    height: 5700px;
  }
}

@keyframes background {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

#services-top-row {
  width: 95%;
  height: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  /*justify-content: space-around;*/
     justify-content: center;
  align-items: center;
      margin: 27px;
}

@media screen and (max-width: 991px) {
  #services-top-row {
    flex-direction: column;
    width: 90%;
  }
}

#services-bottom-row {
  width: 95%;
  height: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 991px) {
  #services-bottom-row {
    flex-direction: column;
    width: 90%;
  }
}

.services-glass-card {
  width: 30%;
  min-height: 330px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.2);
  /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.22) 0px -12px 30px, rgba(0, 0, 0, 0.22) 0px 4px 6px,
    rgba(0, 0, 0, 0.27) 0px 12px 13px, rgba(0, 0, 0, 0.19) 0px -3px 5px; */
    box-shadow: 0px 0px 22px -3px rgba(0,0,0,0.1);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  text-align: center;
  transition: 0.3s all ease-in-out;
}
.services-glass-card:hover{
  background-color: var(--primary);
  transform: translateY(3px)
}
.services-glass-card:hover h2{
  color: #ffff;
}
@media screen and (max-width: 991px) {
  .services-glass-card {
    width: 60%;
    height: 30%;
  }
}

@media screen and (max-width: 664px) {
  .services-glass-card {
    width: 75%;
  }
}

@media screen and (max-width: 570px) {
  .services-glass-card {
    width: 80%;
  }
}

@media screen and (max-width: 490px) {
  .services-glass-card {
    width: 85%;
  }
}

@media screen and (max-width: 400px) {
  .services-glass-card {
    width: 90%;
  }
}

@media screen and (max-width: 340px) {
  .services-glass-card {
    width: 94%;
  }
}

.service-card-info {
  color: white;
  /* padding-top: 2rem; */
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
  /* bottom: 30px; */
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.blue-tit{
  color: var(--primary);
  margin-bottom: 30px;
}
.our-div{
  padding-top: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1160px) {
  .service-card-info {
    height: 530px;
  }
}

@media screen and (max-width: 750px) {
  .service-card-info {
    /* height: 530px; */
  }
  .services-glass-card{
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 450px) {
  .service-card-info {
    height: 135px;
  }
}

.service-card-info i {
  color: #0c4c91;
  font-size: 60pt;
  padding-top: 40px;
}

.service-card-info h2 {
  font-size: 15pt;
  /* text-shadow: 0px 0px 20px #000; */
  /* padding: 39px 15px 200px 15px; */
  color: var(--secondary);
  /* color: #3077fc; */
  margin-bottom: 0px;
  transition: 0.3s all ease-in-out;
  line-height: 1.8rem;
  font-weight: 600;
}

.service-card-info p {
  background-color: #0c4c9188;
  padding: 20px 20px 20px 20px;
  margin-bottom: 50px;
}

/* tile hover */

figure {
  margin: 0 !important;
}

.service-card-video {
  /* position: absolute;
  bottom: 0; */
  width: 100%;
  height: auto;
}

.tool-tip-container {
  position: absolute;
  left: 50%;
  top: -30px;
  width: 100%;
}

.tool-tip-container p {
  position: relative;
  left: -50%;
}

.service-card-video figure {
  position: relative;
  overflow: hidden;
  background: #0c4c91;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
}

.service-card-video figure img {
  position: relative;
  display: block;
  opacity: 0.8;
  border-radius: 10px;
}

.service-card-video figure video {
  position: relative;
  display: block;
  border-radius: 10px;
}

.service-card-video figure figcaption {
  color: white;
  font-size: 14pt;
}

.service-card-video figure figcaption::before,
.service-card-videofigure figcaption::after {
  pointer-events: none;
}

.service-card-video figure figcaption,
.service-card-video figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service-card-video figure figcaption > a {
  z-index: 1000;
  text-indent: 100%;
  white-space: wrap;
  font-size: 0;
  opacity: 0;
}

figure.effect-ming {
  background: #0c4c91;
}

figure.effect-ming img {
  opacity: 0.9;
  transition: opacity 0.35s;
}

figure.effect-ming video {
  opacity: 0.9;
  transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 30px rgba(4, 51, 143, 0.2);
  content: "";
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale3d(1.4, 1.4, 1);
}

figure.effect-ming p {
  position: relative;
  top: 38%;
  padding: 1em;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(1.5);
}

figure.effect-ming:hover h2 {
  transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

figure.effect-ming:hover figcaption {
  background-color: rgba(4, 51, 143, 0);
}

figure.effect-ming:hover img {
  opacity: 0.5 !important;
}

figure.effect-ming:hover video {
  opacity: 0.5;
}
figcaption p{
  color: #fff;
}
/* tile hover end */







/* download button */

/* #cookie-popup {*/
/*  position: fixed;*/
/*  z-index: 9999;*/
/*  right: 30px;*/
/*  bottom: 30px;*/
/*  width: 330px;*/
/*  padding: 20px 30px;*/
/*  -webkit-box-sizing: border-box;*/
/*          box-sizing: border-box;*/
/*background: rgba(0,0,0,0.85);*/
/*  color: #eee;*/
/*}*/

/*#cookie-popup {*/
/*    position: fixed;*/
/*    z-index: 9999;*/
/*    right: 30px;*/
/*    bottom: 30px;*/
/*    width: 330px;*/
/*    padding: 20px 30px;*/
/*    -webkit-box-sizing: border-box;*/
/*    box-sizing: border-box;*/
/*    background: rgb(78 78 78 / 20%);*/
/*    color: #eee;*/
/*}*/

#cookie-popup {
    position: fixed;
    z-index: 9999;
    right: 30px;
    bottom: 30px;
    width: 330px;
    padding: 20px 30px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.1); /* translucent background */
    color: #fff;
    border-radius: 12px;
    backdrop-filter: blur(10px); /* frosted glass effect */
    -webkit-backdrop-filter: blur(10px); /* for Safari */
    border: 1px solid rgba(255, 255, 255, 0.2); /* subtle border */
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2); /* soft shadow */
}


#cookie-popup p:first-child {
  margin: 0;
  color: #eee;
  font-weight: 900;
  color: #00adef;
}

#cookie-popup p:nth-child(2) {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 25px;
}

#cookie-popup .link {
  color: #00adef;
  text-decoration: none;
}

#cookie-popup button {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 0;
  color: #fff;
  background-color: #00adef;
  
 
}

#cookie-popup button:hover {
  background-color: #000;
  color: #fff;
}

@media only screen and (max-width: 450px) {
  #cookie-popup {
    max-width: 95%;
    right: 0;
    bottom: 20px;
    left: 0;
    margin: 0 auto;
  }
}


.fixed{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  background-color: #fff;
  animation-name: slightUp;
  animation-duration: 1s;
  z-index: 9999;
  transition: all 1s ease-in-out;
}
@keyframes slightUp{
  from{
    opacity: 0;
    transform: translateY(-10px);
  }
  to{
    opacity: 1;
    transform: translateY(0px);
  }
}

.moretext {
  display: none;
}
.moreless-button{
  color: var(--ternery)!important;
  font-weight: 600;
  cursor: pointer;
}
.projbx{
  margin-bottom: 50px;
  background-color: #fff;
  padding: 15px 8px;
  box-shadow: 0px -4px 15px -3px rgba(0,0,0,0.1);
  border-radius: 15px;
  margin-right: 1.5%
}
.projbx h5{
  color: var(--primary);
}
.download-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1783f2;
  color: #fff;
  margin: 13px;
  padding: 11px 65px;
}
.download-btn i{
  margin-right: 5%;
}
.vis-mis-sec .moreless-button{
  color: #fff!important;
}
.cu-tit{
  text-align: center;
  color: var(--primary);
  margin-bottom: 30px;
}
.darbl-txt{
  color: var(--secondary)!important;
}
.cpt-50{
  padding-top: 100px;
}

.projbx h6{
  color: #757575;
}
.w3-container, .w3-panel{
  padding: 0em 16px!important;
}
.form-control{
  font-size: 0.9rem;
}
.news-img-bx img{
  width: 100%;
}
.news-bx{
  border-radius: 10px;
  overflow: hidden;
}



.ft-cont-set1 {
    width: 90%;
    height: auto;
    font-family: 'Roboto';
    color: #e4e5ea;
    font-size: 15px;
}

    .service-container {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      justify-content: center;
      max-width: 100%;
      margin: auto;
    }

    .service-column {
      flex: 1 1 48%;
      display: flex;
      flex-direction: column;
    }

    .service-box-wrapper {
      background-color: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s;
    }

    .service-box-wrapper:hover {
      transform: translateY(-3px);
    }

    .service-box {
      position: relative;
      height: 350px;
      background-size: cover;
      background-position: center;
      cursor: pointer;
    }

    .service-title {
      position: absolute;
      bottom: 0;
      width: 100%;
      background: #004aad;
      color: #fff;
      padding: 18px 10px;
      font-weight: bold;
      text-align: center;
      font-size: 18px;
    }

    .icon-grid-wrapper {
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      transition: max-height 0.5s ease, opacity 0.5s ease;
    }

    .service-box-wrapper.active .icon-grid-wrapper {
      max-height: 1000px;
      opacity: 1;
      padding: 20px 15px;
    }

    .icon-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
      gap: 16px;
    }

    .icon-item {
      background: #f9f9f9;
      border-radius: 10px;
      padding: 16px 10px;
      text-align: center;
      cursor: pointer;
      transition: transform 0.2s ease;
      box-shadow: 0 2px 5px rgba(0,0,0,0.06);
    }

    .icon-item:hover {
      transform: translateY(-3px);
    }

    .icon-circle {
      background: #e8efff;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto;
      font-size: 24px;
    }

    .icon-label {
      margin-top: 10px;
      font-size: 14px;
      font-weight: 600;
    }

    @media (max-width: 600px) {
      .service-column {
        flex: 1 100%;
      }
    }
.popup-list{
  list-style: square;
}
.popup-list li{
  margin-bottom: 10px;
  color: #000;
  margin-left: 2%;
  font-weight: 600;
}
.cstm-popup{
  display:none; 
  position:fixed; 
  top:0; 
  left:0; 
  right:0; 
  bottom:0; 
  background:rgba(0,0,0,0.4); 
  align-items:center; 
  justify-content:center; 
  z-index:9999;
}
.cstm-popup-innerbx{
  background:#fff; 
  padding:25px 30px; 
  border-radius:8px; 
  max-width:44%; 
  width:75%; 
  box-shadow: 0 10px 25px rgba(0,0,0,0.2); 
  position:relative;
  display: flex; 
  flex-direction: column;
}
#popup-title{
  color: var(--primary);
}

div#popup-content p {
    color: black;
}

.close-pop{
  position:absolute; 
  top:10px; 
  right:15px; 
  font-size:35px; 
  cursor:pointer;
}
   @media (max-width: 600px) {
     .cstm-popup-innerbx{
      width: 95%;
       max-width:95%; 
     }
    }
    
    
.carousel-caption a {
    background: white;
    color: #1a3891;
    padding: 10px 50px;
    font-weight: 600;
    border-radius: 15px;
    border: 2px solid white;
}

.carousel-caption a:hover {
    border: 2px solid white;
    background: #ffffff00;
    color: #ffffff;
}

.carousel-caption p {
    color: #b6b6b6;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 25px;
}

.carousel-caption p span {
    color: #b6b6b6;
    font-weight: 600;
    font-size: 12px;
}

/* Medium screens (tablets) */
@media (max-width: 768px) {
    .carousel-caption {
        left: 30px;
        width: 50%;
        top: 50%;
        text-align: left;
    }
    .carousel-caption a {
        display: none;
    }
    
    .carousel-caption p {
        display: none;
    }
}

/* Small screens (phones) */
@media (max-width: 576px) {
    .carousel-caption {
        left: 15px;
        right: 15px;
        width: 45%;
        top: 45%;
        transform: translateY(-50%);
    }
    
    .carousel-caption a {
        display: none;
    }
    
    .carousel-caption p {
        display: none;
    }
}

