@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Rubik:400,400i,500,700,900');
/**
*
* -----------------------------------------------------------------------------
*
* Template :  
* Author : 
* Author 
*
* -----------------------------------------------------------------------------
*
**/
/* Table Of Content
---------------------------------------------------------
01. General CSS
02. Global Class
03. Header Section 
04. Sticky Menu
05. Slider Section
06. Breadcrumbs CSS
07. RS Coming Soon
08. About Us
09. join-our-events
10. Our Event Schedule
11. Our Event Sponsors
12. Testimonial CSS
13. Price Table Section
14. Sidebar area
15. Upcoming Event List
16. rs-event-details
17. Team Sections
18. Team Single
19. Calltoaction CSS
20. Registration Form 
21. Latest News
22. Blog Details 
23. Rs Gallery CSS
24. Newsletter CSS
25. RS Search Event
26. RS-Footer CSS
27. shop-page-area
28. Shipping Cart Area
29. RS vanues section
30. Contact Page Section 
31. ScrollUp CSS
32. 404 Page CSS
33. Preloader CSS

--------------------------------------------------------*/
/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 15px;
  color: #676767;
  font-family: 'Rubik', sans-serif;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212121;
  margin: 0 0 26px;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
  font-weight: 500;
}
h4 {
  font-size: 20px;
  font-weight: 500;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}
