﻿@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800&amp;subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900&amp;subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700&display=swap');

body {
    font-family: Raleway, sans-serif;
    color: #6f6f6f;
    background: #ffffff;
    overflow-x: hidden;
    font-size: 14px;
}

.main {
    min-height: 800px;
}

a {
    color: #6f6f6f;
    text-decoration: none;
}

.btn i {
    display: inline-block;
}

a:hover {
    color: #2b74bc;
}

:focus {
    box-shadow: none !important;
    outline: unset;
}

ul {
    margin: 0;
    padding: 0;
}
img[src=""] {
    opacity: 0;
}
.hidden {
    visibility: hidden;
    opacity: 0;
}

.visible {
    visibility: visible !important;
    opacity: 1;
}

.swal-button, .swal-button:active {
    background-color: #269ef6 !important;
}

.swal-footer {
    text-align: center;
}

.swal-button:not([disabled]):hover {
    background-color: #269ef6 !important;
}

#overlayer {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    background: #ef7fbd;
    top: 0;
}

.loader {
    display: inline-block;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0px auto;
    z-index: 999;
}

    .loader:after {
        content: " ";
        display: block;
        width: 46px;
        height: 46px;
        margin: 1px;
        border-radius: 50%;
        border: 5px solid #ffffff;
        border-color: #ffffff transparent #ffffff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.terms p {
    line-height: 24px;
}

.dropdown-toggle::after {
    border: none !important;
    font-family: "Font Awesome 5 Free";
    content: "\f078" !important;
    font-weight: 900;
    margin: 0;
    padding: 0;
    /* position: absolute;
     */
    font-size: 11px;
    right: 0;
    vertical-align: 0;
}

header {
    position: relative;
    min-height: 64px;
    width: 100%;
    padding: 6px 0px;
}


    header.active .header {
        position: fixed;
        top: 0;
        width: 100%;
        background: #ffffff !important;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
        z-index: 99;
        animation: fadeInDown 0.25s;
        padding: 6px 0px;
    }

    header.active .edit-button {
        display: none;
    }

    header.active .main-nav .navbar-nav > li > a {
        color: black;
    }

    header.active .logo {
        filter: invert(1);
    }

.logo a {
    display: block;
    line-height: 50px;
}

.btn-1 {
    padding: 0px 32px;
    font-size: 16px;
    border: 0;
    display: inline-block;
    float: right;
    background-color: #fc5130;
    border-radius: 5px;
    color: #f5f5f5;
    line-height: 47px;
}

    .btn-1:hover {
        color: white;
    }

    .btn-1 i {
        position: relative;
        top: 3px;
        margin-right: 8px;
    }

.card a {
    background-size: cover !important;
}

#up {
    bottom: 70px;
    right: 30px;
    position: fixed;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: none;
    z-index: 999999;
    border-radius: 3px;
    text-align: center;
    color: #2a2b2d;
    background: #e2eafb;
    padding: 7px 0px;
    font-size: 18px;
}

    #up:hover {
        ackground: #272727;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: white;
        background: #2b74bc;
    }

/* SLIDER MODULE */



.slider-container {
    z-index: 2 !important;
}

    .slider-container .edit-button {
        top: 20%;
    }

.slide-description {
}

.slide-image {
    height: 100%;
}

.slider-style-1 .item {
    background: #ffffffc7;
    position: relative;
}

.manage-slides .card a {
    background-size: cover !important;
}

.slider-style-1 .slide-description h2 {
    font-weight: 400;
    line-height: 1.2;
    font-size: 20px;
    letter-spacing: 1px;
}

