@font-face {
    font-family: Comfortaa-Bold;
    src: url(../assets/fonts/static/Comfortaa-Bold.ttf) format('truetype');
}

@font-face {
    font-family: Comfortaa-Light;
    src: url(../assets/fonts/static/Comfortaa-Light.ttf) format('truetype');
}

@font-face {
    font-family: Comfortaa-Medium;
    src: url(../assets/fonts/static/Comfortaa-Medium.ttf) format('truetype');
}

@font-face {
    font-family: Comfortaa-Regular;
    src: url(../assets/fonts/static/Comfortaa-Regular.ttf) format('truetype');
}

@font-face {
    font-family: Comfortaa-SemiBold;
    src: url(../assets/fonts/static/Comfortaa-SemiBold.ttf) format('truetype');
}

:root {
    --energized-color: #11325c;
    --positive-color: #f4511e;
    --white: #ffffff;
    --gray: #ececec;
    --dark-gray: #222;
    --dark-green: #109F71;
    --dark-orange: #F37D33;
    --dark-yellow: #FCB935;
    --dark-blue: #296FB7;
    --dark-purple: #685CA2;
    --light-purple: #d176ed;
}

body {
    font: 400 15px;
    line-height: 1.8;
    color: #28323C;
    font-family: sans-serif, Open Sans;
}


home-img {
    object-fit: cover;
    max-width: 540px;
    max-height: 300px;
}

h4 {
    font-size: 18px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
}

.jumbotron {
    background-color: var(--energized-color);
    color: #fff;
    padding: 100px 25px;
    font-family: Comfortaa-Regular;
}

.jumbotron h1 {
    padding: 4rem 0rem 2rem 0;
}

.hdr-img {
    background-position: center;
}

.bg-energized {
    background-color: #222;
    color: white;
}

.bg-energizedmedium {
    background-color: #cccccc;
    color: black;
}

.bg-energizedlight {
    background-color: #eeeeee;
    color: black;
}

.bg-energizedlighter {
    background-color: rgba(230, 230, 230, 0.10);
    color: black;
}

.bg-energizedwhite {
    background-color: rgba(250, 250, 250, 1.0);
    color: black;
}

.bg-energized h3 {
    color: white !important;
}

.bg-energizedlight h3 {
    color: black !important;
}

.logo-small {
    color: var(--energized-color);
    font-size: 50px;
}

.logo {
    color: var(--energized-color);
    font-size: 200px;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}



.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}

.item span {
    font-style: normal;
}

.panel {
    border: 1px solid var(--energized-color);
    border-radius: 0 !important;
    transition: box-shadow 0.5s;
}

.panel:hover {
    box-shadow: 5px 0px 40px rgba(0, 0, 0, .2);
}

.panel-footer .btn:hover {
    border: 1px solid var(--energized-color);
    background-color: #fff !important;
    color: var(--energized-color);
}

.panel-heading {
    color: #fff !important;
    background-color: var(--energized-color) !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-footer {
    background-color: white !important;
}

.panel-footer h3 {
    font-size: 32px;
}

.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}

.panel-footer .btn {
    margin: 15px 0;
    background-color: var(--energized-color);
    color: #fff;
}

footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: var(--energized-color);
}

.slideanim {
    visibility: hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}


/* Navigation */

.navbar {
    margin-bottom: 0;
    background-color: var(--dark-gray);
    z-index: 9999;
    border: 0;
    font-size: 13px !important;
    /* line-height: 1.42857143 !important; */
    letter-spacing: 1px;
    border-radius: 0;
    font-family: Comfortaa-Regular;
    padding: 0rem 1rem;
}

.navbar li a,
.navbar .navbar-brand {
    color: #fff !important;
}

.navbar-nav li a:hover,
.navbar-nav li.active a {
    color: var(--energized-color) !important;
    background-color: #fff !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}


.navbar-toggler i {
    color: white;
}

.nav-item {
    padding-left: .1rem;
    padding-right: .1rem;
}

.navbar-brand {
    padding: 0px;
    margin-right: 0px;
}

.navbar-brand img {
    display: block;
    max-width: 100%;
    height: 62px;
    /* background: #fff; */
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.navbar .nav-item .nav-link {
    padding: 0.1rem 1.2rem;
}

.dropdown-menu-wrapper {
    display: flex;
}

.dropdown-menu-wrapper div {
    padding: 1rem 1rem;
    min-width: 160px;
    border-bottom: 1px solid var(--gray);
    color: var(--energized-color);
    font-family: 'Comfortaa-Bold';
}

.dropdown-item {
    display: block;
    font-size: 12px;
    padding: 1rem;
}

/* ----------------------------------------------- */

.what-we-do-mobile-container {
    display: none;
}

/* Button Show Less / Show More  School Management System */

#school-management-system-section #school-management-system-description.collapse:not(.show) {
    display: block;
    height: 9rem;
    overflow: hidden;
}

#school-management-system-section #school-management-system-description.collapsing {
    height: 9rem;
}

#school-management-system-section a.collapsed::after {
    content: '+ Show More';
}

.what-we-do-mobile-container #school-management-system-section a:not(.collapsed)::after {
    content: '- Show Less';
}

/* ----------------------------------------------- */


/* Button Show Less / Show More  Higher-Education Schedulers */

#higher-education-schedulers-section #higher-education-schedulers-description.collapse:not(.show) {
    display: block;
    height: 9rem;
    overflow: hidden;
}

#higher-education-schedulers-section #higher-education-schedulers-description.collapsing {
    height: 9rem;
}

#higher-education-schedulers-section a.collapsed::after {
    content: '+ Show More';
}

.what-we-do-mobile-container #higher-education-schedulers-section a:not(.collapsed)::after {
    content: '- Show Less';
}

/* ----------------------------------------------- */


