.headertop {
  margin: 0;
  padding: 6px 0;
  background: #ffffff; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #ffca94 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffca94",GradientType=1 ); /* IE6-9 */
}

.cer_bx img {
  height: 105px;
  max-width: 100%;
  width: auto;
}

a {
  text-decoration: none;
}

.menu_style {
  background-image: linear-gradient(to bottom, #ce8a3f, #da974f, #e5a560, #f1b270, #fcc081);
  padding: 0 0;
}
.menu_style .navbar-nav .nav-link.active {
  color: #fff;
  background-color: #EA4F5F;
}
.menu_style .navbar-nav .nav-link:hover,
.menu_style .navbar-nav .nav-link:focus {
  color: #fff;
  background-color: #EA4F5F;
}

@media (min-width: 768px) {
  .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
  }
  .dropdown:hover .dropdown-menu, .dropdown.show .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    display: block;
  }
  .navbar-nav {
    flex-direction: row;
  }
  .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
  }
}
.banner_style {
  margin-top: 0.5em;
}
.banner_style h1 {
  margin: 0;
  font-size: 20px;
  color: #740F18;
  border-bottom: #CCC 1px solid;
  margin-bottom: 8px;
  padding-bottom: 5px;
}
.banner_style p {
  font-size: 13px;
  line-height: 18px;
}

#CDSSCROLLINGRAVE.narrow {
  width: 100% !important;
  font-size: 12px !important;
}

.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.contan {
  margin: 0;
  padding-top: 5px;
}

.contan h2 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  border-bottom: #CCC 1px solid;
  margin-bottom: 8px;
  padding-bottom: 5px;
}

.contan1 {
  margin: 0;
  position: relative;
}

.contan1 h3 {
  position: absolute;
  top: 0px;
  padding: 5px 0;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
}

.contan1 a {
  display: block;
}

.contan2 {
  margin: 0;
  position: relative;
  margin-bottom: 15px;
}

.contan2 h3 {
  position: absolute;
  top: 0px;
  padding: 5px 0;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  background: rgba(116, 15, 24, 0.8);
}

.contan2 a {
  display: block;
}

.contan1 img {
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}

.contan2 img {
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}

.pagebx1 {
  min-height: 480px;
  padding: 10px 0;
}

.pagebx1 h1 {
  margin: 0;
  font-size: 20px;
  color: #740F18;
  border-bottom: #CCC 1px solid;
  margin-bottom: 8px;
  padding-bottom: 5px;
}

.pagebx1 p {
  font-size: 13px;
  line-height: 20px;
}

.porimgad {
  float: left;
  max-width: 450px;
  margin-top: 5px;
  max-height: 450px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.footerbg {
  margin: 0;
  background: #D28E43;
  border-top: #1E1E1E 2px solid;
  padding: 5px 0;
  color: #fff;
  font-size: 12px;
}

.footerr {
  text-align: right;
}

.imggall {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (max-width: 768px) {
  .porimgad {
    float: none;
    margin-right: 0;
    margin: auto;
    max-width: 100%;
  }
}
.rating {
  float: left;
}

.rating > input {
  display: none;
}

.rating > label:before {
  margin: 5px;
  display: inline-block;
}

.rating > label {
  color: #ddd;
  margin: 0 1px;
}

/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #ff9b00;
} /* hover previous stars in list */
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #FFED85;
}

.textm_rating i {
  color: #ff9b00;
  font-size: 12px;
}

.pagebx2 {
  margin: 0;
  font-family: Verdana, Geneva, sans-serif;
  border: #CCC 1px solid;
  padding: 15px;
  position: relative;
  margin-top: 25px;
}

.pagebx2 h3 {
  position: absolute;
  top: -9px;
  color: #EA4F5F;
  margin: 0;
  padding: 0;
  background: #FFF;
  padding: 0 8px 7px 8px;
  font-size: 14px;
  font-weight: 600;
}

.pagebx2 hr {
  margin: 4px 0;
}

.pagebx2 p { /*word-break: break-all;*/
  line-height: 20px;
}

.borderFooter {
  background: #111;
  border-top: #a8a8a8 2px solid;
  border-bottom: #f00 2px solid;
  height: 10px;
  margin-top: 15px;
}

.footerbg h4 {
  text-transform: uppercase;
}

.footerbg {
  background: #ff720d;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff720d 0%, #fc2e00 50%, #ff720d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff720d", endColorstr="#ff720d", GradientType=1);
  /* IE6-9 */
  padding: 1.5rem 0;
  border: 0 !important;
}

.footerbg ul {
  margin: 0;
  padding: 0;
}

.footerbg ul li {
  display: block;
  padding: 4px 0;
}

.footerbg ul li a {
  color: #fff;
}

.footerbg ul li a:hover {
  text-decoration: underline !important;
}

.footerbg ul li strong {
  font-weight: 900;
}

@media (min-width: 768px) {
  /*.banenr{margin-bottom: 0 !important;}*/
  /*.contan{padding-top:0;}*/
  /*.bannerr p{font-size:12px;}*/
}
.imex {
  color: #001c60;
  font-size: 24px;
  text-shadow: 1px 0px #fff;
  font-weight: bold;
}

.sdf:hover {
  color: #fff;
}

@media all and (max-width: 768px) {
  .grid-5 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .contan2 img {
    width: 100%;
    height: auto;
  }
}
.videoBx {
  background: #fff;
  border: #00c496 1px solid;
  display: block;
  padding: 15px 5px;
  width: 121px;
  height: 105px;
  text-align: center;
  color: #000;
  /*line-height: 50px;*/
}

.videoBx a {
  color: #ea4f5f;
}

.videoBx img {
  width: auto;
  height: 48px;
}

.videoBx span {
  animation-duration: 1200ms;
  animation-name: blink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  -webkit-animation: blink 1200ms infinite; /* Safari and Chrome */
}

@keyframes blink {
  from {
    color: red;
  }
  to {
    color: white;
  }
}
@media all and (min-width: 768px) {
  .showpc {
    display: block !important;
  }
}
.headr {
  display: none;
  width: 100%;
  background: #589442;
  border: none;
  text-align: center;
  padding: 5px 15px;
  margin-bottom: 8px;
  color: #fff;
  border-radius: 5px;
}

.videm {
  background: #8a1a17;
  border-radius: 4px;
  display: none;
}

.videm a {
  color: #fff !important;
  display: inline-block;
  padding: 0 6%;
}

.videm img {
  height: 32px;
  width: auto;
  margin-right: 10px;
}

@media all and (max-width: 768px) {
  .headr {
    display: block;
  }
  .videm {
    display: block;
  }
  .cer_bx {
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=styles.css.map */