@import url('../../assets/Fonts/Inter-family/stylesheet.css');

.bg_Color{
  background-color: #1268b3 !important;
}

body{
  font-family: 'Inter' !important;
  /* font-family: 'Lato' !important; */
  /* font-family: Arial !important; */
  /* background-color: #fff !important; */
  /* background-color: var(--color); */
  font-weight: 400 !important;
  font-size: 16px;
}

.header_bg small{
  font-size: 12px;
}
a {
  text-decoration: none !important;
  cursor: pointer;
}
a:focus-visible {
  outline: none !important;
}

/* animation_css_start */

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}

.active.fade-left {
  animation: fade-left 1s ease-in;
}

.active.fade-right {
  animation: fade-right 1s ease-in;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}



/* animation_css_end */

#menuheader h5 {
    padding-top: 6px;
    text-align: center;
    margin: 0px;
    font-size: 14px;
}
/* #menuheader .fa-envelope,#menuheader .fa-phone  {
    color: #fff;
    background: #4a4545 !important;
    padding: 8px;
    border-radius: 50%;
    font-size: 14px;
    width: 30px;
    height: 30px;
} */
.share-links .fa-envelope, .share-links .fa-phone  {
    color: #fff;
    background: #4a4545 !important;
    padding: 4px;
    border-radius: 50%;
    /* font-size: 14px;
    width: 30px;
    height: 30px; */
}
/* header-top_Css_Start */


.user-account {
  line-height: 35px;
}

.user-account ul li {
  border-left: none;
}

.user-account ul li {
  display: inline-block;
  border-left: 1px solid #777777;
}

.list-inline>li {
  padding-right: 1px;
  padding-left: 1px;
}

.header-top {

  background: var(--backgroundlg);
  /* background-color: #fff; */
  /* background-color: #dae1e8; */
  /* background-color: #fee3c5; */
  /* background: linear-gradient(90deg, rgb(255 3 3) 0%, rgba(255, 179,0,1)43%); */
  
  padding: 4px;
  /*  height: 45px;*/
}
.header-top a {
  font-size: 14px;
  /*  height: 45px;*/
}


.header-middle {
  padding: 5px 0;
}
/* header-top_Css_END */

/* onyl_header_css_start */
.heading {
  font-size: 22px !important;
  font-weight: 600;
  line-height: 30px;
  /* font-family: 'ui-monospace !important'; */
  /* font-family: 'Lato' !important; */
  color: rgb(255 77 2);
  /* color: rgba(255, 179, 0, 1); */
  /* color: #c12637; */
}

.heading1 {
  font-size: 26px;
  /* font-family: 'NotoSansTelugu'; */
  /* font-family: 'Sujatha !important'; */
  font-family: 'Ramaraja' !important;
  line-height: 30px;
  /* color: #03155b; */
  /*  margin-top: 10px;*/
  font-weight: 600;
}
/* onyl_header_css_end */

@media (min-width: 992px) { 
  .heading {

  }
}
.heading2 {
 
    font-family: 'Bahnschrift';
}

.telugu_title_img{
  width:"500px";
   height: 29px;

}

.top-row1 {
    position: relative;
    /* z-index: 9999; */
     background: #ffbf73;
     /* background: #ff971c; */
     /* background: linear-gradient(90deg, #ffa501 0%, #FF350C 50%); */
    /* background-color: #fff; */
}
/*** Navbar Start ***/
/* .navbar .navbar-nav {
  padding: 15px 0;
} */

/* .menuheader{
  background: #f9900e !important;
} */
/* nav.navbar.navbar-dark{
  margin-bottom: 10px;
} */

.navbar.navbar-light{
  padding: 0px !important;
}
.navbar .navbar-nav .nav-link {
  /* padding: 15px; */
  padding: 10px 6px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  outline: none;
  transition: .5s;
  text-transform: uppercase !important;


}


.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active{
  /* color: var(--bs-primary); */
  background: var(--textwhite)  !important;
  /* background: #005e7e !important; */
  color: #000 !important;
  transition: .5s;
  /* border-radius: 10px; */
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 800;
  vertical-align: middle;
  margin-left: 8px;
  display:none;
}

.active>.page-link, .page-link.active {
  background-color: var(--listiconbg) !important;
  border-color:  var(--listiconbg) !important;
  /* background-color: #f9900e !important;
  border-color: #f9900e !important; */
}
@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    border-radius: 16px;
    /* border-radius: 0; */
    border: none;
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transition: .5s;
    opacity: 0;
    padding: 5px;
  }
}

.dropdown .dropdown-menu a{
  color: #2f2f2f;
  /* color: #fff; */
  border-bottom: 1px solid #fff;
  font-size: 13px !important;

}

.dropdown .dropdown-menu a:hover,
.dropdown .dropdown-menu a.active {
  background: rgb(255 179 0);
  /* background: #005e7e; */
  /* background: #fff; */
  color: #fff;
  border-radius: 4px;
  
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  transition: .5s;
  opacity: 1;
  background-color: #fff;
  /* background-color: #1268b3; */
 
}


.navbar-toggler {
  background: #fff;
  color: var(--bs-light) !important;
  padding: 5px 12px;
  /* border: 2px solid var(--bs-primary) !important; */
}
/* .nav_brd {
  border: 1px solid #fff;
  border-radius: 35px;
  background-color: #f9900e75;
} */


.collapse.navbar-collapse {
    flex-basis: auto !important;
}
.fixednav.bg-navbar {
    /* background-color: #fff; */
    /* background-color: rgba(0, 0, 0, .5) !important; */
    /* background-color: #f9900e !important; */
    /* background-color: var(--themebgcolor) !important; */
    position: fixed;
    top: 0;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.fixednav {
  background: var(--themecolor);
  /* background: #623b21; */
  /* background: #031424; */
      /* z-index: 9999999; */
    position: relative;
  /* background: #fee3c5; */
  /* background: rgb(255,3,3);
  background: linear-gradient(90deg, rgb(255 3 3 / 68%) 0%, rgb(249 144 14 / 79%) 35%, rgb(253 216 0 / 70%) 100%); */
  /* background: linear-gradient(90deg, rgba(255,3,3,1) 0%, rgba(249,144,14,1) 35%, rgba(253,216,0,1) 100%);s */
}
/*** Navbar End ***/


/* carousel   */

.style_carousel .carousel-control-next-icon:after {
  content: "\f105";
  font-weight: 900;
  font-family: 'Font Awesome 6 Free';
  padding: 8px 13px;
  font-size: 20px;
  border-radius: 50%;
  justify-content: center;
  color: #0e0e0e;
  background-color: white;
}

.style_carousel .carousel-control-prev-icon:after {
  content: "\f104";
  font-weight: 900;
  font-family: 'Font Awesome 6 Free';
  padding: 8px 13px;
  font-size: 20px;
  border-radius: 50%;
  justify-content: center;
  color: #0e0e0e;
  background-color: white;
}

/* .main-slider {
  position: relative;
  z-index: 999;
}
.slider-area {
  z-index: 9999;
  position: relative;
} */
/* .banner-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 17%);
  top: 0;
  z-index: -1;
} */
.banner-wrapper.home_one::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: rgb(0 0 0 / 57%); */
  /* background: rgb(0 0 0 / 26%); */
  /* background: rgba(0, 0, 0, 0.5); */
  top: 0;
  z-index: -1;
}
.banner-wrapper.home_two::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: rgb(0 0 0 / 57%); */
  /* background: rgb(0 0 0 / 26%); */
  /* background: rgba(0, 0, 0, 0.5); */
  top: 0;
  z-index: -1;
}
.banner-wrapper.home_three::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: rgb(0 0 0 / 57%); */
  /* background: rgb(0 0 0 / 26%); */
  /* background: rgba(0, 0, 0, 0.5); */
  top: 0;
  z-index: -1;
}
/* .homeslider-content {
  position: absolute;
 top: 50%;
  width: 100%;
  padding: 10px;
  color: #fff;
  z-index: 9999;
} */

/* .banner-wrapper {
  height: 60vh;
  background: url('../../assets/images/slider/1.png') no-repeat scroll center center / cover;
  display: flex;
  align-items: end;
  position: relative;
  z-index: 999;
} */
.banner-wrapper.home_one {
  height: 90vh;
  background: url('../../assets/images/slider/Leonardo_Phoenix_10_A_surreal_and_vibrant_cinematic_photograph_1.jpg') no-repeat scroll center center / cover;
  display: flex;
  align-items: end;
  position: relative;
  z-index: 999;
}
.banner-wrapper.home_two {
  height: 90vh;
  background: url('../../assets/images/slider/2.png') no-repeat scroll center center / cover;
  /* background: url('../../assets/images/slider/main_Banner.png') no-repeat scroll center center / cover; */
  display: flex;
  align-items: end;
  position: relative;
  z-index: 999;
}
.banner-wrapper.home_three {
  height: 90vh;
  background: url('../../assets/images/slider/4.png') no-repeat scroll center center / cover;
  /* background: url('../../assets/images/slider/main_Banner.png') no-repeat scroll center center / cover; */
  display: flex;
  align-items: end;
  position: relative;
  z-index: 999;
}
.banner-wrapper .homeslider-content img {
  /* border: 28px solid rgba(1,1,1,0.3);
  border-radius: 10px; */
  /* border: 28px solid rgb(249 144 14 / 21%); */
}

.desc_content{
  background-color: rgba(1,1,1,0.3);
  /* border: 28px solid rgb(249 144 14 / 21%); */
  /* border-radius: 100px; */
}
.slider-area.owl-carousel .owl-item img {
  display: block;
  width: revert-layer !important;
}
@media(max-width:768px) {

  .style_carousel .carousel-control-prev-icon:after {
    content: "\f104";
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    padding: 6px 9px;
    font-size: 12px;
    border-radius: 50%;
    justify-content: center;
    color: #0e0e0e;
    background-color: white;
  }

  .style_carousel .carousel-control-next-icon:after {
    content: "\f105";
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    padding: 6px 9px;
    font-size: 12px;
    border-radius: 50%;
    justify-content: center;
    color: #0e0e0e;
    background-color: white;
  }
}


    .high-contrast {
      background-color: #000 !important;
      color: #f4672e !important;
    }
.a_buttons ul li{
  list-style-type: none;
  margin: 0px 3px;
  


}
.a_buttons ul li:nth-child(2){
    background-color: #926100;
      border-radius: 50%;
     font-size: 15px;
     padding-top: 3px;
      width: 30px;
      height: 30px;
      color: #fff;
      
}
.a_buttons ul li:nth-child(3){
    background-color: #926100;
    color: #fff;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      font-size: 15px;
      padding-top: 3px;
}
.a_buttons ul li:nth-child(4){
    background-color: #926100;
      padding: 2px;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      font-size: 15px;
      padding-top: 3px;
      color: #fff;
}
.a_buttons ul li:nth-child(5){
  background-color: #000;
  color: #fff;
  width: 30px;
   height: 30px;
  border-radius: 50%;
  font-size: 15px;
  padding-top: 3px;
}
.a_buttons ul li:nth-child(6){
  background-color: rgb(221, 221, 221);
  color: #2f2f2f;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 15px;
  padding-top: 3px;
}


