/*@import url(css/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);*/
/*@import url(css/font-awesome.min.css);*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('font-awesome.min.css');
@import url('owl.carousel.min.css');


* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #191919;
    line-height: 1.3;
    font-weight: 500;
}

p {
    color: #595959;
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
}

a,
a:hover,
a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #191919;
    font-size: 14px;
}

ul,
ol {
    margin: 0;
}

    ul li,
    ol li {
        list-style: none;
    }

img {
    height: auto;
    max-width: 100%;
}

/* :: 3.1.0 Spacing */
.mt-15 {
    margin-top: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

/* :: 3.2.0 Height */
.height-400 {
    height: 400px;
}

.height-500 {
    height: 500px;
}

.height-600 {
    height: 600px;
}

.height-700 {
    height: 700px;
}

.height-800 {
    height: 800px;
}

/* :: 3.3.0 Section Padding */
.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section-padding-70-100 {
    padding-top: 70px;
    padding-bottom: 100px;
}

/* :: 3.4.0 Section Heading */
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

    .section-heading h2 {
        font-size: 36px;
        font-weight: 400;
        margin-bottom: 0;
    }

@media only screen and (max-width: 767px) {
    .section-heading h2 {
        font-size: 24px;
    }
}

.section-heading p {
    font-size: 18px;
    font-weight: 500;
    color: #595959;
    margin-bottom: 0;
}

/* :: 3.5.0 Preloader */
.preloader {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    overflow: hidden;
}

    .preloader .circle-preloader .dot {
        background: #d1a411;
    }

        .preloader .circle-preloader .dot,
        .preloader .circle-preloader .dot:after {
            display: inline-block;
            width: 2em;
            height: 2em;
            border-radius: 50%;
            animation: a 1.5s calc(((var(--i) + var(--o, 0))/var(--n) - 1)*1.5s) infinite;
        }

            .preloader .circle-preloader .dot:after {
                --o: 1;
                background: #ffffff;
                content: "";
            }

@-webkit-keyframes a {

    0%, 50% {
        transform: scale(0);
    }
}

@keyframes a {

    0%, 50% {
        transform: scale(0);
    }
}

@-webkit-keyframes line {
    0% {
        left: -80px;
    }

    100% {
        left: 160px;
    }
}

@keyframes line {
    0% {
        left: -80px;
    }

    100% {
        left: 160px;
    }
}

/* :: 3.6.0 Miscellaneous */
.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-dark {
    background-color: #000000 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}

    .bg-overlay::after {
        background-color: rgba(21, 4, 48, 0.89);
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
    }

.bg-fixed {
    background-attachment: fixed !important;
}

/* :: 3.7.0 ScrollUp */
#scrollUp {
    background-color: #d1a411;
    border-radius: 0;
    bottom: 0;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    right: 50px;
    text-align: center;
    width: 40px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

    #scrollUp:hover {
        background-color: #191919;
    }

/* :: 3.8.0 nikki Button */
.nikki-btn {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 180px;
    height: 50px;
    color: #191919;
    background-color: #ffffff;
    border: 1px solid #191919;
    border-radius: 2px;
    padding: 0 30px;
    font-size: 14px;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: 400;
}

    .nikki-btn.active,
    .nikki-btn:hover,
    .nikki-btn:focus {
        font-size: 14px;
        color: #ffffff;
        font-weight: 400;
        background-color: #d1bb95;
        border-color: #d1bb95;
    }

    .nikki-btn.btn-sm {
        min-width: 80px;
        height: 30px;
        line-height: 28px;
    }

/* :: 4.0 Header Area CSS */
.header-area {
    position: relative;
    width: 100%;
    z-index: 100;
    background-color: #ffffff;
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.15);
    height: 100px;
}

    .header-area .search-form form {
        position: relative;
        z-index: 2;
        border-right: 1px solid #ebebeb;
        margin: 0 30px 0 100px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .search-form form {
        margin: 0 20px 0 50px;
    }

    .header-area {
        height: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .search-form form {
        margin: 15px;
        border-right: none;
    }

    .header-area {
        height: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .search-form form {
        margin: 15px;
        border-right: none;
    }

    .header-area {
        height: 60px;
    }
}

.header-area .search-form form input.form-control {
    width: 200px;
    height: 40px;
    border: none;
    background-color: #ffffff;
    font-size: 14px;
    font-style: italic;
    color: #a6a6a6;
    padding: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .header-area .search-form form input.form-control::placeholder {
        color: #a6a6a6;
    }

    .header-area .search-form form input.form-control:focus {
        box-shadow: none;
    }

.header-area .search-form form button {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 25px;
    top: 0;
    z-index: 10;
    border: none;
    background-color: #ffffff;
}

    .header-area .search-form form button:hover {
        color: #d1bb95;
        cursor: pointer;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .search-form form button {
        right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .top-social-info {
        margin: 15px 5px 0;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .top-social-info {
        margin: 15px 5px 0;
    }
}

.header-area .top-social-info a {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
}

    .header-area .top-social-info a:hover {
        color: #d1bb95;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .top-social-info a {
        padding: 0 5px;
    }
}



.header-area .nikki-main-menu {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

    .header-area .nikki-main-menu .classy-navbar {
        padding: 0 2%;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        height: 60px;
    }

        .header-area .nikki-main-menu .classy-navbar .nav-brand {
            max-width: 70px;
        }

    .header-area .nikki-main-menu .classynav ul li a {
        padding: 0 15px;
        font-weight: 500;
        letter-spacing: 0px;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
    }

        .header-area .nikki-main-menu .classynav ul li a:hover,
        .header-area .nikki-main-menu .classynav ul li a:focus,
        .header-area .nikki-main-menu .classynav ul li a:hover:after {
            background: #074a1f;
            color: #ffffff;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .nikki-main-menu .classynav ul li a {
        padding: 0 5px;
        font-size: 12px;
    }
}

.header-area .nikki-main-menu .classynav ul li ul li a {
    padding: 0 0px;
    letter-spacing: 0;
}

    .header-area .nikki-main-menu .classynav ul li ul li a:before {
        font-family: 'FontAwesome';
        content: "\f0da";
        font-size: 12px;
        color: #F44336;
        padding-left: 5px;
        padding-right: 5px;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }

.header-area .breakpoint-on .classynav {
    padding-top: 60px;
}

.header-area .is-sticky .nikki-main-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2);
}

/* :: 5.0 Hero Slides Area */
.hero-area,
.hero-post-slides {
    position: relative;
    z-index: 1;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .hero-area,
    .hero-post-slides {
        height: 600px;
    }
}

@media only screen and (max-width: 767px) {

    .hero-area,
    .hero-post-slides {
        height: 900px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    .hero-area,
    .hero-post-slides {
        height: 750px;
    }
}

.hero-area .owl-nav,
.hero-post-slides .owl-nav {
    position: absolute;
    width: auto;
    height: auto;
    bottom: 0;
    z-index: 10;
    left: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-content-area h2 {
    color: #29261b;
    font-weight: bold;
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .hero-area .owl-nav,
    .hero-post-slides .owl-nav {
        left: 55%;
    }

    .blog-content-area h2 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .hero-area .owl-nav,
    .hero-post-slides .owl-nav {
        left: 45%;
    }

    .blog-content-area h2 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {

    .hero-area .owl-nav,
    .hero-post-slides .owl-nav {
        left: 5%;
    }

    .blog-content-area h2 {
        margin-bottom: 10px;
    }
}

.hero-area .owl-nav .owl-prev,
.hero-area .owl-nav .owl-next,
.hero-post-slides .owl-nav .owl-prev,
.hero-post-slides .owl-nav .owl-next {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background-color: #d1a411;
    line-height: 48px;
    text-align: center;
    font-size: 30px;
}

    .hero-area .owl-nav .owl-prev:hover,
    .hero-area .owl-nav .owl-prev:focus,
    .hero-area .owl-nav .owl-next:hover,
    .hero-area .owl-nav .owl-next:focus,
    .hero-post-slides .owl-nav .owl-prev:hover,
    .hero-post-slides .owl-nav .owl-prev:focus,
    .hero-post-slides .owl-nav .owl-next:hover,
    .hero-post-slides .owl-nav .owl-next:focus {
        background-color: #d1bb95;
    }

@media only screen and (max-width: 767px) {

    .hero-area .owl-nav .owl-prev,
    .hero-area .owl-nav .owl-next,
    .hero-post-slides .owl-nav .owl-prev,
    .hero-post-slides .owl-nav .owl-next {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        max-width: 40px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.single-hero-post {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 700px;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-post {
        height: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-post {
        height: 900px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-hero-post {
        height: 750px;
    }
}

.single-hero-post .slide-post-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    width: 60%;
    height: 700px;
    -webkit-animation: slide 20s linear infinite;
    animation: slide 20s linear infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-post .slide-post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-post .slide-post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        width: 40%;
        height: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-post .slide-post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 250px !important;
    }
}

.single-hero-post .slide-post-content {
    position: relative;
    z-index: 10;
    background-color: #040303;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%;
    padding: 30px 5%;
    height: 700px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-post .slide-post-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-post .slide-post-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        width: 60%;
        height: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-post .slide-post-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 650px !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-hero-post .slide-post-content {
        height: 500px !important;
    }
}

.single-hero-post .slide-post-content .post-date {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #d1bb95;
}

.single-hero-post .slide-post-content .post-title h2 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 52px;
    font-weight: 300;
    line-height: 1.15;
    margin-bottom: 5px;
    color: #d1a411;
}

.single-hero-post .slide-post-content .title-updates {
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 8rem;
}

.single-hero-post .slide-post-content .post-title h6 {
    color: #ffffff;
}

.single-hero-post .slide-post-content p {
    color: #ffffff;
    line-height: 1.2rem;
}

.single-hero-post .slide-post-content .link-post {
    color: #d1a411;
}

.single-hero-post .slide-post-content .separator {
    color: #c5c5c5;
    margin-left: 3px;
    margin-right: 3px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-post .slide-post-content .post-title h2 {
        font-size: 30px;
    }

    .single-hero-post .slide-post-content .title-updates {
        color: #ffffff;
        margin-bottom: 20px;
        margin-top: 5rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-post .slide-post-content .post-title h2 {
        font-size: 30px;
    }

    .single-hero-post .slide-post-content .title-updates {
        color: #ffffff;
        margin-bottom: 20px;
        margin-top: 5rem;
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-post .slide-post-content .post-title h2 {
        font-size: 30px;
    }

    .single-hero-post .slide-post-content .title-updates {
        color: #ffffff;
        margin-bottom: 20px;
        margin-top: 5rem;
    }
}

.single-hero-post .slide-post-content .post-excerpt {
    margin-bottom: 2px;
}

@media only screen and (max-width: 767px) {
    .single-hero-post .slide-post-content .post-excerpt {
        margin-bottom: 3px;
    }
}

.single-hero-post .slide-post-content .page-count {
    position: absolute;
    z-index: 30;
    bottom: 0;
    right: 10%;
    font-size: 30px;
    font-weight: 400;
    font-size: 30px;
}

    .single-hero-post .slide-post-content .page-count span {
        font-size: 16px;
        color: #a6a6a6;
    }

@-webkit-keyframes slide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes slide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* :: 6.0 About Us Area CSS */
.about-content {
    position: relative;
    z-index: 1;
    padding: 100px;
    background-color: #ffffff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid #f2f4f5;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-content {
        padding: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content {
        padding: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .about-content {
        padding: 50px 30px;
    }
}

.about-content img {
    margin-bottom: 30px;
}

.about-content ul {
    position: relative;
    z-index: 1;
}

    .about-content ul li {
        font-size: 16px;
        color: #595959;
        margin-bottom: 15px;
        display: block;
    }

        .about-content ul li i {
            position: relative;
            z-index: 1;
            top: -1px;
            font-size: 14px;
            color: #d1bb95;
            margin-right: 5px;
        }

.about-content .about-text {
    padding: 0 10%;
}

/* :: 7.0 Featured Post Sildes CSS */
.featured-post-area {
    position: relative;
    z-index: 2;
}

    .featured-post-area .featured-post-content {
        position: relative;
        z-index: 1;
        border-bottom: 1px solid #ebebeb;
    }

        .featured-post-area .featured-post-content .post-date {
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #d1bb95;
        }

        .featured-post-area .featured-post-content .post-title h2 {
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            font-size: 45px;
            font-weight: 300;
            line-height: 1.1;
            margin-bottom: 20px;
        }

            .featured-post-area .featured-post-content .post-title h2:hover {
                color: #d1bb95;
            }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .featured-post-area .featured-post-content .post-title h2 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .featured-post-area .featured-post-content .post-title h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .featured-post-area .featured-post-content .post-title h2 {
        font-size: 30px;
    }
}

.featured-post-area .featured-post-content .post-excerpt {
    margin-bottom: 30px;
}

.featured-post-area .post-meta {
    position: relative;
    z-index: 1;
    margin-top: 15px;
}

    .featured-post-area .post-meta .author-comments a {
        font-size: 14px;
        font-style: italic;
        display: inline-block;
        font-weight: 400;
    }

        .featured-post-area .post-meta .author-comments a span {
            color: #a6a6a6;
        }

        .featured-post-area .post-meta .author-comments a:first-child {
            margin-right: 40px;
        }

@media only screen and (max-width: 767px) {
    .featured-post-area .post-meta .author-comments a:first-child {
        margin-right: 20px;
    }
}

.featured-post-area .post-meta .author-comments a:hover,
.featured-post-area .post-meta .author-comments a:focus {
    color: #d1bb95;
}

.featured-post-area .post-meta .social-info a {
    display: inline-block;
    font-size: 14px;
    padding: 0 15px;
}

    .featured-post-area .post-meta .social-info a:hover,
    .featured-post-area .post-meta .social-info a:focus {
        color: #d1bb95;
    }

@media only screen and (max-width: 767px) {
    .featured-post-area .post-meta .social-info a {
        padding: 0 5px;
    }
}

.post-sidebar-area {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-sidebar-area {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .post-sidebar-area {
        margin-top: 50px;
    }
}

/* :: 8.0 Instagram Area CSS */
.single-instagram {
    position: relative;
    z-index: 2;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    width: 12.5%;
}

@media only screen and (max-width: 767px) {
    .single-instagram {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%;
    }
}

.single-instagram::after {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.9);
    content: '';
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.single-instagram img {
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
}

.single-instagram a {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 30;
    width: 100%;
    top: 50%;
    left: 0;
    font-size: 24px;
    color: #191919;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
}

    .single-instagram a:hover {
        color: #d1bb95;
    }

    .single-instagram a i {
        margin-right: 5px;
    }

.single-instagram:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.single-instagram:hover::after,
.single-instagram:hover a {
    opacity: 1;
    visibility: visible;
}

/* :: 9.0 Footer Area CSS */
.footer-area {
    position: relative;
    z-index: 1;
    background-color: #101010;
}

    .footer-area .footer-social-info {
        position: relative;
        z-index: 1;
        padding: 30px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

        .footer-area .footer-social-info a {
            display: inline-block;
            text-transform: uppercase;
            font-weight: 400;
            letter-spacing: 1px;
            color: #a6a6a6;
        }

            .footer-area .footer-social-info a span {
                margin-left: 10px;
            }

@media only screen and (max-width: 767px) {
    .footer-area .footer-social-info a span {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-social-info a span {
        display: none;
    }
}

.footer-area .footer-social-info a:hover,
.footer-area .footer-social-info a:focus {
    color: #ffffff;
}

.footer-area .copywrite-text {
    position: relative;
    z-index: 1;
    padding: 15px 0;
    text-align: center;
}

    .footer-area .copywrite-text p {
        font-size: 14px;
        color: #595959;
        margin-bottom: 0;
    }

@media only screen and (max-width: 767px) {
    .footer-area .copywrite-text p {
        font-size: 12px;
    }
}

.footer-area .copywrite-text p a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}

    .footer-area .copywrite-text p a:hover,
    .footer-area .copywrite-text p a:focus {
        color: #d1bb95;
    }

@media only screen and (max-width: 767px) {
    .footer-area .copywrite-text p a {
        font-size: 12px;
    }
}

/* :: 10.0 Breadcumb Area CSS */
.breadcrumb-area {
    position: relative;
    z-index: 10;
    width: 100%;
    padding-bottom: 60px;
}

    .breadcrumb-area .breadcrumb {
        margin: 0;
        padding: 0;
        padding-top: 30px;
        background-color: transparent;
    }

        .breadcrumb-area .breadcrumb .breadcrumb-item {
            font-size: 16px;
            color: #a6a6a6;
        }

            .breadcrumb-area .breadcrumb .breadcrumb-item a {
                font-size: 16px;
                color: #191919;
            }

                .breadcrumb-area .breadcrumb .breadcrumb-item a i {
                    color: #d1bb95;
                }

                .breadcrumb-area .breadcrumb .breadcrumb-item a:hover,
                .breadcrumb-area .breadcrumb .breadcrumb-item a:focus {
                    color: #d1bb95;
                }

            .breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
                color: #191919;
                content: "\f105";
                font-family: 'FontAwesome';
            }

/* :: 11.0 Blog Area CSS */
.single-blog-post {
    position: relative;
    z-index: 1;
}

    .single-blog-post .post-thumbnail {
        position: relative;
        z-index: 1;
        margin-bottom: 20px;
    }

    .single-blog-post .post-content .post-date {
        font-weight: 500;
        font-size: 13px;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #d1bb95;
        margin-bottom: 0;
    }

    .single-blog-post .post-content .post-title h4 {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        line-height: 1.5;
        margin-bottom: 15px;
        font-weight: 500;
    }

        .single-blog-post .post-content .post-title h4:hover {
            color: #d1bb95;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-post .post-content .post-title h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .single-blog-post .post-content .post-title h4 {
        font-size: 20px;
    }
}

.single-blog-post .post-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

    .single-blog-post .post-content .post-meta a {
        display: inline-block;
        font-size: 14px;
        color: #191919;
        margin-right: 15px;
    }

        .single-blog-post .post-content .post-meta a:first-child {
            font-style: italic;
        }

        .single-blog-post .post-content .post-meta a span,
        .single-blog-post .post-content .post-meta a i {
            color: #a6a6a6;
            margin-left: 3px;
        }

        .single-blog-post .post-content .post-meta a:hover {
            color: #d1bb95;
        }

.single-blog-post .post-content .post-excerpt {
    font-size: 16px;
    color: #595959;
    margin-bottom: 0;
}

.single-blog-post .post-content .read-more-btn {
    display: block;
    margin-top: 20px;
    color: #a6a6a6;
    font-size: 13px;
    margin-bottom: 0;
    text-transform: uppercase;
}

    .single-blog-post .post-content .read-more-btn i {
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
        color: #d1bb95;
    }

    .single-blog-post .post-content .read-more-btn:hover,
    .single-blog-post .post-content .read-more-btn:focus {
        color: #d1bb95;
    }

        .single-blog-post .post-content .read-more-btn:hover i,
        .single-blog-post .post-content .read-more-btn:focus i {
            margin-left: 5px;
        }

/* :: 12.0 Comment Area */
.comment_area {
    position: relative;
    z-index: 1;
    padding: 50px 0;
    border-top: 1px solid #ebebeb;
}

    .comment_area .headline {
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    .comment_area .single_comment_area {
        position: relative;
        z-index: 1;
    }

        .comment_area .single_comment_area::after {
            position: absolute;
            width: 1px;
            height: 90%;
            background-color: #ebebeb;
            left: 100px;
            top: 0;
            z-index: 2;
            content: '';
        }

@media only screen and (max-width: 767px) {
    .comment_area .single_comment_area::after {
        display: none;
    }
}

.comment_area .single_comment_area .comment-wrapper {
    margin-bottom: 30px;
}

    .comment_area .single_comment_area .comment-wrapper .comment-author {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        max-width: 70px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        margin-right: 60px;
    }

@media only screen and (max-width: 767px) {
    .comment_area .single_comment_area .comment-wrapper .comment-author {
        margin-right: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        max-width: 40px;
        width: 40px;
        height: 40px;
    }
}

.comment_area .single_comment_area .comment-wrapper .comment-author img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.comment_area .single_comment_area .comment-wrapper .comment-content {
    -webkit-box-flex: 0;
    -ms-flex: 1;
    flex: 1;
}

    .comment_area .single_comment_area .comment-wrapper .comment-content .comment-date {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #d1bb95;
    }

    .comment_area .single_comment_area .comment-wrapper .comment-content h5 {
        font-size: 18px;
        margin: 5px 0;
    }

@media only screen and (max-width: 767px) {
    .comment_area .single_comment_area .comment-wrapper .comment-content h5 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .comment_area .single_comment_area .comment-wrapper .comment-content p {
        font-size: 14px;
        line-height: 1.5;
    }
}

.comment_area .single_comment_area .comment-wrapper .comment-content a {
    min-width: 80px;
    height: 30px;
    border: 1px solid #ebebeb;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    color: #191919;
    display: inline-block;
}

    .comment_area .single_comment_area .comment-wrapper .comment-content a:hover {
        border-color: #191919;
        color: #ffffff;
        background-color: #191919;
    }

@media only screen and (max-width: 767px) {
    .comment_area .single_comment_area .comment-wrapper .comment-content a {
        margin: 5px 0;
    }
}

.single_comment_area ol li.single_comment_area {
    margin-left: 130px;
}

    .single_comment_area ol li.single_comment_area::after {
        display: none;
    }

@media only screen and (max-width: 767px) {
    .single_comment_area ol li.single_comment_area {
        margin-left: 40px;
    }
}

.single_comment_area ol li.single_comment_area .comment-wrapper .comment-author {
    margin-right: 30px;
}

@media only screen and (max-width: 767px) {
    .single_comment_area ol li.single_comment_area .comment-wrapper .comment-author {
        margin-right: 15px;
    }
}

/* :: 13.0 Leave A Reply Area CSS */
.leave-comment-area {
    position: relative;
    z-index: 1;
    border-top: 1px solid #ebebeb;
    padding-top: 50px;
}

    .leave-comment-area h4 {
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    .leave-comment-area form .form-control {
        width: 100%;
        height: 50px;
        border: 1px solid #ebebeb;
        font-size: 14px;
        color: #a6a6a6;
        padding: 10px 20px;
        margin-bottom: 20px;
        border-radius: 0;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }

        .leave-comment-area form .form-control:focus {
            box-shadow: none;
            border-color: #d1bb95;
        }

    .leave-comment-area form textarea.form-control {
        width: 100%;
        height: 120px;
    }

/* :: 14.0 Pager CSS */
.nikki-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .nikki-pager li a {
        width: 130px;
        height: 44px;
        border: 1px solid #ebebeb;
        display: inline-block;
        font-size: 13px;
        color: #a6a6a6;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 42px;
        text-align: center;
    }

        .nikki-pager li a:hover,
        .nikki-pager li a:focus {
            color: #191919;
        }

.single-widget-area {
    position: relative;
    z-index: 1;
}

    .single-widget-area .widget-title {
        width: 100%;
        position: relative;
        z-index: 2;
        margin-bottom: 30px;
        height: 40px;
        border-radius: 2px;
    }

        .single-widget-area .widget-title h3 {
            position: relative;
            z-index: 5;
            font-size: 30px;
            letter-spacing: 1px;
            margin-bottom: 0;
            line-height: 40px;
            display: inline-block;
            color: #ffffff;
            font-family: 'Roboto', sans-serif;
        }

    .single-widget-area i {
        color: #d1a411;
    }

    .single-widget-area .about-thumbnail {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        margin: 0 auto;
        display: block;
    }

        .single-widget-area .about-thumbnail img {
            border-radius: 50%;
        }

    .single-widget-area .widget-content img {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .single-widget-area .widget-content p {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 1.6;
        color: #595959;
    }

    .single-widget-area .widget-social-info a {
        display: inline-block;
        padding: 0 10px;
    }

        .single-widget-area .widget-social-info a:hover,
        .single-widget-area .widget-social-info a:focus {
            color: #d1bb95;
        }

    .single-widget-area .single-latest-post {
        position: relative;
        z-index: 1;
        margin-bottom: 15px;
        border-bottom: solid 1px #c5c5c5;
    }

        .single-widget-area .single-latest-post:last-child {
            margin-bottom: 0;
        }

        .single-widget-area .single-latest-post .post-thumb {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 5%;
            flex: 0 0 5%;
            max-width: 5%;
            width: 5%;
            margin-right: 10px;
        }

        .single-widget-area .single-latest-post .post-content .post-title {
            position: relative;
            top: -5px;
            z-index: 1;
            line-height: 1;
            display: block;
        }

            .single-widget-area .single-latest-post .post-content .post-title h6 {
                -webkit-transition-duration: 500ms;
                transition-duration: 500ms;
                font-size: 18px;
                color: #ffffff;
                line-height: 1.2;
                font-weight: 600;
                margin-bottom: 0;
                font-family: 'Roboto', sans-serif;
            }

            .single-widget-area .single-latest-post .post-content .post-title h5 {
                -webkit-transition-duration: 500ms;
                transition-duration: 500ms;
                font-size: 16px;
                color: #ffffff;
                line-height: 1.2;
                font-weight: 400;
                margin-bottom: 0;
                font-family: 'Roboto', sans-serif;
            }

        .single-widget-area .single-latest-post .post-content .post-author {
            display: block;
            font-size: 17px;
            margin-bottom: 10px;
            font-weight: 400;
        }

            .single-widget-area .single-latest-post .post-content .post-author span {
                color: #d1a411;
                text-decoration: underline;
                font-family: 'Roboto', sans-serif;
            }

    .single-widget-area .newsletter-content {
        position: relative;
        z-index: 1;
    }

        .single-widget-area .newsletter-content p {
            margin-bottom: 30px;
            font-size: 16px;
            line-height: 1.5;
        }

        .single-widget-area .newsletter-content form {
            position: relative;
            z-index: 2;
        }

            .single-widget-area .newsletter-content form input {
                background-color: #f2f4f5;
                padding: 0 20px;
                width: 100%;
                height: 50px;
                font-size: 14px;
                color: #a6a6a6;
                border: none;
                border-radius: 0;
            }

                .single-widget-area .newsletter-content form input:focus {
                    box-shadow: none;
                }

            .single-widget-area .newsletter-content form button {
                position: absolute;
                top: 0;
                right: 0;
                width: 50px;
                height: 50px;
                z-index: 10;
                border: none;
                background-color: #d1bb95;
                cursor: pointer;
                color: #ffffff;
            }

                .single-widget-area .newsletter-content form button:hover {
                    -webkit-transition-duration: 300ms;
                    transition-duration: 300ms;
                    background-color: #191919;
                }

    .single-widget-area .popular-tags li a {
        display: inline-block;
        margin: 4px;
        border: 1px solid #ebebeb;
        padding: 10px 15px;
        line-height: 1;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 400;
        color: #191919;
    }

        .single-widget-area .popular-tags li a:hover,
        .single-widget-area .popular-tags li a:focus {
            color: #d1bb95;
        }

    .single-widget-area .nikki-catagories {
        position: relative;
        z-index: 1;
    }

        .single-widget-area .nikki-catagories li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 15px 0;
            font-size: 16px;
            line-height: 1;
            font-weight: 300;
        }

            .single-widget-area .nikki-catagories li a span {
                color: #191919;
                -webkit-transition-duration: 500ms;
                transition-duration: 500ms;
            }

                .single-widget-area .nikki-catagories li a span i {
                    position: relative;
                    top: -1px;
                    font-size: 14px;
                    margin-right: 8px;
                }

                .single-widget-area .nikki-catagories li a span:last-child {
                    color: #a6a6a6;
                    font-weight: 400;
                }

            .single-widget-area .nikki-catagories li a:hover span,
            .single-widget-area .nikki-catagories li a:focus span {
                color: #d1bb95;
            }

        .single-widget-area .nikki-catagories li:last-child a {
            border-bottom: none;
        }

    .single-widget-area .nikki-archives {
        position: relative;
        z-index: 1;
    }

        .single-widget-area .nikki-archives li a {
            display: block;
            padding: 15px 0;
            font-size: 16px;
            line-height: 1;
            font-weight: 400;
            color: #595959;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
        }

            .single-widget-area .nikki-archives li a i {
                position: relative;
                top: -3px;
                font-size: 8px;
                margin-right: 8px;
            }

            .single-widget-area .nikki-archives li a:hover,
            .single-widget-area .nikki-archives li a:focus {
                color: #d1bb95;
            }

        .single-widget-area .nikki-archives li:last-child a {
            border-bottom: none;
        }

    .single-widget-area .search-form {
        position: relative;
        z-index: 2;
    }

        .single-widget-area .search-form span {
            background-color: #040303;
            padding: 0 20px;
            width: 100%;
            height: 50px;
            font-size: 14px;
            color: #c5c5c5;
            padding: 15px;
            border: none;
            border-radius: 0;
        }

        .single-widget-area .search-form input:focus {
            box-shadow: none;
        }

        .single-widget-area .search-form button {
            position: absolute;
            top: 0;
            right: 0;
            width: 20%;
            height: 50px;
            z-index: 10;
            border: none;
            background-color: #d1a411;
            cursor: pointer;
            color: #040303;
        }

            .single-widget-area .search-form button:hover {
                -webkit-transition-duration: 300ms;
                transition-duration: 300ms;
                background-color: #d1a411;
                color: #ffffff;
                opacity: 0.9;
            }

.single-post-details-area {
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid #f2f4f5;
    background-color: #ffffff;
    padding: 80px 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-post-details-area {
        padding: 70px 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-post-details-area {
        padding: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .single-post-details-area {
        padding: 50px 20px;
    }
}

.single-post-details-area .post-content .post-date {
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #d1bb95;
}

.single-post-details-area .post-content .post-title {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    line-height: 1.15;
    margin-bottom: 30px;
    font-size: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-post-details-area .post-content .post-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .single-post-details-area .post-content .post-title {
        font-size: 24px;
    }
}

.single-post-details-area .post-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

    .single-post-details-area .post-content .post-meta a {
        display: inline-block;
        font-size: 14px;
        color: #191919;
        font-style: italic;
        font-weight: 400;
        padding: 0 20px;
    }

        .single-post-details-area .post-content .post-meta a span {
            color: #a6a6a6;
            margin-left: 3px;
        }

        .single-post-details-area .post-content .post-meta a:hover {
            color: #d1bb95;
        }

.single-post-details-area .post-content .post-text {
    position: relative;
    z-index: 5;
    padding: 0 10%;
}

@media only screen and (max-width: 767px) {
    .single-post-details-area .post-content .post-text {
        padding: 0 15%;
    }
}

.single-post-details-area .post-content .post-text .post-share {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    z-index: 10;
}

@media only screen and (max-width: 767px) {
    .single-post-details-area .post-content .post-text .post-share {
        top: 10px;
    }
}

.single-post-details-area .post-content .post-text .post-share span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #191919;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .single-post-details-area .post-content .post-text .post-share span {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-post-details-area .post-content .post-text .post-share span {
        display: block;
    }

    header .topmenu .top-contacts li a {
        font-size: 12px;
    }
}

.single-post-details-area .post-content .post-text .post-share a {
    display: block;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #191919;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}

    .single-post-details-area .post-content .post-text .post-share a.facebook {
        background-color: #4c65a8;
    }

    .single-post-details-area .post-content .post-text .post-share a.twitter {
        background-color: #41a1f6;
    }

    .single-post-details-area .post-content .post-text .post-share a.google-plus {
        background-color: #f43535;
    }

    .single-post-details-area .post-content .post-text .post-share a.instagram {
        background-color: #8f6247;
    }

    .single-post-details-area .post-content .post-text .post-share a.pin {
        background-color: #f0c605;
    }

    .single-post-details-area .post-content .post-text .post-share a:hover {
        background-color: #d1bb95;
    }

@media only screen and (max-width: 767px) {
    .single-post-details-area .post-content .post-text .post-share a {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-post-details-area .post-content .post-text .post-share a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
}

.post-tags-share {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

    .post-tags-share .popular-tags li a {
        display: inline-block;
        margin: 4px;
        border: 1px solid #ebebeb;
        padding: 10px 15px;
        line-height: 1;
        text-transform: uppercase;
        font-size: 13px;
        color: #191919;
        font-weight: 400;
    }

        .post-tags-share .popular-tags li a:hover,
        .post-tags-share .popular-tags li a:focus {
            color: #d1bb95;
        }

.related-posts {
    position: relative;
    z-index: 1;
    border-top: 1px solid #ebebeb;
    padding-top: 50px;
}

    .related-posts .headline {
        margin-bottom: 30px;
        text-transform: uppercase;
    }

.map-area {
    position: relative;
    z-index: 2;
}

    .map-area iframe {
        width: 100%;
        height: 530px;
        border: none;
        margin-bottom: 0;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .map-area iframe {
        height: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .map-area iframe {
        height: 300px;
    }
}

/* :: 16.0 Contact Area CSS */
.contact-content-area {
    position: relative;
    z-index: 50;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
}

.contact-content {
    position: relative;
    z-index: 2;
}

    .contact-content h4 {
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 30px;
        font-size: 45px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-content h4 {
        font-size: 36px;
    }

    .slide_thumb {
        padding-top: 43px;
    }

    .single-widget-area .widget-title h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-content h4 {
        font-size: 30px;
    }
}

.contact-content p {
    font-size: 20px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .contact-content p {
        font-size: 16px;
    }
}

.contact-content .single-contact-info {
    position: relative;
    margin-bottom: 40px;
}

    .contact-content .single-contact-info:last-child {
        margin-bottom: 0;
    }

    .contact-content .single-contact-info h6 {
        font-size: 18px;
        color: #595959;
        font-weight: 500;
    }

@media only screen and (max-width: 767px) {
    .contact-content .single-contact-info h6 {
        font-size: 16px;
    }
}

.contact-content .single-contact-info h4 {
    font-size: 24px;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-content .single-contact-info h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-content .single-contact-info h4 {
        font-size: 16px;
    }
}

/* :: 17.0 Typography CSS */
.nikki-list-area,
.type-face,
.nikki-image,
.nikki-blockquote {
    position: relative;
    z-index: 1;
}

.nikki-list {
    position: relative;
    z-index: 1;
}

    .nikki-list li {
        font-size: 16px;
        color: #595959;
        margin-bottom: 15px;
        display: block;
    }

        .nikki-list li:last-child {
            margin-bottom: 0;
        }

blockquote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    padding: 15px 0 0 0;
}

    blockquote .blockquote-icon {
        position: relative;
        z-index: 1;
        margin-right: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        max-width: 40px;
        width: 40px;
    }

@media only screen and (max-width: 767px) {
    blockquote .blockquote-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
        flex: 0 0 35px;
        max-width: 35px;
        width: 35px;
        margin-right: 0;
    }
}

blockquote .blockquote-icon img {
    width: 30px;
    height: auto;
}

@media only screen and (max-width: 767px) {
    blockquote .blockquote-icon img {
        width: 25px;
    }
}

blockquote .blockquote-text h5 {
    font-weight: 400;
    line-height: 1.5;
}

    blockquote .blockquote-text h5:first-child {
        font-style: italic;
    }

@media only screen and (max-width: 767px) {
    blockquote .blockquote-text h5 {
        font-size: 16px;
    }
}

blockquote .blockquote-text h6 {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

    blockquote .blockquote-text h6 span {
        color: #d1bb95;
    }

@media only screen and (max-width: 767px) {
    blockquote .blockquote-text h6 {
        font-size: 12px;
    }
}

blockquote.shortcodes {
    padding: 30px 50px;
    background-color: #f2f4f5;
}

@media only screen and (max-width: 767px) {
    blockquote.shortcodes {
        padding: 30px 15px;
    }
}

.contact-form-area .form-control {
    position: relative;
    z-index: 2;
    height: 50px;
    width: 100%;
    background-color: #ffffff;
    font-size: 14px;
    margin-bottom: 15px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    padding: 15px 30px;
    color: #a6a6a6;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .contact-form-area .form-control:focus {
        box-shadow: none;
        border-color: #d1bb95;
    }

.contact-form-area textarea.form-control {
    height: 120px;
}

.right-bg {
    background: #c5c5c5;
}

.fnt-color {
    color: #d1a411;
}

header .topmenu {
    background: #074a1f;
    border-top: solid 1px #074a1f;
    border-bottom: solid 1px #074a1f;
    padding: 6px 7px;
}

    header .topmenu .top-contacts {
        line-height: 25px;
    }

    header .topmenu ul {
        margin: 0;
    }

    header .topmenu .top-contacts li {
        color: #ffffff;
        padding: 5px 0;
        font-size: 12px;
        margin-right: 3px;
        display: inline-block;
    }

        header .topmenu .top-contacts li:after {
            content: ' | ';
            padding-left: 5px;
            padding-right: 5px;
        }

        header .topmenu .top-contacts li:last-child:after {
            content: '';
        }

        header .topmenu .top-contacts li a {
            color: #ffffff;
            font-weight: 500;
            font-family: inherit;
        }

            header .topmenu .top-contacts li a:hover {
                text-decoration: underline;
            }

    header .topmenu .top-data {
        text-align: right;
    }

    header .topmenu ul {
        margin: 0;
    }

    header .topmenu .top-data li:first-child {
        margin-left: 0;
    }

    header .topmenu .top-data li {
        padding: 3px 5px;
        margin-left: 3px;
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 24px;
        text-align: center;
        background: #d1a411;
        border-radius: 50%;
    }

        header .topmenu .top-data li a {
            font-size: 14px;
            color: #ffffff;
            cursor: pointer;
        }

        header .topmenu .top-data li:hover a {
            font-size: 14px;
            color: #040303;
        }

@media (max-width: 767px) {
    .top-contacts {
        display: none;
    }

    .top-data {
        display: block;
        text-align: center !important;
    }

    .slide_thumb {
        padding-top: 43px;
    }

    .single-widget-area .widget-title h3 {
        font-size: 22px;
    }
}

/*slider 1 css */
.slider_area {
    background: #040303 none repeat scroll 0 0;
    overflow: hidden;
}

.slide_text .slid-texts-title h2 {
    color: #d1a411;
    font-size: 42px;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.slide_text .slid-texts-title h4 {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.slide_text a {
    color: #d1a411;
    font-size: 14px;
}

    .slide_text a:hover {
        color: #d1a411;
        font-size: 14px;
        text-decoration: underline;
    }

.slide_text {
    background: #040303 none repeat scroll 0 0;
    color: #fff;
    padding: 48px 30px 48px 30px;
}

.slide_title {
    animation-delay: 0.1s;
    color: #fff;
    font-size: 22px;
}

.home-4 .slide_title {
    margin-top: 0px;
}

.slide_ptext {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    color: #c5c5c5;
}

.slide_readmore {
    background-color: #01bafd;
    border: 1px solid #fff;
    color: #ffffff;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 18px;
    transition: 1s;
}

    .slide_readmore:hover {
        background-color: #fff;
        color: #01bafd;
        border-color: #fff;
    }

/*.owl-carousel .item {
    height: auto;
    background: #040303;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #d1a411;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    display: block;
    backface-visibility: visible;
    margin: 5px 7px;
    background: #c5c5c5;
    transition: opacity 200ms ease 0s;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
*/
.step-frm .input-group > .form-control {
    border-radius: .25rem;
}

.step-frm select {
    margin-bottom: 0px;
}

.step-frm {
    color: var(--color-brand-dark);
}

    .step-frm .form-label-group > label {
        font-size: 12px;
        width: 100%;
        margin-bottom: 5px;
        font-weight: 500;
    }

        .step-frm .form-label-group > label:after {
            content: '*';
            color: red;
            padding-left: 0.1rem;
        }

    .step-frm .form-label-group .nt-required:after {
        content: ' ';
        color: red;
        padding-left: 0.1rem;
    }

    .step-frm p {
        font-size: 12px;
        width: 100%;
        margin-bottom: 0;
        color: var(--color-brand-dark);
    }

    .step-frm .form-label-group {
        margin-bottom: 1rem;
    }

    .step-frm .card {
        border-radius: 1rem;
        border: none;
        box-shadow: 1px 7px 10px 1px #f3f3f3;
        margin-bottom: 2rem;
    }

        .step-frm .card .card-header {
            background: var(--color-brand-primary-700);
            color: #fff;
            border-top-left-radius: 1rem;
            border-top-right-radius: 1rem;
        }

    .step-frm h4 {
        font-weight: 300;
        color: #036e67;
        padding-bottom: 1rem;
    }

    .step-frm .card-footer {
        background: #ffffff;
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-top: none;
        padding-top: 0;
    }
/*============step bar wizard==================*/

.wizard {
    margin: 20px auto;
    background: #fff;
}

    .wizard .nav.nav-tabs {
        /*float: left;*/
        display: block;
        /*margin-right: 20px;*/
        border-bottom: 0;
        /*border-right: 1px solid #ddd;
    padding-right: 15px;*/
    }

.
.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.wizard .title {
    display: inline;
    position: relative;
    top: 3px;
    left: 6px;
    font-size: 14px;
    font-weight: 400;
}

span.round-tab {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 15px;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li a.active span.round-tab {
    background: #fff;
    border: 2px solid #036e67;
}

    .wizard li a.active span.round-tab i {
        color: #5bc0de;
    }

span.round-tab:hover {
    color: #333;
    border: 1px solid #333;
}

.wizard .nav-tabs > li {
    width: 100%;
}

.wizard li a:after {
    content: " ";
    position: relative;
    left: 46%;
    top: -20px;
    /*opacity: 0;*/
    margin: 0 auto;
    display: inline-block;
    bottom: 0px;
    border: 1px solid #e0e0e0;
    border-bottom-color: #e0e0e0;
    transition: 0.1s ease-in-out;
}

.wizard a:nth-child(1):after {
    height: 20px;
}

.wizard li.active.nav-item:after {
    content: " ";
    position: relative;
    left: 46%;
    top: -20px;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 10px auto;
    border-radius: 100%;
    padding: 0;
    position: relative;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

.nav-tabs .nav-link.active + span {
    color: #036e67;
}

.done {
    background: #036e67;
    border: solid 1px #036e67;
    content: '0';
}

    .done span.round-tab {
        background: #036e67;
    }

@media( max-width: 585px) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}
/*=================old wizard =====================*/


















.card0 {
    background-color: #F5F5F5;
    border-radius: 8px;
    z-index: 0
}

.card00 {
    z-index: 0
}

.card1 {
    margin-left: 1rem;
    z-index: 0;
}

.card2 {
    display: none
}

    .card2.show {
        display: block
    }

.social {
    border-radius: 50%;
    background-color: #FFCDD2;
    color: #E53935;
    height: 47px;
    width: 47px;
    padding-top: 16px;
    cursor: pointer
}

input, select {
    padding: 2px;
    border-radius: 0px;
    box-sizing: border-box;
    color: #9E9E9E;
    /*border: 1px solid #BDBDBD;*/
    font-size: 14px;
    letter-spacing: 1px;
}

select {
    width: 100%;
    margin-bottom: 85px
}

    input:focus, select:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid var(--color-brand-primary-700) !important;
        outline-width: 0 !important
    }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #036e67;
}

.custom-control-label::before {
    background-color: #dee2e600;
    border: solid 1px #036e67;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0rem;
    top: 1px;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0px;
    font-size: 12px;
    top: 1px;
}

    .custom-control-label::after {
        top: 1px;
    }

.form-group {
    position: relative;
    margin-bottom: 1.5rem;
    width: 77%
}

.form-control-placeholder {
    position: absolute;
    top: 0px;
    padding: 12px 2px 0 2px;
    transition: all 300ms;
    opacity: 0.5
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
    font-size: 95%;
    top: 10px;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    background-color: #fff
}

.next-button {
    width: 18%;
    height: 50px;
    background-color: #BDBDBD;
    color: #fff;
    border-radius: 6px;
    padding: 10px;
    cursor: pointer
}

    .next-button:hover {
        background-color: #E53935;
        color: #fff
    }

.get-bonus {
    margin-left: 154px
}

.pic {
    width: 230px;
    height: 110px
}

#progressbar {
    position: absolute;
    left: 35px;
    overflow: hidden;
    color: #E53935
}

    #progressbar li {
        list-style-type: none;
        font-size: 8px;
        font-weight: 400;
        margin-bottom: 36px
    }

    #progressbar .abc:before {
        border: 2px solid #007bff;
    }

    #progressbar .step0:before {
        content: "counter(inst)";
        color: #fff
    }

    #progressbar li span {
        position: relative;
        bottom: 25px;
        font-size: 13px;
    }

    #progressbar li:before {
        width: 30px;
        height: 30px;
        line-height: 30px;
        display: block;
        font-size: 20px;
        background: #fff;
        border: 2px solid #E53935;
        border-radius: 50%;
        margin: auto
    }

    #progressbar li:after {
        content: '';
        width: 3px;
        height: 83px;
        background: #BDBDBD;
        position: absolute;
        left: 14px;
        top: 15px;
        z-index: -1;
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    }

    #progressbar li:last-child:after {
        top: 255px;
        height: 92px;
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    }

    #progressbar li:nth-child(4):after {
        top: 97px;
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    }

    #progressbar li:nth-child(3):after {
        top: 187px;
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    }

    #progressbar li:nth-child(2):after {
        top: 0px;
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    }

    #progressbar li:first-child:after {
        position: absolute;
        /*top: -81px;*/
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    }

    #progressbar li.active:after {
        background: #E53935;
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    }

    #progressbar li.active:before {
        background: #E53935;
        font-family: FontAwesome;
        content: "\f00c"
    }

