/*-- heder --*/
#top-bar .logo {
    padding: 0.9rem 0;
}

#top-bar .header-bottom,
#top-bar .main-menu,
#top-bar .navbar,
#top-bar #navbarNav,
#top-bar #navbarNav .navbar-nav {
    height: 100%;
}

#top-bar {
    background-color: #E8373D;
}

#top-bar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#top-bar .contact-details {
    display: flex;
}

#top-bar .contact-details li {
    font-size: 13px;
    display: inline-block;
    line-height: 42px;
    font-weight: 700;
    color: #fff;
    padding: 0px 40px 0 0;
    font-family: Nunito;
}

#top-bar .contact-details .fa {
    margin-right: 8px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: 22px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    color: #FFEB3B;
}

#top-bar .contact-details a {
    font-size: 13px;
    display: inline-block;
    line-height: 42px;
    font-weight: 700;
    color: #fff;
    font-family: Nunito;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

#top-bar .contact-details a:hover,
#top-bar .contact-details svg {
    color: #fab63f;
}

.text-green {
    color: #32AF44 !important;
}

ul.social-list li.list-inline-item a {
    display: inline-block;
    transition: all 0.2s ease-in-out;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

ul.social-list li.social-item a {
    font-size: 18px;
}

ul.social-list li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-right: 5px;
}

ul.social-list li a:hover {
    transform: scale(1.1);
    color: #fab63f;
}

.top-bar a:hover {
    color: #FFEB3B;
}

ul.social-list li a i {
    display: block;
    width: 34px;
    transition: all 0.2s ease-in-out;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

ul.social-list li a i:hover {
    color: #FFEB3B;
}

#top-bar .social-list {
    display: flex;
    justify-content: end;
    position: relative;
    top: 5px;
}

#top-bar .header-bottom-area {
    background-color: #fff;
    transition: all linear .3s;
    box-shadow: 1px 5px 10px rgba(49, 49, 49, 0.21);
    max-height: 117px;
}

#top-bar .header-bottom-area.header-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.header-bottom .main-menu nav ul {
    display: flex;
    justify-content: end;
}

.header-bottom .main-menu nav ul li {
    padding: 0.5rem 0.9rem;
    display: flex;
    align-items: center;
}

.header-bottom .main-menu nav ul li:hover:not(.exclude) {
    background-color: #e4a40f;
    transition: all 0.3s ease-in-out;
}

.header-bottom .main-menu nav ul li:hover a:not(.exclude) {
    color: #fff;
}

.header-bottom .main-menu nav ul a {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 16.5px;
    letter-spacing: 0.5px;
    color: #404044;
    line-height: 70px;
    text-decoration: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0
}

/*-- slider --*/
@media screen and (max-width: 480px) {
    .slider-area .single-main-slider {
        height: 400px !important;

    }
    .alert_sticky.alert{
        right: 0px !important;
        left: 15px;
    }
}

.slider-area .single-main-slider {
    position: relative;
    z-index: 1;
    height: 750px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-area .single-main-slider::before {
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    box-shadow: inset 0 0 0 1222px rgba(41, 41, 41, 0.42);
    display: initial !important;
    opacity: 0.85;
    z-index: -1;
}

.slider-area .single-main-slider .height-percent {
    height: 100%;
}

.slider-area .single-main-slider .height-percent .row {
    height: 100%;
}

.slider-area .single-main-slider .slider-text {
    margin-top: 15%;
    white-space: normal;
}

.slider-text {
    margin-left: 50%;
    text-align: center;
    width: 50%;
    color: #fff;
}

.slider-text span {
    font-weight: 700;
    font-size: 40px;
    font-family: Nunito;
}

.slider-text h1 {
    font-family: 'Nunito', sans-serif;
    text-transform: none;
    font-size: 63px;
    font-weight: 900;
    letter-spacing: 0.5px;
    line-height: 1.1;
    margin-bottom: 15px;
}

.slider-p {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'Source Sans pro', sans-serif;
}

.btn.blue {
    background-color: #035392;
}

.btn {
    transition: all .2s ease-in-out;
    color: #fff !important;
    border: 0px;
    padding: 10px 30px;
    outline: none;
    letter-spacing: 1px;
    font-family: 'Nunito', sans-serif;
    border-radius: 20px;
    text-transform: uppercase;
    margin-top: 15px;
    white-space: normal;
    font-weight: 900;
    background-color: #e4a40f;
    box-shadow: 0px 0px 20px rgb(255 255 255 / 25%);
    transition: all .3s ease-in-out;
}

.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    line-height: 1.5;
}

.btn:hover {
    transform: scale(1.1);
    box-shadow: 1px 9px 10px rgb(53 52 52 / 45%);
    background-color: #E8373D;
    transform: scale(1.2);
}

.btn:focus,
.btn:hover {
    text-decoration: none;
}

#divider,
#footer-divider {
    margin-bottom: -10px;
    z-index: 29;
    padding: 0px;
    width: 100%;
    height: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

.slider-divider {
    margin-top: -100px;
}

.slider-divider {
    height: 180px !important;
    position: relative;
    margin-top: -100px;
    z-index: 30 !important;
}

#divider path {
    fill: #fff;
}

.hero-slider .owl-prev {
    left: 30px;
}

.hero-slider .owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    text-align: center;
}

.hero-slider .owl-prev i,
.hero-slider .owl-next i {
    transition: all .3s ease-in-out;
    font-size: 18px;
    border-radius: 0;
    width: 46px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    box-shadow: -4px -2px 20px rgb(0 0 0 / 39%);
    background-color: #e4a40f;
}

.hero-slider .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: flex;
}

.hero-slider .owl-next {
    right: 30px;
}

.hero-slider .owl-prev i:hover {
    background-color: #035392;
}

.hero-slider .owl-next i:hover {
    background-color: #035392;
}

.hero-slider .owl-prev i:hover,
.owl-next i:hover {
    transform: scale(1.2);
}

