/* Tamil */

/* @font-face {
  font-family: "TAU-Marutham";
  src: url("fonts/TAU-Marutam/TAU-Marutham.woff2") format("woff2"),
    url("fonts/TAU-Marutam/TAU-Marutham.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
} */
@font-face {
  font-family: "Noto Sans Tamil";
  src: url("fonts/Noto_Sans_Tamil/NotoSansTamil-Regular.woff2") format("woff2"),
    url("fonts/Noto_Sans_Tamil/NotoSansTamil-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kumbh Sans", sans-serif;
  src: url("fonts/Verdana/Verdana.woff2") format("woff2"),
    url("fonts/Verdana/Verdana.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Verdana;
  src: url(fonts/Verdana/Verdana.woff2);
}
body.tamil p {
  font-size: 15px !important;
}
body.tamil {
  font-family: "Noto Sans Tamil";
}
body.english {
  font-family: "Kumbh Sans", sans-serif;
}
.top-shorcuts p {
  font-size: 16px;
  font-weight: bold;
}
body {
  background: url("/img/disaster-background.png") no-repeat center;
  text-align: justify;
}
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #1d4277;
  --theme2: #4aab3d;
  --header: #0d0d0e;
  --text: #585858;
  --text-2: #ffffffcc;
  --border: #e3e3e3;
  --border2: #242449;
  --border3: #5262ff;
  --bg: #f3f7fb;
  --bg2: #282832;
  --bg3: #ffffff33;
  --box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  --box-shadow-2: 0px 4px 25px rgba(56, 75, 255, 0.1);
}
.tamil p,
.tamil a,
.tamil h1,
.tamil h2,
.tamil h3,
.tamil h4,
.tamil h5,
.tamil h6,
.tamil li,
.tamil td {
  font-family: "Noto Sans Tamil" !important;
}
.english p,
.english a,
.english h1,
.english h2,
.english h3,
.english h4,
.english h5,
.english h6,
.english li,
.english td {
  font-family: "Kumbh Sans", sans-serif;
}
.tamil a {
  font-family: "Noto Sans Tamil" !important;
  font-weight: normal;
  font-style: normal;
}
.tamil .content-wrap h4 {
  font-family: "Noto Sans Tamil" !important;
  font-weight: normal !important ;
  font-style: normal !important;
}

.tamil .content-wrap li {
  font-family: "Noto Sans Tamil" !important;
  font-weight: normal !important ;
  font-style: normal !important;
}
.tamil .content-wrap p {
  font-family: "Noto Sans Tamil" !important;
  font-weight: normal !important ;
  font-style: normal !important;
}

.inner-content table a {
  text-decoration: none !important;
  color: #fff !important;
}
.inner-content table a:hover {
  text-decoration: none !important;
  color: #fff !important;
}
.inner-content a {
  text-decoration: none !important;
  color: #26387b !important;
}
.inner-content a:hover {
  color: #ff6f00 !important;
}
.inner-content ul {
  margin: 0 !important;
  padding: 0 !important;
}
.inner-content li {
  list-style: none;
  padding-bottom: 15px;
}

.inner-content ul li::before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  background-size: cover;
  background-image: url("/img/icons/right-arrow.png");
  background-repeat: no-repeat;
  margin-right: 10px;
  background-position: center center;
  vertical-align: middle;
}

.whats-new {
  display: flex;
  gap: 15px;
}
.top-date {
  display: flex !important;
}

.top-date h4 {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  margin: 0;
  display: flex;
  align-items: center;
  text-align: center;

  color: #222222;
}
.top-date span {
  margin-top: -10px;
  margin-left: 5px;
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  display: flex;
  align-items: center;

  color: #222222;
}

.top-new {
  display: flex;
}
.top-new .vr-line {
  margin-top: 18px;
  margin-left: 10px;
  background: #034460;
}
.top-new button {
  margin-left: 10px;
  margin-top: 20px;
  background: #fac241;
  border-radius: 1px;
  padding: 5px 10px 5px 10px;
  color: #fff;
  text-align: center;
}
.top-new button:hover {
  margin-left: 10px;
  margin-top: 20px;
  background: #ff6f00;
  border-radius: 1px;
  padding: 5px 10px 5px 10px;
  color: #fff;
  text-align: center;
}

.top-new button span {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;

  display: flex;
  align-items: center;
  text-align: center;

  color: #ffffff;
}
@media (min-width: 1281px) {
  .tamil .main-defaults a {
    font-size: 14px !important;
    line-height: 14px !important;
  }
  .tamil .language-chg p {
    font-size: 14px !important;
  }
}

.tamil .main-defaults a {
  font-size: 10px;
  line-height: 10px;
}
.tamil .language-chg p {
  font-size: 10px;
}
.new-cnt p {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #222222;
}
.tamil .new-cnt p {
  font-weight: bold;
  font-size: 14px;
}

.new-cnt b {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;

  color: #222222;
}
/*
.gov-default {
  width: 100%;
  display: flex;
  margin-top: 10px;
  justify-content: end;
  align-items: center;
}
*/

