@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'ChunkFive';
    src: url('../fonts/chunkfive.regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html,
body {
    font-family: "Public Sans", sans-serif;
    scroll-behavior: smooth;
}


.btn-style-one {
    font-size: 16px;
    background: #FF0000;
    color: #fff;
    border-radius: 8px;
    font-weight: 700;
    padding: 12px 50px;
    transform: skewX(-20deg) scale(1.0);
    transition: all ease .3s;
}

.btn-style-one span {
    display: block;
    transform: skewX(20deg) scale(1.0);
}

.btn-style-one:hover {
    color: #fff;
    opacity: 0.8;
    transform: skewX(-20deg) scale(0.95);
    transition: all ease .3s;
}

.btn-style-two {
    font-size: 16px;
    background: #000;
    color: #fff;
    border-radius: 8px;
    font-weight: 700;
    padding: 12px 50px;
    transform: skewX(-20deg) scale(1.0);
    transition: all ease .3s;
}

.btn-style-two:hover {
    color: #fff;
    opacity: 0.8;
    transform: skewX(-20deg) scale(0.95);
    transition: all ease .3s;
}

.btn-style-two span {
    display: block;
    transform: skewX(20deg) scale(1.0);
}

.btn-style-three {
    font-size: 16px;
    background: #fff;
    color: #000;
    border-radius: 8px;
    font-weight: 700;
    padding: 12px 50px;
    transform: skewX(-20deg) scale(1.0);
    transition: all ease .3s;
}

.btn-style-three:hover {
    color: #000;
    opacity: 0.8;
    transform: skewX(-20deg) scale(0.95);
    transition: all ease .3s;
}

.btn-style-three span {
    display: block;
    transform: skewX(20deg) scale(1.0);
}

.color-red {
    color: #ff0000;
}


/* navbar section start  */

header.header {
    padding: 5px 0;
    background: linear-gradient(145deg, #FF0000 25%, #fff 25%);
    position: sticky;
    overflow: hidden;
    top: 0;
    z-index: 99;
    border-bottom: 1px solid #ff0000;
}

/*header.header:before {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    height: 100%;
    width: 80%;
    background: linear-gradient(45deg, #fff, #fff);
    transform: skew(-45deg, 0deg);
}*/
header.header button.menu-close {
    display: none;
}

header.header .logo {
    width: 180px;
}

header.header ul li {
    padding: 0 15px;
}

header.header .navbar .nav-item .nav-link {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    cursor: pointer;
}

/* navbar section end  */


/* Rectangle 1297 */

/* Ellipse 167 */


/*banner section starts*/
section.banner-section {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

section.banner-section .overlay-one {
    position: absolute;
    width: 423px;
    height: 400px;
    left: -342px;
    top: 517px;
    background: #FF0000;
    filter: blur(274px);

}

section.banner-section .overlay-two {
    position: absolute;
    width: 669px;
    height: 527px;
    left: 1093px;
    top: 349px;
    background: #FF0000;
    filter: blur(392px);


}

section.banner-section h1 {
    font-size: 46px;
    color: #000;
    font-weight: 700;
}

section.banner-section h2 {
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 30px;
}

section.banner-section h2 span {
    font-style: normal;
}

section.banner-section p {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

section.banner-section img {
    width: 100%;
}

/*banner section ends*/


/*tagline section starts*/

section.tagline-section {
    padding: 15px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.tagline-section h2 {
    font-size: 28px;
    margin: 0;
    color: #fff;
    font-weight: 700;
}

/*tagline section ends*/


/*one summit section starts*/

section.summit-section {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

section.summit-section .overlay-one {
    position: absolute;
    width: 818.21px;
    height: 488.26px;
    right: 0;
    top: 0;
    background: rgba(255, 0, 0, 0.23);
    filter: blur(670px);
    transform: rotate(2.81deg);
}

section.summit-section .overlay-two {
    position: absolute;
    width: 70%;
    height: 70%;
    left: -50%;
    bottom: -30%;
    background: rgba(255, 0, 0, 0.48);
    filter: blur(670px);
}

section.summit-section h2 {
    font-size: 46px;
    color: #000;
    font-weight: 700;
    text-align: center;
}

section.summit-section .sum-cont p {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}

section.summit-section .sum-btm-cont h3 span.in-one {
    display: inline-block;
    width: 30px;
    height: 27px;
    background: #000;
    border-radius: 100px;
}

section.summit-section .sum-btm-cont h3 span.in-two {
    display: inline-block;
    width: 30px;
    height: 27px;
    background: #FF0000;
    border-radius: 100px;
    margin-left: -15px;
}

section.summit-section .sum-btm-cont h3 span.in-clr {
    display: inline-flex;
    margin: 0px 10px;
}

section.summit-section .sum-btm-cont h3 {
    display: flex;
    align-items: center;
    line-height: normal;
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
}


/*one summit section ends*/


/*education boom section starts*/

section.education-boom-section {
    position: relative;
    padding: 80px 0;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    overflow: hidden;
}

section.education-boom-section h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

section.education-boom-section .educ-box {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background: linear-gradient(90deg, #FF0000, #ffffff);
    box-shadow: 44px 0px 89px rgba(0, 0, 0, 0.66);
    padding: 5px;
    border-radius: 60px;
    overflow: hidden;
    margin-top: -20px;
}

section.education-boom-section .educ-sub-box {
    box-sizing: border-box;
    width: 100%;
    height: 140px;
    background: #FF0000;
    padding: 30px;
    border-radius: 55px;
}

section.education-boom-section .educ-nub.text-center h3 {
    font-family: 'ChunkFive';
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.41);
}

section.education-boom-section .educ-sub-box h4 {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

section.education-boom-section .educ-sub-box p {
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}

/*education boom section ends*/


/*education boom section starts*/
section.education-boom-section .sum-btm-cont h3 span.in-one {
    display: inline-block;
    width: 30px;
    height: 27px;
    background: #000;
    border-radius: 100px;
    border: 1px solid #fff;
}

section.education-boom-section .sum-btm-cont h3 span.in-two {
    display: inline-block;
    width: 30px;
    height: 27px;
    background: #FF0000;
    border-radius: 100px;
    margin-left: -15px;
    border: 1px solid #fff;
}

section.education-boom-section .sum-btm-cont h3 span.in-clr {
    display: inline-flex;
    margin: 0px 10px;
}

section.education-boom-section .sum-btm-cont h3 {
    display: flex;
    align-items: center;
    line-height: normal;
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
    justify-content: center;
    color: #fff;
    margin: 0;
}

/*education boom section ends*/


/*summit two setion starts*/

section.summit-two-section {
    position: relative;
    padding: 60px 0;
    background: #000;
}

section.summit-two-section h2 {
    font-size: 40px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

section.summit-two-section .summit-dvs {
    display: flex;
    align-items: flex-start;
}

section.summit-two-section .sumit-count h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}

section.summit-two-section .sumit-count {
    min-width: 80px;
    position: relative;
    height: 25px;
    margin-right: 15px;
}

section.summit-two-section .sumit-count:before {
    content: "";
    position: absolute;
    right: 0;
    width: 60%;
    height: 2px;
    top: 50%;
    background: #fff;
}

section.summit-two-section .summit-cont h3 {
    font-size: 24px;
    color: #FF0000;
    font-weight: 700;
}

section.summit-two-section .summit-cont p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}


/*summit two setion ends*/


/*cities section starts*/
section.cities-section {
    position: relative;
    padding: 60px 0 20px;
    overflow: hidden;
}

section.cities-section h2 {
    text-align: center;
    font-size: 40px;
    color: #000;
    font-weight: 700;
    margin-bottom: 25px;
}

section.cities-section .bottom-cont-city {
    margin-top: -20px;
}

section.cities-section .bottom-cont-city h3 {
    font-size: 28px;
    background: #000;
    color: #fff;
    width: fit-content;
    padding: 15px 25px;
    position: relative;
    margin: 0;
}

section.cities-section .bottom-cont-city h3:after {
    content: "";
    position: absolute;
    right: -50px;
    top: 0;
    border-bottom: 63px solid #00000000;
    width: 0;
    border-left: 50px solid #000000;
}


/*cities section ends*/

/*student contests section starts*/

section.contest-section {
    position: relative;
    padding: 60px 0 0;
}

section.contest-section .overlay-one {
    position: absolute;
    background-image: url(../images/bg-003.png);
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: top;
}

section.contest-section .overlay-two {
    position: absolute;
    background-image: url(../images/bg-004.png);
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-size: contain;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: bottom;
}

section.contest-section h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}

section.contest-section .contest-content {
    position: relative;
    padding: 150px 0 150px;
}

section.contest-section .contest-content p {
    font-size: 26px;
    text-align: left;
    color: #000;
    font-weight: 500;
}


/*student contests section ends*/


/*higher education section starts*/

section.education-section {
    position: relative;
    padding: 60px 0 0;
    overflow: hidden;
}

section.education-section h2 {
    font-size: 42px;
    text-align: center;
    font-weight: 700;
}

section.education-section h3 {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
}

section.education-section .education-content p {
    position: relative;
    background: #000;
    font-size: 22px;
    color: #fff;
    width: 85%;
    padding: 15px 15px;
    margin: 15px 0;
}

section.education-section .education-content p:nth-child(even) {
    margin-left: -15px;
}

section.education-section .education-content p:nth-child(odd) {
    margin-left: auto;
    margin-right: -15px;
}

section.education-section .education-content p:nth-child(odd):before {
    content: "";
    position: absolute;
    left: -10%;
    top: 0;
    width: 10%;
    height: 100%;
    background: linear-gradient(-45deg, black 50%, transparent 50%);
}

section.education-section .education-content p:nth-child(even):before {
    content: "";
    position: absolute;
    right: -10%;
    top: 0;
    width: 10%;
    height: 100%;
    background: linear-gradient(45deg, black 50%, transparent 50%);
}

/*higher education section ends*/


/*school section starts*/


section.school-section {
    position: relative;
    padding: 100px 0 200px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

section.school-section h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    margin-top: 30px;
}


section.school-section ul {
    padding: 0;
    list-style: none;
    margin-top: 40%;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
}

section.school-section ul li {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 28px;
    font-weight: 700;
}

/*school section ends*/


/*final calling section starts*/
section.calling-section {
    position: relative;
    padding: 60px 0;
}

section.calling-section h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    color: #000;
}

section.calling-section .calling-dv {
    position: relative;
    margin-top: 20px;
}

section.calling-section .calling-content {
    position: absolute;
    top: 50%;
    width: 85%;
    margin: auto;
    left: 0;
    right: 0;
    transform: translate(0px, -50%);
}

section.calling-section .calling-content p {
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
}


/*final calling section ends*/


/*waiting section starts*/


section.waiting-section {
    position: relative;
    padding: 0;
    overflow: hidden;
}

section.waiting-section h2 {
    font-size: 34px;
    text-align: center;
    color: #000;
    font-weight: 700;
}

section.waiting-section .wait-dv {
    position: relative;
}

section.waiting-section .wait-dv h3 {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    text-align: center;
    font-size: 22px;
}

section.waiting-section .wait-bottom {
    margin-top: 50px;
}

section.waiting-section .wait-bottom p {
    font-size: 24px;
    background: #FF0000;
    padding: 10px 25px;
    margin: 0;
    width: fit-content;
    color: #fff;
    font-weight: 700;
    position: relative;
}

section.waiting-section .wait-bottom p:after {
    content: "";
    position: absolute;
    right: -63px;
    height: 100%;
    width: 10%;
    top: 0;
    background: linear-gradient(45deg, #ff0000 50%, transparent 50%);
}

/*waiting section ends*/


/*start connection section starts*/


section.connection-section {
    position: relative;
    padding: 60px 0;
}

section.connection-section h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}

section.connection-section>div {
    background: linear-gradient(-69deg, #fff 30%, #000 40%);
}

section.connection-section .connect-content {
    padding: 50px;
    position: relative;
}

section.connection-section .connect-content p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

section.connection-section .connect-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
}

section.connection-section .connect-content ul {
    margin-top: 15px;
}

section.connection-section .connect-content ul li {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

/*start connection section ends*/


/*contact section starts*/


section.contact-section {
    position: relative;
}

section.contact-section .contact-box {
    background: #bd181f;
    padding: 20px 25px 60px;
    text-align: center;
}

section.contact-section .contact-box p {
    font-size: 36px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}


section.contact-section .contact-box h3 {
    font-size: 26px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

section.contact-section .contact-box h3 a {
    font-size: 26px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}


/*contact section ends*/


/*footer section starts*/
footer.footer {
    background: #000;
    color: #fff;
    padding-top: 50px;
}

footer.footer .footer-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

footer.footer .footer-logo img {
    max-width: 180px;
}


footer.footer .footer-links {
    display: flex;
    gap: 70px;
}

footer.footer .footer-col h4 {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

footer.footer .footer-col ul {
    list-style: none;
    padding: 0;
}

footer.footer .footer-col ul li {
    margin-bottom: 8px;
}

footer.footer .footer-col ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 13px;
    transition: 0.3s;
}

footer.footer .footer-col ul li a:hover {
    color: #fff;
}


footer.footer .social-links li {
    display: flex;
    align-items: center;
}


footer.footer .footer-bottom {
    border-top: 1px solid #333;
    margin-top: 40px;
    padding: 15px 0;
    text-align: center;
    font-size: 12px;
    color: #aaa;
}


@media(max-width:768px) {

    footer.footer .footer-main {
        flex-direction: column;
        gap: 30px;
    }

    footer.footer .footer-links {
        flex-direction: column;
        gap: 30px;
    }

}


/*footer section ends*/


@media (max-width:1399.98px) {

    section.summit-section .sum-cont p {
        font-size: 20px;
    }

    section.summit-section .sum-btm-cont h3 {
        font-size: 20px;
    }

    section.summit-section .sum-btm-cont h3 span.in-one,
    section.summit-section .sum-btm-cont h3 span.in-two {
        width: 28px;
        height: 25px;
    }

    section.education-boom-section .educ-sub-box h4 {
        font-size: 20px;
    }

    section.education-boom-section .educ-sub-box {
        padding: 30px 20px;
    }

    section.summit-two-section .summit-cont h3 {
        font-size: 22px;
    }

    section.contest-section .contest-content p {
        font-size: 20px;
    }

    section.contest-section .contest-content {
        padding: 130px 0 130px;
    }

    section.education-section .education-content p:nth-child(even):before {
        right: -12%;
        width: 12%;
    }


    section.school-section ul {
        margin-top: 50%;
        width: 70%;
    }

    section.calling-section .calling-content p {
        font-size: 20px;
    }

    section.connection-section .connect-content p {
        font-size: 16px;
    }

    section.connection-section .connect-content ul li {
        font-size: 16px;
    }


}

@media (max-width:1299.98px) {
    section.banner-section h1 {
        font-size: 36px;
    }

    section.summit-section h2 {
        font-size: 36px;
    }

    section.summit-section .sum-cont p {
        font-size: 16px;
    }

    section.education-boom-section h2 {
        font-size: 36px;

    }

    section.education-boom-section .educ-sub-box h4 {
        font-size: 18px;
    }

    section.education-boom-section .educ-sub-box p {
        font-size: 16px;
    }

    section.education-boom-section .educ-sub-box {
        padding: 30px 15px;
    }

    section.summit-two-section h2 {
        font-size: 36px;
    }

    section.summit-two-section .summit-cont h3 {
        font-size: 20px;
    }

    section.contest-section .contest-content p {
        font-size: 18px;
    }

    section.education-section h2 {
        font-size: 30px;
    }

    section.education-section .education-content p {
        font-size: 16px;
    }

    section.school-section ul li {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    section.school-section ul {
        margin-top: 40%;
        width: 60%;
    }

    section.calling-section h2 {
        font-size: 30px;
    }

    section.calling-section .calling-content p {
        font-size: 16px;
    }

    section.waiting-section .wait-dv h3 {
        font-size: 18px;
    }

    section.connection-section h2 {
        font-size: 30px;
    }

    section.contact-section .contact-box p {
        font-size: 28px;
    }


}

@media (max-width:1199.98px) {

    header.header {
        background: linear-gradient(145deg, #FF0000 30%, #fff 25%);
    }

    section.tagline-section {
        padding: 15px 15px;
    }

    section.summit-section .sum-btm-cont h3 {
        font-size: 18px;
    }

    section.education-section h3 {
        font-size: 22px;
    }

}

@media (max-width:1023.98px) {

    section.tagline-section h2 {
        font-size: 22px;
    }

    section.contest-section .contest-content {
        padding: 100px 0 100px;
    }

    section.contact-section .contact-box p {
        font-size: 24px;
    }


}

@media (max-width:991.98px) {


    header.header .navbar .nav-item .nav-link {
        text-align: left;
    }

    header.header button.menu-close {
        display: block;
    }

    body.menu-open {
        overflow: hidden;
    }

    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }

    header.header .menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    header.header button,
    header.header button:active,
    header.header button:focus {
        outline: none;
    }

    header.header .mobile-menu {
        position: fixed;
        top: 85px;
        left: -260px;
        width: 260px;
        height: 100%;
        background: #fff;
        z-index: 9999;
        padding-top: 60px;
        transition: all 0.4s ease;
        display: block;
    }

    header.header .mobile-menu.show {
        left: 0;
    }

    /* close button */
    header.header .menu-close {
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 30px;
        border: none;
        background: none;
        cursor: pointer;
    }

    /* overlay */
    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        z-index: 9;
        transition: 0.3s;
    }

    .menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }


    header.header {
        background: linear-gradient(145deg, #FF0000 50%, #fff 25%);
    }

    section.banner-section h1 {
        font-size: 26px;
    }

    section.banner-section p {
        font-size: 16px;
    }

    section.summit-section .sum-btm-cont h3 span.in-one,
    section.summit-section .sum-btm-cont h3 span.in-two {
        width: 20px;
        height: 16px;
    }

    section.summit-section .sum-btm-cont h3 span.in-two {
        margin-left: -12px;
    }

    section.summit-section .sum-btm-cont h3 {
        font-size: 14px;
    }

    section.education-boom-section h2 {
        font-size: 24px;
    }

    section.cities-section .bottom-cont-city h3 {
        font-size: 18px;
    }

    section.cities-section .bottom-cont-city h3:after {
        border-bottom: 52px solid #00000000;
    }

    section.contest-section .contest-content p {
        font-size: 14px;
    }

    section.contest-section .contest-content {
        padding: 60px 0 60px;
    }

    section.education-section h2 {
        font-size: 22px;
    }

    section.education-section h3 {
        font-size: 16px;
    }

    section.education-section .education-content p {
        font-size: 14px;
    }

    section.education-section .education-content p:nth-child(even):before {
        right: -17%;
        width: 18%;
    }

    section.education-section .education-content p:nth-child(odd):before {
        left: -13%;
        width: 14%;
    }

    section.school-section ul {
        margin-top: 40%;
        width: 72%;
    }

    section.school-section ul li {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    section.school-section h2 {
        font-size: 26px;
        margin-top: 0;
    }

    section.calling-section h2 {
        font-size: 22px;
    }

    section.calling-section .calling-content p {
        font-size: 14px;
        line-height: normal;
    }

    section.connection-section h2 {
        font-size: 22px;
    }


}

@media (max-width:767.98px) {
    header.header {
        background: linear-gradient(125deg, #FF0000 69%, #ffffff 25%);
    }


    section.tagline-section h2 {
        font-size: 18px;
    }


    section.summit-section h2 {
        font-size: 24px;
    }

    section.summit-section .sum-cont p {
        font-size: 14px;
    }

    section.summit-section .sum-btm-cont h3 {
        font-size: 14px;
        flex-wrap: wrap;
    }

    section.education-boom-section .sum-btm-cont h3 {
        font-size: 14px;
    }

    section.education-boom-section .sum-btm-cont h3 span.in-one,
    section.education-boom-section .sum-btm-cont h3 span.in-two {
        width: 20px;
        height: 16px;
    }

    section.education-boom-section h3 span.in-two {
        margin-left: -12px;
    }

    section.summit-two-section h2 {
        font-size: 24px;
    }

    section.cities-section h2 {
        font-size: 26px;
        margin-bottom: 0;
    }

    section.cities-section .bottom-cont-city h3 {
        font-size: 14px;
        width: 82%;
    }

    section.cities-section .bottom-cont-city h3:after {
        border-bottom: 63px solid #00000000;
    }

    section.contest-section h2 {
        font-size: 24px;
    }

    section.education-section .education-content p:nth-child(odd):before {
        left: -41%;
        width: 41%;
    }

    section.education-section .education-content p:nth-child(even):before {
        right: -62%;
        width: 62%;
    }

    section.school-section {
        padding: 60px 0 50px;
    }

    section.school-section h2 {
        font-size: 22px;
    }

    section.school-section ul {
        margin-top: 60%;
        width: 100%;
    }

    section.calling-section .calling-content {
        width: 80%;
    }

    section.calling-section .calling-content p {
        font-size: 16px;
        line-height: normal;
    }

    section.waiting-section h2 {
        font-size: 24px;
    }

    section.waiting-section .wait-bottom p {
        font-size: 16px;
        padding: 10px 15px;
        width: 85%;
    }

    section.waiting-section .wait-bottom p:after {
        right: -67px;
        width: 21%;
    }

    section.connection-section .connect-content {
        padding: 25px 0;
    }

    section.connection-section>div {
        background: linear-gradient(-39deg, #fff 30%, #000 40%);
    }

    section.contact-section .contact-box p {
        font-size: 14px;
    }

    section.contact-section .contact-box p br {
        display: none;
    }

    section.contact-section .contact-box h3,
    section.contact-section .contact-box h3 a {
        font-size: 16px;
    }

    .btn-style-one,
    .btn-style-two,
    .btn-style-three {
        font-size: 14px;
        padding: 8px 35px;
    }

    section.summit-two-section .sumit-count {
        min-width: 60px;
    }

    section.summit-two-section .sumit-count:before {
        width: 25px;
    }

    section.summit-two-section .summit-cont p {
        font-size: 14px;
    }

    section.summit-section .sum-btm-cont h3 span.in-one,
    section.summit-section .sum-btm-cont h3 span.in-two {
        width: 12px;
        height: 10px;
    }

    section.summit-section .sum-btm-cont h3 span.in-two {
        margin-left: -5px;
    }

}

@media (max-width:499.98px) {}