.bowman-text-primary {
    color: #003478
}

@media screen and (min-width: 800px) {
    .navbar-nav>.nav-item {
        margin-left: 60px
    }

    .bowman-desktop-hide {
        display: none
    }

    .bowman-subscribe-btn {
        border-radius: 0 30px 30px 0 !important
    }

    .bowman-newsletter-input {
        border-radius: 30px 0 0 30px !important
    }
}

.bow-ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bow-hamRotate.active {
    transform: rotate(45deg)
}

.bow-hamRotate180.active {
    transform: rotate(180deg)
}

.bow-ham-line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #ffd54b;
    stroke-width: 5.5;
    stroke-linecap: round
}

.bow-ham-toggle .bow-ham-top {
    stroke-dasharray: 40 139
}

.bow-ham-toggle .bow-ham-bottom {
    stroke-dasharray: 40 180
}

.bow-ham-toggle.active .bow-ham-top {
    stroke-dashoffset: -98px
}

.bow-ham-toggle.active .bow-ham-bottom {
    stroke-dashoffset: -138px
}

.logo-bg-image {
    background: url(https://bowman.co.ke/images/bowman-logo-flat-dark.png) no-repeat center;
    background-size: contain;
    width: 180px;
    height: 90px;
    display: block
}

[data-theme="dark"] .logo-bg-image {
    background: url(https://bowman.co.ke/images/bowman-logo-flat-light.png) no-repeat center;
    background-size: contain;
    width: 180px;
    height: 90px;
    display: block
}

.footer-logo-bg-image {
    background: url(https://bowman.co.ke/images/bowman-logo-flat-dark.png) no-repeat center;
    background-size: contain;
    width: 360px;
    height: 180px;
    display: block
}

[data-theme="dark"] .footer-logo-bg-image {
    background: url(https://bowman.co.ke/images/bowman-logo-flat-light.png) no-repeat center;
    background-size: contain;
    width: 360px;
    height: 180px;
    display: block
}

.header-cta-cover {
    display: none
}

.bow-ham-toggle {
    display: none
}

@media screen and (max-width: 600px) {
    .accordion-button {
        font-size: 12px !important
    }

    .bowman-mobile-hide {
        display: none !important
    }

    .bowman-desktop-hide {
        display: block
    }

    .bowman-footer-copyright {
        font-size: 10px
    }

    .bowman-newsletter-input {
        margin-bottom: 10px
    }

    .header-cta-cover {
        display: block
    }

    .bow-ham-toggle {
        display: block
    }

    .header-nav-item {
        padding-bottom: 18px
    }

    .header-cta-btn {
        width: 100% !important
    }
}

.site-span-btn {
    font-size: 10px;
    padding: 2px 6px
}

.landing-page-header {
    height: 100px
}

.bowman-img-contain {
    object-fit: contain;
    width: 100%
}

.bowman-img-cover {
    object-fit: cover;
    width: 100%
}

.bowman-profile-img {
    object-fit: cover;
    border-radius: 50%
}

.bowman-members-wako {
    animation-duration: 2s
}

.bowman-card-upload-icon {
    position: relative;
    top: calc(50% - 75px);
    font-size: 100px
}

span .badge {
    border-radius: 30px !important
}

.bowman-btm-cta {
    width: 90%;
    left: 50%;
    margin-top: 50px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    bottom: 10px
}

.bowman-dropdown-toggle {
    position: relative
}

.bowman-dropdown-toggle::after {
    display: none !important;
    position: absolute;
    right: 20px;
    bottom: 45%
}

.bowman-dropdown-toggle-icon {
    position: absolute;
    right: 20px;
    bottom: 45%
}

.visit_profile {
    cursor: pointer
}

.bowman_top_btn {
    font-size: 10px
}

.bowman-discoverleft-top {
    position: fixed;
    bottom: 88%;
    left: 0;
    z-index: 1000
}

.bowman-discoverleft-mid {
    position: fixed;
    bottom: 58%;
    left: 0;
    z-index: 1000
}

.bowman-discoverleft-btm {
    position: fixed;
    bottom: 35%;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0
}

@media screen and (max-width: 600px) {
    .bowman-footer-icon {
        font-size: 40px
    }

    .bowman-mobile-hide {
        display: none
    }

    .bowman_top_btn {
        font-size: 8px
    }

    .bowman-discoverbtn {
        font-size: 8px
    }

    .bowman-discoverleft-top {
        bottom: 86%
    }

    .bowman-discoverleft-mid {
        bottom: 58%
    }
}

.bowman-material-input {
    position: relative;
    display: inline-block;
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    width: 100%
}

.bowman-material-input>input,
.bowman-material-input>textarea {
    display: block;
    box-sizing: border-box;
    margin: 0;
    border: none;
    border-top: solid 27px transparent;
    border-bottom: solid 1px rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    border-radius: 4px 4px 0 0;
    padding: 0 12px 10px;
    width: 100%;
    height: inherit;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    box-shadow: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    caret-color: #002196;
    transition: border-bottom 0.2s, background-color .2s
}

.bowman-material-input>input+span,
.bowman-material-input>textarea+span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    box-sizing: border-box;
    padding: 7px 12px 0;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    font-size: 75%;
    line-height: 18px;
    pointer-events: none;
    transition: color 0.2s, font-size 0.2s, line-height .2s
}

.bowman-material-input>input+span::after,
.bowman-material-input>textarea+span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    transform-origin: bottom center;
    transform: scaleX(0);
    transition: transform .3s
}

.bowman-material-input>input:hover,
.bowman-material-input>textarea:hover {
    border-bottom-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87)
}

.bowman-material-input>input:not(:focus):placeholder-shown+span,
.bowman-material-input>textarea:not(:focus):placeholder-shown+span {
    font-size: inherit;
    line-height: 48px
}

.bowman-material-input>input:focus,
.bowman-material-input>textarea:focus {
    outline: none
}

.bowman-material-input>input:focus+span,
.bowman-material-input>textarea:focus+span {
    color: #002196
}

.bowman-material-input>input:focus+span::before,
.bowman-material-input>textarea:focus+span::before {
    opacity: .12
}

.bowman-material-input>input:focus+span::after,
.bowman-material-input>textarea:focus+span::after {
    transform: scale(1)
}

.bowman-material-input>input:disabled,
.bowman-material-input>textarea:disabled {
    border-bottom-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.24)
}

