@import url('https://fonts.googleapis.com/css2?family=Castoro:ital@0;1&family=Inconsolata:wght@200..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');
/*------------------- Responsive --------------------------*/
html {
  padding: 0px;
  margin: 0px;
  font-size: 16px !important;
}

body {
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 400;

}
a:hover {
	text-decoration:none;
}
body img {
  width: 100%;
}
.res-img{
  width: 260px !important;
  padding: 6px;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 4px 0px #ddd;
}
.mb-10{
  margin-bottom: 10px;
}
ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
}

.column_count_2 {
  -webkit-column-count: 2;
          column-count: 2;
}

.section-25 {
  padding: 25px 0px;
}

.section-40 {
  padding: 40px 0px;
}

.section-50 {
  padding: 50px 0px;
}

.gray-bg {
  background: #f3f3f3;
}

.flex_direction_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 13px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background-color: #115db4;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

header {
  background-color: #fff;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header .header-bg {
  background-image: url(../images/sambalpuri_border1.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
  padding-bottom: 0px;
  /*background: #710972;*/
  /*background: #C70039;*/
  /*background: SlateBlue;*/
   /*background: DarkSlateBlue;*/
  background: #fff;
  padding: 2px 0px;
}

header .header_inner_div {
  width: 100%;
   
  display: flex;
  justify-content:center
}

.clr {
	clear:both;	
}
.paggingdata {
	width:100%;
	display:inline-block;
	margin-bottom:10px;
}
.showing {
	float:left;
	display:inline-block;	
	font-size: 16px;
	line-height: 28px;
}
div.pagination {
	padding:0;
	margin:0;
	text-align:center;
	font-size:15px;
	float: right;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #000000;	
	text-decoration: none; 
	color: #000000;
}
div.pagination a:hover, div.pagination a:active {
	border:1px solid #000000;
	color: #000000;
	background-color:#666666;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #000000;
	font-weight: bold;
	background-color: #333;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #999999;
	color: #ccc;
}
.inner-body img {
	width:100%;
}
@media (max-width: 575px) {
	.showing {
		float:none;
	}
	div.pagination {
		margin:5px 0;
	}
}
@media (max-width: 575px) {
  header .header_inner_div {
    -ms-grid-columns: 79px auto;
        grid-template-columns: 79px auto;
  }
}

header .header_inner_div .logo_div {
  height: 94px;
}

@media (max-width: 575px) {
  header .header_inner_div .logo_div {
    height: 63px;
  }
}

header .header_inner_div .logo_div img {
  position: relative;
  top: 2px;
  padding: 0px;
  width: 111px;
}

@media (max-width: 575px) {
  header .header_inner_div .logo_div img {
    width: 77px;
  }
}

header .header_inner_div .logo_text {
  padding-left: 0px;
}

header .header_inner_div .logo_text h1 {
  color: #5a1630;
  font-weight: 500;
  font-size: 30px;
  padding: 5px 8px;
  letter-spacing: 2.3px;
  font-family: "Castoro", serif;
}

@media (max-width: 575px) {
  header .header_inner_div .logo_text h1 {
    font-size: 5vw;
    letter-spacing: 0.5px;
    padding: 2px 2px 5px 4px;
    display: inline-block;
  }
}

@media only screen and (min-width: 360px) and (max-width: 480px) {
  header .header_inner_div .logo_text h1 {
    font-size: 4.8vw;
  }
}

header .header_inner_div .logo_text h2 {
  color: #5a1630;
  font-size: 20px;
  padding: 0px 8px;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: "Castoro", serif;
}

@media (max-width: 575px) {
  header .header_inner_div .logo_text h2 {
    font-size: 16px;
    padding: 2px 2px 5px 4px;
  }
}

@media (max-width: 1100px) {
  header .header_inner_div .search {
    display: none;
  }
}

header .header_inner_div .search input {
  border-radius: 0px;
}

header .header_inner_div .search img {
  width: 378px;
  padding-top: 8px;
}

header .header_inner_div .search .btn-search {
  background: #ffcb0b;
  border-radius: 0px;
  color: #833452;
  font-size: 15px;
  padding: 3.5px 7px;
}

header .header_inner_div .search ul {
  text-align: center;
  margin-top: 8px;
}

header .header_inner_div .search ul li {
  display: inline-block;
  border-right: 1px solid #ffcb0b;
}

header .header_inner_div .search ul li:last-child {
  border-right: none;
}

header .header_inner_div .search ul a {
  color: #ffcb0b;
  font-weight: 600;
  padding: 0px 5px;
  display: inline-block;
}

.header-top {
  background-color: #833452;
   /*background-color: SlateBlue;*/
  background-image: url(../images/sambalpuri_border.jpg);
  background-repeat: repeat-x;
  background-size: contain;
  border-bottom: 1px solid #839ea5;
  position: relative;
}

.header-top::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #f6370c;
  /*background-color: DodgerBlue;*/
}

