@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yellowtail&display=swap');

/***** General CSS *****/

:root {
    --blue: linear-gradient(180deg, #42B7EF 0%, #25E5F2 100%);
    scroll-behavior: auto;
}

html {
    overflow-x: hidden;
}

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-5 {
    padding-bottom: 50px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 60px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

h1 {
    font-family: Josefin Sans;
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    color: #17192F;
    font-family: Josefin Sans;
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -3px;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: Yellowtail;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #17192F;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

/*header css start */
.header-logo {
    padding: 5px 20px;
}

.menuSec {
    padding: 0px 0;
    position: absolute;
    z-index: 2;
    width: 100%;
}

.menuSec img {
    margin: 0;
}

/*header css start */


/*banner css start */

.main-banner {
    background: url(../images/banner.jpg)lightgray 100% / cover no-repeat;
    position: relative;
    z-index: 1;
    padding: 80px 0 0 0;
    /* overflow: hidden; */
}

.main-banner:before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: var(--blue, linear-gradient(180deg, #42B7EF 0%, #25E5F2 100%));
    mix-blend-mode: multiply;
    z-index: -1;
    filter: brightness(0.38);
}

.banner-text h1 {
    font-family: Josefin Sans;
    font-size: 92px;
    font-weight: 700;
    line-height: 102px;
    /* 109.804% */
    letter-spacing: -3px;
    background: linear-gradient(180deg, #42B7EF 0%, #25E5F2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.banner-text h4 {
    color: #FEFDF9;
    font-family: Josefin Sans;
    font-size: 32px;
    font-weight: 700;
    line-height: 63px;
    /* 183.607% */
    letter-spacing: 5.155px;
    text-transform: uppercase;
}

.banner-text p {
    color: #FDFEF9;
}


.leaf-bg {
    position: absolute;
    background: url(../images/banner-bg.png) no-repeat;
    width: 100%;
    height: 100%;
    left: 30px;
    top: 0;
    z-index: -1;
}

.banner-img {
    position: relative;
}

.banner-img::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(0deg, rgba(66, 183, 239, 0.42) 0%, #25E5F2 100%);
    width: 400px;
    height: 110%;
    z-index: -1;
}

.vision-statement:before {
    content: '';
    position: absolute;
    opacity: 0.7;
    background: #282828;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.vision-text h3 {
    color: #FFF;
    text-align: center;
    font-family: Josefin Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
}

.vision-statement {
    position: relative;
}

.vision-text p {
    color: #FFF;
    text-align: center;
}


.main-banner:after {
    content: '';
    position: absolute;
    width: 180px;
    height: 300px;
    background: url(../images/before.png) no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
    z-index: 3;
    margin-bottom: -30px;
}

.vision-statement::after {
    content: '';
    position: absolute;
    width: 280px;
    height: 475px;
    background: url(../images/after.png) no-repeat;
    background-size: 100%;
    bottom: 0;
    right: 0;
    z-index: 3;
    margin-bottom: -30px;
}

/*banner css end*/

/* Mission Statement Start */
.mission-heading h2 {
    color: #030201;
    font-family: Josefin Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
}

.mission-heading h2::before {
    content: '';
    position: absolute;
    width: 82%;
    height: 1px;
    background-color: #000;
    top: 12px;
    right: 0;

}

.mission-content p {
    padding-bottom: 15px;
    color: #2F1718;
}

.miss-accomp-head {
    padding: 80px 0 0;
    border-top: 1px solid #D9D9D9;
}

.mission-icon {
    border-radius: 35px;
    background: var(--blue, linear-gradient(180deg, #42B7EF 0%, #25E5F2 100%));
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-accomplished-item {
    display: flex;
    align-items: center;
    gap: 25px;
}

.mission-accomp-text h3 {
    color: #17192F;
    font-family: Josefin Sans;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    /* 100% */
    letter-spacing: -3px;
    margin: 0;
}

.mission-accomp-text p {
    color: #17192F;
    text-align: center;
}


/* Mission Statment End */

/* FOG Start */
.fog-img {
    position: relative;
}

.fog-img::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: linear-gradient(52deg, rgba(37, 229, 242, 0.00) 0%, #40BAEF 56.25%, rgba(37, 229, 242, 0.00) 100%);
    border-radius: 50%;
    top: 0;
    right: 60px;
    z-index: -1;
}

.fog-content h2 {
    color: #17192F;
    font-family: Josefin Sans;
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
    /* 108.333% */
    letter-spacing: -3px;
}

.fog-content p {
    color: #17192F;
}

.quote-txt {
    display: flex;
    padding: 49.4px 48.99px 64.4px 50px;
    align-items: flex-start;
    border-radius: 20px;
    background: var(--blue, linear-gradient(180deg, #42B7EF 0%, #25E5F2 100%));
    margin: 30px 0 0;
    position: relative;
}

.quote-icon {
    position: absolute;
    top: -20px;
    right: 40px;
}

.quote-icon i {
    color: #17192F;
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    line-height: 50px;
}

.fog-content h5 {
    color: #17192F;
    font-family: Yellowtail;
    font-size: 33.2px;
    font-weight: 400;
    line-height: 52.8px;
    margin: 20px 0;
}

.instit-name p {
    color: #7A7A7A;
}

/* FOG End */

/* Events Start */
.events-heading h2 {
    font-family: Josefin Sans;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    /* 100% */
    letter-spacing: -3px;
    background: var(--blue, linear-gradient(180deg, #42B7EF 0%, #25E5F2 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.events-heading p {
    color: #121212;
    text-align: center;
    width: 80%;
    margin: 0 auto 30px;
}

.events-heading h6 {
    color: #FFF;
    text-align: center;
    font-family: Josefin Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.events-heading h6::before {
    content: '';
    position: absolute;
    border-radius: 5px;
    width: 100%;
    height: 70px;
    background: linear-gradient(90deg, rgba(37, 229, 242, 0.00) 0%, #40BAEF 56.25%, rgba(37, 229, 242, 0.00) 100%);
    z-index: -1;
}

/* Events ENd */



/* Blog TAb Section Start */
.blog-text img.blog-1 {
    width: 100%;
    height: 510px;
    object-fit: cover;
    object-position: 53%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-features-area {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 270px) and (max-width: 575px) {
    .tp-features-area {
        padding-bottom: 0;
    }
}

.tp-features-wrapper {
    margin-top: -110px;
}

.tp-features-wrapper p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-features-wrapper {
        margin-top: -125px;
        margin-bottom: 160px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 270px) and (max-width: 575px) {
    .tp-features-wrapper {
        margin-bottom: 120px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 270px) and (max-width: 575px) {
    .tp-features-wrapper p br {
        display: none;
    }
}

.tp-features-icon span {
    position: relative;
    margin-top: 15px;
    height: 78px;
    width: 78px;
    background: var(--tp-common-white);
    box-shadow: 0px 8px 18px rgba(44, 52, 128, 0.12);
    border-radius: 88px;
    display: inline-block;
    line-height: 78px;
    text-align: center;
    font-size: 30px;
    -webkit-text-fill-color: transparent;
    background-image: var(--tp-gradient-primary);
    -webkit-background-clip: text;
}

.tp-features-icon span img {
    transform: translateY(-2px);
}

.tp-features-icon span::before {
    content: "";
    position: absolute;
    height: 102px;
    width: 102px;
    background: var(--tp-common-white);
    box-shadow: 0px 8px 18px rgba(44, 52, 128, 0.12);
    border-radius: 88px;
    left: -12px;
    top: -12px;
    z-index: -1;
}

.tp-features-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.fml {
    margin-left: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .fml {
        margin-left: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fml {
        margin-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .fml {
        margin-left: 0px;
    }
}

.fml-2 {
    margin-left: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .fml-2 {
        margin-left: 105px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fml-2 {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .fml-2 {
        margin-left: 0px;
    }
}

.tp-feature-area {
    background: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.tp-feature-wrapper .tp-section__title-pre-3 {
    background: #272727;
    color: var(--tp-common-white);
    box-shadow: none;
    border: none;
}

.tp-feature-wrapper .tp-section__title {
    color: var(--tp-common-white);
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 270px) and (max-width: 575px) {
    .tp-feature-wrapper .tp-section__title br {
        display: none;
    }
}

.row-custom {
    display: flex;
    margin: 0 -15px;
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .row-custom {
        padding: 0;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 270px) and (max-width: 575px) {
    .row-custom {
        flex-direction: column;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.col-custom {
    position: relative;
    flex: 1;
    width: 100%;
    height: 510px;
    margin: 10px;
    /* padding: 20px 0; */
    transition: 0.5s;
    cursor: pointer;
    overflow: hidden;
    background: #f6f6f8;
    border-radius: 15px;
}

.blog-main-box img.blog-1 {
    width: 100%;
    height: 510px;
    object-fit: contain;
    background: #000;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .col-custom {
        padding: 40px 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .col-custom {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .col-custom {
        width: 15%;
        padding: 0;
        flex: 0 0 15%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .col-custom {
        width: 25%;
        padding: 40px 25px;
        flex: 0 0 25%;
    }
}

@media only screen and (min-width: 398px) and (max-width: 575px) {
    .col-custom {
        width: 100%;
        padding: 20px;
    }
}

@media (max-width: 397px) {
    .col-custom {
        width: 100%;
        padding: 0;
    }
}

.col-custom.active {
    flex: 6;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .col-custom.active {
        flex: 5;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .col-custom.active {
        flex: 0 0 55%;
        width: 55%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .col-custom.active {
        flex: 0 0 63%;
        width: 55%;
    }
}

.col-custom.active .tp-panel-item {
    display: none;
}

.col-custom.active .tp-panel-item-2 {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.col-custom.active::before {
    visibility: visible;
    opacity: 1;
}

.tp-panel-title {
    width: 240px;
    transform: rotate(90deg) translate(145px, 80px);
    font-weight: 600;
    font-size: 26px;
    color: #fff;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .tp-panel-title {
        transform: rotate(90deg) translate(145px, -10px);
    }
}

.tp-panel-title.child-one {
    transform: rotate(90deg) translate(172px, 100px);
    width: 275px;
}

@media (max-width: 575px) {
    .tp-panel-title.child-one {
        transform: rotate(90deg) translate(172px, 7px);
    }
}

.tp-panel-title.child-two {
    transform: rotate(90deg) translate(172px, 100px);
    width: 275px;
}

@media (max-width: 575px) {
    .tp-panel-title.child-two {
        transform: rotate(90deg) translate(172px, 10px);
    }
}

.tp-panel-title.child-three {
    transform: rotate(90deg) translate(180px, 104px);
    width: 290px;
}

@media (max-width: 575px) {
    .tp-panel-title.child-three {
        transform: rotate(90deg) translate(180px, 23px);
    }
}

.tp-panel-title.child-four {
    transform: rotate(90deg) translate(146px, 104px);
    width: 290px;
}

@media (max-width: 575px) {
    .tp-panel-title.child-four {
        transform: rotate(90deg) translate(146px, 20px);
    }
}

.tp-panel-content {
    text-align: center;
}

.tp-panel-content span {
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    color: var(--tp-common-white);
}

.tp-panel-content-2 .tp-panel-shape {
    position: absolute;
    bottom: -85px;
    left: -50px;
    z-index: -1;
}

.tp-panel-content-2 .tp-panel-icon {
    margin-bottom: 10px;
}

.tp-panel-content-2 p {
    font-weight: 400;
    font-size: 15px;
    color: var(--tp-common-white);
    margin-bottom: 10px;
    line-height: 1.6;
}

@media only screen and (min-width: 270px) and (max-width: 575px) {
    .tp-panel-content-2 p {
        font-size: 18px;
    }
}

.tp-panel-content-2 i {
    font-weight: 900;
    font-size: 16px;
    height: 54px;
    width: 54px;
    color: #161616;
    line-height: 54px;
    background: var(--tp-common-white);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.tp-panel-title-2 {
    font-weight: 600;
    font-size: 24px;
    color: var(--tp-common-white);
    margin-bottom: 10px;
}

@media only screen and (min-width: 270px) and (max-width: 575px) {
    .tp-panel-title-2 {
        font-size: 22px;
    }
}

.tp-panel-item-2 {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transform: scale(0.7);
    width: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-panel-item-2 {
        width: 290px;
    }
}

@media only screen and (min-width: 270px) and (max-width: 575px) {
    .tp-panel-item-2 {
        width: 100%;
    }
}


/* line animation css - start
================================================== */

.tp-line-wrapper {
    position: fixed;
    top: 0;
    left: 50%;
    bottom: 0px;
    margin: auto;
    width: calc(100% - 400px);
    z-index: -1;
    transform: translateX(-50%);
    border-left: 1px solid #EEF3F8;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-line-wrapper {
        width: calc(100% - 200px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-line-wrapper {
        width: calc(100% - 80px);
    }
}

.tp-line-wrapper::before {
    width: 1px;
    right: 0;
    content: "";
    height: 100px;
    position: absolute;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
    animation: line_anim_2 15s ease-out infinite alternate;
    z-index: 1;
}

.tp-line-item {
    width: 12.5%;
    float: left;
    height: 100%;
    position: relative;
    border-right: 1px solid #EEF3F8;
    /* for animation */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-line-item {
        width: 20.5%;
    }
}

.tp-line-item::before {
    width: 1px;
    left: 0;
    content: "";
    height: 100px;
    position: absolute;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent);
}

.tp-line-item:nth-child(even)::before {
    animation: line_anim 15s ease-out infinite alternate;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent);
}

.tp-line-item:nth-child(odd)::before {
    animation: line_anim_2 15s ease-out infinite;
}

@-webkit-keyframes line_anim {
    0% {
        top: 0;
        opacity: 1;
    }

    50% {
        top: 50%;
    }

    90% {
        opacity: 1;
    }

    100% {
        top: 100%;
        opacity: 0.5;
    }
}

@-moz-keyframes line_anim {
    0% {
        top: 0;
        opacity: 1;
    }

    50% {
        top: 50%;
    }

    90% {
        opacity: 1;
    }

    100% {
        top: 100%;
        opacity: 0.5;
    }
}

@-ms-keyframes line_anim {
    0% {
        top: 0;
        opacity: 1;
    }

    50% {
        top: 50%;
    }

    90% {
        opacity: 1;
    }

    100% {
        top: 100%;
        opacity: 0.5;
    }
}

@keyframes line_anim {
    0% {
        top: 0;
        opacity: 1;
    }

    50% {
        top: 50%;
    }

    90% {
        opacity: 1;
    }

    100% {
        top: 100%;
        opacity: 0.5;
    }
}

@-webkit-keyframes line_anim_2 {
    0% {
        opacity: 1;
        bottom: 0;
    }

    50% {
        bottom: 50%;
    }

    90% {
        opacity: 1;
    }

    100% {
        bottom: 100%;
        opacity: 0.5;
    }
}

@-moz-keyframes line_anim_2 {
    0% {
        opacity: 1;
        bottom: 0;
    }

    50% {
        bottom: 50%;
    }

    90% {
        opacity: 1;
    }

    100% {
        bottom: 100%;
        opacity: 0.5;
    }
}

@-ms-keyframes line_anim_2 {
    0% {
        opacity: 1;
        bottom: 0;
    }

    50% {
        bottom: 50%;
    }

    90% {
        opacity: 1;
    }

    100% {
        bottom: 100%;
        opacity: 0.5;
    }
}

@keyframes line_anim_2 {
    0% {
        opacity: 1;
        bottom: 0;
    }

    50% {
        bottom: 50%;
    }

    90% {
        opacity: 1;
    }

    100% {
        bottom: 100%;
        opacity: 0.5;
    }
}

.blog-content h3 {
    color: #FFF;
    text-align: center;
    font-family: Josefin Sans;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 7px;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    bottom: 50px;
    z-index: 1;
    left: 50px;
}

.blog-content h6 {
    color: #FFF;
    font-family: Josefin Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
}

.event-top-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: linear-gradient(270deg, rgba(37, 229, 242, 0.00) 0%, rgba(66, 183, 239, 0.58) 100%);
    width: 400px;
    height: 145px;
    display: flex;
    align-items: center;
    padding-left: 50px;
}

.blog-text h4 {
    position: absolute;
    bottom: 20px;
    left: 36px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: #FFF;
    text-align: center;
    font-family: Josefin Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 17px;
    text-transform: uppercase;
}

/* Blog TAb Section Start */

/* After Event Banner */
.after-eve-slider-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    filter: grayscale(1);
    border-radius: 12px;
}

.after-event-slider .slick-slide {
    margin: 10px 20px;
    opacity: 1;
}

.aft-eve-slider-cntnt h4 {
    margin: 0;
    color: #FFF;
    font-family: Josefin Sans;
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 5.5px;
    text-transform: uppercase;
}

.aft-eve-slider-cntnt {
    border-radius: 12px;
    background: linear-gradient(270deg, rgba(37, 229, 242, 0.00) 0%, rgba(66, 183, 239, 0.99) 100%);
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    opacity: 0;
    padding: 0 50px;
}

.after-event-slider .slick-slide:hover .aft-eve-slider-cntnt {
    opacity: 1;
    transition: 0.8s all;
}

.after-eve-slider-item {
    position: relative;
}

.after-event-slider .slick-list {
    padding: 0 !important;
}

.after-event-slider .slick-track {
    padding: 50px 0;
    margin: 0 -180px;
}

.after-event-slider .slick-current+div+div .after-eve-slider-item img {
    filter: grayscale(0);
    transform: scale(1.2);
    z-index: 1;
    position: relative;
    transition: 0.5s all;
}

.after-event-slider .slick-current+div+div .aft-eve-slider-cntnt {
    display: none;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 0;
}

.play-button i {
    color: #000;
    font-size: 30px;
    transition: 0.5s all;
}

.play-button a:hover i {
    transform: scale(1.2);
    text-shadow: 0 0 5px #7A7A7A;
    transition: 0.5s all;
}

.after-event-slider .slick-current+div+div .play-button {
    opacity: 1;
    transition: 1s all ease-out;
}

.after-event-slider .slick-prev,
.after-event-slider .slick-next {
    bottom: 0;
    top: unset;
    z-index: 1;
    position: absolute;
}

.after-event-slider .slick-prev {
    left: 22%;
}

.after-event-slider .slick-prev::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 4px;
    background: #000;
    border-radius: 10px;
    opacity: .3;
}

.after-event-slider .slick-next {
    left: 25%;
}

.after-event-slider .slick-next::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 4px;
    border-radius: 10px;
    background: #000;
    opacity: 0.3;
}

.after-event-slider .slick-prev:hover:before,
.after-event-slider .slick-prev:focus:before {
    transform: scaleX(1.5);
    opacity: 1;
}

.after-event-slider .slick-next:hover:before,
.after-event-slider .slick-next:focus:before {
    transform: scaleX(1.5);
    opacity: 1;
}

/* After Event Banner */

/* Award Recognition Start*/

.all-award-sec {
    background: url(../images/banner.jpg)lightgray 100% / cover no-repeat;
    position: relative;
    z-index: 1;
    padding: 80px 0 0 0;
    /* overflow: hidden; */
}

.all-award-sec:before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: var(--blue, linear-gradient(180deg, #42B7EF 0%, #25E5F2 100%));
    mix-blend-mode: multiply;
    z-index: -1;
    filter: brightness(0.25);
}

.award-heading h2 {
    text-align: center;
    font-family: Josefin Sans;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -3px;
    background: var(--blue, linear-gradient(180deg, #42B7EF 0%, #25E5F2 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}

.award-heading p {
    color: #FFF;
    text-align: center;
}

.awards-for-content h5 {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 23px;
    font-weight: 600;
    line-height: 35px;
}

.awards-for {
    text-align: center;
}

.awards-for-content h3 {
    color: #000;
    font-family: Roboto;
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
}

.awards-for-content p {
    color: #000;
    line-height: 17px;
}

.author-detail span.key {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
}

.author-detail span.value {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 17px;
}

.awards-for-content h5 {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 23px;
    font-weight: 600;
    line-height: 35px;
    margin: 0;
}

.awards-for {
    text-align: center;
}

.awards-for-content h3 {
    color: #000;
    font-family: Roboto;
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
}

.awards-for-content p {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
}

.author-detail span.key {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
}

.author-detail span.value {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 17px;
}

.awards-for-content {
    fill: var(--blue, linear-gradient(180deg, #42B7EF 0%, #25E5F2 100%));
    mix-blend-mode: difference;
    background: var(--blue-fade, linear-gradient(180deg, #42B7EF 0%, #25E5F2 100%));
    width: 450px;
    padding: 40px 20px;
    margin: -40px auto 0;
    position: relative;
    z-index: -1;
    border-radius: 20px;
}

.author-detail ul {
    margin: 0;
    margin-top: 20px;
}

.book-cycle {
    position: absolute;
    width: 100%;
    height: 570px;
    top: -40%;
    mix-blend-mode: color-dodge;
}

.award-book {
    position: relative;
    text-align: center;
    top: 55px;
}

.award-book-img {
    width: 35%;
}

.best-award-txt h4 {
    color: #FFF;
    font-family: Josefin Sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.best-award-txt p {
    color: #FFF;
}

.copy-book-btn {
    /* padding: 20px 30px; */
    width: 220px;
    border-radius: 30px;
    background: var(--blue, linear-gradient(180deg, #42B7EF 0%, #25E5F2 100%));
}

.copy-book-btn a {
    color: #030201;
    text-align: center;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 30px;
}

.copy-book-btn:hover {
    background: transparent;
    border: 1px solid #25E5F2;
}

.copy-book-btn a:hover {
    color: #25E5F2;
}

.book-no-1 {
    position: relative;
    /* padding-top: 140px; */
}

.book-no-1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    top: 50%;
    left: 0;
    background: rgb(0 0 0 / 60%);
    transform: translateY(-50%);
    z-index: -1;
}

.award-books .awards-for-content {
    width: 100%;
    padding: 20px 15px;
}


.award-books {
    text-align: center;
}


.author-detail ul li span {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 2px;
}

/* Award Recognition End*/

/* All Footer start */
.all-footer {
    background: url(../images/banner.jpg)lightgray 100% / cover no-repeat;
    position: relative;
    z-index: 1;
    /* padding: 80px 0 0 0; */
    /* overflow: hidden; */
}

.all-footer:before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: linear-gradient(180deg, #25E5F2 100%, #42B7EF 100%);
    mix-blend-mode: multiply;
    z-index: -1;
    filter: brightness(0.25);
}

.beautiful-memories {
    position: relative;
}

.beautiful-memories::before {
    content: '';
    position: absolute;
    background: var(--blue, linear-gradient(180deg, #42B7EF 0%, #25E5F2 100%));
    mix-blend-mode: difference;
    width: 100%;
    height: 80%;
    z-index: -1;
    top: 5%;
}

.beauti-img-sec {
    display: flex;
    align-items: center;
    position: relative;
}

.beauti-mem-2 img {
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(66, 183, 239, 0.51) 0%, #25E5F2 100%);
    width: 560px;
    height: 560px;
    object-fit: cover;
}

.beauti-mem-2 {
    position: relative;
}

.beauti-mem-2::before {
    content: '';
    background: linear-gradient(360deg, rgba(66, 183, 239, 0.51) 0%, #25E5F2 100%);
    width: 110%;
    height: 108%;
    position: absolute;
    border-radius: 50%;
    left: -22px;
    top: -22px;
    z-index: -1;
}

.signature-img {
    margin-right: -32%;
    position: relative;
    z-index: 1;
}

.beauti-img-sec::before {
    content: '';
    position: absolute;
    width: 32%;
    height: 75%;
    background: url(../images/beauti-mem-before.png) no-repeat;
    top: 70px;
    z-index: 1;
    right: -85px;
    background-size: 100%;
}

.beautiful-memories-content a img {
    width: 35%;
    margin-top: 30px;
}

.beautiful-memories-content {
    padding-left: 80px;
}


.beautiful-memories-content h2 {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    /* 100% */
    letter-spacing: -3px;
}

.beautiful-memories-content p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.footer-links ul {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 30px;
    justify-content: center;
}

.footer-links ul li h3 {
    color: #FFF;
    text-align: right;
    font-family: Josefin Sans;
    font-size: 19.2px;
    font-weight: 600;
    line-height: 28.8px;
}

.footer-links ul li a:hover h3 {
    color: #25E5F2;
    transition: 0.3s all;
}

.level-up-img {
    mix-blend-mode: color-dodge;
    filter: brightness(1.3);
    margin-bottom: 40px;
}

/* All Footer End */


@media only screen and (min-width: 1661px) and (max-width: 1920px) {}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .all-section {
        padding: 70px 0;
    }

    .banner-text h1 {
        font-size: 75px;
        line-height: 85px;
    }

    .banner-text h4 {
        font-size: 24px;
        line-height: 42px;
    }


    .main-banner {
        padding: 80px 0 0;
    }

    .banner-img::before {
        height: 112%;
    }

    .main-banner:after {
        width: 120px;
        height: 190px;
    }

    .vision-statement::after {
        width: 150px;
        height: 245px;
        top: -122px;
    }

    .mission-heading h2::before {
        width: 80%;
        top: 12px;
    }

    .mission-accomplished-item {
        margin: 12px 0;
    }

    .fog-img::before {
        right: 0px;
    }

    .fog-content h2 {
        font-size: 40px;
        line-height: 54px;
        margin: 10px 0 15px;
    }

    .events-heading h6::before {
        background: linear-gradient(90deg, rgba(37, 229, 242, 0.00) -20%, #40BAEF 55.25%, rgba(37, 229, 242, 0.00) 120%);
    }

    .blog-content h3 {
        font-size: 28px;
        bottom: 30px;
    }

    .event-top-text {
        height: 80px;
        width: 100%;
        padding-left: 14px;
    }

    .blog-content h6 {
        font-size: 15px;
    }

    .after-eve-slider-item img {
        height: 350px;
    }

    .aft-eve-slider-cntnt h4 {
        font-size: 18px;
    }

    .aft-eve-slider-cntnt {
        padding: 0 22px;
        height: 70px;
    }

    .after-event-slider .slick-next {
        left: 26%;
    }

    .play-button {
        width: 50px;
        height: 50px;
    }

    .play-button i {
        font-size: 22px;
        line-height: 0;
    }

    .award-heading h2 {
        font-size: 50px;
        line-height: 55px;
        margin: 0 0 15px;
    }

    .awards-for-content {
        width: 100%;
    }

    .book-cycle {
        height: 260px;
    }

    .best-award-img {
        text-align: center;
    }

    .best-award-txt {
        text-align: center;
        margin-top: 25px;
    }

    .bookno-1-img {
        margin: 20px auto;
    }

    .copy-book-btn {
        margin: 0 auto;
    }

    .book-no-1:before {
        width: 100%;
        height: 35%;
        top: 60%;
    }

    .beauti-mem-2 img {
        height: 500px;
        width: 500px;
    }

    .beauti-mem-2::before {
        top: -16px;
        left: -16px;
    }

    .beautiful-memories-content {
        margin-top: 30px;
    }

    .footer-links ul {
        margin-top: 20px;
        justify-content: space-around;
    }

    .footer-links ul li h3 {
        text-align: start;
        line-height: 20px;
    }

    .beauti-img-sec::before {
        content: '';
        width: 24%;
        height: 60%;
        top: 100px;
        right: -55px;
        background-size: 100%;
    }


    .book-no-1 {
        padding-top: 140px !important;
    }

    .best-award-txt h4 {
        font-size: 20px;
    }

    .black-logo {
        width: 50%;
    }

    .banner-img {
        text-align: center;
    }

    .level-up-img {
        width: 60%;
        margin: 0 auto;
    }

    .blog-main-box img.blog-1,
    .blog-text img.blog-1 {
        height: 470px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .all-section {
        padding: 70px 0;
    }

    p {
        font-size: 15px;
    }

    .banner-text h1 {
        font-size: 62px;
        line-height: 70px;
    }

    .banner-text h4 {
        font-size: 20px;
        line-height: 40px;
    }

    .banner-text p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .main-banner {
        padding: 80px 0 0;
    }

    .banner-img::before {
        height: 114%;
        width: 110%;
    }

    .main-banner:after {
        width: 120px;
        height: 190px;
    }

    .vision-statement::after {
        width: 150px;
        height: 245px;
        top: -122px;
    }

    .mission-heading h2::before {
        width: 80%;
        top: 12px;
    }

    .mission-accomplished-item {
        margin: 12px 0;
    }

    .fog-img::before {
        width: 300px;
        height: 300px;
        right: -20px;
    }

    .fog-content h2 {
        font-size: 35px;
        line-height: 50px;
        margin: 10px 0 15px;
    }

    .quote-txt {
        padding: 38px;
    }

    .fog-content h5 {
        font-size: 30px;
        text-align: center;
    }

    .events-heading h6::before {
        background: linear-gradient(90deg, rgba(37, 229, 242, 0.00) -20%, #40BAEF 55.25%, rgba(37, 229, 242, 0.00) 120%);
    }

    .blog-content h3 {
        font-size: 28px;
        bottom: 30px;
    }

    .event-top-text {
        height: 80px;
        width: 100%;
        padding-left: 14px;
    }

    .blog-content h6 {
        font-size: 15px;
    }

    .after-eve-slider-item img {
        height: 350px;
    }

    .after-event-slider .slick-track {
        margin: 0;
    }

    .aft-eve-slider-cntnt h4 {
        font-size: 18px;
    }

    .aft-eve-slider-cntnt {
        padding: 0 22px;
        height: 70px;
    }

    .after-event-slider .slick-next {
        left: 27%;
    }

    .play-button {
        width: 50px;
        height: 50px;
    }

    .play-button i {
        font-size: 22px;
        line-height: 0;
    }

    .award-heading h2 {
        font-size: 50px;
        line-height: 55px;
        margin: 0 0 15px;
    }

    .awards-for-content {
        width: 100%;
    }

    .award-book {
        top: 0;
    }

    .book-cycle {
        height: 260px;
    }

    .best-award-img {
        text-align: center;
    }

    .best-award-txt {
        text-align: center;
        margin-top: 25px;
    }

    .bookno-1-img {
        margin: 20px auto;
    }

    .copy-book-btn {
        margin: 0 auto;
    }

    .book-no-1:before {
        width: 100%;
        height: 35%;
        top: 60%;
    }

    .beauti-mem-2 img {
        height: 440px;
        width: 500px;
    }

    .beauti-mem-2::before {
        top: -16px;
        left: -16px;
    }

    .beautiful-memories-content {
        margin-top: 30px;
    }

    .beautiful-memories-content h2 {
        font-size: 42px;
    }

    .beautiful-memories-content p {
        font-size: 15px;
    }

    .footer-links ul {
        margin-top: 20px;
    }

    .footer-links ul li h3 {
        text-align: start;
        line-height: 20px;
    }

    .beauti-img-sec::before {
        content: '';
        width: 24%;
        height: 60%;
        top: 100px;
        right: -55px;
        background-size: 100%;
    }


    .fog-img img {
        width: 300px;
        height: 276px;
    }

    .fog-img {
        text-align: center;
        width: 300px;
        margin: 0 auto 20px;
    }

    .book-no-1 {
        padding-top: 140px !important;
    }

    .best-award-txt h4 {
        font-size: 20px;
    }

    .black-logo {
        width: 50%;
    }

    .banner-img {
        text-align: center;
    }

    .level-up-img {
        width: 60%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    p {
        font-size: 14px;
    }

    .banner-text h1 {
        font-size: 42px;
        line-height: 50px;
    }

    .banner-text h4 {
        font-size: 16px;
        line-height: 32px;
    }

    .banner-text p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .main-banner {
        padding: 180px 0 0;
    }

    .banner-img::before {
        top: -45%;
        height: 590px;
        width: 110%;
    }

    .main-banner:after {
        width: 95px;
        height: 175px;
    }

    .vision-statement::after {
        width: 140px;
        height: 225px;
        top: -70px;
    }

    .mission-heading h2::before {
        width: 75%;
    }

    .mission-accomplished-item {
        margin: 12px 0;
    }

    .fog-img::before {
        width: 300px;
        height: 300px;
        right: -20px;
    }

    .fog-content h2 {
        font-size: 30px;
        line-height: 44px;
        margin: 10px 0 15px;
    }

    .quote-txt {
        padding: 38px;
    }

    .fog-content h5 {
        font-size: 26px;
        text-align: center;
    }

    .events-heading h6 {
        font-size: 15px;
    }

    .events-heading h6::before {
        background: linear-gradient(90deg, rgba(37, 229, 242, 0.00) -20%, #40BAEF 55.25%, rgba(37, 229, 242, 0.00) 120%);
    }

    .blog-main-box img.blog-1 {
        height: 400px;
    }

    .blog-text img.blog-1 {
        height: 400px;
    }

    .col-custom {
        height: 400px;
    }

    .blog-content h3 {
        font-size: 28px;
        bottom: 30px;
    }

    .event-top-text {
        height: 80px;
        width: 100%;
        padding-left: 14px;
    }

    .blog-content h6 {
        font-size: 15px;
    }

    .after-eve-slider-item img {
        height: 350px;
    }

    .after-event-slider .slick-track {
        margin: 0;
    }

    .aft-eve-slider-cntnt h4 {
        font-size: 18px;
    }

    .aft-eve-slider-cntnt {
        padding: 0 22px;
        height: 70px;
    }

    .after-event-slider .slick-next {
        left: 29%;
    }

    .after-event-slider .slick-current+div .after-eve-slider-item img {
        filter: grayscale(0);
        z-index: 1;
        position: relative;
        transition: 0.5s all;
        transform: scale(1.12);
    }

    .after-event-slider .slick-current+div+div .after-eve-slider-item img {
        transform: none;
    }

    .after-event-slider .slick-current+div .after-eve-slider-item .play-button {
        opacity: 1;
        transition: 1s all ease-out;
    }

    .play-button {
        width: 50px;
        height: 50px;
    }

    .play-button i {
        font-size: 22px;
        line-height: 0;
    }

    .award-heading h2 {
        font-size: 35px;
        line-height: 35px;
        margin: 0 0 30px;
    }

    .awards-for-content {
        width: 100%;
    }

    .awards-for-content h5 {
        font-size: 20px;
    }

    .awards-for-content h3 {
        font-size: 26px;
    }

    .awards-for-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .author-detail span.key,
    .author-detail span.value {
        font-size: 14px;
    }

    .book-cycle {
        height: 260px;
        /* top: -60px; */
    }

    .award-book {
        top: 100px;
    }

    .best-award-img {
        text-align: center;
        /* margin-top: 100px; */
    }

    .best-award-txt {
        text-align: center;
        margin-top: 25px;
    }

    .bookno-1-img {
        width: 80%;
        margin: 20px auto;
    }

    .copy-book-btn {
        margin: 0 auto;
    }

    .book-no-1:before {
        width: 100%;
        height: 85%;
        /* top: 60%; */
    }

    .beauti-mem-2 img {
        height: auto;
        width: auto;
    }

    .beauti-mem-2::before {
        top: -10px;
        left: -10px;
    }

    .beautiful-memories-content {
        padding: 0 0 0 50px;
        margin-top: 30px;
    }

    .beautiful-memories-content h2 {
        font-size: 32px;
    }

    .beautiful-memories-content p {
        font-size: 14px;
    }

    .footer-links ul {
        margin-top: 20px;
    }

    .footer-links ul li h3 {
        text-align: start;
        margin: 0 0 10px;
        font-size: 16px;
        line-height: 20px;
    }

    .beauti-img-sec::before {
        content: '';
        width: 25%;
        height: 100%;
        top: 50px;
        right: -45px;
        background-size: 100%;
    }

    .beautiful-memories::before {
        height: 100%;
        top: -5%;
    }


    .fog-img {
        text-align: center;
        width: 300px;
        margin: 0 auto;
    }

    .book-no-1 {
        padding-top: 140px;
    }

    .black-logo {
        width: 50%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .all-section {
        padding: 60px 0;
    }

    p {
        font-size: 15px;
    }

    .banner-text h1 {
        font-size: 62px;
        line-height: 70px;
    }

    .banner-text h4 {
        font-size: 20px;
        line-height: 40px;
    }

    .banner-text p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .main-banner {
        padding: 180px 0 0;
    }

    .banner-img::before {
        top: 0;
        height: 100%;
        width: 110%;
    }

    .main-banner:after {
        width: 75px;
        height: 140px;
    }

    .vision-statement::after {
        width: 100px;
        height: 165px;
        top: -70px;
    }

    .mission-heading h2::before {
        width: 66%;
        top: 12px;
    }

    .mission-accomplished-item {
        margin: 12px 0;
    }

    .fog-img::before {
        width: 300px;
        height: 300px;
        right: -20px;
    }

    .fog-content h2 {
        font-size: 35px;
        line-height: 50px;
        margin: 10px 0 15px;
    }

    .quote-txt {
        padding: 38px;
    }

    .fog-content h5 {
        font-size: 30px;
        text-align: center;
    }

    .events-heading h6::before {
        background: linear-gradient(90deg, rgba(37, 229, 242, 0.00) -20%, #40BAEF 55.25%, rgba(37, 229, 242, 0.00) 120%);
    }

    .blog-main-box img.blog-1 {
        height: 450px;
    }

    .blog-content h3 {
        font-size: 28px;
        bottom: 30px;
    }

    .event-top-text {
        height: 80px;
        width: 100%;
        padding-left: 14px;
    }

    .blog-content h6 {
        font-size: 15px;
    }

    .after-eve-slider-item img {
        height: 350px;
    }

    .after-event-slider .slick-track {
        margin: 0;
    }

    .aft-eve-slider-cntnt h4 {
        font-size: 18px;
    }

    .aft-eve-slider-cntnt {
        padding: 0 22px;
        height: 70px;
    }

    .after-event-slider .slick-next {
        left: 36%;
    }

    .after-event-slider .slick-current+div .after-eve-slider-item img {
        filter: grayscale(0);
        z-index: 1;
        position: relative;
        transition: 0.5s all;
        transform: scale(1.2);
    }

    .after-event-slider .slick-current+div+div .after-eve-slider-item img {
        transform: none;
    }

    .after-event-slider .slick-current+div .after-eve-slider-item .play-button {
        opacity: 1;
        transition: 1s all ease-out;
    }

    .play-button {
        width: 50px;
        height: 50px;
    }

    .play-button i {
        font-size: 22px;
        line-height: 0;
    }

    .award-heading h2 {
        font-size: 50px;
        line-height: 65px;
        margin: 0 0 15px;
    }

    .awards-for-content {
        width: 100%;
    }

    .book-cycle {
        height: 260px;
        /* top: -60px; */
    }

    .award-book {
        top: 100px;
    }

    .best-award-img {
        text-align: center;
        margin-top: 100px;
    }

    .best-award-txt {
        text-align: center;
        margin-top: 25px;
    }

    .bookno-1-img {
        width: 60%;
        margin: 20px auto;
    }

    .copy-book-btn {
        margin: 0 auto;
    }

    .book-no-1:before {
        width: 100%;
        height: 75%;
        top: 60%;
    }

    .beauti-mem-2 img {
        height: 480px;
        width: 480px;
    }

    .beauti-mem-2::before {
        top: -18px;
        left: -18px;
    }

    .beautiful-memories-content {
        padding: 0;
        margin-top: 30px;
    }

    .beautiful-memories-content h2 {
        font-size: 42px;
    }

    .beautiful-memories-content p {
        font-size: 15px;
    }

    .footer-links ul {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        margin-top: 20px;
    }

    .footer-links ul li h3 {
        text-align: start;
        /* margin: 0 0 10px; */
        font-size: 19px;
        line-height: 20px;
    }

    .beauti-img-sec::before {
        content: '';
        width: 20%;
        height: 60%;
        top: 150px;
        right: -30px;
        background-size: 100%;
    }

    .beautiful-memories::before {
        height: 100%;
        top: -5%;
    }

    .fog-img img {
        width: 300px;
        height: 276px;
    }

    .fog-img {
        text-align: center;
        width: 300px;
        margin: 0 auto 20px;
    }

    .book-no-1 {
        padding-top: 140px !important;
    }

    .black-logo {
        width: 50%;
    }

    .banner-img img.img-fluid {
        width: 70%;
    }

    .banner-img {
        text-align: center;
    }

    .level-up-img {
        width: 60%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 300px) and (max-width: 575px) {

    p {
        font-size: 14px;
    }

    .banner-text h1 {
        font-size: 42px;
        line-height: 50px;
    }

    .banner-text h4 {
        font-size: 16px;
        line-height: 32px;
    }

    .banner-text p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .main-banner {
        padding: 180px 0 0;
    }

    .banner-img::before {
        top: 0;
        height: 100%;
        width: 110%;
    }

    .main-banner:after {
        width: 75px;
        height: 140px;
    }

    .vision-statement::after {
        width: 100px;
        height: 165px;
        top: -70px;
    }

    .mission-heading h2::before {
        left: 0;
        width: 100%;
        top: 25px;
    }

    .mission-accomplished-item {
        margin: 12px 0;
    }

    .fog-img::before {
        width: 260px;
        height: 260px;
        right: 0;
    }

    .fog-content h2 {
        font-size: 30px;
        line-height: 44px;
        margin: 10px 0 15px;
    }

    .quote-txt {
        padding: 38px;
    }

    .fog-content h5 {
        font-size: 26px;
        text-align: center;
    }

    .events-heading h6 {
        font-size: 15px;
    }

    .events-heading h6::before {
        background: linear-gradient(90deg, rgba(37, 229, 242, 0.00) -20%, #40BAEF 55.25%, rgba(37, 229, 242, 0.00) 120%);
    }

    .blog-main-box img.blog-1 {
        height: 400px;
    }

    .blog-content h3 {
        font-size: 28px;
        bottom: 30px;
    }

    .event-top-text {
        height: 80px;
        width: 100%;
        padding-left: 14px;
    }

    .blog-content h6 {
        font-size: 15px;
    }

    .after-eve-slider-item img {
        height: 400px;
    }

    .after-event-slider .slick-track {
        margin: 0;
    }

    .aft-eve-slider-cntnt h4 {
        font-size: 18px;
    }

    .aft-eve-slider-cntnt {
        padding: 0 22px;
        height: 70px;
    }

    .after-event-slider .slick-next {
        left: 36%;
    }

    .after-event-slider .slick-current .after-eve-slider-item img {
        filter: grayscale(0);
        transform: none;
        z-index: 1;
        position: relative;
        transition: 0.5s all;
    }

    .after-event-slider .slick-current .after-eve-slider-item .play-button {
        opacity: 1;
        transition: 1s all ease-out;
    }

    .play-button {
        width: 50px;
        height: 50px;
    }

    .play-button i {
        font-size: 22px;
        line-height: 0;
    }

    .award-heading h2 {
        font-size: 35px;
        line-height: 35px;
        margin: 0 0 30px;
    }

    .awards-for-content {
        width: 100%;
    }

    .awards-for-content h5 {
        font-size: 20px;
    }

    .awards-for-content h3 {
        font-size: 26px;
    }

    .awards-for-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .author-detail span.key,
    .author-detail span.value {
        font-size: 14px;
    }

    .book-cycle {
        height: 260px;
        /* top: -60px; */
    }

    .award-book {
        top: 100px;
    }

    .best-award-img {
        text-align: center;
        margin-top: 100px;
    }

    .best-award-txt {
        text-align: center;
        margin-top: 25px;
    }

    .bookno-1-img {
        width: 80%;
        margin: 20px auto;
    }

    .copy-book-btn {
        margin: 0 auto;
    }

    .book-no-1:before {
        width: 100%;
        height: 75%;
        top: 60%;
    }

    .beauti-mem-2 img {
        height: auto;
        width: auto;
    }

    .beauti-mem-2::before {
        top: -10px;
        left: -10px;
    }

    .beautiful-memories-content {
        padding: 0;
        margin-top: 30px;
    }

    .beautiful-memories-content h2 {
        font-size: 32px;
    }

    .beautiful-memories-content p {
        font-size: 14px;
    }

    .footer-links ul {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        margin-top: 20px;
    }

    .footer-links ul li h3 {
        text-align: start;
        margin: 0 0 10px;
        font-size: 16px;
        line-height: 20px;
    }

    .beauti-img-sec::before {
        content: '';
        width: 25%;
        height: 100%;
        top: 90px;
        right: 10px;
        background-size: 100%;
        transform: rotate(25deg);
    }

    .beautiful-memories::before {
        height: 100%;
        top: -5%;
    }

    .fog-img img {
        width: 280px;
        height: 256px;
    }

    .fog-img {
        text-align: center;
        width: 300px;
        margin: 0 auto;
    }

    .book-no-1 {
        padding-top: 140px;
    }

    .black-logo {
        width: 50%;
    }
}

.mission-content-2 p:first-child {
    padding: 0;
}


.fade-slider {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    z-index: 11;
    position: absolute;
    top: calc(-100vh + -80px);
}

.fade-slider-item {
    height: 100vh;
    display: flex;
    align-items: center;
}

section.award-recog {
    position: relative;
}


.fade-slider-item h2 {
    color: #fff;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 72px;
    background: var(--blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 92px;
}

.award-books h4 {
    color: #000;
    font-size: 13px;
    text-align: center;
    margin: 0;
    line-height: 20px;
}

.hiddeeen {
    overflow: hidden;
}

.fade-slider .slick-arrow {
    position: absolute;
    visibility: hidden;
}

.fade-slider-item {
    animation: myAnim 2s ease 0s 1 normal forwards;
}

.slick-current .fade-slider-item {
    animation: myAnim2 2s ease 0s 1 normal forwards;
    animation-delay: 0.5s;
    opacity: 0;
}

.fade-slider {
    opacity: 0;
    transition: 0.5s all;
}

.hiddeeen .fade-slider {
    opacity: 1;
}


@keyframes myAnim {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-500px);
    }
}

@keyframes myAnim2 {
    0% {
        opacity: 0;
        transform: translateY(500px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.slider-auth-name h4 {
    position: absolute;
    color: #fff;
    text-transform: capitalize;
    right: 12%;
    bottom: 15%;
    font-size: 30px;
    font-style: italic;
}

.best-award-txt p a i {
    background: linear-gradient(180deg, #42B7EF 0%, #25E5F2 100%);
    color: #fff;
    font-size: 20px;
    padding: 10px 14px;
    border-radius: 100%;
}

.best-award-txt p {
    display: flex;
    gap: 15px;
}

.fade-slider-item h2 span {
    font-size: 14px !important;
    /* -webkit-text-fill-color: #fff !important; */
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    vertical-align: top;
    line-height: 0 !important;
    padding-top: 3px;
    padding-right: 3px;
    font-weight: 700;
}