﻿/* source-sans-pro-regular - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('..lib/fonts/source-sans-pro-v13-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url('../../fonts/source-sans-pro-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../lib/fonts/source-sans-pro-v13-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* Customize scrollbar */
@media only screen and (max-width: 760px) {
    .body {
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
    }
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #dcc17c;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #dcc17c;
    }

/* Customize placeholders */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #EEE !important;
    opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #EEE !important;
    opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #EEE !important;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
    color: #EEE !important;
    opacity: 1;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #1B1B21;
    font-family: Cinzel-Bold !important;
    text-transform: uppercase;
    font-weight: bold;
}

body {
    color: #545051;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}

@font-face {
    font-family: 'BebasNeue';
    src: url(../lib/fonts/BebasNeue.eot); /* IE9 Compat Modes */
    src: url(../lib/fonts/BebasNeue.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
    url(../lib/fonts/BebasNeue.woff) format('woff'), /* Modern Browsers */
    url(../lib/fonts/BebasNeue.ttf) format('truetype'), /* Safari, Android, iOS */
    url(../lib/fonts/BebasNeue.svg#svgFontName) format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: Cinzel-Bold;
    src: url(../lib/fonts/Cinzel-Bold.otf);
}

@font-face {
    font-family: Cinzel-Regular;
    src: url(../lib/fonts/Cinzel-Regular.otf);
}

.selector-for-some-widget {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}

/* Header bar section start */

.header-bar-section {
    background: #333333;
}

.site-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

    .site-menu ul li {
        display: inline-block;
    }

        .site-menu ul li a,
        .site-menu ul li span {
            color: #dcc17c;
            font-size: 18px;
            padding: 10px 15px;
            display: block;
            text-transform: uppercase;
            font-weight: 400;
            cursor: pointer;
        }


.is-not-touch-device .site-menu-item.active,
.is-not-touch-device .site-menu ul li a:hover,
.is-not-touch-device .site-menu ul li span:hover {
    color: #FFFAFA;
}

.mobile-menu {
    position: fixed;
    height: 100%;
    right: -100%;
    top: 0;
    height: 100%;
    background: #333333;
    width: 249px;
    z-index: 99999;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 25px;
}

.mobile-menu {
    margin-top: 83px;
    padding-top: 6px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.header-bar-menu-desktop-small .mobile-menu {
    margin-top: 57px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

@media (max-width: 991px) {
    .mobile-menu {
        margin-top: 55px;
    }

    .site-logo-mobile img {
        max-height: 19px;
    }

    .header-bar-section-mobile {
        min-height: 55px;
        max-height: 55px;
    }
}

.mobile-menu-inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .mobile-menu-inner ul li {
        display: block;
    }

        .mobile-menu-inner ul li span,
        .mobile-menu-inner ul li a {
            display: block;
            font-size: 17px;
            color: #d3b670;
            border-bottom: 1px solid #dddddd26;
            padding: 10px 0;
            cursor: pointer;
        }

            .mobile-menu-inner ul li a:hover {
                color: #FFFAFA;
            }

            .mobile-menu-inner ul li span.active,
            .is-not-touch-device .mobile-menu-inner ul li span:hover {
                /*color: #FFFAFA;*/
            }


.mobile-menu.activee {
    right: 0;
}

.offcanvas-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 99995;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

    .offcanvas-overlay.activee {
        opacity: .6;
        visibility: visible;
    }


.single-header-blk {
    position: relative;
}

.menu-ico {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 27px;
    background: transparent;
    border: none;
    color: #dcc17c;
    cursor: pointer;
    outline: none !important;
}

body.is-not-touch-device .menu-ico:hover i {
    color: #FFFAFA;
    font-weight: 400;
}

.site-menu {
    padding-right: 43px;
}

.header-top-social-icons a,
.social-media-icons a {
    width: 31px;
    height: 31px;
    background: #dcc17c;
    color: #0a0a0a;
    display: inline-block;
    text-align: center;
    line-height: 31px;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 14px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    padding: 8px;
}

    .header-top-social-icons a:hover,
    .social-media-icons a:hover {
        background: #fff;
        color: #dcc17c;
        cursor: pointer;
    }

.header-bar-section {
    padding: 15px 0;
}

.site-logo {
    padding-top: 9px;
}

    .site-logo a img {
        max-width: 84%;
        margin: 0 auto;
        display: block;
        max-height: 53px;
    }
/* Header bar section  END */
/* Hero area css start */
.hero-area {
    height: 761px;
    background-size: cover;
    background-position: center bottom;
}

.hero-left-img img {
    width: 750px;
    margin-left: -50px;
    padding-top: 74px;
    max-width: 800px;
}

.top-star-list {
    margin-bottom: 0px;
    padding-inline-start: 0px;
}


    .top-star-list li {
        list-style: none;
        color: #fff;
        display: inline-block;
    }

.hero-texts h1 {
    font-size: 50px;
    color: #333333;
}

    .hero-texts h1 span {
        display: block;
        font-size: 35px;
        font-family: 'Noto Serif', serif;
        margin-top: 10px;
        margin-bottom: 21px;
        text-transform: none;
        font-weight: normal;
    }

.hero-texts {
    font-size: 17px;
    color: #333333;
    margin-top: 121px;
}

    .hero-texts h4 {
        font-family: 'Source Sans Pro', sans-serif;
        color: #333333;
        font-size: 20px;
        font-weight: 500;
    }

        .hero-texts h4 span {
            color: #fff;
            font-size: 27px;
        }

    .hero-texts a {
        background: #fff;
        color: #dcc17c;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        display: inline-block;
        padding: 11px 34px;
        border-radius: 33px;
        -webkit-box-shadow: 0 4px 10px #0000002e;
        box-shadow: 0 4px 10px #0000002e;
        -webkit-transition: .3s;
        transition: .3s;
    }

        .hero-texts a:hover {
            background: #333333;
        }

.container {
    max-width: 1400px;
}
/* Hero area css end */
/* Information area css start */
.info-text-blk h2,
.info-text-blk .header2 {
    color: #181818;
    font-size: 40px;
    font-family: Cinzel-Regular;
    font-weight: bold;
    text-transform: uppercase;
}

    .info-text-blk h2 span,
    .info-text-blk .header2 span {
        font-size: 24px;
        display: block;
    }

.info-text-blk p {
    color: #666666;
    font-size: 18px;
    line-height: 29px;
}

.information-area {
    padding: 115px 0;
}


.information-area {
    position: relative;
}

.rt-img {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 700px;
}

.info-img img {
    max-width: 490px;
    margin-left: 50px;
    margin-top: 25px;
    -webkit-filter: drop-shadow(0 28px 40px #91919169);
    filter: drop-shadow(0 28px 40px #91919169);
}


.chapter-info-inner h4 {
    font-size: 18px;
    color: #dcc17c;
    font-family: Cinzel-Regular;
    margin: 0;
    width: 113px;
}

.chapter-info-inner h3 {
    font-size: 20px;
    color: #333;
    font-family: Cinzel-Regular;
}

.cpt-info p {
    color: #999999;
    font-size: 16px;
    line-height: 24px;
}

.chapter-info-inner td {
    padding: 0;
    border: none;
}

.cpt-info {
    padding-left: 15px;
}

.chapter-info {
    height: 600px;
    overflow: scroll;
}

.cpt-info {
    padding-left: 15px;
    padding-right: 25px;
}

.cpt-img img {
    -webkit-filter: drop-shadow(22px 1px 30px #5e5e5e96);
    filter: drop-shadow(22px 1px 30px #5e5e5e96);
}

.chapters-area {
    padding-bottom: 115px;
}

    .chapters-area .info-text-blk {
        margin-top: 33px;
    }

.chapters-area {
    position: relative;
}

.lft-sp {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 400px;
}

.author-area .info-text-blk {
    padding-right: 50px;
}

.services-texts h4 {
    font-size: 22px;
    color: #181818;
    font-family: Cinzel-Regular;
    font-weight: bold;
}

.services-texts {
    font-size: 18px;
    color: #666;
    min-height: 131px;
}

.single-services-info {
    text-align: center;
    background: #fff;
    padding: 25px;
    -webkit-box-shadow: 0 0 20px #97979769;
    box-shadow: 0 0 20px #97979769;
    border-radius: 30px;
    width: 90%;
    margin: 0 auto;
    -webkit-transition: .3s;
    transition: .3s;
}

    .single-services-info:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

.service-ico {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .service-ico img {
        max-width: 86px;
    }

.single-services-info.frst {
    margin-left: 0;
}

.single-services-info.lst-blk {
    margin-right: 0;
}

.blog-area {
    position: relative;
}

    .blog-area:after {
        position: absolute;
        left: 0;
        top: -100px;
        width: 100%;
        height: 100px;
        background: #f8f2eb;
        content: "";
        z-index: -1;
    }

.owl-prev .fa-angle-left {
    color: white;
    margin-left: -4px;
}

.owl-next .fa-angle-right {
    color: white;
    margin-right: -4px;
}

.owl-dot, .owl-dot:focus, .owl-dot span {
    outline: none !important;
}

.reviews-area .owl-dots button span {
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    scroll-behavior:;
    display: inline-block;
    border-radius: 50%;
    margin: 0 3px;
    -webkit-transition: .3s;
    transition: .3s;
}

.reviews-area .owl-dots button.active span {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    background: #fff;
}

.reviews-area .owl-dots {
    width: 100%;
    text-align: center;
    margin-top: 0;
    position: absolute;
    bottom: 10px;
}

.all-reviews-items {
    height: 500px;
}

.reviews-area .info-text-blk h2,
.reviews-area .info-text-blk .header2 {
    color: #fff;
}

.reviews-area .info-text-blk p {
    color: #fff;
}

.author-area {
    position: relative;
    padding-bottom: 45px;
}

    .author-area::after {
        position: absolute;
        left: 0;
        bottom: -230px;
        width: 100%;
        height: 500px;
        background-image: url(../../img/wave-bg.png);
        content: "";
        z-index: -1;
        background-size: cover;
        background-position: center center;
    }

.lgt-sp-blk {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 92px;
}

.author-area.inner-abt::after {
    display: none;
}

.author-area.inner-abt:after {
    display: none;
}


.author-area.inner-abt .owl-nav button {
    position: absolute;
    text-align:;
    top: 50%;
    left: -50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(215,187,118,1)),to(rgba(185,155,79,1))) !important;
    background: linear-gradient(to bottom, rgba(215,187,118,1) 0%,rgba(185,155,79,1) 100%) !important;
    color: #333333 !important;
    border-radius: 50%;
    font-size: 30px !important;
    line-height: 50px !important;
    -webkit-box-shadow: 0 0 20px #97979769;
    box-shadow: 0 0 20px #97979769;
    font-weight: bold;
    outline: none;
}

.author-area.inner-abt .owl-nav .owl-next {
    left: auto;
    right: -50px;
}

.author-area.inner-abt .owl-dots button span {
    width: 13px;
    height: 13px;
    border: 2px solid #dcc17c;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: .3s;
    transition: .3s;
}

.author-area.inner-abt .owl-dots {
    text-align: center;
    margin-top: 25px;
}

    .author-area.inner-abt .owl-dots button span {
        width: 13px;
        height: 13px;
        border: 2px solid #dcc17c;
        display: inline-block;
        border-radius: 50%;
        margin: 0 5px;
        -webkit-transition: .3s;
        transition: .3s;
    }

    .author-area.inner-abt .owl-dots button.active span {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        background: #dcc17c;
    }

.all-auth-slider-blk {
    padding: 0 60px;
}

.author-area.inner-abt {
    /*padding-bottom: 180px;*/
    padding-top: 60px;
}
/* Information area css end */
/* Reviews css start */
.reviews-area {
    height: 1050px;
    background-size: 100% 100%;
    background-position: center center;
}

    .reviews-area .owl-item.active.center .single-reviws-item p {
        font-size: 12px;
    }

    .reviews-area .owl-item.active.center .single-reviws-item .rev-auth img {
        width: 70px;
    }

    .reviews-area .owl-item.active.center .single-reviws-item h4 {
        font-size: 15px;
    }

    .reviews-area .owl-item.active.center .single-reviws-item .review-rating ul li {
        font-size: 12px;
    }

    .reviews-area .info-text-blk {
        margin-bottom: 50px;
        text-align: center;
    }

.reviews-area {
    padding: 50px 0;
    padding-top: 181px;
}

.blog-area .owl-nav button:focus {
    outline: none;
}

.rev-auth img {
    max-width: 95px;
    border: 1px solid #dcc17c;
    padding: 5px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 11px;
}

.single-reviws-item {
    text-align: center;
}

.review-rating ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .review-rating ul li {
        display: inline-block;
        color: #dcc17c;
    }

.review-rating h4 {
    color: #181818;
    font-size: 23px;
    font-family: Cinzel-Regular;
}



.reviews-area .owl-item.active.center {
    -webkit-transition: .3s;
    transition: .3s;
}

.reviews-area .owl-item.active.center {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 9;
    position: relative;
}

.single-reviws-item {
    -webkit-transition: .3s;
    transition: .3s;
    background: #fff;
    padding: 23px;
    border-radius: 40px;
    opacity: .5;
    margin-top: 50px;
    margin-bottom: 50px;
}

.reviews-area .owl-item.active.center .single-reviws-item {
    opacity: 1;
    margin-top: 82px;
}
/* Reviews css end */
/* Blog area css start */
.blog-area {
    background: #f8f2eb;
    padding: 80px 0;
    padding-bottom: 15px;
}

    .blog-area .info-text-blk {
        text-align: center;
        margin-bottom: 33px;
    }

.blg-img {
}

.blog-texts {
    background: #fff;
    padding: 25px;
    font-size: 17px;
    color: #666;
    text-align: center;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

    .blog-texts h3 {
        font-size: 24px;
        color: #181818;
        font-family: Cinzel-Regular;
    }

.blg-img {
    height: 290px;
}

    .blg-img img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

.single-blog-slider {
    -webkit-box-shadow: 0 0 20px #97979769;
    box-shadow: 0 0 20px #97979769;
    border-radius: 30px;
    margin: 30px;
}

.blog-area .owl-nav button {
    position: absolute;
    text-align:;
    top: 50%;
    left: -50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(215,187,118,1)),to(rgba(185,155,79,1))) !important;
    background: linear-gradient(to bottom, rgba(215,187,118,1) 0%,rgba(185,155,79,1) 100%) !important;
    color: #333333 !important;
    border-radius: 50%;
    font-size: 30px !important;
    line-height: 50px !important;
    -webkit-box-shadow: 0 0 20px #97979769;
    box-shadow: 0 0 20px #97979769;
    font-weight: bold;
}

.blog-area .owl-nav .owl-next {
    left: auto;
    right: -50px;
}



.blog-area .owl-dots button span {
    width: 13px;
    height: 13px;
    border: 2px solid #dcc17c;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: .3s;
    transition: .3s;
}

.blog-area .owl-dots {
    text-align: center;
    margin-top: 25px;
}

    .blog-area .owl-dots button.active span {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        background: #dcc17c;
    }
/* Blog area css end */
/* Footer top area css start */
.footer-top-area {
    padding: 100px 0;
    background-size: 101% 100%;
    background-position: center;
    position: relative;
    padding-top: 135px;
}

    .footer-top-area::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 106px;
        background: transparent;
        content: "";
        z-index: -1;
    }

.subs-texts h2 {
    margin: 0;
    font-family: Cinzel-Regular;
    font-size: 40px;
    color: #fff;
}

.subs-box input {
    font-size: 20px;
    padding: 12px 13px;
    border: none;
    background: #d3bc81;
    color: #fff;
    width: 100%;
    border-radius: 38px;
    padding-left: 20px;
}

.subs-box {
    width: 400px;
    position: relative;
}

    .subs-box button {
        position: absolute;
        right: 16px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: transparent;
        border: none;
        color: #fff;
        font-size: 23px;
        cursor: pointer;
    }
/* Footer top area css end */
/* Footer css start */
.footer-area {
    background: #333333;
    padding-top: 160px;
    padding-bottom: 40px;
    margin-top: -90px;
}

.widget-title {
    color: #fff;
    font-size: 22px;
    font-family: Cinzel-Regular;
}

.widget-des ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .widget-des ul li a {
        color: #fff;
        font-size: 16px;
        margin:;
        margin-bottom: 8px;
        text-decoration: none;
    }

    .widget-des ul li {
        margin-bottom: 13px;
    }

.widget-title {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single-footer-widget.frst-item .widget-title {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.single-footer-widget.lst-item h3.widget-title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.widget-title-sidemenus {
    margin-top: 72px;
}



.widget-title-logotype a img {
    max-width: 290px;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

@media (max-width: 375px) {
    .widget-title-logotype a img {
        max-width: 230px;
    }
}

.widget-des p {
    color: #fff;
    text-align: center;
    line-height: 25px;
}

.footer-sc-icons a {
    width: 35px;
    height: 35px;
    color: #dcc17c;
    border: 1px solid;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: .3s;
    transition: .3s;
    padding-top: 9px;
}

    .footer-sc-icons a:hover {
        background: #dcc17c;
        color: #333;
        border-color: #dcc17c;
    }

.footer-sc-icons {
    text-align: center;
}

.single-footer-widget {
    max-width: 80%;
    margin: 0 auto;
}

    .single-footer-widget.frst-item {
        max-width: 170px;
        text-align: right;
        margin-left: 80px;
    }

    .single-footer-widget.lst-item {
        max-width: 170px;
        margin-right: 80px;
    }

        .single-footer-widget.lst-item h3.widget-title {
        }

    .single-footer-widget.frst-item .widget-title {
    }

.footer-cp-text {
    text-align: center;
    color: #999999;
    font-size: 16px;
    border-top: 1px solid #4e4e4e;
    margin-top: 50px;
    padding-top: 40px;
}

    .footer-cp-text p {
        margin: 0;
    }

        .footer-cp-text p a {
            font-family: Cinzel-Regular;
            color: #dcc17c;
            text-decoration: none;
        }

.widget-des ul li a:hover {
    color: #dcc17c;
}

.subs-box input:focus {
    outline: none;
}

.subs-box button:focus {
    outline: none;
}

.subs-box input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
    opacity: 1; /* Firefox */
}



.subs-box input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
    opacity: 1; /* Firefox */
}



.subs-box input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
    opacity: 1; /* Firefox */
}

.subs-box input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff !important;
}

.subs-box input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff !important;
}



/* Footer css end */




/* Blog area css end */




/*font-family: 'Noto Serif', serif;*/








#header-bar-section-wrapper {
    background-color: #d5b872;
}

#header-bar-section-wrapper {
    height: 83px;
}

@media (max-width: 991px) {
    #header-bar-section-wrapper {
        height: 54px;
    }
}

.header-bar-section {
    z-index: 99999;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.body-overlay .header-bar-section {
    z-index: 99990;
}

#header-bar-section-desktop {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    padding-right: 10rem !important;
    padding-left: 10rem !important;
}

.header-bar-section-desktop-small {
    padding: 5px 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    opacity: 0.97;
}

#site-logo-desktop-small {
    display: none;
}

