.hpanel > .panel-heading {
    color: inherit;
    font-weight: 600;
    padding: 10px 4px;
    transition: all .3s;
    border: 1px solid transparent
}

.hpanel .hbuilt.panel-heading {
    border-bottom: 0
}

.hpanel > .panel-footer, .hpanel > .panel-section {
    color: inherit;
    border: 1px solid #dddddd;
    border-top: 0;
    font-size: 90%;
    background: #f7f9fa;
    padding: 10px 15px
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.hpanel.panel-collapse > .panel-heading, .hpanel .hbuilt {
    background: #fff;
    border-color: #dddddd;
    border: 1px solid #dddddd;
    padding: 10px 10px;
    border-radius: 2px
}

.hpanel .panel-body {
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 2px;
    padding: 20px;
    position: relative
}

.hpanel.panel-group .panel-body:first-child {
    border-top: 1px solid #dddddd
}

.hpanel.panel-group .panel-body {
    border-top: 0
}

.panel-collapse .panel-body {
    border: 0
}

.hpanel {
    background-color: none;
    border: 0;
    box-shadow: none;
    margin-bottom: 25px
}

.panel-tools {
    display: inline-block;
    float: right;
    margin-top: 0;
    padding: 0;
    position: relative
}

.hpanel .alert {
    margin-bottom: 0;
    border-radius: 0;
    border: 1px solid #eaeaea;
    border-bottom: 0
}

.panel-tools a {
    margin-left: 5px;
    color: #9d9fa2;
    cursor: pointer
}

.hpanel.hgreen .panel-body {
    border-top: 2px solid #62cb31
}

.hpanel.hblue .panel-body {
    border-top: 2px solid #3498db
}

.hpanel.hyellow .panel-body {
    border-top: 2px solid #ffb606
}

.hpanel.hviolet .panel-body {
    border-top: 2px solid #9b59b6
}

.hpanel.horange .panel-body {
    border-top: 2px solid #e67e22
}

.hpanel.hred .panel-body {
    border-top: 2px solid #e74c3c
}

.hpanel.hreddeep .panel-body {
    border-top: 2px solid #c0392b
}

.hpanel.hnavyblue .panel-body {
    border-top: 2px solid #34495e
}

.hpanel.hbggreen .panel-body {
    background: #62cb31;
    color: #fff;
    border: 0
}

.hpanel.hbgblue .panel-body {
    background: #3498db;
    color: #fff;
    border: 0
}

.hpanel.hbgyellow .panel-body {
    background: #ffb606;
    color: #fff;
    border: 0
}

.hpanel.hbgviolet .panel-body {
    background: #9b59b6;
    color: #fff;
    border: 0
}

.hpanel.hbgorange .panel-body {
    background: #e67e22;
    color: #fff;
    border: 0
}

.hpanel.hbgred .panel-body {
    background: #e74c3c;
    color: #fff;
    border: 0
}

.hpanel.hbgreddeep .panel-body {
    background: #c0392b;
    color: #fff;
    border: 0
}

.hpanel.hbgnavyblue .panel-body {
    background: #34495e;
    color: #fff;
    border: 0
}

.panel-group .panel-heading {
    background-color: #f7f9fa
}

.small-header .hpanel {
    margin-bottom: 0
}

.small-header {
    padding: 0 !important
}

    .small-header .panel-body {
        padding: 15px 25px;
        border-right: 0;
        border-left: none;
        border-top: 0;
        border-radius: 0
    }

.panel-body h5, .panel-body h4 {
    font-weight: 600
}

.small-header .panel-body h2 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0
}

.small-header .panel-body small {
    color: #838589
}

.hbreadcrumb {
    padding: 2px 0;
    margin-top: 6px;
    margin-bottom: 0;
    list-style: none;
    background-color: #fff;
    font-size: 11px
}

    .hbreadcrumb > li {
        display: inline-block
    }

        .hbreadcrumb > li + li:before {
            padding: 0 5px;
            color: #34495e
        }

    .hbreadcrumb > .active {
        color: #9d9fa2
    }

.wrapper {
    padding: 10px 20px
}

.hpanel.collapsed .panel-body, .hpanel.collapsed .panel-footer {
    display: none
}

.hpanel.collapsed .fa.fa-chevron-up:before {
    content: "\f078"
}

.hpanel.collapsed .fa.fa-chevron-down:before {
    content: "\f077"
}

