body{
  overflow-x: hidden !important;
  margin: 0;
  padding: 0;
  width:  100% !important;
  font-family: Poppins;
  }
  .navbar .navbar-nav .nav-link {
  padding: 1em;
  transition: all 0.5s;
  color: #fff; 
  font-size: 17px;
  font-weight: 600;
  line-height: 22.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  }
  section{
  padding-top: 70px;
  }
  header{
    background: #0B4EE7;
    color: #fff;
    padding: 15px 50px 18px 0px;
  }
  .box-tab{
  width: 100%;
  }
  .navbar-brand {
  font-size: 1.5em;
  }
  .input-box {
  position: relative;
  width: 100%;
  max-width: 60px;
  height: 40px;
  margin: 0 50px;
  background-color: #fff;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
  }
  .input-box.open {
  max-width: 130px;
  }
  .input-box input {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding: 0 15px;
  border: none;
  border-radius: 6px;
  outline: none;
  transition: all 0.5s ease-in-out;
  }
  .input-box.open input {
  padding: 0 15px 0 65px;
  }
  .contact-info {
  display: flex;
  gap: 20px;
  flex-direction: row;
  justify-content: end;
  }
  .contact-btn{
  background: #fff;
  color: #000 !important;
  border-radius: 10px;
  padding: 9px !important;
  margin-top: 8px;
  }
  .contact-info div {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  }
  .input-box .search {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  cursor: pointer;
  }
  .input-box.open .search {
  border-radius: 6px 0 0 6px;
  }
  .search .search-icon {
  font-size: 18px;
  color: #1c1c1c;
  }
  i.fas.fa-times.close-icon{
  font-size: 18px;
  }
  .input-box .close-icon {
  position: absolute;
  top: 50%;
  right: -45px;
  font-size: 30px;
  color: #1c1c1c;
  padding: 5px;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  }
  .input-box.open .close-icon {
  transform: translateY(-50%) rotate(180deg);
  pointer-events: auto;
  opacity: 1;
  }
  .logo-img{
  /* width: 50px;
  background: #fff; */
 position: absolute;
    top: -68px;
    height: 369px;
    left: 0;
  }
  /* .banner-section{
  background: url(../images/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  height: 528px;
  } */
  img.icon-img:hover {
    background: #aac4ff;
    transform: scale(1.1);
}
  .banner-head{
  font-size: 60px;
  font-weight: bolder;
  color: #fff; 
  z-index: 2;
  top: 130px;
  position: absolute;
  }
  .lead{
  z-index: 2;
  top: 280px;
  position: absolute;
  }
  .ban-section{
  position: relative;
  z-index: 2;
         top: -20px;
  }
  .banner-section::before{
  content: " ";
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);  
  height: 428px;
  /* z-index: 1; */
  }
  .carousel-item{
    height: 480px;
  }
  .quote-btn{
  background: #fff;
  color: #000 !important;
  border-radius: 10px;
  padding: 9px !important;
  margin-top: 8px;
  top: 320px;
  position: absolute;
  width: 120px;
  border: none;
  }
  .sub-heading{
  font-size: 46px;
  font-weight: bold;
  border-left: 30px solid;
  color: #0B4EE7;
  padding-left: 20px;
  }
  .about-content{
  font-size: 20px;
  }
  .slick-slider .element{
  height:380px;
  width:100px; 
  color:#fff;
  border-radius:5px;
  display:inline-block;
  margin:0px 10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  font-size:20px;
  position: relative;
  }
  .slick-slider .slick-disabled {
  opacity : 0; 
  pointer-events:none;
  } 
  .slick-next{
  right: 4% !important;
  top: 23% !important
  }
  .slick-prev{
  left: 0px !important;
  top: 23% !important;
  background: #333;
  z-index: 1;
  }
  .slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 50px !important;
  line-height: 1;
  opacity: 1;
  color: #025bcb !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }
  .element p{
  margin-top: 55px;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  padding: 10px;
  }
  .custom-card {

  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .custom-card-img {
   height: 109px;
    object-fit: cover;
    width: 78%;
    margin: auto;
    display: flex;
    padding: 12px;
  }
  .custom-card-body {
  padding: 20px;
  background: #0B4EE7;
  color: #fff;
  height: 320px;
      margin-top: -50px;
  }
  .custom-card-text {
  color: #fff;
  font-size: 20px;
  padding-top: 60px;
  }
  .mission{
  background: url('../images/inpound.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  }
  .mission-container{
  /*width: 850px;*/
  /*margin: auto;*/
  }
  .team-container{
  width: 45%;
  margin: auto;
  }
  .position{
  background-color: #F5A202;
  padding: 15px;
  text-align: center;
  height: 130px;
  }
  .position h4{
      font-size: 16px;
      font-weight: bold;
  }
  .history{
  margin-top: 5px;
  background-color: #F5A202;
  padding: 15px;
  text-align: center;
  }
  .sub-lead{
  font-size: 45px;
  text-align: center;
  font-weight: bolder;
  color: #0b4ee7;
  padding-bottom: 10px;
  }
  .text-img{
    display: flex;
    margin: auto;
  }
  /* Grid container */
  .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
  grid-template-rows: auto;
  gap: 20px;
  padding: 20px;
  }
  /* Grid item styles */
  .grid-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* justify-content: center; */
  }
  .row-top{
    background: #7293dd;
    color: #fff;
    display: inline-block;  
    padding: 10px;
    font-weight: bold;  
    margin-left: 10px;
  }
  .row-top p{
    margin: 0;
  }
  .carousel-inner{
    height: 700px;
  }
  /* Card styles */
  .card {
  background-color: #0b4ee7;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  padding: 5px;
  border-radius: 8px;
  box-shadow: rgb(255 180 6 / 57%) 0px 1px 4px;
  }
  /* Optional styling for first and third column */
  .first{
      margin-top: 15px;
  }
  .first-column .card {
  background-color: #0b4ee7;
  }
  .third-column .card {
  background-color: #0b4ee7;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon{
  background: black;
  }
  .service-text{
  position: absolute;
  background: #a7c2ff;
  padding: 8px;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  border-radius: 35px;
  bottom: 0px;
  left: 15px;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid #000;

  }
  .fa-arrow-right, .fa-arrow-left{
  background: #3F51B5;
  padding: 10px;
  border-radius: 50px;
  font-size: 25px;
  }
  .carousel-control-prev, .carousel-control-next{
  top: 75%;
  }
  .carousel-control-prev{
  left: 39%;
  }
  .carousel-control-next{
  right: 39%;
  }
  li{
  font-size: 20px !important;
  list-style-type: none;
  }
  .note{
  font-size: 22px;
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
      background: #0b4ee7 !important;
      color: #ffffff !important;
      font-weight: bold !important;
  }
   .entering {
            opacity: 0;
            transform: scale(0);
            animation: bounceIn 1s forwards;
        }

        @keyframes bounceIn {
            0% {
                opacity: 0;
                transform: scale(0);
            }
            60% {
                opacity: 1;
                transform: scale(1.1);
            }
            100% {
                opacity: 1;
                transform: scale(1);
            }
        }
  .owl-carousel.version-1, .owl-carousel.version-2{
  position: relative;
  padding: 15px 35px 0;
  }
  .logo-slider-1, .logo-slider-2{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
  text-align: center;
  }
  .owl-carousel .owl-item {
  background: #fff;
  padding: 0 20px;
  }
  .owl-nav button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: #fff !important;
  border-radius: 50%;
  margin: auto 0;
  box-shadow: 0px 0px 5px #00000069;
  }
  .owl-nav button.owl-next{
  right: 0;
  }
  .owl-nav button.owl-prev{
  left: 0;
  }
  .owl-prev>span{
  font-size: 26px;
  }
  .owl-next>span{
  font-size: 26px;
  }
  .line-container {
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .line {
  flex-grow: 1;
  height: 2px;
  background-color: #ccc;
  }
  .text {
  margin: 0 10px;
  font-size: 24px;
  font-weight: bold;
  color: #0B4EE7;
  font-size: 52px;
  }
  .inptFld {
  width: 100%;
  height: 40px;
  border: 1px solid #bfbfbf;
  margin: 15px 0 10px;
  border-radius: 20px;
  padding: 0px 20px;
  font-size: 16px;
  }
  .inptBtn {
  height: 40px;
  border: 0;
  background: #0B4EE7;
  font-size: 14px;
  border-radius: 20px;
  color: #fff;
  margin: auto;
  letter-spacing: 1px;
  cursor: pointer;
  width: 100%;
  max-width: 125px;
  }
  footer{
  background: #6bbaff78;
  }
  .footer-head{
  font-weight: bold;
  }
  .new-line {
  border-bottom: 5px solid #0B4EE7;
  width: 25%;
  display: flex;
  margin: 0;
  padding-top: 12px;
  }
  .list-a{
  text-decoration: none;
  color: black;
  line-height: 40px;
  }
  .icon-img{
  position: absolute;
  bottom: 141px;
  border-radius: 53%;
  width: 20% !important;
  height: 19%;
  background: #fff;
  padding: 5px;
  }
  .mv-design{
       background: #ffffff;
    border-radius: 55%;
    height: 130px;
    width: 140px;
    display: flex;
    /* margin-bottom: -100px; */
    z-index: 1;
    position: relative;
    /* justify-content: center; */
    /* align-items: center; */
    margin: auto;
  }