@media (max-width: 575px) {
  .header-top {
    height: 25px;
  }
}

.header-top .header-top-right {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f6370c;
  /*background: DodgerBlue;*/
  margin-right: -15px;
  padding: 0px 0px 0px 14px;
}

@media (max-width: 575px) {
  .header-top .header-top-right {
    display: none;
  }
}

.header-top .header-top-right span {
  color: #fff;
  padding-right: 10px;
  font-size: 15px;
  letter-spacing: 1px;
  padding-top: 5px;
}

.header-top .header-top-right span .dark-web {
  background: #000;
  padding: 5px 7px;
  margin-right: 1px;
}

.header-top .header-top-right span .light-web {
  background: #fff;
  padding: 5px 7px;
  margin-right: 1px;
  color: #000;
}

.header-top .header-top-right span a {
  color: #ffcb0b;
  padding: 2px;
  font-size: 15px;
}

.header-top .header-top-right ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
}

.header-top .header-top-right ul li {
  display: inline-block;
}

.header-top .header-top-right ul li a {
  padding: 7px 10px 2px;
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.header-top .header-top-right ul li a i {
  margin-right: 5px;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.form-control {
  border-radius: 1px;
  height: 31px;
}

.carousel-control-prev {
  left: -20px;
}
.carousel-control-next {
  right: -20px;
}

.my-card-new {
  padding: 14px;
}

.my-card-new p img {
  float: left;
  width: 100px;
  margin-right: 12px;
  border: 1px solid #bbc4cc;
  padding: 3px;
}

.my-card-new p a {
  font-weight: 600;
  font-size: 15px;
  color: #833452;
}

.my-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 4px 4px 8px -3px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 8px -3px rgba(0, 0, 0, 0.15);
  height: 100%;
}

.my-card .avatar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0 15px 15px;
}

.my-card .avatar .image {
  width: 90px;
  height: auto;
  border: 1px solid #bbc4cc;
  padding: 3px;
}

.my-card .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 9px 20px;
}

.my-card .content-container .title {
  margin: 0 0 0 0;
  font-weight: bold;
  font-size: 20px;
  color: #833452;
}

.my-card .content-container strong {
  color: #3e4042;
}

.my-card .content-container .content-1 {
  margin: 0;
}

.my-card .content-container .content-1 a {
  font-weight: 600;
  font-size: 15px;
  color: #833452;
}
.principle-message{flex-direction:column}

.my-card.principle-message .avatar .image{
	width:180px
}	
/*notice marquee*/
.marquee-section {
  background: #071c3e;
  /* background-image: url(../images/scroll-bg.jpg); */
  background-repeat: repeat;
  background-size: contain;
}

.marquee-section .notice_marquee {
  padding: 5px 0px 5px;
  position: relative;
  margin-bottom: -5px;
  color: #fff;
  letter-spacing: 1px;
}

.marquee-section .notice_marquee a {
  position: relative;
  color: #f0f993;
  padding-left: 29px;
  font-size: 16px;
  margin-left: 19px;
  font-weight: 600;
  letter-spacing: 1.3px;
}
@media (min-width: 1400px) {
  .marquee-section .notice_marquee a {
    font-size: 18px;
  }
}
.marquee-section .notice_marquee a::before {
  content: '\f0a4';
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  font-weight: 500;
  font-size: 17px;
}

.marquee-section .notice_marquee a img {
  width: 33px;
}

@-webkit-keyframes blinkingText {
  0% {
    color: #334878;
  }
  100% {
    color: #dc4a38;
  }
}