.bowman-material-input>input:disabled+span,
.bowman-material-input>textarea:disabled+span {
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38)
}

[data-theme="dark"] body .bowman-material-input>input,
.bowman-material-input>textarea {
    background-color: transparent;
    border-bottom: solid 2px #747794;
    transition: border-bottom 0.2s, background-color .2s
}

[data-theme="dark"] body .bowman-material-input-label {
    color: #747794
}

.bowman-loader {
    display : none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #17206B
}

.bowman-loader-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.bowman-rounded {
    border-radius: 50px
}

.app-ck-slider {
    padding: 10px 5px
}

.app-ck-slider .app-ck-slider-item {
    height: 450px;
    border-radius: 15px;
    background: #3e7fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    position: relative;
    font-size: 13px
}

.app-ck-slider .app-ck-slider-item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .2;
    border-radius: 15px
}

.ckslider-cta-btn {
    position: absolute;
    top: 40%;
    left: 10px
}

.app-ck-slider .ckslider-stage {
    right: 15px
}

.ck-slider-round {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 50px;
    height: 50px;
    margin: 5px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #1A8CD8
}

.ck-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

.ckslider-dp {
    border-radius: 50%
}

.ck-intro-slider {
    position: relative
}

.ck-intro-slider .ckslider-theme .ckslider-custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0
}

.ckslider-poster {
    position: absolute;
    left: 20px;
    font-size: 18px !important;
    bottom: 0;
    padding: 10px 5px;
    font-family: sans-serif
}