.slider-style-1 .owl-nav button {
    padding: 0 !important;
    margin: 0px 20px !important;
    color: black;
    position: relative;
    letter-spacing: 10px;
}

    .slider-style-1 .owl-nav button:before {
        background: rgba(17, 17, 17, 0.2);
        content: "";
        position: absolute;
        width: 70%;
        height: 100%;
        left: 50%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .slider-style-1 .owl-nav button:hover:before {
        left: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

.slider-style-1 .slide-description p {
    margin-bottom: 2rem;
    font-size: 3.2rem;
    letter-spacing: 0.2px;
    margin-top: 20px;
    font-weight: 300;
    line-height: 1.2;
}

.slider-style-1 .slide-description {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    max-width: 760px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: white;
}

    .slider-style-1 .slide-description b {
        font-weight: 700;
    }

.slider-style-1 .more-button-1 {
    color: white;
    padding: 0px 30px;
    font-size: 13px;
    font-weight: 500;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    background: #28a745;
    border-radius: 3px;
    margin-top: 30px;
}


    .slider-style-1 .more-button-1:hover {
        color: #ffffff;
        background: #2b94c6;
    }

    .slider-style-1 .more-button-1 i {
        font-size: 22px;
        margin-right: 8px;
        line-height: 56px;
        display: none;
    }

.slider-style-2 .row div {
    flex: 100% !important;
    max-width: 100%;
}

    .slider-style-2 .row div:first-child {
        order: 2;
    }

.slider-style-2 .slide-image {
    width: 90px;
    margin: 0px auto;
    border-radius: 50%;
    overflow: hidden;
}

.slider-style-1 .slide-image:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #191717ab;
}

.slider-style-2 .owl-item {
    padding: 20px;
}

.slider-style-2 {
    /* margin: 0px -20px; */
}

    .slider-style-2 .item {
        background-color: #f5f5f5;
        padding: 2rem;
        border-radius: 2px;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    }


    .slider-style-2 .slide-description h2 {
        color: black;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .slider-style-2 .slide-description {
        text-align: center;
        padding: 20px 0px;
    }

.slider .owl-dots {
    position: absolute;
    bottom: 20px;
    margin: 0px auto;
    right: 20px;
    display: inline-block !important;
    width: unset;
}

    .slider .owl-dots button.active span {
        background: #1b1b1b !important;
        border: 1px solid transparent;
    }

    .slider .owl-dots button span {
        background: #c3c3c3 !important;
        width: 28px !important;
        border: 1px solid transparent;
    }


/* SLIDER MODULE */

/* IMAGE MODULE */
.image-style-1 img {
    position: relative;
    width: 100%;
}
/* IMAGE MODULE */
/* ADVANCED PARAGRAPH */
.ap-stil-1 .icon i {
    font-size: 46px;
    height: 70px;
    display: block;
    margin-bottom: 14px;
    color: #21c2f8;
}

.ap-stil-1 {
    margin-bottom: 30px;
}

    .ap-stil-1 h1, .ap-stil-1 h2, .ap-stil-1 h3 {
        color: #1b1b1b;
        font-weight: 700;
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 10px;
    }

    .ap-stil-1 p {
        position: relative;
        color: #686b75;
        font-size: 15px;
        margin-bottom: 40px !important;
        line-height: 30px;
        font-weight: 400 !important;
    }
/* ADVANCED PARAGRAPH */
/* FEATURES */
.feature {
    text-align: center;
    /* border: 1px solid transparent;
     */
    padding: 34px 29px !important;
    position: relative;
    box-shadow: 0 16px 32px 0 rgba(0,0,0,0.1);
    border-radius: 12px;
    background: white;
}

.feature-2 {
    box-shadow: unset;
    border: 3px solid #f2f4f7;
    border-radius: 16px;
    padding: 40px 0px 60px 0px !important;
    overflow: hidden;
}

    .feature-2 .ap-button i {
        color: white;
    }

    .feature-2 .icon a i {
        background: #f3f6fd;
        width: 80px;
        height: 80px;
        font-size: 25px !important;
        border-radius: 50%;
        margin-bottom: 15px;
        line-height: 80px !important;
        color: #151617;
    }

.ap-button {
    display: none;
}

.feature-2 .ap-button {
    display: inline-block;
    font-size: 14px;
    position: absolute;
    right: -2px;
    background: #5c667c;
    height: 60px;
    bottom: 0;
    line-height: 60px;
    padding: 0 20px;
    border-radius: 0;
    width: 140px;
    margin-top: 20px;
    border-top-left-radius: 36px;
    color: #f3f3ff !important;
    font-weight: 600;
    font-family: 'quicksand';
    font-size: 15px;
}

    .feature-2 .ap-button i {
        font-size: 13px;
        float: none;
    }

.feature-icon {
    margin: auto;
    line-height: 47px;
    transition: all .3s ease-in-out;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 48px;
    font-weight: 500;
    height: 150px;
}

.feature:hover {
    -webkit-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
    /*  -webkit-animation: jello 1s;
      animation: jello 1s; */
}

.feature:hover {
}

    .feature:hover .feature-icon {
    }

        .feature:hover .feature-icon i {
            color: #f1f8ff;
        }

.feature h2, .feature h3, .feature h4 {
    font-size: 21px;
    font-weight: 600 !important;
    margin-bottom: 15px;
}

.feature-2 h3 {
    font-size: 20px;
    font-weight: 500 !important;
    margin-top: 20px;
}

.feature p {
    line-height: 30px;
    font-size: 15px;
    color: #afaaaa;
    font-weight: 400 !important;
}
/* FEATURES */
/* TESTIMONIAL */
.testimonials {
}

    .testimonials .owl-dots .owl-dot span {
        background: transparent;
        border: 1px solid #0284d0;
        width: 18px !important;
    }

    .testimonials .owl-dots .owl-dot.active span {
        background: #0284d0;
    }

ul.testimonials .owl-dots {
    position: absolute;
    margin: 0px auto;
    left: 0;
    right: 0;
    bottom: -40px;
}

.testimonials li .avatar {
    width: 100%;
    float: left;
    margin-right: 20px;
    padding: 0;
    margin-bottom: 20px;
}

.testimonials li p {
    width: 70%;
    float: left;
    line-height: 28px;
    font-size: 15px;
    color: #656161;
    float: left;
    margin-bottom: 0;
}

.testimonials li {
    list-style: none;
    float: left;
    border-radius: 4px;
    width: 100%;
    /* padding: 30px 0px; */
}

    .testimonials li:after {
        position: absolute;
        font-size: 44px;
        top: 10px;
        right: 20px;
        content: "\f10e";
        font-weight: 900;
        font-family: 'font awesome 5 free';
        color: #f5f7fb;
        opacity: 0;
    }

.testimonials h3 {
    font-size: 20px;
    color: black;
}

.owl-nav [class*='owl-']:hover {
    background: transparent !important;
    color: #151515 !important;
}

.testimonials-style-1 {
    background: #0277bb;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}

    .testimonials-style-1 li {
        text-align: center !important;
        padding: 30px 0px 56px 0px;
    }

        .testimonials-style-1 li p {
            width: 100% !important;
            color: white;
            padding: 10px 30px;
        }

    .testimonials-style-1 h3 {
        color: white;
    }

    .testimonials-style-1 .avatar {
        margin: 10px auto !important;
        width: 120px !important;
        float: none !important;
        height: 120px;
        border-radius: 50%;
        overflow: hidden;
    }

    .testimonials-style-1 .owl-dots {
        bottom: 12px !important;
        top: unset;
    }

        .testimonials-style-1 .owl-dots > button span {
            background-color: #25a3ed !important;
        }

        .testimonials-style-1 .owl-dots.active > button span {
            background: white !important;
        }

        .testimonials-style-1 .owl-dots button.active span {
            background: white !important;
        }

.testimonials-style-2 .avatar {
    display: none;
}
/* TESTIMONIAL */

/* COUNTER UP */
.count-default .counter-icon {
    background: #1abc9c;
    display: inline-block;
    margin: 10px auto;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: white;
    font-size: 28px;
    border-radius: 50%;
}

    .count-default .counter-icon i {
        color: white;
    }

.count-default {
    text-align: center;
}

    .count-default .counter {
        font-size: 36px;
        font-weight: 300 !important;
        color: black;
        margin-bottom: 15px;
    }

    .count-default .counter-title h3 {
        font-size: 16px !important;
        font-weight: 400 !important;
        position: relative;
    }

        .count-default .counter-title h3:before {
            border-top: 1px solid #1abc9c;
            padding-top: 10px;
            content: "";
            position: absolute;
            top: -10px;
            left: 0;
            right: 0;
            margin: 0px auto;
            max-width: 60px;
            transition: all 0.3s ease 0s;
        }

    .count-default:hover .counter-title h3:before {
        border-top: 1px solid #1abc9c;
        max-width: 96px;
        transition: all 0.3s ease 0s;
    }
/* COUNTER UP */



/* BRAND SLIDER */
.brand-image a {
    display: block;
    text-align: center;
}

.brand-slider-default .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.brand-slider-default .brand-image img {
    padding: 0px 20px;
    width: auto !important;
    display: inline-block !important;
}

.brand-slider-default .owl-item.active {
    animation: flipInY 0.5s;
}

.brand-slider-default .owl-nav {
    position: absolute;
    margin: 0px auto;
    left: 0;
    right: 0;
}

    .brand-slider-default .owl-nav > button {
        color: #827e7e !important;
    }

        .brand-slider-default .owl-nav > button:hover {
            color: white !important;
        }
/* BRAND SLIDER */

/* EXTRA STYLES */
.heading-style-1, .heading-style-1 h1, .heading-style-1 h2, .heading-style-1 h3, .heading-style-1 h4 {
}

.heading-style-2 h1, .heading-style-2 h2, .heading-style-2 h3, .heading-style-2 h4 {
    font-size: 28px;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
}

.heading-style-1 h1:after, .heading-style-1 h2:after, .heading-style-1 h3:after {
}

.heading-style-1 h1, .heading-style-1 h2, .heading-style-1 h3 {
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    color: black;
    margin-bottom: 20px;
    letter-spacing: 0.6px;
    font-weight: 400 !important;
}

    .heading-style-1 h1 b, .heading-style-1 h2 b, .heading-style-1 h3 b {
        font-weight: 800;
    }

.heading-style-2 {
    position: relative;
    color: #000000;
}

.heading-style-3 {
    color: #1b1b1b;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}

.heading-style-4 {
    font-size: 34px;
    color: #272727;
}

.paragraph-style-1 {
}

.paragraph-style-2 {
    line-height: 34px;
    font-size: 15px;
    text-align: center;
    color: #535353 !important;
    max-width: 635px;
    margin: 0px auto;
}

.paragraph-style-3 {
    color: #2b2a2a;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 26px;
}

.paragraph-style-4 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #747474;
}

.ap-style-1 .advanced-paragraph-icon a {
    display: block;
    line-height: 1;
}

.ap-style-1 .advanced-paragraph-icon i {
    color: #ffffff;
    font-size: 22px;
    line-height: 60px;
}

.ap-style-1 .advanced-paragraph-icon {
    width: 60px;
    text-align: center;
    background: #28a745;
    color: white;
    height: 60px;
    border-radius: 50%;
}

.ap-style-1 .icon i {
    font-size: 29px;
    text-align: center;
    color: #ffffff;
    background: #2c8bee;
    width: 66px;
    height: 66px;
    border-radius: 12px;
    line-height: 66px;
    margin-bottom: 30px;
    background: -webkit-linear-gradient(left, #36a0f6 2%, #4fadbc 82%);
    background: linear-gradient(to right, #36a0f6 2%, #4fadbc 82%);
}

.ap-style-1 {
    border-radius: 5px;
}

    .ap-style-1 .advanced-paragraph-content {
        padding-top: 26px;
    }

    .ap-style-1 h1, .ap-style-1 h2, .ap-style-1 h3, .ap-style-1 h4 {
        font-size: 19px;
        font-weight: 500 !important;
        color: #555556;
    }

    .ap-style-1 p {
        font-family: 'open sans', sans-serif;
        font-size: 15px;
        line-height: 28px;
    }

.ap-style-2 {
    border-radius: 5px;
    padding: 30px 20px !important;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
    box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
    transition: ease-in-out 0.3s;
}

    .ap-style-2:hover {
        background: #28a745;
        -webkit-box-shadow: 0 0 10px -2px rgba(127, 123, 123, 0.9);
        box-shadow: 0 0 10px -2px rgba(127, 123, 123, 0.9);
    }

.advanced-paragraph-text {
    margin-top: 15px;
}

    .advanced-paragraph-text a {
        pointer-events: none;
        /* font-size: 15px; */
        /* line-height: 28px; */
    }

.ap-style-2 .advanced-paragraph-text p a {
    color: inherit !important;
    line-height: 26px;
}

.ap-style-2:hover .advanced-paragraph-text a:after {
    color: white;
    border-color: white;
}

.ap-style-2 .advanced-paragraph-icon {
    font-size: 38px;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    height: 80px;
    margin-bottom: 20px;
    margin: 0px auto;
}

.ap-style-2:hover .advanced-paragraph-icon {
}

.ap-style-2 .advanced-paragraph-icon i {
    color: #2b74bc !important;
    line-height: 75px;
}

.ap-style-2:hover .advanced-paragraph-icon i {
    color: #ffffff !important;
}

.ap-style-2 .advanced-paragraph-heading h2, .ap-style-2 .advanced-paragraph-heading h3 {
    font-weight: 400 !important;
    margin-bottom: 15px;
    color: #191818;
    font-size: 18px;
    font-weight: 500 !important;
}

.ap-style-2:hover .advanced-paragraph-heading h2, .ap-style-2:hover .advanced-paragraph-heading h3 {
    color: white;
}

.ap-style-2 .advanced-paragraph-text p {
    font-weight: 400 !important;
}

.ap-style-2:hover .advanced-paragraph-text p {
    color: white;
}

.ap-style-3 .advanced-paragraph-icon {
    height: 100%;
    margin-bottom: auto !important;
    margin-top: auto !important;
}

.ap-style-3 .advanced-paragraph-heading a h3 {
    font-size: 18px;
    color: black;
    font-weight: 500 !important;
}

.ap-style-3 {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    margin-bottom: 15px !important;
    background: #ffffff;
    box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
    padding: 15px !important;
    min-height: 107px !important;
}

    .ap-style-3 .advanced-paragraph-content {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .ap-style-3 .advanced-paragraph-text p {
        margin: 0;
        font-size: 15px;
    }

    .ap-style-3 .advanced-paragraph-icon a {
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 50%;
        color: #ffffff;
        background: #0284d0;
        font-size: 19px;
        margin-right: 18px;
        display: block !important;
    }

        .ap-style-3 .advanced-paragraph-icon a i {
            line-height: 40px;
            color: #ffffff;
        }

blockquote {
    font-style: italic;
    padding: 2rem;
    border-left: 3px solid #28a745;
    background-color: #fbfbfb;
    margin: 40px 0px;
}

.z-index-9 {
    position: relative;
    z-index: 99;
}

.b-1:before {
    content: '';
    position: absolute;
    left: -24px;
    top: -36px;
    width: 90%;
    height: 90%;
    border: 4px solid;
    border-color: #e5e5e5;
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.6s;
    transition-property: opacity, transform;
}

.b-2:before {
    content: '';
    position: absolute;
    left: 15%;
    bottom: -10%;
    width: 90%;
    height: 90%;
    border: 4px solid;
    border-color: #e5e5e5;
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.6s;
    transition-property: opacity, transform;
}

.b-3:after {
}
/* CARD STYLES */

.card-style-1 .card {
    border: 0 !important;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    border-radius: 4px;
    background-color: #f5f5f5;
    padding: 2rem;
    text-align: center;
}

.card-style-1 .card-body {
}

.card-style-1 h5 {
    color: #1b1a1a;
    font-weight: 600;
    font-size: 22px;
}

.card-style-1 h5 {
    color: #1b1a1a;
    font-weight: 600;
    font-size: 22px;
}

.card-style-1 .card .card-image {
    order: 2;
    filter: grayscale(1);
}

.card-style-1:hover .card-image {
    filter: unset;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.card-style-1 .card:hover {
    background: -webkit-linear-gradient(45deg, #ff2900 15%, #fc5130 65%);
    background: linear-gradient(45deg, #ff2900 15%, #fc5130 65%);
}

    .card-style-1 .card:hover .card-title, .card-style-1 .card:hover .card-text {
        color: white;
    }

.card-style-1 .card-body .btn {
    display: none;
}

.card-style-1 .card-body .btn {
    display: none;
}


/* CARD STYLES */
/* Accordion Style-1*/
.accordion-style-1 .card-header {
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0;
}

.accordion-style-1 .card {
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
    background: #fff;
    border: 0 !important;
}

.accordion-style-1 .card-body {
    line-height: 32px;
    color: #827e7e;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

.accordion-style-1 .card-header button {
    padding: 16px 25px;
    color: black;
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

    .accordion-style-1 .card-header button:hover {
        text-decoration: none;
        color: #2b74bc;
    }
/* Accordion Style-1*/
/* DEMO FORM */
.demoForm .card-header {
    border: 0 !important;
    padding: 21px;
}

.demoForm .card {
    border: 0;
}

.demoForm .card-body {
    padding: 38px 0px !important;
}

.demoForm input {
    padding: 12px 20px;
    height: 55px;
}
/* DEMO FORM */
/* EXTRA STYLES */
/* BROWSER STYLE */
.browser {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fff), color-stop(10%, #eef1f3));
    background: linear-gradient(#fff 1%, #eef1f3 10%);
    position: relative;
    padding-top: 2em;
    border-radius: .4em;
}

    .browser:before {
        display: block;
        position: absolute;
        content: '';
        top: 0.75em;
        left: 1em;
        width: 0.5em;
        height: 0.5em;
        border-radius: 50%;
        background: #f44;
        -webkit-box-shadow: 0 0 0 1px #f44, 1.5em 0 0 1px #9b3, 3em 0 0 1px #fb5;
        box-shadow: 0 0 0 1px #f44, 1.5em 0 0 1px #9b3, 3em 0 0 1px #fb5;
    }

    .browser img {
        max-width: 100%;
    }

    .browser.shadow {
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.09);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.09);
    }

    .browser.border {
        border: 1px solid #edf4f8;
    }

.shadow {
    -webkit-box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.15);
}

.shape-wrapper {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.right {
    right: 0;
    left: unset;
    position: absolute;
}
/* BROWSER STYLE */
/* BUTTON STYLES */
button.btn-radio {
    transition: .5s;
    -webkit-transition: .5s;
    position: relative;
    border-radius: 50%;
    background: #fff;
    font-size: 22px;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border: none;
    z-index: 99;
    cursor: pointer;
    margin-top: 40px;
}

    button.btn-radio:after {
        position: absolute;
        left: 50%;
        top: 50%;
        border-radius: 50%;
        -o-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        content: '';
        border-radius: 50%;
        z-index: -1;
        display: block;
        background: rgba(255,255,255,.8);
        width: 80%;
        height: 80%;
        animation: ripple 1.5s infinite;
        -o-animation: ripple 1.5s infinite;
        -moz-animation: ripple 1.5s infinite;
        -webkit-animation: ripple 1.5s infinite;
        -ms-animation: ripple1.5s infinite;
    }

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0px #ffffffc9, 0 0 0 0px #fff, 0 0 0 0px#ffffffc9, 0 0 0 0px #fff, 0 0 0 0px #ffffffc9, 0 0 0 0px #fff, 0 0 0 0px #ffffffc9, 0 0 0 0px #fff;
    }

    100% {
        box-shadow: 0 0 0 30px #ffffff00, 0 0 0 20px rgba(255, 255, 255, 0.05), 0 0 0 0px #ffffff2b, 0 0 0 0px rgba(255,255,255,0), 0 0 0 0px #ffffff70, 0 0 0 0px rgba(255,255,255,0), 0 0 0 0px #ffffff30, 0 0 0 0px rgba(255, 255, 255, 0.17);
    }
}

.btn-link i {
    font-size: 24px;
    float: left;
    margin-right: 8px;
    color: #1e97f0;
}
/* BUTTON STYLES */

.bg-1 {
    background: url(/uploads/bg-1.png) no-repeat 0 0 transparent !important;
}

.bg-2 {
    background: url(/uploads/bg-2.png) no-repeat top right transparent !important;
}

.bg-3 {
    background: url(/uploads/bg-3.png) no-repeat top right transparent !important;
}

.bg-4 {
    background: #f9fcfe !important;
}

.bg-5 {
    background: #e2eafb69 !important;
}

.subtitle {
    position: relative;
}

    .subtitle:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 3px;
        background-color: #1992ec;
        height: 100%;
    }

    .subtitle h1, .subtitle h2, .subtitle h3 {
        position: relative;
        padding-left: 15px;
        font-size: 18px;
        color: #1c86d4;
        font-weight: 600;
        letter-spacing: -0.4px;
        margin-bottom: 20px;
    }

.section {
    position: relative;
}

.abstract-1:before {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #F9FCFE;
    width: 40vw;
    height: 40vw;
    content: "";
    z-index: -1;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.abstract-2:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #F9FCFE;
    width: 40vw;
    height: 40vw;
    content: "";
    z-index: -1;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.absolute-screen {
    position: absolute !important;
    left: 0;
    width: 45vw;
    top: 50%;
    transform: translateY(-50%);
}

    .absolute-screen img {
        box-shadow: 0 10px 100px 0 rgba(51, 77, 136, 0.2);
        border-radius: 10px 10px 10px 10px;
    }
/* FAQ SECTION */
.bg-4 {
    /* background: #F7F8FC;
     */
}
/* FAQ SECTION */
/* FEATURES SECTION */
.featured-item {
    border-radius: 10px;
    background: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-shadow: 0px 0px 15px rgba(158, 158, 158, 0.1);
    padding: 46px 30px 30px 30px;
    position: relative;
}

.icon-box {
    font-size: 28px;
    color: #3297f2;
    width: 70px;
    text-align: left;
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
    margin: 0px auto;
    background: white;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px -6px 8px #d0cbcb30;
    height: 65px;
    line-height: 65px;
}

.featured-item h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 18px;
}

.featured-item p {
    position: relative;
    color: #777777;
    font-size: 15px;
    line-height: 1.8em;
}

.button-style-1 {
    padding: 10px 20px;
    color: #ffffff;
    background: #f962cb;
    -webkit-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
    border-radius: 0;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 26px;
}

    .button-style-1 i {
        margin-right: 10px;
        line-height: 26px;
        display: inline-block;
        float: left;
        font-size: 20px;
    }

    .button-style-1:hover {
        background: #000000;
        color: white;
        -webkit-transition: all 0.4s ease 0.1s;
        transition: all 0.4s ease 0.1s;
    }

.button-style-2 {
    border: 1px solid #3297f2;
    border-radius: 36px;
    padding: 14px 42px;
    font-size: 16px;
    color: #2a8be2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-top:,;
    display: inline-block;
    /* background: #3297f2;
     */
}

.featured-item-2 {
    text-align: center;
    color: white;
    padding: 30px;
}

    .featured-item-2 h3 {
        margin: 20px 0px;
        font-size: 22px;
    }

    .featured-item-2 p {
        line-height: 28px;
        font-size: 15px;
        color: #d9c8ff;
    }

    .featured-item-2 img {
        margin-bottom: 15px;
    }

.vertical-feature {
    padding: 30px;
    margin-bottom: 44px;
    box-shadow: 0px 0px 14px #8080801c;
    border-radius: 9px;
}

    .vertical-feature p {
        position: relative;
        color: #777777;
        font-size: 15px;
        line-height: 1.8em;
        margin: 0;
    }

    .vertical-feature h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 17px;
    }

    .vertical-feature img {
        margin-top: 30px;
    }
/* FEATURES SECTION */
/* EDIT MODULES */
.module {
    position: relative;
    min-height: 20px;
    z-index: 3;
}

.edit-button {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 94;
    background: #f3f3f3;
    border-radius: 4px;
    font-size: 13px;
    padding: 0px 8px;
    border: 1px solid #f3f3f3;
    color: #424141;
    line-height: 26px;
}

header .edit-button {
    top: 100%;
}

.logo .edit-button {
    left: 0;
}

.edit-module .modal-header {
    background: #1d1d1d;
    border-radius: 0;
    color: white;
    font-family: 'Quicksand', sans-serif;
}

    .edit-module .modal-header .modal-title {
        font-size: 18px;
        font-family: 'Rajdhani', sans-serif;
    }

    .edit-module .modal-header .close {
        opacity: 1;
        text-shadow: none;
        color: white;
    }

.edit-module .form-control {
    font-size: 13px !important;
}

.edit-module .btn-secondary {
    background: #403f3f;
    border-color: #403f3f;
}

.edit-list-module .edit-module-image, .edit-list-module .edit-module-upload {
    display: none;
}

a.add-btn {
    background: #2b74bc;
    color: white;
    display: inline-block;
    width: 100%;
    line-height: 3;
    text-align: center;
    border-radius: 3px;
}

a.remove-btn {
    background: #dc3545;
    color: white;
    display: inline-block;
    width: 100%;
    line-height: 3;
    text-align: center;
    border-radius: 3px;
}

.form-preview {
    padding: 16px;
    border: 3px dashed #e7e5e5;
    margin-top: 30px;
}

a.help {
    position: absolute;
    left: 15px;
    /*top: 15px;*/
    color: rgb(44, 41, 41);
    line-height: 22px;
    padding: 8px 0px;
}

.edit-module .modal-footer {
    position: relative;
}

a.remove-image {
    position: absolute;
    background: #232323;
    bottom: 15px;
    right: 15px;
    padding: 4px 16px;
    border-radius: 3px;
    color: white;
}

#moduleTabsContent {
    padding: 15px;
    border: 1px solid #e9e9e9;
}

#moduleTabs {
    border: 0;
}

    #moduleTabs > li > a {
        background: #efefef;
        border: 0;
        border-radius: 0;
        padding: 10px 34px !important;
        margin-right: 2px;
        font-size: 15px;
        font-family: 'Rajdhani', sans-serif;
        font-weight: 500;
    }

        #moduleTabs > li > a.active {
            background: black;
            color: white;
        }

.edit-module h3 {
    font-size: 14px;
}

.edit-module .btn {
    border-radius: 3px !important;
    font-size: 14px;
}

.edit-module .form-control::placeholder {
    font-size: 13px;
}

.edit-module .sub-title {
    background: #fbfbfb;
    padding: 14px 15px;
    margin: 12px 0px;
    font-size: 16px;
    color: #3c3b3b;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
}

.edit-module label {
    color: #3c3b3b;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.edit-module .sub-header {
    background: #f1f1f1;
    margin-bottom: 20px;
    height: 52px;
    padding: 6px 15px;
}

    .edit-module .sub-header h2 {
        float: left;
        font-size: 16px;
        margin: 0;
        font-weight: 400;
        line-height: 36px;
    }

    .edit-module .sub-header .ordering-box {
        width: 50px;
        text-align: center;
    }

.add-slide {
    color: white !important;
    width: 100%;
}

.remove-slide, .remove-accordion-tab, .remove-tab, .remove-gallery-item, .remove-pricing-item {
    float: right;
    color: white !important;
    margin-top: 25px;
    padding: 8px 16px;
    border-radius: 3px;
}

.remove-gallery-item {
    position: absolute;
    right: 15px;
    bottom: 0;
}

.gallery-section {
    position: relative;
}

.help-link {
    position: absolute;
    left: 20px;
    font-size: 14px;
}
/* EDIT MODULES */
/* TAB MODULE */
.tab-module .tab-content {
    border: 1px solid gainsboro;
    padding: 14px;
}

.tab-module .nav-tabs {
    border-bottom: 0;
}
/* TAB MODULE */
/* BLOG SLIDER */
.edit-post {
    position: fixed;
    right: 0;
    top: 50%;
    background: #f7f7f7;
    width: 52px;
    text-align: center;
    line-height: 48px;
    color: #2e2d2d;
    font-size: 16px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}

.blog-slider {
    /* margin: 0px -20px; */
}

    .blog-slider .blog-item {
        background-color: #ffffff;
        padding: 0;
        border-radius: 2px;
        margin-bottom: 30px;
    }

    .blog-slider .owl-item {
        /* padding: 20px 20px; */
    }

.blog-item h3 {
    margin: 10px 0px;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .blog-item h3 a {
        color: black;
    }

.blog-item p {
    line-height: 28px;
    color: #6f6c6c;
    font-size: 14px;
}

.blog-item-descriptions {
    border-top: 0;
    background: #ffffff;
    margin: -30px 16px 0;
    position: relative;
    padding: 18px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.19);
}

    .blog-item-descriptions small {
        color: #908c8c;
        font-size: 13px;
    }
/* BLOG SLIDER */
/* BLOG */
.blog-list-page .breadcrumb-area {
    margin-top: -124px;
    background: #0284d0;
    padding-top: 190px;
    margin-bottom: 7rem;
}

.post-image img {
    width: 100%;
}

.post-title {
}

.post-type-1 {
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    text-align: left;
    padding-bottom: 10px !important;
    margin-bottom: 60px !important;
    background: #f9f9f9;
}

.post-container {
    padding: 2rem;
}

.post-title h2 {
    font-weight: 400;
    letter-spacing: 0;
    font-size: 22px;
    margin: 0;
    line-height: 30px;
}

    .post-title h2 a {
        color: black;
    }

.post-info {
    padding: 10px 0px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
}

.blog-post .post-title {
    padding: 20px 0px;
}

.post-info ul li {
    display: inline-block;
    padding-right: 24px;
    font-size: 14px;
    color: #6d6464;
}

a.read-more {
    display: inline-block;
    color: #0284d0;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 500;
    line-height: 28px;
}

    a.read-more i {
        margin-right: 10px;
        font-size: 18px;
        float: left;
        line-height: 28px;
    }

    a.read-more:hover {
        color: #111111;
    }

.post-summary {
}

.post-list-module ul li, .blog-categories-module ul li {
    display: block;
    line-height: 32px;
    border-bottom: 1px solid #d0cdcd;
    padding: 10px 0px;
    font-size: 14px;
}

    .post-list-module ul li:last-child, .blog-categories-module ul li:last-child {
        border-bottom: 0;
    }

.post-list-module h2, .blog-categories-module h2 {
    font-size: 20px;
    margin: 0;
    padding: 20px 0px;
    color: #232222;
    font-weight: 400;
}

    .post-list-module h2 i, .blog-categories-module h2 i {
        color: #00a6f6;
        display: none;
    }

.post-list-type-1 ul, .blog-categories-module ul {
    padding: 0;
    border-top: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

    .blog-categories-module ul li:before {
        content: "\f30b";
        font-family: 'font awesome 5 free';
        font-weight: 900;
        margin-right: 12px;
        color: #e4e4e4;
    }

    .blog-categories-module ul li:hover:before {
        color: #0284d0;
    }

.post-content h2, .post-content h2 span, .post-summary h2 span {
    font-size: 18px;
    font-weight: 500 !important;
    color: black;
    margin-bottom: 15px !important;
}

.blog-post .post-content ul, .html-editor-module ul {
    margin-left: 40px;
    margin-bottom: 40px;
}

    .blog-post .post-content ul li, .html-editor-module ul li {
        line-height: 34px;
    }

.blog-post h2 {
    font-size: 24px !important;
    font-weight: 400 !important;
}

.blog-post h3 {
    font-size: 18px;
    color: black;
    font *we: 600;
    font-weight: 600;
}

.post-content h3 span, .post-content h3 strong {
    font-size: 22px;
    font-weight: 500 !important;
    color: black;
}

.post-content p {
    font-size: 14px;
    color: #656262;
    font-weight: 300;
}

.post-type-1 .post-summary p {
    line-height: 32px;
}

.post-content p strong {
    color: black;
}

.blog-pagination li a {
    background: #e8e8e821;
    border: 1px solid #d6d4d480;
    color: black;
    padding: 0.7rem 1rem;
}

.blog-pagination .page-link:focus {
    background: white;
}

.blog-pagination .page-link:hover {
    background: white;
}

.items-info {
    font-size: 14px;
    margin-bottom: 15px;
}
/* BLOG COMMENTS */
.post-comments {
    margin-top: 35px;
    border: 1px solid #e2e0e0;
    padding: 0px 20px;
    margin: 34px 0px;
}

.total-comment {
    font-weight: 600;
    background: #00a6f6;
    padding: 10px 20px;
    color: white;
    border-bottom-left-radius: 9px;
    display: inline-block;
    border-bottom-right-radius: 9px;
}

.comment-avatar span {
    width: 80px;
    height: 80px;
    background: #f2f2f2;
    display: block;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 700;
    color: #1d1d1d;
}

.comment-author span {
    font-weight: 600;
    font-size: 18px;
    color: black;
    display: block;
}

.comment-info span {
    color: #949494;
}

.comment {
    margin-top: 10px;
}

    .comment p {
        font-size: 14px;
    }

.comment-container form {
    margin-top: 30px !important;
}

.comment-container {
    border-bottom: 1px solid #e2e0e0;
    padding: 20px 0px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
}

.post-comments .comment-container:last-child {
    border-bottom: 0;
}

.reply-button {
    background: #3b405d;
    padding: 6px 16px;
    color: white !important;
    border-radius: 3px;
    display: inline-block;
}

.sub-comment {
    padding-left: 3rem !important;
}

.leave-a-comment {
    margin-top: 40px !important;
}

    .leave-a-comment h4 {
        font-weight: 600;
        font-size: 22px;
        color: black;
        display: block;
        border-bottom: 1px solid #e2e0e0;
        padding-bottom: 14px;
        margin-bottom: 30px;
    }
/* BLOG COMMENTS */
/* BLOG */
/* HTML EDIYOR */
.module.html-editor-module {
    min-height: 40px;
}

.html-editor-module h2, .html-editor-module h2, .html-editor-module h3 {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 30px;
}

.html-editor-module p {
    line-height: 1.1;
    font-size: 15px;
}

.html-editor-module .progress {
    margin-bottom: 55px;
    position: relative;
    overflow: visible;
    height: 6px;
    border-radius: 36px;
}

.progress-bar p {
    position: absolute;
    right: 10px;
    top: -28px;
    color: #444343;
    font-size: 12px;
}

.html-editor-module .progress label {
    display: block;
    position: absolute;
    top: -30px;
    color: black;
    font-size: 15px;
    font-weight: 500;
}
/* HTML EDIYOR */
/* LOGIN - REGISTER */
.loginForm {
    border: 1px solid #f1f0f0;
    padding: 20px;
}

.title-type-1 {
    border: 1px solid #efefef;
    margin-bottom: 20px;
    border-radius: 4px;
}

    .title-type-1 span {
        font-family: 'Rajdhani', sans-serif;
        font-weight: 600;
        font-size: 17px;
        display: block;
        line-height: 42px;
    }

        .title-type-1 span i {
            font-size: 14px;
            background: #fbfbfb;
            height: 42px;
            float: left;
            color: #0a0b0b;
            line-height: 42px;
            width: 42px;
            text-align: center;
            margin-right: 15px;
            border-bottom: 0;
            border-right: 1px solid #efefef;
        }

.title-type-2 {
    border-top-left-radius: 2px;
    background: #f7f9fa;
    /* padding: 16px 20px;
     */
    overflow: hidden;
    border-top-right-radius: 2px;
}

    .title-type-2 span {
        padding: 0px 20px;
        font-family: 'Rajdhani', sans-serif;
        font-weight: 600;
        font-size: 20px;
        line-height: 60px;
    }

        .title-type-2 span i {
            background: #525253;
            float: left;
            padding: 0;
            line-height: 46px;
            width: 46px;
            text-align: center;
            margin-right: 15px;
            font-size: 14px;
            color: #f5f5f5;
        }

.title-type-3 {
    background: #f7f7f7;
    line-height: 48px;
    padding: 0px 16px;
    color: #2a2929;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Quicksand';
    margin-bottom: 25px;
}

    .title-type-3 span i {
        margin-right: 10px;
    }

.btn-register {
    background: #208fd0;
    border-radius: 3px;
    color: white !important;
    padding: 6px 24px;
}

.btn-register-2 {
    background: #35404e;
    border-radius: 3px;
    color: white !important;
    padding: 6px 24px;
}

span.step {
    width: 32px;
    background: #3bd2a8;
    border-radius: 50%;
    padding: 0;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    color: white;
    margin-left: 15px;
}
/* LOGIN - REGISTER */
/*TERMS */
.terms h1 {
    font-size: 16px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
}

.terms h3 {
    font-size: 16px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    background: #f7f7f7;
    padding: 16px;
    margin: 20px 0px;
    color: black;
}

.underline a {
    text-decoration: underline;
}

.underline .custom-control-label {
    color: black !important;
}
/* TERMS */
/*CART*/
#count {
    width: 50px;
    text-align: center;
    line-height: 32px;
    border-radius: 0;
    height: 45px;
    box-shadow: unset !important;
    float: left;
    border: 1px solid #e7e7e7 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    background: white;
}

.cart-product-quantity button {
    border: 1px solid #e7e7e7 !important;
    background: white;
    line-height: 30px;
    font-size: 10px;
    height: 34px;
    float: left;
    width: 26px;
    text-align: center;
}

.cart-product-name {
    font-size: 15px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
}

.cart-table {
    font-family: 'Rajdhani', sans-serif;
    min-width: 650px;
}

    .cart-table th {
        font-size: 16px;
    }

    .cart-table td {
        font-size: 17px;
        font-weight: 500;
    }

button.delete-item {
    background: transparent;
    border: 0;
    color: #e76b6b;
    font-size: 22px;
}

    button.delete-item:hover {
        color: #343a40;
    }

table.total-table th {
    font-weight: 600;
}

.order-note h2 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 18px;
    background: #f7f9fa;
    line-height: 62px;
    padding: 0px 20px;
    border: 1px solid #dee2e6;
    margin-bottom: 15px;
}

.order-note-title {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 18px;
    background: #f7f9fa;
    line-height: 62px;
    padding: 0px 20px;
    border: 1px solid #dee2e6;
    margin-bottom: 0;
}

.order-note {
    border: 1px solid #f7f9fa;
}

    .order-note textarea {
        border: 1px solid #f3f3f3;
    }

        .order-note textarea::placeholder {
            color: #d0d0d0;
            font-size: 13px;
        }

.payment-section {
    /* border: 1px solid #f7f9fa;
     */
    /* padding: 15px;
     */
}

    .payment-section .custom-control {
        background: #f7f9fa;
        margin-bottom: 15px;
        padding: 20px 14px;
        margin: 10px 0px;
    }

    .payment-section .custom-checkbox {
        padding: 4px 0px;
        background: transparent;
        margin: 0;
    }

        .payment-section .custom-checkbox label {
            font-size: 13px;
            font-family: 'poppins', sans-serif;
            font-weight: 400;
        }

            .payment-section .custom-checkbox label a {
                font-weight: 500;
            }

    .payment-section .custom-control-label i {
        width: 25px;
        text-align: center;
    }

    .payment-section .custom-control-label::before {
        left: 0;
    }

    .payment-section .custom-control-label::after {
        left: 0;
    }

    .payment-section .custom-control-label {
        padding: 2px 26px;
        font-size: 16px;
        font-family: 'Rajdhani', sans-serif;
        font-weight: 500;
    }

.billing-section .form-control, .billing-section select, .billing-section textarea {
    background: #f7f9fa69;
    border: 1px solid #e7ebed;
}

.support-form input, .support-form textarea {
    background: #f7f9fa69;
    border: 1px solid #e3e3e3;
}
/* CART */
/* ACCOUNT */
.static-content {
    padding: 15px;
    border: 1px solid #f1f0f0;
}

.support-form {
    border: 1px solid #f1f0f0;
    padding: 20px;
}

.account-tabs > li {
    background: transparent;
    border: 0;
    background: #f7f9fa;
}

.account-tabs {
    /* background: #f7f9fa;
     */
    border-bottom: 0;
}

    .account-tabs > li a {
        border: 0 !important;
        line-height: 60px;
        padding: 0px 20px;
        font-family: 'Rajdhani', sans-serif;
        font-weight: 600;
        font-size: 16px;
        border-right: 1px solid #e9e2e2 !important;
        border-radius: 0 !important;
    }

        .account-tabs > li a.active {
            background-color: #f7f9fa !important;
            color: #297cc3 !important;
        }
/* ACCOUNT */
/*PRICING TABLE*/
.pricing-table {
    position: relative;
    padding: 2.5rem 0;
    margin: 0 auto;
    z-index: 1;
    transition: 1s;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

    .pricing-table:hover {
    }

    .pricing-table.featured {
        margin-top: -36px;
        z-index: 2;
        position: relative;
        box-shadow: 0 0 41px rgba(0, 0, 0, 0.22);
    }

.pricing-header {
    position: relative;
    text-align: center;
}

.pricing-price {
    position: relative;
    font-size: 50px;
    color: #28a745;
    font-weight: 300;
    text-align: center;
    margin-top: 20px;
    padding: 0;
    max-width: 100%;
    margin: 0px auto;
    line-height: 50px;
    font-family: 'open sans', sans-serif;
}

    .pricing-price > span {
        position: relative;
    }

.pricing-table .suffix {
    font-size: 13px;
    position: absolute;
    top: 0;
    font-weight: 600;
    color: #8a8a8a;
    line-height: 30px;
}

.pricing-table .prefix {
    display: block;
    font-size: 19px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
    background: #28a745;
    padding: 20px;
    margin-top: 49px;
    margin-bottom: 30px;
}

.pricing-table .currency {
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    position: absolute;
    top: 14px;
    margin-left: 10px;
}

.pricing-header h2 {
    font-weight: 400;
    color: #212121;
    font-size: 42px;
    margin-bottom: 30px;
}

.pricing-header svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
}

.pricing-table ul {
    margin-bottom: 45px;
    position: relative;
    z-index: 2;
    padding: 0px 30px 30px;
    margin-bottom: 0;
}

    .pricing-table ul li {
        list-style: none;
        text-align: left;
        line-height: 50px;
        font-weight: 400;
        font-size: 16px;
        color: #737379;
        border-bottom: 1px solid #e1e1e1;
        position: relative;
        transition: .3s;
    }

        .pricing-table ul li:hover {
            text-indent: 20px;
            transition: .3s;
        }

        .pricing-table ul li i {
            position: absolute;
            right: 20px;
            top: 18px;
            font-size: 20px;
            color: #444444;
        }

        .pricing-table ul li .fa-times-circle {
            color: #fd7358;
        }

a.pricing-button {
    padding: 12px 0px;
    font-weight: 500;
    color: #ffffff;
    background: #28a745;
    border: 1px solid #28a745;
    -webkit-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
    border-radius: 3px;
    font-size: 15px;
    display: block;
    max-width: 168px;
    margin: 0px auto;
    text-align: center;
    letter-spacing: 0.5px;
}

    a.pricing-button:hover {
        background: #1f9239;
        color: white;
        border: 1px solid transparent;
    }


.pricing-table:hover:after {
    -webkit-transform: rotate(16deg);
    transform: rotate(16deg);
}

.border-left-1 {
    /* border-left: 1px solid #efe7e7 !important;
     */
}

.pricing-table ul li.fa-check {
    color: #59dc2f;
    margin-right: 10px;
}

.pricing-table ul li .fa-times {
    color: red;
    margin-right: 10px;
}

.pricing-table ul li .fa-check {
    color: #59dc2f;
    margin-right: 10px;
}

.featured.pricing-table .prefix {
    background: #0284d0 !important;
}

.featured.pricing-table .pricing-price {
    color: #0283ce;
}

.featured.pricing-table .pricing-button {
    background: #0284d0;
}
/*PRICING TABLE*/
/*BUTTON MODULE*/
button.video-btn {
    transition: .5s;
    -webkit-transition: .5s;
    position: relative;
    border-radius: 50%;
    background: #ffffff;
    font-size: 18px;
    height: 58px;
    width: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border: none;
    z-index: 99;
    cursor: pointer;
    display: inline-block;
    margin: 0px 10px;
    padding: 0;
}

    button.video-btn:before {
        content: "\f04b";
        font-family: 'font awesome 5 free';
        font-weight: 900;
        color: #2ca4fb;
        line-height: 58px;
    }

    button.video-btn:after {
        position: absolute;
        left: 50%;
        top: 50%;
        border-radius: 50%;
        -o-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        content: '';
        border-radius: 50%;
        z-index: -1;
        display: block;
        background: transparent;
        width: 80%;
        height: 80%;
        animation: ripple 1.5s infinite;
        -o-animation: ripple 1.5s infinite;
        -moz-animation: ripple 1.5s infinite;
        -webkit-animation: ripple 1.5s infinite;
        -ms-animation: ripple1.5s infinite;
    }

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0px #ffffff, 0 0 0 0px #ffffff, 0 0 0 0px#ffffffc9, 0 0 0 0px #ffffff, 0 0 0 0px #54c1ff, 0 0 0 0px #b3e3ff, 0 0 0 0px #d8f1ff, 0 0 0 0px #bbe6ff;
    }

    100% {
        box-shadow: 0 0 0 30px #ffffff00, 0 0 0 20px rgba(255, 255, 255, 0.05), 0 0 0 0px #ffffff2b, 0 0 0 0px rgba(255,255,255,0), 0 0 0 0px #ffffff70, 0 0 0 0px rgba(255,255,255,0), 0 0 0 0px #ffffff30, 0 0 0 0px rgba(255, 255, 255, 0.17);
    }
}

