/* font family */

/* @import url('https://fonts.googleapis.com/css2?family=Caudex:ital,wght@0,400;0,700;1,400;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: "Caudex", serif;
  font-weight: 400;
  font-style: normal;
} */

.hero {
    height: 75vh;
}





/********** Template CSS **********/
:root {
    --primary: #9261AA;
    --secondary: #ffbc33;
    --light: #F8F8F8;
    --dark: #252525;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    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: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background-color: #9261aa;
    border-color: #9261aa;
}

.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;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    /* margin-left: 8px;     */
}

.navbar .navbar-nav .nav-link {
    margin-right: 0px;
    padding: 14px 21px;
    color: #FFFFFF;
    font-weight: 800;
    outline: none;
}



.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    /* color: var(--dark); */
    color: #ffbc33;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
    padding-left: 2.5% !important;
}

.hero-img {
    height: 633px;
}



.dropdown-submenu {
    position: relative;
    display: inline;
}




.dropdown-submenu:hover {
    display: block;
    margin-top: 120;

}

.dropdown-menu2 {
    padding-left: 20px;
    /* Indent items */
    display: none;

}

.dropdown-item {
    padding-left: 20px;
    /* Indent items */
}

.dropdown-item2 {
    padding-left: 20px;
    /* Indent items */
}



/*** Header ***/
#header-carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
    width: 10%;
}

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}



#header-carousel .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 60px;
    text-indent: 0;
    margin-bottom: 15px;
    border: 2px solid #FFFFFF;
    border-radius: 60px;
    overflow: hidden;
}

#header-carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/school_images/g-2.jpg) center center no-repeat;
    background-size: cover;
}
.page-header1 {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/school_images/g-54.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary);
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}
.page-header1 .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}



/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--secondary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 4px;
    left: -60px;
    background: var(--secondary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}

.vision_p {
    font-size: 85px;
}


/*** Img Border ***/
.img-border {
    position: relative;
    height: 72%;
    min-height: 400px;
    border-radius: 20%;
}

/* .img-border {
    position: relative;
    height: 100%;
    min-height: 400px;

} */

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid var(--primary);
    border-radius: 6px;
}
.img-fluid2 {
    max-width: 100%;
    height: auto;
}
.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    /* width: calc(100% - 3rem);
    height: calc(100% - 3rem); */
    object-fit: contain;
    border-radius: 10px;
    transition: transform 0.5s ease;
  cursor: zoom-in;
}
.img-border img:active{
    -webkit-transform: scale(2);
    transform: scale(2);
    cursor: zoom-out;
}

.border-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.border-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0rem;
    bottom: 0rem;
    border: 5px solid var(--primary);
    background-color: var(--primary);
    border-radius: 6px;
}

.border-img iframe {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    object-fit: scale-down;
    border-radius: 42px;
}

/*** Facts ***/
.fact-item {
    transition: .5s;
}

.fact-item:hover {
    margin-top: -10px;
    background: #FFFFFF !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    box-shadow: none;
    border: 1px solid #DEE2E6;
}


/*** Feature ***/
.progress {
    height: 5px;
}

.progress .progress-bar {
    width: 0px;
    transition: 3s;
}


/*** Project ***/
.project-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .5);
    border-radius: 6px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover a {
    opacity: 1;
}

.project-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.project-carousel .owl-dot {
    width: 35px;
    height: 35px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 35px;
    transition: .5s;
}

