html {
  scroll-behavior: smooth;
}
body {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #32434c;
}

a,
a:hover {
  text-decoration: none !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

ul {
  padding-left: 0px;
  list-style-type: none;
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

@media (min-width: 1440px) {
  .cmpad {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 1439px) {
  .cmpad {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (max-width: 991px) {
  .cmpad {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 767px) {
  .cmpad {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .cmpad {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 90%;
  }
}

@media (min-width: 768px) {
  ::-webkit-scrollbar {
    width: 10px;
    height: 6px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eee;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #3a3a3a;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #444;
  }

  .custscroll::-webkit-scrollbar,
  .custscroll::-webkit-scrollbar-thumb {
    border-radius: 13px;
    width: 6px;
    height: 6px;
    background-clip: padding-box;
    background: transparent;
  }
  .custscroll::-webkit-scrollbar-track {
    background: transparent;
  }
  .custscroll:hover::-webkit-scrollbar-thumb {
    background-color: #ccc;
  }
  .custscroll::-webkit-scrollbar-thumb:hover {
    background-color: #999;
  }

  .custscrollA::-webkit-scrollbar {
    border-radius: 13px;
    width: 6px;
    height: 6px;
    background-clip: padding-box;
    background: transparent;
  }
  .custscrollA::-webkit-scrollbar-track {
    background: transparent;
  }
  .custscrollA::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 6px;
  }
  .custscrollA::-webkit-scrollbar-thumb:hover {
    background-color: #999;
  }
}

ul.social {
  display: flex;
  margin-bottom: 0;
}
ul.social li {
  display: block;
}
ul.social li:last-child {
  margin-right: 0;
}
ul.social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  font-size: 0.875rem;
}
ul.social li a img {
  width: 18px;
  height: 18px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
ul.social li a:hover{
  background-color: #e31e25;
}
ul.social li a:hover img{
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

/*---------------------------------------*/
/*::::::::::::::::HEADER:::::::::::::::::*/
/*---------------------------------------*/
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.header.drop {
  position: fixed;
  animation: dropHeader 0.9s;
  box-shadow: 0 3px 8px 0px rgb(0 0 0 / 18%);
}
.header.drop .menu a.mainli{
  height: 45px;
}

.header.drop .menucol-mid {
  display: none !important;
}
.header.drop .headtop {
  height: 0;
  display: none;
}
.header.drop {
  background-color: white;
}
header.drop .headmain .logocol {
  width: 180px;
  margin: 5px 0;
}
.header.drop:after {
  display: none;
}
header.drop .headbottom {
  height: 60px;
}
header.drop .menubottom {
  height: 65px;
}
.header.drop .small-drop .dropdown-menu{
  margin-top: 0 !important;
}


@keyframes dropHeader {
  0% {
    top: -5rem;
  }
  100% {
    top: 0;
  }
}


header.active .headmain {
  height: 60px;
}

.header:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 18%;
  height: 35px;
  background-color: #ed1b24;
  border-bottom: 35px solid transparent;
  border-left: 20px solid #383278;
}
@media (min-width: 1440px) {
  .header:after {
    width: 23%;
  }
  .head-flex {
    gap: 118px !important;
  }
}

header .headmain .logocol {
  width: 300px;
  display: flex;
  align-items: center;
  position: relative;
}

header .headmain .logocolmal {
  width: 240px;
}

header .headmain .logocol img {
  width: 300px;
  height: auto;
}
header .headmain .logocol img.flag{
  width: 60px;
  position: absolute;
  right: -60px;
}

header .headmain .menucol {
  flex: 1 0;
}

header .headmain .menucol .menucol-mid {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}
header .menucol-mid .helpmain {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
header .menucol-mid .helpmain .helpline {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 0.8rem;
  color: #333;
}

header .menucol-mid .helpmain li {
  border-right: 1px solid #333;
  padding-right: 15px;
  margin-right: 15px;
  height: 16px;
  display: flex;
  align-items: center;
}
header .menucol-mid .helpmain li:last-child{
  border: none;
  padding-right: 0;
  margin-right: 0;
}

.helpline .num {
  font-weight: 600;
  font-size: 0.9rem;
  padding-left: 5px;
}
.helpline .blue {
  color: #383178;
}
.helpline .red {
  color: #e31e25;
}

.search-input {
  position: relative;
}
.search-input img {
  width: 13px !important;
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.search-input input {
  background: #f6f6f6;
  outline: none;
  width: 300px;
  border-radius: 0.5rem;
  padding-right: 40px;
  border: none;
  padding: 6px 15px;
  font-size: 0.8rem;
}

.search-select {
  position: relative;
}
.search-select select {
  height: 100%;
  padding: 0 13px;
  padding-left: 28px;
  color: rgb(26 26 26 / 75%);
  font-size: 0.75rem;
  border-radius: 0.5rem;
  border-color: #3931861a;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  cursor: pointer;
  position: relative;
  z-index: 9;
}

.search-select img {
  width: 12px !important;
  position: absolute;
  left: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.search-select select:focus {
  outline: none;
}

header .headmain .menucol .menucol-mid-logo {
  display: flex;
  gap: 20px;
  margin: -10px;
  align-items: center;
}

header .headmain .menucol .menucol-mid-logo img {
  width: 70px;
}

header .headtop {
  width: 100%;
  height: 35px;
  background-color: #383278;
  font-weight: 400;
  position: relative;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
header .headtop ul {
  display: flex;
  flex-flow: wrap;
  gap: 1rem;
}
header .headtop ul.menuhelp {
  margin-left: 1rem;
}
header .headtop .time {
   color: #7cfaf2;
   padding-left: 10px;
   width: 85px;
   display: flex;
   align-items: center;
   justify-content: center;
}

header .headtop .headtopright {
  gap: 0;
}
header .headtop .headtopright .date:hover {
  color: #ffffffe3 !important;
}
header .headtop .headtopright .icon {
  padding-right: 8px;
  width: 24px;
  height: auto;
}

header .headtop .headtopright li {
  border-right: 1px solid #ffffff85;
  padding: 0 15px;
  height: 13px;
  display: flex;
  align-items: center;
}
header .headtop .headtopright li:last-child {
  border: none;
}

.head-flex {
  display: flex;
  align-items: center;
  gap: 80px;
  height: 35px;
}

@media (max-width: 1366px) {
  .head-flex {
    gap: 40px;
  }
  .header:after {
    width: 20%;
  }
}

@media (max-width: 1250px) {
  .head-flex {
    gap: 25px;
  }
}
@media (max-width: 1200px) {
  .head-flex {
    gap: 25px;
  }
}

.head-flex1 {
  width: calc(100% - 160px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .login-sec {
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
header .login-sec a {
  position: relative;
  z-index: 1;
  color: white;
  padding: 3px 40px;
  border: 1px solid white;
  font-size: 0.75rem;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
header .login-sec a:hover {
  background-color: white;
  color: #ed1b24;
}

header .headtop ul li a {
  color: #ffffffe3 !important;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  transition: 0.3s;
}

header .headtop ul li a:hover {
  color: #FFC107 !important;
}

header .headbottom {
  display: flex;
  align-items: center;
  height: 120px;
  position: relative;
}

header .menubottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header .menubottom .dropdown:last-child a{
  padding-right: 0;

}
header .menubottom .dropdown:last-child a.mainli:after{
  width: 0;
}


header .menu a.mainli {
  font-weight: 500;
  font-size: 0.85rem;
  color: #333;
  display: flex;
  width: max-content;
  height: 35px;
  align-items: center;
  cursor: pointer;
  padding: 0 13px;
  position: relative;
  bottom: -11px;
}
.last{
  padding-right: 0 !important;
}

header .menu a.mainli:after {
  content: "";
  position: absolute;
  height: 13px;
  width: 0.01rem;
  background-color: #333;
  right: 0;
}

.last:after {
  display: none;
}

header .menu a.mainli.active {
  color: #ed1b24;
}

header .menu .dropdown:hover a.mainli {
  color: #ed1b24;
}

@media (min-width: 767px) {
  .menu .dropdown {
    height: 93%;
    position: unset;
  }
  .menu .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .menu .dropdown .dropdown-menu {
    font-size: 0.875rem;
    position: absolute;
    top: 100%;
    margin-top: -2px;
    overflow: hidden;
    font-weight: 400;
    right: 0;
    width: 100%;
    min-height: 380px;
    display: none;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: rgb(255 255 255 / 100%);
    box-shadow: 2px 6px 20px rgb(0 0 0 / 10%);
    border-radius: 0;
    animation-name: zoomIn;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.course-list {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.course-list li {
  flex: 1 0 auto;
}
.course-list li a {
  color: #333;
  transition: 0.3s;
  font-size: 0.85rem;
}
.course-list li a:hover {
  color: #bd4c3b;
}

.font-list {
  margin-left: 1rem;
  display: flex !important;
  gap: 0.3rem !important;
}

.menuitems {
  margin-top: 0;
  width: 100%;
}
.menu-con {
  display: flex;
  gap: 20px;
}

.menu-list {
  display: flex;
  flex-flow: wrap;
  min-height: 380px;
}
.menu-list .menu-sec {
  flex: 1 0 33.333%;
  max-width: 33.3333%;
  border-right: 1px solid #00000012;
  border-bottom: 1px solid #00000012;
}
.menu-box {
  line-height: 35px;
  padding: 18px;
  height: 100%;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
}
.menu-list h5 {
  display: flex;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 18px;
  align-items: center;
  color: #333;
  margin-bottom: 3px;
}
.menu-list img {
  width: 23px;
  margin-right: 10px;
}

.in-menu-list li {
  line-height: 14px;
  padding: 6px 0;
}
.in-menu-list li a {
  transition: 0.3s;
}
.in-menu-list li a:hover {
  color: #eb2f35 !important;
}

.menu-list a {
  font-size: 0.83rem;
  font-weight: 400;
  color: #666;
}
.mal {
  font-family: "Noto Sans Malayalam", sans-serif;
  font-weight: 400;
}
.access-li {
  position: relative;
}
.access-menu {
  position: absolute;
  background: #383278;
  top: 2.3rem;
  z-index: 9;
  padding: 8px 13px;
  left: -88px;
  border-radius: 0.3rem;
  box-shadow: 0px -1px 11px 0px #00000026;
}

header .headtop .access-list {
  flex-flow: unset;
  gap: 1.3rem;
}

header .headtop .access-list li {
  width: 15px;
  height: 15px;
  padding: 0;
  border-right: none;
}
header .headtop .access-list li a {
  font-size: 0.8rem;
}
.access-menu::before {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid rgb(56 50 120);
  top: -25px;
  left: 0;
  right: 0;
  width: 10px;
  height: 25px;
  margin: auto;
}
header .headtop .access-list li a {
  position: relative;
  cursor: pointer;
}
header .headtop .access-list li img {
  width: 13px;
}
header .headtop .access-list li a:after {
  content: "";
  position: absolute;
  width: 0.01rem;
  height: 10px;
  background-color: #a09dbe;
  right: -8px;
}
header .headtop .access-list li:last-child a:after {
  display: none;
}
.access-li > a {
  cursor: pointer;
}

#myDiv {
  display: none;
}

.audioplay, .audiopause{
  border: none;
  background: transparent;
  font-size: .8rem;
  padding: 0;
  color: #000000;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}





/*---------------------------------------*/
/*::::::::::::::::SLIDER:::::::::::::::::*/
/*---------------------------------------*/
.slidecontain{
  position: relative;
}
.slider {
  position: relative;
  margin-top: 155px;
  /* margin: auto; */
  height: calc(100vh - 155px);
}
@media (min-width: 1440px) {
  .slider.cmpad {
    margin-right: 0;
    padding-right: 0;
    max-width: max-content;
    margin-left: auto;
    padding-left: 70px;
  }
}
@media (max-width: 1439px) {
  .slider.cmpad {
    margin-right: 0;
    padding-right: 0;
  }
}


.slider .mainslider,
.slider .mainslider .swiper-slide {
  height: 100%;
}
.slider .mainslider {
  border-radius: 3.5rem 0 0 0;
}
.slider .mainslider .slideimg {
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin: 0;
  height: 100%;
  width: 100%;
}
.slider .mainslider .slideimg img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.slider-menu {
  position: absolute;
  top: 5%;
}
.slider-short {
  position: fixed;
  bottom: 45%;
  left: 20px;
  z-index: 999;
}
.slider-short ul {
  background: #383278;
  padding: 8px 0px;
  border-radius: 0.5rem;
  display: flex;
  flex-flow: column;
}

.slider-short ul li img {
  width: 16px;
  filter: brightness(0) invert(1);
}

.slider-social {
  position: fixed;
  bottom: 13%;
  left: 20px;
  z-index: 999;
}

@media (max-width: 1439px) {
  .slider-short {
    left: 20px;
  }
  .slider-social {
    left: 20px;
  }
}

@media(max-width:1200px){
.slider{
  height: 600px;
}
}

@media(max-width:991px){
.slider{
  height: 500px;
}
}

@media(max-width:767px){
.slider {
  height: 400px;
  margin-top: 125px;
}
}

@media(max-width:575px){
.slider {
  height: 360px;
}
}

@media(max-width:480px){
.slider {
  height: 300px;
}
}

@media(max-width:420px){
.slider {
  height: 250px;
}
}

@media(max-width:380px){
.slider {
  height: 200px;
}
}

.slider-social .social {
  flex-flow: column;
  gap: 8px;
}
.slider-social .social a {
  color: #e31e25;
  font-size: 0.95rem;
}
.slider-social .social a:hover {
  background-color: #e31e25;
  color: white;
}

.slider-pagination .swiper-pagination-bullet {
  width: 10px;
  min-height: 10px;
  background-color: white;
  opacity: 1;
  margin: 0 3px !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.slider-pagination .swiper-pagination-bullet-active {
  background-color: #383278;
}

.slider-pagination .swiper-pagination-bullets {
  left: 0.8rem;
  bottom: 5rem;
  width: auto;
  right: auto;
}

.slider .slider-para {
  background: #383278;
  width: 530px;
  color: rgb(255 255 255 / 90%);
  padding: 15px;
  font-size: 0.85rem;
  margin-bottom: 100px;
  position: absolute;
  height: 70px;
  display: flex;
  align-items: center;
}
.slider .slider-para p {
  margin-bottom: 0;
  padding-left: 30px;
  max-height: 40px;
  overflow: hidden;
}
.slider .slider-para:before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  border-top: 70px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 40px solid #ed1b24;
}

.slider .slider-para:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0 solid transparent;
  border-bottom: 69px solid transparent;
  border-left: 40px solid #ed1b24;
}

.news-position {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9;
  background-color: white;
}

.news-sec {
  position: relative;
  border-bottom: 1px solid #3832781c;
}
.news-head {
  width: 450px;
  z-index: 9;
  color: white;
  height: 65px;
  display: flex;
  align-items: center;
}
.news-head h5 {
  font-size: 1rem;
  margin-bottom: 0;
  position: relative;
  padding-left: 33px;
}
.news-head h5:after {
  content: "";
  background-image: url(../img/icons/message-solid.svg);
  background-size: contain;
  background-position: center;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
}
.news-sec::before {
  content: "";
  position: absolute;
  width: 25%;
  background-color: #383278;
  left: 0;
  height: 101%;
}
.news-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  border-top: 0 solid transparent;
  border-bottom: 70px solid transparent;
  border-left: 40px solid #383278;
}

.news-con {
  width: calc(100% - 350px);
  /*display: flex;
  align-items: center;*/
  padding: 10px 0;
}
.news-main {
  display: flex;
  gap: 15px;
  position:relative;
}

.news-date {
  width: 85px;
  background-color: #cf0811;
  border-radius: 0.3rem;
  padding: 6px;
  display: flex;
  align-items: center;
  flex-flow: column;
  color: white;
  justify-content: center;
/*  height: 100%;*/
}
.news-date h5,
.news-date p {
  margin-bottom: 0;
}
.news-desc {
  width: calc(100% - 100px);
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  justify-content: center;
}
.news-desc p {
      margin-bottom: 0;
    /*max-height: 30px;*/
    font-size: 0.75rem;
    overflow: hidden;
    opacity: 75%;
    line-height: 15px;
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}
.news-desc h5 {
  color: #383278;
    font-size: 0.85rem;
    margin-bottom: 2px;
   /* max-height: 16px;*/
    overflow: hidden;
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
.news-date h5 {
  font-size: 0.95rem;
  font-weight: 600;
}
.news-date p {
  font-size: 0.7rem;
  color: rgb(255 255 255 / 90%);
}
@media (max-width: 1439px) {
  .news-sec::before {
    width: 20%;
  }
  .news-sec::after {
    left: 20%;
  }
  .news-head {
    width: 300px;
  }
  .news-con {
    width: calc(100% - 300px);
  }
}
@media (max-width: 1366px) {
  .news-sec::before {
    width: 23%;
  }
  .news-sec::after {
    left: 23%;
  }
  .news-head {
    width: 280px;
  }
  .news-con {
    width: calc(100% - 280px);
  }
}

@media(max-width:575px){
.news-main{
  gap: 10px;
}
.news-date{
  width: 65px;
}
.news-desc{
  width: calc(100% - 65px);
}
}

.short-menu {
  position: relative;
}

.dropend:hover .dropdown-menu,
.headtopright .dropdown:hover .dropdown-menu {
  display: block;
}
.dropend .dropdown-toggle::after,
.headtopright .dropdown-toggle::after {
  display: none;
}
.dropend .dropdown-menu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 45px;
  background-color: #ffffff;
  border: none;
  box-shadow: 0px 0px 20px #0000002e;
  padding: 13px;
}
.dropend .dropdown-menu:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ffffff00;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -15px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid white;
}

.dropend .dropdown-menu a {
  color: #333;
  font-weight: 500;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #00000014;
  padding: 5px 5px;
  margin-bottom: 8px;
  padding-top: 0;
  font-size: 0.85rem;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
.dropend .dropdown-menu a:hover {
  color: #383278;
}

.dropend .dropdown-menu a:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.slider-short li {
  padding: 8px 10px;
  cursor: pointer;
}

.dropend .dropdown-menu img {
  filter: brightness(0);
  width: 15px;
}
.dropend .access {
  min-width: 40px;
}

/*---------------------------------------*/
/*::::::::::::::::::SERVICES::::::::::::::*/
/*---------------------------------------*/

.mainhead {
  font-size: 1.56rem;
  font-weight: 600;
  padding-bottom: 10px;
  position: relative;
  color: #19193f;
}
.mainhead:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #e31e25;
  left: 0;
  bottom: 0;
}
.service-head {
  display: flex;
  justify-content: space-between;
}

.service-tab {
  border: 0;
}

.service-tab .nav-link {
  margin-bottom: 0;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 0.9rem;
  color: rgb(56 50 120);
  padding: 0;
  border-left: 1px solid #333;
  padding-left: 15px;
  margin-left: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  background-color: transparent !important;
  transition: .3s;
}

.service-tab .nav-item.show .nav-link,
.service-tab .nav-link.active {
  color: #e31e25;
  opacity: 1;
}
.service-tab .nav-link:focus,
.service-tab .nav-link:hover {
  isolation: unset;
  border-color: #333;
  color: #ed1b24;
}

.service-list {
  display: flex;
  flex-flow: wrap;
  margin: -25px -50px;
}
.service-list li {
  flex: 1 0 calc(100% / 5);
  max-width: calc(100% / 5);
  padding: 25px 50px;
}
.service-list li:nth-child(5):after {
  display: none;
}
.service-list .ser-box{
  cursor: pointer;
}
.service-list .ser-img {
  background: rgb(250, 250, 250);
  background: radial-gradient(
    circle,
    rgba(250, 250, 250, 1) 0%,
    rgba(251, 251, 251, 1) 43%,
    rgba(243, 243, 243, 1) 100%
  );
  padding: 10px;
  width: 100%;
  height: 180px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  position: relative;
  flex-flow: column;
  clip-path: polygon(100% 0, 100% 72%, 75% 100%, 0 100%, 0 0);
}
.service-list .ser-box:hover .ser-img .arr {
  background-color: #383278;
}
.service-list .ser-box:hover .ser-img img {
  transform: scale(1.1);
}

.service-list .ser-img img {
  width: 80px;
  height: auto;
}
.service-list p {
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 0;
  text-align: center;
  line-height: 18px;
}
.ser-img .arr {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  bottom: 0;
  background: #ed1b24;
  display: flex;
  align-items: flex-start;
  border-radius: 15px 0;
  padding: 10px;
  color: white;
  font-size: 0.75rem;
  transition: 0.3s;
}

.ser-img .arr img{
  width: 12px;
  height: auto;
}

.service-list li {
  position: relative;
}
.service-list li:after {
  content: "";
  position: absolute;
  background-image: url(../img/images/arrow.svg);
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 8px;
  width: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  top: -40px;
  bottom: 0;
  margin: auto;
  right: -30px;
}
.service-list li:last-child::after {
  display: none;
}
.mr-ser {
  margin-top: 3rem !important;
}

/*---------------------------------------*/
/*::::::::::::::::CALL SECTION::::::::::::*/
/*---------------------------------------*/

.call-sec-bag {
  background-color: #f8f8f8;
}
.main-call-sec {
  height: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}
.sub-call-sec {
  height: 200px;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: white;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}
.sub-call-sec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(transparent, #000000a1);
  transition: 0.3s;
}
.sub-call-sec:hover::before {
  height: 100%;
}

.call-sec-bag p {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  padding: 12px 10px;
  z-index: 1;
}

/*---------------------------------------*/
/*:::::::::::::::CRIME STATS::::::::::::::*/
/*---------------------------------------*/

.crime-bag {
  background: rgb(242 242 242 / 20%);
  padding: 30px;
  border-radius: 3rem;
  border: 1px solid rgb(26 26 26 / 10%);
}
.mainhead-r {
  font-size: 1.125rem;
}
.form-sec {
  background: white;
  padding: 20px;
  border-radius: 1.25rem;
  border: 1px solid rgb(26 26 26 / 10%);
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.police-form select {
  width: 100%;
  padding: 10px;
  border-radius: 0.3rem;
  background-color: #f8f8f8;
  border: none;
  font-size: 0.8rem;
  font-weight: 400;
  color: #333;
  border: 1px solid transparent;
  transition: 0.3s;
}
.police-form select:focus {
  outline: none;
  border: 1px solid #383278;
}
.form-sec img {
  width: 130px;
  padding-bottom: 20px;
}
.sort-sec {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sort-sec a {
  width: 80px;
  font-size: 0.8rem;
}
.sort-sec select {
  width: calc(100% - 80px);
  padding: 5px 8px;
}
.link-color {
  color: #333;
  transition: 0.3s;
}

.link-color:hover {
  color: #ed1b24;
}
.chart-border {
  border-left: 1px solid rgb(26 26 26 / 10%);
}
.flexVcenter {
  display: flex;
  flex-flow: wrap;
  align-content: center;
}
.crime-chart canvas {
  background: white;
  padding: 20px;
  border-radius: 1.25rem;
  border: 1px solid rgb(26 26 26 / 10%);
}
.status2 {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  height: 300px;
  background-size: cover;
  background-position: center;
}
.status-con {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
}
.status-con p {
  margin-bottom: 0;

  width: calc(100% - 100px);
  background: #383278;
  padding: 20px 25px;
  font-size: 1.1rem;
  color: white;
}
.status-con a {
  width: 100px;
  background-color: #ed1b24;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  position: relative;
}
.status-con a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  border-top: 70px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 40px solid #ed1b24;
}

/*---------------------------------------*/
/*::::::::::::::::::INITIATIVES::::::::::::::*/
/*---------------------------------------*/

.initiatives-bag {
  background-color: #f8f8f8;
  position: relative;
}

@media (min-width: 1366px) {
  .ini-left .cmpad,
  .ini-right .cmpad {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

.ini-flex {
  display: flex;
  gap: 6rem;
}

.whitehead {
  font-size: 1.68rem;
  color: white;
  font-weight: 500;
}
.whitepara {
  font-size: 0.83rem;
  color: rgb(255 255 255 / 85%);
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 25px;
}

.ini-left {
  width: 450px;
  background-color: #383278;
  position: relative;
  z-index: 9;
  padding-right: 30px;
}

.initiatives-bag::before {
  content: "";
  position: absolute;
  width: 35%;
  background: #383278;
  inset: 0;
}
@media (min-width: 1440px) {
  .initiatives-bag::before {
    width: 33%;
  }
}

.ini-right {
  width: calc(100% - 450px);
  position: relative;
  padding: 5rem 0 !important;
}
.bttn-w-tra {
  padding: 7px 25px;
  color: rgb(255 255 255 / 100%);
  border: 1px solid rgb(255 255 255 / 100%);
  border-radius: 0.3rem;
  transition: 0.3s;
  font-size: 0.85rem;
}
.bttn-w-tra:hover {
  color: #383278;
  background-color: white;
}

.initiatives-swiper {
  height: 180px;
}

.initiatives-swiper .swiper-slide {
  height: calc((100% - 30px) / 2);
}

.ini-sec {
  display: flex;
  align-items: center;
  background: white;
  padding: 5px 25px;
  border-radius: 0.5rem;
  gap: 10px;
  height: 100%;
}
.ini-img {
  width: 50px;
}
.ini-para {
  width: calc(100% - 50px);
}

.ini-sec p {
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgb(26 26 26 / 75%);
  line-height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ini-img img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1rem;
  font-weight: 600;
}
.swiper-button-next:after {
  color: #e31e25;
}
.swiper-button-prev:after {
  color: #383278;
}
.ini-button .swiper-button-next {
  right: 0;
  bottom: 1rem;
  left: auto;
  top: auto;
}
.ini-button .swiper-button-prev {
  right: 3rem;
  bottom: 1rem;
  left: auto;
  top: auto;
}



/*---------------------------------------*/
/*::::::::::::::::::MESSAGE::::::::::::::*/
/*---------------------------------------*/

.message-box {
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 1.25rem;
  padding: 15px;
  position: relative;
}

.message-box img {
  width: 160px;
  height: auto;
  margin: auto;
  margin-bottom: 15px;
  border-radius: 0.9rem;
}
.message-box .subhead {
  font-size: 1rem;
  font-weight: 600;
  color: #19193f;
  text-align: center;
  margin-bottom: 0;
}
.message-box .para1 {
  font-weight: 500;
  font-size: 0.8rem;
  color: rgb(26 26 26 / 75%);
  text-align: center;
  padding-bottom: 20px;
}
.message-box .msg-head{
  font-weight: 600;
  color: #333;
  font-size: 1rem;
  padding-left: 30px;
  position: relative;
}
.message-box .msg-head::before {
  content: "";
  position: absolute;
  background-image: url(../img/icons/qoute.svg);
  width: 19px;
  height: 16px;
  background-size: cover;
  background-position: center;
  left: 0;
  top: -1rem;
}
/*.message-box .para2 {*/
  .message-box p{
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 23px;
    color: rgb(26 26 26 / 70%);
    margin-bottom: 0;
    max-height: 70px;
    overflow: hidden;
  } 
/*.para2 span {*/
  .message-box p span{
    color: #e31e25;
  }

/*---------------------------------------*/
/*:::::::::::NEWS AND EVENTS:::::::::::*/
/*---------------------------------------*/

.bttn {
  padding: 8px 30px;
  color: #e31e25;
  border: 1px solid #e31e25;
  border-radius: 0.3rem;
  transition: 0.3s;
  font-size: 0.87rem;
}
.bttn:hover {
  background-color: #e31e25;
  color: white;
}
.news-main-bag {
  background-color: #f8f8f8;
}
.news-bag {
  background-color: white;
  border-radius: 2.125rem;
  padding: 30px;
}
.events-sec{
  position: relative;
}
.events-con p {
  font-family: "Noto Sans Malayalam", sans-serif;
  font-weight: 400;
  color: #666;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow: hidden;
  font-size: 0.9rem;
}
.events-img {
 height: 230px;
 background-size: cover;
 background-position: center;
 border-radius: 1rem;
 margin-bottom: 10px;
 overflow: hidden;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
}
.events-img img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.events-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: #00000096;
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
.events-sec:hover .events-img::before {
  opacity: 1;
}

.events-img .imglink {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: #ffffff4a;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  opacity: 0;
  transition: 0.3s;
  object-fit: initial;
  padding: 10px;
}
.events-sec:hover .events-img .imglink {
  opacity: 1;
}

.events-con .date {
  font-size: 0.93rem;
  color: #19193f;
  padding-bottom: 5px;
  transition: 0.3s;
}
.events-con .date span {
  font-size: 1.56rem;
}
.events-sec:hover .date {
  color: #e31e25;
}
.news-button {
  width: 80px;
}
.news-button .swiper-button-next {
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  left: auto;
}
.news-button .swiper-button-prev {
  right: 2rem;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*---------------------------------------*/
/*:::::::::::::::::GALLERY::::::::::::::*/
/*---------------------------------------*/
.gallerylist {
  display: flex;
  flex-flow: wrap;
  margin: -10px;
}
.gallerylist li {
  flex: 1 0 33.333%;
  max-width: 33.333%;
  padding: 10px;
}
.gallery-sec {
  background-position: center;
  height: 200px;
  border-radius: 0.62rem;
  background-size: cover;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.gallery-sec img{
  position: absolute;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.gallery-sec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: #00000096;
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
.gallery-sec:hover::before {
  opacity: 1;
}
.gallery-sec .imglink {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
  background: #ffffff4a;
  height: 40px;
  width: 40px;
  padding: 10px;
  border-radius: 50px;
  opacity: 0;
  transition: 0.3s;
    object-fit: initial;
    pointer-events: none;
}
.gallery-sec:hover .imglink {
  opacity: 1;
}

.gallery-sec.video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: #0000005c;
  opacity: 1;
  transition: 0.3s;
}

.gallery-sec.video .vidplay,
.in-gal-img .vidplay {
    background-color: #e31e25;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: 0.3s;
    position: relative;
    z-index: 9;
    padding: 10px;
    object-fit: initial;
    pointer-events: none;
}
.gallery-sec.video:hover img {
  transform: scale(1.1);
}
.face-border {
  border: 1px solid rgb(0 0 0 / 10%);
  padding: 10px;
  border-radius: 0.625rem;
}
.face-border iframe {
  border-radius: 0.625rem;
}

#iframe-container {
  width: 100%;
  height: 100%;
}
#my-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*---------------------------------------*/
/*::::::::::::::::::FOOTER::::::::::::::*/
/*---------------------------------------*/
footer {
  background: #383278;
  display: flex;
  flex-flow: wrap;
  color: rgb(255 255 255 / 75%);
  font-size: 0.9rem;
  padding: 3rem 0;
}
.footlist {
  display: flex;
  flex-flow: wrap;
  margin: -6px -10px;
}

.footlist li {
  flex: 1 0 50%;
  max-width: 50%;
  padding: 6px 10px;
  line-height: 17px;
}
.foot-100 li {
  flex: 1 0 100%;
  max-width: 100%;
}

.footlist li a,
.cpy a {
  font-weight: 400;
  color: rgb(255 255 255 / 75%);
  font-size: 0.8rem;
  transition: 0.3s;
}
.footlist li a:hover,
.cpy a:hover {
  color: rgb(255 255 255 / 100%);
}

footer h2 {
  font-size: 1rem;
  font-weight: 600;
  color: white;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 18px;
}
footer h2:after {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #e31e25;
  bottom: 0;
}
.footline {
  width: 100%;
  height: 0.01rem;
  background: rgb(255 255 255 / 20%);
  margin: 2rem 0;
}
.foot-logo {
  display: flex;
  gap: 28px;
  align-items :center;
}
.foot-logo img {
  width: 180px;
  height: auto;
}
.btmlist .footlist {
  justify-content: flex-end;
  margin: -10px;
}
.btmlist .footlist li {
  flex: 1 0 auto;
  max-width: max-content;
  padding: 10px;
}
footer ul.social {
  justify-content: flex-end;
}
footer ul.social a {
  transition: 0.3s;
}
footer ul.social a img{
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
footer ul.social a:hover {
  background-color: #e31e25;
}
.cpy {
  margin-bottom: 0;
  font-size: 0.8rem;
  max-width: 900px;
  font-weight: 400;
}
.topfoot {
  background: #2e2869;
  position: relative;
}
.topfoot .topleft {
  width: calc(100% - 360px);
  background-color: #2e2869;
  display: flex;
  align-items: center;
}
.topfoot .topright {
  width: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.topfoot::before {
  content: "";
  position: absolute;
  width: 30%;
  background-color: #e31e25;
  inset: 0;
  right: 0;
  left: auto;
}

.topright p {
  font-weight: 700;
  color: white;
  margin-bottom: 0;
  font-size: 1.5rem;
}
.topright .visi {
  color: rgb(255 255 255 / 75%);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  padding-bottom: 3px;
}
.topright .visi img {
  opacity: 0.7;
  width: 20px;
  height: auto;
}

.top-foot-logo {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.top-foot-logo img {
  width: 150px;
  height: auto;
  object-fit: contain;
  max-height: 50px;
}
.ml-30 {
  margin-left: 30px;
}

/* //////////// MY MODAL /////////// */

.mymodal .modal-content {
  border: none;
}
.mymodal img {
  border-radius: 0.5rem;
}
.mymodal .modal-body {
  padding: 10px;
}

.mymodal .btn-close1 i {
  position: absolute;
  background-color: #383278;
  width: 30px;
  height: 30px;
  top: 1rem;
  right: 1rem;
  opacity: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
}
.mymodal .btn-close1 i:hover {
  background-color: #e31e25;
  opacity: 1;
}

@media (min-width: 576px) {
  .mymodal .modal-dialog {
    max-width: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .mymodal .modal-body {
    padding: 3px;
  }
  .mymodal .modal-dialog {
    max-width: 500px;
  }
  .mymodal .btn-close1 i {
    font-size: 0.8rem;
  }
}

/* //////////// DARK THEME ///////////// */

.dark {
  background-color: #000000cf;
  color: white;
}
.dark .header,.dark .slider {
    background-color: #ffffff63;
}

.dark .mainhead {
    color: #e5e5e5;
}
.dark .news-desc h5{
  color: white;
}

.dark .news-position {
  background-color: #5b596e;
}

.dark .audioplay, .dark .audiopause{
  color: #e7e7eb;
}

.dark .service-list .ser-img {
  background: rgb(250, 250, 250);
  background: radial-gradient(
    circle,
    rgb(102 100 123) 0%,
    rgb(91 88 123) 43%,
    rgb(73 71 95) 100%
  );
}
.dark .service-tab .nav-link{
  color: white;
}
.dark .ser-img:after {
  border-right: 50px solid #88869c;
}
.dark .call-sec-bag {
  background-color: #605e75;
}
.dark .crime-chart canvas {
  background: #88869c;
}
.dark .form-sec {
  background: #88869c;
}
.dark .initiatives-bag {
  background-color: #9d9bad;
}
.dark .ini-sec {
  background: #88869c;
}
.dark .news-main-bag {
  background-color: #9d9bad;
}
.dark .news-bag {
  background-color: #88869c;
}

.dark .menu .dropdown .dropdown-menu {
  background-color: rgb(176 175 195);
}

.dark .message-box p,
.message-box .para1,
.dark .ini-sec p,
.dark header .menucol-mid .helpmain .helpline,
.dark header .menu a.mainli,
.dark .events-con p,
.dark .menu-list a,
.dark .service-list p,
.dark .small-drop .dropdown-menu a,
.dark .dropend .dropdown-menu a,
.dark .sort-sec a,
/*.dark .service-tab .nav-link,*/
.dark .cd-dropdown-content a,
.dark .cd-dropdown-content ul a,
.dark .menufoot ul li.head,
.dark .menufoot ul.rights p,
.dark .search-input .dropdown-content a {
  color: rgb(255 255 255 / 80%);
}
.dark .dropend .dropdown-menu{
  background-color: #88869c;
}
@media(min-width: 576px){
  .dark .dropend .dropdown-menu:after{
    border-right: 15px solid #88869c;
  }
}
@media(max-width: 575px){
  .dropend .dropdown-menu:after {
    border-top: 13px solid #88869c;
  }
}

.dark .dropend .dropdown-menu img {
  filter: brightness(0) invert(1);
}
.dark .message-box {
  border: 1px solid rgb(255 255 255 / 18%);
}    

.dark .message-box .msg-head{
  color: white;
}

.dark .header.drop {
  background-color: #8888c3;
}
.dark .service-list li:after, .dark .search-input img {
  filter: brightness(0) invert(1);
}
.dark .search-input input, .dark .search-select select {
  background: #3832783d;
  color: rgb(255 255 255 / 95%);
}
.dark .police-form select {
  color: rgb(255 255 255 / 95%);
  background-color: #38327830;
}
.dark .mymodal .modal-content {
  background-color: #676393;
  color: rgb(255 255 255 / 95%);
}
.dark .ini-right {
  background: rgb(162 160 178);
}
.dark .slider-short ul{
  background: #9896af;
}

.dark .cd-dropdown .hdtop{
  background-color: #78789d;
  border-bottom: 1px solid #78789d;
}

.dark .cd-search input[type="search"],.dark  .cd-search input[type="search"]:focus {    
  background-color: #cdcddb;    
}
.dark .menufoot ,.dark .cd-dropdown-content ul{
  background-color: #0d09377d;
}
.dark .cd-dropdown > .cd-dropdown-content {    
  background-color: #151547;    
}
.dark header .headtop ul li a {
  color: rgb(255 255 255 / 95%);    
}
.dark .search-input .dropdown-content{
  background-color: #201d37;
}
@media(max-width: 575px){
.dark .dropend .dropdown-menu:after{
          border-top: 13px solid #88869c;
}

}

/* /////////// RESPONSIVE MENU /////////// */


@media (min-width: 992px) {
  .header_resp {
    display: none;
  }
}
.header_resp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.cd-dropdown .hdtop {
  background-color: #fff;
  border-color: #069548;
  width: 100%;
  position: relative;
  z-index: 1;
  height: 80px;
  padding: 0;
  display: flex;
  flex-flow: wrap;
  border-bottom: 1px solid #f1f1f1;
}

.cd-dropdown {
  background-color: rgba(0, 0, 0, 0.7);
}
.cd-dropdown > .cd-dropdown-content {
  width: 70%;
  right: 30%;
  background-color: #f9f9f9;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
.cd-dropdown-content {
  padding-top: 0;
}
.cd-dropdown-content ul {
  padding-top: 80px;
  background-color: white;
}
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  color: #607d8b;
  border: none;
  border-bottom: 1px solid #ddd;
}
.cd-dropdown .cd-close {
  right: 1rem;
  top: 18px;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 9;
  box-shadow: 6px 4px 15px rgba(0, 0, 0, 0.1);
  display: none;
}
.closebarz {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 70%;
  cursor: zoom-out;
}

@media (max-width: 575px) {
  .cd-dropdown > .cd-dropdown-content {
    width: 80%;
    right: 20%;
  }
  .closebarz {
    left: 80%;
  }
  .events-con p {
    line-height: 23px;
  }
  .news-bag {   
    padding: 20px;
  }
}

@media (max-width: 360px) {
  .closebarz {
    display: none;
  }
  .cd-dropdown > .cd-dropdown-content {
    width: 100%;
    right: 0;
  }
  .cd-dropdown .cd-close {
    display: block;
  }
}

.cd-dropdown .logo {
  max-width: 150px;
  margin: 5px auto;
}
.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
  padding: 0 15px;
}
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  height: 38px;
  line-height: 38px;
  font-size: 0.875rem;
  border: none;
  margin: 8px;
  background-color: #0d0d710a;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.cd-dropdown-content a:hover,
.cd-dropdown-content ul a:hover {
  text-decoration: none;
  color: #0d0d71;
  background-color: rgb(9 76 160 / 10%);
}
.has-children > a::before,
.has-children > a::after,
.go-back a::before,
.go-back a::after {
  background: #ccc;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.has-children > a:hover::before,
.has-children > a:hover::after,
.go-back a:hover::before,
.go-back a:hover::after {
  background-color: #ec6220;
}
.cd-dropdown-content a img {
  width: 22px;
  margin-right: 8px;
}
.cd-dropdown .cd-close::after,
.cd-dropdown .cd-close::before {
  background: #60606a;
  width: 1px;
  height: 15px;
}
.has-children > a::before,
.has-children > a::after,
.go-back a::before,
.go-back a::after {
  height: 1px;
}
.has-children > a img.img-menu {
  max-width: 20px;
  margin-right: 10px;
}
.cd-search {
  position: relative;
  font-size: 0.875rem;
}
.cd-search input[type="search"],
.cd-search input[type="search"]:focus {
  height: 40px;
  background-color: #fff;
  color: #666;
}
.cd-search input::placeholder {
  color: #999 !important;
}
.cd-search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-radius: 0;
  color: #999;
  background-color: transparent;
  color: #333;
}
.cd-search button:hover {
  color: #ec6220;
}
.hdtop .upic {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  height: 100%;
  width: 100%;
}
.hdtop .upic a {
  height: 100%;
  margin: 0;
  border-radius: 0;
  padding: 0;
}
.hdtop .upic a:hover {
  background-color: transparent;
}
.hdtop .upic img {
  display: block;
  width: 220px;
  height: auto;
}
.menu-user {
  flex: 1 0;
  color: #f7f7f7;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  background-color: #ec6220;
  padding-left: 15px;
}
.menu-user .uname {
  font-size: 14px;
}
.menu-user span {
  display: block;
  line-height: 20px;
  font-size: 12px;
}
.menu-acc {
  display: flex;
  justify-content: space-around;
  padding: 0 4px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.menu-acc a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.7rem;
  line-height: normal;
  height: 60px;
  margin: 4px;
  border-radius: 0.3rem;
  width: 100%;
  border: none;
  color: #999;
  border-right: 1px solid #f1f1f1;
}
.menu-acc a:hover {
  background-color: #fff;
  color: #ec6220;
}
.menu-acc a img {
  width: 18px;
  margin-bottom: 4px;
  margin-right: 0;
}

.accbtns button {
  width: 50%;
  float: left;
  color: white;
  border: none;
  height: 35px;
  line-height: 35px;
  background-color: #df2b6e;
}
.accbtns button:last-child {
  background-color: #e83f7e;
}

.accdet {
  display: table;
  width: 100%;
  border-bottom: 1px solid #cfcfcf;
}
.accdet button {
  width: 50%;
  float: left;
  color: #df2b6e;
  height: auto;
  border: none;
  border-right: 1px solid #ddd;
  background-color: #fff;
  font-size: 10px;
  padding: 8px 5px;
}
.accdet button:last-child {
  border-right: none;
}
.accdet button span {
  display: block;
  color: #666;
  font-size: 14px;
}
.accdet button span i.fa {
  margin-right: 3px;
}

.addrec {
  display: table;
  width: 100%;
}
.addrec a,
.addrec a:focus {
  display: block;
  color: #fff !important;
  text-decoration: none;
  background: linear-gradient(-45deg, #ff4d89, #ff0057, #e91e72, #ffabc8);
  background-size: 400% 400%;
  animation: gradient 4s ease infinite;
}
.addrec a:hover {
  animation: none;
  color: #fff !important;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.addrec a span.fa {
  margin-right: 5px;
}
.addrec a i.fa {
  float: right;
  margin-top: 15px;
}

@media (max-width: 480px) {
  .menu-acc p {
    line-height: 5px;
    font-size: 10px;
  }
  .menu-user {
    width: calc(100% - 70px);
  }
  .menu-acc a {
    font-size: 0.65rem;
  }
}

/*RESPONSIVE MENU FOOTER*/
.menufoot {
  background-color: white;
  color: #666;
  text-align: center;
  min-height: 290px;
  padding: 20px 0;
}
.reach a {
  background-color: #0d0d711f !important;
}
.menufoot ul {
  position: relative;
  padding: 6px 0 !important;
  padding-top: 0 !important;
  list-style-type: none;
}
.menufoot ul li.head {
  font-size: 13px;
  padding: 0 10px;
  color: #666;
  margin-bottom: 0px;
}

.menufoot ul.reach li {
  display: block;
  text-align: left;
}
.menufoot ul.reach li a i {
  margin-right: 6px;
  color: #ec2f35;
}
.menufoot ul.reach li a img {
  height: 16px;
  margin-right: 8px;
  margin-top: -2px;
}

.menufoot ul.download {
  padding-bottom: 10px !important;
}
.menufoot ul.download li.apps a {
  width: 95px;
  display: inline-block;
  padding: 0 !important;
  margin: 0 5px;
  height: auto !important;
  line-height: normal !important;
  border: none !important;
}
.menufoot ul.download li.apps a img {
  width: 100%;
}

.menufoot ul.social {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  flex-flow: wrap;
  justify-content: center;
}
.menufoot ul.social li.head {
  margin-bottom: 15px;
  width: 100%;
}
.menufoot ul.social li {
  float: left;
  width: calc(100% / 7);
  text-align: left;
  margin-right: 0;
}
.menufoot ul.social li a {
  width: auto;
  text-align: center;
  height: 35px !important;
  line-height: 35px !important;
  text-overflow: initial;
  border: none !important;
  padding: 0 !important;
  margin: 0 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
}


.menufoot ul.menu {
  padding-top: 0 !important;
}
.menufoot ul.menu li {
  padding: 5px 0;
  display: inline-block;
}
.menufoot ul.menu li a {
  font-size: 11px;
  height: auto !important;
  line-height: 22px !important;
  padding: 0 8px;
  background-color: rgb(9 76 160 / 10%);
  border-radius: 0.3rem;
  color: #828c99 !important;
  margin: 0 2px;
}
.menufoot ul.menu li a:hover {
  background-color: rgb(9 76 160 / 20%);
  color: #ec6220 !important;
}
.menufoot ul.rights {
  border-top: 1px solid #cfcfcf;
  padding: 15px !important;
}
.menufoot ul.rights p {
  margin-bottom: 0;
  font-size: 12px;
  color: #607d8b;
}
.menufoot ul.rights a {
  display: inline;
  height: auto !important;
  line-height: normal !important;
  padding: 0;
  border: none !important;
  background-color: transparent;
  font-size: 12px;
}

.cd-dropdown-trigger {
  width: 40px;
  display: flex;
  justify-content: flex-end;
}
.cd-dropdown-trigger img{
  width: auto;
  height: auto;
}

/* //////// MOBILE RESPONSIVE ////// */

@media (max-width: 1200px) {
  header .headtop ul {
    gap: 0.5rem;
  }
  header .headmain .menucol .menucol-mid-logo img {
    width: 45px;
  }
  .head-flex {
    gap: 5rem;
  }
  header .menu a.mainli {
    font-size: 0.8rem;
    padding: 0 10px;
  }
  header .login-sec a {
    padding: 3px 20px;
  }
  .header:after {
    width: 20%;
  }
  header .login-sec {
    width: 110px;
  }
  .head-flex1 {
    width: calc(100% - 110px);
  }
  .headtopright li:nth-child(1) {
    display: none !important;
  }
  .news-sec::before {
    width: 25%;
  }
  .news-sec::after {
    left: 25%;
  }
  .news-head {
    width: 260px;
  }
  .news-con {
    width: calc(100% - 260px);
  }
  .service-list li {
    padding: 20px 30px;
  }
  .service-list {
    margin: -20px -30px;
  }
  .service-list li:after {
    width: 50px;
    right: -26px;
  }
  .main-call-sec {
    height: 400px;
  }
  .sub-call-sec-main {
    display: flex;
    gap: 1rem;
  }
  .sub-call-sec-main .sub-call-sec {
    width: 50%;
  }
  .chart-border {
    border-left: none;
  }
  .initiatives-bag::before {
    width: 43%;
  }
  #my-iframe {
    height: 500px;
  }
  #iframe-container {
    width: 350px;
    margin: auto;
  }
  .topfoot .topright {
    width: 300px;
  }
  .topfoot .topleft {
    width: calc(100% - 300px);
  }
}

@media (max-width: 991px) {
  header .menubottom {
    display: none;
  }
  header .headmain .menucol {
    flex: 1 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  header .headmain .menucol .menucol-mid-logo {
    display: none;
  }
  header .headtop .headtopright li {
    padding: 0 10px;
  }
  .slider-short,
  .slider-social {
    left: 5px;
  }
  .service-list li {
    flex: 1 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
  .service-list li:nth-child(4):after,
  .service-list li:nth-child(8):after,
  .service-list li:nth-child(12):after {
    display: none;
  }
  .service-list li:nth-child(5):after {
    display: block;
  }

  .search-select select {
    padding: 8px 13px;
    padding-left: 28px;
  }
  .head-flex {
    gap: 3rem;
  }
  header .headbottom {
    gap: 1rem;
  }
  header .menucol-mid .helpmain .helpline {
    padding-bottom: 20px;
  }
  .search-input input {
    width: 200px;
  }
  .mainhead-r {
    font-size: 1.56rem;
  }
  .topfoot .topleft {
    width: 100%;
  }
  .topfoot::before {
    height: 70px;
    background-color: #e31e25;
    inset: 0;
    right: 0;
    left: auto;
    top: 80px;
    z-index: 1;
    border-top: 0 solid transparent;
    border-bottom: 69px solid transparent;
    border-left: 40px solid #383278;
  }
  .topfoot .topright {
    width: 300px;
    position: absolute;
    right: 0;
    bottom: -85px;
    z-index: 99;
  }

  .btmlist .footlist {
    justify-content: start;
  }
  footer ul.social {
    justify-content: start;
  }
  .foot-logo {
    padding-bottom: 13px;
  }
  .ini-flex {
    display: block;
  }
  .initiatives-bag::before {
    width: 100%;
  }
  .ini-left {
    width: 100%;
    padding-bottom: 0 !important;
  }
  .ini-right {
    width: 100%;
  }
  .ini-button .swiper-button-prev:after {
    color: #ffffff !important;
  }
  .ini-flex {
    display: block;
    position: relative;
    height: 300px;
    margin-bottom: 170px;
  }
  .ini-button {
    display: none;
  }
  .initiatives-swiper .swiper-slide {
    height: unset;
  }
  .ini-right {
    background: #f8f8f8;
    padding: 2rem 2rem !important;
    border-radius: 2rem;
    position: absolute;
    margin-top: 2rem;
  }
}

.foot-accordion  .accordion-header:after{
  display: none;
}

@media (max-width: 767px) {
  .gallerylist li {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .slider-social .social {
    display: none;
  }
  .slider-short,
  .slider-social {
    left: 15px;
  }
  .header:after {
    width: 20%;
  }
  .head-flex {
    gap: 2rem;
  }
  header .menucol-mid .helpmain .helpline {
    display: none;
  }
  .search-input input {
    height: 100%;
  }
  header .headbottom {
    height: 90px;
  }
  .search-select select {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #0d0d7114;
    padding: 20px;
  }
  .search-select img {
    width: 15px !important;
    left: 0;
    right: 0;
  }
  .search-input img {
    width: 16px !important;
  }
  header .headmain .logocol {
    width: 230px;
  }
  header .headmain .logocol img {
    width: 230px;
  }
  header .headmain .logocol img.flag {
    width: 40px;
    right: -40px;
    top: -18px;
  }
  .headtopleft {
    display: none !important;
  }
  .head-flex1 {
    justify-content: flex-end;
  }
  .slider .slider-para {
    font-size: 0.8rem;
    line-height: 17px;
    width: 480px;
  }
  .slider-short,
  .slider-social {
    bottom: 25%;
  }
  #iframe-container {
    display: none;
  }
  .form-sec {
    flex-flow: nowrap;
    min-height: auto;
  }
  .news-head {
    width: 230px;
  }

  .news-con {
    width: calc(100% - 230px);
  }
  .call-sec-row {
    display: flex;
    flex-flow: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }
  .call-sec-row .col-xl-3 {
    max-width: 350px;
  }

  .cd-dropdown-trigger {
    margin-left: 0;
  }
  .topfoot .topright {
    width: 200px;
  }
  .topfoot::before {
    top: 73px;
  }
  .topfoot .topright {
    bottom: -80px;
  }

  .foot-accordion .accordion-item {
    background-color: transparent;
    border: none;
  }
  


  .foot-accordion .accordion-button {
    background-color: #2e2869;
    color: rgb(255 255 255 / 90%);
    border-bottom: none;
    box-shadow: none;
    font-size: 0.9rem;
  }
  .foot-accordion .accordion-button::after {
    background-image: unset;
    filter: brightness(0) invert(1);
  }
  .foot-accordion .accordion-button::after {
    transition: all 0.5s;
  }
  .foot-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  }
  .foot-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  }

  .acc-head {
    display: none;
  }
  .footlist li {
    flex: 1 0 33.333%;
    max-width: 33.333%;
    padding: 5px;
  }
  .mainhead {
    margin-bottom: 15px;
  }

  .news-sec::after {
    left: 30%;
  }

  .news-sec::before {
    width: 30%;
  }
  .service-list li {
    flex: 1 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .service-list li:nth-child(3):after,
  .service-list li:nth-child(6):after,
  .service-list li:nth-child(9):after {
    display: none;
  }
  .service-list li:nth-child(4):after,
  .service-list li:nth-child(8):after,
  .service-list li:nth-child(12):after {
    display: block;
  }
}

@media (max-width: 575px) {
  .gallerylist li {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .search-select select{
    width: 34px;
    height: 34px;
    padding: 16px;
  }
  .search-input {
    display: none;
  }
  .header:after {
    width: 30%;
  }
  .head-flex {
    gap: 3rem;
  }
  .service-list li:after {
    display: none !important;
  }
  .service-list {
    margin: -10px;
  }
  .service-list li {
    padding: 10px;
  }
  .service-list li:nth-child(5):after {
    display: none;
  }
  .service-list .ser-img {
    height: 150px;
  }
  .service-head {
    display: flex;
    flex-flow: wrap;
    align-items: center;
  }
  .service-tab .nav-link {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    transition: .3s;
  }
  .service-tab li {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #333;
  }
  .service-tab li:nth-child(2) {
    border: none;
  }

  .news-head {
    display: none;
  }
  .news-sec::after {
    display: none;
  }
  .news-sec::before {
    display: none;
  }
  .news-con {
    width: 100%;
  }
  .slider .slider-para {
    width: 100%;
    margin-bottom: 0;
    padding: 8px 10px;
  }
  .slider .slider-para:after {
    display: none;
  }
  .slider .slider-para:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: none;
    border-bottom: none;
    border-right: none;
    width: 8px;
    height: 100%;
    background: #ed1b24;
  }
  .slider-short {
    bottom: 1rem;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .slider-short ul {
    display: flex;
    flex-flow: nowrap;
    padding: 8px 15px;
    background: #ffffff;
    box-shadow: 0px 0px 20px #00000014;
    border-radius: 1.5rem;
  }
  .slider-short li {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .slider-short ul li img {
    width: 23px;
    filter: none;
  }
  .slider-pagination .swiper-pagination-bullets {
    right: 0.5rem;
    left: auto;
    top: 15px;
    bottom: auto;
    display: flex;
    flex-flow: column;
    gap: 0.5rem;
    justify-content: center;
  }

  .topfoot::before {
    top: 78px;
  }
  .topfoot .topright {
    bottom: -66px;
    padding: 0 !important;
  }
  .topfoot::before {
    width: 50%;
  }
  .slider .slider-para{
    height: auto;
  }
  .slider .slider-para p {
    padding-left: 10px;
    line-height: 20px;
    max-height: 38px;
    overflow: hidden;
  }
  .foot-logo {
    gap: 10px;
    flex-flow: wrap;
  }
  .footlist li {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .crime-bag {
    padding: 20px 15px;
    border-radius: 2rem;
  }
  .main-call-sec {
    height: 200px;
  }
  .news-desc p {
    font-size: 0.85rem;
  }
  .ini-sec p {
    font-size: 1rem;
  }
  .ini-img {
    width: 70px;
  }
  .ini-img img {
    width: 70px;
    height: 70px;
    object-fit: contain;
  }
  .ini-para {
    width: calc(100% - 70px);
  }
  .cpy {
    padding-bottom: 50px;
  }
  .dropend .dropdown-menu {
    top: unset;
    bottom: 50px;
    transform: translateX(-50%);
    left: 50%;
  }
  .dropend .dropdown-menu:after {
    top: unset;
    bottom: -20px;
    margin: auto;
    left: 0;
    right: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 13px solid #fff;
  }
  .news-position {
    position: relative;
  }
  .mr-ser {
    margin-top: 0 !important;
  }
  .dropend .dropdown-menu a{
    font-size: 1rem;
        padding: 8px 5px;
  }
  .dropend .dropdown-menu img {
    width: 16px;
}
.dropend .dropdown-menu a{
  justify-content: center;
}
.ser-img .arr{
  width: 40px;
  height: 40px;
  padding: 7px;
}
}

@media (max-width: 425px) {
  .service-list li {
    flex: 1 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
  .head-flex {
    gap: 0rem;
  }
  header .headtop .headtopright li {
    padding: 0 10px;
  }
  .sub-call-sec-main .sub-call-sec {
    height: 150px;
  }
}
@media (max-width: 375px) {
  .topfoot::before {
    width: 60%;
  }
  .topfoot::before {
    top: 64px;
  }
  header .login-sec {
    width: 100px;
  }
  .head-flex1 {
    width: calc(100% - 100px);
  }
}

@media (max-width: 767px) {
  .status1 {
    display: none;
  }
}
@media (min-width: 768px) {
  .status2 {
    display: none;
  }
}

@media (min-width: 768px) {
  .quick {
    display: none;
  }
  .foot-accordion .accordion-button {
    display: none;
  }
  .foot-accordion .accordion-item {
    color: unset;
    background-color: unset;
    border: unset;
  }
  .foot-accordion .collapse:not(.show) {
    display: block;
  }
}

@media (min-width: 575px) {
  .slider-short.cmpad {
    max-width: unset;
    margin: unset;
    padding: unset;
  }
}



img.loadimg.fade {
  opacity: 1.0;
  transform: scale(1);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

@media(max-width: 767px){
  .dsk{
    display: none !important;
  }
}
@media(min-width: 768px){
  .mob{
    display: none !important;
  }
}





/* ////////// police modal ///////// */

.police-loc .btn-close1 i {
  background-color: #383278;
  opacity: 1;
  top: -6px;
  right: -6px;
  border-radius: 10px 5px 10px 5px;
  color: white;
  transition: 0.3s;
}
.police-loc .btn-close1 i:hover {
  background-color: #e31e25;
}

.police-loc .modal-body {
  padding: 18px;
}
.police-loc h5 {
  font-size: 1.1rem;
  font-weight: 600;
  position: relative;
  padding-bottom: 18px;
}
.police-loc h5:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #e31e25;
  left: 0;
  bottom: 8px;
}

.police-list li {
  font-size: 1rem;
  font-weight: 400;
}
.police-list p {
  padding-left: 25px;
  position: relative;
}
.police-list p::before {
  content: '';
  position: absolute;
  background-size: contain;
  background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    left: 0;
    margin-top: 4px;
}
.police-list .loc::before {
  background-image: url(../img/icons/fa-location-dot.svg);
}
.police-list .phone::before {
  background-image: url(../img/icons/fa-phone.svg);
}
.police-list .mail::before {
  background-image: url(../img/icons/fa-envelope.svg);
}

.police-list .pin::before {
  background-image: url(../img/icons/fa-mappin.svg);
}

.police-list .tel::before {
  background-image: url(../img/icons/fa-fax.svg);
}

.police-list .web::before {
  background-image: url(../img/icons/fa-globe.svg);
}

@media (min-width: 576px) {
  .police-loc .modal-dialog {
    max-width: 500px;
  }
}
.modal.show .modal-dialog{
  height: 100%;
  margin: auto;
}

/* ///////// SERCH DROPDOW //////// */
.search-input .dropdown-content {
  position: absolute;
  background-color: white;
  max-width: 375px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 12%);
  z-index: 1;
  border-radius: 0.3rem;
  font-size: 0.8rem;
  font-weight: 400;
  max-height: 180px;
  left: 0;
  right: 0;
  margin: auto;
}
.search-input .dropdown-content a {
  font-size: 0.85rem;
  padding: 8px 15px;
  position: relative;
  font-weight: 400;
  transition: 0.5s;
  display: flex;
  width: 100%;
  color: #333;
}
.search-input .dropdown-content a:hover{
  background-color: #38327821;
  color: #383278;

}


/* ///////// SMALL DROPDOW //////// */
.small-drop {
  position: relative !important;
}

.small-drop .dropdown-menu {
  min-height: auto !important;
  min-width: 220px !important;
  margin-top: 11px !important;
}
.small-drop .dropdown-menu a{
  padding: 10px 15px;
  font-size: 0.83rem;
  font-weight: 400;
  color: #666;
  display: flex;
  width: 100%;
}

.small-drop .in-menu-list li a:hover{
  background: #ff00000a;
}

.small-drop .in-menu-list{
  padding: 10px 0;
}
.small-drop .in-menu-list li{
  padding: 0;
}


.menubottom-mal{
  /*max-width: 700px;
  overflow: hidden;
  justify-content: flex-start !important;
  overflow-x: auto;
  float: right;*/
  flex-flow: wrap;
/*  padding-top: 8px;*/
}

.menubottom-mal .menu a.mainli{
  height:20px;
}

.menubottom-mal .dropdown .mainli{
    font-size: 0.75rem !important;
    max-width: 160px;
}



/*////// SITEMAP //////////*/
.sitemap h5{
  background-color: #0d0d710f;
  margin-bottom: 0;
  padding: 13px;
  font-size: 1.1rem;
  border-radius: 0.5rem;
  color: #393186;
  font-weight: 600;
  margin-bottom: 15px;
}

.sitemap p {
  margin-bottom: 5px;
  font-weight: 600 !important;
  padding-left: 15px;
  font-size: 1rem !important;
}
.sitemap .mylist {
  margin-bottom: 20px;
}
.sitemap .mylist li a{
  color: #333;
}
.sitemap .mylist li a:hover{
  color: #393186;
}

/*////////// 404 /////////////*/

.err {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  background: #3931860a;
  width: max-content;
  margin: auto;
  padding: 40px 80px;
  border-radius: 0.3rem;
  max-width: 100%;
}
.err h5{
  font-size: 6em;
  font-weight: 600;
  color: #393186;
  margin-bottom: 0;
}
.err p{
  font-size: 1.2rem !important;
  color: #2b2b2b !important;
  font-weight: 500 !important;
  margin-bottom: 1.5rem;
  text-align: center !important;
}
.err .bttn{
  background: #ed1b24;
  color: white;
  transition: .3s;
}
.err .bttn:hover{
  background: #393186;
  border: 1px solid #393186;
}
@media(max-width: 575px){
  .err {
    padding: 30px;
  }
}


.success{
  text-align: center;
}

.success img{
  width: 130px;
  margin: auto;
  margin-bottom: 10px;
}

.success h3{
  font-weight: 700;
  font-size: 2rem;
  color: black;
}
.success p{

  margin-bottom: 0;
  font-size: 1.2rem;
  color: #00000082;
}


.cardcont .wanted{
  padding-left: 0 !important;
  text-align: center !important;
}

.crime p{
  font-size: 1rem;
  color: #666;
}

.unitfilter{
  display: flex;
  align-items: center;
  gap: 15px;
}
.unitfilter select{
  margin-bottom: 0 !important;
}
.unitfilter a{
 margin-top: 30px;
}


@media(min-width: 768px){
  .search-select img{
    z-index: 9;
  }
}

/*.topunset{
  top: unset !important;
}*/