.search {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

/* .search__input {
  font-family: inherit;
  font-size: inherit;
  background-color: #f4f2f2;
  border: none;
  color: #646464;
  padding: 0.7rem 1rem;
  border-radius: 30px;
  width: 12em;
  transition: all ease-in-out .5s;
  margin-right: -2rem;
} */

.search__input {
  font-family: inherit;
  font-size: inherit;
  /* background-color: #f4f2f2; */
  border: 1px solid #ccc;
  color: #646464;
  padding: 0.2rem 1rem;
  border-radius: 5px;
  width: 21em;
  transition: all ease-in-out .5s;
  margin-right: -3rem;
  
}

.search__input:hover,
.search__input:focus {
  box-shadow: 0 0 1em #00000013;
}

.search__input:focus {
  outline: none;
  background-color: #f0eeee;
}

.search__input::-webkit-input-placeholder {
  font-weight: 300;
  color: #ccc;
}



.search__button {
  border: none;
  background-color: #fff;
  margin-top: .1em;
  color: #f4672e;
}

.search__button:hover {
  cursor: pointer;
}


.marqueCSS a{
  text-decoration: none;
}

.smallboxrow .newbox {
  background: #ff7600;
  float: left;
  margin-top: 0px;
  /* padding: 0 10px; */
  width: 100%;
  /* padding: 10px; */
  margin-top: 10px;
  margin-bottom: 5px;
}
.smallboxrow .newbox h1 {
  margin: 0;
  font-size: 11px;
  text-align: center;
  background: #da7016;
  padding: 9px 0;
  color: #fff;
  font-weight: bold;
}
.smallboxrow .data {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.smallboxrow .newbox1 {
  background: #00a300;
}
.smallboxrow .newbox2 {
  background: #00a300;
}
.smallboxrow .newbox6 {
  background: #0071a7;
}
.smallboxrow .newbox5 {
  background: #15a697;
}
.smallboxrow .newbox3 {
  background: #1e7145;
}
.smallboxrow .newbox9 {
  background: #314c58;
}
.smallboxrow .newbox4 {
  background: #9f00a7;
}
.smallboxrow .newbox7 {
  background: #0bcc72;
}
.smallboxrow .newbox8 {
  background: #5a4580;
}








/* new_CSs */

.all_C a {
  line-height: normal;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  
}

  .all_C .practise-3-item {
    position: relative;
    padding: 18px 5px;
    border: 1px solid #ccc;
    margin-bottom: 50px;
    z-index: 0;
    text-align: center;
    float: left;
    width: 100%;
    min-height:25vh;
    border-radius: 10px;
    overflow: hidden;
  }
  @media(max-width:728px){
        .all_C .practise-3-item{
          min-height: 14vh;
        }

  }
  .all_C .practise-3-item::before {
      content: '';
        position: absolute;
        z-index: -1;
        top: -10px;
        left: -10px;
        background: rgba(255, 255, 255, 0.226);
        /* background: rgba(255, 255, 255, 0.1); */
        height: 7px;
        width: 10px;
        border-bottom-right-radius: 50px;
      
        /* border-radius: 32px; */
        transform: scaleY(1);
        transform-origin: 0% 11%;
        transition: transform 0.35s ease-out;
  }
  .all_C .practise-3-item:hover:before {
      
          transform: scale(35);
       
  }
 
    .all_C .about_img {
      background-image: url(../../assets/images/card_images/card_1.png);
      background-color: #0088ff;
      /* background-color: #e35f07d4; */
      background-blend-mode: multiply;
      background-size: 200px;
      background-position-x: 50%;
      background-position-y: 40%;
      background-repeat: no-repeat;
      text-align: center;
    }
    .all_C .about_img_2 {
      background-image: url(../../assets/images/card_images/card_2.png);
      background-color: #1c7bce;
      /* background-color: #e35f07d4; */
      background-blend-mode: multiply;
      background-size: 250px;
      background-position-x: 50%;
      background-position-y: 40%;
      background-repeat: no-repeat;
      text-align: center;
    }
    .all_C .about_img_3 {
      background-image: url(../../assets/images/card_images/card_3.jpg);
      background-color: #1c7bce;
      /* background-color: #e35f07d4; */
      background-blend-mode: multiply;
      background-size: cover;
      background-repeat: no-repeat;
    }
    .all_C .about_img_4 {
      background-image: url(../../assets/images/card_images/card_4.jpg);
      background-color: #1c7bce;
      /* background-color: #e35f07d4; */
      background-blend-mode: multiply;
      background-size: cover;
      background-repeat: no-repeat;
    }
    .all_C .about_img_5 {
      background-image: url(../../assets/images/card_images/card_5.png);
      background-color: #1c7bce;
      /* background-color: #e35f07d4; */
      background-blend-mode: multiply;
      background-size: 250px;
      background-position-x: 50%;
      background-position-y: 40%;
      background-repeat: no-repeat;
    }
    .all_C .about_img_6 {
      background-image: url(../../assets/images/card_images/card_6.jpg);
      background-color: #1c7bce;
      /* background-color: #e35f07d4; */
      background-blend-mode: multiply;
      background-size: cover;
      background-position-y: 28%;
      background-repeat: no-repeat;
    }
    .all_C .about_img_7 {
      background-image: url(../../assets/images/card_images/card_7.png);
      background-color: #1c7bce;
      /* background-color: #e35f07d4; */
      background-blend-mode: multiply;
      background-size: cover;
        background-position-x: 50%;
        background-position-y: 50%;
      background-repeat: no-repeat;
    }
    .all_C .about_img_8 {
      background-image: url(../../assets/images/card_images/card_8.png);
      background-color: #1c7bce;
      /* background-color: #e35f07d4; */
      background-blend-mode: multiply;
      background-size: 250px;
        background-position-x: 40%;
        background-position-y: 50%;
      background-repeat: no-repeat;
    }
    .all_C .about_img_9 {
      background-image: url(../../assets/images/card_images/card_9.png);
      background-color: #1c7bce;
      /* background-color: #e35f07d4; */
      background-blend-mode: multiply;
      background-size: 270px;
        background-position-x: 50%;
        background-position-y: 50%;
      background-repeat: no-repeat;
     
    }
    .all_C .about_img_10 {
      background-image: url(../../assets/images/card_images/card_10.png);
      background-color: #1c7bce;
      /* background-color: #e35f07d4; */
      background-blend-mode: multiply;
      background-size: cover;
      background-position-x: 50%;
      background-position-y: 50%;
      background-repeat: no-repeat;
      
    }
    .all_C .about_img_11 {
      background-image: url(../../assets/images/card_images/card_11.png);
      background-color: #1c7bce;
      /* background-color: #e35f07d4; */
      background-blend-mode: multiply;
      background-size: 250px;
      background-position-x: 50%;
      background-position-y: 50%;
      background-repeat: no-repeat;
    }
    .all_C .about_img_12 {
      background-image: url(../../assets/images/card_images/card_12.jpg);
      background-color: #1c7bce;
      /* background-color: #e35f07d4; */
      background-blend-mode: multiply;
      background-size: cover;
      background-repeat: no-repeat;
    }




 

  .all_C .practise-3-item .icon-box {
    position: relative;
    /* height: 40px; */
    text-align: left;
    /* line-height: 40px; */
    display: inline-block;
    /* float: left; */
    width: 60px;
    text-align: center;
  }

  .all_C .practise-3-item h5 {
    display: inline-block;
    margin-left: 0px;
    margin-top: 8px;
    /* text-align: center; */
    float: left;
    width: 100%;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
  }

     
















/* multiple_small list_type_Css */
.topleftbtns {
  float: left;
  width: 100%;
  margin-bottom: 2.4px;
  cursor: pointer;
  text-decoration: none !important;
  background: #1c7bce;
  color: #fff;
}
.topleftbtns2 {
  background: #125b9f;
}
.topleftbtns3 {
  background: #1a99ac;
}
.topleftbtns4 {
  background: #15a697;
}
.topleftbtns5 {
  background: #028EC2;
}
.topleftbtns6 {
  background: #8BC34A;
}
.topleftbtns7 {
  background: #29c7b9;
}
.topleftbtns8 {
  background: #607D8B;
  margin-bottom: 0;
}


/* about_css */
/* .abouttxt h1 {
  font-size: 17px;
  color: #ff4200;
  background-color: transparent;
  text-transform: uppercase;
  border-bottom: 1px solid #ff4200;
  padding-bottom: 12px;
  margin-top: 0;
}

.abouttxt {
  box-shadow: 0 9px 23px rgba(0, 0, 0, 0.09), 0 5px 5px rgba(0, 0, 0, 0.06) !important;
  -webkit-transition: box-shadow 0.7s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  -moz-transition: box-shadow 0.7s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  -o-transition: box-shadow 0.7s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  transition: box-shadow 0.7s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  -webkit-border-radius: 0.4167rem;
  -moz-border-radius: 0.4167rem;
  -ms-border-radius: 0.4167rem;
  -o-border-radius: 0.4167rem;
  border-radius: 0.4167rem;
  min-height: 310px;
  padding: 15px;
  background: #fff;
  margin-top: 15px;
  font-size: 14px;
} */

.read_more{
  
    margin-bottom: 16px;
}

.read_more span{
      color: rgba(255, 179, 0, 1);
      /* color: #c12637; */
        font-weight: 600;
        font-size: 14px;
      
        
}
.read_more span:hover{
      font-size: 15px;
        
}

/* .cshadow {
  font-size: 12px;
  box-shadow: 0.717px 1.867px 30px 0 rgba(180,184,190,.235);
  min-height: 150px !important;
  box-shadow: 0px 2px 70px 0px rgb(110 130 208 / 18%);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  background: #fff !important;
} */


.custom-tooltip_bg {
  --bs-tooltip-bg: #fff;
  /* --bs-tooltip-bg: #005e7e; */
  --bs-tooltip-color: #000;
  font-size: 12px;
  border-radius: 8px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.custom-tooltip_title {
  --bs-tooltip-bg: #fff;
  /* --bs-tooltip-bg: #005e7e; */
  --bs-tooltip-color: #000;
   font-size: 12px;
  border-radius: 8px;

   box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.custom-tooltip_title_2 {
  --bs-tooltip-bg: #fff;
  --bs-tooltip-color: #005e7e;
   font-size: 12px;
}

.cshadow img{
  border: 7px solid #fff;
  transition: 400ms;
}
.cshadow img:hover{
    transform: scale(1.1, 1.1);
}

.faiconbg {
  background-color: #fff;
  font-size: 35px;
  /* border-radius: 70px; */
  /* border: 1px solid #d9d9d9; */
  color: #c12637;
  /* width: 87px; */
  text-align: center;
  padding-top: 7px;

}


.theme_header {
  background-color: var(--themebgcolor) !important;
  /* background-color: #f9900e !important; */
}

.welcome {
  background-color: #f8fff700;
  padding: 15px;
  /* font-size: 1.06em; */
  border-radius: 15px !important;
}

.welcome h3 {
  color: #000;
  /* font-family: Arial, sans-serif; */
  font-size: 1.55em;
  position: relative;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
}


/* .welcome h3:before {
  position: absolute;
  height: 5px;
  width: 15%;
  bottom: -8px;
  background-color: rgba(255, 179, 0, 1);
  background-color: #005e7e;
  content: "";
} */

.welcome h3 span {
  color: #000000;
  /* color: #03155b; */
  padding-left: 6px;
}

.section-title h3 {
  margin-bottom: 20px;
  color: #833c0b;
  font-size: 24px;
  font-weight: 400;
}

.welcome_2 h3 {
  color: #000;
  font-family: "Sansita", sans-serif;
  /* font-size: 1.55em; */

  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
}
/* .welcome_2 h3:before {
  position: absolute;
  height: 5px;
  width: 15%;
  bottom: -8px;
  background-color: rgba(255, 179, 0, 1);
  background-color: #005e7e;
  content: "";
} */
.welcome_2  h3 span {
  padding-left: 8px;
  color: #03155b;
    font-size: 19px;
    font-weight: 600;
}

/*
.section-welcome {
  background-image: url(../images/line_shape.png),
    linear-gradient(356deg, rgb(255 248 228 / 58%), rgb(246 255 246));
  background-repeat: no-repeat;
  padding-bottom: 50px;
  position: relative;
}
*/
.plans {
  /* background-color: #ecf2f7; */
  /* background-color: #c12637; */
  padding: 10px;
  /* padding: 15px 15px 15px 15px; */
  border-radius: 10px;
  /* background-color: #e8f5fc; */
  /* padding: 20px 16px; */
  border-radius: 8px;
  color: #000 !important;
font-weight: 600;
  /* border: 1px solid rgba(0, 149, 218, .5); */
  transition: 400ms;
}

.plans:hover {
  background-color: rgb(255 179 0);
  /* background-color: #ffffff3a; */

  /* transform: scale(1.1);
  transition: all 0.3s ease-in-out 0.2s; */

  transform: scale(0.9, 0.9);
  border-left: 3px solid #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;

}

.plans .fal {
  color: #fff;
}
.plans .icons_bg{
  background-color: #fff;
  border: 1px soli #fff;
  /* padding: 6px; */
  border-radius: 50px;
  padding: 5px 0px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.plans .icons_bg svg{
  width: 30px;
  color: rgb(255 24 2);
}


.welcome:hover > .plans:not(:hover) {
  /* filter: blur(1px); */
  transform: scale(1, 1);
}

abbr[title] {
  text-decoration: none;
  cursor: pointer;
  border: none !important;

}

.triangle-up-left {
  padding: 8px;
  position: absolute;
  /* width: 90%; */
  padding-top: 13px;
}
.triangle-up-left h3 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  width: 100%;
  text-transform: uppercase;
  margin: 0;
}

.pos-rel {
  position: relative;
}
.triangle-down-left {
  position: absolute;
  background: #FFDF00;
  bottom: 2px;
  right: 2px;
  width: 61px;
  line-height: 13px;
  padding: 14px;
  padding-top: 10px;
  font-size: 12px;
  height: 45px;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
}
.triangle-down-left:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: -30px;
  border-right: 63px solid transparent;
  border-bottom: 15px solid #FFDF00;
  top: -14px;
  position: absolute;
}

/* cards_designs_Css */

.statastics_block .first_card {
  position: relative;
  min-height: 100px;
  overflow: hidden;
  border-radius: 10px;
  border: none;
  background-color: #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-right: 3px solid #ff8d00;
}
.statastics_block .first_card::before {
  content: '';
  background-color: rgb(253 163 0 / 75%);
  position: absolute;
  top: -7%;
  left: 61%;
  transform: translateX(49%);
  width: 8.063rem;
  height: 12.0799rem;
  border-radius: 50%;
  opacity: 0.14;
}

.statastics_block .first_card .c_first_block {
  padding: 38px 15px;
  background-color: #ff8d00;
}
.statastics_block .first_card .c_second_block  {
  text-align: center;
 margin: 0 auto;
}



.statastics_block .first_card h6 {
  color: #ff8d00;
  font-weight: 600;
  font-size: 13px;
}

.statastics_block .second_card {
  position: relative;
  min-height: 100px;
  overflow: hidden;
  border-radius: 10px;
  border: none;
  background-color: #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-right: 3px solid #1e8722;
}
.statastics_block .second_card::before {
  content: '';
  background-color: rgb(27 253 0 / 75%);
  position: absolute;
  top: -7%;
  left: 61%;
  transform: translateX(49%);
  width: 8.063rem;
  height: 12.0799rem;
  border-radius: 50%;
  opacity: 0.14;
}

.statastics_block .second_card .c_first_block {
  padding: 38px 15px;
  background-color: #1e8722;
}
.statastics_block .second_card .c_second_block  {
  text-align: center;
 margin: 0 auto;
}



.statastics_block .first_card h6 {
  color: #ff8d00;
  font-weight: 600;
  font-size: 13px;
}

.statastics_block .cust_card_1 {
background-color: var(--secbgcolor);
border: 4px solid var(--sectitleborder) !important;

}
.statastics_block .cust_card_1:hover  {
background-color: var(--sectitleborder);
/* border: 4px solid var(--secbgcolor) !important; */

}
.statastics_block .plans_two {
  /* padding: 10px; */
  transition: 400ms;
}
.statastics_block .plans_two:hover {
  /* background: #37c116 !important; */
  transform: scale(1.05, 1.05);
  /* color: #fff; */
}

.abtdesc, .fundesc {
  text-align: justify;
}






.approve_layouts_block .first_card {
  position: relative;
  min-height: 100px;
  overflow: hidden;
  border-radius: 10px;
  border: none;
  background-color: #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  /* border-right: 3px solid #ff8d00; */
}


.approve_layouts_block .first_card .c_first_block {
  padding: 15px 15px;
  background-color: #ff0000cf;
}
.approve_layouts_block .first_card .c_second_block  {
  text-align: center;
 margin: 0 auto;
 padding: 10px;
}



.approve_layouts_block .first_card h6 {
  color: #ff8d00;
  font-weight: 600;
  font-size: 13px;
}

.approve_layouts_block .second_card {
  position: relative;
  min-height: 100px;
  overflow: hidden;
  border-radius: 10px;
  border: none;
  background-color: #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  /* border-right: 3px solid #1e8722; */
}


.approve_layouts_block .second_card .c_first_block {
  padding: 15px 15px;
  background-color: #1e8768f0;
}
.approve_layouts_block .second_card .c_second_block  {
  text-align: center;
 margin: 0 auto;
 padding: 10px;
}



.approve_layouts_block .first_card h6 {
  color: #ff8d00;
  font-weight: 600;
  font-size: 13px;
}

.approve_layouts_block .plans_two {
  /* padding: 10px; */
  transition: 400ms;
}
.approve_layouts_block .plans_two:hover {
  /* background: #37c116 !important; */
  transform: scale(1.05, 1.05);
  /* color: #fff; */
}




/* footer_Css_ */


#footer .footer-bottom {
  padding: 15px 9px 18px;
  width: 100%;
  background: #031424;
  /* background: #034258; */
 
}

#footer .footer-bottom p {
  font-weight: 400;
  color: #8d8c8c;
  font-size: 12px;
  line-height: 20px;
}

#footer p {
  /* font-family: 'Lato' !important; */
  font-weight: 400;

  /* font: 400 14px / 24px " Arial !important"; */
  color: #fff;
  display: block;
}

.float-left {
  float: left;
}

#footer .menu-footer {
  display: flex;
  list-style: none;
}

#footer .footer-bottom .menu-footer li a {
  text-transform: capitalize;
  /* font: 400 14px / 20px " Arial !important"; */
  color: #d0d0d0;
  margin: 0px;
  margin-left: 35px;
  position: relative;
  font-weight: 400;
}

.align-right {
  text-align: right;
}

.float-right {
  float: right;
}

#footer .footer-bottom .menu-footer li:first-child a:after {
  width: 0px;
  font-weight: 400;
}

#footer .footer-bottom .menu-footer li a:after {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #616161;
  left: -21px;
  top: 7px;
  font-weight: 400;
}

#footer .footer-bottom p a {
  /* color: #f56666; */
  /* color: #e37a1f; */
  color: #fff;
  /* color: #f9900e; */
  /* color: #c12637; */
  text-decoration: underline;
  font-weight: 400;
}

#footer.footer-v1 {
  color: #fff;
  background: #031424;
  /* background: rgb(255 179 0); */
  /* background: #565656; */
  /* background: #005e7e; */
  padding-top: 50px;
  font-weight: 400;
  background-image: url('../images/footer_bg_1.png');
    background-position: top center;
    background-size: 100% 100%;
}

#footer {
  float: left;
  width: 100%;
}

#footer .social {
  margin-bottom: 30px;
}

#footer .social a {
  margin: 0px;
  width: 40px;
  height: 40px;
  padding-top: 8px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
}
#footer .social a:hover {
 background-color: #fff;
 /* background-color: #c12637; */
 color: rgb(255 179 0);
 /* color: #fff; */
}

.social a {
  display: inline-block;
  padding: 0 10px;
  float: left;
}

#footer .social a i {
  font-size: 18px ;
  line-height: 40px ;
  color: #fff ;
}

.widget {
  color: #fff;
  margin-bottom: 30px;
}

#footer.footer-v1 h3.widget-title {
  display: block;
  margin-bottom: 20px;
  font-family: 'Lato' !important;
  /* font-family: Arial; */
  font-weight: 600;
}

#footer h3.widget-title {
    color: var(--themecolor) !important;
    text-transform: uppercase;
    /* font: 400 18px / 1px " Arial !important"; */
    font-size: 16px;
    background: #fff;
    border-bottom: 5px solid #ff0000;
    /* padding-bottom: 20px; */
    padding: 10px;
    font-weight: 500;
    border-radius: 8px;
}


.widget .widget-title {
  color: #fff;
  text-transform: uppercase;
  font-style: normal;
  padding-bottom: 10px;
  position: relative;
  font: 400 24px " Arial !important";
  text-transform: uppercase;
  display: inline-block;
  width: auto;
}

#footer h3.widget-title:after {
  width: 0px;
}

.widget .widget-title:after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  height: 2px;
  background: #000;
  right: 0px;
}

.widget ul {
  margin-bottom: 15px;
}

#footer .widget.categories li a {
  font-family: 'Inter';
  /* font: 13px / 25px "arial"; */
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 16px;
  position: relative;
  display: inline-block;
  font-size: 13px !important;
}
#footer .widget.categories li:hover,#footer .widget.categories li a:hover{

   color:  #000 !important;
   /* color:  #fff; */
   /* color:  rgba(255, 179,0,1); */
   /* color: #c12637; */
}
/* #footer .widget.categories li a:hover{

   color: #c12637;
} */

.widget ul.product-categories ul li a,
.widget ul li a {
  text-transform: capitalize;
  color: #fff;
  /* font: 300 12px " arial !important"; */
  letter-spacing: 2px;
  text-transform: uppercase;
}

#footer .widget ul li a:before {
  content: "";
  font-size: 0px;
  margin: 0px;
}

.widget ul li a:before {
  font-family: "FontAwesome";
  font-size: 12px;
  color: #a1a1a1;
  content: "";
  margin-right: 5px;
}

#footer .widget ul li a:before {
  content: "";
  font-size: 0px;
  margin: 0px;
}

.widget ul li a:before {
  font-family: "FontAwesome";
  font-size: 12px;
  color: #a1a1a1;
  content: "";
  margin-right: 5px;
}

@media screen and (max-width: 480px) {
  #footer .footer-bottom {
    padding: 25px 9px 75px;
    width: 100%;
    /* background: #000; */
  }
  .abtdesc {
    font-size: 12px !important;
  }
  .section-title h3 {
    font-size: 13px !important;
  }
  .welcome_2 h3 span{
    font-size: 13px !important;
  }
  
  .heading {
    font-size: 12px !important;
    font-weight: 600;
    line-height: 20px;
    /* font-family:  Arial !important; */
    font-family: 'Lato !important';
    /* color: #833c0b; */
  }

  .heading2 {
font-size: 10px;
  }
  .heading1 {
    font-size: 12px !important;
      font-family: 'Ramaraja' !important;
    line-height: 20px;
    color: #03155b;
    /* margin-top: 10px; */
    font-weight: 600;
  }
  #footer .widget.categories li a
  {
    font-size: 12px !important;
  }
  p {
    font-size: 12px !important;
  }
  .citizen ul .second_li {
    font-size: 12px !important;
  }
  .table td {
    font-size: 10px !important;
}
.fundesc{
  font-size: 12px !important;
}
.slider-area .owl-nav .owl-prev{
  left: 20px !important;

}
.slider-area .owl-nav .owl-next{
  right:20px !important;
}
.slider-area .owl-nav .owl-prev,
.slider-area .owl-nav .owl-next {
  width: 20px !important;
   height: 20px !important;
   font-size: 10px !important;
   line-height: 20px !important;
 }
}
@media screen and (max-width: 541px){
 .dataTables_wrapper>.row>* {
   width:50% !important;
}
.cusscroll {
  overflow-x: scroll !important;
}


.cusscroll .cusnavpills .nav-link{
  font-size: 10px !important;
}


}

.marqueclr {
  color: #03157e;
  font-weight: 500;
}


















/* help_Desk_css */
.helpdesk {
  position: fixed;
  z-index: 99;
  right: 0;
  margin-top: 186px;
  box-shadow: 0px 2px 7px #6d6969;
  background: #fff;
}
.helpinnerdiv {
  min-height: 325px;
  width: 256px;
  background: #fff;
  margin-right: -231px;
}
.helpdetails h1 {
  font-size: 22px;
  color: #305bb5;
  margin-top: 11px;
}
.helpdetails p {
  font-size: 13px;

}
.helpdesktext {
  float: left;
  width: 20px;
  background: red;
  background: #1268b3;
  height: 375px;
  padding-top: 60px;
  margin-left: 0px;
  cursor: pointer;
  line-height: 17px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  width: 26px;
  font-size: 15px;
}
.helpdesktext2 {
  float: left;
  padding-top: 60PX;
  width: 20px;
  background: red;
  background: #1268b3;
  height: 375px;
  margin-left: 0px;
  cursor: pointer;
  line-height: 17px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  width: 26px;
  font-size: 15px;
}
.helpdetails {
  width: 206px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  min-height: 352px;
  background: #fff;
}

/* color_theme_css */

.colourtheam {
  position: fixed;
  top: 181px;
  background: #ffffff;
  min-height: 85px;
  width: 24px;
  box-shadow: 0px 1px 3px;
}