.project-carousel .owl-dot:hover,
.project-carousel .owl-dot.active {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .team-text {
    position: relative;
    height: 65px;
    overflow: hidden;
}

.team-item .team-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-item:hover .team-title {
    top: -65px;
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 65px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    margin: 0 3px;
}

.team-item:hover .team-social {
    top: 0;
}


/*** Testimonial ***/

.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--secondary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

/* ------------------------------ new css start -------------------------- */
/* 
.faq-wrapper {
    width: 80%;
    margin: 20px auto;
  }

  .faq-container {
    background-color: #fff;
    color: #333;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }

  .faq-question {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 20px;
    cursor: pointer;
  }

  .faq-question::after {
    content: "\002B";
    font-size: 1.5rem;
    display: inline-block;
    margin-left: 10px;
    transition: transform 0.2s ease-in-out;
  }

  .faq-question.active::after {
    transform: rotate(45deg);
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    padding: 0 20px 20px;
    line-height: 1.5rem;
  }

  .faq-question.active + .faq-answer {
    max-height: 1000px; /* Adjust as needed */
/* }  */


/* Add specific styles for the FAQ section */

.faq-wrapper {
    width: 100%;
    margin: 20px auto;
}

.faq-container {
    background-color: #fff;
    color: #333;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
    /* To hide content during animation */
}

.faq-question {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question-icon {
    font-size: 1.5rem;
    transition: transform 0.3s ease-in-out;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, opacity 0.5s ease-in-out;
    padding: 0 20px 0px;
    line-height: 1.5rem;
    opacity: 0;
    animation: fadeIn 0.5s forwards;
    /* Fade-in animation */
}

.faq-question.active .faq-question-icon {
    transform: rotate(45deg);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.section_padding {
    padding: 35px 0;
}

.section_heading {
    margin-bottom: 30px;
}

.section_heading h2 {
    color: #222;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 30px;
    text-transform: uppercase;
}

.section_heading h2 span {
    color: #9261AA !important;
}

.section_heading p {
    font-size: 16px;
    margin: 10px 0 5px;
}

.single-blog {
    transition: all 0.30s ease 0s;
}

.single-blog:hover {
    transform: translateY(-10px);
}

.single-blog .post-img {
    position: relative;
}

.single-blog .post-img img {
    max-width: 100%;
    height: auto;
}

.single-blog .post-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    /* background: #9261AA !important; */
    transition: all 0.30s ease 0s;
}

.single-blog:hover .post-img:after {
    opacity: 1;
}

.single-blog .single_blog {
    border-top: none;
    padding: 25px 20px 25px;
    background: #fff;
    position: relative;
}

.single-blog .post-title {
    margin: 0 0 15px 0px;
    font-size: 20px;
    color: #333;
    display: inline-block;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.single-blog .blog-text {
    font-size: 15px;
    line-height: 23px;
    margin: 7px 0 10px;
}

.icon-area {
    list-style: none;
    font-size: 14px;
    padding: 0;
}

.icon-area>li {
    display: inline-block;
    margin-right: 5px;
    color: #555;
    font-style: italic;
}

.icon-area>li i {
    color: #9261AA !important;
    margin-right: 5px;
    font-size: 14px;
}

.btn-area a {
    background: #9261AA !important;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 11px 22px;
    margin: 10px 0px 10px;
    border: none;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.2s ease-in-out 0s;
}


/* ========================================================== */

/*============ new */
.bg {
    margin-top: 37px;
    background-color: #9261AA;
    padding: 72px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0px;
    height: 309px;
}

.aboutcontent {
    color: white;
}

.aboutheading {
    margin-bottom: 20px;
}

.accordion-container {
    max-width: 600px;
    /* Adjust the width as needed */
    margin: 0 auto;
}

.card {
    border: none;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-header {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}



.card-header h2 {
    margin: 0;
}

.card-body {
    padding: 15px;
}


.accordion-container {
    max-width: 600px;
    /* Adjust the width as needed */
    margin: 0 auto;
}

.card {
    border: none;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-header {
    background-color: #9261AA;
    /* opacity: 0.5; */
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    color: white
}

.card-header:hover {
    /* background-color: #e9ecef; */
    color: #9261AA;
    font-size: 20px;
    font-weight: bold;
}

.card-header h2 {
    margin: 0;
}

.card-body {
    padding: 15px;
}

.acchead {
    color: #9261AA;
    font-size: 20px;
    font-weight: bold;
    color: white
}

/* ========================================================== */


:root {
    --red: hsl(0, 78%, 62%);
    --cyan: hsl(180, 62%, 55%);
    --orange: hsl(34, 97%, 64%);
    --blue: hsl(212, 86%, 64%);
    --varyDarkBlue: hsl(234, 12%, 34%);
    --grayishBlue: hsl(229, 6%, 66%);
    --veryLightGray: hsl(0, 0%, 98%);
    --weight1: 200;
    --weight2: 400;
    --weight3: 600;
}



.attribution {
    font-size: 11px;
    text-align: center;
}

.attribution a {
    color: hsl(228, 45%, 44%);
}

.box1 p {
    color: var(--grayishBlue);
}

.box1 {
    border-radius: 5px;
    box-shadow: 0px 30px 40px -20px var(--grayishBlue);
    padding: 30px;
    margin: 20px;
}

.imgin {
    float: right;
}



.cyan {
    border-top: 3px solid var(--cyan);
}

.red {
    border-top: 3px solid var(--red);
}

.blue {
    border-top: 3px solid var(--blue);
}

.orange {
    border-top: 3px solid var(--orange);
}

.orange2 {
    border-bottom: 3px solid var(--orange);
}

.colh2 {
    color: var(--varyDarkBlue);
    font-weight: var(--weight3);
}




/* About page - why choose us  */
.section-testmonials {
    font-family: Poppins;
    display: flex;
    gap: 20px;
    align-items: center;
}

.column-testmonials {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 20%;
}

.section-details {
    border-left: 10px solid #FFCB00;
    padding-left: 20px;
}


.name-section {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    color: #650061 !important;
    line-height: 1.2em;
    margin: 0;
}

.title-section b {
    color: #650061;
}

.title-section {
    color: #000;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.navigation-testmonials {
    display: flex;
    gap: 10px;
}


.swiper-testmonials {
    width: 80%;
    overflow: hidden;
    position: relative;
}



.swiper-testmonials .swiper-slide {
    border-radius: 10px;
    background: linear-gradient(118deg, #7C1A78 10.88%, #43044A 83.88%);
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    transform: scale(0.9) !important;
    filter: blur(1px) grayscale(0.5);
    transition: 0.2s;
}

.swiper-testmonials .swiper-slide * {
    margin: 0;
}

.swiper-testmonials .swiper-slide-active {
    filter: blur(0px) !important;
    transform: scale(1) !important;
}

.card-slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.head-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-slide {
    display: flex;
    align-items: center;
    gap: 20px
}

.title-slide h4 {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
}

.title-slide h6 {
    color: #FFCB00;
    font-size: 14px;
    font-weight: 500;
}

.text-slide {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.swiper-button-testmonials-next,
.swiper-button-testmonials-prev {
    cursor: pointer;
}





.cardBox {
    width: 100%;
    height: 300px;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 10px 0px,
        rgba(0, 0, 0, 0.5) 0px 2px 25px 0px;
}

.cardcon {
    position: absolute;
    width: 95%;
    height: 95%;
    background: #9261AA;
    border-radius: 20px;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    padding: 20px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 60px -12px inset,
        rgba(0, 0, 0, 0.5) 0px 18px 36px -18px inset;
}

.subjectcrd1 {
    height: 30PX;
    width: 88PX;
    color: white;
    PADDING: 11PX;

    font-weight: bold;
    background: rgba(254, 187, 51, 1);
    border-radius: 7px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0.1px);
    -webkit-backdrop-filter: blur(0.1px);
    border: 1px solid rgba(254, 187, 51, 0.4);
}

.subjectcrd2 {
    height: 30PX;
    width: 88PX;
    color: white;
    /* PADDING: 11PX; */

    border-radius: 7px;
    font-weight: bold;

    /* From https://css.glass */
    background: rgba(146, 97, 170, 0.48);
    border-radius: 7px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0.1px);
    -webkit-backdrop-filter: blur(0.1px);
    border: 1px solid rgba(146, 97, 170, 0.73);
}

.subjectlist {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;


}

.subjectlist>div {
    flex: 0.22;
    text-align: center;
    padding: 3px;
    border: 1px solid #ccc;
    margin: 5px;
}




#chart {
    margin: 2em auto;
    list-style: none;
    padding: 0;
    max-width: 300px;
    position: relative;
    top: 2em;
}

#chart li {
    display: block;

}

#chart .block {
    width: 150px;
    margin-bottom: 7em;
    height: 150px;
    border: 1px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;


}

#chart .block-content {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -0.5em;
}

#chart .next-icon {
    width: 32px;
    height: 32px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAA3NCSVQICAjb4U/g AAAACXBIWXMAAARuAAAEbgHQo7JoAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2Nh cGUub3Jnm+48GgAAAB5QTFRF////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA how4rQAAAAl0Uk5TAAwREiowWMPOLoJhMgAAAEhJREFUKFNjYBhCgCUNDgLAAoyV M6FghgFEiThMoBmqB6YEpgCuBKYApgShAKoEoQCiBFkBWAmyApASVAVAJagKgEoU GIYaAADIMSWmfFk62AAAAABJRU5ErkJggg==') no-repeat 50% 0;
    display: block;
    position: absolute;
    left: 25%;
    margin-left: -16px;
}

#chart .icon-1 {
    top: 195px;
}

#chart .icon-2 {
    top: 460px;
}