.tick {
    width: 100px;
    height: 100px
}

.prev {
    display: block;
    position: absolute;
    left: 40px;
    top: 20px;
    cursor: pointer
}

    .prev:hover {
        color: #D50000 !important
    }

@media screen and (max-width: 912px) {
    .card00 {
        padding-top: 30px
    }

    .card1 {
        border: none;
        margin-left: 50px
    }

    .card2 {
        border-bottom: 1px solid #F5F5F5;
        margin-bottom: 25px
    }
}

/*====================Login-Form==============================*/
:root {
    --input-padding-x: 1.5rem;
    --input-padding-y: 0.75rem;
}

.tl-color {
    color: #036e67;
}

.login,
.image {
    min-height: 100vh;
}

.login {
    color: var(--color-brand-dark);
}

    .login select {
        margin-bottom: 0px;
    }

.note {
    background: #eef9fa;
    color: var(--color-brand-dark);
    border: solid 1px #57c6d1;
    padding: 0.5rem;
}

.bg-image {
    background-image: url('/WMContent/img/loginpageimage.jpg');
    background-size: cover;
    background-position: center;
}

.login-heading {
    font-weight: 300;
    font-size: 23px;
    color: #036e67;
}

.line-ht-24x {
    line-height: 24px;
    word-spacing: 1px;
}