/*-- intro cards --*/
#intro-cards {
    margin-top: -230px;
    position: relative;
    z-index: 99;
    padding-top: 90px;
    /* padding-bottom: 90px; */
}

#intro-cards .card-flip.card {
    background: none;
}

.card {
    display: block;
    border: 0px;
    border-radius: 15px;
}

#intro-cards .card-flip .card:first-of-type {
    transform: rotateY(0deg);
}

#intro-cards .card-flip .card {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    transition-timing-function: linear;
    width: 100%;
    height: 100%;
    margin: 0;
}

.p-5 {
    padding: 3rem !important;
}

#intro-cards .card-img {
    width: 100%;
    border-radius: 30% 70% 15px 15px;
}

#intro-cards .card-flip .card:last-of-type {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.p-4 {
    padding: 1.5rem !important;
}

.text-light h5 {
    color: #fff !important;
}

.card-title {
    transition: all 0.2s ease-in-out;
}

.card-title {
    margin-bottom: 0.75rem;
}

.text-light a,
.text-light p,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6 {
    color: #fff !important;
}

#intro-cards .card-flip .card .cards-btn {
    background-color: 0;
    border: 2px solid #fff;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.cards-btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

#intro-cards .cards-btn {
    transition: all .2s ease-in-out;
    color: #fff !important;
    padding: 10px 30px;
    outline: none;
    letter-spacing: 1px;
    font-family: 'Nunito', sans-serif;
    border-radius: 20px;
    text-transform: uppercase;
    margin-top: 15px;
    white-space: normal;
    text-decoration: none;
    font-weight: 900;
    box-shadow: 0px 0px 20px rgb(255 255 255 / 25%);
}

#intro-cards .cards-btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    line-height: 1.5;
}

#intro-cards .cards-btn:hover {
    transform: scale(1.1);
    box-shadow: 1px 9px 10px rgb(53 52 52 / 45%);
}

#intro-cards .card-flip:hover .card:first-of-type {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.bg-secondary {
    background-color: #035392 !important;
}

#intro-cards .card-flip:hover .card:last-of-type {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    padding: 1.25rem;
}

.og-secondary {
    background-color: #e8373d !important;
}

.card.card-flip .text-light h5 {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.2;
}

.yo-secondary {
    background-color: #e4a40f !important;
}

/*-- About Us --*/
#about-Us {
    position: relative;
}

.section-heading {
    margin-bottom: 70px;
}

.section-heading h2 {
    font-size: 62px;
    font-weight: 900;
    font-family: Nunito;
    line-height: 1.0;
    color: #151515;
}

.section-heading h1 {
    font-size: 62px;
    font-weight: 900;
    font-family: Nunito;
    line-height: 1.0;
    color: #151515;
}

.subtitle,
p.subtitle {
    display: inline;
    font-size: .93em;
    letter-spacing: 1.5px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
    border-bottom: 1px dashed;
    padding-bottom: 20px;
    font-family: Nunito;
    color: #949393;
    border-color: #035392;
}

.subtitle.klb_035392:after {
    color: #035392;
}

.subtitle:after {
    z-index: 0;
    content: "\f303";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 26px;
    transform: rotate(20deg);
    display: block;
}

#about-Us .content-element h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 2.2em;
    color: #151515;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.1;
}

#about-Us .content-element {
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 1rem;
}

/*-- testimonial --*/
#testimonial-area .section-testimonial {
    font-family: 'Nunito', sans-serif;
    font-size: 2.2em;
    color: #151515;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
}

/*#testimonial-area {
    padding-top: 90px;
    padding-bottom: 90px;
}*/

#testimonial-area .testimonial {
    background-color: #faf8d4;
    padding: 40px 40px 20px 70px;
    position: relative;
    height: 100%;
}

.testimonial:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 50px solid #eee;
    border-left: 50px solid #fff;
    box-shadow: 7px 7px 7px rgb(0 0 0 / 17%);
    position: absolute;
    top: 0;
    left: 0;
}

.testimonial .description {
    font-family: Nunito;
    color: #6A6A71;
}

p {
    font-size: 17px;
    /* line-height: 1.7; */
    font-weight: 400;
}

.testimonial .testimonial-pic {
    width: 100px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 30% 70% 70% 30% / 30% 45% 55% 70%;
}

/* .testimonial .testimonial-review {
    padding-top: 20px;
} */

.testimonial .testimonial-title {
    font-size: 22px;
    margin-bottom: 5px;
    text-align: center;
    color: #414242;
    font-weight: 600;
}

.testimonial .post {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #6A6A71;
    text-align: center;
    font-family: 'Source Sans pro', sans-serif;
}

.testimonial .description:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    float: left;
    padding: 0 15px 5px 0;
    font-size: 30px;
    text-align: center;
    position: relative;
    left: 0;
    color: #035392;
}

#testimonial-area .testimonial-slider {
    margin-top: 40px;
}

.testimonial-slider .owl-dots,
.team-slider .owl-dots,
.Blog-slider .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.testimonial-slider .owl-dots .owl-dot,
.team-slider .owl-dots .owl-dot,
.Blog-slider .owl-dots .owl-dot {
    display: inline-block;
}

.testimonial-slider .owl-dots .owl-dot span,
.team-slider .owl-dots .owl-dot span,
.Blog-slider .owl-dots .owl-dot span {
    border: 2px solid #cecece;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 0.3rem;
    border-radius: 50%;
    cursor: pointer;
    color: #333;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
}

.testimonial-slider .owl-prev,
.team-slider .owl-prev,
.Blog-slider .owl-prev,
.Blog-page-slider .owl-prev {
    left: -20px;
}

.testimonial-slider .owl-prev,
.owl-next,
.team-slider .owl-prev,
.owl-next,
.Blog-slider .owl-prev,
.owl-next,
.Blog-page-slider .owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    text-align: center;
}

.testimonial-slider .owl-prev i,
.owl-next i,
.team-slider .owl-prev i,
.owl-next i,
.Blog-slider .owl-prev i,
.owl-next i,
.Blog-page-slider .owl-prev i,
.owl-next i {
    transition: all .3s ease-in-out;
    font-size: 14px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    box-shadow: -4px -2px 20px rgb(0 0 0 / 39%);
    background-color: #e4a40f;
}

