/*home page*/
body{
  font-family: "Lora";
}
.parallax-bg{
  width:50%;
}
    .blank-panel{
      padding:20px;
      background-color: #fff;
    }
    @keyframes blank-panel {
      from {
        opacity: 1;
        transform: translateY(0);
        transition: opacity 0.3s ease-out;
      }
      to {
        opacity: 0;
        transform: translateY(-50px); /* Adjust distance to fade up */
      }
    }

    .blank-panel {
      animation: fadeUp 0.3s ease forwards; /* Apply animation */
    }
    .panel-img{
      position: relative;
      left: 1072px;
      top: 22px;
    }
    /* Customize button styles */
    .carousel-item {
      position: relative;
    }
    /* Custom CSS */
    .image-container {
      position: relative;
      overflow: hidden;
    }
    @keyframes fadeIn {
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
    }
    /* Apply the animation to the elements you want to animate */
    .image-container {
      animation: fadeIn 1s ease-in-out;
    }

    .image-container img {
      transition: transform 0.3s ease;
    }

    /*.image-container:hover img {
      transform: scale(1.1);
    }
*/
    .image-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); /* Red with 50% opacity */
      opacity: 0; /* Initially hidden */
      transition: opacity 0.3s ease;
    }

    .image-container:hover .image-overlay {
      opacity: 1; /* Show overlay on hover */
      cursor: pointer;
    }
    .navbar{
    background-color:#1173d6!important;
    width: 100%;
    --bs-navbar-nav-link-padding-x: 0.9rem;
  }
  /*.navbar-nav .nav-link:after {
      content: "|"; 
      margin-left: 20px; 
      color: #5f7093;
    }*/
   .hide-hyphen .navbar-nav .nav-link:after {
      display: none; /* Hide the hyphen */
    }
    .navbar a{
    padding: 0px 40px;
    text-decoration: none;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
    font-family: "Lora";
/*    font-size: 13px;*/
    font-weight: bold;
    }
 /*   .navbar-nav {
      margin-right: 12px;
      
    }*/
    .navbar .navbar-nav .nav-link:hover{
      background-color: #999; /* Blue background color on hover */
    }
    .navbar-nav .nav-item .nav-link:hover::after {
      opacity: 0; /* Hide the vertical hyphen on hover */
    }
    .navbar-toggler:focus {
      outline: none;
      border: none;
    }
    .navbar-toggler{--bs-navbar-toggler-padding-y: 0.0rem;}
    
     .carousel-indicators {
      display: flex;
      justify-content: center;
      list-style-type: none; /* Remove default list marker */
    }
    
    .carousel-indicators li {
      background-color: #888;
      border-radius: 50%;
      width: 8px!important; /* Adjust width of indicators */
      height: 8px!important; /* Adjust height of indicators */
      margin: 0 4px; /* Adjust spacing between indicators */
      cursor: pointer;
      transition: background-color 0.3s ease;
    }
    
    .carousel-indicators li.active {
      background-color: #fff; /* Change color of active indicator */
    }
    /* Custom CSS for image zoom */
    .zoom-img,.zoom-img-sub-1,.zoom-img-sub-1a,.zoom-img-txt{
      position: relative;
      display: flex;
      margin: 0 auto;
      width: 100%;
      gap:8px;
    }
    .zoom-img-sub-1{
      height: auto;
      background-color: #fff;
    }
    .zoom-img-sub-1,.zoom-img-sub-1a,.zoom-img-txt{
      display: block;
    }
    .zoom-img-sub-1a{
      overflow: hidden;
      height: 295px;
      background-color: transparent;
    }
    .zoom-img-sub-1a img{
      height:295px;
      transition:all 0.7s ease-out 0s; 
    }
    .zoom-img-sub-1a:hover img {
      opacity:1;transform: scale(1.05); /* Zoom in effect on hover */
      cursor: pointer;
    }
    .txt,.txt-img {
    position: relative;
    text-transform: uppercase;
    color:#000;
    font-weight: bold;
    font-family: Lora;
/*    bottom: 4px;*/
    font-size: 17px;
    background-color: #fff;
  }
  .txt-img:hover{
    color:#9e0901;
    cursor: pointer;
  }
  .txt:hover{
    color:#9e0901;
    cursor: pointer;
  }
  .zoom-img-txt{
    background-color: #fff;
  }
  /* Custom CSS for smooth image slider */
    .carousel-control-prev,
    .carousel-control-next {
      border-radius: 50%;
      width: 40px;
      height: 40px;
      background-color: #1173d6;
      opacity: 0;
      transition: opacity 0.3s ease;
      color:#000;
      border: none;
      top: 50%;
    }
