/********** Template CSS **********/
:root {
    --primary: #129010;
    --secondary: #023672;
    --light: #6b6b84;
    --dark: #000000;
    --orange:#2827cd;
    --white:#FFFFFF;
    --gray:#f3f3f3;

}
:focus-visible {
    outline: none;
}
body {
    font-family: "Catamaran", "Roboto", sans-serif; 
}
h1 {
    font-size: 32px;
    color: var(--secondary);
    font-family: "Catamaran", sans-serif; 
}
h5 {
    color: var(--primary);
}
.table-dark {
    background-color: var(--primary);
    --bs-table-bg:var(--primary);
    --bs-table-striped-bg: var(--primary);
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: var(--primary);
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: var(--primary);
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: var(--white);
}
p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: var(--light);
    line-height: 30px;
}
a {
    text-decoration: none;
}
.btn-red {
    background-color: var(--primary);
}
.btn-red:hover {
    background-color: var(--orange);
    color: var(--white);
}
a.btn-red, a.btn-orange {
    color: var(--white);
}
.btn-orange {
    background-color: var(--orange);
}
.btn-orange:hover {
    background-color: var(--primary);
    color: var(--white);
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
    background-color: var(--primary);
    border: 1px solid var(--primary);
}
.btn-lg-square:hover{
    background-color: var(--orange);
    border: 1px solid var(--orange);
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-dark .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 42px 0;
    font-size: 16px;
    outline: none;
    
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}
.contactus_btn a {
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    border-radius: 10px;
    padding: 10px 25px;
}
@media (max-width: 1200.98px) {
    .navbar-dark .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

/* .navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
} */

.navbar-light .navbar-nav .nav-link {
    color: #d1a884;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    white-space: nowrap;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel .container,
.page-header .container {
    position: relative;
    padding: 45px 0 45px 35px;
    font-family: "Catamaran", sans-serif; 
}

.owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
  }
  .owl-item.active h6 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
    
  }
  .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
  }
  .owl-item.active a.contactbtn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
  .owl-item.active a.readmore {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
  }
  .header-carousel .owl-carousel-item h1 {
    font-size: 60px;
    font-weight: 700;
    font-family: "Catamaran", sans-serif;
    color: var(--dark);
}
.header-carousel .owl-carousel-item h6 {
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: var(--primary);
}
.header-carousel .owl-carousel-item p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: var(--light);
}
.header-carousel .owl-carousel-item a {
    font-size: 16px;
    font-weight: 500;
    font-family: "Catamaran", sans-serif;
    color: var(--white);
    border-radius: 10px;
    padding: 10px 34px;
}
.banner_img img {
    width: 92% !important;
}
.content_banner {
    padding-top: 6%;
    padding-left: 0;
}
.main-banner-content {
    max-width: 630px;
    margin-left: auto;
}
.main_banner {
    padding-top: 6%;
}
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 200px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-size: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 60px;
        font-weight: 700;
        font-family: "Catamaran", sans-serif;
        color: var(--dark);
    }
    
}

.header-carousel .owl-nav {
    position: absolute;
	 top: 45%;
	 left: 0;
	 right: 0;
   
}
.header-carousel .owl-nav .owl-prev {
    left: 0;
}
.header-carousel .owl-nav .owl-next {
    right: 0;
}
.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--orange);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
    position: absolute;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(43, 57, 64, .5), rgba(43, 57, 64, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}
