@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;
}



body{background-color:#13072e;font-family:Poppins,sans-serif;font-weight:400;font-style:normal}
a{text-decoration: none;}
.heading{text-align:center;margin-bottom: 65px;}
h1 {
    font-size: 102px;
    line-height: 92px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roundkey';
    font-weight: bold;
}
h2{color:#fff;font-size:54px;line-height:74px;font-weight:800;margin-bottom: 50px;letter-spacing: 1px;text-align: center;}
.heading h3{font-size:41px;color:#fff;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: #fff;
    font-weight: bold;
}
h6{font-size: 17px;line-height: 26px;font-weight: bold;margin-bottom: 10px;}
p{font-size: 18px;line-height: 31px;}
.mob-img{
    display: none;
}
/*----------- header css start -----------*/

nav.navbar {
    padding: 44px 0 50px;
}
a.navbar-brand{
    padding: 0;
}
.register-now-btn {
    background-color: #fff;
    color: #1C0E39;
    font-family: Poppins, sans-serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 36px;
    padding: 16px 28px 17px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    max-width: 310px;
    width: 100%;
    justify-content: space-between;
    transition: all ease .5s;
}
.register-now-btn:hover {
    color: #fff;
    background-color: #0a001e;
}
.register-now-btn:hover .right-arrow, .register-now-btn .right-arrow-white{display: none;}
.register-now-btn:hover .right-arrow-white{display: block;}
.logo-mob{
    display: none;
}

/*----------- banner section css start -----------*/
.banner-section{
    padding-bottom: 12px;
}
.banner-section h1 {
    margin-bottom: 76px;
}
.banner-section .banner-bg{
    background-image: url("../images/banner1-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 30px 0;
    background-position: center;
}
.banner-section.banner-section-with-only-bg .banner-bg{
    background-image: url("../images/banner2-bg.png");
}
.banner-section .register-now-btn {
    font-size: 30px;
    line-height: 39px;
    padding: 18px 30px 19px;
    border-radius: 35px;
    max-width: 340px;
    margin-bottom: 5px;
}
.banner-section h3 {
    color: #fff;
    line-height: 57px;
    font-size: 43px;
    padding-left: 25px;
}
.banner-section span{font-weight: bold;}
.banner-section .banner-img {
    width: 100%;
}

/*----------- banner section css end -----------*/

/*----------- placement-opportunities-section css start -----------*/

.placement-opportunities-inner {
    display: flex;
    align-items: center;
}
.placement-opportunities-section p {
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 0;
}
.placement-opportunities-inner-section .marquee {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
}
.placement-opportunities-inner-section {
    display: flex;
    background: linear-gradient(to right, #3b1f7b, #12072e);
    align-items: center;
    position: relative;
    padding: 10px 0 10px 29px;
    margin-left: 15%;
}

.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%);
    }
}
/*----------- placement-opportunities-section css start -----------*/
.placement-opportunities-section {
    padding-bottom: 103px;
}
/*----------- placement-opportunities-section css end -----------*/


/*----------- Preferred-by-Students-from-section css start -----------*/
.Preferred-by-Students-from-section {
    padding-bottom: 110px;
}
.white-logo-card {
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 17px 16px 15px;
}
.white-logo-card-img {
    margin-bottom: 19px;
}
.Preferred-by-Students-from-section .our-accreditation .col-lg-3{
    padding: 0 18px;
}
.Preferred-by-Students-from-section .row, .row.our-accreditation-row {
    margin: 0 -18px;
}
.white-logo-card-img img {
    height: 121px;
    object-fit: contain;
    width: auto !important;
    margin: 0 auto;
}
/*----------- Preferred-by-Students-from-section css end -----------*/

/* benefits-section css start */
.inner-benefits-div {
    text-align: center;
    color: #fff;
    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  -----------*/


/*----------- our-accreditation css start -----------*/
.accreditation-inner-div {
    border-radius: 10px;
    height: 100%;
    background: linear-gradient(to left, #3b1f7b, #12072e);
    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;
}
.our-accreditation {
    padding: 90px 0 111px;
}


.owl-carousel .owl-item img {
    width: auto;
}
.slider-normal.owl-carousel, .our-accreditation-slider.owl-carousel{display: none;}
/*----------- our-accreditation css end -----------*/


/*----------- footer css start -----------*/

footer{background-color:#0a001e;padding:32px 0 110px;color:#fff}
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:#fff;padding:0 10px;font-size:30px;transition:.5s}
footer a {color: #fff;}
footer .get-in-touch a{color:#fff;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 {display: flex;flex-wrap: wrap;}
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: #FF0000;
}
.footer-bottom-row {
    padding: 20px 0 22px;
}
.footer-bottom-row {
    padding: 20px 0 22px;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}
.footer-register-now-btn {
    background: linear-gradient(to left, #3A1E79, #12072e);
    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;
    max-width: 362px;
    width: 100%;
    justify-content: space-between;
    color: #fff;
    transition: all ease .5s;
}
.footer-register-now-btn:hover{
    background: linear-gradient(to right, #3A1E79, #12072e);
}
.footer-bottom-row .mob-row{display: none;}

/*----------- footer css end -----------*/



/*----------- thankyou page css start -----------*/
.page-template-Thank-you header {
    display: none;
}
.thankyou-section .logo{
    margin: 30px auto;
}
.thankyou-section{background-color:#13072E;text-align:center;overflow: hidden;display:flex; height:95vh;align-items:center;}
.thankyou-section h2 {
    font-size: 90px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 90px;
    margin-bottom: 30px;
    font-family: 'Poppins';

}
.thankyou-section h1{text-transform:uppercase;font-size:108px;color:#7F47FF;line-height:95px;margin-bottom: 0;  font-family: 'Poppins';
    font-weight: bold;}
.thankyou-section .heart-icon {margin-bottom: 26px;}
.thankyou-section .begin-joureny-title{color:#fff;font-size:46px;font-weight:800;line-height:40px;margin-bottom:32px;position: relative;}
.thankyou-section p.bottom-text{color:#fff;font-size:26px;line-height:30px}
.thankyou-section p.bottom-text a{color: #7F47FF;}
.thankyou-section .ty-ellipse{position:absolute;left:-30%;filter:blur(34px);bottom:-45%}
.thankyou-section .mob-title{display: none;}
.thankyou-section .begin-joureny-title span {padding: 0 7px;}
.mob-begin-joureny-title{display: none;}
.thankyou-section .ty-ellipse { position: absolute; bottom: 0; left: 0; }
/*----------- thankyou page css end -----------*/


.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  color: #fff;
  background-color: #25d366;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-left: 10px;
}

.btn-whatsapp i {
  font-size: 18px;
  margin-right: 5px;
}
