@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,500;0,600;0,700;0,800;1,400&display=swap");
a:hover, a:focus, button:focus {
  text-decoration: none !important;
  outline: none;
}

button {
  cursor: pointer;
  border: 0;
  background-color: #fff;
}

p {
  line-height: 23px;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

body {
  font-family: 'Montserrat', sans-serif;
}

header {
  height: 35px;
}

header .headerimg {
  width: 100%;
  top: 0;
  position: absolute;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg {
  background-image: url(../images/vector_bg.jpg);
  min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  padding: 0;
}

.wrapper {
  padding: 30px 5%;
  position: relative;
}

.wrapper .devi {
  position: absolute;
  width: 400px;
}

@media (max-width: 991px) {
  .wrapper .devi {
    width: 230px;
  }
}

@media (max-width: 767px) {
  .wrapper .devi {
    right: 0;
  }
}

@media (max-width: 567px) {
  .wrapper .devi {
    width: 140px;
  }
}

.wrapper .head_pic {
  position: absolute;
  right: 0;
  width: 260px;
  z-index: 0;
}

@media (max-width: 991px) {
  .wrapper .head_pic {
    width: 180px;
  }
}

@media (max-width: 767px) {
  .wrapper .head_pic {
    display: none;
  }
}

.wrapper .brand_logo {
  width: 100%;
  position: relative;
  z-index: 9;
}

.wrapper .home_menu {
  position: relative;
  z-index: 9;
}

.wrapper .home_menu ul {
  background: #b45714;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#b45714), color-stop(51%, #b24d05), to(#b45714));
  background: linear-gradient(to bottom, #b45714 0%, #b24d05 51%, #b45714 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 7px;
  padding: 6px 15px;
  margin: 25px 0;
  border: 0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(32, 33, 36, 0.9);
          box-shadow: 0 1px 3px 0 rgba(32, 33, 36, 0.9);
}

@media (max-width: 767px) {
  .wrapper .home_menu ul {
    display: none;
  }
}

.wrapper .home_menu ul li {
  display: block;
  width: 16.5%;
  float: left;
}

.wrapper .home_menu ul li a {
  display: block;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  -webkit-transition: 1s all;
  transition: 1s all;
  font-size: 15px;
}

.wrapper .home_menu ul li a:hover {
  color: #f1cb05;
  font-weight: 600;
}

.wrapper .home_menu ul li a.active {
  color: #f1cb05;
  font-weight: 600;
}

.wrapper .cards {
  border-radius: 12px;
  background-color: #fff;
  padding: 12px;
  margin: 25px 0;
  border: 0;
  -webkit-box-shadow: 0 1px 14px 0 rgba(32, 33, 36, 0.58);
          box-shadow: 0 1px 14px 0 rgba(32, 33, 36, 0.58);
}

#banner_slider .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  width: 45px;
  position: absolute;
  top: 40%;
  left: 25px;
}

@media (max-width: 567px) {
  #banner_slider .owl-nav.disabled + .owl-dots {
    top: 26%;
    left: 12px;
  }
}

#banner_slider .owl-dots .owl-dot.active span {
  background: red;
  padding: 5px;
}

@media (max-width: 567px) {
  #banner_slider .owl-dots .owl-dot.active span {
    border: 2px solid #867c7c;
    -webkit-box-shadow: 0px 0px 0px 1px #fff;
            box-shadow: 0px 0px 0px 1px #fff;
    padding: 2px;
  }
}

#banner_slider .item h4 {
  position: absolute;
  z-index: 9;
  left: 40px;
  top: 50px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  #banner_slider .item h4 {
    left: 20px;
    top: 25px;
    font-size: 12px;
  }
}

#banner_slider .item .banner_bg {
  position: relative;
  border-radius: 9px;
}

.menu_btn {
  display: none;
}