.carousel-control-prev{
  left:352px;
}
.carousel-control-next{
  right:352px;
}
.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: invert(0) grayscale(100);
}
    .carousel:hover .carousel-control-prev,
    .carousel:hover .carousel-control-next {
      opacity: 1;
      color:#000;
    }

    .slide-img-1{
      height:299px;
    }
    .head-1,.para-1,.head-4,.head-2,.para-2,.head-3{
      font-family: Lora;
      color: rgb(255, 255, 255);
      font-weight: bold;
      font-size: 50px;
      text-align: center;
    }
    .head-4{
      color: rgb(0, 130, 206);
      font-size: 25px;
    }
    .para-1{
      font-size: 17px;
      text-align: left;
      font-weight: 500;
      line-height: 2rem;
    }
     /* Custom CSS for responsive button */
    .custom-button {
      border: none;
      border-radius: 5px; /* Set the border radius */
      padding: 10px 20px; /* Adjust padding as needed */
      font-size: 16px; /* Adjust font size as needed */
      cursor: pointer;
      background-color: #002147; /* Default background color */
      color: #fff; /* Default text color */
      transition: background-color 0.3s ease, color 0.3s ease; /* Add transition effect */
      font-family: Lora;
      font-weight: bold;
    }

    .custom-button:hover {
      background-color: #FFFF00;
      color:#900;
    }
    .footer{
      float: right;
      color: #fff;
    }
    ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
.removwlink{
text-decoration: none;
}
@keyframes slideUp {
      from {
        transform: translateY(10%);
        opacity: 0;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }
    .anim {
      animation: slideUp 2s ease-in-out;
    }
/*service page*/
.head-2{
  font-size: 30px;
}
.align-vert{
  bottom:0px;
  top:5px;
}
.para-2{
  font-size:45px;
}
.head-3{
  font-size: 35px;
  /*transform: translateX(100%);
  animation: slideFromRight 3s ease forwards;*/
}
.container-animate {
      position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

 @keyframes typing {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.text-container {
  text-align: center;
}

.text-animate {
  font-size: 40px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  animation: typing 3.5s steps(20, end) infinite;
  font-weight: bold;
  font-style: italic;
  color:rgb(0, 130, 206);
}
.animate-fade-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease-in-out forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*legend{
  font-family: Lora;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 17px;
  font-weight: bold;
  float: none;
}*/

      /*  .normal-logo{
           width:66%;
        }*/
        /*.logo-big{
          position: relative;
          left:-27px;
        }*/
/*        Contact pages*/
/* Custom CSS styles */
        .video-container {
            position: relative;
            overflow: hidden;
            width: 100%;
            height:100vh; /* Set the height of the video container to fill the viewport */
        }
        .video-container video {
            width: 100%;
            height: 100%;
            object-fit: cover; /* Cover the entire container, stretching the video */
        }
        .content-1,.content-2,.content-3{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            color: #fff;
            z-index: 1; /* Ensure the content is above the video */
        }
        .content-2{
          top:25%;
        }
        .responsive-para {
            font-size: 2rem; /* Adjust font size as needed */
        }
        .video-head-1{
      font-family: Lora;
      color: rgb(255, 255, 255);
      font-weight: bold;
      font-size: 50px;
      text-align: center;
        }
        .video-para-1{
      font-size: 20px;
      text-align: left;
      font-weight: 500;
      line-height: 2rem;
        }