button.video-btn-2 {
    background: #f56262;
}

    button.video-btn-2:after {
        animation: ripple-2 1.5s infinite;
        -o-animation: ripple-2 1.5s infinite;
        -moz-animation: ripple-2 1.5s infinite;
        -webkit-animation: ripple-2 1.5s infinite;
        -ms-animation: ripple1.5s-2 infinite;
    }

@keyframes ripple-2 {
    0% {
        box-shadow: 0 0 0 0px #f56262, 0 0 0 0px #f56262, 0 0 0 0px#ffffffc9, 0 0 0 0px #f56262, 0 0 0 0px #54c1ff, 0 0 0 0px #b3e3ff, 0 0 0 0px #d8f1ff, 0 0 0 0px #bbe6ff;
    }

    100% {
        box-shadow: 0 0 0 30px #ffffff00, 0 0 0 20px rgba(255, 255, 255, 0.05), 0 0 0 0px #ffffff2b, 0 0 0 0px rgba(255,255,255,0), 0 0 0 0px #ffffff70, 0 0 0 0px rgba(255,255,255,0), 0 0 0 0px #ffffff30, 0 0 0 0px rgba(255, 255, 255, 0.17);
    }
}

button.video-btn-2:before {
    color: white;
}
/*BUTTON MODULE*/
/* ACCORDION MODULE */
.style-1 .card-header {
    border-radius: 0;
    background: #f5f7fb;
    margin-bottom: 16px !important;
    border: 0 !important;
    border: 1px solid #ededed;
    padding: 0px 12px;
    font-weight: 400;
}