.fontlinks {
  float: left;
  width: 100%;
  margin-bottom: 6px;
  margin-top: 8px;
}
.colourtheam a {
  padding: 0;
  margin: 0;
  float: left;
  width: 17px;
  height: 17px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.fontlinks a {
  background: #926100;
  padding: 2px;
  float: right;
  margin-left: 5px;
  width: 23px;
  height: 23px;
  text-align: center;
  margin-top: 8px;
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
}



  /* laatest_new_carousel_css */
    .latestnews span {
      float: left;
      color: red;
      width: 2%;
    }
    .latestnews p {
      float: left;
      padding-left: 10px;
      width: 98%;
    }

    .abouttxt p {
      text-align: justify;
      line-height: 1.6;
      margin-bottom: 10px !important;
    }

    .heading3.fw-bold {
      font-weight: 500 !important;
  }

    /* small_carousel_styles */



        .media-updates {
          /* background: #f3f3f3e3; */
          padding: 60px 0px 40px 0px;
          /*
      background-image: url(../images/line_shape.png),
        linear-gradient(356deg, rgb(255 248 228 / 58%), rgb(246 255 246));
    */
    /* background-image: url('../images/couple_1_1.jpg'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
  
    

.shape-mockup {
  position: absolute;
  z-index: -1
}

.movingX {
  -webkit-animation: movingX 8s linear infinite;
  animation: movingX 8s linear infinite;
}

.movingX {
  -webkit-animation: movingX 8s linear infinite;
  animation: movingX 8s linear infinite
}

@-webkit-keyframes movingX {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }

  50% {
      -webkit-transform: translateX(50px);
      transform: translateX(50px)
  }

  100% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }
}

@keyframes movingX {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }

  50% {
      -webkit-transform: translateX(50px);
      transform: translateX(50px)
  }

  100% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }
}

.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}
.overflow-hidden {
  overflow: hidden !important;
}
        .media-updates-block {
          background: #ffffff;
          padding: 20px 10px 10px;
          border-radius: 30px;
          overflow: hidden;
        }
    
        .section-title h3 {
          padding: 3px 0px;
          /* background: #f5f8f9; */
          /* background-color: rgb(255 179 0 / 33%); */
          margin-bottom: 20px;
          color: #000000;
          /* color: #833c0b; */
          font-size: 30px;
          font-weight: 400;
          border-radius: 5px;
          /* border: 1px solid #ffb300 !important; */
        }
    
        /* .media-updates .section-title h3>span {
          color: #005e7e;
          font-size: 24px;
          border-bottom: 5px solid;
        }
     */
        .mediablockheader {
          font-weight: 600;
          font-size: 18px;
          padding-left: 12px;
        }
    
        .other-acty .item {
          margin: 0px 10px;
          box-shadow: .717px 1.867px 30px 0 rgba(180, 184, 190, .235);
        }
    
        .other-acty .item a {
          /*  color: #fff;*/
          text-transform: uppercase;
        }
    
        .other-acty .item a {
          display: block;
          padding: 10px 0px;
          text-align: center;
          transition: 0.2s;
          border: 1px solid #fff;
          border-radius: 8px;
        }
    
        .other-acty .item a {
          padding: 10px 0px !important;
          text-decoration: none;
          height: 160px !important;
          /* height: 149px !important; */
        }
    
        .purple {
          background-color: #fff;
          /*  background-color: #6246f0;*/
        }
    
        .other-acty .item a img {
          /* background-color: #c12637; */
          background: linear-gradient(90deg, rgb(255 3 3) 0%, rgba(255, 179, 0, 1) 43%);
          padding: 10px;
          border-radius: 50px;
          height: 80px;
          margin: 0px auto 15px auto;
          /* filter: brightness(0); */
        }
    
        .cshadow {

          /* display: flex;
          justify-content: center; */
          /* padding-top: 14px !important; */
          border-radius: 12px;
          /* border: 3px solid orange; */
          font-size: 12px;
          /* box-shadow: 0.717px 1.867px 30px 0 rgba(180,184,190,.235); */
          /* min-height: 159px !important; */
          /* min-height: 150px !important; */
          /* box-shadow: 0px 2px 70px 0px rgb(110 130 208 / 18%); */
          /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
              /* box-shadow: .717px 1.867px 30px 0 rgba(180, 184, 190, .235); */
          background: #f5f5f5 !important;
          /* background: #fff !important; */
          /* overflow: hidden; */
          padding-top: 30px !important;
          padding-bottom: 20px !important;
          position: relative;
      
        }
    
        /* .cshadow:hover{ */
          /* background: #ffd4027a!important; */
          /* background: rgb(255 179 0 / 55%) !important; */
          /* background: rgba(255, 179, 0, 0.815) !important; */
          /* background: rgba(255, 179,0,1) !important; */
          /* background: linear-gradient(90deg, rgb(255 3 3) 0%, rgba(255, 179, 0, 1) 43%) !important; */
         /* background-color: #c12637 !important; */
         /* color: #fff; */
        /* } */
    
        .other-acty .item a span {
          display: block;
          color: #000;
          font-weight: 600;
          /* font-size: 1.004em; */
          font-size: 12px !important;

        }


.carousel_nav .nav .nav-link {
  /* background-color: #005e7e !important; */
  color: #005e7e !important;
  /* border: 1px solid #c12637; */
}


.carousel_nav .nav .nav-link.active {
  border-bottom: 2px solid #c12637 !important;
  
  /* color: #fff !important; */
}

.ramaraja {
  font-family: 'Ramaraja';
}


















        .client {
          width: 100%;
          height: 100%;
          background: #7F00FF;
          /* fallback for old browsers */
          background: -webkit-linear-gradient(to right, #E100FF, #7F00FF);
          /* Chrome 10-25, Safari 5.1-6 */
          background: linear-gradient(to right, #E100FF, #7F00FF);
          /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        }
    
        .carousel-icon i {
          font-size: 5rem;
          color: rgba(255, 255, 255, 0.3);
        }
    
        .carousel-item i {
          font-size: 1.6rem;
          color: rgba(255, 255, 255, 0.3);
        }
    
        .t-card {
          padding: 1.8125rem 1.125rem;
          background-color: rgba(0, 0, 0, 0.5);
          border-radius: 1.25rem;
          color: #fff;
          height: auto;
        }
    
        .arrow-down {
          width: 0;
          height: 0;
          border-left: 1.5625rem solid transparent;
          border-right: 1.5625rem solid transparent;
          border-top: 1.25rem solid rgba(0, 0, 0, 0.5);
        }



/* login_page_css */
.body-sign {
  display: table;
  height: 100vh;
  margin: 0 auto;
  max-width: 500px;
  padding: 0 15px;
  width: 100%;
}
.body-sign .center-sign {
  display: table-cell;
  padding-top: 20px;
  vertical-align: middle;
}

.body-sign .panel-sign {
  background: transparent;
}

.panel {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.mt-xl {
  margin-top: 25px !important;
}

.body-sign .panel-sign .panel-title-sign .title {
  background-color: #0088cc;
}

.body-sign .panel-sign .panel-title-sign .title {
  background-color: #cccccc;
  border-radius: 5px 5px 0 0;
  color: #FFF;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  line-height: 2rem;
  padding: 6px 17px;
  vertical-align: bottom;
}

.m-none {
  margin: 0 !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-weight-bold {
  font-weight: 700;
}
.body-sign .panel-sign .panel-body {
  border-top-color: #0088cc;
}

.body-sign .panel-sign .panel-body {
  background: #FFF;
  border-top: 5px solid #0088cc;
  border-radius: 5px 0 5px 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 33px 33px 15px;
}
.mb-lg {
  margin-bottom: 20px !important;
}
.input-group-icon,
.input-search {
  width: 100%;
  table-layout: fixed;
}

.input-group-icon input.form-control:first-child,
.input-group-icon input.form-control:last-child,
.input-search input.form-control:first-child,
.input-search input.form-control:last-child {
  border-radius: 4px;
}
.input-group-icon input.form-control,
.input-search input.form-control {
  font-size: 12px;
  font-size: 1.2rem;
  padding-right: 36px;
}

.search {
 
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.search__input {
  font-family: inherit;
  font-size: inherit;

  color: #646464;
  padding: 0.4rem 1rem;
 
  width: 27em;
  transition: all ease-in-out .5s;
  margin-right: -2rem;
}

.search__input:hover,
.search__input:focus {
  box-shadow: 0 0 1em #00000013;
}

.search__input:focus {
  outline: none;
  background-color: #f0eeee;
}

.search__input::-webkit-input-placeholder {
  font-weight: 100;
  color: #ccc;
}

.search__input:focus+.search__button {
  background-color: #f0eeee;
}

.search__button {
  border: none;
  color: #ccc;
  margin-top: .1em;
}

.search__button:hover {
  cursor: pointer;
}

.search__icon {
  height: 1.3em;
  width: 1.3em;
  fill: #b4b4b4;
}


.first_a_s a:hover{
    background: rgba(0, 0, 0, 0.5);
    opacity: 1px;
}


/* ////////////////////////// */
.cusscroll {
  overflow-x: scroll;
}
/* Start Custom Scrollbar
-------------------------*/
/* width */
::-webkit-scrollbar {
  width: 1px !important;
  height: 1px !important;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  width: 1px !important;
  height: 1px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #eeeeee;
}

/* End Custom Scrollbar
-------------------------*/
.Citizen_s .nav .nav-item .nav-link.active {
          /* background-color: rgb(255 77 2); */
          /* background-color: rgba(255, 179, 0, 1); */
          background-color: var(--listiconbg);
          /* background-color: #005e7e; */
          color: var(--textwhite);
          /* color: #fff; */
          /* font-weight: bold; */
    
        }
    
        .Citizen_s .nav .nav-item .nav-link {
          background-color: #fff;
          color: rgb(255 77 2);
          /* color: #005e7e; */
          /* font-weight: bold; */
          box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
          border-radius: 100px;
          /* padding: 5px; */
          border: 1px solid #ff9900;
          font-size: 15px;
        }
    
        .Citizen_s .webcontactsinfo {
          padding: 10px;
        }

        
        .cusnavpills{
          display: ruby-text;
        }
/* multiple_card_Css */



/* Dashboard_css */

/* .shadow {
  -webkit-box-shadow: 0 .04rem 0.45rem 0 rgba(58, 59, 69, .09) !important;
  box-shadow: 0 .04rem 0.45rem 0 rgba(58, 59, 69, .09) !important;
} */

.smaller {
  font-size: 0.7rem;
}

.o-hidden {
  overflow: hidden !important;
}

.bg-admin {
  /* background: #c21026; */
  color: #006bb7 !important;
  background: #fff;
  /* background: #006bb7; */
  -webkit-box-shadow: 0 2px 17px 2px rgb(233, 221, 247);
  box-shadow: 0 2px 17px 2px rgb(233, 221, 247);
}

.radius-25 {
  border-radius: 25px;
}

.radius-30 {
  border-radius: 30px;
}

.radius-40 {
  border-radius: 40px;
}

.radius-50 {
  border-radius: 50%;
}

.text-theme {
  color: var(--themecolor) !important;
  /* color: #f9900e !important; */
}

.text-primary {
  color: rgb(29, 155, 240) !important;
}

.text-theme-40 {
  color: hsla(207, 91%, 50%, 0.4) !important;
}

.text-muted-30 {
  color: #a6a7a7 !important;
}

.table td,
.table th {
  vertical-align: middle !important;
}

.concttable td {
  vertical-align: top !important;
}
.table th {
  color: #fff;
  text-align: justify !important;
  font-weight: 500;
  /* font-family: 'Product Sans Regular'; */
}

.table td {
  text-align: justify !important;
  font-size: 12px;
  padding: .4rem;
  text-align: left !important;
}

/* .bgheaders
{
  background-color: #1D9BF0;
  color: #fff;
} */

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #ffffff;
  /* background-color: #f8f9fc; */
  border-bottom: 1px solid hsla(226, 30%, 92%, 0.6);
}

.card-footer {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f8f9fc;
  border-top: 1px solid hsla(226, 30%, 92%, 0.6);
}

.badge {
  display: inline-block;
  padding: 2px 4px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgb(108 185 248 / 45%);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.btn-primary {
  color: #fff;
  background-color: rgb(29, 155, 240) !important;
  border-color: rgb(29, 155, 240) !important;
}

.bg-primary {
  background-color: rgb(29, 155, 240) !important;
}

/*------------------------------------------
 News Scrolling
------------------------------------------ */

.scrolling-news {
background: #ff971c;
padding: 2px;
/* padding: 22px 14px 22px; */
border-radius: 50px;
border: 8px solid #fab586;
position: relative;
margin-top: -32px;
z-index: 999;
}

/* .scrolling-news::before {
  bottom: 0;
  right: 0;
  margin: 0;
  content: " ";
  border-top: 16px solid transparent;
  border-left: 6px solid transparent;
  border-right: 20px solid #ff8939;
  border-bottom: 4px solid #ff8939;
  display: block;
  position: absolute;
}

.scrolling-news::after {
  bottom: 0;
  left: 0;
  margin: 0;
  content: " ";
  border-top: 16px solid transparent;
  border-left: 20px solid #ff8939;
  border-right: 6px solid transparent;
  border-bottom: 4px solid #ff8939;
  display: block;
  position: absolute;
} */

.c1{
  color: #fff;
  font-weight: 400 !important;
  font-size: 14px;
}

.scrolling-news .title {
  color: #ff8c00;
    font-weight: 700;
    position: absolute;
    padding: 8px 0px;
}

.scrolling-news .news {
      margin-left: 155px;
    background: #fff;
    /* background: #fab586; */
    padding: 8px;
    border-radius: 20px;
    border: 2px solid #fab586;
}

.scrolling-news .news a {
  font-weight: 400;
  color: #000000 !important;
}
/*--------------------------
     Accordion
-------------------------------*/
.accordion-item {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #f2f4f5;
}

.accordion-header {
  border-bottom: 2px solid #ccc;
  margin-bottom: -1px;
}

.accordion-button {
  padding: 0.5rem 1.25rem;
  color: rgb(29, 155, 240) !important;
  /*    background: #f8f9fa !important;*/
}

.accordion-button:not(.collapsed) {
  /*    color: #0c63e4;*/
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* ---------------------------------------------------
    Header Navabr Style
----------------------------------------------------- */



.header-area .navbar {
  border: none;
  border-radius: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.header-area .navbar-light .navbar-nav .nav-link>i {
  font-size: 28px;
  margin-top: 4px;
}

.header-area .dropdown-item {
  font-size: 15px;
  display: flex;
  align-items: center;
}

.header-area .dropdown-item i {
  padding-right: 8px;
  font-size: 16px;
}

.menuheader .dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0c8bf1;
}

.header-area .navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

/* Search icon */

.header-area .navbar-nav .form-inline .input-group {
  width: 100%;
}

.header-area .has-search .form-control {
  padding-left: 2.375rem;
  border: 1px solid #ffffff;
  border-radius: 25px;
  height: 36px;
  background: transparent;
}

.header-area .has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.header-area .navbar-light .navbar-nav .nav-item {
  margin: 0px;
  padding: 0;
}

.header-area .navbar-light .navbar-nav .nav-link {
  color: #21232e;
  /* font-family: 'Varela Round', sans-serif; */
  margin: 0px 8px;
  padding: 0px;
}

.header-area .navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .75);
}

.header-area .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  width: 1rem;
  /* text-align: center; */
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: '\f107';
  font-family: 'Font Awesome 6 Free';
  color: #2f5df7;
  /* margin-top: 6px; */
  /*
    content: '\f105';
  font-family: 'Font Awesome 5 Free';
*/
}

.header-area .navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
  content: '\f107';
}

.header-area .navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

.header-area .navbar-nav .nav-item .nav-link:focus {
  outline: none;
}

.header-area .navbar-nav .nav-item .nav-link .badge {
  position: absolute;
  left: 1.5rem;
  top: 0.2rem;
  font-weight: 400;
  font-size: 0.5rem;
}

@media (max-width:767px) {
  .header-area .navbar-light .navbar-nav .nav-link {
    padding: 0
  }
}

@media (min-width: 768px) {
  .header-area .navbar-nav .form-inline .input-group {
    width: auto;
  }
}

a[aria-expanded="true"].dropdown-toggle::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/*
a[aria-expanded="false"].dropdown-toggle::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
*/

/* ---------------------------------------------------
    Side navbar Style
----------------------------------------------------- */

#sidebar {
  width: 270px;
  position: fixed;
  top: 58px;
  left: 0;
  height: 100vh;
  z-index: 999;
  color: #c5c2c2;
  background-color: #1d2127;
  box-shadow: -5px 0 0 #2f3139 inset;
  color: #777777;
  /* background-color: #524f4f !important; */
  /*  background: #f9f9f9;*/
  /* -webkit-box-shadow: 0 2px 17px 2px rgba(82, 63, 105, 0.13);
  box-shadow: 0 2px 17px 2px rgba(82, 63, 105, 0.13); */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s;
  overflow-y: auto;
}

#sidebar.active {
  margin-left: -270px;
}

#sidebar .sidebar-header {
  padding: 18px 20px;
  background-image: linear-gradient(135deg, #0c8bf1 0px, #8d62f3 100%);
}

#sidebar .sidebar-header>a {
  text-transform: uppercase;
}

#sidebar .sidebar-header .navbar-brand {
  position: relative;
  padding-bottom: 0;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar .side-menu {
  position: relative;
  margin-bottom: 60px;
  margin-top: 50px;
  padding-bottom: 40px;
  padding: 0px 10px 0 16px;
  list-style: none;
}

.icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25px;
}

.side-menu .icon {
  font-size: 18px;
  text-align: center;
  margin-right: 8px;
  margin-left: 0;
  display: inline-block;
}

#sidebar .side-menu .nav-item.active .fa-solid,
#sidebar .side-menu .nav-item .fa-solid:focus {
  /* color: #006bb7; */
  color: #2f2f2f;


}

#sidebar .side-menu .nav-item.active .nav-link {
  text-decoration: none;
  /* color:  #edf1ef; */
  color: #abb4be;
  align-items: center;
  /* background: #f9f9f9; */

  /* border-left: 3px solid #ffffff; */
  cursor: pointer;
  border-radius: 16px;
}

#sidebar .side-menu .nav-item:hover .nav-link,
#sidebar .side-menu .nav-item:focus .nav-link {
  text-decoration: none;
}

#sidebar .side-menu .nav-item.active .nav-link {
  position: relative;
}

/* #sidebar .side-menu .nav-item.active .nav-link:before {
  height: 100px;
  width: 0;
  border-left: 3px solid rgb(29, 155, 240) !important;
  content: '';
  position: absolute;
  right: 0;
} */

#sidebar .side-menu .nav-item {
  margin-bottom: 20px;
  position: relative;
}

#sidebar .side-menu .nav-item .nav-link::before {
  content: '';
  position: absolute;
  width: 80%;
  /* border-bottom: 1px solid #FFFFFF; */
  /* opacity: 0.38; */
  right: 0;
  bottom: 0;
}

#sidebar .side-menu .nav-item.active .nav-link::before {
  border: none;
}

#sidebar .side-menu .nav-item .nav-link {
  /* font-family: 'Varela Round', sans-serif; */
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 17px;
  /* font-size: 14px; */
  -webkit-transition: border-left-color 0.3s ease, background-color 0.3s ease;
  -o-transition: border-left-color 0.3s ease, background-color 0.3s ease;
  transition: border-left-color 0.3s ease, background-color 0.3s ease;
  /* color: #8a8a8a; */
  color: #abb4be;
  /* color: #006bb7; */
  /*  border-top: 1px solid rgba(145, 25, 132, .04);*/
  /* border-left: 3px solid #0c8bf1; */
  overflow: hidden;
  /* font-family: ' Arial !important'; */
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  /* margin-bottom: 20px; */
}

/*
#sidebar .side-menu .nav-item {
    border-top:1px solid rgba(145, 25, 132, .04);
}
#sidebar .side-menu .nav-item:first-child{
    border-top:0 !important;
}
*/
#sidebar .side-menu .nav-item.active .nav-link img {
  /* filter: inherit !important; */
  filter: inherit !important;


}

#sidebar .side-menu .nav-item .nav-link img {
  /* filter: brightness(0) invert(1); */
  filter: brightness(0) invert(1);

}

#sidebar .side-menu .sub-menu {
  padding: 0;
  font-size: .9rem;
}

#sidebar .side-menu .sub-menu {
  /* padding-left: 25px; */
  position: relative;
  /* background: #1e1d1d; */
}

#sidebar .side-menu .sub-menu .subnav-item {
  position: relative;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* padding: 12px 0 12px 50px; */
  font-size: 14px;
  color: #FFFFFF;
  border-top: 1px solid rgba(29, 28, 29, 0.04);
  margin-top: 5px;
}

#sidebar .side-menu .sub-accordion .subnav-item {
  padding-left: 0;
}


#sidebar .side-menu .sub-menu .subnav-item .subnav-link:before {
  content: '';
  position: absolute;
  width: 80%;
  border-bottom: 1px solid #2f2f2f;
  /* opacity: 0.38; */
  right: 0;
  bottom: 0;
}

#sidebar .side-menu .sub-menu .subnav-item .subnav-link {
  text-decoration: none;
  color: #abb4be;
  display: block;
  font-size: 12px;
  padding: 12px 0 12px 12px;
  margin-left: 48px;
}


#sidebar .side-menu .sub-menu .subnav-item.active .subnav-link,
/* #sidebar .side-menu .sub-menu .subnav-item:hover .subnav-link, */
#sidebar .side-menu .sub-menu .subnav-item:focus .subnav-link {
  text-decoration: none;
  color: #fff;
  background: #1c1d1e;
  /* background: #006bb7; */
  border-radius: 8px;
}

#sidebar .side-menu .sub-menu .subnav-item.active .subnav-link::before {
  border: none;
}

