body {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

:root {
    --them-blue:#253993;
    --them-lt-blue:#1797C5;
}
.theme-blue {
  color: #253993;
}
.theme-lt-blue {
  color: #1797C5;
}
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  
@media (max-width:992px){
    .py-80 {
        padding: 40px 0 !important;
    }
    .py-60 {
        padding: 30px 0!important;
    }
    .py-50 {
        padding: 25px 0!important;
    }
}
.py-80 {
    padding: 80px 0;
}
.py-60 {
    padding: 60px 0;
}
.py-50 {
    padding: 50px 0;
}
.pt-80 {
    padding: 80px 0 0 0;
}
.pt-60 {
    padding: 60px 0 0 0;
}
.pt-50 {
    padding: 50px 0 0 0;
}
.sec-title {
  font-size: 28px;
  margin: 5px 0 20px;
}
.sec-sub-title {
  font-size: 24px;
  margin: 5px 0 10px;
  color: var(--them-lt-blue);
}
.cust-nav {
    background:white;
    box-shadow: 1px 7px 15px #0000000d;
}
.cust-nav li.nav-item {
    margin-right: 30px;
    line-height: 2;
}
.cust-nav li.nav-item a  {
    color: var(--them-blue);
    transition: 0.4s;
    font-weight: 400;
}
.cust-nav li.nav-item a:hover {
    color: var(--them-lt-blue);
    transition: 0.4s;
}
.contact-btn {
    background: var(--them-lt-blue);
    text-align: center;
    border-radius: 30px;
    padding: 5px 25px;
    border: solid 1px var(--them-lt-blue);
    color: white;
    transition: 0.4s;
}
.contact-btn:hover {
    background-color: white;
    color: var(--them-lt-blue);
    border:solid 1px var(--them-lt-blue);
    transition: 0.4s;
}
.welcome-bg {
    background-color: #F4FAFF;
}
.h1 {
    font-size: 40px;
    color: var(--them-blue);
    font-weight: 600;
}
.h2 {
    font-size: 30px;
    color: var(--them-blue);
    font-weight: 600;
}
.h2::after {
    content: "";
    width: 50px;
    height: 5px;
    background: var(--them-lt-blue);
    display: block;
}
.para {
    font-size: 1rem;
    color: #333;
    font-weight: 400;
    line-height: 1.9;
}
.verticals-card {
    border: solid 1px #DDDDDD;
    padding: 10px;
    border-radius: 15px;
    margin: 20px 10px;
    min-height: 435px;
}
.verticals-card img {
  z-index: 0;
}
.verticals-card:hover {
    box-shadow: 0 0 20px 0 #00000050;
}
.verticals-card h5 {
    margin-top: 1rem;
    display: block;
    text-align: center;
}
.verticals-card a {
    display: flex;
    justify-content: end;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    line-height: 1;
    position: absolute;
    right: 25px;
    bottom: 35px;
}
.verticals-card a:hover {
    color: var(--them-blue);
}

/* banner start */

.video-section {
  position: relative;
  width: 100%;
  max-height: 700px;
  overflow: hidden;
}

.video-banner {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 700px;
}
@media (max-width: 768px ){
  .banner-title {
    width: 90%;
    font-size: 25px!important;
    left: 5%;
    top: 25%;
  }
  .video-banner {
    min-height: auto!important;
  }

  .video-banner video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
  }
}
.video-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
    display: block;
    overflow: hidden;
    height: 700px;
}

.video-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* transparent black */
  z-index: 1;
}

.banner-title {
  position: absolute;
  top: 50%;
  left: 47%;
  z-index: 2;
  transform: translate(-47%, -50%);
  text-align: center;
  padding: 1rem;
  font-size: 3.7rem;
  max-width: 90%;
}

.tesimoniala-card img {
  width: 70px;
  height: 70px;
}
body.expired { 
  font-family: sans-serif;
}
.hidden-content {
  display: none;
}


/* .banner-title {
  position: absolute;
  text-align: center;
  top: 30%;
  left: 30%;
  z-index: 999; 
  width: 43%;
  font-size: 50px;
}
@media (max-width: 768px ){
  .banner-title {
    width: 90%;
    font-size: 25px;
    left: 5%;
    top: 25%;
  }
  .video-banner {
    min-height: auto!important;
  }
}
.video-banner {
  position: relative;
  width: 100%;
  min-height: 700px;
  overflow: hidden;

  video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);  
    pointer-events: none;  
  }
} */
/* banner end */