.header-bar-section-desktop-small #site-logo-desktop-small {
    padding-top: 7px;
}


@media (max-width: 767px) {
    /*Strange bug with aos which makes the mobile screen wider*/
    [data-aos=fade-left] {
        transform: none !important;
    }
}

.is-touch-device .body-content {
    padding-top: 0px;
}

.is-not-touch-device .body-content {
    padding-top: 0px;
}

#modal {
    top: 65px;
}

    #modal .modal-content {
        width: 380px;
    }

@media (max-width: 400px) {
    #modal .modal-content {
        width: 305px;
    }
}

.site-logo {
    padding-top: 0px;
}

.header-top-social-icons a {
    border-color: #0a0a0a;
    border: 1px solid;
}

    .header-top-social-icons a:hover {
        background-color: #dcc17c;
        color: #0a0a0a;
        border-color: #dcc17c;
    }

.social-media-icons a {
    border-color: white !important;
    border: 1px solid;
}

    .social-media-icons a:hover {
        background-color: #dcc17c;
        color: #0a0a0a;
        border-color: #dcc17c !important;
    }

.footer-sc-icons a {
    background-color: #dcc17c;
    color: #0a0a0a;
}

.primary-button,
a.primary-button,
button.primary-button,
button.primary-button,
input.primary-button {
    color: #FFFAFA;
    background: #333333;
    border: 1px solid;
    border-color: #c2a04e;
    border-radius: 33px;
    box-shadow: 0 4px 10px #0000002e;
    transition: .3s;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 11px 34px;
    font-size: 15px;
    text-decoration: none;
}

    .primary-button:hover,
    a.primary-button:hover,
    button.primary-button:hover,
    input.primary-button:hover {
        color: #FFF !important;
        background: #333333 !important;
        border-color: #333333 !important;
        text-decoration: none !important;
    }

    .primary-button:focus,
    a.primary-button:focus,
    button.primary-button:focus,
    input.primary-button:focus {
        outline: none;
    }