.testimonial-slider .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled,
.team-slider .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled,
.Blog-slider .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled,
.Blog-page-slider .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: flex;
}

.testimonial-slider .owl-next,
.team-slider .owl-next,
.Blog-slider .owl-next,
.Blog-page-slider .owl-next {
    right: -20px;
}

.testimonial-slider .owl-prev i:hover,
.team-slider .owl-prev i:hover,
.Blog-slider .owl-prev i:hover,
.Blog-page-slider .owl-prev i:hover {
    background-color: #035392;
}

.testimonial-slider .owl-next i:hover,
.team-slider .owl-next i:hover,
.Blog-slider .owl-next i:hover,
.Blog-page-slider .owl-next i:hover {
    background-color: #035392;
}

.testimonial-slider .owl-prev i:hover,
.owl-next i:hover,
.team-slider .owl-prev i:hover,
.owl-next i:hover,
.Blog-slider .owl-prev i:hover,
.owl-next i:hover,
.Blog-page-slider .owl-prev i:hover,
.owl-next i:hover {
    transform: scale(1.2);
}

/*-- wavehorizontals --*/
.floating-whale {
    left: 50%;
    z-index: 0;
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
    margin-bottom: -45px;
    margin-left: 120px;
}

.wavehorizontals {
    width: 100%;
    height: 20px;
    position: relative;
    bottom: 0;
    z-index: 9;
}

#wavehorizontal1,
#wavehorizontal2,
#wavehorizontal3 {
    background: url("data:image/svg+xml,%3Csvg version='1.1' id='waveHorizontal1' class='wave1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='350px' height='20px' viewBox='0 0 350 20' enable-background='new 0 0 350 20' xml:space='preserve'%3E%3Cpath fill=' %23035392' d='M0,17.1C29.9,17.1,57.8,0,87.5,0c30.2,0,58.1,17.1,87.1,17.1c29.9,0,57.8-17.1,87.7-17.1 s57.8,17.1,87.7,17.1V20H0V17.1z'/%3E%3C/svg%3E%0A");
    -webkit-animation-delay: -4s;
}

#wavehorizontal1 {
    background-size: 100px 100px;
    opacity: 0.3;
}

.wavehorizontal {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-repeat: repeat-x;
    -webkit-animation: move 12s linear infinite;
    animation: move 12s linear infinite;
}

#wavehorizontal2 {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
    opacity: 0.5;
}

#wavehorizontal3 {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}

@keyframes move {
    0% {
        background-position: left 0px bottom 0;
    }

    100% {
        background-position: left 350px bottom 0;
    }
}

@keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }

    50% {
        -webkit-transform: translatey(-10px);
        transform: translatey(-10px);
    }

    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

.sea {
    height: 50px;
    position: relative;
    z-index: 99;
    background-color: #035392;
}

/*-- cms column --*/
#cms-column {
    padding-top: 90px;
    padding-bottom: 70px;
    background-color: #5d2c81;
}

#cms-column .cms-wrapper {
    display: flex;
    align-items: center;
}

#cms-column .bg-img {
    background-image: url(../img/childrenbg.png);
    background-position: center;
    background-repeat: no-repeat;
}

#cms-column p.subtitle {
    border-color: #e4a40f;
    color: #fff;
}

#cms-column .subtitle.klb_e4a40f:after {
    color: #e4a40f;
}

.feature-with-icon.klbicon {
    color: #fff;
}

.icon-features {
    border-radius: 73% 34% 44% 35% / 43% 42% 41% 39%;
    background: #ffffff;
    transition: all 0.4s ease-in-out;
    margin-bottom: 20px;
    display: inline-block;
}

.feature-with-icon .cms-icon {
    transition: all 0.4s ease-in-out;
    text-align: center;
    width: 100px;
    max-width: 100px;
    padding: 20px;
}

.icon-features .cms-icon {
    font-size: 55px;
    display: inline-block;
}

.text-primary {
    color: #E8373D !important;
}

.flaticon-maternity:before {
    content: "\f4d3";
}

.feature-with-icon.klbicon h5 {
    color: #fff;
    font-weight: 500;
}

.feature-with-icon h5 {
    margin-bottom: 10px;
}

h5 {
    color: #414242;
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 20px;
}

.feature-with-icon:hover .icon-features {
    transform: rotate(20deg);
    border-radius: 50%;
}

.feature-with-icon {
    text-align: center;
}

#cms-column .feature-with-icon {
    margin-bottom: 30px;
}

.flaticon-maternity:before {
    content: "\f12e";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.flaticon-classroom-1:before {
    content: "\f103";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

/*-- our services --*/
#our-services {
    padding-top: 90px;
    padding-bottom: 90px;
}

#our-services .our-services-wrapper .tab .services-icon {
    max-width: 50px;
    margin-right: 20px;
}

#our-services .our-services-wrapper {
    display: flex;
}

#our-services .tab button:nth-child(5) {
    margin-bottom: 0;
}

#our-services .tab button.active {
    background-color: #035392;
}

#our-services .tab button {
    margin-right: 0px;
    border-radius: 10px 0px 0px 10px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 700;
    background-color: #e4a40f;
    padding: 17px 20px;
    display: block;
    box-sizing: border-box;
    border: solid transparent;
    position: relative;
    text-decoration: none;
    transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out;
    box-shadow: none;
    width: 100%;
}

#our-services .tab button:hover {
    background-color: #035392;
}

.tabcontent {
    border: 1px solid #f0f0f0;
    background-color: #f8f8f8;
}

.our-services-area {
    display: flex;
    padding-top: 70px;
    padding-right: 50px;
    padding-bottom: 70px;
    padding-left: 50px;
}

.our-services-img {
    padding: 0 15px;
}

.services-wrapper {
    padding: 0 15px;
}

.services-text h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 2.2em;
    color: #151515;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.1;
}