.line-ht-15x {
    line-height: 15px;
}

.btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.03rem;
    padding: 0.5rem 2rem;
    background: #036e67;
    border-color: #036e67;
    color: #fff;
}

    .btn-login:hover {
        background: #14a1b0;
        border-color: #14a1b0;
    }

.btn-login-outline {
    font-size: 0.9rem;
    letter-spacing: 0.03rem;
    padding: 0.5rem 2rem;
    background: #ffffff;
    border: solid 2px #036e67;
    color: #036e67;
}

    .btn-login-outline:hover {
        background: #14a1b0;
        border-color: #14a1b0;
        color: #ffffff;
    }

.form-label-group {
    position: relative;
    margin-bottom: 0.5rem;
}

    .form-label-group > input,
    .form-label-group > label {
        height: auto;
    }

.login .form-label-group > label {
    font-size: 13px;
    width: 100%;
    margin-bottom: 4px;
    font-weight: 500;
}

div#RegisterForm .setDropdwnheight span.k-select {
    margin-top: 8px !important;
}

.login .form-label-group > label:after {
    content: '*';
    color: red;
    padding-left: 0.1rem;
}

.form-label-group input::-webkit-input-placeholder {
    color: var(--color-brand-dark);
    font-size: 12px;
}

.form-label-group input:-ms-input-placeholder {
    color: var(--color-brand-dark);
    font-size: 12px;
}

