@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;
}

body{
    overflow-x:hidden;
}


.logo-top-nav{
    background-image: url("../images/logo-bg.png");
    background-size:cover ;
    background-repeat:no-repeat;
    background-repeat: no-repeat;
    background: #032e58;

}
.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:460px;
  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:70vh;
    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;
  }
  
  
.bnd {
    position:relative;
}  
  
  

  .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;
}




/* Banner CSS End */
/* Banner Important Link CSS Start */
.position-relative{position:relative;height:100%}

ul.banner-important-link-sec {
    background: #032e58eb;
    padding-left: 4rem;
    padding-right: 4rem;
    clip-path: ellipse(97% 115% at 100% 45%);
    height: 70vh;
}
.banner-area {
    position: absolute;
    z-index: 11111111;
    top: 0px;
    right: 15px;
}



ul.banner-important-link-sec li a{font-size:1rem;color:#fff;border-bottom:1px dashed #a79c9c;padding:15px 0;display:flex;align-items:center;gap:10px}
ul.banner-important-link-sec li:hover{background:#ffffff14;transition:all .4s ease-in-out}
ul.banner-important-link-sec li:hover a{transition:all .4s ease-in-out;padding-left:10px}
ul.banner-important-link-sec li a{transition:all .4s ease-in-out}
ul.banner-important-link-sec li a i{width:20px;height:20px;border:1px solid #fff;border-radius:100px;font-size:0.625rem;display:flex;align-items:center;justify-content:center}
/* Banner Important Link CSS End */
/* Items CSS Start */
.items-area{background:#f6f6f7;padding-top: 25px;}
.item-sec{background:#fff;box-shadow:0px 3px 6px #00000029;position:relative;/* margin-top:-75px; */z-index:9}
.item-sec ul{padding:20px 15px 15px;margin:0;list-style-type:none;display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;align-items:center;justify-content:space-between;width:100%;gap:15px}
.item-sec ul li{min-height:120px;position:relative}
.item-sec ul li:after{content:'';width:1px;height:33px;background:hsl(0deg 0% 44% / 16%);position:absolute;right:0;top:0;bottom:0;margin:auto}
.item-sec ul li:nth-child(6):after, .item-sec ul li:last-child:after{height:0}
.item-sec ul li a{background:#fff;padding:15px;position:relative;text-align:center;height:100%;transition:.4s ease-in-out;display:flex;flex-direction:column;align-items:center;border-radius:7px;min-height:126px}
.item-sec ul li a:hover{background:#a45d60;transition:all .4s ease-in-out;transform:translateY(-10px)}
.item-sec ul li a:hover .title{color:#fff}
.item-sec img{margin-bottom:10px;width:49px;min-height:49px}
.item-sec .title{font-size:0.938rem;color:#000;margin-bottom:0;flex-grow:1}
/* Items CSS End */
/* Latest Pronouncement CSS Start */
.latest-announc-ticker,.title-sec h4{margin-bottom:25px}
.latest-announc-sec,.title-sec h4{position:relative}
.latest-announc-sec img {width:100%}
.title-sec h4{font-weight:600;text-align:left;display:block;color:#272829;font-size:1.375rem;padding:0 0 21px;border-bottom:1px solid #a2a2a2}
.title-sec h4::after{content:"";position:absolute;bottom:-3px;height:5px;width:35%;left:0;background:#61677a;border-radius:3px}
.latest-announc-area{padding:40px 0 0;background:#f6f6f7}
.latest-announc-ticker ul{padding:0;margin:0;list-style-type:none;display:flex;justify-content:space-between;flex-wrap:wrap}
.latest-announc-ticker ul li{width:100%;border-bottom:1px solid #a2a2a24a;padding:10px 0!important;position:relative}
.latest-announc-ticker ul li a:hover i,.latest-announc-ticker ul li a:hover p,.view-all-btn:hover{color:#a45d60}
.latest-announc-ticker ul li:last-child{border:0}
.latest-announc-ticker ul li p{font-size:1rem;margin:0;color:#5f5f5f}
.latest-announc-ticker ul li a{display:flex;align-items:baseline;gap:7px}
.latest-announc-ticker ul li a i{color:#272829;font-size:0.875rem}
.view-all-btn{color:#61677a;font-size:1rem}
.play-pau-btn{background:#efedf300;line-height:23px;color:#61677a!important;cursor:pointer;border:1px solid #61677a;-webkit-transition:.5s;transition:.5s;width:25px;height:25px;border-radius:100px;font-size:0.75rem;display:flex;justify-content:center}
.play-pau-btn:hover{background:#a45d60;color:#fff!important;border-color:#a45d60}
.btn-flex{display:flex;align-items:center;justify-content:space-between}
.latest-announc-area .title-sec{padding:15px 0 0}
.calendar-sec{background:#fff;text-align:center;border-bottom:5px solid #61677a}
.latest-announc-area .calendar-sec img{width:auto;height:auto}
.latest-announc-area .latest-announc-ticker {height: 350px !important;}
/* LATEST ANNOUNCEMENT CSS End  */





@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;
  background: #ffffff;
}
.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: 40px 10px;
  background-color: #d1fff3;
  margin-top: 30px;
  margin-bottom: 30px;
}
.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: #004E9B;
  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: bold;
  padding: 10px 0;
  background: #0e2c4f;
  border-right:1px solid #ddd;
  color: #fff;
  /*border-radius: 4px;*/
}

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

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

.calendar-dates .selected {
  background: #004e9b!important;
  color: white;
}
.calendar-header button {
    background:#004e9b;
}
.calendar-header select {
  background: #004e9b;
  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;
    }
}









@media only screen and (max-width: 600px) and (min-width: 320px)  {

ul.banner-important-link-sec li a {
    font-size: 10px;
    color: #fff;
    border-bottom: 1px dashed #a79c9c;
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

ul.banner-important-link-sec {
    background: #032e58eb;
    padding-left: 3rem;
    padding-right: 3rem;
    clip-path: ellipse(97% 115% at 100% 45%);
}
.banner-area {
    position: absolute;
    z-index: 11111111;
    top: 15px;
    right: 0px;
}
ul.banner-important-link-sec li a i {
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    border-radius: 100px;
    font-size: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}


}


@media only screen and (max-width: 1024px) and (min-width: 767px)  {

ul.banner-important-link-sec li a {
    font-size: 10px;
    color: #fff;
    border-bottom: 1px dashed #a79c9c;
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

ul.banner-important-link-sec {
    background: #032e58eb;
    padding-left: 3rem;
    padding-right: 3rem;
    clip-path: ellipse(97% 115% at 100% 45%);
}
.banner-area {
    position: absolute;
    z-index: 11111111;
    top: 0px;
    right: 0px;
}
ul.banner-important-link-sec li a i {
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    border-radius: 100px;
    font-size: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}


}