.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

#sidebar .side-menu .nav-item .nav-link[data-bs-toggle=collapse]::after {
  display: block;
  position: absolute;
  top: 8px;
  right: 0px;
  font-size: 22px;
  /* font-family: 'Material Icons';
  content: "chevron_right"; */
  border: none;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  -o-font-feature-settings: 'liga';
}

#sidebar .side-menu .sub-menu .subnav-item .subnav-link[data-bs-toggle=collapse]::after {
  display: block;
  position: absolute;
  top: 8px;
  right: -4px;
  font-size: 22px;
  /* font-family: 'Material Icons';
  content: "chevron_right"; */
  border: none;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  -o-font-feature-settings: 'liga';
}

.nav-link[data-bs-toggle=collapse]::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.nav-link[data-bs-toggle=collapse].collapsed::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}


@media (max-width: 767px) {
  .bg-admin #sidebarCollapse {
    order: 1
  }
}

/* ---------------------------------------------------
  Main Wrapper
----------------------------------------------------- */

.main-wrapper {
  /* background: #f8f9fc; */
  background: #e7e7e5;
  width: calc(100% - 270px);
  /* min-height: 100vh; */
  transition: all 0.3s;
  position: absolute;
  right: 0;
  top: 23px;
  /* z-index: 0; */
}

.main-wrapper.active {
  width: 100%;
}

.header-area {
  width: 100%;
  transition: all 0.3s;
  position: fixed;
  right: 0;
  top: 0px;
  z-index: 999;
}


.header-area.active {
  width: 100%;
}

@media (min-width: 768px) {
  .main-wrapper {
    padding: 55px 0;
  }

  .header-area .bg-admin {
    padding: 2px 8px;

  }

}


@media (max-width: 768px) {
  #sidebar {
    margin-left: -270px;
    top: 46px !important;
  }

  #sidebar.active {
    margin-left: 0;
  }

  .header-area,
  .main-wrapper {
    width: 100%;
  }

  /* .main-wrapper.active {
    width: calc(100% - 230px);
  } */

  #sidebarCollapse span {
    display: none;
  }

  .menu-overlay {
    display: none;
    /* background-color: #000; */
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: fixed;
    right: 0;
    top: 68px;
    z-index: 99;
  }
}

@media (max-width: 380px) {
  #sidebar {
    margin-left: -270px;
    top: 46px !important;
  }
}




.content-wrapper {
  width: 100%;
  min-height: 100vh;
  padding: 0px 20px;
}

/* ---------------------------------------------------
    BREADCRUMBS CSS
----------------------------------------------------- */

.breadcrumbs-area,
.breadcrumbs-area2 {
  position: relative;
}

.breadcrumbs-area h1,
.breadcrumbs-area2 h1 {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.breadcrumbs-area h1 small,
.breadcrumbs-area2 h1 small {
  font-size: 13px;
  text-transform: capitalize;
}

.breadcrumbs-area .breadcrumb {
  background: transparent;
  padding: .75rem 0;
  margin: 0;
}

.breadcrumbs-area .breadcrumb .breadcrumb-item.active {
  color: #6c757d;
}

.breadcrumbs-area2 .breadcrumbs-list {
  padding: 0;
  margin: 0;
}

.admin-breadcrumbs .breadcrumb {
  padding: 0.2rem 1rem;
  margin-bottom: 10px;
  align-items: center;
  background: transparent !important;

}

.admin-breadcrumbs .breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: '\f105';
  font: normal normal normal 14px/1 FontAwesome;
  padding-top: 4px;
}


/* ---------------------------------------------------
    scroll-to-top
----------------------------------------------------- */

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  /* background: hsl(352.73deg 91.67% 42.35%); */
  background-color: #a30404;
  line-height: 45px;
  z-index: 999;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
  color: #ffffff;
  background: #a30404;
}

.scroll-to-top i {
  font-weight: 800;
  font-size: 24px;
}


#dashboar_ac .navbar-nav .nav-item .dropdown-menu {
  background-color: #fff !important;
  color: #2f2f2f;
}

#dashboar_ac .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  background-color: #fff !important;
  color: #2f2f2f;
}


/* functions_page_Css_start */
.functions_s .page_title_bg h5{
  color: #fff;
  background-color: #c12637;
  padding: 8px;
  font-weight: bold;
  font-size: 18px;


}
.functions_s h5{
  color: #005e7e;
  font-size: 16px;
  font-weight: bold;

}
/* functions_page_Css_end */
/* citizen_page_Css_start */

.citizen .page_title_bg h5 {
  color: #fff;
  background-color: #c12637;
  padding: 8px;
  font-weight: bold;
  font-size: 18px;

}

.citizen h5 {
  color: #f9900e;
  /* color: #005e7e; */
  font-size: 16px;
  font-weight: bold;

}
.citizen .table tr th {
  /* background-color: rgba(255, 179, 0, 1); */
  /* background-color: #005e7e; */
  color: #fff;
  /* text-align: center; */
  font-size: 12px !important;

}
.citizen .table tr th:nth-child(1) {
   text-align: center !important;
}
.citizen .table tr td:nth-child(1) {
   text-align: center !important;
}
.citizen ul .first_li {
  background-color: rgb(255 140 0);
  /* background-color: var(--listiconbg); */
  /* background-color: #005e7e; */
  color: #fff;
  text-align: center;
  border: none;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  margin-bottom: 10px;

}
.citizen ul .first_li a{
  color: #fff !important;
  font-weight: bold;
}
/* .citizen ul .second_li {
  background-color: var(--secbgcolor);
  color: #000000 !important;
  border: none;
  text-align: left;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  margin-bottom: 10px;
} */

.citizen ul .second_li {
  /* background-color: #ffd4027a; */
  background-color: var(--secbgcolor);
  /* background-color: #636363bd; */
  color: #000000 !important;
  border: none;
  /* color: #fff; */
  text-align: left;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  margin-bottom: 10px;
  /* width: 420px !important; */
  overflow: hidden;
  /* display: -webkit-box; */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: pre-wrap;
  /* height: 38px; */
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  text-align: left;
  min-width: 0;
}

/* citizen_page_Css_end */


/* breadcrumb_css */

.page-title {
  padding: 0;
  max-height: 600px;
  position: relative;
  z-index: 1;
}

.breadcrumbs-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.breadcrumb-item+.breadcrumb-item::before {
 color: #fff !important;
}

/* * {
  outline: 0 !important;
} */

.breadcrumbs-section::before {
  /* background: #000000; */
  background: rgb(28 27 25);
  /* background: rgb(28 27 25 / 70%); */
  /* background: rgb(28 27 25); */
  /* background: rgb(255 179 0 / 35%); */
  /* background: rgb(255 179 0 / 76%); */
  /* background: #005e7e; */
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.7;
  z-index: -1;
}



.breadcrumbs-section_2 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 100%;
}

.breadcrumbs-section_2 .inner_card:hover{

  background-color: #0071a791 !important;
}
/* * {
  outline: 0 !important;
} */

.breadcrumbs-section_2::before {
  /* background: #000000; */
  background: #2894b9;
  /* background: #005e7e; */
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.7;
  z-index: -1;
}


.breadcrumbs-section_3 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 100%;
}
.breadcrumbs-section_3 .inner_card:hover{

  background-color: #2a8f2eab !important;
}

/* * {
  outline: 0 !important;
} */

.breadcrumbs-section_3::before {
  /* background: #000000; */
  background: #3e9742;
  /* background: #005e7e; */
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.7;
  z-index: -1;
}

a{
  text-decoration: none !important;
  cursor: pointer !important;
}
a.btn {
  text-decoration: none !important;
  color: none !important;
  border: none !important;
  padding: none !important;
  display: inline-block !important;
  margin-left: none !important;
}
.btn.tablebtn1{
  background-color: rgb(21, 109, 21);
  color: #fff;
  padding: 2px 5px;
  font-size: 13px;
  
}
.btn.tablebtn1:hover{
  background-color: rgb(29, 148, 29);
  color: #fff;
}
.btn.tablebtn2{ 
  background-color: rgba(240, 169, 3, 0.815);
  color: #fff;
  padding: 2px 5px;
  font-size: 13px;
  
}
.btn.tablebtn2:hover{
  background-color: rgb(247, 141, 3);
  color: #fff;
}

.subtableheading {
  text-align: center;
  background: #ffd4027a !important;
  color: #fff;
  font-weight: bold;
}
.page-title .title {
  /* padding: 80px 0 50px; */
  padding: 25px 0 10px;
}

.page-title .title--heading h1 {
  /* color: #03155b; */
  color: #ffffff;
  font-size: 20px;
  /* font-size: 30px; */
  font-weight: 600;
  line-height: 1.2;
  /* margin-bottom: 0; */
  text-transform: capitalize;
}

.page-title .breadcrumb,
.page-title .breadcrumb a {
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  background: transparent;
  /* color: #03155b; */
  color: #fff;
  text-decoration: none;
}

.page-title .breadcrumb .active {
  /* color: #c12637; */
    /* color: rgb(255 77 2); */
    color: #fff;
  /* color: #f4672e; */
}

a{
  cursor: pointer !important;
}
.nav-item{
  cursor: pointer;
}

.bg_carousel_u{
  background: linear-gradient(90deg, rgb(255 3 3) 0%, rgba(255, 179,0,1)43%) !important;
}

/* data_Tables_styles */
.dataTables_wrapper>.row {
  align-items: center !important;
}

select.custom-select.custom-select-sm.form-control.form-control-sm {
  width: auto;
}

.dataTables_filter {
  float: right;
  margin-bottom: 10px;
}

.dataTables_paginate.paging_simple_numbers {
  float: right;
  margin-top: 10px;

}

.dataTables_length label {
    width: 55px;
    display: ruby-text;
}
div#DataTables_Table_0_length {
  margin-top: 12px;
}


.table{
  width: 100% !important;
  border-radius: 16px;
  overflow: hidden;
}


.cards_section_u {
  background: #FFEFC3;
  background: url(../images/box.svg);
  /* background: url(../images/box.svg) 0 0 repeat-x; */
  /* background: #ffb30059; */
  padding-top: 45px;
  padding-bottom: 25px;
  position: relative;
}
.cards_section_u::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f0b60712;
  top: 0;
}

.crd_img_block {
position: absolute;
top: -40px;
left: 0;
right: 0;
  width: 70px;
  height: 70px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.crd_heading {
min-height:49px;
}
.single_crd_item {
  padding: 10px;
  background: #ffffff;
  padding: 10px;
  border-radius: 12px;
  margin: 5px 8px 5px 8px;
  /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); */
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  text-align: center;
  /* margin-top: 55px; */
  margin-bottom: 55px;
  border: 1px solid #031424;
}
.single_crd_item:hover {
  transform: translateY(-10px);
}
/* four_cards_css */
.four_cards_block .first_card.card {
  margin-bottom: 8px !important;
  /* width: min(300px, 100%); */
  margin: auto;
  background-color: #fff;
  /* background-color: #f4f5f2; */
  text-align: center;
  /* border-top-left-radius: 4rem; */
  /* border: 2px solid #fff; */
  border: none !important;
  position: relative;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;

}

/* .four_cards_block .card::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 120px;
  background-color: #393e7f;
  top: 32px;
  right: -2.5px;
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
} */

.four_cards_block .first_card .card__body {
  padding-top: 1rem;
  /* padding: 2rem 1.5rem; */
  max-width: 25ch;
  margin: auto;
}

.four_cards_block .first_card .card__icon img{
  width: 100px;
  height: 100px;
  border: 4px solid #f9900e;
  /* border: 3px solid #fff; */
  border-radius: 50%;
}
.four_cards_block .first_card .card__title {
  /* font-weight: 800; */
  color: #121513;
  font-size: 13px;
  font-weight: 500;
  margin: 0px;
  margin-top: 2px;
  margin-bottom: 1px;
  /* font-size: 1.25rem; */
  /* margin-block: 1.5rem 0.75rem; */
}

/* .four_cards_block .card__paragraph {
  color: #303830;
  font-size: 0.875rem;
} */

/* .four_cards_block .first_card .card__ribbon {
  margin-top: 1.5rem;
  display: grid;
  place-items: center;
  height: 30px;
  height: 50px;
  background-color: #f9900e;
  background-color: #393e7f;
  position: relative;
  width: 110%;
  left: -5%;
  top: 10px;
  position: relative;
  border-radius: 0 0 2rem 2rem;
} */

.four_cards_block .first_card .card__ribbon{
  background-color: #f9900e;
  padding: 5px 0px;
}
.four_cards_block .first_card .card__ribbon-label{
  font-size: 12px;
  font-weight: 600;
}

/* .four_cards_block .first_card .card__ribbon::after,
.four_cards_block .first_card  .card__ribbon::before {
  content: "";
  position: absolute;
  width: 20px;
  aspect-ratio: 1/1;
  bottom: 100%;
  z-index: -2;
  background-color: #191c39;
} */
/* 
.four_cards_block .first_card .card__ribbon::before {
  left: 0;
  transform-origin: left bottom;
  transform: rotate(45deg);
}

.four_cards_block .first_card .card__ribbon::after {
  right: 0;
  transform-origin: right bottom;
  transform: rotate(-45deg);
} */

/* .four_cards_block .first_card .card__ribbon-label {
  display: block;
  width: 60px;
  width: 84px;
  aspect-ratio: 1/1;
  background-color: #fff;
  position: relative;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 8px solid #f9900e;
  border: 8px solid #393e7f;
  display: grid;
  place-items: center;
  font-weight: 900;
  line-height: 1;
  font-size: 12px;
  color: #000;
  font-size: 1.5rem;
}
.four_cards_block .first_card .card__ribbon-label:hover{
  background-color: #f9900e;
  color: #fff !important;
}

.four_cards_block .first_card .card__ribbon-label::before,
.four_cards_block .first_card .card__ribbon-label::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  bottom: 50%;
}

.four_cards_block .first_card .card__ribbon-label::before {
  right: calc(100% + 4px);
  border-bottom-right-radius: 20px;
  box-shadow: 5px 5px 0 #f9900e;
  box-shadow: 5px 5px 0 #393e7f;
}

.four_cards_block .first_card .card__ribbon-label::after {
  left: calc(100% + 4px);
  border-bottom-left-radius: 20px;
  box-shadow: -5px 5px 0 #f9900e;
  box-shadow: -5px 5px 0 #393e7f;
} */


/* help_Desk_css */
.helpdesk {
  position: fixed;
  z-index: 99;
  right: 0;
  margin-top: 195px;
  box-shadow: 0px 2px 7px #6d6969;
  background: #f9900e;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
.helpinnerdiv {
  min-height: 267px;
  /* min-height: 325px; */
  width: 256px;
  background: #f9900e;
  margin-right: -231px;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  overflow: hidden;
}
.helpdetails h1 {
  padding: 5px;
  background: #ffa5001c;
  /* font-weight: 700; */
  font-size: 16px;
  color: #f9900e;
  margin-top: 11px;
}
.helpdetails p {
  padding-left: 5px;
  /* font-weight: 700; */
  font-size: 13px;

}
.helpdesktext {
  float: left;
  width: 20px;
  background: red;
  background: #f9900e;
  height: 290px;
  /* height: 380px; */
  padding-top: 58px;
  margin-left: 0px;
  cursor: pointer;
  line-height: 17px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  width: 26px;
  font-size: 15px;
}
.helpdesktext2 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  float: left;
  padding-top: 8PX;
  /* padding-top: 60PX; */
  width: 20px;
  background: red;
  background: #f9900e;
  height: 290px;
  /* height: 375px; */
  margin-left: 0px;
  cursor: pointer;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  width: 26px;
  font-size: 15px;
}
.helpdetails {
  width: 230px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  min-height: 265px;
  /* min-height: 352px; */
  background: #fff;
}


.table-responsive::-webkit-scrollbar {
  width: 3px;
  /* Width of the scrollbar */
}


/* Track */

.table-responsive::-webkit-scrollbar-track {
  /* background: #f1f1f1; */
}


/* Handle */

.table-responsive::-webkit-scrollbar-thumb {
  /* background: #888; */
  border-radius: 1px;
}


/* Handle on hover */

.table-responsive::-webkit-scrollbar-thumb:hover {
  /* background: #555; */
}


/* Slider CSS
================================= */

.slider-area {
  position: relative;
  z-index: 1;
}

.single-slider::before {
  opacity: 1;
}

.single-slider .img {
  position: relative;
}

/*.single-slider .img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.78);
  z-index: 1;
}*/

.single-slider .content {
  left: 0;
  position: absolute;
  right: 0;
  top: 20%;
  z-index: 2;
}

.single-slider .content .intro {
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  color: #ffffff;
}

.single-slider .content .intro span {
  font-weight: 300;
}