.main-defaults {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.cm-logo img {
  /* margin-left: 25px; */
  width: 100px;
  height: 100px;
}

.cm-logo p {
  margin-top: 20px;
  margin-left: 10px;
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  text-align: center;
}
.main-defaults a {
  font-size: 12px;
}
.top-vr-line-1 {
  position: absolute;
  top: 4px;
  left: 65px;
  padding-left: 9px;
}
.top-vr-line-2 {
  position: absolute;
  top: 4px;
  left: 180px;
  padding-left: 18px;
}
.top-chg-button a {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #020626;
}
.skip-cnt a {
  padding-left: 10px;
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;

  color: #020626;
}
.screen-reader a {
  padding-left: 10px;
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;

  color: #020626;
}

.language-chg p {
  margin-top: 21px;
  display: flex;
  justify-content: end;
  margin-left: 20px;
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #020626;
}

.top-social {
  display: flex;
  justify-content: center;
}

.top-social .logo-div {
  margin-left: 5px;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  background: #ff6f00;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-social .logo-div:hover {
  margin-left: 5px;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  background: #ff6f00;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-social .logo-div img {
  width: 10px;
}

.logo-heading h4 {
  margin-top: 45px;
  font-family: "Teko";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  color: #09274c;
}
.logo-heading p {
  margin-top: -15px;
  font-family: "Sarabun";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #5c7ca3;
}
.tn-logo {
  margin-top: 15px;
}
.minister {
  display: flex;
  justify-content: center;
}
.cm-logo-cnt {
  margin-left: 15px;
}
.cm-logo-cnt h4 {
  margin-top: 30px;
  font-family: "Teko";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  color: #09274c;
}

.cm-logo-cnt p {
  margin-top: -15px;

  font-family: "Sarabun";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #5c7ca3;
}
.navbar-toggler {
  border-color: white !important;
}
.navbar-toggler .navbar-toggler-icon {
  color: #ffffff !important;
}
.navbar-nav .nav-link.active {
  color: #ff6f00 !important;
}
.navbar-nav .nav-link.show {
  color: #ff6f00 !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
  font-weight: normal !important;
  letter-spacing: 1px;
}

.nav-link {
  color: #ff6f00;
}
.publication ul li a {
  text-align: left !important;
  font-size: 13px;
  font-weight: normal;
}
.special-init ul li a {
  text-align: left !important;
  font-size: 13px;
  font-weight: normal;
}

.navbar ul li a {
  /* display: flex;
  align-items: center; */
  text-align: center;
  margin: 0px 4px 0px 0px;
  color: #fff;
  justify-content: space-evenly;
}
.navbar li a {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
}
.navbar li a:hover {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  color: #ff6f00 !important;
}

.news-tcker-btn button {
  background: #ff6f00;

  border-radius: 1px;
  border: #ff6f00;
  width: 100%;
}
.news-tcker-btn span {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;

  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 11px;
  color: #ffffff;
}
.news-tcker-btn button:hover {
  background: #ff8426;
  border-radius: 1px;
  color: #fff;
}
.news-tick-cnt {
  display: flex;
  justify-content: left;
}
.news-tick-cnt p {
  margin-top: 15px;
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;

  color: #000000;
}

.slider-1 {
  position: relative;
}

.slider-img img {
  max-width: 1500px !important;
  box-shadow: inset 0 0 85px rgba(0, 0, 0, 0.4);
}
.hero-slider .swiper-button-next {
  position: absolute;
}
.hero-slider .slide-inner {
  position: relative;
  right: 0;
}

.hero-slider .swiper-button-prev {
  position: absolute;
}
/* .slider {
  height: 550px;
  background: url(image/slider-1.png) no-repeat center;
} */

.slider-cnt {
  padding: 100px 0px 150px 0px;
}

.slider-cnt h4 {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;

  text-transform: capitalize;

  color: #ffffff;
}

.slider-cnt p {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;

  color: #ffffff;
}

.slider-img {
  position: relative;
}

/* New tickker */

.fas {
  margin-right: 4px !important; /*override*/
}

.pagination .fas {
  margin-right: 0px !important; /*override*/
}

.pagination a {
  color: #fff;
}

.card ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

/* New tickker End */

.news-item {
  padding: 4px 4px;
  margin: 0px;
  border-bottom: 1px dotted #555;
}

.slider-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  background: linear-gradient(rgba(84, 84, 84, 0.5), rgba(0, 0, 0, 0.5));
}

.sub-slider {
  display: flex;
  position: relative;
  margin-top: -80px;
  z-index: 10;
}
.sub-slider p {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;

  color: rgba(255, 255, 255, 0.7);
}
.sub-slider span {
  margin-top: -10px;
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  /* identical to box height */

  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;

  color: rgba(255, 255, 255, 0.7);
}
.lat-news h4 {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  /* identical to box height */

  display: flex;
  align-items: center;

  color: #292929;
}

.lat-news p {
  margin-top: -10px;
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;

  display: flex;
  align-items: center;

  color: #666666;
}

.lat-viewmore button {
  background: #ff6f00;
  border-radius: 2px;
  border: #ff6f00;
  padding: 10px 25px 10px 25px;
}
.lat-viewmore button:hover {
  background: #ff8426;
  border-radius: 2px;
}
.lat-viewmore button span {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  display: flex;
  align-items: center;
  text-align: center;

  color: #ffffff;
}

.lat-img {
  position: relative;
}

.lat-img-btn {
  position: absolute;
  top: -2px;
}

.lat-img-btn button {
  background: #ff6f00;
  border-radius: 2px;
  border: #ff6f00;
}
.lat-img-btn button:hover {
  background: #ff8426;
  border-radius: 2px;
}
.lat-img-btn button span {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  display: flex;
  align-items: center;
  text-align: center;

  color: #ffffff;
}

.lat-img-cnt h4 {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */

  display: flex;
  align-items: center;

  color: #000000;
}

.lat-img-cnt p {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  /* identical to box height */

  display: flex;
  align-items: center;
  text-transform: uppercase;

  color: #666666;
}

.abt-heading h4 {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  /* identical to box height */

  color: #292929;
}
.abt-cnt p {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  /* or 171% */

  color: #666666;
}

