/* =======================================
* CSS style Index
*-----------------------------------------*/
/*1. Typography
  2. Custom Padding
  3. Box shadow and image overlay
  4. Global Link Style
  5. Global media query
  6. Body
  7. Button
  8. Navigation
  9. Header section
  10. About section
  11. Packages Section
  12. Gallery Section
  13. Testimonial Section
  14. Contact Section
  15. Contact Form
  16. Footer section
  17. Social Icons
  18. Go to Top
  19. Preloader
===========================================*/

/*--------------------------------------------------------------
* custom Typography
----------------------------------------------------------------*/

.heading-primary {
  font-family: "新宋体";
  font-size: 3rem;
}

.heading-secondary {
  font-family: "Lora", serif;
  font-size: 4rem;
}

.heading-tertiary {
  font-family: "Lobster", cursive;
  font-size: 3rem;
}

.heading-quaternary {
  font-family: "Lora", serif;
  font-size: 2.5rem;
}

.heading-tag {
  font-family: "Lora", serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.paragraph {
  font-size: 1.8rem;
  text-indent: 3.6rem;
}

/*--------------------------------------------------------------
* custom padding
----------------------------------------------------------------*/
.section-padding {
  padding: 8rem 6rem;
}

/*----- width < 991px ----- */
@media only screen and (max-width: 61.94em) {
  .section-padding {
    padding: 10rem 6rem;
  }
}

/*----- width < 768px -----*/
@media only screen and (max-width: 48em) {
  .section-padding {
    padding: 8rem 4rem;
  }
}

/*----- width < 480px -----*/
@media only screen and (max-width: 30em) {
  .section-padding {
    padding: 6rem 2rem;
  }
}

.banner-padding {
  padding: 8rem 6rem;
}

/*----- width < 991px ----- */
@media only screen and (max-width: 61.94em) {
  .banner-padding {
    padding: 6rem;
  }
}

/*----- width < 768px -----*/
@media only screen and (max-width: 48em) {
  .banner-padding {
    padding: 4rem;
  }
}

/*----- width < 480px -----*/
@media only screen and (max-width: 30em) {
  .banner-padding {
    padding: 4rem 2rem;
  }
}

/*--------------------------------------------------------------
* Box shadow and image overlay variable declaratives
----------------------------------------------------------------*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/*--------------------------------------------------------------
* Global link decoration declarative
----------------------------------------------------------------*/
a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

/*--------------------------------------------------------------
* Global media query declarative
----------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

/*----- width < 1200px -----*/
@media only screen and (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}

/*----- width < 991px ----- */
@media only screen and (max-width: 61.94em) {
  html {
    font-size: 53.13%;
  }
}

/*----- width < 480px -----*/
@media only screen and (max-width: 30em) {
  html {
    font-size: 50%;
  }
}

/*--------------------------------------------------------------
* Body background and font properties
----------------------------------------------------------------*/
body {
  font-family:'新宋体'!important;
  color: #000000;
  font-size: 1.6rem;
  background-color: #ffffff;
  line-height: 1.6;
  letter-spacing: .08rem;
  font-weight: 400;
}

/*--------------------------------------------------------------
* Button style
----------------------------------------------------------------*/

button {
  border: none;
}

button:active,
:focus {
  border: none;
}

.btn-befit {
  background-color: #A01129;
  border-radius: .2rem;
  color: #f9f7f6;
  padding: 1rem 2rem;
  margin: 2rem 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn-befit:hover {
  background-color: #6B0B1C;
}

/*--------------------------------------------------------------
* Header menu Navigation
----------------------------------------------------------------*/
.navigation {
  min-height: 8rem;
  padding: 0 2rem;
  background: rgba(5, 3, 7, 0);
}

.navigation .navbar {
  z-index: 999;
  color: #FFFFFF;
}

.navigation .navbar-nav {
  background: rgba(5, 3, 7, 0);
}

/*----- width < 768px -----*/
@media only screen and (max-width: 61.94em) {
  .navigation .navbar-nav {
    background: #c8132d;
    -webkit-transition: background-color .5s ease 0s;
    -o-transition: background-color .5s ease 0s;
    transition: background-color .5s ease 0s;
  }
}

/*----- width < 768px -----*/
@media only screen and (max-width: 61.94em) {
  .navigation {
    background:rgba(5, 3, 7, 0);
    -webkit-transition: background-color .5s ease 0s;
    -o-transition: background-color .5s ease 0s;
    transition: background-color .5s ease 0s;
    text-align: center;
  }
}

.nav-item {
  font-size: 1.8rem;
  margin: 0 2rem;
  color: #f9f7f6;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.nav-item:hover {
  border-bottom: 0.2rem solid #C8132D;
}

.navbar-nav .active {
  color: #C8132D;
  border-bottom: 0.2rem solid #C8132D;
}

.nav-scroll .nav-item a:hover{
  color:  #C8132D;
  text-decoration: none;
}
.nav-scroll .nav-item a{
  color:  #000000;
  text-decoration: none;
}
/*.nav-item a:hover{*/
/*  color: #C8132D;*/
/*}*/


.dropdown-menu {
  border: none;
  background-color: rgba(5, 3, 7, 0.4);
}

.dropdown-menu .dropdown-item {
  font-size: 1.8rem;
  padding: 1rem 2rem;
  color: #f9f7f6;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.dropdown-menu .dropdown-item:hover {
  color: #1B0928;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(249, 247, 246, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: #f9f7f6;
}

.nav-scroll {
  background-color: rgb(255 255 255);
  color: #000000!important;
  -webkit-transition: background-color .5s ease 0s;
  -o-transition: background-color .5s ease 0s;
  transition: background-color .5s ease 0s;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
  z-index: 999;
}

.nav-scroll .icon-bar {
  color: #1B0928;
  margin-right: 1.5rem;
}

.nav-scroll .navbar-nav .active {
  color:  #C8132D!important;
}

/*--------------------------------------------------------------
* Header section
----------------------------------------------------------------*/
.header {
  min-height: 100vh;
  position: relative;
}

.header__container {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: gold;
}

.header__container .heading-primary {
  font-size: 11rem;
  z-index: 10;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/*----- width < 768px -----*/
@media only screen and (max-width: 48em) {
  .header__container .heading-primary {
    font-size: 6rem;
  }
}

/*----- width < 480px -----*/
@media only screen and (max-width: 30em) {
  .header__container .heading-primary {
    font-size: 4rem;
  }
}

/*--------------------------------------------------------------
* Home page header background image transition effect (can be used anywhere with this class)
----------------------------------------------------------------*/
.slideshow {
  background: url(../img/hero-001.jpg) no-repeat center;
  background-size: cover;
  background-blend-mode: darken;
  -webkit-transition: 3s;
  -o-transition: 3s;
  transition: 3s;
}

.overlay {
  background-color: rgba(5, 3, 7, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*--------------- scroll down icon ---------------*/
.container .mouse {
  width: 2.8rem;
  height: 5rem;
  border: 0.2rem solid #f9f7f6;
  border-radius: 3rem;
  position: absolute;
  top: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.container .mouse .mouse-wheel {
  overflow: hidden;
  margin-top: .5rem;
}

.container .mouse .mouse-wheel span {
  display: block;
  margin: .5rem auto;
  width: .5rem;
  height: .5rem;
}

.container .mouse .mouse-wheel span.wheel {
  border: 0.2rem solid #f9f7f6;
  border-radius: .5rem;
  width: 0;
}

.container .mouse .mouse-wheel span.arrow {
  border-bottom: 0.2rem solid #f9f7f6;
  border-right: 0.2rem solid #f9f7f6;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: scrollDown;
  animation: scrollDown;
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes scrollDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(0.5rem) rotate(45deg);
    transform: translateY(0.5rem) rotate(45deg);
  }

  75% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
}

@keyframes scrollDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(0.5rem) rotate(45deg);
    transform: translateY(0.5rem) rotate(45deg);
  }

  75% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
}

/*------------- about section ----------*/
.about {
  min-height: 30vh;
}

.about__img {
  width: 100%;
}

/*------------ packages section ----------*/
.packages {
  background-color: rgba(255, 255, 255, 0);
  color: #555454;
  min-height: 30rem;
}

.packages__container {
  text-align: center;
}

.packages .card {
  border: none;
  -webkit-box-shadow: 0px 0px 79px -26px #d4cdd4;
  box-shadow: 0px 0px 79px -26px #d4cdd4;
  min-height: 30rem;
  cursor: pointer;
}
.packages .card-header{
  background-color: #C8132D;
  color: #FFFFFF;
}

.packages .card-header,
.packages .list-group-item {
  border: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.packages .list-group-item{
  opacity: 0;
  margin-top: 2rem;
  color: #FFFFFF!important;
  background-color: rgba(255, 255, 255, 0)!important;
  z-index: 1000;
}

.packages .card-body{
  position: absolute;
  top: 6rem;
  width: 100%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.packages .card:hover .list-group-item{
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.packages .card:hover img{
  opacity: 0.1;

  -webkit-transition: 1s;
  transition: 1s;
}

.packages .card:hover {
  background-color: rgba(200, 19, 45, 0.9);
  -webkit-transition: 0.3s;
  transition:  0.3s;
}

.packages button {
  width: 100%;
}

/*------------ Gallery Section -------------*/

.gallery {
  background-color: #ffffff;
}

.gallery .heading-tertiary {
  color: #1B0928;
}

.gallery .img-container {
  width: 100%;
  height: 50rem;
  cursor: pointer;
  overflow: hidden;
}

.gallery .img-container:hover .img-content-hover {
  display: block;
}

.gallery img {
  width: 100%;
  height: 50rem;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gallery img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.gallery .img-content-hover {
  position: absolute;
  z-index: 1;
  white-space: nowrap;
  display: none;
  padding: 1rem;
  background: #74538d;
  border-radius: .3rem;
  font-weight: 400;
  margin-top: 1.25rem;
  margin-left: -2rem;
}

.gallery .img-content {
  display: none;
}

.gallery .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.gallery .grid>[class*="column-"] {
  display: block;
}

.gallery .first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.gallery .last {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.gallery .align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.gallery .align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery .align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.gallery .column-xs-1 {
  -ms-flex-preferred-size: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.gallery .column-xs-2 {
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.gallery .column-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.gallery .column-xs-4 {
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.gallery .column-xs-5 {
  -ms-flex-preferred-size: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.gallery .column-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.gallery .column-xs-7 {
  -ms-flex-preferred-size: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.gallery .column-xs-8 {
  -ms-flex-preferred-size: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.gallery .column-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.gallery .column-xs-10 {
  -ms-flex-preferred-size: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.gallery .column-xs-11 {
  -ms-flex-preferred-size: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.gallery .column-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

/*----- width < 768px -----*/
@media (min-width: 48rem) {
  .gallery .column-sm-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .gallery .column-sm-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .gallery .column-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .gallery .column-sm-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .gallery .column-sm-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .gallery .column-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .gallery .column-sm-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .gallery .column-sm-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .gallery .column-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .gallery .column-sm-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .gallery .column-sm-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .gallery .column-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 62rem) {
  .gallery .column-md-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .gallery .column-md-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .gallery .column-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .gallery .column-md-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .gallery .column-md-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .gallery .column-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .gallery .column-md-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .gallery .column-md-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .gallery .column-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .gallery .column-md-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .gallery .column-md-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .gallery .column-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 75rem) {
  .gallery .column-lg-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .gallery .column-lg-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .gallery .column-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .gallery .column-lg-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .gallery .column-lg-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .gallery .column-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .gallery .column-lg-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .gallery .column-lg-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .gallery .column-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .gallery .column-lg-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .gallery .column-lg-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .gallery .column-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@supports (display: grid) {
  .gallery .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
  }

  .gallery .grid>[class*="column-"] {
    margin: 0;
    max-width: 100%;
  }

  .gallery .column-xs-1 {
    grid-column-start: span 1;
    grid-column-end: span 1;
  }

  .gallery .column-xs-2 {
    grid-column-start: span 2;
    grid-column-end: span 2;
  }

  .gallery .column-xs-3 {
    grid-column-start: span 3;
    grid-column-end: span 3;
  }

  .gallery .column-xs-4 {
    grid-column-start: span 4;
    grid-column-end: span 4;
  }

  .gallery .column-xs-5 {
    grid-column-start: span 5;
    grid-column-end: span 5;
  }

  .gallery .column-xs-6 {
    grid-column-start: span 6;
    grid-column-end: span 6;
  }

  .gallery .column-xs-7 {
    grid-column-start: span 7;
    grid-column-end: span 7;
  }

  .gallery .column-xs-8 {
    grid-column-start: span 8;
    grid-column-end: span 8;
  }

  .gallery .column-xs-9 {
    grid-column-start: span 9;
    grid-column-end: span 9;
  }

  .gallery .column-xs-10 {
    grid-column-start: span 10;
    grid-column-end: span 10;
  }

  .gallery .column-xs-11 {
    grid-column-start: span 11;
    grid-column-end: span 11;
  }

  .gallery .column-xs-12 {
    grid-column-start: span 12;
    grid-column-end: span 12;
  }

  @media (min-width: 48rem) {
    .gallery .column-sm-1 {
      grid-column-start: span 1;
      grid-column-end: span 1;
    }

    .gallery .column-sm-2 {
      grid-column-start: span 2;
      grid-column-end: span 2;
    }

    .gallery .column-sm-3 {
      grid-column-start: span 3;
      grid-column-end: span 3;
    }

    .gallery .column-sm-4 {
      grid-column-start: span 4;
      grid-column-end: span 4;
    }

    .gallery .column-sm-5 {
      grid-column-start: span 5;
      grid-column-end: span 5;
    }

    .gallery .column-sm-6 {
      grid-column-start: span 6;
      grid-column-end: span 6;
    }

    .gallery .column-sm-7 {
      grid-column-start: span 7;
      grid-column-end: span 7;
    }

    .gallery .column-sm-8 {
      grid-column-start: span 8;
      grid-column-end: span 8;
    }

    .gallery .column-sm-9 {
      grid-column-start: span 9;
      grid-column-end: span 9;
    }

    .gallery .column-sm-10 {
      grid-column-start: span 10;
      grid-column-end: span 10;
    }

    .gallery .column-sm-11 {
      grid-column-start: span 11;
      grid-column-end: span 11;
    }

    .gallery .column-sm-12 {
      grid-column-start: span 12;
      grid-column-end: span 12;
    }
  }

  @media (min-width: 62rem) {
    .gallery .column-md-1 {
      grid-column-start: span 1;
      grid-column-end: span 1;
    }

    .gallery .column-md-2 {
      grid-column-start: span 2;
      grid-column-end: span 2;
    }

    .gallery .column-md-3 {
      grid-column-start: span 3;
      grid-column-end: span 3;
    }

    .gallery .column-md-4 {
      grid-column-start: span 4;
      grid-column-end: span 4;
    }

    .gallery .column-md-5 {
      grid-column-start: span 5;
      grid-column-end: span 5;
    }

    .gallery .column-md-6 {
      grid-column-start: span 6;
      grid-column-end: span 6;
    }

    .gallery .column-md-7 {
      grid-column-start: span 7;
      grid-column-end: span 7;
    }

    .gallery .column-md-8 {
      grid-column-start: span 8;
      grid-column-end: span 8;
    }

    .gallery .column-md-9 {
      grid-column-start: span 9;
      grid-column-end: span 9;
    }

    .gallery .column-md-10 {
      grid-column-start: span 10;
      grid-column-end: span 10;
    }

    .gallery .column-md-11 {
      grid-column-start: span 11;
      grid-column-end: span 11;
    }

    .gallery .column-md-12 {
      grid-column-start: span 12;
      grid-column-end: span 12;
    }
  }

  @media (min-width: 75rem) {
    .gallery .column-lg-1 {
      grid-column-start: span 1;
      grid-column-end: span 1;
    }

    .gallery .column-lg-2 {
      grid-column-start: span 2;
      grid-column-end: span 2;
    }

    .gallery .column-lg-3 {
      grid-column-start: span 3;
      grid-column-end: span 3;
    }

    .gallery .column-lg-4 {
      grid-column-start: span 4;
      grid-column-end: span 4;
    }

    .gallery .column-lg-5 {
      grid-column-start: span 5;
      grid-column-end: span 5;
    }

    .gallery .column-lg-6 {
      grid-column-start: span 6;
      grid-column-end: span 6;
    }

    .gallery .column-lg-7 {
      grid-column-start: span 7;
      grid-column-end: span 7;
    }

    .gallery .column-lg-8 {
      grid-column-start: span 8;
      grid-column-end: span 8;
    }

    .gallery .column-lg-9 {
      grid-column-start: span 9;
      grid-column-end: span 9;
    }

    .gallery .column-lg-10 {
      grid-column-start: span 10;
      grid-column-end: span 10;
    }

    .gallery .column-lg-11 {
      grid-column-start: span 11;
      grid-column-end: span 11;
    }

    .gallery .column-lg-12 {
      grid-column-start: span 12;
      grid-column-end: span 12;
    }
  }
}

@media only screen and (max-width: 75em) {
  .gallery img:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .gallery .img-container {
    height: 100%;
  }

  .gallery .img-container:hover .img-content-hover {
    display: none;
  }

  .gallery .img-content {
    display: block;
    padding: 1rem 0;
  }
}

/*---------- Testimonial section ----------*/

.testimonial {
  height: 100vh;
  position: relative;
}

.testim {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #f9f7f6;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: .5rem;
  z-index: 1999;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #A01129;
}

.testim .arrow.left {
  left: 1rem;
}

.testim .arrow.right {
  right: 1rem;
}

.testim .dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 4rem;
  left: 0;
  display: block;
  z-index: 999;
  height: 1.2rem;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #f9f7f6;
  margin: 0 1rem;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #A01129;
  border-color: #6B0B1C;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale .5s ease-in-out forwards;
  animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont>div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 7rem 0;
  opacity: 0;
}

.testim .cont>div.inactive {
  opacity: 1;
}

.testim .cont>div.active {
  position: relative;
  opacity: 1;
}

.testim .cont div .img img {
  display: block;
  width: 25rem;
  height: 25rem;
  margin: auto;
  border-radius: 50%;
}

.testim .cont div .heading-tertiary {
  color: #f9f7f6;
  font-size: 1em;
  margin: 1.5rem 0;
}

.testim .cont div p {
  font-size: 1.15em;
  color: #f9f7f6;
  width: 80%;
  margin: auto;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show .5s ease-in-out forwards;
  animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in .4s ease-in-out forwards;
  animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in .5s ease-in-out forwards;
  animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide .5s ease-in-out forwards;
  animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out .4s ease-in-out forwards;
  animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out .5s ease-in-out forwards;
  animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #f9f7f6;
    box-shadow: 0px 0px 0px 0px #f9f7f6;
  }

  35% {
    -webkit-box-shadow: 0px 0px 10px 5px #f9f7f6;
    box-shadow: 0px 0px 10px 5px #f9f7f6;
  }

  70% {
    -webkit-box-shadow: 0px 0px 10px 5px #A01129;
    box-shadow: 0px 0px 10px 5px #A01129;
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #A01129;
    box-shadow: 0px 0px 0px 0px #A01129;
  }
}

@keyframes testim-scale {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #f9f7f6;
    box-shadow: 0px 0px 0px 0px #f9f7f6;
  }

  35% {
    -webkit-box-shadow: 0px 0px 10px 5px #f9f7f6;
    box-shadow: 0px 0px 10px 5px #f9f7f6;
  }

  70% {
    -webkit-box-shadow: 0px 0px 10px 5px #A01129;
    box-shadow: 0px 0px 10px 5px #A01129;
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #A01129;
    box-shadow: 0px 0px 0px 0px #A01129;
  }
}

@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@media all and (max-width: 300px) {
  body {
    font-size: 1.4rem;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }

  .testim .cont div p {
    line-height: 2.5rem;
  }

  .testim .cont div .img img {
    width: 15rem;
    height: 15rem;
  }
}

@media all and (max-width: 768px) {
  .testim .cont div .img img {
    width: 18rem;
    height: 18rem;
  }
}


/*------------- contact section ----------*/
.contact {
  min-height: 80vh;
  background-color: #ffffff;
}

.contact .heading-tertiary {
  color: #1B0928;
}

.contact .paragraph {
  color: #555454;
}

.contact .contact__list {
  list-style: none;
  color: #555454;
}

/*------------ contact form -----------*/
.contact form {
  color: #555454;
}

.contact__cta--list {
  list-style: none;
  color: #1B0928;
  margin: 2rem 0;
}

.contact__cta--item {
  display: inline-block;
  margin-right: 2rem;
}

.form-group .form-control {
  -webkit-box-shadow: none;
  border-bottom: .1rem;
  border-style: none none solid none;
  border-radius: 0;
  font-size: 1.6rem;
  border-color: #1B0928;
}

.form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 .2rem 0;
  border-color: #1B0928;
}

textarea {
  resize: none;
}

/*------------- Footer section -----------*/
.footer {
  min-height: 50vh;
}

.footer__list {
  list-style: none;
}

.footer__item {
  margin: 1rem 0;
}

/*----- width < 768px -----*/
@media only screen and (max-width: 61.94em) {
  .footer {
    text-align: center;
  }
}

.footer-end {
  background-color: #ffffff;
  border-top: 0.1rem solid #dddd;
}

.footer-end__container {
  padding: 2rem;
}

/*----- width < 768px -----*/
@media only screen and (max-width: 61.94em) {
  .footer-end {
    text-align: center;
  }
}


/*------------- social icons section ----------*/
.social {
  padding: 2rem;
}

.social__list {
  list-style: none;
}

.social__item {
  display: inline-block;
  background-color: #1B0928;
  border-radius: .2rem;
  padding: 1rem 1.5rem;
  margin: 0 1rem;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.social__item:hover {
  color: #1B0928;
  background-color: #f9f7f6;
  cursor: pointer;
}

/*------------Go to Top ----------*/
#gotop {
  display: none;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #C8132D;
  color: #f9f7f6;
  cursor: pointer;
  padding: .5rem;
  border-radius: 5rem;
  font-size: 2.5rem;
  height: 4.6rem;
  width: 4.6rem;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#gotop:hover {
  background-color: #ff0024;
}

/*------------ Preloader styles -----------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 999;
  height: 100%;
  width: 100%;
}

.no-js #preloader,
.oldie #preloader {
  display: none;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6rem;
  height: 6rem;
  margin: -3rem 0 0 -3rem;
  padding: 0;
}

#loader:before {
  content: "";
  border-top: 0.6rem solid rgba(255, 0, 36, 0.1);
  border-right: 0.6rem solid rgba(255, 0, 36, 0.1);
  border-bottom: 0.6rem solid rgba(255, 0, 36, 0.1);
  border-left: .6rem solid #ff0024;
  -webkit-animation: load 1.1s infinite linear;
  animation: load 1.1s infinite linear;
  display: block;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*=================================
Member Area
====================================*/
.member-area {
  /*#position: relative;*/
}

.member-card {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.member-card:hover .member-img .member-content {
  padding-top: 400px;
}

.member-card:hover .member-img .member-content .social-icon {
  opacity: 1;
}

.member-card .member-img {
  position: relative;
}

.member-card .member-img a {
  display: block;
}

.member-card .member-img a img {
  max-width: 100%;
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.member-card .member-img .member-content {
  position: absolute;
  bottom: 0;
  padding-top: 20px;
  padding-bottom: 15px;
  text-align: center;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  width: 100%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.member-card .member-img .member-content a h3 {
  font-size: 20px;
  line-height: 0.7;
  color: #070f4d;
}

.member-card .member-img .member-content span {
  font-size: 14px;
  line-height: 0;
  color: #707070;
}

.member-card .member-img .member-content .social-icon {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 85px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.member-card .member-img .member-content .social-icon.active {
  opacity: 1;
}

.member-card .member-img .member-content .social-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.member-card .member-img .member-content .social-icon ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  border-radius: 50px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.member-card .member-img .member-content .social-icon ul li a {
  color: #4356d6;
  font-size: 20px;
}

.member-card .member-img .member-content .social-icon ul li a:hover {
  color: #fff;
}

.member-card .member-img .member-content .social-icon ul li:hover {
  background-color: #4356d6;
}


/*=================================
Member Area End
====================================*/


.new_a {
  display: flex;
  height: 90px;
  position: relative;
  padding: 20px 30px;
  box-sizing: border-box;
  background: #f7f7f7;
  cursor: pointer;
  transition: background .3s ease;
}


.gallery .list-group-item{
  border: none;
}

.time-box{
  position: absolute;
  left: 30px;
  top: 25px;
  /*width: 54px;*/
  height: 50px;
  padding-top: 1px;
  box-sizing: border-box;
  color: #979797;
  text-align: center;
}

.time-box-date{
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 1px solid #d8d8d8;
}

.time-box-year{
  height: 14px;
  line-height: 14px;
  font-size: 14px;
}

.detail-box{
  position: absolute;
  left: 114px;
  top: 20px;
  right: 20px;
  height: 50px;
  padding-top: 4px;
  box-sizing: border-box;
  transition: left .36s ease;
}

.detail-box-title{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  height: 20px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #666;
}

.detail-box-desc{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  height: 20px;
  font-size: 14px;
  color: #999;
}


.news-more-box{
  margin-top: 20px;
  margin-right: 20px;
}

.news-more{
  border: 1px solid #dcdcdc;
  color: #999!important;
  width: 92px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  transition: background-color .36s ease;
  float: right;
}

.news-more-box a:hover{
  color: #FFFFFF!important;
}

.news-more:after{
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../img/news-more.png) no-repeat 50%;
  margin-left: 7px;
}


.news-box a:hover{
  background:#C8132D;
  color: #ffffff;
}

.news-box a:hover .detail-box-title,
.news-box a:hover .detail-box-desc,
.news-box a:hover .time-box-year,
.news-box a:hover .time-box-date{
  color: #ffffff;
}
