@charset "utf-8";
/* CSS Document */
:root {
  scroll-behavior: smooth;
}
body {
  font-family: "Gudea", sans-serif !important;
  font-size: 18px !important;
  /*position: relative;*/
}
.header {
  background: #2c6bcd;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
#navbar {
  z-index: 999;
  background: #fff;
}
.fcontent {
 	background: #F8F7F9;
}
.tm {
  font-family: "Gelasio", serif;
  font-optical-sizing: auto;
  font-size: 35px;
  font-weight: 700;
  font-style: normal;
  color: #dc195e;
}
.souvenir,
.donate {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.devnagari {
  font-family: "Noto Serif Devanagari", serif;
  font-optical-sizing: auto;
  font-size: 35px;
  font-weight: 700;
  font-style: normal;
  color: #dc195e;
}
.midbar {
  background: url("../images/header-bg.jpg") no-repeat left top;
  border-bottom: #c1d3e3 1px solid;
}
.donate i {
  padding-right: 8px;
}
.slideshow {
  background: red;
}
section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
  font-weight: 700;
}
.home {
  text-align: center;
}
.smalltext {
  font-size: 13px;
}
ol.breadcrumb a {
	text-decoration: none;
}
.services {
  background: #efeef2;
}
.services a {
  color: #ffffff;
  text-decoration: none;
}
.social-links ul li a {
  color: #fff;
}
.social-links ul li a:hover {
  color: #c7daf3;
}
.minheight {
  min-height: 120px;
}
.wusbg1 {
  background: #095697;
}
.wusbg2 {
  background: #0c75cb;
}
/* ***********form errors*********** */
.posterror p {
	font-size: 16px;
	margin-bottom: 0;
}
span.error {
	font-size: 14px;
	background: #F8D7DA;
	border-radius: 2px;
	padding: 2px 6px;
}
/* ***********form errors*********** */

.sponsor {
  background: #f5e5c2;
}
.accreditation {
  border-top: #e5e5e5 1px solid;
  background: #f6f6f6;
}
.accreditation img {
  justify-content: flex-end !important;
}
.dotted-border-left {
  border-left: 2px dotted #9e9e9e;
}
.slogan {
  background: #2c6bcd;
  color: #fff;
}
.credit {
  background: #bfe4ed;
  color: #000;
}
.simplesearch-highlight {
  background: #ffc107;
}
.defont {
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
.sponsor h3 {
  font-weight: 400;
}
.red {
  color: #f1451d;
}
.blue {
  color: #167ab6;
}
.maroon {
  color: #dc195e;
}
.dotted-inside-border {
  border-bottom: none;
  /* Remove the default border */
  background-image: linear-gradient(to right, #333 40%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  /* Position the gradient at the bottom */
  background-size: 10px 1px;
  /* 10px total width (4px dot, 6px space), 1px height */
  background-repeat: repeat-x;
  padding-bottom: 5px;
  /* Adds internal space below the content but above the custom "border" */
}
.qmessage {
  background: #0c71c2 url("../images/send-emailbl1.png") no-repeat right bottom;
}
.qmessage h2 {
  color: #9ad9e7;
}
.map-container iframe {
  width: 100%;
  height: 350px;
  border: 0;
}
.bottomlinks {
  background: #e6e6e6;
}
.top-footer {
  border-top: #dbdbdb 1px solid;
  background: #FFF;
}
.hr-list:not(:last-child) {
  margin-bottom: 20px;
}
.hr-list {
  margin: -15px -4px 0;
}
.hr-list > li {
  display: inline-block;
  padding: 0 5px;
}
.hr-list > li > a {
  letter-spacing: 0.5px;
  line-height: 20px;
  font-size: 16px;
}
.hr-list > li.active > a {
  text-decoration: underline;
  text-underline-offset: 0.25em;
  /*text-decoration-thickness: 2px;*/
  --bs-link-underline-opacity: 1;
}
.gallery-album-wrap {
  margin-bottom: 20px;
}
.gallery-album-img-wrp {
  border: 1px solid #ccc;
  z-index: 1;
}
.gallery-album-img-wrp {
  position: relative;
}
.gallery-album-img-wrp::after {
  border-width: 5px !important;
  bottom: -9px;
  content: " ";
  left: -9px;
  position: absolute;
  right: 4px;
  top: 4px;
  border-style: none none double double !important;
  border-color: #dee2e6;
  z-index: -1;
}
.gallery-album-title {
  padding: 10px 0 0;
  text-align: center;
}
.gallery-album-title a {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.gallery-album-title a:hover {
  text-decoration: none;
}
/* pagination */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li:first-child > a {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li > a {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 12px;
}
.pagination > li > a.active,
.pagination > li > a.active:hover,
.pagination > li > a.active:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.icons-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*margin: -22px -15px;*/
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.item-box p {
  font-size: 18px;
}
.icons-box .icons-wrap {
  padding: 22px 30px;
  overflow: hidden;
}
.icons-box .icons-wrap .icons-item > .item-box {
  position: relative;
  padding-left: 46px;
}
.icons-box .icons-wrap .icons-item > .item-box > i {
  font-size: 36px;
  color: #ff0000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
h2.icons-box-title {
  font-size: 24px;
  font-weight: 400;
  color: #ff0000;
  letter-spacing: -0.5px;
}
[class^="icon-"]:before,
[class*="icon-"]:before {
  width: auto;
  margin: 0;
  padding: 0;
}
/* social icons large device */
.social-icons.style-2 {
  margin: -5px -4px 0;
}
.social-icons {
  font-size: 0;
  margin: -5px -10px 0;
}
.social-icons.style-2 > li {
  padding: 5px 4px 0;
}
.social-icons > li {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 12px 0;
}
.social-icons > li > a:hover {
  color: #e41e26;
}
.social-icons.style-2 > li > a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  border: 1px solid;
  border-radius: 20px;
}
.social-icons > li > a {
  display: inline-block;
  text-align: center;
}
.social-icons > li.google-icon > a {
  color: #dc4a38;
}
.social-icons > li.tweet-icon > a {
  color: #33bdfd;
}
.social-icons > li.insta-icon > a {
  color: #896537;
}
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 9999;
}
.scroll-top {
  position: absolute;
  top: 120vh;
  bottom: 2rem;
  right: 1rem;
}
.scroll-top__link {
  position: -webkit-sticky;
  position: sticky;
  top: 85vh;
  text-decoration: none;
}
.scroll-top__link:hover {
  opacity: initial;
}
/*.wus:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}*/
@media all and (max-width: 800px),
  only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
  only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min-resolution: 192dpi) and (max-width: 1024px),
  only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  .midbar {
    background: #fff;
  }
  .donate button {
    margin: 0 auto;
  }
  .logo,
  .searchtop,
  .donate,
  .tm {
    text-align: center !important;
  }
  .header,
  .reg {
    text-align: center !important;
  }
  .social-links {
    margin: 10px auto 0 auto;
  }
  .tm,
  .devnagari {
    text-align: center;
  }
  .accreditation {
    text-align: center !important;
  }
  .accreditation h3 {
    padding-bottom: 20px;
  }
  .dotted-border-left {
    border: none;
  }
  .top-text ul,
  .social-links ul {
  }
  .float-end {
    float: none !important;
  }
  .searchtop {
    text-align: center !important;
  }
  .search {
    width: 70% !important;
    margin: 0 auto;
  }
}
