

@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Rubik:400,400i,500,700,900');


/* CSS Document */

@font-family
{
font-family:"ZURICH-CN-BT";
src: url("../font/ZURICH-CN-BT.TTF");
}

@font-family
{
font-family: "MyriadPro-Regular";
src: url("../font/MyriadPro-Regular.otf");
}

@font-family
{
font-family: "TT0300M.TTF";
src: url("../font/TT0300M.TTF");
}

@font-family
{
font-family: "TT0260M.TTF";
src: url("../font/TT0260M.TTF");
}


/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 15px;
  color: #676767;
  /*font-family: 'Rubik', sans-serif;*/ font-family:Arial, Helvetica, 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;
}
.a-right{float:right;}
.a-left{float:left;}
::-moz-selection {
  background: #d90845;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #d90845;
  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: #d90845;
  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;
}
.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, #d90845, #990531);
  background: -webkit-linear-gradient(170deg, #d90845, #990531);
  background: -o-linear-gradient(170deg, #d90845, #990531);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
}
.primary-btn:hover {
  border-color: #a90535;
  background: linear-gradient(170deg, #990531, #d90845);
  background: -webkit-linear-gradient(170deg, #990531, #d90845);
  background: -o-linear-gradient(170deg, #990531, #d90845);
}
.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: "\f0a3";
  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: #d90845;
}
.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;
}
.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: #d90845 !important;
}
.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: 10px;
}
.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: 400;
  font-size: 15px;
  height: 100px;
  line-height: 100px;
  text-transform: uppercase;
}
.logo-area {
  height: 100px;
  line-height: 97px;
  max-width: 250px;
  border-radius:9px;
}

.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; margin-top:100px;
}
#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-txt{font-size:25px; color:#FFFFFF; -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 26px;
  text-shadow: 0 0 15px #000;}
 
h5.slider-txt span{color:#9E0532; font-weight:700;}

#rs-slider .slide-content .slider-title {
  font-size: 60px;
  color: #fff;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  text-transform: uppercase;
  line-height: 72px;
  margin-bottom: 26px;
  text-shadow: 0 0 15px #000;
}
#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 {
  font-size: 50px;
  margin-bottom: 10px;
}
#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;
}
.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;
}
.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: #d90845;
  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 .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;
}
.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;
}
.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: 60px;
  padding-bottom: 100px;
}
/*.home5 .rs-about.about-shape {
  padding-top: 208px;
  padding-bottom: 100px;
}




/* -----------------------
    26. RS-Footer CSS
--------------------------*/
.rs-footer {
  padding: 100px 0 0;
}
.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 #d90845;
  padding-bottom: 48px;
  z-index: 1;
}
.rs-footer .footer-content-box .footer-logo {
  padding-bottom: 50px;
  max-width: 33%;
  margin: 0 auto;
}
.rs-footer .footer-content-box .footer-logo img{ border-radius:12px; padding:5px; background:#fff;}


.rs-footer .footer-content-box .content-grid {
  text-align: center;
}
.rs-footer .footer-content-box .content-grid .title {
  color: #d90845;
  font-weight: 500;
}
.rs-footer .footer-content-box .content-grid .some-text {
  color: #ffffff;
  margin-bottom: 0; text-align:center;
}
.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; text-align:center;
}
.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: #d90845;
  color: #fff;
  border-radius: 50%;
}
.rs-footer .copyrigh .social-links li a:hover {
  background: #fff;
  color: #d90845;
}
.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;
}

/* ------------------------------------
    31. ScrollUp CSS
---------------------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 40px;
  z-index: 999;
}
#scrollUp i {
  background-color: #d90845;
  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: #c7073f;
  color: rgba(255, 255, 255, 0.7);
}


/* 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 .logo-area {
    height: 70px;
    line-height: 68px;
  }
  .menu-sticky.sticky .logo-area img {
    max-width: 75%;
  }
  .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);
  }
}

/*Home Page*/

