* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.containers {
    width: 100%;
    /* border: 2px solid orangered; */
    padding: 50px 20px;
}

.inner-section {
    width: 100%;
    max-width: 1500px;
    /* border: 2px solid red; */
    margin: auto;
}

#header {
    padding: 0px 20px;
    background: #ffffff;
    box-shadow: 4px 4px 10px #0000005e;
    position: fixed;
    top: 56px;
    z-index: 100;
}

a.navbar-brand img {
    width: 170px !important;
}

.navbar-brand {
    margin-right: 30px;
}

a.nav-link {
    font-size: 18px !important;
}

.free-quote-btn-style {
    padding: 13px 25px;
    border: none;
    border-radius: 50px;
    background: #1a5ea4;
    color: white;
    transition: all .4s ease-in-out;
}

.free-quote-btn-style:hover {
    transform: translateY(-4px);
    box-shadow: 4px 4px 10px rgb(0, 0, 0);
}

li.nav-item {
    margin-right: 0px;
    color: rgb(0, 0, 0) !important;
}

.navbar.navbar-expand-lg.bg-body-tertiary {
    background: #ffffff !important;
}

.nav-link {
    color: rgb(0, 0, 0) !important;
}

#top-bar {
    padding: 9px 20px;
    background: #8fbe5d;
    position: fixed;
    top: 0px;
    z-index: 100;
}

.top-bar-main-box {
    width: 100%;
    display: flex;
    justify-content: center;
}

.top-bar-main-box-left {
    width: 30%;
    /* border: 2px solid olivedrab; */
    gap: 5px;
    display: flex;
    align-items: center;
    padding-left: 26px;
}

.top-bar-social-media-icon-box {
    width: 30px;
    height: 30px;
    background: #1a5ea4;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all .4s ease-in-out;
}

.top-bar-social-media-icon-box i {
    font-size: 16px;
    color: white;
}

.top-bar-social-media-icon-box:hover {
    transform: translateY(-4px);
}

.top-bar-main-box-center {
    width: 40%;
    /* border: 2px solid rgb(4, 0, 255); */
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    display: flex;
}

.top-bar-main-box-center-left {
    width: 90%;
    /* border: 2px solid orangered; */
}

.top-bar-main-box-center-right {
    width: 10%;
    /* border: 2px solid rgb(114, 66, 49); */
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-bar-main-box-center-right i {
    font-size: 25px;
    color: white;
    cursor: pointer;
}

.top-bar-main-box-center-left input {
    width: 100%;
    padding: 5px;
    background: transparent;
    color: white;
    outline: none;
    border: none;
}

.top-bar-main-box-right {
    width: 30%;
    /* border: 2px solid rgb(173, 255, 9); */
    display: flex;
    justify-content: end;
    gap: 10px;
    padding-right: 10px;
}

.top-bar-main-box-right i {
    font-size: 20px;
    color: white;
    cursor: pointer;
}

.top-bar-social-media-icon-box a {
    margin-bottom: -3px;
    padding: 0px;
}

#hero {
    background-image: url("./Image/Hero-section-image.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 130px;
}

#services .inner-section {
    max-width: 1300px !important;
}

.services-description {
    text-align: center;
    font-size: 16px;
}

.services-main-box {
    width: 100%;
    /* border: 2px solid orangered; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.services-main-box-sub-box {
    width: 400px;
    /* border: 2px solid orange; */
    padding: 20px 20px;
    /* border-radius: 10px; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
    box-shadow: 4px 4px 10px black;
    flex-direction: column;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;

}

.services-main-box-sub-box:hover {
    /* background: #1a3e63; */
    transform: translateY(-5px);
    border-bottom-left-radius: 40px !important;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 40px !important;
    border-top-left-radius: 0px;
}