.hpanel.collapsed.panel-collapse .panel-body {
    border-width: 0 1px 1px 1px;
    border-color: #eaeaea;
    border-style: solid
}

.hpanel.collapsed .hbuilt.panel-heading {
    border-bottom: 1px solid #eaeaea
}

body.fullscreen-panel-mode {
    overflow-y: hidden
}

.hpanel.fullscreen {
    z-index: 2030;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    margin-bottom: 0
}

    .hpanel.fullscreen .showhide {
        display: none
    }

    .hpanel.fullscreen .panel-body {
        min-height: calc(100% - 77px)
    }

.contact-panel h3 {
    margin-bottom: 2px
}

    .contact-panel h3 a {
        color: inherit
    }

.contact-panel p {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 0
}

.contact-panel img {
    width: 76px;
    height: 76px
}

.contact-footer {
    padding: 0 15px
}

.contact-stat span {
    font-size: 10px;
    font-weight: 500;
    display: block;
    color: #9d9fa2;
    text-transform: uppercase
}

.contact-stat {
    padding: 8px 0;
    text-align: center
}

.contact-panel:hover .panel-body {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    z-index: 1
}

.hpanel .panel-body.file-body {
    padding: 30px 0;
    text-align: center
}

.projects .hpanel .panel-body {
    border-bottom: 0
}

.projects .hpanel:last-child .panel-body {
    border-bottom: 1px solid #eaeaea
}

.projects .hpanel:last-child .panel-body {
    border-bottom: 1px solid #eaeaea
}

.projects .hpanel h4 a {
    color: #6a6c6f
}

.hpanel .panel-body.file-body {
    padding: 30px 0;
    text-align: center
}

body.light-skin .hpanel .panel-body {
    border-radius: 2px
}

body.light-skin .panel-footer {
    border-radius: 0 0 2px 2px
}

body.light-skin .hpanel .panel-body {
    border: 0;
    box-shadow: 0 1px 10px rgba(0,0,0,0.05),0 1px 2px rgba(0,0,0,0.1)
}

body.light-skin .hpanel.panel-collapse .panel-heading {
    border: 0;
    box-shadow: 0 1px 10px rgba(0,0,0,0.05),0 1px 2px rgba(0,0,0,0.1)
}

body.light-skin .hpanel .panel-heading {
    border: 0
}

body.light-skin .hpanel .hbuilt.panel-heading, body.light-skin .hpanel.blog-box .panel-heading {
    box-shadow: 0 1px 10px rgba(0,0,0,0.05),0 1px 2px rgba(0,0,0,0.1)
}

body.light-skin .hpanel.hgreen .panel-body {
    border-top: 2px solid #62cb31
}

body.light-skin .hpanel.hblue .panel-body {
    border-top: 2px solid #3498db
}

body.light-skin .hpanel.hyellow .panel-body {
    border-top: 2px solid #ffb606
}

body.light-skin .hpanel.hviolet .panel-body {
    border-top: 2px solid #9b59b6
}

body.light-skin .hpanel.horange .panel-body {
    border-top: 2px solid #e67e22
}

body.light-skin .hpanel.hred .panel-body {
    border-top: 2px solid #e74c3c
}

body.light-skin .hpanel.hreddeep .panel-body {
    border-top: 2px solid #c0392b
}

body.light-skin .hpanel.hnavyblue .panel-body {
    border-top: 2px solid #34495e
}

body.light-skin .hpanel > .panel-footer, body.light-skin .hpanel > .panel-section {
    background-color: transparent;
    border: 0
}

body.light-skin .social-board .hpanel > .panel-footer, body.light-skin .social-board .hpanel > .panel-section {
    border: 1px solid #eaeaea
}

body.light-skin .contact-panel.hpanel > .panel-footer, body.light-skin .contact-panel.hpanel > .panel-section {
    border: 1px solid #eaeaea
}

.stats-title h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.browseButton {
    height: 40px !important;
    line-height: 40px !important;
    overflow: hidden !important;
    position: relative !important;
    text-align: center !important;
    width: 100px !important;
}

.ck-editor__editable {
    height: 225px !important;
    overflow: auto;
}

.required-field::after {
    content: "*";
    color: red;
}

.bb-red {
    border-bottom: 4px solid #ce0000;
    padding-bottom: 5px;
}

.ul-shareicon li {
    border: 1px solid green !important;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    width: 35px !important;
    height: 35px;
    text-align: center !important;
    color: blue;
}