.bannerslide {
    position: relative;
}
.bannerslide .banner-bg-shape {
    position: absolute;
    bottom: -75px;
    left: 0;
    right: 0;
    z-index: 1;
}
/*** About ***/
.about_img {
    text-align: center;
    position: relative;
    z-index: 1;
}
.about_img img{
    /* border-radius: 50%;
    border: 15px solid var(--orange); */
    border-radius: 50%;
    padding: 20px;
}
.about_content h1 {
    font-weight: 700;
}
.about_content a {
    font-weight: 500;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 10px;
}
.who-we-are-list {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
.who-we-are-list li {
    list-style-type: none;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: var(--dark);
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-top: 5px;
}
.who-we-are-list li span {
    font-family: "Roboto", sans-serif;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
    color: var(--white);
    background-color: var(--primary);
    border-radius: 50px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.5s;
}
.who-we-are-list li:hover span {
    background-color: var(--orange);
}
.about_img::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #ea512e;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 50%;
    transition: 0.5s;
    animation: border-transform-default 10s linear infinite alternate forwards;
}
.about_img::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #f5890d;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 50%;
    transition: 0.5s;
    animation: border-transform-default 50s linear infinite alternate forwards;
}
@keyframes rotateMe {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes rotate3d {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}
@keyframes moveScale {
    0% {
        transform: scale(0.6);
    }
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(0.6);
    }
}
@keyframes moveLeftBounce {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0px);
    }
}
@keyframes moveBounce {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes border-transform-default {
    0%, to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}
/* popular_section */
.popular_section {
    background-color: #f1e7ff;
}
.popular_section h1 {
    font-weight: 700;
    padding-bottom: 48px;
    margin-bottom: 0;
}
.popular_section .cat-item h1, .Latest_section .cat-item h1 {
    padding-bottom: 0;

}
.popular_content {
    padding: 30px;
}
.popular_content .class-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed var(--orange);
}
.popular_content .class-list li {
    list-style-type: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin-right: 15px;
}
.popular_content .class-list li span {
    color: var(--orange);
    font-size: 15px;
    font-weight: 500;
}
.popular_content .class-btn {
    margin-top: 25px;
}
.default-btn, .btn-red {
    display: inline-block;
    padding: 12px 35px;
    background-color: var(--primary);
    color: var(--white) !important;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.popular_content .class-btn .default-btn {
    padding: 10px 30px;
}
.default-btn::before, .btn-red::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background-color: var(--orange);
    z-index: -1;
    transition: 0.5s;
    border-radius: 10px;
}
.default-btn:hover::before, .btn-red:hover::before {
    height: 100%;
}
/*** Category ***/
.cat-item {
    display: block;
    box-shadow: none;
    border-radius: 5px;
    transition: .5s;
    color: #393939;
    background-color: var(--white);
}
.cat-item .class-image {
    overflow: hidden;
}
.cat-item .class-image img{
    transition: 0.5s;
    border-radius: 5px 5px 0 0;
}
.cat-item:hover .class-image img {
    transform: rotate(2deg) scale(1.2);
}
.cat-item h1 {
    color: var(--dark);
    font-size: 25px;
    font-weight: bold;
}
.cat-item h1 a {
    color: var(--dark);
}
.cat-item:hover h1 a {
    color: var(--primary);
}
.cat-item p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: var(--dark);
    font-weight: 400;
}
.cat-item:hover {
    border-color: rgba(0, 0, 0, .08);
    box-shadow: none;
}


/* value */
.value-item .value-inner-content {
    position: relative;
    padding-left: 88px;
    margin-top: 30px;
}
.value-item .value-inner-content .number span {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color:   #d3f5fe;
    text-align: center;
    font-size: 25px;
    color: var(--dark);
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.5s;
}
.value-item .value-inner-content h4 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 700;
}
.value-item .value-inner-content p {
    margin-bottom: 0;
    line-height: 29px;
}
.value-item .value-inner-content:hover .number span {
    background-color: var(--primary);
    color: #ffffff;
}

