@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Rubik:400,400i,500,700,900');

/**
*
* -----------------------------------------------------------------------------
*
* Template : Eventsia | Responsive Events HTML5 Template 
* Author : rs-theme
* Author URI : http://www.rstheme.com/
*
* -----------------------------------------------------------------------------
*
**/


/* 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: #7D2917;
    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: #7D2917;
    text-shadow: none;
    color: #ffffff;
}

::selection {
    background: #7D2917;
    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: #7D2917;
}

.primary-bg {
    background: #7D2917;
}

.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: #7D2917;
    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: #7D2917;
}

.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: #7D2917;
    color: #ffffff;
    background: linear-gradient(170deg, #7D2917, #990531);
    background: -webkit-linear-gradient(170deg, #7D2917, #990531);
    background: -o-linear-gradient(170deg, #7D2917, #990531);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}

.primary-btn:hover {
    border-color: #a90535;
    background: linear-gradient(170deg, #990531, #7D2917);
    background: -webkit-linear-gradient(170deg, #990531, #7D2917);
    background: -o-linear-gradient(170deg, #990531, #7D2917);
}

.secondary-btn {
    background: #fff;
    color: #7D2917;
}

.secondary-btn:hover {
    background-color: #7D2917;
    border-color: #c7073f;
}

.readon {
    position: relative;
    display: inline-block;
    padding: 12px 20px;
    line-height: normal;
    background: #7D2917;
    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 #7D2917;
    color: #7D2917;
}

.readon.border:hover {
    color: #fff;
    background: #7D2917;
}

.readon.border.white {
    border-color: #fff;
    color: #fff;
}

.readon.border.white:hover {
    color: #7D2917;
    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 #7D2917;
    border-bottom: 5px solid #7D2917;
    -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: #7D2917;
}

.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: "\f004";
    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: #7D2917;
}

.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: #7D2917;
}


/* ------------------------------------
    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: #7D2917 !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: 100px;
    border-bottom: 0;
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 3px 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: 80px;
}

.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: #7D2917;
}

.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: #7D2917;
}

.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: #7D2917;
}

.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: #7D2917 !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: 160px;
}

.rs-menu ul ul {
    background: #7D2917;
}

.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: #7D2917;
}

.searce-box {
    position: absolute;
    top: 0;
    right: 23%;
    top: 16px;
}

.searce-box a.rs-search i {
    color: #7D2917;
}

.searce-box a.rs-search i:hover {
    color: #ffffff;
}

#nav-close {
    transition: all 0.3s ease 0s;
}

#nav-close:hover {
    background-color: #7D2917;
    border-color: #7D2917;
    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, #7D2917 0%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7D2917), color-stop(100%, #000000));
    background: -webkit-linear-gradient(top, #7D2917 0%, #000000 100%);
    background: -o-linear-gradient(top, #7D2917 0%, #000000 100%);
    background: -ms-linear-gradient(top, #7D2917 0%, #000000 100%);
    background: linear-gradient(to bottom, #7D2917 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: 52px;
    margin-bottom: 16px;
    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(125, 41, 23);
    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: #7D2917;
    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: #7D2917;
    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: #7D2917;
}


/* ------------------------------------
    07. RS Coming Soon
---------------------------------------*/

.rs-coming-soon {
    background: #7D2917;
    background: linear-gradient(150deg, #990531, #7D2917);
    background: -webkit-linear-gradient(150deg, #990531, #7D2917);
    background: -ms-linear-gradient(150deg, #990531, #7D2917);
    background: -o-linear-gradient(150deg, #990531, #7D2917);
    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: #7D2917;
    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: #7D2917;
    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: 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: #7D2917;
    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: #7D2917;
    border: 2px solid #7D2917;
    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: #7D2917;
    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 #7D2917;
}

.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: #7D2917;
    color: #fff;
    margin: 0;
    padding: 15px 45px;
    border-color: #7D2917;
}

.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: #7D2917;
}

.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: #7D2917;
    color: #fff;
    border: 1px solid #7D2917;
}

.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 #7D2917;
}