.services-wrapper .services-text .wrapper p {
    font-family: 'Source Sans pro', sans-serif;
    color: #6A6A71;
}

ul.klblist {
    margin: 1rem 0 0 0;
    padding: 0;
    list-style: none;
}

ul.custom li {
    padding: 5px 0px;
    color: #6A6A71;
}

ul.custom li:before {
    content: "\f303";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 7px;
    color: #035392;
}

/*-- counter area --*/
@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

#counter-area {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
}

#counter-area::before {
    content: " ";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    box-shadow: inset 0 0 0 1222px rgb(41 41 41 / 42%);
    display: initial !important;
    opacity: 0.85;
    z-index: 1;
}

#counter-area .row {
    position: relative;
    z-index: 1;
}

#counter-area .re-primary {
    background-color: #E8373D;
}

#counter-area .bl-primary {
    background-color: #035392;
}

#counter-area .yo-primary {
    background-color: #e4a40f;
}

#counter-area .counter {
    padding: 20px 0;
    border-radius: 5px;
    color: #fff;
    border-radius: 10px;
    box-shadow: -2px 1px 20px rgb(0 0 0 / 49%);
}

#counter-area .count-title {
    margin-top: 10px;
    display: block;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    letter-spacing: 2px;
}

#counter-area .count-text {
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.5px;
    width: 100%;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.1;
    font-family: 'Nunito', sans-serif;
}

#counter-area .fa-2x {
    transition: all ease-in-out 0.2s;
    color: #fff;
    opacity: 0.5;
    max-height: 85px;
    text-align: center;
}

#counter-area .count-title::before {
    content: "+";
    display: inline-block;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    margin-right: 5px;
}

.counter:hover .fa-2x {
    transform: scale(1.2);
}

/*-- our team --*/
#our-team {
    padding-top: 90px;
    padding-bottom: 90px;
}

#our-team .our-team-wrapper .our-team-content .wrapper h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 2.2em;
    color: #151515;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.1;
}

#our-team .our-team-wrapper .our-team-content .wrapper p {
    color: #6A6A71;
}

.checkmark {
    margin-top: 1rem;
}

.our-team-wrapper ul.checkmark li {
    padding: 5px 0px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #6A6A71;
}

.our-team-wrapper ul.checkmark li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    padding-right: 7px;
    color: #e4a40f;
}

.img-wrapper .blob2 {
    border-radius: 62% 38% 82% 18% / 54% 61% 39% 46%;
    transition: all 0.7s ease-in-out;
}

.blob2:hover {
    border-radius: 30% 70% 70% 30% / 30% 45% 55% 70%;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate(0) scale(1);
}

body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}

body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s;
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
}

.ornament-stars:after {
    background: url(../img/ornament1.png);
    content: "";
    position: absolute;
    margin-top: -115px;
    height: 168px;
    width: 117px;
    right: -100x;
    float: left;
}

.notepad {
    text-align: center;
    background: #f6f6f6;
    box-shadow: 0 1px 4px hsl(0deg 0% 0% / 25%);
    position: relative;
    background-image: repeating-linear-gradient(to bottom, transparent 0, transparent 30px, rgba(173, 216, 230, 0.31) 30px, rgba(173, 216, 230, 0.31) 32px), linear-gradient(to right, transparent 0, transparent 2rem, rgba(255, 182, 193, 0.48) 2rem, rgba(255, 182, 193, 0.48) 2.2rem, transparent 2.2rem);
    padding: 30px 20px 30px 40px;
}

/*.team-style:before {
    content: "\f303";
    transition: all ease-in-out 0.2s;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    right: 0px;
    transform: rotate(20deg);
    z-index: 0;
    bottom: 0px;
    color: #E8373D;
}*/
.team-style .team-img {
    position: relative;
    overflow: hidden;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.team-style img {
    border-radius: 50%;
    padding: 20px;
}

.team-style ul.social {
    margin: 0;
    padding: 0;
}

.team-style .social li {
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 2px;
    padding: 5px;
    display: inline-block;
}

.team-style .social li a {
    color: #035392;
}

.team-style .team-content {
    padding: 10px 0;
}

.team-style .title {
    margin: 10px 0 5px;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #414242;
    transition: all ease-in-out 0.2s;
}

.team-style .post {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid;
    border-color: #E8373D;
}

/* .team-style .team-content p {
    padding: 20px 0px;
} */

.notepad p {
    color: #3c3b3b;
}

.team-style:hover:before {
    font-size: 40px;
    transform: rotate(0deg);
}

#our-team .team-slider {
    padding-top: 50px;
}

/*-- Gallery-area --*/
#gallery-area {
    position: relative;
    /* padding-top: 90px; */
    padding-bottom: 90px;
    background-color: #5d2c81;
    background-image: url(../img/numbers-1.png), url(../img/numbers-2.png);
    background-repeat: no-repeat;
    background-position: left 25%, right 55%;
    background-attachment: fixed;
}

#gallery-area .section-heading h2 {
    color: #fff;
}

#gallery-area .section-heading p {
    color: #fff;
}

.view-gallery-btn {
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    padding: 10px 40px;
    transition: all 0.2s ease-in-out;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
    background-color: #E8373D;
}

.view-gallery-btn:hover {
    background-color: #035392;
}

.gallery-tab button {
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    padding: 10px 40px;
    margin: 5px 10px;
    transition: all 0.2s ease-in-out;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
    background-color: #E8373D;
}

.gallery-tab button:hover {
    background-color: #035392;
}

.gallery-tab button.active {
    background-color: #035392;
}

.gallery-tab {
    text-align: center;
    margin-top: 3rem !important;
}

.gallery_tabcontent {
    display: none;
    padding-top: 3rem;
}

.portfolio-item {
    position: relative;
}

.gallery-thumb {
    display: block;
    position: relative;
    border-radius: 10px;
}

.gallery-thumb img {
    border: 5px solid;
    border-radius: 10px;
    /* border-color: #e4a40f; */
    width: 100%;
    /* padding: 6px; */
}