.value-item .value-inner-content .number span::before {
    position: absolute;
    content: "";
    height: 70px;
    width: 70px;
    line-height: 70px;
    border: 1px solid #d3f5fe;
    border-radius: 50px;
    top: -5px;
    left: -5px;
    right: 0;
    transition: 0.5s;
}
.value-item .value-inner-content .number .bg-2 {
    background-color: #fce0ad;
}
.value-item .value-inner-content .number .bg-2::before {
    border: 2px solid #fce0ad;
}
.value-item .value-inner-content .number .bg-3 {
    background-color: #fbc9d5;
}
.value-item .value-inner-content .number .bg-3::before {
    border: 2px solid #fbc9d5;
}
/*** Techers ***/
.our_techer_section {
    background-image: url(../img/teacher-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 48px 0;
    margin: 48px 0;
}
.single-teacher {
    margin-bottom: 30px;
    text-align: center;
}
.single-teacher .image {
    position: relative;
    transition: 0.5s;
    z-index: 1;
    padding: 5px;
}
.single-teacher .content {
    margin-top: 25px;
}
.single-teacher .image img {
    border-radius: 50%;
}
.single-teacher .image::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #fbc9d5;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 50%;
    transition: 0.5s;
    animation: border-transform-default 30s linear infinite alternate forwards;
}
.single-teacher .image .social {
    padding-left: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
.single-teacher .image .social li {
    display: inline-block;
    transform: translateY(30px);
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    margin: 0 2px;
}
.single-teacher .image .social li a {
    display: block;
    width: 33px;
    height: 33px;
    background-color: #ea512e;
    text-align: center;
    position: relative;
    font-size: 15px;
    color: #ffffff;
    border-radius: 50px;
    transition: 0.5s;
}
.single-teacher .image .social li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
}
.single-teacher .content h3 {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
}
.single-teacher .content span {
    display: block;
    color: #ea512e;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
}
.single-teacher:hover .image .social li {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.single-teacher .image .social li a:hover {
    color: #ffffff;
    background-color: #f5890d;
}
.our_techer_section h1{
    font-weight: 700;
    padding-bottom: 48px;
    margin-bottom: 0;
}
/*** Testimonial ***/
.testimonial_header h1, .Latest_section h1 {
    font-weight: 700;
    padding-bottom: 48px;
    margin-bottom: 0;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
    text-align: center;
    border-radius: 50%;
    color: var(--white);
}
.owl-item.center .testimonial-item i {
    color: var(--primary) !important;
}
owl-item.center .testimonial-item p {
    color: var(--white) !important;
}
.owl-item .testimonial-item .parent h5, .owl-item .testimonial-item .parent small { 
    color: var(--dark);
}
.owl-item .testimonial-item .parent h5 {
    font-weight: 700;
}
.testimonial-item {
    background-color: #fee9ca;
    padding: 50px 50px;
}
.testimonial-item i{
    background-color: var(--white);
    border-radius: 50%;
    padding: 15px 20px;
    color: var(--primary);
    font-size: 24px;
}
.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

/* .testimonial-carousel .owl-item.center .testimonial-item * {
    color: var(--white) !important;
}
.testimonial-carousel .owl-item.center .testimonial-item * i{
    color: var(--primary) !important;
} */
.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 5px solid var(--primary);
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--dark);
    border-color: var(--primary);
}

/* event */
.event_section {
    background-image: url(../img/event-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    padding: 48px 0;
    margin: 48px 0 0;
}
.event_section::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000000;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.3;
    z-index: -1;
}
.event-box-item {
    background-color: #ffffff;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}
.event-box-item .event-content h3 {
    font-size: 25px;
    margin-bottom: 0;
    font-weight: 700;
}
.event-box-item .event-content h3 a{
    color: var(--dark);
}
.event-box-item .event-content .event-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
}
.event-box-item .event-content .event-list li {
    list-style-type: none;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-bottom: 12px;
    padding-left: 25px;
}
.event-box-item .event-content .event-list li i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #ea512e;
}
.event-box-item .event-date {
    text-align: center;
}
.event-box-item .event-date h4 {
    font-size: 80px;
    color: #ea512e;
    margin-bottom: 0;
}
.event-box-item .event-date span {
    font-size: 20px;
    color: #ea512e;
    margin-top: 10px;
    font-weight: 500;
}
.event_section h1 {
    color: var(--white);
    padding-bottom: 48px;
    margin-bottom: 0;
}
/* Latest News */
.news_latest {
    background-color: #fdeee9;
}
.news_latest .post-meta {
    padding-left: 0;
    margin-bottom: 0;
}
.news_latest .post-meta li {
    list-style-type: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #283d5e;
    margin-right: 15px;
}
.news_latest .post-meta li span {
    color: #ea512e;
}
/*** Footer ***/

