@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Signika:wght@300..700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Signika", sans-serif;
}

body,
.award {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

p,
.study-seo_content ul li {
    margin-bottom: 0;
    font-weight: 400;
    color: #343434;
}

ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

h2 {
    font-size: 34px;
}

.p-60 {
    padding: 60px 0;
}

/* Base Header */
#header {
    width: 100%;
    padding: 10px 0;
    background: transparent;
    transition: all 0.3s ease-in-out;
    z-index: 9999;
}

/* Sticky Class */
#header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* Header inner flex */
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo */
.logo img {
    width: 130px;
    mix-blend-mode: darken;
}

/* Navbar */
.navbar_menu {
    display: flex;
    align-items: center;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Nav links */
.nav-link {
    padding: 0 15px;
    font-size: 16px;
    color: #000d83;
    transition: 0.3s;
}

.nav-link:hover {
    color: #8e79f9;
}

/* Order Now Button */
.order_now {
    padding: 10px 20px;
    font-size: 16px;
    color: #ffffff;
    border-radius: 7px;
    background: linear-gradient(to bottom right, #ff99ff 0%, #8e79f9 100%);
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
}

.order_now::before {
    content: "";
    width: 300px;
    height: 300px;
    background: #000d83;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.5s ease;
    z-index: -1;
}

.order_now:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

/* Toggle */
.toggle {
    display: none;
    cursor: pointer;
}

.toggle_icon {
    width: 30px;
    height: 4px;
    margin-top: 20px;
    margin-left: 20px;
    background: #000;
    position: relative;
}

.toggle_icon::before,
.toggle_icon::after {
    content: '';
    width: 100%;
    height: 4px;
    background: #000;
    position: absolute;
    left: 0;
}

.toggle_icon::before {
    top: -10px;
}

.toggle_icon::after {
    top: 10px;
}

/* Mobile View */



.hero_btn {
    background: linear-gradient(to bottom right, #fdd099 0%, #ff6f3d 100%);
}

.hero-section {
    background-size: cover;
    background-position: center;
    /* position: relative; */
}

.hero-section .hero-padding {
    padding: 200px 0;
    padding-top: 150px;
    display: flex;
    align-items: center;
}

.hero-btn-group {
    display: flex;
    align-items: center;
    gap: 0 15px;
}

.hero-content .hero-sub-title {
    color: #f7931e;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 25px;
}

.hero-title {
    font-size: 70px;
    font-weight: 600;
    margin: 20px 0;
    text-transform: capitalize;
}

.hero-content .text-gradient {
    background: linear-gradient(90deg, #15d5ae 10%, #5177ff 35%, #de1dfc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-info-wrap {
    position: relative;
}

.hero-avatar-group {
    position: absolute;
    left: 20px;
    top: 0px;
    box-shadow: 0 0 40px 5px rgba(142, 121, 249, 0.05);
    z-index: 1;
    background: #ffffff;
    border-radius: 20px;
    padding: 15px;
}

.hero-avatar-group h6 {
    color: #000d83;
    margin-bottom: 5px;
}

.hero-info-wrap .hero-avatar-group .avatar img {
    width: 40px;
    border-radius: 50px;
    border: 3px solid #ffffff;
}

.hero-info-wrap .hero-avatar-group .avatar+.avatar {
    margin-left: -18px;
}

.hero-img .img-1 {
    position: absolute;
    bottom: 0;
}

.university-wrapper {
    position: relative;
    padding: 25px 25px;
    background: #ffffff;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    margin-right: 15px;
    z-index: 1;
}

.universities {
    margin-top: -50px;
}
.university-slider .university_logo_box{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}
.university-slider .university_logo_box img{
    max-height: 80px;
}
/* ==================about-section================== */
.about-tagline {
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    background: #8e79f9;
    border-radius: 50px;
    padding: 2px 15px 2px 3px;
    margin-bottom: 15px;
}

.about-heading h2 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 45px;
    color: #000d83;
    margin-bottom: 0;
}

.text-gradient {
    color: transparent;
    background-image: linear-gradient(90deg, #15d5ae 10%, #5177ff 35%, #de1dfc 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.about-tagline i {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 31px;
    background: #ffffff;
    color: #8e79f9;
    text-align: center;
    border-radius: 50px;
    margin-right: 5px;
}

.about-experience {
    background: linear-gradient(to bottom right, #fdd099 0%, #ff6f3d 100%);
    position: absolute;
    right: 90px;
    top: -15px;
    padding: 14px 25px;
    border-radius: 100px;
    text-align: center;
}

.about-experience h5 {
    color: #ffffff;
    font-size: 40px;
    margin: 0;
}

.about-experience p {
    color: #ffffff;
    font-weight: 600;
}

.about-img::before {
    content: "";
    position: absolute;
    left: 25%;
    bottom: 5%;
    width: 200px;
    height: 200px;
    border: 10px solid #8e79f9;
    border-radius: 50%;
    z-index: -1;
}

.about-img img {
    border-radius: 200px;
    width: 100%;
}

.about-img .img-2 {
    margin-left: -20px;
    margin-top: 110px;
    border: 10px solid #ffffff;
}

.about-content .about-item {
    display: flex;
    gap: 12px;
    background: #ffffff;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 15px;
}

.about-item .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: #8e79f9;
    border-radius: 50px;
}

.about-item .content {
    flex: 1;
}

.about-item .icon img {
    width: 45px;
    height: 50px;
    filter: brightness(0) invert(1);
}

.about-item .content h6 {
    color: #000d83;
    margin-bottom: 5px;
}

/* ==============feature-area================ */
.feature-area {
    position: relative;
    z-index: 1;
}

.feature-item {
    position: relative;
    transition: all 0.5s ease-in-out;
}

.feature-item::before {
    content: "";
    position: absolute;
    right: -2px;
    top: 10px;
    bottom: 1px;
    width: 50%;
    background: #8e79f9;
    border-radius: 30px;
    transform: skewX(5deg);
    z-index: -1;
}

.feature-content {
    display: flex;
    gap: 18px;
    background: #ffffff;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    padding: 20px;
}

.feature-icon {
    position: relative;
    z-index: 1;
}

.feature-content .count {
    position: absolute;
    left: 20px;
    bottom: -10px;
    font-size: 50px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #757f95;
    opacity: 0.5;
}

.feature-icon img {
    width: 65px;
}

.feature-icon::before {
    content: "";
    position: absolute;
    left: -11px;
    top: -11px;
    width: 50px;
    height: 50px;
    background: #8e79f9;
    border-radius: 50px;
    z-index: -1;
}

.feature-info {
    flex: 1;
}

.feature-info h4 {
    color: #000d83;
    font-size: 20px;
}

.feature-info p {
    color: #757f95;
    margin-top: 10px;
}

.choose-item {
    background: #ffffff;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
    padding: 28px;
    border-radius: 50px;
    position: relative;
}

.choose-item .icon {
    width: 80px;
    height: 80px;
    line-height: 77px;
    background: linear-gradient(to bottom right, #fdd099 0%, #ff6f3d 100%);
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    margin-bottom: 20px;
    text-align: center;
}

.choose-item .info h5 {
    color: #000d83;
    margin-bottom: 10px;
}

.choose-item .icon img {
    width: 50px;
    filter: brightness(0) invert(1);
}

.choose-img {
    margin-top: 36px;
}

.choose-img img {
    width: 100%;
    border-radius: 50px;
}

/* ==========counter======= */
.counter-wrap {
    position: relative;
    border-radius: 30px;
    padding: 40px;
}

.counter-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/04.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}

.counter-box {
    display: flex;
    gap: 12px;
    position: relative;
    padding: 20px 15px 20px 20px;
    border-radius: 15px;
    z-index: 1;
}

.counter-box .icon {
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 35px;
    border-radius: 50px;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(to bottom right, #fdd099 0%, #ff6f3d 100%);
}

.counter-box .icon img {
    width: 50px;
    filter: brightness(0) invert(1);
}

.counter-box .info {
    display: flex;
    gap: 2px;
}

.counter-box .counter {
    display: block;
    line-height: 1;
    color: #000d83;
    font-size: 50px;
    font-weight: 900;
}

.counter-box .title {
    color: #000d83;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.counter-box .unit {
    font-size: 25px;
    color: #f7931e;
    font-weight: 500;
    line-height: 1;
    margin: 3px 0 0 3px;
}

/* ==============seo-content============ */
.seo-content {
    overflow: hidden;
    height: 200px;
    position: relative;
}

.seo-content.show-content {
    height: auto;
}

.seo-content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 25%, rgb(252, 253, 250) 75%);
}

.seo-content.show-content::before {
    background: unset;
}


/* =========testimonial=========== */
.testimonial-item {
    position: relative;
    margin: 2px;
}

.testimonial-item::before {
    content: "";
    position: absolute;
    inset: -2px;
    background: linear-gradient(to top right, #ff99ff 10%, #8e79f9 35% 35%, rgb(255, 255, 255) 75%);
    border-radius: 42px;
    z-index: -1;
}

.ts-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/04.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.testimonial-item .content {
    background: #ffffff;
    border-radius: 40px;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.testimonial-item .content .icon {
    position: absolute;
    right: 20px;
    top: 10px;
    opacity: 0.6;
    z-index: -1;
}

.testimonial-item .content .rating {
    color: #fba707;
    margin-bottom: 5px;
}

.testimonial-item .content .quote p {
    color: #757f95;
}

.testimonial-item .content .author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
    border-radius: 50px;
    padding: 5px;
    position: relative;
    z-index: 1;
}

.testimonial-item .content .author::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, #fdd099 0%, #ff6f3d 100%);
    border-radius: 50px;
    opacity: 0.15;
    z-index: -1;
}

.testimonial-item .content .author-img img {
    width: 55px;
    border-radius: 50px;
}

.testimonial-item .content .author-info h5 {
    color: #000d83;
    margin: 0;
}

.testimonial-item .content .author-info p {
    color: #f7931e;
}

.testimonial-slider .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.testimonial-slider .owl-dots .owl-dot span {
    background: #8e79f9;
    margin: 5px 7px;
    border-radius: 10px;
    width: 8px;
    height: 8px;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.testimonial-slider .owl-dots .owl-dot.active span {
    background-color: #8e79f9;
}

.testimonial-slider .owl-dots .owl-dot.active span::before {
    content: "";
    position: absolute;
    inset: -4px;
    border: 1.6px solid #8e79f9;
    border-radius: 50px;
}

.testimonial-item .content .icon {
    position: absolute;
    right: 20px;
    top: 10px;
    opacity: 0.6;
    z-index: -1;
}

.testimonial-item .content .icon img {
    width: 80px;
}


/* ============faq========== */
.accordion-item {
    background-color: transparent;
    margin-bottom: 10px;
    border-left: unset !important;
    border-right: unset !important;
}

.accordion-item:first-of-type {
    border-top: unset;
}

.accordion-button {
    background-color: transparent !important;
    font-weight: 700;
}

.accordion-body {
    color: #4f4f4f;
}

.accordion-button:focus {
    box-shadow: none;
}



.footer-section {
    background: url('../images/02.png') no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    color: #000d83;
}

.footer-logo {
    font-size: 25px;
}

.footer-heading {
    font-size: 20px;
}

.footer-links li a {
    color: #000d83;
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
    transition: 0.3s;
}


.footer-links li a:hover {
    padding-left: 4px;
    color: #8e79f9;
}

.footer-contact li a {
    color: #000d83;
    margin-bottom: 8px;
}

.social-icon {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50px;
    color: #ffffff;
    background: #8e79f9;
    transition: 0.3s;
}

.social-icon:hover {
    color: #ffffff;
    transform: translateY(-3px);
}