/* Button Show Less / Show More  Higher-Education SIS */

#higher-education-sis-section #higher-education-sis-description.collapse:not(.show) {
    display: block;
    height: 9rem;
    overflow: hidden;
}

#higher-education-sis-section #higher-education-sis-description.collapsing {
    height: 9rem;
}

#higher-education-sis-section a.collapsed::after {
    content: '+ Show More';
}

.what-we-do-mobile-container #higher-education-sis-section a:not(.collapsed)::after {
    content: '- Show Less';
}

/* ----------------------------------------------- */


/* Button Show Less / Show More  Online Presence */

#online-presence-section #online-presence-description.collapse:not(.show) {
    display: block;
    height: 9rem;
    overflow: hidden;
}

#online-presence-section #online-presence-description.collapsing {
    height: 9rem;
}

#online-presence-section a.collapsed::after {
    content: '+ Show More';
}

.what-we-do-mobile-container #online-presence-section a:not(.collapsed)::after {
    content: '- Show Less';
}

/* ----------------------------------------------- */


/* Button Show Less / Show More  Technology Implementation */

#technology-implementation-section #technology-implementation-description.collapse:not(.show) {
    display: block;
    height: 19rem;
    overflow: hidden;
}

#technology-implementation-section #technology-implementation-description.collapsing {
    height: 19rem;
}

#technology-implementation-section a.collapsed::after {
    content: '+ Show More';
}

.what-we-do-mobile-container #technology-implementation-section a:not(.collapsed)::after {
    content: '- Show Less';
}

/* ----------------------------------------------- */

/* Button Show Less / Show More  Technology Implementation */

#beseen-section #beseen-description.collapse:not(.show) {
    display: block;
    height: 19rem;
    overflow: hidden;
}

#beseen-section #beseen-description.collapsing {
    height: 19rem;
}

#beseen-section a.collapsed::after {
    content: '+ Show More';
}

.what-we-do-mobile-container #beseen-section a:not(.collapsed)::after {
    content: '- Show Less';
}

/* ----------------------------------------------- */


/* Button Show Less / Show More  Basecamp */

#basecamp-section #basecamp-description.collapse:not(.show) {
    display: block;
    height: 16rem;
    overflow: hidden;
}

#basecamp-section #basecamp-description.collapsing {
    height: 9rem;
}

#basecamp-section a.collapsed::after {
    content: '+ Show More';
}

#basecamp-section a:not(.collapsed)::after {
    content: '- Show Less';
}

/* ----------------------------------------------- */


/* ----------------------------------------------- */

/* Button Show Less / Show More  CMS */

#cms-section #cms-description.collapse:not(.show) {
    display: block;
    height: 9rem;
    overflow: hidden;
}

#cms-section #cms-description.collapsing {
    height: 9rem;
}

#cms-section a.collapsed::after {
    content: '+ Show More';
}

.what-we-do-mobile-container #cms-section a:not(.collapsed)::after {
    content: '- Show Less';
}

/* ----------------------------------------------- */


/* Popup */
/* Popup container - can be anything you want */

.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ----------------------------------------------- */


/* Modal */

/* Modal Box*/
.modal {
    display: none;
    /* Hidden by default */
    position: relative;
    /* Select Sticky to display in the div, select Center as center of screen */
    z-index: 1;
    /* Sit on top */
    padding-top: 1px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: max-content;
    overflow: auto;
    /* Enable scroll if needed */
    color: #000;
    /* Text color*/
    background-color: rgba(0, 0, 0, 0.4);
    /* Fallback color */
    background-color: #ffa425;
    border: 2px solid #3098e6;
    border-radius: 0.7rem 0.7rem 0.7rem 0.7rem;
}

/* Modal Header */
.modal-header {
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    justify-content: space-between;
    font-size: 22px;
    color: #fff;
    text-align: center;
    background-color: #4a5b6c;
    border: 0px solid #f7baf72f;
    border-radius: 0.0rem 0.0rem 0 0;
    border-bottom: none;
}

/* Modal Content */
.modal-content {
    background-color: #f7f7f7;
    font-size: 14px;
    margin: auto;
    padding: 20px;
    border: 0px solid #888;
    border-radius: 0.0rem 0.0rem 0 0;
    width: 100%;
}

/* Modal Footer */
.modal-footer {
    background-color: #d4dbe2;
    margin: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
    border: 0px solid #888;
    border-radius: 0.0rem 0.0rem 0 0;
    width: 100%;
}

/* Modal Close Button */
.close {
    color: #4a5b6c;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    background-color: #fff;
    text-decoration: none;
    cursor: pointer;
}

/* ----------------------------------------------- */


/* Footer */

.site-footer {
    background-color: #26272b;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5
}

.site-footer hr.small {
    margin: 20px 0
}

.site-footer h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px
}

.site-footer a {
    color: #737373;
}

.site-footer a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none
}

.footer-links li {
    display: block
}

.footer-links a {
    color: #737373
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block
}

.site-footer .social-icons {
    text-align: right
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d
}

.copyright-text {
    margin: 0
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0
    }

    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}

.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}

.social-icons a.facebook:hover {
    background-color: #3b5998
}

.social-icons a.twitter:hover {
    background-color: #00aced
}

.social-icons a.linkedin:hover {
    background-color: #007bb6
}

.social-icons a.dribbble:hover {
    background-color: #ea4c89
}

@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}

/* ----------------------------------------------- */



/* Slider */

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 30px !important;
    height: 30px !important;
}

.carousel-inner .carousel-item {
    height: 95vh;
}

.carousel-item img {
    /* background-size: cover; */
    height: 100%;
}

.carousel-caption {
    top: 45%;
    text-align: center;
    padding: 16px;
}

.carousel-item-img {
    min-width: 100%;
    filter: brightness(0.8)
}