.services-main-box-sub-box-heading-style {
    display: block;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.services-main-box-sub-box-description {
    text-align: center;
    margin-bottom: 0px;
}

.services-main-box-sub-box-image-set {
    width: 100px;
    display: block;
}

.wrapper {
    display: flex;
    max-width: 100%;
    position: relative;
}

.wrapper i {
    top: 50%;
    height: 44px;
    width: 44px;
    color: #343F4F;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
}

.wrapper i:active {
    transform: translateY(-50%) scale(0.9);
}

.wrapper i:hover {
    background: #f2f2f2;
}

.wrapper i:first-child {
    left: -22px;
    display: none;
    z-index: 100;
}

.wrapper i:last-child {
    right: -22px;
}

.wrapper .carousel {
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    width: 100% !important;
}

.carousel.dragging {
    cursor: grab;
    scroll-behavior: auto;
}

.carousel.dragging img {
    pointer-events: none;
}

.carousel img {
    height: 340px;
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    width: calc(100% / 3);
    width: 300px;
    border-radius: 15px;
}

.carousel img:first-child {
    margin-left: 0px;
}

@media screen and (max-width: 900px) {
    .carousel img {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 550px) {
    .carousel img {
        width: 100%;
    }
}

.study-destinations-heading-main-box {
    width: 100%;
    /* border: 2px solid indianred; */
    display: flex;
}

.study-destinations-heading-main-box-left {
    width: 80%;
    /* border: 2px solid orange; */
}

.study-destinations-heading-main-box-right {
    width: 20%;
    /* border: 2px solid orchid; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.extra-div-style {
    width: 200px;
    background: #c49767;
    padding: 6px;
    border-radius: 20px;
    margin-top: 10px;
}

.study-destinations-main-box {
    margin-top: 40px;
}

.study-destinations-heading-style {
    font-size: 35px;
    font-weight: 600;
    color: white;
}

#study-destinations .inner-section {
    max-width: 1300px;
}

#study-destinations {
    background: #1a5ea4;
}

.our-services-main-heading {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}

.our-services-main-box {
    width: 100%;
    margin-top: 40px;
    /* border:2px solid orchid; */
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.our-services-main-box-sub-box {
    width: 400px;
    /* border: 2px solid orange; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.our-services-description {
    text-align: center;
}

#our-services .inner-section {
    max-width: 1300px;
}

.order-services-extra-text {
    text-align: center;
    margin-top: 30px;
}

#home-form {
    padding-top: 0px;
    background-image: url("./Image/about-bg.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 212px 20px;
}

.home-form-main-box {
    width: 100%;
    /* border: 2px solid black; */
    display: flex;
}

.home-form-main-box-left {
    width: 50%;
    /* border: 2px solid brown; */
}

.home-form-main-box-right {
    width: 50%;
    /* border: 2px solid rgb(99, 3, 3); */
    padding: 20px 30px;
}

.enuiry-form-image {
    width: 100%;
}

.home-form-main-box-right input {
    width: 100%;
    padding: 5px;
    border: none;
    outline: none;
    margin-bottom: 10px;
    margin-top: 5px;
    background: transparent;
    border-bottom: 1px solid #c49767;
    color: white !important;
}

.home-form-main-box-right select {
    width: 100%;
    padding: 5px;
    border: none;
    outline: none;
    margin-bottom: 10px;
    margin-top: 5px;
    background: transparent;
    border-bottom: 1px solid #c49767;
    color: white;
}

.home-form-main-box-right-left {
    width: 50%;
}

.home-form-main-box-right-left {
    width: 50%;
}

.home-form-main-box-right form {
    display: flex;
    gap: 15px;
}

.submit-now-btn-style {
    padding: 10px !important;
    background: #1a3e63;
    color: white;
    border-radius: 50px;
    font-size: 20px;
    margin-top: 15px !important;
    transition: all .5s ease-in-out;
    border-bottom: 0px !important;
    background: #1a5ea4 !important;
}

.submit-now-btn-style:hover {
    transform: translateY(-5px);
    box-shadow: 4px 4px 10px black;
}

.home-page-form-heading-style {
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 35px;
    color: white;
}

.services-btn-style {
    margin-top: 20px;
    padding: 10px 40px;
    border: none;
    background: #1a5ea4;
    color: white;
    /* border-radius: 50px; */
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 20px;
    transition: all .4s ease;
}

.services-btn-style:hover {
    transform: translateY(-5px);
    box-shadow: 4px 4px 10px black;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 20px;
}

.profile-image-box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #343F4F;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: auto;
}

.profile-image-box img {
    width: 100% !important;
}

.Client-name {
    text-align: center;
    display: block;
    margin: 10px 0px;
    font-size: 25px;
    font-weight: 600;
}

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

.testimonial-main-box {
    padding: 30px;
    /* background: #ebebeb; */
    width: 100%;
    margin: auto;
    padding: 51px;
    border-radius: 20px;
    /* margin-top: 40px; */
}

.testimonial-main-heading {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
}

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

#footer {
    background: #0a060e;
    background-image: url("./Image/service-bg.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-main-box {
    width: 100%;
    /* border: 2px solid orangered; */
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-main-box-sub-box {
    width: 310px;
    /* border: 2px solid olive; */
}

.footer-description {
    color: white;
    margin-top: 20px;
    transition: all .4s ease-in-out;
}

.follow-heading {
    color: white;
    font-size: 25px;
    font-weight: 500;
}

.footer-social-media-icon-box {
    width: 100%;
    /* border: 2px solid orchid; */
    margin-top: 10px;
    display: flex;
    gap: 10px;
}

.footer-social-media-icon-box-sub-box {
    width: 50px;
    height: 50px;
    background: #8fbe5d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.footer-social-media-icon-box-sub-box:hover {
    transform: translateY(-5px);
    box-shadow: 4px 4px 10px black;
}

.footer-main-box-sub-box-heading-sub {
    font-size: 30px;
    color: white;
    font-weight: 600;
}

.footer-main-box-sub-box a {
    text-decoration: none;
}

.left-padding-add {
    padding-left: 40px;
}

.footer-social-media-icon-box-sub-box i {
    font-size: 33px;
    color: white;
}

.top-ranked-universities-heading {
    color: #000000;
}

.home-form-main-box-right-left span {
    color: white;
}

.home-form-main-box-right-left select option {
    background: #000000;
    border: none;
    outline: none;
}

#testimonial {
    padding-bottom: 0px;
}

#top-ranked-universities {
    padding-top: 0px;
}

.rating-star-box i {
    font-size: 30px;
    color: #ebe72e;
}

.rating-star-box {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.testimonial-item {
    padding: 20px 20px;
    box-shadow: 4px 4px 10px black;
    border-radius: 10px;
}

.owl-carousel .owl-stage-outer {
    padding: 17px 0px !important;
}

.faqs-main-box {
    width: 100%;
    /* border: 2px solid orchid; */
    display: flex;
    margin-top: 40px;
}

.faqs-main-box-left {
    width: 50%;
    /* border: 2px solid olive; */
    padding: 0px 30px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.faqs-main-box-right {
    width: 50%;
    /* border: 2px solid rgb(248, 248, 8); */
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordion-button:not(.collapsed) {
    color: #000000 !important;
    background-color: #8fbe5d !important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #efefef;
}

.accordion {
    --bs-accordion-btn-focus-box-shadow: none !important;
}

.faq-image-style {
    width: 430px;
}

#faqs {
    padding-top: 0px;
}

.faqs-heading {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}

.communication-icon-style {
    width: 20px;
    margin-right: 10px;
}

section#copyright {
    background: #000000;
    padding: 10px 20px;
}

.copyright-main-box {
    width: 100%;
    /* border: 2px solid orangered; */
    display: flex;
    gap: 10px;
}

.copyright-main-box-left {
    width: 35%;
    /* border: 2px solid indianred; */
}

.copyright-main-box-center {
    width: 35%;
    /* border: 2px solid rgb(20, 175, 20); */
    display: flex;
    justify-content: center;
    gap: 30px;
}

.copyright-main-box-right {
    width: 35%;
    /* border: 2px solid rgb(99, 67, 67); */
    display: flex;
    justify-content: center;
}

.copyright-text {
    color: white;
    margin: 0px;
}

.policy-link-style {
    color: white;
    text-decoration: none;
}

.blog-heading-box {
    width: 100%;
    /* border: 2px solid orchid; */
}

.blog-heading-style {
    text-align: center;
    margin: 0px;
    font-size: 40px;
    font-weight: 600;
}

.blog-main-box {
    width: 100%;
    /* border: 2px solid olive; */
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.blog-main-box-sub-box {
    width: 424px;
    /* border: 2px solid orchid; */
    box-shadow: 4px 4px 10px black;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 20px;
}

.blog-image {
    width: 100%;
    overflow: hidden;
    height: 260px;
    /* border: 2px solid orangered; */
}

.blog-image-stye {
    width: 100%;
}

.blog-title-heading {
    font-size: 25px;
    margin-top: 35px;
    text-align: center;
    padding: 0px 10px;
}

.blog-btn-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.blog-btn-style {
    padding: 10px 40px;
    font-size: 20px;
    border: none;
    border-radius: 50px;
    background: #1a5ea4;
    color: white;
    transition: all .4s ease-in-out;
}

.blog-btn-style:hover {
    transform: translateY(-5px);
    box-shadow: 4px 4px 10px black;
}

.blog-main-box-sub-box a {
    color: black;
    text-decoration: none;
}

.blog-btn-box:hover .blog-image-stye {
    transform: scale(0.6);
}

.our-services-main-box-sub-box a {
    text-decoration: none;
    color: black;
}

.left-padding-add .footer-description:hover {
    color: #8fbe5d !important;
    margin-left: 3px;
}

.policy-link-style:hover {
    color: #8fbe5d;
}

.footer-text-color-change {
    color: #1a5ea4;
    text-decoration: none;
}

#scholarships-hero {
    margin-top: 125px;
    /* background-image: url("./Image/scholarships-hero-bg.webp"); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(190deg, #1a5ea4, #8fbe5d);
}

.scholarship-main-heading {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: white;
}

.scholarships-content-section-main-box {
    width: 100%;
    /* border: 2px solid orchid; */
    display: flex;
}

.scholarships-content-section-main-box-left {
    width: 70%;
    /* border: 2px solid orangered; */
    padding: 0px 20px;
}

.scholarships-content-section-main-box-right {
    width: 30%;
    /* border: 2px solid rgb(25, 124, 0); */
    padding: 0px 10px;
}

.scholarships-content-section-main-box-left-heading {
    font-size: 50px;
    font-weight: 600;
    color: #8fbe5d;
}

.scholarships-content-section-main-box-left-bottom-border {
    width: 200px;
    background: #1a5ea4;
    padding: 6px;
    border-radius: 20px;
    margin-top: 10px;
}

.scholarships-content-section-main-box-left-sub-heading {
    margin-top: 30px;
    font-size: 30px;
    font-weight: 500;
}

.scholarships-content-section-main-box-right-inqury-form-box {
    width: 100%;
    /* border: 2px solid olivedrab; */
    box-shadow: 4px 4px 10px #000000a6;
    border-radius: 10px;
}

.scholarships-content-section-main-box-right-inqury-form-box-heading-box {
    width: 100%;
    background: #1a5ea4;
    padding: 10px 10px;
    margin-bottom: 30px;
}

.form-box-heading-box-heading {
    color: white;
    font-size: 25px;
    font-weight: 500;
}

.form-box-heading-box-description {
    color: white;
    margin-top: 10px;
}

.scholarships-content-section-main-box-right-inqury-form-box input {
    width: 100%;
    padding: 5px;
    border: none;
    outline: none;
    margin-bottom: 10px;
    margin-top: 5px;
    background: transparent;
    border-bottom: 1px solid #000000;
    color: white !important;
}

.scholarships-content-section-main-box-right-inqury-form-box select {
    width: 100%;
    padding: 5px;
    border: none;
    outline: none;
    margin-bottom: 10px;
    margin-top: 5px;
    background: transparent;
    border-bottom: 1px solid #000000;
    color: rgb(0, 0, 0);
}

.scholarships-content-section-main-box-right-inqury-form-box form {
    padding: 0px 15px;
}

.scholarships-page-contact-main-box {
    width: 100%;
    /* border: 2px solid orangered; */
    display: flex;
    gap: 20px;
}

.scholarships-page-contact-main-box-first-box {
    width: 400px;
    /* border: 2px solid orchid; */
    background: linear-gradient(160deg, #1a5ea4, #8fbe5d);
    padding: 30px 15px;
    transition: all .4s ease-in-out;
    cursor: pointer;
    border-radius: 10px;
}

.live-chat-icon-style {
    width: 90px;
}

.live-chat-descripion-style {
    color: white;
    font-size: 30px;
    margin: 0px;
}

.scholarships-page-contact-main-box-first-box-content-box a {
    text-decoration: none;
}

.scholarships-page-contact-main-box-first-box-content-box {
    margin-top: 90px;
}

.scholarships-page-contact-main-box-first-box:hover {
    transform: translateY(-5px);
    box-shadow: 4px 4px 10px black;
}
strong.stronge-tag-style {
    font-size: 20px;
}
.scholarships-content-section-main-box-left-description a{
    color: #8fbe5d;
    text-decoration: none;
}
.scholarships-content-section-main-box-left-description {
    font-size: 18px;
}
.destination-main-box{
    width: 100%;
    /* border: 2px solid orchid; */
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.destination-main-box-sub-box{
    width: 400px;
    height: 400px;
    /* border: 2px solid olivedrab; */
    border-radius: 10px;
    background-image: url("./Image/australia.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: end;
    padding: 0px 30px;
    box-shadow: inset -4px -4px 300px black;
    cursor: pointer;
    transition: all .4s ease-in-out;
}
.destination-main-box-sub-box:hover{
transform: translateY(-5px);
}
.Canada{
     background-image: url("./Image/canada.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.usa{
     background-image: url("./Image/usa-home.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.uk{
     background-image: url("./Image/uk.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.Malaysia{
     background-image: url("./Image/malaysia.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.dubai{
     background-image: url("./Image/dubai.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.australia-test-style {
    color: white;
    font-size: 30px;
    font-weight: 500;
}
.desctination-page-link{
    text-decoration: none;
}