.form-label-group input::-ms-input-placeholder {
    color: var(--color-brand-dark);
    font-size: 12px;
}

.form-label-group input::-moz-placeholder {
    color: var(--color-brand-dark);
    font-size: 12px;
}

.form-label-group input::placeholder {
    color: var(--color-brand-dark);
    font-size: 12px;
}

.form-label-group input:not(:placeholder-shown) ~ label {
    font-size: 12px;
    color: #777;
}

.form-label-group select {
    font-size: 11px;
    color: var(--color-brand-dark);
}

.grdient-bg {
    padding: 3rem;
    background: linear-gradient(180deg, var(--color-brand-primary-700) 0%, var(--color-brand-primary-800) 100%);
}

    .grdient-bg h3 {
        color: #ffffff;
        font-weight: 200;
        font-size: 1.7rem;
    }

    .grdient-bg p {
        margin-bottom: 0px;
        font-size: 12px;
        font-weight: 300;
        color: #fff;
    }

        .grdient-bg p strong {
            font-weight: 800;
        }

        .grdient-bg p span, p span a {
            color: #fdb465;
            font-weight: normal;
            font-size: 12px;
            cursor: pointer;
        }

.bg-left {
    background: #fafafa;
}

.grdient-bg p span a:hover, p span a:focus {
    color: #fdb465;
    font-weight: normal;
    font-size: 12px;
}