.ck-intro-slider .ckslider-theme .ckslider-custom-nav .ckslider-prev,
.ck-intro-slider .ckslider-theme .ckslider-custom-nav .ckslider-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100
}

.ck-intro-slider .ckslider-theme .ckslider-custom-nav .ckslider-prev i,
.ck-intro-slider .ckslider-theme .ckslider-custom-nav .ckslider-next i {
    font-size: 2.5rem;
    color: #cecece
}

.ck-intro-slider .ckslider-theme .ckslider-custom-nav .ckslider-prev {
    left: 0
}

.ck-intro-slider .ckslider-theme .ckslider-custom-nav .ckslider-next {
    right: 0
}

.ckslider-react-icon {
    width: 20px !important;
    height: 20px !important
}

.ck-bottom-right {
    position: absolute;
    right: 0;
    bottom: 0
}

.bowman-border-top {
    border-top: 8px solid #f1b10f !important
}

.card-img-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    border-top: 10px solid #f1b10f !important
}

.bowman-mobi-flex {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 600px) {
    .app-ck-slider .app-ck-slider-item {
        height: 370px
    }

    .bowman-cta-text {
        font-size: 13px
    }

    .ckslider-poster {
        font-size: 12px
    }

    .bowman-btn-mobile {
        font-size: 12px !important;
        margin-bottom: 30px;
        width: 100%
    }

    .bowman-mobi-flex {
        display: inline-block
    }
}

.blog-search-box {
    border-radius: 30px 0 0 30px !important
}

#blog_search_btn {
    border-radius: 0 30px 30px 0 !important
}

.bowman-text-secondary {
    color: #ffd54b
}

.bowman-bg-primary {
    background-color: #003478
}

.bowman-bg-secondary {
    background-color: #ffd54b
}

.form-switch .form-check-input {
    width: 2.5em !important
}

.form-check-input {
    height: 1.2em !important
}

.btn-primary {
    background: #003478 !important;
    border: 2px solid #ffd54b !important;
    color: #ffff;
    border-radius: 30px;
    box-shadow: 0 3px 5px #777777, inset 0 0 0 #777;
    transition: transform 50ms;
    padding: 10px 30px !important
}

.btn-primary:hover,
.btn-primary:focus {
    color: #003478 !important;
    background: #ffd54b !important;
    border: 2px solid #ffff !important;
    box-shadow: 0 3px 5px #777777, inset 0 0 10px #777 !important
}

.btn-primary:active {
    transform: scale(1.1)
}

.bowman-btn-primary {
    background: #ffc000 !important;
    color: #16243d;
    border-radius: 5px;
    transition: transform 50ms;
    padding: 10px 30px !important
}

.bowman-btn-primary:hover,
.bowman-btn-primary:focus {
    color: #003478 !important;
    background: #ffd54b !important;
    border: 2px solid #ffff !important;
    box-shadow: 0 3px 5px #777777, inset 0 0 10px #777 !important
}

.bowman-btn-primary:active {
    transform: scale(1.1)
}

.bowman-btn-secondary {
    background: #ffd54b !important;
    border: 2px solid #ffff !important;
    color: #003478 !important;
    border-radius: 5px;
    box-shadow: 0 3px 5px #777777, inset 0 0 10px #777;
    transition: transform 50ms;
    padding: 10px 30px !important
}

.bowman-btn-secondary:hover,
.bowman-btn-secondary:focus {
    color: #ffd54b !important;
    background: #003478 !important;
    border: 2px solid #ffff !important;
    box-shadow: 0 3px 5px #777777, inset 0 0 10px #ffd54b !important
}

.bowman-btn-secondary:active {
    transform: scale(1.1)
}

.bowman-profile-img {
    width: 200px;
    height: 200px
}

.nav-link {
    color: #84809A !important
}

.nav-pills {
    border-bottom: none !important
}

.nav-pills .nav-link.active {
    background-color: transparent !important;
    color: #f7971e !important;
    border-bottom: 3px solid #f7971e !important;
    border-top: transparent !important;
    border-left: transparent !important;
    border-right: transparent !important
}

