body{
    color: #6f6f6f;
    font-family: 'Martel Sans', sans-serif;
    font-weight: 600;
}
a,a:hover{
    color: #ffc102;
}
h2,h3{
    font-family: 'Martel Sans', sans-serif;
    font-weight: 700;
}
/*....LOGIN.......*/
.login-bg{
    background: #dde3ef;
    padding: 70px 0;
    min-height: 100vh;
}
.login-container{
    border-radius: 15px;
    overflow: hidden;
    box-shadow: rgba(0,0,0,0.2) 3px 3px 15px;
}
.login-container .left-bx{
    background: #fff;
    padding: 80px 0 25px;
}
.login-container .right-bx{
    background: #ffc000;
    padding-top: 80px;
    padding-bottom: 40px;
    color: #fff;
}
.login-bx{
    max-width: 350px;
    margin: 0 auto;
}
.login-bx .logo{
    margin-bottom: 30px;
}
.login-bx .logo img{
    max-width: 200px;
}
.login-bx .form-group label{
    font-size: 14px;
}
.login-bx .form-group label span{
    font-size: 12px;
    color: #939393;
}
.form-control{
    font-size: 14px;
}
.loginBtn {
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    padding: 0 15px;
    border: none;
    text-align: left;
    line-height: 40px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #fff;
    width: 100%;
}
.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
}
.loginBtn:focus {
    outline: none;
}
.loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}

/* Facebook */
.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
    background-color: #5B7BD5;
    background-image: linear-gradient(#5B7BD5, #4864B1);
}

