* {
  margin: 0;
  padding: 0;
  outline: 0;
}

html {
  font-size: 10px;
  background-image: url('../images/body_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

body {
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: transparent;
}

.container {
  max-width: 1200px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-weight: 700;
}

a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  display: inline-block;
}

a:hover {
  color: #121517;
}

p {
  margin-bottom: 1rem;
}

img,
video {
  max-width: 100%;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.heading {
  font-size: 42px;
  color: #3400d4;
  margin-bottom: 20px;
}

p {
  color: #333333;
}


.body-wrapper {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
  border-top: 5px solid #ae1b22;
  padding-bottom: 15px;
}

.site-header .logo-bar {
  background-image: url(../images/cross.png);
  margin: 0 -15px;
}

.site-header .logo-bar a {
  margin: 20px 0;
}


.site-header .navbar {
  margin: 0 -15px;
  padding: 0 15px;
  background-color: #3c050c;
}

.site-header .navbar .navbar-nav .nav-item .nav-link {
  padding: 16px 12px;
  color: #fff;
  font-size: 14px;
}

.site-header .navbar .navbar-nav .nav-item .nav-link:hover {
  opacity: 0.8;
}

.site-header .navbar .navbar-nav {
  margin: auto;
}

.site-header .navbar .navbar-nav .nav-item .dropdown-menu {
  border: none;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
  moz-box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.site-header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 12px 20px;
  border-bottom: 1px solid #eee;
  text-align: left;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
}

.site-header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #3c050c;
  color: #fff;
}


.slider-section {
  margin: 0 -15px;
}

.slider-section .slick-arrow:focus {
  outline: none;
}

.slider-section .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  font-size: 0;
  width: 60px;
  height: 90px;
  background: #3c050cab;
  z-index: 1;
  cursor: pointer;
}

.slider-section .slick-arrow.slick-next {
  right: 0;
}

.slider-section .slick-arrow.slick-prev {
  left: 0;
}

