html.hc-nav-yscroll {
    overflow-y: scroll
}

body.hc-nav-open {
    overflow: visible;
    position: fixed;
    width: 100%;
    min-height: 100%
}

body {
    font-family: 'Open Sans', sans-serif !important;
    padding: 0 15px 90px;
    overflow-x: hidden;
    position: relative;
    clear: both
}

body:after,
body:before {
    content: '';
    display: table;
    clear: both
}

* {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none !important
}

.clearfix {
    clear: both
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table;
    clear: both
}

img {
    max-width: 100%
}

.table>tbody>tr>td {
    font-weight: 500;
    color: #414141;
    font-size: 13px;
    text-align: left
}

#container {
    padding: 5px 0;
    background: #25455d
}

.hc-offcanvas-nav {
    visibility: hidden;
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;
    text-align: left
}

.hc-offcanvas-nav.is-ios * {
    cursor: pointer !important
}

.hc-offcanvas-nav .nav-container {
    position: fixed;
    z-index: 9998;
    top: 0;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    transition: transform .4s ease
}

.hc-offcanvas-nav .nav-wrapper {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.hc-offcanvas-nav .nav-content {
    height: 100%
}

.hc-offcanvas-nav .nav-wrapper-0>.nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box
}

.hc-offcanvas-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.hc-offcanvas-nav li {
    position: relative;
    display: block
}

.hc-offcanvas-nav li.level-open>.nav-wrapper {
    visibility: visible
}

.hc-offcanvas-nav li:not(.custom-content) a {
    position: relative;
    display: block;
    box-sizing: border-box;
    cursor: pointer
}

.hc-offcanvas-nav li:not(.custom-content) a[disabled] {
    cursor: not-allowed
}

.hc-offcanvas-nav li:not(.custom-content) a,
.hc-offcanvas-nav li:not(.custom-content) a:hover {
    text-decoration: none
}

.hc-offcanvas-nav input[type=checkbox] {
    display: none
}

.hc-offcanvas-nav label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer
}

.hc-offcanvas-nav .nav-item-wrapper {
    position: relative;
    height: 100%
}

.hc-offcanvas-nav .nav-item-link {
    position: relative;
    display: block;
    box-sizing: border-box
}

.hc-offcanvas-nav:not(.user-is-tabbing) .nav-close-button:focus,
.hc-offcanvas-nav:not(.user-is-tabbing) .nav-item-wrapper a:focus {
    outline: 0
}

.hc-offcanvas-nav .nav-back:focus,
.hc-offcanvas-nav .nav-close:focus,
.hc-offcanvas-nav .nav-next:focus {
    z-index: 10
}

.hc-offcanvas-nav .nav-wrapper::after,
.hc-offcanvas-nav.disable-body::after {
    content: '';
    z-index: 9990;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease .4s, opacity .4s ease
}

.hc-offcanvas-nav.disable-body::after {
    position: fixed
}

.hc-offcanvas-nav .nav-wrapper::after {
    position: absolute
}

.hc-offcanvas-nav .sub-level-open::after,
.hc-offcanvas-nav.disable-body.nav-open::after {
    visibility: visible;
    opacity: 1;
    transition-delay: .05s
}

.hc-offcanvas-nav:not(.nav-open)::after {
    pointer-events: none
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
    display: none
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 {
    max-height: 100vh
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0>.nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
    max-height: 100vh
}

.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
    min-width: 0;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    transition: height 0s ease .4s
}

.hc-offcanvas-nav.nav-levels-expand .level-open>.nav-wrapper {
    max-height: none;
    overflow: visible;
    visibility: visible
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
    max-height: 100vh
}

.hc-offcanvas-nav.nav-levels-overlap .nav-wrapper {
    max-height: 100vh
}

.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
    position: absolute;
    z-index: 9999;
    top: 0;
    height: 100%;
    visibility: hidden;
    transition: visibility 0s ease .4s, transform .4s ease
}

.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
    position: static
}

.hc-offcanvas-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: transform .4s ease
}

.hc-offcanvas-nav.nav-position-left {
    left: 0
}

.hc-offcanvas-nav.nav-position-left .nav-container {
    left: 0
}

.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(-100%, 0, 0)
}

.hc-offcanvas-nav.nav-position-right {
    right: 0
}

.hc-offcanvas-nav.nav-position-right .nav-container {
    right: 0
}

.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
    right: 0;
    transform: translate3d(100%, 0, 0)
}

.hc-offcanvas-nav.nav-position-top {
    top: 0
}

.hc-offcanvas-nav.nav-position-top .nav-container {
    top: 0;
    width: 100%
}

.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(0, -100%, 0)
}

.hc-offcanvas-nav.nav-position-bottom {
    top: auto;
    bottom: 0
}

.hc-offcanvas-nav.nav-position-bottom .nav-container {
    top: auto;
    bottom: 0;
    width: 100%
}

.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(0, 100%, 0)
}

.hc-offcanvas-nav.nav-open[class*=hc-nav-] div.nav-container {
    transform: translate3d(0, 0, 0)
}

.hc-offcanvas-nav.rtl {
    text-align: right;
    direction: rtl
}

body.theme-default .hc-offcanvas-nav {
    font-family: sans-serif
}

body.theme-default .hc-offcanvas-nav .nav-wrapper::after,
body.theme-default .hc-offcanvas-nav::after {
    background: rgba(0, 0, 0, .3)
}

body.theme-default .hc-offcanvas-nav .nav-container,
body.theme-default .hc-offcanvas-nav .nav-wrapper,
body.theme-default .hc-offcanvas-nav ul {
    background: #25455d
}

body.theme-default .hc-offcanvas-nav .nav-content>h2,
body.theme-default .hc-offcanvas-nav .nav-content>h3,
body.theme-default .hc-offcanvas-nav .nav-content>h4,
body.theme-default .hc-offcanvas-nav .nav-content>h5,
body.theme-default .hc-offcanvas-nav .nav-content>h6 {
    font-size: 19px;
    font-weight: 400;
    padding: 15px 17px;
    color: #1b3958;
    margin: 0
}