.footer-area {
/*    background-image: url(../img/about-11.jpg);*/
background:black;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
.footer-area::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000000;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0.9;
}
.single-footer-widget {
    margin-bottom: 30px;
}
.single-footer-widget .logo {
    margin-bottom: 25px;
}
.single-footer-widget p {
    margin-bottom: 0;
    color: #ffffff;
}
.single-footer-widget .social {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 0;
}
.single-footer-widget .social li {
    display: inline-block;
    margin-right: 10px;
}
.single-footer-widget .social li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #481f1c;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
}
.single-footer-widget h3 {
    font-size: 25px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    color: #ffffff;
}
.single-footer-widget .footer-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.single-footer-widget .footer-contact-info li {
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    padding-left: 35px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}
.single-footer-widget .footer-contact-info li i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 25px;
    color: #e68983;
}
.single-footer-widget .footer-contact-info li span {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 20px;
}
.single-footer-widget .footer-contact-info li a {
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
    position: relative;
    font-size: 14px;
}
.single-footer-widget .quick-links {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.single-footer-widget .quick-links li {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 16px;
}
.single-footer-widget .quick-links li a {
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    position: relative;
}
.single-footer-widget .quick-links li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    transition: 0.5s;
    background-color: var(--orange);
}
.single-footer-widget .quick-links li a:hover::before {
    width: 100%;
}
.single-footer-widget .footer-contact-info li a:hover {
    color: var(--orange);
}
.single-footer-widget .footer-contact-info li a:hover::before {
    width: 100%;
}
.single-footer-widget .quick-links li a:hover {
    color: var(--orange);
}
.single-footer-widget .social li a:hover, .single-footer-widget .social li a:focus {
    background-color: var(--primary);
    transform: translateY(-5px);
}
.single-footer-widget .logo h2 a {
    color: #ffffff;
}

.single-footer-widget .photo-gallery-list {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-left: -2px;
    margin-right: -2px;
    margin-top: -5px;
}
.single-footer-widget .photo-gallery-list li {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 5px;
}
.single-footer-widget .photo-gallery-list li .box {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.single-footer-widget .photo-gallery-list li .box img {
    transition: 0.5s;
    width: 100%;
}
.single-footer-widget .photo-gallery-list li .box .link-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}


.copyright-area {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #010018;
}

.copyright-area .copyright-area-content {
    text-align: center;
}
.copyright-area .copyright-area-content p {
    color: #ffffff;
}
.copyright-area .copyright-area-content p a {
    display: inline-block;
    font-weight: 600;
    color: var(--primary);
}


.alumni_list {
    position: relative;
    padding-left: 1rem;
}
.alumni_list li {
    font-size: 16px;
    line-height: 30px;
    list-style: decimal;
    color: var(--light);
    font-family: "Roboto", sans-serif;
    padding-bottom: 5px;
}
.techers_list {
    font-family: "Roboto", sans-serif;
}
/* Rama code */
.home-box {
    min-height: 327px;
}
.home-box i {
    font-size: 40px;
    margin: 50px 0 0;
    color: #fff;
}
.home-box h3 {
    color: #fff;
}
.home-box p {
    font-size: 15px;
    margin-bottom: 20px;
    color: #fff;
}
.home-box a {
    border-color: #fff;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 23px;
}
.home-box a:hover {
    background: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #00b074;
}
.opening-hours {
    background: #fff !important;
    color: #393939;
    padding-bottom: 1px;
}
.opening-hours i {
    color: #393939;
}
.opening-hours p, .opening-hours li {
    font-size: 14px;
    color: #393939;
}
.opening-hours h3 {
    color: #393939 !important;
}
.opening-hours li {
	border-bottom: 1px solid #F1F1F2;
	margin: 0 15px;
	padding: 5px 0;
	line-height:30px;
}
.opening-hours li span {
	float:left;
}
.opening-hours li .value {
	float:right;
}
.about_section {
    z-index: 3;
    position: relative;
    padding: 50px 0;
}
.popular_section, .Latest_section {
    padding: 50px 0;
    background-color: #f5f5f5;
    margin: 50px 0;
}

/* about us */
.breadcrumbs {
    padding: 100px 0 100px 0;
    /* min-height: 40vh; */
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.breadcrumbs:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    inset: 0;
}
.breadcrumbs h2 {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #f084f1;
}
.breadcrumbs ol a {
    color: rgba(255, 255, 255, 0.8);
    transition: 0.3s;
}
.breadcrumbs ol li+li {
    padding-left: 10px;
}
.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #fff;
    content: "/";
}
ul.awesomelist {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
  }
  ul.awesomelist li {
    margin-left: 1.5em;
    padding-bottom: 10px;
  }
  ul.awesomelist li:before {
    content: "\F136";
    font-family: bootstrap-icons !important;
    float: left;
    margin-left: -1.5em;
      color: var(--orange);
  }