.rs-events-schedule .events-schedule-contents .event-author span {
    display: block;
}

.rs-events-schedule .events-schedule-contents .event-author span.author-cty {
    color: #7D2917;
    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 #7D2917;
    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: #7D2917;
}

.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;
}


/* ------------------------------------
    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 #7D2917;
    color: #7D2917;
    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: #7D2917;
    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-filter.nav-tabs {
    border: 0;
}

.rs-testimonial .testi-filter .testi-img {
    position: relative;
    width: 75px;
    height: auto;
    border-radius: 100px;
    border: 2px solid #7D2917;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

.rs-testimonial .testi-filter li {
    margin-bottom: 0;
}

.rs-testimonial .testi-filter li a {
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    text-align: center;
}

.rs-testimonial .testi-filter li.show .testi-name,
.rs-testimonial .testi-filter li:hover .testi-name {
    color: #7D2917;
}

.rs-testimonial .testi-name {
    margin-bottom: 3px;
    font-size: 18px;
    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-top: 50px;
    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: #7D2917;
    top: -31%;
}

.rs-testimonial .testi-content p {
    margin-bottom: 0;
    position: relative;
    padding: 30px 50px;
}

.rs-testimonial .testi-content p:after {
    position: absolute;
    font-family: FontAwesome;
    font-size: 20px;
    color: #7D2917;
    content: "\f10d";
    top: 28px;
    left: 28px;
}

.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 #7D2917;
    margin: 0 auto;
}

.rs-testimonial2 .single-testimonials p {
    border-radius: 36px;
    border-bottom: 6px solid #7D2917;
    padding-bottom: 16px;
    margin: 0 0 20px;
}

.rs-testimonial2 .single-testimonials p i {
    color: #7D2917;
    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 #7D2917;
    margin: 15px auto 14px;
}

.rs-testimonial3 .single-testimonials .quote-icon {
    margin-bottom: 15px;
}

.rs-testimonial3 .single-testimonials .quote-icon i {
    font-size: 24px;
    color: #7D2917;
}

.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 #7D2917;
    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: #7D2917;
    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 #7D2917;
    color: #ffffff;
}

.price-table-section .price-table.style-one .cl-pricetable-wrap:hover .btn-table {
    background: #7D2917;
}

.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: #7D2917;
}

.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: #7D2917;
}

.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: #7D2917;
}

.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: #7D2917;
    border-color: #7D2917;
    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: #7D2917;
    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: #7D2917;
}

.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: #7D2917;
}

.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: #7D2917;
}

.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: #7D2917;
}

.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: #7D2917;
    color: #fff;
    border-color: #7D2917;
}

.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(125, 41, 23);
    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;
}

.rs-team .team-item .team-content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(125, 41, 23);
    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;
}

.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: #7D2917;
}

.rs-team .team-item:hover .team-content {
    opacity: 1;
    top: 0;
}

.rs-team .team-item:hover .team-social {
    opacity: 1;
}

.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: #7D2917;
    border-color: #7D2917;
}

.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: #7D2917;
    color: #fff;
}

.rs-team-single .rs-progress {
    height: 8px;
    border: 1px solid #7D2917;
    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: #7D2917;
}

.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: #7D2917;
    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: #7D2917;
    top: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


/* ------------------------------------
    19. Calltoaction CSS
---------------------------------------*/

.rs-calltoaction .cta-content .cta-subtitle {
    margin-bottom: 10px;
    color: #7D2917;
}

.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: #7D2917;
    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;
    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;
}

.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: 24px;
}

.rs-blog .blog-item .blog-details .blog-date {
    font-weight: 500;
    font-style: italic;
}

.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;
}

.rs-blog .blog-item .blog-details .blog-title a,
.rs-blog .blog-item .blog-details .readmore-btn {
    color: #212121;
}

.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: #7D2917;
}

