::selection {
  background: #f4ab18; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #f4ab18; /* Gecko Browsers */
  color: #fff;
}

.headingsfonts {
  font-family: "Fjalla One", sans-serif;
  text-align: center;
}

.headingsfonts1 {
  font-family: "Fjalla One", sans-serif;
}

.color_white {
  color: #fff;
}
.color_white:hover {
  text-decoration: none;
  color: #fff;
}
.color_red {
  color: #ab070e;
}

.padding10 {
  padding: 10px;
}
.paddding25 {
  padding: 25px;
}
.padding5 {
  padding: 5px;
}
.padding_top_bottom {
  padding-bottom: 35px;
  padding-top: 35px;
}
.bg_blue {
  background-color: #591434;
}
.bg_blue_2 {
  background-color: #1a3242;
}
.bg_lite {
  background-color: #f3f3f3;
}
.bg_red {
  background-color: #ab070e;
}

.socialmeidaicons {
  color: #000;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
}
.socialmeidaicons:hover {
  color: #ab070e;
  text-decoration: none;
}
.socialmeidaicons_footer {
  color: #fff;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
}
.socialmeidaicons_footer:hover {
  color: #ab070e;
  text-decoration: none;
}

.topnavlinks {
  color: #000;
  font-size: 14px;
  padding: 10px;
  display: inline-block;
  border-left: 1px solid #ccc;
}

.topnavlinks:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ab070e;
}
.btn_web {
  background-color: #c72026;
  color: #fff;
  font-size: 13px;
}
.btn_web:hover {
  color: #fff;
}
.button_style_2 {
  background-color: #0c2637;
  color: #fff;
  display: block;
  padding: 7px;
  border-left: 10px solid #ab070e;
  font-size: 13px;
}
.button_style_2:hover {
  text-decoration: none;
  color: #fff;
}

.menunav {
}

.slidercontent {
  position: absolute;
  top: 60%;
  transform: translateY(-55%);
  width: 100%;
}

.slidercontent h3 {
  font-size: 55px;
  text-shadow: 1px 1px 1px #3d3d3d;
}
.slidercontent h5 {
  font-size: 25px;
}

.quicklinks_1 {
  background-color: #591434;
  border-right: 1px solid #3e0f25;
}
.quicklinks_1:hover {
  background-color: #ab070e;
  transition: all 1s;
}
.links_nounderline:hover {
  text-decoration: none;
}