.gallery-thumb .overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    border-radius: 10px;
    transition: opacity .3s ease-out;
    background: rgba(0, 0, 0, 0.45);
}

.gallery-thumb .link.centered {
    margin-left: -105px;
    transform: translateY(200px);
    transition-delay: 0s;
}

.gallery-thumb .link {
    display: inline-block;
    margin: 0;
    opacity: 0;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    position: absolute;
    height: 80px;
    width: 80px;
    bottom: 25%;
    vertical-align: middle;
    right: 25%;
    text-align: center;
    z-index: 3;
    margin-left: 20px;
    /* transform: translateX(-200px); */
    transform: translate(-50%, -50%) !important;
    transition: all .3s ease-out;
}

.gallery-thumb i {
    transition: all 0.2s ease-in-out;
    color: #fff;
    position: absolute;
    float: left;
    width: 100% !important;
    border-radius: 50%;
    height: 80px;
    top: -20px;
    line-height: 80px;
    left: 65px;
    background-color: #e4a40f;
}

.gallery-thumb:hover .overlay-mask {
    opacity: 1;
}

.gallery-thumb:hover .link.centered {
    transform: translateY(0);
    transition-delay: 0.1s;
    line-height: 70px;
}

.gallery-thumb:hover .link {
    transform: translate(0);
    opacity: 1;
    transition: all .3s ease-out .3s;
}

/*-- Blog-area --*/
#Blog-area {
    padding-top: 90px;
    padding-bottom: 90px;
}

.blog-box {
    background-color: #f5f5f5;
    border-radius: 10px;
    text-align: left;
    font-size: 16px;
    border: 2px solid #eee;
    height: 100%;
}

.blog-box .image {
    overflow: hidden;
}

.blog-box img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
    -webkit-transition: all 0.3s ease;
    height: 335px;
    object-fit: cover;
}

.blog-box img.blog-img-small {
    height: 240px;
}

.blog-box .blog-box-caption {
    padding: 15px 25px 0px 25px;
}

.blog-box .date {
    margin-top: -71px;
    color: #fff;
    margin-left: 0px;
    min-height: 68px;
    min-width: 68px;
    position: absolute;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 30% 70% 70% 30% / 30% 45% 55% 70%;
    box-shadow: 2px 0px 2px rgb(0 0 0 / 46%);
    background-color: #e4a40f;
}

.blog-box .date .day {
    line-height: 40px;
}

.blog-box .date span {
    display: block;
}

.blog-box .date .month {
    font-size: 14px;
    line-height: 0px;
}

.blog-box h4 {
    margin-top: 20px;
    display: inline-block;
    color: #404044;
    font-size: 1.8em;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.2;
}

/* .blog-box h4:hover {
    color: #e4a40f;
} */

.blog-box p {
    margin-bottom: 20px;
    color: #6A6A71;
}

.blog-box .blog-box-footer {
    padding: 0px 25px 35px 20px;
    font-size: 0.9em;
    text-align: center;
}

.blog-box .blog-box-footer>div {
    display: inline-block;
    margin-left: 10px;
    font-weight: 600;
}

.blog-box .blog-box-footer i {
    margin: 0 5px;
}

.blog-box-footer i {
    color: #035392;
}

.blog-box:hover img {
    -webkit-transform: scale(1.15) rotate(2deg);
    transform: scale(1.15) rotate(2deg);
}

.blog-box-footer .comments a,
.blog-box-footer .author a {
    color: #035392;
    text-decoration: none;
}

.sidebarbtn {
    padding: 0.6rem 0.9rem !important;
    font-size: 0.9rem !important;
    margin-top: 0px;
    height: 44px;
    margin-left: 0px;
    border-radius: 0px 10px 10px 0px;
}

/*-- Contact-Us --*/
#contact-cms {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: url(../img/callout.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#contact-cms .img-contact {
    right: -4.88786%;
    position: relative;
}

.contact-secondary {
    position: relative;
    background-color: #035392;
    padding: 3rem;
    left: -4.83384%;
    display: block;
    align-self: center;
    justify-content: center;
}

.contact-secondary .text-light {
    color: #f8f9fa;
    align-self: center;
    justify-content: center;
    display: block;
}

.text-light h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 2.2em;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.1;
}

.text-light p {
    color: #fff;
}

/*-- contact us --*/
#contact-us {
    padding-top: 90px;
    padding-bottom: 48px;
}

#contact-us .contact-icon {
    position: relative;
    text-align: center;
    border-radius: 10px;
    padding: 40px 10px 20px 10px;
}

.contact-icon .top-icon {
    transition: all .3s ease-out;
    font-size: 40px;
    top: -40px;
    color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    background: #fff;
    border-radius: 50%;
    padding: 20px;
    display: inline-table;
    width: 60px;
    color: #e4a40f;
}

.contact-icon-info h5 {
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-icon-info p {
    color: #fff;
}

.contact-icon:hover .top-icon {
    transform: rotate(14deg);
    transition: -webkit-transform 0.8s ease;
}

/*-- contact-form --*/
#contact-form-area {
    margin-bottom: 90px;
}

#contact-form-area .bg-form {
    background: #f6f6f6;
    box-shadow: 0 1px 4px hsl(0deg 0% 0% / 25%);
    position: relative;
    background-image: repeating-linear-gradient(to bottom, transparent 0, transparent 30px, rgba(173, 216, 230, 0.31) 30px, rgba(173, 216, 230, 0.31) 32px), linear-gradient(to right, transparent 0, transparent 2rem, rgba(255, 182, 193, 0.48) 2rem, rgba(255, 182, 193, 0.48) 2.2rem, transparent 2.2rem);
    padding: 30px 20px 30px 40px;
}

label {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0.5rem;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
    color: #3c3b3b;
}

#contact-form input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 3px;
    line-height: 1.8;
    border-color: #e4a40f;
}

#contact-form textarea {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 3px;
    line-height: 1.8;
    border-color: #e4a40f;
}

.google-map {
    width: 600px;
    height: 450px;
    border: 0;
}