.abt-cnt button {
  background: #ff6f00;
  border-radius: 1px;
  border: #ff6f00;
  padding: 5px 15px 5px 15px;
}
.abt-cnt button:hover {
  background: #ff8426;
  border-radius: 2px;
}
.abt-cnt button span {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  display: flex;
  align-items: center;
  text-align: center;

  color: #ffffff;
}

.square {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 214px; */
  height: 158px;
  border: 1px solid;
  border-color: #e8e9ed;
}

.square h4 {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #034460;

  text-transform: uppercase;
}
.weather-grp {
  border-radius: 1px !important;
  background-color: #ff6f00;
  width: 100%;
  border-radius: 1px;
  color: #fff;

  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 600;

  text-transform: uppercase;
}

.weather .weather-btn {
  border-radius: 1px !important;
  padding: 9px;
  color: #e8e9ed;
  font-weight: 600 !important;
  outline: #222222;
  background-color: #222222;
  font-size: 12px;
}
.weather-cnt h4 {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;

  /* or 100% */
  color: #ffffff;
}

.weather-cnt span {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;

  /* or 100% */

  color: #ffffff;
}

.weather-cnt p {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;

  /* or 100% */

  color: rgba(255, 255, 255, 0.8);
}

.weather-cnt h5 {
  margin-top: -15px;
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;

  color: #ffffff;
}

.small-clouds p {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12.1px;
  line-height: 24px;
  /* or 198% */

  display: flex;
  align-items: center;
  text-align: right;

  color: #ffffff;
}

.diaster-img {
  position: relative !important;
}

.disaster h4 {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;

  color: #292929;
}

.disaster-btn button {
  position: absolute;
  top: 18px;
  left: 10px;
  z-index: 2;
  background: transparent;
  border-radius: 2px;
  border: #ffffff 1px solid;
}
.disaster-btn button:hover {
  background: transparent;
  border-radius: 2px;
  border: #ffffff 1px solid;
}
.disaster-btn button span {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  display: flex;
  align-items: center;
  text-align: center;

  color: #ffffff;
}

/* .disaster-btn-2 {
  display: flex;
  align-items: center;
  justify-content: end;
  position: absolute;
  bottom: -10px;
  right: 0;
} */
.disaster-btn-2 button {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 10px;
  background: #ff6f00;
  border-radius: 1px;
  border: #ff6f00;
  padding: 10px;
}
.disaster-btn-2 button:hover {
  background: #ff8426;
  border-radius: 2px;
}
.disaster-btn-2 button span {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  display: flex;
  align-items: center;
  text-align: center;

  color: #ffffff;
}

.feature-videos h4 {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;

  color: #292929;
}

.feature-videos p {
  margin-top: -10px;
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;

  color: #666666;
}

.feature-viewall button {
  background: #ff6f00;
  border-radius: 2px;
  border: #ff6f00;
  padding: 10px 25px 10px 25px;
}
.feature-viewall button:hover {
  background: #ff8426;
  border-radius: 2px;
}
.feature-viewall button span {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;

  color: #ffffff;
}

.video-img {
  position: relative;
}
.play-btn {
  position: absolute;
  top: 35%;
  left: 45%;
  /* top: 0;
  left: 50%; */
}
.video-cnt {
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  background-color: #023043;
}
.video-cnt h4 {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;

  color: #ffffff;
}
.video-cnt span {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  color: #ffffff;
}

.recent-vid-1 {
  margin-top: 45px;
  position: relative;
  top: 0;
  left: 0;
}
.recent-vid-2 {
  position: relative;
  top: 0;
  left: 0;
}
.recent-video-cnt {
  bottom: 0px;
  padding-bottom: 10px;
  position: absolute;
  bottom: 0;
  left: 10px;
}
.overlay {
  bottom: 0px;
  position: absolute;
  bottom: 0;
}

.recent-video-cnt h4 {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;

  color: #ffffff;
}
.recent-video-cnt span {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;

  color: #ffffff;
}

.main-carousel {
  position: relative !important;
}

.car-btn1 {
  position: absolute !important;
  top: 0 !important;
  left: -80px !important;
}
.car-btn2 {
  position: absolute !important;
  right: -80px !important;
}
.car-heading {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;

  color: #ffffff;
}
.card-img1 img {
  border-radius: 5px;
  /* width: 350px; */
}

.card-img2 img {
  border-radius: 5px;
  /* width: 350px; */
}
.card-img3 img {
  border-radius: 5px;
  /* width: 350px; */
}

.car-btn1 span {
  /* position: absolute;
  top: 150px;
  right: 190px; */

  width: 36px;
  height: 36px;
  /* padding: 10px; */
  border: 1px;
  border-radius: 2px;

  background-color: #ff6f00;
  color: #000000;
}
.car-btn2 span {
  /* position: absolute;
  top: 150px;
  left: 190px; */
  width: 36px;
  height: 36px;
  border: 1px;
  border-radius: 2px;

  background-color: #ff6f00;
  color: #000000;
}

/* Footer */

.foot-1 img {
  width: 173px;
  height: auto;
}
.foot-1 p {
  margin-top: 20px;
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* or 218% */

  color: #ffffff;
}
.tamil .foot-1 p {
  font-size: 15px !important;
}
.tamil .foot-2 p {
  font-size: 15px !important;
}
.tamil .foot-3 p {
  font-size: 15px !important;
}
.tamil .foot-4 p {
  font-size: 15px !important;
}
.tamil .foot-2 li {
  font-size: 14px;
}
.tamil .foot-3 li {
  font-size: 14px;
}
.foot-2 p {
  text-align: start;
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */

  text-transform: capitalize;

  color: #ffffff;
}
.foot-2,
.foot-3 ul {
  list-style-image: url("icons/yellow-arrow.png");
}
.foot-2 li {
  margin-top: 20px;
  margin-left: -20px;
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;

  color: #b6b6b6;
}
.foot-3 p {
  text-align: start;
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */

  text-transform: capitalize;

  color: #ffffff;
}