@keyframes blinkingText {
  0% {
    color: #334878;
  }
  100% {
    color: #dc4a38;
  }
}

.nirf_sec {
  background-image: url(../images/nirf.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 22px 0px 37px;
  position: relative;
}

@media (max-width: 575px) {
  .nirf_sec {
    padding: 15px 0px 10px;
  }
}

.nirf_sec h1 {
  text-align: center;
  font-size: 26px;
  color: #fff;
  margin-bottom: 16px;
}

.nirf_sec::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #02192fde;
}

.nirf_sec .nirf-box {
  background: #fff;
  padding: 8px 20px 10px 8px;
  border-left: 5px solid #ffcb0b;
  position: relative;
}

@media (max-width: 575px) {
  .nirf_sec .nirf-box {
    margin-bottom: 12px;
  }
}

.nirf_sec .nirf-box:hover span {
  background-color: #ffcb0b;
}

.nirf_sec .nirf-box:hover a {
  color: #833452;
}

.nirf_sec .nirf-box span {
  position: absolute;
  content: '';
  top: 0px;
  right: 0px;
  width: 73px;
  height: 100%;
  background-color: #833452;
}

.nirf_sec .nirf-box span a {
  display: block;
  padding: 6px;
  text-align: center;
  font-size: 24px;
  color: #ffcb0b;
}

.nirf_sec .nirf-box p {
  font-size: 19px;
  font-weight: 700;
  color: #833452;
  position: relative;
}

.nirf_sec .nirf-box p img {
  width: 27px;
  margin-right: 14px;
}

/* main 1*/
/* main 2*/
/* neutral 1*/
/* neutral 2*/
.new-content {
  -webkit-box-shadow: 0px 1px 5px 0px #ccc;
          box-shadow: 0px 1px 5px 0px #ccc;
  height: 535px;
  overflow: auto;
}

/* Tabs menu */
.tabs {
  margin: 0;
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  border-radius: 2px 2px 0px 0px;
}

@media screen and (max-width: 512px) {
  .tabs {
    height: 40px;
  }
}

