* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Vollkorn", serif;
    scroll-behavior: smooth;

}

body {
    background-color: #ffffff;
}

p {
    font-family: 'Mulish', sans-serif;
}

::selection {
    color: #ffffff;
    background-color: #11a0cc;
}

.display_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.display_flex_col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.display_flex_start {
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.display_flex_end {
    display: flex;
    justify-content: flex-end;
    align-items: center;

}


.display_flex_space {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.row {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0;
}

.menu_navlist {
    z-index: 99;
    display: block;
    background-color: #0000001c;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px;
}
.menu_navlist.actives{
    z-index: 99;
    display: block;
    background-color: #961717;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px;
}

.menu_navlist ul {
    display: inline-flex;
    list-style-type: none;
    margin-bottom: 0px;
    font-weight: 700;
    padding: 4px 0px;
}

.nav-list {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 0px;
    list-style-type: none;
}
.nav-list li {
	padding: 0 10px;
}
.nav-list li a {
    color: #595555 !important;
    font-size: 16px;
	text-decoration: none;
	padding: 10px 0;
    font-weight: 700;
	position: relative;
	display: block;
    text-transform: uppercase !important;
}
.nav-list li a::after {
	content: "";
	background-color: #ffffff;
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.3s linear;
}

.nav-item a {
    color: #ffffff;
    font-size: 12px;
    transition: all 1s linear;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-family: 'Mulish', sans-serif;
}

.nav-item a:hover {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
}

.menu_navlist a{
    color: #ffffff;
    font-size: 12px;
    transition: all 1s linear;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-family: 'Mulish', sans-serif;
}


.offcanvas-header .btn-close:focus{
    box-shadow: none;
}


.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-image: linear-gradient(to bottom, #ffffffa3, #ffffffd1), url(../images/news_bg.jpg) !important;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
}

.offcanvas-body .social_profile ul li a{
    text-align: center;
    border: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin: 0px 5px;
    margin-top: 8px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #2b2c2c;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    line-height: 54px;
    display: block;
    border: 2px solid rgb(0 175 239);
}

.side_logo{
    width:142px;
}

.single_footers p {
    
    font-size: 15px;
}

.mobile_menu i{
    font-size: 40px;
    color: #00afef;
}

.mobile_menu{
    display: none;
}

.main_gallery {
    position: relative;
}

.desktop_menu {
    position: absolute;
    content: "";
    top: 52px;
    z-index: 99;
    padding: 7px 14px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: auto;
    background-color: #fff0;
}

.school_logo {
    width: 132px;
    position: absolute;
    z-index: 99;
    top: 24px;
    left: 24px;
}

.school_logos {
    width: 132px;
    
    z-index: 99;
 
}


.gallery {
    width: 100%;
    position: relative;
    min-height: 31.25rem;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery .content {
    position: absolute;
    z-index: 50;

    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.175rem;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.gallery .content span {
    font-size: clamp(1.85rem, 1.7053rem + 0.5447vw, 2.25rem);
    font-weight: 300;
    display: block;
    margin-bottom: -0.625rem;
}

.gallery .content h1 {
    font-size: 60px;
    font-weight: 400;
    margin-inline: -0.313rem;
    text-align: center;
}

.gallery .content p {
    font-size: 18px;
    margin-top: -0.313rem;
    text-align: center;
    margin-bottom: -12px;
}

.gallery .content hr {
    display: block;
    width: 3rem;
    border: none;
    height: 0.125rem;
    background: #fff;
    margin-top: 0.938rem;
    margin-inline: 0.313rem;
}

.gallery-slider {
    width: 100%;
    height: 100%;
}

.gallery-slider .swiper-slide {
    width: auto;
    height: 100%;
}

.gallery-slider .swiper-slide::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(0 46 67 / 62%) 0%, #0000001c 100%);
}

.gallery-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.gallery .swiper-pagination {
    position: relative;
    bottom: -0.313rem;
    text-align: left;
}

.gallery .swiper-pagination-bullet {
    border-radius: 0;
    width: 1.125rem;
    height: 0.25rem;
    background: #fff;
}

.gallery .swiper-pagination-bullet-active {
    background: #fff;
}

.gallery .more {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    opacity: 0.3;
    font-size: 0.8rem;
    transform: translateY(-0.938rem);
    position: absolute;
    z-index: 10;
    right: 1.875rem;
    letter-spacing: 0.1rem;
    display: none;
}

.gallery .more:hover {
    opacity: 1;
}

.gallery-thumbs {
    width: 14.375rem;
    padding: 0;
    overflow: hidden;
    position: absolute;
    bottom: 8rem;
    right: 0;
}

.gallery-thumbs .swiper-slide {
    width: 6.25rem;
    height: 6.25rem;
    text-align: center;
    overflow: hidden;
    opacity: 0.5;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.gallery-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.about_sections {
    padding: 50px 0px;
    background-image: url(../images/line.png);
    background-size: cover;
    background-position: center;
}

.about_text {
    max-width: 450px;
    margin-left: auto;
}

.about_text h3 {
    font-size: 37px;
}

.fac_img {
    width: 100%;
}

.img_count_wrapper {
    background-image: url(../images/cloud_line.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 38px;
    margin: 5px;
}

.img_count_wrapper h3 {
    font-size: 27px;
    color: #0263a5;
}

.img_count_wrapper h4 {
    font-size: 22px;
    color: #000000;
    font-weight: 700;
}

.main_header h2 {
 color: rgb(0 175 239);
    position: relative;
    text-transform: capitalize;
    z-index: 99;
}

.second_sec {
    position: relative;
    padding-bottom: 50px;
}

.third_sec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 140px;
    background-image: url(../images/banner-bg-shape-2.png);
    top: -3px;
    /* rotate: 180deg; */
    left: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 99;
}

.third_sec {
    padding: 80px 0px;
    background-color: rgb(187 227 235 / 52%);
    overflow: hidden;
}

.con_over {
    overflow: hidden;
}

.cards {
    position: relative;
    overflow: hidden;
}

.cards::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0 46 67 / 0%) 0%, #000000f0 100%);
    border-radius: 10px;
}

.cards_title {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 3px;
    z-index: 9;
    padding: 6px;
}

.cards img {
    border-radius: 10px;
}

.cards_title p {
    color: #ffffff;
    font-family: 'Mulish', sans-serif;
    font-size: 12px;
}

.cards_title h6 {
    color: #fff;
    font-size: 27px;
    text-transform: capitalize;
}



.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
    display: none;
}

.swiper-button-next,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
    display: none;
}