.carousel-caption h3 {
    font-family: Comfortaa-Bold;
    font-size: 3.5rem;
}

.carousel-caption p {
    font-family: Comfortaa-Regular;
    font-size: 24px;
}

.carousel-caption-background {
    background-color: #0c070791;
    padding: 0.5rem 0;
    border-radius: 0.5rem;
}

.carousel-indicators li {
    border: 0px;
    height: 6px;
    background-color: var(--gray);
    width: 60px;
}

.carousel-indicators li.active {
    width: 60px;
    height: 6px;
    background-color: var(--dark-gray);
}

.carousel-clients {
    text-align: center;
}

.carousel-clients img {
    background-size: cover;
    width: 7%;
    height: auto;
    margin-right: 2rem;
    margin-left: 2rem;
    opacity: 1;
    border-radius: 50%;
}

.btn-get-started {
    margin-top: 30px;
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: var(--energized-color);
}

.btn-get-started i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
}

/* ----------------------------------------------- */


.carousel-section-hdr .carousel-item {
    height: 80vh;
}

.carousel-section-hdr .carousel-item .carousel-caption p {
    /* font-size: 1rem; */
    font-size: 1.18rem
}

.carousel-section-hdr .carousel-item img {
    object-fit: cover;
    object-position: center;
}


.slick-prev,
.slick-next {
    background: none;
    border: none;
    color: var(--gray-dark);
    font-size: 2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}

.slick-prev {
    left: -30px;
    /* Adjust based on your layout */
}

.slick-next {
    right: -30px;
    /* Adjust based on your layout */
}

.slick-prev:focus {
    outline: 0;
}

.slick-next:focus {
    outline: 0;
}


/* Section */

.section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.section-title {
    color: var(--dark-gray);
    font-family: Comfortaa-Bold;
    font-size: 42px;
    text-align: center;
    padding: 1rem 1rem;
    margin: 0;
}

.section-titleh4 {
    color: var(--dark-gray);
    font-family: Comfortaa-Bold;
    font-size: 32px;
    text-align: center;
    padding: 1rem 1rem;
    margin: 0;
}

.section-titlewhite {
    color: var(--white);
    font-family: Comfortaa-Bold;
    font-size: 42px;
    text-align: center;
    padding: 1rem 1rem;
    margin: 0;
}

.section-text {
    font-family: Comfortaa-Medium;
    font-size: 18px;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}

/* ----------------------------------------------- */


/* Our Value */

.our-value-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.our-value-img-wrapper {
    text-align: center;
}

.our-values-img {
    height: 80px;
    width: auto;
}

.our-value-text-wrapper {
    display: flex;
    flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem;
}

.our-value-text {
    font-size: 18px;
    margin: 0;
}

.our-value-text-wrapper p {
    margin-bottom: 0;
}

.icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 1rem 40px 1rem;
    background: #fff;
    box-shadow: 0 5px 26px 0 rgb(68 88 144 / 14%);
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 1rem;
}

.icon {
    margin: 0 auto 20px auto;
    display: inline-block;
    text-align: center;
}

.title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 1rem;
}

.icon-box-pink .icon i {
    color: #ff689b;
}

.icon-box:hover {
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.icon-box-btn {
    border-radius: 1rem;
    background-color: var(--energized-color);
    color: #fff !important;
    padding: 0.4rem 2rem;
    display: inline-block;
    font-size: 14px;
    margin-top: 1rem;
}

/* ----------------------------------------------- */

/* Counter */

.counter {
    background-color: transparent;
    border: 2px solid white;
    color: white !important;
    padding: 20px 0;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: var(--white);
}

.count-text {
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: var(--positive-color);
}

.fa-2x {
    margin-right: 6px;
    font-size: 24px;
    color: var(--white);
}

/* ----------------------------------------------- */


/* About */

.service-11 {
    color: #3e4555;
    font-weight: 300;
}

.service-11 h1,
.service-11 h2,
.service-11 h3,
.service-11 h4,
.service-11 h5,
.service-11 h6 {
    color: #3e4555;
}

.service-11 .light {
    color: #c8c8c8;
}

.service-11 .dark {
    color: #474747;
}

.service-11 .font-weight-medium {
    font-weight: 500;
}

.service-11 .bg-light {
    background-color: #f4f8fa !important;
}

.service-11 .subtitle {
    color: #8d97ad;
    line-height: 24px;
}

.service-11 .card.card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    border-radius: 1rem;
}

.service-11 .wrap-service11-box {
    margin-top: 60px;
}

.service-11 .wrap-service11-box .icon-space {
    margin: -70px 0 20px;
}

.service-11 .wrap-service11-box .icon-space .icon-round {
    font-size: 45px;
    color: #ffffff;
}

.service-11 .bg-success-gradiant {
    background: var(--energized-color);
    /* background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
  background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
  background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
  background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
  background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%); */
}

.service-11 .icon-round {
    width: 80px;
    line-height: 80px;
}

.service-11 .btn-success-gradiant {
    background: #2cdd9b;
    background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
    background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
    background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
    background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
    background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
}