.diamond-card {
    position: relative;
    width: 200px;
    height: 200px;
    background-image: radial-gradient(circle, #8c4eaa, #9d5ebc, #ae6fcd, #bf80e0, #d191f2);
    margin: 20px;
    border-radius: 7px;
    transform: rotate(45deg);
    box-shadow: rgba(0, 0, 0, 0.19) 9px 11px 2px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    margin-top: 70px;
}

.content {
    position: absolute;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    transform: rotate(-45deg);
}

.subjectsize {
    font-size: 12px;
    margin-left: 64px !important;
}

.classize {
    font-size: 15px;
    /* text-align: center; */
    margin-top: 40px;
    margin-left: 59px;
}

.subjectsize2 {
    font-size: 12px;
    margin-left: 24px !important;
}

.classize2 {
    font-size: 15px;
    /* text-align: center; */
    margin-top: 73px;
    margin-left: 37px;
}

/* about navbar */
.navbar {
    width: 100%;
    height: 65px;
    font-size: 17px;
    /* z-index: 0; */
}

.navbar li {
    float: left;
    position: relative;
    list-style: none;
    /* text-align: center; */
    width: auto;
}

.navbar li a {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.navbar li ul {
    display: none;
    background-color: #fff;
    border-radius: 7px;
}

.navbar li:hover li {
    display: block;
    width: 100%;
    /* padding: 4px 0px; */
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.navbar li a:active {
    color: #fff;
    text-decoration: none;
    background-color: #ffbc33 !important;

}

.navbar li:hover li a:hover {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;

}

.navbar li:hover>ul {
    display: block;
    position: absolute;
    margin-left: 100%;
    margin-top: -20%;
}

.navbar li li:hover li {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.navbar li ul li {
    border-top: 0;
}

.navbar ul ul {
    left: 100%;
    top: 0;
}




/* 


.missioncard {
    width: 350px;
    height: 350px;
    border-radius: 6px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, color 0.3s;
    overflow: hidden;
    position: relative;
}

.mission-text {
    text-align: center;
    font-size: 40px;
    margin-top: 33%;
    font-weight: bold;
    color: black;
}

.missioncard-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.6s;
}

.missioncard::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/index/vision-mission-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%; 
    opacity: 0; 
    transition: transform 0.6s ease, opacity 0.6s ease, background-color 0.3s; 
    color: red;
}

.missioncard:hover::before {
    transform: scale(1.2); 
    opacity: 1;
    background-color: #478AEF;
    opacity: 0.3;
    color: red;
}

.missioncard:hover .mission-text {
    color: blueviolet;
    font-size: 40px;
} */
.gallery-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/school_images/g-2.jpg) center center no-repeat;
    background-size: cover;
    /* object-fit: cover; */
}


/* extra curriculam page */
.extrapage-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/index/extra.png) center center no-repeat;
    background-size: cover;
}

.extrabox {
    width: 30%;
    margin-left: 15px;
    border-radius: 10px;
    box-shadow: 0px 30px 40px -20px var(--grayishBlue);
    padding: 30px;
    margin-top: 40px;

}

.extrabox .extraimg {
    width: 170px;
    height: 140px;
    margin-top: -148px;
    border-radius: 21%;
    margin-left: -3px;
    box-shadow: 2px 2px 2px 0px;
    transition: transform 0.5s ease;
    cursor: zoom-in;
}
.extrabox .extraimg:active {
    -webkit-transform: scale(2);
    transform: scale(2);
    cursor: zoom-out;
}


.extrabox2 {
    width: 20%;
    margin-left: 40px;
    border-radius: 5px;
    margin-top: 40px;
    /* box-shadow: 0px 30px 40px -20px var(--grayishBlue); */
    /* /* padding: 30px; */
}

.extra-write {
    display: flex;
    flex-wrap: wrap;
    margin-top: 155px;
}

.extra-write2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 135px;
}

.extra-pic {
    height: 176px;
    margin-top: -158px;
}

.extrabox2 .e-pic {
    width: 120px;
    margin-left: 26%;
}

.extrabox2 .e-img {
    width: 209px;
    height: 140px;
    margin-top: -136px;
    margin-left: 8%;
    border-radius: 13%;
    box-shadow: 2px 2px 2px 0px;
    transition: transform 0.5s ease;
  cursor: zoom-in;
}
.extrabox2 .e-img:active {
    -webkit-transform: scale(2);
    transform: scale(2);
    cursor: zoom-out;
}

.text-justify {
    text-align: justify;
}

.text-center {
    text-align: center;
}

.extraheading {
    font-size: 17px;
    font-weight: bold;
}

.extratext {
    font-size: 15px;
}


.sportsbox {
    width: 26%;
    margin-left: 40px;
    border-radius: 10px;
    box-shadow: 0px 30px 40px -20px var(--grayishBlue);

}

.sportsname {
    margin-top: 7px;
    font-weight: bold;
}


.sportouter {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 92px;
}

.spcard {
    width: 259px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin: 10px;
    padding: 33px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.spcard img {
    width: 100%;
    height: 164px;
    border-radius: 6px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 4px 1px gray;
    transition: transform 0.5s ease;
  cursor: zoom-in;
}
.spcard img:active{
    -webkit-transform: scale(2);
    transform: scale(2);
    cursor: zoom-out;
}
.sh-img {
    height: 200px;
    width: 100%;
    border-radius: 10px;
    transition: transform 0.5s ease;
  cursor: zoom-in;
}
.sh-img:active {
    -webkit-transform: scale(2);
    transform: scale(2);
    cursor: zoom-out;
}


.margin50 {
    margin: 50px
}

.marginLR {
    margin-left: 50px;
    margin-right: 50px;
}



/* achievement page */

.rightachieve {
    background-color: blanchedalmond;
    height: 600px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;

}

.award1 {
    height: 750px;
    width: 500px;
    /* transform: rotate(-7deg); */
    margin-top: -90px;
    margin-left: -50px;

}

.award2 {
    width: 63%;
    height: 66%;
    margin-top: 4%;
    /* transform: rotate(-7deg); */
}

.stuawardtitle {
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    margin-top: -15px;
}

.stuname {
    font-size: 25px;
    font-weight: bold;

}

.stuname2 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-top: -25px;

}

.stuname3 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    margin-left: -36px;

}

.stu_top {
    margin-top: 40px;
}

.stu2img {
    width: 250px;
    height: 250px;
    object-fit: contain;
}

.stu2heading {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}

.stu2content {
    font-size: 15px;
    text-align: justify;
    padding: 30px;

}

.award3 {
    height: 425px;
    width: 680px;
    transform: rotate(-9deg);

    margin-top: -110px;
    margin-left: -40px;
}

.award4 {
    height: 425px;
    width: 100%;

}

.gallery {
    width: 315px;
    height: 200px;
    object-fit: scale-down;
    transition: transform 0.5s ease;
  cursor: zoom-in;

}
.gallery:active{
    -webkit-transform: scale(2);
    transform: scale(2);
    cursor: zoom-out;
}

.achievepage-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/index/award10.png) center center no-repeat;
    background-size: cover !important;
    /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .5)), url(../img/school_images/g-25.jpg) center no-repeat; */
    padding-top: 141px !important;
}


.cbsclogo {
    height: 150px;
    width: 150px;
}

.curriculumtitle {
    font-size: 24px;
    font-weight: bold;
    color: mediumvioletred;
}

.features {
    margin: 30px;
    text-align: justify;
}

.featuretitle {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
    color: mediumvioletred;
}

.classimg-classroom {
    /* height: 300px;
    width: 400px; */
    height: 376px;
    width: 462px;
    border-radius: 19%;
    transition: transform 0.5s ease;
    cursor: zoom-in;
}

.classimg-classroom:active {
    -webkit-transform: scale(2);
    transform: scale(2);
    cursor: zoom-out;
}