.foot-3 li {
  margin-top: 20px;
  margin-left: -20px;
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  /* identical to box height */
  /* 
  display: flex;
  align-items: center; */

  color: #b6b6b6;
}
.foot-4 p {
  text-align: start;
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */

  text-transform: capitalize;

  color: #ffffff;
}

.foot-4 li {
  margin-top: 20px;
  margin-left: -30px;
  font-family: "Sarabun";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  /* identical to box height, or 188% */

  color: rgba(255, 255, 255, 0.8);
}
.cpy-ryt {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 500;

  color: #999999;
}

.bottom-social {
  margin-top: 20px;
  display: flex;
  justify-content: left;
  /* justify-content: space-evenly;  */
}

.bottom-social .logo-div {
  margin-left: 5px;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background: #ff6f00;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom-social .logo-div:hover {
  margin-left: 5px;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background: #ff6f00;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-social .logo-div img {
  width: 15px;
}

.foot-to-top {
  display: flex;
  justify-content: end;
}
.foot-to-top button {
  background: #ff6f00;
  border-radius: 1px;
  border: #ff6f00;
  padding: 0px 10px 5px 10px;
}
.foot-to-top button:hover {
  background: #ff8426;
  border-radius: 2px;
}

.soci-upd h4 {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;

  color: #ffffff;
}
.soci-upd p {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;

  color: #ffffff;
}

.social-scroll {
  height: 400px;
  overflow-y: scroll;
}
.twitter-icons {
  text-align: center;
  padding: 10px;
  background: rgba(255, 255, 255, 0.002);
  box-shadow: 0px 10px 14px rgba(37, 44, 65, 0.12);
}

.fb-icons {
  text-align: center;
  padding: 10px;
  background: rgba(255, 255, 255, 0.002);
  box-shadow: 0px 10px 14px rgba(37, 44, 65, 0.12);
}
.insta-icons {
  text-align: center;
  padding: 10px;
  background: rgba(255, 255, 255, 0.002);
  box-shadow: 0px 10px 14px rgba(37, 44, 65, 0.12);
}

/* About us */

.bread-crum-abt span {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  padding-left: 15px;
  text-transform: capitalize;

  color: #ff6f00;
}

.abt-us-cnt h4 {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;

  color: #292929;
}

.abt-us-cnt p {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;

  color: #666666;
}

.abt-lists ul li {
  padding: 10px;
  margin-top: 10px;
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  color: #034460;
  background: #e4eaf7;
  border: 1px solid #e4eaf7;
  border-radius: 6px;
}

.side-latest-news h4 {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;

  color: #292929;
}

.lat-side-img img {
  border-radius: 3px;
}

.lat-side-cnt h4 {
  padding-top: 5px;
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;

  text-transform: capitalize;

  color: #034460;
}
.lat-side-cnt h5 {
  padding-top: 3px;
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;

  color: #000000;
}
.lat-side-cnt p {
  padding-top: 3px !important;
  padding: 0;
  margin: 0;
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;

  text-transform: uppercase;

  color: #666666;
}

.side-categories h4 {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;

  color: #292929;
}

.side-cnt-list {
  padding: 20px;
  /* padding: 20px 10px 20px 70px; */
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid #e4eaf7;
  border-radius: 6px;
  background: #09274c;

  display: flex;

  /* justify-content: center; */
}
.side-cnt-list p {
  padding: 0;
  margin: 0;
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  text-align: left;
}

.side-preardedness h4 {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;

  color: #292929;
}
.side-cnt-btn {
  padding-top: 10px;
}

.side-cnt-btn span {
  background: #e4eaf7;
  padding: 15px;
  border-radius: 3px;
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  float: left;
  margin: 5px;

  color: #292929;
}

.side-cnt-btn .btn-row-2 {
  padding-top: 30px;
}

/* Gallery content */

.gallery-cnt h4 {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;

  color: #292929;
}

.card-share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.card-title {
  height: 80px;
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;

  color: #041f42 !important;
}

.card-text {
  padding: 0;
  margin: 0;
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;

  color: #666666;
}
.list-group li {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  /* or 171% */

  color: #666666;
}

.list-group li a {
  color: #041f42;
}
.gallery-overlay-img {
  position: relative !important;
}
.gallery-overlay {
  position: absolute;
  bottom: 0;
}

/* Media querry */