@media (max-width: 767px) {
  .menu_btn {
    display: block;
    color: #fff;
    text-align: right;
    background: #b45714;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#b45714), color-stop(51%, #b24d05), to(#b45714));
    background: linear-gradient(to bottom, #b45714 0%, #b24d05 51%, #b45714 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 7px;
    padding: 6px 15px;
    margin: 10px 0;
    border: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(32, 33, 36, 0.9);
            box-shadow: 0 1px 3px 0 rgba(32, 33, 36, 0.9);
  }
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 700;
  color: black;
  padding: 5px 14px;
}

.navbar-light .navbar-nav .nav-link img {
  display: block;
  width: 25px;
  margin: 0 15px;
}

[data-sidebar] {
  display: none;
  position: fixed;
  height: 100%;
  z-index: 999999;
  width: 290px;
}

[data-sidebar-overlay] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  min-height: inherit;
}

aside {
  background-color: #b45714;
  -webkit-box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.5);
}

aside a {
  color: #fff;
  text-decoration: none;
}

.overlay {
  background-color: #221616;
}

aside ul {
  margin: 0;
  padding: 0;
}

aside ul li a {
  display: block;
  padding: 12px;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #af4136;
}

.marquee {
  height: 45px;
  line-height: 45px;
  width: calc(100% + 60px);
  overflow: hidden;
  position: relative;
  color: #fff;
  font-weight: 500;
  -webkit-box-shadow: 0px 3px 22px 0px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 3px 22px 0px rgba(0, 0, 0, 0.22);
  margin-bottom: 25px;
  margin: 0 -30px;
  background-image: url(../images/marquee_bg.jpg);
  background-size: cover;
}

.marquee_scroll {
  position: relative;
}

.arr_left, .arr_right {
  position: absolute;
  bottom: -20px;
  width: 18px;
}

.arr_left {
  left: -30px;
}

.arr_right {
  right: -30px;
}

.news_titles {
  position: absolute;
  width: 100px;
  z-index: 9999;
  left: 12px;
  top: 8px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  padding: 0px 12px;
  font-size: 13px;
  border-radius: 10px;
  color: #fff;
  background: #c12424;
  font-weight: 700;
  -webkit-animation: none;
          animation: none;
  font-family: 'Playfair Display', serif;
}

.marquee .news_scrolls {
  display: block;
  width: 200%;
  height: 30px;
  position: absolute;
  overflow: hidden;
  -webkit-animation: marquee 10s linear infinite;
          animation: marquee 10s linear infinite;
}

.marquee span {
  float: left;
  width: 50%;
  font-family: 'Montserrat', sans-serif;
}

@-webkit-keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

.shadow {
  -webkit-box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, 0.32);
}

.spacings {
  padding: 40px 0;
}

@media (max-width: 991px) {
  ul.navbar-nav {
    display: none;
  }
}

#gallery_slides .item {
  padding: 20px;
}

#gallery_slides .banner_bg {
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.32);
}

footer {
  background-color: #850d0d;
  color: #fff;
  padding: 10px;
  text-align: center;
}

footer p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
}

.contents {
  padding: 20px;
}

.contents p {
  font-size: 14px;
}

.gallery_page {
  padding: 15px 30px !important;
}

.gallery_page h4 {
  font-family: 'Playfair Display', serif;
  border-bottom: 1px solid #850d0d;
  font-size: 1.2rem;
  padding: 8px 0;
  margin-bottom: 20px;
}

.gallery_page .gallery a {
  margin-bottom: 25px;
  display: block;
}

.gallery_page .gallery a img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}

.contactus {
  padding: 15px 30px !important;
}

.contactus h4 {
  font-family: 'Playfair Display', serif;
  border-bottom: 1px solid #850d0d;
  font-size: 1.2rem;
  padding: 8px 0;
  margin-bottom: 20px;
}

.contactus h6 {
  line-height: 24px;
}

.contactus h6 i {
  color: #850d0d;
  margin-right: 20px;
}

.contactus p {
  font-size: 14px;
}

h4.color1 {
  color: #850d0d;
}

.thead-dark th {
  background-color: #f1cb05 !important;
  border-color: #ffffff !important;
  color: #850d0d !important;
}

.table {
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 14px 0 rgba(32, 33, 36, 0.11);
          box-shadow: 0 1px 14px 0 rgba(32, 33, 36, 0.11);
}
/*# sourceMappingURL=styles.css.map */