body.theme-default .hc-offcanvas-nav .nav-content>h2:not(.nav-title):not(.level-title),
body.theme-default .hc-offcanvas-nav .nav-content>h3:not(.nav-title):not(.level-title),
body.theme-default .hc-offcanvas-nav .nav-content>h4:not(.nav-title):not(.level-title),
body.theme-default .hc-offcanvas-nav .nav-content>h5:not(.nav-title):not(.level-title),
body.theme-default .hc-offcanvas-nav .nav-content>h6:not(.nav-title):not(.level-title) {
    font-size: 16px;
    padding: 15px 17px;
    background: #336ca6
}

body.theme-default .hc-offcanvas-nav .nav-back a,
body.theme-default .hc-offcanvas-nav .nav-item-link,
body.theme-default .hc-offcanvas-nav li.nav-close a {
    padding: 10px 5px;
    font-size: 16px;
    color: #fff;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    border-top: 1px solid #132431;
    transition: background .1s ease
}

body.theme-default .hc-offcanvas-nav .nav-back a:focus,
body.theme-default .hc-offcanvas-nav .nav-back a:focus-within,
body.theme-default .hc-offcanvas-nav .nav-item-link:focus,
body.theme-default .hc-offcanvas-nav .nav-item-link:focus-within,
body.theme-default .hc-offcanvas-nav li.nav-close a:focus,
body.theme-default .hc-offcanvas-nav li.nav-close a:focus-within {
    z-index: 10
}

body.theme-default .hc-offcanvas-nav .nav-back a[disabled],
body.theme-default .hc-offcanvas-nav .nav-item-link[disabled],
body.theme-default .hc-offcanvas-nav li.nav-close a[disabled] {
    color: rgba(255, 255, 255, .5)
}

body.theme-default .hc-offcanvas-nav div.nav-back+ul>li:first-child>.nav-item-wrapper>.nav-item-link {
    border-top: none !important
}

body.theme-default .hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
    background: #31679e
}

body.theme-default .hc-offcanvas-nav .nav-custom-content {
    padding: 14px 17px;
    font-size: 14px;
    border-bottom: 1px solid #2c5d8f
}

body.theme-default .hc-offcanvas-nav .nav-highlight {
    background: #2e6296
}

body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link {
    border-top: 1px solid #132431
}

body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link+a {
    border-top: 1px solid #2c5d8f
}

body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>ul:not(:last-child) {
    border-bottom: 2px solid #2c5d8f
}

body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h2,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h3,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h4,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h5,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h6 {
    margin-top: -2px
}

body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>h2+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>h3+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>h4+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>h5+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>h6+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link {
    border-top: 1px solid #2c5d8f
}

body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h2,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h3,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h4,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h5,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h6,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h2,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h3,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h4,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h5,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h6,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h2,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h3,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h4,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h5,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h6 {
    border-top: 1px solid #2c5d8f
}

body.theme-default .hc-offcanvas-nav li {
    color: #fff
}

body.theme-default .hc-offcanvas-nav li.nav-parent .nav-item-link:last-child {
    padding-right: 30px
}

body.theme-default .hc-offcanvas-nav li.nav-parent .nav-item-link:not(:last-child) {
    margin-right: 45px
}

body.theme-default .hc-offcanvas-nav .nav-back span,
body.theme-default .hc-offcanvas-nav .nav-close-button span,
body.theme-default .hc-offcanvas-nav .nav-parent .nav-next {
    width: 45px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    transition: background .1s ease
}

body.theme-default .hc-offcanvas-nav .nav-close-button {
    position: relative;
    display: block
}

#container .dropdown {
    text-align: right;
    margin: 0;
    float: right
}

.user_login_details span {
    color: #fff;
    margin-right: 5px;
    display: inline-block;
    font-size: 18px;
    line-height: 100%;
    vertical-align: middle
}

#container button {
    outline: 0
}

#container .open>.dropdown-menu {
    left: auto;
    right: 0
}

#container .dropdown img {
    max-width: 40px;
    height: 40px;
    border-radius: 100%;
    object-fit: cover;
    border: 2px solid #fff
}

.hc-nav-trigger.hc-nav-1 span {
    display: block;
    position: relative
}

body.theme-default .hc-offcanvas-nav .nav-content>.nav-close {
    z-index: 999;
    position: absolute;
    right: -60px;
    left: auto;
    width: 60px;
    height: 50px
}

body.theme-default .hc-offcanvas-nav .nav-content>.nav-close a {
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
    text-decoration: none;
    box-sizing: border-box
}

body.theme-default .hc-offcanvas-nav .nav-content>.nav-close a:not(.has-label) {
    height: 50px
}

body.theme-default .hc-offcanvas-nav .nav-content>.nav-close a.has-label {
    padding: 14px 17px;
    border-top: 1px solid #2c5d8f
}

body.theme-default .hc-offcanvas-nav .nav-content>.nav-close a:hover {
    border: none;
    background: radial-gradient(farthest-corner at top right, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0))
}

body.theme-default .hc-offcanvas-nav .nav-content>.nav-close.has-label+ul {
    margin-top: -1px
}

body.theme-default .hc-offcanvas-nav:not(.nav-close-button-empty) .nav-content>.nav-close {
    margin-bottom: -1px
}

body.theme-default .hc-offcanvas-nav .nav-title+.nav-close a:not(.has-label) {
    position: absolute;
    width: 45px;
    height: 66px;
    line-height: 66px;
    top: -66px;
    right: 0
}

body.theme-default .hc-offcanvas-nav.nav-close-button-empty .nav-title {
    padding-right: 30px;
    padding-left: 5px;
    color: #fff
}

body.theme-default .hc-offcanvas-nav li.nav-close a:not(.has-label) {
    height: 49px
}

body.theme-default .hc-offcanvas-nav .nav-back a,
body.theme-default .hc-offcanvas-nav .nav-content>.nav-close:first-child a,
body.theme-default .hc-offcanvas-nav .nav-title+.nav-close a.has-label,
body.theme-default .hc-offcanvas-nav li.nav-close a {
    background: #2f649a;
    border-top: 1px solid #2b5a8b
}