@media (min-width: 320px) and (max-width: 480px) {
  .top-shorcuts {
    display: none !important;
  }
  .slider-cnt h4 {
    font-family: "Kumbh Sans", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 35px;

    text-transform: capitalize;

    color: #ffffff;
  }

  .slider-cnt p {
    font-family: "Kumbh Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    /* line-height: 15px; */
    text-align: left;

    color: #ffffff;
  }

  .top-social {
    margin-top: 20px;
    display: flex;
    justify-content: start;
  }
  .cm-logo-vr {
    height: 0px !important;
  }
  .cm-logo img {
    margin-left: 0px;
  }
  .minister {
    display: contents;
  }
  .minister .cm-logo img {
    width: 50px;
  }
  .cm-logo {
    text-align: center;
  }
  .cm-logo-cnt {
    margin-top: -20px;
    margin-left: 5px;
    text-align: center;
  }
  .cm-logo-cnt h4 {
    font-size: 14px;
  }
  .cm-logo-cnt p {
    font-size: 9px;
  }

  .square {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 100px;
    border: 1px solid;
    border-color: #e8e9ed;
  }
  .square img {
    width: 40px;
  }
  .square h4 {
    /* padding: 4px; */
    font-family: "Kumbh Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    color: #034460;

    text-transform: uppercase;
  }

  .car-btn1 {
    position: absolute;
    top: 0px;
    left: 0px !important;
  }
  .car-btn2 {
    position: absolute;
    top: 0px;
    right: 0px !important;
  }
  .weather {
    margin-top: 30px;
  }
  .video-img {
    position: relative;
  }
  .play-btn {
    width: 35px !important;
    position: absolute;
    top: 35%;
    left: 43%;
  }
  .video-cnt h4 {
    padding-top: 5px;
    font-size: 10px;
    line-height: 13px;
  }
  .video-cnt span {
    font-size: 8px;
  }
  .feature-viewall button {
    padding: 5px 15px 5px 15px;
  }

  .feature-viewall button span {
    font-size: 8px;
  }

  .recent-vid-1 {
    margin-top: 0px !important;
    left: 11px;
  }
  .recent-vid-2 {
    margin-top: 0px !important;
    left: -11px;
    /* margin-left: -20px; */
  }
  .recent-video-cnt {
    position: absolute;
    left: 5px;
  }
  .recent-video-cnt h4 {
    font-size: 6px;
  }
  .recent-video-cnt span {
    font-size: 5px;
  }
}

/* Nav doc CSS */
.navbar-doc table {
  border-collapse: collapse;
  width: 100%;
  background: transparent;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.navbar-doc table tr th,
.navbar-doc table tr td {
  text-align: left;
  padding: 15px;
}
.navbar-doc table tr:nth-child(odd) th,
.navbar-doc table tr:nth-child(odd) td {
  background: #f0f5f7;
}
.navbar-doc table tr:nth-child(even) td {
  background: #e9f0f3;
}
.navbar-doc table tr:first-child th:first-child {
  border-top-left-radius: 5px;
}
.navbar-doc table tr:first-child th:last-child {
  border-top-right-radius: 5px;
}
.navbar-doc table tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
.navbar-doc table tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
.navbar-doc table tr:not(:first-child) {
  border-top: 1px solid #e5ecef;
}
.navbar-doc code {
  background: #aed2f5;
  border-radius: 3px;
  color: #000000;
  line-height: 1;
  font-size: 1.2rem;
  padding: 1px 4px;
}
.navbar-doc p {
  font-size: 1.4rem;
  line-height: 1.5;
}

/* Main CSS */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: 0.3s linear;
  padding: 15px 0px;
}
.navbar ul {
  list-style: none;
  /* flex-flow: row; */
}
.navbar ul a {
  text-decoration: none;
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
}

.navbar ul a:hover {
  text-decoration: none;
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: #f7b20f;
}
.navbar .navbar-toggler,
.navbar .nav-link,
.navbar .utils-search {
  color: #ffffff;
}
.navbar .navbar-utils > * {
  cursor: pointer;
}
.navbar .btn-search {
  font-size: 1.5rem;
  background: transparent;
  outline: none;
  border: none;
  color: inherit;
  cursor: pointer;
}

.navbar-nav {
  display: flex !important;
  list-style: none;
  flex-direction: row !important;
}
.navbar-nav .nav-link {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  justify-content: flex-start;
  padding: 5px;
  text-decoration: none;
  /* font-size: 0.9em;
  font-weight: 400; */
  display: block;
  transition: 150ms ease;
}

.navbar-nav .nav-item {
  /* margin: 0 10px; */
  margin: 0 5px;
  position: relative;
}
.navbar-nav > .nav-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #f7b20f;
  bottom: -16px;
  transition: 400ms ease;
  transform: scaleX(1);
  opacity: 0;
}
.navbar-nav > .nav-item:hover:after {
  transform: scaleX(1);
  opacity: 1;
  /* display: flex; */
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
}

.navbar-toggler {
  padding: 0.1rem 0.45rem;
  cursor: pointer;
  font-size: 1.5rem;
  background: none;
  outline: none;
  border: 1px solid #636363;
  border: none;
  border-radius: 3px;
  transition: 0.15s linear;
  display: none;
  margin-left: auto;
  margin-right: 20px;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.36);
}

/* Navbar options (bg options) */
.bg-primary {
  background: #f7b20f;
  z-index: 99999;
}
.bg-primary .navbar-toggler,
.bg-primary .nav-link,
.bg-primary .utils-search {
  color: #fff;
}
.bg-primary .nav-item:after {
  background: #fff;
}

.bg-dark {
  background: #363636;
}
.bg-dark .navbar-toggler,
.bg-dark .nav-link,
.bg-dark .utils-search {
  color: #fff;
}

.bg-light {
  background: #fff;
  z-index: 9999;
}
.bg-light .navbar-toggler,
.bg-light .nav-link,
.bg-light .utils-search {
  color: #363636;
}