.bx-shadow {
    box-shadow: -10px 1px 11px 2px #595959;
}

/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}


/*====================toggel switch===================================*/
.can-toggle {
    position: relative;
}

    .can-toggle *, .can-toggle *:before, .can-toggle *:after {
        box-sizing: border-box;
    }

    .can-toggle input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

        .can-toggle input[type="checkbox"][disabled] ~ label {
            pointer-events: none;
        }

            .can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
                opacity: 0.4;
            }

        .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
            content: attr(data-unchecked);
            left: 0;
        }

        .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
            content: attr(data-checked);
        }

    .can-toggle label {
        user-select: none;
        position: relative;
        display: flex;
        align-items: center;
    }

        .can-toggle label .can-toggle__label-text {
            flex: 1;
            padding-left: 32px;
        }

        .can-toggle label .can-toggle__switch {
            position: relative;
        }

            .can-toggle label .can-toggle__switch:before {
                content: attr(data-checked);
                position: absolute;
                top: 0;
                text-transform: uppercase;
                text-align: center;
            }

            .can-toggle label .can-toggle__switch:after {
                content: attr(data-unchecked);
                position: absolute;
                z-index: 5;
                text-transform: uppercase;
                text-align: center;
                background: #ffffff;
                border: solid 1px;
                transform: translate3d(0, 0, 0);
            }

    .can-toggle.demo-rebrand-2 input[type="checkbox"][disabled] ~ label {
        color: rgba(68, 68, 68, 0.5);
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch {
        background-color: #e5e5e5;
    }

        .can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
            color: #036e67;
        }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label {
        color: #036e67;
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label:hover {
        color: #62b125;
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch {
        background-color: #e5e5e5;
    }

        .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
            color: #036e67;
        }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
        background-color: #e5e5e5;
    }

    .can-toggle.demo-rebrand-2 label .can-toggle__label-text {
        flex: 1;
    }

    .can-toggle.demo-rebrand-2 label .can-toggle__switch {
        transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
        background: #e5e5e5;
    }

        .can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
            color: var(--color-brand-dark);
            text-transform: capitalize;
        }

        .can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
            -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
            transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
            color: #036e67;
            text-transform: capitalize;
        }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
        transform: translate3d(42px, 0, 0);
    }

    .can-toggle.demo-rebrand-2 label {
        font-size: 13px;
    }

        .can-toggle.demo-rebrand-2 label .can-toggle__switch {
            height: 25px;
            flex: 0 0 90px;
            border-radius: 60px;
        }

            .can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
                left: 45px;
                font-size: 13px;
                line-height: 25px;
                width: 45px;
                padding: 0 12px;
            }

            .can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
                top: 0px;
                left: 1px;
                border-radius: 30px;
                width: 45px;
                line-height: 22px;
                font-size: 13px;
            }