.secondary-button,
a.secondary-button,
button.secondary-button,
input.secondary-button {
    background: #c8ad68;
    color: #FFFAFA;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 11px 34px;
    border-radius: 33px;
    -webkit-box-shadow: 0 4px 10px #0000002e;
    box-shadow: 0 4px 10px #0000002e;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid;
    border-color: #d5d6d6;
    padding: 11px 34px;
    font-size: 18px;
}

    .secondary-button:hover,
    a.secondary-button:hover,
    button.secondary-button:hover,
    input.secondary-button:hover {
        color: #fff !important;
        border-color: #c8ad68 !important;
        text-decoration: none !important;
    }

    .secondary-button:focus,
    a.secondary-button:focus,
    button.secondary-button:focus,
    input.secondary-button:focus {
        outline: none;
    }

@media (max-width: 991px) and (min-width: 768px) {
    .primary-button,
    a.primary-button,
    button.primary-button,
    a.secondary-button,
    .secondary-button,
    button.secondary-button,
    input.primary-button,
    input.secondary-button {
        font-size: 15px;
        padding: 9px 29px;
    }
}


.chapter-info {
    overflow-x: hidden;
}

    .chapter-info::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 6px;
        background-color: #F5F5F5;
    }

    .chapter-info::-webkit-scrollbar {
        width: 9px;
        background-color: #F5F5F5;
    }

    .chapter-info::-webkit-scrollbar-thumb {
        border-radius: 6px;
        background-color: #dcc17c;
    }