.our_aim {
    background-color: var(--gray);
    padding: 15px;
    min-height: 350px;
    border-radius: 10px;
}
.contact_form a {
    background: var(--bs-primary);
    border-radius: 5px;
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
    padding: 10px 20px;
    text-decoration: none;
}
.contact_form a:hover {
    background: var(--bs-dark);
}
.curricular_subject {
    padding-left: 1rem;
}
.curricular_subject li {
    list-style: decimal;
    font-size: 18px;
    padding-bottom: 15px;
}
/* media queries */
@media (max-width: 576px) {
    .header-carousel .owl-carousel-item img {
        height: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
        background-image: unset;
        background-color: #e7ddf4;
    }
    .content_banner {
        padding-top: 0%;
    }
    .header-carousel .owl-carousel-item h6 {
        font-size: 10px;
    }
    .header-carousel .owl-carousel-item h1 {
        font-size: 20px;;
    }
    .header-carousel .owl-carousel-item p {
        font-size: 10px;
    }
    .banner_img img {
        width: 100% !important;
        height: auto !important;
        padding: 0 15px;
    }
    /* .header-carousel .owl-carousel-item {
        min-height: 750px;
    } */
    .header-carousel .owl-carousel-item a {
        padding: 10px 15px;
    }
    .main-banner-content {
        padding: 0 15px;
        margin-bottom: 25px;
    }
    .bannerslide .banner-bg-shape {
        bottom: -5px;
    }
    .about_section, .popular_section, .Latest_section {
        padding: 15px 0 30px;
    }
    h1 {
        font-size: 30px;
    }
    .who-we-are-list li {
        padding-top: 0;
    }
    .popular_section h1, .about_vission, .our_techer_section h1, .testimonial_header h1, .event_section h1, .Latest_section h1 {
        padding-bottom: 15px;
    }
    .our_techer_section, .event_section {
        padding: 15px 0;
        margin: 30px 0 0px;
    }
    .parent_say {
        padding-top: 15px;
    }
    .testimonial-carousel .owl-item .testimonial-item {
        border-radius: 0;
    }
    .event-box-item {
        text-align: center;
    }
    .event-box-item .event-content .event-list li {
        display: inline-block;
        padding-left: 0;
    }
    .event-box-item .event-content .event-list li i {
        position: relative;
    }
    .event-image {
        padding-bottom: 25px;
    }
    .navbar a.navbar-brand {
        width: 65%;
    }
    /* .navbar-brand h1 {
        width: 75%;
    } */
    .navbar-brand h1 img {
        width: 100%;
    }
}
@media (min-width: 577px) and (max-width: 768px) {

    .header-carousel .owl-carousel-item img {
        height: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .content_banner {
        padding-top: 0%;
    }
    .header-carousel .owl-carousel-item h6 {
        font-size: 10px;
    }
    .header-carousel .owl-carousel-item h1 {
        font-size: 20px;;
    }
    .header-carousel .owl-carousel-item p {
        font-size: 10px;
    }
    .banner_img img {
        width: 100% !important;
        height: auto !important;
        padding: 0 15px;
    }
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 300px;
    }
   
    .header-carousel .owl-carousel-item a {
        padding: 10px 15px;
    }
    .main-banner-content {
        padding: 0 15px;
        margin-bottom: 25px;
        max-width: 100%;
    }
    .bannerslide .banner-bg-shape {
        bottom: -5px;
    }
    .about_section, .popular_section, .Latest_section {
        padding: 15px 0 30px;
    }
    h1 {
        font-size: 30px;
    }
    .who-we-are-list li {
        padding-top: 0;
    }
    .popular_section h1, .about_vission, .our_techer_section h1, .testimonial_header h1, .event_section h1, .Latest_section h1 {
        padding-bottom: 15px;
    }
    .our_techer_section, .event_section {
        padding: 15px 0;
        margin: 30px 0 0px;
    }
    .parent_say {
        padding-top: 15px;
    }
    .testimonial-carousel .owl-item .testimonial-item {
        border-radius: 0;
    }
    .event-box-item {
        text-align: center;
    }
    .event-box-item .event-content .event-list li {
        display: inline-block;
        padding-left: 0;
    }
    .event-box-item .event-content .event-list li i {
        position: relative;
    }
    .event-image {
        padding-bottom: 25px;
    }
}