.service-11 .btn-success-gradiant:hover {
    background: #1dc8cc;
    background: -webkit-linear-gradient(legacy-direction(to right), #1dc8cc 0%, #2cdd9b 100%);
    background: -webkit-gradient(linear, left top, right top, from(#1dc8cc), to(#2cdd9b));
    background: -webkit-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
    background: -o-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
    background: linear-gradient(to right, #1dc8cc 0%, #2cdd9b 100%);
}

.service-11 .btn-md {
    padding: 15px 45px;
    font-size: 16px;
}

/* ----------------------------------------------- */


/* We believe */



.we-believe {
    background: #ffffff;
    background-size: 100%;
    background-attachment: fixed;
    background-image: url('../assets/images/about/we-believe.jpg')
}

.we-believe .card {
    padding: 1.2rem !important;
    border: 1px solid var(--gray);
    margin-bottom: 1rem;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
    border-radius: 1rem;
}

.we-believe .card:hover {
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.we-believe .card .card-block {
    padding-left: 40px;
    position: relative;
}

.we-believe .card .card-block a {
    color: #007b5e !important;
    font-weight: 7 00;
    text-decoration: none;
}

.we-believe .card .card-block a i {
    display: none;
}

.we-believe .card:hover .card-block a i {
    display: inline-block;
    font-weight: 700;
}

.we-believe .card .card-block:before {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 39px;
    color: var(--energized-color);
    left: 0;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}

.we-believe .card .block-1:before {
    content: "\f0eb";
}

.we-believe .card .block-2:before {
    content: "\f0f3";
}

.we-believe .card .block-3:before {
    content: "\f02e";
}

.we-believe .card .block-4:before {
    content: "\f005";
}

.we-believe .card:hover .card-block:before {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

/* ----------------------------------------------- */


/* Parallax */

.paral {
    min-height: 300px;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
}

.paral_2 {
    min-height: 50px;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
}

.paral p {
    font-size: 24px;
    color: #f5f5f5;
    text-align: center;
    line-height: 60px;
}

/* Heading for Parallax Section */
.paral h1 {
    color: rgba(255, 255, 255, 1.0);
    font-size: 50px;
    text-align: center;
    padding-top: 60px;
    line-height: 100px;
}

.paralsec {
    background-image: url("https://img.webnots.com/2015/11/parallax2.jpg");
}

.paralsec1 {
    background-image: url("https://img.webnots.com/2017/05/parallax1.jpg");
}

.paralsec-2 {
    background-image: url("../assets/images/products/white-cedars.jpg");
}

.paralsec-3 {
    background-image: url("../assets/images/packages/skoolee-package-software.jpg");
}

.paralsec-4 {
    background-image: url("../assets/images/products/schedule-time-table.jpg");
}

.paralsec-5 {
    background-image: url("../assets/images/products/instructor-student-mobile.jpg");
}

.paralsec-6 {
    background-image: url("../assets/images/products/teach-school.jpg");
}

.paralsec-7 {
    background-image: url("../assets/images/packages/student-information-system.jpg");
}

.paralsec-8 {
    background-image: url("../assets/images/products/lms-banner.jpg");
}

.paralsec-9 {
    background-image: url("../assets/images/products/contract-management-system-banner.jpg");
}

.tab-pannel-wrapper {
    display: flex;
    padding: 3rem 0rem;
}

/* ----------------------------------------------- */


/* Pricing  */

.nav-tabs {
    border-bottom: 0;
    margin: 0px 2rem;
}

.package-tab {
    flex: 1;
    /* padding: 1.25rem; */
    margin-left: 0.3rem;
    margin-right: 0.3rem;
}

.package-modules {
    background-color: white;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgb(0 0 0 / 10%);
    padding: 2rem !important;
}

.package-tab a {
    border-radius: 1rem 1rem 0 0;
    transition: all 0.2s;
    line-height: 1.5rem;
}

.package-tab a.active {
    box-shadow: 0 0.5rem 1rem 0 rgb(0 0 0 / 10%);
}

.sticky-top {
    background-color: #fff;
    top: 96px;
}



.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    height: 98%;
    /* width: 270px; */
    line-height: 1.5rem
}

.pricing .card-body {
    margin: 0.1rem 0;
    margin-bottom: 0.5rem
}


.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.pricing .card-price {
    font-size: 2.4rem;
    margin: 0;
}

.package-details {
    margin-top: 2rem;
    margin-bottom: .5rem;
}

.package-details ul {
    list-style-type: none;
    padding-left: 1rem;
}

.package-details ul li {
    color: #333;
    font-size: 1rem;
}

.package-details ul li i {
    color: #333;
    font-size: 1.5rem;
    margin-right: .5rem;
    width: 34px;
    text-align: center;
}

#skoolee-no-pay-tab {
    opacity: 0.7;
    color: #adb2b7;
}

#skoolee-no-pay-tab.active {
    color: var(--dark-yellow);
    border-bottom: 1px solid #fff !important;
    border-radius: 1rem 1rem 0 0;
    /* border-left: 1px solid;
    border-top: 1px solid;
    border-right: 1px solid; */
    margin-top: .5rem;
    box-shadow: 0 -3px 9px #fcb9354f;
    opacity: 1;
}

#skoolee-no-pay .package-modules ul li i {
    color: var(--dark-yellow);
}

#skoolee-no-pay .package-details h2 {
    color: var(--dark-yellow);
}

#skoolee-no-pay .package-details h3 {
    color: var(--dark-yellow)
}

#skoolee-no-pay .package-details ul li i {
    color: var(--dark-yellow)
}

#skoolee-no-pay .package-modules {
    /* border: 1px solid var(--dark-yellow); */
    box-shadow: 0 -3px 9px #fcb9354f;
}


#skoolee-core-tab {
    opacity: 0.7;
    color: #adb2b7;
}

#skoolee-core-tab.active {
    color: var(--dark-green);
    border-bottom: 1px solid #fff !important;
    border-radius: 1rem 1rem 0 0;
    /* border-left: 1px solid;
    border-top: 1px solid;
    border-right: 1px solid; */
    margin-top: .5rem;
    box-shadow: 0 -3px 9px #109f7159;
    opacity: 1;
}

#skoolee-core .package-modules ul li i {
    color: var(--dark-green);
}

#skoolee-core .package-details h2 {
    color: var(--dark-green);
}

#skoolee-core .package-details h3 {
    color: var(--dark-green)
}

#skoolee-core .package-details ul li i {
    color: var(--dark-green)
}

