@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tilt+Warp&display=swap");
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
body {
    font-family: "Poppins", sans-serif !important;
}
ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
a {
    text-decoration: none;
    display: inline-block;
    color: inherit;
}
header {
    padding: 13px 0px;
    background-color: #1937a1;
    /* margin-top: 20px; */
}
header .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
header .content .logo {
    max-width: 108px;
    width: 100%;
}
header .content .logo a {
    display: block;
}
header .content .logo a img {
    width: 100%;
}
header .content nav ul {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
}
header .content .navbars {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 68px;
}
header .content .navbars ul li a {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}
header .content .call-btn a {
    position: relative;
    background-color: #ffffff;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    transition: 0.3s;
}
header .content .call-btn a::before {
    content: "Call Us";
    position: absolute;
    top: 8px;
    left: calc(100% + -8px);
    white-space: nowrap;
    font-weight: 275;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
header .content .call-btn a:hover::before {
    opacity: 1;
    visibility: visible;
    left: calc(100% + 8px);
}
header .content .call-btn a:hover {
    background-color: #1937a1;
}
header .content .call-btn a svg path {
    transition: 0.3s;
}
header .content .call-btn a:hover svg path {
    fill: #ffffff;
}

.hero-banner {
    background: linear-gradient(257.74deg, #bdd9fd 0.24%, #ffffff 99.47%);
    padding-top: 63px;
    overflow: hidden;
}
.hero-banner .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-banner .inner img {
    width: 100%;
    max-width: 129px;
}
.hero-banner .inner h1 {
    font-weight: 400;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    font-family: "Tilt Warp", sans-serif;
    width: 100%;
    max-width: 386px;
}

.hero-banner .content {
    min-height: 658px;
    min-height: 658px;
    display: grid;
    grid-template-columns: 1fr 1fr 362px;
    gap: 24px;
}
.hero-banner .inner p {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2a2a2a;
    max-width: 417px;
    width: 100%;
}

.image-animation {
    width: 100%;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
}
.image-animation .logo-image {
    position: absolute;
    top: 63px;
}

/* Animaation */
/* .image-animation .image {
    transform: translateY(100%);
    transition: 0.5s;
}
.image-animation .logo-image {
    transform: translateY(calc(-100% + -153px));
    transition: 0.5s;
}
.loaded .image-animation .image {
    transform: translateY(0);
}
.loaded .image-animation .logo-image {
    transform: translateY(0);
} */
.image-animation .image {
    position: relative;
    z-index: 1;
}
.form-content {
    display: flex;
    align-items: center;
}
.form-content h2 {
    font-weight: 800;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #1937a1;
    padding: 7px 24px;
    text-align: center;
    margin-bottom: 10px;
}
.form-content p {
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000000;
    text-align: center;
}
.form-content form input,
.form-content form select {
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #989898;
    border: 1px solid #a4a4a4;
    padding: 5px;
    display: block;
    width: 100%;
    margin-bottom: 18px;
    outline: none;
}
.form-content form {
    background-color: #ffffff;
    padding: 18px 32px;
}
.form-content form button {
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #1937a1;
    padding: 10px;
    text-align: center;
    width: 100%;
    display: block;
    border: none;
}
.about-us {
    padding: 77px 0px;
}
.about-us h2 {
    display: inline-block;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    padding: 10px;
    background-color: #dfe6ff;
}
.about-us p {
    font-weight: 400;
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 0%;
    text-align: justify;
    color: #595555;
    margin-top: 10px;
}
.services {
    background-color: #1937a1;
    padding-top: 46px;
    overflow: hidden;
}
.services .inner .font-same {
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 10px 13px;
    display: inline-block;
    color: #ffffff;
}
.services .grid-box {
    display: grid;
    grid-template-columns: 1fr 360px 1fr;
    gap: 24px;
}
.services .inner .green {
    background-color: #4fba6a;
}
.services .inner .pink {
    background-color: #e23744;
}
.services .inner .yellow {
    background-color: #ff9602;
}
.services .inner .yellowgreen {
    background-color: #bda727;
}
.services .inner .red {
    background-color: #ed1c24;
}
.services .inner .blue {
    background-color: #107bd4;
}
.services .main-box {
    display: flex;
    align-items: center;
}
.services .main-box .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
}
.programs-section {
    box-shadow: 0px 4px 18.3px -4px #00000040;
    padding: 45px 0px;
    background-color: #ffffff;
}
.programs-section h2 {
    display: inline-block;
    font-weight: 600;
    font-size: 30px;
    line-height: 2;
    letter-spacing: 0%;
    color: #ffffff;
    background-color: #0062ff;
    padding: 0px 10px;
    margin-bottom: 100px;
}
.programs-section .inner ul {
    display: flex;
    gap: 33px;
    flex-direction: column;
}
.programs-section .inner ul li {
    background: linear-gradient(90deg, #c0ceff 0%, rgba(217, 217, 217, 0) 100%);
    padding: 8px 16px;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
}
.programs-section .inner ul li span {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}
.appy-now {
    padding: 48px 0px;
    text-align: center;
}
.appy-now a {
    font-weight: 600;
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 0%;
    color: #ffffff;
    padding: 10px 36px;
    background-color: #1937a1;
}
.where-lead {
    background-color: #1937a1;
    padding: 20px 0px 46px;
}
.where-lead .content .content-inner {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 8px 0px;
    height: 100%;
}
.where-lead .content .content-inner img {
    height: 70px;
    width: 100%;
    object-fit: contain;
}
.where-lead .content .content-inner .image {
    padding: 20px;
}
.where-lead .content .content-inner h4 {
    margin-top: 15px;
    background-color: #0062ff;
    padding: 8px 16px;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0%;
    min-height: calc(100% - 126px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.where-lead h2 {
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 37px;
}
.driven-programs {
    position: relative;
    padding: 53px 0px;
}
.driven-programs .left-image {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}
.driven-programs .right-image {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}
.driven-programs .box-main .box {
    border: 3px solid;
    height: 155px;
    width: 155px;
    border-radius: 100px;
    box-shadow: 0px 4px 7.9px -1px #00000040;
    padding: 26px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: #ffffff;
}
.driven-programs .box-main .box.green-c {
    border-color: #1e9a3d;
}
.driven-programs .box-main .box.pink-c {
    border-color: #be266a;
}
.driven-programs .box-main .box.yellow-c {
    border-color: #194c88;
}
.driven-programs .box-main .box.yellowgreen-c {
    border-color: #fec127;
}
.driven-programs .box-main .box.red-c {
    border-color: #ff0004;
}
.driven-programs .box-main .box.blue-c {
    border-color: #0aa496;
}
.driven-programs .box-main .box h5 {
    margin: 0px;
    font-weight: 900;
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    border-bottom: 1px solid #000000;
    padding: 0px 10px;
    margin-bottom: 10px;
}
.driven-programs .box-main .box p {
    margin: 0px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0%;
    text-align: center;
    /* color: #595555; */
    color: #000000b0;
}
.driven-programs h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0%;
    color: #000000;
    text-align: center;
    margin-bottom: 52px;
}
.driven-programs h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0%;
    color: #000000;
}
.driven-programs .bottom-border {
    height: 3px;
    width: 100%;
    max-width: 673px;
    background-color: #000000;
    margin: 55px auto 0px;
    position: relative;
}
.driven-programs .bottom-border::before {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background-color: #000000;
    left: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.driven-programs .bottom-border::after {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background-color: #000000;
    right: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.accreditations {
    padding: 49px 0px 27px;
    background: #1937a11a;
}
.accreditations h2 {
    text-align: center;
    color: #000000;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0%;
    margin-bottom: 26px;
}
.accreditations .grid-box .box {
    text-align: center;
}
.accreditations .grid-box .box .title {
    margin-top: 25px;
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
}

.top-recruiters {
    padding: 67px 0px;
    overflow: hidden;
}
.top-recruiters .logo-track-main {
    position: relative;
}
.top-recruiters .logo-track {
    display: flex;
    width: calc(250px * 12);
    animation: scrollLeft1 25s linear infinite;
    animation-direction: reverse;
}
.top-recruiters .logo-track .slide {
    height: 100px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.top-recruiters .logo-track .slide img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    filter: grayscale(0);
    transition: 0.3s;
}
@keyframes scrollLeft1 {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}
.top-recruiters .content {
    box-shadow: 5px 0px 26.8px -1px #00000040;
    background-color: #ffffff;
}
.content-title {
    margin-bottom: 28px;
    text-align: center;
}
.content-title h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0%;
    color: #000000;
}
.content-title p {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
}

.rising-globally {
    overflow: hidden;
}
.rising-globally .logo-track-main {
    position: relative;
    overflow: hidden;
}
.rising-globally .logo-track {
    display: flex;
    width: calc(250px * 12);
    animation: scrollLeft2 25s linear infinite;
    animation-direction: reverse;
}
.rising-globally .logo-track .slide {
    /* height: 100px; */
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.rising-globally .logo-track .slide img {
    max-width: 100%;
    /* max-height: 80px; */
    object-fit: contain;
    filter: grayscale(0);
    transition: 0.3s;
}
@keyframes scrollLeft2 {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}
.rising-globally .content {
    background-color: #1937a1;
    padding: 43px 0px;
}

.overseas-placements {
    overflow: hidden;
    padding: 77px 0px;
}
.overseas-placements .logo-track-main {
    position: relative;
    overflow: hidden;
}
.overseas-placements .logo-track {
    display: flex;
    /* width: calc(250px * 12); */
    width: calc(250px * 4);
    /* animation: scrollLeft2 25s linear infinite; */
    animation: none;
    /* animation-direction: reverse; */
}
.overseas-placements .logo-track .slide {
    /* height: 100px; */
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.overseas-placements .logo-track .slide img {
    max-width: 100%;
    /* max-height: 80px; */
    object-fit: contain;
    filter: grayscale(0);
    transition: 0.3s;
}
@keyframes scrollLeft2 {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}
.overseas-placements .content {
    background-color: #1937a1;
    padding: 43px 0px;
}

.global-achievers {
    overflow: hidden;
    padding: 77px 0px;
}
.global-achievers .logo-track-main {
    position: relative;
    overflow: hidden;
}
.global-achievers .logo-track {
    display: flex;
    width: calc(250px * 12);
    animation: scrollLeft2 25s linear infinite;
    animation-direction: reverse;
}
.global-achievers .logo-track .slide {
    /* height: 100px; */
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.global-achievers .logo-track .slide img {
    max-width: 100%;
    /* max-height: 80px; */
    object-fit: contain;
    filter: grayscale(0);
    transition: 0.3s;
}
@keyframes scrollLeft2 {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}
/* .global-achievers .content{
    background-color: #EDEDED;
    padding: 43px 0px;
} */
.content-title p.font-22 {
    font-size: 22px;
}

.bg-gray {
    background-color: #1937a1;
}
.bg-gray h2,
.bg-gray p {
    color: #ffffff;
}
/* .bg-gray{
    background-color: #CDCDCD;
 }
.global-achievers.bg-gray .logo-track{
    animation: scrollLeft5 25s linear infinite;
    width: calc(250 * 4);
}
@keyframes scrollLeft5{
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(0);
    }
} */

footer {
    background: #1937a11a;
    padding: 12px 0px;
    margin-top: 27px;
}
footer .form-content {
    height: 100%;
    display: flex;
    align-items: end;
    gap: 10px;
}
/* footer .form-content form h2{
    white-space: nowrap;
} */
footer .form-content .image {
    max-width: 338px;
    width: 100%;
    margin-bottom: -12px;
}
footer .content-inner {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
footer .content-inner h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 18px;
}
footer .content-inner p {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0%;
    color: #4d4d4d;
    margin-bottom: 0px;
}
.copyright {
    padding: 60px 0px 34px;
}
.copyright p {
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000000;
}
.container-custom {
    max-width: 1360px;
    margin-left: auto;
    padding: 0px 12px;
}

@media (max-width: 1240px) {
    footer .form-content .image {
        position: absolute;
        right: 0px;
    }
    footer .form-content {
        position: relative;
    }
}
@media (max-width: 1199px) {
    footer .form-content .image {
        position: static;
    }
    footer .form-content {
        position: relative;
        justify-content: space-between;
    }
}
@media (max-width: 1024px) {
    .hero-banner .content {
        grid-template-columns: 1fr 1fr;
    }
    .image-animation {
        order: 1;
    }
}
@media (max-width: 991px) {
    header .content {
        flex-wrap: wrap;
        justify-content: center;
    }
    .hero-banner .inner h1 br {
        display: none;
    }
    .hero-banner .inner h1,
    .hero-banner .inner p {
        width: 100%;
        max-width: 100%;
    }
    .hero-banner .content {
        grid-template-columns: 1fr;
    }
    .form-content {
        justify-content: center;
    }
    .services .grid-box {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .services .main-box:nth-child(2) {
        order: 1;
    }
    .services .main-box {
        justify-content: center !important;
    }
    .services .main-box .inner {
        gap: 24px;
        align-items: center !important;
    }
    .services .inner .font-same {
        display: block;
        width: 100%;
        text-align: center;
    }
    .programs-section .image {
        margin: auto;
        max-width: 200px;
    }
}
@media (max-width: 767px) {
    header .content .navbars {
        gap: 24px;
    }
    header .content nav ul {
        flex-wrap: wrap;
        column-gap: 24px;
        row-gap: 10px;
    }
    .hero-banner .inner img {
        margin-bottom: 20px !important;
    }
    .hero-banner .inner h1 {
        font-size: 28px;
    }
    .hero-banner .inner p {
        font-size: 16px;
    }
    .form-content form {
        width: 100%;
    }
    .about-us p {
        font-size: 16px;
        line-height: 1.3;
    }
    .about-us h2 {
        font-size: 20px;
    }
    .about-us {
        padding: 27px 0px;
    }
    .services .inner .font-same {
        font-size: 16px;
    }
    .programs-section h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .programs-section .inner ul li {
        font-size: 16px;
    }
    .programs-section .inner ul li span {
        font-size: 12px;
    }
    .programs-section .inner ul {
        gap: 4px;
    }
    .programs-section {
        padding: 30px 0px;
    }
    .appy-now a {
        font-size: 16px;
    }
    .appy-now {
        padding: 30px 0px;
        text-align: center;
    }
    .where-lead h2 {
        font-size: 20px;
        margin-bottom: 27px;
    }
    .where-lead .content .content-inner h4 {
        font-size: 16px;
        min-height: 0px;
    }
    .driven-programs h2 {
        font-size: 20px;
    }
    .driven-programs h3 {
        font-size: 16px;
        margin-bottom: 32px;
    }
    .driven-programs .box-main .box h5 {
        font-size: 20px;
    }
    .driven-programs .box-main .box p {
        font-size: 14px;
    }
    .accreditations .grid-box {
        flex-wrap: wrap;
    }
    footer .form-content .image {
        position: static;
        display: none;
    }
    .accreditations h2 {
        font-size: 20px;
    }
    .accreditations .grid-box .box .title {
        font-size: 16px;
    }
    .top-recruiters {
        padding: 27px 0px;
        overflow: hidden;
    }
    .content-title h2 {
        font-size: 20px;
    }
    .content-title p {
        font-size: 18px;
    }
    .top-recruiters .logo-track {
        width: calc(150px * 12);
    }
    .top-recruiters .logo-track .slide {
        width: 150px;
    }
    .rising-globally .logo-track {
        width: calc(150px * 12);
    }
    .rising-globally .content {
        padding: 23px 0px;
    }
    /* .overseas-placements .logo-track {
    width: calc(150px * 12);
} */
    .overseas-placements .content {
        padding: 23px 0px;
    }
    .overseas-placements {
        overflow: hidden;
        padding: 31px 0px;
    }
    .overseas-placements .content {
        /* background-color: #EDEDED; */
        background-color: #1937a1;
        padding: 23px 0px;
    }
    /* .overseas-placements .logo-track {
    flex-wrap: wrap;
} */
    .global-achievers {
        overflow: hidden;
        padding: 27px 0px;
    }
    .content-title p.font-22 {
        font-size: 14px;
    }
    /* .global-achievers .logo-track {
    flex-wrap: wrap;
} */
    footer .content-inner h2 {
        font-size: 24px;
    }
    footer .content-inner p {
        font-size: 16px;
    }
    .copyright {
        padding: 20px 0px 10px;
    }
    .copyright p {
        font-size: 12px;
    }
    header .content .call-btn a::before {
        display: none;
    }
    header .content .navbars {
        gap: 24px;
        align-items: start;
        justify-content: center;
    }
    header .content .navbars ul li a {
        background: #ffffff;
        padding: 10px;
        color: #1937a1;
        border-radius: 4px;
    }
    header .content nav ul {
        gap: 16px;
    }
    .about-us p {
        font-size: 16px;
        line-height: 1.3;
        text-align: left;
    }

    .driven-programs .left-image,
    .driven-programs .right-image {
        display: none;
    }
    .overseas-placements .logo-track {
        /* animation: none; */
        display: flex;
        width: calc(250px * 12);
        animation: scrollLeft2 25s linear infinite;
        animation-direction: reverse;

        /* flex-wrap: wrap;     /* optional */
        /* justify-content: center; */
    }
}
@media (max-width: 575px) {
    .programs-section .row.g-5 {
        width: 100%;
    }
    .programs-section .inner ul li {
        font-size: 22px;
        padding: 10px;
    }
    .driven-programs .box-main .box {
        background: #ffffffa3;
    }
    .accreditations .grid-box {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .hero-banner .inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .image-animation .logo-image {
        position: absolute;
        top: 0px;
        max-width: 390px;
    }
    .image-animation .logo-image img {
        width: 100%;
    }
}