.bg-transparent {
  background-color: transparent;
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.3)
    ),
    url(https://images.pexels.com/photos/4492129/pexels-photo-4492129.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=1920);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.bg-transparent .navbar-toggler,
.bg-transparent .nav-link,
.bg-transparent .utils-search {
  color: #fff;
}
.bg-transparent .nav-item:after {
  background: #fff;
}

@media (min-width: 992px) {
  .bg-blur {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background: rgba(255, 255, 255, 0.6);
    z-index: 999;
  }
  .bg-blur .navbar-toggler,
  .bg-blur .nav-link,
  .bg-blur .utils-search {
    color: #363636;
  }
  .bg-blur .nav-item:hover > .nav-link {
    color: #f7b20f;
  }
  .bg-blur .nav-item:after {
    background: #f7b20f;
  }
}
/* Common Hover */
.bg-blur .nav-item:hover > .nav-link {
  color: #f7b20f;
}
.bg-blur .nav-item:after {
  background: #f7b20f;
}

.bg-light .nav-item:hover > .nav-link,
.bg-light-2 .nav-item:hover > .nav-link,
.bg-dark .nav-item:hover > .nav-link {
  color: #f7b20f;
}
.bg-light .nav-item:after,
.bg-light-2 .nav-item:after,
.bg-dark .nav-item:after {
  background: #f7b20f;
}

.bg-light-2 {
  background: #fff;
}
.bg-light-2 .navbar-toggler,
.bg-light-2 .nav-link,
.bg-light-2 .utils-search {
  color: #636363;
}
.bg-light-2 .nav-item:after {
  display: none;
}

/* Dropdown CSS */
.nav-item .dropdown {
  width: 250px;
  display: block;
  position: absolute;
  top: 41px;
  transition: 300ms;
  padding: 10px 0px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 4px;
  z-index: 999;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.15);
}
.nav-item .dropdown .nav-link {
  color: #636363;
}
.nav-item .dropdown .dropdown {
  top: 0;
  left: calc(100% + 10px);
  border-top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.nav-item .dropdown .dropdown:before {
  top: 10px;
  left: -10px;
  border: 5px solid transparent;
  border-right-color: #000;
}
.nav-item .dropdown:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  border: 5px solid transparent;
  border-bottom-color: #000;
  display: none;
}
.nav-item .dropdown .nav-item:not(:last-child) {
  margin-bottom: 5px;
}
.nav-item .dropdown > .nav-item:hover > .nav-link {
  color: #f7b20f;
}
.nav-item:hover > .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.nav-item:hover > a::before {
  transform: rotate(90deg);
}

.nav-close {
  margin-left: auto;
  margin-top: 10px;
  display: none;
}
.nav-close .btn-nav-close {
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 1.5rem;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 1px solid #363636;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-close .btn-nav-close .close-btn {
  transform: rotate(45deg);
}
.nav-close .btn-nav-close:hover,
.nav-close .btn-nav-close:focus {
  background: #363636;
  color: #fff;
}

.nav-item.icon > a:before {
  content: "";
  position: absolute;
  right: -10px;
  top: calc(50% + 0px);
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left-color: inherit;
  transition: 0.15s linear;
}
.nav-item.icon:hover > a::before {
  transform: rotate(90deg);
}

/* Responsive (navbar alignments options) */
@media (min-width: 992px) {
  .navbar-brand,
  .navbar-utils {
    flex: auto;
  }

  .navbar-nav {
    flex: 2;
    justify-content: center;
  }

  .navbar-utils {
    text-align: right;
  }

  .navbar-right .navbar-brand,
  .navbar-right .navbar-utils {
    flex: initial;
  }
  .navbar-right .navbar-nav {
    justify-content: flex-end;
    margin-right: 20px;
  }

  .navbar-left .navbar-nav {
    order: 1;
    justify-content: flex-start;
  }
  .navbar-left .navbar-brand {
    order: 2;
  }
  .navbar-left .navbar-utils {
    order: 3;
  }

  .navbar-right .dropdown .dropdown {
    left: unset;
    right: calc(100% + 20px);
    border-top: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
  }
}
/* Nav Option (Logo Center) */
@media (min-width: 992px) {
  .navbar-left .navbar-brand {
    text-align: right;
  }
  .navbar-left .navbar-toggler {
    display: block;
    margin-right: 0;
  }
  .navbar-left .navbar-nav {
    background: #ffffff;
    flex-direction: column;
    z-index: 99999;
    padding: 0 20px;
    opacity: 0;
    transition: 400ms ease;
    /* Sidebar */
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    box-shadow: 0px 0px 0 2000px rgba(0, 0, 0, 0.5);
    transform: translateX(-300px);
  }
  .navbar-left .navbar-nav .nav-link {
    margin: 10px 0;
    color: #636363;
    display: flex;
    align-items: center;
    font-family: "Kumbh Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
  }
  .navbar-left .navbar-nav > .nav-item:first-child {
    margin-top: 20px;
  }
  .navbar-left .navbar-nav > .nav-item:last-child {
    margin-bottom: 20px;
  }
  .navbar-left .navbar-nav .nav-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-left .navbar-nav .nav-item:hover > .nav-link {
    color: #f7b20f;
  }
  .navbar-left .navbar-nav > .nav-item:after {
    display: none;
  }
  .navbar-left .navbar-nav .nav-close {
    display: block;
  }
  .navbar-left .navbar-nav.active {
    max-height: initial;
    opacity: 1;
    transform: translateX(0);
    left: 0;
    box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.5);
  }
  .navbar-left .nav-item .dropdown {
    padding: 0;
    position: initial;
    max-height: 0;
    width: initial;
    border: none;
    box-shadow: none;
  }
  .navbar-left .nav-item .dropdown .dropdown {
    border: none;
  }
  .navbar-left .nav-item .dropdown:before {
    display: none;
  }
  .navbar-left .nav-item:hover > .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    max-height: initial;
  }
  .navbar-left .nav-item.icon a:before {
    top: unset;
    right: 0;
  }
}
/* Responsive navbar */
@media (max-width: 991px) {
  .navbar-toggler {
    display: block;
  }

  .navbar-nav {
    background: #ffffff;
    flex-direction: column !important;
    z-index: 99999;
    padding: 0 10px;
    opacity: 0;
    transition: 400ms ease;
    /* Sidebar */
    position: fixed;
    left: -300px;
    top: 0;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    transform: translateX(-300px);
  }
  .navbar-nav .nav-link {
    margin: 10px 0;
    color: #636363;
    display: flex;
    align-items: center;
    font-family: "Kumbh Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
  }
  .navbar-nav > .nav-item:first-child {
    margin-top: 20px;
  }
  .navbar-nav > .nav-item:last-child {
    margin-bottom: 20px;
  }
  .navbar-nav .nav-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-nav .nav-item:hover > .nav-link {
    color: #f7b20f;
  }
  .navbar-nav > .nav-item:after {
    display: none;
  }
  .navbar-nav .nav-close {
    display: block;
  }

  .navbar-nav.active {
    max-height: initial;
    opacity: 1;
    transform: translateX(0);
    left: 0;
    box-shadow: 0px 0px 0 10000px rgba(0, 0, 0, 0.5);
  }

  .nav-item .dropdown {
    padding: 0;
    position: initial;
    max-height: 0;
    width: initial;
    border: none;
    box-shadow: none;
  }
  .nav-item .dropdown .dropdown {
    border: none;
  }
  .nav-item .dropdown:before {
    display: none;
  }
  .nav-item:hover > .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    max-height: initial;
  }

  .nav-item.icon a:before {
    top: unset;
    right: 0;
    transform: translateY(0px);
  }
}
/* Search Popup */
.search-popup {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
  transition: 200ms;
}
.search-popup.active {
  opacity: 1;
  visibility: visible;
}
.search-popup.active form {
  transform: translateY(0px);
}
.search-popup form {
  position: absolute;
  background: #fff;
  width: 500px;
  height: 200px;
  display: grid;
  place-items: center;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
  transition: 300ms;
  transform: translateY(20px);
}
.search-popup .btn-search-close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 3rem;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-popup .btn-search-close .close-btn {
  transform: rotate(45deg);
}
.search-popup input[type="search"] {
  width: 100%;
  height: 70px;
  border: none;
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 2rem;
  font-weight: 300;
  padding: 0px 10px;
  transition: 100ms;
}
.search-popup input[type="search"]:focus {
  box-shadow: 0 0 0 3px rgba(231, 237, 244, 0.43);
  border-color: transparent;
}
.search-popup input[type="search"]::-webkit-input-placeholder {
  color: #b3b3b3;
}