.hideme {
    padding: 20px;
    /*color: white;*/
    border: solid 1px #e5e5e5;
    background: #fcfcfc;
}

    .hideme h5 {
        font-size: 12px;
        border-bottom: solid 1px #e5e5e5;
        color: #036e67;
        padding-bottom: 10px;
    }

/*.hideme p {
        font-size: 11px;
        color: var(--color-brand-dark);
        margin-bottom: 5px;
    }

    .hideme ul li, span {*/
/*font-size: 11px;*/
/*font-size: small;
        color: var(--color-brand-dark);
        line-height: 18px;
    }

    .hideme span {
        font-weight: 500;
    }*/

.fnt-change {
    font-size: 12px;
    color: var(--color-brand-dark);
}

/*=======================radio button==========================*/
.radio {
    margin: 0.5rem;
}

    .radio input[type="radio"] {
        position: absolute;
        opacity: 0;
    }

        .radio input[type="radio"] + .radio-label:before {
            content: '';
            background: #ffffff;
            border-radius: 100%;
            border: 1px solid #036e67;
            display: inline-block;
            width: 1.9em;
            height: 1.9em;
            position: relative;
            top: -0.2em;
            margin-right: 1em;
            vertical-align: top;
            cursor: pointer;
            text-align: center;
            transition: all 250ms ease;
        }

        .radio input[type="radio"]:checked + .radio-label:before {
            background-color: #036e67;
            box-shadow: inset 0 0 0 4px #ffffff;
        }

        .radio input[type="radio"]:focus + .radio-label:before {
            outline: none;
            border-color: #3197ee;
        }

        .radio input[type="radio"]:disabled + .radio-label:before {
            box-shadow: inset 0 0 0 4px #f4f4f4;
            border-color: #b4b4b4;
            background: #b4b4b4;
        }

        .radio input[type="radio"] + .radio-label:empty:before {
            margin-right: 0;
        }