.shape-box {
    /* display: inline-block; */
    position: relative;
    z-index: 1;
    /* max-width: 500px; */
    height: 430px;
    margin: 30px 10px 30px;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .12);
    overflow: hidden;
    /* width: 23.333%; */
}

.shape-box_half {
    overflow: hidden;
    text-align: left;
}

.shape-box_half:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: skewY(53.5deg);
    transform-origin: top left;
    transition: \transform .4s;
    background: #fff;
    z-index: 1;
}

.shape-box>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bg-black {
    background-color: #000;
}

.shape-box_half figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 30px 30px;
    transition: \transform .4s;
    transform: translateY(100%);
    z-index: 3;
}

.shape-box_half figcaption .show-cont {
    position: absolute;
    bottom: calc(100% + 30px);
    left: 30px;
    right: 30px;
    transition: bottom .4s;
}

.card-no {
    font-size: 36px;
    color: #ffc107;
    padding: 0;
    margin: 10px 0;
}

.card-main-title {
    margin-top: 8px;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #292b2c;
}

.card-content {
    color: #9f9f9f;
    margin-top: 20px;
    line-height: 22px;
    font-size: 15px;
}

.read-more-btn {
    border: 2px solid #9261AA;
    font-size: 14px;
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 600;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #9261AA;
    color: #fff;
    border-radius: 2px;
    margin-top: 25px;
    text-decoration: none;
}

.read-more-btn:hover {
    background: transparent;
    color: #9261AA;

}

.shape-box_half>.after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fdd744;
    opacity: 0;
    transition: opacity .4s;
}

/*On hover*/
.shape-box_half:hover:before {
    transform: skewY(20deg);
}

.shape-box_half:hover figcaption {
    transform: translateY(0);
}

.shape-box_half:hover figcaption .show-cont {
    bottom: 100%;
}

.shape-box_half:hover>.after {
    opacity: 1;
}

.libheading {
    margin-top: 50px;
    font-size: 24px;
    font-weight: bold;

}

.libimg1 {
    padding: 4px;
    height: 400px;
    width: 400px;
    border-radius: 50%;
    border: 2px dashed #CCC6B8;
    margin-top: 75px;
    margin-left: 22px;
    transition: transform 0.3s ease;
    cursor: zoom-in;

}
.libimg1:active {

    -webkit-transform: scale(2);
    transform: scale(2);
    cursor: zoom-out;
}
.libimg1-bottom-img {
    padding: 4px;
    height: 189px;
    width: 189px;
    border-radius: 50%;
    border: 2px dashed #CCC6B8;
    /* margin-top: 75px; */
    /* margin-left: 22px; */
    transition: transform 0.3s ease;
    cursor: zoom-in;

}

.libimg1-bottom-img:active {

    -webkit-transform: scale(2);
    transform: scale(2);
    cursor: zoom-out;
}

.libcircle {
    height: 100px;
    width: 100px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 150%;
    margin-top: -55px;
    margin-left: -47px;
}


.labheading {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

/* .csimgbg
{
    height: 210px;
    width: 210px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    transform: rotate(52deg);
    border-radius: 10px;
    margin-left: 50px;
    margin-top: 22px;
    background-image: url(../img/index/cslab.png);
} */
.csimg { 
    height: 178px;
    width: 200px;
    border-radius: 20px;
    transition: transform 0.5s ease;
    cursor: zoom-in;
}

.csimg:active {
    -webkit-transform: scale(2);
    transform: scale(2);
    cursor: zoom-out;
}

.csimg2 {
    height: 178px;
    width: 200px;
    margin-top: -211px;
    margin-left: 8px;
    border-radius: 20px;
    transition: transform 0.5s ease;
    cursor: zoom-in;
}

.csimg2:active {
    -webkit-transform: scale(2);
    transform: scale(2);
    cursor: zoom-out;

}

.csimg3 {
    height: 178px;
    width: 200px;
    margin-top: 218px;
    margin-left: -184px;
    border-radius: 20px;
    transition: transform 0.5s ease;
    cursor: zoom-in;
}

.csimg3:active {
    -webkit-transform: scale(2);
    transform: scale(2);
    cursor: zoom-out;
}

.csimg4 {
    height: 178px;
    width: 200px;
    margin-top: 0px;
    margin-left: 11px;
    border-radius: 20px;
    transition: transform 0.5s ease;
    cursor: zoom-in;
}

.csimg4:active {
    -webkit-transform: scale(2);
    transform: scale(2);
    cursor: zoom-out;
}

.labcontent {
    text-align: justify;
}

.labcontent2 {
    margin-top: 50px;
}

.labtitle {
    font-size: 18px;
    font-weight: bold;
    color: black
}

.labdesciption {
    font-size: 15px;
    text-align: justify;
}


.margin35 {
    margin: 35px;
}

.labtext {
    text-align: justify;
    /* font-size: 15px;
    margin: 15px; */
}

.chart-pie {
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol"; */
}

#chartdiv {
    width: 100%;
    height: 500px;
}

.s-align {
    margin-top: 6%;
}

.gallery_a {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 30px
}


@media (min-width: 280px) and (max-width: 410px) {
   
    .labtext {
        text-align: justify;
        font-size: 15px;
        margin: 15px;
    }

    /* vision */
    .vision_p {
        font-size: 56px;
    }

    /*-------- achievements mobile res    */
    .award1 {
        height: 750px;
        width: 320px;
        /* transform: rotate(-7deg); */
        margin-top: -90px;
        margin-left: 14px;
        display: flex;
        justify-content: center;


    }

    .award2 {
        width: 63%;
        height: 66%;
        margin-top: 4%;
        /* transform: rotate(-7deg); */
        margin-left: 17%;
    }

    .stuawardtitle {
        font-size: 10px;
        font-weight: bold;
        font-style: italic;
        margin-top: -15px;
    }

    .stuname {
        font-size: 25px;
        font-weight: bold;

    }

    .stuname2 {
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        margin-top: -25px;

    }

    .stu2img {
        width: 250px;
        height: 250px;
        align-items: flex-start;
        /* display: flex; */
        /* align-content: center; */
        margin-left: 32px;
        margin-top: -21px;

    }

    .rightachieve {
        background-color: blanchedalmond;
        height: 680px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    }

    .stu2heading {
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        margin-top: 40px;
    }

    .stuname3 {
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        margin-top: 0px;
        margin-left: 0px;
    }

    .stu2content {
        font-size: 15px;
        text-align: justify;
        padding: 30px;

    }

    .award3 {
        height: 425px;
        width: 680px;
        transform: rotate(-9deg);
        display: none;

        margin-top: -110px;
        margin-left: -40px;
    }

    .award4 {
        height: 425px;
        width: 100%;

    }

    .gallery {
        width: 250px;
        height: 200px;
        margin: 20px;
    }

    .achievepage-header {
        background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/index/award10.png) center center no-repeat;
        background-size: cover;
    }

    .car_pic-top {
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        margin-top: 296px !important;
    }

    .a_stuname2 {
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        margin-top: 0px;
        margin-left: -43px;
    }

    .a_stu2img {
        width: 250px;
        height: 355px;
        /* border-radius: 121px 121px; */
    }

    .a_award1 {
        height: 414px;
        width: 500px;
        /* transform: rotate(-7deg); */
        margin-top: -69px;
        margin-left: -50px;
    }

    .rightachieve1 {
        background-color: blanchedalmond;
        height: 816px !important;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    }

    /* extra page */
    .extra-pic {
        height: 155px;
        margin-top: -138px;
    }

    .e-pic {
        width: 120px;
        margin-left: 26%;
    }


    /* classroom */

    .classimg {
        height: 300px;
        width: 300px;
        padding: 15px;
        border-radius: 19%;
    }



    .csimg {
        height: 150px;
        width: 150px;

    }

    .csimg2 {
        height: 150px;
        width: 150px;
        margin-top: -157px;
        margin-left: -51px;
    }

    .csimg3 {
        height: 150px;
        width: 150px;
        margin-top: 151px;
        margin-left: -152px;

    }

    .labcontent {
        text-align: justify;
    }

    .labcontent2 {
        margin-top: 50px;
    }

    .labtitle {
        font-size: 18px;
        font-weight: bold;
        color: black
    }

    .labdesciption {
        font-size: 15px;
        text-align: justify;
    }

    .box1 {
        height: 200px;
    }

    /* chairman desk */
    .chairman_para {
        width: 319px;
    }

    .extra_top {
        margin-top: 0%;
    }

    .sportouter {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin: 0px;
    }

    .sportsbox {
        width: 72% !important;
        margin-left: 52px !important;
        border-radius: 5px;
        box-shadow: 0px 30px 40px -20px var(--grayishBlue);

    }



}