.nav-pills .nav-link {
    border: none !important
}

.nav-pills>li.active>button,
.nav-pills>li.active>button:focus,
.nav-pills>li.active>button:hover {
    color: #576373;
    border-color: #C5D0DC #C5D0DC transparent;
    border-top: 2px solid #4C8FBD;
    background-color: #FFF;
    z-index: 1;
    line-height: 18px;
    margin-top: -1px;
    box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, .15)
}

.tabs-below>.nav-pills {
    top: auto;
    margin-bottom: 0;
    margin-top: -1px;
    border-color: #C5D0DC;
    border-bottom-width: 0
}

.tabs-below>.nav-pills>li>a,
.tabs-below>.nav-pills>li>a:focus,
.tabs-below>.nav-pills>li>a:hover {
    border-color: #C5D0DC
}

.tabs-below>.nav-pills>li.active>a,
.tabs-below>.nav-pills>li.active>a:focus,
.tabs-below>.nav-pills>li.active>a:hover {
    border-color: transparent #C5D0DC #C5D0DC;
    border-top-width: 1px;
    border-bottom: 2px solid #4C8FBD;
    margin-top: 0;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15)
}

.tabs-left>.nav-pills>li>a,
.tabs-right>.nav-pills>li>a {
    min-width: 60px
}

.tabs-left>.nav-pills {
    top: auto;
    margin-bottom: 0;
    border-color: #C5D0DC;
    float: left
}

.tabs-left>.nav-pills>li {
    float: none !important
}

.tabs-left>.nav-pills>li>a,
.tabs-left>.nav-pills>li>a:focus,
.tabs-left>.nav-pills>li>a:hover {
    border-color: #C5D0DC;
    margin: 0 -1px 0 0
}

.tabs-left>.nav-pills>li.active>a,
.tabs-left>.nav-pills>li.active>a:focus,
.tabs-left>.nav-pills>li.active>a:hover {
    border-color: #C5D0DC transparent #C5D0DC #C5D0DC;
    border-top-width: 1px;
    border-left: 2px solid #4C8FBD;
    margin: 0 -1px;
    -webkit-box-shadow: -2px 0 3px 0 rgba(0, 0, 0, .15) !important;
    box-shadow: -2px 0 3px 0 rgba(0, 0, 0, .15) !important
}

.tabs-right>.nav-pills {
    top: auto;
    margin-bottom: 0;
    border-color: #C5D0DC;
    float: right
}

.tabs-right>.nav-pills>li {
    float: none !important
}

.tabs-right>.nav-pills>li>a,
.tabs-right>.nav-pills>li>a:focus,
.tabs-right>.nav-pills>li>a:hover {
    border-color: #C5D0DC;
    margin: 0 -1px
}

.tabs-right>.nav-pills>li.active>a,
.tabs-right>.nav-pills>li.active>a:focus,
.tabs-right>.nav-pills>li.active>a:hover {
    border-color: #C5D0DC #C5D0DC #C5D0DC transparent;
    border-top-width: 1px;
    border-right: 2px solid #4C8FBD;
    margin: 0 -2px 0 -1px;
    -webkit-box-shadow: 2px 0 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 0 3px 0 rgba(0, 0, 0, .15)
}

.nav-pills>li>a .badge {
    padding: 1px 5px;
    line-height: 15px;
    opacity: .75;
    vertical-align: initial
}

.nav-pills>li>a .ace-icon {
    opacity: .75
}

.nav-pills>li.active>a .ace-icon,
.nav-pills>li.active>a .badge {
    opacity: 1
}

.nav-pills li .ace-icon {
    width: 1.25em;
    display: inline-block;
    text-align: center
}

.nav-pills>li.open .dropdown-toggle {
    background-color: #4F99C6;
    border-color: #4F99C6;
    color: #FFF
}

.nav-pills>li.open .dropdown-toggle>.ace-icon {
    color: #FFF !important
}

.tabs-left .tab-content,
.tabs-right .tab-content {
    overflow: auto
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #f7971e !important
}