#skoolee-core .package-modules {
    /* border: 1px solid var(--dark-green); */
    box-shadow: 0 0px 9px #109f7159;
}


#skoolee-boosted-tab {
    opacity: 0.7;
    color: #adb2b7;
}

#skoolee-boosted-tab.active {
    color: var(--dark-orange);
    border-bottom: 1px solid #fff !important;
    border-radius: 1rem 1rem 0 0;
    /* border-left: 1px solid;
    border-top: 1px solid;
    border-right: 1px solid; */
    margin-top: .5rem;
    box-shadow: 0 -3px 9px #f37d3369;
    opacity: 1;
}

#skoolee-boosted .package-modules ul li i {
    color: var(--dark-orange);
}

#skoolee-boosted .package-details h2 {
    color: var(--dark-orange);
}

#skoolee-boosted .package-details h3 {
    color: var(--dark-orange)
}

#skoolee-boosted .package-details ul li i {
    color: var(--dark-orange)
}

#skoolee-boosted .package-modules {
    /* border: 1px solid var(--dark-orange) */
    box-shadow: 0 0px 9px #f37d3369;
}


#skoolee-enterprise-tab {
    opacity: 0.7;
    color: #adb2b7;
}

#skoolee-enterprise-tab.active {
    color: var(--dark-blue);
    border-bottom: 1px solid #fff !important;
    border-radius: 1rem 1rem 0 0;
    /* border-left: 1px solid;
    border-top: 1px solid;
    border-right: 1px solid; */
    margin-top: .5rem;
    box-shadow: 0 -3px 9px #296fb740;
    opacity: 1;
}

#skoolee-enterprise .package-modules ul li i {
    color: var(--dark-blue);
}

#skoolee-enterprise .package-details h3 {
    color: var(--dark-blue)
}

#skoolee-enterprise .package-details ul li i {
    color: var(--dark-blue)
}

#skoolee-enterprise .package-details h2 {
    color: var(--dark-blue);
}

#skoolee-enterprise .package-modules {
    /* border: 1px solid var(--dark-blue); */
    box-shadow: 0 0px 9px #296fb754;
}



.package-details .text-muted i {
    color: #afafaf !important;
}

.skoolee-mobile {
    padding: 1rem 36px;
    border-top: 1px solid var(--dark);
    border-bottom: 1px solid var(--dark);
    margin-left: -2.5rem;
}

.skoolee-mobile-icon {
    left: 6px;
}

.pricing .card-price .period {
    font-size: 0.8rem;
    font-style: italic;
}

.nav-link hr {
    margin: .5rem 0;
}

.nav-link .period {
    font-size: 0.8rem;
    font-style: italic;
    text-align: center;
    display: block;
    color: #333;
    font-weight: 500;
}

.pricing ul li {
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.pricing .text-muted {
    opacity: 0.7;
}

.pricing .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
}



.price-hide {
    display: none;
}

.card-price:hover+.price-hide {
    display: block;
    color: rgb(210, 74, 74);
    font-size: .7rem;
    text-align: center;
}


.package-modules ul {
    list-style-type: none;
}


/* Hover Effects on Card */

@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }

    .pricing .card:hover .btn {
        opacity: 1;
    }
}

/* ----------------------------------------------- */


/* Feature */
.feature-box {
    padding: 20px 20px;
    box-shadow: 0px 0 4px rgb(200, 200, 200);
    transition: 0.3s;
    height: 60%;
    border-radius: 0.5rem;
    border: 2px;
    border-color: #e9b302;
}

.feature-box i {
    line-height: 0;
    padding: 16px 4px;
    margin-right: 10px;
    font-size: 24px;
    border-radius: 3px;
    transition: 0.3s;
}

.feature-box h3 {
    font-size: 16px;
    color: var(--energized-color);
    font-weight: 700;
    margin: 0;
}

.feature-box-school {
    border: 2px solid #e9b302;
}

.feature-box-school i {
    font-size: 18px;
    color: brown;
}

.feature-box-higher-education {
    border: 2px solid #191979;
}

.feature-box-higher-education i {
    font-size: 18px;
    color: #ff6833;
}

.feature-box input[type='checkbox'] {
    margin-right: 1rem;
    width: 2rem;
    height: 2rem;
}

.feature-box input[type='checkbox'] :focus {
    border: 0;
}

/* ----------------------------------------------- */


/* Service */
.service-box {
    box-shadow: 0px 0 30px rgb(1 41 112 / 8%);
    height: 94%;
    padding: 20px 20px;
    text-align: center;
    transition: 0.3s;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.service-box img {
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 0;
    transition: 0.3s;
    width: 100px;
    height: auto;
}

.service-box h3 {
    font-weight: 700;
    font-size: 18px;
}

.service-box p {
    font-size: 14px;
}

.service-box ul li {
    font-size: 14px;
    text-align: left;
}

.service-box-dark-green {
    border-bottom: 3px solid var(--dark-green);
}

.service-box-dark-green h3 {
    color: var(--dark-green);
    margin-bottom: 1rem;
}

.service-box-dark-green p {
    text-align: left;
}


.service-box-dark-orange {
    border-bottom: 3px solid var(--dark-orange);
}

.service-box-dark-orange h3 {
    color: var(--dark-orange);
    margin-bottom: 1rem;
}

.service-box-dark-orange p {
    text-align: left;
}

.service-box-dark-yellow {
    border-bottom: 3px solid var(--dark-yellow);
}

.service-box-dark-yellow h3 {
    color: var(--dark-yellow);
    margin-bottom: 1rem;
}

.service-box-dark-yellow p {
    text-align: left;
}

.service-box-dark-blue {
    border-bottom: 3px solid var(--dark-blue);
}

.service-box-dark-blue h3 {
    color: var(--dark-blue);
    margin-bottom: 1rem;
}

.service-box-dark-blue p {
    text-align: left;
}

.service-box-dark-purple {
    border-bottom: 3px solid var(--dark-purple);
}

.service-box-dark-purple h3 {
    color: var(--dark-purple);
    margin-bottom: 1rem;
}

.service-box-dark-purple p {
    text-align: left;
}

/* ----------------------------------------------- */


/*  Tabs  */

.project-tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--energized-color);
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}