.slider-area .owl-item.active .single-slider .intro {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.single-slider .content .title {
  background-clip: text;
  background-image: linear-gradient(135deg, #006bb7 0%, #f9900e 100%);
  background-image: -webkit-linear-gradient(135deg, #006bb7 0%, #f9900e 100%);
  background-image: -moz-linear-gradient(135deg, #006bb7 0%, #f9900e 100%);
  color: transparent;
  -webkit-background-clip: text;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.slider-area .owl-item.active .single-slider .title {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.single-slider .content .text {
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.slider-area .owl-item.active .single-slider .text {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.single-slider .content .buttons {
  margin: 45px 0 0;
}

.slider-area .owl-item.active .single-slider .buttons {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.single-slider .content .buttons .link {
  margin-right: 20px;
}

.slider-area .owl-dots {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;
}

.slider-area .owl-dots .owl-dot {
  background: #fff;
  display: inline-block;
  height: 8px;
  margin-right: 8px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 15px;
  border-radius: 5px;
}

.slider-area .owl-dots .owl-dot.active {
  width: 30px;
  background: #f9900e;
  background: linear-gradient(135deg, #031424 0%, #031424 100%);
  background: -webkit-linear-gradient(135deg, #031424 0%, #031424 100%);
  background: -moz-linear-gradient(135deg, #031424 0%, #031424 100%);
}

.slider-area .owl-nav {
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 1;
  width: 100%;
  margin-top: -20px;
}

.slider-area .owl-nav .owl-prev {
  position: absolute;
  left: 30px;
  /* left: 40px; */
  width: 50px;
  height: 50px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  font-size: 21px;
  border-radius: 50%;
  display: inline-block;
  /* background-color: rgb(0 0 0 / 10%); */
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.slider-area .owl-nav .owl-prev .previous {
  position: relative;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  display: inline-block;
}

.slider-area .owl-nav .owl-next {
  position: absolute;
  right: 30px;
  /* right: 40px; */
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 21px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  /* background-color:rgb(0 0 0 / 10%); */
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.slider-area .owl-nav .owl-prev:hover,
.slider-area .owl-nav .owl-next:hover {
  color: #ffffff;
  background: #031424;
  background: linear-gradient(135deg, #031424 0%, #031424 100%);
  background: -webkit-linear-gradient(135deg, #031424 0%, #031424 100%);
  background: -moz-linear-gradient(135deg, #031424 0%, #031424 100%);
}


/* Ultra Midium Layout: 1600px. */
@media only screen and (min-width: 1368px) and (max-width: 1600px) {

}


/* Medium Layout: 1367px. */
@media only screen and (min-width: 1200px) and (max-width: 1367px) {
  .single-slider .content {
      top: 16%;
  }
}

/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .owl-nav .owl-prev {
    width: 20px !important;
     height: 20px !important;
   }
  .single-slider .content {
      top: 15%;
  }

  .single-slider .content .intro {
      font-size: 30px;
      line-height: 30px;
  }

  .single-slider .content .title {
      font-size: 32px;
      line-height: 35px;
  }

  .single-slider .content .buttons {
      margin: 20px 0 0;
  }

  .slider-area .owl-dots {
      bottom: 30px;
  }
}


/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .owl-nav .owl-prev {
    width: 20px !important;
     height: 20px !important;
   }
  .single-slider .content .intro {
      font-size: 20px;
      line-height: 25px;
  }

  .single-slider .content .title {
      font-size: 22px;
      line-height: 25px;
  }

  .single-slider .content .text {
      color: #ffffff;
      font-size: 15px;
      line-height: 25px;
      font-weight: 300;
  }

  .single-slider .content .buttons {
      display: none;
  }

  .slider-area .owl-dots {
      bottom: 10px;
  }

  .single-slider .content .text br {
      display: none;
  }
}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .single-slider .img {
      height: 300px;
  }

  .single-slider .img img {
      height: 100%;
  }

  .single-slider .content .intro {
      font-size: 18px;
      line-height: 24px;
  }

  .single-slider .content .title {
      font-size: 22px;
      line-height: 25px;
  }

  .single-slider .content .text {
      color: #ffffff;
      font-size: 15px;
      line-height: 22px;
      font-weight: 300;
  }

  .single-slider .content .buttons {
      display: none;
  }

  .slider-area .owl-dots {
      bottom: 10px;
  }

  .single-slider .content .text br {
      display: none;
  }
  .slider-area .owl-nav .owl-prev {
   width: 20px !important;
    height: 20px !important;
  }
}

/* Small Mobile Layout: 480px. */
@media only screen and (min-width: 240px) and (max-width: 480px) {
  /* .single-slider .img {
      height: 200px;
  } */

  .single-slider .img img {
      height: 100%;
  }

  .single-slider .content .intro {
      font-size: 14px;
      line-height: 20px;
  }

  .single-slider .content .title {
      font-size: 20px;
      line-height: 25px;
  }

  .single-slider .content .text {
      color: #ffffff;
      font-size: 14px;
      line-height: 18px;
      font-weight: 300;
  }

  .single-slider .content .buttons {
      display: none;
  }

  .single-slider .content .text {
      display: block;
  }

  .slider-area .owl-dots {
      bottom: 10px;
  }
}

/*big from small mobile, small from wide mobile*/
@media only screen and (min-width: 320px) and (max-width: 480px) {
  /* .single-slider .img {
      height: 200px;
  } */

  .single-slider .img img {
      height: 100%;
  }

  .single-slider .content .intro {
      font-size: 14px;
      line-height: 20px;
  }

  .single-slider .content .title {
      font-size: 14px;
      line-height: 20px;
  }

  .single-slider .content .text {
      color: #ffffff;
      font-size: 13px;
      line-height: 16px;
      font-weight: 300;
  }

  .single-slider .content .buttons {
      display: none;
  }

  .single-slider .content .text {
      display: block;
  }

  .single-slider .content .text br {
      display: none;
  }

  .slider-area .owl-dots {
      bottom: 10px;
  }
}

.event-single-style-01 {
  border: 1px solid var(--beforebgcolor);
  /* padding: 10px; */
  margin-bottom: 10px !important;
  /* margin-bottom: 30px; */
  /* border-top-left-radius: 19px; */
  /* border-bottom-left-radius: 19px; */
  border-radius: 5px;
  border-right: 5px solid var(--beforebgcolor);
  /* height: 51px; */
  overflow: hidden;
}

.event-single-style-01 .time {
  color: #fff;
  background: #031424;
  /* background: #f9900e; */
  /* background: #006bb7; */
  padding: 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin-right: 8px;
  font-size: 13.5px;
}

.event-single-style-01 .content .sm-text {
  font-size: 16px;
  /* margin-top: 10px;
  margin-bottom: 4px; */
}

.event-single-style-01 .content .sm-text a {
  text-decoration: none;
  color: #2f2f2f;
  /* font-weight: 600; */
  font-size: 13px;
  width: 360px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: pre-wrap;
}




/* button_styles */
.btn_block {
  margin-top: -14px;
  z-index: 0;
  position: relative;
}
.more_btn .cus_btn{
 border-radius: 5px;
}

.cus_btn{
  padding: 2px 10px;
   background-color: #f9900e;
   border: 1px solid #f9900e;
   border-radius: 5px;
   color: #fff;
}
.cus_btn:hover{
   background-color: transparent;
   border: 1px solid #f9900e;
   color: #f9900e;
}
.cus_btn_outline {
  border: 1px solid var(--textwhite);
  /* border: 1px solid #f9900e; */
  border-radius: 5px;
}
.visitor-counter span {
  display: inline-block;
  padding: 3px 8px 1px;
  border-radius: 6px;
  background: #fff;
  margin: 0px 3px;
  font-size: 12px;
  color: #000;
}



/* website_theme_styles */


:root {
	/* --color: #0984e3; */
}

.palette-container {
	position: relative;
  z-index: 2;
}

.fa-palette {
	font-size: 30px;
	color: #111;
	transition: all 0.2s;
}
.palette-container:hover .fa-palette {
	color: #fff;
}
.plaette-colors {
  position: absolute;
  top: 22px;
  right: 0px;
  /* background-color: var(--color); */
  list-style: none;
  padding: 6px;
  display: none;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  background-color: #fff;
}
.palette-container:hover .plaette-colors {
  display: block;
  text-align: center;
}
.plaette-colors.dropdown-menu li {
  display: inline-block;
  margin: 0 !important;
  vertical-align: bottom;
}


.colors {
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	border-radius: 50%;
	margin: 10px;
	cursor: pointer;
}

#White {
	background-color: #fff;
}

#yellow {
	background-color: #f1c40f;
}

#green {
	background-color: #27ae60;
}


.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
  background:  transparent !important;
  border: transparent !important;
}



 /* Theme Switcher styles Start */
        /* Default Variables for Light Theme */
        * {
          transition: all 0.2s linear;
        }
                :root {
                     /* cus styles start */
                    --text-color: #000000;
                    --linkcolor: #ffffff;
                    /* --themebgcolor: #031424; */
                    --themebgcolor: #ff8100;
                    /* --themebgcolor: #f9900e; */
                    --backgroundlg: linear-gradient(90deg, rgb(255 3 3) 0%, rgba(255, 179, 0, 1) 43%);
                    --dropbg: #f9900e;
                    --linkhover: #a06113;
                    --dropcolor: #ffffff;
                    --themecolor: #031424;
                    /* --themecolor: #ff8c00; */
                    --beforebgcolor: #031424;
                    --beforebgcolor: #ff8c00;
                    --secbgcolor: rgb(218 225 232);
                    /* --secbgcolor: rgb(255 189 0 / 33%); */
                    --sectitleborder: #ffb300;
                    --textwhite: #ffffff;
                    --listiconbg: #031424;
                    /* --listiconbg: #ffb402; */
                    --listtitlebg: #ffea86;
        
                }
        
                /* Global Styles */
        
                /* cus styles start */
                #light {
                    background-color: #f1f1f1;
                }
        
                #dark {
                    background-color: #000000;
                }
        
                #modern {
                    background-color: #b41515;
                }
        
                #retro {
                    background-color: #ffcc00;
                }
        
                #high-contrast {
                    background-color: #ff1802;
                }
        
                #reset {
                    background-color: #f9900e;
                }

                #blue {
                    background-color: #005e7e;
                }

                #green {
                    background-color: #007e1d;
                }

                #yashblack {
                    background-color: #373936;
                }

                .fa-palette{
                   color: #000;
                   /* color: var(--themebgcolor); */
                }
        
                /* .header-top {
                    background: var(--backgroundlg) !important;
                } */
        
                .header-top .nav-item {
                  /* color:  var(--textwhite); */
                    /* color: var(--text-color) !important; */
                }
                .header-top .color_items {
                  color:  var(--text-color) !important;
                    /* color: var(--text-color) !important; */
                }
        
                /* .menuheader {
                    background-color: var(--themebgcolor) !important;
                    color:var(--text-color) !important;
                } */
        
                .navbar .navbar-nav .nav-item {
                    color: #fff !important;
                        margin-right: 8px;
                }
        
.navbar .navbar-nav .nav-link {
    position: relative;
    padding-bottom: 14px;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

/* underline — USE ::before */
.navbar .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: red;
    transform: translateX(-50%);
    transition: width 0.3s ease;
    border-radius: 10px;
    pointer-events: none;
}

/* hover / active pill */
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .show > .nav-link.dropdown-toggle {
    background: var(--textwhite) !important;
    border-radius: 12px;
    transform: scale(1.07) translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

/* underline expand */
.navbar .navbar-nav .nav-link:hover::before,
.navbar .navbar-nav .nav-link.active::before,
.navbar .navbar-nav .show > .nav-link.dropdown-toggle::before {
    width: 80%;
    /* width: 100%; */
}




        
                .dropdown .dropdown-menu a:hover,
                .dropdown .dropdown-menu a.active {
                    background: var(--themebgcolor) !important;
                    /* background: var(--dropbg) !important; */
                    color: var(--dropcolor) !important;
                }
        
                .plaette-colors {
                    top: 20px !important;
                }
        
                .colors {
                    margin: 5px !important;
                }
        
                /* scrolling news */
                /* .scrolling-news {
                    border-bottom: 2px solid var(--beforebgcolor);
                } */
        
                .scrolling-news .title {
                    color: var(--themecolor);
              
                    
                    /* color: var(--textwhite); */
                }

                .title_bg{
                     background: var(--textwhite);
                    border-radius: 8px;
                }
              
        
                /* .scrolling-news::before {
                    border-right: 20px solid var(--beforebgcolor);
                    border-bottom: 4px solid var(--beforebgcolor);
                }
        
                .scrolling-news::after {
                    border-left: 20px solid var(--beforebgcolor);
                    border-bottom: 4px solid var(--beforebgcolor);
                }
         */
                /* .welcome h3:before , .welcome_2 h3:before {
                    background-color: var(--beforebgcolor);
                } */
        
                /* .section-title h3 {
                    color: var(--themecolor);
                    background-color: var(--secbgcolor);
                    border: 1px solid var(--sectitleborder) !important
                } */
                .helpdesk{
                    margin-top: 215px !important;
                }
                .helpdesk,
                .helpinnerdiv,
                .helpdesktext,
                .helpdesktext2 {
                    background-color: var(--themebgcolor);
                }
        
                .helpdesktext,
                .helpdesktext2 {
                    color: var(--textwhite);
                }
        
                .helpdetails h1 {
                    color: var(--themecolor);
                }
        
                .read_more a {
                    color: var(--themebgcolor) !important;
                }
        
                .img-box3.reveal.fade-right .welcome {
                    background-color: var(--secbgcolor) !important;
                    border-left: 5px solid var(--sectitleborder) !important;
                }
        
                .plans:hover {
                    background-color: var(--secbgcolor) !important;
                }
        
                /* .cards_section_u {
                    background-color: var(--secbgcolor) !important;
                } */
        
                /* .cshadow {
                    border: 3px solid var(--sectitleborder);
                } */
        
                /* .cshadow:hover {
                     background: var(--secbgcolor) !important;
                    color: var(--themecolor);
                }
         */
                .cus_btn {
                    background-color: var(--themebgcolor);
                    border: 1px solid var(--sectitleborder);
                    color: var(--textwhite);
                }
        
                .cus_btn:hover {
                    background-color: transparent;
                    border: 1px solid var(--sectitleborder);
                    color: var(--themecolor);
                }
        
                .event-single-style-01 .time {
                    background-color: var(--beforebgcolor);
                    color: var(--textwhite);
                    /* min-width: 125px !important; */
                }
        
                .svg-inline--fa.fa-newspaper.bg-warning {
                    background-color: var(--beforebgcolor) !important;
                    /* color: var(--textwhite) !important; */
                }
        
                .four_cards_block .first_card .card__icon img {
                    border: 4px solid var(--beforebgcolor);
                }
        
                .four_cards_block .first_card .card__ribbon {
                    background-color: var(--beforebgcolor);
                    color: var(--textwhite);
        
                }
        
                .four_cards_block .first_card .card__ribbon:hover {
                    color: var(--textwhite);
                }
                .four_cards_block .first_card:hover {
                  background: var(--secbgcolor)
                }
        
                /* .cshadow:hover {
                    color: var(--textwhite);
                } */
        
                .bg_carousel_u {
                    background: var(--backgroundlg) !important;
                }
        
                .bg_carousel_u .border.border-2 {
                    border: 2px solid var(--sectitleborder) !important;
                }
        
                .svg-inline--fa.fa-chevron-left,
                .svg-inline--fa.fa-chevron-right {
                    color: var(--themecolor) !important;
                }


            .table tr th {
                  background-color: var(--themecolor) !important;
                }



        
                #footer.footer-v1 {
                    color: var(--themecolor) !important;
                    background-color: var(--themebgcolor) !important;
        
                }
        
                #footer h3.widget-title {
                    color: var(--textwhite);
                }
        
                #footer p {
                    color: var(--textwhite) !important;
                }
        
                #footer .social a {
                    color: var(--textwhite) !important;
                    border: 1px solid var(--textwhite) !important;
                }
        
                #footer .widget.categories li a,
                .widget ul li a:before {
                    color: var(--textwhite) !important;
                }
        
                #footer .widget.categories li a:hover {
                    color: var(--textwhite) !important;
                }
        
                #footer .social a:hover {
                    color: var(--textwhite) !important;
                    background: var(--linkhover) !important;
                }
        
        
                .color-switcher {
          position: fixed;
          top: 95px;
          right: -155px;
          width: 155px;
          padding: 10px;
          background: #fff;
          z-index: 1000;
        }
        .color-switcher.active {
          right: 0px;
        }
        .color-switcher h3 {
          color: var(--main-color);
          font-size: 20px;
          margin-bottom: 10px;
          border-bottom: 1px solid #3333;
          padding: 5px 0;
          text-align: center;
        }
        .color-switcher .switcher-btn {
            position: absolute;
            top: 65%;
            left: -55px;
            color: var(--textwhite);
            background: var(--beforebgcolor);
            padding: 0px 10px;
            cursor: pointer;
            font-size: 35px;
            /* border-top-left-radius: 10px;
            border-bottom-left-radius: 10px; */
        }
        .color-switcher .theme-buttons-container {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
        }
        @keyframes rotate {
          100% {
            transform: rotate(360deg);
          }
        }
        .color-switcher .switcher-btn .svg-inline--fa.fa-gear {
          animation: rotate 2s linear infinite;
        }
        .color-switcher .theme-buttons-container .theme-buttons {
          display: block;
          height: 30px;
          width: 30px;
          border-radius: 50%;
          margin: 5px;
          cursor: pointer;
        }
        
                /* Theme Switcher styles End */



/* latestnews_css */
#news_images .owl-nav {
  position: absolute;
  /* left: 0px; */
  right: -120px;
  left: 100px;
  top: -11%;
  /* top: 0%; */
  z-index: 1;
  width: 100%;
  /* margin-top: -20px; */
  width: 157px;
  margin: 0 auto;
}

#news_images .owl-nav .owl-prev {
  position: absolute;
  left: 40px;
  width: 35px;
  height: 22px;
  color: #ff8c00;
  line-height: 23px;
  text-align: center;
  font-size: 18px;
  border-radius: 13% !important;
  display: inline-block;
  /* background-color: rgba(0, 0, 0, 0.6); */
  background-color: #fff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

#news_images  .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#news_images  .owl-nav .owl-next {
  position: absolute;
  right: 40px;
  width: 35px;
  height: 22px;
  color: #ff8c00;
  line-height: 23px;
  text-align: center;
  font-size: 18px;
  border-radius: 13% !important;
  display: inline-block;
  background-color: #ffff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

#news_images  .owl-prev:hover,  #news_images .slider-area .owl-nav .owl-next:hover {
  color: #000;
  background: #fff;
}


/* dashboard_page_css  */

.dashboard_page .dashboard_card_1{
  /* min-height: 377px; */
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.dashboard_page .dashboard_card_1 .card{

min-height: 60px !important;
box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
border-left: 3px solid  var(--themebgcolor) !important;
border-right: 3px solid  var(--themebgcolor) !important;

}
.dashboard_page .dashboard_card_1 .card-header{
  align-items: center;
  justify-content: center;
  display: flex;
  border-bottom: 2px solid  var(--themebgcolor) !important;
  padding: 5px;
  margin-bottom: 13px;
  background-color: var(--secbgcolor);
  border-radius: 0px;
  min-height: 48px;
  

}
.dashboard_page .dashboard_card_1 .card-header h6{
font-weight: 600;
font-size: 15px;
  

}
.dashboard_page .first_icon svg{

  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgb(249 144 14);
  padding: 10px;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;

}
.dashboard_page .second_icon svg{

  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #24b024;
  border: 2px solid #fff;
  color: #fff;
  padding: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;

}
.dashboard_page .third_icon svg{

  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgb(216 49 49);
  border: 2px solid #fff;
  padding: 10px;
  color: #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;

}
.dashboard_page .content h5{
  color: #000;
  font-size: 16px;
  font-weight: bold;

}
.dashboard_page .content h6{

  font-size: 14px;

}

.plaette-colors.dropdown-menu{
  /* display: flex !important; */
  border-radius: 10px !important;
} 

.custom_pagenation_overflow{

  display: flex;
  justify-content:center;
}

@media(max-width:480px){
  .custom_pagenation_overflow{
    display: block;
    overflow-x: scroll;

  }
}

/* site_map_section_styles */

.site_map_section ol li{
  margin-bottom: 10px;
  color: #006bb7;
}
.site_map_section .text_black_1{
  color: #212121 !important;
}

.bg_arrow{
  background-color: var(--themebgcolor);
}

/* .page-link.previous, .page-link.next {
  display: none !important;
} */


/* Colour Switcher Start */


* {
  transition: all 0.2s linear;
}
:root {
  --main-color: #f9900e;
   /* cus styles start */
   --text-color: #000000;
   --linkcolor: #ffffff;
   /* --themebgcolor: #031424; */
   --titlebackground: linear-gradient(90deg, rgb(249 144 14) 0%, rgb(255 237 220) 43%);
   --dropbg: #031424;
   /* --dropbg: #f9900e; */
   --linkhover: #e8e8e8;
   /* --linkhover: #ff8c00; */
   --dropcolor: #ffffff;
   /* --themecolor: #031424; */
   --themecolor: #ff8c00;
   --beforebgcolor: #ff8c00;
   /* --beforebgcolor: #031424; */
   /* --secbgcolor: rgb(218 225 232); */
   --secbgcolor: rgb(255 189 0 / 33%);
   --announcebgcolor:#e8e8e882;
   /* --announcebgcolor:#fefce3; */
   --precessitembgcolor:#ffeedd;
   --iconboxbgcolor:#ffeedf;
   --whyusbgcolor: #f9900ebf;
   --sectitleborder: #031424;
   /* --sectitleborder: #ffb300; */
   --textwhite: #ffffff;
   --listiconbg: #031424;
   /* --listiconbg: #ffb402; */
   --listtitlebg: #ffea86;

}

#blue {
  background-color: #005e7e;
}

#green {
  background-color: #007e1d;
}

#yashblack {
  background-color: #373936;
}

#modern {
  background-color: #b41515;
}