.bowman-rounded {
    border-radius: 50%
}

.bowman-discoverbtn {
    border-radius: 5px 5px 0 0;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: left bottom
}

.bowman-quick-dial {
    margin-top: 10px;
    margin-bottom: 60px;
    right: 20px
}

.bowman-quick-dial .bowman-quick-dialbtn {
    -webkit-box-shadow: 1px 1px 1px 1px rgba(43, 43, 43, 0.2);
    -moz-box-shadow: 1px 1px 1px 1px rgba(43, 43, 43, 0.2);
    box-shadow: 1px 1px 1px 1px rgba(43, 43, 43, 0.2)
}

.bowman-quick-dialbtn {
    position: absolute;
    right: 0;
    float: right;
    background-color: #f30;
    padding: 16px;
    height: 60px;
    display: block;
    width: 60px;
    border-radius: 30px;
    overflow: hidden;
    z-index: 10
}

.bowman_slide {
    padding: 16px 15px 15px 20px;
    position: absolute;
    display: none;
    float: right;
    right: 9px;
    display: none;
    width: 200px;
    height: 60px;
    background-color: #f30;
    color: #fff;
    text-align: left;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 30px
}

#bowman_dial_slide {
    background-color: #f7971e
}

#phonedial {
    background-color: #f7971e
}

.bowman-quick-dialbtn i {
    color: #fff
}

#bowman_dial_slide a,
#bowman_dial_slide a:visited,
#bowman_dial_slide a:active,
#bowman_dial_slide a:focus {
    color: #fff;
    text-decoration: none
}

#bowman_dial_slide a:hover {
    color: #ccc
}

.ck-floater-menu {
    position: fixed;
    bottom: 50px;
    right: 80px;
    cursor: pointer
}

.ck-floater-icon-btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #003478;
    border: 1px solid #f7971e
}

.ck-floater-main-btn {
    border: 1px solid #f7971e;
    width: 60px;
    height: 60px;
    background: #003478;
    list-style-type: none;
    position: absolute;
    bottom: 70px
}

.ck-floater-icon-btn .ck-floater-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff
}

.ck-floater-options .ck-floater-options-item {
    display: flex;
    justify-content: flex-end;
    padding: 5px
}

.ck-floater-options {
    list-style-type: none;
    position: absolute;
    bottom: 70px;
    right: 0
}

.ck-floater-btn-label {
    padding: 2px 5px;
    margin-right: 10px;
    align-self: center;
    user-select: none;
    background-color: #000;
    color: #fff;
    border-radius: 3px
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: #F7971E;
    border-radius: 50px;
    transition: .3s;
    color: #fff;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center
}

.carousel-control-next-icon:hover,
.carousel-control-prev-icon:hover {
    background: #003478;
    color: rgba(255, 255, 255, 0.8)
}