h5,
h6 {
  font-weight: 400;
}
a {
  color: #d90845;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #c7073f;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #fe0000;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #fe0000;
  text-shadow: none;
  color: #ffffff;
}
button {
  cursor: pointer;
}
.sec-spacer {
  padding: 100px 0;
}
.sec-color {
  background-color: #f9f9f9;
}
.spacher-50 {
  height: 50px;
  clear: both;
}
.spacher-60 {
  height: 60px;
  clear: both;
}
.drak-color {
  background-color: #000929 !important;
}
.drak-color-light {
  background-color: #232f39 !important;
}
.gray-color {
  background-color: #f0f0f0;
}
.primary-color {
  color: #d90845;
}
.primary-bg {
  background: #d90845;
}
.sec-black {
  background: #212121;
}
.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
/********************************/
/*       Slides backgrounds     */
/********************************/
.bg1 {
  background-image: url(images/bg/bg1.jpg);
}
.bg2 {
  background-image: url(images/bg/bg2.jpg);
}
.bg3 {
  background-image: url(images/bg/bg3.jpg);
}
.bg3 {
  background-image: url(images/bg/bg3.jpg);
}
.bg5 {
  background-image: url(images/bg/bg5.jpg);
}
.bg7 {
  background-image: url(images/bg/bg7.jpg);
}
.bg8 {
  background-image: url(images/bg/bg8.jpg);
}
.footer-bg {
  background: url(images/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.bg1,
.bg2,
.bg3,
.bg4,
.bg5,
.bg6,
.bg7,
.bg8 {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.images-overlay {
  position: relative;
}
.images-overlay:after {
  position: absolute;
  content: '';
  background: rgba(0, 9, 41, 0.6);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.images-overlay .container {
  position: relative;
  z-index: 1;
}
.images-overlay .choose-title {
  color: #fff;
}
.images-overlay .choose-item p {
  color: #ccc;
}
/* ------------------------------------
    02. Global Class
---------------------------------------*/
.sec-title,
.sec-title2,
.sec-title3 {
  position: relative;
  margin-bottom: 45px;
  font-weight: 700;
  margin-top: -4px;
}
.sec-title h2,
.sec-title2 h2,
.sec-title3 h2 {
  text-transform: uppercase;
}
.sec-title span,
.sec-title2 span,
.sec-title3 span {
  font-size: 24px;
  color: #fe0000;
  margin-bottom: 8px;
  position: relative;
  font-weight: 400;
  font-style: italic;
}
.sec-title.transparent h2,
.sec-title2.transparent h2,
.sec-title3.transparent h2 {
  color: #ffffff;
}
.sec-title span {
  display: block;
}
.sec-title h2 {
  font-size: 36px;
  margin-bottom: 15px;
  display: block;
}
.sec-title.transparent h2 {
  color: #ffffff;
}
.sec-title2 h2 {
  font-size: 36px;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.sec-title2 span {
  display: inline-block;
}
.sec-title2 span:after {
  background: url(images/sec-line.png);
  content: "";
  width: 105px;
  height: 5px;
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  left: 105%;
}
.sec-title2.transparent h2 {
  color: #ffffff;
}
.sec-title3 {
  margin-bottom: 55px;
}
.sec-title3 h2 {
  margin-bottom: 15px;
  display: block;
  position: relative;
  padding-bottom: 22px;
}
.sec-title3 h2:after {
  background: url(images/sec-line2.png);
  content: "";
  width: 245px;
  height: 5px;
  position: absolute;
  background-repeat: no-repeat;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.sec-title3 h3 {
  display: block;
  position: relative;
  padding-bottom: 22px;
}
.sec-title3 h3:after {
  background: url(images/sec-line2.png);
  content: "";
  width: 245px;
  height: 5px;
  position: absolute;
  background-repeat: no-repeat;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.sec-title3 span {
  display: block;
}
.sec-title3.transparent h2 {
  color: #ffffff;
}
.drak-color .sec-title h2,
.drak-color-light .sec-title h2,
.drak-color .sec-title2 h2,
.drak-color-light .sec-title2 h2,
.drak-color .choose-item h2,
.drak-color-light .choose-item h2,
.drak-color .about-des h2,
.drak-color-light .about-des h2,
.drak-color .sec-title h3,
.drak-color-light .sec-title h3,
.drak-color .sec-title2 h3,
.drak-color-light .sec-title2 h3,
.drak-color .choose-item h3,
.drak-color-light .choose-item h3,
.drak-color .about-des h3,
.drak-color-light .about-des h3,
.drak-color .sec-title h4,
.drak-color-light .sec-title h4,
.drak-color .sec-title2 h4,
.drak-color-light .sec-title2 h4,
.drak-color .choose-item h4,
.drak-color-light .choose-item h4,
.drak-color .about-des h4,
.drak-color-light .about-des h4 {
  color: #fff;
}
.drak-color .sec-title p,
.drak-color-light .sec-title p,
.drak-color .sec-title2 p,
.drak-color-light .sec-title2 p,
.drak-color .choose-item p,
.drak-color-light .choose-item p,
.drak-color .about-des p,
.drak-color-light .about-des p {
  color: #ccc;
}
.drak-color .events-schedule-tabs .eventday-list li a,
.drak-color-light .events-schedule-tabs .eventday-list li a {
  color: #fff !important;
}
.container-fullwidth {
  padding-left: 60px;
  padding-right: 60px;
}
.slider-shape1 {
  position: relative;
  background: url(images/bg/shape1.png) repeat-x;
  width: 100%;
  height: 208px;
  z-index: 100;
  margin-top: -200px;
  top: 110px;
}
.slider-shape2 {
  position: relative;
  background: url(images/bg/shape2.png) repeat-x;
  width: 100%;
  height: 178px;
  z-index: 10;
  margin-top: -194px;
  top: 110px;
  background-size: contain;
}
.sec-title-2 {
  position: relative;
}
.sec-title-2 h2 {
  position: relative;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 25px;
  padding-bottom: 26px;
  text-transform: uppercase;
}
.sec-title-2 h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100px;
  background: #d90845;
}
.sec-title-2 .view-more {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sec-title-2 .view-more a {
  font-weight: 700;
  font-size: 14px;
}
.sec-title-2.text-center h2:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec-title-2.text-right h2:after {
  left: auto;
  right: 0;
}
.sec-title-2.text-right .view-more {
  right: auto;
  left: 0;
}
.sec-title-2 p {
  margin-bottom: 0;
  font-size: 16px;
}
.secondary-btn,
.primary-btn {
  display: inline-block;
  padding: 13px 30px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  border-radius: 5px;
}
.secondary-btn:hover,
.primary-btn:hover {
  background-color: #c7073f;
  color: #ffffff;
}
.primary-btn {
  background-color: #d90845;
  color: #ffffff;
  background: linear-gradient(170deg, #c30101, #fe0000);
  background: -webkit-linear-gradient(170deg, #c30101, #fe0000);
  background: -o-linear-gradient(170deg, #c30101, #fe0000);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
}
.primary-btn:hover {
  border-color: #a90535;
  background: linear-gradient(170deg, #fe0000, #c30101);
  background: -webkit-linear-gradient(170deg, #fe0000, #c30101);
  background: -o-linear-gradient(170deg, #fe0000, #c30101);
}
.secondary-btn {
  background: #fff;
  color: #d90845;
}
.secondary-btn:hover {
  background-color: #d90845;
  border-color: #c7073f;
}
.readon {
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  line-height: normal;
  background: #d90845;
  color: #fff;
  transition: all 0.3s ease 0s;
  border-radius: 2px;
}
.readon:hover,
.readon:focus {
  background: #c7073f;
  color: rgba(255, 255, 255, 0.8);
}
.readon.border {
  background: transparent;
  border: 1px solid #d90845;
  color: #d90845;
}
.readon.border:hover {
  color: #fff;
  background: #d90845;
}
.readon.border.white {
  border-color: #fff;
  color: #fff;
}
.readon.border.white:hover {
  color: #d90845;
  background: #fff;
}
.blue-bg {
  position: relative;
}
.blue-bg .blue-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 188, 212, 0.9);
}
.overly-border::before {
  border-top: 5px solid #d90845;
  border-bottom: 5px solid #d90845;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.g-map {
  width: 100%;
  height: 660px;
  position: relative;
}
.pl-0 {
  padding-left: 0;
}
.pr-0 {
  padding-right: 0;
}
.padding-0 {
  padding: 0 !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-170 {
  padding-bottom: 170px !important;
}
.plr-70 {
  padding: 0 70px;
}
.margin-0 {
  margin: 0;
}
.mt-5 {
  margin-top: 5px !important;
}
.sparator-15 {
  height: 15px;
  clear: both;
}
.ml-15 {
  margin-left: 15px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.margin-remove {
  margin: 0 !important;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.white-color {
  color: #fff !important;
}
.rs-vertical-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.rs-vertical-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
/* -. Owl Carousel -*/
.owl-controls .owl-nav > div {
  position: absolute;
  top: -64px;
  color: #fff;
  font-size: 36px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.owl-controls .owl-nav > div:hover {
  color: #d90845;
}
.owl-controls .owl-nav .owl-prev {
  left: -8px;
}
.owl-controls .owl-nav .owl-next {
  right: -8px;
}
.owl-controls .owl-dots {
  text-align: center;
  margin-top: 37px;
}
.owl-controls .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 15px;
  bottom: 14px;
}
.owl-controls .owl-dots .owl-dot:before {
  content: "\f192";
  font-family: "FontAwesome";
  font-size: 20px;
  left: 0;
  position: absolute;
  color: #fff;
  top: 0;
  transition: 0.4s;
  color: #212121;
}
.owl-controls .owl-dots .owl-dot.active:before {
  color: #fe0000;
}
.rs-carousel:hover .owl-controls .owl-nav > div {
  opacity: 1;
}
.transparent-testimonial .owl-dots .owl-dot:before,
.rs-slider-section .owl-dots .owl-dot:before {
  color: #fff;
}
.rs-navigation-2 {
  padding-bottom: 80px;
}
.rs-navigation-2 .owl-controls .owl-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.rs-navigation-2 .owl-controls .owl-nav > div {
  position: initial;
  display: inline-block;
  transform: none;
  opacity: 1 !important;
}
.rs-navigation-2 .owl-controls .owl-nav .owl-next {
  margin-left: 12px;
}
.rs-navigation-2 .owl-stage-outer {
  padding-bottom: 0 !important;
}
.about-img .overly-border::before,
.about-img .overly-border::after {
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
}
.rs-blog .blog-item.slick-current .team-content {
  opacity: 1;
  top: 0;
}
.right_menu_togle .search-wrap button {
  color: #d90845;
}
/* ------------------------------------
    03. Header Section  
---------------------------------------*/
.rs-header {
  position: absolute;
  width: 100%;
  z-index: 11;
  background-color: #0e0e0e;
}
.rs-header .menu-area .rs-menu ul ul li {
  border-bottom: 1px solid #c7073f;
}
.rs-header .menu-area .rs-menu li.current_page_item > a,
.rs-header .menu-area .rs-menu li.current-menu-item > a,
.rs-header .menu-area .rs-menu li.active > a,
.rs-header .menu-area .rs-menu li a:hover {
  color: #fe0000 !important;
  font-weight: 500;
}
.rs-header .menu-area .rs-menu ul li ul li.current_page_item > a,
.rs-header .menu-area .rs-menu ul li ul li.current-menu-item > a,
.rs-header .menu-area .rs-menu ul li ul li.active > a,
.rs-header .menu-area .rs-menu ul li ul li a:hover {
  color: #d5d5d5 !important;
}
.rs-header.fullwidth-header .main-menu {
  position: relative;
}
.rs-header.fullwidth-header .main-menu .nav-menu {
  padding-right: 180px;
}
.rs-header.fullwidth-header .buy-tickets .primary-btn {
  width: 140px;
  border-bottom: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 7px 0;
}
.rs-header.inner-page .menu-area .nav-menu {
  padding-right: 155px;
}
.home5 .rs-header .main-menu .nav-menu,
.home3 .rs-header .main-menu .nav-menu {
  padding-right: 160px;
}
.home4 .rs-header {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.home4 .rs-header .menu-area .rs-menu .nav-menu > li > a {
  color: #ffffff;
}
.home4 .rs-header .menu-area .rs-menu .nav-menu > li > a:hover {
  color: #d90845;
}
.home4 .rs-header .menu-area .toggle-btn {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color: transparent;
  cursor: pointer;
}
.home4 .rs-header .menu-area .toggle-btn .border-icon {
  display: block;
  height: 2px;
  margin-bottom: 5px;
  width: 25px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  background: #ffffff;
  z-index: 11;
}
.home4 .rs-header .menu-area .toggle-btn .border-icon:last-child {
  margin-bottom: 0;
}
.home4 .rs-header .menu-area .toggle-btn.active .border-icon {
  background: #d90845;
}
.home4 .rs-header .menu-area .toggle-btn.active .border-icon:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.home4 .rs-header .menu-area .toggle-btn.active .border-icon:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.home4 .rs-header .menu-area .toggle-btn.active .border-icon:nth-child(3) {
  top: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.home4 .rs-header .menu-sticky.sticky .rs-menu .nav-menu > li > a {
  line-height: 80px;
  height: 80px;
}
.home4 .rs-header .menu-sticky.sticky .rs-menu .nav-menu > li > a:hover {
  color: #d90845;
}
.home4 .rs-header .rs-menu ul {
  text-align: right;
}
.home4 .rs-header .rs-menu > ul {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.home4.hidden-menu .rs-header .rs-menu > ul {
  margin-right: 45px;
  opacity: 1;
  visibility: visible;
}
@-moz-document url-prefix() {
  .home2 .right-bar-icon .nav-expander {
    position: relative;
    top: -1px;
  }
}
/* ----- Menu -------*/
.menu-area .rs-menu > ul > li > a:hover,
.menu-area .rs-menu li.current_page_item > a {
  color: #d90845 !important;
}
.nav-menu > li > a {
  font-weight: 500;
  font-size: 15px;
  height: 100px;
  line-height: 100px;
  text-transform: uppercase;
}
.logo-area {
  /*height: 100px;*/
  line-height: 97px;
  /*max-width: 160px;*/
}
.rs-menu ul ul {
  background: #d90845;
}
.rs-menu ul a {
  color: #fff;
}
.rs-menu li i {
  margin-right: 0;
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
}
.nav-menu div.sub-menu-close i {
  color: #d90845;
}
.searce-box {
  position: absolute;
  top: 0;
  right: 23%;
  top: 16px;
}
.searce-box a.rs-search i {
  color: #d90845;
}
.searce-box a.rs-search i:hover {
  color: #ffffff;
}
#nav-close {
  transition: all 0.3s ease 0s;
}
#nav-close:hover {
  background-color: #d90845;
  border-color: #d90845;
  color: #fff;
}
.countdown-section #countdown-3 figcaption {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px !important;
  font-weight: 600;
  margin-top: 4px;
}
.countdown-section .timeTo span {
  top: -4px;
}
@-webkit-keyframes sticky-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.timeTo.timeTo-black div {
  background: -moz-linear-gradient(top, #d90845 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d90845), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, #d90845 0%, #000000 100%);
  background: -o-linear-gradient(top, #d90845 0%, #000000 100%);
  background: -ms-linear-gradient(top, #d90845 0%, #000000 100%);
  background: linear-gradient(to bottom, #d90845 0%, #000000 100%);
}
/* ------------------------------------
    05. Slider Section
---------------------------------------*/
#rs-slider {
  position: relative;
}
#rs-slider.images-overlay:after {
  background: rgba(0, 9, 41, 0.6);
  z-index: 0;
}
#rs-slider img {
  width: 100%;
}
#rs-slider .slide-content {
  position: absolute;
  top: 56%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
#rs-slider .slide-content .slider-title {
  font-size: 18px;
  color: #fff;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  /*text-transform: uppercase;*/
  /*line-height: 72px;*/
  /*margin-bottom: 26px;*/
  margin-top:30px;
  text-shadow: 0 0 15px #000;
  font-weight: normal;
}
#rs-slider .slide-content .slider-title p {
  margin-bottom: 10px;
}
/*#rs-slider .slide-content .slider-title span {
  display: inline-block;
  padding: 0 5px;
}
#rs-slider .slide-content .slider-title span:last-child {
  margin-top: 20px;
  clear: both;
}*/
#rs-slider .slide-content .slider-desc {
  margin-bottom: 30px;
  font-size: 18px;
  color: #f1f1f1;
  line-height: 26px;
}
#rs-slider .slide-content .slider-desc span {
  display: block;
}
#rs-slider .owl-nav {
  display: none;
}
#rs-slider .owl-dots {
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 26px;
}
#rs-slider.rs-slider-banner .slide-content .date-meta {
  color: #fff;
  font-size: 18px;
  margin: 0 0 2px;
}
#rs-slider.rs-slider-banner .register-section {
  background: #f5f5f5;
  padding: 18px 30px 0;
}
#rs-slider.rs-slider-banner .register-section .sec-title3 {
  text-transform: uppercase;
  margin: 0;
}
#rs-slider.rs-slider-banner .register-section .sec-title3 h3 {
  padding-bottom: 16px;
}
#rs-slider.rs-slider-banner .register-section input {
  margin-bottom: 20px;
}
#rs-slider.rs-slider-banner .register-section select,
#rs-slider.rs-slider-banner .register-section input {
  border: none;
  background: #f5f5f5;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  outline: none;
  padding: 10px 16px;
}
#rs-slider.rs-slider-banner .register-section button {
  border: none;
  height: 55px;
  line-height: 55px;
  padding: 0;
  width: 200px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  top: 24px;
}
#rs-slider.rs-slider-section .slide-content .slider-desc h1 {
  font-size: 40px;
  margin-bottom: 0px;
  color:#fff;
}
#rs-slider.rs-slider-section .slide-content .slider-title {
  /*line-height: 60px;
  margin-bottom: 40px;*/
}
#rs-slider.rs-slider-banner3 .slide-content {
  top: 50%;
}
#rs-slider.rs-slider-banner3 .slide-content .slider-title span:last-child {
  margin-top: 0;
}
#rs-slider.rs-slider-banner3 .item img {
  height: 850px;
  width: 100%;
}
#rs-slider.rs-slider-banner2 .coming-soon-part {
  background: rgba(217, 8, 69, 0.6);
  border-radius: 10px;
  margin-top: 11px;
  max-width: 700px;
  margin: 11px auto 0;
}
#rs-slider.rs-slider-banner2 .coming-soon-part .time_circles {
  position: relative;
  padding: 40px 0 0;
}
#rs-slider.rs-slider-banner2 .coming-soon-part .time_circles canvas {
  height: 0 !important;
}
#rs-slider.rs-slider-banner2 .coming-soon-part .time_circles div {
  width: 50% !important;
  position: static;
  padding-right: 0;
  display: inline-block;
}
#rs-slider.rs-slider-banner2 .coming-soon-part .time_circles div span {
  font-weight: 700;
  font-size: 30px !important;
  color: #fff;
  padding-bottom: 20px;
}
#rs-slider.rs-slider-banner2 .coming-soon-part .time_circles .textDiv_Days h4 {
  position: relative;
}
#rs-slider.rs-slider-banner2 .coming-soon-part .time_circles .textDiv_Days h4:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background: #fff;
  right: 20px;
  bottom: 0;
}
#rs-slider.rs-slider-banner2 .coming-soon-part .time_circles .textDiv_Days h4:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100px;
  background: #fff;
  bottom: 20px;
  right: 0;
}
#rs-slider.rs-slider-banner2 .coming-soon-part .time_circles .textDiv_Hours h4 {
  position: relative;
}
#rs-slider.rs-slider-banner2 .coming-soon-part .time_circles .textDiv_Hours h4:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background: #fff;
  left: 20px;
  bottom: 0;
}
#rs-slider.rs-slider-banner2 .coming-soon-part .time_circles .textDiv_Seconds h4 {
  position: relative;
}
#rs-slider.rs-slider-banner2 .coming-soon-part .time_circles .textDiv_Seconds h4:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100px;
  background: #fff;
  top: -70px;
  left: 0;
}
#rs-slider.rs-slider-banner2 .coming-soon-part .time_circles .textDiv_Days h4,
#rs-slider.rs-slider-banner2 .coming-soon-part .time_circles .textDiv_Hours h4 {
  padding-bottom: 35px;
}
#rs-slider.rs-slider-banner2 .coming-soon-part .time_circles .textDiv_Minutes,
#rs-slider.rs-slider-banner2 .coming-soon-part .time_circles .textDiv_Seconds {
  padding-top: 20px;
}
#rs-slider.rs-slider-banner2 .coming-soon-part .time_circles:after {
  content: "";
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 100px;
  z-index: 1;
  background: #fff;
  position: absolute;
}
#rs-slider.rs-slider-banner3 .slide-content,
#rs-slider.rs-slider-banner5 .slide-content {
  top: 50%;
}
#rs-slider.rs-slider-banner3 .slide-content .slider-desc,
#rs-slider.rs-slider-banner5 .slide-content .slider-desc {
  margin-bottom: 10px;
}
#rs-slider.rs-slider-banner3 .slide-content .primary-btn,
#rs-slider.rs-slider-banner5 .slide-content .primary-btn {
  margin-top: 40px;
}
#rs-slider.rs-slider-banner3 .slide-content i,
#rs-slider.rs-slider-banner5 .slide-content i {
  color: #d90845;
  margin-right: 12px;
}
#rs-slider .countdown-section {
  overflow: hidden;
}
#rs-slider .countdown-section .timeTo span {
  display: none;
}
#rs-slider .countdown-section #countdown-3 {
  margin-bottom: 40px;
}
#rs-slider .countdown-section #countdown-3 figcaption {
  font-size: 15px !important;
  margin-top: 16px;
}
#rs-slider .countdown-section #countdown-3 figure {
  max-width: 160px !important;
  width: 160px !important;
  padding: 10px !important;
}
#rs-slider .countdown-section #countdown-3 figure div {
  width: 60px !important;
  height: 70px !important;
  margin-right: 0!important;
  border-radius: 3px;
}
#rs-slider .countdown-section #countdown-3 figure div ul {
  left: 12px !important;
  top: -45px !important;
}
#rs-slider .countdown-section #countdown-3 figure div ul li:first-child {
  opacity: 0;
}
#rs-slider .countdown-section #countdown-3 .timeTo span {
  color: #fff !important;
}
.rs-slider-banner5 .banner-counter5 .time_circles div,
.rs-timecoun-ceremony .banner-counter5 .time_circles div {
  margin-top: -10px;
}
.rs-slider-banner5 .coming-soon-part .coming-soon-text .time_circles div span,
.rs-timecoun-ceremony .coming-soon-part .coming-soon-text .time_circles div span {
  font-size: 45px !important;
  margin-bottom: 15px;
}
.rs-slider-banner5 .coming-soon-part .coming-soon-text .time_circles div h4,
.rs-timecoun-ceremony .coming-soon-part .coming-soon-text .time_circles div h4 {
  font-size: 15px !important;
}
/* ------------------------------------
    06. Breadcrumbs CSS
---------------------------------------*/
.rs-breadcrumbs {
  position: relative;
  margin-top: 134px;
  /*padding:80px 0;*/
  background-color: #222;
}
/*.rs-breadcrumbs img {
  width: 100%;
}
.rs-breadcrumbs:after {
  background: url(images/banner/inner-bg.png);
  content: "";
  position: absolute;
  left: 0;
  height: 64px;
  width: 100%;
  bottom: 0;
  z-index: 1;
  background-repeat: repeat-x;
}*/
.rs-breadcrumbs .breadcrumbs-inner {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
}
.rs-breadcrumbs .page-title {
  display: block;
  position: relative;
  padding-bottom: 14px;
  margin: 0 0 12px;
  text-transform: uppercase;
  font-size: 42px;
  color: #ffffff;
  font-weight: 400;
}
.rs-breadcrumbs .page-title:after {
  background: url(images/sec-line2.png);
  content: "";
  width: 245px;
  height: 5px;
  position: absolute;
  background-repeat: no-repeat;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.rs-breadcrumbs ul {
  padding: 0;
}
.rs-breadcrumbs ul li {
  color: #fe0000;
  display: inline-block;
  font-weight: 400;
}
.rs-breadcrumbs ul li a {
  position: relative;
  padding-right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}
.rs-breadcrumbs ul li a:before,
.rs-breadcrumbs ul li a:after {
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  height: 15px;
  width: 2px;
  position: absolute;
  right: 7px;
  top: 2px;
  transform: rotate(26deg);
}
.rs-breadcrumbs ul li a:before {
  right: 13px;
}
.rs-breadcrumbs ul li a:hover {
  color: #d90845;
}
/* ------------------------------------
    07. RS Coming Soon
---------------------------------------*/
.rs-coming-soon {
  background: #d90845;
  background: linear-gradient(150deg, #990531, #d90845);
  background: -webkit-linear-gradient(150deg, #990531, #d90845);
  background: -ms-linear-gradient(150deg, #990531, #d90845);
  background: -o-linear-gradient(150deg, #990531, #d90845);
  position: relative;
  padding: 50px 0 44px;
}
.rs-coming-soon .right-btn {
  margin-top: 10px;
}
.rs-coming-soon .timeTo.timeTo-black div {
  background: transparent;
  border: none;
}
.rs-coming-soon .timeTo figure {
  margin-right: 24px;
}
.rs-coming-soon .timeTo figure:first-child {
  margin-right: 0;
}
.rs-coming-soon .countdown-section figcaption {
  font-family: 'Rubik', sans-serif;
}
.rs-coming-soon .countdown-section .timeTo span {
  display: none;
}
.rs-coming-soon #countdown-3 figcaption {
  text-transform: capitalize;
}
.coming-soon-part .coming-soon-text .CountDownTimer .time_circles {
  width: 100%;
  height: 100%;
}
.coming-soon-part .coming-soon-text .time_circles canvas {
  opacity: 0;
}
.coming-soon-part .coming-soon-text .time_circles div {
  position: absolute;
  text-align: center;
  padding-right: 30px;
}
.coming-soon-part .coming-soon-text .time_circles div span {
  font-weight: 900;
  font-size: 30px !important;
  color: #d90845;
  display: block;
  border-radius: 5px;
  max-width: 100px;
  margin: 0 auto;
  text-show: 0 0 15px #000 !important;
}
.coming-soon-part .coming-soon-text .time_circles div h4 {
  font-family: 'Rubik', sans-serif;
  color: #fff;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.rs-timecoun-ceremony {
  padding-bottom: 70px;
}
.rs-timecoun-ceremony .timecounter-inner {
  padding: 205px 0 0;
  border-radius: 0 0 50px 50px;
}
.rs-timecoun-ceremony .coming-soon-part {
  max-width: 890px;
  padding-left: 18px;
  margin: 0 auto;
}
.rs-timecoun-ceremony .coming-soon-part .time_circles {
  position: relative;
  width: 100%;
  height: 100%;
  left: -14px;
}
.rs-timecoun-ceremony .coming-soon-part .time_circles canvas {
  opacity: 1;
}
.rs-timecoun-ceremony .coming-soon-part .time_circles div {
  padding-right: 0;
}
.rs-timecoun-ceremony .coming-soon-part .time_circles div h4 {
  color: #212121;
}
.rs-timecoun-ceremony .time_circles > div {
  position: absolute;
  text-align: left;
}
.rs-timecoun-ceremony .time_circles > div > h4 {
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
.rs-timecoun-ceremony .time_circles > div > span {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
}
#rs-slider.rs-slider-banner .banner-counter5 .coming-soon-part {
  max-width: 680px;
}
#rs-slider.rs-slider-banner .banner-counter5 .time_circles {
  margin-bottom: 0;
}
#rs-slider.rs-slider-banner .banner-counter5 .time_circles canvas {
  height: auto !important;
}
#rs-slider.rs-slider-banner .banner-counter5 .time_circles div {
  position: absolute;
}
.banner-counter5 .coming-soon-part {
  margin: 0 auto;
}
.banner-counter5 .coming-soon-part .time_circles {
  position: relative;
  width: 100%;
  height: 100%;
  left: -14px;
}
.banner-counter5 .coming-soon-part .time_circles canvas {
  opacity: 1;
}
.banner-counter5 .coming-soon-part .time_circles div {
  padding-right: 0;
}
.banner-counter5 .coming-soon-part .time_circles div h3 {
  color: #fff;
  font-size: 20px !important;
}
.banner-counter5 .time_circles > div {
  position: absolute;
  text-align: left;
}
.banner-counter5 .time_circles > div > h4 {
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
.banner-counter5 .time_circles > div > span {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
}
/* ------------------------------------
    08. About Us
---------------------------------------*/
.rs-about{
  background:url('images/about/about-bg.jpg') no-repeat top left;
  background-size:cover;
}
.rs-about .image-list {
  overflow: hidden;
  margin-bottom: 10px;
}
.rs-about .image-list img {
  width: 50%;
  float: left;
}
.rs-about .image-list img:first-child {
  padding-right: 5px;
}
.rs-about .image-list img:last-child {
  padding-left: 5px;
}
.rs-about .about-image {
  position: relative;
  /*border-radius: 50%;*/
  border:dashed 10px transparent;
  /*outline: dashed 1px #777;*/
  outline:dashed 1px #bd6666;
  transform: rotate(7deg); 
}
.rs-about .about-image-bx{
  position: relative;
}
.rs-about .about-image-bx::before {
  position: absolute;
  content:"";
  background-color: #ffd747;
  width:100%;
  height:350px;
  transform: rotate(-5deg); 
}
/*.rs-about .about-image img {
  transform: rotate(-30deg); 
}*/
.rs-about .popup-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.rs-about .popup-youtube:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f04b";
  font-size: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s ease 0s;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  width: 80px;
  text-align: center;
  background: #d90845;
  border-radius: 50%;
  padding-left: 8px;
  color: #fff;
}
.rs-about .about-des h4 {
  margin: 0 0 12px;
  font-weight: 400;
  line-height: 30px;
}
.rs-about .about-des p {
  margin: 0 0 42px;
  color:#fff;
  text-align: justify;
}
.rs-about .about-des ul {
  margin-bottom: 50px;
}
.rs-about .about-des ul li {
  font-size:25px;
  /*color:#fff;*/
  /*color: #f97324;*/
  color:#f9ae24;
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px
}
.rs-about .about-des ul li::before {
    /* content: "\f101"; */
    /* content: "\f105"; */
    /* content: "\f138"; */
    content: "\f0a9";
    font-family: fontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25px;
     color: #fe0000; 
    /*color: #f97324;*/
    /*color:#fff;*/
}

.rs-about .about-image {
  overflow: hidden;
}
.rs-about .sec-title,
.rs-about .sec-title2 {
  margin-bottom: 32px;
}
.rs-about .sec-title3 {
  margin-bottom: 42px;
}
.rs-about .sec-title3 h2 {
  padding-bottom: 15px;
}
.home5 .rs-about.about-shape {
  padding-top: 208px;
  padding-bottom: 100px;
}
/* ------------------------------------
    09. join-our-events
---------------------------------------*/
.join-our-events {
  padding-bottom: 94px;
}
.join-our-events.images-overlay:after {
  background: rgba(0, 9, 41, 0.4);
}
.join-our-events .choose-item {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
}
.join-our-events .choose-item img {
  border-radius: 5px;
}
.join-our-events .choose-item .choose-title {
  margin: 28px 0 10px;
}
.join-our-events .choose-item h4.choose-title,
.join-our-events .choose-item h3.choose-title {
  font-weight: 500;
}
.join-our-events .choose-item h3.choose-title {
  font-size: 24px;
}
.join-our-events .choose-item i {
  display: inline-block;
  width: 135px;
  height: 135px;
  line-height: 135px;
  text-align: center;
  background-color: #d90845;
  color: #ffffff;
  border-radius: 50%;
  font-size: 60px;
  border: 2px solid transparent;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
}
.join-our-events .choose-item p:last-child {
  margin-bottom: 0;
}
.join-our-events .center-box .choose-item:hover i {
  color: #d90845;
  border: 2px solid #d90845;
  background-color: transparent;
  font-size: 55px;
}
.join-our-events.left-alignment .choose-item {
  text-align: left;
}
.join-our-events.left-alignment .choose-item i {
  text-align: left;
  background-color: transparent;
  color: #d90845;
  height: 0;
  line-height: 1;
}
.join-our-events.left-alignment .choose-item .choose-title {
  text-transform: capitalize;
}
/* ------------------------------------
    10. Our Event Schedule
---------------------------------------*/
.rs-events-schedule {
  overflow: hidden;
}
.rs-events-schedule .events-schedule-tabs {
  width: 100%;
  position: relative;
}
.rs-events-schedule .events-schedule-tabs .eventday-list {
  max-width: 100%;
  list-style: none;
  font-size: 24px;
  font-weight: 500;
  line-height: 56px;
  text-align: center;
  border-top: 2px solid #d90845;
}
.rs-events-schedule .events-schedule-tabs .eventday-list li {
  line-height: normal;
  display: inline-block;
  width: 25%;
}
.rs-events-schedule .events-schedule-tabs .eventday-list li + li {
  padding-left: 30px;
}
.rs-events-schedule .events-schedule-tabs .eventday-list li span {
  display: block;
  font-size: 14px;
  color: #676767;
}
.rs-events-schedule .events-schedule-tabs .eventday-list li a {
  color: #212121;
  margin: 4px 0 0;
  padding: 13px 45px;
  border: 1px solid #ccc;
}
.rs-events-schedule .events-schedule-tabs .eventday-list li a:hover,
.rs-events-schedule .events-schedule-tabs .eventday-list li a.active {
  background: #d90845;
  color: #fff;
  margin: 0;
  padding: 15px 45px;
  border-color: #d90845;
}
.rs-events-schedule .events-schedule-tabs .eventday-list li a:hover span,
.rs-events-schedule .events-schedule-tabs .eventday-list li a.active span {
  color: #ccc;
}
.rs-events-schedule .events-schedule-tabs .eventday-sublist {
  display: block;
}
.rs-events-schedule .events-schedule-tabs .eventday-sublist li {
  display: inline-block;
}
.rs-events-schedule .events-schedule-tabs .eventday-sublist li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #676767;
}
.rs-events-schedule .events-schedule-tabs .eventday-sublist li a:hover,
.rs-events-schedule .events-schedule-tabs .eventday-sublist li a.active {
  color: #d90845;
}
.rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .fade {
  height: 0;
}
.rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .fade.show {
  height: 100%;
}
.rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .share-section2 {
  overflow: hidden;
}
.rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .share-section2 .event-btn {
  float: left;
}
.rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .share-section2 .event-btn .primary-btn {
  width: 120px;
  text-transform: capitalize;
  border-bottom: 0;
  padding: 4px 0;
}
.rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .share-section2 .social-shareicons {
  float: right;
  padding-top: 1px;
}
.rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .share-section2 .social-shareicons .share-title {
  margin-right: 15px;
  font-weight: 500;
  display: inline-block;
  padding-top: 3px;
}
.rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .share-section2 .share-link {
  float: right;
}
.rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .share-section2 .share-link li {
  float: left;
  list-style: none;
  padding: 2px 0;
}
.rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .share-section2 .share-link li:first-child a {
  margin-left: 0;
}
.rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .share-section2 .share-link li a {
  font-size: 12px;
  font-weight: 500;
  color: #676767;
  padding: 7px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-left: 14px;
}
.rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .share-section2 .share-link li a:hover {
  background: #d90845;
  color: #fff;
  border: 1px solid #d90845;
}
.rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .event-shedule-info .meta-date {
  display: block;
  margin: 0 0 5px;
}
.rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .event-shedule-info h3 {
  margin: 0 0 6px;
}
.rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .event-shedule-info p {
  margin: 0 0 20px;
}
.rs-events-schedule .events-schedule-tabs .events-shedule-subitmes > .eventday-sublist {
  text-align: center;
}
.rs-events-schedule .events-schedule-contents .events-subinner {
  background: #fafafa;
}
.rs-events-schedule .events-schedule-contents .events-subinner .events-shedule-subdes .events-items {
  border-radius: 6px;
}
.rs-events-schedule .events-schedule-contents .events-subinner .events-shedule-subdes .events-items + .events-items {
  margin-top: 30px;
}
.rs-events-schedule .events-schedule-contents .event-author img {
  width: 100px;
  height: auto;
  border-radius: 50%;
  border: 5px solid #d90845;
}
.rs-events-schedule .events-schedule-contents .event-author span {
  display: block;
}
.rs-events-schedule .events-schedule-contents .event-author span.author-cty {
  color: #d90845;
  margin: 15px 0 0;
}
.rs-events-schedule .events-schedule-contents .event-author h4 {
  margin: 3px 0;
}
.rs-events-schedule.rs-events-schedule1 .events-schedule-tabs .eventday-list {
  border-top: 0;
  margin-bottom: 30px;
}
.rs-events-schedule.rs-events-schedule1 .events-schedule-tabs .eventday-list li a {
  margin: 0;
}
.rs-events-schedule.rs-events-schedule1 .events-schedule-tabs .eventday-list li a.show,
.rs-events-schedule.rs-events-schedule1 .events-schedule-tabs .eventday-list li a:hover {
  padding: 13px 45px;
}
.rs-events-schedule.rs-events-schedule1 .events-schedule-tabs .eventday-list li a.show span,
.rs-events-schedule.rs-events-schedule1 .events-schedule-tabs .eventday-list li a:hover span {
  color: #ccc;
}
.rs-events-schedule.rs-events-schedule1 .events-schedule-tabs .eventday-list li a.active {
  position: relative;
}
.rs-events-schedule.rs-events-schedule1 .events-schedule-tabs .eventday-list li a.active span {
  color: #ccc;
}
.rs-events-schedule.rs-events-schedule1 .events-schedule-tabs .eventday-list li a.active:hover {
  position: relative;
  padding: 13px 45px;
}
.rs-events-schedule.rs-events-schedule1 .events-schedule-tabs .eventday-list li a.active:hover span {
  color: #ccc;
}
.rs-events-schedule.rs-events-schedule1 .events-schedule-tabs .eventday-list li a.active:before {
  content: "";
  border: solid #d90845;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 8px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  bottom: -10px;
  left: 47%;
}
.rs-events-schedule.rs-events-schedule1 .events-schedule-contents .events-items {
  padding: 0 30px;
  margin: 0 5px;
}
.rs-events-schedule.rs-events-schedule1 .events-schedule-contents .events-items:first-child {
  padding-top: 30px;
}
.rs-events-schedule.rs-events-schedule1 .events-schedule-contents .events-items:last-child {
  padding-bottom: 30px;
}
.rs-events-schedule.rs-events-schedule1 .events-schedule-contents .events-items .col-lg-4 {
  padding-right: 0;
  padding-left: 0;
}
.rs-events-schedule.rs-events-schedule1 .events-schedule-contents .events-items .col-lg-8 {
  padding-left: 30px;
  background: #fff;
}
.rs-events-schedule.rs-events-schedule1 .events-schedule-contents .events-items .event-shedule-info {
  padding-top: 20px;
}
.rs-events-schedule.rs-events-schedule1 .events-schedule-contents .event-author {
  border: 1px solid #e1e1e1;
  padding: 25px 0;
  border-radius: 5px 0 0 5px;
}
.rs-events-schedule.rs-events-schedule2 .events-subinner {
  padding: 50px 25px;
}
.rs-events-schedule.rs-events-schedule2 .events-subinner .events-items {
  background: #fff;
  padding: 30px;
}
.rs-events-schedule.rs-events-schedule2 .events-schedule-tabs {
  padding: 0 0 0 80px;
}
.rs-events-schedule.rs-events-schedule2 .events-schedule-tabs .eventday-list {
  top: 0;
  left: 40px;
  max-width: 100%;
  list-style: none;
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 20px 20px;
  -moz-transform-origin: 20px 20px;
  -ms-transform-origin: 20px 20px;
  -o-transform-origin: 20px 20px;
  transform-origin: 20px 20px;
  z-index: 1;
}
.rs-events-schedule.rs-events-schedule2 .events-schedule-tabs .eventday-list li {
  width: 200px;
  text-align: center;
}
.rs-events-schedule.rs-events-schedule2 .events-schedule-tabs .eventday-list li a {
  padding: 13px 0;
}
.rs-events-schedule.rs-events-schedule2 .events-schedule-tabs .eventday-list .active span {
  color: #ccc;
}
.rs-events-schedule.drak-color .event-author span {
  color: #ccc;
}
.rs-events-schedule.drak-color.rs-events-schedule1 .eventday-list li a {
  border-color: #d90845;
}
.rs-events-schedule.drak-color.rs-events-schedule1 .event-author h4 {
  color: #fff;
}
.rs-events-schedule.drak-color .events-schedule-contents .events-subinner {
  background: #000929;
}
@media only screen and (min-width: 1170px) {
  .event-schedule-timeline .cd-is-hidden {
    visibility: hidden;
  }
}
.event-schedule-timeline .cd-timeline {
  overflow: hidden;
  margin: 2em auto;
}
.event-schedule-timeline .cd-timeline__container {
  position: relative;
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 2em 0;
}
.event-schedule-timeline .cd-timeline__container::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #fdd245;
}
@media only screen and (max-width: 1170px) {
  .event-schedule-timeline .cd-timeline .cd-timeline__block .cd-timeline__content.bg-color-1 span.cd-timeline__date,
  .event-schedule-timeline .cd-timeline .cd-timeline__block .cd-timeline__content.bg-color-2 span.cd-timeline__date,
  .event-schedule-timeline .cd-timeline .cd-timeline__block .cd-timeline__content.bg-color-3 span.cd-timeline__date,
  .event-schedule-timeline .cd-timeline .cd-timeline__block .cd-timeline__content.bg-color-4 span.cd-timeline__date,
  .event-schedule-timeline .cd-timeline .cd-timeline__block .cd-timeline__content.bg-color-5 span.cd-timeline__date,
  .event-schedule-timeline .cd-timeline .cd-timeline__block .cd-timeline__content.bg-color-6 span.cd-timeline__date {
    color: #fff !important;
    padding-top: 0;
  }
  .event-schedule-timeline .cd-timeline .cd-timeline__block .cd-timeline__content.bg-color-1 span.cd-timeline__date i,
  .event-schedule-timeline .cd-timeline .cd-timeline__block .cd-timeline__content.bg-color-2 span.cd-timeline__date i,
  .event-schedule-timeline .cd-timeline .cd-timeline__block .cd-timeline__content.bg-color-3 span.cd-timeline__date i,
  .event-schedule-timeline .cd-timeline .cd-timeline__block .cd-timeline__content.bg-color-4 span.cd-timeline__date i,
  .event-schedule-timeline .cd-timeline .cd-timeline__block .cd-timeline__content.bg-color-5 span.cd-timeline__date i,
  .event-schedule-timeline .cd-timeline .cd-timeline__block .cd-timeline__content.bg-color-6 span.cd-timeline__date i {
    padding-right: 5px;
  }
  .event-schedule-timeline .cd-timeline .cd-timeline__block .cd-timeline__content.bg-color-1:before {
    border-color: transparent !important;
    border-right-color: #800080 !important;
  }
  .event-schedule-timeline .cd-timeline .cd-timeline__block .cd-timeline__content.bg-color-3:before {
    border-color: transparent !important;
    border-right-color: #2b93ea !important;
  }
  .event-schedule-timeline .cd-timeline .cd-timeline__block .cd-timeline__content.bg-color-5:before {
    border-color: transparent !important;
    border-right-color: #d90845 !important;
  }
}
@media only screen and (max-width: 480px) {
  .event-schedule-timeline .cd-timeline .cd-timeline__block .cd-timeline__content .event-shedule-info .event-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1170px) {
  .event-schedule-timeline .cd-timeline {
    margin-top: 34px;
    margin-bottom: 3em;
  }
  .event-schedule-timeline .cd-timeline__container::before {
    left: 50%;
    margin-left: -2px;
  }
}
.event-schedule-timeline .cd-timeline__block {
  position: relative;
  margin: 2em 0;
}
.event-schedule-timeline .cd-timeline__content.bg-color-1 {
  background: #800080 !important;
}
.event-schedule-timeline .cd-timeline__content.bg-color-1 .cd-timeline__date {
  color: #800080 !important;
}
.event-schedule-timeline .cd-timeline__content.bg-color-1:before {
  border-color: transparent !important;
  border-left-color: #800080 !important;
}
.event-schedule-timeline .cd-timeline__content.bg-color-2 {
  background: #d90845 !important;
}
.event-schedule-timeline .cd-timeline__content.bg-color-2 .cd-timeline__date {
  color: #d90845 !important;
}
.event-schedule-timeline .cd-timeline__content.bg-color-2:before {
  border-color: transparent !important;
  border-right-color: #d90845 !important;
}
.event-schedule-timeline .cd-timeline__content.bg-color-3 {
  background: #2b93ea !important;
}
.event-schedule-timeline .cd-timeline__content.bg-color-3 .cd-timeline__date {
  color: #2b93ea !important;
}
.event-schedule-timeline .cd-timeline__content.bg-color-3:before {
  border-color: transparent !important;
  border-left-color: #2b93ea !important;
}
.event-schedule-timeline .cd-timeline__content.bg-color-4 {
  background: #800080 !important;
}
.event-schedule-timeline .cd-timeline__content.bg-color-4 .cd-timeline__date {
  color: #800080 !important;
}
.event-schedule-timeline .cd-timeline__content.bg-color-4:before {
  border-color: transparent !important;
  border-right-color: #800080 !important;
}
.event-schedule-timeline .cd-timeline__content.bg-color-5 {
  background: #d90845 !important;
}
.event-schedule-timeline .cd-timeline__content.bg-color-5 .cd-timeline__date {
  color: #d90845 !important;
}
.event-schedule-timeline .cd-timeline__content.bg-color-5:before {
  border-color: transparent !important;
  border-left-color: #d90845 !important;
}
.event-schedule-timeline .cd-timeline__content.bg-color-6 {
  background: #2b93ea !important;
}
.event-schedule-timeline .cd-timeline__content.bg-color-6 .cd-timeline__date {
  color: #2b93ea !important;
}
.event-schedule-timeline .cd-timeline__content.bg-color-6:before {
  border-color: transparent !important;
  border-right-color: #2b93ea !important;
}
.event-schedule-timeline .cd-timeline__content .event-shedule-info {
  color: #fff;
}
.event-schedule-timeline .cd-timeline__content .event-shedule-info .speaker-name,
.event-schedule-timeline .cd-timeline__content .event-shedule-info .speaker-name a {
  color: #f5f5f5;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 30px;
  padding-bottom: 0;
}
.event-schedule-timeline .cd-timeline__content .event-shedule-info .event-des {
  font-size: 15px;
  line-height: 22px;
}
.event-schedule-timeline .cd-timeline__content .event-shedule-info .event-title {
  color: #fff !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  font-size: 24px;
}
.event-schedule-timeline .cd-timeline__content .event-shedule-info .event-title a {
  color: #fff !important;
}
.event-schedule-timeline .cd-timeline__content .event-shedule-info p {
  margin-top: 10px;
}
.event-schedule-timeline .cd-timeline__block:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}
.event-schedule-timeline .cd-timeline__block:first-child {
  margin-top: 0;
}
.event-schedule-timeline .cd-timeline__block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .event-schedule-timeline .cd-timeline__block {
    margin: 4em 0;
  }
}
.event-schedule-timeline .cd-timeline__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.event-schedule-timeline .cd-timeline__img img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  margin-left: 0;
  margin-top: 0;
  border-radius: 100% !important;
}
.event-schedule-timeline .cd-timeline__img.cd-timeline__img--picture {
  background: #75ce66;
}
.event-schedule-timeline .cd-timeline__img.cd-timeline__img--movie {
  background: #c03b44;
}
.event-schedule-timeline .cd-timeline__img.cd-timeline__img--location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .event-schedule-timeline .cd-timeline__img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .event-schedule-timeline .cd-timeline__img.cd-timeline__img--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.event-schedule-timeline .cd-timeline__content {
  position: relative;
  margin-left: 60px;
  background: #fdd245;
  border-radius: 0.25em;
  padding: 1em;
  -webkit-box-shadow: 0 3px 0 #d7e4ed;
  box-shadow: 0 3px 0 #d7e4ed;
}
.event-schedule-timeline .cd-timeline__content:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}
.event-schedule-timeline .cd-timeline__content::before {
  /* triangle next to content block */
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #fdd245;
}
.event-schedule-timeline .cd-timeline__content h2 {
  color: #fff;
}
.event-schedule-timeline .cd-timeline__content p,
.event-schedule-timeline .cd-timeline__read-more,
.event-schedule-timeline .cd-timeline__date {
  font-size: 1.3rem;
}
.event-schedule-timeline .cd-timeline__content p {
  margin: 1em 0;
  line-height: 1.6;
}
.event-schedule-timeline .cd-timeline__read-more,
.event-schedule-timeline .cd-timeline__date {
  display: inline-block;
}
.event-schedule-timeline .cd-timeline__read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.event-schedule-timeline .cd-timeline__read-more:hover {
  background-color: #bac4cb;
}
.event-schedule-timeline .cd-timeline__date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
@media only screen and (min-width: 768px) {
  .event-schedule-timeline .cd-timeline__content h2 {
    font-size: 2rem;
  }
  .event-schedule-timeline .cd-timeline__content p {
    font-size: 1.6rem;
  }
  .event-schedule-timeline .cd-timeline__read-more,
  .event-schedule-timeline .cd-timeline__date {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1170px) {
  .event-schedule-timeline .cd-timeline__content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .event-schedule-timeline .cd-timeline__content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #fdd245;
  }
  .event-schedule-timeline .cd-timeline__read-more {
    float: left;
  }
  .event-schedule-timeline .cd-timeline__date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 1.6rem;
  }
  .event-schedule-timeline .cd-timeline__block:nth-child(even) .cd-timeline__content {
    float: right;
  }
  .event-schedule-timeline .cd-timeline__block:nth-child(even) .cd-timeline__content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #fdd245;
  }
  .event-schedule-timeline .cd-timeline__block:nth-child(even) .cd-timeline__read-more {
    float: right;
  }
  .event-schedule-timeline .cd-timeline__block:nth-child(even) .cd-timeline__date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .event-schedule-timeline .cd-timeline__content.cd-timeline__content--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 1170px) {
  .event-schedule-timeline {
    /* inverse bounce effect on even content blocks */
  }
  .event-schedule-timeline .cd-timeline__block:nth-child(even) .cd-timeline__content.cd-timeline__content--bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* ------------------------------------
    11. Our Event Sponsors
---------------------------------------*/
.our-event-sponsors .sponsors-list {
  text-align: center;
}
.our-event-sponsors .sponsors-list li {
  display: inline-block;
  width: 24%;
  margin-bottom: 60px;
}
.our-event-sponsors2 {
  padding-top: 96px;
  padding-bottom: 40px;
}
.our-event-sponsors2.images-overlay:after {
  background: rgba(0, 9, 41, 0.4);
}
.our-event-sponsors2 .container {
  position: relative;
  z-index: 1;
}
.our-event-sponsors2 .sponsors-list li {
  display: inline-block;
  width: 19%;
  margin-bottom: 60px;
}
.our-event-sponsors2 .sponsor-tabs-list {
  margin-bottom: 50px;
}
.our-event-sponsors2 .sponsor-tabs-list ul {
  text-align: center;
  display: block;
}
.our-event-sponsors2 .sponsor-tabs-list ul li {
  display: inline-block;
}
.our-event-sponsors2 .sponsor-tabs-list ul li a {
  border: 1px solid #d90845;
  color: #d90845;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  width: 150px;
  text-align: center;
  margin: 0 12px;
  text-transform: uppercase;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.our-event-sponsors2 .sponsor-tabs-list ul li a.active,
.our-event-sponsors2 .sponsor-tabs-list ul li a:hover {
  background: #d90845;
  color: #fff;
}
.our-event-sponsors2.sponsors-border-style .sponsors-list + .sponsors-list {
  border-top: 1px solid #ccc;
}
.our-event-sponsors2.sponsors-border-style .sponsors-list ul {
  display: block;
  text-align: center;
}
.our-event-sponsors2.sponsors-border-style .sponsors-list ul li {
  margin-bottom: 0;
  padding: 27px 10px;
  display: inline-block;
  width: 24%;
}
.our-event-sponsors2.sponsors-border-style .sponsors-list ul li + li {
  border-left: 1px solid #ccc;
}
/* -----------------------
    12. Testimonial CSS
--------------------------*/
.rs-testimonial .testi-content.nav-tabs {
  border: 0;
}
.rs-testimonial .testi-content .testi-img {
  position: relative;
  width: 75px;
  height: auto;
  border-radius: 100px;
  border: 2px solid #fe0000;
  overflow: hidden;
  text-align: center;
  margin: 10px auto 0;
}
.rs-testimonial .testi-content .testi-name{
  text-align: center;
}
.rs-testimonial .testi-content .testi-title{
  text-align: center;
}
.rs-testimonial .testi-content li {
  margin-bottom: 0;
}
.rs-testimonial .testi-content li a {
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  text-align: center;
}
.rs-testimonial .testi-content li.show .testi-name,
.rs-testimonial .testi-content li:hover .testi-name {
  color: #d90845;
}
.rs-testimonial .testi-name {
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 16px 0 0;
  cursor: pointer;
}
.rs-testimonial .testi-title {
  color: #676767;
  display: block;
}
.rs-testimonial .testi-content {
  position: relative;
  margin-bottom: 30px;
  text-align: justify;
  border-radius: 5px;
  background-color: #f0f0f0;
}
/*.rs-testimonial .testi-content:before {
  content: "\f103";
  position: absolute;
  font-family: FontAwesome;
  font-size: 26px;
  color: #d90845;
  top: -31%;
}*/
.rs-testimonial .testi-content p {
  margin-bottom: 0;
  position: relative;
  padding: 20px 20px 20px 0;
}
.rs-testimonial .testi-content p:after {
  position: absolute;
  font-family: FontAwesome;
  font-size: 20px;
  color: #fe0000;
  content: "\f10d";
  top: 22px;
  left: -30px;
}
.rs-testimonial .tab-pane:nth-child(1) .testi-content:before {
  margin-left: -30px;
  left: 17%;
}
.rs-testimonial .tab-pane:nth-child(2) .testi-content:before {
  margin-left: -19px;
  left: 50%;
}
.rs-testimonial .tab-pane:nth-child(3) .testi-content:before {
  margin-right: -30px;
  right: 17%;
}
.rs-testimonial.drak-color .testi-name,
.rs-testimonial.drak-color-light .testi-name {
  color: #fff;
}
.rs-testimonial.drak-color .testi-content,
.rs-testimonial.drak-color-light .testi-content {
  background: #000929;
}
.rs-testimonial.drak-color .testi-content,
.rs-testimonial.drak-color-light .testi-content {
  background-color: #fff;
}
.rs-testimonial.drak-color-light p,
.rs-testimonial.drak-color-light .testi-title {
  color: #ccc;
}
.rs-testimonial.drak-color p {
  color: #676767;
}
.rs-testimonial.drak-color .testi-title {
  color: #f0f0f0;
}
.rs-testimonial.gray-color .testi-content {
  background-color: #fff;
}
.rs-testimonial2.drak-color .single-testimonials .cl-author-info li {
  color: #ccc;
}
.rs-testimonial2.drak-color .owl-dot:before,
.rs-testimonial2.drak-color .single-testimonials .cl-author-info li:first-child,
.rs-testimonial2.drak-color .single-testimonials p {
  color: #fff;
}
.rs-testimonial2 .single-testimonials img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #d90845;
  margin: 0 auto;
}
.rs-testimonial2 .single-testimonials p {
  border-radius: 36px;
  border-bottom: 6px solid #d90845;
  padding-bottom: 16px;
  margin: 0 0 20px;
}
.rs-testimonial2 .single-testimonials p i {
  color: #d90845;
  padding-right: 10px;
}
.rs-testimonial2 .single-testimonials .cl-author-info li:first-child {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  color: #212121;
}
.rs-testimonial2.transparent-testimonial .single-testimonials .cl-author-info li:last-child,
.rs-testimonial2.transparent-testimonial .single-testimonials p {
  color: #ccc;
}
.rs-testimonial2.transparent-testimonial .single-testimonials .cl-author-info li:first-child {
  color: #fff;
}
.rs-testimonial3 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.rs-testimonial3 .single-testimonials {
  background: #fff;
  margin-bottom: 30px;
  border-radius: 5px;
  padding: 36px 30px 30px;
}
.rs-testimonial3 .single-testimonials img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #d90845;
  margin: 15px auto 14px;
}
.rs-testimonial3 .single-testimonials .quote-icon {
  margin-bottom: 15px;
}
.rs-testimonial3 .single-testimonials .quote-icon i {
  font-size: 24px;
  color: #d90845;
}
.rs-testimonial3 .single-testimonials .cl-author-info li:first-child {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  color: #212121;
}
/* ----------------------------------
    13. Price Table Section
-------------------------------------*/
.price-table-section .price-table h3 {
  margin: 0 0 5px;
  color: #fff;
  line-height: 42px;
}
.price-table-section .price-table h4 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 5px;
  color: #fff;
}
.price-table-section .price-table h5 {
  font-size: 15px;
  font-weight: normal;
  margin: 0 0 5px;
  color: #fff;
}
.price-table-section .price-table.style-one .pricing-title {
  font-weight: 600;
  padding-bottom: 18px;
  text-transform: uppercase;
}
.price-table-section .price-table.style-one .price-des {
  margin-bottom: 40px;
}
.price-table-section .price-table.style-one .cl-col-lg-4 {
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .price-table-section .price-table.style-one .cl-col-lg-4 {
    padding: 0 10px;
  }
}
.price-table-section .price-table.style-one .cl-pricetable-wrap {
  text-align: center;
  color: #333333;
  margin-bottom: 0px;
  margin-right: 0;
  position: relative;
  border-radius: 20px;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
  margin: 0px;
  background: #000929;
  margin-bottom: 20px;
  border-bottom: 10px solid #d90845;
  overflow: hidden;
}
.price-table-section .price-table.style-one .cl-pricetable-wrap .top {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  z-index: 1;
  height: 150px;
}
.price-table-section .price-table.style-one .cl-pricetable-wrap .top:after {
  position: absolute;
  height: 100%;
  width: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  left: 0;
  background-color: #d90845;
  top: -1px;
  content: "";
}
.price-table-section .price-table.style-one .cl-pricetable-wrap .top .cl-header {
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 1000px) {
  .price-table-section .price-table.style-one .cl-pricetable-wrap .top .cl-header {
    display: block;
  }
}
.price-table-section .price-table.style-one .cl-pricetable-wrap .top .cl-header h3 {
  text-transform: uppercase;
}
.price-table-section .price-table.style-one .cl-pricetable-wrap .top .cl-header span {
  color: #fff;
  font-size: 24px;
}
.price-table-section .price-table.style-one .cl-pricetable-wrap .featured {
  margin-top: 46px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.price-table-section .price-table.style-one .cl-pricetable-wrap .featured ul {
  text-align: center;
}
.price-table-section .price-table.style-one .cl-pricetable-wrap .featured ul li {
  font-weight: 400;
  padding: 6px 0;
  border-bottom: none;
}
.price-table-section .price-table.style-one .cl-pricetable-wrap .featured .feature_icon {
  margin-left: 0px;
  margin-right: 10px;
}
.price-table-section .price-table.style-one .cl-pricetable-wrap .featured .tooltip {
  position: relative !important;
  display: inline-block;
  opacity: 1 !important;
  z-index: auto !important;
}
.price-table-section .price-table.style-one .cl-pricetable-wrap .featured .tooltip:after {
  font-family: 'FontAwesome';
  font-size: 13px;
  content: "\f059";
  position: absolute;
  top: -20px;
}
.price-table-section .price-table.style-one .cl-pricetable-wrap .featured .tooltip .tooltiptext {
  background-color: #555555;
  border-radius: 6px;
  color: #ffffff;
  font-size: 11px;
  left: -100px;
  line-height: 18px;
  overflow: visible;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 114px;
  z-index: 1;
}
.price-table-section .price-table.style-one .cl-pricetable-wrap .featured .tooltip:hover .tooltiptext {
  visibility: visible;
}
.price-table-section .price-table.style-one .cl-pricetable-wrap .bottom {
  margin: 34px 0 30px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.price-table-section .price-table.style-one .cl-pricetable-wrap .bottom .cl-footer .btn-table {
  border-radius: 5px;
  display: block;
  font-weight: 500;
  margin: 0 auto;
  padding: 7px 0;
  text-transform: uppercase;
  max-width: 150px;
}
.price-table-section .price-table.style-one .cl-pricetable-wrap .bottom .cl-footer .btn-table:before {
  background: #ffffff;
  border-radius: 0 !important;
}
.price-table-section .price-table.style-one .cl-pricetable-wrap:hover {
  border-radius: 20px;
  box-shadow: 0 20px 50px 0 rgba(54, 54, 54, 0.3);
  transition: all 0.2s ease-in-out 0s;
  z-index: 1;
}
.price-table-section .price-table.style-one .cl-pricetable-wrap:hover h4,
.price-table-section .price-table.style-one .cl-pricetable-wrap:hover h5,
.price-table-section .price-table.style-one .cl-pricetable-wrap:hover .fa {
  color: #fff !important;
}
.price-table-section .price-table.style-one .cl-pricetable-wrap.popular_plan {
  border-radius: 20px;
  box-shadow: 0 20px 50px 0 rgba(54, 54, 54, 0.3);
  margin-bottom: 0;
  margin-top: 0;
  transition: all 0.2s ease-in-out 0s;
  z-index: 1;
  overflow: hidden;
}
.price-table-section .price-table.style-one .cl-pricetable-wrap.popular_plan h3,
.price-table-section .price-table.style-one .cl-pricetable-wrap.popular_plan .fa {
  color: #fff !important;
}
.price-table-section .price-table.style-one .cl-pricetable-wrap .featured {
  color: #ffffff;
}
.price-table-section .price-table.style-one .cl-pricetable-wrap .bottom {
  color: #ffffff;
}
.price-table-section .price-table.style-one .cl-pricetable-wrap .bottom .btn-table {
  border: 2px solid #d90845;
  color: #ffffff;
}
.price-table-section .price-table.style-one .cl-pricetable-wrap:hover .btn-table {
  background: #d90845;
}
.price-table-section .price-table.style-one .price-1,
.price-table-section .price-table.style-one .price-3 {
  margin-top: 30px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.price-table-section .price-table.style-one .price-1:hover,
.price-table-section .price-table.style-one .price-3:hover {
  margin-top: 0;
}
.price-table-section .price-table.style-one .price-1:hover .featured,
.price-table-section .price-table.style-one .price-3:hover .featured {
  margin-top: 80px;
}
.price-table-section .price-table.style-one .price-1:hover .bottom,
.price-table-section .price-table.style-one .price-3:hover .bottom {
  margin: 55px 0 40px;
}
.price-table-section .price-table.style-one .popular_plan .featured {
  margin-top: 80px;
}
.price-table-section .price-table.style-one .popular_plan .bottom {
  margin: 55px 0 40px;
}
.price-table-section .price-table.style-one .popular_plan .bottom .btn-table {
  background: #d90845;
}
.price-table-section .price-table.style-one.style-two .cl-pricetable-wrap {
  padding-left: 15px;
  padding-right: 15px;
}
.price-table-section .price-table.style-one.style-two .cl-pricetable-wrap .top {
  height: 115px;
}
.price-table-section .price-table.style-one.style-two .cl-pricetable-wrap .top:after {
  clip-path: polygon(0% 0%, 100% 0%, 50% 138%);
}
.price-table-section .price-table.style-one.style-three .cl-pricetable-wrap {
  padding-left: 15px;
  padding-right: 15px;
}
.price-table-section .price-table.style-one.style-three .cl-pricetable-wrap .top {
  height: 115px;
}
.price-table-section .price-table.style-one.style-three .cl-pricetable-wrap .top:after {
  height: 240px;
  clip-path: none;
  left: 0;
  top: auto;
  border-radius: 0 0 50% 50%;
  bottom: 0;
}
/* ----------------------------------
    14. Sidebar area
-------------------------------------*/
.sidebar-area .title {
  font-size: 20px;
  color: #212121;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 25px;
}
.sidebar-area .search-box {
  margin-bottom: 45px;
}
.sidebar-area .search-box .form-control {
  border-radius: 0;
  box-shadow: none;
  color: #101010;
  padding: 5px 0;
  height: 45px;
}
.sidebar-area .search-box .form-control#srch-term {
  padding-left: 15px;
}
.sidebar-area .search-box .box-search {
  position: relative;
}
.sidebar-area .search-box .btn {
  position: absolute;
  right: 3px;
  background: transparent;
  border: none;
  box-shadow: none;
  top: 50%;
  outline: none;
  transform: translateY(-50%);
}
.sidebar-area .cate-box {
  margin-bottom: 45px;
}
.sidebar-area .cate-box ul {
  padding: 0;
  margin: 0;
}
.sidebar-area .cate-box ul li {
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  cursor: pointer;
}
.sidebar-area .cate-box ul li a {
  color: #505050;
  padding: 0 0 0 5px;
}
.sidebar-area .cate-box ul li a span {
  float: right;
}
.sidebar-area .cate-box ul li:first-child {
  padding-top: 0;
}
.sidebar-area .cate-box ul li:hover i,
.sidebar-area .cate-box ul li:hover a {
  color: #d90845;
}
.sidebar-area .latest-courses {
  margin-bottom: 45px;
}
.sidebar-area .latest-courses .post-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.sidebar-area .latest-courses .post-item .post-img {
  width: 33.33%;
  transition: all 0.3s ease 0s;
}
.sidebar-area .latest-courses .post-item .post-desc {
  width: 66.66%;
  padding-left: 20px;
}
.sidebar-area .latest-courses .post-item .post-desc h4 {
  margin-bottom: 5px;
}
.sidebar-area .latest-courses .post-item .post-desc h4 a {
  font-size: 16px;
  color: #212121;
}
.sidebar-area .latest-courses .post-item .post-desc h4 a:hover {
  color: #d90845;
}
.sidebar-area .latest-courses .post-item .post-desc .date {
  margin-left: 8px;
}
.sidebar-area .latest-courses .post-item + .post-item {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
}
.sidebar-area .latest-courses .post-item:hover .post-img {
  opacity: 0.7;
}
.sidebar-area .tags-cloud ul {
  padding: 0;
  margin: 0;
}
.sidebar-area .tags-cloud ul li {
  float: left;
  list-style: none;
}
.sidebar-area .tags-cloud ul li a {
  border: 1px solid #dcdcdc;
  padding: 5px 13px;
  margin: 0 6px 6px 0;
  display: block;
  color: #676767;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 28px;
}
.sidebar-area .tags-cloud ul li a:hover {
  background-color: #d90845;
  border-color: #d90845;
  color: #ffffff;
}
.sidebar-area .product-search {
  overflow: hidden;
}
.sidebar-area .product-search ul li {
  display: inline-block;
  width: 65px;
}
.sidebar-area .product-search ul li .form-control {
  height: 30px;
  border-radius: 3px;
}
.sidebar-area .product-search ul li.dash {
  width: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  top: 3px;
}
.sidebar-area .product-search ul li.button-field {
  width: 75px;
  margin-left: 8px;
}
.sidebar-area .product-search ul li.button-field button {
  width: 100%;
  border: none;
  background: #d90845;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  height: 30px;
  font-size: 13px;
}
.sidebar-area .product-search ul li.button-field button:hover {
  background: #c7073f;
}
.sidebar-area .product-search ul li input {
  text-align: center;
  outline: none;
}
.sidebar-area .latest-product {
  margin-bottom: 45px;
}
.sidebar-area .latest-product .post-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.sidebar-area .latest-product .post-item .product-img {
  width: 33.33%;
  transition: all 0.3s ease 0s;
}
.sidebar-area .latest-product .post-item .product-desc {
  width: 66.66%;
  padding-left: 20px;
}
.sidebar-area .latest-product .post-item .product-desc h6 {
  margin-bottom: 5px;
}
.sidebar-area .latest-product .post-item .product-desc h6 a {
  font-size: 16px;
  color: #212121;
  font-weight: 500;
}
.sidebar-area .latest-product .post-item .product-desc h6 a:hover {
  color: #d90845;
}
.sidebar-area .latest-product .post-item .product-desc .price {
  display: block;
  padding: 0 0 5px;
}
.sidebar-area .latest-product .post-item .product-desc .product-info li {
  display: inline-block;
  padding-right: 8px;
}
.sidebar-area .latest-product .post-item .product-desc .product-info li a {
  color: #676767;
}
.sidebar-area .latest-product .post-item .product-desc .product-info li a:hover {
  color: #d90845;
}
.sidebar-area .latest-product .post-item + .post-item {
  padding-top: 20px;
}
.sidebar-area .latest-product .post-item:hover .post-img {
  opacity: 0.7;
}
/* ------------------------------------
    15. Upcoming Event List
---------------------------------------*/
.rs-upcoming-event {
  padding-top: 100px;
  padding-bottom: 50px;
}
.rs-upcoming-event .rs-vertical-middle {
  margin-bottom: 50px;
}
.rs-upcoming-event .rs-vertical-middle:hover .event-title a {
  color: #d90845;
}
.rs-upcoming-event .pr-0 .events-details {
  border-radius: 10px 0 0 10px;
}
.rs-upcoming-event .events-details {
  background: #f1f1f1;
  padding: 24px 50px 30px;
  border-radius: 0 10px 10px 0;
}
.rs-upcoming-event .events-details .meta-date li {
  display: inline-block;
  padding-right: 14px;
  font-weight: 500;
}
.rs-upcoming-event .events-details .meta-date li i {
  margin-right: 5px;
}
.rs-upcoming-event .events-details .event-title {
  font-weight: 500;
  margin: 14px 0 18px;
}
.rs-upcoming-event .events-details .event-title a {
  color: #212121;
}
.rs-upcoming-event .events-details .primary-btn {
  border-bottom: none;
  margin-top: 16px;
}
/* ------------------------------------
    16. rs-event-details
---------------------------------------*/
.rs-event-details {
  padding-top: 95px;
  padding-bottom: 100px;
}
.rs-event-details #googleMap {
  height: 270px;
  margin-bottom: 30px;
}
.rs-event-details div.event-title {
  font-size: 24px;
  margin-bottom: 6px;
  font-weight: 500;
}
.rs-event-details div.event-title a {
  color: #212121;
}
.rs-event-details div.event-title a:hover {
  color: #d90845;
}
.rs-event-details .event-meta {
  margin-bottom: 30px;
}
.rs-event-details .event-meta > div {
  display: inline-block;
  font-weight: 400;
}
.rs-event-details .event-meta > div + div {
  margin-left: 14px;
}
.rs-event-details .event-meta > div i {
  margin-right: 3px;
}
.rs-event-details .event-img {
  margin-bottom: 25px;
}
.rs-event-details .share-area .share-inner {
  text-align: right;
}
.rs-event-details .share-area .share-inner span {
  display: inline-block;
  margin-right: 5px;
  font-weight: 400;
}
.rs-event-details .share-area .share-inner a {
  font-size: 12px;
  font-weight: 500;
  color: #676767;
  border: 1px solid #dadada;
  padding: 8px 15px;
}
.rs-event-details .share-area .share-inner a:hover {
  background: #d90845;
  color: #fff;
  border-color: #d90845;
}
.rs-event-details .share-area .share-inner a + a {
  margin-left: 10px;
}
.rs-event-details .share-area .book-btn .primary-btn {
  border-bottom: none;
}
/* ------------------------------------
    17. Team Sections
---------------------------------------*/
.rs-team .team-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.rs-team .team-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.rs-team .team-item .team-img {
  position: relative;
}
.rs-team .team-item .team-img .normal-text {
  position: absolute;
  text-align: center;
  height: 80px;
  bottom: -1px;
  padding: 17px 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background-color: rgba(217, 8, 69, 0.7);
  transition: .3s ease all;
  z-index: 10;
}
.rs-team .team-item .team-img .normal-text .team-name {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  display: block;
  text-transform: uppercase;
  padding: 0 0 3px;
}
.rs-team .team-item .team-img .normal-text .subtitle {
  color: #fff;
  margin: 0;
  display: block;
}
.rs-team .team-item .team-img img {
  width: 100%;
}
.rs-team .team-item .team-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10%;
  left: 0;
  text-align: center;
  z-index: 1;
  padding: 30px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  visibility: hidden;
}
.rs-team .team-item .team-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(217, 8, 69, 0.8);
  z-index: -1;
}
.rs-team .team-item .team-name {
  margin-bottom: 2px;
}
.rs-team .team-item .team-name a {
  margin-bottom: 6px;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.rs-team .team-item .team-name a:hover {
  color: #fff;
}
.rs-team .team-item .postion {
  position: relative;
  z-index: 1;
  color: #fff;
}
.rs-team .team-item .share-icons {
  position: relative;
  max-width: 255px;
  margin: 0 auto 15px;
  opacity: 0;
  visibility: hidden;
}
.rs-team .team-item .share-icons .border {
  content: '';
  position: absolute;
  background: #fff;
  z-index: 1;
  opacity: 1;
}
.rs-team .team-item .share-icons .border {
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 100px;
  z-index: 11;
}
.rs-team .team-item .team-social {
  position: relative;
}
.rs-team .team-item .team-social.icons-1:after,
.rs-team .team-item .team-social.icons-1:before {
  content: '';
  position: absolute;
  background: #fff;
  z-index: 1;
  opacity: 1;
}
.rs-team .team-item .team-social.icons-1:after {
  top: 0%;
  left: 50%;
  height: 95px;
  width: 1px;
}
.rs-team .team-item .team-social.icons-1:before {
  bottom: 0;
  left: 10px;
  height: 1px;
  width: 100px;
}
.rs-team .team-item .team-social.icons-2:after,
.rs-team .team-item .team-social.icons-2:before {
  content: '';
  position: absolute;
  background: #fff;
  z-index: 1;
  opacity: 1;
}
.rs-team .team-item .team-social.icons-2:after {
  bottom: 0;
  left: 50%;
  height: 95px;
  width: 1px;
}
.rs-team .team-item .team-social.icons-2:before {
  top: 0;
  right: 10px;
  height: 1px;
  width: 100px;
}
.rs-team .team-item .team-social li {
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  padding: 34px;
}
.rs-team .team-item .team-social li a {
  display: block;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 100px;
  font-size: 20px;
}
.rs-team .team-item .team-social li a:hover {
  background: #fff;
  border-color: #fff;
  color: #d90845;
}
.rs-team .team-item:hover .team-content {
  top: 0;
}
.rs-team .team-item:hover .share-icons,
.rs-team .team-item:hover .team-content,
.rs-team .team-item:hover .team-social {
  opacity: 1;
  visibility: visible;
}
.rs-team .team-item:hover .normal-text {
  opacity: 0;
  visibility: hidden;
}
.rs-team.fullwidth-team .col-lg-3 {
  padding: 0;
}
.rs-team.fullwidth-team .col-lg-3 .team-item {
  margin-bottom: 0;
}
.rs-team.fullwidth-team .col-lg-3 .team-item .team-img .normal-text {
  text-align: left;
  background: transparent;
  padding-left: 15px;
}
.rs-team.rs-team2 .normal-text {
  clip-path: polygon(100% 100%, 0% 100%, 50% -95%);
}
.rs-team#rs-team3 .share-icons {
  max-width: 230px;
}
.rs-team#rs-team3.bg6,
.rs-team#rs-team3.bg4 {
  position: relative;
}
.rs-team#rs-team3.bg6:after,
.rs-team#rs-team3.bg4:after {
  content: "";
  background-position: top center;
  height: 460px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.rs-team#rs-team3.bg4:after {
  background-image: url(images/bg/bg1.jpg);
}
.rs-team#rs-team3.bg6:after {
  background-image: url(images/bg/bg6.jpg);
}
.rs-team#rs-team3 .container-fullwidth {
  position: relative;
  z-index: 1;
}
.rs-team#rs-team3 .team-item {
  margin-bottom: 30px;
}
.rs-team#rs-team3 .team-item .team-img .normal-text {
  height: 205px;
  bottom: -23%;
  padding: 30px 0;
  width: 86%;
  border-radius: 50%;
  clip-path: none;
}
.rs-team#rs-team3 .team-item .team-social li {
  padding: 20px;
}
.rs-team#rs-team3 .team-item .team-social.icons-1:before,
.rs-team#rs-team3 .team-item .team-social.icons-2:before {
  width: 80px;
}
.rs-team#rs-team3 .team-item .team-social.icons-1:after,
.rs-team#rs-team3 .team-item .team-social.icons-2:after {
  height: 70px;
}
.home5 .rs-team .team-item .team-img img {
  border-radius: 5px;
}
.pagination {
  margin-top: 25px;
}
.pagination .page-item {
  margin-right: 6px;
}
.pagination .page-item > * {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  padding: 0;
  font-weight: 600;
  color: #676767;
  border-radius: 3px;
  outline: none;
  border-color: #e8e8e8;
  background: #fff;
}
.pagination .page-item > *:hover,
.pagination .page-item > *.active {
  color: #d90845;
  border-color: #d90845;
}
.pagination .page-item > *.dotted {
  line-height: 40px;
}
/* ------------------------------------
    18. Team Single 
---------------------------------------*/
.rs-team-single .team-name {
  font-size: 24px;
  margin-bottom: 10px;
}
.rs-team-single .team-title {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 5px;
}
.rs-team-single .team-title span {
  display: block;
}
.rs-team-single .team-contact {
  margin-bottom: 15px;
}
.rs-team-single .team-des {
  margin: 0 0 15px;
}
.rs-team-single .team-icons {
  margin-bottom: 30px;
}
.rs-team-single .team-icons a {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #f0f0f0;
  margin-right: 15px;
  border-radius: 2px;
  transition: all 0.3s ease 0s;
}
.rs-team-single .team-icons a:hover {
  background-color: #d90845;
  color: #fff;
}
.rs-team-single .rs-progress {
  height: 8px;
  border: 1px solid #d90845;
  border-radius: 0;
  overflow: visible;
  padding: 1px;
  background: #fff;
  margin-top: 25px;
}
.rs-team-single .rs-progress + .rs-progress {
  margin-top: 50px;
}
.rs-team-single .rs-progress .progress-bar {
  position: relative;
  text-align: left;
  line-height: 4px;
  border-radius: 0;
  box-shadow: none;
  background-color: #d90845;
}
.rs-team-single .rs-progress .progress-bar .pb-label {
  position: absolute;
  left: 0px;
  top: -24px;
  color: #666;
  font-size: 15px;
  font-weight: 500;
}
.rs-team-single .rs-progress .progress-bar .pb-percent {
  position: absolute;
  right: -13px;
  font-weight: 500;
  color: #fff;
  font-size: 10px;
  top: -30px;
  background: #d90845;
  padding: 8px 5px;
}
.rs-team-single .rs-progress .progress-bar .pb-percent:after {
  content: '';
  position: absolute;
  border: 5px solid transparent;
  left: 50%;
  border-top-color: #d90845;
  top: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* ------------------------------------
    19. Calltoaction CSS
---------------------------------------*/
.rs-calltoaction .cta-content .cta-subtitle {
  margin-bottom: 10px;
  color: #d90845;
}
.rs-calltoaction .cta-content .cta-title {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 32px;
}
.rs-calltoaction .cta-content p {
  color: #ffffff;
}
.rs-calltoaction .cta-button {
  display: inline-block;
  text-decoration: none;
  background-color: #d90845;
  color: #ffffff;
  font-weight: 500;
  min-width: 170px;
  line-height: 45px;
  height: 45px;
  text-align: center;
  text-transform: uppercase;
}
.rs-calltoaction .cta-button:hover,
.rs-calltoaction .cta-button:focus,
.rs-calltoaction .cta-button:active {
  background-color: #c7073f;
  color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.04);
}
/* ------------------------------------
    20. Registration Form 
---------------------------------------*/
.registration-form #contact-form {
  margin: 0 auto;
}
.registration-form #contact-form select,
.registration-form #contact-form input {
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
  margin-bottom: 25px;
  border-radius: 3px;
  outline: none;
  padding: 0 15px;
  color: #676767;
}
.registration-form #contact-form .form-button {
  margin-top: 27px;
}
.registration-form #contact-form .primary-btn {
  border: none;
  font-size: 18px;
}
/* ------------------------------------
    21. Latest News
---------------------------------------*/
.rs-blog .blog-item {
  overflow: hidden;
  border: 1px solid #d7d7d7;
  border-radius:20px;
}
.rs-blog .blog-item .blog-img {
  border-radius: 5px;
}
.rs-blog .blog-item .blog-img img {
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.rs-blog .blog-item .blog-details {
  /*border: 1px solid #d7d7d7;*/
  border-top: none;
  padding: 12px 24px;
  text-align: center;
  /*border-radius:0 0 20px 20px;*/
}
.rs-blog .blog-item .blog-details .blog-date {
  font-weight: 500;
  font-style: italic;
  color:#f9c464;
}
.rs-blog .blog-item .blog-details .blog-title {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 30px;
}
.rs-blog .blog-item .blog-details p {
  margin: 0 0 10px;
  color:#ffffff;
}
.rs-blog .blog-item .blog-details .blog-title a,
.rs-blog .blog-item .blog-details .readmore-btn {
  color: #c57647;
}
.rs-blog .blog-item .blog-details .readmore-btn {
  font-weight: 500;
}
.rs-blog .blog-item:hover .blog-img img {
  opacity: 0.6;
}
.rs-blog .blog-item:hover .blog-title a,
.rs-blog .blog-item:hover .readmore-btn {
  color: #fe0000;
}
.rs-blog.drak-color-light .blog-item .blog-details .blog-date,
.rs-blog.drak-color-light .blog-item .blog-details .readmore-btn {
  color: #d90845;
}
.rs-blog.drak-color-light .blog-details {
  border-color: #464646;
}
.rs-blog.drak-color-light .blog-details h4.blog-title a {
  color: #fff;
}
.rs-blog.drak-color-light .blog-details p {
  color: #ccc;
}
.rs-blog.drak-color-light .blog-item .blog-details .readmore-btn:hover {
  color: #fff;
}
.rs-blog.drak-color-light .blog-item:hover .blog-details h4.blog-title a {
  color: #d90845;
}
.rs-blog.blog-show .blog-item {
  padding-bottom: 5px;
}
.rs-blog.blog-show .blog-details {
  background: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 10px #999;
}
.rs-blog.drak-color .blog-details {
  background: #fff;
  border: none;
}
.rs-blog.drak-color .blog-details p,
.rs-blog.drak-color .blog-details .readmore-btn {
  color: #676767;
}
.rs-blog.drak-color .blog-details .blog-title a {
  color: #212121;
}
.rs-blog.drak-color .blog-details .blog-title a:hover {
  color: #d90845;
}
.rs-blog.drak-color .blog-details:hover .readmore-btn,
.rs-blog.drak-color .blog-details:hover .blog-date {
  color: #d90845;
}
.rs-blog.blog-pages {
  padding-top: 100px;
  padding-bottom: 50px;
}
.rs-blog.blog-pages .blog-item {
  margin-bottom: 42px;
}
.rs-blog.blog-pages .blog-item .blog-details {
  padding: 16px 0 0;
  border: none;
}
.rs-blog.blog-pages .blog-item .blog-details .blog-title {
  font-weight: 700;
}
.rs-blog.blog-pages .blog-item .blog-meta {
  overflow: hidden;
}
.rs-blog.blog-pages .blog-item .blog-meta .blog-date {
  float: left;
}
.rs-blog.blog-pages .blog-item .blog-meta .meta-author {
  float: right;
}
.rs-blog.blog-pages .blog-item .blog-meta .meta-author li {
  display: inline-block;
}
.rs-blog.blog-pages .blog-item .blog-meta .meta-author li:last-child {
  margin-left: 13px;
}
.rs-blog.blog-pages .blog-item .blog-meta a {
  color: #676767;
}
.rs-blog.blog-pages .blog-item .blog-meta i {
  font-weight: 700;
}
.rs-blog.blog-pages .blog-item:hover .blog-meta li,
.rs-blog.blog-pages .blog-item:hover .blog-meta a {
  color: #d90845;
}
/* ------------------------------------
    22. Blog Details 
---------------------------------------*/
.single-blog-details .top-title {
  font-weight: 700;
  margin: 0 0 12px;
}
.single-blog-details .single-image {
  margin-bottom: 25px;
  overflow: hidden;
}
.single-blog-details .single-image img {
  filter: grayscale(0%);
  transition: all 0.8s ease-in-out 0s;
}
.single-blog-details .single-image img:hover {
  filter: grayscale(100%);
  transform: scale(1.1);
}
.single-blog-details .like-section h5,
.single-blog-details h5.top-title {
  font-size: 16px;
  color: #212121;
  margin: 16px 0 0;
  padding: 0;
  line-height: 25px;
  font-weight: 500;
}
.single-blog-details .like-section h5 a {
  color: #212121;
}
.single-blog-details .like-section h5 a:hover {
  color: #d90845;
}
.single-blog-details h3.top-title,
.single-blog-details .like-section h4.title-bg {
  font-size: 20px;
  font-weight: 700;
}
.single-blog-details .like-section span.date {
  font-size: 12px;
}
.single-blog-details blockquote {
  background: #f0f0f0;
  border: medium none;
  margin: 25px 0 25px;
  padding: 24px 25px 24px 50px;
  font-size: 20px;
  color: #212121;
  font-style: italic;
  position: relative;
  font-weight: 500;
  border-radius: 4px;
}
.single-blog-details blockquote i {
  display: block;
  margin: 0 0 6px;
  font-size: 22px;
}
.single-blog-details .mb-10 {
  margin-bottom: 10px;
}
.single-blog-details ul.blog-list {
  padding-left: 40px;
  padding-bottom: 4px;
}
.single-blog-details ul.blog-list li {
  display: flex;
}
.single-blog-details ul.blog-list i {
  margin-right: 10px;
  color: #d90845;
}
.single-blog-details h2 {
  font-size: 20px;
  margin: 0 0 25px;
}
.single-blog-details .share-section {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
}
.single-blog-details .share-section .share-link1 {
  padding: 0;
  margin: 0;
  float: right;
}
.single-blog-details .share-section .share-link1 li {
  float: left;
  list-style: none;
}
.single-blog-details .share-section .share-link1 li:first-child a {
  margin-left: 0;
}
.single-blog-details .share-section .share-link1 li a {
  padding: 7px 8px;
  border: 1px solid #ddd;
  font-size: 13px;
  font-weight: 500;
  color: #212121;
  border-radius: 4px;
  margin-left: 14px;
}
.single-blog-details .share-section .share-link1 li a:hover {
  background: #d90845;
  color: #fff;
  border: 1px solid #d90845;
}
.single-blog-details .share-section .share-link1 li:first-child a {
  background: #d90845;
  color: #fff;
  border: 1px solid #d90845;
}
.single-blog-details .share-section .life-style span {
  font-size: 13px;
  font-weight: 400;
  color: #676767;
  margin-right: 12px;
}
.single-blog-details .share-section .life-style span:last-child {
  margin-right: 0;
}
.single-blog-details .share-section .life-style span i {
  margin-right: 4px;
}
.single-blog-details .share-section .life-style span a {
  font-size: 13px;
  font-weight: 400;
  color: #676767;
}
.single-blog-details .share-section .life-style span a i {
  font-size: 13px;
  margin-right: 4px;
}
.single-blog-details .share-section .life-style span a:hover {
  color: #d90845;
}
.single-blog-details .share-section .life-style span.author a {
  color: #777777;
}
.single-blog-details .share-section .life-style span.author a:hover {
  color: #d90845;
}
.single-blog-details .share-section2 {
  border: 1px solid #ddd;
  padding: 15px 15px 15px 15px;
}
.single-blog-details .share-section2 span {
  font-size: 15px;
  font-weight: 400;
  color: #212121;
}
.single-blog-details .share-section2 .share-link {
  float: right;
}
.single-blog-details .share-section2 .share-link li {
  float: left;
  list-style: none;
}
.single-blog-details .share-section2 .share-link li:first-child a {
  margin-left: 0;
}
.single-blog-details .share-section2 .share-link li a {
  font-size: 13px;
  font-weight: 400;
  color: #676767;
  padding: 7px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-left: 14px;
}
.single-blog-details .share-section2 .share-link li a:hover {
  background: #d90845;
  color: #fff;
  border: 1px solid #d90845;
}
.single-blog-details .like-section .col-xs-12 h3 {
  margin: 14px 0 6px;
}
.single-blog-details .like-section .col-xs-12 h3 a {
  font-size: 15px;
  font-weight: 400;
  color: #212121;
}
.single-blog-details .like-section .col-xs-12 span {
  font-size: 13px;
  font-weight: 400;
}
.single-blog-details .like-section .col-xs-12 span i {
  font-size: 13px;
}
.single-blog-details .like-section .col-xs-12 .popular-post-img img {
  transition: all 0.3s ease 0s;
}
.single-blog-details .like-section .col-xs-12:hover a {
  color: #d90845;
}
.single-blog-details .like-section .col-xs-12:hover .popular-post-img img {
  opacity: .5;
}
.single-blog-details .next-pre-section {
  padding: 23px 0 15px;
  margin: 0;
  overflow: hidden;
}
.single-blog-details .next-pre-section li {
  margin: 0;
}
.single-blog-details .next-pre-section li a {
  font-size: 15px;
  color: #676767;
}
.single-blog-details .next-pre-section li a i {
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  color: #212121;
}
.single-blog-details .next-pre-section li a:hover {
  color: #d90845;
}
.single-blog-details .next-pre-section li a:hover i {
  color: #d90845;
}
.single-blog-details .next-pre-section li.left-arrow {
  float: left;
  width: 50%;
}
.single-blog-details .next-pre-section li.left-arrow a {
  font-size: 15px;
  font-weight: 500;
  color: #676767;
}
.single-blog-details .next-pre-section li.left-arrow a i {
  padding-right: 5px;
}
.single-blog-details .next-pre-section li.right-arrow {
  float: right;
  width: 50%;
  text-align: right;
}
.single-blog-details .next-pre-section li.right-arrow a {
  font-size: 15px;
  font-weight: 500;
}
.single-blog-details .next-pre-section li.right-arrow a i {
  padding-left: 5px;
}
.single-blog-details .author-comment h4.title-bg {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 42px 0 6px;
}
.single-blog-details .author-comment span {
  font-size: 13px;
  font-weight: 500;
}
.single-blog-details .author-comment span a {
  font-size: 13px;
  font-weight: 500;
}
.single-blog-details .author-comment span i {
  font-size: 13px;
}
.single-blog-details .author-comment h5 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.single-blog-details .author-comment ul {
  padding: 0;
  margin: 0;
}
.single-blog-details .author-comment ul li {
  margin: 0 0 2px;
  padding: 20px 22px;
  border-bottom: 1px solid #ddd;
}
.single-blog-details .author-comment ul li:nth-child(2) {
  margin-left: 100px;
}
.single-blog-details .author-comment ul li:nth-child(2) .col-sm-2 {
  padding: 0;
}
.single-blog-details .author-comment ul li:last-child {
  border-bottom: none;
}
.single-blog-details .author-comment ul li .image-comments {
  margin-top: 0;
}
.single-blog-details .author-comment ul li .image-comments img {
  width: 90px;
  border-radius: 100%;
}
.single-blog-details .author-comment ul li .reply {
  display: block;
  position: absolute;
  text-align: right;
  width: 95%;
}
.single-blog-details .author-comment ul li .reply a {
  color: #212121;
}
.single-blog-details .author-comment ul li .reply a:hover {
  color: #d90845;
}
.single-blog-details .author-comment ul li .reply i {
  color: #212121;
}
.single-blog-details .author-comment ul li .dsc-comments h4 {
  margin: 0 0 12px;
}
.single-blog-details .author-comment ul li .dsc-comments a {
  color: #d90845;
}
.single-blog-details .author-comment ul li .dsc-comments p {
  margin: 6px 0 0;
}
.single-blog-details .leave-comments-area {
  padding-top: 20px;
}
.single-blog-details .leave-comments-area .form-group {
  margin-bottom: 20px;
}
.single-blog-details .leave-comments-area h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 19px;
  font-family: 'Rubik', sans-serif;
}
.single-blog-details .leave-comments-area label {
  color: #676767;
  font-weight: normal;
  letter-spacing: 1px;
}
.single-blog-details .leave-comments-area input,
.single-blog-details .leave-comments-area textarea {
  background: transparent;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 0;
  height: 45px;
  width: 100%;
}
.single-blog-details .leave-comments-area textarea {
  height: 150px;
  width: 100%;
  max-width: 100%;
}
.single-blog-details .leave-comments-area .btn-send {
  background: #d90845;
  font-weight: 600;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  border: none;
  border-radius: 0px;
  padding: 14px 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 14px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 3px;
}
.single-blog-details .leave-comments-area .btn-send:hover {
  background: #212121;
  color: #ffffff;
}
/* ------------------------------------
    23. Rs Gallery CSS
---------------------------------------*/
.gallery-section-page .single-gallery {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
}
.gallery-section-page .single-gallery:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #d90845;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  opacity: 0.8;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.gallery-section-page .single-gallery .popup-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.gallery-section-page .single-gallery .popup-icon a {
  text-align: center;
  font-size: 20px;
  display: block;
  width: 100%;
  height: 100vh;
  margin: 0 8px;
  color: #fff;
}
.gallery-section-page .single-gallery .popup-icon a:hover {
  color: #ffffff;
}
.gallery-section-page .single-gallery .popup-icon a i{
  position: absolute;
  top: 49%;
  left: 49%;
}
.gallery-section-page .single-gallery:hover:after {
  opacity: 0.8;
  visibility: visible;
  transform: scale(1);
}
.gallery-section-page .single-gallery:hover .popup-icon {
  opacity: 1;
  visibility: visible;
}
.rs-gallery-section .rs-carousel {
  position: relative;
  top: 1px;
}
.rs-gallery-section .single-gallery {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.rs-gallery-section .single-gallery:after {
  content: "";
  width: 80%;
  height: 80%;
  background: #d90845;
  position: absolute;
  top: 10%;
  left: 10%;
  display: block;
  overflow: hidden;
  opacity: 0.8;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.rs-gallery-section .single-gallery .popup-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.rs-gallery-section .single-gallery .popup-icon a {
  font-size: 20px;
  display: inline-block;
  margin: 0 8px;
  color: #fff;
}
.rs-gallery-section .single-gallery:hover:after {
  opacity: 0.8;
  visibility: visible;
  transform: scale(1);
}
.rs-gallery-section .single-gallery:hover .popup-icon {
  opacity: 1;
  visibility: visible;
}
/* ------------------------------------
    24. Newsletter CSS
---------------------------------------*/
.rs-newsletter {
  background: #232f39;
  padding: 96px 0px 100px;
}
.rs-newsletter.small-news {
  padding-top: 63px;
  padding-bottom: 70px;
}
.rs-newsletter .sec-title p {
  color: #fff;
}
.rs-newsletter .form-inner button,
.rs-newsletter .form-inner input {
  border-radius: 5px;
  border: none;
  outline: none;
  height: 50px;
}
.rs-newsletter .form-inner input {
  width: 570px;
  margin-right: 12px;
  padding: 0 15px;
}
.rs-newsletter .form-inner button {
  width: 120px;
  background: #d90845;
  color: #fff;
  cursor: pointer;
  text-align: center;
  transition: .4s;
  -webkit-transition: .4s;
  font-weight: 500;
}
.rs-newsletter .form-inner button:hover {
  background: #c7073f;
}
.rs-newsletter.drak-gray-color {
  background: linear-gradient(150deg, #d90845, #000929);
}
/* -----------------------
    25. RS Search Event
--------------------------*/
.rs-search-event {
  background: linear-gradient(170deg, #020929 30%, #d60845);
}
.rs-search-event .select-field input,
.rs-search-event .select-field select,
.rs-search-event .select-field button {
  border: none;
  width: 100%;
  background: #fff;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  padding: 0 15px;
  outline: none;
}
@media and (-webkit-min-device-pixel-ratio: 0) {
  .rs-search-event .select-field input[type="date"] {
    padding: 15px;
  }
}
.rs-search-event .select-field button {
  padding: 0 15px;
  background: #030929;
  color: #fff;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.rs-search-event .select-field button:hover {
  background: #d90845;
}
/* -----------------------
    26. RS-Footer CSS
--------------------------*/
.rs-footer {
  padding: 100px 0 0;
  background-color: #0a0a0a;
}
.rs-footer.footer-bg {
  position: relative;
}
.rs-footer.footer-bg:after {
  position: absolute;
  content: '';
  background: rgba(0, 9, 41, 0.9);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rs-footer.white-bg .copyrigh p,
.rs-footer.gray-color .copyrigh p,
.rs-footer.white-bg .footer-content-box .content-grid .contact-link,
.rs-footer.gray-color .footer-content-box .content-grid .contact-link,
.rs-footer.white-bg .footer-content-box .content-grid .some-text,
.rs-footer.gray-color .footer-content-box .content-grid .some-text {
  color: #676767;
}
.rs-footer.gray-color {
  background: #f0f0f0;
}
.rs-footer.white-bg {
  background: #fff;
}
.rs-footer.white-bg .footer-content-box .content-grid .form-inner input {
  background: #f0f0f0;
}
.rs-footer.multi-footer .container {
  max-width: 900px;
  margin: 0 auto;
}
.rs-footer.multi-footer .copyrigh {
  padding: 30px 0 60px;
}
.rs-footer .footer-content-box {
  position: relative;
  border-bottom: 1px dashed #fe0000;
  /*padding-bottom: 48px;*/
  padding-bottom: 10px;
  z-index: 1;
}
.rs-footer .footer-content-box .footer-logo {
  padding-bottom: 50px;
  max-width: 200px;
  margin: 0 auto;
}
.rs-footer .footer-content-box .content-grid {
  text-align: center;
}
.rs-footer .footer-content-box .content-grid .title {
  color: #fe0000;
  font-weight: 500;
}
.rs-footer .footer-content-box .content-grid .some-text {
  color: #ffffff;
  margin-bottom: 0;
}
.rs-footer .footer-content-box .content-grid .contact-link {
  color: #ffffff;
}
.rs-footer .footer-content-box .content-grid .contact-link:hover {
  color: #d90845;
}
.rs-footer .footer-content-box .content-grid .form-inner {
  position: relative;
  max-width: 75%;
}
.rs-footer .footer-content-box .content-grid .form-inner input {
  border: none;
  border-radius: 5px;
  outline: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 7px;
  padding: 0 10px;
  background: #ffffff;
}
.rs-footer .footer-content-box .content-grid .form-inner button {
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  outline: none;
  width: 50px;
  margin-top: 7px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background: #d90845;
  color: #ffffff;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 0;
  right: 0;
}
.rs-footer .footer-content-box .content-grid .form-inner button:hover {
  background: #c7073f;
}
.rs-footer .copyrigh {
  z-index: 1;
  position: relative;
}
.rs-footer .copyrigh p {
  color: #ffffff;
  font-size: 15px;
}
.rs-footer .copyrigh p a{
  color: #ffffff;
  font-size: 15px;
}
.rs-footer .copyrigh p a:hover{
  text-decoration: underline!important;
}
.rs-footer .copyrigh .social-links {
  text-align: center;
}
.rs-footer .copyrigh .social-links li {
  display: inline-block;
  margin: 0 5px;
  font-size: 17px;
}
.rs-footer .copyrigh .social-links li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fe0000;
  color: #fff;
  border-radius: 50%;
}
.rs-footer .copyrigh .social-links li a:hover {
  background: #fff;
  color: #fe0000;
}
.rs-footer .contact-bg {
  overflow: hidden;
  margin-top: -410px;
  position: relative;
  z-index: 1;
}
.rs-footer .contact-bg .margin {
  padding: 0;
  margin: 0;
}
.rs-footer .contact-bg .contact-address {
  padding: 44px 55px 90px;
  background: #d90845;
  color: #fff;
  height: 100%;
}
.rs-footer .contact-bg .contact-address h3.contact-title {
  color: #fff;
  margin: 0 0 20px;
}
.rs-footer .contact-bg .contact-address p {
  margin: 0 0 36px;
}
.rs-footer .contact-bg .contact-address .address-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.rs-footer .contact-bg .contact-address .address-item + .address-item {
  margin-top: 25px;
}
.rs-footer .contact-bg .contact-address .address-item .address-icon {
  text-align: center;
  font-size: 24px;
  margin-right: 20px;
  transition: all 0.3s ease 0s;
}
.rs-footer .contact-bg .contact-address .address-item:hover .address-icon {
  background-color: #d90845;
  color: #fff;
}
.rs-footer .contact-bg .contact-address .social-icon-bottom {
  margin: 70px 0 0;
}
.rs-footer .contact-bg .contact-address .social-icon-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rs-footer .contact-bg .contact-address .social-icon-bottom ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-right: 10px;
}
.rs-footer .contact-bg .contact-address .social-icon-bottom ul li a {
  color: #fff;
  display: block;
}
.rs-footer .contact-bg .contact-address .social-icon-bottom ul li a i {
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid #fff;
  line-height: 40px;
  transition: .20s;
  display: block;
}
.rs-footer .contact-bg .contact-address .social-icon-bottom ul li a i:hover {
  background: #fff;
  color: #d90845;
}
.rs-footer .contact-bg #form-messages {
  padding: 15px;
  background: #fff;
  margin-bottom: 30px;
  border-left: 3px solid;
  box-shadow: 0 2px 2px rgba(6, 6, 6, 0.04);
  transition: all 0.3s ease 0s;
}
.rs-footer .contact-bg #form-messages.success {
  border-color: #4caf50;
  color: #4caf50;
}
.rs-footer .contact-bg #form-messages.error {
  border-color: #ff3c3c;
  color: #ff3c3c;
}
.rs-footer .contact-bg #form-messages:empty {
  display: none;
}
.rs-footer .contact-form {
  padding: 44px 70px 90px;
}
.rs-footer .contact-form .contact-form-title h3.contact-title {
  color: #101010;
  margin: 0 0 26px;
}
.rs-footer .contact-form .form-field {
  margin-bottom: 30px;
  position: relative;
}
.rs-footer .contact-form .form-field input,
.rs-footer .contact-form .form-field textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #d90845;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.rs-footer .contact-form .form-field input {
  height: 43px;
}
.rs-footer .contact-form .form-field input:focus {
  border: 1px solid #c7073f;
  outline: none;
}
.rs-footer .contact-form .form-field textarea {
  height: 116px;
}
.rs-footer .contact-form .form-field textarea:focus {
  border: 1px solid #c7073f;
  outline: none;
}
.rs-footer .contact-form .form-button button {
  border: 2px solid #d90845;
  outline: none;
  color: #fff;
  width: 100%;
  height: 53px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.rs-footer .contact-form .form-button button:hover {
  border-color: #d90845;
  background: transparent;
  color: #c7073f;
  box-shadow: unset;
}
.rs-footer .footer-bottom {
  position: relative;
  padding: 70px 0 60px;
  z-index: 1;
}
.rs-footer .footer-bottom img {
  max-width: 160px;
}
.rs-footer .footer-bottom p {
  margin: 16px 0 0;
}
.rs-footer .footer-social {
  margin: 50px 0 40px;
}
.rs-footer .footer-social ul {
  display: block;
  text-align: center;
}
.rs-footer .footer-social ul li {
  display: inline-block;
  padding: 0 8px;
}
.rs-footer .footer-social ul li a {
  display: block;
}
.rs-footer .footer-social ul li a i {
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid #fff;
  line-height: 40px;
  transition: .20s;
  display: block;
}
/* ------------------------------------
    27 .shop-page-area
---------------------------------------*/
.shop-page-area {
  padding: 94px 0 100px;
}
.shop-page-area .product-topbar {
  margin-bottom: 26px;
}
.shop-page-area .product-topbar .icon-list {
  margin-left: 10px;
}
.shop-page-area .product-topbar .icon-list i {
  color: #d90845;
}
.shop-page-area .product-topbar .point-number {
  margin-left: 15px;
}
.shop-page-area .product-topbar span {
  color: #212121;
  font-weight: 500;
}
.shop-page-area .product-topbar .product-sort-list ul {
  display: block;
}
.shop-page-area .product-topbar .product-sort-list li {
  display: inline-block;
}
.shop-page-area .product-topbar .product-sort-list li span {
  margin-right: 12px;
}
.shop-page-area .product-topbar .product-sort-list .nav-link {
  padding: 0;
}
.shop-page-area .single-details {
  border-top: 2px solid #d90845;
  margin-bottom: 50px;
}
.shop-page-area .single-details .product-images {
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.shop-page-area .single-details.border-blue {
  border-color: #3f51b5;
}
.shop-page-area .single-details.border-green {
  border-color: #4caf50;
}
.shop-page-area .single-details .products-details {
  border: 1px solid #e5e5e5;
  border-top: none;
}
.shop-page-area .single-details .products-details .price-details {
  padding-top: 24px;
  border-bottom: 1px solid #e5e5e5;
}
.shop-page-area .single-details .price-title {
  font-weight: 500;
}
.shop-page-area .single-details .price-title a,
.shop-page-area .single-details .price-title span {
  color: #212121;
}
.shop-page-area .single-details .price-title span {
  display: block;
  padding-top: 8px;
}
.shop-page-area .single-details .user-details {
  background: #f5f5f5;
  padding: 10px 0;
}
.shop-page-area .single-details .user-details ul {
  text-align: center;
}
.shop-page-area .single-details .user-details ul li {
  display: inline-block;
}
.shop-page-area .single-details .user-details ul li a {
  color: #676767;
  padding: 0 5px;
  font-weight: 500;
  font-size: 16px;
}
.shop-page-area .single-details .user-details ul li a:hover {
  color: #d90845;
}
.shop-page-area .single-details .user-details ul li i {
  padding: 7px 12px;
  background: #fff;
  border-radius: 3px;
}
.shop-page-area .single-details:hover .product-images {
  opacity: 0.7;
}
.shop-page-area .single-details:hover .price-title a {
  color: #d90845;
}
.shop-page-area .pagination {
  margin-top: 0;
}
.shop-page-area .tab-content #list .price-details {
  padding: 24px 20px 0;
}
.shop-page-area .tab-content #list .price-details h5 {
  margin: 0 0 15px;
}
.shop-page-area .tab-content #list .product-info {
  text-align: left;
  padding: 0 20px;
}
.shop-single-page {
  padding: 100px 0 92px;
}
.shop-single-page .single-product-area .inner {
  margin-bottom: 30px;
}
.shop-single-page .single-product-area .product-overview .product-title {
  font-size: 24px;
  color: #212121;
  font-weight: 500;
}
.shop-single-page .single-product-area .product-overview .price {
  display: block;
  color: #d90845;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 0 22px;
}
.shop-single-page .single-product-area .product-overview .add-cart {
  display: block;
  background: #d90845;
  border-radius: 3px;
  color: #fff;
  width: 160px;
  text-align: center;
  height: 43px;
  line-height: 43px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.shop-single-page .single-product-area .product-overview .add-cart:hover {
  background: #c7073f;
}
.shop-single-page .single-product-area .product-overview .product-info {
  margin: 24px 0 20px;
}
.shop-single-page .single-product-area .product-overview .product-info li {
  display: inline-block;
}
.shop-single-page .single-product-area .product-overview .product-info li a {
  background: #f0f0f0;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  line-height: 30px;
  font-size: 16px;
  display: block;
  text-align: center;
}
.shop-single-page .single-product-area .product-overview p {
  margin: 0 0 20px;
}
.shop-single-page .single-product-area .product-overview p span {
  color: #d90845;
}
.shop-single-page .single-product-area .product-overview p.cat {
  margin: 0 0 14px;
}
.shop-single-page .single-product-area .slick-list {
  padding: 0 !important;
}
.shop-single-page .single-product-area .slick-list img {
  cursor: pointer;
  opacity: 0.6;
}
.shop-single-page .single-product-area .slick-list .slick-current img {
  opacity: 1;
}
.shop-single-page .tabs-wrapper ul {
  margin-top: 30px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.shop-single-page .tabs-wrapper ul li a {
  padding: 0;
  color: #212121;
  font-size: 18px;
  font-weight: 500;
  padding-right: 25px;
}
.shop-single-page .tabs-wrapper ul li a.active {
  color: #d90845;
}
.shop-single-page .tab-content {
  border: none;
}
/*-----------------------------------
    28. Shipping Cart Area
------------------------------------*/
.shipping-cart-area .title-shop {
  font-size: 24px;
  color: #212121;
  font-weight: 500;
  margin: 0 0 24px;
}
.shipping-cart-area .button-area ul li a {
  display: block;
  padding: 15px;
  background: #f8f8f8;
  color: #646464;
  font-size: 18px;
}
.shipping-cart-area .button-area ul li.active a {
  background: #d90845;
  color: #fff;
}
.shipping-cart-area .product-list .product-count .product-image {
  margin-right: 25px;
}
.shipping-cart-area .product-list .product-count .title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.shipping-cart-area .product-list .product-count input {
  outline: none;
  padding-left: 5px;
}
.shipping-cart-area .product-list .product-price i {
  cursor: pointer;
}
.shipping-cart-area .product-list .product-price i:hover {
  color: #d90845;
}
.shipping-cart-area .product-list .product-price .price {
  margin-top: 55px;
  font-size: 16px;
  color: #212121;
  font-weight: 500;
}
.shipping-cart-area .product-list .btn-area {
  margin-top: 20px;
  border-top: 1px solid #bfbfbf;
  padding-top: 30px;
}
.shipping-cart-area .product-list .btn-area a {
  display: block;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  color: #212121;
  font-weight: 500;
  height: 35px;
  line-height: 35px;
}
.shipping-cart-area .product-list .btn-area a:hover {
  color: #d90845;
}
.shipping-cart-area .next-step {
  text-align: right;
}
.shipping-cart-area .next-step a {
  padding: 10px 30px;
  border: 1px solid #d90845;
  background: #d90845 !important;
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  background: transparent;
  margin-top: 25px;
  transition: all 0.3s ease 0s;
  display: inline-block;
  border-radius: 3px;
}
.shipping-cart-area .next-step a:hover {
  background: #212121 !important;
  color: #fff;
  border: 1px solid #212121 !important;
}
.shipping-cart-area .order-list table {
  width: 100%;
}
.shipping-cart-area .order-list table tr {
  width: 100%;
  display: block;
  border-bottom: 1px solid #f0f0f0;
}
.shipping-cart-area .order-list table tr th {
  font-weight: bold;
  width: 50%;
}
.shipping-cart-area .order-list table tr td {
  padding: 15px 0;
}
.shipping-cart-area .order-list table tr td:first-child {
  width: 400px;
}
@media screen and (max-width: 480px) {
  .shipping-cart-area .order-list table tr td:first-child {
    width: 65%;
  }
}
.shipping-cart-area .order-list table tr td:last-child {
  width: 150px;
  text-align: center;
}
.shipping-cart-area .order-list table .row-bold td {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
.shipping-cart-area .panel-group .panel {
  border-radius: 0;
  margin: 0;
}
.shipping-cart-area .panel-group .panel-body {
  padding-left: 40px;
  padding-right: 100px;
}
.shipping-cart-area .panel-group a .checkbox {
  margin: 0;
  padding: 10px 0;
}
.shipping-cart-area .panel-group a .checkbox .cr {
  position: relative;
  display: inline-block;
  background: #cccccc;
  border-radius: 100%;
  float: left;
  margin-top: 0px;
  margin-right: .5em;
  width: 15px;
  height: 15px;
}
.shipping-cart-area .panel-group a .checkbox label {
  margin: 0 !important;
  padding: 0 !important;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
}
.shipping-cart-area .panel-group a .checkbox label input[type="checkbox"] {
  display: none;
}
.shipping-cart-area .panel-group a .checkbox label input[type="checkbox"] + .cr > .cr-icon {
  opacity: 1;
  display: block;
  color: #d90845;
  width: 15px;
  height: 15px;
}
.shipping-cart-area .panel-group a .checkbox label input[type="checkbox"] + .cr > .cr-icon {
  opacity: 0;
  transition: all 0.3s ease-in;
  display: block;
  padding: 5px;
  color: #2962ff;
}
.shipping-cart-area .panel-group .panel-default > .panel-heading {
  background: transparent;
}
.order-pro input[type=number]::-webkit-inner-spin-button,
.order-pro input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.coupon-fields {
  padding: 25px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.coupon-fields h5 {
  text-transform: uppercase;
  font-weight: 500;
}
.coupon-fields .coupon-box {
  display: flex;
}
.coupon-fields .input-text {
  padding: 5px 8px;
  width: 75%;
  outline: none;
}
.coupon-fields .apply-coupon {
  background: #d90845;
  border: none;
  color: #fff;
  padding: 6px 8px;
  border: 1px solid #d90845;
  transition: all 0.3s ease 0s;
}
.coupon-fields .apply-coupon:hover {
  background: #212121 !important;
  border: 1px solid #212121;
  color: #fff;
}
.coupon-fields.checkout-price {
  margin-top: 30px;
}
/*....................................
    35. Check Out Css Start Here
....................................*/
.rs-check-out .title-bg {
  font-size: 24px;
  font-weight: 500;
  color: #212121;
  margin: 0 0 20px;
}
.rs-check-out table {
  width: 100%;
}
.rs-check-out .check-out-box {
  padding: 0 0 40px 0;
}
.rs-check-out .check-out-box label {
  color: #676767;
  font-weight: 400;
}
.rs-check-out .check-out-box select,
.rs-check-out .check-out-box textarea,
.rs-check-out .check-out-box input {
  border-color: #ccc;
  border-radius: 0;
}
.rs-check-out .check-out-box input {
  height: 40px;
  padding: 0 15px;
}
.rs-check-out .check-out-box select {
  width: 100%;
  min-height: 40px;
  padding: 9px 15px;
  border: 1px solid #ccc;
}
.rs-check-out .check-out-box .checkbox input {
  height: auto;
  margin-top: 7px;
}
.rs-check-out .shipping-box .form-group input {
  height: 80px;
  border-color: #ccc;
  border-radius: 0;
}
.rs-check-out .checkbox input {
  margin-right: 10px;
}
.rs-check-out .product-demo {
  width: 100%;
  display: inline-block;
  padding-bottom: 20px;
}
.rs-check-out .product-demo h5 {
  margin: 0;
  font-size: 15px;
  color: #505050;
  margin-left: 10px;
}
.rs-check-out .product-demo .product-image {
  width: 15%;
  float: left;
}
.rs-check-out .product-demo .product-name {
  width: 30%;
  float: left;
  transform: translateY(100%);
}
.rs-check-out .product-demo .product-quantity {
  width: 25%;
  float: left;
  text-align: center;
  transform: translateY(100%);
}
.rs-check-out .product-demo .product-ititial-price {
  width: 30%;
  float: left;
  text-align: center;
  transform: translateY(100%);
}
.rs-check-out .product-price table {
  border: 1px solid #ccc;
  margin-bottom: 25px;
}
.rs-check-out .product-price table tr td {
  padding: 15px 25px;
  border-bottom: 1px solid #b2b2b2;
}
.rs-check-out .product-price table tr td input {
  margin-right: 5px;
}
.rs-check-out .product-price table tr td:last-child {
  text-align: right;
}
.rs-check-out .product-price table tr td.no-border {
  border: none;
}
.rs-check-out .rs-payment-system .payment-radio-btn1 {
  padding: 15px 25px;
  border: 1px solid #ccc;
}
.rs-check-out .rs-payment-system .payment-radio-btn1 p {
  margin: 0;
  padding: 15px 0 15px 25px;
  font-size: 12px;
}
.rs-check-out .rs-payment-system .payment-radio-btn2 {
  padding: 15px 25px;
  border: 1px solid #ccc;
  border-top: none;
}
.rs-check-out .rs-payment-system input {
  margin-right: 10px;
}
.rs-check-out .rs-payment-system input.btn-send {
  width: 100%;
  margin-top: 25px;
  background-color: #d90845;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  height: 50px;
  line-height: 50px;
  text-align: c center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.rs-check-out .rs-payment-system input.btn-send:hover {
  color: #d90845;
  background: #212121;
}
/*-------------------------------------
    29. RS vanues section
--------------------------------------*/
.rs-venues-section #googleMap {
  height: 570px;
}
.rs-venues-section .venues-inner {
  padding: 100px 0 50px;
}
.rs-venues-section .venues-details {
  margin: 0 0 40px;
}
.rs-venues-section .venues-details .venues-title {
  margin: 18px 0 0;
}
.rs-venues-section .venues-details .venues-title a {
  color: #212121;
}
.rs-venues-section .venues-details:hover .venues-title a {
  color: #d90845;
}
/*-------------------------------------
    30. Contact Page Section 
--------------------------------------*/
.contact-page-section #googleMap {
  height: 490px;
}
.contact-page-section .map-text {
  padding-bottom: 22px;
}
.contact-page-section .map-text h3 {
  font-size: 20px;
  margin: 0;
  padding: 25px 0 10px;
  font-weight: 600;
}
.contact-page-section .map-text p {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.contact-page-section .contact-address-section {
  text-align: center;
  /*margin-top: 50px;
  margin-bottom: 50px;*/
}
.contact-page-section .contact-address-section .contact-info {
  background: #f0f0f0;
  border: 1px solid #e1e1e1;
  padding: 25px 42px 25px;
  min-height: 222px;
  border-radius:6px;
}
.contact-page-section .contact-address-section .contact-info .contact-pd {
  padding: 0 10px;
}
.contact-page-section .contact-address-section .contact-info i {
  color: #fe0000;
  font-size: 36px;
  margin: 0;
  padding: 0;
}
.contact-page-section .contact-address-section .contact-info h4 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #212121;
  margin: 0;
  padding: 15px 0;
}
.contact-page-section .contact-address-section .contact-info a {
  color: #676767;
  display: block;
}
.contact-page-section .contact-address-section .contact-info a:hover {
  color: #d90845;
}
.contact-page-section .contact-address-section .contact-info p {
  color: #676767;
  margin: 0;
  padding: 0;
}
.contact-page-section .contact-comment-section h4 {
  font-size: 20px;
  margin: 0;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.contact-page-section .contact-comment-section form .form-group input {
  height: 43px;
  padding: 0 15px;
}
.contact-page-section .contact-comment-section form .form-group input,
.contact-page-section .contact-comment-section form .form-group textarea {
  border: none;
  background: #f5f5f5;
  border-radius: 0;
  box-shadow: none;
}
.contact-page-section .contact-comment-section form .form-group label {
  color: #676767;
  font-weight: 400;
}
.contact-page-section .contact-comment-section form .form-group input.btn-send {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #fe0000;
  margin-top: 15px;
  border: none;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  padding: 0 50px;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  border-radius: 3px;
  outline: none;
}
.contact-page-section .contact-comment-section form .form-group input.btn-send:hover {
  background: #c30101;
}
/* ------------------------------------
    31. ScrollUp CSS
---------------------------------------*/
#scrollUp {
  text-align: center;
  bottom: 5px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 23px;
  z-index: 999;
}
#scrollUp i {
  background-color: #fe0000;
  height: 40px;
  font-size: 24px;
  width: 42px;
  color: #ffffff;
  line-height: 36px;
  transition: all 0.3s ease 0s;
  margin-left: 2px;
  border-radius: 5px;
}
#scrollUp i:hover {
  background-color: #c30101;
  color: rgba(255, 255, 255, 0.7);
}
/* ------------------------------------
    32. 404 Page CSS
---------------------------------------*/
.rs-error-page {
  background-image: url('images/error.jpg');
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
}
.rs-error-page .error-part {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
}
.rs-error-page .error-part .error-text {
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
}
.rs-error-page .error-part .error-text .error-logo {
  text-align: center;
  margin-bottom: 30px;
}
.rs-error-page .error-part .error-text .error-code {
  font-weight: bold;
  font-size: 120px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
  color: #d90845;
}
.rs-error-page .error-part .error-text .error-message {
  font-size: 40px;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #771777;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 0 78px #000;
  padding: 0 0 26px;
}
.rs-error-page .error-part .error-text a {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: #24074d;
  background: #771777;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 30px;
  margin-bottom: 50px;
}
/*-------------------------
    33.Preloader CSS
---------------------------*/
.loadding-page {
  width: 100%;
  height: 100%;
  background: #d90845;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 9999;
}
.cssload-box-loading {
  width: 49px;
  height: 49px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cssload-box-loading:before {
  content: '';
  width: 49px;
  height: 5px;
  background: #000000;
  opacity: 0.1;
  position: absolute;
  top: 58px;
  left: 0;
  border-radius: 50%;
  animation: shadow 0.58s linear infinite;
  -o-animation: shadow 0.58s linear infinite;
  -ms-animation: shadow 0.58s linear infinite;
  -webkit-animation: shadow 0.58s linear infinite;
  -moz-animation: shadow 0.58s linear infinite;
}
.cssload-box-loading:after {
  content: '';
  width: 49px;
  height: 49px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  animation: cssload-animate 0.58s linear infinite;
  -o-animation: cssload-animate 0.58s linear infinite;
  -ms-animation: cssload-animate 0.58s linear infinite;
  -webkit-animation: cssload-animate 0.58s linear infinite;
  -moz-animation: cssload-animate 0.58s linear infinite;
}
@keyframes cssload-animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 39px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@-o-keyframes cssload-animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -o-transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -o-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 39px;
  }
  75% {
    -o-transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -o-transform: translateY(0) rotate(90deg);
  }
}
@-ms-keyframes cssload-animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -ms-transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -ms-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 39px;
  }
  75% {
    -ms-transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -ms-transform: translateY(0) rotate(90deg);
  }
}
@-webkit-keyframes cssload-animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 39px;
  }
  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
  }
}
@-moz-keyframes cssload-animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -moz-transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -moz-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 39px;
  }
  75% {
    -moz-transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -moz-transform: translateY(0) rotate(90deg);
  }
}
@keyframes shadow {
  0%,
  100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1);
  }
}
@-o-keyframes shadow {
  0%,
  100% {
    -o-transform: scale(1, 1);
  }
  50% {
    -o-transform: scale(1.2, 1);
  }
}
@-ms-keyframes shadow {
  0%,
  100% {
    -ms-transform: scale(1, 1);
  }
  50% {
    -ms-transform: scale(1.2, 1);
  }
}
@-webkit-keyframes shadow {
  0%,
  100% {
    -webkit-transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1);
  }
}
@-moz-keyframes shadow {
  0%,
  100% {
    -moz-transform: scale(1, 1);
  }
  50% {
    -moz-transform: scale(1.2, 1);
  }
}
/* Layout: Large Devices. */
@media only screen and (min-width: 1024px) {
  #rs-slider.rs-slider-banner5 .item img {
    height: 100vh;
  }
}
/* Layout: Large Devices. */
@media only screen and (min-width: 992px) {
  .logo-area img {
    max-width: 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  .menu-sticky.sticky {
    background: #111111;
    position: fixed !important;
    z-index: 999;
    margin: 0 auto !important;
    width: 100%;
  }
  .menu-sticky.sticky .hdr-phn-eml-soc{
    background: #000;
  }
  .menu-sticky.sticky .logo-area {
    /*height: 70px;*/
    height:93px;
    line-height: 68px;
  }
  .menu-sticky.sticky .logo-area img {
    max-width: 95%;
  }
  .menu-sticky.sticky .main-menu {
    position: static ;
  }
  .menu-sticky.sticky .main-menu .nav-menu > li > a {
    height: 70px;
    line-height: 70px;
  }
  .rs-header.inner-page .menu-area.sticky {
    background: #111111;
  }
  .home4 .rs-about .about-des,
  .home5 .rs-about .about-des {
    padding-right: 50px;
  }
  .registration-form #contact-form {
    padding-left: 30px;
  }
  .text-left.sec-title3 h2:after {
    left: 0;
    transform: translateX(0);
  }
}