/*-- footer --*/
#footer-area {
    background-color: #035392;
    padding-bottom: 30px;
    padding-top: 30px;
}

footer #footer-divider path {
    fill: #035392;
}

footer #divider {
    padding-top: 100px;
}

#footer-area .footer-widget {
    text-align: center;
}

#footer-area .footer-widget h5 {
    color: #fff;
}

#footer-area .footer-widget .text-widget ul {
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
}

@media all and (min-width:0px) and (max-width: 768px) {
    #footer-area ul li {
        font-size: 12px !important;
    }
    .alert_sticky.alert{
        right: 0px !important;
        left: 15px;
    }
}

#footer-area .footer-widget .text-widget ul li {
    font-family: 'Source Sans pro', sans-serif;
    color: #f8f9fa;
    font-size: 17px;
    line-height: 1.7;
}

#footer-area .footer-widget .text-widget ul li .margin-icon {
    margin-right: 8px;
}

#footer-area .footer-widget .text-widget ul li a {
    color: #FFEB3B;
    text-decoration: none;
}

#footer-area .footer-widget .text-widget ul li a:hover {
    color: #E8373D;
}

#footer-area .footer-widget .mt-4 {
    color: #fff;
}

#footer-area .footer-widget .text-widget ul.social-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer-area .footer-widget .text-widget ul.social-list li {
    display: block;
    width: 34px;
    transition: all 0.2s ease-in-out;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: #FFEB3B;
}

#footer-area .footer-widget .text-widget ul.social-list li:hover {
    transform: scale(1.2);
}

#footer-area .credits p {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 30px;
}

/* ---- button ---- */

.button.is-checked {
    color: white;
    text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
    box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

.button-group:after {
    content: '';
    display: block;
    clear: both;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.element-item {
    position: relative;
}

.element-item>* {
    margin: 0;
    padding: 0;
}

.element-item .name {
    position: absolute;
    left: 10px;
    top: 60px;
    text-transform: none;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: normal;
}

.element-item .symbol {
    position: absolute;
    left: 10px;
    top: 0px;
    font-size: 42px;
    font-weight: bold;
    color: white;
}

.element-item .number {
    position: absolute;
    right: 8px;
    top: 5px;
}

.element-item .weight {
    position: absolute;
    left: 10px;
    top: 76px;
    font-size: 12px;
}


/*-- services page --*/
#jumbotron-area {

    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    background-position: center top;
    padding: 4rem 0;
    width: 100%;
    height: 452px;
    margin-bottom: 120px;
}

a {
    text-decoration: none;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translate(0);
}

[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}

[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s;
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
}

#jumbotron-area .jumbo-heading {
    margin-bottom: 0px;
    text-align: left;
    text-align: center;
    border-radius: 10px;
    padding: 20px 40px;
    margin-top: 70px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

#jumbotron-area .jumbo-heading {
    margin-top: 140px;
    background-color: #035392;
}

#jumbotron-area .jumbo-heading h1 {
    color: #fff;
    font-size: 2.5em;
    line-height: 1.1em;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

#jumbotron-area nav {
    display: block;
}

#jumbotron-area .jumbotron .breadcrumb {
    max-width: 400px;
    border-radius: 0px;
}

#jumbotron-area .breadcrumb {
    margin-bottom: 0;
    color: #fff;
    background: transparent;
    font-size: 14px;
    display: block;
    padding: 0px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    letter-spacing: 1px;
    flex-wrap: wrap;
    list-style: none;
}

#jumbotron-area .breadcrumb a,
.breadcrumb li a {
    color: #fff !important;
    text-decoration: none;
    padding: 0;
}

#jumbotron-area .breadcrumb a:hover,
.breadcrumb li a:hover {
    opacity: 0.8;
}

#jumbotron-area .breadcrumb-item.active {
    color: #FFF;
}

#jumbotron-area .breadcrumb .breadcrumb-item {
    display: inline-block;
    padding: 0;
}

#jumbotron-area .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    font-size: 7px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    float: none;
}

#services-content-element .services-wrapper h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 2.2em;
    color: #151515;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.1;
}

#services-content-element .services-wrapper p {
    font-family: 'Source Sans pro', sans-serif;
    color: #6A6A71;
}

.moving-blob {
    animation: morph 4s ease-in-out infinite both alternate;
}

@keyframes morph {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 45% 55% 70%;
    }

    100% {
        border-radius: 57% 43% 31% 69% / 54% 61% 39% 46%;
    }
}

#services-content-element .services-wrapper h3 span {
    color: #035392;
}

.text-light {
    color: #f8f9fa !important;
}

.services-svg #divider path {
    fill: #E8373D;
}

#our-services-area {
    background-color: #E8373D;
    padding-bottom: 100px;
    background-position: center bottom;
    background-repeat: repeat-x;
}

#our-services-area h2 {
    font-size: 2.8em;
    font-weight: 800;
    font-family: Nunito;
    line-height: 1.0;
    margin-bottom: 50px;
}

#our-services-area .service-Box {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 30px;
    background: #f5f5f5;
    border-radius: 20px;
    transition: all .4s ease-in-out;
    margin-bottom: 30px;
}

#our-services-area .col-lg-12:last-child .service-Box {
    margin-bottom: 0px;
}

#our-services-area .service-Box .service-icon a {
    color: #e4a40f;
}

#our-services-area .service-Box .service-icon img {
    border: 15px solid transparent;
    max-width: 300px;
}

#our-services-area .blob {
    border-radius: 30% 70% 70% 30% / 30% 45% 55% 70%;
    transition: all 0.7s ease-in-out;
}

#our-services-area .service-Box .service-content {
    text-align: left;
    padding-left: 40px;
}

#our-services-area .service-Box .service-head {
    color: #404044;
    font-size: 1.8em;
    margin-bottom: 20px;
    font-weight: 600;
    transition: all .4s ease-in-out;
}

#our-services-area .service-Box:hover .service-icon img {
    border: 15px solid;
}

#accordion-area {
    padding-top: 70px;
    padding-bottom: 70px;
}

