@import url('https://fonts.googleapis.com/css?family=Poppins');

::-moz-selection {
    color: #fff;
    background: #ff8c00;
}

::selection {
    color: #fff;
    background: #ff8c00;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #fff;
    overflow-x: hidden;
}

a {
    transition: 0.3s ease;
}

a:hover {
    text-decoration: none;
}

.form-control {
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
}

section {
    padding: 50px 0;
}

/***********************************************/

/* Navigation Area */

/***********************************************/

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .8rem;
        padding-left: .8rem;
    }
}

.navigation {
    background: #f9f9f9;
    border-bottom: 1px solid #cecece;
    padding: 12px 30px;
}

.nav-item {
    margin: 0 3px;
}

.nav-link {
    transition: 0.3s ease;
    color: #777777;
}

.navbar-brand {
    position: relative;
}

.navbar-brand::after {
    content: "";
    background: #ddd;
    width: 2px;
    height: 30px;
    position: absolute;
    right: -10px;
    top: 12px;
    display: block;
}

.active .nav-link {
    color: #ff8c00;
}

.nav-link:hover {
    color: #5e5e5e;
}

.nav-up {
    text-transform: uppercase;
}

.navbar-brand img {
    max-height: 40px;
}

.btn-search {
    background: #ff8c00;
    border: 2px solid #ff8c00;
    color: #fff;
    border-radius: 0 10px 10px 0;
}

.btn-search:hover {
    background: #e98000;
    border: 2px solid #e98000;
    color: #fff;
}

.btn-main {
    color: #fff;
    background-color: #ff8c00;
    border-color: #ff8c00;
}

.btn-main:hover {
    color: #fff;
    background-color: #e98000;
    border-color: #e98000;
}

.btn-point {
    padding: 6px;
    border: 1px solid #d2d2d2;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.point-txt span {
    clear: both;
    display: block;
}

.point-nav {
    font-size: 1.5em;
    color: #ff8c00;
    margin-right: 10px;
    line-height: 28px;
}

.point-txt {
    font-size: 0.7em;
    color: #ff8c00;
    line-height: 13px;
}

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

.dropdown-menu {
    margin-top: 25px;
    border: 0;
    box-shadow: 0 0 10px #ccc;
}

.form-search {
    width: calc(100% - 50px);
    border-radius: 10px 0 0 10px;
    border: 2px solid #ff8c00;
    padding: 6px 18px;
    height: auto;
}

.form-search::placeholder {
    color: #8e8e8e;
}

.form-search:focus {
    border: 2px solid #fff;
}

.sub-menu {
    padding: 10px 0;
    background: #f9f9f9;
}

/*** Small Navbar ***/

.nv-but {
    text-align: center;
    display: block;
    color: #6f6f6f;
}

.nv-but:hover {
    color: #5e5e5e;
}

/*** User ***/

.nav-user {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.nav-user img {
    width: 43px;
    height: 43px;
    border-radius: 100%;
}

.nav-user span {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #00b500;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 2px solid #fff;
}

/***********************************************/

/* Main Page */

/***********************************************/

/*** Sidebar ***/

.catlist a {
    color: #929292;
}

.category {
    list-style: none;
    padding-left: 2em;
}

.category .active a {
    color: #ff8c00;
}


/***********************************************/

/* Main Area */

/***********************************************/

.main-area {
    padding: 50px 0;
}

/*** Banner ***/

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-mid {
    display: table-cell;
    vertical-align: middle;
}

.main-txt {
    margin-left: 50px;
}

.main-txt h1 {
    color: #6d6d6d;
    font-size: 4em;
}

.main-txt p {
    font-size: 1.5em;
    color: #8c8c8c;
}

#main-banner {
    border-bottom: 1px solid #dadada;
}

/*** BreadCumb ***/

.bread-cumb {
    border-bottom: 1px solid #dadada;
    padding: 14px 0;
    margin-bottom: 25px;
}

.bd-line a, .bd-line i {
    color: #909090;
}

.bd-line i {
    padding: 0 5px;
}

.btn-sort {
    padding: 0;
}

.bd-sort {
    text-align: right;
}

/*** Profile Card ***/

.profile-card {
    background: #fff;
    padding: 2em;
    border: 1px solid #cecece;
    margin-bottom: 30px;
}

.profile-pic img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin-bottom: 20px;
}

.profile-pic {
    display: block;
    text-align: center;
}

.profile-info {
    text-align: center;
    margin-bottom: 20px;
}

.profile-info h5 {
    font-weight: bold;
    margin-bottom: 2px;
}

.rate-info {
    font-size: 0.8em;
    text-align: center;
    color: #717171;
}

.profile-hr {
    background: #dedede;
    width: 100%;
    height: 1px;
    margin: 1.3em 0;
}

.profile-md {
    color: #717171;
}

.profile-earn {
    color: #717171;
    text-align: right;
}

.profile-hour,
.profile-all {
    color: #ff8c00;
    font-weight: bold;
    text-align: right;
    display: block;
}

/*** Point Card ***/