.style-1 .card-header {
}

.style-1 .cart-body {
    color: #3bd2a8;
}

.style-1 .card {
    border: 0;
}

.card-header button:before {
    content: "\f139";
    font-weight: 900;
    font-family: 'font awesome 5 free';
    font-size: 20px;
    position: absolute;
    left: 20px;
    color: #3bd2a8;
}

.style-1 .card-header button.collapsed:before {
    content: "\f13a";
}

.style-1 .card-header button {
    color: #2a2828;
    /* font-family: 'Montserrat', sans-serif;
     */
    font-weight: 500;
    font-size: 15px;
    line-height: 42px;
    padding-left: 38px;
    width: 100%;
    text-align: left;
}

.style-1 .card-body {
    line-height: 28px;
    color: #686b75;
    font-size: 14px;
    padding-top: 0;
    padding: 10px 0px 20px 0px;
}
/* ACCORDION MODULE */
/* PRODUCT PAGE */
#fancyModal {
    max-width: 500px;
}

.product-detail {
    padding: 20px;
    border: 1px solid gainsboro;
}

h1.product-name {
    font-size: 26px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    margin-bottom: 24px;
}

.short-description {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 27px;
}

    .short-description p {
        margin: 0;
        color: #554f4f;
    }

.product-price {
    font-size: 22px;
    color: #279ff7;
}

    .product-price span {
        font-weight: 700;
        font-family: 'Rajdhani', sans-serif;
        font-size: 26px;
    }

    .product-price label {
        font-family: 'Rajdhani', sans-serif;
        font-weight: 600;
        font-size: 22px;
        margin: 0;
    }

