html,
body {
  color: #595959;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
}
body {
  margin: 0;
}
.white {
  color: white;
}
.padding_left_10 {
  padding-left: 10px;
}
a:hover,
a:focus {
  color: #de1d2f;
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 999999999999999999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: visible;
  font-size: 50px;
  color: #ffbb00;
}
#preloader .icon {
  display: inline-block;
}
#preloader .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
@-webkit-keyframes barOne {
  0% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  25% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
    -moz-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
}
@-moz-keyframes barOne {
  0% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  25% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
    -moz-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
}
@keyframes barOne {
  0% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  25% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
    -moz-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
}
@-webkit-keyframes barTwo {
  0% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  25% {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}
@-moz-keyframes barTwo {
  0% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  25% {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}
@keyframes barTwo {
  0% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  25% {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}
a,
a:hover,
a:focus,
input:focus {
  text-decoration: none;
  outline: none;
}
.tr-menu {
  padding: 15px 0;
  z-index: 99;
}
.navbar-brand {
  margin-right: 30px;
}
.tr-menu.menu-absolute {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  display: none;
  display: block;
}
.tr-toggle {
  width: 30px;
  cursor: pointer;
  margin-top: 15px;
}
.tr-toggle .ico-bar {
  height: 2px;
  width: 100%;
  display: block;
  background-color: #fff;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.tr-toggle .ico-bar:nth-child(2) {
  margin: 7px 0;
}
.tr-toggle.active .ico-bar:first-child {
  -webkit-animation: barOne 0.4s ease-in-out forwards;
  -moz-animation: barOne 0.4s ease-in-out forwards;
  -ms-animation: barOne 0.4s ease-in-out forwards;
  -o-animation: barOne 0.4s ease-in-out forwards;
  animation: barOne 0.4s ease-in-out forwards;
}
.tr-toggle.active .ico-bar:nth-child(2) {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.tr-toggle.active .ico-bar:last-child {
  -webkit-animation: barTwo 0.4s ease-in-out forwards;
  -moz-animation: barTwo 0.4s ease-in-out forwards;
  -ms-animation: barTwo 0.4s ease-in-out forwards;
  -o-animation: barTwo 0.4s ease-in-out forwards;
  animation: barTwo 0.4s ease-in-out forwards;
}
.tr-toggle.active + .tr-menu-nav {
  visibility: visible;
}
.navbar-brand .img-fluid {
  width: 140px;
}
.tr-menu-nav,
.tr-toggle,
.navbar-brand {
  float: left;
}
.tr-menu-nav {
  opacity: 0;
  visibility: hidden;
  max-width: 750px;
  margin-left: 15px;
}
.tr-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tr-menu li {
  display: inline-block;
  text-transform: uppercase;
}
.tr-menu li a {
  color: #fff;
  padding: 15px;
  display: block;
}
.tr-menu .tr-social {
  float: right;
  margin-top: 15px;
}
.lang_select {
  background: transparent;
  color: white;
  outline: none;
  border: none;
}
button,
select {
  text-transform: none;
}
.banner-content {
  color: #fff;
  padding: 230px 0 150px;
  background-color: #e6363d;
  position: relative;
  border-radius: 0 0 50px 50px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}
.banner-info {
  max-width: 670px;
  font-size: 22px;
  font-weight: 300;
  display: inline-block;
}
.banner-info h1 {
  line-height: 122px;
  font-size: 120px;
  text-transform: capitalize;
  letter-spacing: -1.7px;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
h1 {
  font-family: 'Cookie', cursive;
}
.banner-info h2 {
  font-size: 140px;
  font-weight: 415;
  margin-bottom: 0;
  line-height: 122px;
  text-transform: capitalize;
  letter-spacing: -1.7px;
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
h2 {
  font-family: 'Baloo Da', cursive;
}
.banner-info .reservation-info {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #d13137;
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.reservation-info strong {
  font-weight: 500;
}
.tr-promo-video .section-padding div.margin_auto .col-md-4.col-lg-3 .story.tr-after1 {
  border: 1px solid #adb5bd;
}
.section-padding {
  padding: 100px 0;
}
.section-padding .col-md-6 {
  align-items: center;
  display: flex;
}
.story-img {
  text-align: center;
}
.story-info {
  margin-top: 20px;
  max-width: 500px;
  padding-left: 30px;
}
.section-title {
  margin-bottom: 20px;
}
.section-title h1,
.section-title h2 {
  font-size: 55px;
  line-height: 55px;
}
.story-menu-all {
  border-radius: 50px;
  background-color: #f2f3f4;
}
.story-menu-all .section-title {
  max-width: 320px;
  margin-bottom: 60px;
}
.story-menu-all .section-title h1,
.story-menu-all .section-title h2 {
  font-size: 72px;
  color: #b9b9b9;
  line-height: 65px;
  margin-bottom: 0;
  letter-spacing: -1.4px;
}
.story-menu-all .section-title h2 {
  color: #de1d2f;
  font-size: 72px;
  line-height: 55px;
  text-transform: capitalize;
  letter-spacing: -2.4px;
}
.margin_auto {
  margin: auto;
}
.story-menu-2 {
  overflow: hidden;
  padding-top: 100px;
}
.global-list,
.tr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.story-menu-2 ul {
  margin: 0 -15px;
}
.story-menu-2 ul li {
  text-align: center;
  float: left;
  width: 33%;
  min-height: 330px;
}
.story-menu .story {
  padding: 40px 15px 30px;
  margin: 0 15px;
  border-radius: 10px;
  background-color: #f2f3f4;
  max-height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.story-menu-all .story {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  max-height: 250px;
  margin: 15px 0;
  cursor: pointer;
  padding: 0;
}
.story-menu-2 .story a {
  color: #595959;
}
.story-menu-2 .story-icon {
  font-size: 90px;
  color: #de1d2f;
  line-height: 0px;
}
.story-menu-2 .story img.ing-fluid {
  width: inherit;
  max-width: 100%;
}
.story-menu-2 .story .img-hover {
  display: none;
}
.story-menu-2 .story h2 {
  font-size: 36px;
  color: #2d2d39;
  display: block;
  margin: 25px 0 15px;
  text-transform: capitalize;
}
.story-menu-2 .story h2,
.story-menu-2 .story,
.story-menu-2 li {
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.story-menu-2 .global-list li.active .story {
  color: #fff;
  padding: 50px 15px 40px;
  margin-top: -15px;
  background-color: #de1d2f;
}
.story-menu-2 .global-list li.active .story .story-icon img.img-normal {
  display: none;
}
.story-menu-2 .global-list li.active .story .story-icon img.img-hover {
  display: inline-block;
}
.story-menu-2 .global-list li.active .story a {
  color: #fff;
}
.story-menu-2 .global-list li.active .story a h2 {
  color: #fff;
}
.reservation-content {
  position: relative;
  border-radius: 50px;
  background-color: #f2f3f4;
}
.reservation-img {
  position: absolute;
  bottom: 0;
  right: 50%;
}
.reservation-right-content {
  width: 50%;
  float: right;
  padding-left: 50px;
}
.section-title h2 {
  color: #de1d2f;
  font-size: 72px;
  line-height: 55px;
  text-transform: capitalize;
  letter-spacing: -2.4px;
}
.video-content {
  overflow: hidden;
}
.text-center {
  text-align: center!important;
}
.section-title h1 {
  font-size: 72px;
  color: #b9b9b9;
  line-height: 65px;
  margin-bottom: 0;
  letter-spacing: -1.4px;
}
.video-content h2 {
  color: #2d2d39;
}
.promo-video {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #c5c5c5;
  display: inline-block;
}
.promo-video span {
  float: left;
}
.footer-content {
  color: #929292;
  background-color: #2d2d39;
}
.tr-footer .footer-widget {
  padding: 0;
}
.footer-widget h3 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 20px;
  font-family: 'Baloo Da', cursive;
}
.footer-widget span {
  display: block;
}
.footer-top .col-md-6 {
  display: block;
}
.footer-bottom {
  margin-top: 40px;
  padding-top: 70px;
  border-top: 1px solid #363642;
}
@media (max-width: 991px) {
  .tr-menu .container {
    position: relative;
  }
  .tr-toggle {
    float: right !important;
  }
  .tr-menu-nav {
    position: absolute;
    top: 100%;
    max-width: 100%;
    width: 100%;
    left: 0;
    margin-left: 0;
    padding: 0 15px;
    z-index: 99;
    margin-top: 16px;
  }
  .tr-menu .tr-social {
    margin-right: 15px;
  }
  .tr-menu-nav {
    position: absolute;
    top: 100%;
    max-width: 100%;
    width: 100%;
    left: 0;
    margin-left: 0;
    padding: 0 15px;
    z-index: 99;
    margin-top: 16px;
  }
  .tr-menu .tr-menu-nav li {
    display: block;
  }
  .tr-menu .tr-menu-nav > ul > li > a {
    padding: 10px 20px;
    background-color: #de1d2f;
    border-bottom: 1px solid #fff;
  }
  .story-menu-2 ul li {
    width: 50%;
  }
  .reservation-img {
    display: none;
  }
  .reservation-right-content {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .banner-info {
    font-size: 16px;
  }
  .banner-info h1 {
    font-size: 45px;
    line-height: 45px;
  }
  .banner-info h2 {
    font-size: 55px;
    line-height: 55px;
  }
  .story-menu-2 ul li {
    width: 100%;
    min-height: 300px;
    margin-bottom: 10px;
  }
  .section-title h1,
  .section-title h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
.tr-menu.menu-absolute {
  top: 0;
}
.head_back {
  background: #cf3739;
}
.login {
  margin: 150px auto;
  width: 50%;
}
.login-content {
  justify-content: space-between;
  display: flex;
}
.username,
#username {
  width: 100%;
}
.btn {
  display: inline-block;
  padding: 5px 20px;
  background: #de1d2f;
  color: white;
  font-size: 20px;
  border-radius: 3px;
  margin-top: 20px;
}
.btn:hover {
  color: white;
  background-color: #de1d2f;
  border-color: "#";
}
.list-page {
  margin: auto;
  display: flex;
  width: 90%;
  flex-wrap: wrap;
}
.list-page a {
  display: contents;
  color: #595959;
}
.single_item {
  margin: 0 0.5%;
  width: 24%;
  border: 1px solid;
  margin-bottom: 15px;
}
.single_item img {
  border-radius: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.single_item-h5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.single_item-div {
  justify-content: space-between;
  display: flex;
}
.single_item-div .duration {
  vertical-align: text-bottom;
}
.page-pagination {
  margin: 40px auto;
  width: 100%;
}
.pagination {
  display: block;
  margin-bottom: 0;
  text-align: center;
}
.pagination li {
  font-size: 14px;
  font-weight: 500;
  margin-right: 25px;
  display: inline-block;
  color: steelblue;
  background: white;
  border: 1px solid steelblue;
  border-radius: 3px;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  margin-right: 10px;
}
.pagination li.active {
  color: white;
  background: steelblue;
}
.breadcrumb .breadcrumb-item a {
  color: #343a40;
}
.breadcrumb-item.active {
  color: #a6a6a6;
}
.single-video-area {
  margin-bottom: 60px;
}
.vizew-pager-prev,
.vizew-pager-next {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 0;
  width: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vizew-pager-prev p,
.vizew-pager-next p {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  cursor: pointer;
  position: absolute;
  width: 270px;
  height: 60px;
  background-color: #181b1b;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 60px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  top: 41%;
  margin-bottom: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: -105px;
  z-index: 1;
}
.single-feature-post.video-post {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 500px;
}
.pager-article {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  width: 500px !important;
  height: 320px !important;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-feature-post.video-post .post-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 59;
  width: 80%;
}
.vizew-pager-next {
  right: 0;
  left: auto;
}
.vizew-pager-next p {
  left: auto;
  right: -105px;
}
.single-feature-post.video-post .post-content .post-title {
  font-size: 24px;
  display: block;
  color: #ffffff;
  margin-bottom: 10px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #a6a6a6;
  font-weight: 500;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
.single-feature-post.video-post .post-content .post-meta a {
  display: inline-block;
  margin-right: 30px;
  color: #a6a6a6;
}
.cata-detail-primary {
  background-color: #337ab7;
}
.post-cata {
  background-color: #db4437;
  padding: 8px 15px 6px;
  border-radius: 2px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  color: #ffffff !important;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
}
.single-feature-post.video-post .video-duration {
  display: inline-block;
  position: absolute;
  right: 30px;
  bottom: 30px;
  background-color: #0f1112;
  padding: 6px 12px;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  z-index: 79;
}
.vizew-pager-prev:hover,
.vizew-pager-next:hover {
  width: 500px;
}
.vizew-pager-prev:hover .pager-article,
.vizew-pager-next:hover .pager-article {
  opacity: 1;
  visibility: visible;
}
.single-feature-post.video-post .post-content .post-title:hover,
.single-feature-post.video-post .post-content .post-title:focus {
  color: #0f1112;
}
.single-feature-post.video-post .post-content .post-meta a:hover,
.single-feature-post.video-post .post-content .post-meta a:focus {
  color: #db4437;
}
.post-cata.cata-sm:hover,
.post-cata.cata-sm:focus {
  background-color: #0f1112;
  font-size: 10px;
}
.detail_info .video-type {
  background-color: #db4437;
  padding: 8px 15px 6px;
  border-radius: 2px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  color: #ffffff !important;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
}
.detail_info .video-type:hover {
  background-color: #0f1112;
  font-size: 10px;
}
.detail_info .video-title {
  display: block;
  color: #000000;
  margin-bottom: 15px;
  font-size: 24px;
  font-family: 'Baloo Da';
}
.detail_info .video-title:hover {
  color: #db4437;
}
.detail_info_description {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #a6a6a6;
}
.related_post {
  margin-top: 40px;
}
.related_post .related_title h4 {
  color: #000000;
  font-family: 'Baloo Da';
  font-size: 24px;
}
.contact-us {
  padding: 100px 0;
}
.contact-us .contact-title {
  margin-bottom: 40px;
}
.contact-us .contact-title h2 {
  color: #de1d2f;
  font-size: 72px;
  line-height: 55px;
  text-transform: capitalize;
  letter-spacing: -2.4px;
}
.contact-us .contact-form .form-control {
  height: 55px;
  border-color: #ebebeb;
  border-radius: 4px;
  padding: 12px 20px;
  background-color: #ebebeb;
  margin-bottom: 30px;
}
.contact-us .contact-form textarea.form-control {
  resize: none;
  height: 150px;
}
.contact-us .contact-form #send-message {
  text-transform: uppercase;
  border: 0px;
  padding: 15px 35px;
}
@media (max-width: 991px) and (max-width: 991px) {
  font-size: 55px;
  line-height: 55px;
}
@media screen and (max-width: 800px) {
  .single_item {
    width: 90%;
    margin: auto;
  }
  .vizew-pager-prev:hover,
  .vizew-pager-next:hover {
    width: 300px;
  }
  .pager-article {
    width: 300px !important;
    height: 220px !important;
  }
  .single-feature-post.video-post .post-content {
    left: 15px;
    bottom: 15px;
  }
}
