/********** Template CSS **********/
  .header-row{ 
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 20px 0 20px; */
    /* background-color: #0000004d; */
} 
/* topbar */
.container-padding{padding-left: 35px;padding-right: 35px;}
.topbar-bg{
    background: linear-gradient(to right, #a94a4a, #c95d5d, #e18989);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}
#topbar-bg {
    z-index: 9999;
    padding: 0rem 1.5rem;
/*    background-color: #057c0f;*/
background: linear-gradient(to right, #a94a4a, #c95d5d, #e18989);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    font-size: 14px;
    font-family: inherit;
  }
  #topbar {
    background-size: cover;
    width: auto;
    height: 27px;
  }
  #topbar .col-lg-6{
    height: fit-content;
  }
  .topbar-col span {margin-top: 4px;}
  #chcp_font_size button {
    border: none;
    background-color: transparent;
    /* text-shadow: none; */
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 3px 10px;
    margin: 0px;
    color: aliceblue;
  }
  #decreaseFont {font-size: 12px;}
  #resetFont {font-size: 14px;}
  #increaseFont {font-size: 12px;}
  #chcp_font_size  a.ind_screen{color: #fff !important;}
  #chcp_font_size  a.wc{color: #fff !important;}
  #topbar .wc img {width: 20px;height: 18px;}
  #skiptomaincontent .ind_screen{color: #fff;}
  .topbar-col{display: flex !important;flex-direction: row;gap: 10px;justify-content: end;}
  .fa-volume-up{margin-right: 5px;}
  .wc{margin-left: 8px;}
  .language_content{color: #fff;}
:root {
    --primary: #06A3DA;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
    --purple: #6f42c1;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}
.text-purple{color: #3d2e81;font-weight: bold !important;}
.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.btn-purple{background-image: linear-gradient(to right bottom, #dfefb0, #e8d18a, #f2b072, #f68d6e, #f0697b);background-image: linear-gradient(to right bottom, #dfefb0, #e8d18a, #f2b072, #f68d6e, #f0697b);
    border: #fff;
    color: #fff;
    border-radius: 10px;}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    color:  #fdfe03;
    outline: none;
    transition: .5s;
}
.navbar{
    padding: 0.1rem 0.1rem;
}
.sticky-top.navbar-light .navbar-nav .nav-link {
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}
.navbar-light .navbar-nav .nav-link.active span{
background-image: linear-gradient(to right bottom, #041d0f, #0c4025, #12663b, #1a9051, #25bb68);
}

 .logo-design-right span img {
  	width: 62px;
  	height: 62px;
  }

  .home_min_h {
      min-height: 100vh;
  }
  .rimg_H {
      height: 62px;
  }
@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}
.navbar.navbar-expand-lg.navbar-light {
    background: #821100;
}
.navbar-nav span
   {
/*    background-color: #057c0f;*/
    border-radius: 10px;
    color:  #fdfe03;
    padding: 10px;}
.navbar-nav  a>span:hover{background: #e8816e; color: #fdfe03;}
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .85);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}
#header-carousel button{
    background: transparent;
    border: none;
}
@media (min-width: 991.98px) {
    .banner {
        position: relative;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: #C95D5D;
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: #f7c580;
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.service-item img,
.service-item .bg-grey,
.service-item .bg-grey h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-grey::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-grey::after {
    opacity: 1;
}

.bg-offer {
    background:url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background-image:url('../img/icon-bg.png');
    background-size: cover;
}


.bg-testimonial {
    background: url(../img/slider_bg_fire.png) center center no-repeat;
    background-size: cover;
    height: 470px;
}

.testimonial-carousel {
    /* background: rgba(6, 163, 218, .85); */
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #2c3e50;
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 100%;
    height: 100%;
}
/* own css */
.header-logo{display: flex;flex-direction: row;}
.icon-alignment{display: flex;flex-direction: row;gap: 107px;justify-content: center;}
.icon-alignment img{width:100px;padding:12px;}
.bg-grey{background-color: #d9d9d9;}
.icon-explore img{width:180px;}
/* news ticker */
.news-ticker{
    width:100%;
    margin:20px auto;
    height:300px;
    overflow:hidden;
    line-height: 25px;
  }
  .news-ticker ul{
    list-style:none;
    position:relative;
    padding-left: 0rem;
  }
  .news-ticker li{
    /* height:100px;     */
/*    height:50px;*/
height: auto;
     text-align:center;
    border-bottom:1px solid #333;
  }
  .news-ticker h2{
    color:#fff;
    padding-top:10px;
  }
  .news-ticker .p1{
    font-size: 12px;
    font-weight: bold;
    text-align:left;
    padding:2px;
    color:#000;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:wrap;
    margin-bottom: 0rem;
   }
   .news-ticker .p2{
    font-size: 12px;
    font-weight: bold;
    text-align:left;
    padding:2px;
    color:#9e9e9e;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:wrap;
    margin-bottom: 0rem;
   }
   .news-ticker .p3{
    font-size: 12px;
    font-weight: normal;
    text-align:left;
    padding:2px;
    color:#0e0ed1;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:wrap;
    margin-bottom: 0rem;
   }

 .news-ticker-div1{
					 background:#8eb7c9;
		    border-radius: 5px;
		    margin-top: 6px;padding-top: 1px;
				}
		   .news-ticker1{
		    width:100%;
		    margin:12px auto 0;
		     height:380px; 
		/*    height:auto;*/
		    overflow:hidden;
		  }
		  .news-ticker1 ul{
		    list-style:none;
		    position:relative;
		    padding-left: 0rem;
		    height: 300px;
		  }
		  .news-ticker1 li{
		    height:auto;    
		     text-align:center;
		    border-bottom:3px solid #3f51b5;
		  }
		  .news-ticker1 h2{
		    color:#fff;
		    padding-top:10px;
		  }
		  .news-ticker1 .p1{
		    font-size: 14px;
		    font-weight: bold;
		    text-align:left;
		    padding:2px;
		    color:#000;
		    overflow:hidden;
		    text-overflow:ellipsis;
		    white-space:wrap;
		    margin-bottom: 0rem;
		   }
		   .news-ticker1 .p2{
		    font-size: 12px;
		    font-weight: bold;
		    text-align:left;
		    padding:2px;
		    color:#000;
		    overflow:hidden;
		    text-overflow:ellipsis;
		    white-space:wrap;
		    margin-bottom: 0rem;
		   }
		   .news-ticker1 .p3{
		    font-size: 12px;
		    font-weight: bold;
		    text-align:left;
		    padding:2px;
		    color:#3d2e81;
		    overflow:hidden;
		    text-overflow:ellipsis;
		    white-space:wrap;
		    margin-bottom: 0rem;
		   }



   .ann-img-wrapper{
    justify-content: center;
    display: flex;
   }
   .ann-img-wrapper img{
    width: 100%;
    height: 372px;
   }
   /* explore section */
 .rounded-top  {display: flex;justify-content: center;}
.rounded-top img{
    width: 218px;
    height: 227px;
}
.rounded-bottom{height: 85px;}
.explore-card {
       border-radius: 0px; 
       overflow: hidden;
       border: 0;
       box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06),
                   0 2px 4px rgba(0, 0, 0, 0.07);
       transition: all 0.15s ease;
}

.explore-card:hover {
             box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1),
                         0 10px 8px rgba(0, 0, 0, 0.015);
}

.explore-card-body .explore-card-title {
                  font-family: 'Lato', sans-serif;
                  font-weight: 700;
                  letter-spacing: 0.3px;
                  font-size: 24px;
                  color: #121212;
}

.explore-card-text {
             font-family: 'Lato', sans-serif;
             font-weight: 400;
             font-size: 15px;
             letter-spacing: 0.3px;
             color: #4E4E4E;
  
}

.explore-card .explore-container {
           width: 88%;
          /* background: #F0EEF8; */
           border-radius: 30px;
           height: 140px;
         display: flex;
        align-items: center;
         justify-content: center;
}

.explore-container:hover > img {
                       transform: scale(1.2);
}

.explore-container img {
                padding: 32px;  
               margin-top: -40px;
               margin-bottom: -40px;
              transition: 0.4s ease;
              cursor: pointer;
}

.explore-card-btn {
      background: #EEECF7;
      border: 0;
      color: #5535F0;
      width: 98%;
      font-weight: bold;
      border-radius: 20px;
      height: 40px;
      transition: all 0.2s ease;
}

.explore-card-btn:hover {
            background: #441CFF;
}

.explore-card-btn:focus {
            background: #441CFF;
            outline: 0;  
}
/* government order */
.go-card{padding: 21px;}
.go-inner-card{
background-color: #47d988;
padding: 15px;
box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
color:#FFFFFF;
}
.go-img-wrapper{width: 100%;margin-bottom: 10px;}
.go-img-wrapper img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.go-content {margin-bottom: 20px;font-size:12px;}
 /* gallery */
 .gallery-card {
    display:flex;
    margin: 10px 5px;
  }
  .gallery-card > .gallery-card-content {
    /* background: red; */
    padding: 10px;
    text-align: center;
    font-size: 36px;
    height: 208px;
    display:flex;
    gap: 20px;
  }
  /* .slick-slide
  {
    display: flex;
  }
  .gal-carousel
  {
    margin: 12px;
  } */
  .slick-prev {
    width:150px;
    color: #fff;
    width: 87px;
    background-color: #2c3e50;
    border: none;
  } 
  .slick-next{
    width:150px;
    color: #fff;
    width: 59px;
     background-color: #2c3e50;
    border: none;
  }
  /* logo */
  
  /* footer */
  .footer-bg{
    background-color: #ca5e5e;
  }
  .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-logo img{width:65px;}
.footer-logo p{font-size: 15px;color: #000;font-weight: bold;}
.social-links{display: flex;flex-direction: column;align-items: center;}
.footer-p {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    padding: 15px 0;
}
/* .innerpage-bg{background-image: url(../img/agri-bg1.png);background-size: cover;}*/
/* Slick Slider */


.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;    
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}



.fas {
    /* color: #96bd0b; */
}
#client-logo.owl-carousel .item {
/*  width: 150px; */
  margin-right: 10px; padding: 1rem;display: flex;justify-content: center;
}

#client-logo.owl-carousel .owl-item img {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 150px;
  max-width: 305px; /* Make sure the images don't exceed the width of the item */
}
.client-logo .owl-nav{
  display: flex;
    justify-content: space-between;
    padding: 0px 20px;
}
.client-section-bg {
    background-color: #f7c580;
}
.client-section {
    width: -webkit-fill-available;
}
.gal-carousel-two .gal-carousel 
.slick-prev, .slick-next {
    position: relative !important;
    top: 0 !important; 
} 
.gal-carousel-two .gal-carousel 
.slick-next {
    position: relative !important;
    top: 0 !important; 
    font-size:17px;  
} 
.footer-advanced ul{
  display:flex;flex-wrap:wrap;column-gap:25px;row-gap:12px;justify-content:center;list-style-type:none;margin-bottom: 0;
}
.controls_ta .controls a{font-size: 13px;}
.controls a{color:#fff;font-weight:600;}
.container-fluid .row{margin-left: 0px !important;margin-right: 0px !important;}
/* innerpage css */
.inner-hd{background-color: #fff;}
.inner-sub-hd h5{color:#037d3a;font-weight: 600 !important;}
.far_public{width: 75%;display: flex;margin: auto;}
.inner-p{text-align: justify;}
.btn-style:active, .btn-style:hover, .btn-style:focus {
    outline: 0!important;
    outline-offset: 0;
  }
  
  .btn-style::before,
  .btn-style::after {
    position: absolute;
    content: "";
  }
.btn-style {
    position: relative;
    display: inline-block;
    width: auto; height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 15px 25px 15px;
    min-width: 150px;
  }
    .btn-style span {         
      position: relative;
      display: inline-block;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 2px;
      text-transform: uppercase;
      top: 0; left: 0;
      width: 100%;
      padding: 15px 20px;
      transition: 0.3s;
    }
    /*--- btn-4 ---*/
.btn-4 span {
    color: #fff;
    background-color: #1fda73;
  }
  .btn-4 span:hover {
    color: #fff;
    background-color: #63eaa0;
  }
  .btn-4::before,
  .btn-4::after {
    width: 15%; height: 2px;
    background-color: #fff;
    z-index: 2;
  }
  .btn-style.hover-border-7::before,
.btn-style.hover-border-7::after {
  bottom: 0;
  transition: width 0.2s 0.35s ease-out;
}
.btn-style.hover-border-7::before {
  right: 50%;
}
.btn-style.hover-border-7::after {
  left: 50%;
}
.btn-style.hover-border-7:hover::before,
.btn-style.hover-border-7:hover::after {
  width: 46%;
  transition: width 0.2s ease-in;   
}

.btn-style.hover-border-7 span::before,
.btn-style.hover-border-7 span::after {
  width: 0%; height: 0%;
  background: transparent;
  opacity: 0;
  z-index: 2;
  transition: width 0.2s ease-in, height 0.15s 0.2s linear, opacity 0s 0.35s;
}
.btn-style.hover-border-7 span::before {
  bottom: 0; left: 0;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
}
.btn-style.hover-border-7 span::after {
  bottom: 0; right: 0;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.btn-style.hover-border-7 span:hover::before,
.btn-style.hover-border-7 span:hover::after {
  width: 50%; height: 100%;
  opacity: 1;
  transition: height 0.2s 0.2s ease-in, width 0.2s 0.4s linear, opacity 0s 0.2s;   
}
.icon-style i{font-size: 20px;
    margin-right: 10px;
    color: #075a2c;}

    /* search animation */
    .contenir{
        width: 100%;
        /* height: 100%; */
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .search{
    cursor: default;
    box-sizing: border-box;
    }
    .search{
        box-shadow:0px 0px 20px 1px #ffffff ;
        border: 0;
        border-radius: 30px 0 0 30px;
        /* padding: 0 10px 0 10px; */
        text-align: center;
        color: black;
        /* height: 50px;
        width: 500px; */
        font-size: 20px;
        font-weight: 1000;
    }
    .search::selection{
    background-color: red;
    color: white;
    }
    .search:focus{
    border: 0;
    outline: 0;
    }
    .search:hover{
    cursor: text;
    }
    .search-btn{
        transition: 0.2s ease-in-out;
        /* box-shadow:0px 0px 20px 1px greenyellow ; */
        border: 0;
        border-radius: 0 30px 30px 0;
        /* padding: 0 10px 0 10px; */
        text-align: center;
        color: #fff;
        position: relative;
        background-color: #1fda73;
        /* height: 50px; */
        width: 100px;
        font-size: 20px;
        font-weight: 1000;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .search-btn:hover{
    transition: 0.2s ease-in-out;
    background-color: green;
    box-shadow:0px 0px 20px 1px green ;
    font-size: 20px;
    font-weight: 800;
    cursor: pointer;
    }
/* arrow design */
/* .schemes-list{list-style-type: none;}
.arrow {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    padding-left: 20px;
    font-family: arial;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  
  .arrow:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    top: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #ccbd94;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  } */
  .schemes .banner {
    height: 140px;
    width: 200px;
    background-color: #fff;
    position: relative;
    color: #000;
    font-family: inherit;
    line-height: 120%;
    font-weight: 500;
    display: flex;
    flex-direction: column;   
    font-size: 2rem;
    padding: 0 2rem;    
    margin: 1rem 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .schemes .banner:after {
    content: ' ';
    display: block;
    position: absolute;
    right: -100px;
    bottom: 0px;
    height: 100%;
    width: 100px;
    background-color: #fff;
    -webkit-clip-path: url("#clip-path");
    clip-path: url("#clip-path");
  }
  
  .schemes .banner4 {
    width: 85%;
  }
  .schemes .banner p{
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
  }
  .schemes .btn-scheme{
    background-color: #1fda73;
    border-color: #1fda73;
  }
  .main_menu_supage p {
    color: #000000;
  }
  .modal-lg, .modal-xl {
      max-width: 90%;
  }
  
  .content_padtb {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .subpagecontent table {
    width: auto !important;
  }
  .innerpage-bg{
      min-height: 70vh;
  }
  .implink_img {
    width: 119px;
    height: 119px;
  }
  .pad100 {
    padding-bottom: 100px;
  }
  .imprt_links .col-lg-2 {
      margin: 0 15px;
  }


    /*.header-row{ 
      display: flex;
      align-items: center;
      justify-content: space-between;
      
  } */
 .header-row a{text-decoration:none;}
.logo-design
{
    display: flex;
    flex-direction: row;
    line-height: 30px;
}
.logo-design1   {
    /* margin-top: 5px; */
    margin-left: 25px;
    display: flex;
    flex-direction: column;
}
.logo-design-right {
    display: flex;
    flex-direction: row-reverse;
    line-height: 30px;
}
.logo-design1-right {
    margin-right: 25px;
    display: flex;
    flex-direction: column;
}
.logo-p1 {
    font-family: inherit;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0;
}
.logo-p2 {
    font-family: inherit;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-align: left;
    margin-bottom: 0;
}
.logo-p1-right {
    font-family: inherit;
    font-size: 17px;
    font-weight: bold;
    color: #2521c2;
}
.logo-p2-right {
    font-family: inherit;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-align: right;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    max-height: 400px;
    overflow-y: auto;
}
 .dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  display: none;
  position: absolute;
  /*top: 0;
  left: 100%;*/
  margin-top: -6px;
}
.dropdown-item:active{color: #fff !important;}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-menu {
  display: none;margin: 0 !important;
}
.dropdown:hover > .dropdown-menu:not(.fixed-show) {
  display: block;
}
.dropdown.show > .dropdown-menu {
  display: block;
}
   .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu .dropdown-menu{
    top: 0;
right: 100%;
    left: auto;
}
.nav-item{
    display: flex;
    align-items: center;
}
.nav-item_ta{
align-items: center;

    white-space: normal;
    word-break: break-word;
    text-align: center;
}
.navbar-nav {
    flex-wrap: wrap;
    line-height:1.2;
}
/* Add this style to show the dropdown when the 'show' class is applied */
/*.navbar-nav .nav-item.dropdown.show:hover .dropdown-menu {
display: block;
}*/
.language_content a {
    color: #fff;
}
.text-dark {
    color: #000 !important;
}
.carousel-inner img {
    height: 500px;
}
.controls a span {
    padding: 0 10px;
}

.termsandpolicy {
   padding-bottom: 20px;
}
.whatsnew table tr td a {
    color: #000;
}
.whatsnew table tr td img {
    width: 50px;
    height: 50px;
}

.ind_scheme .scheme_txt {
    height: 100px;
}
.logo-design-right img {
    height: 62px;
}

.modal-dialog.custom-modal-size {
    max-width: 60vw;
    }

  .modal-content {
    height: auto;
  }

  .modal-body {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .modal-body img {
    width: 100%;
    height: auto;
    max-height: 70vh; /* prevent overflow */
    object-fit: contain;
  }

  .modal-footer {
    justify-content: center;
  }
.modal .pageloadmodal .close {
    color: #fff !important;
    background: red;
    margin: 0;
    padding: 5px 5px;
    opacity: inherit !important;
}

.social-icon-bar {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    transition: all .5s;
  }

  .social-hide {
    opacity: 0;
     z-index: 0;
  pointer-events: none;
  }

  .social-show {
    opacity: 1;
    pointer-events: auto;
  }

  .social-icon-bar a {
    display: block;
    text-align: center;
    padding: 12px;
    transition: all 0.3s ease;
    color: white;
    font-size: 12px;
  }
  .social-emb_nav{  
    margin: 0;
    padding: 0;
  }
  .social-emb_nav .wrapper {
    position: absolute;
    top: 50%;
    right: -45px;
    transform: translate(-50%, -50%);

  } 
  .social-emb_nav ul {
    list-style: none;
  } 
  .social-emb_nav ul li {
    width: 50px;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2px 0;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
  } 
  .social-emb_nav ul li .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
    font-weight: bold;
  } 
  .social-emb_nav ul li.facebook{
    background: #3b5998;
  } 
  .social-emb_nav ul li.twitter{
    background: #000000;
  } 
  .social-emb_nav ul li.instagram{
    background: #cb0068;
  } 
  .social-emb_nav ul li.youtube{
    background: #f70000;
  } 
  .social-emb_nav ul li.facebook div.social-slider{
    background: #627aac;
  } 
  .social-emb_nav ul li.twitter div.social-slider{
    background: #3f3737;
  } 
  .social-emb_nav ul li.instagram div.social-slider{
    background: #bc4783;
  } 
  .social-emb_nav ul li.youtube div.social-slider{
    background: #e64444;
  } 
  .social-slider {
    content: "";
    position: absolute;
    top: 0;
    right: 51px;
    width: 0px;
    height: 50px;
    background: #eebb5c;
    border-radius: 3px;
    transition: all 0.5s 0.3s ease;
  } 
  .social-slider p {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    line-height: 50px;
    opacity: 0;
    transition: all 0.6s ease;
  } 
  .social-emb_nav ul li:hover .social-slider {
    width: 180px;
    transition: all 0.5s ease;
  } 
  .social-emb_nav ul li:hover .social-slider p {
    opacity: 1;
    transition: all 1s 0.2s ease;
  }
  .fa.fa-twitter::before {
      content: "𝕏";
      font-size: 1.2em;
  }

  @media (max-width: 992px) {
    .modal-dialog.custom-modal-size {
      max-width: 95vw;
    }
  }

  @media (max-width: 576px) {
    .modal-body img {
      max-height: 50vh; /* smaller height for phones */
    }
  }
@media only screen and (min-width: 768px) {
    .header-row {
        display: flex
;
        justify-content: space-between;
    }


}

/* photo gallery */
.main .container {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     grid-gap: 1rem;
     justify-content: center;
     align-items: center;
}
 .main .card {
     background: #fff;
     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
     color: #333;
     border-radius: 2px;
}
 .main .card-image img {
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     object-fit: fill;
}
 @media only screen and (max-width: 600px) {
     .main .container {
         display: grid;
         grid-template-columns: 1fr;
         grid-gap: 1rem;
    }
}

.card {
  position: relative;
  max-width: 500px;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
              0px 5px 8px 0px rgba(0, 0, 0, 0.14),
              0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  width: 370px;
}
.card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Hover Overlay */
.info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  transform: translateY(100%) translateY(-52px);
  transition: transform 0.5s ease-out;
  z-index: 1;
  overflow-y: hidden;
}
.info::before {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(10px);
  background-size: cover;
  opacity: 0.25;
  transform: translateY(-100%) translateY(88px);
  transition: transform 0.5s ease-out;
}

.info::-webkit-scrollbar {
  width: 6px;
}
.info::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.3);
  border-radius: 3px;
}
.info::-webkit-scrollbar-track {
  background: transparent;
}

.card:hover .info {
  overflow-y: auto;
}

.card:hover .info,
.card:hover .info::before {
  transform: translateY(0);
}
.title {
  margin: 0;
  padding: 24px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
    justify-content: space-between;
}
.description {
  margin: 0;
  padding: 0 24px 24px;
 font-size: 14px;
    line-height: 2;
    text-align: justify;
}

.MsoNormalTable td,
.MsoNormalTable th {
    border: 1px solid #000 !important;
}

.shine-button {
  position: relative;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  min-width: 100px;
}

.shine-button::before {
  content: '';
  position: absolute;
  height: 250%;
  width: 40px;
  top: 0;
  left: -60px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: rotate(45deg) translateY(-35%);
  animation: shine 3s ease infinite;
}

@keyframes shine {
  0% {
    left: -80px;
  }
  40% {
    left: calc(100% + 20px);
  }
  100% {
    left: calc(100% + 20px);
  }
}

.button-ocean {
  background: linear-gradient(135deg, #821100 0%, #d16c6c 100%);
  color: #fff;
  box-shadow: 
    0 10px 30px rgba(102, 126, 234, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.button-ocean:hover {
  transform: translateY(-3px);
}
h5.figcaption{font-weight: bold;}

.dnonefire {
display: none;
}
@media (max-width: 576px){
.topbar-col{
justify-content: center;}

.subpagecontent img{
 width: 100% !important;
  height: auto;
}
.subpagecontent table{
   width: 100% !important;
  overflow-x: auto;
  display: block;
}
}

@media only screen and (min-width: 768px){
.subpagecontent img{
 width: 100%;
  height: auto;
}
.subpagecontent table{
   width: 100% !important;
  overflow-x: auto;
  display: block;
}

}

@media only screen and (min-width: 992px) {
    .subpagecontent img {
        width: auto;
        height: auto;
    }
}

.logo-design-right{
        gap:10px;flex-direction: row;
    }
    .square-img{
        border-radius:5px;
box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    }
 .logo-design1 {
       margin-top: 0;
       margin-left: 25px;
       display: flex
   ;
       flex-direction: column;
   }
   .logo-design1 .logo-p2, .logo-design1 .logo-p1 {
       margin: 0 !important;
   }
  .logo-design-right span img {
       width: 62px;
       height: 62px;
   }

   .hanging-calendar {
  width: 190px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;margin:auto;margin-top: 23px;
}
.hanging-calendar:hover {
  transform: translateY(-4px);
}
.hanger {
  width: 44px;
  height: 10px;
  background: #b71c1c;
  border-radius: 4px 4px 0 0;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.cal-header {
  background: #656e6f;
  color: #ffffff;
  text-align: center;
  padding: 8px 0;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 13px;
}
.cal-number {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #222;
  background: #fff;
  border-bottom: 2px dashed #d0d0d0;
}
.cal-footer {
  text-align: center;
  font-size: 11px;
  padding: 10px 6px;
  background: #f7f7f7;
  color: #555;
  line-height: 1.4;
}