.slickslider h5 {
  padding-top: 15px;
  padding-bottom: 5px;
}
.slickslider h5 a:hover {
  color: #0c2637;
  text-decoration: none;
}
.mobilepadding {
}
.scroolingcontent {
  margin: 5px;
  padding: 5px;
  text-align: center;
  background-color: #591434;
  border-radius: 5px;
  height: 130px;
}
.scroolingcontent p {
  font-size: 16px;
  color: #ccc;
}
.scroolingcontent span {
  font-size: 45px;
  font-family: "Fjalla One", sans-serif;
  color: #fff;
}
.aftcount {
  font-size: 45px;
  font-family: "Fjalla One", sans-serif;
  color: #fff;
}
.news_announcements {
  background-color: #fff;
  margin-top: 10px;
}
.news_announcements_header {
  font-size: 20px;
  padding: 5px;
}
.news_content a {
  display: block;
  font-size: 14px;
  color: #000;
  margin: 9px;
  padding: 5px;
  background-color: #efefef;
}
.news_content a:nth-child(even) {
  background-color: #f8f8f8;
}
.news_content a:hover {
  background-color: #ccccff;
  text-decoration: none;
  color: #000;
}
.news_content {
  height: 420px;
  overflow: auto;
}
.randd_content {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
.footerlinks a {
  color: #000;
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
}
.footerlinks a:hover {
  text-decoration: none;
  color: #999;
}
.imglinks {
  background-color: #410c25;
  color: #fff;
  display: block;
  position: fixed;
  z-index: 99999999999999999;
  right: -45px;
  transform: rotate(90deg);
  top: 50%;
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}

/*sidenav*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999999999999999999;
  top: 0;
  right: 0;
  background-color: #410c25;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 22px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  transition: 0.3s;
  border-bottom: dashed 1px #333333;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999999;
}
.sticky + .content {
  padding-top: 102px;
}
.slickslider a {
  color: #0b2637;
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 50%;
  z-index: 999999999999999999;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 12px;
  transition: all 0.3s ease;
  color: white;
  font-size: 15px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3b5998;
  color: white;
}

.twitter {
  background: #55acee;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.scrollToTop {
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 0px;
  display: none;
  color: #999;
  font-size: 35px;
}
.scrollToTop:hover {
  text-decoration: none;
  color: #666;
}

.subheading {
  border-left: 15px solid #ab070e;
  background-color: #f0f0f0;
  padding: 10px;
}
.linksstyle p {
  padding: 25px;
  font-size: 20px;
  background-color: #fff;
}
.subpage_dep {
  background-image: url(../images/slider1.jpg);
  background-size: cover;
}

.dep_heading {
  color: #fff;
  font-size: 22px;
  padding: 10px;
  background-color: rgb(171, 7, 17);
  text-align: center;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
/*Sidenav*/
@media (max-width: 767px) {
  .mobilepadding {
    margin-left: 35px;
    margin-right: 35px;
  }
}
.oo {
  text-align: center;
  padding: 10px;
}

/* blog */

/* blog */

.blog {
  background: #fff;
}

.containerd {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.5rem;
  justify-content: space-between !important;
  margin: 10px;
}

.containerd a {
  margin: auto;
}

.card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  width: 300px;
  overflow: hidden;
  width: 300px;
  border: 6px solid #332c38;
  height: 32.5rem;
  box-shadow: 5px 5px 45px -15px black;
}

.card-header img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-body {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 20px;
  min-height: 220px;
}

.tag {
  background-color: #ccc;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
  margin: 0;
  padding: 2px 10px;
  text-transform: uppercase;
}

.tag-teal {
  background-color: #92d4e4;
}

.tag-purple {
  background-color: #3d1d94;
}

.tag-pink {
  background-color: #c62bcd;
}

.card-body h4 {
  margin: 10px 0;
  letter-spacing: 0.07rem;
}

.card-body p {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
}

@media (min-width: 940px) {
  .card-body p {
    min-height: 169px;
  }
}

.card {
  color: rgb(70, 68, 68);
}

.user {
  display: flex;
  margin-top: 18px;
}

.user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}

.user-info h5 {
  margin: 0;
}

.user-info small {
  color: #888785;
}

@media screen and (min-width: 760px) {
  .containerd {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1160px) {
  .containerd {
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }
}

/* quotes used  */

blockquote {
  font-family: Georgia, serif;
  position: relative;
  margin: 0.5em;
  padding: 0.5em 2em 0.5em 3em;
}
/* Thanks: http://callmenick.com/post/styling-blockquotes-with-css-pseudo-classes */

blockquote:before {
  font-family: Georgia, serif;
  position: absolute;
  font-size: 6em;
  line-height: 1;
  top: 0;
  left: 0;
  content: "\201C";
}
blockquote:after {
  font-family: Georgia, serif;
  position: absolute;
  /* display: block; don't use this, it raised the quote too high from the bottom - defeated line-height? */
  float: right;
  font-size: 6em;
  line-height: 1;
  right: 0;
  bottom: -0.5em;
  content: "\201D";
}
blockquote footer {
  padding: 0 2em 0 0;
  text-align: right;
}
blockquote cite:before {
  content: "\2013";
}

/* new */

#main {
  margin-left: 300px;
}

@media (max-width: 1199px) {
  #header {
    left: -300px;
  }
  #main {
    margin-left: 0;
  }
}

@media screen and (max-width: 360px) {
  .hero-info h4 {
    font-size: 0.9rem;
  }

  .section * {
    max-width: 95vw;
  }
}