.rs-blog.drak-color-light .blog-item .blog-details .blog-date,
.rs-blog.drak-color-light .blog-item .blog-details .readmore-btn {
    color: #7D2917;
}

.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: #7D2917;
}

.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: #7D2917;
}

.rs-blog.drak-color .blog-details:hover .readmore-btn,
.rs-blog.drak-color .blog-details:hover .blog-date {
    color: #7D2917;
}

.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: #7D2917;
}


/* ------------------------------------
    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: #7D2917;
}

.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: 15px 0 15px;
    padding: 10px 11px 10px 20px;
    font-size: 18px;
    color: #9c6b6b;
    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: #7D2917;
}

.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: #7D2917;
    color: #fff;
    border: 1px solid #7D2917;
}

.single-blog-details .share-section .share-link1 li:first-child a {
    background: #7D2917;
    color: #fff;
    border: 1px solid #7D2917;
}

.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: #7D2917;
}

.single-blog-details .share-section .life-style span.author a {
    color: #777777;
}

.single-blog-details .share-section .life-style span.author a:hover {
    color: #7D2917;
}

.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: #7D2917;
    color: #fff;
    border: 1px solid #7D2917;
}

.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: #7D2917;
}

.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: #7D2917;
}

.single-blog-details .next-pre-section li a:hover i {
    color: #7D2917;
}

.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: #7D2917;
}

.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: #7D2917;
}

.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: #7D2917;
    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: #7D2917;
    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: inline-block;
    margin: 0 8px;
    color: #fff;
}

.gallery-section-page .single-gallery .popup-icon a:hover {
    color: #ffffff;
}

.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: #7D2917;
    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: #7D2917;
    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, #7D2917, #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: #7D2917;
}


/* -----------------------
    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 #7D2917;
    padding-bottom: 48px;
    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: #7D2917;
    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: #7D2917;
}

.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: #7D2917;
    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 .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: #7D2917;
    color: #fff;
    border-radius: 50%;
}

.rs-footer .copyrigh .social-links li a:hover {
    background: #fff;
    color: #7D2917;
}

.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: #7D2917;
    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: #7D2917;
    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: #7D2917;
}

.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 #7D2917;
    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 #7D2917;
    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: #7D2917;
    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: #7D2917;
}

.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 #7D2917;
    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: #7D2917;
}

.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: #7D2917;
}

.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: #7D2917;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 0 22px;
}

.shop-single-page .single-product-area .product-overview .add-cart {
    display: block;
    background: #7D2917;
    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: #7D2917;
}

.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: #7D2917;
}

.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: #7D2917;
    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: #7D2917;
}

.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: #7D2917;
}

.shipping-cart-area .next-step {
    text-align: right;
}

.shipping-cart-area .next-step a {
    padding: 10px 30px;
    border: 1px solid #7D2917;
    background: #7D2917 !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: #7D2917;
    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: #7D2917;
    border: none;
    color: #fff;
    padding: 6px 8px;
    border: 1px solid #7D2917;
    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: #7D2917;
    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: #7D2917;
    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: #7D2917;
}


/*-------------------------------------
    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 0 23px;
}

.contact-page-section .contact-address-section .contact-info .contact-pd {
    padding: 0 10px;
}

.contact-page-section .contact-address-section .contact-info i {
    color: #7D2917;
    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: #7D2917;
}

.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;
}

.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: #7D2917;
    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: #212121;
}


/* ------------------------------------
    31. ScrollUp CSS
---------------------------------------*/

#scrollUp {
    text-align: center;
    bottom: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 40px;
    z-index: 999;
}

#scrollUp i {
    background-color: #7D2917;
    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);
}


/* ------------------------------------
    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: #7D2917;
}

.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: #7D2917;
    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 .logo-area {
        height: 70px;
        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);
    }
}

/* grid layout*/
.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 10px;
  }
  .grid-item {
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 10px;
    font-size: 30px;
    text-align: center;
  }