* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Tiro Devanagari Sanskrit", serif;
}
/* ===Page Loader= */
.loader-logo {
  position: relative;
  z-index: 100;
}


/* ===Page Loader= */
.loading-screen {
  width: 100vw;
  height: 100vh;
  z-index: 999;
  position: fixed;
  background: #ffffff;
  margin: auto;
}

.loader {
  height: 100vh;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}


/* =====end==== */
ul {
  list-style: none !important;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: #114499;
}

#goUp {
  display: none;
  width: 50px;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #5a5a5a;
  opacity: 50%;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#goUp:hover {
  background-color: #555;
  opacity: 80%;
  transition: all 0.2s ease;
}

.head {
  height: fit-content;
  padding: 5px;
  color: #fff;
  background-color: #003893;
}

.head>div>span>a {
  color: white !important;
  text-decoration: none !important;
}

.head>div>span>a:hover {
  color: #dc143c !important;
  transition: 0.5s ease;
}

.text_red {
  color: #dc143c;
  padding: 0 11px;
}

.logo-head {
  padding: 5px;
  /* min-height: 100px; */
  position: relative;
}

.logo {
  margin: 0 10px;
}

.logo>img {
  min-height: 90px;
  padding: 10px 0;
  width: 85%;
}

.menu {
  height: 45px;
  background: #dc143c;
}

.menu .navigation {
  padding: 10px 0;
  width: 100%;
}

.menu .navigation ul li {
  list-style: none;
  display: inline;
}

.menu .navigation ul li a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  padding: 15px;
}

.menu .navigation ul li:hover {
  background: #003893;
  transition: 0.5s all ease;
  padding: 10px 0px;
  margin: 0;
}

#menu-btn {
  display: none;
}

.navigation #bars {
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  display: none;
}

a.dropdown-item {
  font-size: 16px !important;
  color: #003893 !important;
}

#check {
  display: none;
}

#slider-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.carousel-indicators li {
  border-color: #003893 !important;
}

.carousel-indicators .active {
  background-color: #003893 !important;
}

.sidebar {
  float: left;
  position: relative;
  top: 30%;
  left: 0;
  background: transparent;
  position: fixed;
  z-index: 99;
}

.sidebar ul {
  text-align: center;
}

.sidebar ul a li {
  display: block;
  position: relative;
  width: 40px;
  cursor: pointer;
  background: #003893;
  transition: all 0.4s ease-out;
}

#phone {
  background: #dc143c !important;
}

#whatsapp {
  background: #36b447 !important;
}

#gear {
  background: #313131 !important;
}

.sidebar ul li:after {
  position: absolute;
  background: white;
  color: #003893;
  top: 0;
  left: 70px;
  width: 70px;
  height: 80%;
  /* opacity: 0.5; */
}

.sidebar ul a li:hover {
  width: 50px;
  padding-right: 15px;
  transition: 0.1s all ease;
}

.thumbnail>img {
  width: 210px;
  height: 280px;
  object-fit: cover;
}

.members>img{
    width:100% !important;
    height: 315px !important;
}

.home-icon {
  display: inline-block;
  padding: 15px 0;
  background: transparent;
}

.sidebar ul li div {
  position: relative;
}

.icon {
  color: white;
  font-size: 20px;
}

.thumbnail>img {
  width: 210px;
  height: 280px;
  object-fit: cover;
}

/* Side menu displaying feature */

.showMenu {
  opacity: 1;
  transition: opacity 0.5s;
  display: block;
}

.hideMenu {
  transition: opacity 0.5s;
  opacity: 0;
  display: none !important;
}

/* =====content===== */
.header {
  font-size: 40px;
  color: #003893;
  font-weight: bold;
}

.text-small {
  font-size: 30px !important;
}

.header span {
  color: #dc143c !important;
}

.content {
  font-size: 18px;
  text-align: justify;
}

.news-bar {
  /* padding: px; */
  margin-top: 20px;
  height: 500px;
}

ul.news {
  display: flex;
  background: #003893;
  border-radius: 8px 0 0 0;
  margin: 0;
}

ul.news li.active,
ul.tabs li:hover {
  border-bottom: 3px solid #cb2430;
}

ul.news li {
  padding: 15px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 3px solid #003893;
}

.news-content .tab .content-wrapper ul li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.news-content {
  border-radius: 0 0 8px 0 ;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: #fff;
  padding: 30px;
  height: 400px;
  border: solid 1px #cbcbcb;
  overflow: scroll;
}

.news-content .tab .content-wrapper h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
}

.news-content .tab .content-wrapper ol li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* ==footer=== */
footer {
  background: #003893;
}

#sub-footer {
  background: #cb2430;
}

footer ul.link-list li a {
  color: #fff;
}

footer ul.link-list li a:before {
  color: rgba(255, 255, 255, 0.6);
  margin-right: 5px;
  content: "\203A";
}

footer ul.link-list li a:hover {
  color: #eee;
}

footer .widgetheading {
  position: relative;
}

footer .widget .social-network {
  position: relative;
}

#bottom .widget .widgetheading span,
aside .widget .widgetheading span,
footer .widget .widgetheading span {
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: -1px;
  right: 0;
}

footer .widget .flickr_badge {
  width: 100%;
}

footer .widget .flickr_badge img {
  margin: 0 9px 20px 0;
}

