/*--------------------------- Color variations ----------------------*/


/* Medium Layout: 1280px */


/* Tablet Layout: 768px */


/* Mobile Layout: 320px */


/* Wide Mobile Layout: 480px */


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


/*  Basic Style 
/* =================================== */

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #cccccc;
    font-weight: 300;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #cccccc;
    opacity: 1;
    font-weight: 300;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #cccccc;
    opacity: 1;
    font-weight: 300;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #cccccc;
    font-weight: 300;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #cccccc;
    font-weight: 300;
}

body {
    color: #777777;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
    position: relative;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

select {
    display: block;
}

figure {
    margin: 0;
}

a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

iframe {
    border: 0;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    color: #777777;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    text-decoration: none;
    outline: 0;
}

.card-panel {
    margin: 0;
    padding: 60px;
}


/**
 *  Typography
 *
 **/

.btn i,
.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
    font-size: 1em;
    line-height: inherit;
}
.text-justify{
   text-align:justify !importnat;
}
.gray-bg {
    background: #eee;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    color: #222222;
    line-height: 1.5em;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0;
    margin-top: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #222222;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

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

h6,
.h6 {
    font-size: 14px;
    color: #222222;
}

td,
th {
    border-radius: 0px;
}


/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clear::before,
.clear::after {
    content: " ";
    display: table;
}

.clear::after {
    clear: both;
}

.fz-11 {
    font-size: 11px;
}

.fz-12 {
    font-size: 12px;
}

.fz-13 {
    font-size: 13px;
}

.fz-14 {
    font-size: 14px;
}

.fz-15 {
    font-size: 15px;
}

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

.fz-18 {
    font-size: 18px;
}

.fz-30 {
    font-size: 30px;
}

.fz-48 {
    font-size: 48px !important;
}

.fw100 {
    font-weight: 100;
}

.fw300 {
    font-weight: 300;
}

.fw400 {
    font-weight: 400 !important;
}

.fw500 {
    font-weight: 500;
}

.f700 {
    font-weight: 700;
}

.fsi {
    font-style: italic;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-0 {
    margin-left: 0 !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-5 {
    margin-right: 5px !important;
}

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

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-0 {
    padding-top: 0px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-150 {
    padding-top: 150px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-30 {
    padding-right: 30px;
}

.pl-30 {
    padding-left: 30px;
}

.p-40 {
    padding: 40px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-italic {
    font-style: italic;
}

.text-white {
    color: #fff;
}

.transition {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.section-full {
    padding: 50px 0;
}

.section-half {
    padding: 75px 0;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}

.flex-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.flex-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}

.flex-top {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.flex-bottom {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.space-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
}

.flex-column {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.display-table {
    display: table;
}

.light {
    color: #fff;
}

.dark {
    color: #000;
}

.relative {
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.container.fullwidth {
    width: 100%;
}

.container.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-padding {
    padding: 0;
}

.section-bg {
    background: #f9fafc;
}

@media (max-width: 767px) {
    .no-flex-xs {
        display: block !important;
    }
}

.row.no-margin {
    margin-left: 0;
    margin-right: 0;
}

.primary-btn {
    line-height: 40px;
    padding: 0 40px;
    border-radius: 20px;
    background: transparent;
    border: 1px solid #d52529;
    color: #222222;
    display: inline-block;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.primary-btn:focus {
    outline: none;
}

.primary-btn.banner-btn {
    color: #fff;
    margin-top: 60px;
}

.primary-btn span {
    margin-left: 15px;
}

.primary-btn:hover {
    background: #dc2628;
    color: #fff;
    box-shadow: 0px 10px 20px 0px rgba(60, 64, 143, 0.2);
}

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

.section-title h3 {
    font-weight: 300;
    font-size: 24px;
    color: #777777;
}

.section-title h3 b {
    font-weight: 300;
    color: #222222;
}

.progressBar,
.progressBar-contentCircle {
    display: table;
    height: 150px;
    position: absolute;
    width: 150px;
}

.progressBar-circle,
.progressBar-background {
    fill: none;
    stroke: #777777;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.progressBar-background {
    stroke: #f9f9ff;
    stroke-width: 4;
    z-index: 0;
}

.progressBar-percentage {
    color: #222222;
    font-size: 24px;
    text-align: center;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


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


/* structure de la page */


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

.list {
    list-style: none;
    margin: 10px auto;
    padding: 0px;
}

.list:hover .progressBar-circle {
    stroke: #00ff8c;
}

.list:hover .progressBar-percentage {
    color: #00ff8c;
}

.list-item {
    height: 150px;
    width: 150px;
    margin-bottom: 20px;
}

.details-btn {
    border: 1px solid #d82429;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.details-btn .details {
    visibility: hidden;
    opacity: 0;
    margin-left: -53px;
    font-weight: 600;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.details-btn:hover {
    width: 140px;
    background: #d82429;
    box-shadow: 0px 10px 20px 0px rgba(60, 64, 143, 0.2);
}

.details-btn:hover .details {
    margin-left: 0;
    visibility: visible;
    opacity: 1;
    margin-right: 20px;
}

.details-btn:hover span {
    color: #fff;
    font-weight: 600;
}

.default-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #2f2830;
}

.default-header .right-bar {
    position: relative;
}

.default-header nav .main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

@media (max-width: 767px) {
    .default-header nav .main-menu {
        display: none;
    }
}

.default-header nav .main-menu a {
    display: inline-block;
    color: #ccc;
    margin: 0 20px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 5px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .default-header nav .main-menu a {
        margin: 0 5px;
    }
}

.default-header nav .main-menu a:hover {
    color: #f9f9ff;
    background: #d62528;
    padding: 5px 5px;
}

.default-header nav .mobile-btn {
    display: none;
    font-size: 36px;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
    .default-header .main-menu {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        top: 40px;
        right: 0;
        background: #2f2830;
        padding: 30px 20px;
    }
    .default-header .main-menu a {
        margin: 5px 20px !important;
    }
    .default-header .mobile-btn {
        display: block !important;
        font-size: 36px !important;
        position: absolute;
        top: 0;
        right: 69px !important;
    }
}

.sticky-header {
    padding: 15px 0;
}

.is-sticky .sticky-header {
    background:#2f2830;
  
}

.search {
    padding: 6px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.search span {
    color: #fff;
}

.search:hover .search-field {
    transform: scaleY(1) !important;
}

@media (max-width: 767px) {
    .search {
        margin-right: 60px;
    }
    
    
.banner-area {
   
   
    padding-top: 33px;
}
    
   .banner-area1 {
   
   
    padding-top: 68px;
}
    .img-fluid{width: 100%;}
    
}

.search-field {
    transform: scaleY(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: -13px;
    right: -2px;
}

.search-field:hover {
    transform: scaleY(1) !important;
}

.search-field input {
    line-height: 60px;
    background: #2f2830;
    width: 600px;
    border: none;
    color: #fff;
    padding: 0 70px 0 25px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .search-field input {
        width: 400px;
    }
}

@media (max-width: 767px) {
    .search-field input {
        width: 300px;
    }
}

@media (max-width: 575px) {
    .search-field input {
        width: 200px;
    }
}

.search-field .search-submit {
    width: 60px;
    height: 60px;
    border: none;
    background: transparent;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.search-field .search-submit span {
    color: #fff;
}

.header-social {
    margin-left: 20px;
}

@media (max-width: 767px) {
    .header-social {
        display: none !important;
    }
}

.header-social a {
    margin: 0 5px;
    padding: 0 5px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
}

.header-social a:hover {
    color: #00ff8c;
}

.footer-social {
    margin-right: -5px;
}

.footer-social a {
    font-size: 18px;
    margin: 0 5px;
    padding: 0 5px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
}

.footer-social a:hover {
    color: #00ff8c;
}

.banner-area {
    background: url(../img/banner.jpg) no-repeat center center/cover;
}

.banner-area .overlay-bg {
    background: -moz-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
    background: -webkit-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
    background: linear-gradient(to right, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
}

.signle-service {
    height:100%;
}

.signle-service figcaption {
    background: #fff;
    padding: 20px 20px;
}

.signle-service figcaption h5 {
    margin-bottom: 15px;
}

.signle-service figcaption p {
    margin-bottom: 30px;
}

.title-bg {
    background: #2f2830;
}

.product-area-title {
    padding-bottom: 40px;
}

@media (max-width: 991px) {
    .product-area-title h2 br {
        display: none;
    }
}

.single-product {
    margin-top: 30px;
    background: #fff;
    border-bottom: 2px solid #ffbd00;
    padding: 70px 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-product .icon {
    text-align: center;
    margin-bottom: 20px;
}

.single-product .icon span {
    font-size: 48px;
    color: #dd252a;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-product .desc {
    text-align: center;
}

.single-product .desc h4 {
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-product .desc p {
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-product:hover {
    background: #ffbd00;
}

.single-product:hover .icon span,
.single-product:hover .desc h4,
.single-product:hover .desc p {
    color: #fff;
}

.controls .filter {
    margin: 0 20px 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}

.controls .filter:hover {
    color: #d52528 !important;
}

.controls .filter.active {
    color: #d52528 !important;
}

.single-filter-content {
    height: 350px;
    position: relative;
    border: solid 5px #fff;
}

.single-filter-content .overlay-bg-content {
    background: -moz-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
    background: -webkit-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
    background: linear-gradient(to right, rgba(47, 40, 48, 0.65) 0%, rgba(47, 40, 48, 0.65) 100%);
    text-align: center;
    padding: 50px 100px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-filter-content .overlay-bg-content p {
    margin: 0;
}

.single-filter-content .overlay-bg-content .line {
    margin: 10px 0 15px 0;
    width: 100%;
    height: 1px;
    background: #00ff8c;
}

.single-filter-content:hover .overlay-bg-content {
    opacity: 1;
}

.single-filter-content.content-1 {
    background: url(../img/siomai-queens-hotel-ibn-batuta-dubai.jpg) no-repeat center center/cover;
}

.single-filter-content.content-2 {
    background: url(../img/imperial-suits-hotel-haveli-dubai.jpg) no-repeat center center/cover;
}

.single-filter-content.content-3 {
    background: url(../img/imperial-suits-hotel-topaz-dubai.jpg) no-repeat center center/cover;
}

.single-filter-content.content-4 {
    background: url(../img/imperial-suits-hotel-nila-dubai.jpg) no-repeat center center/cover;
}

.single-filter-content.content-5 {
    background: url(../img/bhatkal-restaurant.jpg) no-repeat center center/cover;
}

.single-filter-content.content-6 {
    background: url(../img/shahi-haveli-hotel.jpg) no-repeat center center/cover;
}

.single-filter-content.content-7 {
    background: url(../img/hazel-salon-karama.jpg) no-repeat center center/cover;
}

.single-filter-content.content-8 {
    background: url(../img/sports-bar-imperial.jpg) no-repeat center center/cover;
}

.single-member {
    margin-top: 30px;
}

.single-member .thumb {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 300px;
}

.single-member .thumb .overlay-member {
    background: -moz-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
    background: -webkit-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
    background: linear-gradient(to right, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
    text-align: center;
    padding: 30px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-member .thumb .overlay-member p {
    margin: 0;
    font-size: 12px;
}

.single-member .thumb .overlay-member .line {
    margin: 20px 0 20px 0;
    width: 100%;
    height: 1px;
    background: #00ff8c;
}

.single-member .thumb .overlay-member .social a {
    color: rgba(255, 255, 255, 0.5);
    margin: 0 4px;
    padding: 2px;
}

.single-member .thumb .overlay-member .social a:hover {
    color: #00ff8c;
}

.single-member .thumb:hover .overlay-member {
    opacity: 1;
}

.single-member .desc {
    padding: 30px;
}

.single-member .desc h5 a {
    color: #222222;
}

.single-member .desc h5 a:hover {
    color: #00ff8c;
}

.single-member .desc p {
    margin: 0;
}

.studio-area {
    position: relative;
}

.studio-area .container {
    position: relative;
    z-index: 3;
}

.studio-area:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #eeb40b;
    z-index: 2;
}

@media (max-width: 991px) {
    .studio-area:before {
        background: rgba(47, 40, 48, 0.85);
        width: 100%;
    }
}

.studio-area:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(../img/studio-bg.jpg) no-repeat center center/cover;
    z-index: 1;
}

@media (max-width: 991px) {
    .studio-area:after {
        width: 100%;
    }
}

.single-pricing-table {
    margin-top: 30px;
}

.single-pricing-table .top {
    background-image: -moz-linear-gradient(0deg, #3c408f 0%, #5b61cf 100%);
    background-image: -webkit-linear-gradient(0deg, #3c408f 0%, #5b61cf 100%);
    background-image: -ms-linear-gradient(0deg, #3c408f 0%, #5b61cf 100%);
}

.single-pricing-table .top .head {
    padding: 35px 20px;
}

.single-pricing-table .top .head span {
    font-size: 48px;
    color: #00ff8c;
}

.single-pricing-table .top .head h5 {
    margin-top: 20px;
}

.single-pricing-table .top .package {
    padding: 30px 20px;
    background: rgba(0, 0, 0, 0.1);
}

.single-pricing-table .top .package .price {
    color: #00ff8c;
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 1em;
}

.single-pricing-table .bottom {
    background: #f9f9ff;
    padding: 35px 20px 50px 20px;
}

.single-pricing-table .bottom ul {
    margin-bottom: 50px;
}

.single-pricing-table .bottom ul li {
    margin-top: 15px;
}

.active-testimonial-carousel .single-testimonial {
    padding: 40px 20px;
    background: #fff;
    text-align: center;
    border: solid 1px #ccc;
}

.active-testimonial-carousel .single-testimonial img {
    display: inline-block !important;
    width: auto !important;
    margin-bottom: 0px;
}

.active-testimonial-carousel .single-testimonial .author h6 a {
    color: #222222;
}

.active-testimonial-carousel .single-testimonial .author h6 a:hover {
    color: #00ff8c;
}

.active-testimonial-carousel .owl-dots {
    padding-top: 70px;
    margin-left: -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: none !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.active-testimonial-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eeeeee;
    display: inline-block;
    margin-left: 10px;
}

.active-testimonial-carousel .owl-dots .owl-dot.active {
    background: #777777;
}

.single-publish {
    margin-top: 30px;
}

.single-publish .top {
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.single-publish .top .line {
    display: inline-block;
    margin: 0 10px;
}

.single-publish .top h6 a {
    color: #222222;
}

.single-input input {
    width: 100%;
    line-height: 40px;
    padding: 0 20px;
    background: #fff;
    border: none;
}

.single-input input:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: 0px 10px 20px 0px rgba(60, 64, 143, 0.2);
}

.single-input textarea {
    width: 100%;
    line-height: 50px;
    padding: 0 20px;
    height: 140px;
    resize: none;
    border: none;
    background: #fff;
    border: none;
}

.single-input textarea:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: 0px 10px 20px 0px rgba(60, 64, 143, 0.2);
}

.cta-area {
    background: url(../img/b_g.jpg) no-repeat center center/cover;
    padding: 60px 0;
}

@media (max-width: 767px) {
    .cta-area .primary-btn {
        margin-top: 10px;
    }
}

footer {
    background: #222222;
}

footer .footer-nav {
    margin-top: -7px;
}

footer .footer-nav li {
    margin-top: 8px;
}

footer .footer-nav li a:hover {
    color: #fec000;
}

.subscription input {
    width: 100%;
    line-height: 40px;
    border: 1px solid #333333;
    padding: 0 50px 0 25px;
    background: transparent;
    color: #fff;
    font-weight: 300;
}
.subscription .newsletter-btn {
    width: 41px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background: #22222200;
    color: #222;
    position: absolute;
    top: 1px;
    right: 1px;
    border: 0px solid #222222;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border-radius: 6px;
}

.subscription .newsletter-btn:focus {
    outline: none;
    cursor: pointer;
}

.subscription .newsletter-btn:hover {
    background: #b3272b;
}

.subscription .info {
    position: absolute;
    top: 50px;
    left: 0;
    color: #fff;
    font-size: 12px;
}

.subscription .info.valid {
    color: #00ff8c;
}

.subscription .info.error {
    color: red;
}

.instafeed {
    margin: -5px;
}

.instafeed li {
    width: 25%;
}

.instafeed li img {
    margin: 5px;
}

.single-footer-widget {
    margin-bottom: 30px;
}

.footer-bottom {
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.footer-bottom .footer-text a:hover {
    color: #00ff8c;
}

.border {
    border: solid 1px #ccc !important;
}

.spl {
    background: #2f2830;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca;
    ```
}

.margintop20 {
    margin-top: 20px;
}

.nav-pills>li>a {
    border-radius: 0px;
    width: 100%;
    float: left;
}

.nav-stacked>li {
    margin-top: 0px;
    margin-left: 0;
    border-bottom: 1px solid #423844;
}

.right-nav {
    background: #3a313c;
    margin-top: 0px;
}

.width {
    width: 100%;
    float: left;
    padding: 10px;
}

.width:hover {
    background: #2f2830;
    color: #fff;
}

.fc-primary {
    color: #fb2224;
}

.stickyrt {
    position: -webkit-sticky;
    position: sticky;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 11px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border: solid 1px #ccc;
    margin-bottom: 0px;
}

.accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 10px 18px;
    display: none;
    background-color: #e6e4e4;
    overflow: hidden;
    text-align: left;
}

.fullw {
    padding: 15px;
}

.mrg {
    margin-bottom: 80px;
}

.k-side-menu-sticky {
    top: 170px;
    margin-top: 28px !important;
}

.vertical-menu a {
    color: #202020;
    display: block;
    padding: 8px;
    text-decoration: none;
    border-style: solid;
    border-width: 0px 0px 0px 3px;
    border-color: transparent;
    font-weight: 600;
}

.mPS2id-highlight {
    color: #d71d2f !important;
    font-weight: 600 !important;
    background-color: #f0f0f0;
    border-color: #d71d2f !important;
}

.vertical-menu a:hover {
    color: #f9f9ff;
    font-weight: 600;
    background: #db262a;
}

.carousel-item > div {
    float: left;
}

.carousel-by-item [class*="cloneditem-"] {
    display: none;
}

.spe-cor {
    padding-top: 30px;
    background: #f9f9ff;
}

.brd {
    border: solid 1px #ccc;
    padding: 10px;
}

.mrgt {
    margin-top: 42px;
}

.bgwt{background: #fff !important;}


.btn-danger {
    color: #fff;
    background-color: #d52529;
    border-color: #d52529;
}

/*Pagination*/
.page-item.active .page-link {
    background-color: #d52529;
    border-color: #d52529;
}
.page-link {
    color: #d52529;
}

/* The Close Button */
.close1 {
     top: 0;
    position: absolute;
    right: 0;
    z-index: 999;
}


.active1 {
  color: #f9f9ff;
    background: #d62528;
    padding: 5px 5px
}


input[type]{
    
    background: #fcfcfc;
    border-radius: 3px;
    border: 2px solid #b9b9b9;
}

.gform_wrapper label.gfield_label {
    font-weight: 700;
    font-size: inherit;
}


.gform_wrapper input.large, textarea, select{
    width: 100%;
      -webkit-appearance: none;
    background: #fcfcfc;
padding: 0.7em;
    border-radius: 6px;
    border: 1px solid #ececec;
}



.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #2f2830;
}


/* display this row with flex and use wrap (= respect columns' widths) */

.row-flex {
  display: flex;
  flex-wrap: wrap;
}


.content {
  height: 100%;
  color: #fff;
}

.registerForm label{
    font-weight:600;
    color:#727171;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color:#f7110d !important;
}



.card {
    display: block; 
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s; 
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.card-content {
  padding:15px;
  text-align:left;
}
.card-title {
  margin-top:0px;
  font-weight: 700;
  font-size: 1.65em;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
}
.card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}

/* Dropdown */

.dropdown {
  display: inline-block;
  position: relative;
}

.dd-button {
  display: inline-block;
  border: 1px solid gray;
  border-radius: 4px;
  padding: 5px 30px 5px 20px;
  background-color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
}

.dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

.dd-button:hover {
  background-color: #eeeeee;
}


.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #ffffff;
  list-style-type: none;
  width: 100%;
}

.dd-input + .dd-menu {
  display: none;
} 

.dd-input:checked + .dd-menu {
  display: block;
} 

.dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}


/*Register*/
.has-feedback .smk-error-msg {
    position: relative !important;
}
.form-control{
    border: 2px solid #b9b9b9;
}

/*Profile*/
/* Profile container */
.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}

.profile-userpic img {
  float: none;
  display:block;
    margin:auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}

.profile .card, .product .card{
    border: none;
    background: #ffffff;
    box-shadow: none;
}

.link{
    color:#fb2224;
    font-weight: 600;
}

/*Home products*/
.shadow-box {
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    line-height: 1.42857143;
    transition: all 0.2s ease-in-out;
    background: #fff;
    margin-top: 10px;
    color: #000;
}
.answers{
    background: #e1ecf6 !important;
    border: 1px solid #979da3;
}
.learnpress-course-item .learnpress-course-thumbnail {
    position: relative;
}
.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.elementor-3454 .elementor-element.elementor-element-3dffd3bc .learnpress-course-item .learnpress-course-thumbnail .course-support {
    background: #E1303B;
}
.learnpress-course-item .learnpress-course-thumbnail .course-support {
    position: absolute;
    display: block;
    padding: 4px 10px;
    color: white;
    top: 0;
    right: 0;
    letter-spacing: 1px;
}
span.support {
    font-size:12px !important;
}
.learnpress-course-item .learnpress-course-content {
    padding: 30px;
}
.learnpress-course-item .course-title {
    font-size: 15px;
}
.elementor *, .elementor ::after, .elementor ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.course-title, .course-title a {
    color: #212121;
}
.learnpress-course-item .learnpress-course-meta {
    margin: 10px 0 10px 0;
    font-size: 13px;
}
.learnpress-course-item .learnpress-course-description {
    margin-bottom: 20px;
}
.learnpress-course-readmore a {
    color: #807979;
    padding:0 !important;
}
.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}

.class_support{
    background: #2DB21A;
}
.class_not_support{
    background: #EF7373;
}

.product_search{
    padding:6px 10px;
}

.blog-list .shadow-box .has-post-thumbnail .media-body {
    padding: 15px 15px;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.shadow-box .media-heading {
    padding-bottom: 10px;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
}

.pointColumn .col-md-12{
    border:1px solid #edecec;
}

.card_bottom_pos{
    position: absolute;
    bottom: 5px;
    left: 25px;
    font-size: 12px;
}
.card_bottom_pos .fa-circle{
    font-size: 10px !important;
    color: #c4c4c4 !important;
    margin:0 5px;
}

.myBorder{
    background: #fcfcfc;
    border-radius: 3px;
    border: 2px solid #b9b9b9;
    padding: 10px 20px;
}
.myBorder p{
    font-weight: 600;
}

.center-div
{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background-color: #ccc;
  border-radius: 3px;
}
.text-light{
    font-weight: normal;
    color: #819ebc !important;
}
.my-40 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.circleBtn6x{
    height: 60px;
    width: 60px;
}
.circleBtn3x{
    height: 30px;
    width: 30px;
}

.circleBtn{
    display: block;
    border-radius: 50%;
    border: 2px solid #dbd4d4;
    background: #fff;
    margin: 15px auto;
    outline:0;
}

.circleBtn:focus { 
    outline: none; 
}

.circleBtn6x .fa-thumbs-up{
    font-size: 1.6em;
    color: blue;
}
.circleBtn3x .fa-thumbs-up{
    font-size: 1.1em;
    color: blue;
}

.voteCount{
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
}

/*Light box*/
#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 60%;
  max-height: 360px;
  margin-left: -300px;
  margin-top: -180px;
  border: 2px solid #FFF;
  z-index: 1002;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display:none;
}

a.watch_video_link,a.watch_image{
    background: #e1ecf6;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #6cabef;
    color: #3434a5;
}
/*Light box*/
.reply_btn{
    display: inline-block;
    width:100%;
    font-weight:normal;
}

.thumb{
  margin: 24px 5px 20px 0;
  width: 150px;
  float: left;
  border: 2px solid #736b6b;
}
.btn-grey{
    background: #d9d9d9;
}

.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
}
.modal-body {
  position:relative;
  padding:0px;
  background:#efefef;
  border-radius: 0.3rem;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

.img-responsive{
    width: 100%;
}


.popup form {
    width: 100%;
}

.modal-lg {
  width: 500px;
  margin: auto;
}

.modal-body .popup{
    padding:15px;
}
.popup form textarea {
    height: 110px;
    padding-top: 10px;
    color: red;
}
.popup form input[type="submit"] {
    background:#dd4949;
    border-radius:3px;
    width:317px;
    height:40px;
    margin-bottom: 0;
    font-weight: 500;
    font-size:1em;
    color:#ffffff;
    line-height:23px;
}

.ans_date, .ans_user{
    color: #524f4f;
    font-size: 13px;
    padding: 5px;
}

.fa-user-circle{
    font-size: 30px;
    vertical-align: inherit;
    margin: 15px auto;
}

/*Loader*/
.loaderCustom{
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loading-circle.gif') 50% 50% no-repeat rgb(249,249,249,0.7);
}


/* Progress Bar */
.progress {
  position: relative;
  height: 5px;
  display: none;
  width: 100%;
  background-color: #15b610;
  border-radius: 2px;
  background-clip: padding-box;
  overflow: hidden;
  top: 71px; 
}
.progress .determinate {
    position: absolute;
    background-color: inherit;
    top: 0;
    bottom: 0;
    background-color: #26a69a;
    transition: width .3s linear; 
}
.progress .indeterminate {
    background-color: #26a69a; 
}
.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
          animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; 
}
.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
          animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s; 
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }
/*Loader*/


/*Profile*/
.view-account{
background:#FFFFFF; 
margin-top:20px;
}
.view-account .pro-label {
font-size: 13px;
padding: 4px 5px;
position: relative;
top: -5px;
margin-left: 10px;
display: inline-block
}

.view-account .side-bar {
padding-bottom: 30px
}

.view-account .side-bar .user-info {
text-align: center;
margin-bottom: 15px;
padding: 30px;
color: #616670;
border-bottom: 1px solid #f3f3f3
}

.view-account .side-bar .user-info .img-profile {
width: 120px;
height: 120px;
margin-bottom: 15px
}

.view-account .side-bar .user-info .meta li {
margin-bottom: 10px
}

.view-account .side-bar .user-info .meta li span {
display: inline-block;
width: 100px;
margin-right: 5px;
text-align: right
}

.view-account .side-bar .user-info .meta li a {
color: #616670
}

.view-account .side-bar .user-info .meta li.activity {
color: #a2a6af
}

.view-account .side-bar .side-menu {
text-align: center
}

.view-account .side-bar .side-menu .nav {
display: inline-block;
margin: 0 auto
}

.view-account .side-bar .side-menu .nav>li {
font-size: 14px;
margin-bottom: 0;
border-bottom: none;
display: inline-block;
float: left;
margin-right: 15px;
margin-bottom: 15px
}

.view-account .side-bar .side-menu .nav>li:last-child {
margin-right: 0
}

.view-account .side-bar .side-menu .nav>li>a {
display: inline-block;
color: #9499a3;
padding: 5px;
border-bottom: 2px solid transparent
}

.view-account .side-bar .side-menu .nav>li>a:hover {
color: #616670;
background: none
}

.view-account .side-bar .side-menu .nav>li.active a {
color: #40babd;
border-bottom: 2px solid #40babd;
background: none;
border-right: none
}

.theme-2 .view-account .side-bar .side-menu .nav>li.active a {
color: #6dbd63;
border-bottom-color: #6dbd63
}

.theme-3 .view-account .side-bar .side-menu .nav>li.active a {
color: #497cb1;
border-bottom-color: #497cb1
}

.theme-4 .view-account .side-bar .side-menu .nav>li.active a {
color: #ec6952;
border-bottom-color: #ec6952
}

.view-account .side-bar .side-menu .nav>li .icon {
display: block;
font-size: 24px;
margin-bottom: 5px
}

.view-account .content-panel {
padding: 30px
}

.view-account .content-panel .title {
margin-bottom: 15px;
margin-top: 0;
font-size: 18px
}

.view-account .content-panel .fieldset-title {
padding-bottom: 15px;
border-bottom: 1px solid #eaeaf1;
margin-bottom: 30px;
color: #616670;
font-size: 16px
}

.view-account .content-panel .avatar .figure img {
float: right;
width: 64px
}

.view-account .content-panel .content-header-wrapper {
position: relative;
margin-bottom: 30px
}

.view-account .content-panel .content-header-wrapper .actions {
position: absolute;
right: 0;
top: 0
}

.view-account .content-panel .content-utilities {
position: relative;
margin-bottom: 30px
}

.view-account .content-panel .content-utilities .btn-group {
margin-right: 5px;
margin-bottom: 15px
}

.view-account .content-panel .content-utilities .fa {
font-size: 16px;
margin-right: 0
}

.view-account .content-panel .content-utilities .page-nav {
position: absolute;
right: 0;
top: 0
}

.view-account .content-panel .content-utilities .page-nav .btn-group {
margin-bottom: 0
}

.view-account .content-panel .content-utilities .page-nav .indicator {
color: #a2a6af;
margin-right: 5px;
display: inline-block
}

.view-account .content-panel .mails-wrapper .mail-item {
position: relative;
padding: 10px;
border-bottom: 1px solid #f3f3f3;
color: #616670;
overflow: hidden
}

.view-account .content-panel .mails-wrapper .mail-item>div {
float: left
}

.view-account .content-panel .mails-wrapper .mail-item .icheck {
background-color: #fff
}

.view-account .content-panel .mails-wrapper .mail-item:hover {
background: #f9f9fb
}

.view-account .content-panel .mails-wrapper .mail-item:nth-child(even) {
background: #fcfcfd
}

.view-account .content-panel .mails-wrapper .mail-item:nth-child(even):hover {
background: #f9f9fb
}

.view-account .content-panel .mails-wrapper .mail-item a {
color: #616670
}

.view-account .content-panel .mails-wrapper .mail-item a:hover {
color: #494d55;
text-decoration: none
}

.view-account .content-panel .mails-wrapper .mail-item .checkbox-container,
.view-account .content-panel .mails-wrapper .mail-item .star-container {
display: inline-block;
margin-right: 5px
}

.view-account .content-panel .mails-wrapper .mail-item .star-container .fa {
color: #a2a6af;
font-size: 16px;
vertical-align: middle
}

.view-account .content-panel .mails-wrapper .mail-item .star-container .fa.fa-star {
color: #f2b542
}

.view-account .content-panel .mails-wrapper .mail-item .star-container .fa:hover {
color: #868c97
}

.view-account .content-panel .mails-wrapper .mail-item .mail-to {
display: inline-block;
margin-right: 5px;
min-width: 120px
}

.view-account .content-panel .mails-wrapper .mail-item .mail-subject {
display: inline-block;
margin-right: 5px
}

.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label {
margin-right: 5px
}

.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label:last-child {
margin-right: 10px
}

.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label a,
.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label a:hover {
color: #fff
}

.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label-color-1 {
background: #f77b6b
}

.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label-color-2 {
background: #58bbee
}

.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label-color-3 {
background: #f8a13f
}

.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label-color-4 {
background: #ea5395
}

.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label-color-5 {
background: #8a40a7
}

.view-account .content-panel .mails-wrapper .mail-item .time-container {
display: inline-block;
position: absolute;
right: 10px;
top: 10px;
color: #a2a6af;
text-align: left
}

.view-account .content-panel .mails-wrapper .mail-item .time-container .attachment-container {
display: inline-block;
color: #a2a6af;
margin-right: 5px
}

.view-account .content-panel .mails-wrapper .mail-item .time-container .time {
display: inline-block;
text-align: right
}

.view-account .content-panel .mails-wrapper .mail-item .time-container .time.today {
font-weight: 700;
color: #494d55
}

.drive-wrapper {
padding: 15px;
background: #f5f5f5;
overflow: hidden
}

.drive-wrapper .drive-item {
width: 130px;
margin-right: 15px;
display: inline-block;
float: left
}

.drive-wrapper .drive-item:hover {
box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
z-index: 1
}

.drive-wrapper .drive-item-inner {
padding: 15px
}

.drive-wrapper .drive-item-title {
margin-bottom: 15px;
max-width: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}

.drive-wrapper .drive-item-title a {
color: #494d55
}

.drive-wrapper .drive-item-title a:hover {
color: #40babd
}

.theme-2 .drive-wrapper .drive-item-title a:hover {
color: #6dbd63
}

.theme-3 .drive-wrapper .drive-item-title a:hover {
color: #497cb1
}

.theme-4 .drive-wrapper .drive-item-title a:hover {
color: #ec6952
}

.drive-wrapper .drive-item-thumb {
width: 100px;
height: 80px;
margin: 0 auto;
color: #616670
}

.drive-wrapper .drive-item-thumb a {
-webkit-opacity: .8;
-moz-opacity: .8;
opacity: .8
}

.drive-wrapper .drive-item-thumb a:hover {
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1
}

.drive-wrapper .drive-item-thumb .fa {
display: inline-block;
font-size: 36px;
margin: 0 auto;
margin-top: 20px
}

.drive-wrapper .drive-item-footer .utilities {
margin-bottom: 0
}

.drive-wrapper .drive-item-footer .utilities li:last-child {
padding-right: 0
}

.drive-list-view .name {
width: 60%
}

.drive-list-view .name.truncate {
max-width: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}

.drive-list-view .type {
width: 15px
}

.drive-list-view .date,
.drive-list-view .size {
max-width: 60px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}

.drive-list-view a {
color: #494d55
}

.drive-list-view a:hover {
color: #40babd
}

.theme-2 .drive-list-view a:hover {
color: #6dbd63
}

.theme-3 .drive-list-view a:hover {
color: #497cb1
}

.theme-4 .drive-list-view a:hover {
color: #ec6952
}

.drive-list-view td.date,
.drive-list-view td.size {
color: #a2a6af
}

@media (max-width:767px) {
.view-account .content-panel .title {
    text-align: center
}
.view-account .side-bar .user-info {
    padding: 0
}
.view-account .side-bar .user-info .img-profile {
    width: 60px;
    height: 60px
}
.view-account .side-bar .user-info .meta li {
    margin-bottom: 5px
}
.view-account .content-panel .content-header-wrapper .actions {
    position: static;
    margin-bottom: 30px
}
.view-account .content-panel {
    padding: 0
}
.view-account .content-panel .content-utilities .page-nav {
    position: static;
    margin-bottom: 15px
}
.drive-wrapper .drive-item {
    width: 100px;
    margin-right: 5px;
    float: none
}
.drive-wrapper .drive-item-thumb {
    width: auto;
    height: 54px
}
.drive-wrapper .drive-item-thumb .fa {
    font-size: 24px;
    padding-top: 0
}
.view-account .content-panel .avatar .figure img {
    float: none;
    margin-bottom: 15px
}
.view-account .file-uploader {
    margin-bottom: 15px
}
.view-account .mail-subject {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.view-account .content-panel .mails-wrapper .mail-item .time-container {
    position: static
}
.view-account .content-panel .mails-wrapper .mail-item .time-container .time {
    width: auto;
    text-align: left
}
.view-account .side-bar .side-menu .nav>li>a {
    display: block;
    background-color: #f3f3f3;
}
.view-account .side-bar .side-menu .nav {
    display: block;
}
.view-account .side-bar .side-menu .nav>li {
    display: block;
    float: none; 
    margin-right: 0px; 
    margin-bottom: 0px;
    width: 100%;
}
.view-account .side-bar .side-menu .nav>li.active a {
    border: 1px solid #ddd;
    border-bottom: 2px solid #40babd;
}
.avatar-upload {
    margin: 0 auto;
}
.view-account .content-panel .fieldset-title{
    text-align:center;
}
.card_bottom_pos {
    position: relative;
    bottom: 0;
    left: 0;
}
}

@media (min-width:768px) {
.view-account .side-bar .user-info {
    padding: 0;
    padding-bottom: 15px
}
.view-account .mail-subject .subject {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
}

@media (min-width:992px) {
.view-account .content-panel {
    min-height: 800px;
    border-left: 1px solid #f3f3f7;
    margin-left: 200px
}
.view-account .mail-subject .subject {
    max-width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.view-account .side-bar {
    position: absolute;
    width: 200px;
    min-height: 600px
}
.view-account .side-bar .user-info {
    margin-bottom: 0;
    border-bottom: none;
    padding: 30px
}
.view-account .side-bar .user-info .img-profile {
    width: 120px;
    height: 120px
}
.view-account .side-bar .side-menu {
    text-align: left
}
.view-account .side-bar .side-menu .nav {
    display: block
}
.view-account .side-bar .side-menu .nav>li {
    display: block;
    float: none;
    font-size: 14px;
    border-bottom: 1px solid #f3f3f7;
    margin-right: 0;
    margin-bottom: 0
}
.view-account .side-bar .side-menu .nav>li>a {
    display: block;
    color: #9499a3;
    padding: 10px 15px;
    padding-left: 30px
}
.view-account .side-bar .side-menu .nav>li>a:hover {
    background: #f9f9fb
}
.view-account .side-bar .side-menu .nav>li.active a {
    background: #f9f9fb;
    border-right: 4px solid #40babd;
    border-bottom: none
}
.theme-2 .view-account .side-bar .side-menu .nav>li.active a {
    border-right-color: #6dbd63
}
.theme-3 .view-account .side-bar .side-menu .nav>li.active a {
    border-right-color: #497cb1
}
.theme-4 .view-account .side-bar .side-menu .nav>li.active a {
    border-right-color: #ec6952
}
.view-account .side-bar .side-menu .nav>li .icon {
    font-size: 24px;
    vertical-align: middle;
    text-align: center;
    width: 40px;
    display: inline-block
}
}

.card-counter{
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
  }

  .card-counter:hover{
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
  }

  .card-counter.primary{
    background-color: #007bff;
    color: #FFF;
  }

  .card-counter.danger{
    background-color: #ef5350;
    color: #FFF;
  }  

  .card-counter.success{
    background-color: #66bb6a;
    color: #FFF;
  }  

  .card-counter.info{
    background-color: #26c6da;
    color: #FFF;
  }  

  .card-counter i{
    font-size: 5em;
    opacity: 0.2;
  }

  .card-counter .count-numbers{
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 32px;
    display: block;
  }

  .card-counter .count-name{
    position: absolute;
    right: 35px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 0.5;
    display: block;
    font-size: 18px;
  }


  /*Profile*/
  .avatar-upload {
  position: relative;
  max-width: 205px;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 215px;
  height: 215px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

button{
    cursor:pointer;
}


ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #a5c6d64a;
  margin-top:0.5rem;
  margin-bottom:0.5rem;
}
ul.breadcrumb li {
  display: inline;
  font-size: 14px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}


/*Profile*/
.profile .card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
     
}
.profile .card {
    font-size: 1em;
    overflow: hidden;
    padding: 5;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 2px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-top:20px;
}

.profile .card-title{
    font-size:1.1em !important;
}

@keyframes check {0% {height: 0;width: 0;}
25% {height: 0;width: 10px;}
50% {height: 20px;width: 10px;}
}
.profile .checkbox{background-color:#fff;display:inline-block;height:28px;margin:0 .25em;width:28px;border-radius:4px;border:1px solid #ccc;float:right}
.profile .checkbox span{display:block;height:28px;position:relative;width:28px;padding:0}
.profile .checkbox span:after{-moz-transform:scaleX(-1) rotate(135deg);-ms-transform:scaleX(-1) rotate(135deg);-webkit-transform:scaleX(-1) rotate(135deg);transform:scaleX(-1) rotate(135deg);-moz-transform-origin:left top;-ms-transform-origin:left top;-webkit-transform-origin:left top;transform-origin:left top;border-right:4px solid #fff;border-top:4px solid #fff;content:'';display:block;height:20px;left:3px;position:absolute;top:15px;width:10px}
.profile .checkbox span:hover:after{border-color:#999}
.profile .checkbox input{display:none}
.profile .checkbox input:checked + span:after{-webkit-animation:check .8s;-moz-animation:check .8s;-o-animation:check .8s;animation:check .8s;border-color:#555}
.profile .checkbox input:checked + .default:after{border-color:#444}
.profile .checkbox input:checked + .primary:after{border-color:#2196F3}
.profile .checkbox input:checked + .success:after{border-color:#8bc34a}
.profile .checkbox input:checked + .info:after{border-color:#3de0f5}
.profile .checkbox input:checked + .warning:after{border-color:#FFC107}
.profile .checkbox input:checked + .danger:after{border-color:#f44336}

.card.active{
    box-shadow: 0 1px 2px 0 #2484d8, 0 0 0 1px #3461e7 !important;
}

.card.inactive{
    box-shadow: 0 1px 2px 0 #ed4f3e, 0 0 0 1px #ff6363 !important;
}

.timeslap{
    font-weight:600;
}

.link_blue{
    color: blue;
    text-decoration: underline;
}