.fourth_sections {
    padding: 50px 0px;
}


.teacher_wrapper {
    margin: 3px;
}

.teacher_img img {
    border-radius: 50%;
}

.teacher_img {
    max-width: 350px;
    margin: auto;
    overflow: hidden;
    border-radius: 50%;
    border-style: dashed;
    /* border: 1px solid red; */
    border-color: #0591c4;
    background-color: #ffffff;
    padding: 5px;
}

.testmonial_text {
    max-width: 400px;
    padding: 2px;
}

.testmonial_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: end;
}

.testmonial_images {
    position: relative;
    max-width: 288px;
    padding: 12px;
}

.testmonial_text p {
    font-size: 16px;
    text-align: left;
}

.clientanme_text h6 {
    font-size: 20px;
    color: #14a7e5;
    text-align: left;
}

.clientanme_text p {
    color: #4b4949;
    font-size: 14px;
    font-weight: 700;

}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quotes {
    display: flex;
    justify-content: start;
    align-items: end;
}

.quotes i {
    font-size: 41px;
    color: #14a7e5;
}


.quotes2 {
    display: flex;
    justify-content: end;
    align-items: end;
}

.quotes2 i {
    font-size: 41px;
    color: #14a7e5;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {

    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #14a7e5 !important;
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #000000;
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: #14a7e5;
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}


.maskimg {
    max-width: 450px;
    margin: auto;
}

.main_gallery::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 140px;
    background-image: url(../images/banner-bg-shape-2.png);
    bottom: -3px;
    rotate: 180deg;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
}