.card-head {
    text-align: center;
    margin-bottom: 20px;
}

.point-card {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.pt-number {
    font-size: 2.5em;
    line-height: 48px;
    margin-right: 10px;
    color: #ff8c00;
}

.pt-text {
    line-height: 22px;
    color: #717171;
}

.earn-txt {
    color: #717171;
    text-align: center;
}

.card-earn {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.earn-txt::before {
    content: "";
    display: block;
    background: #ddd;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.earn-txt span {
    background: #fff;
    width: 100%;
    height: auto;
    z-index: 9;
    position: relative;
    padding: 0 10px;
}

.card-btn {
    background: #fff;
    color: #717171;
    border: 1px solid #ff8c00;
    padding: 0.3em 1em;
    display: block;
    text-align: center;
    font-size: 0.9em;
}

/*** Service List */

.set-fav i {
    transition: 0.3s ease;
    color: #b1b1b1;
}

.set-fav i:hover {
    color: #ff0000;
}

.body-head h4 {
    font-size: 1.2em;
    margin-bottom: 25px;
}

.srv-img img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.srv-info a {
    font-size: 1em;
    color: #929292;
}

.srv-info {
    margin: 5px 0;
    height: 70px;
}

.srv-rate {
    display: flex;
    flex-wrap: nowrap;
    margin: 5px 0;
}

.srv-star {
    margin-left: auto;
}

.srv-star .gold {
    color: #f3a529;
    font-weight: bold;
}

.srv-btn {
    background: #fff;
    border: 1px solid #a0a0a0;
    border-radius: 0;
    display: block;
    width: 100%;
    margin-top: 8px;
    padding: 0.3em 1em;
    text-transform: uppercase;
    color: #828282;
    font-size: 0.9em;
}

.set-fav {
    border: 0;
    outline: 0;
    background: transparent;
}


.srv-img {
    position: relative;
    overflow: hidden;
}

.fv-icon {
    position: absolute;
    top: 0;
    right: 10px;
    background: #f3a529;
    color: #fff;
    width: 20px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
}

.fv-icon::after {
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 10px;
    border-color: transparent;
    border-top-color: #f3a529;
    left: 0;
    right: 0;
    bottom: -20px;
}

/****************************/

/* Footer */

/****************************/

.footer {
    background: #f6f6f6;
    padding: 40px 0;
}

.ft-list,
.cnt-details,
.ft-social {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    list-style: none;
}

.ft-list li a {
    color: #828282;
}

.ft-list li a:hover {
    color: #636363;
}

.ft-list li {
    margin-bottom: 8px;
}

.ft-widget h4 {
    margin-bottom: 25px;
    color: #3c3c3c;
}

.cnt-details li a {
    color: #656565;
}

.cnt-details li a:hover {
    color: #464646;
}

.cnt-details li {
    margin-bottom: 10px;
}

.cnt-details i {
    width: 25px;
}

.ft-logo img {
    max-height: 30px;
    margin-bottom: 10px;
}

.ft-social {
    display: flex;
    flex-wrap: nowrap;
}

.ft-social a {
    color: #444;
    margin-right: 10px;
    font-size: 14px;
}

.ft-link a {
    color: #656565;
}

.ft-link a:hover {
    color: #464646;
}

/*** Footer Small ***/

.footer-sm {
    background: #f6f6f6;
    width: 100%;
}

.small-ft {
    border-top: 1px solid #b5b5b5;
    padding: 15px;
}

.ft-copyright {
    line-height: 40px;
}

.ft-credit {
    font-size: 0.9em;
    color: #464646;
    margin-bottom: 10px;
}

.ft-right {
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap;
}

.btn-curr {
    background: #fff;
    color: #8a8a8a;
    border-radius: 0;
    border: 1px solid #ababab;
}

.eth-pro {
    font-size: 0.8em;
    margin-right: 20px;
}

.eth-pro img {
    height: 18px;
}


@media (min-width: 767px) {}

@media (min-width: 979px) {}

@media (max-width: 979px) {
    .nav-item {
        margin-top: 10px;
    }

    .login-drop {
        width: 100%;
    }

    .dropdown-menu {
        box-shadow: 0 0 10px #ddd;
    }

    .flag-drop-fix {
        width: 4rem;
    }

    .form-control {
        margin-bottom: 10px;
    }

    .frm-devide::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .srh-bg {
        padding: 2em;
    }

    .body-widget {
        margin-bottom: 45px;
    }

    .ml-25 {
        margin-left: 25%;
    }

    .frm-devide::after {
        background: #d2d2d2;
        width: 100px;
        height: 2px;
        top: 90px;
        left: 33%;
    }

    .frm-devide {
        margin-bottom: 30px;
    }

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

    .value-dist::after {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .srh-bg {
        padding: 3em;
    }

    .menu-ico {
        height: 85px;
        font-size: 40px;
        line-height: 85px;
    }

    .menu-item {
        margin: 0;
    }

    .body-widget {
        padding: 2em;
        padding-bottom: 1em;
    }
}

@media (max-width: 480px) {}