@media only screen and (max-width: 600px) {


    .chart-pie {
        margin: 0;
        padding: 0;
    }

    #chartdiv {
        height: 370px;

    }

    /* principal  */
    .img-border::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 3rem;
        bottom: 3rem;
        border: 5px solid var(--primary);
        border-radius: 6px;
    }

    .img-border img {
        position: absolute;
        top: 3rem;
        left: 3rem;
        width: calc(100% - 3rem);
        height: calc(100% - 3rem);
        object-fit: cover;
        border-radius: 6px;
    }

    /* .chairmain_para{
        width: 378px;
    } */
    .border-img {
        position: relative;
        height: 100%;
        min-height: 400px;
    }

    .border-img::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0rem;
        bottom: 0rem;
        border: 5px solid var(--primary);
        background-color: var(--primary);
        border-radius: 6px;
    }

    .border-img iframe {
        position: absolute;
        top: 1rem;
        left: 1rem;
        width: calc(100% - 2rem);
        height: calc(100% - 2rem);
        object-fit: scale-down;
        border-radius: 42px;
    }
}

@media only screen and (max-width: 768px) {

    .extrabox,
    .extrabox2,
    .sportsbox {
        width: 87%;
        margin-left: 22px;
        margin-bottom: 28%;
    }

    .extra-write {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0;
    }

    .sportsbox {
        width: 21%;
        margin-left: 76px;
        border-radius: 5px;
        box-shadow: 0px 30px 40px -20px var(--grayishBlue);
    }

    /* sports */
    .sport_w {
        width: 197px;
    }

    /* .extra_top{
        margin-top: -20%;
    }
    .sportouter {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin: 0px;
    } */

    .extra_title {
        margin-top: -40px;
        margin-bottom: 50px;
    }
}