body.theme-default .hc-offcanvas-nav .nav-back a:hover,
body.theme-default .hc-offcanvas-nav .nav-content>.nav-close:first-child a:hover,
body.theme-default .hc-offcanvas-nav .nav-title+.nav-close a.has-label:hover,
body.theme-default .hc-offcanvas-nav li.nav-close a:hover {
    background: #2e6195
}

body.theme-default .hc-offcanvas-nav li.nav-back:not(:first-child) a,
body.theme-default .hc-offcanvas-nav li.nav-close:not(:first-child) a {
    margin-top: -1px
}

body.theme-default .hc-offcanvas-nav a.nav-next {
    border-left: 1px solid #2c5d8f;
    border-bottom: 1px solid #2c5d8f
}

body.theme-default .hc-offcanvas-nav .nav-back span::before,
body.theme-default .hc-offcanvas-nav .nav-next span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -2px;
    box-sizing: border-box;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform-origin: center
}

body.theme-default .hc-offcanvas-nav .nav-next span {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

body.theme-default .hc-offcanvas-nav .nav-next span::before {
    transform: translate(-50%, -50%) rotate(135deg)
}

body.theme-default .hc-offcanvas-nav .nav-back span::before {
    margin-left: 2px;
    transform: translate(-50%, -50%) rotate(-45deg)
}

body.theme-default .hc-offcanvas-nav.nav-position-right .nav-next span::before {
    margin-left: 2px;
    transform: translate(-50%, -50%) rotate(-45deg)
}

body.theme-default .hc-offcanvas-nav.nav-position-right .nav-back span::before {
    margin-left: -2px;
    transform: translate(-50%, -50%) rotate(135deg)
}

body.theme-default .hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

body.theme-default .hc-offcanvas-nav.nav-position-top .nav-next span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg)
}

body.theme-default .hc-offcanvas-nav.nav-position-top .nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(45deg)
}

body.theme-default .hc-offcanvas-nav.nav-position-bottom .nav-next span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(45deg)
}

body.theme-default .hc-offcanvas-nav.nav-position-bottom .nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg)
}

body.theme-default .hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper,
body.theme-default .hc-offcanvas-nav.nav-levels-none ul .nav-wrapper {
    box-shadow: none;
    background: 0 0
}

body.theme-default .hc-offcanvas-nav.nav-levels-expand li.level-open,
body.theme-default .hc-offcanvas-nav.nav-levels-none li.level-open {
    background: #2e6296
}

body.theme-default .hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>a,
body.theme-default .hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>a {
    border-bottom: 1px solid #295887
}

body.theme-default .hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>a:hover,
body.theme-default .hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>a:hover {
    background: #2f649a
}

body.theme-default .hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>.nav-next span::before,
body.theme-default .hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>a>.nav-next span::before,
body.theme-default .hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>.nav-next span::before,
body.theme-default .hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>a>.nav-next span::before {
    margin-top: -2px;
    transform: translate(-50%, -50%) rotate(-135deg)
}

body.theme-default .hc-offcanvas-nav.nav-levels-expand .nav-wrapper-1 .nav-item-link,
body.theme-default .hc-offcanvas-nav.nav-levels-none .nav-wrapper-1 .nav-item-link {
    padding-left: calc(17px + 20px * 1)
}

body.theme-default .hc-offcanvas-nav.nav-levels-expand .nav-wrapper-2 .nav-item-link,
body.theme-default .hc-offcanvas-nav.nav-levels-none .nav-wrapper-2 .nav-item-link {
    padding-left: calc(17px + 20px * 2)
}

body.theme-default .hc-offcanvas-nav.nav-levels-expand .nav-wrapper-3 .nav-item-link,
body.theme-default .hc-offcanvas-nav.nav-levels-none .nav-wrapper-3 .nav-item-link {
    padding-left: calc(17px + 20px * 3)
}

body.theme-default .hc-offcanvas-nav.nav-levels-expand .nav-wrapper-4 .nav-item-link,
body.theme-default .hc-offcanvas-nav.nav-levels-none .nav-wrapper-4 .nav-item-link {
    padding-left: calc(17px + 20px * 4)
}

body.theme-default .hc-offcanvas-nav.nav-levels-expand .nav-wrapper-5 .nav-item-link,
body.theme-default .hc-offcanvas-nav.nav-levels-none .nav-wrapper-5 .nav-item-link {
    padding-left: calc(17px + 20px * 5)
}

body.theme-default .hc-offcanvas-nav.rtl a.nav-next {
    border-left: none;
    border-right: 1px solid #2c5d8f
}

body.theme-default .hc-offcanvas-nav.rtl .nav-back span,
body.theme-default .hc-offcanvas-nav.rtl .nav-close-button span,
body.theme-default .hc-offcanvas-nav.rtl .nav-next,
body.theme-default .hc-offcanvas-nav.rtl .nav-title+.nav-close a:not(.has-label) {
    left: 0;
    right: auto
}

body.theme-default .hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:last-child {
    padding-left: 58px;
    padding-right: 17px
}

body.theme-default .hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:not(:last-child) {
    margin-left: 45px;
    margin-right: 0
}

body.theme-default .hc-offcanvas-nav.rtl .nav-wrapper-1 li.nav-item .nav-item-link {
    padding-right: calc(17px + 20px * 1)
}

body.theme-default .hc-offcanvas-nav.rtl .nav-wrapper-2 li.nav-item .nav-item-link {
    padding-right: calc(17px + 20px * 2)
}

body.theme-default .hc-offcanvas-nav.rtl .nav-wrapper-3 li.nav-item .nav-item-link {
    padding-right: calc(17px + 20px * 3)
}

body.theme-default .hc-offcanvas-nav.rtl .nav-wrapper-4 li.nav-item .nav-item-link {
    padding-right: calc(17px + 20px * 4)
}