/* Google */
.loginBtn--google {
    background: #fff;
    border: #b7bac3 solid 3px;
    color: #000;
}
.or-txt{
    padding: 40px 0;
    font-size: 14px;
}
.btn-gray{
    background: #707070;
    border-radius: 5px;
    color: #fff;
    font-family: 'Martel Sans', sans-serif;
    font-weight: 600;
}
.btn-gray:hover,.btn-gray:focus,.btn-gray.active{
    background: #ffc000;
    color: #fff;
}
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #ffc000;
    background-color: #ffc000;
}
.btm-signup{
    margin-top: 50px;
    font-size: 14px;
}
.login-container .right-bx h2{
    font-weight: 700;
    margin-bottom: 15px;
}
.login-container .right-bx h3{
    font-size: 20px;
    margin: 0;
}
.terms-txt{
    font-size: 14px;
}
.navbar-toggler{
    position: absolute;
    right: 10px;
    top: 15px;
}
.navbar-toggler-icon{
    background-image: url(../images/menu-toggle.jpg);
}
@media (max-width: 991px) {
    .login-bx{
        padding: 0 20px;
    }
}
/*.... Header .....*/
.navbar-brand img{
    max-width: 180px;
}
.nav-link{
    color: #676767;
    font-family: 'Martel Sans', sans-serif;
    font-size: 15px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 20px;
    padding-right: 20px;
}
.navbar-expand-lg .navbar-nav .active .nav-link{
    color: #ffc102;
}
@media (min-width: 992px) {
    .navbar-brand{
        margin-right: 50px;
    }
}
.btn-yellow{
    background: #fdc003;
    color: #fff;
    font-family: 'Martel Sans', sans-serif;
}
.btn-yellow:hover{
    background: #707070;
    color: #fff;
}
header .btn{
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
/*.... Home .....*/
.top-right-content{
    padding-bottom: 20px;
}
.top-right-content .btn{
    text-transform: uppercase;
    border-radius: 10px;
    width: 48%;
    padding: 10px;
}
.top-right-content h2{
    color: #fdc003;
}
@media (min-width: 992px) {
    .top-right-content{
        max-width: 70%;
        padding-bottom: 40px;
    }
    .top-right-content h2{
        font-size: 36px;
    }
}
@media (max-width: 767px) {
    .top-right-content .btn{
        font-size: 14px;
    }
}
.about-container{
    background:#fbfbfb url(../images/about-bg.jpg) no-repeat 0 bottom;
    padding: 110px 0;
    background-size: 100%;
}
.about-container h2{
    text-transform: uppercase;
    color: #fdc003;
    padding: 20px 150px 20px 0;
    border-right: #fdc003 solid 3px;
}
.about-container h5{
    flex: 1;
    padding-left: 35px;
    font-size: 18px;
}
.about-info-bx{
    padding: 40px 35px 25px;
    border-radius: 10px;
    color: #fff;
    height: 100%;
}
.about-info-bx.yellow{
    background: #ffc000;
    position: relative;
    z-index: 1;
}
.dots-bg{
    position: absolute;
    width: 186px;
    height: 186px;
    background: url(../images/dots-bg.jpg) repeat-x 0 0;
    left: -10px;
    top: -27px;
}
.about-info-bx.gray{
    background: #707070;
}
.about-info-bx.white{
    background: #fff;
    box-shadow: rgba(0,0,0,0.2) 0px 7px 4px;
}
.about-info-bx h3{
    text-transform: uppercase;
}
.about-info-bx p{
    font-size: 18px;
}
.about-info-bx.white h3{
    color: #ffc000;
}
.about-info-bx.white p{
    color: #707070;
}
.about-container .btn-gray{
    min-width: 250px;
    text-transform: uppercase;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.counterSection{
    background: url(../images/counter-bg.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    padding: 50px 0;
}
.counterSection h2,.content-section h2{
    color: #fdc101;
    margin-bottom: 25px;
}
.counterSection .singlefunfact h2{
    color: #fff;
    margin-bottom: 10px;
}
.counterSection .singlefunfact h5{
    color: #fff;
    font-family: 'Martel Sans', sans-serif;
    font-weight: 700;
}
.smarterSection{
    padding-right:20px;
    background: url(../images/smarter-section_bg.jpg) no-repeat right bottom;
}
.content-section{
    max-width: 400px;
}
.content-section p{
    font-size: 22px;
}
.funSection{
    background: url(../images/fun-bg.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    min-height: 465px;
    display: flex;
}
.funSection .content-section p{
    color: #fff;
}
.presentSection{
    padding: 0 20px 100px;
}
.presentSection .content-section{
    max-width: 480px;
}
.getStartedSection{
    background: url(../images/get_started_bg.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    padding: 60px 0 30px;
}
.getStartedSection h2{
    font-size: 40px;
    color: #fff;
    margin-bottom: 15px;
}
.btn-getCstart{
    padding: 10px 40px;
    color: #fff;
    text-transform: uppercase;
    border: #fdc003 solid 5px;
    border-radius: 10px;
    font-family: 'Martel Sans', sans-serif;
    box-shadow: rgba(0,0,0,0.1) 4px 4px 6px;
}
.btn-getCstart:hover{
    color: #fff;
    background: #fdc003;
}
@media (max-width: 1024px) {
    .smarterSection{
        background-size: 15%;
    }
    .funSection{
        min-height: 350px;
    }
    .presentSection{
        padding-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .smarterSection{
        padding-right: 0;
    }
    .smarterSection .content-section{
        padding-left: 20px;
    }
    .funSection {
        min-height: 250px;
        padding-left: 20px;
        background-size: cover;
    }
}
/*.... Footer .....*/
.footer-container{
    padding: 50px 0 40px;
}
.logo-footer{
    max-width: 200px;
}
.social-links h4{
    font-family: 'Martel Sans', sans-serif;
    font-weight: 700;
    color: #707070;
}
.social-links a{
    color: #000;
    font-size: 20px;
    display: inline-block;
    margin-right: 5px;
}
.social-links a:hover{
    color: #fdc003;
}
.footer-container h5{
    font-family: 'Martel Sans', sans-serif;
    font-weight: 700;
    color: #fdc003;
    margin-bottom: 20px;
    font-size: 18px;
}
.footer-menu li a{
    font-size: 14px;
    color: #707070;
}
.footer-menu li a:hover{
    color: #000;
    text-decoration: none;
}
.copy-txt{
    border-top: #707070 solid 1px;
    padding-top: 25px;
}
@media (max-width: 991px) {
    .logo-footer{
        max-width: 150px;
    }
}
@media (max-width: 767px) {
    .about-container{
        padding: 75px 0;
    }
    .about-container .d-flex{
        display: block!important;
    }
    .about-container h2{
        padding: 20px 50px 20px 0;
    }
    .about-container h5{
        padding-left: 0;
    }
    .footer-container{
        text-align: center;
    }
    .social-links{
        margin-bottom: 20px;
    }
}
/*...Features.....*/
.features-banner{
    padding: 100px 0 70px;
}
.features-banner h2,.keyFeatures-container h2,.presentSection2 h2,.features-section h2,.solution-banner h2{
    color: #fdc003;
}
.features-banner h2,.solution-banner h2,.blog-banner h2{
    font-size: 38px;
    max-width: 550px;
    margin: 0 auto;
}
.keyFeatures-container{
    background: #f2f2f2;
    padding: 120px 0;
}
.keyFeatures-container .default-list{
    max-width: 400px;
}
.default-list li{
    padding: 0 0 25px 30px;
    position: relative;
}
.default-list li:before{
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: #707070;
    left: 0;
    top: 6px;
}
.presentSection2{
    padding: 60px 0;
}
.features-section{
    background: #f2f2f2;
    padding: 80px 0;
}
.features-section h4{
    font-family: 'Martel Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fdc003;
    margin: 5px 0 0;
}
.features-section p{
    font-size: 15px;
    margin-bottom: 10px;
    padding: 0 15px;
}
.read-more{
    font-family: 'Martel Sans', sans-serif;
    font-weight: 600;
    display: inline-block;
}
@media (max-width: 767px) {
    .features-banner{
        padding: 50px 0;
    }
    .keyFeatures-container,.features-section{
        padding: 60px 0;
    }
    .presentSection2{
        padding-bottom: 0;
    }
    .features-section .read-more{
        margin-bottom: 20px;
    }
}
/*...Solutions.....*/
.solution-banner,.blog-banner{
    padding: 80px 0 60px;
}
.solution-banner p{
    font-size: 18px;
}
.solution-banner img{
    max-width: 750px;
}
.gray-bx{
    background: #f2f2f2;
}
.solution_cnt{
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
}
.solution_cnt h5{
    font-family: 'Martel Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fdc003;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.solution_cnt h2{
    color: #333;
    line-height: 100%;
}
/*...Pricing.....*/
.pricing-bx{
    border: #707070 solid 1px;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}
.pricing-bx h3{
    color: #fdc003;
}
.pricing-bx p{
    font-size: 18px;
    margin-bottom: 25px;
}
.pricing-bx h2{
    font-size: 40px;
    color: #000;
    font-weight: 800;
}
.pricing-bx h2 small{
    font-size: 60%;
}
.txt-black{
    color: #000;
}
.pricing-bx .btn{
    min-width: 190px;
    border-radius: 8px;
    font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial;
    font-size: 18px;
}
.pricing-bx p.txt-black{
    min-height: 70px;
}
@media (max-width: 1024px) {
    .pricing .col-sm-3{
        max-width: 50%;
        flex: 0 0 50%;
    }
}
@media (max-width: 767px) {
    .pricing .col-sm-3{
        max-width: 100%;
        flex: 0 0 100%;
    }
}
/*.......Blog.......*/
.blog-banner h3{
    font-size: 22px;
    color: #fdc003;
}
.blog-list .small-head{
    font-size: 12px;
    font-weight: 600;
    color: #393939;
}
.thumb-img{
    height: 350px;
}
.thumb-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.blog-list a:hover{
    text-decoration: none;
}
.blog-list a h3{
    font-size: 20px;
}
.blog-list a{
    color: #393939;
}
.blog h3.sub-head{
    color: #fdc003;
}
.blog-list.small .thumb-img{
    height: 250px;
}
.blog-list.small h3{
    font-size: 18px;
}
.blog-list p{
    font-size: 16px;
}
@media (max-width: 767px) {
    .blog .col-sm-3{
        max-width: 50%;
        flex: 0 0 50%;
    }
}
.modal-content{
    border: 0;
    border-radius: 15px;
}
/****Home****/
.top-profile .prof-img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: #fec003 solid 1px;
    margin-right: 10px;
}
.top-profile h5{
    line-height: 14px;
}
.top-profile h5 span{
    display: block;
    font-family: 'Martel Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fdc003;
}
.top-profile h5 small{
    font-size: 12px;
}
#main_navbar .dropdown-menu{
    margin: 0;
}
.dropdown-item:active{
    background: #fdc003;
}
#custom-search-input {
    margin:0;
    padding: 0;
    width: 25%;
}

#custom-search-input .search-query {
    padding: 10px;
    padding-left: 35px;
    padding-left: 36px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 40px;
}

#custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 3px;
    margin-top: 2px;
    position: absolute;
    left: 5px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#000;
    z-index: 10;
}
.top-search-area h4{
    font-family: 'Martel Sans', sans-serif;
    font-weight: 700;
}
.top-search-area .btn{
    border-radius: 10px;
}
.pres-table thead{
    border-radius: 10px;
}
.table.pres-table th{
    border: 0;
    background: #fffbed;
    color: #fdc003;
    font-family: 'Martel Sans', sans-serif;
    font-weight: 600;
    padding: 15px 20px;
}
.pres-table.table th:first-child{
    border-radius: 20px 0 0 20px;
}
.pres-table.table th:last-child{
    border-radius: 0 20px 20px 0;
}
.table.pres-table td{
    border: 0;
    border-bottom: #e1e1e1 solid 1px;
    padding: 15px 20px;
    color: #707070;
}
.icon-bx{
    background: #e2e2e2;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
}
.icon-bx img{
    max-width: 35px;
}
.pres-table h4{
    font-family: 'Martel Sans', sans-serif;
    font-weight: 700;
    font-size: 22px;
}
.txt-yellow{
    color: #fdc003;
}
.pres-table h4 small{
    display: block;
    font-size: 65%;
}
.icon-action{
    font-size: 18px;
    margin-right: 8px;
}
.icon-action img{
    max-width: 25px;
}
.pres-table h4 a{
    color: #707070;
}
.pres-table h4 a:hover{
    text-decoration: none;
}
.search-left{
    display: flex;
    flex: 1;
}
@media (max-width: 991px) {
    .top-search-area{
        flex-direction: column;
    }
    #custom-search-input{
        width: 40%;
    }
    .search-left{
        margin-bottom: 15px;
    }
    .pres-table h4{
        font-size: 20px;
    }
    .pres-table h4.date{
        min-width: 120px;
    }
    .pres-table td .d-flex{
        flex-direction: column;
        min-width: 200px;
    }
    .pres-table .actions{
        min-width: 100px;
    }
}
@media (max-width: 767px) {
    .search-left{
        flex-direction: column;
    }
     #custom-search-input{
        width: 100%;
    }
    .btn-lg{
        font-size: 1rem;
    }
    .icon-bx{
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .icon-bx img{
        max-width: 25px;
    }
    .pres-table h4{
        font-size: 18px;
    }
    .pres-table td .d-flex span{
        font-size: 14px;
    }
    .icon-action {
        font-size: 14px;
        margin-right: 5px;
    }
    .icon-action img {
        max-width: 20px;
    }
}
.navbar-nav .nav-item.dropdown:hover .dropdown-menu{
    display: block;
}
.btn-gray img{
    max-width: 10px;
}

/*.......Create Presentation.......*/
.help-link{
    font-size: 24px;
    color: #676767;
}
.help-link:hover{
    color: #676767;
}
.status-indicator{
    padding-right: 12px;
    border-right: #e8e7ec solid 2px;
    min-height: 38px;
    line-height: 38px;
}
.status-indicator i{
    font-size: 18px;
    margin-right: 5px;
}
.btn-bx .btn{
    font-weight: 600;
    color: #6f6f6f;
}
.btn-bx .btn:hover{
    color: #444;
}
.flex-auto{
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
}
.left-col{
    height: 100% !important;
    align-items: flex-start;
    -moz-box-align: start !important;
    flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal !important;
}
.left-col-inner{
    width: 220px;
}
.slide-bx-container{
    flex: 1 1 0% !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    height: 100% !important;
    align-items: flex-start;
    -moz-box-align: start !important;
    flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal !important;
    width: 220px;
}
.slide-bx{
    height: 118px !important;
    padding: 8px 16px 8px 8px;
    cursor: pointer;
}
.slide-bx.active,.slide-bx:hover{
    background: #e7e8ec;
}
.slide-bx .number-col{
    min-width: 20px;
    padding: 8px 4px 8px 0;
    position: relative;
}
.slide-bx .thumb-bx,.type-content .thumb-bx{
    padding: 8px;
    border-radius: 3px;
    border:#b7bac3 solid 1px;
    width: 100%;
}
.slide-bx .thumb-bx p,.type-content .thumb-bx p{
    color: #101834;
    font-size: 15px;
    font-weight: 600;
}
.small-btns{
    position: absolute;
    width: 20px;
    top: 10px;
    left: -2px;
    display: none;
}
.small-btns a{
    margin-bottom: 5px;
    display: inline-block;
}
.slide-bx-container li:hover .small-btns{
    display: block;
}
.slide-bx:hover .number{
    display: none;
}
.slide-bx-container li:hover .thumb-bx,.type-content .thumb-bx:hover{
    border-color: #fdc003;
}
.slide-bx-container li.active .thumb-bx,.type-content .thumb-bx.active{
    border-color: #fdc003;
    border-width: 2px;
    background: #fff;
}
.vh-100{
    min-height: 100vh;
}
.presentation-btn{
    padding: 15px 5px;
    display: block;
    border: #e7e8eb solid 1px;
    border-radius: 3px;
    font-weight: 600;
}
.presentation-btn:hover{
    text-decoration: none;
    border-color: #fdc003;
}
.middle-col{
    background: #f7f7f7;
    padding: 35px;
    box-shadow: inset 0 0 20px rgba(16,24,52,0.1);
}
.present-area{
    background: #fff;
    border-radius: 5px;
}
.middle-col .btm-txt{
    font-size: 12px;
}
.right-col{
    width: 450px;
    padding: 25px;
    border-top: #e7e8eb solid 1px;
    overflow-y: auto;
}
.right-col .nav-tabs .nav-link{
    border: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.right-col .nav-tabs .nav-item{
    margin: 0;
}
.right-col .nav-tabs .nav-link.active{
    border-bottom: #ffc000 solid 5px;
    color: #333;
}
label.qtn-type{
    color: #333;
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
}
label.qtn-type span,.accordion-head h6 span.faq-ico{
    display: inline-block;
    background: #e7e8ed;
    color: #454c5f;
    border-radius: 3px;
    width: 20px;
    text-align: center;
}
.type-content .thumb-bx{
    cursor: pointer;
}
.h-40{
    height: 40px;
}
.w-80{
    width: 80px!important;
}
span.star{
    background: #00db91;
    font-size: 9px;
    height: 20px;
    line-height: 20px;
    float: right;
    margin-left: 5px;
    color: #000;
}
.img-uload-bx{
    border: #b7bac2 solid 1px;
    border-radius: 2px;
    cursor: pointer;
}
.img-uload-bx .img-place{
    background: #e7e8eb;
    width: 75px;
    height: 75px;
}
.img-uload-bx p{
    font-size: 14px;
}
.img-uload-bx span{
    font-size: 12px;
}
#upload label.custom-file-label{
    height: auto;
    text-align: center;
    color: #323232;
    font-size: 15px;
    line-height: 110%;
    border-radius: 5px;
    border: #e7e8eb dashed 3px;
    position: relative;
    cursor: pointer;
    padding: 15px 20px;
    width: 100%;
}
#upload .custom-file-label img{
    max-width: 50%;
}
#upload .custom-file{
    height: auto;
}
#upload .custom-file-input{
    display: none;
}
.link-primary{
    color: #fdc003!important;
}
.b{
    font-weight: 700;
}
#upload .custom-file-label::after{
    display: none;
}
#upload .custom-file-label span{
    font-size: 12px;
    color: #757575;
}
.color-bx{
    width: 48px;
    height: 32px;
    border-radius: 5px;
}
.border-bx{
    border: #e7e8eb solid 1px;
}
.bg-black{
    background: #000;
}
.tab-pane #custom-search-input{
    max-width: 400px;
}
.bg-blue{
    background: #196cff;
}
.bg-pink{
    background: #ff80ab;
}
.bg-red{
    background: #ff403d;
}
.bg-yellow{
    background: #ffc738;
}
.bg-green{
    background: #00db91;
}
.bg-lblue{
    background: #969cf5;
}
.bg-golden{
    background: #cc660a;
}
.inner-shadow{
    -moz-box-shadow: inset 0px 6px 5px rgba(16,24,52,0.1);
    -wekit-box-shadow: inset 0px 6px 5px rgba(16,24,52,0.1);
    box-shadow: inset 0px 6px 5px rgba(16,24,52,0.1);
}
@media (max-width: 1024px) {
    .slide-bx-container{
        width: 170px;
    }
}
.pop-bx{
    background: #fff;
    width: 100%;
    max-width: 992px;
    position: absolute;
    right: 0;
    top: 0;
    overflow-y: auto;
    height: 100%;
    padding: 30px;
    z-index: 10;
    box-shadow: rgba(0,0,0,0.1) -8px 0px 8px;
    flex-flow: column;
}
.pop-bx h2{
    color: #000;
    font-size: 26px;
}
.examples-container{
    overflow: auto;
}
.thumb-bx{
    border: #ced4da solid 1px;
    border-radius: 5px;
    overflow: hidden;
}
.btn-overlay{
    position: absolute;
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
}
.thumb-bx:hover .btn-overlay{
    display: block;
}
.example-list{
    margin-bottom: 20px;
}
.example-list h5,.r-box h5{
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.example-list p{
    color: #999;
}
.r-box h5{
    font-size: 16px;
}
.r-box li a{
    color: #6f6f6f;
}
.r-box li a:hover{
    text-decoration: none;
    color: #999;
}
.btn span.star{
	position: absolute;
	width: 20px;
	right: -8px;
	top: -8px;
}
.pop-bx h6,.pop-bx .tab-pane h5{
    color: #000;
    font-weight: 600;
}
.theme-list{
    border: #b7bac2 solid 1px;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    padding: 15px;
    margin-bottom: 25px;
}
.theme-list.dark{
    background: #252b36;
    color: #fff;
}
.theme-list p{
    font-weight: 600;
}
.theme-type{
    height: 100px;
    padding: 0 10%;
}
.theme-list.barber{
    background: url(../images/barber_bg.jpg) no-repeat 0 0;
    background-size: cover;
    color: #fff;
}
.theme-list.colorjoy{
    background: #99c9b4;
    color: #fff;
}
#config .nav-tabs .nav-link{
    border: #b7bac2 solid 1px;
    border-radius: 5px;
    padding: 25px;
}
#config .nav-tabs .nav-link i{
    font-size: 24px;
}
#config .nav-tabs .nav-item{
    margin: 0 10px 0 0;
}
#config .nav-tabs .nav-link.active{
    border-color: #fdc003;
}
.pop-bx .tab-pane h5{
    color: #fdc003;
    font-size: 17px;
    border-bottom: #e7e8eb solid 2px;
}
.pop-bx .accordion h6 a{
    color: #333;
    display: block;
}
.accordion-head{
    cursor: pointer;
}
.tab-pane h6 .star{
    display: inline-block;
    width: 20px;
    text-align: center;
    float: none;
}
.collapse-list{
    border-bottom: #e7e8eb solid 1px;
}
.contact-bx{
    max-width: 950px;
    margin: 0 auto;
}
.mapouter{position:relative;text-align:right;height:500px;width:100%;}
.gmap_canvas {overflow:hidden;background:none!important;height:500px;width:100%;}
.contact-bx h5 span{
    font-weight: 500;
}