h2.product-name {
    font-size: 19px;
    font-weight: 500;
    color: black;
    margin-bottom: 0;
    font-family: 'poppins', sans-serif;
}

.short-description p {
    color: #868282;
}

.product-detail-tabs .tab-content {
    border: 1px solid #e9e6e6;
    padding: 15px;
    line-height: 30px;
}

.product-quantity button {
    border: 1px solid #e7e7e7 !important;
    background: #f7f7f7;
    line-height: 30px;
    font-size: 10px;
    height: 45px;
    float: left;
    width: 26px;
    text-align: center;
}

#fancyModal h2 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    margin-bottom: 16px;
    font-size: 20px;
}
/* PRODUCT PAGE */
/* BREADCRUMB */
.breadcrumb-area {
    color: #ffffff;
    text-align: center;
    position: relative;
    padding-top: 180px;
    padding-bottom: 100px;
    margin-bottom: 40px;
    background-size: contain;
    background-position: 82% 20px;
    margin-top: -120px;
    background: url(/uploads/images/tema04/t4-slider-1.jpg) center center;
}
    .breadcrumb-area:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0.4;
    }
    .breadcrumb-area .container {
        z-index: 4;
        position: relative;
    }
    .breadcrumb-area .breadcrumb {
        margin: 0;
        background: transparent;
        border-radius: 0;
        padding: 14px 10px 10px 20px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        display: inline-block;
        width: auto;
    }

        .breadcrumb-area .breadcrumb li {
            display: inline-block;
            padding-right: 22px;
        }

            .breadcrumb-area .breadcrumb li:first-child a {
                /* color: #191919; */
            }

        .breadcrumb-area .breadcrumb a {
            font-size: 15px;
            line-height: 32px;
            color: #ffffff;
        }

        .breadcrumb-area .breadcrumb li:last-child {
            padding-right: 0 !important;
        }

        .breadcrumb-area .breadcrumb a:after {
            content: "\f054";
            font-family: 'font awesome 5 free';
            font-weight: 900;
            position: relative;
            left: 12px;
            font-size: 10px;
        }

        .breadcrumb-area .breadcrumb li:last-child a:after {
            opacity: 0;
        }

    .breadcrumb-area p {
        max-width: 600px;
        line-height: 28px;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 60px;
        font-family: 'quicksand';
    }

    .breadcrumb-area h1 {
        font-size: 48px;
        margin: 0;
        font-weight: 300;
        color: #ffffff;
    }

        .breadcrumb-area h1 .first-word {
            color: #ffffff;
            font-weight: 700;
        }
