body{
    font-family: "Poppins",sans-serif;
    color: rgba(40, 60, 99, 1);
    font-size: 14px;
    line-height: 1.8rem;
}
@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
.nav-link{
    padding-top: 0.5px !important;
    padding-bottom: 0.5px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    border-radius: 0px !important;
}
.nav_width{
width: 75%;
}
#loading-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; /* Optional: background color for the loading screen */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it's above other elements */
    animation: fadeOut 1s ease-out forwards;
}

#loading-image {
    width: 300px; /* Adjust as needed */
    height: 200px; /* Adjust as needed */
}

h1{
    color: brown;
}
a{
    text-decoration: none;
    color: rgba(40, 60, 99, 1);
}
.bg-light{
   background-color: rgba(40, 60, 99, 1) !important;;
}
.nav-logo{
    width: 80px;
    height: 55px;
}
.font-color{
    color: white;
}
.row{
    display: flex;
}
.bold{
    font-weight: 600;
}
.nav-pills .nav-link.active{
    background-color: white;
    color: black !important;
}
.nav-link{
    color: white !important;
  padding: auto;
}
.white-line{
    display: block;
    height: 1px;
    background-color: #888484;;
}
/* .carousel {
    position: absolute;
    height: 280px;
    width: 846px;
    background-color: black;
    /* position: relative; */
    /* top: 200px;
    left: 137px; */
    /* border-radius: 20px; */

.sec-header{
    color: rgba(40, 60, 99, 1);
    margin-top: 200px;
    width: 42%;
    text-align: center;
}
.service-header{
    position: absolute;
    top: 15%;
    left: 10%;
    font-family: Poppins;
    font-size: 45px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    color: rgba(5, 38, 102, 1);
    z-index: 1;
}

.know-button{
    position: absolute;
    background-color: rgba(5, 38, 102, 1);
    top: 33%;
    left: 10%;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-align: left;
    color: white;
    z-index: 1;
    border-radius: 0%;
}
/* img {
    max-width: 100%;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important; 
  } */
.btn-primary {
    color: #fff;
    border-color: #0d6efd;
    background: rgba(40, 60, 99, 1); 
    border-radius: 0;
}
.yellow-know{
    font-size: 12px;
    font-weight: 900;
    line-height: 19px;
    background: rgba(250, 206, 50, 1);
    color: rgba(40, 60, 99, 1);
    border: none;


}
.font_color_blue{
    color: rgba(40, 60, 99, 1);
    
}
.font_color_white{
  color:  rgba(255, 255, 255, 1)
}
.font_color_yellow{
color:  rgba(250, 206, 50, 1);
}
.third_h{
    /* position: absolute;
    top: 38px; */
    z-index: 1;
    color: white;
    font-weight: 600;
    line-height: 26px;
}
ul {
    list-style-type: none;
    line-height: 2;
    padding-left: 0%;
  }
  .bottom-font{
    font-size: 13px;
  }
  .bottom-heading{
    font-size: 15px;
    font-weight: 600;
  }
  .contact{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: white;
    z-index: 1;  
    border: none;
    background: rgba(40, 60, 99, 1); 
}
.contact:hover{
    background-color: #0d6efd;  
}
a:hover{
    color: white;
}

  /* class related to media query starts */

  .font{
    font-size: 16px;
    width: 75%;
  }
  .font-head{
    font-size: 35px;
  }
  .left{
 left: 25%;
  }
  .know-button3{
    position: absolute;
    top: 33%;
    left: 65%;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-align: left;
    color: white;
    z-index: 1;
    border-radius: 0%;
    background-color: rgba(5, 38, 102, 1);
}
  .m_top{
    margin-top: 180px;
  }

  .service_height{
    height: 100%;
}
.span_service{
    font-size: 30px;
    font-weight: 600; 
}
.service-header3{
    position: absolute;
    top: 15%;
    left: 65%;
    font-family: Poppins;
    font-size: 45px;
    font-weight: 600;
    line-height: 35px;
    text-align: left;
    color: rgba(5, 38, 102, 1);
    z-index: 1;
}
.work_head{
    /* width: 75%; */
    left: 10%;
}
/* media query starts   */
  @media screen and  (max-width:800px) {
    body{
        font-size: 12px;
    }
    .font{
        font-size: 11px;
       
    }
   .font-head{
    font-size: 20px;
   }
   .nav_width{
width: 100%;
   }
   .sec-header{
    width: 100%;
    margin-top: 140px;
   }
   .yellow-know {
        font-size: 11px;
    line-height: 10px;
   }
   .third_h{
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}
.work_head{
   
  left: 5%;
}

.left{
    left: 25%;
     }
     .m_top{
        margin-top: 150px;
     }
     .service_height{
        height: 80%;
     }
     .font12{
        font-size: 8px;
     }
   .service-header{
    font-size: 23px;
    line-height: 25px;
   }
   .know-button{
    font-size: 12px;
    line-height: 10px;
    top: 47%;
   }
   .span_service{
    font-size: 18px;
   }
   .service-header3{
    font-size: 18px;
    line-height: 25px;
    left: 60%;
   }
   .know-button3{
    font-size: 12px;
    line-height: 10px;
    top: 47%;
    left: 60%;
   }
   .nav_mobile{
         display: flex;
         flex-direction: column;
         align-items: end;
         text-align: center;
   }
   ul{
    text-align: center;
    line-height: 2;
}
  }
  @media  screen and (max-width:560px) {
    body{
        line-height: 1.2rem;
    }
    
  }