.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: var(--energized-color);
    font-size: 16px;
    font-weight: 600;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    border-radius: 1rem 1rem 0 0;
    box-shadow: 0 0rem 1rem 0 rgb(0 0 0 / 10%);
}

.project-tab .nav-link:hover {
    border: none;
}


.project-tab a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}


.tab-content .tab-pane h5 {
    padding: 1rem;
}

/* ----------------------------------------------- */



/* Contact us */

.contact .info-box {
    color: rgb(68, 68, 68);
    background: rgb(250, 251, 255);
    padding: 30px;
    margin-bottom: 2rem;
    border-radius: 1rem;
    height: 95%;
}

.contact .info-box i {
    font-size: 38px;
    line-height: 0;
    color: var(--energized-color);
}

.contact .info-box h3 {
    font-size: 20px;
    color: var(--energized-color);
    font-weight: 700;
    margin: 20px 0px 10px;
}

.contact .info-box p {
    padding: 0px;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0px;
}

.contact .php-email-form {
    background: rgb(250, 251, 255);
    padding: 30px;
    height: 100%;
}

.contact .php-email-form input,
.contact .php-email-form select {
    padding: 10px 15px;
}

.contact .php-email-form .loading {
    display: none;
    background: rgb(255, 255, 255);
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

.contact .php-email-form input,
.contact .php-email-form textarea,
.contact .php-email-form select {
    box-shadow: none;
    font-size: 14px;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.contact .php-email-form .error-message {
    display: none;
    color: rgb(255, 255, 255);
    background: rgb(237, 60, 13);
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: rgb(255, 255, 255);
    background: rgb(24, 210, 110);
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form button[type="submit"] {
    background: var(--energized-color);
    border: 0px;
    padding: 10px 30px;
    color: rgb(255, 255, 255);
    transition: all 0.4s ease 0s;
    border-radius: 4px;
}

/* ----------------------------------------------- */


/* Customers */

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.client-logo {
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    margin-bottom: 0rem;
    border-radius: 1rem;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 130px;
    width: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.client-logo img {
    transition: all 0.4s ease-in-out;
}

.figcaption {
    display: block;
    background-color: #f9f9f9;
    color: black;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
    text-align: center;
}

.figcaption a {
    color: black;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
    text-align: center;
}

/* ----------------------------------------------- */


/* News */

.post-box {
    box-shadow: 0px 0 30px rgb(1 41 112 / 8%);
    transition: 0.3s;
    /* height: 98%; */
    overflow: hidden;
    padding: 30px;
    border-radius: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;

    height: 450px;
}

.post-box .post-img {
    overflow: hidden;
    margin: -30px -30px 15px -30px;
    position: relative;
    /* min-height: 315px; */
    display: flex;
    justify-content: center;
    align-items: center;

    height: 250px;
}

.post-box .post-img .post-img-wrapper {
    background-color: #000;
    height: 133px;
    width: 100%;
    display: flex;
    align-items: center;
}

.post-box .post-img img {
    transition: 0.5s;
    /* max-height: 315px; */
    display: block;
    margin: 0 auto;

    max-height: 133px;
    background-color: #fff;
}

.post-box:hover .post-img img {
    transform: rotate(6deg) scale(1.2);
}

.post-box .post-date {
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    display: block;
    margin-bottom: 10px;
}

.post-box .post-title {
    font-size: 24px;
    color: var(--energized-color);
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
    transition: 0.3s;

    max-height: 85px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}

.post-box .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
    color: var(--energized-color);
}

.post-box .readmore i {
    line-height: 0;
    margin-left: 4px;
    font-size: 18px;
}

.news-post {
    display: none;
}

#loadMore {
    width: 200px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid transparent;
    background-color: var(--energized-color);
    transition: .3s;
}

#loadMore:hover {
    color: var(--energized-color);
    background-color: #fff;
    border: 1px solid var(--energized-color);
    text-decoration: none;
}

#loadMore {
    text-align: center;
    font-size: 1rem;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    animation: blur .75s ease-out;
}

@keyframes blur {
    from {
        text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 50px #fff, 0px 0px 50px #fff, 0px 0px 50px #7B96B8, 0px 0px 150px #7B96B8, 0px 10px 100px #7B96B8, 0px 10px 100px #7B96B8, 0px 10px 100px #7B96B8, 0px 10px 100px #7B96B8, 0px -10px 100px #7B96B8, 0px -10px 100px #7B96B8;
    }
}

/* ----------------------------------------------- */


/* Testimonials */

.testimonial-item {
    width: 90%;
    box-sizing: content-box;
    padding: 1rem;
    box-shadow: 0px 0 20px rgb(1 41 112 / 10%);
    background: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: 0.3s;
    border-radius: 1rem;
    min-height: 99%;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
}

.testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}

.testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

.testimonial-item h4 {
    font-size: 14px;
    color: #626060;
    margin: 0;
}

/* ----------------------------------------------- */


/* Blogs */

.entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
}

.entry-single {
    margin-bottom: 30px;
    border-radius: 1rem;
}

.entry .entry-img {
    max-height: 440px;
    margin: -30px -30px 20px -30px;
    overflow: hidden;
    border-radius: 1rem 1rem 0 0;
}

.entry .entry-title {
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
}

.entry .entry-title a {
    color: var(--energized-color);
    transition: 0.3s;
}