body.theme-default .hc-offcanvas-nav.rtl .nav-wrapper-5 li.nav-item .nav-item-link {
    padding-right: calc(17px + 20px * 5)
}

a,
body,
div,
header,
html,
li,
span,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

html {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

em {
    font-style: italic
}

strong {
    font-weight: 600
}

ol,
ul {
    list-style: none
}

.cf::after,
.cf::before {
    content: '';
    display: block;
    height: 0;
    overflow: hidden
}

.cf::after {
    clear: both
}

body.theme-default {
    padding: 0
}

#main-nav {
    display: none
}

header {
    position: relative
}

header .toggle:hover span i {
    color: #f9f9f9
}

header .toggle i {
    font-size: 25px;
    display: block;
    line-height: 100%;
    opacity: 1;
    color: #fff
}

.hc-offcanvas-nav .nav-wrapper-0>.nav-content {
    padding-bottom: 0
}

.hc-offcanvas-nav h2~ul>li.search .nav-custom-content {
    padding-top: 0
}

.hc-offcanvas-nav.rtl .nav-item-link::before {
    margin-left: 15px;
    margin-right: 0 !important
}

.hc-offcanvas-nav.rtl .nav-item.collections>.nav-item-wrapper .nav-item-link span {
    float: left
}

.hc-offcanvas-nav li .custom-message {
    font-size: 12px
}

.hc-offcanvas-nav li .custom-message a {
    color: #fff;
    font-size: 13px
}

.hc-offcanvas-nav li .custom-message a:hover {
    text-decoration: none
}

.hc-offcanvas-nav li.add>.nav-item-wrapper a::before {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 23px;
    vertical-align: top;
    speak: never;
    content: 'add'
}

.hc-offcanvas-nav li.new>.nav-item-wrapper .nav-item-link::before {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 23px;
    vertical-align: top;
    speak: never;
    content: 'fiber_new'
}

.hc-offcanvas-nav li.cryptocurrency>.nav-item-wrapper .nav-item-link::before {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 23px;
    vertical-align: top;
    speak: never;
    content: 'local_atm'
}

.hc-offcanvas-nav li.devices>.nav-item-wrapper .nav-item-link::before {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 23px;
    vertical-align: top;
    speak: never;
    content: 'devices'
}

.hc-offcanvas-nav li.mobile>.nav-item-wrapper .nav-item-link::before {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 23px;
    vertical-align: top;
    speak: never;
    content: 'phone_android'
}

.hc-offcanvas-nav li.television>.nav-item-wrapper .nav-item-link::before {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 23px;
    vertical-align: top;
    speak: never;
    content: 'desktop_windows'
}

.hc-offcanvas-nav li.camera>.nav-item-wrapper .nav-item-link::before {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 23px;
    vertical-align: top;
    speak: never;
    content: 'camera_alt'
}

.hc-offcanvas-nav li.magazines>.nav-item-wrapper .nav-item-link::before {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 23px;
    vertical-align: top;
    speak: never;
    content: 'import_contacts'
}

.hc-offcanvas-nav li.store>.nav-item-wrapper .nav-item-link::before {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 23px;
    vertical-align: top;
    speak: never;
    content: 'store'
}

.hc-offcanvas-nav li.collections>.nav-item-wrapper .nav-item-link span {
    font-size: 70%;
    line-height: 15px;
    height: 15px;
    padding: 0 4px;
    float: right;
    background: #ff635a;
    border-radius: 2px;
    margin-top: 2px
}

.hc-offcanvas-nav li.collections>.nav-item-wrapper .nav-item-link::before {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 23px;
    vertical-align: top;
    speak: never;
    content: 'collections'
}

.hc-offcanvas-nav li.nolink>.nav-item-wrapper .nav-item-link::before {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 23px;
    vertical-align: top;
    speak: never;
    content: 'format_clear'
}

.hc-offcanvas-nav li.disabled>.nav-item-wrapper .nav-item-link::before {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 23px;
    vertical-align: top;
    speak: never;
    content: 'block'
}

.hc-offcanvas-nav.nav-position-bottom ul.bottom-nav,
.hc-offcanvas-nav.nav-position-top ul.bottom-nav {
    position: relative;
    border-top: none
}

.hc-offcanvas-nav.nav-position-bottom .nav-wrapper-0>.nav-content,
.hc-offcanvas-nav.nav-position-top .nav-wrapper-0>.nav-content {
    padding-bottom: 0
}

.hc-offcanvas-nav ul.bottom-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.hc-offcanvas-nav ul.bottom-nav li {
    flex: auto
}

.hc-offcanvas-nav ul.bottom-nav li a {
    padding: 10px;
    text-align: center;
    height: 100%;
    border-bottom: none
}

.hc-offcanvas-nav ul.bottom-nav li svg {
    fill: #fff;
    display: inline-block;
    vertical-align: middle
}

.hc-offcanvas-nav ul.bottom-nav li.github svg {
    width: 17px;
    height: 17px
}

.hc-offcanvas-nav ul.bottom-nav li.ko-fi svg {
    width: 21px;
    height: 21px
}

.hc-offcanvas-nav ul.bottom-nav li.email svg {
    width: 19px;
    height: 19px
}

body.theme-default .hc-offcanvas-nav .second-nav {
    border-bottom: none !important
}

body.theme-default .hc-offcanvas-nav .nav-close-button span::before {
    margin-left: -26px;
    transform: rotate(135deg)
}

body.theme-default .hc-offcanvas-nav .nav-close-button span::after,
body.theme-default .hc-offcanvas-nav .nav-close-button span::before {
    content: '';
    position: absolute;
    top: 42%;
    left: 50%;
    width: 36%;
    height: 33%;
    margin-top: -3px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff
}

body.theme-default .hc-offcanvas-nav .nav-close-button span::after {
    transform: rotate(-45deg);
    margin-left: -5px
}

