<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --hover-site-color: #0ab681;
    --font-body: 'Inter', sans-serif;
    --heading-fonts: 'Inter', sans-serif;
    --font-body-size: 16px;
    --heading-font-color: #1e2437;
    --link-btn-bg: #0ab681;
    --link-color: #2e4799;
    --menu-hover-color: #0ab681;
    --button-hover: #2e4799;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&amp;display=swap');
p {
    margin: 0 0 15px;
    padding: 0;
    line-height: 25px;
    font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
    font-weight: 600;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 10px;
}

.flex-row {
    display: flex;
    align-items: center;
}

.row-col {
    display: flex;
}

body {
    margin: 0;
    font-size: var(--font-body-size);
    font-family: var(--font-body);
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.de-padding {
    padding:70px 0;
}


/*=====================

13.1 Header

=====================*/

header.header-area {
    padding:8px 0;
}

.header-area .flex-row {
    justify-content: space-between;
}

.header-right ul {
    display: flex;
    padding: 0;
    align-items: center;
}

.header-right ul li {
    margin-left: 2rem;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 15px;
}

.header-right ul li .header-icon i {
    height: 40px;
    width: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #233e95;
    background: #fff;
    border-radius: 50px;
    margin-right: 10px;
}

.head-box-info h5 {
    font-weight: 500;
    font-size:17px;
    display: block;text-transform: none;
}
.head-box-info h5 a{
    text-decoration: none;
    color: #000;
}
.head-box-info i.lni {
    font-size: 18px;
    color: #0ab681;
    margin-right: 3px;
}

/*Header Banner*/
.language-banner-area {
    position: relative;
    z-index: 1;
    padding-top: 10em;
    padding-bottom: 11em;
    background-image: url(../img/banner-bg.jpg);
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.language-banner-area .flex-row {
    margin: 0 auto;
    align-items: center;
    display: block;    text-align: center;
    justify-content: center;
    max-width:900px;
}
.lang-shape1 {
    position: absolute;
    left: 0;
    top: 16%;
    z-index: -1;
}

.lang-shape1 img {
    max-width: 100px;
    -webkit-animation: movebounce2 5s linear infinite;
    animation: movebounce2 5s linear infinite;
}

.language-banner-content h1 {
    margin-bottom: 15px;
    font-size: 65px;
    line-height: 60px;
    font-weight: 700;
    display: block;
    color: #fff;
}
.language-banner-content h2 {
    display: block;
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
    padding: 0 3em;
}

.language-banner-content p {
    color: #fff;font-size: 16px;
}
mark {
    color: #0ab681;
    background: transparent;
}
.our-blog .row-col {
    align-items: center;
}
.default-btn {
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    padding: 12px 35px;
    position: relative;
    background-color: var(--link-btn-bg);
    color: #fff;
    font-size: 15px;
    transition: all 0.3s;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 100px;
    box-shadow: 0 5px 25px #c0d1cc;
    border-radius: 5px;
    letter-spacing: 0.5px;
}

.default-btn:hover {
    background-color: var(--button-hover);
    padding-right: 50px;
}

.language-banner-content .default-btn {
    margin-top: 10px;
    box-shadow: none;
}

.default-btn .icon-arrow {
    opacity: 0;
    position: absolute;
    right: 22px;
    -webkit-transform: translateX(75%) scaleX(.1);
    transform: translateX(75%) scaleX(.1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    color: #fff;
    top: 18px;
    -webkit-transition: opacity .4s cubic-bezier(.86, 0, .07, 1), -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
    transition: opacity .4s cubic-bezier(.86, 0, .07, 1), -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
    transition: transform .5s cubic-bezier(.86, 0, .07, 1), opacity .4s cubic-bezier(.86, 0, .07, 1);
    transition: transform .5s cubic-bezier(.86, 0, .07, 1), opacity .4s cubic-bezier(.86, 0, .07, 1), -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
    font-size: 16px;
}

.default-btn:hover .icon-arrow,
.default-btn:focus .icon-arrow {
    opacity: 1;
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
}

.orders_listing {
    display: flex;
    gap: 25px;justify-content: center;
    margin-top: 25px;
}
.order-list {
    display: flex;
    align-items: center;
    text-align: left;
    border: 1px solid #fff;
    padding: 10px 30px 10px 10px;
    border-radius: 100px;
}
.order-icon {
    width: 50px;
    height:50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
}
.order-icon img {
    display: inline-block;
    width: 35px;
}
.order-text h5 {
    margin: 0;
    font-weight:400;
    color: #fff;
    font-size: 16px;
    line-height:22px;
}
.order-text p {
    margin: 0;
    padding-top: 5px;
    line-height: normal;
}
.order-text h5.rai{
    font-weight: 600;
    color: #ffc801;
}

/*intro-area*/
.intro-area {
    padding: 40px 0 0;
    border-bottom: 1px solid #e5f1fb;
    overflow: hidden;
    width: 100%;
}
.row.justify-content-center {
    display: flex;
}
.single-intro-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 30px;
}
.single-intro-wrap .wrap-details {
    margin-left: 21px;
}
.single-intro-wrap .wrap-details h6 {
    font-weight: 500;
}
.single-intro-wrap .wrap-details p {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: normal;
}
.single-intro-wrap a {
    text-decoration: none;
    color: #000;
}
.single-intro-wrap .thumb img {
    width: 55px;
}
.single-intro-wrap .thumb {
    width: 45px;
}
.intro-area .col-3 {
    padding: 0 10px;
}


/*Services*/
section.Services.bg-light.de-padding{
    overflow: hidden;
}
.assignment_icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#3554b9;
    border-radius: 8px;
    flex: 0 0 72px;
    margin-right: 25px;
    transition: all 0.3s;
}
.online_assigment:hover .assignment_icon{
    background: #0ab681;
}
.assignment_icon i.lni {
    color: #fff;
    font-size: 35px;
}
.online_assigment {
    display: flex;
    padding: 20px;    
}
.Services_list .col-6:hover{
    box-shadow: 0 10px 50px #eaedf3;
}
.assignment_content h4 {
    font-size: 20px;
}
.assignment_content p {
    display: block;
    margin: 5px 0;
    line-height: 1.5;
}
.assignment_content a {
    color:#3554b9;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 500;
}
section.our-blog.pt-70.pb-70 {
    overflow: hidden;
}
.Services_list {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
.Services_list .col-6 {
    margin:1.5%;
    width: 47%;
    padding: 0;
    border-radius: 8px;
    transition: all 0.3s;
    box-shadow: 0 10px 30px #f4f6fb;
    background: #fff;
}
span.sub_title {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

h1.title-home {
    margin-bottom: 12px;
    font-size: 35px;
    color: #11142d;
    font-weight: 700;
    display: block;
    line-height: normal;
}

.suggest_tutor img {
    height: 130px;
    width: 130px;
    object-fit: cover;
    margin: 0 auto 20px;
    border-radius: 100px;
}

.totur-slider .item_list {
    text-align: center;
    border: 1px solid #efefef;
    margin: 10px 10px 30px;
    padding: 35px 20px;
    min-height: 300px;
    box-shadow: 0 5px 15px #f3f3f3;
    border-radius: 8px;
}

.totur-slider .item_list h4 {
    text-transform: uppercase;
    font-weight: 500;
}

.cource-mine-detail {
    font-size: 14px;
    line-height: 22px;
    display: block;
    margin-top: 5px;
}

.rating-start i.lni.lni-star-filled {
    font-size: 13px;
    margin: 0 1px;
    color: var(--link-btn-bg);
}

.bg-light {
    background-color: #f4f8fa !important;
}

/*Choose*/
.iteam-box {
    background: #fdfdfd;
    padding: 30px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #0ab681;
    box-shadow: 0 20px 40px #efefef;
}
.iteam-box i.lni {
    font-size: 40px;
    margin-bottom:15px;
    color: #0ab681;
}
.flex-row.icons_choose {
    padding:30px 0 50px;
    overflow: hidden;
    justify-content: center;
}
.icons_choose .col-3 {
    width:20%;
}
section.perfect-courses.de-padding {
    padding-bottom: 30px;
}

.phone_img {
    position: absolute;
    right: 0;
    top: -80px;
}

.app_grid .apple_btn {
    background-color: transparent;
    border-radius: 100px;
    border: 2px solid rgba(255,255,255, .4);
    color: #ffffff;
    text-decoration: none;
    line-height: normal;
    position: relative;
    padding:8px 30px;
    transition: all 0.3s;
    text-align: left;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 12px;
}
.app_grid .apple_btn:hover{
    background:rgba(255,255,255, .2);
}
.app_grid i.lni {
    font-size:30px;
}
.app_grid span.title {
    font-size: 18px;
}
.app_grid {
    display: flex;
    gap: 20px;
}
.Bayise-Social h2 {
    color: #fff;
    font-size: 45px;
}
.Bayise-Social p {
    color: #fff;
    margin: 10px 0 30px;
}
.app_grid small {
    display: block;
    margin-top: 2px;
}
.Bayise-Social .container {
    position: relative;
}

.flex-row.modules_list {
    padding-top: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex-row.modules_list span {
    width: 18%;
    text-align: center;
    font-size: 16px;
    background: #fff;
    padding: 18px 0;
    border-radius: 5px;
    cursor: pointer;
    margin: 1%;
    box-shadow: 0 10px 20px #f3f2f2;
    transition: all 0.3s;
}
.flex-row.modules_list span:hover{
    box-shadow: 0 10px 50px #d9dbde;
}



section.perfect-courses.bg-light.de-padding .container {
    max-width: 1050px;
}
.Students-about .container {
    margin-bottom: 40px;
}

.Students-slider.slick-initialized {
    box-shadow:0 20px 50px #e7e9ef;
    background: #fff;
    border-radius:12px;
    padding:20px 50px;
    text-align: center;
    margin-top: 20px;
    max-width: 1100px;
    margin:40px auto;
}

.suggest_tutor h4 {
    font-weight: 600;
    margin: 8px 0;
    font-size: 16px;
}

.Bayise-Social {
    padding:145px 0 145px;
    margin-bottom: 0;
    position: relative;
    background-image: url(../img/3-bg.jpg);
    -webkit-background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.Bayise-Social h3 {
    font-size: 27px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 40px;
}

.Bayise-Social span {
    color: #fff;
    font-size: 15px;
}

.Bayise-Social a.default-btn {
    box-shadow: none;
    padding: 12px 34px;
    text-align: center;
    line-height: 20px;
}

.Bayise-Social a.default-btn:hover {
    background: #fff;
    color: #000;
}

.why-choose-us-content {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 20px;
}

.why-choose-us-image {
    height: 100%;
    background-image: url(../img/why-choose-us.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.why-choose-us-image img {
    display: none;
}

.why-choose-us-content .content {
    max-width: 600px;
}

.why-choose-us-content .content h2 {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
}

.why-choose-us-area .container-fluid .row .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
}

.why-choose-us-area {
    position: relative;
    z-index: 1;
}

.why-choose-us-area .col-6 {
    padding: 0;
}

.why-choose-us-content p {
    font-size: 15px;
    line-height: 25px;
}

.widgte_area {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.widgte_area h2 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.widgte_area ul {
    padding: 0;
    margin: 0;
    align-items: center;
    display: flex;
}

.widgte_area ul li {
    display: inline-block;
    width: 33.33%;
    padding: 5px;
}

.col-right a.default-btn {
    margin: 25px 0;
    box-shadow: none;
    border-radius: 100px;
    padding: 16px;
    display: block;
    text-align: center;
}

a.whatsapp.default-btn {
    border: 1px solid var(--link-btn-bg);
    background: #fff;
    color: var(--link-btn-bg);
    font-size: 16px;
}

a.whatsapp.default-btn:hover {
    background: var(--link-btn-bg);
    color: #fff;
}

ul.useful-link {
    margin: 0;
    text-align: center;
    padding: 0;
}


/*Footer*/

.footer-area {
    position: relative;
    padding-top: 40px;
    overflow: hidden;
    background-color: #1d202b;
    color: #fff;
}

.single-footer-widget h3 {
    margin-bottom: 25px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.single-footer-widget .contact-us-link {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    padding-right: 10px;
}

.single-footer-widget .contact-us-link li {
    margin-bottom: 12px;
    color: #fff;
    font-size: 14px;
    position: relative;
    padding-left: 25px;
}

.single-footer-widget .contact-us-link li i {
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 1px;
}

.contact-us-link li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.social-link {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.social-link li {
    display: inline-block;
    margin-right: 2px;
}

.social-link li a {
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    font-size: 15px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    border-radius: 40px;
}

.single-footer-widget .support-link li,
ul.useful-link li {
    margin: 0 15px;
    display: inline-block;
}

.single-footer-widget .support-link li,
ul.useful-link li {
    margin-bottom: 10px;
}

.single-footer-widget .support-link li a,
ul.useful-link li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer-bottom-area {
    margin-top: 35px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.footer-bottom-area p {
    font-size: 13px;
}

.footer-area .flex-row {
    align-items: normal;
}

.phone-call {
    padding: 0 !important;
}

.phone-call a {
    font-size: 22px;
    padding-top: 5px;
    font-weight: 500;
}

.language-banner-mobile {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .flex-row,
    .flex-view,
    .row-col {
        display: block !important;
        align-items: normal;
    }
    .row-col {
        padding: 0 10px;
    }
    .Students-slider.slick-initialized {
        padding: 25px;
    }
    .header-right ul {
        padding: 0;
        margin: 0;
        justify-content: space-between;
    }
    .header-right ul li {
        margin: 5px;
        display: block;
        text-align: center;
    }
    .header-icon {
        display: none;
    }
    .logo {
        text-align: center;
    }
    header.header-area {
        padding: 10px 0;
    }
    [class*="col-"] {
        width: 100% !important;
        padding: 0 !important;
        float: none !important;
    }
    .language-banner-content h1 {
        margin-bottom: 5px;
        font-size: 25px;
        color: #fff;
        line-height: 32px;
    }
    .language-banner-mobile {
        display: block !important;
    }
    .language-banner-image {
        display: none;
    }
    .head-box-info h6 {
        font-size: 13px;
    }
    .head-box-info h5 {
        font-size: 14px;
    }
    .slick-next {
        right: 0 !important;
    }
    .slick-arrow {
        left: 0 !important;
    }
    .language-banner-content p {
        font-size: 15px;
        line-height: 22px;
    }
    .language-banner-area {
        padding-bottom:30px;padding-top: 3em;
    }
    .language-banner-content h2 {
        font-size: 15px;
    }
    .orders_listing {
        display: block;
        gap: 0;
    }
    .order-list {
        margin-bottom: 20px;
    }
    .row.justify-content-center {
        display: block;
    }
    .online_assigment {
        display: block;
        text-align: center;
    }
    .assignment_icon{
        margin:0 auto 20px;
    }
    .flex-row.modules_list span {
        display: block;
        width: 100%;
    }
    .flex-row.modules_list {
        display: flex !important;
    }
    h1.title-home,
    .Bayise-Social h3,
    .Bayise-Social h2 {
        font-size: 22px;
        line-height: 25px;
    }
    .iteam-box {
        margin: 20px 15px;
    }
    .Bayise-Social {
        text-align: center;
    }
    .Bayise-Social span,
    .Bayise-Social h3 {
        margin-bottom: 20px;
        display: block;
    }
    .why-choose-us-content {
        padding: 30px !important;
    }
    .why-choose-us-content .content h2 {
        font-size: 20px;
        line-height: 25px;
        display: block;
    }
    .why-choose-us-image {
        background: none !important;
    }
    .why-choose-us-image img {
        display: block;
    }
    .footer-area {
        padding: 30px 10px 0;
    }
    .single-footer-widget.mb-30 {
        margin-top: 30px;
    }
    .single-footer-widget h3 {
        margin-bottom: 15px;
    }
    .app_grid, .footer_btn {
    display: block !important;
    }
    .app_grid .apple_btn{
        margin-bottom: 30px;
    }
    .app_grid span.title{
        margin: 0;
    }
    .phone_img {
        position: unset;
    }
}

.footer-area a.default-btn {
    box-shadow: 0 0 0;
    max-width: 250px;
    display: inherit;
    margin: 25px 10px;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
}
.footer_btn {
    display: flex;
    justify-content: center;
}

.footer-area a.default-btn:hover {
    background: #fff;
    color: var(--link-btn-bg);
}

.footer-area a.default-btn:hover .icon-arrow {
    color: var(--link-btn-bg);
}


/*Col style*/

[class*="col-"] {
    float: left;
    padding: 0 15px;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}</pre></body></html>