footer {
  padding: 50px 0 0 0;
  color: #f8f8f8;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #eee;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #fff;
}

footer address {
  line-height: 1.6em;
}

footer h5 a:hover,
footer a:hover {
  text-decoration: none;
}

ul.social-network {
  list-style: none;
  margin: 0;
}

ul.social-network li {
  display: inline;
  margin: 0;
}

ul.social-network li a {
  color: #fff;
  width: 35px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  padding: 8px 0;
  line-height: 10px;
  font-size: 16px;
}

ul.social-network li a {
  background: rgba(0, 0, 0, 0.2);
}

.share {
  display: inline-block;
}

ul.social-network li .facebook {
  background: #3b5998;
}

ul.social-network li .twitter {
  background: #1da1f2;
}

ul.social-network li .google {
  background: #dc4e41;
}

ul.social-network li .pintrest {
  background: #cb2027;
}

ul.social-network li .linkedin {
  background: #0077b5;
}

ul.social-network li .youtube {
  background: #db4437;
}

ul.social-network li .instagram {
  background: #b07109;
}

ul.social-network li .tumblr {
  background: #36465d;
}

ul.social-network li .flickr {
  background: #ff0084;
}

ul.social-network li .whatsapp {
  background: #00a859;
}

#sub-footer {
  text-shadow: none;
  color: #f5f5f5;
  padding: 20px 0 0;
  margin: 10px 0 0 0;
}

#sub-footer p {
  margin: 0;
  padding: 0;
}

#sub-footer span {
  color: #f5f5f5;
}

.copyright {
  text-align: left;
  font-size: 12px;
}

#sub-footer ul.social-network {
  float: right;
}

.m-t-1 {
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 979px) {
  footer .widget form input#appendedInputButton {
    display: block;
    width: 91%;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
  }

  footer .widget form .input-append .btn {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {

  footer .col-lg-1,
  footer .col-lg-2,
  footer .col-lg-3,
  footer .col-lg-4,
  footer .col-lg-5,
  footer .col-lg-6,
  footer .col-lg-7,
  footer .col-lg-8,
  footer .col-lg-9,
  footer .col-lg-10,
  footer .col-lg-11,
  footer .col-lg-12 {
    margin-bottom: 20px;
  }

  #sub-footer ul.social-network {
    float: left;
  }

  [class*="span"] {
    margin-bottom: 20px;
  }

  .boxed-layout #wrapper {
    width: 90% !important;
  }

  .boxed-layout footer {
    width: 100% !important;
  }
}

@media (max-width: 360px) {

  .boxed-layout #wrapper,
  .boxed-layout footer {
    width: 1170px;
    margin: 0 auto;
  }
}

.owl-item>div>img {
  padding: 10px;
  width: 100% !important;
}

/*reponsive logo bar*/
@media(max-width:1207px) {
  .widget img {
    min-height: 200px !important;
  }
}

@media (max-width: 545px) {
  .thumbnail-div{
    margin-top: 10px;
  }

  .banner-responsive {
    padding: 0;
  }

  #slider-img {
    height: 295px !important;
  }

  .logo-description a .logo img {
    width: 100%;
  }
  
  .extra-logo{
    display: none;
  }

  .menu .navigation {
    float: left;
  }

  .lang-title {
    display: none;
  }

  .dropdown-menu {
    min-width: 100%;
    padding: 10px;
    max-height: 185px;
    min-height: 62px;
    overflow: scroll;
    text-align: center;
  }

  a.dropmenu-item{
    font-size: 16px;
  }

  .navigation ul {
    position: fixed;
    display: block !important;
    left: -100%;
    top: 0;
    background: #003893;
    width: 100%;
    z-index: 9999;
    height: 100%;
    overflow: scroll;
    text-align: center;
    transition: all 0.5s ease;
  }

  .navigation ul li {
    margin: 50px 0;
    display: block !important;
  }

  .navigation ul li a {
    font-size: 18px;
  }

  .chkbtn i {
    display: block !important;
  }

  #check:checked~ul {
    left: 0;
  }

  #check:checked~.chkbtn i {
    transition: all 0.5s ease;
  }

  #menu-btn {
    display: block !important;
  }

  #menu-btn i {
    right: 10px;
    position: absolute;
    margin: 20px 20px;
  }

  .thumbnail {
    width: 100%;
  }

}

@media (max-width: 500px) {

  .head {
    height: 60px;
  }

  .head .bigger {
    display: none;
  }

  .head .smaller {
    max-height: 40px;
    padding: 0 5px;
    display: block !important;
  }

  #sidemenu .sidebar ul a li {
    max-height: 80px;
    width: 50px;
  }

  .widget img {
    min-height: 100px !important;
  }

  .gallery div img {
    /* max-width: 25%; */
    height: 50%;
  }
}

@media (max-width: 1304px) {
  #sidemenu {
    display: none;
  }
}

@media(max-width: 420px) {
  #ward-profile div>.caption {
    display: none;
  }
}

/* disable owl-nav */
.owl-nav {
  display: none !important;
}

/* Ward Profile hover animation */
.hover-animate:hover {
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.ward-profile-wrap a {
  display: block;
  background: #F1F1F1;
  text-align: left;
  font-weight: bold;
  margin-bottom: 30px;
  border: 1px solid #ccc;
}

.ward-profile-wrap a img {
  max-width: 100%;
  height: auto;
  width: 58px;
  margin-right: 5px;
}