/*****/
.sec-title2 h2.about-title {
    /*font-size: 36px;
    margin-bottom: 15px;
    display: block;*/
    color:#fff;
    font-size: 45px;
}
.rs-food{
  background:url('images/menus/menu-bg.jpg') no-repeat top left;
  background-size:cover;
}
.rs-food-bx{
  /*background-color: #fff;*/
  width:50%;
  float:right;
}
/*.rs-food-bx h2{
  color:#fff;
  position: relative;
}
.rs-food-bx h2::after{
  background-color:#fe0000;
  position: absolute;
  content:"";
  bottom:-5px;
  left:0;
  width:35px;
  height:3px;
}*/
.rs-food-bx p{
  color:#fff;
}
.rs-food-bx .rs-food-bx-inr{
  display: flex;
}
.rs-food-bx .rs-food-bx-inr .rs-food-bx-inr-lt{
  width:20%;
}
.rs-food-bx .rs-food-bx-inr .rs-food-bx-inr-lt i{
  font-size: 35px;
  border:solid 1px #ccc;
  border-radius:50%;
  padding:20px 25px;
  color:#fe0000;
}
.rs-food-bx .rs-food-bx-inr .rs-food-bx-inr-lt i.fa-birthday-cake,
.rs-food-bx .rs-food-bx-inr .rs-food-bx-inr-lt i.fa-coffee{
  font-size: 35px;
  border:solid 1px #ccc;
  border-radius:50%;
  padding:20px 21px;
  color:#fe0000;
}