@media screen and (max-width: 600px) {
    .ck-floater-menu {
        bottom: 20px;
        right: 68px
    }

    .bowman-quick-dial {
        right: 10px
    }

    .bowman-mobile-pushleft {
        padding-left: 50px !important
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        background: none;
        font-size: 20px;
        line-height: 0;
        width: auto;
        height: auto;
        background: #F7971E;
        border-radius: 50px;
        transition: .3s;
        color: #fff;
        width: 27px;
        height: 27px;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

@media only screen and (max-width: 280px) {

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        background: none;
        font-size: 20px;
        line-height: 0;
        width: auto;
        height: auto;
        background: #F7971E;
        border-radius: 50px;
        transition: .3s;
        color: #fff;
        width: 27px;
        height: 27px;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 100%
}

.carousel-indicators [data-bs-target] {
    background-color: #F7971E !important
}

.form-switch .form-check-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23003478'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffd54b'/%3e%3c/svg%3e")
}

.form-check-input {
    border: 1px solid #003478
}

.form-check-input:checked {
    border-color: #ffff
}

.form-switch .form-check-input:focus {
    border-color: #ffd54b
}

.form-check-input:focus {
    border-color: #ffd54b
}

.bowmancard {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 5px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer
}

.bowmancard-user-img {
    border-radius: 10px;
    transition: .2s;
    height: 350px !important;
    width: 100% !important;
    object-fit: cover
}

.bowmancard .bowmancard-user-img {
    border-radius: 10px;
    transition: .2s;
    height: 350px !important;
    width: 100% !important;
    object-fit: cover
}

.bowmancard:hover .bowmancard-user-img {
    transform: scale(1.4);
    border-top-right-radius: 50px;
    border-top-left-radius: 50px
}

.bowmancard .bowmancard-content {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.bowmancard .bowmancard-content .bowmancard-back {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1e6;
    transition: 1s;
    z-index: 1;
    padding: 10px
}

.bowmancard-from-right {
    top: 0;
    right: -100%
}

.bowmancard:hover .bowmancard-content .bowmancard-from-right {
    right: 0
}

.bowmancard .bowmancard-content .bowmancard-back h3 {
    font-size: 15px;
    letter-spacing: 2px
}

.bowmancard .bowmancard-content .bowmancard-back .bowmancard-tem-img {
    border-radius: 100%
}

.bowmancard .bowmancard-content .bowmancard-back .bowmancard-des {
    font-size: 13px;
    padding: 20px 0
}

.bowmancard .bowmancard-content .bowmancard-back .bowmancard-social-icon {
    list-style: none;
    margin: 0;
    padding: 0
}

.bowmancard .bowmancard-content .bowmancard-back .bowmancard-social-icon li {
    display: inline-block
}

.bowmancard .bowmancard-content .bowmancard-back .bowmancard-social-icon li a {
    display: block;
    background: #333;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%
}

.bowman-toggle-header-menu {
    font-size: 30px !important
}

@media (max-width: 768px) {
    .bowman-nav-btn {
        font-size: 12px
    }

    .bowman-text-hide {
        display: none !important
    }
}

.auth-form-img {
    height: 450px !important;
    width: 100% !important;
    object-fit: cover !important
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus {
    color: #000;
    background-color: #fcd900
}

.nav-pills>li.active>a:hover {
    background-color: #efcb00;
    color: #000
}

::-webkit-scrollbar {
    width: 10px !important;
    background: transparent !important
}

::-webkit-scrollbar-thumb {
    width: 5px !important;
    background: #003478 !important
}

#left-sidebar::-webkit-scrollbar {
    width: 0 !important;
    background: transparent !important
}

#left-sidebar::-webkit-scrollbar-thumb {
    width: 0 !important;
    background: transparent !important
}

@media screen and (max-width: 600px) {
    ::-webkit-scrollbar {
        width: 3px !important;
        background: transparent !important
    }

    ::-webkit-scrollbar-thumb {
        width: 1px !important;
        border-radius: 30px !important;
        background: #003478 !important
    }
}

th.sorting,
th.sorting.sorting_asc {
    color: #747794 !important
}

table.dataTable tfoot th {
    color: #747794 !important
}

.accordion-item:last-of-type .accordion-button.collapsed {
    background-color: #fff !important
}

[data-theme="dark"] .accordion-item:last-of-type .accordion-button.collapsed {
    background-color: #0C1624 !important
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #ffc107 !important
}

[data-theme="dark"] .accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #ffc107 !important
}

.accordion-button {
    color: #212529 !important;
    border: 1px solid #003478 !important
}

[data-theme="dark"] .accordion-button {
    color: #747794 !important;
    background-color: #2B2A2B !important;
    border: 1px solid #747794 !important
}

[data-theme="dark"] .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23747794'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffd54b'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat
}

.dt-buttons button {
    color: #fff !important;
    background-color: #003478 !important
}

.dataTables_empty {
    color: #747794 !important
}

.bowman-user-name {
    font-size: 12px !important
}

.bowman-feed-time {
    font-size: 12px !important
}

.feed-user-type {
    margin-top: -20px !important;
    margin-left: 65px !important
}

