/* 2. canvas menu css */
/* 3. owl css */
/* 4. reset css */
/* 5. custom css */
/* 6. header css */
/* 7. slider css */
/* 8. about-us css  */
/* 9. regency-way css  */
/* 10. featuchers css  */
/* 11. news & our school css  */
/* 12. number section css */
/* 13. events section css  */
/* 14. video section css */
/* 15. principal-message css  */
/* 16. call to action css */
/* 17. new phot gallery */
/* 18. syllabus-wapper css  */
/* 19. footer */
/* 20. inner page banner  */

:root{
    --filter-green:invert(77%) sepia(49%) saturate(7407%) hue-rotate(117deg) brightness(93%) contrast(86%);
}

/* 2. canvas css */
html.hc-nav-yscroll {
    overflow-y: scroll;
}
body.hc-nav-open {
    overflow: visible;
    position: fixed;
    width: 100%;
    min-height: 100%;
}
.hc-offcanvas-nav {
    visibility: hidden;
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;
}
.hc-offcanvas-nav.is-ios * {
    cursor: pointer !important;
}
.hc-offcanvas-nav .nav-container {
    position: fixed;
    z-index: 9998;
    top: 0;
    width: 240px;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.hc-offcanvas-nav .nav-wrapper {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    box-sizing: border-box;
}
.hc-offcanvas-nav .nav-content {
    height: 100%;
    max-height: 100vh;
}
.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 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 a {
    position: relative;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
}
.hc-offcanvas-nav a,
.hc-offcanvas-nav a:hover {
    text-decoration: none;
}
.hc-offcanvas-nav .nav-item {
    position: relative;
    display: block;
    box-sizing: border-box;
}
.hc-offcanvas-nav .nav-wrapper::after,
.hc-offcanvas-nav.disable-body::after {
    content: "";
    position: fixed;
    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 0.4s, opacity 0.4s ease;
}
.hc-offcanvas-nav .sub-level-open::after,
.hc-offcanvas-nav.disable-body.nav-open::after {
    visibility: visible;
    opacity: 1;
    transition-delay: 50ms;
}
.hc-offcanvas-nav:not(.nav-open)::after {
    pointer-events: none;
}
.hc-offcanvas-nav.nav-levels-expand .nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
    display: none;
}
.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
    min-width: 0;
    max-height: 0;
    overflow: hidden;
    transition: height 0s ease 0.4s;
}
.hc-offcanvas-nav.nav-levels-expand .level-open > .nav-wrapper {
    max-height: none;
}
.hc-offcanvas-nav.nav-levels-overlap .nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
}
.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
    position: absolute;
    z-index: 9999;
    top: 0;
    height: 100%;
    visibility: hidden;
    transition: visibility 0s ease 0.4s, -webkit-transform 0.4s ease;
    transition: visibility 0s ease 0.4s, transform 0.4s ease;
    transition: visibility 0s ease 0.4s, transform 0.4s ease, -webkit-transform 0.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;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.hc-offcanvas-nav.nav-position-left {
    left: 0;
}
.hc-offcanvas-nav.nav-position-left .nav-container {
    left: 0;
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
}
.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.hc-offcanvas-nav.nav-position-right {
    right: 0;
}
.hc-offcanvas-nav.nav-position-right .nav-container {
    right: 0;
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
}
.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 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%;
    height: auto;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
    left: 0;
    -webkit-transform: translate3d(0, -100%, 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%;
    height: auto;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
    left: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.hc-offcanvas-nav.nav-open[class*="hc-nav-"] div.nav-container {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.hc-nav-trigger {
    position: absolute;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    top: 20px;
    z-index: 9980;
    width: 30px;
    min-height: 24px;
}
.hc-nav-trigger span {
    width: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hc-nav-trigger span,
.hc-nav-trigger span::after,
.hc-nav-trigger span::before {
    display: block;
    position: absolute;
    left: 0;
    height: 4px;
    background: #34495e;
    transition: all 0.2s ease;
}
.hc-nav-trigger span::after,
.hc-nav-trigger span::before {
    content: "";
    width: 100%;
}
.hc-nav-trigger span::before {
    top: -10px;
}
.hc-nav-trigger span::after {
    bottom: -10px;
}
.hc-nav-trigger.toggle-open span {
    background: rgba(0, 0, 0, 0);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hc-nav-trigger.toggle-open span::before {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
.hc-nav-trigger.toggle-open span::after {
    -webkit-transform: rotate(-90deg) translate3d(10px, 0, 0);
    transform: rotate(-90deg) translate3d(10px, 0, 0);
}
.hc-offcanvas-nav .nav-wrapper::after,
.hc-offcanvas-nav::after {
    background: rgba(0, 0, 0, 0.3);
}
.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
    background: #336ca6;
}
.hc-offcanvas-nav h2 {
    font-size: 19px;
    font-weight: 400;
    text-align: left;
    padding: 20px 17px;
    color: #1b3958;
}
.hc-offcanvas-nav .nav-item,
.hc-offcanvas-nav a {
    padding: 14px 17px;
    font-size: 15px;
    color: #fff;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
}
.hc-offcanvas-nav:not(.touch-device) a:hover {
    background: #00c3ff;
}
.hc-offcanvas-nav ul:first-of-type:not(:first-child) > li:first-child:not(.nav-back):not(.nav-close) > a {
    border-top: 1px solid #2c5d8f;
    margin-top: -1px;
}
.hc-offcanvas-nav li {
    text-align: left;
}
.hc-offcanvas-nav li.nav-back a,
.hc-offcanvas-nav li.nav-close a {
    background: #2c5d8f;
}
.hc-offcanvas-nav li.nav-back a:hover,
.hc-offcanvas-nav li.nav-close a:hover {
    background: #2b5c8d;
}
.hc-offcanvas-nav li.nav-back:not(:first-child) a,
.hc-offcanvas-nav li.nav-close:not(:first-child) a {
    margin-top: -1px;
}
.hc-offcanvas-nav li.nav-parent .nav-item {
    padding-right: 58px;
}
.hc-offcanvas-nav li.nav-back span,
.hc-offcanvas-nav li.nav-close span,
.hc-offcanvas-nav li.nav-parent span.nav-next {
    width: 45px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    transition: background 0.2s ease;
}
.hc-offcanvas-nav li.nav-close span::after,
.hc-offcanvas-nav li.nav-close span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.hc-offcanvas-nav li.nav-close span::before {
    margin-left: -9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.hc-offcanvas-nav li.nav-close span::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.hc-offcanvas-nav a[href]:not([href="#"]) > span.nav-next {
    border-left: 1px solid #2c5d8f;
}
.hc-offcanvas-nav li.nav-back span::before,
.hc-offcanvas-nav span.nav-next::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;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.hc-offcanvas-nav span.nav-next::before {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}
.hc-offcanvas-nav li.nav-back span::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper {
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-right.nav-open .nav-wrapper {
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-right span.nav-next::before {
    margin-left: 0;
    margin-right: -2px;
}
.hc-offcanvas-nav.nav-position-right li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
}
.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-top span.nav-next::before {
    margin-left: 0;
    margin-right: -2px;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
}
.hc-offcanvas-nav.nav-position-top li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-bottom span.nav-next::before {
    margin-left: 0;
    margin-right: -2px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-position-bottom li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-offcanvas-nav.nav-levels-none .nav-container ul .nav-wrapper {
    box-shadow: none;
    background: 0 0;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul h2,
.hc-offcanvas-nav.nav-levels-none .nav-container ul h2 {
    display: none;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul ul .nav-item,
.hc-offcanvas-nav.nav-levels-none .nav-container ul ul .nav-item {
    font-size: 14px;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li,
.hc-offcanvas-nav.nav-levels-none .nav-container li {
    transition: background 0.3s ease;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open {
    background: #2e6296;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a {
    border-bottom: 1px solid #295887;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a:hover {
    background: #2f649a;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open > .nav-item .nav-next::before,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open > .nav-item .nav-next::before {
    margin-top: 2px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-levels-expand .nav-container span.nav-next::before,
.hc-offcanvas-nav.nav-levels-none .nav-container span.nav-next::before {
    margin-top: -2px;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
}
html.hc-nav-yscroll {
    overflow-y: scroll;
}
body.hc-nav-open {
    overflow: visible;
    position: fixed;
    width: 100%;
    min-height: 100%;
}
.nav-close {
    display: none !important;
}
.hc-offcanvas-nav {
    visibility: hidden;
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;
}
.hc-nav-open .hc-offcanvas-nav {
    visibility: visible;
}
.hc-offcanvas-nav.is-ios * {
    cursor: pointer !important;
}
.hc-offcanvas-nav .nav-container {
    position: fixed;
    z-index: 9998;
    top: 0;
    width: 255px;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.hc-offcanvas-nav .nav-wrapper {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    box-sizing: border-box;
}
.hc-offcanvas-nav .nav-content {
    height: 100%;
    max-height: 100vh;
}
.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 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 a {
    position: relative;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
}
.hc-offcanvas-nav li.nav-parent .nav-item:hover,
.nav-back a:hover,
.nav-close a:hover,
.resom:hover {
    color: #fff !important;
}
.hc-offcanvas-nav .nav-item {
    position: relative;
    display: block;
    box-sizing: border-box;
}
.hc-offcanvas-nav .nav-item svg {
    font-size: 16px;
    margin-right: 16px;
    color: #8fc3e8;
    transition: all 0.4s;
}
.hc-offcanvas-nav .nav-item:hover svg {
    color: #fff;
}
.hc-offcanvas-nav .nav-wrapper::after,
.hc-offcanvas-nav.disable-body::after {
    content: "";
    position: fixed;
    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 0.4s, opacity 0.4s ease;
}
.hc-offcanvas-nav .sub-level-open::after,
.hc-offcanvas-nav.disable-body.nav-open::after {
    visibility: visible;
    opacity: 1;
    transition-delay: 50ms;
}
.hc-offcanvas-nav:not(.nav-open)::after {
    pointer-events: none;
}
.hc-offcanvas-nav.nav-levels-expand .nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
    display: none;
}
.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
    min-width: 0;
    max-height: 0;
    overflow: hidden;
    transition: height 0s ease 0.4s;
}
.hc-offcanvas-nav.nav-levels-expand .level-open > .nav-wrapper {
    max-height: none;
}
.hc-offcanvas-nav.nav-levels-overlap .nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
}
.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
    position: absolute;
    z-index: 9999;
    top: 0;
    height: 100%;
    visibility: hidden;
    transition: visibility 0s ease 0.4s, -webkit-transform 0.4s ease;
    transition: visibility 0s ease 0.4s, transform 0.4s ease;
    transition: visibility 0s ease 0.4s, transform 0.4s ease, -webkit-transform 0.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;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.hc-offcanvas-nav.nav-levels-overlap ul li.level-open > .nav-wrapper-1 {
    width: 297px;
}
.hc-offcanvas-nav.nav-levels-overlap ul li.level-open > .nav-wrapper-2 {
    width: 337px;
}
.hc-offcanvas-nav.nav-position-left {
    left: 0;
}
.hc-offcanvas-nav.nav-position-left .nav-container {
    left: 0;
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
}
.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.hc-offcanvas-nav.nav-position-right {
    right: 0;
}
.hc-offcanvas-nav.nav-position-right .nav-container {
    right: 0;
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
}
.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 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%;
    height: auto;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
    left: 0;
    -webkit-transform: translate3d(0, -100%, 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%;
    height: auto;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
    left: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.hc-offcanvas-nav.nav-open[class*="hc-nav-"] div.nav-container {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.hc-nav-trigger {
    position: absolute;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    top: 107px;
    right: 15px;
    z-index: 9980;
    width: 30px;
    min-height: 24px;
}
.hc-nav-trigger span {
    width: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hc-nav-trigger span,
.hc-nav-trigger span::after,
.hc-nav-trigger span::before {
    display: block;
    position: absolute;
    height: 4px;
    background: #d0630e;
    transition: all 0.2s ease;
    width: 25px;
    top: 7px;
}
.hc-nav-trigger span::after,
.hc-nav-trigger span::before {
    content: "";
    width: 100%;
}
.hc-nav-trigger span::before {
    top: -7px;
}
.hc-nav-trigger span::after {
    bottom: -7px;
}
.hc-nav-trigger.toggle-open span {
    background: rgba(0, 0, 0, 0);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hc-nav-trigger.toggle-open span::before {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
.hc-nav-trigger.toggle-open span::after {
    -webkit-transform: rotate(-90deg) translate3d(10px, 0, 0);
    transform: rotate(-90deg) translate3d(5px, 0, 0);
}
.hc-offcanvas-nav .nav-wrapper::after,
.hc-offcanvas-nav::after {
    background: rgba(0, 0, 0, 0.3);
}
.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
    background-color: #3E4095;
}
.hc-offcanvas-nav h2 {
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    padding: 20px 17px;
    font-family: Souvenir Lt BT;
    color: #fff;
}
.hc-offcanvas-nav .nav-item,
.hc-offcanvas-nav a {
    padding: 14px 12px;
    font-size: 16px;
    transition: all 0.4s;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    font-family: content1;
}
.hc-offcanvas-nav .nav-item:hover,
.hc-offcanvas-nav a:hover {
    background: #f3c302 !important;
    color: #fff !important;
}
.first-nav li a.resact,
.hc-offcanvas-nav:not(.touch-device) a:hover,
.second-nav li a.resact,
.second-nav ul li a.resact {
    background: #02596c;
}
.hc-offcanvas-nav ul:first-of-type:not(:first-child) > li:first-child:not(.nav-back):not(.nav-close) > a {
    border-top: 1px solid #2c5d8f;
    margin-top: -1px;
}
.hc-offcanvas-nav li {
    text-align: left;
    
}
.hc-offcanvas-nav li.nav-back a,
.hc-offcanvas-nav li.nav-close a {
    background: #f3c302;
}
.hc-offcanvas-nav li.nav-back a:hover,
.hc-offcanvas-nav li.nav-close a:hover {
    background: #8fc3e8;
}
.nav-close a:hover {
    color: #fff;
}
.hc-offcanvas-nav li.nav-back:not(:first-child) a,
.hc-offcanvas-nav li.nav-close:not(:first-child) a {
    margin-top: -1px;
}
.hc-offcanvas-nav li.nav-parent .nav-item {
    padding-right: 58px;
    font-family: content1;
    line-height: 1.4;
}
.hc-offcanvas-nav li.nav-back span,
.hc-offcanvas-nav li.nav-close span,
.hc-offcanvas-nav li.nav-parent span.nav-next {
    width: 45px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    transition: background 0.2s ease;
}
.hc-offcanvas-nav li.nav-close span::after,
.hc-offcanvas-nav li.nav-close span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.hc-offcanvas-nav li.nav-close span::before {
    margin-left: -6px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.hc-offcanvas-nav li.nav-close span::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.hc-offcanvas-nav a[href]:not([href="#"]) > span.nav-next {
    border-left: 1px solid #2c5d8f;
}
.hc-offcanvas-nav li.nav-back span::before,
.hc-offcanvas-nav span.nav-next::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;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.hc-offcanvas-nav span.nav-next::before {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}
.hc-offcanvas-nav li.nav-back span::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper {
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-right.nav-open .nav-wrapper {
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-right span.nav-next::before {
    margin-left: 0;
    margin-right: -2px;
}
.hc-offcanvas-nav.nav-position-right li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
}
.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-top span.nav-next::before {
    margin-left: 0;
    margin-right: -2px;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
}
.hc-offcanvas-nav.nav-position-top li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-bottom span.nav-next::before {
    margin-left: 0;
    margin-right: -2px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-position-bottom li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-offcanvas-nav.nav-levels-none .nav-container ul .nav-wrapper {
    box-shadow: none;
    background: 0 0;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul h2,
.hc-offcanvas-nav.nav-levels-none .nav-container ul h2 {
    display: none;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul ul .nav-item,
.hc-offcanvas-nav.nav-levels-none .nav-container ul ul .nav-item {
    font-size: 14px;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li,
.hc-offcanvas-nav.nav-levels-none .nav-container li {
    transition: background 0.3s ease;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open {
    background: #2e6296;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a {
    border-bottom: 1px solid #295887;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a:hover {
    background: #2f649a;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open > .nav-item .nav-next::before,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open > .nav-item .nav-next::before {
    margin-top: 2px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-levels-expand .nav-container span.nav-next::before,
.hc-offcanvas-nav.nav-levels-none .nav-container span.nav-next::before {
    margin-top: -2px;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
}
.cf::after,
.cf::before {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
.cf::after {
    clear: both;
}
#main-nav {
    display: none;
}
.nav-content h1 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 5px;
    padding-bottom: 8px;
}

.nav-content h2 {
	font-size: 32px;
	line-height: 1.4;
	text-align: center;
	color: #edbf47;
	font-family: heading;
	text-transform: uppercase;
	display: block;
	padding: 10px 0 0;
	margin: 0;
	letter-spacing: -2px;
	border-bottom: 1px solid rgba(237, 191, 71,.2);
}
header .git {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    padding: 4px 10px 4px 0;
    font-size: 15px;
    font-weight: 400;
    color: #fffce1;
    background: #54b9cb;
    transition: background 0.15s ease-in-out;
}
header .git:hover {
    background: #4ca8b9;
}
header .git:hover svg {
    border-color: #54b9cb;
}
header .git svg {
    width: 15px;
    height: 15px;
    fill: #fffce1;
    position: relative;
    top: 2px;
    padding: 0 10px;
    margin-right: 10px;
    border-right: 1px solid #4daabb;
    transition: border-color 0.15s ease-in-out;
}
header .ver {
    padding-top: 15px;
    font-weight: 200;
    color: #dab977;
}
header .ver span {
    color: #fffce1;
}
header .toggle {
    position: absolute;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    z-index: 9980;
    width: 35px;
    min-height: 24px;
    position: relative;
    width: auto;
    top: 32px;
    left: auto;
    float: right;
    display: block;
    cursor: pointer;
    box-sizing: content-box;
    font-size: 20px;
    padding-left: 30px;
    line-height: 24px;
}
header .toggle span {
    width: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
header .toggle span,
header .toggle span::after,
header .toggle span::before {
    display: block;
    position: absolute;
    left: 0;
    height: 3px;
    background: #3E4095;
    transition: all 0.25s ease;
}
header .toggle span::after,
header .toggle span::before {
    content: "";
    width: 100%;
}
header .toggle span::before {
    top: -7px;
}
header .toggle span::after {
    bottom: -7px;
}
header .toggle.toggle-open span {
    background: rgba(0, 0, 0, 0);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
header .toggle.toggle-open span::before {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 5px, 0);
}
header .toggle.toggle-open span::after {
    -webkit-transform: rotate(-90deg) translate3d(10px, 0, 0);
    transform: rotate(-90deg) translate3d(10px, 0, 0);
}
header .toggle:hover span,
header .toggle:hover span::after,
header .toggle:hover span::before {
    background: #3E4095 !important;
}
header .toggle div {
    display: inline-block;
    margin-right: 15px;
}
main {
    flex: 1 0 auto;
    padding-bottom: 30px;
    text-align: left;
}
main .content {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
main h4 {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 0;
}
main h4:first-child {
    margin-top: 30px;
}
main .actions {
    margin: 0 -15px;
    text-align: center;
}
main .actions.checkboxes {
    text-align: left;
    padding-top: 8px;
}
main .actions.checkboxes label {
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}
main .actions.checkboxes label input {
    display: none;
}
main .actions.checkboxes label input:checked ~ span {
    background: #dab977;
}
main .actions.checkboxes label input:checked ~ span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    border: solid #243949;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px 2px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
main .actions.checkboxes label span {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 22px;
    height: 22px;
    background: #fffce1;
    margin-right: 12px;
    vertical-align: top;
    transition: all 0.1s ease;
}
main .actions div {
    padding: 0 15px 20px;
    box-sizing: border-box;
}
@media screen and (min-width: 800px) {
    main .actions {
        display: flex;
        flex-wrap: wrap;
    }
    main .actions div {
        float: left;
        flex: 1 1 33.33%;
        max-width: 33.33%;
    }
    main .actions.position div {
        float: left;
        flex: 1 1 25%;
        max-width: 25%;
    }
}
main .button {
    position: relative;
    display: block;
    padding: 18px 30px 16px;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1px;
    text-decoration: none;
    color: #243949;
    cursor: pointer;
    background: #fffce1;
    border-radius: 30px/80px;
    transition: all 0.1s ease;
}
main .button:not(.active):hover {
    color: #d5af63;
}
main .button.active {
    background: #dab977;
}
.hc-offcanvas-nav .nav-wrapper-0 > .nav-content {
    padding-bottom: 41px;
}
.hc-offcanvas-nav a {
    font-size: 16px;
}
.hc-offcanvas-nav li.search .nav-item {
    padding-top: 0;
}
.hc-offcanvas-nav li.search input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    padding: 5px 10px;
    box-shadow: none;
    outline: 0;
}
.hc-offcanvas-nav li.search input[type="text"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.hc-offcanvas-nav li.search input[type="text"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.hc-offcanvas-nav li.search input[type="text"]::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.hc-offcanvas-nav li.search input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.hc-offcanvas-nav li.add > 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;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 19px;
    vertical-align: top;
    content: "add";
}
.hc-offcanvas-nav li.new > .nav-item::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;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 19px;
    vertical-align: top;
    content: "fiber_new";
}
.hc-offcanvas-nav li.cryptocurrency > .nav-item::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;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 19px;
    vertical-align: top;
    content: "local_atm";
}
.hc-offcanvas-nav li.devices > .nav-item::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;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 19px;
    vertical-align: top;
    content: "devices";
}
.hc-offcanvas-nav li.mobile > .nav-item::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;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 19px;
    vertical-align: top;
    content: "phone_android";
}
.hc-offcanvas-nav li.television > .nav-item::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;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 19px;
    vertical-align: top;
    content: "desktop_windows";
}
.hc-offcanvas-nav li.camera > .nav-item::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;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 19px;
    vertical-align: top;
    content: "camera_alt";
}
.hc-offcanvas-nav li.magazines > .nav-item::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;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 19px;
    vertical-align: top;
    content: "import_contacts";
}
.hc-offcanvas-nav li.store > .nav-item::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;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 19px;
    vertical-align: top;
    content: "store";
}
.hc-offcanvas-nav li.collections > .nav-item::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;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 19px;
    vertical-align: top;
    content: "collections";
}
.hc-offcanvas-nav li.credits > .nav-item::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;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 19px;
    vertical-align: top;
    content: "credit_card";
}
.hc-offcanvas-nav ul.bottom-nav {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    border-top: 1px solid #2c5d8f;
}
.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;
}
.resp-logo-img {
    width: 100px;
    margin: 0px auto 0;
    transition: all 0.4s;
}
.resposnive-menu-logo{
    flex-direction: column;
    color: #000 !important;
}
.resposnive-menu-logo small {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-family: heading;
    color: #3E4095 !important;
}
header .toggle {
    display: none !important;
}

/* 2. canvas css */


/* 3. owl css */
    .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none;font-size:28px}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
    .owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{color:#d0630e;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:15px;height:15px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.owl-theme .owl-dots .owl-dot.active span{background:#fff}
    .owl-dots{text-align-last: center;margin-top: 32px;}
/* 3. owl css */

/* 4. reset css */
    a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
/* 4. reset css */

/* 5. custom css */
    main h4{font-weight: 300;}
    main{padding: 0;}
    iframe{width: 100%;height: 100%;}   
    *,:before,:after{box-sizing: border-box;padding: 0;margin: 0;transition: all .3s ease-in-out;}
    a,button{display: inline-block;text-decoration: none;cursor: pointer;}a:hover,a:focus,input,input:focus,select,select:focus,textarea,textarea:focus,button{outline: none;border: none;}li{list-style: none;}.fl{float: left;}.fr{float: right;}.clear{clear: both;}.textl{text-align: left;}.textc{text-align: center;}.textr{text-align: right;}.dib{display: inline-block;}
    select,input,textarea,select::placeholder,input::placeholder,textarea::placeholder{opacity: 1;color: #000;font-size: 16px;transition: all .2s;}
    select,input,textarea{width: 100%;transition: all .2s;outline: none;border: none;font-family: content1;}
    .wrapper{width: 100%;overflow: hidden;}
    .fluid-container{width: 100%;max-width: 1280px;margin: 0 auto;padding: 0 10px;}
    .main-container{width: 100%;max-width: 1280px;margin: 0 auto;padding: 0 10px;}
    select:focus,input:focus,textarea:focus,a:focus{border: none;outline: none;}
    img{max-width: 100%;}
    @font-face {font-family: 'content1';src: url("../fonts/Jost-Regular.ttf") format("truetype");font-style: normal; font-family: 300;}
    @font-face {font-family: 'content2';src: url("../fonts/Jost-SemiBold.ttf") format("truetype");font-style: normal; font-family: 300;}
    @font-face {font-family: 'content3';src: url("../fonts/Jost-Bold.ttf") format("truetype");font-style: normal; font-family: 300;}
    @font-face {font-family: 'heading';src: url("../fonts/LeBeauneNew.otf") format("truetype");font-style: normal; font-family: 300;}
    @font-face {font-family: 'fancy';src: url("../fonts/fancy-font/GrestalScriptDemoRegular-dBYX.ttf") format("truetype");font-style: normal; font-family: 300;}
    @font-face {font-family: 'fancy1';src: url("../fonts/fancy-font/romatioc/RomanticaPersonalUse-8V2J.ttf") format("truetype");font-style: normal; font-family: 300;}
    h1,h2,h3,h4,h5,h6{font-family: heading;}
    body{font-size: 16px;font-family: content1;}
    p{line-height: 1.7;font-size: 18px;margin: 16px 0;text-align: justify;color: #6b6b6b;margin: 5px 0 10px;}
    h2{font-size: 32px;color: #fff;margin: 20px 0;text-transform: uppercase;letter-spacing: 1px;}
    h2.full-length-h2{color: #3E4095;margin-top: 10px;font-size: 40px;margin-bottom: 0;display: inline-block;position: relative;}
    h2.full-length-h2::before {content: '';position: absolute;top: 0;right: -625px;bottom: 0;margin: auto 0;height: 1px;width: 600px;background: #6d229b;opacity: .2;}
    .common-button-spuc a{display: inline-block;padding: 12px 20px;border-bottom: 1px solid #2c97ea;color: #777777;font-size: 20px;text-transform: uppercase;letter-spacing: 1px;position: relative;z-index: 0;transition: all .2s;}
    .common-button-spuc a:before{    content: '';position: absolute;bottom: 0;left: 0;right: 0;width: 100%;height: 0px;background-color: #2c97ea;z-index: -1;transition: all .3s ease-in-out;}
    .common-button-spuc a:hover:before{height: 100%}
    .common-button-spuc a:hover{color: #fff}
    b{font-weight: bold;}
    .heading-container h2{color: #3E4095;font-size: 40px;margin: 20px 0 10px;position: relative;padding-bottom: 10px;display: inline-block;}
    .heading-container h2:before{content: '';position: absolute;bottom: 0;left: 0;height: 4px;width: 100%;background: #3E4095;}
    .heading-container h2 span{color: #0C9A5E;font-size: 38px;margin: 10px 0;}
    a.general-button{padding: 12px 32px;background: #0C9A5E;color: #fff;position: relative;z-index: 0;transition: all .3s;border-radius: 2px;}
    .boards-logo{margin:0 0 40px;display: flex;justify-content: center;gap: 32px;}
    .boards-logo a{display: block;}
    .boards-logo a img{border-radius: 50%;width: 150px;}
/* 5. custom css */

/* 6. top header css */
    header {transition: all .4s;position: fixed;z-index: 4;left: 0;right: 0;width: 100%;top: 0;}
    header .top-header{background-color: #0C9A5E;}
    header .top-header .fluid-container{display: flex;align-items: center;justify-content: space-between;}
    header .top-header ul{display: flex;align-items: center;justify-content: flex-start;}
    header .top-header ul a {display: block;padding: 4px 10px;font-size: 15px;color: #fff;transition: all .3s;position: relative;z-index: 0;}
    header .top-header ul a:before{content: '';position: absolute;bottom: 0;left: 0;right: 0;margin: 0 auto;width: 100%;z-index: -1;background-color: #3E4095;transition: all .1s;height: 0;}
    header .top-header ul a:hover:before{height: 100%;}
    .logo-menu-header {padding: 6px 0 0;background-color: rgba(255, 255, 255,.9);transition: all .2s;box-shadow: 0 0 1px rgba(0,0,0,.4);}
    .logo-a-flex{display: flex;align-items: center;}
    .logo-a-flex a:nth-child(2){margin-bottom: 14px;}
    .logo-menu-header .logo-and-title{display: flex;justify-content: flex-start;align-items: center;}
    .logo-menu-header .logo-and-title img{width: 74px;display: block;margin-right: 16px;transition: all .3s;margin-bottom: 0px;}
    .logo-menu-header .logo-and-title em h3 {font-size: 24px;color: #3E4095;margin-bottom: -7px;text-transform: uppercase;transition: all .3s;font-family: content1;}
    .logo-menu-header .logo-and-title em h5 {font-size: 14px;color: #3E4095;text-transform: uppercase;transition: all .3s;margin: 3px 0 0;font-family: content1;}
    .logo-menu-header .logo-and-title em h6{font-size: 13px;font-family: content1; color: #3E4095;margin-top: 7px;}
    .desktop-menu-container ul{margin-top: 30px;}
    .desktop-menu-container ul li{display: inline-block;margin-right: 20px;position: relative;}
    .desktop-menu-container ul li:last-child{margin-right: 0;}
    .desktop-menu-container ul li a{display: block;padding-bottom: 38px;position: relative;color: #3E4095;}
    .desktop-menu-container ul li:hover >a{color: #0C9A5E !important;}
    .desktop-menu-container ul li a:before{content: '';position: absolute;bottom: 0px;right: 0;width: 0;height: 4px;background-color: #0C9A5E;transition: all .2s;}
    .desktop-menu-container ul li:hover > a:before{width: 100%;}
    .first-route {position: absolute;width: 250px;opacity: 0;visibility: hidden;top: 100px;transition: all .18s ease-in-out;left: 0;background: #fff;z-index: 2;display: flex;flex-direction: column;box-shadow: 0 2px 4px 0 rgba(25,29,36,.08);margin-top: 0 !important;}
    .first-route li {margin: 0 !important;}
    .first-route li a {padding: 10px 20px !important;border-bottom: 1px solid #efefef;font-size: 16px;transition: all .2s;text-transform: capitalize;}
    .first-route li a:before{display: none;}
    .desktop-menu-container ul li:hover .first-route {opacity: 1;visibility: visible;top: 67px;}
    header.spuc-fixed{transition: all .4s;transform: translateY(-26px);box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);}
    header.spuc-fixed .logo-and-title img{width: 66px;}
    header.spuc-fixed .logo-menu-header{top: 0;background: rgba(255, 255, 255,.96);box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);}
    header.spuc-fixed .logo-and-title h3{font-size: 19px;}
    header.spuc-fixed .logo-and-title h5{font-size: 15px;}
    header.spuc-fixed .logo-and-title h6{font-size: 12px;}
    header.spuc-fixed .desktop-menu-container ul li a{padding-bottom: 40px;}
    header.spuc-fixed .desktop-menu-container ul li:hover .first-route{top: 63px;}
    header.spuc-fixed .desktop-menu-container ul{margin-top: 18px;}
    header.scrolled{transition: all .3s ease-in-out;top: -34px;}
/* 6. top header css */

/* 7. slider css */
    .index-page-slider {transform: translateY(150px);position: relative;z-index: 0;}
    .slide {width: auto;min-height: 100%; position: relative;background-size: cover;background-repeat: no-repeat;background-position: center center;}
    .index-page-slider .owl-nav button.owl-prev, .index-page-slider .owl-nav button.owl-next{width: 52px;height: 52px;background: #e6e6e6;display: flex;position: absolute;justify-content: center;align-items: center;transition: all .3s;border-radius: 0;margin: 0;top: 50%;}
    .index-page-slider .owl-nav button:hover{width: 60px !important;background: #fff !important;}
    .index-page-slider .owl-nav button.owl-prev > img, .index-page-slider .owl-nav button.owl-next > img{width: 32px;filter: invert(22%) sepia(53%) saturate(2566%) hue-rotate(226deg) brightness(82%) contrast(84%);}
    .index-page-slider .owl-nav button.owl-prev{left: 0;}
    .index-page-slider .owl-nav button.owl-next{right: 0;}
    .custom-shape-divider-bottom-1632985042 {position: absolute;bottom: 0;left: 0;width: 100%;overflow: hidden;line-height: 0;z-index: 1;}
    .custom-shape-divider-bottom-1632985042 svg {position: relative;display: block;width: calc(100% + 1.3px);height: 106px;}
    .custom-shape-divider-bottom-1632985042 .shape-fill {fill: #fff;}
/* 7. slider css */

/* 8. about-us css  */
    .about-us{padding: 150px 20px 40px;background: no-repeat center center/cover;}
    .inner-about-us{display: flex;justify-content: center;align-items: center;}
    .left-about-us, .right-about-us{width: 100%;max-width: 630px;margin: 40px 20px;}
    .left-about-us{display: flex;justify-content: flex-end;}
    .left-about-us .left-about-left-block, .left-about-right-block{width: 100%; max-width: 320px; margin: auto 20px;}
    .left-about-left-block .about-left-cards{background: no-repeat center center/cover; width: 100%;max-width: 312px; height: 290px;position: relative; margin: 20px 40px; border-radius: 12px;z-index: 0;display: flex;flex-direction: column;justify-content: center;align-items: center;flex-wrap: wrap;box-shadow: 13px 15px 15px 0 rgba(105,105,105,.08);padding: 30px;}
    .left-about-left-block .about-left-cards:nth-child(1):before{position: absolute;content: '';width: 100%;height: 100%;top: 0;bottom: 0;right: 0;left: 0;margin: auto;background-color: #3E4095;z-index: -1;display: block; transition: all .4s; border-radius: 12px;}
    .left-about-left-block .about-left-cards:nth-child(2):before{position: absolute;content: '';width: 100%;height: 100%;top: 0;bottom: 0;right: 0;left: 0;margin: auto;background-color: #0C9A5E;z-index: -1;display: block; transition: all .4s; border-radius: 12px;opacity: .7;}
    .left-about-right-block .about-right-cards{background: no-repeat center center/cover; width: 100%;max-width: 312px; height: 290px;position: relative; margin: 20px 20px; border-radius: 12px;z-index: 1; transform: translateY(30px);display: flex;flex-direction: column;justify-content: center;align-items: center;flex-wrap: wrap;box-shadow: 13px 15px 15px 0 rgba(105,105,105,.08);padding: 30px;}
    .left-about-right-block .about-right-cards:nth-child(2):before{position: absolute;content: '';width: 100%;height: 100%;top: 0;bottom: 0;right: 0;left: 0;margin: auto;background-color: #3E4095;z-index: -1;display: block; transition: all .4s; border-radius: 12px;}
    .left-about-right-block .about-right-cards:nth-child(1):before{position: absolute;content: '';width: 100%;height: 100%;top: 0;bottom: 0;right: 0;left: 0;margin: auto;background-color: #0C9A5E;z-index: -1;display: block; transition: all .4s; border-radius: 12px;opacity: .7;}
    .about-right-cards:hover::before{opacity: .7;}
    .about-left-cards:hover::before{opacity: .7;}
    .content .title {text-align: center;font-size: 28px;line-height: 1.2;color: #fff;text-transform: uppercase;margin-bottom: 8px;}
    .content .description {text-align: center;font-size: 16px;line-height: 1.375;color: #fff;}
/* 8. about-us css  */

/* 9. regency-way css  */
    .regency-way{padding: 40px 20px;position: relative;}
    .inner-regency-way{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
    .inner-regency-way article{width: 100%;max-width: 380px; margin: 20px 0px;}
    .inner-regency-way article:nth-child(1){max-width: 220px;}
    .inner-regency-way article:nth-child(2){max-width: 490px;}
    .inner-regency-way article.middile-regency-way{background: no-repeat center center/cover; width: 100%; height: 550px;}
    .inner-regency-way article.middile-regency-way::before{position: absolute;content: ''; width: 8px;height: 100%; top: 0; bottom: 0; left: 0;right: 0;margin: auto;background: #f3c302; z-index: -1;}
/* 9. regency-way css  */

/* 10. featuchers css  */
    .features-wraper{padding: 40px 20px;}
    .features-wraper h3 {font-family: content1;text-transform: uppercase;font-size: 18px;color: #3E4095;letter-spacing: 1px;margin-bottom: 12px;}
    .features-wraper h1 {max-width: 800px;margin: 0 auto;font-size: 44px;line-height: 1.2;color: #0C9A5E;}
    /* 10.1. features section css */
        section.features-wraper{padding: 40px 0;background:linear-gradient(180deg,#fff,#f3f1f9);}
        section.features-wraper .fluid-container{display: flex;justify-content: center;max-width: 1320px;z-index: 0;padding-bottom: 40px;margin-top: 40px;}
        section.features-wraper article {width: 100%;max-width: 350px;padding: 40px 20px;margin: 0 auto;transition: all .2s ease-in-out;border: 1px solid #00000014;border-radius: 10px;min-height: 355px;}
        section.features-wraper article.has-bg{background: #fff;border: none;}
        section.features-wraper article em{display: block;margin-bottom: 20px;}
        section.features-wraper article em img {width: 52px !important;filter: invert(63%) sepia(47%) saturate(475%) hue-rotate(89deg) brightness(94%) contrast(87%);-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
        section.features-wraper article:hover em img{animation-name: bounce;-moz-animation-name: bounce;}
        section.features-wraper article:hover{background: #fff;}
        section.features-wraper article h6{font-size: 20px;margin-bottom: 10px; color: #3E4095;}
        section.features-wraper article p {margin: 0 0 20px;font-size: 16px;line-height: 1.5;}
        section.features-wraper article a {display: inline-block;font-size: 18px;color: #0c995e;}
        section.features-wraper .owl-dots{position: absolute;bottom: 0;left: 0;right: 0;width: 100%;display: flex;justify-content: center;}
        section.features-wraper .owl-dots button{height: 10px;width: 10px;margin: 0 4px;background: #c1bcbc;border-radius: 50%;transition: all .2s ease-in-out;}
        section.features-wraper .owl-dots button:hover,section.features-wraper .owl-dots .owl-dot.active{background: #51be78;}
    /* 10.1. features section css */
/* 10. featuchers css  */

/* 11. news & our school css  */
    .news-our-school{background: no-repeat center center/cover;position: relative;z-index: 1;}
    .news-our-school::before{content: '';position: absolute;width: 100%;height: 100%;top: 0;left: 0; right: 0; bottom: 0;background-color: #0C9A5E;opacity: .85;z-index: -1;}
    .inner-news-our-school{display: flex;justify-content: center;align-items: flex-start;}
    .left-our-school {width: 100%;max-width: 600px;text-align: left;position: relative;padding: 60px 30px;display: flex;justify-content: center;align-items: center;flex-direction: column;}
    .left-our-school::after{content: '';position: absolute;top: 0;bottom: 0;right: 0;margin: auto 0;height: 100%;width: 1px;background: #ffffff45;}
    .left-our-school p{text-align: left; color: #fff;}
    .right-news{width: 100%;max-width: 600px;position: relative;padding: 60px 30px;}
    .latest-news-frame-container {height: 470px;}
    .left-our-school h3 {color: #f3c302;font-size: 28px;margin: 0px 0 18px 0;text-transform: uppercase;}
    /* news page css  */
        .item-new {display: flex;flex-wrap: wrap; margin: 20px 15px;}
        .item-new .date-new {width: 94px;height: 94px;display: flex;flex-direction: column;justify-content: center;align-items: center;background-color: #fff;margin-right: 30px;font-size: 14px;line-height: 1.5;color: #3E4095;text-transform: uppercase;}
        .item-new .date-new .day {font-size: 35px;line-height: 1.1;margin-bottom: 4px;}
        .item-new .info-new {width: calc(100% - 124px);margin-top: -7px;}
        .item-new .info-new .title-new {width: 450px;max-width: 100%;margin-bottom: 10px;}
        .item-new .info-new .title-new a {font-size: 18px;line-height: 1.555555;color: #fff;transition: all .2s;}
        .item-new .info-new .meta-new {font-size: 16px;line-height: 1.75;color: #fff;display: flex;flex-wrap: wrap;}
        .item-new .info-new .meta-new span i{margin:0 5px;font-size: 14px;}
        .news-block-container .owl-nav {position: absolute;top: -75px;right: 80px;margin: 0;width: 100%;display: flex;justify-content: flex-end;}
        .news-block-container .owl-nav > button {width: 56px;height: 49px;background: #fff !important;border-radius: 0 !important;color: #fff !important;font-size: 24px !important;display: flex !important;justify-content: center;align-items: center;border: 1px solid #0000001c !important;}
        .news-block-container .owl-nav > button img {width: 24px;opacity: .6;}
    /* news page css  */
/* 11. news & our school css  */


/* 12. number section css */
    section.number-section-wrapper {padding: 40px 0 40px;background: linear-gradient(180deg,#fff,#f3f1f9);margin-bottom: 20px;}
    section.number-section-wrapper .fluid-container{display: flex;justify-content: center;}
    section.number-section-wrapper article{width: 25%;display: flex;justify-content: flex-start;align-items: center;}
    section.number-section-wrapper article i{width: 60px;height: 60px;display: grid;place-items: center;margin-right: 10px;position: relative;z-index: 0;}
    section.number-section-wrapper article i img {width: 52px;opacity: .6;}
    section.number-section-wrapper article .number-area{width: calc(100% - 80px);text-align: left;}
    section.number-section-wrapper article .number-area > div {display: flex;align-items: center;justify-content: flex-start;font-size: 36px;}
    section.number-section-wrapper article .number-area em {display: block;margin-top: -3px;text-transform: uppercase;letter-spacing: 1px;}
    section.number-section-wrapper article .number-area em br{display: none;}
/* 12. number section css */

/* 13. events section css  */
    .events-section-wrapper{padding: 40px 20px;}
    .latest-events-frame-container {margin-top: 40px;height: 420px;}
    .main-event-card{display: flex;justify-content: center; align-items: center;}
    .event-card{position: relative;background: no-repeat center center/cover; width: 100%; max-width: 550px;height: 400px;overflow: hidden;}
    .event-details{background: rgba(0, 35, 71, 0.8);position: absolute;top: 0px;right: 0px;width: 275px;padding: 30px 25px;color: #ffffff;}
    .inner-event-details{display: flex;justify-content: center;align-items: center;}
    .event-details .inner-event-details .date {color: #ffffff;padding-right: 15px;border-right: 2px solid #fff;font-size: 16px;}
    .event-details .date span {display: block;color: #fdc632;font-size: 28px;}
    .event-details .inner-event-details .time-location {padding-left: 15px;font-size: 14px;}
    .event-details .inner-event-details .time-location p {margin: 0px !important; color: #fff !important; font-size: 14px;text-align: left;}
    .event-details .inner-event-details .time-location p i {color: #ffffff !important;font-size: 13px; margin-right: 3px;}
    .event-details p{color: #fff !important; font-size: 16px; margin: 10px 0;}
    .primary-btn {display: inline-block;background: #f3c302;padding: 0px 48px;color: #fff;font-size: 13px;font-weight: 500;line-height: 50px;border-radius: 5px;outline: none !important;text-align: center;text-transform: uppercase;cursor: pointer;transition: all 0.3s ease 0s;}
    .primary-btn:hover {background: #3E4095;color: #fff;}
/* 13. events section css  */

/* 14. video section css */
    section.index-video-wrapper{padding: 80px 0;text-align: center;background: url('../images/background-images/video-bg.jpg') no-repeat center center/cover fixed;position: relative;z-index: 1;}
    section.index-video-wrapper::before{position: absolute;content: '';top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;background-color: #3a3c9bf0;z-index: -1;}
    section.index-video-wrapper .fluid-container{display: flex;justify-content: center;align-items: center;flex-direction: column;}
    section.index-video-wrapper span{display: flex;justify-content: center;align-items: center;margin-bottom: 40px;}
    section.index-video-wrapper span img{width: 80px;transition: all .2s ease-in-out;}
    section.index-video-wrapper h3 {font-size: 52px;color: #fff;margin-bottom: 20px;}
    section.index-video-wrapper p{color: #fff;font-size: 20px;margin: 0;}
/* 14. video section css */

/* 15. principal-message css  */
    .princple-desk{padding: 40px 20px;background: linear-gradient(180deg,#fff,#f3f1f9);}
    .principal-message-container{margin-top: 32px;display: flex;justify-content: flex-start;}
    .principal-message-container article{width: 100%;max-width: 350px;background: no-repeat center center/cover;display: flex;justify-content: center;padding: 10px;height: 280px;margin-right: 20px;flex-direction: column;}
    .principal-message-container article:last-child{margin-right: 0;}
    .principal-message-container article p{font-size: 16px;}
    .principal-message-container article h5{color: #282828; text-transform: capitalize;}
    .principal-message-container article:nth-child(2),.principal-message-container article:last-child{max-width: 400px;height: initial;}
/* 15. principal-message css  */

/* 16. call to action css */
    section.call-to-action .fluid-container{display: flex;justify-content: center;}
    section.call-to-action article {width: 70%;padding: 28px;position: relative;z-index: 0;background: #3a3b9b;color: #fff;display: flex;flex-direction: column;justify-content: center;}
    section.call-to-action article:before{content: '';position: absolute;height: 100%;width: 1000px;top: 0;bottom: 0;left: -1000px;background: #3E4095;}
    section.call-to-action article p {margin: 0;color: #d4e1fa;font-size: 24px;font-family: content2;}
    section.call-to-action article h5{font-size: 28px;}
    section.call-to-action a{width: 30%;background: #0C9A5E;padding: 28px;position: relative;z-index: 0;display: flex;justify-content: center;align-items: center;}
    section.call-to-action a span{width: 88px;margin-right: 20px;}
    section.call-to-action a em{color: #fff;font-size: 24px;}
    section.call-to-action a:before{content: '';position: absolute;height: 100%;width: 1000px;top: 0;bottom: 0;right: -1000px;background: #0C9A5E;}
    section.call-to-action a::after {content: '';position: absolute;width: 0;height: 0;border-top: 20px solid transparent;border-bottom: 20px solid transparent;border-right: 20px solid #0C9A5E;top: 0;bottom: 0;margin: auto 0;left: -20px;}
/* 16. call to action css */

/* 17. new phot gallery */
    section.new-photogallery{padding: 60px 20px;}
    section.new-photogallery section.new-gallery_container{display: flex;justify-content: center;flex-wrap: wrap;margin: 40px 0}
    section.new-photogallery section.new-gallery_container a{width: 250px;height: 200px;margin: 10px;position: relative;z-index: 0;overflow: hidden;}
    section.new-photogallery section.new-gallery_container a img{width: 100%;height: 100%;object-fit: cover;transition: all .8s ease-in-out}
    section.new-photogallery section.new-gallery_container a:hover img{transform: scale(1.2)}
    section.new-photogallery section.new-gallery_container a span{position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;background: transparent;color: transparent;display: flex;justify-content: center;align-items: center;width: 96%;height: 94%;transition: all .3s ease-in-out;z-index: 1;}
    section.new-photogallery section.new-gallery_container a:hover span{background:rgba(0, 0, 0, 0.6);color:#fff;}
/* 17. new phot gallery */

/* 18.syllabus-wapper css  */
    .syllabus-wapper{padding: 40px 20px 160px; height: 430px;position: relative;z-index: 0;background-color: #05e8ba;background-image: linear-gradient(315deg, #05e8ba 0%, #087ee1 74%);}
    .syllabus-wapper::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;opacity: .2;filter: invert(100%) sepia(1%) saturate(2%) hue-rotate(198deg) brightness(108%) contrast(100%); background: no-repeat center center/cover fixed;background-image: url('../images/background-images/mandala.png');}
    .inner-syllabus-wapper{display: flex;justify-content: center;align-items: center;flex-direction: column;}
    .inner-syllabus-wapper .heading-container h2::before{background: #fff;}
    .inner-syllabus-wapper span{display: block;margin: 40px auto;}
/* 18. syllabus-wapper css  */

/* 19. footer */
    footer{padding: 0px 0 0px;background: #363890;}
    footer .footer-logo-wrapper {margin: 0px 0 0px;display: flex;justify-content: center;align-items: center;padding: 40px 10px 32px;background: #fff;box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;}
    footer .upper-links-container{display: flex;justify-content: center;margin-top: 32px;margin-bottom: 20px;}
    footer .upper-links-container div{width: 25%;}
    footer .upper-links-container div h5 {color: #f3c302;margin-bottom: 20px;font-size: 24px;font-family: content2;text-transform: uppercase;}
    footer .upper-links-container div ul li{margin: 8px 0;}
    footer .upper-links-container div ul li a{display: block;color: #fff;}
    footer .footer-logo-wrapper .footer-logo-container{width: 100px;margin-right: 20px;}
    footer .footer-logo-wrapper a{display: flex;justify-content: center;align-items: center;color: #0C9A5E;}
    footer .footer-logo-wrapper h4{font-size: 24px; color: #141786;}
    footer .footer-logo-wrapper h6{font-size: 20px; color: #141786;}
    .swaragh-credits{display: flex;justify-content: space-between;align-items: center;}
    .swaragh-credits p {margin: 0;color: #ffffff96;font-size: 14px;}
    .swaragh-credits p a{color: #fff;}
    footer .swaragh-cred {padding: 10px 0;border-top: 1px solid #ffffff1f}
    footer .footer-social-wrapper {display: flex;justify-content: center;border-top: 1px solid #ffffff1f;padding: 16px 0 10px;margin: 0px 0 20px;align-items: center;border-bottom: 1px solid #ffffff1f;}
    footer .footer-social-wrapper ul{display: flex;justify-content: center;align-items: center;}
    footer .footer-social-wrapper ul li{margin: 0 20px;}
    footer .footer-social-wrapper ul li:nth-child(1){margin-left: 0;}
    footer .footer-social-wrapper ul li:nth-child(3){margin-right: 0;}
    footer .footer-social-wrapper ul li a{font-size: 14px;color: #fff;display: flex;justify-content: flex-start;align-items: center;}
    footer .footer-social-wrapper ul li a i{display: block;margin-right: 10px;font-size: 20px;}
/* 19. footer */

/* 20. inner page banner  */
    .inner-banner-section{height: 400px;background: no-repeat center center/cover;position: relative;z-index: 0;margin-top: 152px;min-height: 50vh;}
    .inner-banner-section:before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;background: #0c9a5e;opacity: .6;}
    .inner-banner-section .fluid-container{height: 100%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
    .inner-banner-section h1{color: #fff;font-size: 44px;text-transform: uppercase;}
    .inner-banner-section h1 span{color: #fcc816;}
    .inner-banner-section .banner-breadcrumbs{position: absolute;bottom: 0px;left: 0;right: 0;margin: 0 auto;text-align: center;display: flex;justify-content: center;align-items: center;}
    .banner-breadcrumbs article {background: #fff;padding: 12px 20px;display: flex;justify-content: center;align-items: center;border-radius: 2px 2px 0 0;}
    .banner-breadcrumbs article span{display: inline-block;margin: 0 8px;color: #000;font-size: 16px;font-family: content1;}
    .banner-breadcrumbs article span .current-page,.banner-breadcrumbs article span a:hover{text-decoration: underline;color: #f3c302;}
    .banner-breadcrumbs article span a{display: block;transition: all .3s;}
    .banner-breadcrumbs article span:nth-child(2n){font-size: 8px;}
/*20. inner page banner  */

/* inner page content section */
    section.inner-page-wapper{padding: 60px 0px;}
    section.inner-page-wapper .fluid-container{display: flex;justify-content: center;gap: 40px;align-items: flex-start;max-width: 1360px;}
    section.inner-page-wapper .fluid-container.has-only-left-content aside{display: none;}
    section.inner-page-wapper .fluid-container.has-only-left-content .left-side-content{width: 100%;}
    .additional-content-inner-page{width: 100%;max-width: 1360px;margin: 0 auto;padding: 0 10px;}
    section.left-side-content{width:calc(100% - 320px);}
    .inner-page-heading-wrapper{margin: 30px 0 10px;}
    .inner-page-heading-wrapper .inner-page-heading-h3{font-size: 28px;font-family: content1;color: #3E4095;line-height: 1;display: inline-block;position: relative;text-transform: uppercase;}
    .inner-page-heading-wrapper .inner-page-heading-h3 span{color: #0C9A5E;}
    .inner-page-heading-wrapper .inner-page-heading-h3::before{content: '';position: absolute;bottom: 0;left: -16px;right: 0;width: 5px;height: 88%;background: #3E4095;margin: auto 0;}
    aside.right-side-links {width: 100%;max-width: 320px;padding-bottom: 20px;}
    aside.right-side-links h4 {padding: 20px 10px 10px;color: #0C9A5E;font-size: 27px;text-align: left;border-bottom: dotted;margin-bottom: 4px;}
    aside.right-side-links ul li a {text-align: left;display: block;padding: 10px 10px 10px 20px;font-size: 18px;position: relative;color: #3e4095;border-bottom: 1px solid rgba(0,0,0,.1);}    
    aside.right-side-links .external-right-links{margin-top: 20px;}
    aside.right-side-links .external-right-links a {display: flex;justify-content: flex-start;align-items: center;background: #f9f9f9;color: #000;text-transform: uppercase;margin-bottom: 6px;font-size: 17px;letter-spacing: 1px;position: relative;z-index: 0;}
    aside.right-side-links .external-right-links a::before {content: '';position: absolute;bottom: 0;right: 0;width: calc(100% - 48px);height: 99%;z-index: -1;border: 1px solid #00000017;margin: 0 auto;top: 0;border-left: none;}
    aside.right-side-links .external-right-links a i{width: 48px;margin-right: 20px;display: flex;justify-content: center;align-items: center;height: 50px;background: #0C9A5E;}
    aside.right-side-links .external-right-links a i img{width: 24px;filter: invert(100%) sepia(95%) saturate(20%) hue-rotate(0deg) brightness(106%) contrast(105%);}    
    aside.right-side-links ul li a span img{width: 10px;}
    aside.right-side-links ul li a::before{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 1px;background: #ffffff1c;}
    .duplex-image-container{margin: 40px 0;display: flex;justify-content: flex-start;gap: 20px;}
    .duplex-image-container.has-captions figcaption {padding: 20px;background: #f9f9f9;font-size: 18px;text-transform: capitalize;border: 1px solid #0000000f;border-top: none;}
    .duplex-image-container figure{width: 100%;max-width: 450px;text-align: center;}
    .duplex-image-container figure .image-holder{height: 250px;width: 100%;}
    .duplex-image-container figure .image-holder img{width: 100%;height: 100%;object-fit: cover;}
    .topper-ul{display: flex;justify-content: flex-start;gap: 20px;flex-wrap: wrap;}
/* inner page content section */

/* overview */
    .vision-mission-blocks{display: flex;justify-content: center;gap: 20px;margin: 20px 0 40px;padding-top: 40px;}
    article.vision-mission-wrapper {padding: 40px 20px;border-radius: 20px;background: #f9f9f9;border: 1px solid #0000000f;position: relative;width: 40%;}
    article.vision-mission-wrapper h4{text-align: center;font-size: 40px;letter-spacing: 1px;}
    article.vision-mission-wrapper span {width: 80px;height: 80px;display: grid;place-items: center;border-radius: 50%;margin: 0 auto 20px;position: relative;z-index: 0;}
    article.vision-mission-wrapper span::before {content: '';position: absolute;bottom: 0;left: 0;right: 0;top: 0;margin: auto;width: 100%;height: 100%;border-radius: 50%;border: 2px solid currentColor;transform: scale(1.1);z-index: -1;}
    article.vision-mission-wrapper:nth-child(1) span{background: #0073bb;color: #0073bb;}
    article.vision-mission-wrapper:nth-child(1) h4{color: #0073bb;}
    article.vision-mission-wrapper:nth-child(2) span{background: #9b59b6;color: #9b59b6;}
    article.vision-mission-wrapper:nth-child(2) h4{color: #9b59b6;}
    article.vision-mission-wrapper span img{width: 44px;filter: invert(100%) sepia(95%) saturate(20%) hue-rotate(0deg) brightness(106%) contrast(105%);}
    article.vision-mission-wrapper p {text-align: center;font-size: 18px;font-style: italic;color: #000000d6;}
    .why-regency-inner{display: flex;justify-content: center;gap: 20px;margin: 40px 0 40px;flex-wrap: wrap;}
    .why-regency-inner article {width: 100%;max-width: 49%;padding: 28px 20px 28px 68px;position: relative;background: #eee;}
    .why-regency-inner article h4 {font-family: content1;font-size: 18px;}
    .why-regency-inner article span {width: 60px;height: 100%;display: grid;place-items: center;position: absolute;top: 0;bottom: 0;left: 0;background: #f6b744;}
    .why-regency-inner article:nth-child(2) span{background: #0073bb;}
    .why-regency-inner article:nth-child(3) span{background: #9b59b6;}
    .why-regency-inner article:nth-child(4) span{background: #51c435;}
    .why-regency-inner article span img{width: 32px;filter: invert(100%) sepia(95%) saturate(20%) hue-rotate(0deg) brightness(106%) contrast(105%);}
/* overview */

/* school management */
    .school-management-intro{padding: 0px 0px;border-radius: 20px;/*background: #f9f9f9;border: 1px solid #0000000f;*/position: relative;}
    .school-management-intro ul li {padding: 14px 10px 14px 40px;font-size: 18px;position: relative;/*border-bottom: 1px solid #00000012;*/color: #000c}
    .school-management-intro ul li a{color: #000c}
    .school-management-intro ul li ul{margin: 20px 0;}
    .school-management-intro ul li ul li {border: none;padding: 8px;list-style: disc;margin-left: 20px;}
    .school-management-intro ul li:last-child{margin-bottom: 0;border: none;}
    .school-management-intro ul li:nth-child(2n){background: #fff;}
    .school-management-intro ul li img {width: 18px;position: absolute;top: 20px;left: 10px;filter: invert(22%) sepia(53%) saturate(2566%) hue-rotate(226deg) brightness(82%) contrast(84%);}
    .school-management-intro ul li:nth-child(2n) img{filter: invert(77%) sepia(49%) saturate(7407%) hue-rotate(117deg) brightness(93%) contrast(86%);;}
    section.inner-call-action{display: flex;justify-content: center;padding-top: 40px;}
    section.inner-call-action > *{padding: 40px;display: flex;justify-content: center;align-items: center;flex-direction: column;}
    section.inner-call-action article{width: 70%;background: #2c2eaa;border-radius: 6px 0 0 6px;}
    section.inner-call-action article h5{font-size: 32px;color: #fff;}
    section.inner-call-action article p{margin: 0;color: #d4e1fa;font-size: 24px;font-family: content2;}
    section.inner-call-action a{width: 30%;background: #12B36F;font-size: 32px;color: #fff;position: relative;border-radius: 0 6px 60px 0;}
    section.inner-call-action a::before{content: '';position: absolute;width: 0;height: 0;border-top: 20px solid transparent;border-bottom: 20px solid transparent;border-right: 20px solid #12B36F;top: 0;bottom: 0;margin: auto 0;left: -20px;}
/* school management */

/* director message  */
    .about-director-mesage {padding: 20px 20px 0;display: flex;justify-content: center;flex-direction: column;align-items: center;}
    .about-director-mesage article.dir-image {max-width: 450px;background: no-repeat center center/cover;display: flex;justify-content: center;align-items: center;padding: 10px;}
    article.dir-image img{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
    .about-director-mesage article { width: 100%; max-width: 450px; padding: 0px 20px; margin: 0 20px;}
    div.duplex-paras {display: flex;justify-content: space-between;padding: 20px;background: #f9f9f9;}
    div.duplex-paras p {width: 48%;}
    .dir-content p{color: #4b4d9a;font-size: 24px;font-weight: 600;text-align: center;margin-top: 0px;}
    .inner-p{font-family: content1;text-transform: capitalize;margin-bottom: 0px;font-size: 24px;position: relative;color: #3E4095;}
    .inner-p span{color: #0C9A5E;}
/* director message  */

/* evaluation and assesment */
    .how-we-work-container {margin-top: 40px;position: relative;z-index: 0;}
    .how-we-work-container article {padding: 0px;margin-bottom: 40px;position: relative;padding-left: 100px;counter-increment: step-counter;}
    .how-we-work-container article::before {content: counter(step-counter, decimal-leading-zero);left: 0;position: absolute;text-align: left;top: 0;color: #fff;font-family: content2;font-size: 20px;cursor: default;bottom: 0;margin: auto 0;display: flex;justify-content: center;align-items: center;padding: 10px;background: #f6b744;height: 60px;width: 60px;}
    .how-we-work-container::before {content: '';position: absolute;top: 0;left: 30px;bottom: 0;height: 94%;width: 2px;background: #eeeeee;z-index: -1;margin: auto 0;}
    .how-we-work-container article div {display: flex;justify-content: flex-start;align-items: center;}
    .process-container h6 {margin-right: 20px;font-size: 20px;text-align: left;text-transform: uppercase;color: #0C9A5E;letter-spacing: 1px;font-family: content2;}   
    .process-container h6 span {display: block;text-transform: initial;color: #000;font-family: content1;font-size: 18px;letter-spacing: 0;}
/* evaluation and assesment */

/* discipline and conduct */
    h2.inner-h2{font-family: content2;text-transform: uppercase;margin-bottom: 0px;font-size: 30px;position: relative;color: #3E4095;margin-top: 35px;}
    h2.inner-h2 span{color: #0C9A5E;}
    h2.inner-h2::before {content: '';position: absolute;bottom: 0;left: -16px;right: 0;width: 4px;height: 88%;background: #3E4095;margin: auto 0;top: 0;}
    h4.inner-h4{font-family: content1;text-transform: uppercase;margin-bottom: 0px;font-size: 24px;padding-left: 20px;position: relative;color: #3E4095;margin-top: 35px;}
    h4.inner-h4 span{color: #0C9A5E;}
    h4.inner-h4::before {content: '';position: absolute;bottom: 0;left: 0;right: 0;width: 4px;height: 88%;background: #3E4095;margin: auto 0;top: 0;}
    ul.rules{margin: 20px 0;}
    ul.has-points{margin: 10px 0;}
    ul.has-points li{line-height: 1.7;font-size: 18px;color: #000000b5;position: relative;padding-left: 20px;margin: 10px 0;}
    ul.has-points li::before{content: '';position: absolute;top: 0;bottom: 0;left:0;margin: auto 0;width: 6px;height: 6px;background: #000;border-radius: 50%;}
    ul.rules li {padding: 12px 10px 12px 52px;position: relative;line-height: 1.7;font-size: 18px;color: #000000b5;}
    ul.rules li img{position: absolute;top: 0;left: 10px;bottom: 0;margin: auto 0;width: 20px;filter: invert(18%) sepia(37%) saturate(3862%) hue-rotate(228deg) brightness(96%) contrast(83%);}
/* discipline and conduct */

    .desktop-menu-container ul li a.act-link{color: #0C9A5E;}
    .desktop-menu-container ul li a.act-link::before{width: 100%;}
    aside.right-side-links ul li a.act-link, aside.right-side-links ul li a:hover {border-bottom: 4px solid #3e4095;color: #0c9a5e;}
    footer .upper-links-container div ul li a.act-link,footer .upper-links-container div ul li a:hover{color: #f6b744;}
    .hc-offcanvas-nav li.nav-parent .act-link{background: #f3c302; color: #fff;}

/* news, events, videos and gallery */
    .news-events-component-wrappper{margin-top: 40px;}
    .individual-news-event-component {padding: 40px 20px;margin: 0 0 32px;border: 1px solid #0000000d;}
    .individual-news-event-component h3{color: #141786;margin-bottom: 40px;text-align: center;font-family: content1;font-size: 26px;}
    .news-events-inner-image{display: block;height: 300px;width: 100%;max-width: 350px;margin: 0 20px 20px 0;position: relative;float: left;background: no-repeat center center/cover;border-radius:8px}
    .news-events-inner-image.with-no-image::after{display: none;}
    .news-events-inner-image::after{content: 'View';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6);color: #fff;font-size: 18px;display: grid;place-items: center;transition: all .3s ease-in-out;opacity: 0;border-radius:8px}
    .news-events-inner-image:hover::after{opacity: 1;}
    .individual-news-event-component p{color: #000;margin: 12px 0;font-size: 16px;}
    .individual-news-event-component p span{color: #141786;}
    .individual-news-event-component:nth-child(2n){background: #f9f9f9;}
    .individual-news-event-component:last-child{margin-bottom: 0;}
    .individual-news-event-component:nth-child(2n) h3{color: #0C9A5E;}
    .individual-news-event-component:nth-child(2n) p span{color: #0C9A5E;}
    .individual-news-event-component:nth-child(2n) .news-events-inner-image{float: right;margin: 0 0 20px 20px;}
    .gallery-album-wrapper {display: flex;justify-content: center;flex-wrap: wrap;margin-top: 40px;gap: 10px;}
    .gallery-album-wrapper a.album-component-anchor {display: block;width: 100%;max-width: 400px;height: 300px;position: relative;transition: all .3s ease-in-out;overflow: hidden;}
    .gallery-album-wrapper a.album-component-anchor em {background: no-repeat center center/cover;display: block;height: 100%;width: 100%;transition: all .6s ease-in-out;}
    .gallery-album-wrapper a.album-component-anchor em span {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;background: transparent;color: transparent;transition: all .3s ease-in-out;font-size: 18px;}
    .gallery-album-wrapper a.album-component-anchor:hover em span {background: rgba(0, 0, 0, .6);color: #fff;}
    .gallery-album-wrapper a.album-component-anchor:hover em {transform: scale(1.1) rotate(2deg);}
    .individual-photo-components {display: flex;justify-content: center;flex-wrap: wrap;margin-top: 40px;}
    .individual-photo-components .magnific-img {margin: 6px;width: 100%;max-width: 400px;height: 300px;position: relative;transition: all .3s ease-in-out;background: no-repeat center center/cover;}
    .individual-photo-components .magnific-img > a {display: block;height: 100%;width: 100%;background: no-repeat center center/cover;position: relative;}
    .individual-photo-components .magnific-img > a em {position: absolute;top: 0;left: 0;width: 96%;height: 94%;background: #000;color: #fff;opacity: 0;display: flex;justify-content: center;align-items: center;transition: all .4s ease-in-out;bottom: 0;right: 0;margin: auto;}
    .individual-photo-components .magnific-img > a:hover em{opacity: .6;}
    .video-gallery-wrapper{display: flex;justify-content: center;flex-wrap: wrap;gap: 40px 28px;margin-top: 40px;}
    .video-gallery-container{width: 100%;max-width: 350px;text-align: center;padding-bottom: 20px;background: #f9f9f9;}
    .video-gallery-container h4{font-family: content1;}
    .video-individual-component{width: 100%;height: 300px;margin-bottom: 20px;}
    .video-individual-component iframe{width: 100%;height: 100%;}
/* news, events, videos and gallery */

/* footer qoutes css  */
    .footer-quets{background: #12B36F; padding: 20px;}
    .footer-quets h1{font-family: 'fancy1' !important;font-size: 50px;text-align: center; color: #fff;}
/* footer qoutes css  */

/* go to top */
    #to-top {cursor: pointer;position: fixed;bottom: 20px;right: 30px;z-index: 9;color: #0C9A5E;font-size: 40px;}
    #to-top:hover{color: #3E4095;}
/* go to top */

/* conatct us css  */
    section.contact-us{padding: 40px 0;}
    .contact-us-wrapper{display: flex; justify-content: center;text-align: center;}
    .contact-us-wrapper article{width: 100%;max-width: 400px;padding: 60px 20px;margin: 0 5px;position: relative;z-index: 0;overflow: hidden;}
    .contact-us-wrapper article:hover .img{transform: scale(1.4);}
    .contact-us-wrapper article .img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: -2;transition: all .2s;}
    .contact-us-wrapper article:before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000;opacity: .7;z-index: -1}
    .contact-us-wrapper article span{display: block;margin: 0 0 10px;}
    .contact-us-wrapper article span img{width: 40px;filter: invert(47%) sepia(98%) saturate(334%) hue-rotate(69deg) brightness(103%) contrast(83%);}
    .contact-us-wrapper article h4{color: #fff;font-family: content2;font-size: 28px;margin-bottom: 10px;text-transform: uppercase;}
    .contact-us-wrapper article a{color: #fff;line-height: 1.2;transition: all .2s;display: block;margin: 10px 0;}
    .contact-us-wrapper article ul{margin-top: 16px;display: flex;justify-content: flex-start;}
    .contact-us-wrapper article ul li{margin-right: 32px;width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;}
    .contact-us-wrapper article ul li a{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;font-size: 24px;transition: all .4s;}
    .contact-us-wrapper article ul li:nth-child(1):hover a{color: #3b5998;}
    .contact-us-wrapper article ul li:nth-child(2):hover a{color: #c4355e;}
    .contact-us-wrapper article ul li:nth-child(3):hover a{color: #ff0000;}
    .contact-us-wrapper article a:hover{color: #4bad46;}
    section.get-in-touch {background: #efefef;width: 100%;display: flex;justify-content: center;align-items: center;flex-direction: column;padding: 20px;}
    .get-in-touch .customer-details{width: 100%; max-width: 900px;margin: 0 auto;}
    .get-in-touch h3{font-size: 20px;text-align: center; margin-bottom: 30px;color:#000;}
    .get-in-touch .customer-details .field{margin-bottom: 20px;}
    .get-in-touch .customer-details .field input,
    .get-in-touch .customer-details .field textarea{width: 100%;padding: 20px 15px;font-family: content1;font-size: 20px;outline: 1px solid transparent;transition: all .2s;height: initial;}
    .customer-details .field input:focus,.customer-details .field textarea:focus{outline-color: #3e4095;}
    .get-in-touch .customer-details .field input::placeholder,  .get-in-touch .customer-details .field textarea::placeholder{font-size: 20px;opacity: 1;}
    .get-in-touchs .customer-details .field label{font-size: 20px;}
    .get-in-touch .customer-details .field button{font-size: 32px;background-color: #3e4095;border-radius: 2px;display: block;padding: 10px 20px;color: #fff;border: none;width: 100%;font-family: content2;text-transform: uppercase;transition: all 0.4s ease-in-out;}
    .get-in-touch .customer-details .field button:hover{transform: translateY(-3px);background-color: #0c9a5e;}
    .g-recaptcha{display: flex;justify-content: center;align-items: center;}
/* conatct us css  */

/* apply online css  */
    section.indi-details{padding: 20px;}
    .admisison-form-form{padding: 40px 0;text-align: left;}
    .admisison-form-form h4{text-align: left;padding: 10px 40px 10px 60px;color: #4bad46;display: inline-block;margin-bottom: 32px;margin-left: 20px;font-size: 28px;position: relative;font-family: content2;text-transform: uppercase;}
    .admisison-form-form h4 img{position: absolute;left: 0px;top: 0;bottom: 0;margin: auto;width: 40px;filter: invert(47%) sepia(98%) saturate(334%) hue-rotate(69deg) brightness(103%) contrast(83%);}
    form.apply-online-form select,form.apply-online-form input,form.apply-online-form textarea{background: transparent;font-family: content1;color: #000 !important;padding:20px 10px;transition: all .2s;outline: 1px solid transparent;}
    form.apply-online-form input[type="radio"]{outline: none;}
    form.apply-online-form select:focus,form.apply-online-form input:focus,form.apply-online-form textarea:focus{outline-color: #3e4095 !important;}
    form.apply-online-form .apply-input{width: calc(50% - 44px);margin:28px 20px;display: inline-block;position: relative;vertical-align: middle;border-radius: 0px 0px 2px 2px;outline: 1px solid rgba(0, 0, 0, 0.08);}
    form.apply-online-form .apply-input .input-label{position: absolute;display: inline-block;top: -28px;background: #0c9a5e;padding: 4px 8px;left: -1px;color: #fff;font-size: 14px;border-radius: 2px 2px 0px 0px;}
    form.apply-online-form .apply-input span.radio{display: inline-block;vertical-align: middle;font-size: 16px;text-align: center;}
    .appl-submi{display: block;width: 100%;text-align: center;}
    .appl-submi button{background: #3e4095;width: 100%;color: #fff;font-size: 28px;padding: 16px;font-family: content2;border-radius: 0 0 3px 3px;text-transform: uppercase;max-width: 320px;margin: 0 auto;}
/* apply online css  */

/* faculty css  */
    .table-wrap {overflow-x: auto;white-space: nowrap;}
    .styled-table {border-collapse: collapse;margin: 30px 0;font-size: 18px;box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);width: 100%;}
    .styled-table thead tr {background: linear-gradient(to right, #6f24b3 50%, #f68121 160%);color: #ffffff;text-align: left;}
    .bg-clr {background: linear-gradient(to right, #6f24b3 50%, #f68121 160%);}
    .styled-table th, .styled-table td {padding: 12px 15px;}
    .styled-table tbody tr {border-bottom: 1px solid #dddddd;}
    .styled-table tbody tr:nth-of-type(even) {background-color: #f3f3f3;}
    .styled-table tbody tr:last-of-type {border-bottom: 2px solid #fdce24;}
    .styled-table tbody tr.active-row {font-weight: bold;color: #009879;}
/* faculty css  */

/* testimonials css  */
    .testimonials-wapper{padding: 40px 20px;position: relative;}
    .gtco-testimonials {position: relative;margin-top: 30px;}
    .gtco-testimonials .owl-stage-outer {padding: 30px 0;}
    .gtco-testimonials .owl-nav {display: none;}
    .gtco-testimonials .owl-dots {text-align: center;}
    .gtco-testimonials .owl-dots span {position: relative;height: 10px;width: 10px;border-radius: 50%;display: block;background: #fff;border: 2px solid #01b0f8;margin: 0 5px;}
    .gtco-testimonials .owl-dots .active {box-shadow: none;}
    .gtco-testimonials .owl-dots .active span {background: #01b0f8;box-shadow: none;height: 12px;width: 12px;margin-bottom: -1px;}
    .gtco-testimonials .card {background: #fff;box-shadow: 0 8px 30px -7px #c9dff0;margin: 0 20px;padding: 10px 10px;border-radius: 20px;border: 0;}
    .gtco-testimonials .card .card-img-top {max-width: 100px;border-radius: 50%;margin: 15px auto 0;box-shadow: 0 8px 20px -4px #95abbb;width: 100px;height: 100px;}
    .gtco-testimonials .card h5 {color: #01b0f8;font-size: 21px;line-height: 1.3;}
    .gtco-testimonials .card h5 span {font-size: 18px;color: #666;}
    .gtco-testimonials .card p {font-size: 18px;color: #555;padding-bottom: 15px;text-align: center;}
    .gtco-testimonials .active {opacity: 0.5;transition: all 0.3s;}
    .gtco-testimonials .center {opacity: 1;}
    .gtco-testimonials .center h5 {font-size: 24px;text-align: center;}
    .gtco-testimonials .center h5 span {font-size: 20px;}
    .gtco-testimonials .center .card-img-top {max-width: 100%;height: 120px;width: 120px;}
    @media (max-width: 767px) {.gtco-testimonials {margin-top: 20px;}}
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {outline: 0;}
    .owl-carousel button.owl-dot {outline: 0;}
    div.test-index-wapper{position: relative;}
    a.test-index-a{position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;margin: auto;}
/* testimonials css  */

/* inner page testimonials css  */
   .testimonials-page-wapper{display: flex;justify-content: center;}
   .testimonials-page-wapper .testi-card{background-color: #fff;padding: 10px;border-radius: 12px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;margin: 20px 10px;width: 100%;max-width: 990px;}
   .img-block{display: flex;justify-content: flex-start;gap: 20px;}
   .img-block span{display: flex;justify-content: center;align-items: center;}
   .img-block span img{width: 50px;border-radius: 50%;}
   .img-block .img-block-txt h5{font-size: 18px;color: #009879;margin: 0px 0;line-height: 1.6;text-align: left;}
   .img-block .img-block-txt em {font-size: 16px;color: #3e4095;margin: 0px 0;text-align: left;}
   .testi-content p{font-size: 15px; color: #121212;line-height: 1.5;margin: 10px 0;text-align: left;}
   .testi-content em{display: flex;justify-content: flex-end;}
   .testi-content em i{color: #555;}
   .card-body{margin-top: 20px;}
/* inner page testimonials css  */

/* sitemap-page */
    .sitemap{padding: 80px 20px;}
    .site-list-map-wrapper{display: flex;justify-content:center;margin-top: 40px;flex-wrap: wrap;}
    span.site-container{display: block;margin-bottom: 20px;font-family: content1;font-size: 32px;color: #4bad46;}
    ul.site-list-nested{margin-left: 16px;}
    .site-list-map-wrapper .site-list{display: flex;flex-direction: column;margin-bottom: 10px;font-size: 20px;width: 100%;max-width: 360px;padding:40px 20px;}
    .site-list-map-wrapper .site-list:nth-child(odd){background: #f9f9f9;}
    .site-list-nested li {position: relative;padding-left: 28px;margin-bottom: 10px;}
    .site-list-nested li img{content: '';position: absolute;left: 0;top: 3px;bottom: 0;margin: auto 0;width: 16px;height: 16px;}
    .site-list-nested li a{color: #3E4095;display: block;}
/* sitemap-page */

/* media queri css  */
@media (max-width: 1240px){
    .inner-regency-way{flex-direction: column;align-items: flex-start;justify-content: center;}
    .inner-regency-way article:nth-child(1) {max-width: initial;}
    .inner-regency-way article:nth-child(2) {height: 300px;max-width: 490px;margin-top: 0;}
    .right-regency-way{position: absolute;left: 550px;max-width: calc(100% - 576px) !important;}
    .inner-regency-way article.middile-regency-way::before{display: none;}
    .desktop-menu-container ul{display: none;}
    header .toggle {display: block !important;}
    .left-about-left-block .about-left-cards,.left-about-right-block .about-right-cards{max-width: 280px;margin: 16px 16px;}
    .content .title{font-size: 28px;}
    .inner-banner-section{margin-top: 150px;height: 380px;}
    .left-about-us .left-about-left-block, .left-about-right-block{margin: auto 0px;}
}
@media (max-width: 1100px){
    aside.right-side-links{display: none;}
    section.left-side-content{width: 100%;}
    .inner-news-our-school {flex-direction: column;align-items: center;}
    .left-our-school{max-width: 100%;}
    .left-our-school::after{display: none;}
    .right-news{padding: 20px;max-width: 100%;}
    .inner-banner-section{height: 360px;}
    .duplex-image-container{justify-content: center;}
}
@media (max-width: 1024px){
    .principal-message-container{justify-content: center;flex-direction: column;align-items: center;}
    .principal-message-container article:first-child{margin: 0 0 32px 0;}
    .principal-message-container article h5{margin-top: 20px;}
    .principal-message-container article:nth-child(2), .principal-message-container article:last-child{max-width: 100%;margin: 0;}
    .principal-message-container article:nth-child(2) p, .principal-message-container article:last-child p{margin: 0;}
    .left-about-left-block .about-left-cards, .left-about-right-block .about-right-cards{margin: 0;}
    .inner-about-us{flex-direction: column;align-items: center;flex-direction: column-reverse;}
    .left-about-us {justify-content: center;max-width: 100%;flex-direction: column;}
    .right-about-us{max-width: 100%;margin: 0;padding: 20px 0;}
    .left-about-us .left-about-left-block, .left-about-right-block {max-width: 100%;margin: 0 0 0 0;display: flex;justify-content: center;gap: 10px;}
    .duplex-image-container{flex-wrap: wrap;justify-content: center;}
    .inner-banner-section{height: 340px;}
}
@media (max-width: 992px){
    .inner-regency-way article:nth-child(2){display: none;}
    .inner-regency-way article{margin: 0px 0px;position: unset;max-width: 100% !important;}
    section.number-section-wrapper .fluid-container{flex-wrap: wrap;gap: 32px 20px;}
    section.number-section-wrapper article{width: 45%;}
    footer .upper-links-container {flex-wrap: wrap;gap: 20px;}
    footer .upper-links-container div {width: 40%;margin: 20px 0;}
    .slide{min-height: initial;height: 450px;}
    .inner-banner-section{height: 320px;}
    .contact-us-wrapper{flex-direction: column-reverse;justify-content: center;align-items: center;}
    .social-blocks-wapper{display: flex;justify-content: space-evenly;gap: 10px;padding: 30px 0;}
}
@media (max-width: 840px){
    .left-about-left-block .about-left-cards{height: 260px;}
    .slide{height: 420px;}
    .about-director-mesage{flex-wrap: wrap;padding: 20px 20px 0;}
    .inner-banner-section{height: 300px;}
    .about-director-mesage article{width: 100%;max-width: 550px;margin: 0;}
    .about-director-mesage article.dir-image{max-width: 550px;}
    .syllabus-wapper{min-height: 490px;}

}
@media (max-width: 768px){
    .item-new{margin: 20px 10px;}
    .news-block-container .owl-nav{display: none;}
    section.index-video-wrapper h3 {font-size: 40px;}
    .gallery-album-wrapper a.album-component-anchor{width: 300px;height: 250px;}
    div.duplex-paras {flex-direction: column;justify-content: center;align-items: center;padding: 0;background: transparent;}
    div.duplex-paras p {width: 100%;}
    .slide{height: 400px;}
    .inner-banner-section{height: 280px;}
    .vision-mission-blocks{flex-wrap: wrap;}
    article.vision-mission-wrapper{width: 100%;max-width: 550px;}
    .why-regency-inner article{max-width: 100%;}
    section.call-to-action .fluid-container{flex-direction: column;align-items: center;padding: 0;}
    section.call-to-action .fluid-container > *::before{display: none;}
    section.call-to-action article p{text-align: center;}
    section.call-to-action a::after {bottom: initial;top: -22px;left: 0;right: 0;margin: 0 auto;transform: rotate(90deg);}
    section.call-to-action .fluid-container > *{width: 100%;max-width: 100%;text-align: center;padding: 40px;}
    .contact-us-wrapper{flex-direction: column;}
    .social-blocks-wapper{flex-wrap: wrap;}
    form.apply-online-form .apply-input {width: 100% !important;display: block;margin: 48px 0;}
    .respslide{background-image: url('../images/banner/banner-2.jpg') !important;}
}
@media (max-width: 636px){
    footer .footer-social-wrapper ul li a span{display: none;}
}
@media (max-width: 600px){
    .inner-banner-section{margin-top: 205px;height: 250px;}
    .logo-menu-header .logo-and-title{float: none;width: 100%;display: flex;flex-direction: column;text-align: center;justify-content: center;}
    nav.resp-menu{position: absolute;right: 0;top: 60px;}
    .logo-menu-header{padding: 12px 0 12px;} 
    .index-page-slider {transform: translateY(220px);}  
    .logo-menu-header .logo-and-title em h3{font-size: 20px;} 
    .logo-menu-header .logo-and-title em h6{margin-top: 4px;}
    .logo-menu-header .logo-and-title img{margin-right: 0;}
    .inner-syllabus-wapper .heading-container h2,.inner-syllabus-wapper .heading-container h2 span{font-size: 28px !important;}
    footer .footer-logo-wrapper h4{font-size: 20px;}
    footer .footer-logo-wrapper h6{font-size: 18px;}
    footer .footer-logo-wrapper a{flex-direction: column;align-items: center;text-align: center;}
    footer .footer-logo-wrapper .footer-logo-container{margin: 0 0 20px 0;}
    .left-about-us .left-about-left-block, .left-about-right-block{flex-direction: column;align-items: center;}
    .item-new .info-new .title-new{margin-bottom: 0;}
    .item-new .info-new .meta-new{display: none;}
    .item-new .date-new{width: 80px;height: 80px;font-size: 12px;}
    .item-new {align-items: center;}
    .item-new .date-new .day{font-size: 28px;}
    section.number-section-wrapper article {width: 100%;}
    section.number-section-wrapper .fluid-container{gap: 32px 0;}
    section.number-section-wrapper article {justify-content: center;}
    section.number-section-wrapper article .number-area{width: initial;}
    .slide{height: 370px;}
    .custom-shape-divider-bottom-1632985042 svg{height: 45px;}
    section.number-section-wrapper article .number-area em br{display: block;}
    .about-us{padding: 200px 20px 40px;}
    .logo-a-flex{width: 100%;margin: auto;flex-direction: column;justify-content: center;align-items: center;}
}
@media (max-width: 536px){
    section.inner-call-action{flex-direction: column;}
    section.inner-call-action article {width: 100%;border-radius: 6px 6px 0 0px;}
    section.inner-call-action a {width: 100%;border-radius: 0 0px 60px 60px;font-size: 28px;}
    section.inner-call-action a::before {content: '';position: absolute;width: 0;height: 0;border-left: 20px solid transparent;border-bottom: 20px solid #12B36F;border-right: 20px solid transparent;top: -159px;margin: auto;left: 0;right: 0;}
    section.inner-call-action article h5 {font-size: 28px;text-align: center;margin: auto;}
    section.inner-call-action article p {margin: auto;font-size: 20px;text-align: center;}
    .inner-banner-section{height: 230px;}
    .inner-banner-section h1{font-size: 32px;}
    section.inner-page-wapper{padding: 30px 0px;}
    .swaragh-credits{flex-direction: column;justify-content: center;}
    .swaragh-credits p{line-height: 1.9;}
    .syllabus-wapper{min-height: 500px;}
    h2.full-length-h2{font-size: 35px;}
}
@media (max-width: 480px){
    .item-new .info-new .title-new a{font-size: 16px;}
    footer .upper-links-container div {width: 43%;}
    footer .upper-links-container div h5{margin-bottom: 6px;}
    .slide{height: 155px;}
    .inner-banner-section{height: 220px;}
    .inner-banner-section h1{font-size: 30px;}
    .index-page-slider .owl-nav{display: none;}
}
@media (max-width: 420px){
    .slide{height: 155px;}
    .inner-banner-section{height: 210px;}
    .inner-banner-section h1{font-size: 28px;text-align: center;}
    footer .upper-links-container div {width: 100%; margin: auto 30px;}
    .custom-shape-divider-bottom-1632985042
    {
        display:none;
    }
}
@media (max-width: 360px){
    .slide{height: 155px;}
    .inner-banner-section{height: 200px;}
    .inner-banner-section h1{font-size: 26px;}
}
.add-online {margin-bottom: 10px; background: #f7f7f7; border-radius: 2px; padding: 20px 0px; margin-top: -35px; }
.add-online .row {width: 100%;display: flex;flex-wrap: wrap;}
.add-online .col-sm-3 {width: 20%; padding-left: 15px;padding-right: 15px; text-align: center;}
.add-online .col-sm-6 {width: 60%; padding-left: 15px;padding-right: 15px; text-align: center;}
.add-online .heading-container h2
{
    margin: 0px;
font-size: 30px;
font-weight: 600;
}
.text-center
{
  text-align:center;

}
.add-online .row h3 
{
    color: #f3c302;
    font-size: 28px;
    margin: 0px 0 0px 0;
text-transform: uppercase;
text-align: center;
width: 100%;
font-weight:600;
}
.add-online .row p
{
 text-align: center;
width: 100%;   
}
@media (min-width: 1280px){
    .slide{height: 500px;}
}
@media (min-width: 1400px){
    .slide{height: 560px;}
}
@media (max-width: 560px){
    .add-online .col-sm-6, .add-online .col-sm-3 {
        width:100%;
    }
    .add-online .col-sm-3 {
        margin:20px 0px 10px;
    }
    .custom-shape-divider-bottom-1632985042
    {
        display:none;
    }
    }