.entry .entry-meta {
    margin-bottom: 15px;
    color: var(--dark-gray)
}

.entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.entry .entry-meta i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
}

.entry .entry-meta a {
    color: #777777;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.entry .entry-content p {
    line-height: 24px;
}

.entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.entry .entry-content h3 {
    color: var(--dark);
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}

.entry .entry-footer i {
    color: var(--energized-color);
    display: inline;
}


.sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    border-radius: 1rem;
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
}

.sidebar .recent-posts .post-item+.post-item {
    margin-top: 1.5rem;
}

.sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: var(--energized-color);
    position: relative;
}

.sidebar .sidebar-item {
    margin-bottom: 30px;
}

.sidebar .recent-posts img {
    width: 80px;
    float: left;
}

.sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
    margin-bottom: 0;
}

.sidebar .recent-posts h4 a {
    color: var(--energized-color);
}

.sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #aaaaaa;
}

/* ----------------------------------------------- */


/* Client Carousel */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 70%;
    /* padding-left: .5rem;
    padding-right: .5rem; */
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


.slick-dots {
    position: absolute;
    bottom: -20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-active button:before {
    opacity: 0.8 !important;
}

/* ----------------------------------------------- */


.banner-sub-title1 {
    padding: 1rem;
}

.banner-sub-title2 {
    padding: 1rem;
}

.banner-sub-title3 {
    padding: 1rem;
}

.banner-sub-title4 {
    padding: 1rem;
}

.banner-sub-title5 {
    padding: 1rem;
}


.platform-container-mobile {
    display: none;
}



/*  Snips section */
/* ----------------------------------------------- */
.snips-box {
    box-shadow: 0px 0 30px rgb(1 41 112 / 8%);
    transition: 0.3s;
    overflow: hidden;
    border-radius: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 4rem;
}


.snips-box .snips-img {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.snips-box .snips-img img {
    transition: 0.5s;
    max-height: 235px;
    display: block;
    margin: 0 auto;
}

.snips-content {
    padding: 1rem;
}

.snips-box .snips-date {
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    display: block;
    margin-bottom: 18px;
}

.snips-box .snips-title {
    font-size: 24px;
    color: var(--energized-color);
    font-weight: 700;
    margin-bottom: 8px;
    position: relative;
    transition: 0.3s;
}

.snips-box .snips-desciption {
    font-size: 1rem;
}

/* ----------------------------------------------- */



/* Timeline */
/* ----------------------------------------------- */
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 80px;
    bottom: 90px;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: var(--energized-color);
    left: 50px;
    margin-left: -1.5px;
}

.timeline>li {
    margin-bottom: 20px;
    position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: 90%;
    margin-left: 10%;
    float: left;
    /* border: 1px solid #d4d4d4; */
    /* border-radius: 2px; */
    padding: 20px;
    position: relative;
    /* -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); */
}

.timeline>li>.timeline-badge {
    margin-top: 0.5rem;
    color: var(--energized-color);
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    position: absolute;
    /* top: 33%;
    left: 47%;
    margin-left: -25px; */
    background-color: var(--dark-yellow);
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline-badge-skoole {
    background-color: var(--light-purple) !important;
}



.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-box {
    width: 100%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 1rem;
    padding: 20px;
    position: relative;
    margin-bottom: 1.5rem;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline-box::before {
    content: ' ';
    background: var(--dark-yellow);
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff;
    top: 50%;
    left: -10.2%;
    width: 30px;
    height: 30px;
    z-index: 400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.timeline-box-skoolee::before {
    background: var(--light-purple);
}

.timeline-heading {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 30px 10px 30px;
    border-bottom: 1px solid #ccccccab;
    margin-bottom: 1rem;
}

.timeline-heading-right {
    display: flex;
    align-items: center;
}

.timeline-heading-right p {
    margin-bottom: 0;
    color: var(--dark-yellow);
}

.timeline-heading-right-skolee p {
    color: var(--light-purple) !important;
}

.timeline-clock {
    width: 25%;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    font-size: 1.8em;
    margin-bottom: 0;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
}

.timeline-body>p+p {
    margin-top: 5px;
}

.timeline-body ul li {
    font-size: 1em;
    color: #716a6a;
}

.time-line-item-header {
    font-size: 1em;
    font-weight: bold;
    display: block;
    margin-top: 1.5rem;
    color: #54575a;
}

/* ----------------------------------------------- */








/* The snackbar - position it at the bottom and in the middle of the screen */
/* ----------------------------------------------- */
#snackbar {
    visibility: hidden;
    /* Hidden by default. Visible on click */
    min-width: 250px;
    /* Set a default minimum width */
    margin-left: -125px;
    /* Divide value of min-width by 2 */
    background-color: VAR(--dark-green);
    /* Black background color */
    color: #fff;
    /* White text color */
    text-align: center;
    /* Centered text */
    border-radius: 2px;
    /* Rounded borders */
    padding: 16px;
    /* Padding */
    position: fixed;
    /* Sit on top of the screen */
    z-index: 1;
    /* Add a z-index if needed */
    left: 50%;
    /* Center the snackbar */
    bottom: 50px;
    /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible;
    /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}


/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 50px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 50px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 50px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 50px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

/* ----------------------------------------------- */







@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}


@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }

    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }

    .carousel-caption h3 {
        font-size: 2.6rem;
    }

    .what-we-do-mobile-container {
        display: block;
    }

    .what-we-do-pc-container {
        display: none;
    }

    .we-believe {
        background-size: unset;
        background-attachment: unset;
    }

    .platform-container-mobile {
        display: block;
    }

    .platform-container-pc {
        display: none;
    }

    .paral {
        background-size: unset;
        background-attachment: unset;
        background-position: center;
    }



}

