/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* [Master Stylesheet] */

/* --------------------------------------------
:: Template Name:
-------------------------------------------- */

/* =========== [Master Stylesheet] ============

 :: Import Fonts & All CSS
 :: Preloader CSS
 :: Reboot CSS


===================================== */

/* Import Fonts & All CSS */

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@600;700;800&family=Open+Sans:wght@400;500&display=swap');

/* Preloader Css */

#preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9000;
    background-color: #0f0826;
}

.loader {
    width: 110px;
    height: 90px;
    margin: 50px auto 0;
    position: relative;
}

.loader span {
    background-image: -o-linear-gradient(right bottom, #fd562a, rgba(211, 40, 83, 0.70), rgba(148, 31, 95, 0.80), #4f2155, #161634);
    background-image: -webkit-gradient(linear, right bottom, left top, from(#fd562a), color-stop(rgba(211, 40, 83, 0.70)), color-stop(rgba(148, 31, 95, 0.80)), color-stop(#4f2155), to(#161634));
    background-image: linear-gradient(to left top, #fd562a, rgba(211, 40, 83, 0.70), rgba(148, 31, 95, 0.80), #4f2155, #161634);
    width: 6px;
    height: 90px;
    border-radius: 10px;
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    position: absolute;
    top: 50%;
    animation: animate 0.7s infinite alternate-reverse;
}

.loader span:nth-child(1) {
    margin-left: 0px;
}

.loader span:nth-child(2) {
    margin-left: 14px;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loader span:nth-child(3) {
    margin-left: 28px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loader span:nth-child(4) {
    margin-left: 42px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loader span:nth-child(5) {
    margin-left: 56px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loader span:nth-child(6) {
    margin-left: 70px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.loader span:nth-child(7) {
    margin-left: 84px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.loader span:nth-child(8) {
    margin-left: 98px;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@-webkit-keyframes animate {
    0% {
        height: 5px;
        -webkit-transform: translateY(-50%) rotate(40deg);
        transform: translateY(-50%) rotate(40deg);
    }

    100% {
        height: 90px;
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
    }
}

@keyframes animate {
    0% {
        height: 5px;
        -webkit-transform: translateY(-50%) rotate(40deg);
        transform: translateY(-50%) rotate(40deg);
    }

    100% {
        height: 90px;
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
    }
}

/* :: Reboot CSS */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    line-height: 1.7;
    color: #02021E;
}


li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito Sans', sans-serif;
    color: #02021E;
    font-weight: 800;
    line-height: 1.3;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    font-family: 'Nunito Sans', sans-serif;
}

ul {
    margin: 0px;
    padding: 0px
}

li {
    list-style: none
}

p {
    font-size: 16px;
    color: rgba(34, 34, 34);
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: 1.7;
    letter-spacing: 0.5px;
}

.bg-color-cu {
    background-color: #f2f5f2;
}

img {
    max-width: 100%;
    height: auto;
}

.section-padding-350-50 {
    padding-top: 350px;
    padding-bottom: 50px;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section-padding-0-70 {
    padding-top: 0;
    padding-bottom: 70px;
}

.section-padding-0-50 {
    padding-top: 0;
    padding-bottom: 50px;
}

.section-padding-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.section-padding-100-50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-0-50 {
    padding-top: 0;
    padding-bottom: 50px;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.mb-65 {
    margin-bottom: 67px
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-100 {
    margin-bottom: 100px;
}

.pb-50 {
    padding-bottom: 50px;
}

.welcome-thumb {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: bounce_fountainG;
    animation-name: bounce_fountainG;
    -webkit-animation-duration: 43s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
}


@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounce_fountainG {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}



.bg-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}

.bg-overlay::before {
    position: absolute;
    content: "";
    background-color: #060826;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.92;
}

.bg-overlay-2 {
    position: relative;
    z-index: 1;
}

.bg-overlay-2::before {
    position: absolute;
    content: "";
    background-color: #161634;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.92;
}

.bg-overlay-3 {
    position: relative;
    z-index: 1;
}

.bg-overlay-3::before {
    position: absolute;
    content: "";
    background-color: #161634;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.40;
}

#scrollUp {
    width: 45px;
    height: 45px;
    background-color: #fd562a;
    bottom: 30px;
    right: 30px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 43px;
    -webkit-box-shadow: 0 1px 26px 0 rgba(255, 255, 255, 0.15);
    box-shadow: 0 1px 26px 0 rgba(255, 255, 255, 0.15);
    border-radius: 3px;
    opacity: 30%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

#scrollUp:hover {
    opacity: 1;
}

.letters-loading {
    color: #fff;
    font-size: 44px;
}

.animation-preloader p {
    color: #fff;
    letter-spacing: 12px;
    margin-bottom: 0;
}


.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-70 {
    margin-top: 70px;
}

.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-title {
    margin-bottom: 70px;
}

.section-title p {
    font-size: 17px;
    margin-bottom: 0;
}

.section-title.t_center {
    text-align: center;
    position: relative;
    z-index: 2;
}

.section-title h6 {
    font-family: 'Dancing Script', cursive;
    position: absolute;
    left: 0px;
    right: 0;
    font-size: 100px;
    top: -40px;
    color: #eef0fe;
    z-index: -1;
    font-weight: 600;
}

.heading-sub {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fd562a;
}

.heading-title {
    font-size: 48px;
    margin-bottom: 70px;
    color: #02021E;
    text-transform: capitalize;
    letter-spacing: 1px;
}


.mb-50 {
    margin-bottom: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.font-16 {
    font-size: 16px;
}

.bg-gray-color {
    background-color: rgba(2, 2, 30, 0.02);
}

/* Header Area Css */
.site-menu-main .nav-link-item {
    color: #02021E;
}

.sign-btn {
    background-color: #F54748;
    font-weight: normal;
    border: none;
    color: #fff;
    padding: 8px 25px;
    font-size: 16px;
    border-radius: 22px;
    line-height: 1.5;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.sign-btn:hover {
    background-color: #fff;
    color: #F54748;
    -webkit-box-shadow: 0px 4px 9px rgba(8, 15, 30, 0.20);
    box-shadow: 0px 4px 9px rgba(8, 15, 30, 0.20);
}


.brand-logo a img {
    width: 40px;
}

.navbar.site-navbar {

    padding: 0 29px;
    border-radius: 5px 5px 0 0;
    margin-top: 10px;
}

.site-menu-main .nav-link-item {
    padding-top: 20px !important;
    padding-bottom: 18px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.site-menu-main .nav-link-item:hover {
    color: #F54748;
}

.nav-link-item.sign {
    padding-top: 15px !important;
    padding-bottom: 0 !important;
}

.reveal-header .nav-link-item {
    color: #02021E !important;
}

.login-btn {
    background-color: transparent;
    border: none;
    font-weight: 700;
    padding-top: 3px;
    font-size: 18px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.login-btn:hover {
    color: #F54748;
}

.reveal-header {
    background: #fff !important;
}

/* Welcome Area Css */

.welcome-area {
    /* height: 900px; */
    position: relative;
}

.welcome-content {
    margin-top: 70px;
    position: relative;
    z-index: 9;
}

.welcome-image {
    margin-top: 30px;
}

.welcome-btn {
    background-color: #F54748;
    color: #fff;
    height: 56px;
    min-width: 200px;
    display: inline-block;
    line-height: 56px;
    text-align: center;
    font-size: 17px;
    text-transform: capitalize;
    border-radius: 43px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-right: 10px;
    letter-spacing: .5px;
    font-weight: 700;
    padding: 0;
}

.welcome-btn:hover {
    color: #fff;
    background-color: #02021E;
}

.welcome-btn.two {
    border: 2px solid #F54748;
    background-color: transparent;
    color: #02021E;
    line-height: 52px;
}

.welcome-btn.two:hover {
    color: #fff;
    background-color: #F54748;
}

.bg-shape-image {
    position: absolute;
    bottom: 35px;
    right: 42%;
    opacity: 0.08 !important;
    z-index: -1;
}

.welcome-content h3 {
    font-size: 64px;
    font-weight: 800;

}

.welcome-content p {
    font-size: 22px;
    margin-bottom: 40px;
}

.welcome-search-from {
    position: relative;
}

.welcome-search-from .form-control {
    height: 70px;
    border-radius: 50px;
    border-color: #ccc;
    background-color: rgba(255, 255, 255, 0.80);
    position: relative;
}

.welcome-search-from .submit-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background-color: #F54748;
    width: 180px;
    display: inline-block;
    color: #fff;
    height: 50px;
    border: none;
    border-radius: 30px;
    font-weight: normal;
    font-size: 17px;
    letter-spacing: 1px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.welcome-search-from .submit-btn:hover {
    background-color: #A64B2A;
}

.welcome-search-from p {
    font-size: 17px;
    margin-top: 15px;
    font-weight: normal;
    margin-bottom: 0;
}

.welcome-search-from .form-control:focus {
    border-color: #A64B2A;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.icon.icon-2.welcome {
    right: 68px;
}

.icon.icon-5.welcome {
    right: 30px;
    top: 200px;
}

/* Features Area */

.single-features-area {
    -webkit-box-shadow: 0px 4px 80px rgba(8, 15, 30, 0.10);
    box-shadow: 0px 4px 80px rgba(8, 15, 30, 0.10);
    padding: 50px 30px;
    margin-bottom: 50px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-features-area:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.features-icon {
    margin-bottom: 25px;
}

.single-features-area p {
    margin-bottom: 0;
}

/* About Us Area Css*/

.about-text-area h2 {
    font-weight: 800;
    font-size: 54px;
    margin-bottom: 20px;
}

.about-text-area p {
    font-size: 18px;
}

.image-shadow {
    -webkit-box-shadow: 0 10px 40px -5px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 40px -5px rgba(0, 0, 0, .1);
}

.single-about-card {
    background-color: rgba(2, 2, 30, 0.02);
    padding: 30px;
    border-radius: 2px;
    margin-bottom: 20px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-about-card:hover {
    -webkit-box-shadow: 0 10px 40px -5px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 40px -5px rgba(0, 0, 0, .1);
    background-color: #fff;
}

.about-card-text {
    position: relative;
}

.about-card-text h4 {
    font-size: 22px;
}

.about-card-text p {
    font-size: 15px;
    margin-bottom: 0;
}

.anim-icons.about-card {
    opacity: 0;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
}


.single-about-card:hover .about-card-text .anim-icons.about-card {
    opacity: 1;
}

.single-about-card .icon {
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    text-align: center;
    width: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #F54748;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 20px;
}

.about-image-2 {
    margin-right: 40px;
}

/* Gallery Tab Area Css */

.single-gallery {
    -webkit-box-shadow: 0px 4px 80px rgba(8, 15, 30, 0.10);
    box-shadow: 0px 4px 80px rgba(8, 15, 30, 0.10);
}

.gallery-heading {
    font-weight: 800;
    font-size: 54px;
    margin-bottom: 70px;
}

.gallery-content-text {
    padding: 20px;
}

.gallery-tab #nav-tab {
    background-color: #fff;
    border-radius: 53px;
    padding: 20px;
}

.nav-tabs {
    border-bottom: none;
}

.gallery-tab #nav-tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gallery-tab .nav-link {
    border-radius: 27px;
    padding: 6px 25px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #02021E;
    border: none;
}

.gallery-tab .nav-link.active,
.nav-pills .show>.nav-link {
    color: #F54748;
    background-color: rgba(0, 0, 0, .05);
    border: none;
}

.gallery-content-text h5 a {
    font-size: 19px;
    color: #02021E;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.gallery-content-text h5 a:hover {
    color: #A64B2A;
}

.gallery-content-text p {
    font-size: 16px;
}

.support-area a {
    color: #02021E;
    font-size: 15px;
}

.support-area a img {
    width: 17px;
    margin-right: 2px;
}

/* title Area Css */

.title-heading {
    position: relative;
}

.title-heading span {
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #F54748;
}

.title-heading h2 {
    font-size: 48px;
    margin-bottom: 30px;
}

.title-heading p {
    font-weight: normal;
    font-size: 20px;
}

/* Blog Area Css */

.single-blog-card {
    background-color: rgba(2, 2, 30, 0.02);
    padding: 40px 20px;
    border-radius: 2px;
    margin-bottom: 50px;
}

.single-blog-card h4 {
    margin-top: 25px;
    margin-bottom: 20px;
}

.single-blog-card h4 a {
    color: #02021E;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-blog-card h4 a:hover {
    color: #F54748;
}

.blog-btn a {
    color: #222;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 700;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.blog-btn a:hover {
    color: #F54748;
}

.single-blog-card .blog-header .author-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
    max-width: 50px;
    margin-right: 15px;
}

.single-blog-card .blog-header .author-image img {
    border-radius: 50%;
}

/* Animation Css */

.anim-icons .icon {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;

}

.anim-icons .icon-1 {
    left: 0;
    top: 200px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 2s infinite linear;
    animation: zoom-fade 2s infinite linear;
    opacity: 0.3;
}

.anim-icons .icon-2 {
    right: -30px;
    bottom: 50px;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.anim-icons .icon-3 {
    right: -57px;
    top: 50%;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.anim-icons .icon-4 {
    left: -22px;
    bottom: 150px;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.anim-icons .icon-5 {
    top: 120px;
    right: 0;
    background-repeat: no-repeat;
    opacity: 0.3;
}

/* Team Area Css */

.single-team-area {
    -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
    -webkit-transition-duration: 600ms;
    -o-transition-duration: 600ms;
    transition-duration: 600ms;
    position: relative;
    overflow: hidden;
}

.single-team-area::after {
    position: absolute;
    content: "";
    top: 0;
    left: -500px;
    height: 100%;
    width: 100%;
    background-color: #F54748;
    z-index: -1;
    -webkit-transition-duration: 600ms;
    -o-transition-duration: 600ms;
    transition-duration: 600ms;
}

.team-image {
    padding: 40px;
}

.team-image img {
    border-radius: 50%;
}

.members-info {
    padding: 30px 15px;
    padding-top: 0;
}

.single-team-area:hover::after {
    left: 0;
}

/* Client Area Css */
.single-client-slider {
    background-color: #fff;
    padding: 50px 30px;
    cursor: pointer;
}

.client-image {
    width: 80px;
    margin: auto;
    margin-bottom: 15px;

}

.client-image img {
    border-radius: 50%;
}

.client-info h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 3px;
}

.client-info span {
    font-size: 15px;
    margin-bottom: 15px;
    display: block;
}

.single-client-slider p {
    font-size: 17px;
    margin-bottom: 0;
}

.mb-70 {
    margin-bottom: 70px;
}

.owl-dots {
    text-align: center;
    margin-top: 30px;
    border-radius: 2px;
}

.owl-dots .owl-dot {
    background-color: rgba(17, 17, 17, 0.15);
    height: 15px;
    width: 15px;
    margin: 0 5px;
    display: inline-block;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.owl-dots .owl-dot.active {
    background-color: #F54748;
}

/* Price Table Area Css */

.sinlge-price-table {
    -webkit-box-shadow: 0 30px 70px 0 #0005271a;
    box-shadow: 0 30px 70px 0 #0005271a;
    padding: 40px 20px;
    position: relative;
}

.sinlge-price-table h4 {
    font-size: 22px;
}

.sinlge-price-table p {
    margin-bottom: 30px;
}

.sinlge-price-table h2 {
    font-size: 50px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 40px;
}

.sinlge-price-table .table-body {
    margin-top: 30px;
}

.sinlge-price-table .table-body li {
    margin-bottom: 15px;
}

.anim-icons.price-table {
    opacity: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.sinlge-price-table:hover .anim-icons.price-table {
    opacity: 1;
}


/* Footer Area Css */

.menu-nav-bottom li {
    display: inline-block;
    margin-right: 20px;
}

.footer-area {
    padding: 40px 0;
}

.menu-nav-bottom li a {
    color: #111;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;

}

.menu-nav-bottom li a:hover {
    color: #F54748;
    ;
}

.menu-btn-bottom {
    background-color: transparent;
    border: none;
    margin-right: 20px;
}

.dropdown-menu.bottom {
    border: none;
    -webkit-box-shadow: 0 0 16px -1px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 16px -1px rgba(0, 0, 0, 0.10);
}

.dropdown-menu.bottom li {
    display: block;
    margin-right: 0;
}

.menu-nav-bottom-right {
    text-align: right;
}

.menu-nav-bottom-right li {
    display: inline-block;
    margin-right: 20px;
}

.menu-nav-bottom-right li a {
    color: #02021E;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.menu-nav-bottom-right li a:hover {
    color: #F54748;
}

.menu-nav-bottom-right li a i {
    font-size: 18px;
}

/* Login Area Css */

.login-area .col-form-label {
    color: #212529;
    font-size: 13px;
    margin-bottom: 3px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-area .col-form-label-2 {
    color: #212529;
    font-size: 13px;
    margin-bottom: -5px;
    font-weight: 500;
    width: 100%;
}

.login-area .login-tab-area .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-area .login-tab-area .nav-pills .nav-link {
    color: #212529;
    font-weight: 500;
    font-size: 16px;
    padding: 5px 25px;
    display: inline-block;
}

.login-area .login-tab-area .nav-pills .nav-link.active {
    color: #fff;
    background-color: #F54748;

    text-align: center;
    border-radius: 22px;
}

.login-area .modal-title {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
    color: #212529;
}

.login-area .form-control {
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border: 1px solid rgba(33, 37, 41, 0.30);
    border-radius: 0;
}

.login-area .form-control:active,
.login-area .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #fd562a;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login-area .login-submit {
    background-color: #fd562a;
    display: block;
    width: 100%;
    margin-top: 30px;
    border: none;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 22px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.login-area .login-submit:hover {
    background-color: #F54748;
}

.login-area .modal-body {
    padding: 60px 30px;
}

.login-area .forgot-btn {
    text-align: right;
}

.login-area .modal {
    background-color: rgba(17, 17, 17, 0.15);
}

.login-area .other-sign-up-area p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 40px;
    color: #555;
}

.login-area .other-sign-up-area .other-sign-list {
    text-align: center;
}

.login-area .other-sign-up-area .other-sign-list li {
    display: inline-block;
    margin: 0 5px;
}

.login-area .other-sign-up-area .other-sign-list li a img {
    width: 26px;
}

.login-area .other-sign-up-area .already-account {
    margin-bottom: 0;
}

.login-area .login-tab-area {
    width: 100%;
}

/* Dashboard Css Area */

.ecaps-page-wrapper {
    position: relative;
    z-index: 5;
}

.menu-icon {
    width: 15px;
    margin-right: 10px;
}

.ecaps-sidemenu-area {
    position: fixed;
    z-index: 2;
    top: 80px;
    width: 245px;
    height: 100%;
    background-color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border-right: 1px solid #ebebeb;
}

.ecaps-page-wrapper .ecaps-sidemenu-area .slimScrollDiv {
    position: relative;
    top: 60px;
    padding-bottom: 70px !important;
    width: 100% !important;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.ecaps-logo {
    text-align: center;
}

.ecaps-logo a {
    position: fixed;
    z-index: 30;
    top: 0;
    font-size: 20px;
    left: 0;
    width: 240px;
    background-color: transparent;
    text-align: center;
    height: 80px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-bottom: 1px solid #ebebeb;
}

.ecaps-logo a img {
    max-height: 25px;
    margin: auto;
}

.ecaps-logo a img.small-logo {
    max-height: 35px;
    display: none;
}

.menu-collasped-active.ecaps-page-wrapper .ecaps-logo a img.small-logo {
    display: block;
}

.menu-collasped-active.ecaps-page-wrapper .ecaps-logo a img.desktop-logo {
    display: none;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .ecaps-logo a img.desktop-logo {
    display: block;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .ecaps-logo a img.small-logo {
    display: none;
}

.ecaps-sidenav {
    position: relative;
    z-index: 1;
}

.ecaps-page-content {
    position: relative;
    z-index: auto;
    margin-left: 240px;
    padding-top: 80px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.top-header-area {
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 80px;
    background-color: #fff;
    left: 0;
    top: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 0 40px 0 30px;
    border-bottom: 1px solid #ebebeb;
}

.menu-collasped {
    position: relative;
    z-index: 10;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.menu-collasped>i {
    font-size: 17px;
    color: #8c8d9a;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
}

.mobile-menu-open {
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-align: center;
}

.mobile-menu-open>i {
    color: #8c8d9a;
    z-index: 5;
    font-size: 15px;
}

#mobileMenuOpen span {
    font-size: 14px;
}

.mobile-logo a {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-logo a img {
    max-height: 35px;
    width: auto;
}

.menu-collasped-active.ecaps-page-wrapper .ecaps-sidemenu-area {
    left: -165px;
}

.menu-collasped-active.ecaps-page-wrapper .ecaps-page-content {
    margin-left: 75px;
}

.menu-collasped-active.ecaps-page-wrapper .ecaps-logo a {
    width: 75px;
}

.menu-collasped-active.ecaps-page-wrapper .top-header-area {
    left: 75px;
    width: calc(100% - 75px);
}

.menu-collasped-active.ecaps-page-wrapper .sidebar-menu a .fa-angle-right {
    display: none;
}

.menu-collasped-active.ecaps-page-wrapper .side-menu-area .sidebar-menu>li>a>span {
    display: none;
}

.menu-collasped-active.ecaps-page-wrapper .sidebar-menu li a {
    padding: 0rem 1.25rem;
}

.menu-collasped-active.ecaps-page-wrapper .sidebar-menu li a i {
    margin-left: auto;
}

.side-menu-area {
    position: relative;
    width: 100%;
    z-index: 10;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-top: 0;
}

.sidebar-menu li {
    position: relative;
    z-index: 1;
}

.sidemenu-user-profile {
    margin-bottom: 20px;
    padding: 0 1rem;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border-bottom: 1px solid #ebebeb !important;
    padding-bottom: 30px;
}

.sidemenu-user-profile .user-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    height: 50px;
    margin: auto;
    margin-bottom: 15px;
}

.sidemenu-user-profile .user-thumbnail img {
    border-radius: 50%;
    height: 50px;
}

.sidemenu-user-profile .user-content h6 {
    color: #222;
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sidemenu-user-profile .user-content span {
    color: rgba(34, 34, 34);
    font-size: 14px;
}

.sidebar-menu li a {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0rem 1.25rem;
    color: #717171;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    height: 48px;
}

.sidebar-menu li a i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    max-width: 25px;
    width: 25px;
}

.sidebar-menu li a span {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
}



.sidebar-menu li a:hover {
    color: #F54748;
}

.sidebar-menu li .treeview-menu {
    display: none;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sidebar-menu li .treeview-menu .treeview-menu {
    margin-left: 15px;
}

.sidebar-menu li .treeview-menu li a {
    font-size: 16px;
    color: #8c8d9a;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 1;
    height: 38px;
    padding-left: 1rem;
}

.sidebar-menu li .treeview-menu li a::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #8c8d9a;
    content: '';
    margin-top: -2px;
}

.sidebar-menu li .treeview-menu li a:hover {
    color: #ffffff;
}

.sidebar-menu>li>a:hover,
.sidebar-menu>li.active>a,
.sidebar-menu>li.menu-open>a {
    color: #F54748;
}

.sidebar-menu .treeview-menu>li.active>a {
    color: #ffffff;
}

.sidebar-menu a .fa-angle-right {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 16px;
    position: absolute;
    right: 30px;
    width: auto;
    z-index: auto;
}

.sidebar-menu .menu-open a .fa-angle-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar-menu .menu-open .treeview-menu a .fa-angle-right {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.sidebar-menu .menu-open .treeview-menu .menu-open a .fa-angle-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar-menu .menu-open .treeview-menu .treeview-menu a .fa-angle-right {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.sidebar-menu .menu-open .treeview-menu .treeview-menu .menu-open a .fa-angle-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.side-menu-area .sidebar-menu>li>a>span {
    line-height: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.sidebar-menu>.active>.treeview-menu {
    display: block;
}

.ecaps-page-wrapper.menu-collasped-active .sidebar-menu>.active>.treeview-menu {
    display: none;
}

.ecaps-page-wrapper.menu-collasped-active.sidemenu-hover-active .sidebar-menu>.active>.treeview-menu {
    display: block;
}

.ecaps-page-wrapper.menu-collasped-active.sidemenu-hover-active .ecaps-sidemenu-area {
    left: 0;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .ecaps-logo a {
    width: 240px;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .top-header-area {
    left: 240px;
    width: calc(100% - 240px);
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .sidebar-menu a .fa-angle-right {
    display: block;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .side-menu-area .sidebar-menu>li>a>span {
    display: block;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .sidebar-menu li a {
    padding: 0rem 1.25rem;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .sidebar-menu li a i {
    margin-left: auto;
}

.menu-collasped-active.ecaps-page-wrapper .sidebar-menu .sidemenu-user-profile .user-content {
    display: none;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .sidebar-menu .sidemenu-user-profile .user-content {
    display: block;
}

.menu-collasped-active.ecaps-page-wrapper .sidebar-menu .sidemenu-user-profile .user-thumbnail {
    margin-left: auto;
    margin-right: 0;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .sidebar-menu .sidemenu-user-profile .user-thumbnail {
    margin-left: 0;
    margin-right: 15px;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-deactive .sidebar-menu .menu-open .treeview-menu {
    display: none !important;
}

@media only screen and (min-width: 992px) {
    .mobile-menu-open {
        display: none;
    }

    .mobile-logo {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .menu-collasped {
        display: none;
    }

    .ecaps-page-wrapper .ecaps-sidemenu-area {
        left: -280px;
    }

    .ecaps-page-wrapper .ecaps-logo a {
        left: -280px;
    }

    .top-header-area {
        left: 0;
        z-index: 100;
        width: 100%;
        padding: 0 0 0 15px;
    }

    .ecaps-page-content {
        margin-left: 0;
    }
}

.mobile-menu-active.ecaps-page-wrapper .ecaps-sidemenu-area {
    left: 0;
}

.top-header-area .left-side-content-area {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .top-header-area .left-side-content-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        width: 80%;
    }
}

.top-header-area .right-side-navbar {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .top-header-area .right-side-navbar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        width: 20%;
    }
}

.top-header-area .right-side-navbar .right-side-trigger {
    width: 30px;
    height: 30px;
    margin-right: 7.5px;
}

.top-header-area .right-side-navbar .right-side-trigger i {
    font-size: 17px;
    line-height: 30px;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-header-area .right-side-navbar .right-side-trigger {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .top-header-area .right-side-navbar .right-side-trigger {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .top-header-area .right-side-navbar .right-side-trigger {
        display: none;
    }
}

.top-header-area .right-side-navbar .right-side-content {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .top-header-area .right-side-navbar .right-side-content {
        -webkit-box-shadow: 0 5px 20px -4px #cdcfe1;
        box-shadow: 0 5px 20px -4px #cdcfe1;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: fixed;
        z-index: 10;
        top: 60px;
        background-color: #ffffff;
        right: -1000px;
        height: 60px;
        width: 100%;
    }

    .top-header-area .right-side-navbar .right-side-content.active {
        right: 0;
    }
}

.top-header-area .nav-item.dropdown .dropdown-menu {
    -webkit-animation-name: dropdownAnimation;
    animation-name: dropdownAnimation;
    -webkit-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0px 4px 22px 0px #cdcfe1;
    box-shadow: 0px 4px 22px 0px #cdcfe1;
    width: 240px;
    padding: 0;
    margin: 0;
}

.top-header-area .nav-item.dropdown .dropdown-menu.language-dropdown {
    width: 120px;
    min-width: 80px;
    padding: 1rem 0;
}

.top-header-area .nav-item.dropdown .dropdown-menu.language-dropdown .dropdown-item img {
    max-width: 25px;
    margin-right: 10px;
}

.top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu {
    width: 220px;
    padding: 1rem 0;
}

@media only screen and (max-width: 767px) {
    .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu {
        width: 135px;
        min-width: 135px;
    }
}

.top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item {
    width: 800px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item {
        width: 660px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item {
        width: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item {
        width: 210px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item {
        width: 450px;
    }
}

.top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
    border-right: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
    .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item ul {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item ul {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%;
    }
}

.top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item ul:last-child {
    border-right: none;
}

.top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item ul .nav-link {
    color: #595959;
    font-weight: 400;
    font-size: 14px;
    padding: 0.5rem 1.5rem;
}

.top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item ul .nav-link:hover {
    color: #ff8503;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item ul .nav-link {
        font-size: 12px;
    }
}

.top-header-area .nav-item.dropdown .dropdown-menu .dropdown-item {
    white-space: normal;
    color: #595959;
    font-size: 13px;
}

.top-header-area .left-side-navbar .nav-item.dropdown .dropdown-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.top-header-area .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.top-header-area .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
    color: #ff8503;
}

.top-header-area .nav-item.dropdown .dropdown-menu.dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
}

.top-header-area .nav-item.dropdown .dropdown-toggle::after {
    display: none;
}

.left-side-navbar .nav-item.dropdown .btn {
    padding: 6px 12px;
    font-size: 14px;
    color: #595959;
    background-color: transparent;
    border: none;
    line-height: 1;
    border: 1px solid #ebebeb;
}

.top-header-area .nav-item.dropdown .btn:hover,
.top-header-area .nav-item.dropdown .btn:focus {
    color: #ff8503;
}

.right-side-navbar .nav-item.dropdown .btn {
    padding: 0;
    font-size: 1rem;
    background-color: transparent;
    margin: 0 15px;
    color: #595959;
    border: none;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.right-side-navbar .nav-item.dropdown .btn .ti-search {
    font-size: 14px;
}

.right-side-navbar .nav-item.dropdown .btn>img {
    max-width: 30px;
    border-radius: 10px;
}

.top-search-bar form {
    position: relative;
    z-index: 1;
}

.top-search-bar button {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    text-align: center;
    background-color: transparent;
    color: #595959;
    line-height: 30px;
}

.top-search-bar button:focus {
    outline: none;
}

.top-search-bar input {
    width: 100%;
    height: 70px;
    border: none;
    font-size: 12px;
    color: #595959;
    border-radius: 4px;
    padding-left: 50px;
    padding-right: 15px;
}

.top-search-bar input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}

input::-webkit-input-placeholder {
    color: #595959;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #595959;
    opacity: 1;
}

input::-ms-input-placeholder {
    color: #595959;
    opacity: 1;
}

input::-moz-placeholder {
    color: #595959;
    opacity: 1;
}

input::placeholder {
    color: #595959;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #595959;
}

input::-ms-input-placeholder {
    color: #595959;
}

.top-message-area {
    position: relative;
    z-index: 1;
}

.top-message-area .top-message-heading {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #ff8503;
}

.top-message-area .top-message-heading .heading-title h6 {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
}

.top-message-area .top-message-heading>span {
    color: #ff8503;
    padding: 2px 5px 1px 5px;
    background-color: #ffffff;
    border-radius: 40px;
    font-size: 10px;
    font-weight: 700;
}

.message-box .dropdown-item {
    border-bottom: 1px solid #ebebeb;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.message-box .dropdown-item i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #ff8503;
    color: #ffffff;
}

.message-box .dropdown-item .message-text span {
    display: block;
    font-size: 12px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.message-box .dropdown-item .message-text span:last-child {
    font-size: 12px;
}

.message-box .dropdown-item:last-child {
    border-bottom: none;
}

.top-notifications-area .notifications-heading {
    width: 100%;
    height: 50px;
    background-color: #ff8503;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
}

.top-notifications-area .notifications-heading .heading-title h6 {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
}

.top-notifications-area .notifications-heading>span {
    color: #ff8503;
    padding: 2px 5px 1px 5px;
    background-color: #ffffff;
    border-radius: 40px;
    font-size: 10px;
    font-weight: 700;
}

.notifications-box .dropdown-item,
.notifications-box .nav-link {
    padding: 1rem;
    border-bottom: 1px solid #ebebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8c8d9a;
    font-size: 13px;
}

.notifications-box .nav-link:hover {
    color: #ff8503;
}

.notifications-box .dropdown-item>i,
.notifications-box .nav-link>i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    width: 30px;
    height: 30px;
    color: #ffffff;
    margin-right: 10px;
    background-color: #ff8503;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}

.notifications-box .nav-link>i.fa {
    margin-left: auto;
    background-color: #f2f6f8;
    color: #0c0c0c;
}

.user-profile-area {
    padding-bottom: 1rem;
    z-index: 1;
    position: relative;
}

.user-profile-area .dropdown-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.user-profile-area .user-profile-heading {
    width: 100%;
    height: 70px;
    background-color: #ff8503;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 1.5rem;
}

.user-profile-area .profile-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    width: 30px;
    margin-right: 10px;
}

.user-profile-area .profile-text h6 {
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 0;
}

.user-profile-area .profile-text span {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
    display: block;
}

.right-side-navbar .nav-item.dropdown .active-status {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    z-index: -5;
    top: -5px;
    right: -5px;
    border: 2px solid #ff8503;
    -webkit-animation: activeStatus linear 1500ms infinite;
    animation: activeStatus linear 1500ms infinite;
}

@-webkit-keyframes activeStatus {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes activeStatus {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.user-profile-area .dropdown-item i {
    color: #ff8503;
    margin-right: 5px;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .right-side-navbar .nav-item.dropdown .btn {
        margin: 0 7.5px;
    }

    .top-header-area .nav-item.dropdown .dropdown-menu {
        width: 220px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) and (max-width: 767px) {
    .top-header-area .nav-item.dropdown .dropdown-menu {
        width: 210px;
    }

    .top-header-area .nav-item.dropdown .dropdown-menu.search-dropdown {
        width: 170px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) and (min-width: 480px) and (max-width: 767px) {
    .top-header-area .nav-item.dropdown .dropdown-menu.search-dropdown {
        width: 230px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .top-search-bar input {
        height: 60px;
    }

    .user-profile-area .profile-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        max-width: 30px;
        width: 30px;
        margin-right: 10px;
    }

    .user-profile-area .profile-text h6 {
        font-size: 12px;
    }

    .user-profile-area .profile-text span {
        font-size: 10px;
    }

    .footer-area .copywrite-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .footer-area .footer-nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 5px;
    }

    .footer-area .copywrite-text p {
        font-size: 12px;
    }

    .footer-area .footer-nav li a {
        font-size: 12px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
    .footer-area .copywrite-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .footer-area .footer-nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-area .copywrite-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .footer-area .footer-nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 5px;
    }
}

.main-content {
    position: relative;
    z-index: 1;
    padding: 20px 5px 20px 5px;
}



.page-title {
    position: relative;
    z-index: 1;
}

.page-title span {
    font-size: 12px;
    color: #8c8d9a;
}

.choose-layout-area {
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    position: fixed;
    width: 320px;
    height: 100%;
    background-color: #ffffff;
    top: 0;
    right: -320px;
    z-index: 999999999;
    padding: 50px 30px;
    -webkit-box-shadow: 0 5px 20px -4px #cdcfe1;
    box-shadow: 0 5px 20px -4px #cdcfe1;
}

@media only screen and (max-width: 479px) {
    .choose-layout-area {
        width: 260px;
        right: -260px;
    }
}

.choose-layout-area .setting-trigger-icon {
    position: absolute;
    width: 45px;
    height: 45px;
    bottom: 50px;
    -webkit-box-shadow: 0 5px 20px -4px #cdcfe1;
    box-shadow: 0 5px 20px -4px #cdcfe1;
    border-radius: 50%;
    left: -100px;
    background-color: #ff8503;
    text-align: center;
    cursor: pointer;
}

.choose-layout-area .setting-trigger-icon i {
    display: block;
    color: #ffffff;
    font-size: 16px;
    -webkit-animation: rotate90deg linear 2s infinite;
    animation: rotate90deg linear 2s infinite;
    line-height: 45px;
}

@media only screen and (max-width: 767px) {
    .choose-layout-area .setting-trigger-icon {
        bottom: 20px;
        left: -70px;
    }
}

.choose-layout-area.active {
    right: 0;
}

.choose-layout-area .single-demos {
    margin-bottom: 30px;
    display: block;
    text-align: center;
}

.choose-layout-area .single-demos:last-child {
    margin-bottom: 0;
}

.choose-layout-area .single-demos a {
    -webkit-box-shadow: 0 5px 20px -4px #cdcfe1;
    box-shadow: 0 5px 20px -4px #cdcfe1;
    display: block;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 10px;
}

.choose-layout-area .single-demos a img {
    border-radius: 4px;
}

.choose-layout-area .single-demos a:hover,
.choose-layout-area .single-demos a:focus {
    opacity: 0.8;
}

.choose-layout-area .single-demos span {
    font-size: 14px;
    color: #ff8503;
    font-weight: 500;
    display: block;
}

@-webkit-keyframes rotate90deg {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate90deg {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#settingCloseIcon,
#quicksettingCloseIcon {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 100;
    width: 30px;
    height: 30px;
    background-color: #f2f4f8;
    text-align: center;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #8c8d9a;
    border-radius: 2px;
}

#settingCloseIcon i,
#quicksettingCloseIcon i {
    line-height: 30px;
}

#settingCloseIcon:hover,
#quicksettingCloseIcon:hover {
    background-color: #ff8503;
    color: #ffffff;
}

.choose-layout-area .slimScrollDiv,
.quick-settings-panel .slimScrollDiv {
    position: relative;
    width: 100% !important;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.dashboard-dropdown .btn {
    font-size: 20px;
    color: #595959;
    width: 30px;
    height: 30px;
    padding: 0;
}

.dashboard-dropdown .btn::after {
    display: none;
}

.dashboard-dropdown .btn i {
    line-height: 30px;
}

.dashboard-dropdown .btn:hover,
.dashboard-dropdown .btn:focus {
    font-size: 20px;
    color: #595959;
}

.dashboard-dropdown .dropdown-menu {
    -webkit-animation-name: dropdownAnimation;
    animation-name: dropdownAnimation;
    -webkit-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0px 4px 22px 0px #cdcfe1;
    box-shadow: 0px 4px 22px 0px #cdcfe1;
    width: 130px;
    min-width: 120px;
    padding: 1rem 0;
    margin: 0;
    border-radius: 8px;
}

.dashboard-dropdown .dropdown-menu.dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
}

.dashboard-dropdown .dropdown-menu .dropdown-item {
    padding: 0.5rem 1.5rem;
    font-weight: 500;
    font-size: 12px;
    color: #8c8d9a;
}

.dashboard-dropdown .dropdown-menu .dropdown-item i {
    margin-right: 5px;
}

@-webkit-keyframes dropdownAnimation {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 70px, 0);
        -ms-transform: translate3d(0, 70px, 0);
        transform: translate3d(0, 70px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 42px, 0);
        -ms-transform: translate3d(0, 42px, 0);
        transform: translate3d(0, 42px, 0);
    }
}

@keyframes dropdownAnimation {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 70px, 0);
        -ms-transform: translate3d(0, 70px, 0);
        transform: translate3d(0, 70px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 42px, 0);
        -ms-transform: translate3d(0, 42px, 0);
        transform: translate3d(0, 42px, 0);
    }
}

.post-area a {
    text-align: center;
    background-color: rgba(34, 34, 34, .05);
    display: inline-block;
    width: 95px !important;
    margin: auto;
    height: 35px !important;
    line-height: 35px;
    border-radius: 42px;
    font-size: 13px !important;
    color: #717171 !important;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
    padding: 0 !important;
}

.post-area a:hover {
    background-color: #F54748;
    color: #fff !important;
}

.post-area a {
    display: inline-block !important;
}

.profile-info {
    -webkit-box-shadow: 0px 4px 80px rgba(8, 15, 30, 0.40);
    box-shadow: 0px 4px 80px rgba(8, 15, 30, 0.40);
    width: 90px;
    height: 50px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    background-color: #fff;

}

.profile-info i {
    font-size: 18px;
    color: #111;
    margin-right: 5px;
    line-height: 50px;
}


.profile-info img {
    width: 35px;
    height: 35px;
    line-height: 50px;
    border-radius: 100%;

}

.menu-image {
    width: 22px !important;
    border-radius: 0 !important;
    height: 23px !important;
    margin-right: 10px;
}

.dropdown-menu {
    border: none;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .20);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .20);
}

.dropdown-item {
    font-weight: 500;
    color: #212529;
    border: 0;
    font-size: 14px;
}

.card {
    background-color: #fff;
    border: none;
    padding: 20px;
    -webkit-box-shadow: 0px 4px 80px rgba(8, 15, 30, 0.08);
    box-shadow: 0px 4px 80px rgba(8, 15, 30, 0.08);
}

.dashbboard-header {
    margin-bottom: 50px;
}

.dashbboard-header a {
    font-size: 16px;
    color: #02021E;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.dashbboard-header a i {
    margin-left: 5px;
    font-size: 18px;
}

.dashbboard-header a:hover {
    color: #F54748;
}


.single-count-card h2 {
    margin-top: 15px;
}

.single-count-card a {
    font-size: 16px;
    color: #02021E;
}

.support-icon i {
    font-size: 40px;
    margin-bottom: 20px;
}

.support-box-area p {
    margin-bottom: 0;
}

.check-list-icon {
    margin-right: 20px;
}

.check-list-text h4 {
    font-size: 20px;
}

.chek-list-title {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 40px;
}

.check-list-text a {
    color: #111;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 1px;
    background-color: rgba(34, 34, 34, .05);
    padding: 10px 25px;
    border-radius: 32px;
    display: inline-block;
    margin-top: 0;
}

.sinlge-check-list {
    margin-bottom: 50px;
}

.sinlge-check-list:last-child {
    margin-bottom: 0;
}

.single-resource-card {
    background-color: rgba(34, 34, 34, .05);
    padding: 30px 15px;
    border-radius: 5px;
}
.single-count-card {
    text-align: center;
}

.single-resource-icon {
    margin-right: 15px;
}

.single-resource-text a {
    color: #02021E;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
}
span#description_preview {
    margin-top: 20px;
}
tbody, td, tfoot, th, thead, tr {
    vertical-align: middle;
}
.audio-album .title {
    border: none;
    height: 80px;
    font-size: 35px;
}
div#category-content {
    margin-bottom: 15px;
}
.card-body span {
    margin-bottom: 0;
}
textarea.form-control {
    height: 100% !important;
}

.setting-area span {
    margin-bottom: 30px;
    display: block;
}
textarea.form-control {
    height: 120px;
    padding-top: 15px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #fd562a;
    border-color: #fd562a;
}
.page-link {
    color: #fd562a;
}
.card-title {
    margin-bottom: 5px;
}
.card-body span {
    margin-bottom: 20px;
}
.membership-list-title li {
	margin-bottom: 10px;
}
.side-text-cart-area {
	background-color: #fff;
}

.post-card-header a img {
    width: 30px;
    margin-right: 8px;
}
.membership-tabs {
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 25px;
}
.comment-wrapper .form-control {
	height: 120px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-bottom-color: transparent !important;
}

.post-card-header a span {
    color: #02021E;
    font-size: 15px;
}

.post-card-header {
    margin-bottom: 15px;
}

.following-card-header a img {
    width: 30px;
    margin-right: 10px;
}

.following-card-header a span {
    color: #02021E;
    font-size: 16px;
}

.post-card-image {
    margin-bottom: 15px;
}

.post-card-bottom h4 a {
    color: #02021E;
}

.post-card-bottom h4 {
    margin-top: 10px;
    margin-bottom: 15px;
}

.post-card-bottom span {
    color: #717171;
}

.meta-info-feed a {
    color: #717171;
    margin-right: 10px;
    font-size: 14px;
}

.meta-info-feed a i {
    font-size: 12px;
}

.post-up-btn a {
    background-color: #f7f7f7;
    height: 35px;
    width: 35px;
    color: #717171;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
}

.post-list-title {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #02021E;
}

.post-card-image img {
    width: 100%;
}

.create-btn {
    background-color: #f2f2f5;
    width: 100%;
    display: block;
    padding: 15px;
    text-align: center;
    border-radius: 30px;
    color: #222;
    font-weight: 700;
}
.post-header h4 {
    margin-top: 26px;
}

.dashboard-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #717171;
    margin-bottom: 20px;
}

.single-choose-card {
    background-color: #f4f4f4;
    padding: 50px 15px;
    border-radius: 12px;
}

.choose-icon {
    margin-bottom: 20px;
}

.single-choose-card h6 {
    color: #222;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.choose-card-icon a {
    background-color: #f2f4f2;
    height: 50px;
    width: 50px;
    display: inline-block;
    line-height: 50px;
    font-size: 22px;
    border-radius: 50%;
    margin-bottom: 20px;
    color: #717171;
}

.single-choose-card-text {
    padding: 20px 60px;
}


.single-choose-card-text span {
    color: #717171;
    font-size: 14px;
}

.members-headers h4 {
    font-size: 30px;
    margin-bottom: 5px;
}

.members-headers p {
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #c8c8c8;
}


.members-headers a {
    background-color: #F54748;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    margin-top: 20px;
    display: inline-block;
}

.members-details-area {
    margin-bottom: 30px;
}

.members-content-text p {
    color: #717171;
    font-size: 15px;
    margin-bottom: 0;
}

.members-content-text h4 {
    font-size: 22px;
}

.earn-image {
    margin-bottom: 30px;
}

.members-content-tex {
    margin-bottom: 30px;
}

.support-tab-area .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #222;
    display: inline-block;
    padding: 7px 20px;
    background-color: rgba(34, 34, 34, .05);
    border-radius: 30px;
    font-weight: 700;
}

.support-tab-area .nav-pills .nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #707070;
}

.single-support-card {
    background-color: rgba(34, 34, 34, .05);
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.single-support-card p {
    margin-bottom: 0;
    font-size: 15px;
}


.single-choose-card-text.support {
    border: 1px solid rgba(34, 34, 34, .1);
    margin-top: 50px;
}

.product__details__option__size label.active {
    background: #111111;
    color: #ffffff;
    border-color: #111111;
}

.setting-form-area {
    border-top: 1px solid rgba(34, 34, 34, .1);
    padding-top: 30px;
    margin-top: 50px;
}

.setting-btn {
    background-color: rgba(34, 34, 34, .05);
    border: none;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 31px;
    font-size: 14px;
    color: #717171;
}

.modal-header {
    position: relative;
}

.modal-auth-image {
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 4px solid #fff;
    border-radius: 50%;
}

.modal-auth-image img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.setting-modal span {
    margin-top: 60px;
    margin-bottom: 30px;
    display: block;

}

.modal-body.setting-modal {
    text-align: center;
    padding: 0;
}

.setting-modal-content {
    background-color: #f9f9f9;
    padding: 30px;
}

.setting-modal-content p {
    margin-bottom: 0;
    font-size: 14px;
}

.setting-modal-btn {
    margin-top: 20px;
}

.setting-modal-btn a {
    background-color: rgba(34, 34, 34, .05);
    padding: 8px 15px;
    display: inline-block;
    border-radius: 30px;
    font-size: 14px;
    margin: 0 4px;
    color: #222;
}

.modal.setting {
    top: 70px;
}

.setting-form-header {
    margin-bottom: 20px;
}

.modal-form-area {
    border-bottom: 1px solid rgba(34, 34, 34, .1);
    padding-bottom: 20px;
    margin-top: 15px;
}

.setting-donation-area {
    margin-top: 20px;
}

.setting-donation-area a {
    text-align: center;
    display: block;
    background-color: #F54748;
    color: #fff;
    padding: 15px;
    border-radius: 38px;
    margin-top: 40px;
}

.setting-donation-area p {
    margin-bottom: 20px;
}

.goal-box-header {
    border: 1px solid rgba(34, 34, 34, .1);
    padding: 30px;
    border-radius: 10px;
}

.goal-header-text span {
    font-size: 14px;
    font-weight: 500;
    color: #707070;
}

.goal-btn-area {
    text-align: right;
}

.goal-btn {
    border: none;
    background-color: rgba(34, 34, 34, .05);
    padding: 8px 20px;
    display: inline-block;
    color: #222;
    border-radius: 22px;
    font-weight: 500;
    font-size: 15px;
}

.modal-header.setting {
    border-bottom: none;
}

.setting-modal-area h5 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}

.setting-modal-area p {
    font-weight: 700;
    font-size: 14px;
}

.amount-form-area {
    margin-top: 35px;
}

.form-control.setting {
    font-size: 13px;
}

.modal-body.setting {
    padding: 25px;
}

.amount-form-area h6 {
    font-size: 15px;
}

.amount-form-area span {
    font-size: 13px;
    margin-top: 10px;
    display: block;
}

.goal-header-text h2 {
    margin-bottom: 0;
}

.goal-rangle-slider {
    margin-top: 20px;
}

.payment-currency-area {
    border-top: 1px solid rgba(34, 34, 34, .1);
    border-bottom: 1px solid rgba(34, 34, 34, .1);
    padding-top: 30px;
    margin-top: 30px;
    padding-bottom: 30px;
}

.payment-country {
    margin-top: 20px;
}

.payment-btn {
    display: block;
    background-color: rgba(34, 34, 34, .05);
    padding: 12px 20px;
    color: #222;
}

.payment-country .dropdown-menu.show {
    display: block;
    width: 100%;
}

.switch {
    position: relative;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43px;
    flex: 0 0 43px;
    max-width: 43px;
    width: 43px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #F54748;
}

input:focus+.slider {
    -webkit-box-shadow: 0 0 1px #F54748;
    box-shadow: 0 0 1px #F54748;
}

input:checked+.slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

.switch.settings {
    display: inline-block;
}

.cover-credit-card-area h4 {
    font-size: 20px;
    margin-bottom: 0;
    display: inline-block;
    margin-right: 10px;
}

.cover-credit-card-area p {
    margin-top: 15px;
    margin-bottom: 0;
}


/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.cover-credit-card-area {
    margin-top: 30px;
    border-bottom: 1px solid rgba(34, 34, 34, .1);
    padding-bottom: 30px;
}

.google-analytics-area {
    padding-top: 30px;
    border-bottom: 1px solid rgba(34, 34, 34, .1);
    padding-bottom: 30px;
}

.form-control.google {
    height: 50px;
    border-radius: 0;
    font-size: 14px;
}

.page-link-area {
    padding-top: 30px;
}

.page-link-area h5 {
    margin-bottom: 15px;
}

.setting-btn {
    text-align: center;
    display: inline-block;
    margin-top: 30px;
    padding: 12px 25px;
    background-color: #F54748;
    color: #fff;
}

.setting-button-area {
    margin-top: 30px;
}

.setting-btn a {
    color: #fff;
    font-size: 16px;
}

.payout-area {
    border: 1px solid rgba(34, 34, 34, .1);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 50px;
}

.payout-balance span {
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}

.payout-btn-area a {
    background-color: #222;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 15px;
    display: inline-block;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.payout-btn-area a:hover {
    background-color: #F54748;
}

.recommended-area {
    background-color: rgba(245, 71, 71, 0.07);
    padding: 30px;
    border-radius: 10px;
}

.recommended-area a {
    color: #222;
    margin-bottom: 15px;
    display: block;
}


.reco-btn {
    background-color: #F54748 !important;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 30px;
    display: inline-block !important;
    margin-top: 20px;
}

.single-intergration-card {
    border: 1px solidrgba(34, 34, 34, .1);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.single-intergration-content p {
    font-size: 15px;
    margin-bottom: 0;
}

.inter-btn {
    background-color: rgba(34, 34, 34, .05);
    padding: 8px 25px;
    display: inline-block;
    color: #222;
    border-radius: 30px;
}

.integrations-area {
    margin-top: 25px;
}

.integrations-area p {
    margin-bottom: 20px;
}

#pills-tab {
    margin-bottom: 30px !important;
}

.product__details__option__size {
    display: inline-block;
    margin-right: 50px;
}

.product__details__option__size span {
    color: #111111;
    display: inline-block;
    margin-right: 10px;
}

.product__details__option__size label {
    color: #111111;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid rgba(34, 34, 34, .1);
    margin-bottom: 0;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 48px;
    text-align: center;
    font-weight: 500;
}

.product__details__option__size label.active {
    background: #F54748;
    color: #ffffff;
    border-color: transparent;
}

.product__details__option__size label input {
    position: absolute;
    visibility: hidden;
}

.product__details__option__color {
    display: inline-block;
    position: relative;
    top: 10px;
}

.product__details__option__color span {
    color: #111111;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -9px;
}

.product__details__option__color label {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
    margin-bottom: 0;
    display: inline-block;
    cursor: pointer;
}

.product__details__option__color label.c-1 {
    background: #0b090c;
}

.product__details__option__color label.c-2 {
    background: #20315f;
}

.product__details__option__color label.c-3 {
    background: #f1af4d;
}

.product__details__option__color label.c-4 {
    background: #ed1c24;
}

.product__details__option__color label.c-9 {
    background: #ffffff;
}

.product__details__option__color label:after {
    position: absolute;
    left: -3px;
    top: -3px;
    height: 36px;
    width: 36px;
    border: 1px solid #e5e5e5;
    content: "";
    border-radius: 50%;
}

.product__details__option__color label input {
    position: absolute;
    visibility: hidden;
}

.product__details__cart__option {
    margin-bottom: 25px;
}

.product__details__cart__option .quantity {
    display: inline-block;
    margin-right: 20px;
}

.product__details__cart__option .quantity .pro-qty {
    width: 100px;
    height: 40px;
    border: 1px solid #e5e5e5;
    position: relative;
}

.product__details__cart__option .quantity .pro-qty input {
    color: #0d0d0d;
    font-size: 15px;
    font-weight: 700;
    width: 70px;
    height: 100%;
    text-align: center;
    border: none;
}

.product__details__cart__option .quantity .pro-qty .qtybtn {
    font-size: 18px;
    color: #0d0d0d;
    position: absolute;
    right: 15px;
    top: 3px;
    height: 10px;
    width: 10px;
    cursor: pointer;
    font-weight: 600;
}

.product__details__cart__option .quantity .pro-qty .qtybtn.inc {
    top: 16px;
}

.product__details__btns__option {
    margin-bottom: 40px;
}

.product__details__btns__option a {
    display: inline-block;
    font-size: 13px;
    color: #3d3d3d;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 20px;
}

.product__details__btns__option a:last-child {
    margin-right: 0;
}

/* All Post Css Area */

.post-atuh-image {
    width: 130px;
    height: 130px;
    margin: auto;
    margin-bottom: 10px;
}

.post-atuh-image img {
    border-radius: 50%;
}

.all-post-area {
    margin-top: 100px;
}

.post-header p {
    margin-bottom: 0;
}

.post-tab-area ul {

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;
    margin-top: 20px;
    border-bottom: 1px solid rgba(34, 34, 34, .1);
    padding-bottom: 0;
}

.post-tab-area .nav-pills .nav-link.active,
.post-tab-area .nav-pills .show>.nav-link {
    color: #F54748;
    background-color: transparent;
    font-weight: 700;
    font-size: 17px;
    border-bottom: 2px solid #F54748;
    border-radius: 0;
}

.post-tab-area .nav-link {
    color: #717171;
    font-weight: 700;
    font-size: 17px;
}

.all-post-single-card {
    border: 1px solid rgba(34, 34, 34, .1);
}

.post-sigle-bottom {
    padding: 25px;
}

.post-sigle-bottom a {
    margin-right: 10px;
}

.product__details__option__size.all_post {
    background-color: rgba(245, 71, 71, 0.07);
    padding: 20px 15px;
    border-radius: 10px;
    border: 1px solid #F54748;
}

.product__details__option__size.all_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.product__details__option__size.all_post label {
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
    line-height: 40px;
}

.form-control.all-post {
    width: 40px;
}

.all_post_count {
    font-size: 20px;
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    max-width: 20px;
    width: 20px;
    line-height: 40px;
}

.all-post-form {
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-control.all-post-price {
    height: 46px;
    font-size: 14px;
}

.all-post-btn {
    text-align: center;
    display: block;
    background-color: #F54748;
    color: #fff;
    padding: 10px;
    border-radius: 30px;
    margin-top: 30px;
}

.single-post-cart-area {
    border: 1px solid rgba(34, 34, 34, .1);
    padding: 25px;
    border-radius: 5px;
    background-color: #fff;
}
div#extra-post-content {
    margin-top: 30px;
}

/* Post Text Cart Area Css */

.text-btn {
    background-color: rgba(34, 34, 34, .05);
    padding: 10px 25px;
    border-radius: 30px;
    color: #02021E;
    font-weight: 700;
}

.single-post-cart-area {
    border: 1px solid rgba(34, 34, 34, .1);
    padding: 25px;
    border-radius: 5px;
}

.post-cart-bottom {
    border-top: 1px solid rgba(34, 34, 34, .1);
    margin-top: 30px;
    padding-top: 20px;
}

.test-post-area h6 {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.single-post-cart-area p {
    margin-bottom: 30px;
    font-size: 15px;
}

.single-post-cart-area h5 a {
    color: #222;
    font-weight: 600;
    line-height: 1.6;
}
.card.membership-img img {
    border-radius: 5px!important;
}
.membership-tabs {
    background-color: #fff;
    border-radius: 10px;
}
.membership-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: transparent !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent !important;
}
.card.membership-img {
    padding: 10px;
}

.post-cart-bottom a {
    color: #707070;
    font-size: 15px;
}

.post-cart-bottom span {
    color: #707070;
    font-size: 15px;
}

.side-text-cart-area {
    border: 1px solidrgba(34, 34, 34, .1);
    padding: 20px;
    border-radius: 5px;
}

.side-text-cart-area h5 {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 3px;
    color: #707070;
    margin-bottom: 30px;
}

.side-text-cart-area a span {
    display: block;
    color: #222;
    font-weight: 700;
}

.side-text-cart-area a {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(34, 34, 34, .1);
    display: block;
    padding-bottom: 15px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.side-text-cart-area a:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.cart-heart {
    color: #707070 !important;
    margin-top: 10px;
}

.side-text-cart-area a {
    color: #222;
    font-weight: 700;
}

.side-text-cart-area a:hover {
    color: #F54748;
}

.top-header-area.post-cart {
    border-bottom: none;
    height: 80px;
}

.upload-btn {
    background-color: #fff;
    border: none;
    font-size: 24px;
    height: 50px;
    width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    -webkit-box-shadow: 0px 4px 80px rgba(8, 15, 30, 0.40);
    box-shadow: 0px 4px 80px rgba(8, 15, 30, 0.40);
    border-radius: 50%;
    margin-right: 15px;
}

.cart-modal-btn {
    background-color: rgba(34, 34, 34, .05);
    border: none;
    padding: 8px 30px;
    display: inline-block;
    border-radius: 36px;
    font-size: 15px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.cart-modal-btn:hover {
    background-color: #02021E;
    color: #fff;
}

.follow-btn {
    background-color: #fff;
    border: none;
    font-weight: 700;
    font-size: 15px;
    height: 50px;
    width: 120px;
    display: inline-block;
    -webkit-box-shadow: 0px 4px 80px rgba(8, 15, 30, 0.40);
    box-shadow: 0px 4px 80px rgba(8, 15, 30, 0.40);
    border-radius: 30px;
    margin-right: 15px;
}

.modal-cart-header-image {
    width: 100px;
    height: 100px;
    margin: auto;
    position: relative;
}

.modal-cart-header-image img {
    border-radius: 50%;
}

.modal-cart-header-image {
    width: 90px;
    height: 90px;
    margin: auto;
    position: relative;
    top: 15px;
}

.modal-header.post-cart {
    padding: 0;
    border-bottom: none;
}

.modal.post-cart {
    padding-top: 50px;
}

.modal-body.post-cart {
    padding: 0;
}

.modal-body.post-cart h4 {
    text-align: center;
}

.form-control.follow-form-cart {
    width: 400px;
    height: 46px;
    margin: auto;
    border: 1px solidrgba(34, 34, 34, .1);
    margin-bottom: 20px;
}

.modal-footer.post-cart {
    border-top: none;
    display: block;

}

.follow-btn-2 {
    background-color: rgb(245, 71, 72, 0.80);
    border: none;
    color: #fff;
    display: block;
    padding: 10px 30px;
    border-radius: 30px;
    width: 100%;
}

/* Edit My Page Area Css */

.camera-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.camera-icon i {
    color: #fff;
    font-size: 22px;
}

.modal-cart-header-image {
    cursor: pointer;
}

.modal-header.edit-page {
    padding: 0;
    border-bottom: none;
}

.edit-button-area {
    text-align: right;
}

.edit-btn {
    background-color: #f7f7f7;
    padding: 8px 25px;
    display: inline-block;
    border-radius: 50px;
    color: #222;
}

.edit-header-modal h4 {
    font-size: 20px;
    margin-bottom: 0;
}

.edit-header-modal {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(34, 34, 34, .1);
    padding-bottom: 20px;
    margin-top: 40px;
}

.edit-form-cart {
    height: 46px;
}

.edit-form {
    margin-bottom: 20px;
}

.form-label {
    color: #222;
    font-size: 14px;
}

.edit-form-title {
    display: block;
    font-size: 13px;
    margin-top: 5px;
    color: #707070;
}

.edit-image-btn {
    background-color: rgba(13, 12, 34, .05);
    padding: 10px 50px;
    border-radius: 50px;
    display: inline-block;
    color: #222;
    margin-bottom: 15px;
}

.edit-image-video-upload-area h4 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 30px;
    display: block;
}

.form-control {
    border: 1px solid rgba(34, 34, 34, .1);
    font-size: 14px;
}

.form-control.edit-page {
    height: 46px;
    font-size: 14px;
}

.add-web-btn a {
    background-color: rgba(13, 12, 34, .05);
    display: block;
    text-align: center;
    color: #222;
    padding: 10px;
    border-radius: 30px;
}

.replace-coffe-area h5 {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.buy-coffe-tag ul li {
    display: inline-block;
}

.buy-coffe-tag {
    margin-top: 20px;
}

.buy-coffe-tag ul li a {
    color: #707070;
    font-size: 13px;
    background-color: #f7f7f7;
    padding: 5px 31px;
    display: inline-block;
    border-radius: 22px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.buy-coffe-tag ul li a:hover {
    background-color: #02021E;
    color: #fff;
}

.edit-display-area {
    margin-top: 30px;
}

.edit-display-area p {
    font-size: 14px;
    margin-bottom: 20px;
}

.social-edit-page p {
    font-size: 14px;
}

.social-edit-page h5 {
    margin-bottom: 8px;
}

.welcome-area-edit-page {
    height: 400px;
    background-color: rgba(245, 71, 71, 0.10);
    position: absolute;
    width: 100%;
}

.top-header-area.view-page {
    background-color: transparent;
}

.all-post-area.view-page {
    margin-top: 300px;
}

.cover-image-upload-btn.text-center {
    position: relative;
    z-index: 9;
}

.cover-image-upload-btn {
    background-color: #F54748;
    padding: 12px 35px;
    display: inline-block;
    border-radius: 28px;
    color: #fff;
    border: none;
}

.cover-image-uploadbtn-area {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 100%;
}

.search-form-edit-page {
    position: relative;
    margin-top: 40px;
}

.form-control.view-search-form {
    width: 350px;
    height: 50px;
    border-radius: 50px;
    position: relative;
    padding-left: 50px;
}

.view-search-btn {
    position: absolute;
    top: 12px;
    left: 15px;
    background-color: transparent;
    border: none;
    font-size: 15px;
}

.newest-btn {
    color: #777;
    border: 1px solid rgba(34, 34, 34, .1);
    padding: 10px 30px;
    display: inline-block;
    border-radius: 40px;
    font-size: 15px;
}

.upload-btn-2 {
    text-align: center;
    background-color: #111;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 42px;
    margin-bottom: 15px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-top: 30px;
}

.upload-btn-2:hover {
    color: #F54748;
}

.welcome-upload-button-area {
    text-align: center;
}

.welcome-upload-button-area span {
    display: block;
    font-size: 14px;
    text-align: center;
}

.nav-link.active.upload {
    background-color: transparent;
    color: #222;
    border-bottom: 2px solid #F54748;
    border-radius: 0;
}

.nav-link.upload {
    color: #707070;
}

.modal-header {
    padding: 20px;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 50px 30px;
}

.form-control.search-image {
    width: 80%;
    display: inline-block;
    height: 42px;
}

.search-image-btn {
    height: 42px;
    border: none;
    background-color: #222;
    color: #fff;
    padding: 0 15px;
    border-radius: 5px;
}

.upload-search-form {
    margin-bottom: 30px;
}

.single-upload-image {
    margin-bottom: 15px;
}

.single-post-cart-area h5 {
    margin-bottom: 20px;
}

.all-post-single-card.single-post {
    padding: 25px;
}

.post-sigle-bottom.single-post {
    padding: 0;
}

.single-recent-supporter-area {
    border: 1px solid rgba(34, 34, 34, .1);
    padding: 25px;

}

.recent-supporter-area {
    margin-bottom: 50px;
}

.recent-supporter-area h5 {
    font-size: 16px;
    margin-bottom: 15px;
}

.supporter-image {
    margin-right: 20px;
}

.supporter-image i {
    font-size: 34px;
}

.recent-support-text a {
    background-color: #f7f7f7;
    padding: 6px 25px;
    display: inline-block;
    color: #222;
    border-radius: 40px;
    font-size: 14px;
    margin-top: 10px;
}

.thank-you-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    width: 60px;
    max-width: 60px;
    margin-right: 20px;
}

.thank-you-image img {
    border-radius: 50%;
}

.supporter-thank-you-area h5 {
    margin-bottom: 0;
    border: 1px solid rgba(34, 34, 34, .1);
    padding: 10px 50px;
    display: inline-block;
}

.supporter-thank-you-area {
    margin-top: 30px;
}

.see-more-btn {
    background-color: #f7f7f7;
    display: block;
    padding: 14px;
    border-radius: 50px;
    color: #222;
    font-weight: 700;
}

.membership-content-card {
    border: 1px solid rgba(34, 34, 34, .1);
    padding: 30px;
}

.join-btn {
    background-color: #111;
    color: #fff;
    padding: 8px 30px;
    border-radius: 30px;
}

.membership-area span {
    display: block;
    margin-top: 30px;
}

.modal-body.post-cart h4 {
    margin-top: 28px;
    font-size: 20px;
    margin-bottom: 35px;
}

.buy-mee-coffe-single-card {
    border: 1px solid rgba(34, 34, 34, .1);
    padding: 20px;
    border-radius: 5px;
}

.buy-mee-coffe-single-card p {
    font-size: 14px;
}

.single-buy-post-card {
    border: 1px solid rgba(34, 34, 34, .1);
    padding: 20px;
    border-radius: 5px;
}

.recent-support-text h6 {
    margin-bottom: 0;
}

.coffe-details-card {
    background-color: rgba(245, 71, 71, 0.08);
    padding: 15px;
    border-radius: 5px;
    margin-top: 10px;
    border: 1px solid rgba(245, 71, 71, 0.50);
}

.coffe-details-card span {
    font-size: 14px;
}

.single-popular-image {
    -webkit-box-flex: 120px;
    -ms-flex: 120px;
    flex: 120px;
    width: 120px;
    max-width: 120px;
}

.popular-side-area-card {
    border: 1px solid rgba(34, 34, 34, .1);
    padding: 20px;
    border-radius: 5px;
}

.popular-side-area-card h6 {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 14px;
}

.single-popular-area-card {
    border-bottom: 1px solidrgba(34, 34, 34, .1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.single-popular-text-content h5 {
    font-size: 17px;
    line-height: 1.6;
}

.single-popular-area-card:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.single-popular-bottom svg {
    width: 14px;
    margin-right: 5px;
}

.bottom-count-number {
    font-size: 14px;
}

.mr-15-cu {
    margin-right: 15px;
}

.form-control:focus {
    border-color: #F54748;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.upload-area {
    border: 1px solid rgba(34, 34, 34, .1);
    padding: 50px 30px;
    border-radius: 5px;
}

.connect-btn {
    background-color: #222;
    padding: 10px 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    border-radius: 35px;
}

.setting-btn.one {
    margin-top: 0;
}

.modal-form-area.member {
    border-bottom: none;
}

.details-side-member-area h6 {
    color: #707070;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 14px;
}

.bottom-menu-list-area {
    display: none !important;
}


.published-button-area a {
    background-color: #f7f7f7;
    padding: 12px 40px;
    display: inline-block;
    color: #707070;
    border-radius: 50px;
    -webkit-transition-duration: 500ms;
         -o-transition-duration: 500ms;
            transition-duration: 500ms;
}

.published-button-area a:hover {
    color: #222;
}

.post-create-card {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 5px;
}

.post-create-card {
    margin-top: 30px;
}

.published-dropdown-area h6 {
    margin-bottom: 20px;
}

.published-dropdown-area {
    border-bottom: 1px solid rgba(34, 34, 34, .1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.form-check-label {
    font-size: 14px;
}

.publish-single-card {
    border-bottom: 1px solid rgba(34, 34, 34, .1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.post-create-side-bar {
    margin-top: 50px;
}

/* Breadcrumb ARea Css */

.breadcrumb-area {
    height: 400px;
    background-color: rgba(2, 2, 30, 0.05);
}

.breadcrumb-content-text {
    margin-top: 40px;
}

.breadcrumb-content-text h4 {
    text-transform: uppercase;
    letter-spacing: 4px;
    color: rgb(245, 71, 72);
    margin-bottom: 15px;
}

.breadcrumb-content-text h2 {
    font-weight: 700;
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 0;
}

/* Contact Us Area */
.contact-us-area {
    position: relative;
}

.contact-us-area .form-control {
    text-transform: capitalize;
    border-radius: 30px;
    padding: 15px 30px;
    border-color: transparent;
    background-color: #f3f4f8;
}

.contact-meta-info {
    background-color: #f3f4f8;
    padding: 30px;
    border-radius: 10px;
}

/* Blog Details Area Css */

.post-author {
    background-color: rgb(245, 71, 72);
    color: #fff;
    padding: 7px 15px;
    display: inline-block;
    border-radius: 25px;
    margin-right: 15px;
    margin-bottom: 30px;
}

span.post-meta-date {
    background-color: rgb(245, 71, 72);
    color: #fff;
    padding: 7px 15px;
    display: inline-block;
    border-radius: 25px;
    margin-right: 15px;
    margin-bottom: 30px;
}

.post-author a {
    color: #fff;
}

.blog-details-image {
    margin-bottom: 20px;
}

.blog-details-image img {
    border-radius: 15px;
}

.blog-details-content h2 {
    font-size: 38px;
    margin-bottom: 15px;
}

.blog-details-content p {
    font-size: 18px;
}

.blog-details-content h6 {
    font-size: 22px;
    margin-top: 30px;
}

ul.list-group li i {
    line-height: 1.3;
    margin-right: 10px;
}

.blog-details-tag {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 30px 0;
    margin-bottom: 50px;
}

.tags-details h4 {
    font-size: 18px;
    margin-right: 5px;
}

.tags-details a {
    margin-right: 5px;
}

.comments-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    width: 60px;
    max-width: 60px;
    margin-right: 15px;
}

.comments-image img {
    border-radius: 50%;
}

.blog-ccom-title {
    margin-bottom: 30px;
}

.single-comment-card {
    margin-bottom: 20px;
}

.c-date-time {
    font-size: 13px;
    color: #707070;
}

.c-author {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.blog-replat-btn {
    color: rgb(245, 71, 72);
}

.single-comments-area {
    margin-bottom: 50px;
}

.single-comments-area.active {
    padding-left: 50px;
}

.single-comments-area {
    margin-bottom: 50px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 30px;
}

.single-comments-area:last-child {
    border-bottom: none;
}

textarea.form-control {
    height: 150px;
}

.border-none-cu {
    border: none;
}

.single-side-content {
    margin-bottom: 50px;
    background-color: #F4F7FE;
    padding: 40px 20px;
    border-radius: 15px;
}

.single-side-content .form-control {
    background-color: #fff;
    height: 56px;
    border-radius: 30px;
    padding: 10px 20px;
}

.form-outline {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
}

.single-side-content button.btn.btn-submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
    background-color: rgb(245, 71, 72);
    color: #fff;
    border-radius: 30px;
    position: relative;
    right: 30px;
}

h4.side-blog-title {
    font-size: 22px;
    margin-bottom: 20px;
}

.recent-post-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    width: 60px;
    max-width: 60px;
    margin-right: 15px;
}

.recent-post-img img {
    border-radius: 10px;
}

.recent-post-text h5 {
    margin-bottom: 2px;
}

.recent-post-text h5 a {
    font-size: 18px;
    color: #222;
}

span.recent-post-date {
    font-size: 13px;
    color: rgb(245, 71, 72);
}

.single-recent-post {
    margin-bottom: 30px;
}

.single-recent-post:last-child {
    margin-bottom: 0;
}

ul.side-categories li p a {
    font-size: 17px;
}

ul.side-categories li p a i {
    margin-right: 2px;
    font-size: 14px;
    color: rgb(245, 71, 72);
}

ul.tags-area li {
    display: inline-block;
    margin-right: 10px;
}

ul.tags-area li a {
    border: 1px solid rgb(245, 71, 72);
    padding: 5px 25px;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 24px;
    text-transform: capitalize;
    font-size: 15px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

ul.tags-area li a:hover {
    background-color: rgb(245, 71, 72);
    color: #fff;
}

/* user Details Area Css */
.user-info {
    background-color: #F4F7FE;
    padding: 30px;
    border-radius: 15px;
}

.user-img img {
    border-radius: 50%;

}

.user-img {

    width: 200px;
    margin: auto;
    margin-bottom: 30px;
}

.user-info-list h5 {
    text-align: center;
    margin-bottom: 30px;

}

.user-info-list h5 a {
    font-weight: 700;
    font-size: 26px;
    text-transform: capitalize;
}

.user-info-list p {
    font-size: 17px;
    margin-bottom: 0;
}

.user-info-list p span {
    font-weight: 700;
    margin-left: 3px;
}

.user-details-right-content h2 {
    font-size: 26px;
    margin-bottom: 10px;
}

.user-details-right-content p {
    font-size: 17px;
}

.single-pricing-card.user {
    border: 1px solid #ebebeb;
}

h3.user-price-title {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.need-skill-text.user h5 {
    font-size: 21px;
    text-transform: capitalize;
}

.user-subscribe-card {
    -webkit-box-shadow: 0px 0px 25px rgb(0 0 0 / 13%);
    box-shadow: 0px 0px 25px rgb(0 0 0 / 13%);
    border-radius: 15px;
    padding: 30px;
    background-color: #fff;
}

.user-subscribe-content-text h5 {
    margin-bottom: 20px;
}

.user-subscribe-content-text ul li {
    margin-bottom: 10px;
}

.modal-user-image {
    width: 70px;
    margin: auto;
}

.modal-user-image img {
    border-radius: 50%;
}

.profile-meta-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
    max-width: 50px;
    margin-right: 20px;
}

.profile-meta-img img {
    border-radius: 50%;
}

.review-profile-card h5 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px;
}

.profile-meta-content a {
    font-weight: 700;
    color: rgb(245, 71, 72);
}

.modal-content {
    -webkit-box-shadow: 0px 0px 25px rgb(0 0 0 / 13%);
    box-shadow: 0px 0px 25px rgb(0 0 0 / 13%);
    border: none;
    border-radius: 15px;
    outline: 0;
}

/* Call To Action Area Css */
.call-to-action-area {
    background-color: rgb(245, 71, 72);
}

.button-area-cta {
    text-align: right;
}

.call-to-action-area {
    position: relative;
}

.cta-text h2 {
    color: #fff;
    font-size: 44px;
    text-transform: capitalize;
    letter-spacing: 3px;
    margin-bottom: 0;
}

.cta-btn {
    background-color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.cta-btn:hover {
    color: rgb(245, 71, 72);
}




/* Update Css */
.single-posted-card {
    border: 1px solid #ebebeb;
    padding: 30px;
    border-radius: 2px;
}

.dropdown-toggle::after {
    display: none;
}

.post-btn {
    font-size: 22px;
    color: #111;
    line-height: 1;
}

h3.post-title a {
    margin-top: 30px;
    font-size: 22px;
    display: block;
    color: #222;
}

.post-time-date span {
    font-size: 14px;
}

.post-footer-area {
    border-top: 1px solid #ebebeb;
    padding-top: 30px;
    margin-top: 30px;
}

.post-footer-area p {
    font-size: 14px;
    margin-bottom: 0;
}

.like-commnet-card span {
    font-size: 14px;
    margin: 0 8px;
}

.mamage-icon i {
    font-size: 40px;

}

.manage-card-area h2 {
    font-size: 26px;
}

.manage-card-area p {
    margin-bottom: 0;
}

/* Mobile version menu */

.site-header.mobile-version {
    display: none;
}

.sidebar-menu {
    padding-bottom: 200px;
}

/* Responsive All Css */

@media (min-width: 992px) and (max-width: 1199px) {
    .single-resource-card {
        margin-bottom: 15px;
    }

    .side-menu-area {
        margin-top: 0;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .site-header .mobile-menu-trigger span {
        background-color: #02021E;
    }

    .site-header .mobile-menu-trigger span::before,
    .site-header .mobile-menu-trigger span::after {
        background-color: #02021E;
    }

    .navbar.site-navbar {
        padding: 10px 15px;
    }

    .site-header .menu-block {
        background-color: #F54748;
    }

    .site-menu-main .nav-link-item {
        padding-top: 0 !important;
        padding-bottom: 18px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
    }

    .gallery-tab .nav-link {
        padding: 5px 19px;
    }

    .single-gallery {
        margin-bottom: 30px;
    }

    .anim-icons .icon-3 {
        right: 15px;
    }

    .anim-icons .icon-2 {
        right: 15px;
    }

    .anim-icons .icon-4 {
        left: 0;
    }

    .welcome-content h3 {
        font-size: 50px;

    }

    .welcome-btn {
        margin-bottom: 15px;
    }

    .about-text-area h2 {
        font-size: 38px;
    }

    .menu-nav-bottom li {
        margin-right: 14px;
    }

    .single-resource-card {
        margin-bottom: 15px;
    }

    #mobileMenuOpen {
        margin-left: 45px;
    }

    #mobileMenuOpen i {
        font-size: 28px;
        color: #222;
    }

    .right-side-content {
        padding-right: 15px;
    }

    .bottom-menu-list-area {
        position: fixed;
        display: block !important;
        bottom: 0;
        width: 100%;
        z-index: 9999;
        background-color: #fff;
        height: 70px;
        padding: 0 40px;
        border-top: 1px solid rgba(34, 34, 34, .1);
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
        -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }

    .single-bttom-menu a {
        display: block;
        text-align: center;
        color: #222;
        font-size: 15px;
    }

    .mobile-menu-open>i {
        color: #8c8d9a;
        z-index: 5;
        font-size: 15px;
    }

    #mobileMenuOpen span {
        font-size: 14px;
    }

    #mobileMenuOpen i {
        font-size: 16px;
        color: #222;
    }

    .single-bttom-menu a i {
        font-size: 16px;
    }

    .bottom-menu-list-area {
        padding: 0 70px;
    }

    .site-header.mobile-version {
        display: block;
    }

    .site-header .menu-block {
        background-color: #fff;
    }

    .menu-block.active .nav-link-item {
        color: #111 !important;
    }

    .site-header .menu-block .mobile-menu-head {

        padding-right: 20px;
    }

    .sign-btn {
        margin-top: 20px;
    }

    .site-menu-main>li>a {
        line-height: 55px;
        height: 55px;

    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .site-header .mobile-menu-trigger span {
        background-color: #02021E;
    }

    .site-header.mobile-version {
        display: block;
    }

    .site-header .mobile-menu-trigger span::before,
    .site-header .mobile-menu-trigger span::after {
        background-color: #02021E;
    }

    .navbar.site-navbar {
        padding: 10px 15px;
    }

    .site-header .menu-block {
        background-color: #fff;
    }

    .menu-block.active .nav-link-item {
        color: #111 !important;
    }

    .site-header .menu-block .mobile-menu-head {

        padding-right: 20px;
    }

    .site-menu-main .nav-link-item {
        padding-top: 0 !important;
        padding-bottom: 18px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
    }

    .welcome-content h3 {
        font-size: 34px;
    }

    .anim-icons .icon-3 {
        right: 15px;
    }

    .anim-icons .icon-2 {
        right: 15px;
    }

    .anim-icons .icon-4 {
        left: 0;
    }

    .single-gallery {
        margin-bottom: 20px;
    }

    .title-heading h2 {
        font-size: 30px;
    }

    .creator-heading h2 {
        font-size: 30px;
    }

    .menu-nav-bottom-right {
        text-align: left;
        margin-top: 20px;
    }

    .menu-nav-bottom-right li {
        margin-bottom: 10px;
    }

    .gallery-tab .nav-link {
        margin-bottom: 10px;
    }

    .welcome-btn {
        margin-bottom: 15px;
    }

    .welcome-content p {
        font-size: 20px;
    }

    .about-text-area h2 {
        font-size: 32px;
    }

    .about-text-area p {
        font-size: 16px;
    }

    .gallery-heading {
        font-weight: 800;
        font-size: 30px;
    }

    .login-btn {
        background-color: transparent;
        border: none;
        font-weight: 700;
        padding-top: 3px;
        font-size: 18px;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        color: #fff;
        padding-top: 22px;
    }

    .sign-btn {

        border: none;
        color: #222;
    }

    .right-side-content {
        padding-right: 15px;
    }



    .main-content {
        padding: 0;
        padding-top: 30px;
    }

    .card-body {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 0;
    }

    .dashbboard-header h5 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .dashbboard-header a {
        font-size: 14px;
        color: #02021E;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
    }

    .single-count-card span {
        font-size: 13px;
    }

    .single-count-card a {
        font-size: 14px;
    }

    .check-list-icon {
        margin-bottom: 20px;
    }

    .top-header-area .left-side-content-area {
        flex: 0 0 47%;
        max-width: 47%;
        width: 47%;
    }

    .single-resource-card {
        margin-bottom: 15px;
    }

    .members-headers a {
        padding: 12px 20px;
    }

    .single-choose-card {
        margin-bottom: 15px;
    }

    .single-choose-card-text {
        padding: 20px;
    }

    .product__details__option__size label {
        margin-bottom: 15px;
    }

    .setting-btn {
        margin-top: 15px;
    }

    .support-bottom-text {
        margin-top: 15px;
    }

    .goal-btn-area {
        text-align: left;
        margin-top: 20px;
    }

    .cover-credit-card-area h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .payout-btn-area {
        margin-top: 15px;
    }

    .recommended-area {
        padding: 15px;
    }

    .reco-btn {
        padding: 10px 15px;
        text-align: center;
    }

    .support-tab-area .nav-pills .nav-link {
        margin-bottom: 10px;
    }

    .left-side-content-area.single-page {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 14%;
        width: 14%;
        max-width: 14%;
    }
    .follow-btn {
        background-color: #fff;
        border: none;
        font-weight: 500;
        font-size: 11px;
        height: 40px;
        width: 75px;
        display: inline-block;
        -webkit-box-shadow: 0px 4px 80px rgba(8, 15, 30, 0.40);
        box-shadow: 0px 4px 80px rgba(8, 15, 30, 0.40);
        border-radius: 30px;
        margin-right: 9px;
    }

    .upload-btn {
        font-size: 20px;
    }

    .upload-btn {
        font-size: 14px;
        height: 28px;
        width: 27px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 27px;
        max-width: 27px;
    }

    .profile-info {
        width: 75px;
        height: 40px;
        line-height: 40px;
        background-color: #fff;
    }

    .menu-image {
        width: 15px !important;
        border-radius: 0 !important;
        height: 18px !important;
        margin-right: 6px;
    }

    .profile-info img {
        width: 30px;
        height: 30px;
        line-height: 40px;
        border-radius: 100%;
    }

    .top-header-area.view-page {
        background-color: #fff;
    }

    .product__details__option__size.all_post label {
        height: 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        max-width: 30px;
        width: 30px;
        line-height: 30px;
    }

    .product__details__option__size span {
        margin-right: 1px;
    }

    .all_post_count {
        font-size: 16px;
        height: 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        max-width: 20px;
        width: 20px;
        line-height: 30px;
    }

    .form-control.all-post {
        width: 35px;
        height: 30px;
    }

    .form-control.view-search-form {
        width: 250px;
        margin-bottom: 20px;
    }

    .membership-content-card {
        border: 1px solid rgba(34, 34, 34, .1);
        padding: 10px;
    }

    .side-all-post-price-card.other-page {
        padding: 0;
        border: none;
    }

    .form-control.follow-form-cart {
        width: 270px;

    }

    #scrollUp {
        bottom: 110px;
        right: 20px;
    }

    .single-bttom-menu a {
        display: block;
        text-align: center;
        color: #222;
        font-size: 15px;
    }

    .bottom-menu-list-area {
        position: fixed;
        display: block !important;
        bottom: 0;
        width: 100%;
        z-index: 9999;
        background-color: #fff;
        height: 80px;
        padding: 0 40px;
        border-top: 1px solid rgba(34, 34, 34, .1);
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
        -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }

    .top-header-area {
        position: fixed;
        z-index: 2;
        width: 100%;
        background-color: #fff;
        left: 0;
    }

    .dropdown-menu {

        z-index: 9999 !important;
    }

    .site-header .menu-block .site-menu-main {
        padding-bottom: 200px;
    }

    .post-btn {

        margin-top: 20px;
        display: block;
    }

    .like-commnet-card {
        margin-top: 20px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .welcome-content h3 {
        font-size: 46px;
    }

    .welcome-area {
        height: 1000px;
        position: relative;
    }

    .gallery-heading {
        font-weight: 800;
        font-size: 40px;
    }

    .about-text-area h2 {
        font-size: 44px;
    }

    .title-heading h2 {
        font-size: 36px;
    }

    .user-profile-card {
        margin-right: 20px;
    }

    .single-count-card span {
        font-size: 16px;
    }

    .single-count-card a {
        font-size: 16px;
    }



    #mobileMenuOpen {
        margin-left: 0;
    }


}

@media (min-width: 576px) and (max-width: 767px) {
    .welcome-content h3 {
        font-size: 52px;
    }

    .about-text-area h2 {
        font-size: 48px;
    }

    .gallery-heading {
        font-size: 48px;
    }

    .title-heading h2 {
        font-size: 48px;
    }

    .bottom-menu-list-area {
        padding: 0 60px;
    }
}










/* Update Css */

img.post-logo {
    width: 20px;
    margin-right: 10px;
}

.post-cart-body-text span {
    font-size: 13px;
}

.post-cart-body-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    width: 70px;
    max-width: 70px;
}

.post-cart-body-img img {
    border-radius: 50%;
}

.post-cart-thumb {
    position: relative;
    width: 100%;
}

.post-cart-body-text {
    margin-right: 50px;
}

.post-cart-img-text {
    position: absolute;
    top: 50%;
    left: 70px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

/* Register Area Css */


.form_wrapper {
    background: #fff;
    width: 400px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 30px;
    margin: 8% auto 0;
    position: relative;
    z-index: 1;
    border-top: 6px solid #F54748;
    -webkit-box-shadow: 0 10px 40px -5px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 40px -5px rgb(0 0 0 / 10%);
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation: expand 0.8s 0.6s ease-out forwards;
    animation: expand 0.8s 0.6s ease-out forwards;
    opacity: 0;
    border-radius: 15px;
}

.border-bottom {
    border-bottom: 1px solid #e2e8f0 !important;
}

.form_wrapper h2 {
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0;
}

.mt-n3 {
    margin-top: -1rem !important;
}

.form_wrapper .title_container {
    text-align: center;
    padding-bottom: 15px;
}

.form_wrapper h3 {
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0;
}

.bg-gray-color-2 {
    background-color: #f2f4f3;
}

.form_wrapper label {
    font-size: 12px;
}

.form_wrapper .row {
    margin: 10px -15px;
}

.form_wrapper .row>div {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.form_wrapper .col_half {
    width: 50%;
    float: left;
}

.form_wrapper .input_field {
    position: relative;
    margin-bottom: 20px;
    -webkit-animation: bounce 0.6s ease-out;
    animation: bounce 0.6s ease-out;
}

.form_wrapper .input_field>span {
    position: absolute;
    left: 0;
    top: 0;
    color: #333;
    height: 100%;
    border-right: 1px solid #cccccc;
    text-align: center;
    width: 30px;
}

.form_wrapper .input_field>span>i {
    padding-top: 10px;
}

.form_wrapper input[type=text],
.form_wrapper input[type=email],
.form_wrapper input[type=password] {
    width: 100%;
    padding: 8px 10px 9px 50px;
    height: 50px;
    border: 1px solid #ebebeb;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
}

.form_wrapper .input_field>span>i {
    padding-top: 18px;
}

.form_wrapper .input_field>span {
    width: 40px;
}

.form_wrapper input[type=text]:hover,
.form_wrapper input[type=email]:hover,
.form_wrapper input[type=password]:hover {
    background: #fafafa;
}

.form_wrapper input[type=text]:focus,
.form_wrapper input[type=email]:focus,
.form_wrapper input[type=password]:focus {
    box-shadow: 0 0 2px 1px rgba(245, 71, 71, 0.2);
    border: 1px solid #F54748;
    background: #fafafa;
}

.form_wrapper input[type=submit] {
    background: #F54748;
    height: 45px;
    line-height: 45px;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 1.1em;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form_wrapper input[type=submit]:hover {
    background: #222;
}

.form_wrapper input[type=submit]:focus {
    background: #222;
}

.form_wrapper input[type=checkbox],
.form_wrapper input[type=radio] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.form_container .row .col_half.last {
    border-left: 1px solid #cccccc;
}

.checkbox_option label {
    margin-right: 1em;
    position: relative;
}

.checkbox_option label:before {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.5em;
    vertical-align: -2px;
    border: 2px solid #cccccc;
    padding: 0.12em;
    background-color: transparent;
    background-clip: content-box;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.checkbox_option label:after {
    border-right: 2px solid #000000;
    border-top: 2px solid #000000;
    content: "";
    height: 20px;
    left: 2px;
    position: absolute;
    top: 7px;
    -webkit-transform: scaleX(-1) rotate(135deg);
        -ms-transform: scaleX(-1) rotate(135deg);
            transform: scaleX(-1) rotate(135deg);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    width: 7px;
    display: none;
}

.checkbox_option input:hover+label:before {
    border-color: #000000;
}

.checkbox_option input:checked+label:before {
    border-color: #000000;
}

.checkbox_option input:checked+label:after {
    -webkit-animation: check 0.8s ease 0s running;
    animation: check 0.8s ease 0s running;
    display: block;
    width: 7px;
    height: 20px;
    border-color: #000000;
}

.radio_option label {
    margin-right: 1em;
}

.radio_option label:before {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.5em;
    border-radius: 100%;
    vertical-align: -3px;
    border: 2px solid #cccccc;
    padding: 0.15em;
    background-color: transparent;
    background-clip: content-box;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.radio_option input:hover+label:before {
    border-color: #000000;
}

.radio_option input:checked+label:before {
    background-color: #000000;
    border-color: #000000;
}

.select_option {
    position: relative;
    width: 100%;
}

.select_option select {
    display: inline-block;
    width: 100%;
    height: 35px;
    padding: 0px 15px;
    cursor: pointer;
    color: #7b7b7b;
    border: 1px solid #cccccc;
    border-radius: 0;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.select_option select::-ms-expand {
    display: none;
}

.select_option select:hover,
.select_option select:focus {
    color: #000000;
    background: #fafafa;
    border-color: #000000;
    outline: none;
}

.select_arrow {
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-width: 8px 5px 0 5px;
    border-style: solid;
    border-color: #7b7b7b transparent transparent transparent;
}

.select_option select:hover+.select_arrow,
.select_option select:focus+.select_arrow {
    border-top-color: #000000;
}

.credit {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 15px;
    color: #F54748;
}

.credit a {
    color: #222;
}

@-webkit-keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 7px;
    }

    50% {
        height: 20px;
        width: 7px;
    }
}

@keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 7px;
    }

    50% {
        height: 20px;
        width: 7px;
    }
}

@-webkit-keyframes expand {
    0% {
        -webkit-transform: scale3d(1, 0, 1);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale3d(1, 1.2, 1);
    }

    50% {
        -webkit-transform: scale3d(1, 0.85, 1);
    }

    75% {
        -webkit-transform: scale3d(1, 1.05, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}

@keyframes expand {
    0% {
        -webkit-transform: scale3d(1, 0, 1);
        transform: scale3d(1, 0, 1);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale3d(1, 1.2, 1);
        transform: scale3d(1, 1.2, 1);
    }

    50% {
        -webkit-transform: scale3d(1, 0.85, 1);
        transform: scale3d(1, 0.85, 1);
    }

    75% {
        -webkit-transform: scale3d(1, 1.05, 1);
        transform: scale3d(1, 1.05, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translate3d(0, -25px, 0);
        opacity: 0;
    }

    25% {
        -webkit-transform: translate3d(0, 10px, 0);
    }

    50% {
        -webkit-transform: translate3d(0, -6px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 2px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
        opacity: 0;
    }

    25% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    50% {
        -webkit-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 2px, 0);
        transform: translate3d(0, 2px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@media (max-width: 600px) {
    .form_wrapper .col_half {
        width: 100%;
        float: none;
    }

    .bottom_row .col_half {
        width: 50%;
        float: left;
    }

    .form_container .row .col_half.last {
        border-left: none;
    }

    .remember_me {
        padding-bottom: 20px;
    }
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;

}

.summer-note-area h2 {
    margin-bottom: 50px;
    font-size: 24px;
    color: #707070;
}

.summer-note-area {
    margin-top: 50px;
}
.meta-info-feed a {
    font-size: 14px;
}
.post-card-header a img {
    width: 40px;
    border-radius: 50%;
}
.post-card-header a span {
    color: #02021E;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
}
.meta-info-feed a i {
    font-size: 13px;
    margin-right: 2px;
}
.following-card-header a {
    margin-top: 0!important;
}
.following-card-header div {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 20px 15px;
    border-radius: 9px;
    align-items: center;
    padding-top: 20px!important;
    box-shadow: 0 0 19px -4px rgba(0, 0, 0, 0.07);
}
.badge {
    display: inline-block;
    padding: 5px 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
td img {
    border-radius: 50%;
    width: 45px !important;
}
.rounded {
    border-radius: 50% !important;
}
td strong {
    font-size: 15px;
}
td span {
    font-size: 14px;
}
.message-text h6 {
    font-size: 18px;
}
.time-title-message {
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.message-list {
    border: 1px solid #ebebeb;
    padding: 20px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.post-card-bottom {
    margin-top: 20px;
}
.published-button-area {
    text-align: right;
}


.post-card-bottom {
    margin-top: 20px;
}
.post-description {
    font-size: 24px;
    display: flex;
    align-items: center;
}
.post-card-bottom h4 a {
    color: #02021E;
    font-size: 20px;
}






.message-list{
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    margin-top: 15px;
}
.message-top-icon a{
    margin-right: 15px;
}
.message-icon{
    margin-right: 15px;
    flex: 0 0 30px;
    width: 30px;
    max-width: 30px;
}
.message-text h6 {
    font-size: 15px;
    margin-bottom: 3px;
}
.message-text span {
    color: #666;
    font-size: 15px;
}
.time-title-message{
    font-size: 14px;
    margin-bottom: 0;
}
button.btn.message-modal-btn {
    padding: 0;
    margin-right: 15px;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none ;
}
.modal-body.message {
    padding-top: 20px;
}
.message-modal-header a {
    background-color: rgba(34, 34, 34, .05);
    padding: 5px 20px;
    display: inline-block;
    border-radius: 30px;
    color: #111;
    font-size: 14px;
}

.single-followers-card{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}
.single-followers-card a {
    background-color: rgba(34, 34, 34, .05);
    padding: 5px 20px;
    display: inline-block;
    border-radius: 30px;
    color: #111;
    font-size: 14px;
}
.followers-left h6 {
    font-size: 15px;
    margin-bottom: 2px;
}
.followers-left span {
    color: #666;
}
.search-form-edit-page.message {
    margin-bottom: 40px;
}

.message-setting-modal h6 {
    font-size: 20px;
    margin-bottom: 15px;
}

.message-setting-modal p{
    font-size: 13px;
    margin-bottom: 30px;
}
.message-setting-modal select.form-select {
    border: 1px solid #ebebeb;
    height: 52px;
    font-size: 14px;
    cursor: pointer;
}
.form-select:focus {
    border-color: #F54748;
    outline: 0px;
    box-shadow: none;
}
img.chat-logo {
    width: 20px;
}
.message-chat-header p{
    font-size: 15px;
    margin-bottom: 0;
}
.message-chat-header{
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.first-author-img {
    flex: 0 0 50px;
    width: 50px;
    max-width: 50px;
    margin-right: 15px;
}
.message-chat-body {
    background-color: #f1f2f4;
    padding: 30px;
    border-radius: 5px;
    min-height: 100%;
}
.first-author-img img{
    border-radius: 50%;
    border: 2px solid #fff;
}
.first-author-text h6 {
    font-size: 16px;
    margin-bottom: 3px;
    color: #222;
}
.first-author-text h6 span{
    font-size: 13px;
    color: #666;
    font-weight: 400;
}
.first-author-text{
    background-color: #fff;
    padding: 12px 40px;
    display: inline-block;
    border-radius: 5px;
}
.first-author-info{
    margin-bottom: 25px;
}
.first-author-info.second-author {
    float: right;
}

 .conversation-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    bottom: 0px;
}

.conversation-footer .chat-input {
    border: 0px;
    line-height: 75px;
    height: 50px;
    outline: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e1eaea;
    padding: 0 15px;
    font-size: 14px;
    margin-top: 30px;
    flex: 0 0 60%;
    margin-right: 30px;

}
.chat-list-inline{
    margin-top: 30px;
    flex: 0 0 40%;

}
ul.chat-list-inline li a i {
    font-size: 20px;
    color: #666;
    margin-right: 5px;
}
.trig-btn{
    font-size: 24px;
    color: #666;
    margin-right: 10px;
    transition-duration: 500ms;
}
.trig-btn:hover{
    color: #F54748;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .first-author-text span {
        font-size: 14px;
        line-height: 1;
    }
    .first-author-text {
        padding: 12px 25px;
    }
    .conversation-footer .chat-input {
        flex: 0 0 50%;
        margin-right: 10px;
    }
    .chat-list-inline {
        margin-top: 30px;
        flex: 0 0 50%;
    }
    ul.chat-list-inline li a i {
        font-size: 20px;
        color: #666;
        margin-right: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

.following {
	margin-top: 50px;
	margin-bottom: 100px;
}
}

@media (min-width: 320px) and (max-width: 767px) {
    .message-chat-body {
        background-color: #f1f2f4;
        padding: 30px 15px;
    }
    .first-author-img {
        margin-bottom: 15px;
    }
    .first-author-text {
        background-color: #fff;
        padding: 15px 15px;
    }
    .first-author-text span {
        font-size: 13px;
    }
    .first-author-text h6 {
        font-size: 14px;
        margin-bottom: 8px;
        color: #222;
    }

    .first-author-info.second-author {
        float: none;
    }
    .conversation-footer {

        flex-wrap: wrap;
    }
    .conversation-footer .chat-input {
        flex: 0 0 100%;
        margin-right: 0;
    }
    .chat-list-inline {
        margin-top: 70px;
        flex: 0 0 100%;
    }
    .following.message-2 {
        margin-top: 100px;
        margin-bottom: 150px;
    }
    .chat-list-inline {
        margin-top: 18px;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .conversation-footer .chat-input {
        margin-top: 20px;
    }
    .time-title-message {

        margin-top: 20px;
    }
    .message-list {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 20px;
        margin-top: 20px;
    }
    .following.message-1 {
        margin-top: 70px;
    }
    .following {
        margin-bottom: 150px;
    }
    .first-author-img {
        margin-bottom: 15px;
        position: relative;
        bottom: -24px;
    }

}


@media (min-width: 320px) and (max-width: 767px) {
    .post-cart-img-text {
        position: absolute;
        top: 50%;
        left: 40px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }

    .post-cart-body-img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50px;
                flex: 0 0 50px;
        width: 50px;
        max-width: 50px;
    }

    .post-cart-body-text {
        margin-right: 10px;
    }

    .post-cart-body-text p {
        font-size: 14px;
    }
    .top-header-area.view-page {
        background-color: #fff!important;
    }

    .modal-body {

        padding: 30px 10px;
    }

    .post-cart-body-text span {
        font-size: 11px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .post-cart-body-text {
        margin-right: 80px;
    }

    .post-cart-body-text p {
        font-size: 14px;
    }

    .post-cart-body-img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 70px;
                flex: 0 0 70px;
        width: 70px;
        max-width: 70px;
    }
}

.mt-150 {
    padding-top: 150px;
    padding-bottom: 150px;
    background: white;
}

.pt-50 {
    padding-top: 100px;
}


.search-input {border: 2px solid #f3f3f3;display: inline-block;border-radius: 42px;padding: 12px 30px;position: relative;background: white;}

.input-value {
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-value h5 {
    margin-bottom: 0;
}

.search-input button {
    position: absolute;
    right: 5px;
    top: 3px;
    border: none;
    background: #f54747;
    color: #fff;
    border-radius: 30px;
    padding: 10px 25px;
}

.input-value input {
    border: none;
    width: 320px;
    color: #666;
    font-weight: 900;
    font-size: 16px;
}

.input-value input:focus {
    outline: 0;
}

.input-value h5 {
    color: #666;
    font-size: 23px;
}

.input-value input::placeholder {
    color: #b1b2b4;
    font-size: 20px;
    font-weight: 300;
}

a.has-more-published.text-secondary.text-decoration-underline {
    background: #f54747;
    color: #fff !important;
    text-decoration: none !important;
    padding: 12px 27px;
    border-radius: 10px;
}

.following-card-header a {
    margin-bottom: 20px;
}

.published-button-area.mb-30 {
    text-align: left;
}
a.badge.bg-danger {
    padding: 11px 25px;
    background: #f54747 !important;
}

a.text-primary {
    color: black !important;
}

.custom-table.shadow.table-responsive {
    box-shadow: none !important;
}

.comment-user span {
    margin-bottom: 0;
}

.width-full {
    width: 100%;
}

.max-h-500{
    max-height: 500px;
}

.chartjs-absoulte {
    position: absolute; inset: 0px; overflow: hidden; pointer-events: none; visibility: hidden; z-index: -1;
}

.chartjs-expand {
    position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden;pointer-events:none;visibility:hidden;z-index:-1;
}

.chartjs-custom {
    position:absolute;width:1000000px;height:1000000px;left:0;top:0;
}

.chartjs-size {
    position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden;pointer-events:none;visibility:hidden;z-index:-1;
}

.chartjs-middle {
    position:absolute;width:200%;height:200%;left:0; top:0
}

.chartjs-render {
    display: block; height: 303px; width: 576px;
}

.max-h-100 {
    max-height: 100px;
}

.card-img-overlay.card-inverse img {
    height: 111px;
    width: 111px;
    object-fit: cover;
}

.card.extra-card img {
    object-fit: cover;
}


@media (min-width: 320px) and (max-width: 767px) {
    .input-value input {
        width: 100%;
    }
    .search-input button {
        right: 0;
        position: absolute;
        top: 64px;
        border: none;
        background: #f54747;
        color: #fff;
        border-radius: 30px;
        padding: 10px 25px;
        left: 0;
    }

    .search-input {
        border: 2px solid #f3f3f3;
        display: inline-block;
        border-radius: 42px;
        padding: 12px 30px;
        position: relative;
        background: white;
        margin-bottom: 50px;
    }
}

span.all_post_count img {
    max-width: 61px !important;
    height: 35px;
}