/* BREADCRUMB */
/* CONTACT */
.contact-card {
    text-align: center;
}

    .contact-card:hover {
        -webkit-animation: jello 1s;
        animation: jello 1s;
    }

    .contact-card .icon {
        background: #29e194;
        width: 80px;
        height: 80px;
        color: white;
        padding: 0;
        font-size: 34px;
        text-align: center;
        margin: 0px auto;
        border-radius: 50%;
        margin-bottom: 14px;
    }

        .contact-card .icon a {
            color: white;
        }

        .contact-card .icon i {
            line-height: 80px;
        }

    .contact-card h3 {
        font-size: 20px;
        color: black;
    }
/* CONTACT */
/* ICONS */
i.icon-1 {
    display: inline-flex;
    width: 150px;
    height: 150px;
    background: url(/uploads/icon1.png) no-repeat center center transparent;
}

i.icon-2 {
    display: inline-flex;
    width: 150px;
    height: 150px;
    background: url(/uploads/icon2.png) no-repeat center center transparent;
}

i.icon-3 {
    display: inline-flex;
    width: 150px;
    height: 150px;
    background: url(/uploads/icon3.png) no-repeat center center transparent;
}
/* ICONS */
/* PORTFOLIO */
.portfolio-item {
    position: relative;
    margin-bottom: 30px;
}

