@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&display=swap');

@font-face {
    font-family: 'Roundkey';
    src: url('../fonts/Roundkey/Roundkey-Bold.eot');
    src: url('../fonts/Roundkey/Roundkey-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roundkey/Roundkey-Bold.woff2') format('woff2'),
        url('../fonts/Roundkey/Roundkey-Bold.woff') format('woff'),
        url('../fonts/Roundkey/Roundkey-Bold.ttf') format('truetype'),
        url('../fonts/Roundkey/Roundkey-Bold.otf') format('truetype'),
        url('../fonts/Roundkey/Roundkey-Bold.svg#Roundkey-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "RobotoCondensed-Bold";
    src: url('../fonts/roboto/RobotoCondensed-Bold.ttf');
}
@font-face {
    font-family: "RobotoCondensed-SemiBold";
    src: url('../fonts/roboto/RobotoCondensed-SemiBold.ttf');
}
@font-face {
    font-family: "RobotoCondensed-ExtraBold";
    src: url('../fonts/roboto/RobotoCondensed-ExtraBold.ttf');
}

:root {
    --theme-clr: #004F79;
    --red: #FF4A54;
    --white: #fff;
    --black: #000;

}

body {
    background-color: var(--white);
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
}




a {
    text-decoration: none;
}

.heading {
    text-align: center;
    margin-bottom: 65px;
}

h1 {
    font-size: 102px;
    line-height: 92px;
    color: var(--white);
    text-transform: uppercase;
    font-family: 'Roundkey';
    font-weight: bold;
}

h2 {
    color: #393939;
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    margin-bottom: 27px;
    letter-spacing: 1px;
    font-family: "RobotoCondensed-Bold";
}

.heading h3 {
    font-size: 41px;
    color: var(--white);
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 0;
    letter-spacing: 1px;
}

h4 {
    font-size: 36px;
    line-height: 39px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h5 {
    font-size: 29px;
    line-height: 31px;
    color: var(--white);
    font-weight: bold;
    text-align: center;
}

h6 {
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    font-weight: 400;
}

p {
    font-size: 18px;
    line-height: 31px;
}

.mob-img {
    display: none;
}

.green-gradient {
    background: linear-gradient(70deg, #D9FCFF, #0AA7B4) !important;
}

.pink-gradient {
    background: linear-gradient(70deg, #FFADB9, #FFEBED) !important;
}

main {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

.bg {
    padding: 30px 0 30px;
}

.section-heading {
    text-align: center;
}

.logo-box {
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
}


/*----------- placement-opportunities-section css start -----------*/

.placement-opportunities-inner {
    display: flex;
    align-items: center;
}

.placement-opportunities-inner-section .marquee {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
}

.placement-opportunities-inner-section {
    display: flex;
    background: #004F79;
    align-items: center;
    position: relative;
    padding: 10px 0 10px 0;
}

.placement-opportunities-inner-section .marquee-content {
    display: flex;
    animation: marquee 15s linear infinite;
    animation-play-state: running;
}

.placement-opportunities-inner-section .marquee:hover .marquee-content {
    animation-play-state: paused;
    /* Pause the animation on hover */
}

.placement-opportunities-inner-section .marquee-item {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 35px;
    transition: transform 0.4s ease, filter 0.4s ease;
}


@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}



/*----------- benefits css start -----------*/

.white-logo-card {
    border-radius: 10px;
    padding: 17px 16px 15px;
}

.white-logo-card-img {
    margin-bottom: 19px;
}

.benefits .our-accreditation .col-lg-3 {
    padding: 0 18px;
}

.benefits .row,
.row.our-accreditation-row {
    margin: 0 -18px;
}

.white-logo-card-img img {
    width: 30px !important;
    height: auto;
    /* object-fit: fill; */
}

/*----------- benefits css end -----------*/

/* benefits-section css start */
.inner-benefits-div {
    text-align: center;
    color: var(--white);
    margin-bottom: 84px;
}

.inner-benefits-div p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.inner-benefits-img-div {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefits-slider-demo {
    display: none;
}

/*----------- benefits-section css end  -----------*/

.placement-part {
    background: var(--theme-clr);
    padding-top: 60px;
}

.logo-box-wrapper .box {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-box-wrapper {
    display: flex;
    justify-content: center;
}
.logo-box-wrapper .box img {
    width: 65%;
}

.border-lr {
    border: none;
    border-left: 1px solid var(--white);
    border-right: 1px solid var(--white);
}
.placement-part .section-heading{
    margin-bottom: 30px;
}
.placement-part .section-heading h2 {
    color: var(--white);
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 20px;
    
}

.placement-part .section-heading h2 span {
    color: var(--red);
    background: url('../images/line-circle-1.png');
    background-size: cover;
    background-position: right;
    padding: 15px;
}
.placement-part .section-heading span{
    color: var(--white);
}

.placement-part .section-heading span.text {
    font-size: 14px;
}

/*----------- our-accreditation css start -----------*/
.accreditation-inner-div {
    border-radius: 10px;
    height: 100%;
    background: linear-gradient(to left, #FB4A54, #760007);
    display: flex;
    align-items: center;
    padding: 22px 44px;
}

.accreditation-inner-div img {
    width: 100%;
}

.our-accreditation .col-lg-3 {
    padding: 0 18px;
}

.our-accreditation .register-now-btn {
    margin: 85px auto 0;
}


.slider-normal.owl-carousel,
.our-accreditation-slider.owl-carousel {
    display: block;
}


.our-accreditation-row {
    display: none;
}

/*----------- our-accreditation css end -----------*/


/*----------- footer css start -----------*/

footer {
    background-color: #0a001e;
    padding: 35px 0 165px;
    color: var(--white);
}

footer .social-icons {
    list-style: none;
    padding: 0;
    margin: 0
}

footer .social-icons li {
    display: inline-block
}

footer .social-icons i:hover {
    color: #5a32ab;
}

footer .social-icons i {
    color: var(--white);
    padding: 0 10px;
    font-size: 30px;
    transition: .5s
}

footer a {
    color: var(--white);
}

footer .get-in-touch a {
    color: var(--white);
    margin-right: 50px
}

footer .copyright-row p {
    font-size: 18px;
    line-height: 31px;
    text-align: center;
    font-weight: 100;
}

footer .copyright-row {
    margin-top: 49px;
    border-top: 1px solid #4D4A4A;
    padding-top: 15px;
}



footer .contact-details-block p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

footer .location {
    margin-bottom: 0;
}

.footer-bottom-row p {
    color: #000;
    font-size: 41px;
    line-height: 61px;
    margin-bottom: 0;
}

.footer-bottom-row .red-text {
    color: var(--red);
    font-family: Poppins, sans-serif;
    font-weight: bold;
}

.footer-bottom-row {
    padding: 20px 0 22px;
}

.footer-bottom-row .red-text {
    color: var(--red);
    font-family: Poppins, sans-serif;
    font-weight: bold;
    text-align: center;
    display: block;
    font-size: 20px;
    margin-top: 8px;
}

.footer-register-now-btn {
    background: var(--theme-clr);
    font-family: Poppins, sans-serif;
    font-weight: bold;
    font-size: 29px;
    line-height: 39px;
    padding: 18px 35px 17px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    width: 80%;
    max-width: 480px;
    margin: 0 auto;
    justify-content: center;
    color: var(--white);
    transition: all ease .5s;
    text-transform: uppercase;
}

.footer-register-now-btn:hover {
    background: linear-gradient(to right, #3A1E79, #12072e);
}

footer .get-in-touch a {
    margin-right: 10px;
    line-height: 31px;
}

/*----------- footer css end -----------*/

.benefits.container {
    padding: 0;
}

.accreditation-inner-div {
    padding: 12px 24px;
    min-height: 146px;
}

footer .social-icons {
    text-align: center;
}

.get-in-touch {
    margin-bottom: 13px;
}


footer .location {
    text-align: left;
    font-size: 15px;
    display: flex;
    align-items: center;
    line-height: 25px;
    margin-bottom: 10px;
}

footer .social-icons i {
    padding: 0 5px;
    font-size: 20px;
}

footer .copyright-row {
    margin-top: 15px;
}




footer .copyright-row {
    display: none;
}

footer p {
    font-size: 15px;
    line-height: 26px;
}

footer .copyright-row p {
    font-size: 13px;
    margin-bottom: 0;
}

.get-in-touch {
    padding: 0 20px;
}









.desktop-img {
    display: block;
}

.placement-opportunities-inner-section .marquee-item {
    margin: 0 15px;
}

.placement-opportunities-section p {
    font-size: 12px;
    line-height: 12px;
}

.white-logo-card {
    padding: 10px 12px 18px;
    min-height: 145px;
}

.footer-bottom-row {
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 480px;
    background: white;
    z-index: 999;
}

/* 
*{
    outline: 1px solid #000;
} */

.placed-part {
    background: url('../images/placed-bg.png');
    background-position: center;
    background-size: 100% 100%;
    padding-bottom: 260px;
}
.placed-part .text-box{
    text-align: center;
}
.placed-part .text-box h2 {
    color: var(--white);
    margin-bottom: 30px;
    font-family: "RobotoCondensed-ExtraBold";
    font-size: 24px;
    

}
.placed-part .text-box h2 span {
    color: var(--red);
    margin-bottom: 0;
    background: url('../images/line-circle.png');
    padding: 16px 16px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    font-size: 44px;
}

.placed-part .text-box p {
    font-family: "RobotoCondensed-SemiBold";
    color: var(--white);
    font-size: 24px;
    margin-bottom: 25px;
}
.placed-part .text-box p span {
    color: var(--red);
    font-size: 40px;
    position: relative;
}
.placed-part .text-box p span::after{
    content: url('../images/line.png');
    position: absolute;
    bottom: -15px;
    left: 0;

}
.img-box.text-center img {
    position: relative;
    margin-top: -250px;
    margin-bottom: 50px;
}

.placed-box .img-text.text-center img {
    max-width: 98%;
}