

/* .g_content.education a {
    width: fit-content;
    margin: auto;
} */

.g_content.education {
    width: 90%;
    text-align: left;
}

.g_content.education a {
    align-items: center;
    font-size: 12px;
}

.u-btn-group.education {
    width: 100%;
    margin: auto;
}

.top-content {
    width: 80%;
    margin: auto;
}

.top-content {
    width: 80%;
    margin: auto;
}

.about-div {
    background-color: #47AB47;
    color: white;
    padding: 8px 16px;
    border-radius: 33px;
    font-size: 17px;
    margin-bottom: 0;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 150%;
    letter-spacing: 1px;
    margin-bottom: 10px;
    line-height: 27px;
}

.card-bannermain {
    display: flex;
    gap: 35px;
    margin-top: 30px;
}

.bottom.namecard {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .5px;
    color: #fff;
}

.topcardname {
    font-size: 25px;
    letter-spacing: .5px;
    line-height: 35px;
    font-weight: 600;
    color: #fff;
}

.card-bannersingle {
    background: linear-gradient(127deg, rgba(8, 32, 101, 1) 10%, rgba(71, 171, 71, 1) 90%);
    padding: 15px;
    border-radius: 15px;
    transition: .2s all;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.header_content-left-industry {
    margin-top: 40px;
    padding-top: 100px;
}

section.content-banner {
    padding: 50px 0;
}

.top-bannercontent h3 {
    font-size: 35px;
    letter-spacing: .5px;
    line-height: 45px;
    color: #000;
    font-weight: 600;
}

.top-bannercontent h3 {
    font-size: 24px;
    letter-spacing: .5px;
    line-height: 34px;
    color: #082065;
    font-weight: 600;
    transition: .2s all;
    margin-left: 13px;
}

/* .top-bannercontent h3:hover {
    color: #47ab47;
} */

.row.specialised.align-items-center {
    background: #fff;
    box-shadow: 0px 0px 9px 3px #0000001c;
    border-radius: 13px;
    padding: 45px 2px;
}

.card-bannersingle:hover .bottom.namecard {
    color: #fff;
}

.bottompdf a {
    width: fit-content;
    padding: 10px 10px;
    color: #fff;
    text-decoration: none;
    background: #fff;
    color: #2e932d;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    transition: .5s all;
}

.bottompdf a:hover {
    background: #47ab47;
    color: #fff;
    transform: translateY(-5px);
}


.card-bannersingle:hover .topcardname {
    color: #fff;
}

.card-bannersingle:hover {
    border: 1px solid #fff;
    transform: translateY(-5px);
}

.specialization-tag {
    background-color: #082065;
}

.feature-btn.active {
    background-color: #47AB47;
    border-color: #47AB47;
}

.wrapper-main-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    justify-content: space-between;
    height: 100%;
}

.image-headerbanner img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    margin-top: 50px;
}

.warpperedusingle p {
    margin-bottom: 0;
}

.warpperedusingle.single {
    width: 100%;
    border-right: 2px solid #2e932d;
    height: fit-content;
    padding: 16px 0;
    padding-top: 0;
}

.warpperedusingle h4 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .5px;
    transition: .2s all;
}

.warpperedusingle h4::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #2e932d;
    margin-top: 8px;
    animation: line 0.5s forwards;
}

@keyframes line {
    0% {
        width: 0;
    }
    100% {
        width: 90%;
    }
}


.icon-small {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
}

.icon-small img {
    width: 20px;
    height: 20px;
}

.u-flex-noshrink {
    line-height: 100%;
}

/* .top-bannercontent p::before {
    content: '*';
    display: block;
    position: absolute;
    left: 0;
    margin-top: 3px;
    color: #ff0000;
} */

.top-bannercontent {
    position: relative;
}

.top-bannercontent p {
    /* text-align: center; */
    font-size: 14px;
    /* margin-left: 20px; */
    /* position: relative; */
    letter-spacing: .5px;
    margin-left: 13px;
    font-weight: 600;
    color: #000;
}

h3.colored-content {
    width: fit-content;
    padding: 10px 20px;
    background: #f6f6f6;
    border-radius: 30px;
    font-size: 18px;
    color: #47ab47;
    margin-left: 0;
    border: 1px solid #47ab47;
    transition: .2s all;
}

.logo_wrap {
    border: 0;
    background: unset;
    border-right: 1px solid #00000036;
}

      .logo_wrap:last-child {
    border-right: 0;
}

 .logo_img {
            max-width: 100% !important;
        }

h3.colored-content:hover {
    transform: translateY(-10px);
    color: #082065;
    border-color: #082065;
}

section#about h1 {
    font-size: 40px;
    margin-top: 20px;
}

.image-headerbanner {
    width: 100%;
    height: 100%;
}

.top-bannercontent p {
    color: #47ab47;
    padding: 15px 15px;
    width: fit-content;
    border: 1px solid #47ab47;
    border-radius: 30px;
    font-size: 15px;
}

.image-headerbanner video {
    width: 100%;
    height: 85vh;
    object-fit: cover;
    border-radius: 20px;
    margin-top: 50px;
}

section.recruitmenet-solution h1 {
    color: #000000;
    font-size: 40px;
    font-weight: 500;
    line-height: 105%;
    animation: fadeInUp 1s ease;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-align: center;
}


        .logo_img {
            height: 100px;
            object-fit: contain;
        }