.about_school {
    position: relative;
    padding: 50px 0px;
    background-image: url(../images/line2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.about_school::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 140px;
    background-image: url(../images/banner-bg-shape-2.png);
    top: -96px;
    rotate: 180deg;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
}

.about_icon_wrapper {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.abt_icon {
    width: 68px;
    height: 68px;
    background-color: #00afef;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.abt_icon i {
    color: #ffffff;
    font-size: 33px;

}

.abt_text h6 {
    font-size: 16px;
    margin-top: 15px;
    font-weight: 700;
}

.file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.file-upload .file-select {
    display: block;
    border: 1px solid #0090c45c;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select .file-select-button {
    background: #01afef;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}



.file-upload .file-select:hover .file-select-button {
    background: #0f6ac5;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}





.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.our_facility_page {
    padding: 60px 0px;
    position: relative;
    background-image: url(../images/may.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
}

.our_facility_page::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 140px;
    background-image: url(../images/fac-bg-shape-2.png);
    top: -96px;
    rotate: 180deg;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
}



.our_facility {
    padding: 60px 0px;
    background-image: url(../images/may.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.our_facility::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 140px;
    background-image: url(../images/banner-bg-shape-2.png);
    top: -30px;
    rotate: 361deg;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
}



.teacher_name h6 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
}

.facilities_wrapper {
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    max-width: 290px;
    margin-top: 26px;
    padding: 10px;
}

.fac_text {
    padding: 8px;
}

.fac_text h6 {
    font-size: 17px;
    text-transform: capitalize;
}

.fac_text p {
    width: 100%;
    display: -webkit-box;
    font-size: 14px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0px;
    color: #4a4343;
}

button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

button.learn-more {
    width: 12rem;
    height: auto;
}

button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #01afef;
    border-radius: 1.625rem;
}

button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #01afef;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

button:hover .circle {
    width: 100%;
}

button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

button:hover .button-text {
    color: #fff;
}


.about_sections_inner {
    position: relative;
    padding: 70px 0px;
    background-image: url(../images/line.png);
    background-size: cover;
    background-color: #bbe3eb85;
    background-position: center;
}

.about_sections_inner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 140px;
    background-image: url(../images/banner-bg-shape-2.png);
    top: -38px;
    rotate: 360deg;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
}

.counter-box {
    display: block;

    padding: 40px 20px 37px;
    text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #106b8c;
    font-size: 15px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #106b8c;
    line-height: 28px
}

.counter-box img {
    margin-bottom: 17px;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #106b8c;
}


.about_texts {
    max-width: 450px;
    margin-right: auto;
}

/* footer */

.footer_sun {
    position: absolute;
    content: "";
    right: -2px;
    bottom: 10px;
    width: 130px;
    z-index: 99;
}

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floating {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(0, 15px);
    }

    to {
        transform: translate(0, -0px);
    }
}

.event h4 {
    font-size: 14px;
}

.arafatime p {
    margin-left: 7px;
    font-size: 12px;
    line-height: 24px;
    color: rgb(0 175 239);
    font-weight: 700;
    margin-bottom: 0px;
}

.arafatime i {
    color: #035a8b;
    font-weight: 300;
}

.event p {
    width: 100%;
    display: -webkit-box;
    font-size: 14px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.arafadisplay {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newswrapper {
    padding: 80px 0px;
    background-image: linear-gradient(to bottom, #ffffffeb, #ffffffe8), url(../images/news_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.w3l-price-2 h6.pricehead a {
    color: #01afef;
    text-decoration: none;
}

.newsarafawrapper {
    padding: 6px;
    background-color: rgb(255 255 255);
    height: 328px;
    border: 1px solid #dfdfdf;
    border-radius: 18px;
}

.w3l-price-2 .events-top {
    background-color: #ffffff;
    padding: 6px;
    grid-template-columns: auto 1fr;
    grid-gap: 20px;
    display: grid;
    border: 1px solid #ffcfcfbf;
    border-radius: 6px;
    cursor: pointer;
}

.w3l-price-2 .events-top-right p {
    color: gray;
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
}

.w3l-price-2 .icon-top {
    text-align: center;
    width: 100px;
    background: #fbeff0;
    border-radius: 4px;
}

.w3l-price-2 .icon-top span {
    background-color: #00afef;
    line-height: 2.5;
    height: 40px;
    display: block;
    color: #fff;
    border-radius: 0 0 4px 4px;
}

.w3l-price-2 .icon-top {
    text-align: center;
    width: 100px;
    background: #cceaf4;
    border-radius: 4px;
}


.gallery_sec {
    position: relative;
    padding: 80px 0px;
    background-image: linear-gradient(to bottom, #fffffff2, #ffffffde), url(../images/news_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.gallery_sec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 140px;
    background-image: url(../images/banner-bg-shape-2.png);
    top: -96px;
    rotate: 180deg;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
}

.services_wrapper img {
    border-radius: 10px;
}



.contact_sec {
    position: relative;
    padding: 80px 0px;
    background-image: linear-gradient(to bottom, #ffffff00, #ffffff00), url(../images/contact_bg.jpg);
    background-position: center;
    background-size: contain;
}

.contact_sec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 140px;
    background-image: url(../images/banner-bg-shape-2.png);
    top: -96px;
    rotate: 180deg;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
}

.enroll_sec {
    position: relative;
    padding: 80px 0px;
    background-image: linear-gradient(to bottom, #ffffffd9, #ffffffb3), url(../images/enroll_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.enroll_sec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 140px;
    background-image: url(../images/banner-bg-shape-2.png);
    top: -96px;
    rotate: 180deg;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
}

.input-wrapper input {
    font-size: 13px;
    color: #555;
    width: 100%;
    height: 49px;
    outline: none;
    border: 1px solid #0c8cb969;
    padding: 10px 20px;
    border-radius: 2px;
    position: relative;
}

.input-wrapper input:invalid+label {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.input-wrapper label {
    color: #a4a4a4;
    font-size: 13px;
    text-transform: capitalize;
    font-family: 'Mulish', sans-serif;
    z-index: 2;
    left: 20px;
    top: 20px;
    padding: 0 2px;
    pointer-events: none;
    background: #fff;
    -webkit-transition: -webkit-transform 100ms ease;
    -moz-transition: -moz-transform 100ms ease;
    -o-transition: -o-transform 100ms ease;
    -ms-transition: -ms-transform 100ms ease;
    transition: transform 100ms ease;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.home_form_wrapper {
    position: absolute;
    content: "";
    top: 0px;
    left: 10%;
    background-color: #01afef;
    padding: 10px;
    width: 270px;
    padding: 10px;
    border-radius: 5px;
}

.home_contat {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.hom_text h6 {
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.hom_text {
    width: 100%;
}

.hom_text p {
    margin-bottom: 0px;
    font-size: 12px;
    color: #fff;
}

.hom_icon {
    width: 62px;
    display: flex;
    justify-content: center;
    color: #fff;
}

#maps {
    position: relative;
}

.footer {
    position: relative;
    background-image: linear-gradient(to bottom, #0e6483, #009688d4), url(../images/footer-img.png);
    padding-top: 80px;
    padding-bottom: 40px;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.single_footer h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
}

.subscribe__input {
    background-color: #fff;
    border: medium none;
    border-radius: 5px;
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 60px;
    letter-spacing: 0.4px;
    margin: 0;
    padding: 0 150px 0 20px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}


.subscribe__input:focus {
    border: none !important;
    box-shadow: none !important;
}

.flow-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.plan {
    width: 16.5rem;
    padding: 2em;
    border-radius: 1em;
    margin: 0 0.5em 1em;
}

.plan--light {
    color: #4E4E4E;
    background: linear-gradient(-45deg, #00a3e74f, #FAFAFA);
}

.plan--light .plan-price {
    color: #00A1AB;
    font-size: 18px;
}

.plan--light .btn {
    color: #FFF;
    background: #00a1b6;
}

.plan--accent {
    color: #FFF;
    background: linear-gradient(-45deg, #00A1AB, #00a3f0);
}

.plan--accent .btn {
    color: #4E4E4E;
    background: #FFF;
}

.plan-title {
    text-transform: uppercase;
    margin: 0 0 1em;
    font-size: 19px;
}

.plan-price {
    margin: 0;
    font-size: 3rem;
    line-height: 1;
    font-weight: 900;
    font-size: 18px;
}

.plan-price span {

    font-size: 1.5625rem;
    font-weight: 300;
}

.plan-description {
    margin: 21px 0px 16px 0px;
    line-height: 1.5;
}

.bottom_text {
    text-transform: capitalize;
    color: #fff;
    font-size: 13px;
}

.bottom_text a {
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
}

.single_footer p {
    max-width: 285px;
    font-size: 15px;
}

.single_footer ul li a {
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 36px;
    font-size: 15px;
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'Mulish', sans-serif;
}

.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.subscribe {
    display: block;
    position: relative;
    margin-top: 15px;
    width: 100%;
}

.subscribe__btn {
    background-color: transparent;
    border-radius: 0 25px 25px 0;
    color: #01c7e9;
    cursor: pointer;
    border: none;
    display: block;
    font-size: 20px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}

.social_profile ul li {
    float: left;
}

.social_profile ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.social_profile ul li a {
    text-align: center;
    border: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin: 0px 5px;
    margin-top: 8px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.main_banner {
    width: 100%;
    max-height: 450px;
    overflow: hidden;
}

.main_banner img {
    object-fit: contain;
    width: 100%;
}

.about_banner_section {
    padding: 0px 0px;
    position: relative;
}

.about_banner_section::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(0 46 67 / 62%) 0%, #0000001c 100%);
}

.teacher_sections {
    padding: 50px 0px;

    background-size: cover;
    background-position: center;
}

@media screen and (max-width:790px) {
    .about_school::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 140px;
        background-image: url(../images/banner-bg-shape-2.png);
        top: -121px;
        rotate: 180deg;
        left: 0px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 99;
    }
    .our_facility::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 140px;
        background-image: url(../images/banner-bg-shape-2.png);
        top: -11px;
        rotate: 361deg;
        left: 0px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 99;
    }
    .our_facility_page::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 140px;
        background-image: url(../images/fac-bg-shape-2.png);
        top: -124px;
        rotate: 180deg;
        left: 0px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 99;
    }
    
    .enroll_sec::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 140px;
        background-image: url(../images/banner-bg-shape-2.png);
        top: -124px;
        rotate: 180deg;
        left: 0px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 99;
    }

    .gallery_sec::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 140px;
        background-image: url(../images/banner-bg-shape-2.png);
        top: -124px;
        rotate: 180deg;
        left: 0px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 99;
    }

    .contact_sec::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 140px;
        background-image: url(../images/banner-bg-shape-2.png);
        top: -124px;
        rotate: 180deg;
        left: 0px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 99;
    }

    .school_logo {
        width: 96px;
    }
    .mobile_menu{
        display: block;
    }
    .menu_navlist {
        display: none;
    }
    .desktop_menu {
        position: absolute;
        content: "";
        top: 36px;
        z-index: 99;
        padding: 7px 14px;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin: auto;
        background-color: #fff0;
    }
    .single_footer h4 {
        color: #fff;
        margin-top: 0;
        margin-bottom: 25px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 17px;
        margin-top: 15px;
    }

    .testmonial_images {
        position: relative;
        max-width: 234px;
        padding: 12px;
    }

    .gallery .content p {
        font-size: 15px;
        margin-top: -0.313rem;
        text-align: center;
        margin-bottom: -12px;
    }

    .gallery .content h1 {
        font-size: 32px;
        font-weight: 400;
        margin-inline: -0.313rem;
        text-align: center;
    }

    .about_school::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 140px;
        background-image: url(../images/banner-bg-shape-2.png);
        top: -126px;
        rotate: 180deg;
        left: 0px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 99;
    }

    .counter-box p {
        margin: 5px 0 0;
        padding: 0;
        color: #106b8c;
        font-size: 13px;
        font-weight: 500;
    }
}

@media screen and (max-width:550px) {
    .desktop_menu {
        position: absolute;
        content: "";
      
        z-index: 99;
        padding: 0px 5px;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin: auto;
        background-color: #fff0;
    }
    .school_logo {
        width: 119px;
        position: absolute;
        z-index: 99;
        top: 24px;
        left: 7px;
    }
}


@media screen and (min-width: 37.5rem) {
    .gallery-thumbs {
        width: 25rem;
    }

    .gallery .more {
        display: inline-block;
    }


}


@media screen and (min-width: 42.5rem) {
    .gallery .content p {
        margin-top: -0.563rem;
    }

    .gallery .content h1 {
        font-size: 32px;
        font-weight: 400;
        margin-inline: -0.313rem;
        text-align: center;
    }

    .gallery .content span {
        margin-bottom: -1.875rem;
    }
}


@media screen and (max-width: 62.188rem) and (max-height: 43.75rem) {
    .content {
        top: 37% !important;
        transform: translatey(-30%);
    }

    .gallery .content h1 {
        font-size: 32px;
        font-weight: 400;
        margin-inline: -0.313rem;
        text-align: center;
    }

    .gallery .content {
        position: absolute;
        z-index: 50;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 0.175rem;
    }
}