#reset {
  background-color: #f9900e;
}
/* .container {
  min-height: 100vh;
  background: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 80px;
} */
/* .container h1 {
  color: var(--main-color);
  background: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  font-size: 50px;
  padding: 30px 45px;
} */
.color-switcher {
  position: fixed;
  top: 218px;
  left: -50px;
  width: 50px;
  padding: 4px 0px;
  background: #fff;
  z-index: 1000;
  transition: all 0.2s linear;
  border-bottom-right-radius: 6px;
}
.color-switcher.active {
  left: 0px;
  transition: all 0.2s linear;
}
.color-switcher h3 {
  color: var(--themebgcolor);
  font-size: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #3333;
  padding: 5px 0;
  text-align: center;
}
.color-switcher .switcher-btn {
  position: absolute;
  top: 0px;
  left: 50px;
  color: #fff;
  background: var(--themebgcolor);
  padding: 0px 10px 0px 8px;
  cursor: pointer;
  font-size: 30px;
  transition: all 0.2s linear;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.color-switcher .theme-buttons-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.color-switcher .switcher-btn i {
  animation: rotate 5s linear infinite;
}
.color-switcher .theme-buttons-container .theme-buttons {
  display: block;
  height: 25px;
  width: 25px;
  border-radius: 10%;
  margin: 5px;
  cursor: pointer;
}

/* Colour Switcher End */



/* Start Summary cards */
/* .process-area {
  background-color: #f9fafb;
} */
.pb-30 {
  padding-bottom: 30px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-100 {
  padding-top: 100px;
}
.section-title {
  text-align: center;
  /* margin-bottom: 45px; */
}
.section-title span {
  color: var(--dropbg);
  /* color: #f9900e; */
  /* color: #e73c3e; */
}
.section-title h2 {
  font-size: 25px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 14px;
  background-color: var(--secbgcolor);
    border: 1px solid var(--themecolor) !important;
    border-radius: 10px;
    padding:6px 45px;
}
  .section-title p {
    max-width: 570px;
    margin: auto;
}

/* .process-area {
  background-image: url('../../assets/images/pattern.jpg');
  background-color: #f9fafb;
} */
.process-area.bg-color {
  background-color: #fdfdfb;
}
.process-area.bg-color .container {
  max-width: 1140px;
}

.process-item {
  text-align: center;
  background-color: #ffffff;
  padding: 0px 0px;
  /* padding: 0px 10px; */
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
  margin-bottom: 30px;
  /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); */
  /* box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09); */
  border-radius: 11px;
  border: 1px solid var(--themebgcolor);
  /* border: 1px solid #f9900e; */
  min-height: 208px;
}
.process-item::before {
  position: absolute;
  content: "";
  height: 65%;
  width: 90%;
  background: var(--announcebgcolor) !important;
  /* background-color: #ffeedd; */
  /* background-color: #fdebeb; */
  left: 0;
  right: 0;
  margin: auto;
  top: -82px;
  /* top: -110px; */
  z-index: -1;
  border-radius: 50%;
  transition: 0.5s;
}
.process-item .icon {
  margin-bottom: 5px;
  position: relative;
  margin-top: 5px;
}
.process-item .icon:before, .process-item .icon:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--themebgcolor);
  /* background-color: #f9900e; */
}
.process-item .icon:before {
  top: 10px;
  left: -4px;
  animation: slide_up 3000ms infinite ease-in-out;
}
.process-item .icon:after {
  bottom: 10px;
  right: -4px;
}
@keyframes slide_up {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(100%);
  }
}
.process-item .icon i {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: #ffffff;
  text-align: center;
  font-size: 50px;
  color: #e73c3e;
  border-radius: 50px;
  transition: 0.5s;
}
.process-item .icon {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 50px;
  background-color: #ffffff;
  text-align: center;
  font-size: 50px;
  color: #e73c3e;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid var(--themebgcolor);
  /* border: 1px solid #f9900e; */
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}
.process-item:hover .icon {
  background-color: var(--themecolor) !important;
}
.process-item h3 {
  font-size: 25px;
  margin-bottom: 15px;
}
.process-item:hover {
  transform: translateY(-10px);
}
.process-item:hover .icon i {
  background-color: #f9900e;
  color: #ffffff;
}
.process-item:hover .icon {
  background: var(--beforebgcolor);
  /* background: #f9900e; */
  color: #ffffff;
}
.process-item:hover .icon img{
 filter:invert(1);
}
.process-item.bg-top1 {
  margin-top: 30px;
}
.process-item.bg-top2 {
  margin-top: 0;
}
.process-item.bg-top3 {
  margin-top: 0;
}
.process-item.bg-top4 {
  margin-top: -30px;
}
.crd_title{
min-height:40px;
font-size: 16px;
}
.process-item-two {
  background-image: url(../../assets/img/process-shape.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  height: 280px;
  width: 280px;
  text-align: center;
  margin-bottom: 30px;
}
.process-item-two .text {
  position: absolute;
  top: 45px;
  padding-left: 35px;
  padding-right: 35px;
}
.process-item-two .text .icon i {
  font-size: 50px;
  color: #e73c3e;
}
.process-item-two .text h3 {
  font-size: 24px;
  margin-top: 14px;
  margin-bottom: 10px;
}
.process-item-two .text p {
  font-size: 15px;
  margin-bottom: 0;
}

/* End Summary cards */

/* button_styles */
/* .cus_btn {
  padding: 5px 20px;
  background-color: #f9900e;
  border: 1px solid #f9900e;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
}

.cus_btn:hover {
  background-color: #fff;
  border: 1px solid #f9900e;
  color: #f9900e;
} */

/* Start particles */
#particles-js-circle-bubble {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#particles-js-circle-bubble-3 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#particles-js-circle-bubble-2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

#particles-js-circle-bubble-4 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/* End particles */
.breadcrumbs-section {
background: url('../../assets/images/slider/2.png') no-repeat scroll center center / cover;
}
.inner_page {
  /* margin-top: -41px; */
  position: relative;
  z-index: 999;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

.blink_me {
  animation: blinker 0.9s linear infinite;
}

.act_cbody {
  min-height: 218px;
}




/* Tabs_styles */
/* ////////////////////////// */

.Citizen_s .nav .nav-item .nav-link.active {
    background-color: var(--listiconbg);
    color: var(--textwhite);
    
  }

  .Citizen_s .nav .nav-item .nav-link {
    background-color: #fff;
    color: rgb(3 20 36);
    /* color: rgb(255 77 2); */
    border: 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;

  }

  .Citizen_s .webcontactsinfo {
    padding: 10px;
  }

  
  .cusnavpills{
    display: ruby-text;
  }

  .notify .bg_arrow{
    padding: 6px 10px;
    border-radius: 50px;
    color: #fff;
  }
  .notify a{
    color: var(--themecolor);

  }


  /* gallarey_block_Start */
.gallery_block .g_images {
 height: 210px;
  border: 4px solid var(--secbgcolor);
  border-radius: 16px;
}

.ht_card {
    min-height: 175px;
}

.ht_card .card-body, .l_card {
    background: #dae1e836;
}

        /*cards*/
        .tag-card {
            margin-bottom: 30px;
            border: 0px;
            transition: all 0.3s ease;
            letter-spacing: 0.5px;
            border-radius: 20px;
            --tw-shadow: 0 5px 13px rgb(60 72 88 / 0.20) !important;
            --tw-shadow-colored: 0 5px 13px var(--tw-shadow-color) !important;
            -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            overflow: hidden;
        }

        .hospital-widgets {
            align-items: center;
            position: relative;
        }

        .hospital-widgets .hospital-box {
            width: 70px;
            height: 70px;
            margin-right: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 100%;
        }


        .hospital-widgets .flowers {
            position: relative;
            height: 100%;
            width: 100%;
        }

        .hospital-widgets .flower1:before {
            content: "";
            position: absolute;
            height: 150px;
            width: 150px;
            background-color: rgba(255, 63, 112, 0.07);
            border-radius: 50%;
            top: -63px;
           right: -140px;
            transform: rotate(30deg);
            z-index: 1;
        }

        /* .hospital-widgets .flower2:before {
            content: "";
            position: absolute;
            height: 140px;
            width: 145px;
            background-color: rgba(255, 63, 112, 0.07);
            border-radius: 50%;
            top: -154px;
            left: -86px;
            transform: rotate(50deg);
        }


        .hospital-widgets .flower3:before {
            content: "";
            position: absolute;
            height: 150px;
            width: 150px;
            background-color: rgba(255, 63, 112, 0.07);
            border-radius: 50%;
                top: -18px;
    right: -52px;

            transform: rotate(50deg);
        } */

        .hospital-widgets .flower4:before {
            content: "";
            position: absolute;
            height: 124px;
            width: 124px;
            background-color: rgba(255, 63, 112, 0.07);
            border-radius: 50%;
            top: -91px;
            left: -96px;
            transform: rotate(50deg);
        }

        .hospital-widgets .flower-primary:before {
            background-color: rgba(21, 141, 247, 0.07) !important;
        }

        .hospital-widgets .flower-warning:before {
            background-color: #e58a0026 !important;
        }

        .hospital-widgets .flower-red:before {
            background-color: #e42a1f2b !important;
        }

        .hospital-widgets .flower-violet:before {
            background-color: #9c4cf033 !important;
        }

        .hospital-widgets .flower-dgreen:before {
            background-color: #55671029 !important;
        }

        .hospital-widgets .flower-blue:before {
            background-color: #30109f21 !important;
        }

        .hospital-widgets .flower-lgreen:before {
            background-color: #90e88c30 !important;
        }

        .hospital-widgets .flower-cblue:before {
            background-color: #659b9745 !important;
        }

        .hospital-widgets .flower-dpink:before {
            background-color: #b117761c !important;
        }

        .hospital-widgets .flower-info:before {
            background-color: #08667717 !important;
        }

        .hospital-widgets .flower-orange:before {
            background-color: #d1581226 !important;
        }




        .tag-card .hospital-box {
            width: 45px;
            height: 45px;
            margin-right: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 100%;
            margin: 0 !important;
        }

        .hospital-widgets .hospital-box {
            background-color: #fff;
        }

        .tag-card.pink-card {
            background-color: #f4eaf182;
            border: 3px solid #ff82a1;
        }

        .tag-card.primary-card {
            background: aliceblue;
            border: 3px solid #158df7;
        }

        .tag-card.warning-card {
            background: #ff89000f;
            border: 3px solid #f5a91e;
        }

        .tag-card.dpink-card {
            background: #f7e6f1;
            border: 3px solid #b11776;
        }

        .tag-card.info-card {
            background: #08667705;
            border: 3px solid #086677;
        }

        .tag-card.orange-card {
            background: #eaddd963;
            border: 3px solid #d15812;
        }
        .tag-card.violet-card {
            background: #eeecf1;
            border: 3px solid #9c4cf0;
        }
        .tag-card.lgreen-card {
            background: #dcfce7;
            border: 3px solid #3CD856;
        }


        /* .card_left {
                            border-right: 2px solid #C694F9;
                        } */
        .pink-card .brd_rt {
            border-right: 2px solid #ff82a1;
        }

        .pink-card .brd_bt {
            border-bottom: 2px solid #ff82a1;
        }

        .primary-card .brd_rt {
            border-right: 2px solid #158df7;
        }

        .primary-card .brd_bt {
            border-bottom: 2px solid #158df7;
        }

        .warning-card .brd_rt {
            border-right: 2px solid #f5a91e;
        }

        .warning-card .brd_bt {
            border-bottom: 2px solid #f5a91e;
        }

        .dpink-card .brd_rt {
            border-right: 2px solid #b11776;
        }

        .dpink-card .brd_bt {
            border-bottom: 2px solid #b11776;
        }

        .info-card .brd_rt {
            border-right: 2px solid #086677;
        }

        .info-card .brd_bt {
            border-bottom: 2px solid #086677;
        }

        .orange-card .brd_rt {
            border-right: 2px solid #d15812;
        }

        .orange-card .brd_bt {
            border-bottom: 2px solid #d15812;
        }
        .violet-card .brd_rt {
            border-right: 2px solid #9c4cf0;
        }
        .lgreen-card .brd_rt {
            border-right: 2px solid #3CD856;
        }
  
        .card__icon_head_block {
    height: 235px;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}
        .card__icon_head {
    height: 82px;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}
        .card__icon_head img {
    width: 100%;
    height: auto;
}


/* new_styles */


/* social_icons */

.header-top ul{
  margin: 0px
}
.header-top ul.social-custom {
  margin-left: 20px
}

.header-top ul.social-custom li {
  padding: 0;
  margin: 0
}

.header-top ul.social-custom a {
  text-decoration: none !important;
  font-size: 14px;
  /* display: inline-block; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0;
  background: #fbffc0;
  /* background: #ffffff; */
  color: #ff8c00;
  padding: 3px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 18px;
}

.h_image img{
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50px;
  border: 2px solid var(--themecolor);
}

.h_image h6 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.h_image small{
  color: #fff;
  font-weight: 400;

}

.header-top ul.social-custom a i {
  padding-right: 0;
  padding-top: 3;
}

.header-top ul.social-custom a:hover {
  background: #ff8c00;
  color: #fff
}




/* map_section_Start */


.mapsection {
  position: relative;
  /* ../images/bg_images/footer-map.png */
  background-image: url(../images/bg_images/map_bg.jpg);
  /* background-image: url('./assets/images/bg_images/Circle\ 9.svg'); */
  /* background-image: url('http://apchfw.ap.gov.in/apchfw-dashboard/assets/Web/images/footer-logo-bg.png');  */
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: top;
  /* background-size: contain;
  background-position: center; */
  }



    /* .nav-pills.cuspills {
        background: #fde3cd;
        border-radius: 30px 30px 30px 30px;
        padding: 6px 6px 6px 6px;
        } */
        .cuspills.nav-pills .nav-link {
          border: 1px solid #f9900e;
          margin-right: 10px;
          border-radius: 20px 20px 20px 20px;
          color: #000 !important;
          background: #fefce3;
          }
              .cuspills.nav-pills .nav-link.active, .cuspills.nav-pills .show>.nav-link {
          color: #fff !important;
          background-color: #f9900e !important;
          border: 1px solid #f9900e !important;
          border-radius: 20px 20px 0px 20px;
          }
  
          /* #andhrapradeshMap {
              transform: scale(1.3)   ;
              width: 100%;
          } */
  
          /* #andhrapradeshMap {
              margin-top: 44px;
          } */
  
          text {
              /* font-family: 'sans-serif'; */
              font-size: 14px;
              cursor: pointer;
          }
  
          .st0 {
              enable-background: new;
           
          }
  
          .st1 {
              fill: #BA81A4;
          }
  
          .st2 {
              fill: none;
              stroke: #FDFDFF;
              stroke-miterlimit: 10;
          }
  
          .st3 {
              fill: #85B135;
          }
  
          .st4 {
              fill: #F26E47;
          }
  
          .st5 {
              fill: none;
              stroke: #FFFFFF;
              stroke-miterlimit: 10;
          }
  
          .st6 {
              fill: #B6CB32;
          }
  
          .st7 {
              fill: #E7468C;
          }
  
          .st8 {
              fill: #FAAD5F;
          }
  
          .st9 {
              fill: blueviolet;
          }
  
          .st10 {
              fill: #FB7747;
          }
  
          .st11 {
              fill: #19b8c3;
          }
  
          .st12 {
              fill: #E48CB4;
          }
  
          .st13 {
              fill: #7d74cb;
          }
  
          .st14 {
              fill: #BE88AA;
          }
  
          .st15 {
              fill: #7DAE38;
          }
  
          .st16 {
              fill: #EE3F8C;
          }
  
          .st17 {
              fill: #F3754C;
          }
  
          .st18 {
              fill: #568ff7;
          }
  
          .st19 {
              fill: crimson;
          }
  
          .st20 {
              fill: #FAAC64;
          }
  
          .st21 {
              fill: #BC89AA;
          }
  
          .st22 {
              fill: #3eb790;
          }
  
          .st23 {
              fill: fuchsia;
          }
  
          .st24 {
              fill: #009738;
          }
  
          .st25 {
              fill: #e18a3a;
          }
  
          .st26 {
              fill: #A4D6F9;
          }
  
          .st27 {
              fill: #EE3F2A;
          }
  
          .st28 {
              fill: #B7CB38;
          }
  
          .st30 {
              fill: #000;
              font-size: 23px;
              font-weight: 500;
          }
  
          .st30:hover {
              text-decoration: none;
          }
  
  
  
          .dist0 {
              stroke-width: 2;
              fill: #dd944f;
              stroke: #F77E09;
              stroke-miterlimit: 22.9256;
          }
  
          .dist1 {
              fill: #bb6799;
              stroke: #F370BF;
              stroke-width: 2;
              stroke-miterlimit: 22.9256;
          }
  
          .dist2 {
              fill: #e9b8d2;
              stroke: #c97da6;
              stroke-width: 2;
              stroke-miterlimit: 22.9256;
          }
  
          .dist3 {
              fill: #51898d;
              stroke: #19b8c3;
              stroke-width: 2;
              stroke-miterlimit: 22.9256;
              color: #000;
          }
  
          .dist4 {
              fill: #388354;
              stroke: #009738;
              stroke-width: 2;
              stroke-miterlimit: 22.9256;
          }
  
          .dist5 {
              fill: #8b4f4f;
              stroke: #F36868;
              stroke-width: 2;
              stroke-miterlimit: 22.9256;
          }
  
          .dist6 {
              fill: #6e5b3a;
              stroke: #A37A34;
              stroke-width: 2;
              stroke-miterlimit: 22.9256;
          }
  
          .dist7 {
              fill: #3a5381;
              stroke: #568FF7;
              stroke-width: 2;
              stroke-miterlimit: 22.9256;
          }
  
          .dist8 {
              fill: #274c57;
              stroke: #1687A7;
              stroke-width: 2;
              stroke-miterlimit: 22.9256;
          }
  
          .dist9 {
              fill: #703e75;
              stroke: #93329E;
              stroke-width: 2;
              stroke-miterlimit: 22.9256;
          }
  
          .dist10 {
              fill: #4d7c41;
              stroke: #84ec6a;
              stroke-width: 2;
              stroke-miterlimit: 22.9256;
          }
  
          .dist11 {
              fill: #8b5b3e;
              stroke: #f7660a;
              stroke-width: 2;
              stroke-miterlimit: 22.9256;
          }
  
          .dist12 {
              fill: #747136;
              stroke: #BFB928;
              stroke-width: 2;
              stroke-miterlimit: 22.9256;
          }
  
          path:hover {
              fill: #FFB301;
              /* fill: #1296ff; */
              stroke-width: 3px;
              stroke: #FBEEC1;
              /* stroke: #97d1ff; */
              /* filter: url(#dropshadow); */
              transition: fill .8s ease-out;
              transition: stroke .2s ease-out;
          }
  
          .dtxt {
              fill: #fff;
              font-weight: bold;
          }
  
  
          /* Styles start */
          .mapdiv {
          position: relative;
          }
          .map_menu {
          transform: rotate(270deg);
          position: absolute;
          /* right: 0 !important; */
          top: 0;
          /* margin: auto; */
          bottom: 0;
          /* display: flex; */
          justify-content: end;
          vertical-align: top;
          left: 0;
          }
  
          .map-link {
          border: 1px solid #f9900e;
          margin-right: 10px;
          /* border-radius: 20px 20px 20px 20px; */
          border-radius: 20px 20px 0px 20px;
          color: #000 !important;
          background: #fefce3;
          }
  
          .assignment {
          /* display: flex;
          justify-content: center;
          align-items: center; */
          /* height: 100vh; */
          /* width: 100vw; */
          /* background-color: #111; */
          /* padding: 20px; */
  
          }
          .assignment .maindiv {
              --mainWidth: 130px;
              --mainColor: #f9900e;
              --secondColor: #ff4000;
              position: relative;
              color: #FFF;
              /* background-color: #272727; */
              padding-top: 20px;
              /* padding-top: 50px; */
              /* padding: 40px; */
              /* width: 800px; */
              max-width: 100%;
              /* max-width: 100%; */
              /* top: -15px; */
              font-size: 14px;
              text-align: center;
              border-radius: 4%;
              /* border-width: 1px; */
              /* border-top: 0px; */
              border-style: dashed;
              /* border-style: solid; */
              /* border-color: var(--secondColor) var(--mainColor); */
              background-color: var(--textwhite);
              padding: 0px;
              overflow: hidden;
          }
          .assignment .maindiv .mainspan,
          .assignment .maindiv .mainspan1,
          .assignment .maindiv .mainspan2,
          .assignment .maindiv .mainspan3,
          .assignment .maindiv .mainspan4 {
            position: absolute;
            color: #fff;
            /* background-color: #f9900e; */
            /* background-color: var(--secbgcolor); */
            width: var(--mainWidth);
            /* height: 40px; */
            width: 35%;
            text-align: center;
            /* line-height: calc(var(--mainWidth) - 50px); */
            border-width: 1px;
            border-style: dashed;
            border-color: var(--mainColor);
            border-radius: 0px !important;
            /* border-radius: var(--mainWidth); */
            /* border-radius: 50px; */
}
          .assignment .maindiv .mainspan1 {
          top: calc(-1 * var(--mainWidth) / 100);
          left: calc(-1 * var(--mainWidth) / 100);
          border-top-left-radius: 100px;
          top: 10px;
          left: 10px;
          }
          .assignment .maindiv .mainspan2 {
          top: calc(-1 * var(--mainWidth) / 100);
          right: calc(-1 * var(--mainWidth) / 100);
          border-top-right-radius: 100px;
          }
          .assignment .maindiv .mainspan3 {
          bottom: calc(-1 * var(--mainWidth) / 100);
          right: calc(-1 * var(--mainWidth) / 100);
          border-bottom-right-radius: 100px;
          bottom: 10px;
          right: 10px;
          }
          .assignment .maindiv .mainspan4 {
          bottom: calc(-1 * var(--mainWidth) / 100);
          left: calc(-1 * var(--mainWidth) / 100);
          border-bottom-left-radius: 100px;
          }
          .assignment .maindiv .mainspan1, .assignment .maindiv .mainspan4 {
          border-right-color: var(--secondColor);
          }
          .assignment .maindiv .mainspan2, .assignment .maindiv .mainspan3 {
          border-left-color: var(--secondColor);
          }
        
      
          
          .mainspan1.card, .mainspan3.card{
            background-color: var(--secbgcolor) !important;
            box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
            border-radius: 8px !important;
          }
          .mainspan1.card .in_card, .mainspan3.card .in_card{
            background-color: var(--textwhite);
          }
          .mainspan1 h6, .mainspan3 h6{
             font-size: 13px;
             font-weight: 600;
             color: #000;
          }
          .mainspan1 span, .mainspan3 span{
             font-size: 16px;
             font-weight: 600;
             color: var(--themebgcolor);
          }

.inside_card:hover .read_m_btn h6{
  transform: translateX(10px);
 }


 /* map_Section_end */

 
/* cards_Styels_Start */
.sub_title_1{
 color: #000;
 font-size: 22px;
}

/* .cat-item {
  border-radius: 10px !important;
  background-color: var(--themecolor) !important;
}
.cat-item .rounded  {
  background: #fff;
  border: 1px dashed rgba(255, 96, 4, 0.3);
  transition: .5s;
} */

/* .cat-item:hover .rounded {
  background: var(--beforebgcolor);
  border-color: transparent;
}
.cat-item:hover {
  background-color: var(--textwhite) !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
} */

.cat-item {
  text-decoration: none;
  display: block;
}

/* Card */
.lux-card {
    position: relative;
    padding: 10px 0 44px 10px;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff, #f6f7fb);
    box-shadow: 0 12px 25px rgba(0, 0, 0, .08), inset 0 1px 0 rgba(255, 255, 255, .6);
    transition: all .45s cubic-bezier(.25, .8, .25, 1);
    overflow: hidden;
    border: 1px solid gray;
}

/* Gradient glow */
.lux-card::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle, var(--glow), transparent 60%);
  opacity: .35;
  transition: .5s;
}

