@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
}
.top-nav {
    background-color: #48c1a1;
}
.logo-top-nav{
    background-image: url("../images/logo-bg.png");
    background-size:cover ;
    background-repeat:no-repeat;

    /* background: #ff6500; */
}
.danger-bg{
    color: #fff;
    background-color: #004E9B;
}
.slick-next{
  right:0px !important;
}
.slick-prev{
  left:0px !important;
  z-index:99;
}
h1,
h2,
h3,
h4,
h5,
h5,
h6 {
    font-weight: 600 !important;
}

.circle {
    width: 35px;
    height: 35px;
    line-height: 11px;
    text-align: center;
}
video{
  height:310px;
  object-fit: cover;
}
.hed{
    background-color: #004E9B !important;
    color: #fff;
    padding: 12px 4px;
    border-radius: 5px;
}
.bg-red {
    background-color: #004E9B !important;

}
.min-logo img{
    width:110px !important;
 
    border-radius: 50%;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.same-btn{
    background-color: #004E9B;
    color: #fff;
    padding: 8px;
    border-radius: 12px;
}

.bg-blue {
    background-color: #11345c;
}
.bg-orange{
    background: #D93A1E;
}

.color-red {
    color: #661B16;
    font-weight: 600;
}
.modal-body img{
    width: 100%;
    height: 18rem;
}
.text-suffron{
    color: #661B16;
    font-weight: 600;
    font-size: 20px;
}
.bg-saffron{
    background-color: #661B16;
}
.nav-logo-name{
    font-size: 20px;
}

.nav-item a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.nav-all-logo img{
    width: 70px;
    object-fit: contain;
}
.top-link a{
    font-size: 14px;
}
footer h4{
  color: #fff;
}
footer a{
  color: #fff;
  text-decoration: none;
}
footer ul{
  margin: 0;
  padding: 0;
}
footer ul li{
  list-style: none;
}

/* banner-css  */

.banner .carousel-item img{
    width:100%;
    height:60vh;
    object-fit:cover;
}
.carousel-indicators [data-bs-target]{
    width:13px !important;
    height: 13px !important;
    border-radius: 50%;
}
#banner {
    background: #f5f5f5;
    padding: 0;
  }

  .banner {
    position: relative;
  }

  .carousel-indicators {
    bottom: 10px;
  }

  .banner-link ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    align-items: center;
  }

  .banner-link li {
    position: relative;
    padding: 5px 10px;
    font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #20745E;
  margin-bottom: 5px;
  border-left: 5px solid #EF8321;
  cursor: pointer;
  transition: 0.3s ease;
  }

  .banner-link li:hover {
    background-color: #124235;
  }

  .banner-link li i {
    margin-right: 8px;
    color: #fff;
   
  }

 #homemenu .dropdown-menu-custom {
display: none;
position: absolute;
right: 100%;
top: 0;
background: #fff;
min-width: 180px;
border: 1px solid #ddd;
z-index: 1000;
}

#homemenu .banner-link li:hover > .dropdown-menu-custom {
display: block;
}

#homemenu .dropdown-submenu {
position: relative;
}

 

 #homemenu  .dropdown-submenu:hover > .dropdown-menu-custom {
    display: block;
    left: 100%;
    top: 0;
  }

  @media(max-width: 767px) {
   #banner .banner-link li {
      font-size: 14px;
    }
    .banner-link ul {
      list-style: none;
      padding-left: 0;
      margin: 0;
      display: flex;
      justify-content: start;
      flex-wrap:wrap;
      align-items: center;
    }
  }