@media (max-width: 576px) {
  .search-popup form {
    width: calc(100% - 30px);
    height: 170px;
    padding: 15px;
  }
  .navbar ul {
    list-style: none;
    /* flex-flow: nowrap; */
  }
}

@media (min-width: 320px) {
  .navbar ul {
    list-style: none;
    /* flex-flow: nowrap; */
  }
}

.top-shorcuts {
  height: 40px;
  display: flex;
  align-items: center;
}

.social-update {
  background-image: linear-gradient(
      45deg,
      rgba(245, 70, 66, 0.85),
      rgba(8, 83, 156, 0.85)
    ),
    url(../img/social-update.jpg);
  background-size: cover;
  background-position: center;
}

._2p3a {
  width: 100% !important;
}

.page-heading {
  color: #26387b !important;
}

.page-sub-heading {
  color: #26387b !important;
}

table thead th {
  text-align: center;
  background: #26387b !important;
  color: #fff !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .recent-vid-1 {
    margin-top: 0px !important;
    position: relative;
    top: 0;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .recent-vid-1 {
    margin-top: 0px !important;
    position: relative;
    top: 0;
    left: 0;
  }

  .recent-pub p {
    padding: 0px;
    margin: 0px;
    font-family: "Kumbh Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px !important;

    color: #292929;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .recent-vid-1 {
    margin-top: 0px !important;
    position: relative;
    top: 0;
    left: 0;
  }

  .recent-pub p {
    padding: 0px;
    margin: 0px;
    font-family: "Kumbh Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px !important;
    /* line-height: 36px; */
    color: #292929;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .recent-vid-1 {
    margin-top: 0px !important;
    position: relative;
    top: 0;
    left: 0;
  }

  .recent-pub p {
    padding: 0px;
    margin: 0px;
    font-family: "Kumbh Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px !important;
    /* line-height: 36px; */
    color: #292929;
  }
}

.recent-pub {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 5px;
  border-radius: 10px;
}

.recent-pub p {
  padding: 0px;
  margin: 0px;
  font-family: "Kumbh Sans" !important;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #292929;
}