@media screen and (max-width: 480px) {

    .we-believe {
        background-size: unset;
        background-attachment: unset;
    }

    .what-we-do-mobile-container {
        display: block;
    }

    .what-we-do-pc-container {
        display: none;
    }

    .carousel-caption h3 {
        font-size: 2.6rem;
    }

    .logo {
        font-size: 150px;
    }

    .dropdown-menu-wrapper {
        display: block
    }

    .dropdown-menu-wrapper div {
        padding: .3rem .3rem;
    }

    .platform-container-mobile {
        display: block;
    }

    .platform-container-pc {
        display: none;
    }

    .paral {
        background-size: unset;
        background-attachment: unset;
        background-position: center;
    }

    .timeline-title {
        font-size: 1.6em !important;
    }

    .timeline>li>.timeline-badge {
        width: 80px !important;
        height: 80px !important;
        line-height: 80px !important;
        font-size: 1.4em !important;
    }


    .timeline:before {
        left: 40px !important;
    }

    .timeline-box::before {
        left: -11.4% !important;
    }

    .timeline-heading {
        padding: 0 20px 10px 20px !important
    }

    .timeline-body>p,
    .timeline-body>ul {
        padding-left: 14px;
    }

}






/* Posts Style*/
/* ----------------------------------------------- */
.posts-list {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2rem;
}

.post-item {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.post-item:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.post-header {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem;
    cursor: pointer;
    align-items: flex-start;
}

.post-image {
    width: 180px;
    height: 110px;
    background: linear-gradient(45deg, #3498db, #2c3e50);
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}

.post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
}

.post-summary {
    flex: 1;
    min-width: 0;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
    color: #666;
    flex-wrap: wrap;
}

.post-category {
    background: #3498db;
    color: white;
    padding: 0.2rem 0.6rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
}

.post-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #2c3e50;
    line-height: 1.3;
}

.post-excerpt {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.post-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.read-more {
    color: var(--dark-yellow);
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.read-more:hover {
    color: var(--dark-yellow);
    gap: 0.8rem;
    text-decoration: none;
}

.read-more::after {
    content: '▼';
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.post-item.expanded .read-more::after {
    transform: rotate(180deg);
}

.post-item.expanded .read-more {
    color: #e74c3c;
}

.post-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    opacity: 0;
}

.post-item.expanded .post-content {
    max-height: 2000px;
    opacity: 1;
    padding: 0 1.5rem 1.5rem 1.5rem;
}

.post-full-image {
    width: 100%;
    height: 250px;
    background: linear-gradient(45deg, #3498db, #2c3e50);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    position: relative;
}

.post-full-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-full-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #444;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.post-full-text p {
    margin-bottom: 0.5rem;
}

.post-full-text h3 {
    color: #2c3e50;
    margin: 1.8rem 0 1rem 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.collapse-btn {
    background: var(--dark-orange);
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    color: #fff;
    cursor: pointer;
    font-size: 0.9rem;
    margin-top: 1.5rem;
    transition: all 0.3s ease;
}

.collapse-btn:hover {
    cursor: pointer;
}

@media (max-width: 768px) {
    .header h1 {
        font-size: 2rem;
    }

    .container {
        padding: 0 1rem;
    }

    .post-header {
        flex-direction: column;
        gap: 1rem;
    }

    .post-image {
        width: 100%;
        height: 150px;
    }

    .post-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .post-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}

@media (max-width: 480px) {
    .post-header {
        padding: 1rem;
    }

    .post-item.expanded .post-content {
        padding: 0 1rem 1rem 1rem;
    }

    .post-title {
        font-size: 1.1rem;
    }
}

.brand-name {
    color: var(--dark-orange);
    font-size: 22px;
}

.post-container {
    max-width: 594px;
    margin: auto;
    background-color: #fff;
}

.post-full-text .post-header,
.post-full-text .post-section,
.post-full-text .post-footer {
    padding: 15px 22px;
    text-align: center;
    font-size: 15px;
}

.post-section ul {
    text-align: left;
}

.post-section ul li {
    padding-left: 1rem;
}

.post-section ol {
    text-align: left;
}

.post-section ol li {
    padding-left: 1rem;
}

.post-list {
    padding-left: 25px;
    text-align: left;
}

.post-list-item {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
    font-family: 'Segoe UI', Candara, 'Bitstream Vera Sans', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
}

.post-list-item-text {
    color: inherit;
    font-size: 1em;
    line-height: 1.618em;
    margin: 0 0 1.25em 0;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: .3rem!important;
    font-family: 'Segoe UI', Candara, 'Bitstream Vera Sans', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
    letter-spacing: -.01em;
    margin-bottom: 0.0001pt;
}

.post-full-text .post-brand-name {
    font-weight: bold;
    font-size: 1.2em;
    width: 100%;
    color: var(--dark-orange);
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 1rem;
}

.post-full-text .image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 1rem;
}

.post-full-text .highlight {
    background-color: #F9F9E3;
    color: #04293b;
    padding: 25px 44px;
    text-align: center;
}

.post-full-text .line {
    border-top: 1px solid #ec873a;
    width: 45%;
    margin: 0 auto 25px;
}

.post-full-text .line.dark {
    border-color: #626262;
    width: 20%;
}

.post-full-text .post-button {
    background-color: #e9e9e9;
    color: #171717;
    font-weight: bold;
    text-decoration: none;
    padding: 16px 54px;
    border-radius: 5.5px;
    display: inline-block;
    margin: 22px;
    font-size: 14px;
}

.post-full-text .post-footer p {
    font-size: 11px;
    color: #042e6e;
    margin: 0 0 13.75px;
}

.post-full-text .post-footer a {
    color: #313131;
    text-decoration: underline;
    font-size: 11px;
}

/* ----------------------------------------------- */