/*===================radio button dropdown==============================*/
/*.reveal-if-active {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    padding-left: 2rem;
    font-size: 12px;
    transform: scale(1);
    -webkit-transition: ease-in 0.5s;
    transition: ease-in 0.5s;
}*/

.reveal-if-active input[type=text] {
    width: 100%;
}

input[type="radio"]:checked ~ .reveal-if-active {
    opacity: 1;
    max-height: 100px;
    padding-left: 2rem;
    transform: scale(1);
    overflow: visible;
}

.reveal-if-active::placeholder {
    color: gray;
}

/*==========================tab panel=====================================*/
.tab-panel-custom {
    border: solid 1px #e5e5e5;
    background: #fcfcfc;
}

.bg-tab {
    background: #ffffff;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-right: solid 1px #e5e5e5;
}

.tab-panel-custom .nav-pills .nav-link {
    border-radius: 0rem;
    font-size: 12px;
    font-weight: 300;
}

    .tab-panel-custom .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        background: #eef9fb;
        border-left: solid 3px #036e67;
        color: #036e67;
    }

.ht-150x {
    height: 150px;
}
/*==================================capture image========================*/
.cap-img-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 4px;
    line-height: 20px;
    background: #ffffff;
    border: solid 1px #036e67;
    display: inline-block;
}

.cap-img-txt {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #036e67;
    padding-left: 0.5rem;
}

.cap-img {
    height: 150px;
    box-sizing: border-box;
    margin-bottom: 1rem;
}

    .cap-img img {
        padding: 1rem;
    }

    .cap-img + p {
        font-weight: 300;
        font-size: 12px;
    }
/*==========================ID Proof=================================*/
.photo-id-type {
    padding: 1rem;
    border: solid 2px #d1d1d1;
    width: 100%;
    color: var(--color-brand-dark);
    cursor: pointer;
    -webkit-transition: ease-out;
    transition: ease-out;
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
}

    .photo-id-type img {
        display: block;
        filter: grayscale(1);
        margin: 0 auto;
        padding-bottom: 0.5rem;
    }

    .photo-id-type p {
        line-height: normal;
        text-align: center;
        letter-spacing: 0.5px;
    }

    .photo-id-type:hover {
        border: solid 2px #036e67;
        color: #036e67;
        -webkit-transition: ease-out;
        transition: ease-out;
        -webkit-transition-duration: 1000ms;
        transition-duration: 1000ms;
    }

        .photo-id-type:hover p {
            color: #036e67;
            -webkit-transition: ease-out;
            transition: ease-out;
            -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
        }

        .photo-id-type:hover img {
            filter: grayscale(0);
            -webkit-transition: ease-out;
            transition: ease-out;
            -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
        }

.bdr {
    border: solid 1px #d1d1d1;
}

.fnt-w-500 {
    font-weight: 500;
}

.fnt-normal {
    font-weight: normal;
}

/*============================file upload================================*/

.skip {
    color: var(--color-brand-dark);
    font-weight: 400;
    font-size: 12px;
}

    .skip:hover {
        text-decoration: underline;
        font-size: 12px;
        color: #868a8e;
        font-weight: 400;
    }

.uplod-more {
    display: inline-block;
    margin: 10px 10px 0 0;
}

.remove-file {
    display: block;
    background: #f3feff;
    border: 1px solid #036e67;
    color: #036e67;
    text-align: center;
    cursor: pointer;
    width: 21px;
    border-radius: 50%;
    margin: 0 auto;
}

    .remove-file:hover {
        border: 1px solid #ff919c;
        background: #ffebeb;
        color: #ff919c;
        transition: ease 0.6s;
    }

.file-upload {
    border: dashed 1px #d1d1d1;
}

.file-upload-img {
    height: 70px;
    width: 75px;
    margin: 5px;
    padding: 5px;
    border: dashed 1px #d1d1d1;
}