/* offcanvas css  */
.offcanvas-custom {
    background-color: #20745E !important; /* Dark green */
    color: #fff;
    width: 330px;
    z-index: 99999;
  }
  .menu-button {
    position: fixed;
    top: 30%;
    left: 1%;
    z-index: 999;
    background-color: #D93A1E;
    border: none;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
  }
  .offcanvas-header {
    border-bottom: 1px solid #fff3;
  }
  .offcanvas-body .nav-link {
    color: #fff;
  }
  .offcanvas-body .nav-link:hover {
    text-decoration: underline;
  }

  .offcanvas-custom {
    width: 280px;
    background-color: #fff;
  }

  .offcanvas-header {
    background-color: #374550;
    color: #fff;
    padding: 8px 15px;
  }

  .menu-icon {
    margin-right: 10px;
    background: #fff;
    color: #20745E;
    padding: 6px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
  }

  .nav-link,
  .custom-item {
    color: #000;
    font-weight: 500;
    padding: 8px 15px;
    display: block;
    text-decoration: none;
  }

  .custom-item:hover {
    background-color: #f0f0f0;
  }

  .custom-dropdown-menu {
    display: none;
    padding-left: 1rem;
    background-color: #e4e4e4;
    color: #28a745 !important;
  }

  .custom-dropdown.open > .custom-dropdown-menu {
    display: block;
  }

  .custom-submenu {
    position: relative;
  }

  .custom-submenu .custom-dropdown-menu {
    margin-left: 1rem;
  }
  .offcanvas ul li{
    list-style: none;
  }
  .offcanvas .nav-link{
    border:1px solid #fff
  }
  .nav-link:focus, .nav-link:hover {
    color:#D93A1E !important ;
}
.offcanvas .nav-link:focus, .offcanvas .nav-link:hover {
    color:#000000 !important ;
}
.offcanvas img{
    width: 60px;
}

  .custom-toggle::after {
    float: right;
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 12px;
  }

  .custom-toggle.open::after {
    content: '\f077';
  }





/* TOP NAV BOX  */
#top-nav-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 40px 20px;
    background-color: #f8f9fa;
}
.case-box {
    width: 170px;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
    text-decoration: none;
    color: inherit;
}
.case-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.case-box i {
    font-size: 30px;
    color: #ff6500;
}
.case-box h5 {
    font-size: 14px;
    margin-top: 8px;
    text-align: center;
}


@media (max-width: 767px) {
    .dropdown-menu-custom{
        position:relative !important;
    }
    .case-box{
        width: 160px !important;
    }
}



/* important notice css  */
.important-order-container{
  min-height: 425px;
}
.important-order-container , 
.recent-report-container,
.shadow{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
}
.all-imp-links a{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 4px;
    text-decoration: none;
}
.all-imp-links a:hover{
  text-decoration: underline;
  font-weight: 600;
  color: #000;
}
.recept-date{
   
    /* color: #fff; */
    display: inline-block;
    
}
.recept-date p{
  font-size: 14px;
  color: #D93A1E;
  font-weight: 500;
}
.recept-link a{
    color: #000;
    font-size: 14px;
}
.aaa {
  height: 350px;
  overflow-y: scroll;
}

/* sliding menu css  */
#scrollmenu{
  padding: 1.5rem 0rem;
  background-color: #ddd;
}
.slidingmenu .item {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  transition: 0.3s;
}
.slidingmenu .item i {
  font-size: 28px;
  color: #ff6500;
  margin-bottom: 10px;
  display: block;

}

.slidingmenu .item span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.slidingmenu .item:hover {
  background: #e9f7ef;
  transform: scale(1.05);
}
#scrollmenu .item{
  min-height:120px;
}
.owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.owl-nav button {
  background: #fff;
  border: 1px solid #28a745;
  color: #28a745;
  border-radius: 50%;
  
  width: 30px;
  height: 30px;
  pointer-events: all;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ddd !important; 
}
.owl-nav button span{
  font-size: 40px;
}
.owl-nav button:hover {
  background: #28a745;
  color: #fff;
}
#imageslider img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.slick-slide img {
  width: 100%;
  height: 12rem;
  object-fit: cover;
}
.event-img img{
  width: 100%;
  height:60px;
  object-fit: contain;
}

