

@import url('https://fonts.googleapis.com/css2?family=Edu+NSW+ACT+Cursive:wght@400..700&display=swap');
/* font-family: "Edu NSW ACT Cursive", cursive; */



/*=======================================================
      THEME STYLING START
========================================================*/
* {
  margin: 0px;
  padding: 0px;
}
body {
  background: #fff;
  height: 100%;
  width: 100%;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  height: 100%;
  min-height: 100%;
  position: relative;
  letter-spacing: 0px;
  font-size: 14px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
}
/*=======================================================
      WRAPPER
========================================================*/
#wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/*=======================================================
      HEADINGS
========================================================*/
/* my custom style */

.padding_xaxis {
  padding: 0 70px;
}
/* my custom style ends */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #333333;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
h1 {
  font-size: 65px;
}
h2 {
  font-size: 28px;
  font-weight: bold;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
  font-weight: bold;
}
p {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none !important;
  font-weight: 600;
}
img {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: inline-block !important;
}
ul {
  margin-bottom: 0px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #757575;
}
.font-montserrat {
  font-family: "Montserrat", sans-serif;
}
/*=======================================================
      SECTION
========================================================*/
section {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.overlay {
  background: rgba(49, 49, 49, 0.7);
}
/*=======================================================
      BUTTON
========================================================*/
.btn {
  background: #333333;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-small {
  font-size: 10px;
}
.btn-dark {
  color: #272727;
  border-color: #272727;
}
.btn:hover {
  background: #f19100;
  color: #fff;
}
.btn-1 {
  background: #f19100;
  color: #fff;
}
.btn-1:hover {
  background: #333333;
  color: #fff;
}
.form-control {
  box-shadow: none;
  border: 1px solid #f7f7f7;
  border-radius: 0px;
  height: 40px;
}
.form-control:focus {
  border: none;
  box-shadow: none;
}

/* bootstrap margin */
.ms-auto {
  margin: auto;
}
/* bootstrap margin */

/*=======================================================
      MARGIN 20px
========================================================*/
.margin-r-20 {
  margin-right: 20px;
}
.margin-l-20 {
  margin-left: 20px;
}
.margin-t-20 {
  margin-top: 20px;
}
.margin-b-20 {
  margin-bottom: 20px;
}
/*=======================================================
      MARGIN 40px
========================================================*/
.margin-r-40 {
  margin-right: 40px;
}
.margin-l-40 {
  margin-left: 40px;
}
.margin-t-40 {
  margin-top: 40px !important;
}
.margin-b-40 {
  margin-bottom: 40px;
}
/*=======================================================
      MARGIN 80px
========================================================*/
.margin-r-80 {
  margin-right: 80px;
}
.margin-l-80 {
  margin-left: 80px;
}
.margin-t-80 {
  margin-top: 80px;
}
.margin-b-80 {
  margin-bottom: 80px;
}
/*=======================================================
      PADDING
========================================================*/
.padding-r-20 {
  padding-right: 20px !important;
}
.padding-r-80 {
  padding-right: 80px !important;
}
.padding-l-20 {
  padding-left: 20px;
}
.padding-t-20 {
  padding-top: 20px;
}
.padding-t-50 {
  padding-top: 50px;
}
.padding-b-20 {
  padding-bottom: 20px;
}
.padding-b-50 {
  padding-bottom: 50px;
}
.no-margin {
  margin: 0px !important;
}
.no-padding {
  padding: 0px !important;
}
.no-padding-b {
  padding-bottom: 0px !important;
}
.no-margin-t {
  margin-top: 0px !important;
}
.no-padding-t {
  padding-top: 0px !important;
}
.padding-l-60 {
  padding-left: 60px;
}
.full-width {
  display: inline-block;
  width: 100%;
}
.no-border {
  border: none !important;
}
hr {
  height: 2px;
  width: 100px;
  background: #f19100;
  border: none;
}
/*=======================================================
      TITTLE
========================================================*/
.tittle {
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.tittle h2 {
  font-weight: normal;
  margin: 0px;
  text-transform: uppercase;
}
.tittle hr {
  height: 3px;
  margin: 20px auto;
}
.tittle p {
  color: #777777;
}
.bg-white {
  background: #fff !important;
}
/*=======================================================
      TOP BAR
========================================================*/
.top-bar {
  position: relative;
  height: 100% !important;
  line-height: 40px;
  /* display: inline-block; */
  /* width: 100%; */
  background: #000000;
  overflow: hidden;
}
.top-bar p {
  line-height: 40px;
  color: #fff;
  margin: 0px;
  margin-left: -40px;
}
    .top-bar .open-time {
        float: left;
        padding-left: 40%;
        display: flex;
        justify-content: space-between;
    }

.open-time .dropdown button {
    height: 18px;
    border: none;
    padding: 0px;
    margin: 0 10px;
    background: none;
    font-size: 12px;
}
.top-bar:before {
  content: "";
  background: #fff;
  position: absolute;
  right: -63px;
  top: 0px;
  width: 80px;
  background: #fff;
  height: 40px;
  z-index: 9;
  -webkit-transform: skew(-40deg);
  -moz-transform: skew(-40deg);
  -o-transform: skew(-40deg);
  transform: skew(-40deg);
}
.top-bar .call {
  background: #f19100;
  height: 40px;
  padding: 0 30px;
  float: right;
  margin-right: 50px;
  -webkit-transform: skew(40deg);
  -moz-transform: skew(40deg);
  -o-transform: skew(40deg);
  transform: skew(40deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-bar .call p {
  -webkit-transform: skew(-40deg);
  -moz-transform: skew(-40deg);
  -o-transform: skew(-40deg);
  transform: skew(-40deg);
}
.top-bar .call img {
  height: 36px;
  width: auto;
  transform: skew(-40deg);
  filter: drop-shadow(0px 0px 0.5px black);
}

/*=======================================================
      Padding 100px
========================================================*/
.sec-100px {
  padding: 100px 0;
}
/*=======================================================
      HEADER
========================================================*/
header {
  display: inline-block;
  width: 100%;
  height: 108px;
  z-index: 999;
  line-height: 0px;
  top: 0px;
  background: #fff;
  position: relative;
  margin-bottom: -5px;
}
header:before {
  content: "";
  background: #fff;
  position: absolute;
  left: -12%;
  top: 0px;
  width: 50.3%;
  background: #fff;
  height: 108px;
  z-index: 9;
  -webkit-transform: skew(40deg);
  -moz-transform: skew(40deg);
  -o-transform: skew(40deg);
  transform: skew(40deg);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
header .logo {
    float: left;
    width: auto;
    height: 100%;
    margin: 3px 60px;
    position: relative;
    z-index: 99;
}

header .logo a img {
  position: absolute;
  height: 70px;
  margin: 15px 0;
  width: auto;
  filter: drop-shadow(1px 1px 2px gray);
}

.header_texture img {
  height: 80px;
  position: absolute;
  bottom: 0;
  z-index: 9;
  left: 240px;
}

.header_cm .cm_text {
  position: absolute;
  bottom: 0;
  z-index: 9;
  right: 110px;
}
.header_cm h5 {
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
}
.header_cm h6 {
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 12px;
}
.header_cm img {
  height: 100px;
  position: absolute;
  bottom: 0;
  z-index: 9;
  right: 10px;
}

header nav {
  display: inline-block;
  position: relative;
  z-index: 999;
  float: right;
  margin-top: 20px;
}
header nav li a {
  padding: 10px 0px;
  margin: 0;
  border-color: transparent;
  text-decoration: none;
  line-height: 20px;
  text-transform: uppercase;
  color: #616566;
  float: left;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
header nav li.active a:hover {
  color: #000;
}
header nav li.active a {
  color: #ca7d11;
  font-weight: 600;
  border-bottom: 2px solid #ca7d11;
}
header nav .ownmenu li {
  float: left;
  padding: 0 6px;
}
header nav li a:hover {
  color: #af5875;
}
header .ownmenu ul.dropdown {
  padding-bottom: 0px;
  background: #fff;
}
header .ownmenu ul.dropdown li a {
  text-transform: uppercase;
  font-size: 12px;
  border: none;
  padding: 0px 20px;
  line-height: 38px;
  background: none;
  color: #000;
  font-size: 12px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header .ownmenu ul.dropdown li a:hover {
  background: #f19100;
  color: #fff;
}
header .ownmenu li > .megamenu li a:hover {
  background: #3dc5df;
  color: #fff;
}
header ul.dropdown {
}
header ul.dropdown li {
  padding: 0px;
}
header ul.dropdown li:hover {
  background: none;
}
header nav .ownmenu .indicator {
  display: none;
}
a.btn_login {
    height: auto;
    padding: 2px 12px;
    background: #f19100;
    border-radius: 10px;
    color: #fff;
    text-transform: capitalize;
}
/*=======================================================
      HOME SLIDER
========================================================*/
.home-slider {
  position: relative;
  overflow: hidden;
  max-height: 630px;
}
.home-slider .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.home-slider .btn {
  padding: 15px 30px;
  background: none;
  border-radius: 50px;
  border: 2px solid #fff;
}
.home-slider .btn:hover {
  background: #fff;
  color: #333;
}
.home-slider .btn-1 {
  border: 2px solid #333333;
}
.home-slider .btn-1:hover {
  background: #333;
  color: #fff;
}
.home-slider .tp-bullets {
  background: url(/assets/images/bullet-bg.png) center center no-repeat;
  width: 165px;
}
.home-slider .tp-bullets.preview4 {
  bottom: 0px !important;
  height: 23px;
  padding-left: 60px;
  padding-top: 5px;
}
.home-slider .tp-bullets.preview4 .bullet {
  width: 3px !important;
  height: 3px !important;
}
.home-slider .tp-bullets.preview4 .bullet.selected {
  width: 3px !important;
  height: 3px !important;
}
.home-slider .tp-bullets.preview4 .bullet:hover {
  width: 3px !important;
  height: 3px !important;
}

.custom-navigation {
  position: absolute;
  top: 45%;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none; /* Allow clicks through if needed */
}

.custom-prev,
.custom-next {
  pointer-events: auto;
  cursor: pointer;
  padding: 10px;
}

.custom-prev img,
.custom-next img {
  width: 40px; /* Adjust size as needed */
  height: auto;
}

.custom-prev img {
  width: 100px;
  height: auto;
  margin-left: 100px;
}
.custom-next img {
  width: 100px;
  height: auto;
  margin-right: 100px;
}

.tp-caption.sft.font-montserrat.tp-resizeme.start {
  top: 280px;
}

.tp-caption.sfb.tp-resizeme.start {
  top: 400px;
}
/*=======================================================
      CONTENT
========================================================*/
.content {
  background: #ffffff;
}
/*=======================================================
      SUB BANNER
========================================================*/
.sub-bnr {
  text-align: center;
  background: url(/assets/images/bg/bnr-bg.jpg) center center no-repeat;
  background-size: cover;
}
.sub-sponser {
  background: url(/assets/images/bg/sub-sponser-bg.jpg) center center no-repeat;
  background-size: cover;
}
.sub-contact {
  background: url(/assets/images/bg/sub-contact-bg.jpg) center center no-repeat;
  background-size: cover;
}
.sub-gallery {
  background: url(/assets/images/bg/sub-gallery-bg.jpg) center center no-repeat;
  background-size: cover;
}
.sub-event {
  background: url(/assets/images/bg/sub-event-bg.jpg) center center no-repeat;
  background-size: cover;
}
.sub-event-single {
  background: url(/assets/images/bg/sub-event-bg-single.jpg) center center no-repeat;
  background-size: cover;
}
.sub-404 {
  background: url(/assets/images/bg/sub-404.jpg) center center no-repeat;
  background-size: cover;
}
.sub-bnr .overlay-gr {
  padding: 100px 0;
  background: rgb(241, 145, 0); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(241, 145, 0, 0.8) 0%,
    rgba(199, 64, 64, 0.8) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(241, 145, 0, 0.8)),
    color-stop(100%, rgba(199, 64, 64, 0.9))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    rgba(241, 145, 0, 0.8) 0%,
    rgba(199, 64, 64, 0.8) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    rgba(241, 145, 0, 0.8) 0%,
    rgba(199, 64, 64, 0.8) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    left,
    rgba(241, 145, 0, 0.8) 0%,
    rgba(199, 64, 64, 0.8) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to right,
    rgba(241, 145, 0, 0.8) 0%,
    rgba(199, 64, 64, 0.8) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19100', endColorstr='#c74040', GradientType=1 ); /* IE6-9 */
}
.sub-bnr h2 {
  font-weight: normal;
  color: #fff;
  margin: 0px;
  margin-bottom: 30px;
}
.sub-bnr p {
  font-weight: 300;
  color: #fff;
  font-size: 18px;
}
.breadcrumb {
  text-align: center;
  background: #130805;
  padding: 10px;
}
.breadcrumb a {
  color: #fff;
}
.breadcrumb > .active {
  color: #fff;
  font-weight: 600;
}
.breadcrumb > li + li:before {
  content: "\f105";
  font-family: "FontAwesome";
  padding: 0 20px;
  font-size: 18px;
  font-weight: normal;
}
/*=======================================================
      ABOUT
========================================================*/
.about {
}
.about h4 {
  text-transform: uppercase;
  line-height: 30px;
}
.about a {
  color: #f19100;
  margin-top: 10px;
  display: inline-block;
  text-transform: uppercase;
}
.about a i {
  margin-top: 2px;
  font-size: 18px;
  margin-left: 5px;
}
.about .hrs {
  background: rgb(241, 145, 0); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(241, 145, 0, 1) 0%,
    rgba(199, 64, 64, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(241, 145, 0, 1)),
    color-stop(100%, rgba(199, 64, 64, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    rgba(241, 145, 0, 1) 0%,
    rgba(199, 64, 64, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    rgba(241, 145, 0, 1) 0%,
    rgba(199, 64, 64, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    left,
    rgba(241, 145, 0, 1) 0%,
    rgba(199, 64, 64, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to right,
    rgba(241, 145, 0, 1) 0%,
    rgba(199, 64, 64, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19100', endColorstr='#c74040', GradientType=1 ); /* IE6-9 */
  padding: 40px 20px;
  letter-spacing: 0px;
  display: inline-block;
  width: 100%;
  padding-right: 0px;
}
.about .hrs h3 {
  color: #fff;
  margin-top: 0px;
}
.about .hrs h3 i {
  font-size: 28px;
  margin-right: 10px;
  float: left;
  margin-top: -4px;
}
.about .hrs ul {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.about .hrs h5 {
  color: #fff;
  margin: 0px;
  margin-bottom: 5px;
}
.about .hrs p {
  color: #fff;
  margin-bottom: 0px;
  font-weight: 600;
}
.about .hrs .appoiment {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 12px 0;
  font-weight: 600;
  letter-spacing: 0.5px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.history {
  background: #000000;
}
.history p {
  color: #fff;
}
.history .museum-img {
  background: url(/assets/images/museum-img.jpg) center center no-repeat;
  max-height: 600px;
  display: inline-block;
  width: 100%;
  background-size: cover;
  min-height: 600px;
  margin-bottom: -10px;
}
.history .history-detail {
  padding: 80px;
  padding-right: 33%;
  padding-bottom: 0px;
}
.history .history-detail h4 {
  color: #fff;
}
.history .on-view {
  margin-top: 20px;
}
.position-center-center {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*=======================================================
      GALLERY
========================================================*/
.gallery {
  background: #f8f8f8;
}
.gallery ul li .inn-sec {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 2;
  background: #000000;
  margin-bottom: 30px;
}
.gallery ul li img {
  width: 100%;
}
.gallery ul li .detail {
  padding: 30px 20px;
  position: relative;
  z-index: 2;
}
.gallery ul li span.tag {
  position: absolute;
  top: 30px;
  left: 30px;
  background: rgba(241, 145, 0, 0.9);
  text-transform: uppercase;
  color: #fff;
  border-radius: 6px;
  padding: 7px 20px;
  font-size: 12px;
  letter-spacing: 0px;
  z-index: 9;
  font-family: "Montserrat", sans-serif;
}
.gallery ul li .detail a {
  text-transform: uppercase;
  font-size: 16px;
  color: #f19100;
}
.gallery ul li .detail p {
  color: #fff;
  margin: 10px 0 0 0px;
}
.gallery ul li .detail p span {
  text-transform: uppercase;
}
.gallery ul li .hover-info {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.gallery ul li .hover-info a {
  color: #918f90;
  font-size: 60px;
  margin-top: -200px;
  display: inline-block;
  position: relative;
  top: -20px;
}
.gallery ul li .hover-info a:hover {
  color: #fff;
}
.gallery ul li:hover .hover-info {
  opacity: 1;
}
/*=======================================================
      PAGINATION
========================================================*/
.pagination {
  padding-top: 20px;
  border: none !important;
  display: inline-block;
  width: 100%;
  margin: 0 !important;
  text-align: center;
}
.pagination ul li {
  border: none;
}
.pagination > li {
  display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
  border: none;
  border-radius: 0px !important;
  padding: 0px;
  background: #fff;
  border: 1px solid #ececec;
  text-align: center;
  line-height: 35px;
  color: #272727;
  margin: 0 2px;
  font-size: 12px;
  padding: 0 15px;
}
.pagination > li > a:hover {
  background: #f19100;
  color: #fff;
  border-color: #f19100;
}
.sponser-page {
  padding: 50px 0;
}
.sponser-page li {
  text-align: center;
  margin: 50px 0;
}
/*=======================================================
      EVENT
========================================================*/
.event {
}
.event .event-detail {
  padding: 30px;
}
.event .event-detail h4 {
  color: #f19100;
  margin: 0px;
  line-height: 30px;
  margin-bottom: 15px;
}
.event .event-detail span {
  display: inline-block;
  width: 100%;
  line-height: 26px;
  font-weight: 600;
}
.event ul {
  display: inline-block;
  width: 100%;
  border: 2px solid #f8f8f8;
  border-left: none;
}
.event .event-detail p {
  margin-top: 15px;
}
.event .event-detail span i {
  width: 20px;
  font-size: 18px;
  display: inline-block;
}
.event .date {
  background: rgb(241, 145, 0); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(241, 145, 0, 0.8) 0%,
    rgba(199, 64, 64, 0.8) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(241, 145, 0, 0.8)),
    color-stop(100%, rgba(199, 64, 64, 0.9))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    rgba(241, 145, 0, 0.8) 0%,
    rgba(199, 64, 64, 0.8) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    rgba(241, 145, 0, 0.8) 0%,
    rgba(199, 64, 64, 0.8) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    left,
    rgba(241, 145, 0, 0.8) 0%,
    rgba(199, 64, 64, 0.8) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to right,
    rgba(241, 145, 0, 0.8) 0%,
    rgba(199, 64, 64, 0.8) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19100', endColorstr='#c74040', GradientType=1 ); /* IE6-9 */
  width: 90px;
  height: 85px;
  float: left;
  position: absolute;
  top: 25px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 20px;
  padding-top: 20px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.event .date p {
  color: #fff;
  font-size: 12px;
  margin-top: 5px;
}
.event .eve-img{
  position: relative;
}
.event .eve-img img {
  width: 100%;
  padding-right: 30px;
}
.event-page ul {
  margin-bottom: 30px;
}

.event_details_ul{
  display: flex!important;
}
.event-page .event-detail {
  padding-left: 0px;
  padding-right: 25px;
  padding-bottom: 20px;
}
.side-bar h5 {
  text-transform: none;
  margin: 0px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.side-bar {
  padding: 50px 30px;
  padding-right: 45px;
  background: #f8f8f8;
}
.event-page .event-detail span {
  width: 50%;
  float: left;
  color: #333333;
}
.event-page .event-detail p {
  display: inline-block;
  width: 100%;
}
.event-page .btn {
  margin-top: 30px;
}
.event-page .search {
  display: inline-block;
  width: 100%;
}
.event-page .search input {
  display: inline-block;
  width: 100%;
  border: 1px solid #ebebeb;
  height: 40px;
  padding: 0 10px;
  font-size: 12px;
}
.event-page .search button {
  color: #202020;
  float: right;
  position: relative;
  margin-top: -32px;
  font-size: 16px;
  background: none;
  border: none;
  margin-right: 10px;
}
.side-bar ul {
  margin: 0px;
}
.side-bar .latest-post li {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.side-bar .latest-post li:nth-last-child(1) {
  border-bottom: none;
}
.side-bar .latest-post li a {
  padding: 0px !important;
  line-height: 20px;
  color: #222222;
  margin-top: -5px;
  display: inline-block;
  width: 100%;
}
.side-bar .latest-post li p {
  color: #f19100;
  margin: 0px;
  font-size: 13px;
} 

.side-bar .latest-post .media{
  display: flex;
  gap: 10px;
}

.event_search{
  position: absolute;
    right: 0;
    top: -5px;
}
.side-bar .coming-event {
  margin: 0 -10px;
}
.side-bar .coming-event li {
  padding: 5px 10px;
  display: inline-block;
  float: left;
  width: 33.3333%;
}
.side-bar .tags {
  display: inline-block;
  width: 100%;
}
.side-bar .tags li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  float: left;
}
.side-bar .tags li a {
  display: inline-block;
  border: 1px solid #ebebeb;
  color: #272727;
  float: left;
  font-size: 13px;
  padding: 5px 15px;
}
.side-bar .tags li a:hover {
  background: #f19100;
  color: #fff;
  border-color: #f19100;
}
.side-bar .cate li a {
  line-height: 45px;
  display: inline-block;
  width: 100%;
}
.side-bar .cate li a:hover {
  color: #f19100;
}
.side-bar .cate li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  padding-right: 10px;
}
.side-bar .conct-with {
  margin: 0 -5px;
}
.side-bar .conct-with li {
  width: 33.3333%;
  float: left;
  text-align: center;
  padding: 0 5px;
}
.side-bar .conct-with li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 15px 0;
}
.side-bar .conct-with li a i {
  background: rgba(255, 255, 255, 0.1);
  height: 46px;
  width: 46px;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.side-bar .conct-with li a span {
  width: 100%;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
}
.side-bar .conct-with .fb {
  background: #3b59a1;
}
.side-bar .conct-with .tw {
  background: #46b0e4;
}
.side-bar .conct-with .g-plus {
  background: #dd4c39;
}
#map {
  height: 520px;
}
.event-location {
  padding: 30px;
  border: 1px solid #f1f1f1;
}
.event-location h4 {
  text-transform: none;
  margin-top: 0px;
}
.event-location #map {
  height: 400px;
  display: inline-block;
  width: 100%;
}
.error-page {
  padding: 100px 0;
}
.error-page h1 {
  font-size: 150px;
  color: #333333;
  font-weight: bolder;
  margin: 50px 0;
}
.error-page h2 {
  font-size: 43px;
  color: #333333;
  font-weight: 400;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
}
.error-page h3 {
  font-size: 24px;
  color: #333333;
  font-weight: 400;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 50px;
}

/*=======================================================
			CONTACT FORM
========================================================*/
.contact-us {
}
.contact {
}
.contact #contact_form {
  text-align: center;
}
.contact .error {
  border: 1px solid red;
}
.success-msg {
  background: #fff;
  border: 1px solid #abd0a8;
  color: #589051;
  margin-bottom: 30px;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 11px 16px;
  border-radius: 4px;
  display: none;
}
.success-msg i {
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #abd0a8;
  margin-right: 10px;
}
#contact_form li {
  text-align: left;
  margin-bottom: 20px;
}
#contact_form li input {
  display: inline-block;
  width: 100%;
  height: 45px;
  font-size: 13px;
  padding: 0 10px;
}
#contact_form li .form-control {
  height: 45px;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  border: 1px solid #e8e8e8;
  background: #fff;
}
#contact_form li textarea {
  height: 130px !important;
  font-size: 13px;
}
#contact_form li .btn {
  text-transform: uppercase;
}
.contact-form .tittle {
  text-align: center;
}
.contact-form .tittle hr {
  width: 28px;
  height: 5px;
  margin: 15px auto;
  background: #448aff;
  border: none;
}
.contact-form .tittle p {
  text-transform: none;
  font-size: 16px;
}
.contact-form label {
  font-weight: normal;
  color: #696969;
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  margin: 0px;
  line-height: 26px;
}
.contact-form textarea {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 10px 20px;
}
.contact-form {
}
/*=======================================================
      Testimonial
========================================================*/
.testimonial {
  text-align: center;
}
.testimonial .qou {
  font-size: 30px;
  color: #f19100;
}
.testimonial .testi {
  margin-top: 30px;
}
.testimonial .testi p {
  font-size: 28px;
  line-height: 48px;
  font-weight: 300;
  width: 85%;
  margin: 0 auto;
  font-style: italic;
}
/*=======================================================
      SPONSER
========================================================*/
.sponsors {
  background: url(/assets/images/bg/sponser-bg.jpg) no-repeat;
  background-size: cover;
}
.sponsors .overlay {
  background: rgba(0, 0, 0, 0.8);
  padding: 150px 0;
}
.sponsors .owl-item {
  text-align: center;
}
.sponsors .owl-carousel .owl-item img {
  width: auto;
}
/*=======================================================
      FOOTER
========================================================*/
footer {
  background: #000000;
  padding: 25px 0 0 0;
  position: relative;
  overflow: hidden;
}
.footer_container {
  position: relative;
  z-index: 10;
  padding-right: 0;
  padding-left: 0;
  min-height: 450px;
}
.footer_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  padding: 20px 45px;
}

.footer_items {
  margin-bottom: 20px;
}

/* Tablet view: show 2 items per row */
@media (max-width: 991.98px) {
  .footer_items {
    width: 47%; /* approx 2 items per row with spacing */
  }
}

/* Mobile view: show 2 items per row */
@media (max-width: 767.98px) {
  .footer_items {
    width: 47%;
    text-align: center;
  }
}

@media (max-width: 1023.98px) {
  .footer_container {
    min-height: 900px;
  }
  .footer_items {
    width: 47%;
    text-align: center;
  }
}

/* Extra small screens: show 1 item per row */
@media (max-width: 425px) {
  .footer_items {
    width: 100%;
    text-align: center;
  }

  .footer_container {
    min-height: 1100px;
  }
}

.foot-logo img {
  height: 80px;
}

.foot_logo_sec {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: start;
}
.foot_logo_sec p {
  color: #fff;
}

.footer_row h5 {
  color: #b48107;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

footer .foot-link {
  float: left;
  margin-top: 15px;
}
footer .foot-link li {
  padding-right: 15px;
  margin-right: 15px;
  color: #fff;
}
footer .foot-link li:nth-last-child(1) {
  border-right: none;
}
footer .foot-link a {
  font-size: 12px;
  color: #d8d8d8;
  text-transform: capitalize;
  font-weight: 500;
}
footer .foot-link p {
  font-size: 12px;
  color: #d8d8d8;
  text-transform: capitalize;
  font-weight: 500;
}
footer .foot-link a:hover {
  color: #fff;
}
footer .foot-logo {
  float: right;
}
footer::before {
  content: "";
  width: 100%;
  background-image: url(/assets/images/netaji_footer-texture2.png);
  background-position: bottom;
  height: 306px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer::after {
  content: "";
  width: 306px;
  height: 306px;
  background-image: url(/assets/images/Ashoka_Chakra_India.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 8;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  animation: rotateChakra 30s linear infinite;
}

@keyframes rotateChakra {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}
footer .under-footer {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  padding-top: 40px;
  position: absolute;
  z-index: 10;
  bottom: 0;
  text-align: center;
}

footer .under-footer .con-info li {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
}
footer .under-footer .con-info {
    display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .under-footer .con-info li p {
  color: #fff;
}
footer .under-footer .con-info li p i {
  margin-right: 10px;
  color: #999999;
}
footer .social-link {
  float: right;
}
footer .social-link li {
  display: inline-block;
  padding-left: 20px;
}
footer .social-link a {
  font-size: 12px;
  color: #d8d8d8;
  text-transform: uppercase;
  font-weight: bold;
}
footer .social-link a:hover {
  color: #f19100;
}

/*=======================================================
      SOCIAL ICONS
========================================================*/
.social_icons {
  position: relative;
  z-index: 1;
}
.social_icons ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.social_icons li {
  display: inline-block;
  list-style: none;
  float: left;
}
.social_icons a {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0px;
  font-size: 14px;
  line-height: 40px;
  text-decoration: none;
  border-radius: 50%;
  text-align: center;
  color: #696969;
  border: 1px solid #f5f5f5;
  margin-right: 5px;
}
.social_icons a:hover i {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-transition: 0.4s ease-in-out;
  color: #fff;
}
.social_icons .behance a:hover {
  color: #fff;
  background-color: #2b9ad2;
  border-color: #2b9ad2;
}
.social_icons .blogger a:hover {
  color: #fff;
  background-color: #ff6500;
  border-color: #ff6500;
}
.social_icons .deviantart a:hover {
  color: #fff;
  background-color: #536659;
  border-color: #536659;
}
.social_icons .dribbble a:hover {
  color: #fff;
  background-color: #f973a4;
  border-color: #f973a4;
}
.social_icons .facebook a:hover {
  color: #fff;
  background-color: #3b5a9b;
  border-color: #3b5a9b;
}
.social_icons .flickr a:hover {
  color: #fff;
  background-color: #ff0084;
  border-color: #ff0084;
}
.social_icons .forrst a:hover {
  color: #fff;
  background-color: #2f713d;
  border-color: #2f713d;
}
.social_icons .googleplus a:hover {
  color: #fff;
  background-color: #f63d26;
  border-color: #f63d26;
}
.social_icons .instagram a:hover {
  color: #fff;
  background-color: #507ea4;
  border-color: #507ea4;
}
.social_icons .lastfm a:hover {
  color: #fff;
  background-color: #da0019;
  border-color: #da0019;
}
.social_icons .linkedin a:hover {
  color: #fff;
  background-color: #0072b2;
  border-color: #0072b2;
}
.social_icons .paypal a:hover {
  color: #fff;
  background-color: #165c82;
  border-color: #165c82;
}
.social_icons .picasa a:hover {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
}
.social_icons .pinterest a:hover {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
}
.social_icons .skype a:hover {
  color: #fff;
  background-color: #00aaf1;
  border-color: #00aaf1;
}
.social_icons .soundcloud a:hover {
  color: #fff;
  background-color: #ff6900;
  border-color: #ff6900;
}
.social_icons .stumbleupon a:hover {
  color: #fff;
  background-color: #eb4823;
  border-color: #eb4823;
}
.social_icons .twitter a:hover {
  color: #fff;
  background-color: #2baae1;
  border-color: #2baae1;
}
.social_icons .vimeo a:hover {
  color: #fff;
  background-color: #40b2dc;
  border-color: #40b2dc;
}
.social_icons .youtube a:hover {
  color: #fff;
  background-color: #ff3330;
  border-color: #ff3330;
}
.social_icons .tumblr a:hover {
  color: #fff;
  background-color: #35506b;
  border-color: #35506b;
}

/* freedom_taken */
.freedom_taken img {
    width: 100%;
    object-fit: contain;
}

.tp-bullets {
  bottom: 0px !important;
  display: flex !important;
  justify-content: center;
  align-items: center !important;
}

.section_freedom_taken {
  position: relative;
  height: auto;
  width: 100%;
  z-index: 1;
}
.section_top_img_texture {
position: absolute;
    top: -60px;
    left: 0;
    width: 100vw;
    height: auto;
    z-index: 2;
}

.header_cstm {
  margin: 30px 0;
  position: relative;
}

.header_cstm h5 {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
}
.header_cstm h5 span {
  font-family: "Pacifico", cursive;
  text-transform: capitalize;
  color: #ff7d00;
}
/* animation */
.anim_texture {
  position: relative;
  z-index: 1;
  height: 40px;
  top: -5px;
  overflow: hidden;
}

.anim_texture .anim {
  height: 3px;
  width: 100px;
  background: #ff9800;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
}

.anim_texture img {
  position: absolute;
  z-index: 2;
  height: 23px;
  left: 100px;
}

/* Animate when class is added */
.anim_texture.animate .anim {
  animation: shrinkWidth 2s forwards;
}

.anim_texture.animate img {
  animation: moveLeft 2s forwards;
}

@keyframes shrinkWidth {
  from {
    width: 100px;
  }
  to {
    width: 500px;
  }
}

@keyframes moveLeft {
  from {
    left: 100px;
  }
  to {
    left: 500px;
  }
}

.anim_center {
  width: 600px;
  margin: auto;
}

/* endss */

.legacy_heading {
  display: flex;
  justify-content: space-between;
}

.legacy_heading h5 {
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}

/* Owl Carousel Slide Cards */
.slider-card {
  background: #fff;
  padding: 20px;
  border-left: 1px solid #58b5ff;
  border-right: 1px solid #58b5ff;
  border-bottom: 3px solid #58b5ff;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  min-height: 250px;
  height: 100%;
}

.slider-category {
  color: #ff9800;
  font-weight: bold;
  margin-bottom: 10px;
}

.slider-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.slider-meta {
  font-size: 15px;
  color: #9494a9;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.slider-desc {
  font-size: 16px;
  color: #333;
}

/* Custom Navigation Arrows */
.custom-slider-navigation {
  display: flex;
  justify-content: center;
  gap: 200px;
  margin-top: 20px;
}

.slider-prev img,
.slider-next img {
  width: 40px;
  height: auto;
  cursor: pointer;
  transition: transform 0.2s ease;
  filter: brightness(1) invert(1);
}

.slider-prev img:hover,
.slider-next img:hover {
  transform: scale(1.1);
}

.owl-carousel .owl-stage-outer {
  padding: 15px 0;
}

/* Life Journey */

.life_journey {
  background: #f6fcff;
  cursor: url("/../assets/images/Ashoka_Chakra_India.png"), auto;
  position: relative;
}

.life_journey_texture1 {
  position: absolute;
  top: 150px;
  right: -100px;
  height: 800px;
  mix-blend-mode: color-burn;
}

.life_journey_texture2 {
  position: absolute;
  top: 0px;
  left: 100px;
  height: 200px;
}
.row.lj_row {
    position: sticky;
    top: 0;
}

.scroll-icon {
    width: 145px;
    position: fixed;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0!important;
    transition: 0s ease;
}
.netaji-active .scroll-icon{
  opacity:1!important;
  transition: 0.7s ease;
}
.timeline-container {
    position: sticky;
    padding: 50px 20px;
    max-width: 1200px;
    margin: auto;
    top: 0;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #dee7ff;
  transform: translateX(-50%);
  z-index: 1;
}

.time_line_dot {
  position: absolute;
  bottom: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #dee7ff;
  transform: translateX(-50%);
  z-index: 1;
  left: 50%;
}

.timeline-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 40px 0;
  position: relative;
  width: 100%;
}

.timeline-item.left::after {
  content: "";
  height: 3px;
  width: 150px;
  background-color: #dee7ff;
  position: absolute;
  left: 430px;
}
.timeline-item.left::before {
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #ff6500;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  z-index: 5;
}

.timeline-item.right::after {
  content: "";
  height: 3px;
  width: 150px;
  background-color: #dee7ff;
  position: absolute;
  left: 50%;
}
.timeline-item.right::before {
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #ff6500;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  z-index: 5;
}

.timeline-item.left {
  flex-direction: row-reverse;
}

.timeline-item.right {
  flex-direction: row;
}

.left .timeline-icon {
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  z-index: 3;
  width: 60px;
  height: 60px;
  margin: 0 20px;
  position: absolute;
  top: -67px;
  left: 333px;
}
.right .timeline-icon {
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  z-index: 3;
  width: 60px;
  height: 60px;
  margin: 0 20px;
  position: absolute;
  top: -67px;
  right: 381px;
}

.left .timeline-icon img {
  width: 100px;
  height: auto;
  display: block;
  /* margin-top: -95px;
    margin-left: -116px;
    position: absolute;
    z-index: 2; */
}
.right .timeline-icon img {
  width: 100px;
  height: auto;
  display: block;
  transform: scaleX(-1);
}

.timeline-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  max-width: 450px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-bottom: 5px solid #ff9800;
  z-index: 2;
}

.timeline-content h4 {
  margin: 0 0 10px;
  color: #ff9800;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.timeline-content p {
  margin: 0;
  font-size: 14px;
  color: #333;
}

/* Responsive Design */
@media (max-width: 768px) {
  /* .timeline-item {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
  } */

  .timeline-content {
    border-left: none;
    border-top: 5px solid #ff9800;
  }

  .timeline-line {
    left: 20px;
  }

  .timeline-icon {
    margin: 0 0 15px;
  }
}


@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Life Journey ends */

/* side buttons */

.sidebar_buttons {
  height: auto;
  width: 0px;
  position: fixed;
  text-align: center;
  top: 35vh;
  z-index: 999999;
}

.sidebar_buttons a {
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  line-height: 3;
}

.sidebar_buttons p {
color: white;
    margin: 0px;
    line-height: 55px;
    position: relative;
}

.sidebar_buttons p i {
  font-size: 18px;
  width: 40px;
}
.sidebar_buttons p img {
  height: 18px;
  width: auto;
  margin: auto;
}

.sidebar_buttons .social {
  margin-top: 10px;
  width: 55px;
  padding: 0;
  display: inline-table;
  height: 0px;
  background-color: rgb(254, 27, 27);
  box-shadow: 0px 0px 6px 0px #3e3d3d;
  cursor: pointer;
}

.sidebar_buttons .social:hover {
  background-color: #683a02;
}

.sidebar_buttons .social a span{
display: inline;
    position: absolute;
    left: -100px;
    width: 140px;
    background: #ff6500;
    z-index: -1;
    color: #fff;
    height: 55px;
    text-align: center;
    transition: left 0.3s ease-in-out;
    line-height: 53px;
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
  }

  .sidebar_buttons .social a:hover span{
    left: 40px;
  }

/* @media (max-width: 1200px) {
  .sidebar_buttons .social a span {
    display: inline-block;
    position: static;
    width: auto;
    height: auto;
    background: #ff6500;
    color: #fff;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: upright;
    transition: all 0.3s ease-in-out;
    padding: 5px;
  }
} */

.sidebar_buttons .book_ticket,
.sidebar_buttons .get_route {
  background-color: #ff6500;
}

/* side buttons ends */

/* feedback Button */

.feedback_form_sec {
    width: 100%;
    position: relative;
}

.image-container {
  cursor: pointer;
  margin-top: -25px !important;
  margin: auto;
  transition: transform 0.4s ease, top 0.6s ease, bottom 0.6s ease;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}


.overlay-text {
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    transition: color 0.4s ease;
    left: 24%;
    font-family: "Pacifico", cursive;
    text-transform: capitalize;
    color: #000000;
    font-weight: 300;
    letter-spacing: 3px;
}

.overlay-text.open {
    color: red;
    left: 37%;
}

.animate_plane{
  width: 30px;
  cursor: pointer;
  margin-top: 5px !important;
  margin: auto;
  transition: transform 0.4s ease, top 0.6s ease, bottom 0.6s ease;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}

.form-container {
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s ease, top 0.8s ease, bottom 0.6s ease;
  position: absolute;
  z-index: 10;
}

.form-container.show {
  max-height: 500px;
}

form {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
}



.image-top {
  top: 0;
}

.image-bottom {
  top: auto;
  bottom: 0;
  transition: top 0.6s ease, bottom 0.6s ease;
}

/* feedback Button ends */

/* Hide utility */
.hidden {
  display: none;
}

/* section_statitics */

.section_statitics {
  padding-bottom: 10px;
  position: relative;
  padding-top: 70px;
  visibility: visible;
  cursor: url("/../assets/images/bullet-bg.png"), auto;
}
.statitics_texture2 {
  position: absolute;
  top: 0px;
  left: 100px;
  height: 200px;
}

.section_statitics::before {
  content: "";
  background-image: url(/assets/images/flagBase.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 65px;
  width: 230px;
  position: absolute;
  top: 200px;
  left: 0;
  z-index: 99999;
}
.section_statitics::after {
  content: "";
  background-color: #000;
  height: 2px;
  width: 100vw;
  position: absolute;
  bottom: 4px;
  left: 0;
  z-index: 99999;
}

.section_statitics .container-fluid {
  margin: 0;
  padding: 0;
}

.row_statitics {
  background-image: url(/assets/images/statitics_nm.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130px;
  width: 100%;
  margin: 0;
  place-content: center;
}

.row_statitics h6 {
  font-size: 17px;
  color: #fff;
  font-family: "Pacifico", cursive;
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
}
.row_statitics p {
  font-size: 17px;
  color: #fff;
  font-family: "Pacifico", cursive;
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
}
/* section_statitics ends */


/* section gallery */


#tranding .gallery-slider {
  height: 52rem;
  padding: 2rem 0;
  position: relative;
}

@media (max-width:500px) {
  #tranding .gallery-slider {
    height: 45rem;
  }
}

.gallery-slide {
  width: 25rem;
  height: 32rem;
  position: relative;
  filter: drop-shadow(2px 1px 2px rgb(0, 0, 0));
  border: 2px solid #433528;
  overflow: hidden;
  border-radius: 35px;
}

@media (max-width:500px) {
  .gallery-slide {
    width: 28rem !important;
    height: 36rem !important;
  }
  .gallery-slide .gallery-slide-img img {
    width: 28rem !important;
    height: 36rem !important;
  }
}

.gallery-slide .gallery-slide-img img {
  width: 25rem;
  height: 32rem;
  border-radius: 2rem;
  object-fit: cover;
}

.gallery-slide .gallery-slide-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.gallery-slide-content h5 {
    position: absolute;
    bottom: 20px;
    text-align: center;
    color: #fff;
    transform: translateX(-50%);
    left: 50%;
    font-weight: 600;
    background: #ff7d00;
    padding: 20px;
    border-radius: 2px 25px;
}

.gallery-slide-content .gallery-slide-content-bottom {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  color: var(--white);
}


.rating ion-icon {
  color: var(--primary);
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  display: none;
}

.gallery-slider-control {
  position: relative;
  bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-slider-control .swiper-button-next {
  left: 58% !important;
  transform: translateX(-58%) !important;
}

@media (max-width:990px) {
  .gallery-slider-control .swiper-button-next {
    left: 70% !important;
    transform: translateX(-70%) !important;
  }
}

@media (max-width:450px) {
  .gallery-slider-control .swiper-button-next {
    left: 80% !important;
    transform: translateX(-80%) !important;
  }
}

@media (max-width:990px) {
  .gallery-slider-control .swiper-button-prev {
    left: 30% !important;
    transform: translateX(-30%) !important;
  }
}

@media (max-width:450px) {
  .gallery-slider-control .swiper-button-prev {
    left: 20% !important;
    transform: translateX(-20%) !important;
  }
}

.gallery-slider-control .slider-arrow {
  background: var(--white);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  left: 42%;
  transform: translateX(-42%);
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.gallery-slider-control .slider-arrow ion-icon {
  font-size: 2rem;
  color: #222224;
}

.gallery-slider-control .slider-arrow::after {
  content: '';
}

.gallery-slider-control .swiper-pagination {
  position: relative;
  width: 15rem;
  bottom: -0.5rem;
}

.gallery-slider-control .swiper-pagination .swiper-pagination-bullet {
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.gallery-slider-control .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}

/* section gallery ends */

/* Music audio */
#musicToggle {
    position: fixed;
    z-index: 999999;
    bottom: 20px;
    right: 80px;
    padding: 10px 20px;
    background: #ff7d00;
    border-radius: 50% !important;
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
/* Music audio ends */

.tp-bgimg.defaultimg{
  opacity: 0!important;
}

/* page_hero */
.page_hero{
  height: 550px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.page_hero::before{
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  background-color: #96571d6e;
}

.page_banner_content{
  position: absolute;
  z-index: 3;
  padding: 50px 100px;
  top: 100px;
  left: 5%;
  width: 50%;
}

.page_hero_heading{
  font-size: 55px;
  color: #fff;
  font-weight: 500;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.page_hero_heading span{
  font-family: "Edu NSW ACT Cursive", cursive;
  font-size: 40px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
.page_hero_heading span::before{
  content: "";
  position: absolute;
  z-index: 2;
}
.page_banner_content p{
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  font-family: "Edu NSW ACT Cursive", cursive;
}
/* page_hero ends */

/* about */

.history_establishment{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 20px 50px;
}



@media only screen and (max-width: 1200px) {
  .page_banner_content{
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {


    .page_banner_content {
        position: absolute;
        z-index: 3;
        padding: 30px;
        top: 40px;
        left: 5%;
        width: 80%;
    }

  .history_establishment{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 20px;
  }
  .history_establishment img {
    height: 300px!important;
    width: auto;

  }
}

.history_establishment img {
 height: 600px;
 width: auto;
}

.about_nm_details h4{
    font-size: 55px;
    color: #4c270ebf;
    font-weight: 500;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.about_nm_details h5{
      font-family: "Edu NSW ACT Cursive", cursive;
    font-size: 20px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}

.custom_ul_style {
  list-style: none;
  padding-left: 0;
}

.custom_ul_style li {
  background: url('/assets/images/texture112.png') no-repeat left center;
  background-size: 20px;
  padding-left: 30px; /* Adjust based on your image width */
  margin-bottom: 8px;
}

/* timeline & events */
.section-timeline {
  position: relative;
  padding: 100px 0;
  overflow: auto;
  min-width: 700px;
  background-image: url('/assets/images/bg/timeline_key2.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-timeline .container.timeline_event {
    max-width: 1100px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    height: 700px;
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 50px;
}

.section-timeline .timeline {
  list-style: none;
  position: relative;
  margin: 30px 0;
}
.section-timeline .timeline li {
  height: 80px;
  width: 80px;
  position: absolute;
  border-color: var(--clr-border-timeline);
}
.section-timeline .timeline li:nth-child(odd) {
  border-style: solid;
  border-width: 2px 2px 2px 0;
  left: -40px;
  transform: translateX(50%);
  border-radius: 0 80px 80px 0;
}
.section-timeline .timeline li:nth-child(even) {
  left: -40px;
  border-style: solid;
  border-width: 2px 0 2px 2px;
  transform: translateX(-50%);
  border-radius: 80px 0 0 80px;
}

/* Style li */
.section-timeline .timeline li:nth-child(2) {
  top: 78px;
}
.section-timeline .timeline li:nth-child(3) {
  top: 156px;
}
.section-timeline .timeline li:nth-child(4) {
  top: 234px;
}
.section-timeline .timeline li:nth-child(5) {
  top: 312px;
}
.section-timeline .timeline li:nth-child(6) {
  top: 390px;
}
.section-timeline .timeline li:nth-child(7) {
  top: 468px;
}
.section-timeline .timeline li:nth-child(8) {
  top: 546px;
}

/* Style pseudo Element */
.section-timeline .timeline li:before {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    border: 2px solid #ff6500;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-size: 13px;
    background: #ff6500;
    color: #FFF;
}
.section-timeline .timeline li:nth-child(odd):before {
  right: 0;
  transform: translateY(-50%) translateX(50%);
}
.section-timeline .timeline li:nth-child(even):before {
  left: 0;
  transform: translateY(-50%) translateX(-50%);
}

.section-timeline .timeline li:nth-child(1):after,
.section-timeline .timeline li:last-child:after {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
.section-timeline .timeline li:nth-child(1):after {
  top: 0;
  transform: translate(-50%, -50%)
}
.section-timeline .timeline li:last-child:after {
  bottom: 0;
  right:0;
  transform: translate(50%, 50%)
}

.section-timeline .timeline li:nth-child(1):before {content: '1'}
.section-timeline .timeline li:nth-child(2):before {content: '2'}
.section-timeline .timeline li:nth-child(3):before {content: '3'}
.section-timeline .timeline li:nth-child(4):before {content: '4'}
.section-timeline .timeline li:nth-child(5):before {content: '5'}
.section-timeline .timeline li:nth-child(6):before {content: '6'}
.section-timeline .timeline li:nth-child(7):before {content: '7'}
.section-timeline .timeline li:nth-child(8):before {content: '8'}

/* Style content */
.section-timeline .timeline .content::before {
  content: "";
  position: absolute;
    background-image: url(/assets/images/bg/sponser-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.section-timeline .timeline .content {
  position: absolute;
  min-width: 380px;
  border-radius: 10px;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
  max-height: 155px;
  padding: 10px;
  z-index: 2;
  background: transparent;
}
.section-timeline .timeline li:nth-child(odd) .content {
  left: calc(100% + 30px);
}
.section-timeline .timeline li:nth-child(even) .content {
  right: calc(100% + 30px);
}

/* .section-timeline .timeline .content > * {
  padding: .5rem;
} */
.section-timeline .timeline .content h3 {
  text-align: center;
  margin: 0;
  /* box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .4); */
}
.section-timeline .timeline li h3 {
  color: #795d4a;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 600;
}


.section-timeline .timeline .content p {
  font-size: 10!important;
  font-weight: 300;
  line-height: 1.4;
  font-family: "Edu NSW ACT Cursive", cursive;
}


.te_img{
  position: absolute;
  top: -15px;
  left: 410px;
  height: 100px;
}
.te_img_btm{
  position: absolute;
  bottom: -22px;
  right: 420px;
  height: 40px;
}
/* about ends */  




/* research */

.portfolio-card-6{
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .portfolio-card-6{
    flex-direction: column;
  }

  .portfolio-card-6 .portfolio-thumb, .portfolio-card-6 .portfolio-details {
    width: 100%!important;
    padding: 20px;
}

.portfolio-static-wrap .col-12:nth-child(even) .portfolio-card-6{
   display: flex;
  flex-direction: column-reverse;
}


}

.portfolio-card-6 .portfolio-thumb,
.portfolio-card-6 .portfolio-details{
  width: 50%;
  padding: 20px;
}

.portfilio-card-subtitle{
    font-size: 22px;
    font-weight: 700;
    font-family: "Edu NSW ACT Cursive", cursive;
    margin-bottom: 30px !important;
}

.portfolio-thumb img {
  border-radius: 40px 0;
  border-left: 10px #f19100 solid;
  border-right: 10px #f19100 solid;
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 100px;
}


/* research ends */



/* visitors guide */
.section_visitors_guide{
  background-image: url(/assets/images/bg/timeline_key1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.visitors-guide {
  background-color: #fefaf6;
  padding: 40px 20px;
  position: relative;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.guide-header {
  margin-bottom: 30px;
}

.guide-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #2e2e2e;
}

.map-icon {
  font-size: 30px;
  margin-bottom: 10px;
}

.tree-line {
  width: 4px;
  background-color: #ccc;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  z-index: 0;
}

.guide-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.guide-box {
  background-color: #fff7ed;
  border: 2px solid #dfc4a2;
  border-radius: 12px;
  padding: 20px 25px;
  width: 90%;
  max-width: 500px;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.guide-box h4 {
  margin-bottom: 10px;
  color: #4d2f19;
  font-size: 20px;
  font-weight: 600;
}

.guide-box ul {
  list-style: none;
  padding-left: 0;
}

.guide-box ul li {
  margin-bottom: 6px;
  color: #333;
  font-size: 15px;
}

/* visitors guide ends */


/* gallery */

@import url('https://fonts.googleapis.com/css?family=Abel');
h1{
  font-family: 'Abel', sans-serif;
  font-weight:100;
  font-size: 40px;
  text-align:center;
}
.container{
  width:80%;
  margin:0 auto;
}

a{
	outline: 0 !important;
}
.magnific-img img {
    width: 100%;
    height: auto;
}
.mfp-bottom-bar,*{
   font-family: 'Abel', sans-serif;
}
.magnific-img {
display: inline-block;
    width: 31%;
    margin: 10px 1%;
    border-radius: 20px;
    overflow: hidden;
    border-bottom: 4px solid #b17236;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
    position: relative;
    z-index: 1;
}

.image-popup-vertical-fit i.fa{
position: absolute;
z-index: 2;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background-color: #6e4113;
color: #fff;
padding: 15px;
font-size: 20px;
border-radius: 10px;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* gallery ends */


/* home page ministers */
.ministers_right{
    position: absolute;
    right: 0;
    top: 10px;
    width: 200px;
    z-index: 101;
    background: #ffeed4;
    padding: 5px;
}
@media (max-width: 768px) {
  .ministers_right{
    width: 150px;
  }
}
@media (max-width: 500px) {
  .ministers_right{
    width: 100px;
  }
}



/*  hero counters*/

.hero-counters .hero_count_col{
    display: flex;
    white-space: nowrap;
    width: 100%;
    padding: 0;
}

.hero-counters .container-fluid{
    margin: 0;
    padding: 0;
}

.hero-counters .hero_count_col .hc_count_container{
    min-width: 20%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    border: 1px solid #e9e9e9;
    padding: 40px 50px 40px 100px;
    position: relative;
}
.hc_count_container .hc_count{
    font-size: 30px;
    font-weight: 600;
}
.hc_count_container .hc_heading{
    font-size: 16px;
    font-weight: 300;
}

.hero-counters .hero_count_col .hc_count_container img{
    position: absolute;
    height: 50px;
    left: 35px;
}

.hero-counters .hero_count_col .hc_count_container:hover img{
    transform: scale(1.2);
    filter: drop-shadow(1px 1px 5px gray);
}

.hero-counters .hero_count_col .hc_count_container:hover{
    background: #181e76;
}

.hero-counters .hero_count_col .hc_count_container:hover .hc_count,
.hero-counters .hero_count_col .hc_count_container:hover .hc_heading{
    color: #fff;
}

/*  hero counters*/



/* home about */
.about-us-area{
    background-image: url('../img/bus_lineart.png');
    background-position: right center;
    background-size: 600px;
    background-repeat: no-repeat;
}

.ed_cols{
    display: flex;
    justify-content: center;
    align-items: center;
}
.emergency_distance .card .card-body{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.emergency_distance .card{
    background-color: #ffffff;
}

.emergency_distance .card h6{
    color: #181e76;
}

.emergency_distance .card img{
    height: 70px;
    width: auto;
}
.emergency_distance .card p{
    color: #181e76;
    font-weight: 800;
    letter-spacing: 1px;
}

.emergency_distance .card {
    min-width: 195px;
    position: relative;
    display: inline-block;
    padding: 0 12px;
    font-size: 18px;
    color: white;
    /* background: linear-gradient(90deg, #fff3d9, #ffd5b5); */
    background: #ffffff;
    border: 1px solid;
    border-image: linear-gradient(45deg, #ff0000, #ff7300, #ffeb00, #00ff00, #00ebff, #0000ff, #7300ff) 1;
    border-radius: 8px!important;
    overflow: hidden;
    cursor: pointer;
    transition: background 0.4s ease-in-out;
  }
  
  .emergency_distance .card::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 10%, transparent 70%);
    transition: transform 0.5s ease-out;
    transform: translate(-50%, -50%) scale(0);
  }
  
  .emergency_distance .card:hover::before {
    transform: translate(-50%, -50%) scale(1);
  }
  

.about-img {
  margin-bottom: 30px;
  position: relative;
}

.about-img .experience {
  text-align: center;
  background-color: #ff6500;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  display: inline-block;
  padding: 10px;
  position: absolute;
  bottom: -80px;
  right: -30px;
}

.about-img .experience .exp_img img {
  height: 250px;
  width: auto;
}

.about-content {
  margin-left: 30px;
  margin-top: -5px;
  margin-bottom: 30px;
}


.about-content h2 {
  font-size: 40px;
  margin-bottom: 25px;
}

.about-content p {
    font-family: "Edu NSW ACT Cursive", cursive;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 35px;
    color: #ff6500;
}

.about-content ul {
  padding: 0;
  list-style-type: none;
  line-height: 1;
}

.about-content ul li {
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  padding-left: 30px;
}

.about-content ul li i {
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background-color: #6db3f8;
  text-align: center;
  color: #ffffff;
}

.about-content ul li:last-child {
  margin-bottom: 0;
}

.about-content .default-btn {
  margin-top: 30px;
}

@media (max-width: 991px){
    .about-img .experience {
    bottom: 0;
  }
}
@media (max-width: 767px){
  .about-img img {
    width: 90%;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .about-img .experience .exp_img img {
    height: 150px;
    width: auto;
  }

}


/* home about end */


/* website visitor */
#mvcwid{
  text-align: left; 
  color: #ffffff;
  margin-top: 130px!important;
}

.wps_visitor_title{
  font-family: "Pacifico", cursive;
    text-transform: capitalize;
    color: #ff7d00;
}

.wps_text_glowing {
    display: inline-block;
}

    .wps_text_glowing span {
        color: #fff;
        font-family: verdana;
        font-size: 10px;
        display: inline-block;
        -webkit-animation: animate_black 2s linear infinite;
        -o-animation: animate_black 2s linear infinite;
        animation: animate_black 2s linear infinite;
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 24px;
        border: 1px solid rgba(255,255,255,.4);
        margin: 0 -2.5px;
    }

    .wps_text_glowing.effect-white span {
        -webkit-animation-name: animate_white;
        -o-animation-name: animate_white;
        animation-name: animate_white;
    }

@keyframes animate_black {
    0% {
        color: #f00;
        box-shadow: 0 2px 10px rgba(255,0,0,1);
        border: 1px solid rgba(255,0,0,1);
    }

    33.33% {
        color: #ff0;
        box-shadow: 0 2px 10px rgba(255,255,0,1);
        border: 1px solid rgba(255,255,0,1);
    }

    66.66% {
        color: #0f0;
        box-shadow: 0 2px 10px rgba(0,255,0,1);
        border: 1px solid rgba(0,255,0,1);
    }

    100% {
        color: #f00;
        box-shadow: 0 2px 10px rgba(255,0,0,1);
        border: 1px solid rgba(255,0,0,1);
    }
}

@keyframes animate_white {
    0% {
        color: #f00;
        box-shadow: 0 2px 10px rgba(255,0,0,1);
        border: 1px solid rgba(255,0,0,1);
    }

    33.33% {
        color: #000;
        box-shadow: 0 2px 10px rgba(0,0,255,1);
        border: 1px solid rgba(0,0,255,1);
    }

    66.66% {
        color: #130e0e;
        box-shadow: 0 2px 10px rgba(0,255,0,1);
        border: 1px solid rgba(0,255,0,1);
    }

    100% {
        color: #f00;
        box-shadow: 0 2px 10px rgba(255,0,0,1);
        border: 1px solid rgba(255,0,0,1);
    }
}



.wps_text_glowing span:nth-child(1) {
    animation-delay: 0s;
}

.wps_text_glowing span:nth-child(2) {
    animation-delay: 0.1s;
}

.wps_text_glowing span:nth-child(3) {
    animation-delay: 0.2s;
}

.wps_text_glowing span:nth-child(4) {
    animation-delay: 0.3s;
}

.wps_text_glowing span:nth-child(5) {
    animation-delay: 0.4s;
}

.wps_text_glowing span:nth-child(6) {
    animation-delay: 0.5s;
}

.wps_text_glowing span:nth-child(7) {
    animation-delay: 0.6s;
}

.wps_text_glowing.effect-black {
    margin: 0px 3px 12px 14px;
}
/* website visitor */


/*Table header color*/

table th {
    background: #c3975a !important;
}

.sec-44px {
    padding: 44px 0;
}

@media print {
    body * {
        visibility: hidden;
    }

    #printTicket, #printTicket * {
        visibility: visible;
    }

    #printTicket {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
}