/* Tab Links */
.new-tablinks {
  background: transparent;
  background-image: linear-gradient(135deg, #2d817f 0%, #1b426d 100%);
  border: none;
  outline: none;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  /*change depending on the number of tabs*/
  height: inherit;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-right: 1px dashed #256a9c;
}

.new-tablinks p {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  padding: 0px 10px;
  margin: 0;
  color: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-weight: 600;
  font-size: 17.3px;
}

.new-tablinks p i {
  margin-right: 6px;
  font-size: 16px;
  font-weight: normal !important;
}

@media (max-width: 575px) {
  .new-tablinks p {
    font-size: 15px;
  }
}

.tablinks, .tablinks1 {
  background: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(93%, #ceeeff), color-stop(36%, #1b426d));
  background-image: linear-gradient(180deg, #ceeeff 93%, #1b426d 36%);
  border: none;
  outline: none;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  /*change depending on the number of tabs*/
  height: inherit;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-right: 1px dashed #256a9c;
  width: 100%;
}

@media (max-width: 575px) {
  .tablinks, .tablinks1 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.tablinks:focus, .tablinks1:focus {
  outline: none;
}

.tablinks::before, .tablinks1::before {
  background-image: linear-gradient(135deg, #2d817f 0%, #1b426d 100%);
  content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 2;
}

.tablinks p, .tablinks1 p {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  padding: 0px 10px;
  margin: 0;
  color: #062742;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-weight: 600;
  font-size: 16px;
}

.tablinks p i, .tablinks1 p i {
  margin-right: 6px;
  font-size: 16px;
  font-weight: normal !important;
}

@media (max-width: 575px) {
  .tablinks p, .tablinks1 p {
    font-size: 15px;
  }
}

@media screen and (max-width: 512px) {
  .tablinks. .tablinks1{
    height: 40px;
    font-size: 12px;
  }
}

/*tab buttons hover*/
.tablinks:hover::before, .tablinks1:hover::before {
  height: 100%;
  z-index: 2;
  bottom: 0;
}

@media screen and (max-width: 512px) {
  .tablinks:hover::before, .tablinks1:hover::before {
    height: 0;
  }
}

/* Tab active */
.tablinks.active, .tablinks1.active {
  background-color: #dce3ee;
  background-image: none;
  z-index: 0;
  border-right: 0px;
  border-left: 0px;
  height: inherit;
  bottom: 0px;
  overflow: hidden;
}

.tablinks.active::before, .tablinks1.active::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 512px) {
  .tablinks.active, .tablinks1.active {
    height: 40px;
  }
}

/* Tabs text */
.tablinks.active p,
.tablinks.active:hover p {
  opacity: 1;
  color: #fff;
  -webkit-background-clip: text;
}
.tablinks1.active p,
.tablinks1.active:hover p {
  opacity: 1;
  color: #fff;
  -webkit-background-clip: text;
}

.tablinks:hover p, .tablinks1:hover p {
  color: white;
  opacity: 1;
}

@media screen and (max-width: 512px) {
  .tablinks:hover p, .tablinks1:hover p {
    color: #686868;
    opacity: 0.6;
  }
}

/* Tabs text bigger */
.tablinks p:before, .tablinks1 p:before {
  content: attr(data-title);
  position: absolute;
  height: auto;
  width: auto;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.1;
  font-size: 40px;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
  z-index: -1;
  font-weight: 600;
  top: 110%;
}

@media screen and (max-width: 512px) {
  .tablinks p:before, .tablinks1 p:before {
    display: none;
  }
}

.tablinks:hover p:before, .tablinks1:hover p:before {
  opacity: 0.1;
  font-size: 40px;
  top: -80%;
}

/* tab content */
.wrapper_tabcontent {
  background-color: white;
  margin-top: 0px;
  z-index: 1;
  position: relative;
  opacity: 1;
  padding: 9px 0px 9px 9px;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  top: 0;
}

.tabcontent, .tabcontent1 {
  display: none;
  min-height: 180px;
}

@-webkit-keyframes tabEffect {
  from {
    top: -40px;
  }
  to {
    top: 0px;
  }
}

@keyframes tabEffect {
  from {
    top: -40px;
  }
  to {
    top: 0px;
  }
}

.tabcontent.active, .tabcontent1.active {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  display: block;
}

/* Tab content line */
.wrapper_tabcontent:after {
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  left: 0;
  bottom: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

/* Title */
@-webkit-keyframes city {
  from {
    left: -150px;
  }
  to {
    left: -90px;
  }
}
@keyframes city {
  from {
    left: -150px;
  }
  to {
    left: -90px;
  }
}

/* Text*/
.tabcontent p, .tabcontent1 p {
  color: #686868;
  margin: 0;
  padding: 2px 10px 2px;
  line-height: 28px;
  font-weight: 100;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-animation: fadeEffect 0.6s ease;
          animation: fadeEffect 0.6s ease;
  width: 100%;
  font-size: 16px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #fff;
  text-align: right;
  -webkit-box-shadow: 0px 0px 2px 2px #ddd;
          box-shadow: 0px 0px 2px 2px #ddd;
}

@media screen and (max-width: 512px) {
  .tabcontent p, .tabcontent1 p {
    font-size: 14px;
    line-height: 26px;
  }
}

.tabcontent p a, .tabcontent p a {
  color: #1173cf;
  font-weight: 600;
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
    margin-left: 30px;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
    margin-left: 30px;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}

.notice-list {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-animation: fadeEffect 0.6s ease;
          animation: fadeEffect 0.6s ease;
  height: 476px;
  overflow: auto;
}

.notice-list li {
  margin-bottom: 6px;
  border-bottom: 1px dashed #7a91a7;
  padding-bottom: 5px;
}

.notice-list li:last-child {
  margin-bottom: 20px;
}

.notice-list li strong {
  margin-right: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 13px;
  margin-top: 2px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  -ms-grid-columns: 36px 30px;
      grid-template-columns: 36px 30px;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.notice-list li strong .date {
  background: #0058af;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  background: #5a1630;
  -ms-grid-row: 3;
  -ms-grid-row-span: -2;
  grid-row: 3/1;
  font-size: 18px;
  padding: 0px 4px 2px;
  border-right: 1px solid #ddd;
  letter-spacing: 0px;
}

.notice-list li strong .month {
  background: #420b20;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  padding: 1px 0px 1px 3px;
  border-bottom: 1px solid #ddd;
  top: -2px;
}

.notice-list li strong .year {
  background: #420b20;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  padding: 1px 2px 1px 3px;
  top: -2px;
}

.notice-list li a {
  color: #000;
}

.notice-list li a:hover {
  color: #0655a2;
  text-decoration: none;
}

.notice-list li a img {
  width: 26px;
  margin-left: 5px;
}

.notice li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.notice li:last-child {
  margin-bottom: 20px;
}

.notice li strong {
  display: -ms-grid;
  display: grid;
  margin-right: -8px;
}

.notice li strong .date {
  -ms-grid-row: 2;
  -ms-grid-row-span: -1;
  grid-row: 2/1;
  padding: 0px;
  font-size: 20px;
  line-height: 25px;
}

.notice li strong .year {
  top: 0px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 2px;
  position: relative;
  width: 17px;
  -ms-grid-row: 3;
  -ms-grid-row-span: -2;
  grid-row: 3/1;
  font-size: 10px;
  font-weight: 700;
}

.notice li strong .month {
  top: 0px;
  font-size: 10px;
  padding: 0px;
  border-bottom: 0px;
  border-right: 1px solid #ddd;
}

.sec-title {
  font-weight: 700;
  font-size: 25px;
  position: relative;
  padding-left: 34px;
  color: #2b2b2b;
  padding-bottom: 2px;
  margin-bottom: 10px;
}

.sec-title::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 17px;
  height: 100%;
  background: #833452;
}

.sec-title::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 0px;
  width: 4px;
  height: 100%;
  background: #ffcb0b;
}

.quick_link_list {
  list-style-type: none !important;
  margin-left: 0px !important;
}

.quick_link_list li {
  background-color: #833452;
  margin-bottom: 5px;
}

.quick_link_list li i {
  color: #ffcb0b;
  font-size: 21px;
  padding: 12px;
  height: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  .quick_link_list li i {
    font-size: 16px;
    padding: 12px;
    width: 37px;
  }
}

.quick_link_list li a {
  display: grid;
  grid-template-columns: 45px auto 43px;
  align-items: center;
}

.quick_link_list li strong {
  position: relative;
  /* top: -3px; */
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fff;
}

.quick_link_list li span {
  /* float: right; */
  height: 100%;

}

.quick_link_list li span i {
  color: #fff;
  font-size: 17px;
  padding: 13px 18px 15px;
  border-left: 1px solid #fff;
  background: #5a1630;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

@media (max-width: 575px) {
  .quick_link_list li span i {
    font-size: 16px;
    padding: 11px 15px 12px;
  }
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  width: 14px;
  height: 8px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffcb01;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
  border-radius: 0%;
}

.bg-primary-new {
  background-color: #004b92 !important;
}

.navbar {
  padding: 0px 15px;
}

.section-dash {
  padding: 25px 0px 0px;
}

.dashboard-2 {
  background-position: 0% 0%;
background-image: linear-gradient(to right, #0f7976, #023433) !important !important;
    background-color: #0f7976 !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
}

.dashboard-2 span i {
  background: #095b59 !important;
}

.dashboard-3 {
  background-position: 0% 0%;
background-image: linear-gradient(to right, #346750, #032114) !important !important;
    background-color: #346750 !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
}

.dashboard-3 span i {
  background: #1c4432 !important;
}

.dashboard-4 {
  background-position: 0% 0%;
background-image: linear-gradient(to right, #4d4282, #130a3e) !important !important;
    background-color: #3c3367 !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
}

.dashboard-4 span i {
  background: #2e245e !important;
}

.dashboard {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 30%;
      grid-template-columns: auto 30%;
  background: #206d87;
  background-image: -webkit-gradient(linear, left top, right top, from(#255097), to(#010e22));
  background-image: linear-gradient(to right, #255097, #010e22);
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
  border-radius: 14px;
  height: 100%;
}

@media (max-width: 575px) {
  .dashboard {
    margin-bottom: 5px;
    grid-template-columns: auto 33%;
  }
}

@media only screen and (min-width: 360px) and (max-width: 480px) {
  .dashboard span {
    height: 94%;
  }
  .dashboard span a i {
    font-size: 15px;
    padding: 8px 11px;
    border-radius: 0px 14px 0px 0px;
  }
}

.dashboard h3 {
  padding: 10px 10px 30px 10px;
  line-height: 20px;
}

@media only screen and (min-width: 360px) and (max-width: 480px) {
  .dashboard h3 {
    line-height: 23px;
  }
}

.dashboard h3 {
  color: #fffdfd;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.7px;
}

@media only screen and (min-width: 360px) and (max-width: 480px) {
  .dashboard h3 {
    font-size: 18px;
    letter-spacing: 0.7px;
  }
}

.dashboard p {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: right;
}

.dashboard p img {
  padding: 11px;
}

@media (max-width: 575px) {
  .dashboard p img {
    width: 82%;
  }
}

.dashboard p i {
  background: #0f5269;
  padding: 11px;
  border-radius: 56%;
  width: 40px;
  height: 40px;
  color: #fff;
}

.dashboard span {
  position: absolute;
  bottom: 0px;
}

@media (max-width: 575px) {
  .dashboard span {
    bottom: 6px;
    display: none;
  }
}

.dashboard span i {
  background: #466fb3;
  color: #fff;
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 0px 9px 0px 0px;
}

.card-media {
  background: #ffcb0b;
  background-image: linear-gradient(45deg, #005cc0, #ffcb0b);
  padding: 4px 4px 0px;
}

.card-media .card-title-bottom a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 86% auto;
      grid-template-columns: 86% auto;
  text-decoration: none;
}

.card-media .card-title-bottom a h5 {
  padding: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 19px;
  color: #fff;
  border-right: 1px solid #185162;
}

.card-media .card-title-bottom a i {
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 9px;
  color: #fff;
  font-size: 13px;
}

.go-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 80px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
}

.go-to-top a {
  color: #fff;
  padding: 6px 13px 10px;
  display: block;
}

.go-to-top a img {
  -webkit-filter: hue-rotate(45deg);
          filter: hue-rotate(45deg);
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-animation: slide-down 0.7s;
          animation: slide-down 0.7s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 99;
}
/*# sourceMappingURL=style.css.map */

/* inner page  */
.inner-body{
  padding: 25px 0px;
}
.inner-body p{
  text-align: justify;
  margin-bottom: 10px;
}
.inner-body ul{
  list-style-type: square;
  margin-left: 20px;
}
.inner-body ul li{
  text-align: left;
  margin-bottom: 2px;
  margin-top: 2px;
}
.inner-body ul li a{
  color: #833452;
}
.inner-body .subtitle{
  font-weight: 700;
  color: #833452;
  font-size: 18px;
  border-bottom: 1px solid;
}
/* inner page  */

/* image gallery */
.gallery{
  list-style-type: none !important;
  margin-left: 0px !important;
  /* column-width: 246px; */
}
.gallery li{
  display: inline-block;
  width: 30%;
  border-radius: 4px;
  margin-right: 20px;
  margin-bottom: 16px !important;
  vertical-align: text-top;
  background: #fefefe;
  border: 2px solid #fcfcfc;
  box-shadow: 0 1px 2px rgb(34 25 25 / 40%);
  padding: 9px;
  padding-bottom: 9px;
  position:relative;
}
.gallery li .photocap {
	position: absolute;
	bottom: 8px;
	width: 92%;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
	font-size: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 3px;
}
.gallery li a{
  text-decoration: none;
}
.gallery li .image{
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  /* padding-bottom: 10px; */
  margin-bottom: 0px;
  position: relative;
  height: 150px;
  display: flex;
  align-self: center;
}
.gallery li .image .image-bg{
  position: absolute;
  height: 100%;
}
.gallery li .image .image-bg img{
  height: 100%;
  transform: scale(1.2);
  filter: blur(10px);
}
.gallery li .image img{
  width: 100%;
  z-index: 1;
  align-self: center;
}
.gallery li .text{
  color: #151818;
  font-weight: 600;
  letter-spacing: 0.1px;
  padding: 6px 0px 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 575px) {
  .gallery li{
    width: 100%;
  }
}
.gallery-li{
  transition: opacity .2s ease-in-out;
}
.gallery:hover .gallery-li:not(:hover){
  opacity: 0.5;
}
/* image gallery */

/* department */
.department_table{
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0px 0px 9px 2px #d9d9d9;
  margin-bottom: 10px;
}
.department_table td{
  padding: 2px 5px;
}
.department_photo{
  padding: 0px 10px 0px 0px !important;
}
.department_details{
  background: #5a1630;
  font-size: 13px;
  text-align: center;
  color: #ffcb01;
  font-weight: 600;
  padding: 3px;
}
.department-inner .point ul{
  margin-left: 0px !important;
}
.department-inner .point ul h3,
.department-inner .point_footer ul h3{
  font-weight: 700;
  color: #833452;
  font-size: 18px;
  border-bottom: 1px solid;
}
/* department */
.new-table thead tr td{
  background: #420b20;
  color: #fff;
}
.new-table tr td{
  padding: 5px 8px;
}
.new-table tr td img{
  width: 23px;
}
.media-img-div{
  height: 122px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.visitor{
  text-align: center;
}
.visitor span{
  font-weight: 700;
  letter-spacing: 4px;
  font-size: 23px;
  background: #ffcb0b;
  color: #01305d;
  padding: 2px 10px 5px;
  margin-left: 10px;
}
/* @media only screen and (min-width: 1450px) and (max-width: 3640px){
  .container{
      max-width: 80% !important;
  }
  p, span, strong{
    font-size: 1.3rem;
    line-height: 2.1rem;
  }
  a{
    font-size: 1.3rem;
  }
  .dashboard h3 {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
  .marquee-section .notice_marquee {
    padding: 16px 0px 5px;
  }
  header .header_inner_div .search img {
    width: 400px;
  }
} */

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  /*height: calc(100vh - 170px - 20vh) !important;
  min-height: 300px;*/
}
/* @media only screen and (min-width: 350px) and (max-width: 991px){
  .carousel-inner {
    height: auto !important;
    min-height: auto;
  }
} */
/*@media only screen and (max-width: 1300px){
  .carousel-inner {
    height: auto !important;
    min-height: auto;
  }
}*/
.menu-load-more button{
  display: block;
  background: #fff4e3;
  text-align: center;
  padding: 8px;
  font-weight: 700;
  box-shadow: 4px 4px 8px -3px rgb(0 0 0 / 15%);
  width: 100%;
  border: none;
  color: #1173cf;
}
.menu-load-more button:focus-visible, .menu-load-more button:focus{
  outline: none;
}
.menu_load_height{
  height: auto !important;
  transition: 0.5s;
}

/* sitemap */
.sitemap ul{
  list-style: none;
}
.sitemap .mega-drop-down a{
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline;
}
.sitemap .mega-drop-down .mega-main a{
  text-decoration: none;
}
 .sitemap .stander li ul{
  display: none;
}
.stander li ul{
  display: none;
}
.mega-main li ul{
  display: none;
}
/*

.sitemap .stander .mystyle ul{
  display: block;
} */
.collapsible {

}

.active, .collapsible:hover {

}

.active ul {
  display: block !important;
}
/* sitemap */

@media only screen and (min-width: 1400px){
  .container {
    max-width: 80%;
  }
  .dashboard h3 {
    font-size: 20px;
    line-height: 25px;
	padding: 10px 10px 30px 10px;
  }
}
.quick-link-home ul, .gallery-container{display:flex; flex-wrap:wrap; margin:0 -10px!important}
.quick-link-home ul li{width:calc(33.33% - 20px); margin:0 10px 10px}
.gallery-container .photo{width:calc(25% - 20px); margin:0 10px 10px}
.btn{
  background: #ffcb0b;
  color: #833452;

}
.full-width{width:100%}
@media only screen and (max-width: 767px){
	.quick-link-home ul{margin:0}
	.quick-link-home ul li{width:100%;}
}
.inner_banner{
    position:relative
}
.inner_banner-layer{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;}

.inner_banner-layer .container{
    height: 100%;    
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.inner_banner-layer .container .page-heading{
	color: #fff;
    font-size: 28px;
}