.rs-food-bx .rs-food-bx-inr .rs-food-bx-inr-rt{
  width:80%;
}
.rs-food-bx .rs-food-bx-inr .rs-food-bx-inr-rt h4{
  margin-bottom: 10px;
  color:#fe0000;
}
.rs-food-bx .rs-food-bx-inr .rs-food-bx-inr-rt p{
  color:#fff;
}
.rs-callback-instagram{
  /*background-color: #ccc;*/
  background: linear-gradient(to right, #222222, #000);
}
.events-ck ul {
  margin-bottom: 50px;
}
.events-ck ul li{
  color:#fff;
  margin-bottom: 20px;
  padding:10px 10px 10px 35px;
  position: relative;
  border:solid 1px #5c5c5c;
  border-radius:20px;
  /*box-shadow: 5px 5px 0 #555;*/
}
.events-ck ul li::before{
  content:"\f138";
  position: absolute;
  top:10px;
  left:10px;
  font-size: 18px;
  font-family: 'FontAwesome';
  color:#fe0000;
}
.event-image{
  position: relative;
}
.event-image .event-image-top{
  position: absolute;
  top:0;
  left:0;
  width:60%;
  /*height:70%;*/
  border-radius:0 60px 0 60px;
}
.event-image .event-image-bottom{
  position: absolute;
  top:80px;
  right:0;
  width:60%;
  border-radius:0 30px 0 30px;
}
.rs-event{
  background:url('images/events/events-bg.jpg') no-repeat top left;
  background-size:cover;
}
.rs-gallery .sec-title2 span {
  font-size: 24px;
  color: #fff;
  margin-bottom: 8px;
  position: relative;
  font-weight: 400;
  font-style: italic;
}
.rs-gallery .sec-title2 span:after {
  background: url(images/sec-line-white.png);
  content: "";
  width: 105px;
  height: 5px;
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  left: 105%;
}
.rs-gallery .sec-title2 h2 {
    font-size: 36px;
    margin-bottom: 15px;
    display: block;
    color:#fff;
}
.rs-blog{
  background:url('images/blog/blog-bg.jpg') no-repeat top left;
  background-size:cover;
}
.rs-blog .sec-title2 h2{
  color:#fff;
}
.ftr-catr-servs{
  color:#fff;
}
.rs-venues{
  background-color: #000;
}
.rs-venues .venues-bx img{
  /*border:solid 5px #000;*/
  border:solid 5px transparent;
  outline:solid 1px #2e2e2e;
  width: 100%;
}
.rs-venues .venues-bx .venue-name{
  color:#fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom:8px;
  margin-top: 15px;
  font-size:18px;
  color: #fe0000;
}
.rs-venues .venues-bx .venue-adrs{
  color:#fff;
  text-align: center;
  margin-bottom: 5px;
}
.rs-venues .venues-bx .venue-ph{
  color:#b5b2b2;
  text-align: center;
  margin-bottom: 0;
}
.rs-callback-instagram{
  background: url(images/insta-bg.jpg) no-repeat top left;
    background-size: cover;
}
.callback-bx h2{
  color:#fff;
  font-weight: 400;
  margin-bottom: 41px;
}
.callback-bx input.btn-send {
    text-transform: uppercase;
    color: #ffffff;
    background-color: #fe0000;
    margin-top: 15px;
    border: none;
    height: 50px;
    line-height: 50px;
    text-align: center;
    /*font-weight: 600;*/
    font-weight: normal;
    padding: 0 50px;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    border-radius: 3px;
    outline: none;
}
.callback-bx input, .callback-bx textarea{
  background-color: #170200;
}
.callback-bx input.btn-send:hover {
  /*background: #212121;*/
  background-color: #c30101;
}
.instagram-logo{
  text-align: center;
  margin-bottom: 11px;
}
.insta-image{
  border:solid 2px #d39696;
}
.hdr-phn-eml-soc{
  padding:5px 0;
  background: #111111;
  border-bottom: solid 1px #2c2c2c;
}
.hdr-phn-eml li{
  display: inline;
  margin-right: 10px;
}
.hdr-phn-eml li a{
  color:#fff;
}
.hdr-phn-eml li a i{
  color:#fe0000;
}
.hdr-soc {
  text-align: right;
}
.hdr-soc li {
  display: inline-block;
  margin: 0 5px;
  font-size: 17px;
}
.hdr-soc li a {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #fff;
  color: #fe0000;
  border-radius: 50%;
  text-align: center
}
.hdr-soc li a:hover {
  background: #fe0000;
  color: #fff;
}
.whatsapp_link {
    background-color: #07AF06;
    padding: 9px 12px 7px;
    display: inline-block;
    border-radius: 50%;
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 1;
}
.whatsapp_link i{
  color:#fff;
  font-size:30px;
}
.explore-entire-services{
  text-align: right;
}
.cuisine-bx{
  border:solid 1px #5c5c5c;
  padding: 15px;
  border-radius: 20px;
  margin-bottom: 20px;
  background:rgba(0,0,0,0.5);
}
.cuisine-bx h4{
  color:#fe0000;
  margin-bottom: 10px;
}
.cuisine-bx p{
  color:#fff;
  margin-bottom: 0;
}
/*.banner-bx .carousel-item{
  position: relative;
}*/
.banner-bx{
  margin-top:-20px;
}
.banner-bx .carousel-caption{
  position: absolute;
    left: 12%;
    top: 20%;
    color: #fff;
  /*position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;*/
}
.banner-bx .carousel-caption h3{
  text-align: left;
  color:#fff;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 32px;
  text-transform: uppercase;
}
.banner-bx .carousel-caption p{
  text-align: left;
  font-size: 22px;
}
.bnr-sec{
  margin-top:150px;
  position: relative;
}
.bnr-sec iframe{
  width:100%;
  height:600px;
}
.bnr-cap-sec{
  position: absolute;
  top:50%;
  left:12%;
}
/*.bnr-cap-sec a{
  background:linear-gradient( to right , #fe0000 ,#ff9900);
  color:#fff;
  padding:20px 10px 20px 20px;
  font-size: 21px;
  font-weight: normal;
  margin-right:15px;
  border-radius:40px;
  box-shadow:0 3px #ffc800;
}
.bnr-cap-sec a:hover{
  background:linear-gradient( to right , #ff9900 ,#fe0000);
  color:#fff;
}*/
/*.bnr-cap-sec a.our-foot-print-btn{  
  padding:20px 30px 20px 40px;
}*/
.bnr-cap-sec a i{
  margin-right:5px;
  font-size: 25px;
}
.bnr-cap-sec a i.fa-arrow-circle-right{
  margin-left:5px;
  font-size: 35px;
  position: relative;
  top:5px;
}
.inner-content-section{
  background-color: #000;
  padding:100px 0;
}
.contact-comment-section{
  margin:50px 0;
}
.inner-content-section .about-des{
  text-align: justify;
  color:#bfbfbf;
}
.view-all-venues{
  text-align: center;
  margin-top:30px;
}

.inner-content-section .venues-bx img{
  /*border:solid 5px #000;*/
  /*border:solid 5px transparent;
  outline:solid 1px #2e2e2e;*/
  border:solid 3px #f9f9f9;
  width: 100%;
  border-radius:10px;
}
.inner-content-section .venues-bx .venue-name{
  color:#fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom:8px;
  margin-top: 15px;
  font-size:18px;
  color: #fe0000;
}
.inner-content-section .venues-bx .venue-adrs{
  color:#fff;
  text-align: center;
  margin-bottom: 5px;
}
.inner-content-section .venues-bx .venue-ph{
  color:#b5b2b2;
  text-align: center;
  margin-bottom: 0;
}
.menu-bx{
  background-color: #101010;
  border-radius:10px;
  padding:20px;
  margin-bottom: 30px;
}
.menu-bx .menu-bx-title h2{
  text-transform: uppercase;
  color:#fff;
  font-weight:normal;
  border-bottom: solid 1px #202020;
  padding-bottom: 5px;
}
.menu-bx .menu-list{
  border:solid 1px #202020;
  border-radius:10px;
  margin-bottom: 20px;
}
.menu-bx .menu-list h4{
  background-color: #202020;
  border-bottom:solid 1px #202020;
  padding:8px 10px;
  color:#fe0000;
  margin-bottom: 0;
  border-radius:10px 10px 0 0;
  font-weight:normal;
  text-transform: uppercase;
}
.menu-bx .menu-list ul{
  margin-left:10px;
  margin-top: 8px;
  margin-bottom: 10px;
}
.menu-bx .menu-list ul li{
  color:#fff;
  position: relative;
  margin-bottom: 7px;
  padding-left: 25px;
}
.menu-bx .menu-list ul li::before{
  /*content:"\f101";*/
  /*content:"\f105";*/  
  /*content:"\f138";*/
  content:"\f0a9";
  font-family:fontAwesome;
  position: absolute;
  top:0;
  left:0;
  font-size: 17px;
  /*color:#fe0000;*/
  color:#f97324;
}


.back-to-food-menu-btn{
  background-color: #fe0000;
  color: #fff !important;
  padding:7px 10px;
  text-transform: uppercase;
  font-weight:normal;
  /*border-radius:6px;*/
  font-size: 13px;
  float:right;
  position: relative;
  top:8px;
}
 .back-to-food-menu-btn:hover{
  background-color: #fff;
  color: #fe0000 !important;
  padding:7px 10px;
  text-transform: uppercase;
  font-weight:normal;
  /*border-radius:6px;*/
  font-size: 13px;
}
.back-to-food-menu-btn-bx{
  text-align: center;

}
.back-to-food-menu-btn-bx .back-to-food-menu-btn{
  background-color: #fe0000;
  color: #fff !important;
  padding:10px 20px;
  text-transform: uppercase;
  font-weight:normal;
  border-radius:6px;
  font-size: 18px;
  float: none;
}
.back-to-food-menu-btn-bx .back-to-food-menu-btn:hover{
  background-color: #fff;
  color: #fe0000 !important;
  padding:10px 20px;
  text-transform: uppercase;
  font-weight:normal;
  border-radius:6px;
  font-size: 18px;
}


.download-food-menu-bx{
  text-align: center;
  margin-bottom: 80px;
  background-color: #11241a;
  /*border:solid 1px #101010;*/
  border-radius: 10px;
  padding: 30px 20px 40px;
  position: relative;
}
.download-food-menu-bx .download-food-menu-bx-bg-1{
  position: absolute;
  bottom:0;
  left:15px;
}
.download-food-menu-bx .download-food-menu-bx-bg-2{
  position: absolute;
  top:-50px;
  right:-50px;
}
.download-food-menu-bx .choose-menu-title{
  color:#fff;
  font-weight:normal;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  /*font-size: 20px;*/
}
.menu-catg-bx{
  text-align: center;
}
.menu-catg-bx h5{
  padding:10px 0;
  /*background-color: #fe0000;*/
  /*background-color: #101010;*/
  background-color: #202020;
  color:#fff;
  text-transform: uppercase;
  margin-top:2px;
}
.menu-catg-bx a{
  background-color: #fe0000;
  color: #eee;
  padding:10px 20px;
  text-transform: uppercase;
  font-weight:normal;
  border-radius:6px;
}
.menu-catg-bx a:hover{
  background-color: #eee;
  color: #fe0000;
  padding:10px 20px;
  text-transform: uppercase;
  font-weight:normal;
  border-radius:6px;
}
.create-own-menu-bx{
  background-color: #101010;
  border-radius: 10px;
  padding: 40px 20px 50px;
 /* margin-top: 90px;*/
  text-align:center;
}
.create-own-menu-title{
  color:#fff;
  font-weight:normal;
  margin-bottom:30px;
}
 .create-own-menu{
  background-color: #fe0000;
  color: #fff !important;
  padding:10px 20px;
  text-transform: uppercase;
  font-weight:normal;
  border-radius:6px;
}
 .create-own-menu:hover{
  background-color: #fff;
  color: #fe0000 !important;
  padding:10px 20px;
  text-transform: uppercase;
  font-weight:normal;
  border-radius:6px;
}



.menu-bx .menu-list-own{
  border:solid 1px #202020;
  border-radius:10px;
  margin-bottom: 20px;
}
.menu-bx .menu-list-own h4{
  background-color: #202020;
  border-bottom:solid 1px #202020;
  padding:8px 10px;
  color:#fe0000;
  margin-bottom: 0;
  border-radius:10px 10px 0 0;
  font-weight:normal;
  text-transform: uppercase;
}
.menu-bx .menu-list-own ul{
  margin-left:10px;
  margin-top: 8px;
  margin-bottom: 10px;
}
.menu-bx .menu-list-own ul li{
  color:#fff;
  position: relative;
  margin-bottom: 7px;
}
.menu-bx .menu-list-own ul li input{
  margin-right: 7px;
  border:solid 1px #fe0000;
}
.menu-list-own-sub-ttl{
  color:#fff;
  margin:5px 0 0 10px;
  color: #f97324;
}
.tc-bx p{
  color:#bfbfbf;
}
.tc-bx ul{
  margin-left:15px;
}
.tc-bx ul li{
  color:#bfbfbf;
  list-style: square;
  margin-bottom: 20px;
}
.tc-bx ul li span{
  color:#f00;
  font-size: 18px;
}

.pp-bx h4{
  color:#f00;
  margin-top: 25px;
  margin-bottom: 5px;
}
.pp-bx h5{
  color:#f00;
  margin-bottom: 5px;
}
.pp-bx p{
  color:#bfbfbf;
  margin-bottom: 5px;
}
.pp-bx ul{
  margin-left:15px;
  margin-bottom: 10px;
}
.pp-bx ul li{
  color:#bfbfbf;
  list-style: square;
  margin-bottom: 5px;
}

.footprint-bx .footprint-name{
  text-align: center;
  color:#fff;
  /*color:#d90845;*/
  margin-bottom: 0;
  margin-top: 10px;
}
.footprint-bx .footprint-adrs{
  text-align: center;
  margin-bottom: 0;
  margin-top: 5px;
}
.footprint-bx .footprint-dtls{
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
}
.footprint-bx .footprint-dtls a{
  /*color:#fe0000;*/
  /*border:solid 1px #5c2525;*/
  color:#d90845;  
  border:solid 1px #5c2525;
  padding:6px 15px;
  border-radius: 30px;
  text-transform: uppercase;
}
.footprint-bx .footprint-dtls a:hover{
  color:#fe0000;
  border:solid 1px #fe0000;
  /*color:#d90845;  
  border:solid 1px #5c2525;*/
  padding:6px 15px;
  border-radius: 30px;
  text-transform: uppercase;
}
.footprint-details-cont .footprint-details-name{
  font-size:35px;
  /*text-transform: uppercase;*/
  color:#fff;
  margin-bottom:10px;
}
.footprint-details-cont .footprint-details-adrs{
  font-size:17px;
  color:#f60000;
  margin-bottom:25px;
}
.footprint-details-cont .footprint-details-dec{
  color:#cbcbcb;
  margin-bottom:10px;
  text-align: justify;
}
.footprint-details-cont .footprint-details-gallery{
  border:solid 1px #302b2b;
  border-radius:10px;
  /*padding-top:25px;*/
}
.footprint-details-cont .footprint-details-gallery .gallery-section-page .single-gallery{
  margin: 15px 0;
}
.menu-catg-sec{
  border:solid 1px #a9a9a9;
  border-radius:16px;
  padding:20px;
  margin-bottom: 80px;
}
.menu-catg-sec h5{
  text-align: center;
}
.menu-catg-sec h5 {
  margin-top:-30px;
}
.menu-catg-sec h5 span{
  background-color: #fe0000;
  color:#fff;
  font-size: 22px;
  text-transform: uppercase;
  padding:5px 25px;
  border-radius:20px;
}
.menu-catg-sec ul{
  margin-bottom: 20px;
}
.menu-catg-sec ul li{
  text-align: center;
  color:#fff;
  border-bottom:dashed 1px #4c4242;
  padding:7px 0;
}
.menu-catg-sec .menu-catg-sec-view{
  text-align: center;
  margin-bottom:-38px;
}
.menu-catg-sec .menu-catg-sec-view a{
  background-color: #ff4700;
  color:#fff !important;
  padding:5px 0;
  display: block;
  border-radius:6px;
  text-transform: uppercase;
}
.menu-catg-sec .menu-catg-sec-view a:hover{
  background-color: #fe0000;
  color:#fff !important;
  padding:5px 0;
  display: block;
  border-radius:6px;
  text-transform: uppercase;
}
.menu-catg-sec.menu-catg-sec-silver{
  background:url('images/menus/menu-catg-sec-silver-bg.jpg') no-repeat top left;
  background-size:cover;
}
.menu-catg-sec.menu-catg-sec-gold{
  background:url('images/menus/menu-catg-sec-gold-bg.jpg') no-repeat top left;
  background-size:cover;
  /*border:solid 2px #f00;*/
}

/*.menu-catg-sec.menu-catg-sec-gold{
  border:solid 1px #ffbe46;
  border-radius:16px;
  padding:20px;
  margin-top:-25px;
}
.menu-catg-sec.menu-catg-sec-gold ul li{
  text-align: center;
  color:#ffbe46;
  border-bottom:dashed 1px #685528;
  padding:8px 0;
  text-transform: uppercase;
}
.menu-catg-sec.menu-catg-sec-gold h5 span{
  background-color: #ff4700;
  color:#fff;
  font-size: 22px;
  text-transform: uppercase;
  padding:5px 35px;
  border-radius:20px;
  border:solid 1px #fff;
}
.menu-catg-sec.menu-catg-sec-gold .menu-catg-sec-view a{
  background-color: #fe0000;
  color:#fff !important;
  padding:5px 0;
  display: block;
  border-radius:6px;
  text-transform: uppercase;
  border:solid 1px #fff;
}
.menu-catg-sec.menu-catg-sec-gold .menu-catg-sec-view a:hover{
  background-color: #ff4700;
  color:#fff !important;
  padding:5px 0;
  display: block;
  border-radius:6px;
  text-transform: uppercase;
}*/

/*menu-catg-sec-active start*/
.menu-catg-sec.menu-catg-sec-active{
  border:solid 1px #ffbe46;
  border-radius:16px;
  padding:20px;
  margin-top:-25px;
}
.menu-catg-sec.menu-catg-sec-active ul li{
  text-align: center;
  color:#ffbe46;
  border-bottom:dashed 1px #685528;
  padding:8px 0;
  text-transform: uppercase;
}
.menu-catg-sec.menu-catg-sec-active h5 span{
  background-color: #ff4700;
  color:#fff;
  font-size: 22px;
  text-transform: uppercase;
  padding:5px 35px;
  border-radius:20px;
  border:solid 1px #fff;
}
.menu-catg-sec.menu-catg-sec-active .menu-catg-sec-view a{
  background-color: #fe0000;
  color:#fff !important;
  padding:5px 0;
  display: block;
  border-radius:6px;
  text-transform: uppercase;
  border:solid 1px #fff;
}
.menu-catg-sec.menu-catg-sec-active .menu-catg-sec-view a:hover{
  background-color: #ff4700;
  color:#fff !important;
  padding:5px 0;
  display: block;
  border-radius:6px;
  text-transform: uppercase;
}
/*menu-catg-sec-active end*/

.menu-catg-sec.menu-catg-sec-platinum{
  background:url('images/menus/menu-catg-sec-platinum-bg.jpg') no-repeat top left;
  background-size:cover;
}
.menu-catg-sec.menu-catg-sec-diamond{
  background:url('images/menus/menu-catg-sec-diamond-bg.jpg') no-repeat top left;
  background-size:cover;
}
.catering-quote h3{
  color:#fff;
  /*color:#fe0000;*/
  font-size: 30px;
  /*text-transform: uppercase;*/
  text-align: center;
  font-weight:500;
  margin:0 200px 100px;
  line-height: 45px;
}
.rs-about .catering-image-bx {
  position: relative;
  /*border:dashed 5px transparent;*/
  /*outline:solid 1px #bd6666;*/
  transform: rotate(5deg);
  /*margin:10px;*/
  /*position: relative;*/ 
}
.rs-about .catering-image-bx .catering-image{
  border:solid 2px #fff;
}
.rs-about .catering-image-bx.catering-image-opst {
  position: relative;
  /*border:dashed 5px transparent;*/
  /*outline:dashed 1px #bd6666;*/
  transform: rotate(-5deg);
  margin:-35px 5px 5px; 
}

.rs-about .catering-image-bx span.key-point{
  /*background-color: #fff476;*/
  background-color:#fe0000; 
  padding:5px 10px;
  position: relative;
  top:-15px;
  left:10px;
  text-transform: uppercase;
  /*color:#fe0000;*/
  color:#fff;
  border-radius:20px;
  font-weight:500;
}
.quality-and-taste-icon{
  position: absolute;
  top:20px;
  right:-17px;
}
.experienced-team-icon{
  position: absolute;
  top:-30px;
  right:40px;
}
.time-saving-icon{
  position: absolute;
  bottom:50px;
  right:-40px;
}
.customizable-menus-icon{
  position: absolute;
  top:-30px;
  left:20px;
}
/*.rs-about .catering-image{
  position: relative;
}
.rs-about .catering-image::before {
  position: absolute;
  content:"";
  background-color: #ffd747;
  width:100%;
  height:350px;
  transform: rotate(-5deg); 
}*/

.social {
  position: fixed;
  bottom: 50px;
  right:0;
}
.social ul {
  padding: 0px;
  -webkit-transform: translate(260px, 0);
  -moz-transform: translate(260px, 0);
  -ms-transform: translate(260px, 0);
  -o-transform: translate(260px, 0);
  transform: translate(260px, 0);
}

.social ul li {
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.36);
  width: 300px;
  margin-left:-300px;
  text-align: left;
  padding: 5px;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li:hover {
  -webkit-transform: translate(-110px, 0);
  -moz-transform: translate(-110px, 0);
  -ms-transform: translate(-110px, 0);
  -o-transform: translate(-110px, 0);
  transform: translate(-110px, 0);
  background: rgba(255, 255, 255, 0.4);
}
.social ul li:hover a {
  color: #000;
}
.social ul li:hover i {
  color: #fff;
  background: #fff;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li i {
  margin-left: 5px;
  margin-top:3px;
  color: #000;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 20px;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.social ul li i.fa-facebook:before {
    content: "\f09a";
    top: -5px;
    position: relative;
}
.social ul li i.fa-instagram:before {
    content: "\f16d";
    top: -5px;
    right:3px;
    position: relative;
}
.social ul li i.fa-whatsapp:before {
    content: "\f232";
    top: -5px;
    right:3px;
    position: relative;
}
.social ul li a span{
  color:#fff;
  font-weight: 600;
  position: relative;
  top:-6px;
  left:5px;
}
.social ul li.facebook {  
  background: rgba(75, 104, 182, 0.8);  
}
.social ul li.instagram {  
  background: rgba(184, 64, 112, 0.8);  
}
.social ul li.whatsapp {  
  background: rgba(43, 166, 59, 0.8);  
}
.social ul li.facebook:hover i.fa-facebook:before {
  color: #4b69b1;
}
.social ul li.instagram:hover i.fa-instagram:before {
  color: #be3664;
}
.social ul li.whatsapp:hover i.fa-whatsapp:before {
  color: #2ba63b;
}
.neonbutton
{
    position: relative;
    color: cyan;
    /*letter-spacing: 15px;*/
    /*background-color: cyan;*/ 
    border: 1px solid cyan;
    padding: 12px;
    font-size: 21px;
    /*font-family: Arial, Helvetica, sans-serif;*/
    /*font-weight: 600;*/
    transition: 1.5s;
    /*border-radius:100px;*/
    /*box-shadow: 0 0 5px 0 cyan inset,0 0 5px 0 cyan,
    0 0 5px 0 cyan inset,0 0 5px 0 cyan;*/
    box-shadow: 0 0 3px 0 cyan inset,0 0 5px 0 cyan,
    0 0 5px 0 cyan inset,0 0 5px 0 cyan;
}
.neonbutton:hover
{
    /*box-shadow: 0 5px 50px 0 cyan inset,0 5px 50px 0 cyan,
    0 5px 50px 0 cyan inset,0 5px 50px 0 cyan;*/
    box-shadow: 0 5px 50px 0 cyan inset,0 5px 50px 0 cyan,
    0 5px 50px 0 cyan inset,0 5px 50px 0 cyan;
    /*text-shadow: 0 0 5px cyan;*/
    color:#fff;
}
.neonbutton.explore-our-menu-btn{
  margin-right:10px;
}
.neonbutton.our-foot-print-btn{
  padding-right:32px;
  padding-left:32px;
}
.bnr-cap-sec-mob{
  text-align: center;
  display: none;
}
.nav-close-icon{
  display: none;
}
.back-to-our-foot-print-btn{
  position:relative;
  top:-50px;
  left:70%;
  color: #d90845;
  border: solid 1px #5c2525;
  padding: 6px 15px;
  border-radius: 30px;
  text-transform: uppercase;
}
.back-to-our-foot-print-btn:hover{
  color:#fe0000;
  border:solid 1px #fe0000;
}
.add-menu-btn {
    text-transform: uppercase;
    color: #ffffff;
    background-color: #fe0000;
    margin-top: 15px;
    border: none;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
    padding: 0 50px;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    border-radius: 3px;
    outline: none;
}
.add-menu-btn:hover {
    background: #c30101;
}

.submit-btn {
    text-transform: uppercase;
    color: #ffffff;
    background-color: #fe0000;
    margin-top: 15px;
    border: none;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
    padding: 0 50px;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    border-radius: 3px;
    outline: none;
}
.submit-btn:hover {
    background: #c30101;
}
.menu-bx.menu-box-clculate-own-menu{
  border-radius:10px 10px 0 0 !important;
  margin-bottom: 0 !important;
}
.claculate-menu-price-bx{
  background-color: #181818;
  border-radius: 0 0 10px 10px;
  padding: 40px 20px;
  border-top:solid 1px #202020;
}
.claculate-menu-price-bx h3{
  color:#fe0000;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 35px;
}
.err_msg{
  color:#f00;
}
.selected-items-bx{
  background-color: #181818;
  border-radius: 0 0 10px 10px;
  padding: 40px 20px;
  border-top:solid 1px #202020;
}
.selected-items-bx h3{
  color:#fe0000;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 35px;
}
.menu_items_user_view{
  text-align: center;
}
.menu_items_user_view p{
  color:#fff;
  margin: 0 100px 30px;
}
.thanks-box {
  text-align: center;
}
.thanks-box h4{
  color:#fff;
  color:#f00;
  font-weight: normal;
  margin-bottom: 13px;
}
.download-box {
  text-align: center;
}
.download-box p {
  font-size:16px;
  color:#fff;
  margin-bottom: 50px;
}
.download-box a {
    text-transform: uppercase;
    color: #ffffff;
    background-color: #fe0000;
    margin-top: 15px;
    border: none;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
    padding: 12px 20px;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    border-radius: 3px;
    outline: none;
}
.download-box a:hover {
    background: #c30101;
}
.order-detals-box h4{
  color:#f00;
  font-size: 23px;
  margin-bottom: 30px;
  text-align: center;
}
.order-detals-box .order-details-tbl{
  border-collapse: collapse;
}
.order-detals-box .order-details-tbl td{
  border: solid 1px #363636;
  padding:7px;
  color:#fff;
}
.back-to-food-menu-box{
  text-align: center;
  margin-top: 25px;
}
.back-to-food-menu-box a{
  text-transform: uppercase;
    color: #ffffff;
    background-color: #fe0000;
    margin-top: 15px;
    border: none;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
    padding: 12px 20px;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    border-radius: 3px;
    outline: none;
}
.back-to-food-menu-box a:hover {
    background: #c30101;
}
.testimonial-bx{
  border:solid 1px #222121;
  padding:0 10px;
}
.testimonial-bx .testimonial-comments{
  color:#bfbfbf;
}

.policy-menu-section{
  text-align:center;
  border-top:solid 1px #333;
  margin-top:20px;
  padding-top: 5px;
}
.policy-menu-section li{
  display: inline;
  margin-right: 20px;
}
.policy-menu-section li a{
  color:#777;
}
.policy-menu-section li a:hover{
  color:#fff;
}

@media screen and (max-width:575px){ 
.bnr-cap-sec{
  display: none;
} 
.bnr-cap-sec-mob{
  text-align: center;
  display: block;
  margin-bottom: 30px;
  margin-top: -40px;
}
.catering-quote h3 {
    margin: 0 0 50px;
    font-size: 18px;
    line-height: 29px;
}
.rs-about .catering-image-bx {    
  transform: rotate(0deg);
  margin-bottom:70px; 
  position: relative !important;   
}
.rs-about .catering-image-bx.catering-image-opst {    
  transform: rotate(0deg);
  margin-bottom:30px;    
}
.catering-image-bx.catering-image-opst{
  position: relative !important;
}
.quality-and-taste-icon {
    position: absolute;
    top: -30px;
    right: 40px;
}
.experienced-team-icon {
    position: absolute;
    top: -30px;
    right: 40px;
}
.time-saving-icon {
    position: absolute;
    top: -30px;
    right: 40px;
}
.customizable-menus-icon{
  position: absolute;
  top: -30px;
  left:70%;
  /*right: 40px;*/
}
.rs-about .catering-image-bx span.key-point{
  font-size: 21px;
}


.hdr-phn-eml li {
  display: inline-block;
  margin-right: 10px;
}
.home2 .logo-area{
  position: relative !important;
}
.sec-title2 h2.about-title {
  font-size: 32px;
  /*margin-bottom: 15px;
  display: block;*/
  color:#fff;
}
.rs-menu-toggle {
  padding:10px 0;
  text-align: right;
  background-color: #1a1a1a;
  margin-top: 5px;
}
.banner-bx .carousel-caption {
  position: absolute;
  left: 12%;
  top: -3%;
  color: #fff;
}
.banner-bx .carousel-caption h3 {
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 27px;
  text-transform: uppercase;
}
.bnr-cap-sec {
  position: absolute;
  bottom: -20px;
  left:0;
  right:0;
  text-align: center;
}
.neonbutton{
  padding: 7px;
  font-size: 16px;
}
.neonbutton.our-foot-print-btn{
  padding-right:22px;
  padding-left:22px;
}
/*.bnr-cap-sec a {
  color: #fff;
  padding: 4px 8px 12px 15px;
  font-size: 21px;
  font-weight: normal;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
}
.bnr-cap-sec a.our-foot-print-btn {
    padding: 3px 25px 10px 35px;
}*/
.bnr-sec {
  margin-top: 0;
  position: relative;
  z-index: -1;
}
.logo-area{
  max-width: 100% !important;
}
#rs-slider {
  position: relative;
  background-color: #000;
  padding: 20px 0 180px;
}
#rs-slider .item img {
  min-height: 220px;
  height: 50vh;
}
#rs-slider.rs-slider-section .slide-content .slider-desc h1 {
  font-size: 27px;
    margin-bottom: 0px;
  color: #fff;
}
#rs-slider .slide-content .slider-title{
  margin-top:10px;
}
.rs-breadcrumbs {
  margin-top: 0;
}
.rs-food-bx {
  /* background-color: #fff; */
  width: 100%;
  float: right;
}
.rs-food-bx h2 {
  color: #d90845;
  position: relative;
}
.rs-food-bx p.menu-caption {
  color: #000;
  font-size:18px;
  background-color: rgba(255,255,255,0.8);
  border-radius:30px;
  text-align: center;
  padding:5px 10px;
}
.rs-food-bx .rs-food-bx-inr {
  display: flex;
  background: rgba(0,0,0,0.7);
  padding:15px;
  margin-bottom: 10px;
  border-radius:10px;
}
.rs-food-bx .rs-food-bx-inr .rs-food-bx-inr-lt {
  width: 25%;
}
.rs-food-bx .rs-food-bx-inr .rs-food-bx-inr-rt {
  width: 75%;
}
.ftr-catr-servs {
  color: #fff;
  text-align: center;
}
.rs-event.sec-spacer{
  padding-bottom:400px;
}
.rs-gallery .sec-title2 h2 {
  font-size: 25px;
  margin-bottom: 15px;
  display: block;
  color: #fff;
}
.rs-venues .venues-bx{
  margin-bottom: 30px;
}
.instagram-logo {
  margin-top: 50px;
}
.rs-event.sec-spacer {
  padding-bottom: 40px;
}
.menu-catg-sec {
  border: solid 1px #a9a9a9;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 70px;
}
.hdr-phn-eml-soc{
  display: none;
}
.menu-bx .menu-bx-title h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    border-bottom: solid 1px #202020;
    padding-bottom: 5px;
    font-size: 24px;
}
.back-to-food-menu-btn {
    background-color: #fe0000;
    color: #fff !important;
    padding: 7px 10px;
    text-transform: uppercase;
    font-weight: normal;
    /* border-radius: 6px; */
    font-size: 13px;
    float: right;
    position: static;
    top: 8px;
    /* position: relative; */
}
.download-food-menu-bx {
    text-align: center;
    margin-bottom: 80px;
    background-color: #11241a;
    /* border: solid 1px #101010; */
    border-radius: 10px;
    padding: 50px 20px 85px;
    position: relative;
}
.download-food-menu-bx .choose-menu-title {
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    /* font-size: 20px; */
}
.download-food-menu-bx-bg-1 {
  position: absolute;
  bottom: -46px;
  left: -7px;
  width: 29%;
}
.download-food-menu-bx .download-food-menu-bx-bg-2{
  position: absolute;
  top: -88px;
  right: -50px;
  width: 37%;
}
.social {
  position: fixed;
  bottom:170px;
  right:0;
}
.footprint-bx{
  margin-bottom: 30px;
}
.back-to-our-foot-print-btn{
  position:relative;
  top:10px;
  left:44%;
  color: #d90845;
  border: solid 1px #5c2525;
  padding: 6px 15px;
  border-radius: 30px;
  text-transform: uppercase;
}
.back-to-our-foot-print-btn:hover{
  color:#fe0000;
  border:solid 1px #fe0000;
}
.footprint-details-cont{
  margin-top:20px;
}
.footprint-details-cont .footprint-details-name {
    font-size: 29px;
    /* text-transform: uppercase; */
    color: #fff;
    margin-bottom: 10px;
}
}