.feed-user-slug {
    margin-top: -15px !important;
    margin-left: 65px !important
}

.custom-search-input {
    border-radius: 30px 30px 30px 30px
}

.custom-search-botton {
    border-radius: 0 30px 30px 30px
}

.dropdown-toggle::after {
    content: none !important
}

.bowman-pointer {
    cursor: pointer
}

.card-block {
    margin-top: 10px
}

.bowman-clear-4 {
    padding-bottom: 40px;
    left: 0
}

.bowman-profile-hover {
    display: inline;
    position: relative;
    z-index: 99
}

.bowman-profile-hover .profile-hover-prompt {
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    padding: 0 10px
}

.bowman-profile-hover .profile-hover-content {
    position: absolute;
    z-index: 99;
    border-radius: 30px;
    width: 360px;
    left: 70%;
    margin: 0 0 20px -180px;
    bottom: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    box-shadow: 0 0 8px #E0A800;
    opacity: 0;
    cursor: default;
    pointer-events: none
}

.bowman-profile-hover .profile-hover-content::after {
    content: '';
    top: 100%;
    left: 20%;
    border: 2px solid red;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #747794 transparent transparent;
    border-width: 10px;
    margin-left: -10px
}

.bowman-profile-hover .profile-hover-content img {
    position: relative;
    height: 140px;
    display: block;
    float: left;
    margin-right: 1em
}

