@import url('https://fonts.googleapis.com/css2?family=Birthstone&family=Figtree:ital,wght@0,300..900;1,300..900&family=Poller+One&display=swap');


.flexrow {
    display: flex;
    flex-direction: row;
}

.spabtw {
    display: flex;
    justify-content: space-between;
}

.flexcenter {
    align-items: center;
}

* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    height: 80px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 2;

}

.button-35 {
    align-items: center;
    border-radius: 12px;
    background-color: #E31E25;

    color: #fff;
    cursor: pointer;


    font-size: 1rem;
    font-weight: 500;
    justify-content: center;
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 1rem 1.2rem;
    text-align: center;
    text-decoration: none;

    white-space: nowrap;
    border: 0;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-35:hover {
    box-shadow: #E31E25 0 0 0 3px, transparent 0 0 0 0;
    background-color: #fff;
    color: #E31E25;
    transition: all .5s;
}

.admqrybtn {
    height: 80px;
    display: flex;
}

.navlink {
    gap: 1rem;
    display: flex;
    justify-content: space-evenly;
    width: 50%;
}

.navlinkmob {
    gap: 1rem;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    background-color: #fff;
}

.namelogo img {
    height: 70px;

}

.navlink a {
    text-decoration: none;
    color: black;
    border-bottom: 2px solid transparent;
    min-width: 80px;
    text-align: center;
}

.navlink a:hover {
    color: #E31E25;
    border-bottom: 2px solid #E31E25;
    transition: all .5s;
}

.navlinkmob div a {
    text-decoration: none;
    color: black;
    border-bottom: 2px solid transparent;

    text-align: center;
}

.navlinkmob a:hover {
    color: #E31E25;
    border-bottom: 2px solid #E31E25;
    transition: all .5s;
}

.landingpage {
    height: 800px;
    width: 100%;
    background-image: url(../img/landinbg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* Adjust darkness: 0.5 = 50% dark */
}

.content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    padding-top: 120px;
}

.navlinkmob {
    display: none;
}

.moblink {
    display: flex;
    justify-content: space-evenly;
}

.flexwrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;

}

.leftcol {
    width: 50%;
    position: relative;
}

.br {
    border: 1px solid red;
}

.rightcol {
    width: 50%;
}

.leftcol .poabt {
    width: 100%;
    height: 250px;
    position: relative;
}

.poabt img {
    position: absolute;
    width: 90%;
    left: 10%;
    bottom: 10%;
}

.form-embed-card {
    background-color: #fff;
    box-shadow: 4px 6px 30px rgba(0, 0, 0, .12);
    border-radius: 10px;
    width: 400px;
    padding: 20px;
    color: #2f2f2f;
}

.w100 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wiglogo img {
    height: 150px;
}


.text-center {
    width: 100%;
    text-align: center;

}

.text-center h3 {
    text-align: center;
}

.poller-one-regular {
    font-family: "Poller One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.birthstone-regular {
    font-family: "Birthstone", cursive;
    font-weight: 400;
    font-style: normal;
}

.countsection {
    background-color: #393186;
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;
}

.box300 {
    width: 260px;
    color: #fff;
    text-align: center;

}

.box300 h4 {
    margin-top: -15px;
}

.flexwrap {
    display: flex;
    flex-wrap: wrap;
}