.logo_column a {
    display: inline-block !important;
    vertical-align: middle
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content::-webkit-scrollbar {
    width: 8px
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

body.theme-default .hc-offcanvas-nav .nav-content>h2 {
    color: #fff;
    padding-left: 5px;
    font-size: 14px
}

ul[aria-level="1"]>li:nth-child(1) {
    background: #3e979b
}

ul[aria-level="1"]>li:nth-child(9) {
    background-color: #a4adff
}

ul[aria-level="1"]>li:nth-child(8) {
    background-color: #ef7694
}

ul[aria-level="1"]>li:nth-child(7) {
    background-color: #a56427
}

ul[aria-level="1"]>li:nth-child(6) {
    background-color: #3e979b
}

ul[aria-level="1"]>li:nth-child(5) {
    background-color: #c97694
}

ul[aria-level="1"]>li:nth-child(4) {
    background-color: #f78055
}

ul[aria-level="1"]>li:nth-child(3) {
    background-color: #f3c14e
}

ul[aria-level="1"]>li:nth-child(2) {
    background-color: #6db464
}

ul[aria-level="1"]>li:nth-child(1) {
    background: #3e979b
}

ul[aria-level="1"] {
    display: flex;
    flex-direction: column;
    height: 100%
}

ul[aria-level="1"]>li {
    flex: 1
}

ul[aria-level="1"]>li a {
    height: 100%;
    display: flex !important;
    align-items: center
}

.logo a {
    display: table;
    margin: auto
}

.logo img {
    margin: auto;
    display: block;
    max-width: 258px
}

.align_item {
    display: flex;
    align-items: center
}

footer img {
    max-width: 160px;
    background-color: #fff;
    padding: 8px;
    border-radius: 100px
}

.main_title h4 {
    font-size: 1.7em;
    text-transform: capitalize;
    margin: 0;
    font-weight: 600
}

.main_title {
    padding: 0 0 15px
}

.mb-30 {
    margin-bottom: 30px
}

.card-body {
    padding: 3rem
}

.card {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 8px 0 #dddddd91;
    border-radius: 4px
}

.card-body h3 {
    font-size: 1.2em;
    margin-top: 0
}

.align-self-center {
    align-self: center !important
}

.text-end {
    text-align: right !important
}

.text-muted {
    color: #a1aab2 !important
}

.fw-light {
    font-weight: 300 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.h2,
h2 {
    font-size: calc(1.275rem + .3vw)
}

.text-muted {
    color: #a1aab2 !important
}

.h6,
h6 {
    font-size: .875rem
}

.card-body .progress {
    width: 90px;
    height: 90px;
    fill: transparent;
    background: 0 0 !important;
    margin: 0;
    box-shadow: none
}

.progress .fill,
.progress .track {
    fill: rgb(255 255 255 / 0%);
    stroke-width: 6px;
    transform: rotate(90deg) translate(0, -80px)
}

.progress .track {
    stroke: rgb(56 71 83 / 3%)
}

.progress .fill {
    stroke: #fff;
    stroke-dasharray: 219.99078369140625;
    stroke-dashoffset: -219.99078369140625;
    transition: stroke-dashoffset 1s
}

.progress.blue .fill {
    stroke: #68d6c6
}

.radial_color .width-full-595:nth-child(4n+1) .fill {
    stroke: rgb(109 180 100)
}

.radial_color .width-full-595:nth-child(4n+2) .fill {
    stroke: rgb(243 193 78)
}

.radial_color .width-full-595:nth-child(4n+3) .fill {
    stroke: rgb(247 128 85)
}

.radial_color .width-full-595:nth-child(4n+4) .fill {
    stroke: #68d6c6
}

.progress .text,
.progress .value {
    font-family: 'Open Sans';
    fill: rgb(0 0 0);
    text-anchor: middle
}

.progress .text {
    font-size: 12px
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default
}

#day_wise,
#subject_wise {
    width: 100%;
    height: 350px
}

.box_effect {
    background-color: #fff;
    box-shadow: 0 0 8px 0 #dddddd91;
    border-radius: 4px
}

[aria-label*=Class] g text {
    transform: rotate(90deg) translate(30px, -20px)
}

g[filter] {
    display: none
}

.main_title {
    border-radius: 2px 2px 0 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .2);
    padding: 15px;
    color: #3a405b;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    min-height: 40px
}

.column_layout {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #fff8e2;
    box-shadow: -8px 12px 18px 0 #dadee8
}

.column_pb {
    padding-bottom: 20px
}

.border_1 {
    border: 1px solid rgb(242 255 253)
}

.border_2 {
    border: 1px solid rgb(252 236 255)
}

.border_3 {
    border: 1px solid rgb(234 236 255)
}

.border_4 {
    border: 1px solid rgb(255 248 229)
}

.border_5 {
    border: 1px solid #ddf
}

.border_6 {
    border: 1px solid #ffefef
}

.border_7 {
    border: 1px solid #e8ffeb
}

.border_8 {
    border: 1px solid #fbe9e7
}

.border_9 {
    border: 1px solid #e1bee7
}

.border_10 {
    border: 1px solid #fff9c4
}

.border_11 {
    border: 1px solid #fdd
}

span#eventListToggler {
    transform: rotate(90deg) !important;
    right: 10px
}