.chapter-info-inner h4 {
    font-weight: bold;
    margin-top: 2px;
}

.sub-page-header-area {
    background-color: #d5b872;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    text-align: center;
    margin-bottom: 5px;
}

    .sub-page-header-area h1 {
        margin-top: 14px;
        margin-bottom: 14px;
        color: #333333;
        font-size: 28px;
    }

@media (max-width: 400px) {
    .sub-page-header-area h1 {
        font-size: 23px;
    }
}


.checkout-form {
    margin-top: 30px;
}

    .checkout-form table td {
        vertical-align: top;
        text-align: left;
    }

#checkout-form-table {
    margin: auto;
    width: 50% !important;
    text-align: left;
}


.checkout-product-image {
    vertical-align: top;
    width: 260px;
}

@media only screen and (max-width: 1200px) {
    #checkout-form-table {
        width: 100% !important;
    }

    .checkout-product-image {
        display: none;
        width: 0px;
    }

        .checkout-product-image img {
            display: none;
        }
}

/*=================*/

body.is-touch-device .btn-primary:hover,
.btn-primary, .btn-primary-no-hover {
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: #fff !important;
}

.text-primary {
    color: #333333 !important;
}

.pagination-btn {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}

    .pagination-btn.active {
        color: white;
        background-color: #333333;
        border-color: #333333;
    }