.lux-card:hover::after {
  opacity: .7;
}

/* Hover lift */
.lux-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 25px 55px rgba(0,0,0,.18);
}

/* Count pill */
.lux-count {
    position: absolute;
    bottom: 0;
    right: -4px;
    padding: 1px 18px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, var(--c1), var(--c2));
    box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
    animation: fadeSlide .6s ease;
}

/* Content */
.lux-content {
  display: flex;
  /* align-items: center; */
  gap: 14px;
}

.lux-content h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    min-height: 50px;
}

/* Icon */
.lux-icon {
  width: 35px;
  height: 35px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--c1), var(--c2));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 3px rgba(255,255,255,.4);
}

.lux-icon img {
  width: 24px;
  filter: brightness(0) invert(1);
}

.lux-icon .stat-icon{
  font-size: 19px;
  color: #fff;
}

/* Color themes */
.info {
    --c1: #3eb790;
    --c2: #5fe7bb;
    --glow: #98e9c0;
}
.orange { --c1:#ff9800; --c2:#ffb347; --glow:#ffb347; }
.pink {--c1: #da00ff;
    --c2: #f79bee;
    --glow: #f05fdc;
} 

.green  { --c1:#22c55e; --c2:#86efac; --glow:#86efac; }
.blue   { --c1:#3b82f6; --c2:#93c5fd; --glow:#93c5fd; }
.red    { --c1:#dc2626; --c2:#fca5a5; --glow:#fca5a5; }
.brinjal {
    --c1: #6b21a8;   /* deep brinjal purple */
    --c2: #d8b4fe;   /* soft lavender highlight */
    --glow: #c084fc; /* glowing purple accent */
}

/* Entry animation */
@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(-10px) scale(.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}


/*** Icon ***/
.icon {
  width: 40px;
  height: 40px;
  padding: 6px ;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff !important;
  /* background: var(--secbgcolor) !important; */
  border-radius: 50px !important;
  border: 3px solid #ffffff !important;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.icon span{
  color: var(--textwhite);
}
.cat-item:hover .icon{
  border: 3px solid #fff !important;
  background-color: var(--secbgcolor);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.cat-item:hover .icon span{
  color: var(--themecolor) !important;
}
.cat-item:hover h6  {
  color: #000 ;
}
.cat-item:hover span  {
  color: #FFFFFF !important ;
}
/* cards_Styels_end */

.section-title {
  text-align: center;
  margin-bottom: 15px;
}

.section-title h2 {
  font-size: 23px;
  font-weight: 700;
  color: #222;
  position: relative;
  display: inline-block;
  padding: 0 20px; /* space for lines */
}

/* Left & Right Lines */
.section-title h2::before,
.section-title h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #ffa501 0%, #FF350C 100%);
  transform: translateY(-50%);
  border-radius: 10px;
}

.section-title h2::before {
  left: -50px;
}

.section-title h2::after {
  right: -50px;
}



/* .cc_card{
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px 0 rgba(58, 59, 69, 0.1);
} */


.district-select-wrapper {
  width: 100%;
  /* max-width: 320px; */
  position: relative;
}

.district-select-wrapper select {
  width: 100%;
  padding: 12px 40px 12px 14px;
  font-size: 14px;
  color: #333;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

/* Custom dropdown arrow */
.district-select-wrapper::after {
  content: "▼";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #666;
  pointer-events: none;
}

/* Focus state */
.district-select-wrapper select:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);
}


.search-box {
  position: relative;
  width: 100%;
  /* max-width: 360px; */
}

.search-box input {
  width: 100%;
  padding: 12px 14px 12px 42px;
  font-size: 14px;
  color: #333;
  background-color: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  transition: all 0.25s ease;
}

.search-box input::placeholder {
  color: #9ca3af;
}

.search-box input:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

/* Icon styling */
.search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  pointer-events: none;
}

.search-icon svg {
  width: 18px;
  height: 18px;
}

/* Subtle hover */
.search-box input:hover {
  border-color: #9ca3af;
}

.theme-blue ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
}

.theme-blue li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  margin-bottom: 12px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--border);
}

.theme-blue span {
  padding: 6px 10px;
  min-width: 36px;
  text-align: center;
  border-radius: 8px;
  font-weight: 600;
  background: var(--badge-bg);
  color: var(--badge-text);
}

.theme-blue p {
  margin: 0;
  flex: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--text);
}

.theme-blue em {
  font-style: normal;
  font-size: 18px;
  color: var(--icon);
}


/* .cards_section{
  background: rgb(242, 240, 229);
} */


/* =========================
   ORANGE-GREEN UDA GRID CARD
   ========================= */

.dashboard-card.og-theme {
    border: none;
    border-radius: 16px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

/* HEADER */
.dashboard-card.og-theme .card-header {
    background: linear-gradient(135deg, #ff8c00, #ffb347);
    color: #fff;
    padding: 14px 18px;
}

.dashboard-card.og-theme .card-header h6 {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-card.og-theme .card-header a {
    color: #fff;
    opacity: 0.9;
    transition: 0.3s;
}

.dashboard-card.og-theme .card-header a:hover {
    opacity: 1;
    transform: translateX(4px);
}

/* BODY */
.dashboard-card.og-theme .card-body {
    background-color: #ffffff;
    padding: 18px;
}

/* GRID SPACING */
.dashboard-card.og-theme .row {
    row-gap: 16px;
}

/* LINK BOX */
.dashboard-card.og-theme .card-body .col-lg-6 > div {
    background: #f9fffb;
    border-radius: 12px;
    padding: 14px 16px 14px 18px;
    border-left: 5px solid #2e8b57;
    transition: all 0.3s ease;
    height: 100%;
}

/* HOVER EFFECT */
.dashboard-card.og-theme .card-body .col-lg-6 > div:hover {
    transform: translateY(-4px);
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(46, 139, 87, 0.18);
    border-left-color: #ff8c00;
}

/* LINK TEXT */
.dashboard-card.og-theme .card-body a {
    text-decoration: none;
    font-weight: 600;
    color: #2e8b57;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

/* ICON BEFORE TEXT */
.dashboard-card.og-theme .card-body a::before {
    content: "➜";
    font-size: 14px;
    color: #2e8b57;
    transition: transform 0.3s, color 0.3s;
}

/* HOVER ICON */
.dashboard-card.og-theme .card-body .col-lg-6 > div:hover a::before {
    transform: translateX(6px);
    color: #ff8c00;
}

/* MOBILE FRIENDLY */
@media (max-width: 768px) {
    .dashboard-card.og-theme .card-body {
        padding: 14px;
    }
}


.bg_one{
   background: rgb(242, 240, 229);
}


/* =========================
   CENTERED PREMIUM HEADER
   ========================= */

.media-updates-block .card-header {
    background: linear-gradient(
        135deg,
        rgba(255, 140, 0, 0.15),
        rgba(46, 139, 87, 0.12)
    );
    border-bottom: none;
    padding: 16px 18px;
    position: relative;
    overflow: hidden;
    border-radius: 14px 14px 0 0;
    text-align: center;
}

/* Glass overlay */
 .media-updates-block .card-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.35),
        rgba(255, 255, 255, 0.1)
    );
    z-index: 0;
}

/* Center accent bar */
 .media-updates-block .card-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 4px;
    border-radius: 6px;
    background: linear-gradient(90deg, #ff8c00, #2e8b57);
    z-index: 1;
}

/* Content */
.semi-title {
    position: relative;
    z-index: 2;
}

/* Flex row centered */
.animated-circles {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

/* Title */
.section-title h5 {
    font-size: 20px;
    color: #2e8b57;
    letter-spacing: 0.4px;
    margin-bottom: 0;
    padding: 6px;
}

/* Soft glow */
.section-title h5 span {
    text-shadow: 0 2px 6px rgba(46, 139, 87, 0.25);
}

/* Decorative dots */
.small-circle-start {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--themecolor);
    /* background: linear-gradient(135deg, #ff8c00, #2e8b57); */
}
/* .small-circle-start,
.small-circle-end {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff8c00, #2e8b57);
} */

/* Floating animation */
.small-circle-start {
    animation: floatLeft 2.2s infinite ease-in-out;
}

.small-circle-end {
    animation: floatRight 2.2s infinite ease-in-out;
}

@keyframes floatLeft {
    0% { transform: translateY(0) scale(1); opacity: 1; }
    50% { transform: translateY(-4px) scale(1.3); opacity: 0.75; }
    100% { transform: translateY(0) scale(1); opacity: 1; }
}

@keyframes floatRight {
    0% { transform: translateY(-4px) scale(1.3); opacity: 0.75; }
    50% { transform: translateY(0) scale(1); opacity: 1; }
    100% { transform: translateY(-4px) scale(1.3); opacity: 0.75; }
}

/* Optional divider */
.card-body {
    border-top: 1px solid rgba(46, 139, 87, 0.15);
}



/* .social_media_styles */

/* ===== SOCIAL FEED ===== */

.social-feed {
    animation: fadeUp 1s ease forwards;
}

/* CARD */
.fb-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    /* box-shadow: 0 14px 30px rgba(0,0,0,0.15); */
    transition: 0.4s ease;
}

.fb-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.25);
}

/* HEADER */
.fb-header {
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-weight: 600;
}

/* BUTTON */
.fb-header button {
    background: #fff;
    border: none;
    border-radius: 6px;
    padding: 5px 14px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

/* COLORS */
.fb-card.blue .fb-header {
    background: linear-gradient(135deg, #2d6cff, #4e88ff);
    font-size: 20px;
}
.fb-card.blue button { color: #2d6cff; }

.fb-card.orange .fb-header {
    background: linear-gradient(135deg, #ff7a18, #ff9a3d);
       font-size: 20px;
}
.fb-card.orange button { color: #ff7a18; }

.fb-card.yellow .fb-header {
    background: linear-gradient(135deg, #f4b400, #ffd54f);
       font-size: 20px;
}
.fb-card.yellow button { color: #f4b400; }

/* BODY */
.fb-body {
    height: 400px;
    overflow: hidden;
}

.fb-body iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* ENTRY ANIMATION */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* social_media_end */


/* gallery_section_Start */
/* =========================
   VIDEO GALLERY
   ========================= */
/* ================= VIDEO MODAL ================= */

.video-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
    z-index: 9999;
}

.video-modal.active {
    opacity: 1;
    pointer-events: all;
}

.video-modal-content {
    position: relative;
    background: #000;
    border-radius: 14px;
    width: 90%;
    max-width: 720px;
    animation: zoomIn 0.4s ease;
}

.video-modal video {
    width: 100%;
    border-radius: 14px;
}


/* PLAY BUTTON */

.video-thumb {
    position: relative;
    width: 100%;
    height: 155px;           /* 👈 control thumbnail height */
    overflow: hidden;
    border-radius: 14px 14px 0 0;
}

.video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;       /* 👈 keeps image clean */
    display: block;
    transition: transform 0.5s ease;
}


/* CLOSE ICON */
.modal-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s ease;
}


.play-btn {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    cursor: pointer;
    pointer-events: none;   /* click goes to .video-card */
    transition: 0.3s ease;
}

.play-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    border-left: 16px solid #ff6a00;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.video-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    transition: transform 0.35s ease, box-shadow 0.35s ease;

    /* 🔥 DEFAULT SHADOW */
    box-shadow:
        0 6px 18px rgba(0, 0, 0, 0.12),
        0 2px 6px rgba(0, 0, 0, 0.08);
        margin: 20px 0px;
}

.video-card:hover {
    transform: translateY(-8px);

    /* 🔥 HOVER SHADOW */
    box-shadow:
        0 14px 36px rgba(0, 0, 0, 0.22),
        0 6px 16px rgba(0, 0, 0, 0.15);
}

.video-body{
  padding: 10px;
}
.video-body h6{
  color: var(--themecolor);
  font-size: 14px;
  margin-bottom: 0px;
}
.video-body p{
  color: var(--text-color);
  font-size: 12px;
}

@media (max-width: 576px) {
    .video-thumb {
        height: 180px;
    }

    .play-btn {
        width: 54px;
        height: 54px;
    }
}

.modal-close-btn:hover {
    background: #ff6a00;
    transform: rotate(90deg);
}

@keyframes zoomIn {
    from { transform: scale(0.85); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}


.btn-view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    background: linear-gradient(135deg, #ff6a00, #ff8c2b);
    color: #fff;
    font-weight: 600;
    font-size: 14px;

    padding: 8px 22px;
    border-radius: 10px;
    border: none;

    box-shadow: 
        0 6px 16px rgba(255, 106, 0, 0.35),
        0 2px 6px rgba(0, 0, 0, 0.15);

    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.btn-view-all:hover {
    color: #fff;
    transform: translateY(-2px);

    box-shadow:
        0 10px 24px rgba(255, 106, 0, 0.45),
        0 6px 14px rgba(0, 0, 0, 0.2);
}

.btn-view-all:active {
    transform: translateY(0);
    box-shadow:
        0 4px 10px rgba(255, 106, 0, 0.3);
}


/* gallery_section_end */


/* persons_styles_Start */
/* GRID */
.leader-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 32px;
    padding: 40px 20px;
}

/* CARD */
.leader-card {
    position: relative;
    background: linear-gradient(180deg, #ffffff, #fff7f1);
    border-radius: 22px;
    padding: 40px 24px 30px;
    text-align: center;
    box-shadow:
        0 20px 45px rgba(0,0,0,0.12),
        inset 0 0 0 1px rgba(255,106,0,0.08);
    transition: all 0.45s ease;
    overflow: hidden;
    min-height: 320px;
}

/* subtle gradient shine */
.leader-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        transparent 20%,
        rgba(255,255,255,0.4),
        transparent 80%
    );
    opacity: 0;
    transition: 0.6s;
}

.leader-card:hover::before {
    opacity: 1;
}

/* hover lift */
.leader-card:hover {
    transform: translateY(-14px) scale(1.02);
    box-shadow:
        0 35px 80px rgba(0,0,0,0.18);
        border-left: 4px solid var(--themecolor);
        border-right: 4px solid var(--themecolor);
}

/* IMAGE */
.leader-img-wrap {
    position: relative;
    width: 130px;
    height: 130px;
    margin: 0 auto 18px;
}

.leader-img-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
    position: relative;
    z-index: 2;
}

/* GLOW RING */
.glow-ring {
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    background: conic-gradient(
        #ff6a00,
        #ffb347,
        #ff6a00
    );
    filter: blur(8px);
    opacity: 0.9;
    animation: spin 6s linear infinite;
}

/* INFO */
.leader-info h5 {
    font-weight: 700;
    font-size: 16px;
    color: #ff6a00;
    margin-bottom: 6px;
}

.leader-info p {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
}

/* ANIMATION */
@keyframes spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* MOBILE */
@media (max-width: 576px) {
    .leader-img-wrap {
        width: 110px;
        height: 150px;
    }
}

/* GLASS SHINE OVER IMAGE */
.leader-img-wrap::after {
    content: "";
    position: absolute;
    inset: -10%;
    border-radius: 50%;
    background: linear-gradient(
        120deg,
        transparent 35%,
        rgba(255,255,255,0.45),
        transparent 65%
    );
    opacity: 0;
    transform: translateX(-60%) rotate(25deg);
    transition: opacity 0.3s ease;
    z-index: 3;
}

/* animate shine on hover */
.leader-card:hover .leader-img-wrap::after {
    opacity: 1;
    animation: glassSweep 1.2s ease-in-out forwards;
}

/* SHINE ANIMATION */
@keyframes glassSweep {
    from {
        transform: translateX(-60%) rotate(25deg);
    }
    to {
        transform: translateX(100%) rotate(25deg);
    }
}
.leader-card:hover .leader-img-wrap img {
    filter: brightness(1.05) contrast(1.05);
}

/* activate glass on hover */
.leader-card:hover .leader-img-wrap::after {
    opacity: 1;
}


/* BORDER RING */
.leader-img-wrap::before {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid rgba(255,106,0,0.35);
    z-index: 1;
    transition: 0.45s ease;
}

/* hover enhancement */
.leader-card:hover .leader-img-wrap::before {
    border-color: #ff6a00;
    box-shadow:
        0 0 0 6px rgba(255,106,0,0.15);
}
.leader-card:hover .leader-img-wrap img {
    transform: scale(1.05);
    filter: saturate(1.1);
    transition: 0.45s ease;
}


.bg_two{
  background:#fef4e7;
  /* background: #dcfce7; */
}

/* persons_styles_end */

.contact_block{
  font-size: 15px;
}

@media(max-width:768px){
  .contact_block{
  font-size: 11px;
}
}


.read-more-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--themecolor); /* Bootstrap danger */
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s ease, color 0.3s ease;
}