.admin-log-btn {
  /* background-color: #26387b; */
  background-color: #ff6f00;
  border-radius: 3px;
  margin-left: 5px;
  padding: 0px 5px;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.admin-log-btn img {
  width: 12px;
}

.sitemap {
  margin-left: 10px;
}

.sitemap a {
  font-family: "Kumbh Sans" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}

.lat-img img {
  height: 300px;
  object-fit: cover;
  width: 100%;
  object-position: top;
}

.btncustum {
  background: #ff8426;
  border-radius: 7px;
  color: #fff;
  padding: 5px;
}

.btncustum.num {
  font-family: "Kumbh Sans", sans-serif !important;
  font-weight: bold !important;
}
.num {
  font-family: "Kumbh Sans", sans-serif !important;
  font-weight: bold !important;
  font-size: 14px;
}
.divider {
  width: 1px;
  height: 25px;
  margin: 0 16px;
  background-color: rgb(123 124 124 / 80%);
}
.new-cnt {
  display: flex;
  gap: 5px;
  margin-left: 15px;
}
.englishcus a {
  font-family: "Kumbh Sans", sans-serif !important;
}
.tamil .nav-link {
  font-size: 12px;
  font-weight: 600;
}
.tamil .nav-link:hover {
  font-size: 12px;
  font-weight: 600;
}
.tamil .navbar-nav .nav-item {
  margin: 0 5px;
}
.tam {
  font-family: "Noto Sans Tamil" !important;
}

.service-wrapper {
  margin-bottom: 187px;
}
.service-wrapper .service-text {
  margin-top: 50px;
  text-align: center;
}
.service-wrapper .service-text h6 {
  font-size: 16px;
}
.service-wrapper .service-text h6 a {
  font-weight: 600;
  color: var(--theme);
  text-decoration: underline;
}

.service-box-items {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 15px 0px 15px 0px;
  /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */

  background-color: var(--white);
  padding: 35px 30px;
  position: relative;
  z-index: 9;
}
.service-box-items::before {
  border-radius: 15px 0px 15px 0px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
  z-index: -1;
}
.service-box-items::after {
  position: absolute;
  top: -50px;
  right: 0;
  width: 105px;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/img/line-shape.png);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.service-box-items .icon {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.swiper-wrapper .col-lg-3:nth-of-type(1) .icon::before {
  background-image: url(/img/icons/shape-red.png);
}

.swiper-wrapper .col-lg-3:nth-of-type(2) .icon::before {
  background-image: url(/img/icons/shape-blue.png);
}
.swiper-wrapper .col-lg-3:nth-of-type(3) .icon::before {
  background-image: url(/img/icons/shape-green.png);
}
.swiper-wrapper .col-lg-3:nth-of-type(4) .icon::before {
  background-image: url(/img/icons/shape-yellow.png);
}

.service-box-items .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.service-box-items .content {
  margin-top: 20px;
}
.service-box-items .content h4 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 20px;
}
.service-box-items .content h4 a {
  color: #121212;
}
.theme-btn-2 {
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  color: #121212;
  text-transform: capitalize;
}
.service-box-items .content h4 a:hover {
  color: var(--theme);
}
.service-box-items:hover::before {
  transform: scale(1, 1);
  transform-origin: top center;
}
.service-box-items:hover::after {
  top: 0;
  visibility: visible;
  opacity: 1;
}
/* .service-box-items:hover .icon::before {
  filter: grayscale(100%) brightness(300%);
} */
.service-box-items:hover .content h4 a {
  color: var(--white);
}
.service-box-items:hover .content p {
  color: var(--white);
}
.service-box-items:hover .content .theme-btn-2 {
  color: var(--white);
}
.service-box-items.active::before {
  transform: scale(1, 1);
  transform-origin: top center;
}
.service-box-items.active::after {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.service-box-items.active .icon::before {
  filter: grayscale(100%) brightness(300%);
}
.service-box-items.active .content h4 a {
  color: var(--white);
}
.service-box-items.active .content p {
  color: var(--white);
}
.service-box-items.active .content .theme-btn-2 {
  color: var(--white);
}
.service-box-items.style-2 {
  background-color: var(--white);
  box-shadow: var(--box-shadow);
}
.service-box-items.style-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background: #4aab3d;
}
.service-box-items.style-2 .theme-btn-2 {
  color: var(--header);
}
.service-box-items.style-2.active::before {
  transform: scale(1, 1);
  transform-origin: top center;
}
.service-box-items.style-2.active::after {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.service-box-items.style-2.active .icon::before {
  filter: grayscale(100%) brightness(300%);
}
.service-box-items.style-2.active .content h4 a {
  color: var(--white);
}
.service-box-items.style-2.active .content p {
  color: var(--white);
}
.service-box-items.style-2.active .content .theme-btn-2 {
  color: var(--white);
}
.service-box-items.style-3 {
  box-shadow: var(--box-shadow);
  border-radius: 10px !important;
  background-color: var(--white);
}
.service-box-items.style-3::before {
  border-radius: 10px;
}
.service-box-items.style-3::after {
  display: none;
}
.service-box-items.style-3 .icon::before {
  background-image: url(/img/shape-2.png);
}
.service-box-items.style-3 .theme-btn-2 {
  border: 1px solid var(--border);
  padding: 20px 30px;
  border-radius: 100px;
  line-height: 1;
  margin-top: 30px;
  color: var(--header);
}
.service-box-items.style-3 .theme-btn-2:hover {
  background-color: var(--white);
  color: var(--header);
}
.service-box-items.style-3:hover .icon::before {
  background-image: url(/img/shape.png);
}
.service-box-items.style-3.active::before {
  transform: scale(1, 1);
  transform-origin: top center;
}
.service-box-items.style-3.active::after {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.service-box-items.style-3.active .icon::before {
  background-image: url(/img/shape.png);
}
.service-box-items.style-3.active .theme-btn-2 {
  background-color: var(--white);
  color: var(--header);
}
.service-box-items.style-3.active .content h4 a {
  color: var(--white);
}
.service-box-items.style-3.active .content p {
  color: var(--white);
}

.theme-btn-2 i {
  margin-left: 10px;
}

.tamil .service-box-items .content h4 {
  font-size: 15px;
}

.district-card {
  border-radius: 0.5rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #fff7ed;
  padding: 20px;
  width: 65%;
  text-align: center;
  position: relative;
}

.dist-round {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fed7aa;
  width: 2.5rem !important;
  border-radius: 0px 999px 0px 9999px;
  height: 2.5rem !important;
  box-shadow: #ffedd5 -3px 4px 1px 3px;
}

.dist-button {
  background-color: #fa8e41;
  padding: 10px;
  border-radius: 6px;
  text-decoration: none;
}
.dist-name {
  text-transform: capitalize !important;
  font-weight: 600;
}