.list-group-item-child {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.list-group-item h5 {
    font-size: 1.0em;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 150%;
}

.list-group-item h6 {
    font-size: 14px;
    margin-top: 6px;
}

.list-group-item:after,
.list-group-item:before {
    content: '';
    clear: both;
    display: block
}

.list-group-item {
    border: 1px solid #ddd;
    border-radius: 8px !important;
    margin-bottom: 10px !important;
    -webkit-box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
    box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    -moz-transition: all .25s ease
}

.list-group-item:last-child {
    margin-bottom: 0
}

.list-group {
    margin: 20px 0 20px !important;
    padding: 0 15px !important
}

.birthday_column a:hover,
.media:hover,
li.list-group-item:hover {
    -webkit-transform: translateY(-4px) scale(1.02);
    -moz-transform: translateY(-4px) scale(1.02);
    -ms-transform: translateY(-4px) scale(1.02);
    -o-transform: translateY(-4px) scale(1.02);
    transform: translateY(-4px) scale(1.02);
    -webkit-box-shadow: 0 14px 24px rgb(0 0 0 / 20%);
    box-shadow: 0 14px 24px rgb(0 0 0 / 20%)
}

.close_btn {
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    background-color: #3b728a;
    color: #fff;
    width: 60px;
    height: 45px;
    text-align: center;
    padding: 8px 0;
    font-size: 24px;
    font-weight: 700
}

.list-group-item a:after,
.list-group-item a:before {
    content: '';
    display: block;
    clear: both
}

.list-group-item a {
    display: block
}

::-webkit-scrollbar {
    width: 7px
}

::-webkit-scrollbar-thumb {
    background-color: #848484
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

.list-group-item a {
    color: #000;
    display: flex;
    align-items: center
}

.notification {
    padding: 20px 15px
}

.media {
    padding: 2rem;
    border-radius: 10px;
    display: block;
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
    box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    -moz-transition: all .25s ease
}

.media h4 {
    margin: 0;
    font-weight: 600;
    font-size: 1.7em;
    color: #000
}

.media div {
    margin-left: 30px;
    padding-left: 15px;
    border-radius: .25rem
}

.media p,
.media span {
    color: #7e8299;
    display: block;
    font-size: 1.3em;
    margin: 0
}

.media span {
    color: #000;
    text-transform: capitalize
}

.media:nth-child(5n+1) div {
    border-left: 5px solid #007dfb
}

.media:nth-child(5n+2) div {
    border-left: 5px solid #04a08b
}

.media:nth-child(5n+3) div {
    border-left: 5px solid #00baff
}

.media:nth-child(5n+4) div {
    border-left: 5px solid #ff562f
}

.media:nth-child(5n+5) div {
    border-left: 5px solid #ff9920
}

.media .date {
    font-size: 13px;
    margin-top: 10px;
    color: #b1afaf
}

.events_column ul {
    text-align: right;
    margin: 0
}

.events_column ul li {
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 100px;
    color: #fff;
    margin-right: 5px;
    line-height: 100%
}

.events_column ul li:last-child {
    margin-right: 0
}

.holiday {
    background-color: #5ac7e0
}

.event {
    background-color: #f7be16
}

.birthday {
    background-color: #ff8d00
}

.ptm {
    background-color: #ff6a00
}

.sports {
    background-color: #c1531e
}

.notice_list {
    padding: 20px 15px
}

.birthday_column a {
    display: flex;
    align-items: flex-start;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
    box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    -moz-transition: all .25s ease;
    margin-bottom: 30px;
    border-radius: 8px;
    color: #000
}

.student_image {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    box-shadow: 0 0 0 3px #00bcd4
}

.student_details {
    position: relative;
    width: 87%;
    padding-left: 20px
}

.student_details h4 {
    font-weight: 600;
    font-size: 1.4em
}

.student_details span.date {
    float: right;
    position: absolute;
    right: 15px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px
}

.student_details span {
    display: block;
    font-size: 16px
}

.birthday_column:nth-child(5n+1) .student_image {
    box-shadow: 0 0 0 3px #ff7100
}

.birthday_column:nth-child(5n+2) .student_image {
    box-shadow: 0 0 0 3px #00bb20
}

.birthday_column:nth-child(5n+3) .student_image {
    box-shadow: 0 0 0 3px #5f97ff
}

.birthday_column:nth-child(5n+4) .student_image {
    box-shadow: 0 0 0 3px #ffbc00
}

.birthday_column:nth-child(5n+5) .student_image {
    box-shadow: 0 0 0 3px #d41414
}

.birthday_column a:hover {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
}

.timetable_image {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    float: left
}

.timetable_column table tbody tr td {
    vertical-align: middle !important;
    font-size: 18px;
    width: 110px;
    border: 1px solid #ddd;
    padding: 8px;
}

.timetable_column span {
    margin-top: 18px;
    font-size: 16px;
    padding-left: 10px
}

.timetable_column a i {
    color: #fff
}

.timetable_column tbody tr {
    transition: all .3s;
    cursor: pointer
}

.notification img {
    max-width: 80px
}

#dailywise {
    width: 100%;
    height: 400px
}

.fee_daywise .card-body h2 {
    font-size: 1.5em
}

.fee_daywise .card-body svg {
    margin: 10px 0
}

.fee_daywise .card-body h2,
.fee_daywise .card-body h3 {
    margin: 0;
    line-height: 100%;
    color: #000 !important
}

.fee_daywise .card-body {
    text-align: center;
    padding: 20px 0
}

.fee_daywise .card-body .progress {
    width: 130px;
    height: 130px
}

.hiddenRow {
    padding: 0 !important;
    border: none !important
}

.timetable_column table tbody tr td.text-success i {
    font-size: 21px;
    float: right;
    line-height: 120%;
    color: #81d4fa
}

.parent_view {
    padding: 20px 15px
}

.parent_view .input-group-btn a {
    color: #fff
}

.parent_view .col-xs-6:nth-child(2n+1) {
    clear: both
}

.text_large h5 {
    margin: 0;
    font-size: 2em
}

.totle_count {
    text-align: center
}

.totle_count h4 {
    border-radius: 60px;
    padding: 5px;
    color: #fff
}

.close_password {
    position: absolute;
    right: 0;
    top: 25px;
    left: auto;
    background-color: #3b728a;
    color: #fff;
    width: 27px;
    height: 33px;
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 700;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

@media(max-width:991px) {
    .col_mg_responsive {
        padding: 15px !important
    }

    h2 {
        font-size: 20px
    }
}

@media (max-width:595px) {
    .main_title h4 {
        font-size: 1.2em !important
    }

    .timetable_column table tbody tr td,
    .timetable_column table tbody tr td.text-success i {
        font-size: 14px
    }

    .notice_list,
    .notification,
    .parent_view,
    .timetable_column {
        height: 100% !important
    }

    .list-group {
        margin: 0 !important;
        padding: 0 !important
    }

    .media p,
    .media span {
        font-size: 1em
    }

    .notification img {
        max-width: 40px
    }

    .media div {
        margin-left: 15px
    }

    .media {
        padding: 1rem
    }

    .list-group .list-group-item h5 {
        font-size: 1em;
        line-height: 150%
    }

    .list-group .list-group-item {
        padding: 5px
    }

    .parent_view label {
        font-size: 14px !important
    }

    .parent_view .width-full-595 {
        padding: 0
    }

    .fee_daywise h3 {
        font-weight: 700
    }

    .student_details h4 {
        font-size: 1em
    }

    .student_details span {
        font-size: 14px
    }

    .birthday_column a {
        margin-bottom: 20px
    }

    .birthday_column:last-child a {
        margin-bottom: 0
    }

    .student_image {
        width: 60px;
        height: 60px
    }

    table tbody tr.calendar-body .calendar-day .day {
        padding: 11px;
        height: 40px;
        width: 40px;
        font-size: 14px
    }

    table tbody tr.calendar-header .calendar-header-day {
        padding: 10px 5px;
        font-size: 14px
    }

    .event-hide.sidebar-hide .calendar-inner {
        padding: 60px 0 0 !important
    }

    .calendar-sidebar>.month-list>.calendar-months>li {
        padding: 10px 20px;
        font-size: 14px
    }

    .events_column ul li {
        font-size: 14px;
        padding: 5px;
        margin-right: 14px
    }

    .calendar-sidebar>.month-list>.calendar-months>li {
        font-size: 14px !important
    }

    #dailywise,
    #day_wise,
    #subject_wise {
        width: 1350px
    }

    .card-body .progress {
        margin: auto;
        display: block
    }

    .radial_color h2 {
        font-size: 20px
    }

    .radial_color {
        text-align: center
    }

    .radial_color .card-body {
        padding: 1rem
    }

    .fee_daywise .card-body .progress {
        margin: 10px auto
    }

    .fee_daywise .card-body {
        margin-bottom: 20px
    }
}

.mb-20 {
    margin-bottom: 20px
}

.pd-zero {
    padding: 0 !important
}

footer {
    position: fixed;
    bottom: 0;
    z-index: 9;
    left: 0;
    right: 0;
    top: auto;
    padding: 8px;
    text-align: center;
    background-color: #25455d
}

footer p {
    margin: 0;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px
}

.footer-bottom {
    background-color: #e1e1e1b0;
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    padding: 15px;
    z-index: 999
}

.footer-bottom ul {
    padding: 0;
    margin: 0;
    text-align: center
}

.footer-bottom ul li {
    display: inline-block;
    margin: 0 10px
}

.footer-bottom ul li:first-child a {
    background-color: #018201
}

.footer-bottom ul li:last-child a {
    background-color: #e60000
}

.footer-bottom ul li a {
    font-size: 14px;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 40px;
    color: #fff
}

.text-muted {
    font-weight: 600;
}

.border_top_remove {
    border-top: none !important;
}

.remove_style {
    padding: 0 !important;
    border: none !important;
}

/*!
 * Evo Calendar - Simple and Modern-looking Event Calendar Plugin
 *
 * Licensed under the MIT License
 *
 * Version: 1.1.2
 * Author: Edlyn Villegas
 * Docs: https://edlynvillegas.github.com/evo-calendar
 * Repo: https://github.com/edlynvillegas/evo-calendar
 * Issues: https://github.com/edlynvillegas/evo-calendar/issues
 *
*/
.royal-navy .calendar-sidebar {
    background-color: #216583;
    -webkit-box-shadow: 5px 0 18px -3px #216583;
    box-shadow: 5px 0 18px -3px #216583
}

.royal-navy.sidebar-hide .calendar-sidebar {
    -webkit-box-shadow: none;
    box-shadow: none
}

::-webkit-scrollbar-thumb:hover {
    background: #fff7e1
}

.royal-navy .calendar-sidebar>.month-list>.calendar-months {
    padding: 0 15px 0 0
}

.royal-navy .calendar-sidebar>.month-list>.calendar-months>li {
    padding: 9px 30px;
    border-radius: 0 25px 25px 0
}

.royal-navy .calendar-sidebar>.month-list>.calendar-months>li:hover {
    background-color: rgba(0, 0, 0, .2)
}

.royal-navy .calendar-sidebar>.month-list>.calendar-months>li.active-month {
    background-color: rgba(0, 0, 0, .35)
}

.royal-navy .calendar-sidebar>span#sidebarToggler {
    width: 35px;
    height: 35px;
    top: 10px;
    right: 0;
    background-color: #f7be16;
    border-radius: 50%;
    padding: 6px;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    -webkit-box-shadow: 0 5px 10px -3px #f7be16;
    box-shadow: 0 5px 10px -3px #f7be16;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.royal-navy.sidebar-hide .calendar-sidebar>span#sidebarToggler {
    -webkit-transform: translate(calc(100% + 10px), 0);
    -ms-transform: translate(calc(100% + 10px), 0);
    transform: translate(calc(100% + 10px), 0)
}