.portfolio-description h2 {
    font-size: 19px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 45%;
}

    .portfolio-description h2 a {
        color: black;
    }

.portfolio-description p {
    font-size: 14px;
    color: #080808;
}

.portfolio-img img {
    margin: 0;
}

.portfolio-description {
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    background: #ffffffde;
    opacity: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.portfolio-item:hover .portfolio-description {
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.portfolio-item:hover .portfolio-description {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.theme-type {
    position: absolute;
    right: 0;
    background: white;
    padding: 8px 20px;
    background: #3fb158cc;
    color: white;
    top: 32px;
}

    .theme-type.premium {
        background: #1173a3;
    }

.portfolio-item:hover .portfolio-img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.portfolio-item .portfolio-img img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
}

.portfolio-img {
    position: relative;
    overflow: hidden;
}

.portfolio-buttons a {
    width: 32px;
    height: 32px;
    margin: 0;
    line-height: 32px;
    text-align: center;
    color: #ffffff !important;
    border-radius: 50%;
    padding: 0;
    border: 0;
    background: black;
    font-size: 12px;
    padding: 2px;
    text-align: center;
}

    .portfolio-buttons a i {
    }

.portfolio-buttons {
    /* position: absolute; */
    left: 0;
    right: 0;
    bottom: 20%;
    opacity: 0;
}

.portfolio-item:hover .portfolio-buttons {
    opacity: 1;
}
/* PORTFOLIO */
/* DYNAMIC FORM*/
.dynamic-form .form-control {
    background: #efefef;
    border: 0;
    font-size: 15px;
}

.dynamic-form .btn-success {
    background: #0284d0;
    border-color: #0284d0;
}
/* DYNAMIC FORM*/
/* LIST */
.list-module.module {
    min-height: 73px;
}

.list-style-1 i {
    position: absolute;
    right: 25px;
    top: 38%;
    font-size: 30px;
    color: #e2eafb;
}

.list-style-1 a {
    margin-bottom: 20px;
    background: transparent;
    padding: 0;
    border: 0;
    pointer-events: none !important;
}

    .list-style-1 a:hover i {
        color: #3a3a3a;
        right: 20px;
        transition: all 0.3s ease-in-out;
    }

.list-style-1 p {
    line-height: 28px;
}

.list-style-1 h5 {
    margin-bottom: 5px !important;
    font-size: 16px;
    font-weight: 500 !important;
    color: black;
}

.list-style-3 .list-group-item {
    background: transparent;
    border: 0;
    padding: 5px 0px;
    border-bottom: 1px solid #d6d4d4;
    border-radius: 0 !important;
}

    .list-style-3 .list-group-item h5 {
        font-size: 14px;
        font-weight: 600;
        color: black;
        margin: 0 !important;
    }

    .list-style-3 .list-group-item p {
        margin-top: 5px;
        font-size: 13px;
    }
/* LIST */
/* GALLERY */

.fancy-item {
    overflow: hidden;
    margin-bottom: 12px;
}

    .fancy-item:hover a img {
        transform: scale(1.2);
        transition: all 0.5s ease-in-out;
    }

    .fancy-item a img {
        transition: all 0.3s ease-in-out;
    }

    .fancy-item:hover .fancybox:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000000bd;
        z-index: 9;
    }

    .fancy-item:hover .fancybox {
        position: relative;
    }

    .fancy-item .image-caption {
        color: white;
        display: inline-block !important;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
        opacity: 0;
        font-weight: 400;
        font-size: 18px;
        z-index: 99;
        font-family: 'open sans', sans-serif;
    }

    .fancy-item:hover .fancybox .image-caption {
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }
/* GALLERY */
/* FOOTER */
footer {
    position: relative;
    padding-top: 90px;
    background-color: #0284d0;
}

.footer-logo {
    text-align: center;
    color: #ffffff;
}

    .footer-logo a {
        color: #ffffff;
        font-size: 3rem;
        margin-bottom: 40px;
        font-weight: 300;
        letter-spacing: 1px;
    }

    .footer-logo img {
        /* filter: invert(1); */
        margin-bottom: 30px;
    }
/*Footer Menu*/
.footer-menu {
    padding: 0;
}

    .footer-menu .navbar-nav > li > .dropdown-menu {
        display: block;
        border: none;
        margin: 0;
        position: unset;
        background: transparent;
        border-radius: 0;
    }

        .footer-menu .navbar-nav > li > .dropdown-menu a {
            padding: 0;
            font-size: 14px;
            line-height: 42px;
            font-family: 'Montserrat', sans-serif;
            color: #808080;
            text-align: center;
        }

    .footer-menu .navbar-nav > li > a {
        padding: 0 !important;
        line-height: 36px;
        font-size: 19px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        color: #808080;
        text-align: center;
    }

        .footer-menu .navbar-nav > li > a:after {
            display: none;
        }

nav.footer-menu.navbar.navbar-expand-lg:after {
    /* content: "\f105";
     */
}

.footer-menu .navbar-nav > li > .dropdown-menu a:before {
    content: "\f105";
    font-weight: 900;
    font-family: 'font awesome 5 free';
    margin-right: 10px;
}

/*Footer Menu*/
/*Social Menu*/
.social-menu {
    /* margin: 30px 0px; */
}

footer .social-menu .navbar-nav {
    margin: 20px auto !important;
}

    footer .social-menu .navbar-nav li a {
        background: transparent;
        border: 1px solid #ffffff;
        color: #ffffff;
        border-radius: 50%;
    }

        footer .social-menu .navbar-nav li a:hover {
            background: white;
            color: black;
        }

.social-menu .navbar-nav {
    /* margin: 0px 10%; */
}

    .social-menu .navbar-nav > li > a {
        color: #ffffff;
        margin: 0px 5px;
        width: 36px;
        text-align: center;
        border-radius: 4px;
        padding: 0;
        line-height: 36px;
        background: #f962cb;
    }

        .social-menu .navbar-nav > li > a:hover {
            /* color: #ffffff; */
            background: black;
        }
/*Social Menu*/
.footer-bottom {
    padding: 18px 0px;
    line-height: 36px;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    background: #0b7bbd;
    color: #ffffff;
    margin-top: 32px;
}

    .footer-bottom a {
        color: #ffffff;
    }

    .footer-bottom i {
        font-size: 24px;
        line-height: 36px;
    }
/* FOOTER */
.master-image-link {
    background: url(Uploads/imagename.jpg) no-repeat left center #f9f9f9;
    display: block;
    height: 160px;
}

.module-post.jackInTheBox {
    animation-name: jackInTheBox;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

.section-key {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 97;
    opacity: 0.5;
    color: #979797;
    cursor: pointer;
    filter: invert(1);
}

#section-counter .section-key {
    position: relative;
    right: 0;
    width: 30px;
    float: right;
}