/* owl arrow */
.owl-prev-icon,
.owl-next-icon {
  font-size: 2rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  padding: 0.5rem 1rem;
  border-radius: 50%;
  cursor: pointer;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none; /* prevents overlapping clicks */
}

.owl-nav button {
  pointer-events: all; /* allow clicking the buttons */
  background: none;
  border: none;
}
.owl-dots {
  display: block !important;
  visibility: visible !important;
}
.owl-dots {
  text-align: center;
  margin-top: 10px;
}
.owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px;
  background: #ccc;
  border-radius: 50%;
}
 
.testimonial .owl-carousel button.owl-dot {
  
  background: #e1e1e1;
}
.testimonial .owl-dot.active {
  background: #333 !important;
}


.service-sec {
    background: linear-gradient(120deg, #1897C5, #253A94);
}
.project-card {
  padding: 10px;
  border-radius: 15px;
  margin: 20px 10px;
  border: solid 1px #f5f4f4;
}
.project-card:hover {
  box-shadow: 0 0 30px 0 #00000010;
  border: solid 1px var(--them-lt-blue);
}

.service-card-foot {
  box-shadow: 0 0 20px 0 #00000010;
  text-align: center;
  z-index: 999;
  margin-top: -20px;
  border-radius: 0 0 15px 15px;
  padding: 30px 5px 15px;
  min-height: 110px;
}

.service-card-foot a {
  text-decoration: none;
}
.testi-main {
  border-radius: 20px;
  border: solid 1px #eee;
  padding: 20px;
}

.owl-prev-icon, .owl-next-icon {
  font-size: 1rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  padding: 0.2rem 3.2px 0.5rem;
  border-radius: 50%;
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  font-weight: bolder;
}
.tesimoniala-card {
  text-align: center;
  padding: 0 10%;
}
.testimonial .owl-carousel .owl-item img {
  display: inherit!important;
  width: auto !important;
}
.footer {
  background: #24211F;
  padding: 50px 0;
  color: white;
}
.footer ul li a, .footer a {
  color: #ddd;
  text-decoration: none;
  line-height: 1.5;
  transition: 0.4s;
  font-size: 13px;
  display: inline;
}
.footer ul li a:hover{
  color: var(--them-lt-blue);
  font-weight: 400;
  transition: 0.4s;
}
.footer-bottom {
  background: #010101;
  padding: 20px 0;
  text-align: center;
  color: #9d9d9d;
}
.social-icons a {
  font-size: 40px;
  margin: 5px 7px;
  color: #ddd;
  transition: 0.4s;
}
.social-icons a:hover {
  color: #fff;
  transform:  scale(1.1);
  transition: 0.4s;
}


/* about us start */
/* .inner-banner {
  background: #fafafa;
  background: linear-gradient(90deg,rgba(250, 250, 250, 1) 0%, rgba(224, 224, 224, 1) 62%, rgba(204, 204, 204, 1) 62%, rgba(204, 204, 204, 1) 100%);
  min-height: 200px;
 
 }
 @media (max-width: 768px){
  .inner-banner {
    background: #e3e3e3;
    padding: 10px 0 30px;
  }
  .page-icon {
    display: none;
  }
 } */
.page-title {
  padding-top: 3rem;
  font-weight: 500;
  color: var(--them-lt-blue);
}
.page-desc {
  font-size: 25px;
  font-weight: 600;
}
.page-icon .icon-size {
  color: #fff;
 
margin: 40px 0 0 ;
}
.person-pic {
  background: linear-gradient(180deg, #e9e9e9, rgb(255, 255, 255));
  padding-top: 30px;
  border-radius: 20px;
  margin: 0 auto;
  text-align: center;
}

/* services start */
@media (max-width: 768px){
  .service-desc-box {
    padding: 1rem !important;
    right: inherit !important;
    top: 10% !important;
    position: inherit !important;
  }
}
.service-desc-box {
  background: var(--them-blue);
  padding: 30px;
  right: -100px;
  top: 10%;
  z-index: 99;
  position: relative;
  color: white;
  box-shadow: 0 0 30px 0 #00000050;
}