th {
    background-color: #f6e59f !important;
}

.table-striped > tbody > tr:nth-of-type(even) > * {
    background-color: #f6e59f !important;
}

.gridtable tr.row-selected > td {
    color: White;
    background-color: black !important;
}

table tr {
    border: 1px solid #dcc17c !important;
}

.modal-content .modal-header {
    background-color: #f6e59f;
}

.modal-content h5 {
    color: black;
}

.headerFormControl, .dpHeaderFormControl {
    display: unset !important;
    width: 75% !important;
}

.litHeaderFormControl {
    display: unset !important;
    width: 65% !important;
}

.form-select.headerFormControl, .form-select.dpHeaderFormControl {
    display: unset !important;
    width: 70% !important;
}

.form-select.litHeaderFormControl {
    display: unset !important;
    width: 60% !important;
}

@media only screen and (max-width: 1024px) {
    .headerFormControl, .dpHeaderFormControl {
        display: unset !important;
        width: 65% !important;
    }

    .litHeaderFormControl {
        display: unset !important;
        width: 55% !important;
    }
}

@media only screen and (max-width: 820px) {
    .headerFormControl, .dpHeaderFormControl {
        display: unset !important;
        width: 58% !important;
    }

    .litHeaderFormControl {
        display: unset !important;
        width: 48% !important;
    }
}

@media only screen and (min-width: 1024px) {
    th {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 84px !important;
        z-index: 9999 !important;
    }
}