@media (min-width: 767px) and (max-width: 991px) {

    .header-carousel .owl-carousel-item img {
        height: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .content_banner {
        padding-top: 0%;
    }
   
    .banner_img img {
        width: 100% !important;
        height: auto !important;
        padding: 0 15px;
        display: block !important;
    }
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 320px;
    }
    
    /* .bannerslide {
        background: #f3e6ff;
    } */
    
    .main-banner-content {
        padding: 0 15px;
        margin-bottom: 25px;
        max-width: 100%;
    }
    .bannerslide .banner-bg-shape {
        bottom: -5px;
    }
    .about_section, .popular_section, .Latest_section {
        padding: 15px 0 30px;
    }
    h1 {
        font-size: 30px;
    }
    .who-we-are-list li {
        padding-top: 0;
    }
    .popular_section h1, .about_vission, .our_techer_section h1, .testimonial_header h1, .event_section h1, .Latest_section h1 {
        padding-bottom: 15px;
    }
    .our_techer_section, .event_section {
        padding: 15px 0;
        margin: 30px 0 0px;
    }
    .parent_say {
        padding-top: 15px;
    }
    .testimonial-carousel .owl-item .testimonial-item {
        border-radius: 0;
    }
    .event-box-item {
        text-align: center;
    }
    .event-box-item .event-content .event-list li {
        display: inline-block;
        padding-left: 0;
    }
    .event-box-item .event-content .event-list li i {
        position: relative;
    }
    .event-image {
        padding-bottom: 25px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .content_banner {
        padding-top: 0;
    }
    .main_banner {
        padding-top: 3%;
    }
    .banner_img {
        padding-top: 8%;
    }
    .main-banner-content {
        max-width: 440px;
    }
    .header-carousel .owl-carousel-item h1 {
        font-size: 40px;
    }
    .bannerslide .banner-bg-shape {
        bottom: -40px;
    }
    .Latest_section .cat-item h1 {
        padding-bottom: 0px;
    }
    .testimonial-carousel .owl-item .testimonial-item {
        border-radius: 0;
    }
}

@media (min-width: 1201px) and (max-width: 1300px) {
    .content_banner {
        padding-top: 0;
    }
    .main_banner {
        padding-top: 3%;
    }
    .banner_img {
        padding-top: 8%;
    }
    .main-banner-content {
        max-width: 540px;
    }
    .header-carousel .owl-carousel-item h1 {
        font-size: 40px;
    }
    .bannerslide .banner-bg-shape {
        bottom: -40px;
    }
    .navbar-dark .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link {
        margin-right: 20px;
    }
}

@media (min-width: 1301px) and (max-width: 1400px) {
    .content_banner {
        padding-top: 0;
    }
    .main_banner {
        padding-top: 5%;
    }
    .banner_img {
        padding-top: 0%;
    }
    .main-banner-content {
        max-width: 540px;
    }
    .header-carousel .owl-carousel-item h1 {
        font-size: 40px;
    }
    .bannerslide .banner-bg-shape {
        bottom: -40px;
    }
    .navbar-dark .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link {
        margin-right: 20px;
    }
}



.edata {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -130px;
    top: 230px;
    width: 175px;
    z-index: 1100;
    transition: right 0.3s ease;
    margin-bottom:3px!important;
}

.edata:hover {
    right: 0;
    
}

.edata1 {
    list-style-type: none;
    padding: 0;
}

.edata1 li {
    display: flex;
    align-items: center;
    padding: 10px;
    color: white;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    border-radius: 5px;
}



.edata1 li a {
    color: white;
    text-decoration: none;
}

.edatas {
padding: 0px;
margin: 0px;
position: fixed;
right: -130px;
top: 290px;
width: 175px;
z-index: 1100;
transition: right 0.3s ease;
}

.edatas:hover {
right: 0;
}

.edatas1 {
list-style-type: none;
padding: 0;
}

.edatas1 li {
display: flex;
align-items: center;
padding: 10px;
color: white;
margin-bottom: 10px;
transition: all 0.3s ease;
border-radius: 5px;
}



.edatas1 li a {
color: white;
text-decoration: none;
}