.home-wrapper {background:#D90845;}
.home-wrapper .left-section h1:after {background: url(images/sec-line2.png); content: ""; width: 245px; height: 5px; position: absolute; background-repeat:repeat-x; left: 21%; top:38px;    transform: translateX(-50%);}


.home-wrapper .left-section h1 {margin: 0 0 25px 0; font-family: "ZURICH-CN-BT", Helvetica, sans-serif; font-size:28px; font-weight: normal; color: #fff;}
.home-wrapper .left-section p {margin: 0; padding: 7px 0; line-height:18px; text-align:justify; font-family: "ZURICH-CN-BT", Helvetica, sans-serif; font-size:15px; color: #fff;}

.home-wrapper .left-section a:hover{color:#FFFFFF; text-decoration:underline !important;}
.home-wrapper .surgery-performed{float: right; background:#fff; padding:15px; border-radius:20px;}
.home-wrapper .surgery-performed ul{list-style: none; margin: 0; padding: 0; float: right; width: 250px; min-height:170px;}

.home-wrapper .surgery-performed li{font-family: "ZURICH-CN-BT", Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #fff; width: 250px; float: left; }
.home-wrapper .surgery-performed li a{display: block; background: url(../images/surgery-icon-bg.jpg) repeat-x center top #414142; border-top: 2px solid #bababb; color: #FFFFFF; text-decoration: none; padding: 7px 15px; margin: 2px 0; border-radius: 25px; overflow: hidden; font-weight: bold;}
.home-wrapper .surgery-performed li a:hover{background: url(../images/surgery-icon-hover.jpg) repeat-x center top #e6410a; border: 2px solid #53595b;}
.home-wrapper .surgery-performed li span{width:auto; text-align: center; float: right; display: block; padding: 0px 0px 0px 5px; margin: 0 0 0 12px; border-left: 1px solid #7d7e7e; font-size: 13px;}
.home-wrapper .surgery-performed .left-box{width: 100px; float: left;}
.home-wrapper .surgery-performed li a.selected{background: url(../images/surgery-icon-hover.jpg) repeat-x center top #e6410a; border: 4px solid #53595b;}

.home-wrapper .surgery-performed .left-box h1{margin: 0 0 10px 0; font-family: "ZURICH-CN-BT", Helvetica, sans-serif; font-size: 23px; font-weight: normal; color: #a2320e;}
.home-wrapper .surgery-performed .left-box h1 span{display: block; color: #3f444a; font-size: 20px;}
.home-wrapper .surgery-performed .left-box figure{margin: 5px 0; float: left;}
.home-wrapper .surgery-performed .left-box .donate{width: auto; margin: 15px 0 0 0;}



#home-wrapper .enquiry-now{float: left; margin: 0 5px; position: relative; width:90%;}
#home-wrapper .enquiry-now h1{margin: 0 0 10px 0; font-family: "ZURICH-CN-BT", Helvetica, sans-serif; font-size: 22px; font-weight: normal; color: #3f444a; text-align: center;}
#home-wrapper .enquiry-now h1 span{display: block; margin: 0 0 0 100px; border-radius: 50px; background-color: #e8410a; width:52px; height:52px; padding: 8px; cursor: pointer; margin: 0 auto;}
#home-wrapper .enquiry-now h1 span img{margin: 0; text-align: center;}
#home-wrapper .enquiry-now h1 span:hover{background-color: #555555;}
#home-wrapper .enquiry-now form{margin: 0; background: url(images/enquiry-bg.jpg) repeat-x center top #ea5c2f; border-radius: 8px; padding: 15px; color: #FFFFFF;}
#home-wrapper .enquiry-now form input[type="text"]{width: 95%; float: left; border: 0; outline: none; border-radius: 4px; color: #000000; font-size: 14px; font-family: Arial, Helvetica, sans-serif; margin: 0 0 10px 0; padding: 5px; box-shadow: inset 0 0 7px #ccc;}
#home-wrapper .enquiry-now form textarea{width: 95%; float: left; border: 0; outline: none; border-radius: 4px; color: #000000; font-size: 12px; font-family: Arial, Helvetica, sans-serif; margin: 0 0 14px 0; padding: 5px; box-shadow: inset 0 0 7px #ccc; resize: none;}



#home-wrapper .upcomming-events{width: 325px; float: left; margin: 0 5px; position: relative;}
#home-wrapper .upcomming-events h1{margin: 0 0 10px 0; font-family: "ZURICH-CN-BT", Helvetica, sans-serif; font-size: 22px; font-weight: normal; color: #3f444a; text-align: center;}
#home-wrapper .upcomming-events h1 span{display: block; margin: 0 0 0 100px; border-radius: 50px; background-color: #e8410a; width: 52px; height: 52px; padding: 8px; cursor: pointer; margin: 0 auto;}
#home-wrapper .upcomming-events h1 span img{margin: 4px 0 0 0; text-align: center;}
#home-wrapper .upcomming-events h1 span:hover{background-color: #555555;}
#home-wrapper .upcomming-events .events{ border: 1px solid #e4e4e4; border-radius: 8px;}
#home-wrapper .upcomming-events ul{list-style: none; margin: 0; padding: 0;}
#home-wrapper .upcomming-events ul li{display: block; float: left;  border-bottom: 1px dotted #666; padding: 5px 10px 5px 25px; background: url(images/event-arow.png) no-repeat 6px 12px; height:76px!important; width:310px!important;}
#home-wrapper .upcomming-events ul li:hover{background-color: #efefef;}
#home-wrapper .upcomming-events ul li p{margin: 0; line-height: 18px; text-align: justify; color: #000000; height:35px; overflow: hidden;}
#home-wrapper .upcomming-events ul li .read-more{color: #e8410a; margin: 4px 0 0 0; float: right; font-family: "ZURICH-CN-BT", Helvetica, sans-serif; font-size: 13px;}
#home-wrapper .upcomming-events ul li .read-more a{text-decoration: underline; color: #e8410a;}
#home-wrapper .upcomming-events ul li .read-more a:hover{text-decoration: none;}
#home-wrapper .upcomming-events .view-all{width: auto; margin: 10px; color: #999999; font-size: 14px;}
#home-wrapper .upcomming-events .view-all a{text-decoration: none; color: #999999;}
#home-wrapper .upcomming-events .view-all a:hover{color: #333333;}



#home-wrapper .press-release{float: left; margin: 0 5px; position: relative;}
#home-wrapper .press-release h1{margin: 0 0 10px 0; font-family: "ZURICH-CN-BT", Helvetica, sans-serif; font-size: 22px; font-weight: normal; color: #3f444a; text-align: center;}
#home-wrapper .press-release h1 span{display: block; margin: 0 0 0 100px; border-radius: 50px; background-color: #e8410a; width: 52px; height: 52px; padding: 8px; cursor: pointer; margin: 0 auto;}
#home-wrapper .press-release h1 span img{margin: 0; text-align: center;}
#home-wrapper .press-release h1 span:hover{background-color: #555555;}
#home-wrapper .press-release ul{list-style: none; margin: 0; padding: 0;}
#home-wrapper .press-release ul li{display: block; float: left;  border-bottom: 1px dotted #666; padding: 17px 10px; height:87px !important;}
#home-wrapper .press-release ul li:hover{background-color: #efefef;}
#home-wrapper .press-release ul li img{border: 1px solid #cacaca; margin: 0 10px 0 0; width: 62px; height: 62px; float: left;}
#home-wrapper .press-release ul li p{margin: 0; line-height: 18px; text-align: justify; color: #000000; height: 35px; overflow: hidden;}
#home-wrapper .press-release ul li .read-more{color: #e8410a; margin: 10px 0 0 0; float: right; font-family: "ZURICH-CN-BT", Helvetica, sans-serif; font-size: 13px;}
#home-wrapper .press-release ul li .read-more a{text-decoration: underline; color: #e8410a;}
#home-wrapper .press-release ul li .read-more a:hover{text-decoration: none;}
#home-wrapper .press-release .view-all{width: auto; margin: 10px; color: #999999; font-size: 14px;}
#home-wrapper .press-release .view-all a{text-decoration: none; color: #999999;}
#home-wrapper .press-release .view-all a:hover{color: #333333;}
#home-wrapper .press-release .press{ border: 1px solid #e4e4e4; border-radius: 8px;}


.bottom-section {
    width: 100%;
    float: left;
    background-color: #3f3f3f;
    padding: 30px 0;
}
.bottom-section h1 {
    margin: 0 0 10px 0;
    font-family: "ZURICH-CN-BT", Helvetica, sans-serif;
    font-size: 22px;
    color: #FFFFFF;
    font-weight: normal;
}
.bottom-section .video {
    width: 100%;
    float: left;
}
.bottom-section .video figure {
    margin: 0;
    padding: 10px;
    background-color: #7d7d7d;
}
.bottom-section .video figure img{width:100%;}
.bottom-section .get-in-touch{float: right;}
.bottom-section .get-in-touch .touch-box{margin: 0; width: auto;}
.bottom-section .get-in-touch .touch-box h2{margin: 0; border-top: 1px solid #585857; border-bottom: 1px solid #585857; font-family: "ZURICH-CN-BT", Helvetica, sans-serif; font-size: 18px; color: #FFFFFF; padding: 8px 0 8px 5px; font-weight: normal;}
.bottom-section .get-in-touch .touch-box ul{list-style: none; margin: 0; padding: 0; color: #ccc; min-height: 50px; font-size: 13px;}
.bottom-section .get-in-touch .touch-box li{display:block; padding: 10px 5px 10px 25px;}
.bottom-section .get-in-touch .touch-box li.get-touch1{background: url(images/get-in-touch1.png) no-repeat left 12px;}
.bottom-section .get-in-touch .touch-box li.get-touch2{background: url(images/get-in-touch2.png) no-repeat left 12px;}
.bottom-section .get-in-touch .touch-box li.get-touch3{background: url(images/get-in-touch3.png) no-repeat left 12px;}
.bottom-section .get-in-touch .touch-box .follow-us{width: auto; padding: 15px 0 0 0; border-top: 1px solid #585857; margin: 15px 0 0 0;}
.bottom-section .get-in-touch .touch-box .follow-us img{margin: 0 10px 0 0; float: left;}

.bottom-section .get-in-touch .social-links li{display:inline-block; padding: 10px 5px 10px 1px;}

.footer-bottom-wrapper{background:#2d2d2d; padding: 30px 0; min-width: 100%; float: left; margin: 0 auto; display:block; font-size:13px; color:#a8aeae;}
.footer-bottom-wrapper .footer-holder{margin: 0 auto; display: block;}
.footer-bottom-wrapper .footer-holder .top-box{width: auto; padding: 10px 0;}
.footer-bottom-wrapper .footer-holder .top-box ul{list-style: none; margin: 0; padding: 0; text-align:center;}
.footer-bottom-wrapper .footer-holder .top-box ul li{display: inline-block;   padding: 0 5px;}
.footer-bottom-wrapper .footer-holder .top-box ul li a{text-decoration: none; color: #a8aeae;}
.footer-bottom-wrapper .footer-holder .top-box ul li a:hover{color: #fff;}
.footer-bottom-wrapper .footer-holder .bottom-box{width: auto; padding: 10px 0;}
.footer-bottom-wrapper .footer-holder .bottom-box .left-box{text-align:center;}
.footer-bottom-wrapper .footer-holder .bottom-box .swt{float: right;}
.footer-bottom-wrapper .footer-holder .bottom-box .swt img{margin: 0; float: right;}
.footer-bottom-wrapper .footer-holder .bottom-box .swt a{text-decoration: none; color: #a8aeae;}
.footer-bottom-wrapper .footer-holder .bottom-box .swt a:hover{color: #FFFFFF;}
.footer-bottom-wrapper .footer-holder .bottom-box .swt span{display: block; float: left; padding: 0 10px 0 0; line-height: 21px;}



.about-wrapper .holder{ margin: 0 auto; padding: 30px 0;}

.about-wrapper .holder .left-section{ float: left;}

.about-wrapper .holder .left-section .our-ser{width: auto; background: url(images/ser-line.png) no-repeat right center; padding: 0 30px 0 0; margin: 0 0 70px 0;}
.about-wrapper .holder .left-section .our-ser ul{list-style: none; margin: 0; padding: 0;}

.about-wrapper .holder .left-section .our-ser ul ul{margin-left:10px;}

.about-wrapper .holder .left-section .our-ser ul li{display: block; font-family: "TT0260M", Helvetica, sans-serif; font-size: 14px; color: #4c5059; background: url(images/event-arow.png) no-repeat left 12px;}
.about-wrapper .holder .left-section .our-ser ul li a{text-decoration: none; color: #4c5059; background: url(images/ser-bottom-line.png) no-repeat left bottom; display: block; padding: 6px 20px;}
.about-wrapper .holder .left-section .our-ser ul li a:hover{color: #d5ac40;}

.about-wrapper .holder .left-section .upcomming-events{width: auto; position: relative;}
.about-wrapper .holder .left-section .upcomming-events h1{margin: 0; font-family: "TT0260M", Helvetica, sans-serif; font-size: 22px; font-weight: normal; color: #3f444a;}
.about-wrapper .holder .left-section .upcomming-events h1 span{display: block; float: left; border-radius: 50px; background-color: #e8410a; width: 30px; height: 30px; padding: 8px; cursor: pointer; margin: 0 10px 0 0;}
.about-wrapper .holder .left-section .upcomming-events h1 span img{margin: 0; float: left;}
.about-wrapper .holder .left-section .upcomming-events h1 span:hover{background-color: #555555;}
.about-wrapper .holder .left-section .upcomming-events .events{ border: 1px solid #e4e4e4; border-radius: 8px; margin: 10px 0 0 0;}
.about-wrapper .holder .left-section .upcomming-events ul{list-style: none; margin: 0; padding: 0;}
.about-wrapper .holder .left-section .upcomming-events ul li{display: block; width: 212px !important; float: left; border-bottom: 1px dotted #666; padding: 5px 10px 5px 25px; background: url(images/event-arow.png) no-repeat 6px 12px; height:67px!important}
.about-wrapper .holder .left-section .upcomming-events ul li:hover{background-color: #efefef;}
.about-wrapper .holder .left-section .upcomming-events ul li p{margin: 0; line-height: 18px; text-align: justify; color: #000000; height: 35px; overflow: hidden; font-size:13px;}
.about-wrapper .holder .left-section .upcomming-events ul li .read-more{color: #e8410a; margin: 4px 0 0 0; float: right; font-family: "ZURICH-CN-BT", Helvetica, sans-serif; font-size: 13px; padding-bottom:10px;}
.about-wrapper .holder .left-section .upcomming-events ul li .read-more a{text-decoration: underline; color: #e8410a;}
.about-wrapper .holder .left-section .upcomming-events ul li .read-more a:hover{text-decoration: none;}
.about-wrapper .holder .left-section .upcomming-events .view-all{width: auto; text-align: right; margin: 10px; color: #999999; font-size: 14px;}
.about-wrapper .holder .left-section .upcomming-events .view-all a{text-decoration: none; color: #999999;}
.about-wrapper .holder .left-section .upcomming-events .view-all a:hover{color: #333333;}

.about-wrapper .right-section h1{margin: 0; font-family: "TT0260M", Helvetica, sans-serif; font-size: 25px !important; font-weight: normal; color: #3f444a; padding-bottom:20px;}
.about-wrapper .right-section h1:after {background: url(images/sec-line2.png); content: ""; width: 245px; height: 5px; position: absolute; background-repeat:repeat-x; left:16%; top:38px;    transform: translateX(-50%);}

.about-wrapper .right-section h1{margin: 0 0 10px 0; font-family: "TT0260M", Helvetica, sans-serif; font-size: 23px; font-weight: 700; color: #D90845;}
.about-wrapper .right-section p{margin: 0; padding: 7px 0; line-height: 22px; text-align: justify;}


.bottom-section .photo-gallery{width: 300px; float: left; margin: 0 40px;}
.bottom-section .photo-gallery .connected-carousels{width: auto; padding: 10px; background-color: #7d7d7d; float: left;}

/** Stage container **/

.connected-carousels .stage {
    width: 278px;
    margin: 0;
    position: relative;
	border: 1px solid #FFFFFF;
}

.connected-carousels .photo-credits {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.connected-carousels .photo-credits a {
    color: #fff;
}

/** Navigation container **/

.connected-carousels .navigation {
    width: 260px;
    margin: 0;
    position: relative;
}

/** Shared carousel styles **/

.connected-carousels .carousel {
    position: relative;
    overflow: hidden;
}

.connected-carousels .carousel ul {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.connected-carousels .carousel li {
    float: left;
}

/** Stage carousel specific styles **/

.connected-carousels .carousel-stage {
    height: 203px;
}

/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation {
    height: 60px;
    width: 240px;
	margin: 20px 0 0 20px;
	position: absolute;
	margin-top: -50px;

}

.connected-carousels .carousel-navigation li {
    cursor: pointer;
}

.connected-carousels .carousel-navigation li img {
    display: block;
    border: 1px solid #fff;
	margin: 2px;
}

.connected-carousels .carousel-navigation li.active img {
    border-color: #ccc;
}

/** Stage carousel controls **/

.connected-carousels .prev-stage,
.connected-carousels .next-stage {
    display: block;
    position: absolute;
    top: 0;
    width: 278px;
    height: 203px;
    color: #fff;
}

.connected-carousels .prev-stage {
    left: 0;
}

.connected-carousels .next-stage {
    right: 0;
}

.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
    display: none;
}

.connected-carousels .prev-stage span,
.connected-carousels .next-stage span {
    display: none;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
	visibility: hidden;
}

.connected-carousels .prev-stage span {
    left: 20px;
}

.connected-carousels .next-stage span {
    right: 20px;
}

.connected-carousels .prev-stage:hover span,
.connected-carousels .next-stage:hover span {
    display: block;
}

/** Navigation carousel controls **/

.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
    display: block;
    position: absolute;
    width: 14px;
    height: 28px;
	background: url(images/thumb-right-arrow.png) no-repeat right top;
	font-size: 0;
	margin-top: -55px;
}

.connected-carousels .prev-navigation {
    left: 2px;
    top: 17px; cursor:pointer;
    text-indent: 6px;
	background: url(images/thumb-left-arrow.png) no-repeat left top;
}

.connected-carousels .next-navigation {
    right: -18px;
    top: 17px;
    text-indent: 20px; cursor:pointer;
}

.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
    opacity: .5;
    cursor: default; cursor:pointer;
}


/*.donation{width: auto;  padding: 12px 10px;}
.donation h3{margin: 0 0 10px 0; font-size: 13px; font-weight: bold; color: #000000;}

.donation form{margin: 10px 0 0 0; width: 300px; float: left; font-weight: bold; color: #000000; font-size: 13px;}
.donation form input[type="text"]{width: auto; float: left; border: 1px solid #bcbcbc; outline: none; background:#efefef; color: #999; border-radius: 4px; padding: 5px; margin: 5px 0 10px 0; font-weight: bold;}
.donation form .input1{width: 260px !important; float: left;}
.donation form .input2{width: 65px !important; float: left;}
.donation form .input3{width: 65px !important; float: left; margin: 5px 15px !important;}
.donation form .input4{width: 65px !important; float: left;}

.cmnt{width: auto; float: left; border: 1px solid #bcbcbc; outline: none; background: #efefef; color: #999; border-radius: 4px; padding:1px; margin: 5px 0 10px 0; font-weight: bold; resize:none;}

.ml135{padding-left:100px !important;}

.donation form .input6{width:144px !important; float: right !important;}

.donation form .input5{width: 48px !important; border: 1px solid #bcbcbc;  margin:6px 10px;  border-radius: 4px; padding:3px 3px;  float:left;}*/

.button{background:#0000FF; color:#FFFFFF; padding:8px 15px; font-size:18px; font-weight:700; min-width:150px; text-transform:capitalize; border-radius:12px;}
.button:hover{background:#660000;}


/*EYE BANK*/
.content ul li {
    background: url(images/leftarrow.png) no-repeat;
    list-style: none;
    padding-left: 22px;
    line-height: 20px;
    margin-left: 0px;
    font-size: 15px;
    padding-bottom: 8px; text-align:justify;
}
.content h3{display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;}
.content p {
    margin: 0;
    padding: 7px 0;
    line-height: 18px;
    text-align: justify;
}
.content strong{font-weight:bold; color:#000000;}
.contact a:hover{color:#D90845;}

.block-trust{background:#003366; padding:10px; color:#FFFFFF; display:block; margin-bottom:25px; min-height:150px;}
.block-trust img {display:block; float:left; padding-right:15px; width:120px;}
.block-trust h3{ margin-bottom:10px; color:#FFFFFF;}
.block-trust p{ padding-bottom:15px !important; font-size:15px;}

.margin-top{margin-top:50px;}
.donation-block{text-align:center;}
.donation-block figure img{text-align:center; margin:0 auto; border:3px solid #FF0000;}
.donation-block figure figcaption{text-align:center; font-size:17px; font-weight:700; padding-top:10px;}
.donation-block a{color:#FF0000;}