.slider-section .slick-arrow.slick-next:after {
  content: "\f35a";
  font-size: 30px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.slider-section .slick-arrow.slick-prev:after {
  content: "\f359";
  font-size: 30px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.new-blocks {
  margin: 40px 0;
}

.new-blocks ul {
  display: flex;
  flex-wrap: wrap;
}

.new-blocks ul li {
  width: calc(25% - 20px);
  margin: 10px;
  border: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  position: relative;
}

.new-blocks ul li a {
  text-align: center;
  font-size: 14px;
  color: #3c050c;
  font-weight: 500;
  padding: 20px;
  width: 100%;
}

.new-blocks ul li a:hover {
  text-decoration: none;
}

.new-blocks ul li:hover {
  border: 1px solid #3c050c;
}

.new-blocks ul li:after {
    content: '';
    background-image: url(../images/new-gif.gif);
    width: 30px;
    height: 30px;
    z-index: 11;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: -10px;
    left: -15px;
}

.about-blocks .btn, .principal-profile .btn {
  font-size: 14px;
  background: #3c050c;
  padding: 10px 20px;
  color: #fff;
  border-radius: 4px;
  margin-top: 10px;
}

.news-blocks {
  background: #fff1f3;
  margin: 50px 0;
  padding: 30px 40px;
}
.news-blocks h5 {
	font-size: 29px;
	text-align: center;
	color: #fff;
	background-color: #3c050c;
	padding: 10px;
	border-radius: 4px;
}

.news-blocks marquee {
	background: #fff;
	padding: 20px;
	border-radius: 20px;
	margin-top: 20px;
	height: 480px;
	overflow: hidden;
}

.news-blocks marquee a {
  color: #3c050c;
  font-size: 15px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #03a9f4;
  width: 100%;
  padding-bottom: 20px;
}

.news-blocks marquee a:before {
  content: '';
  background-image: url(../images/new-gif.gif);
  width: 25px;
  height: 31px;
  z-index: 11;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -4px;
}

.news-blocks h6 {
  font-size: 20px;
  font-weight: normal;
  color: #3c050c;
  margin-bottom: 20px;
}

.news-blocks h6 b {
  font-weight: 600;
  margin-top: 9px;
  display: block;
}

.news-blocks ul li a {
  border-radius: 4px;
  background-color: #fff;
  padding: 5px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.news-blocks ul li {
  width: calc(50% - 20px);
  margin:  10px;
}

.news-blocks ul {
  display: flex;
  flex-wrap: wrap;
}

.site-footer {
  background: #3c050c;
  padding: 20px;
  text-align: center;
}

.site-footer ul li a {
  color: #fff;
}

.site-footer ul li {
  display: inline-block;
  font-size: 14px;
}

.site-footer ul li label {
  color: #fff;
  margin: 0;
}

.site-footer ul li:after {
  content: '|';
  margin: 0 10px;
  color: #fff;
}

.site-footer ul li:last-child:after {
  display: none;
}

.site-footer .copyright {
  margin: 13px 0 0;
  color: #fff;
  font-size: 14px;
  border-top: 2px solid #540e17;
  padding-top: 8px;
}


/* Page heading */
.page-header {
  clear: both;
  margin: 0 -15px;
  border-bottom: 1px solid #e6e6e6;
  padding: 50px 20px;
  margin-bottom: 40px;
}

.page-header h1 {
  text-align: center;
  color: #3c050c;
  font-size: 42px;
}

.page-header h1:after {
  content: '';
  width: 60px;
  height: 5px;
  display: table;
  clear: both;
  background: #3c050c;
  margin: 15px auto 0;
}

.heading.h4 {
  font-size: 32px;
  font-weight: 600;
}

.heading.h5 {
  font-size: 28px;
  font-weight: 600;
}

/* List Style */
.list li {
  margin-bottom: 15px;
}

.list li a {
  color: #3c050c;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  transition: all ease-in-out 0.2s;
}

.list li a:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #3c050c;
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 8px;
}

.list li a:hover {
  margin-left: 10px;
  text-decoration: none;
}


/* Table Style */
.cust-table-dec th {
  background: #3c050c;
  border-color: #84444b;
  color: #fff;
  font-weight: 500;
}


/* Card Design */
.card-deck {
  flex-wrap: wrap;
  flex-flow: wrap;
  margin: 0 1%;
}

.card-deck .card {
  width: 23%;
  flex: none;
  margin: 0 1% 20px;
}

.card-deck .card .card-img-top {
  height: 250px;
  object-fit: inherit;
  object-position: top;
}

.card-deck .card-body .card-title {
  font-size: 18px;
  color: #3c050c;
}

.card-deck .card-body .card-text {
  font-size: 16px;
  margin: 0;
}

.card-deck .card-body .text-muted {
  font-size: 90%;
}

.card-deck .card-body a {
  color: #3c050c;
  font-weight: 500;
  margin-top: 5px;
}

/* Contact Page */
.contact-page .note {
  font-size: 20px;
  font-weight: 500;
  color: #3c050c;
  margin: 10px;
}

.contact-page .contact-card {
  display: flex;
  flex-wrap: wrap;
}

.contact-page .contact-card li {
  width: calc(33% - 20px);
  margin: 10px;
  border: 1px solid #e6e6e6;
  padding: 20px;
}

.contact-page .contact-card li h6 {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}

.contact-page .contact-card li a {
  font-size: 20px;
  font-weight: 600;
  color: #3c050c;s
}
#deadSimpleLightbox img {
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}
#lightboxOverlay {
  position:fixed; top:0;
  left:0; width:100%;
  height:100%;
  background-color: rgba( 0,0,0, 0.7 );
  text-align: center;
}
#lightboxOverlay h3 {
  color:#f3f3f3;
}
#lightboxOverlay .fa-times {
  position: absolute; right: 20px;
  top: 20px;
  font-size: 50px;
  cursor: pointer;
  color: #fff;
}
#lightboxOverlay img {
  margin-top: 35%;
  max-width: 100%;
  max-height:80%;
}
.hit-counter {
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
}
.hit-counter span {
    background: repeating-linear-gradient(356deg, #3c050c, #3c050c1c 100px);
    color: white;
    padding: 0 4px;
    font-size: 17px;
    width: 22px;
    border-right: 1px solid #3c050c;
}
.discover-more ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.discover-more ul li {
  max-width: calc(25% - 10px);
  position: relative;
  flex: 25%;
}
.discover-more a {
	border-radius: 30%;
	display: block;
	overflow: hidden;
	position: relative;
	padding-top: 100%;
}
.discover-more a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px dashed #fff;
	z-index: 1;
	margin: 10px;
	border-radius: 50%;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.discover-more a:hover::after {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}
.discover-more .heading {
	text-align: center;
	margin: 10px 0 30px 0;
	text-transform: uppercase;
}

.discover-more a img {
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}
.discover-more a:hover img {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}
.left-side-bar h3, .right-side-bar h3 {
  border-bottom: 3px solid #ffad00;
  max-width: fit-content;
  background: #3c050c;
  padding: 6px 12px;
  color: #fff;
  font-weight: 400;
  border-radius: 3px;
}
.discover-more ul li p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  right: 0;
  background: #673ab75c;
  margin: 0;
  align-items: center;
  font-size: 16px;
  color: #fff;
  justify-content: center;
  -webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.discover-more a:hover p{
  background: rgba(0,0,0,0.75);
}
.principal-profile h3 {
  margin-bottom: 10px;
  border-bottom: 2px dashed;
  max-width: fit-content;
  padding-bottom: 3px;
}
.principal-wrapper {
  margin: 40px 0;
}
.principal-wrapper .card-title {
  font-size: 16px;
}
.discover-more ul li p:hover {
  background: #313131e3;
}
.discover-more {
  margin-bottom: 40px;
}
.principal-wrapper {
	margin: 40px 0;
	background-color: #fff;
	padding: 30px;
	border-radius: 8px;
  box-shadow:0 0 20px rgba(0,0,0,0.15)
}
/* About section */

.about-blocks{
  padding-top:40px;
}

.about-blocks img {
	margin-bottom: 40px;
}

.about-blocks .heading, .principal-profile .heading {
    font-size: 28px;
    color: #3c050c;
    margin-bottom: 10px;
}
.about-blocks .heading {
	border-bottom: 1px solid #3c050c;
	display: inline-block;
	padding-bottom: 7px;
}

.footer-social a {
	background-color: #fff;
	color: #3c050c;
	width: 50px;
	height: 50px;
	border-radius: 6px;
	 display: -webkit-box; 
	display: -ms-flexbox; 
	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;
	font-size: 3rem;
	text-decoration: none;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.footer-social a:hover {
	background-color: #A26B72;
	color: #2D0000;
}
.footer-social a:first-child {
  margin-right:8px;
}
.footer-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .left-side-bar,.right-side-bar{
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #lightboxOverlay .fa-times {
    font-size: 30px;
    width: 50px;
    height: 50px;
  }
  #lightboxOverlay .fa-times:before {
    line-height: 50px;
  }
  #lightboxOverlay img {
    margin-top: 3%;
    max-height:90%;
  }
}
@media screen and (max-width: 1024px){
  .contact-page .contact-card li{
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 991px){
  .site-header .navbar .navbar-toggler {
    background: #fff;
    margin: 10px;
    padding: 10px;
    color: #3c050c;
    font-size: 16px;
  }

  .site-header .navbar .navbar-toggler i {
    margin-right: 6px;
    font-size: 16px;
  }

  .site-header .navbar .navbar-collapse {
    position: absolute;
    z-index: 9;
    background: #ffffff;
    top: 100%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    height: 220px;
    overflow: auto;
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.5);
  }

  .site-header .navbar .navbar-nav .nav-item .nav-link {
    padding: 12px 10px;
    color: #33040a;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
  }

  .site-header .navbar .navbar-nav .nav-item .dropdown-menu {
    box-shadow: none;
    padding-left: 10px;
  }

  .new-blocks ul li {
    width: calc(25% - 20px);
  }

  .heading {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .news-blocks h5 {
    font-size: 32px;
  }

  .card-deck .card {
    width: 31.33%;
    flex: none;
    margin: 0 1% 20px;
  }
}

@media screen and (max-width: 767px){
  .new-blocks ul li {
    width: calc(33% - 20px);
  }
  .discover-more ul li {
    max-width: calc(50% - 10px);
    position: relative;
    flex: 50%;
  }
  .discover-more ul li p {
    font-size: 13px;
  }
  .heading {
    margin-top: 20px;
  }

  .news-blocks {
    margin: 50px 0;
    padding: 30px 20px;
  }

  .news-blocks marquee {
    margin-bottom: 20px;
  }

  .contact-page .contact-card li{
    width: 100%;
    margin: 10px 0;
  }

  .contact-page .note{
    margin: 0;
  }

  .page-header h1 {
    font-size: 32px;
  }

  .page-header {
    padding: 30px 20px;
    margin-bottom: 30px;
  }

  .card-deck .card {
    width: 48%;
  }

}

@media screen and (max-width: 680px){
  .new-blocks ul li {
    width: calc(50% - 20px);
  }

  .slider-section .slick-arrow {
    width: 30px;
    height: 40px;
  }

  .slider-section .slick-arrow.slick-prev:after,
  .slider-section .slick-arrow.slick-next:after {
    font-size: 20px;
  }

  .site-header .navbar .navbar-toggler {
    font-size: 15px;
  }
}

@media screen and (max-width: 520px){
  .new-blocks ul li {
    width: calc(100% - 20px);
  }

  .card-deck .card {
    width: 100%;
    margin: 0 0 20px;
  }
}