/* Mobile responsive styles */
@media only screen and (min-width: 411px) and (max-width: 767px) {

    /* vision */
    .vision_p {
        font-size: 62px;
    }

    /* sports page */
    .extrabox,
    .extrabox2,
    .sportsbox {
        padding: 20px;
        width: 89%;
    }

    .extrabox {
        border-radius: 0;
        margin-bottom: 35%;

    }

    .extrabox2 {
        width: 87%;
        margin-bottom: 30%;
    }

    .extra-pic {
        height: 140px;
        margin-top: -183px;
    }

    .e-pic {
        width: 120px;
        margin-left: 26%;
    }

    .s-align {
        width: 55%;
        margin-top: 10%;
    }

    .sportsbox {
        width: 80%;
        margin-left: 40px;
        border-radius: 5px;
        box-shadow: 0px 30px 40px -20px var(--grayishBlue);

    }

    .sportsname {
        margin-top: 7px;
        font-weight: bold;
    }




    .sportouter {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin: 20px;
    }

    .spcard {
        width: 65%;
        border: 1px solid #ccc;
        border-radius: 8px;
        margin: 10px;
        padding: 10px;
        text-align: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    

    .spcard .sport-img {
        height: 300px;
        width: 100%;

    }

    /* extra page */
    .extrabox .extraimg {
        width: 200px;
    height: 145px;
    margin-top: -148px;
    border-radius: 21%;
    margin-left: -21px;
    box-shadow: 2px 2px 2px 0px;
    transition: transform 0.5s ease;
    cursor: zoom-in;
    }

    /*** Navbar ***/
    .navbar .dropdown-toggle::after {
        border: none;
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        vertical-align: middle;
        margin-left: 8px;
    }

    .navbar .navbar-nav .nav-link {
        margin-right: 9px;
        padding: 20px 26px;
        color: #FFFFFF;
        font-weight: 500;
        outline: none;
    }



    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link.active {
        /* color: var(--dark); */
        color: #ffbc33;
    }

    .navbar.sticky-top {
        top: -100px;
        transition: .5s;
        padding-left: 0% !important;
    }

    .hero-img {
        height: 633px;
    }



    .dropdown-submenu {
        position: relative;
        display: inline;
    }




    .dropdown-submenu:hover {
        display: block;
        /* margin-top: 120; */
        z-index: 100;


    }

    .dropdown-menu2 {
        padding-left: 20px;
        /* Indent items */
        display: none;

    }

    .dropdown-item {
        padding-left: 20px;
        /* Indent items */
    }

    /* about navbar */
    .navbar {
        width: 100%;
        height: 65px;
        font-size: 17px;
    }

    .navbar .nav-item {
        position: relative;
    }

    .navbar .nav-item .dropdown-menu {
        display: none;
        position: absolute;
        z-index: 1000;
        background-color: #fff;
        border-radius: 7px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .dropdown-menu a {
        display: block;
        width: 100%;
        padding: 0.25rem 1rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

    .navbar .dropdown-menu a:hover {
        background-color: #f0f0f0;
    }

    .navbar .dropdown-menu .dropdown-submenu {
        position: static;
    }

    .navbar .dropdown-menu .dropdown-submenu .dropdown-menu2 {
        display: none;
        position: absolute;
        top: 0;
        left: -15%;
        margin-top: 161px
    }

    .navbar .dropdown-menu .dropdown-submenu:hover .dropdown-menu2 {
        display: block;
    }

    /*-------- achievements mobile res    */
    .award1 {
        height: 750px;
        width: 320px;
        /* transform: rotate(-7deg); */
        margin-top: -90px;
        margin-left: 14px;
        display: flex;
        justify-content: center;


    }

    .award2 {
        width: 63%;
        height: 66%;
        margin-top: 4%;
        /* transform: rotate(-7deg); */
        margin-left: 17%;
    }

    .stuawardtitle {
        font-size: 10px;
        font-weight: bold;
        font-style: italic;
        margin-top: -15px;
    }

    .stuname {
        font-size: 25px;
        font-weight: bold;

    }

    .stuname2 {
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        margin-top: -25px;

    }

    .stu2img {
        width: 250px;
        height: 250px;
        align-items: flex-start;
        /* display: flex; */
        /* align-content: center; */
        margin-left: 54px;
        margin-top: -21px;

    }

    .rightachieve {
        background-color: blanchedalmond;
        height: 680px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    }

    .stu2heading {
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        margin-top: 40px;
    }

    .stuname3 {
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        margin-top: 0px;
        margin-left: 0px;
    }

    .stu2content {
        font-size: 15px;
        text-align: justify;
        padding: 30px;

    }

    .award3 {
        height: 425px;
        width: 680px;
        transform: rotate(-9deg);
        display: none;

        margin-top: -110px;
        margin-left: -40px;
    }

    .award4 {
        height: 425px;
        width: 100%;

    }

    .gallery {
        width: 250px;
        height: 200px;
        margin: 20px;
    }

    .achievepage-header {
        background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/index/award10.png) center center no-repeat;
        background-size: cover;
    }

    .car_pic-top {
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        margin-top: 296px !important;
    }

    .a_stuname2 {
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        margin-top: 0px;
        margin-left: -43px;
    }

    .a_stu2img {
        width: 250px;
        height: 355px;
        /* border-radius: 121px 121px; */
    }

    .a_award1 {
        height: 414px;
        width: 500px;
        /* transform: rotate(-7deg); */
        margin-top: -69px;
        margin-left: -50px;
    }

    .rightachieve1 {
        background-color: blanchedalmond;
        height: 816px !important;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    }

    /* chairman deck */
    .chairman_para {
        width: 378px;
    }

    .classimg {
        height: 400px;
        width: 333px;
        border-radius: 19%;
    }

    .sportsbox {
        width: 85%;
        margin-left: 40px;
        border-radius: 5px;
        box-shadow: 0px 30px 40px -20px var(--grayishBlue);

    }

    .extra_top {
        margin-top: 0%;
    }

    .sportouter {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin: 22px;
    }

    /* home page */
    .video-container {
        /* position: fixed; */
        top: 0;
        left: 0;
        width: 100vw;
        height: 36vh !important;
        overflow: hidden;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .extrabox {
        width: 27% !important;
        margin-left: 16px;
        border-radius: 5px;
        box-shadow: 0px 30px 40px -20px var(--grayishBlue);
        padding: 30px;
        margin-top: 40px;

    }
    

    .rightachieve {
        background-color: blanchedalmond;
        height: 100%;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;

    }

    .award1 {
        height: 750px;
        width: 500px;
        /* transform: rotate(-7deg); */
        margin-top: -90px;
        margin-left: 17%;

    }

    .stu2img {
        width: 250px;
        height: 250px;
        margin-left: 32%;
    }

    .csimg {
        height: 250px;
        width: 250px;
        margin-right: 87px;
    }

    .lab {
        margin-top: 15%;

    }

    .csimg2 {
        height: 150px;
        width: 150px;
        margin-top: -544px;
        margin-left: 181px;
    }

    .csimg3 {
        height: 150px;
        width: 150px;
        margin-top: -85px;
        margin-left: -152px;

    }

    .classimg {
        height: 394px;
        width: 341px;
        border-radius: 19%;
    }

    .text-center {
        text-align: center !important;
    }

    /* achievement page */
    .award2 {
        width: 63%;
        height: 66%;
        margin-top: 4%;
        margin-left: 20%;
        /* transform: rotate(-7deg); */
    }

    .rightachieve1 {
        background-color: blanchedalmond;
        height: 591px !important;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    }

    /* school data */
    .pie-chart2 {
        background: radial-gradient(circle closest-side, white 0, white 44.25%, transparent 44.25%, transparent 75%, white 0), conic-gradient(from 113deg, #4e79a7 0, #4e79a7 2.1%, #f28e2c 0, #f28e2c 7.4%, #e15759 0, #e15759 94.8%, #76b7b2 0, #76b7b2 100%);
        position: relative;
        width: 328px !important;
        min-height: 596px !important;
        margin: 0;
        /* outline: 1px solid #ccc; */
    }

    .pie-chart {
        background: radial-gradient(circle closest-side, white 0, white 49.5%, transparent 49.5%, transparent 75%, white 0), conic-gradient(from 254deg, #ff9da7 0, #ff9da7 22.1%, #f28e2c 0, #f28e2c 30.4%, #e15759 0, #e15759 38.7%, #76b7b2 0, #76b7b2 41.5%, #59a14f 0, #59a14f 43.2%, #edc949 0, #edc949 59.6%, #af7aa1 0, #af7aa1 70.7%, #9d97f2 0, #9d97f2 95.6%, #9c755f 0, #9c755f 100%);
        position: relative;
        width: 328px !important;
        min-height: 596px !important;
        margin: 0;
    }

    .timecard {
        width: 309px !important;
        height: 64px !important;
        border-radius: 5px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-left: 3px solid #9261AA;
        padding: 10px;
        margin: 5px;
    }

}

@media (min-width: 992px) and (max-width: 1500px) {
    .extrabox {
        width: 27% !important;
        margin-left: 16px;
        border-radius: 5px;
        box-shadow: 0px 30px 40px -20px var(--grayishBlue);
        padding: 30px;
        margin-top: 40px;

    }

    .sportsbox {
        width: 75%;
        margin-left: 40px;
        border-radius: 5px;
        box-shadow: 0px 30px 40px -20px var(--grayishBlue);
    }

    .extrabox,
    .extrabox2,
    .sportsbox {
        width: 87%;
        margin-left: 22px;
        margin-bottom: 28%;
    }

    .extra-write {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0;
    }

    .sportsbox {
        width: 75%;
        margin-left: 40px;
        border-radius: 5px;
        box-shadow: 0px 30px 40px -20px var(--grayishBlue);

    }
}

@media (max-width: 768px) {
    /* extra page */
    .extrabox .extraimg {
        width: 209px;
    height: 151px;
    margin-top: -148px;
    border-radius: 21%;
    margin-left: 17px;
    box-shadow: 2px 2px 2px 0px;
    transition: transform 0.5s ease;
    cursor: zoom-in;
    }
    .header-slide svg {
        width: 50px;
    }

    .title-slide h4 {
        font-size: 14px;
    }

    .swiper-testmonials .swiper-slide {
        padding: 20px;
    }

    #header-carousel .carousel-item {
        position: relative;
        min-height: 500px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 8px 0;
        background-color: #FFFFFF;
    }

    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid rgba(256, 256, 256, .1)
    }




    .navbar .navbar-nav .nav-link {
        margin-right: 9px;
        padding: 15px 26px;
        color: #212529;
        font-weight: 500;
        outline: none;
    }


    .dropdown-submenu {
        position: relative;
        display: inline;
    }




    .dropdown-submenu:hover {
        display: block;
        /* margin-top: 120; */
        z-index: 100;


    }

    .dropdown-menu2 {
        padding-left: 20px;
        /* Indent items */
        display: none;

    }

    .dropdown-item {
        padding-left: 20px;
        /* Indent items */
    }

    /* about navbar */
    .navbar {
        width: 100%;
        height: 65px;
        font-size: 17px;
    }

    .navbar .nav-item {
        position: relative;
    }

    .navbar .nav-item .dropdown-menu {
        display: none;
        position: absolute;
        z-index: 1000;
        background-color: #fff;
        border-radius: 7px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .dropdown-menu a {
        display: block;
        width: 100%;
        padding: 0.25rem 1rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

    .navbar .dropdown-menu a:hover {
        background-color: #f0f0f0;
    }

    .navbar .dropdown-menu .dropdown-submenu {
        position: static;
    }

    .navbar .dropdown-menu .dropdown-submenu .dropdown-menu2 {
        display: none;
        position: absolute;
        top: 0;
        left: -15%;
        margin-top: 161px
    }

    .navbar .dropdown-menu .dropdown-submenu:hover .dropdown-menu2 {
        display: block;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;

    }
}



@media (max-width: 950px) and (min-width: 450px) {
    .box1 {
        text-align: center;
        height: 180px;
    }
}

/* Media queries for responsiveness */
@media (max-width: 991.98px) {
    .dropdown-submenu .dropdown-menu {
        top: auto;
        left: auto;
        right: 100%;
        margin-top: 0;
    }

    .nav-item .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
        display: none;
    }

    .nav-item .dropdown-menu .dropdown-submenu.active .dropdown-menu {
        display: block;
    }

    .navbar .dropdown-menu .dropdown-submenu .dropdown-menu2 {
        display: none;
        position: absolute;
        top: 0;
        left: -15%;
        margin-top: 161px
    }
}

@media (max-width: 768px) {
    .section-testmonials {
        flex-direction: column;
        align-items: flex-start;
    }

    .swiper-testmonials {
        width: 100%;
    }
}

@media (min-width: 950px) {
    .row1-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .row2-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .box-down {
        position: relative;
        top: 150px;
    }

    .box1 {
        width: 20%;

    }
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* achievement page */
/* @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap'); */
/* *{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body{
  min-height: 100vh;
  display: flex;
  align-items: center;
} */
.wrapper {
    width: 100%;
}

.carousel {
    /* max-width: 1200px; */
    margin: auto;
    /* padding: 0 30px; */
}

.carousel .card {
    color: #fff;
    text-align: center;
    margin: 20px 0;
    line-height: 250px;
    font-size: 90px;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.carousel .card-1 {
    background: #ed1c24;
}

.carousel .card-2 {
    background: #0072bc;
}

.carousel .card-3 {
    background: #39b54a;
}

.carousel .card-4 {
    background: #f26522;
}

.carousel .card-5 {
    background: #630460;
}

.car_pic-top {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}

.a_stuname2 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    margin-left: -43px;
}

.a_stu2img {
    width: 250px;
    height: 355px;
    /* border-radius: 121px 121px; */
}

.a_award1 {
    height: 414px;
    width: 500px;
    /* transform: rotate(-7deg); */
    margin-top: -69px;
    margin-left: -50px;
}

.rightachieve1 {
    background-color: blanchedalmond;
    height: 414px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

/* .owl-dots{
  text-align: center;
  margin-top: 40px;
}
.owl-dot{
  height: 15px;
  width: 45px;
  margin: 0 5px;
  outline: none;
  border-radius: 14px;
  border: 2px solid #0072bc!important;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}
.owl-dot.active,
.owl-dot:hover{
  background: #0072bc!important;
} */

.video-container {
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100vw;
    /* 100% of the viewport width */
    height: 75vh;
    /* 100% of the viewport height */
    overflow: hidden;
}

.video-container video {
    width: 100%;
    /* height: 600px; */
}


/* popup menu */
/* CSS Code */
.popScroll {
    position: fixed;
    z-index: 1020;
    top: 0;
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;

}

.popup img {
    width: 65%;
    /* height: 20%; */
}


@-webkit-keyframes iconosani {
    0% {
        -webkit-transform: perspective(800px) rotateX(-90deg);
        -moz-transform: perspective(800px) rotateX(-90deg);
        -o-transform: perspective(800px) rotateX(-90deg);
        opacity: 1;
    }

    40% {
        -webkit-transform: perspective(800px) rotateX(30deg);
        -moz-transform: perspective(800px) rotateX(30deg);
        -o-transform: perspective(800px) rotateX(30deg);
        opacity: 1;
    }

    70% {
        -webkit-transform: perspective(800px) rotateX(-10deg);
        -moz-transform: perspective(800px) rotateX(-10deg);
        -o-transform: perspective(800px) rotateX(-10deg);
    }

    100% {
        -webkit-transform: perspective(800px) rotateX(0deg);
        -moz-transform: perspective(800px) rotateX(0deg);
        -o-transform: perspective(800px) rotateX(0deg);
        opacity: 1;
    }
}

.boxi {
    display: block;
    width: 169px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    margin-left: 45%;
    margin-top: 2%;
    text-decoration: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
}



#close {
    background: #D21111;
}



#home:hover {
    background: #ffffff;
}

#close:hover {
    background: #B30E0E;
}


body.overlay:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    opacity: .8;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
}

body.overlay {
    /* Prevents scrolling */
    overflow: hidden;
    max-height: 100%;
    max-width: 100%;
}


.ribbon {
    position: absolute;
    z-index: 100;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.ribbon.top-left {
    top: -2.6px;
    left: -5px;
}

.ribbon.top-left.ribbon-primary>small {
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF428BCA', endColorstr='#FF2A6496');
    background-image: -moz-linear-gradient(top, #428bca 0%, #2a6496 100%);
    background-image: -webkit-linear-gradient(top, #428bca 0%, #2a6496 100%);
    background-image: linear-gradient(to bottom, #428bca 0%, #2a6496 100%);
    position: absolute;
    display: block;
    width: 100%;
    padding: 8px 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 65%;
    color: white;
    background-color: #428bca;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
    top: 16px;
    left: -27px;
}

.ribbon.top-left.ribbon-primary>small:before,
.ribbon.top-left.ribbon-primary>small:after {
    position: absolute;
    content: " ";
}

.ribbon.top-left.ribbon-primary>small:before {
    left: 0;
}

.ribbon.top-left.ribbon-primary>small:after {
    right: 0;
}

.ribbon.top-left.ribbon-primary>small:before,
.ribbon.top-left.ribbon-primary>small:after {
    bottom: -3px;
    border-top: 3px solid #0e2132;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}

.banner {
    width: 300px;
    height: 250px;
    position: relative;
    margin: 10px auto;
    display: block;
    text-align: center;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* prevents bg color from leaking outside the border */
    background-color: #fff;
    /* layer fill content */
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .18);
    /* drop shadow */
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .18);
    /* drop shadow */
    box-shadow: 0 0 10px rgba(0, 0, 0, .18);
    /* drop shadow */
}

.adstext {
    margin-top: 20px;
    color: #000;
    position: relative;
}


@media screen and (max-width: 600px) {


    .popup {
        width: 370px;
        height: 480px;
    }


    .popScroll h1 {
        height: 40px;
        font: 18px/40px sans-serif;
    }

    .subscribe-widget .email-form {
        width: 210px;
    }

    .adstext {
        margin-top: 20px;
    }

}

@media screen and (max-width: 400px) {


    .popup {
        width: 350px;
        height: 480px;
    }


    .popScroll h1 {
        height: 40px;
        font: 18px/40px sans-serif;
    }

    .subscribe-widget .email-form {
        width: 210px;
    }


    .banner {
        margin: 10px auto;

    }

    .adstext {
        margin-top: 20px;
    }
}

input.email-form:active,
input.email-form:focus {
    -webkit-animation: fade 0.55s ease-in;
    -moz-animation: fade 0.55s ease-in;
    animation: fade 0.55s ease-in;
}

@-webkit-keyframes fade {
    0% {
        box-shadow: 0 0 0 0 transparent;
    }

    66% {
        box-shadow: 0 0 0 10px #3D79D0, 0 0 0 12px white;
    }

    100% {
        box-shadow: 0 0 0 20px transparent, 0 0 0 22px transparent;
    }
}

@-moz-keyframes fade {
    0% {
        box-shadow: 0 0 0 0 transparent;
    }

    66% {
        box-shadow: 0 0 0 10px #3D79D0, 0 0 0 12px white;
    }

    100% {
        box-shadow: 0 0 0 20px transparent, 0 0 0 22px transparent;
    }
}

@-o-keyframes fade {
    0% {
        box-shadow: 0 0 0 0 transparent;
    }

    66% {
        box-shadow: 0 0 0 10px #3D79D0, 0 0 0 12px white;
    }

    100% {
        box-shadow: 0 0 0 20px transparent, 0 0 0 22px transparent;
    }
}

@keyframes fade {
    0% {
        box-shadow: 0 0 0 0 transparent;
    }

    66% {
        box-shadow: 0 0 0 10px #3D79D0, 0 0 0 12px white;
    }

    100% {
        box-shadow: 0 0 0 20px transparent, 0 0 0 22px transparent;
    }
}


/* POPUP */

.box {
    display: table;
    top: 0;
    visibility: hidden;
    -webkit-transform: perspective(1200px) rotateY(180deg) scale(0.1);
    -ms-transform: perspective(1200px) rotateY(180deg) scale(0.1);
    -moz-transform: perspective(1200px) rotateY(180deg) scale(0.1);
    transform: perspective(1200px) rotateY(180deg) scale(0.1);
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 1s all;
}

.box p {
    display: table-cell;
    vertical-align: middle;
    font-size: 64px;
    color: #ffffff;
    text-align: center;
    margin: 0;
    opacity: 0;
    transition: .2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.box p i {
    font-size: 128px;
    margin: 0 0 20px;
    display: block;
}

.box .close {
    display: block;
    cursor: pointer;
    border: 3px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    position: absolute;
    top: 50px;
    left: 50px;
    width: 50px;
    height: 50px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .2s;
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 0;
}

.box .close:active {
    top: 51px;
}

.box .close::before {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    width: 80%;
    height: 6%;
    left: 10%;
    top: 47%;
}

.box .close::after {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    width: 6%;
    height: 80%;
    left: 47%;
    top: 10%;
}

.box.open {
    left: 0;
    top: 0;
    visibility: visible;
    opacity: 1;
    z-index: 999;
    -webkit-transform: perspective(1200px) rotateY(0deg) scale(1);
    -moz-transform: perspective(1200px) rotateY(0deg) scale(1);
    -ms-transform: perspective(1200px) rotateY(0deg) scale(1);
    transform: perspective(1200px) rotateY(0deg) scale(1);
    width: 100%;
    height: 100%;
}

.box.open .close,
.box.open p {
    opacity: 1;
}









#card {
    font-family: Georgia;
    background: #fff;
    width: 450px;
    height: 185px;
    margin: 200px auto;
    padding: 10px 25px 30px 25px;

    border: 1px solid white;
    -webkit-box-shadow: -1px 1px 8px 5px rgba(0, 0, 0, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: -1px 1px 8px 5px rgba(0, 0, 0, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -1px 1px 8px 5px rgba(0, 0, 0, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: -1px 1px 8px 5px rgba(0, 0, 0, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: -1px 1px 8px 5px rgba(0, 0, 0, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: -1px 1px 8px 5px rgba(0, 0, 0, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.1);
    text-align: center;
}

#card spa {
    color: #dc152c;
    font-weight: normal;
    font-size: 48px;
    margin-bottom: 10px;
}

#card spa::first-letter {
    color: #194ff7;
}

#card spa b {
    color: #f1840b;
    font-weight: normal;
}

#card spa b+b {
    color: #194ff7;
}

#card spa b+b+b {
    color: #00940e;
}

.content {
    text-align: left;
    /* Pure CSS3 typing animation with steps() :
     http://lea.verou.me/2011/09/pure-css3-typing-animation-with-steps/ */
}

.content ul {
    padding: 0;
    margin: -3px;
    font: 16px Arial;
}

.content ul li {
    list-style: none;
}

.content ul li a {
    color: #12C;
}

.content ul li span {
    display: block;
    width: 100%;
    margin-bottom: 2px;
}

.content ul li span:nth-child(2) {
    margin-bottom: 10px;
}

.content ul li span:nth-child(2) a {
    color: #093;
    text-decoration: none;
}

.content ul li span:nth-child(3),
.content ul li span:nth-child(4) {
    font-size: 14px;
}

.content .text {
    border: 1px solid #7ec6fd;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.content .text h2 {
    position: relative;
    float: left;
    font-size: 100%;
    font-weight: normal;
    padding: 0;
    margin: 5px 10px;
}

.content .text h2 span {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    background: white;
    /* same as background */
    border-left: 0.1em solid black;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/*****************
Section 
******************/

section {
    height: 100%;
    text-align: center;
}


section h1 {
    padding-top: 17%;
    font-family: 'Vollkorn', serif;
    font-size: 48px;
}


section p {
    width: 500px;
    margin: -28px auto 32px;
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    line-height: 1.35;
}

.video-container1 {
    position: relative;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
    height: 30px;
    overflow: hidden;
    max-width: 100%;
    background-color: black;
}

.video-container1 .ja-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.video-container {
    position: relative;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    width: 100%;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
/* Home page */
.youtube_video{
    height: 800px; 
}
.blog_imag{
    height: 192px !important;
}