.royal-navy button.icon-button>span.bars,
.royal-navy button.icon-button>span.bars::after,
.royal-navy button.icon-button>span.bars::before {
    height: 3px
}

.royal-navy button.icon-button>span.bars::before {
    top: -6px
}

.royal-navy button.icon-button>span.bars::after {
    bottom: -6px
}

.royal-navy .calendar-inner {
    color: #164255
}

.royal-navy th[colspan="7"] {
    color: #216583
}

.royal-navy th[colspan="7"]::after {
    background-color: rgba(33, 101, 131, .15)
}

.royal-navy tr.calendar-body .calendar-day .day:hover {
    background-color: rgba(48, 152, 197, .25);
    color: #164255
}

.royal-navy tr.calendar-body .calendar-day .day.calendar-active,
.royal-navy tr.calendar-body .calendar-day .day.calendar-active:hover {
    border-color: #164255
}

.royal-navy tr.calendar-body .calendar-day .day.calendar-today {
    background-color: #216583;
    color: #fff;
    -webkit-box-shadow: 0 5px 10px -3px #216583;
    box-shadow: 0 5px 10px -3px #216583
}

.royal-navy #eventListToggler {
    width: 35px;
    height: 35px;
    top: 5px;
    background-color: #f7be16;
    border-radius: 50%;
    padding: 6px;
    -webkit-box-shadow: 0 5px 10px -3px #f7be16;
    box-shadow: 0 5px 10px -3px #f7be16;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.royal-navy .calendar-events {
    padding: 10px 15px 10px;
    background-color: rgb(33 101 131 / 81%);
    color: #fff;
    z-index: 1;
    transition: all .3s
}