.bowman-profile-hover .profile-hover-prompt::after {
    content: '';
    position: absolute;
    width: 360px;
    height: 20px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (hover: hover) and (pointer: fine) {
    .bowman-profile-hover:hover .profile-hover-prompt::after {
        pointer-events: auto !important
    }

    .bowman-profile-hover:hover .profile-hover-content {
        pointer-events: auto !important;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
        transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
        opacity: 1;
        font-size: 18px
    }
}

.bowman-profile-hover .profile-hover-text {
    font-size: 14px;
    line-height: 24px;
    display: block;
    color: #fff
}

.readcommentclose,
.comment-canvas {
    cursor: pointer;
    display: none
}

.readcommentopen {
    cursor: pointer
}

.feed-reaction-zone {
    display: flex !important;
    justify-content: space-between !important
}

.notifications-thread {
    display: flex !important;
    justify-content: space-between !important
}

.feed-reaction-zone a {
    cursor: pointer
}

.emoji-wysiwyg-editor {
    height: auto !important
}

.emoji-picker-icon {
    color: #747794 !important
}

@media screen and (max-width: 600px) {
    .bowman-user-name {
        font-size: 7px !important
    }

    .bowman-feed-time {
        font-size: 7px !important
    }

    .profile-hover-box {
        display: none !important
    }

    .feed-user-type {
        margin-left: 40px !important;
        margin-top: -5px !important
    }

    .feed-user-slug {
        margin-top: -10px !important;
        margin-left: 40px !important;
        margin-bottom: 0 !important
    }

    .bowman-profile-hover {
        font-size: 11px !important
    }

    .feed-dp-img {
        height: 25px !important
    }

    .bowman-flex {
        display: flex !important;
        justify-content: space-between !important
    }

    .bowman-profile-hover .profile-hover-prompt {
        padding: 0
    }
}

.bowman-footer-icon {
    font-size: 24px
}

.bowman-header-icon {
    font-size: 20px
}

.bowman-sidebar-icon {
    font-size: 18px
}

.mobile-text-hide {
    font-size: 18px
}

.bowman-flex {
    display: flex !important;
    justify-content: space-between !important
}

.bowman-stat-icon {
    top: 5px !important;
    right: 15px !important;
    font-size: 40px !important;
    opacity: .2 !important
}

.bowman-reports-img {
    height: 200px;
    object-fit: contain;
    width: 100%
}

.bowman-stat-title {
    font-size: 16px !important
}

.bowman-round {
    border-radius: 12px !important
}

.bowman-bold {
    font-weight: 700 !important
}

.bowman-pointer {
    cursor: pointer !important
}

button.dt-button,
div.dt-button,
a.dt-button,
input.dt-button {
    background: linear-gradient(to bottom, #7DB7C9 0%, #2578C3 100%) !important;
    color: #ffff !important;
    font-weight: 700 !important;
    border-radius: 30px !important
}

.user-profile {
    padding-bottom: 30px
}

.bowman-profile-img {
    width: 200px;
    height: 200px
}

.bowman-profile-header-bg img {
    width: 100%;
    height: 200px;
    object-fit: cover
}

.profile-info-left {
    position: relative;
    top: -92px
}

.profile-info-left img.avatar {
    border: 2px solid #fff
}

.profile-info-left h2 {
    font-family: "josefinslab-semibold";
    margin-bottom: 30px
}

.profile-info-left .section {
    margin-top: 50px
}

.profile-info-left .section h3 {
    font-size: 1.1em;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px
}

.profile-info-left ul.list-social>li {
    line-height: 2.3
}

.profile-info-left ul.list-social>li i {
    display: inline-block;
    vertical-align: middle;
    vertical-align: auto;
    zoom: 1;
    display: inline;
    position: relative;
    top: 1px;
    font-size: 16px;
    min-width: 16px;
    line-height: 1
}

.profile-info-left ul.list-social>li a {
    color: #696565
}

.profile-info-right .tab-content {
    padding: 30px 0;
    background-color: transparent
}

@media screen and (max-width: 768px) {
    .profile-info-right {
        position: relative;
        top: -70px
    }
}

.user-follower,
.user-following {
    position: relative;
    margin-bottom: 40px
}

.user-follower img,
.user-following img {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 40px
}

.user-follower a,
.user-following a {
    font-size: 1.1em;
    line-height: 1
}

.user-follower .username,
.user-following .username {
    font-size: .9em;
    line-height: 1.5
}

.user-follower .btn,
.user-following .btn {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 92px
}

.btn-toggle-following {
    background-color: #7bae16;
    color: #fff
}

.btn-toggle-following:hover {
    background-color: #ef2020;
    color: #fff
}

.btn-toggle-following:hover span {
    display: none
}

.btn-toggle-following:hover:after {
    content: 'Unfollow';
    display: inline
}

.btn-toggle-following:hover i:before {
    content: '\f129'
}

.list-icons-demo li {
    margin-bottom: 20px;
    text-align: center
}

.list-icons-demo li i {
    font-size: 24px
}

.list-icons-demo2 li {
    margin-bottom: 10px
}

.activity-item {
    overflow: visible;
    position: relative;
    margin: 15px 0;
    border-top: 1px dashed #ccc;
    padding-top: 15px
}

.activity-item:first-child {
    border-top: none
}

.activity-item .avatar {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 32px
}

.activity-item>i {
    font-size: 18px;
    line-height: 1
}

.activity-item .media-body {
    position: relative
}

.activity-item .activity-title {
    margin-bottom: 0;
    line-height: 1.3
}

.activity-item .activity-attachment {
    padding-top: 20px
}

.activity-item .well {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-left: 2px solid #cfcfcf;
    background: #fff;
    margin-left: 20px;
    font-size: .85em
}

.activity-item .thumbnail {
    display: inline;
    border: none;
    padding: 0
}

.activity-item .thumbnail img {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: auto;
    margin: 0
}

.activity-item .activity-actions {
    position: absolute;
    top: 15px;
    right: 0
}

.activity-item .activity-actions .btn i {
    margin: 0
}

.activity-item .activity-actions .dropdown-menu>li>a {
    font-size: .9em;
    padding: 3px 10px
}

.activity-item+.btn {
    margin-bottom: 15px
}

@media screen and (max-width: 600px) {

    .profile-user-name,
    .profile-edit-btn {
        font-size: 12px !important
    }

    .bowman-profile-image {
        height: 50px
    }
}

@media screen and (max-width: 600px) {
    .bowman-mobile-hide {
        display: none !important
    }
}