#accordion-area .accordion-item {
    border: none;
}

#accordion-area h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 2.2em;
    color: #151515;
    font-weight: 600;
    margin-bottom: 3rem;
    line-height: 1.1;
}

#accordion-area .accordion-button {
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    background-color: #035392;
    color: #fff !important;
    line-height: 1.3;
    letter-spacing: 0.7px;
    font-family: Nunito;
    font-weight: 700;
    font-size: 17px;
    border-radius: 5px;
    margin-bottom: 5px;
}

#accordion-area strong {
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
    color: #6A6A71;
}

#accordion-area .accordion-button:not(.collapsed) {
    background-color: #E8373D;
}

#accordion-area .accordion-button:hover {
    background-color: #E8373D;
}

#accordion-area .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

#accordion-area .accordion-button:not(.collapsed)::after {
    content: "\f068";
    background-image: none;
    transform: rotate(0deg);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#accordion-area .accordion-button::after {
    content: "\f067";
    background-image: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/*-- about us page --*/
#about-us-content-element .about-us-wrapper-element h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 2.2em;
    color: #151515;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.1;
}

#about-us-content-element .about-us-wrapper-element .us-text {
    color: #949393;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 1.3;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 1rem;
}

#about-us-content-element .ornament-bubbles::after {
    background: url(../img/ornament-2.png);
    content: "";
    position: absolute;
    margin-top: -165px;
    height: 200px;
    width: 80px;
    right: -100x;
    float: right;
}

#about-us-content-element .blob2:hover {
    border-radius: 30% 70% 70% 30% / 30% 45% 55% 70%;
}

#about-us-content-element .blob2 {
    border-radius: 62% 38% 82% 18% / 54% 61% 39% 46%;
    transition: all 0.7s ease-in-out;
}

/*-- our-educational-plan --*/
#our-educational-plan {
    margin-top: 70px;
    margin-bottom: 70px;
}

#our-educational-plan .row {
    background: #f6f6f6;
    box-shadow: 0 1px 4px hsl(0deg 0% 0% / 25%);
    position: relative;
    background-image: repeating-linear-gradient(to bottom, transparent 0, transparent 30px, rgba(173, 216, 230, 0.31) 30px, rgba(173, 216, 230, 0.31) 32px), linear-gradient(to right, transparent 0, transparent 2rem, rgba(255, 182, 193, 0.48) 2rem, rgba(255, 182, 193, 0.48) 2.2rem, transparent 2.2rem);
    padding: 30px 20px 30px 40px;
}

#our-educational-plan .rotate1 {
    transform: rotate(-2deg);
}

#our-educational-plan .rounded {
    border-radius: 0.25rem;
}

.ornament-rainbow::after {
    background: url(../img/ornament-3.png);
    content: "";
    position: absolute;
    margin-top: -65px;
    z-index: 1;
    height: 113px;
    width: 250px;
    right: -100x;
    float: right;
    right: 0;
}

#our-educational-plan .our-educational-plan-wrapper h4 {
    margin-top: 1rem;
    color: #404044;
    font-size: 1.8em;
    margin-bottom: 20px;
    font-weight: 600;
}

#our-educational-plan .our-educational-plan-wrapper p {
    color: #3c3b3b;
}

#accordion-area .us-3 {
    margin-bottom: 20px;
}

#accordion-area .us-text {
    color: #949393;
    font-family: 'Nunito', sans-serif;
    font-size: 0.95em;
    font-weight: 900;
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 1.3;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#accordion-area p {
    color: #6A6A71;
}

#accordion-area .klb-button {
    display: inline-block;
}

#accordion-area .klb-button .btn {
    margin-right: 20px;
}

/*-- Our Photo Gallery --*/
#gallery-area.our-photo {
    background-color: #fff;
    background-image: none;
}

#gallery-area.our-photo .subtitle,
#gallery-area.our-photo p.subtitle {
    border-bottom: none;
}

#gallery-area.our-photo .subtitle:after {
    content: " ";
}

#gallery-area.our-photo h2 {
    color: #151515;
    font-size: 2.8em;
    font-weight: 800;
    font-family: Nunito;
    line-height: 1.0;
}

#gallery-area.our-photo p {
    font-family: 'Source Sans pro', sans-serif;
    color: #6A6A71;
    text-transform: none;
    font-weight: 400;
}

/*-- contact --*/
#contact-form-area .contact-items {
    /* align-items: center; */
}

#google-map-area .google-map {
    width: 100%;
}

#google-map-area {
    padding-bottom: 50px;
}

.contact-wrapper h2 {
    color: #151515;
    font-size: 2.8em;
    font-weight: 800;
    font-family: Nunito;
    line-height: 1.0;
}

.contact-wrapper p {
    color: #949393;
    font-family: 'Nunito', sans-serif;
    font-size: 0.95em;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 1.3;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-wrapper .contact-content-element p {
    font-family: 'Source Sans pro', sans-serif;
    color: #6A6A71;
    font-weight: 400;
    text-transform: none;
}

.contact-wrapper ul.list-unstyled {
    margin-top: 1rem;
    margin: 0;
    margin-bottom: 1rem;
}

.contact-wrapper .list-unstyled li {
    line-height: 32px;
}

.contact-wrapper .list-unstyled li a {
    color: #035392;
}

.contact-wrapper .list-unstyled li a:hover {
    color: #e4a40f;
}

.contact-wrapper .margin-icon {
    margin-right: 8px;
    color: #e4a40f;
}

/*-- blog page --*/
#blog-area .blog-box .blog-box-footer {
    padding: 0px 0px 20px 0px;
    text-align: left;
}

#blog-area .blog-box .blog-box-footer>div {
    margin-left: 0px;
}

#blog-area .blog-box .blog-box-footer .klbdate a,
#blog-area .blog-box .blog-box-footer .category a,
#blog-area .blog-box .blog-box-footer .tags a {
    color: #035392;
}