.countpic {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.countpic span {
    font-size: 58px;

}

.aboutpage {
    width: 100%;
}

.mainheading h2 {
    font-size: 42px;
    padding-top: 25px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.drimge {
    display: flex;
    flex-direction: column;
}

.drimge h2 {
    margin-top: -50px;
    background-color: #e8e8e8;
    padding: 10px 30px;
}

.drimge img {
    width: 100%;
}

.aboutpara p {
    font-size: 28px;
}

.seemore {
    width: 100%;
    padding-left: 50%;
}

.mobnum {
    text-wrap: wrap;
}

.mySlides {
    display: none;
}

.slideshow-container {

    position: relative;
    margin: auto;
}

.fade {
    animation-name: fade;
    animation-duration: 3s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.testimonialimges img {
    width: 100%;
}

.footerlogo img {
    width: 100%;
}

.socailicons {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.socailicons i {
    font-size: 28px;
}

.footerlink {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.footerlink a {
    text-wrap: nowrap;
}

.addresss {
    background-color: #393186;
    width: 100%;
    color: #fff;
}

.googleaddress h3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.adlink {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    flex-wrap: wrap;
}

.adlink a {
    text-decoration: none;
    color: black;

}

.adlink a:hover {
    color: #E31E25;
}

.whojoinlist {
    display: flex;
    justify-content: center;
    background-color: #fff;
    border-radius: 15px;
    padding: 10px 20px;
    margin: 10px;
}

.whojoinlist span svg {
    width: 36px;
    padding-right: 10px;
}

.certificatepage {
    background-image: url(../img/blogbg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

h1,
h2,
h3,
h4 {
    font-family: "Figtree", sans-serif;
}

.figtree {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #151231;
}

.certificateimg img {
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.whatlearn {
    width: 100%;
    background-color: #f3f9ff;
}

.learnsubpart h2 {
    color: #09679c;
}

.learnsubpart h2 {
    font-weight: 600;
}

.learnsubpart h3 {
    color: #09679c;
}

.learnsubpart h3 {
    font-weight: 600;
}

.coursesehelps {
    background-color: #a09f9f;
}

.speakimg img {
    width: 100%;
}

.speakheading h5 {
    color: black;
    text-align: center;
}

.speakkingcousese {
    width: 100%;
    background-color: #393186
}

.speakkingcousese .cousecard {
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #151231;
}

.whocanjoin {
    width: 100%;
    background-color: #f3f9ff;
}

.upcoingbatch {
    display: flex;
    justify-content: center;
    align-items: center;

}

.upcoingbatch h4 {
    border: 2px solid #E31E25;
    width: fit-content;
    padding: 3%;
    border-radius: 15px;
    color: #FFEB05;
    font-weight: 700;
}



.ti-facebook {
    color: #3b5998;
}

.ti-youtube {
    color: #FF0000;
}

.ti-instagram {
    color: #515BD4;
}

.ti-linkedin {
    color: #0077b5;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 220;
    display: none;
}

.close {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    background: #eaeaea url(../img/cloes.png);
    background-repeat: no-repeat;
    background-size: 30px;
    z-index: 210;
    background-position: center;
    cursor: pointer;
    border-radius: 50%;
}

.contentBox {
    position: relative;
    height: 80vh;

}

.posterimg {
    height: 80vh;

}

.contentBox .posterimg img {
    position: relative;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);


}

.whatsapp {
    width: 80px;
    height: 80px;
    right: 1%;
    bottom: 1%;
    position: fixed;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    z-index: 100;
    display: inline-block;
    line-height: 65px;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;

}





@keyframes pulse-dot {
    0% {
        transform: scale(.9);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(.9);
    }
}

.mobbtn {
    display: none;
}

.onlielandingpage {
    height: 850px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.mainlandingbg {
    background-image: url(../img/landinbg.jpg);
}

.onlinelandingbg {
    background-image: url(../img/onlinebg.jpg);
}

/* Price box */
.price-box {
    background: linear-gradient(180deg, #fff, #f7fff3);
    border-radius: 12px;
    padding: 14px;
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(6, 6, 7, 0.1);
    flex-direction: column;
}

.price-left {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.label {
    font-size: 13px;
    color: #6b7280;
}

.price {
    font-size: 48px;
    font-weight: 800;
    color: #07221a;
    letter-spacing: 1px;
}

.old-price {
    text-decoration: line-through;
    color: #9ca3af;
    font-weight: 700;
    font-size: 25px;
}

.savings {
    font-size: 23px;
    color: #065f46;
    font-weight: 700;
}

.googleratingimg img {
    width: auto;
    height: 200px;
    border-radius: 18px;
    padding: 10px;
    background-color: #fff;
}
@media (max-width: 991.98px) {
    header .navlink {
        display: none;
    }

    header .navlinkmob {
        display: flex;
        color: #393186;

    }

    body .onlielandingpage {
        height: 1150px;
    }

    .landdesktop .leftcol {
        width: 100%;
    }

    .landdesktop .rightcol {

        width: 100%;
    }

    .landdesktop .leftcol .poabt img {
        position: absolute;
        width: 100%;
        left: 0%;
        padding: 0 10%;
        top: 10%;
    }

    .rightcol .w100 {
        padding-top: 0px;
    }

    body .countsection {
        padding-top: 100px;
    }
}

@media (max-width: 767.98px) {
    body .onlielandingpage {
        height: 1150px;
    }

    .onlielandingpage .landdesktop .leftcol {
        margin-top: 0px;
    }

    .rightcol .w100 {
        padding-top: 30px;
    }
    .countsection .mobcenter {
        display: flex;
        align-items: center;
    }

}

@media (max-width: 575.98px) {
    body .onlielandingpage {
        height: 950px;
    }

    .price {
        font-size: 28px;

    }

    .old-price {

        font-size: 15px;
    }

    .savings {
        font-size: 13px;

    }

    .leftcol {
        margin-top: 20px;
    }

    .rightcol .w100 {
        padding-top: 30px;
    }

    .leftcol .googleratingimg img {
        width: 80%;
        height: auto;
        border-radius: 18px;
        padding: 10px;
        background-color: #fff;
    }
     .leftcol .poabt {
        height: 100px;
    }

    header .admqrybtn {
        display: none;
    }

    .leftcol .mobbtn {
        display: block;
        margin-top: 50px;

    }

    .namelogo {

        width: 100%;
        text-align: center;
    }

    .rightcol .w100 {
        padding-top: 50px;
    }

    body .countsection {
        padding-top: 150px;
    }



    .page .mainheading h2 {
        font-size: 24px;
    }

    .page .aboutpara p {
        font-size: 18px;
        padding: 0 20px;
        text-align: justify;
    }

    

    .popup .contentBox {
        width: 300px;
        text-align: center;
    }
    

}

@media (max-width: 419.98px) {
    .moblink a {
        font-size: 14px;
    }

    .adlink a {
        font-size: 14px;
    }

    header {

        padding-top: 10px;
    }

    .rightcol .w100 {
        padding-top: 50px;
    }

    .rightcol .w100 .form-embed-card {

        width: 350px;
        padding: 10px;

    }

    .box300 .countpic span {
        font-size: 42px;

    }

    .countsection .box300 h4 {
        margin-top: -10px;
        font-size: 18px;
    }

    body .countsection {
        padding-top: 120px;
    }


}
@media (max-width: 359.98px){
    .box300 .countpic span {
        font-size: 32px;

    }
    .rightcol .w100 .form-embed-card {

        width: 300px;
        padding: 10px;

    }

}