.files {
    outline: 1px dashed #e5e5e5;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 100px 0px 40px /*35%*/;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}

    .files :focus {
        outline: 1px dashed #e5e5e5 !important;
        outline-ofset: -10px;
        -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
        transition: outline-offset .15s ease-in-out, background-color .15s linear;
        border: 1px solid #e5e5e5;
    }

.files {
    position: relative;
    width: 100%;
}

    .files:after {
        pointer-events: none;
        position: absolute;
        top: 21px;
        left: 0;
        width: 80px;
        right: 0;
        height: 61px;
        content: "";
        background-image: url(/WMContent/img/upload-bg.png);
        display: block;
        margin: 0 auto;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.color {
    background-color: #fcfcfc;
}


/*=======Style of register page added by shubhangi 21/07/2021======*/
.title-font {
    padding-top: 7px;
    height: 30px;
}

.myLightbox .row > .myLightbox .column {
    padding: 4px 8px;
}

.myLightbox .row:after {
    content: "";
    display: table;
    clear: both;
}

.lb-view {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    margin: 0;
}

.myLightbox .column {
    flex: 0 0 auto;
    float: left;
    width: 18%;
    position: relative;
    margin: 1px;
    text-align: center;
}
/* The Modal (background) */
.lightboxModal {
    display: none;
    position: fixed;
    z-index: 30;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
/* Modal Content */
.lightmodal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 709px;
    max-width: 800px;
}

.lb-slide-bg {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 709px;
    height: 473px;
    max-width: 100%;
    text-align: center;
    overflow: hidden;
}

    .lb-slide-bg img {
        width: auto;
        height: auto;
        margin: 0 auto;
        vertical-align: central;
    }
/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 47px;
    right: 161px;
    font-size: 35px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

.mySlides {
    display: none;
    max-width: 100%;
}

.cursor {
    cursor: pointer;
}
/* Next & previous buttons */
.lb-prev,
.lb-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    background: #36363663;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */
.lb-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
    /* On hover, add a black background color with a little bit see-through */
    .lb-prev:hover,
    .lb-next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

.myLightbox img {
    margin-bottom: -4px;
}

.myLightbox h6 {
    text-align: center;
    margin: 10px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.imgModel {
    opacity: 0.6;
}

    .myLightbox .active,
    .imgModel:hover {
        opacity: 1 !important;
    }

.myLightbox img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.imgClose {
    position: relative;
    top: 20px;
    right: 7px;
    outline: none !important;
    color: #0f0f0f;
    z-index: 1;
}

.modal-thumbnail .column {
    flex: 0 0 auto;
    width: 18%;
}

.modal-thumbnail img {
    height: 100% !important;
    width: auto;
    max-width: 100%;
}

.thumbnails-front img {
    height: 120px;
    width: auto;
    max-width: 100%;
}

.edit-del {
    position: absolute;
    top: 5px;
    right: 10px;
}

    .edit-del img {
        width: 15px;
        height: 15px;
    }

        .edit-del img:first-child {
            margin-right: 5px;
        }
/*===end of lightbox css==*/
.bord-none {
    border: none;
}

.edit-save-btn button {
    color: darkcyan;
}

    .edit-save-btn button:hover {
        color: #fff;
        background-color: darkcyan;
    }

.hideall {
    display: none;
}

.finish-btn {
    display: flex;
    justify-content: center;
}

.setHeight .form-control {
    height: 30px;
    padding: 4px;
}
/*responsive css*/
@media screen and (max-width:600px) and (min-width:300px) {
    .thumbnails-front .column {
        width: 40%;
    }

    .lightmodal-content {
        width: 100%;
    }
}

/*email subscription*/
.internal-reward {
    padding: 0;
}

.rewardImg {
    position: relative;
}

.text-reward {
    position: absolute;
    bottom: 44px;
    text-align: center;
    right: 54px;
    line-height: 20px;
}

    .text-reward h6 {
        line-height: 23px;
        color: var(--color-brand-dark);
    }
/*3 state Switch*/
.switch-toggle {
    float: left;
    position: relative;
    left: 41%;
    bottom: 39px;
    background: #ffffff;
    border: 1px solid #cacaca;
    border-radius: 30px;
    padding: 4px 4px 0;
    box-shadow: aqua;
    box-shadow: inset 0 0 4px #a7a1a194;
}

    .switch-toggle input {
        position: absolute;
        opacity: 0;
    }

        .switch-toggle input + label {
            padding: 6px 7px 7px;
            margin-bottom: 0;
            float: left;
            color: #a6a6a6;
            cursor: pointer;
        }

    .switch-toggle > div {
        display: inline-block;
    }

    .switch-toggle input:checked + label {
        background: #036e67;
        border-radius: 50%;
        color: #fff;
        box-shadow: 0 0 5px #9b9393;
    }
/*toggle switch 2*/
.toggleSwitch {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

    .toggleSwitch i {
        position: relative;
        top: 4px;
        display: inline-block;
        margin-right: 0.5rem;
        width: 60px;
        height: 30px;
        background-color: #6f6f6f;
        border-radius: 5px;
        vertical-align: text-bottom;
        transition: all 0.3s linear;
    }

        .toggleSwitch i::after {
            content: "";
            position: absolute;
            left: 0;
            width: 22px;
            height: 22px;
            background-color: #fff;
            border-radius: 3px;
            transform: translate3d(4px, 4px, 0);
            transition: all 0.2s ease-in-out;
        }

    .toggleSwitch:active i::after {
        width: 28px;
        transform: translate3d(4px, 4px, 0);
    }

    .toggleSwitch:active input:checked + i::after {
        transform: translate3d(16px, 4px, 0);
    }

    .toggleSwitch input {
        position: absolute;
        opacity: 0;
        z-index: 10;
        pointer-events: none;
    }

        .toggleSwitch input:checked + i {
            background-color: #007c28;
        }

            .toggleSwitch input:checked + i::after {
                transform: translate3d(34px, 4px, 0);
            }

    .toggleSwitch.neutral i {
        background-color: #c5c5c5;
    }

        .toggleSwitch.neutral i::after {
            transform: translate3d(19px, 4px, 0);
        }

.pageReward {
    position: relative;
    top: -88px;
    text-align: center;
    line-height: 20px;
    padding: 0 58px;
}
/*======css added by shubhangi on 19/08/2021======*/
.setDropdwnheight span.k-dropdown-wrap.k-state-default {
    height: 37px !important;
}

.setDropdwnheight span.k-input {
    padding-top: 6px;
}

.setDropdwnheight span.k-select {
    margin-top: 4px !important;
}

.setDropdwnheight .k-dropdown .k-input, .k-dropdown .k-state-focused .k-input, .k-menu .k-popup {
    color: #495057;
}

.getCode a {
    color: #036e67 !important;
    text-decoration: underline !important;
}

    .getCode a:hover {
        color: #036e67 !important;
        text-decoration: underline !important;
    }

.modalDelete .close {
    position: absolute;
    top: 7px;
    left: 259px;
    outline: none;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}
/*Media Query*/
@media only screen and (max-width:600px) and (min-width:300px) {
    .thumbnails-front .column {
        width: 40%;
    }

    .lightmodal-content {
        width: 100%;
    }

    .text-reward {
        position: absolute;
        top: 112px;
        text-align: center;
        right: 5px;
    }

        .text-reward h6 {
            line-height: 17px;
        }

    .internal-reward {
        padding: 0;
        height: 330px;
    }


    .pageReward {
        position: relative;
        top: -30px;
        text-align: center;
        line-height: 20px;
        padding: 0 58px;
    }

    .switch-toggle {
        position: relative;
        left: 38%;
        top: -4%;
    }
}

@media screen and (max-width:1020px) and (min-width:768px) {
    .switch-toggle {
        margin-top: 10px;
        position: relative;
        left: 38%;
        bottom: 36px;
        padding-top: -2px;
    }

    .pageReward {
        position: relative;
        top: -46px;
        text-align: center;
        line-height: 20px;
        padding: 0 58px;
    }
}

@media screen and (min-width:1021px) {
    .switch-toggle {
        margin-top: 10px;
        position: relative;
        left: 42% !important;
        bottom: 28px;
        padding-top: -2px;
    }

        .switch-toggle input:checked + label {
            height: 33px;
            margin-bottom: 0px;
        }

    .pageReward {
        position: relative;
        top: -80px;
        text-align: center;
        line-height: 20px;
        padding: 0 58px;
    }
}