#blog-area .blog-box .blog-box-footer .klbdate a:hover,
#blog-area .blog-box .blog-box-footer .category a:hover,
#blog-area .blog-box .blog-box-footer .tags a:hover {
    color: #e4a40f;
}

#blog-area {
    padding-bottom: 100px;
}

#blog-area .blog-box {
    margin-bottom: 3rem;
}

#blog-area .Blog-page-slider .img-fluid {
    height: 380px;
}

#blog-area .page-with-sidebar {
    padding-right: 30px;
}

#blog-area .notepad {
    margin-bottom: 40px;
}

.widget-area:first-child {
    margin-top: 0px !important;
}

.page-with-sidebar {
    padding-right: 30px
}

.widget-area {
    margin: 40px 0 !important;
}

.sidebarbtn {
    margin-top: 0px !important;
}

.sidebarbtn:hover {
    padding: 10px 30px !important;
}

.iconsize {
    font-size: 30px;
}

.widget-area #search-form .input-group .input-group-btn .btn {
    padding: 10px 14px;
    margin-top: 0px;
    border-radius: 0 10px 10px 0;
}

.widget-area #search-form .input-group input {
    padding: 8px 10px;
}

.widget-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget-area .sidebar-header {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding: 5px 10px;
    color: #fff;
    background-color: #E8373D;
    text-transform: capitalize;
}

.widget-area.notepad li {
    font-family: 'Nunito', sans-serif;
    margin-bottom: 4px;
    font-size: 18px;
    padding: .75rem 0.1rem;
    color: #495057;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
    text-transform: capitalize;
}

.widget-area.notepad li a {
    color: #495057;
}

.widget-area.notepad a.tag-cloud-link {
    background-color: #035392;
    color: #fff;
    padding: 10px;
    margin: 3px;
    border-radius: 10rem;
    font-size: 75% !important;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    display: inline-block;
}

.widget-area .tagcloud {
    text-align: left;
}

.page-with-sidebar .pagination {
    display: flex;
    justify-content: center;
}

.page-item.active .page-link {
    background-color: #cfcfcf;
    border-color: #cfcfcf;
}

.page-with-sidebar ul.page-numbers {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    border-radius: .25rem;
    margin: 0;
}

.page-with-sidebar ul.page-numbers li a.page-numbers {
    transition: all 0.2s ease-in-out;
    font-family: 'Nunito', sans-serif;
    color: #fff;
    font-weight: 700;
    border: 1px solid #fff;
    background-color: #E8373D;
    position: relative;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
}

.page-with-sidebar .pagination ul.page-numbers li a.page-numbers:hover {
    background-color: #035392;
}

.page-with-sidebar ul.page-numbers li span.page-numbers.current {
    transition: all 0.2s ease-in-out;
    font-family: 'Nunito', sans-serif;
    color: #fff;
    font-weight: 700;
    border: 1px solid #fff;
    background-color: #035392;
    position: relative;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
}

/* Blog Single */
.single .blog-box iframe {
    width: 100%;
}

.single .blog-box-caption .blog-box-footer {
    padding: 0px 25px 20px 0;
    text-align: left;
}

.single .blog-box-caption .blog-box-footer div:first-child {
    margin-left: 0;
}

.single .blog-box-caption .blog-box-footer div a {
    color: #035392;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.single .blog-box-caption .blog-box-footer div a:hover,
.single .blog-box-caption .blog-box-footer div a:focus {
    color: #e4a40f;
}

.single .blockquote {
    position: relative;
    border-top: 5px dashed #eddede;
    border-bottom: 5px dashed #eddede;
    padding: 50px 30px;
    margin-top: 50px;
    border-radius: 20px;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-family: 'Nunito', sans-serif;
}

.single .blockquote:before {
    margin-top: -110px;
    left: 0;
    color: #035392;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 4em;
    position: absolute;
    opacity: 0.5;
}

.single .blockquote p {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
}

.single .blockquote cite {
    font-style: normal;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    float: right;
}

.single .blockquote cite::before {
    content: '― ';
}

.single ul.custom {
    list-style: none;
    margin: 0;
}

.single .card {
    padding: 30px;
}

.single .comment-form p {
    margin-bottom: 30px;
}

.single .comment-reply-title {
    color: #414242;
    font-size: 1.5em;
    font-weight: 600;
    padding: .75rem 0;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    font-family: inherit;
    line-height: 1.2;
}

.single .comments-form-wrapper p {
    color: #6A6A71;
}

.single .comment-form label:not(.comment-form-cookies-consent label) {
    display: none;
}

.single .form-control {
    border: 2px solid #e4a40f;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.single .form-control:focus {
    border-color: #035392;
    box-shadow: none;
}

.single .comment-form #submit {
    transition: all .2s ease-in-out;
    color: #fff !important;
    border: 0px;
    padding: 10px 30px;
    outline: none;
    letter-spacing: 1px;
    font-family: 'Nunito', sans-serif;
    border-radius: 20px;
    text-transform: uppercase;
    white-space: normal;
    font-weight: 900;
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.25);
    background-color: #E8373D;
    font-size: 1rem;
    line-height: 1.5;
}

.single .comment-form #submit:hover,
.single .comment-form #submit:focus {
    box-shadow: 1px 9px 10px rgba(53, 52, 52, 0.45);
    background-color: #035392;
}

.single #sidebar .widget-area {
    margin: 40px 0px;
}

.single #sidebar .widget-area:first-child {
    margin-top: 0px;
}

.single #sidebar .widget_search .klb-search {
    background-color: #E8373D;
}

.single #sidebar .widget_search .klb-search:hover {
    transform: none;
}

.column {
    float: left;
    width: 25%;
}

/* .modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(46, 46, 46, 0.7);
} */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    max-width: 800px;
    width: 100%;
    overflow: hidden;
}

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.modal {
    padding-top: 70px !important;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

.prev,
.next {
    cursor: pointer;
}

a:hover {
    color: #E8373D;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
    color: #f2f2f2;
    font-size: 18px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.modal-content .mySlides img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    margin: 0 auto;
}

.service-content p {
    margin-bottom: 0;
}