.event-hide .calendar-events,
.royal-navy .calendar-events {
    bottom: 0;
    position: absolute;
    top: auto;
    max-height: 300px;
    transition: all .3s
}

::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
    background: #fff7e1
}

.royal-navy .calendar-events>.event-header>p {
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    color: #fff
}

.royal-navy .event-container:hover {
    background-color: #fff
}

.royal-navy .event-container>.event-info>p {
    color: #fff
}

.royal-navy .event-container:hover>.event-info>p {
    color: #164255
}

.royal-navy .event-container>.event-info>p.event-title>span {
    color: #fff;
    border: 1px solid #164255;
    border-radius: 15px;
    background-color: rgb(22 66 85)
}

.royal-navy .event-list>.event-empty {
    background-color: rgba(255, 255, 255, .15);
    border: 1px solid #fff
}

.royal-navy .event-list>.event-empty>p {
    color: #ffff
}

@media screen and (max-width:768px) {
    .royal-navy .calendar-sidebar>.month-list>.calendar-months>li {
        padding: 6px 26px
    }

    .royal-navy button.icon-button>span.bars,
    .royal-navy button.icon-button>span.bars::after,
    .royal-navy button.icon-button>span.bars::before {
        height: 4px
    }

    .royal-navy .calendar-inner::after {
        background-color: rgba(44, 81, 97, .5)
    }

    .royal-navy #eventListToggler,
    .royal-navy .calendar-sidebar>span#sidebarToggler {
        width: 50px;
        height: 50px;
        padding: 15px 12px
    }

    .royal-navy button.icon-button>span.bars::before {
        top: -8px
    }

    .royal-navy button.icon-button>span.bars::after {
        bottom: -8px
    }

    .royal-navy .calendar-events {
        -webkit-box-shadow: -5px 0 18px -3px #216583;
        box-shadow: -5px 0 18px -3px #216583
    }

    .royal-navy.event-hide .calendar-events {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .royal-navy #eventListToggler {
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }

    .royal-navy.event-hide #eventListToggler {
        right: 10px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .royal-navy.event-hide .calendar-events #eventListToggler {
        -webkit-transform: translateX(calc(-100% - 10px));
        -ms-transform: translateX(calc(-100% - 10px));
        transform: translateX(calc(-100% - 10px))
    }
}

@media screen and (max-width:768px) and (min-width:426px) {
    .royal-navy .calendar-events {
        padding-top: 60px
    }
}

@media screen and (max-width:425px) {
    .royal-navy .calendar-sidebar>.calendar-year {
        background-color: #216583;
        -webkit-box-shadow: 0 5px 8px -3px rgba(12, 37, 47, .65);
        box-shadow: 0 5px 8px -3px rgba(12, 37, 47, .65)
    }

    .royal-navy .calendar-sidebar>.month-list {
        background-color: #174d65
    }

    .royal-navy .calendar-sidebar>.month-list>.calendar-months {
        padding: 10px
    }

    .royal-navy .calendar-sidebar>.month-list>.calendar-months>li {
        width: 100%;
        padding: 10px 20px;
        border-radius: 25px;
        float: unset
    }

    .royal-navy.sidebar-hide .calendar-sidebar>span#sidebarToggler {
        -webkit-transform: translate(-5px, 10px) scale(.9);
        -ms-transform: translate(-5px, 10px) scale(.9);
        transform: translate(-5px, 10px) scale(.9)
    }

    .royal-navy .calendar-sidebar>span#sidebarToggler {
        -webkit-transform: translate(-5px, 10px) scale(.9);
        -ms-transform: translate(-5px, 10px) scale(.9);
        transform: translate(-5px, 10px) scale(.9)
    }

    .royal-navy .calendar-inner {
        padding: 63px 0 40px 0;
        -webkit-box-shadow: 0 5px 8px -3px rgba(12, 37, 47, .65);
        box-shadow: 0 5px 8px -3px rgba(12, 37, 47, .65)
    }

    .royal-navy .calendar-events,
    .royal-navy.event-hide .calendar-events {
        padding: 20px 15px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .royal-navy.event-hide .calendar-events {
        padding: 0 15px
    }

    .royal-navy #eventListToggler,
    .royal-navy.event-hide #eventListToggler {
        top: calc(100% - 185px);
        right: 0;
        -webkit-transform: translate(-5px, -50%) scale(.9);
        -ms-transform: translate(-5px, -50%) scale(.9);
        transform: translate(-5px, -50%) scale(.9)
    }

    .royal-navy.event-hide #eventListToggler {
        top: 100%;
        -webkit-transform: translate(0, -100%) scale(.8);
        -ms-transform: translate(0, -100%) scale(.8);
        transform: translate(0, -100%) scale(.8)
    }
}

.mt-25 {
    margin-top: 25px;
}

.input-group {
    width: 100%;
}

.input-group-btn {
    position: relative;
    font-size: 100%;
    white-space: nowrap;
    background: #3d8dcc;
    color: white;
    padding: 0 12px;
    cursor: pointer;
}

.input-group-btn:last-child>.btn {
    width: 100%;
}

.close-btn {
    background: #ff9c9c;
    color: #c30000;
}

.input-group-btn:hover opacity: 0.7;
}
@media (max-width: 768px){
    .col-xs-12 {
        width: 100% !important;
    }
}