.single-card-recruitmnet:nth-child(odd) {
    background: #082065;
}

.single-card-recruitmnet {
    background: #47AB47;
    padding: 32px;
    text-align: center;
    border-radius: 0;
}

.iconrecuirters {
    margin: auto;
    height: 152px;
    width: 146px;
    padding: 18px;
    object-fit: contain;
}

.iconrecuirters img {
    width: 100%;
    object-fit: contain;
}

.main-wrapper-recruitment {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 90%;
    margin: auto;
}

.bottom-rec h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 25px;
}

section.recruitmenet-solution {
    padding: 5rem 0;
}
.marquee-container {
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            background-color: #f5f5f5;
            padding: 20px 0;
            display: none; /* Hidden by default, shown on mobile */
        }

       .logo_marquee_mobile {
    display: inline-flex;
    animation: marquee 5s linear infinite;
}

        .logo_wrap {
            flex: 0 0 auto;
            margin: 0 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .u-max-width-16ch {
            max-width: 16ch;
        }

        .u-max-width-12ch {
            max-width: 12ch;
        }

        .about-div.industry {
    margin: auto;
    margin-bottom: 20px;
}
.icon-small img {
    padding: 0;
}

        @keyframes marquee {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-100%);
            }
        }

        /* Pause animation on hover for mobile */
        .marquee-container:hover .logo_marquee_mobile {
            animation-play-state: paused;
        }
        .swiper.mySwiperblog.courses .swiper-pagination {
    display: none;
}
@media screen and (min-width:320px) and (max-width:767px) {
.g_content.education {
    width: 100%;
    margin-bottom: 40px;
}
.top-bannercontent h3 {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    margin: 0;
}
.header_industry {
    margin-top: 20px;
}
.u-btn-group.education {
    width: 90%;
    /* justify-content: center; */
    margin-left: 0;
}
.top-content h2 {
    font-size: 40px;
}
.top-content {
    width: 100%;
}
.top-content p {
    width: 100%;
}
section#about h1 {
    font-size: 30px;
    line-height: 40px;
}

.g_content {
    gap: 10px;
}

.header_content-left-industry {
    margin-top: 0px;
}
.card-bannermain {
    flex-wrap: wrap;
}
.wrapper-main-right {
    grid-template-columns: repeat(1, 1fr);
}
.warpperedusingle.single {
    border-bottom: 2px solid #2e932d;
    border-right: 0;
}

.image-headerbanner video {
    height: auto;
}
.wrapper-footer {
    width: 80%;
    float: unset;
    margin: auto;
    margin-bottom: 0;
}
.top-bannercontent p {
    border: 0;
    font-size: 14px;
    margin-left: 0;
}
.right-side-section h3 {
    font-size: 30px;
    line-height: 40px;
    padding: 0px 15px;
}
.right-side-section {
    width: 100% !important;
    text-align: center;
}
.g_heading h1 {
    font-size: 25px;
    margin-bottom: 0;
    line-height: 35px;
    padding-top: 0;
}
.g_heading {
    margin-bottom: 0;
}
.tab-content {
    float: unset;
}
  .logo_img {
            height: 100%;
        }
        .logo_wrap {
    border-right: 0;
}
section.recruitmenet-solution h1 {
    font-size: 30px;
    line-height: 40px;
}
.reviews-section {
    padding: 4rem 0 5rem;
}
/* .scroll-buttons button.btn.category-btn {
    width: 170px;
}
.scroll-buttons {
    display: grid !important;
    flex-wrap: nowrap !important;
    overflow: scroll;
    justify-content: flex-start !important;
    grid-template-columns: repeat(6, 1fr);
} */
.right-button-blog {
    margin-top: 20px;
}
.right-button-blog {
    width: fit-content;

}
.top-bannercontent p {
    text-align: center;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -60px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -60px;
}
.blog-section {
    padding-bottom: 1rem !important;
}
.swiper.mySwiperblog.courses {
    padding-bottom: 50px;
}
.swiper.mySwiperblog.courses .swiper-pagination {
    display: block;
}
.swiper-pagination-bullet-active {
    background: #082065;
}
}


        /* Mobile view */
        @media (max-width: 768px) {
            .logo_grid_desktop {
                display: none;
            }
            .marquee-container {
                display: block;
            }
            .logo_partners_grid {
    display: none;
}
.main-wrapper-recruitment {
    grid-template-columns: repeat(1, 1fr);
}
        }

        /* Desktop view */
        @media (min-width: 769px) {
            .marquee-container {
                display: none;
            }
            .logo_grid_desktop {
                display: flex;
            }
        }

        .thebritishcouncils {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #0000004a;
    border-bottom: 1px solid #0000004a;
    margin-top: 50px;
}
.thebritishimages {
    width: 35%;
}
.thebritishimages img {
    width: 100%;
    height: 100%;
}
.thebritishlines p {
    font-family: 'Arial' !important;
    font-weight: 600;
    font-size: 25px;
    margin: 0;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.locatinanames {
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.locatinanames p {
    margin: 0;
}

@media screen and (min-width:320px) and (max-width:767px) {
 .thebritishcouncils {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #0000004a;
    border-bottom: 1px solid #0000004a;
    margin-top: 50px;
    flex-direction: column;
    padding: 0 0 27px 0;
}
.thebritishimages {
    width: 100%;
}
.thebritishlines p {
    font-family: 'Arial' !important;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
}