.read-more-link i {
    transition: transform 0.3s ease;
}

/* Hover animation */
.read-more-link:hover {
    transform: translateX(8px);
    color: var(--secbgcolor); /* darker red */
}

.read-more-link:hover i {
    transform: translateX(4px);
}


div#menuheader .text-weight-bold {
    font-weight: 500;
}         /* STAT CARDS */
  .stat-card {
    border-radius: 14px;
    padding: 10px 5px 0px 10px;
    color: #fff;
    height: 100px;
    display: flex;
    /* align-items: center; */
    gap: 7px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
    transition: all .25s ease;
}

  .stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0,0,0,.18);
  }

  .stat-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

  .stat-title {
    font-size: 13px;
    opacity: .9;
    letter-spacing: .3px;
  }

  .stat-value {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
  }

  .grad-pink {
    background: linear-gradient(135deg, #9c2a83, #dc2626);
  }
  .grad-blue {
    background: linear-gradient(135deg, #2563eb, #1e40af);
  }

  .grad-green {
    background: linear-gradient(135deg, #16a34a, #14532d);
  }

  .grad-orange {
    background: linear-gradient(135deg, #f97316, #9a3412);
  }

  .grad-red {
    background: linear-gradient(135deg, #dc2626, #7f1d1d);
  }
  .grad-brown {
    background: linear-gradient(135deg, #f0baa7, #795548);
  }
  .grad-info {
    background: linear-gradient(135deg, #3ea097, #076159);
}

.hidden {
    display: none;
  }
.hideDiv {
    display: none;
  }

  .mh_70 {
    min-height: 70px;
  }

  .activeDiv {
  display: block;
}

.survey_title, .survey_title h4 {
    background: linear-gradient(90deg, #FB7747 0%, #fda788 75%) !important;
}

.title-map h4 {
    position: relative;
    margin-bottom: 20px;
    background: linear-gradient(90deg, rgb(249 144 35) 0%, rgb(255 237 220) 75%);
    /* background: var(--titlebackground); */
    padding: 10px;
    border-radius: 6px;
    color: #fff;
    /* text-shadow: 2px 2px 0px black; */
}

.title-map h4::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: -10px;
    left: 0;
}
.title-map h4::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    /* background: var(--themebgcolor); */
    background: #fe7d0b;
    /* background: #1977cc; */
    bottom: -10px;
    left: 0;
}

.title-map {
    background: linear-gradient(90deg, rgb(249 144 14) 0%, rgb(255 237 220) 43%);
    border-radius: 10px;
}

.icon-box.cbox {
            /* justify-content: space-between; */
            border: 1px solid #f9900e;
            padding: 5px 0;
        }

        .mc-icon {
            width: 38px;
            height: 38px;
            background: #f9900e;
            /* background: #4ead4e; */
            border-radius: 5px;
            transition: all 0.3s ease-out 0s;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0px 0px 0px 6px;
            transform-style: preserve-3d;
            position: relative;
            z-index: 2;
        }

        .icon-box {
            position: relative;
            display: flex;
            border: 8px solid #fff;
            /* border: 1px solid #f9900e29; */
            /* border: 1px solid #d5e1ed; */
            transition: all ease-in-out 0.3s;
            margin: 0px;
            border-radius: 10px;
            overflow: hidden;
            /* background: #ffeedf; */
            background: #ffffff;
            /* height: 100% !important;
            width: 100% !important; */
        }

        .icon-box:hover {
            box-shadow: 0 9px 45px 0 rgb(62 57 107 / 20%);
        }
.btn-theme {
    /* font-size: 14px; */
    /* min-width: 100px; */
    color: #fff !important;
    background-color: #f9900e !important;
    /* background-color: #031424 !important; */
    border-color: #f9900e !important;
    /* border-color: #031424 !important; */
    box-shadow: 0 3px 6px hsl(209.09deg 84.62% 7.65% / 7%);
}

    /* #container, #Chart, #applications, #reports_new {
height: 260px;
} */
        /* #container {
height: 500px;
}

.highcharts-figure,
.highcharts-data-table table {
min-width: 320px;
max-width: 700px;
margin: 1em auto;
}

.highcharts-data-table table {
font-family: 'Varela Round', sans-serif !important;
border-collapse: collapse;
border: 1px solid #ebebeb;
margin: 10px auto;
text-align: center;
width: 100%;
max-width: 500px;
} */
text.highcharts-credits {
    display: none;
}
.highcharts-figure,
.highcharts-data-table table {
    /* min-height: 200px; */
/* min-width: 320px;
max-width: 700px; */
/* margin: 1em auto; */
margin: 1px !important;
overflow: hidden !important;
border-radius:20px !important ;
}
        .highcharts-data-table caption {
            padding: 1em 0;
            font-size: 1.2em;
            color: #555;
        }

        .highcharts-data-table th {
            font-weight: 600;
            padding: 0.5em;
        }

        .highcharts-data-table td,
        .highcharts-data-table th,
        .highcharts-data-table caption {
            padding: 0.5em;
        }

        .highcharts-data-table thead tr,
        .highcharts-data-table tr:nth-child(even) {
            background: #f8f8f8;
        }

        .highcharts-data-table tr:hover {
            background: #f1f7ff;
        }

        .highcharts-description {
            margin: 0.3rem 10px;
        }
        .messages-block .single {
    margin-left: 25px;
    margin-right: 25px;
}


        .messages:hover:before {
    content: "";
    width: 60px;
    height: 60px;
    background: #ff7e00;
    background: linear-gradient(135deg, #367906 0%, #367906 100%);
    background: -webkit-linear-gradient(135deg, #367906 0%, #367906 100%);
    background: -moz-linear-gradient(135deg, #367906 0%, #367906 100%);
    position: absolute;
    top: 20px;
    left: 5px;
    z-index: 1;
}

.messages:before {
    content: "";
    width: 60px;
    height: 60px;
    background: #16111f;
    background: linear-gradient(135deg, #ff9802 0%, #ff7e00 100%);
    background: -webkit-linear-gradient(135deg, #ff9802 0%, #ff7e00 100%);
    background: -moz-linear-gradient(135deg, #ff9802 0%, #ff7e00 100%);
    position: absolute;
    top: 20px;
    left: 5px;
    z-index: 1;
}

.messages:hover .messages-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #ff7e00;
    background: linear-gradient(135deg, #367906 0%, #367906 100%);
    background: -webkit-linear-gradient(135deg, #367906 0%, #367906 100%);
    background: -moz-linear-gradient(135deg, #367906 0%, #367906 100%);
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 1;
}

.messages .messages-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #16111f;
    background: linear-gradient(135deg, #211831 0%, #16111f 100%);
    background: -webkit-linear-gradient(135deg, #211831 0%, #16111f 100%);
    background: -moz-linear-gradient(135deg, #211831 0%, #16111f 100%);
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.messages .messages-icon img{
border: 1px solid #000;
}

.messages .messages-content {
    padding: 30px;
    /* border-width: 1px; */
    /* border-style: solid; */
    border: 2px solid #ff7e00;
    /* border-color: rgb(22, 17, 31, .2); */
    position: relative;
    transition: all 0.4s ease-in-out 0s;
    /* box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 39%); */
    border-radius: 10px;
    background-color: #fff;
    /* background-color: #fee8aa57; */
}

.messages:hover .messages-content {
    /* background: #40631317; */
    border-color: #367906;
}

.messages .title {
    font-size: 18px;
    font-weight: 600;
    color: #16111f;
    padding-left: 30px;
    margin-bottom: 35px;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}

.messages:hover .title {
    color: #ff7e00;
}

.messages .description {
    color: #333333;
    margin: 0;
}

.messages:hover .read-more {
    display: inline-block;
    width: 32px;
    height: 30px;
    line-height: 30px;
    background: #ff7e00;
    background: linear-gradient(135deg, #fda23f 0%, #ff7e00 100%);
    background: -webkit-linear-gradient(135deg, #fda23f 0%, #ff7e00 100%);
    background: -moz-linear-gradient(135deg, #fda23f 0%, #ff7e00 100%);
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: -1px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
}

.messages .read-more {
    display: inline-block;
    width: 32px;
    height: 30px;
    line-height: 30px;
    background: #16111f;
    background: linear-gradient(135deg, #211831 0%, #16111f 100%);
    background: -webkit-linear-gradient(135deg, #211831 0%, #16111f 100%);
    background: -moz-linear-gradient(135deg, #211831 0%, #16111f 100%);
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: -1px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
}

@media only screen and (max-width:990px) {
    .messages {
        margin-bottom: 50px;
    }
}


.testimonials-block .single {
    margin-left: 30px;
    margin-right: 18px;
    margin-top: 10px;
    margin-bottom: 8px;
}


        .testimonials:hover:before {
    content: "";
    width: 60px;
    height: 60px;
    background: #ff7e00;
    background: linear-gradient(135deg, #fda23f 0%, #ff7e00 100%);
    background: -webkit-linear-gradient(135deg, #fda23f 0%, #ff7e00 100%);
    background: -moz-linear-gradient(135deg, #fda23f 0%, #ff7e00 100%);
    position: absolute;
    top: 20px;
    left: 5px;
    z-index: 1;
}

.testimonials:before {
    content: "";
    width: 60px;
    height: 60px;
    background: #16111f;
    background: linear-gradient(135deg, #ff8c00 0%, #fda538 100%);
    background: -webkit-linear-gradient(135deg, #ff8c00 0%, #fda538 100%);
    background: -moz-linear-gradient(135deg, #ff8c00 0%, #fda538 100%);
    position: absolute;
    top: 20px;
    left: 5px;
    z-index: 1;
}

.testimonials:hover .testimonials-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #ff7e00;
    background: linear-gradient(135deg, #fda23f 0%, #ff7e00 100%);
    background: -webkit-linear-gradient(135deg, #fda23f 0%, #ff7e00 100%);
    background: -moz-linear-gradient(135deg, #fda23f 0%, #ff7e00 100%);
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 13px;
    z-index: 1;
}

.testimonials .testimonials-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    /* background: #16111f;
    background: linear-gradient(135deg, #211831 0%, #16111f 100%);
    background: -webkit-linear-gradient(135deg, #211831 0%, #16111f 100%);
    background: -moz-linear-gradient(135deg, #211831 0%, #16111f 100%); */
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 13px;
    z-index: 1;
}

.testimonials .testimonials-icon img{
border: 1px solid #000;
background: #fff;
}

.testimonials .testimonials-content {
    padding: 25px;
    border-width: 1px;
    border-style: solid;
    border-color: #ff7e00;
    /* border-color: rgb(22, 17, 31, .2); */
    position: relative;
    transition: all 0.4s ease-in-out 0s;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.testimonials:hover .testimonials-content {
    background: #f8f9fc;
    border-color: #ffffff;
}

.testimonials .title {
    font-size: 18px;
    font-weight: 600;
    color: #16111f;
    padding-left: 30px;
    margin-bottom: 35px;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}

.testimonials:hover .title {
    color: #ff7e00;
}

.testimonials .description {
    color: #333333;
    margin: 0;
    font-size: 14px;
}

.testimonials:hover .read-more {
    display: inline-block;
    width: 32px;
    height: 30px;
    line-height: 30px;
    background: #ff7e00;
    background: linear-gradient(135deg, #fda23f 0%, #ff7e00 100%);
    background: -webkit-linear-gradient(135deg, #fda23f 0%, #ff7e00 100%);
    background: -moz-linear-gradient(135deg, #fda23f 0%, #ff7e00 100%);
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: -1px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
}

.testimonials .read-more {
    display: inline-block;
    width: 32px;
    height: 30px;
    line-height: 30px;
    background: #16111f;
    background: linear-gradient(135deg, #211831 0%, #16111f 100%);
    background: -webkit-linear-gradient(135deg, #211831 0%, #16111f 100%);
    background: -moz-linear-gradient(135deg, #211831 0%, #16111f 100%);
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: -1px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
}

@media only screen and (max-width:990px) {
    .testimonials {
        margin-bottom: 50px;
    }
}


.time_date {
    /* position: absolute; */
    top: 183px;
    /* width: 100%; */
    background: #ffffff;
    /* left: 0; */
    right: 20px;
    padding: 3px 10px;
    display: inline-table;
    border-radius: 8px;
    /* box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 55%); */
}


/* Start uda styles */

.header-top.uda_mini_head{
  /* background:linear-gradient(90deg, rgb(27 89 38) 0%, rgb(73 72 30)) !important; */
  background:linear-gradient(90deg, #1a6b3c 0%, #0f3460 50%, #1a6b3c 100%);
}

.head_row{
  background-color: #fff !important;
  /* background-color: #79ea4963 !important; */
}

.fixed_uda_nav{
   background:linear-gradient(90deg, #1a6b3c 0%, #0f3460 50%, #1a6b3c 100%) !important;
  /* background: #2f5223 !important; */
}

/* Logo */
.logo-wrap { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.logo-emblem {
  position: relative; width: 66px; height: 66px; flex-shrink: 0;
}
.logo-emblem::before, .logo-emblem::after {
  content: ''; position: absolute; border-radius: 50%;
  animation: emblem-spin 10s linear infinite;
}
.logo-emblem::before { inset: 0; border: 2px dashed rgba(26,107,60,0.4); animation-direction: normal; }
.logo-emblem::after { inset: 8px; border: 1.5px dashed rgba(15,52,96,0.3); animation-direction: reverse; animation-duration: 7s; }
@keyframes emblem-spin { to { transform: rotate(360deg); } }
.logo-core {
  position: absolute; inset: 14px; border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--blue-mid));
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 14px rgba(26,107,60,0.3);
}
.logo-core svg { width: 22px; height: 22px; }
.logo-text h1 {
  font-family: 'Playfair Display', serif;
  font-size: 15px; font-weight: 800; color: var(--text); line-height: 1.2; margin: 0;
}
.logo-text h1 span { color: var(--green); }
.logo-text p { font-size: 10px; font-weight: 700; color: var(--blue-mid); letter-spacing: 2px; text-transform: uppercase; margin: 2px 0 0; }


.h_img img{
  width: 60px !important;
  height: 60px !important;
}
/* ═══════════════════════════════════════
   ANNOUNCEMENTS TICKER
═══════════════════════════════════════ */
.ticker-section {
  background: #fff; border-top: 4px solid #e65c00;
  border-bottom: 4px solid #134a52;
  /* background: linear-gradient(90deg, var(--green), var(--blue-mid), var(--orange), var(--blue-mid), var(--green)); */
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  padding: 10px 0; position: relative; z-index: 5;
}
.ticker-label {
  background: linear-gradient(135deg, #e65c00, #f07020);
  color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  padding: 5px 16px; border-radius: 6px; flex-shrink: 0; white-space: nowrap;
  display: flex; align-items: center; gap: 7px;
}
.ticker-label i { font-size: 12px; }
.ticker-track { overflow: hidden; flex: 1; }
.ticker-items {
  display: flex; gap: 60px; white-space: nowrap;
  animation: ticker-run 32s linear infinite;
}
.ticker-items:hover { animation-play-state: paused; }
.ticker-items a {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--muted); text-decoration: none; white-space: nowrap; transition: color 0.2s;
}
.ticker-items a:hover { color: var(--green); }
.t-badge { background: #e01b2c; color: #fff; font-size: 9px; font-weight: 700; padding: 2px 6px; border-radius: 3px; animation: pulse-dot 1s infinite; }
.t-sep { color: var(--orange); font-weight: 700; }
@keyframes ticker-run { 0%{transform:translateX(0);} 100%{transform:translateX(-50%);} }

@keyframes pulse-dot { 0%,100%{opacity:1;transform:scale(1);} 50%{opacity:0.3;transform:scale(0.7);} }

/* ─── ANIMATED BACKGROUND ─── */
.page-bg {
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background: #fcfcfc;
  /* background: #f2f5f8; */
  overflow: hidden;
}
.page-bg::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 0% 0%,   rgba(26,122,74,0.07)  0%, transparent 60%),
    radial-gradient(ellipse 50% 35% at 100% 100%,rgba(18,80,160,0.07) 0%, transparent 55%),
    radial-gradient(ellipse 40% 30% at 60% 40%,  rgba(217,95,0,0.05)  0%, transparent 50%);
}
.wave-pattern {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Ccircle cx='40' cy='40' r='1.2' fill='rgba(26,122,74,0.12)'/%3E%3Ccircle cx='0'  cy='0'  r='1'   fill='rgba(18,80,160,0.08)'/%3E%3Ccircle cx='80' cy='0'  r='1'   fill='rgba(217,95,0,0.08)'/%3E%3C/svg%3E");
  background-size: 80px 80px;
  opacity: 0.8;
  animation: dot-drift 25s linear infinite;
}
@keyframes dot-drift {
  0%   { background-position: 0 0; }
  100% { background-position: 80px 80px; }
}
.bg-orb {
  position: absolute; border-radius: 50%;
  animation: orb-float 14s ease-in-out infinite;
}
.orb-1 { width:500px;height:500px;background:rgba(26,122,74,0.06);  top:-150px;left:-150px;  animation-delay:0s; }
.orb-2 { width:400px;height:400px;background:rgba(18,80,160,0.06);  bottom:-100px;right:-100px;animation-delay:5s; }
.orb-3 { width:300px;height:300px;background:rgba(217,95,0,0.05);   top:40%;left:45%;        animation-delay:9s; }
@keyframes orb-float {
  0%,100%{transform:scale(1) translate(0,0);}
  50%{transform:scale(1.08) translate(-20px,-15px);}
}


#main-banner-slide.uda_slider {
    height: 446px;
}
#main-banner-slide.uda_slider img {
    width: 100%;
    height: 446px;
    margin: 0 auto;
    /* border-radius: 50%; */
    overflow: hidden;
    background: #ddd;
}

#footer.footer-v1.uda_footer {
background-color: #14213d !important;
}
.visit-title {
    font-size: 12px;
    margin-top: 4px;
}