.calendar-container {
  background: #fff;
  color: #004E9B;
  border-radius: 10px;
  padding: 20px;
  box-shadow:rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
  width: 100%;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.calendar-header select,
.calendar-header button {
  padding: 6px 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #9B8154;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.calendar-header button:hover,
.calendar-header select:hover {
  background: #9b8154;
  color: #fff;
}

.calendar-days,
.calendar-dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  /*gap: 6px;*/
  text-align: center;
  /*margin-bottom:12px;*/
      border-right: 1px solid #ddd;
}

.calendar-days div {
  font-weight: 500;
  padding: 10px 0;
  background: #ffffff;
  border-right: 1px solid #ddd;
  color: #9b8154;
  border-radius: 4px;
  /* background: #9b8154; */
}

.calendar-dates div {
  padding: 10px;
  background: #ffffff;
  color: #000000;
  border: 1px solid #ddd;
  /* border-radius: 5px; */
  cursor: pointer;
  transition: background 0.3s;
}

.calendar-dates div:hover {
  background:#9b8154;
  color: white;
}

.calendar-dates .today {
  background: #9b8154;
  color: white;
  font-weight: bold;
}

.calendar-dates .selected {
  background: #9b8154;!important;
  color: white;
}
.calendar-header button {
    background:#9b8154;
}
.calendar-header select{
     background:#9b8154;
     width:100%;
}

.dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}

.red {
  background-color: red;
}

.blue {
  background-color: blue;
}
.green{
  background-color: green;
}



.testimonial{

    margin: 0px 15px 0;
    border: 1px solid #fff;
    text-align: center;
    position: relative;
    transition: all 0.7s ease 0s;
}
.testimonial:hover{ border-color: #e7e3e3; }
.testimonial .pic{
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: #fff;
    padding: 7px;
    position:absolute;
    top: -50px;
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%);
    transition: all 0.7s ease 0s;
}
.testimonial:hover .pic{ background: #1d3033; }
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .title{
    font-size: 16px;
    font-weight: 700;
    color: #eabd44;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.testimonial .description{
    font-size: 15px;
    color: #999;
    line-height: 25px;
    border-bottom: 1px solid #f7f7f7;
    padding: 0 25px 35px;
    margin: 0;
}
.testimonial .testimonial-content{
    padding: 15px 25px 12px;
    border: 1px solid #f7f7f7;
    border-top: none;
    position: relative;
    text-align: left;
    transition: all 500ms ease 0s;
}
.testimonial:hover .testimonial-content{ border-color: #1d3033; }
.testimonial .testimonial-content:after{
    content: "";
    width: 100%;
    height: 0;
    background: #1d3033;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.7s ease 0s;
}
.testimonial:hover .testimonial-content:after{ height: 100%; }
.testimonial-content .testimonial-profile{ display: inline-block; }
.testimonial .name{
    font-size: 16px;
    font-weight: 700;
    color: #3d3d3d;
    text-transform: uppercase;
    margin: 0 0 3px;
    transition: all 700ms ease 0s;
}
.testimonial:hover .name{ color: #fff; }
.testimonial .post{
    font-size: 14px;
    color: #eabd44;
    text-transform: capitalize;
}
.testimonial .rating{
    display: inline-block;
    padding: 1px 5px;
    margin: 0;
    list-style: none;
    background: #eabd44;
    position: absolute;
    right: 25px;
}
.testimonial .rating li{
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.owl-theme .owl-controls{
    width: 100%;
    position: absolute;
    top: 50%;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 45px;
    height: 40px;
    line-height: 37px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ececec;
    padding: 0;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
}
.owl-theme .owl-controls .owl-buttons div:hover{
    background: #eabd44;
    border-color: #eabd44;
}
.owl-prev,
.owl-next{
    position: absolute;
    left: -3%;
}
.owl-next{
    left: auto;
    right: -3%;
}
.owl-prev:before,
.owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    color: #ececec;
}
.owl-next:before{ content: "\f105"; }
@media only screen and (max-width: 990px){
    .owl-theme .owl-controls,
    .owl-prev,
    .owl-next{
        position: relative;
        left: 0;
        right: 0;
    }
}
@media only screen and (max-width: 768px){
    .testimonial .testimonial-content{
        padding: 15px 10px 12px;
    }
    .testimonial .rating{
        right: 12px;
    }
}