@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Average&family=Caveat:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Average&display=swap');
html,
body {
    top: 0;
    left: 0;
    box-sizing: border-box;
    overflow-x: inherit;
    scroll-behavior: smooth;
}

* {
    font-family: 'Montserrat', sans-serif;
}




.color-yellow {
    color: #F5BC11;
}
.color-red {
    color: #A20C10;
}




.btn-style-one {
    display: block;
    width: 250px;
    color: #fff !important;
    font-size: 18px;
    background: #a20c10;
    border-radius: 6px;
    font-weight: 700;
    padding: 8px 20px;
    transform: scale(1);
    transition: all ease .3s;
}

.btn-style-one:hover {
    transform: scale(0.9);
    background: #000;
    color: #fff !important;
}

.btn-style-two {
    display: block;
    width: 250px;
    color: #fff !important;
    font-size: 18px;
    background: #000;
    border-radius: 6px;
    font-weight: 700;
    padding: 8px 20px;
    transform: scale(1);
    transition: all ease .3s;
}

.btn-style-two:hover {
    transform: scale(0.9);
    background: #A20C10;
    color: #fff !important;
}

.btn-style-three {
    display: block;
    width: 250px;
    color: #000;
    font-size: 18px;
    background: #fff;
    border-radius: 6px;
    font-weight: 700;
    padding: 8px 20px;
    transform: scale(1);
    transition: all ease .3s;
}

.btn-style-three:hover {
    transform: scale(0.9);
    background: #A20C10;
    color: #fff !important;
}

.btn-style-four {
    display: block;
    width: 250px;
    color: #fff;
    font-size: 18px;
    background: #A20C10;
    border-radius: 6px;
    font-weight: 700;
    padding: 8px 20px;
    transform: scale(1);
    transition: all ease .3s;
}

.btn-style-four:hover {
    transform: scale(0.9);
    background: #fff;
    color: #000 !important;
}









/*Header starts*/
header.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px;
    z-index: 999;
}
header.header img {
    width: 250px;
}



/*Header ends*/


/*banner section starts*/

section.banner-section {
    position: relative;
    background-image: url(https://sv3-ctpl-stage.s3.ap-south-1.amazonaws.com/landing_page/Apg/journalism/images/banner-001.png);
    background-size: cover;
    background-position: center top;
    padding: 130px 0 60px;
}



section.banner-section .banner-head h1 .fnt-one {
    display: block;
    padding: 0;
    font-size: 34px;
    color: #fff;
    font-weight: 600;
    margin-left: 10px;
    margin-bottom: 10px;
}
section.banner-section .banner-head h1 .fnt-one .sub-fnt-one {
    font-size: 26px;
}

section.banner-section .banner-head h1 .fnt-two {
    display: block;
    background: #CE0004;
    padding: 15px 5px 15px 60px;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    margin-left: -50px;
    width: calc(100% - 75px);
}

section.banner-section .banner-content img {
    margin-top: -190px;
    width: 100%;
}

section.banner-section .banner-sub-con {
    margin-top: 75px;
    text-align: center;
}

section.banner-section .banner-sub-con h2 {
    font-size: 18px;
    color: #fff;
    line-height: normal;
    font-weight: 500;
}

section.banner-section .rule-one {
    position: relative;
    width: 100%;
    height: 4px;
    background: linear-gradient(45deg, #f5bc1100, #F5BC11, #f5bc1100);
}
section.banner-section .banner-sub-con h3 {
    font-size: 24px;
    margin-top: 10px;
    color: #fff;
    font-weight: 700;
}
section.banner-section .banner-sub-con h3 span {
    font-weight: 500;
    opacity: 0.8;
}
section.banner-section .bn-content h3 {
    display: flex;
    align-items: center;
}
section.banner-section .bn-content h3 img {
    background: #fff;
    padding: 10px;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    object-fit: contain;
    object-position: center;
    margin-right: 10px;
}
section.banner-section .bn-content h3 span {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}




/*banner section ends*/



/* form css starts */

section.banner-section .banner_form_panel {
    height: auto;
    background: #fff;
    border: 5px solid #fff;
    padding: 20px;
}
section.banner-section .banner_form_panel h2 {
    font-size: 24px;
    color: #000;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}
section.banner-section .ctpl-input-container {
    width: 100%;
    margin-top: 10px;
}
section.banner-section .ctpl-phone-input-group {
    background: #fff;
}
section.banner-section .ctpl-input,
section.banner-section .search-select-input,
section.banner-section .ctpl-selected-country {   
    background-color: #fff;
    height: 38px;
}
section.banner-section .ctpl-submit-btn {
    background: #860A0E;
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    color: #fff;
    font-weight: 700;
    border-color: #860A0E;
    transform: scale(1);
    transition: all ease .3s
}
section.banner-section .ctpl-submit-btn:hover {
    background: #860A0E;
    display: block;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    border-color: #860A0E;
    transform: scale(0.9);
}
section.banner-section .banner_form_panel label {
    color: #000 !important;
    margin-bottom: 5px;
}

/* form css end */




/*Accredited section starts*/



section.accredited-section {
    position: relative;
    padding: 60px 0;
    background: #FCF3EF;
}
section.accredited-section h2 {
    font-size: 24px;
    text-align: right;
    font-weight: 500;
}
section.accredited-section > div > div > div:nth-child(2n) {
    border-left: 2px solid #000 !important;
}


/*Accredited section ends*/

/*counter section starts*/
section.counter-section {
    position: relative;
    padding: 0 0;
    background: #FCF3EF;
}
section.counter-section .container {
    border-top: 2px solid #000;
    padding: 20px 15px;
}

section.counter-section h3 {
    font-size: 24px;
    color: #A20C10;
    font-weight: 700;
}

section.counter-section p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0;
}
section.counter-section .row > div {
    border-right: 2px solid #000;
}
section.counter-section .row > div:last-child {
    border-right: 0px solid #000;
}


/*counter section ends*/



/*courses section starts*/

section.courses-section {
    position: relative;
    padding: 60px 0;
    background: #fcf3ef;
}

section.courses-section .course-bg {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 50px 0px #0000003b;
    border-radius: 20px;
}

section.courses-section .course-dv h2.hd-one {
    font-size: 34px;
    font-weight: 700;
    line-height: normal;
}

section.courses-section .course-dv h2.hd-one span.fnt-one {
    font-size: 24px;
    display: block;
    color: #000;
    opacity: 0.7;
    font-weight: 500;
}
section.courses-section .course-dv h2.hd-two {
    font-size: 34px;
    font-weight: 500;
    line-height: normal;
    margin-top: 50px;
}

section.courses-section .course-dv h2.hd-two span.fnt-one {
    font-weight: 700;
    display: block;
}
section.courses-section .course-dv h2.hd-two span.fnt-two {
    font-size: 26px;
    display: block;
    color: #000;
    opacity: 0.7;
    font-weight: 500;
}


section.courses-section .course-img h3 {
    font-size: 32px;
    margin-top: 15px;
    font-weight: 500;
    color: #000;
    text-align: center;
}

section.courses-section .course-img h3 .fnt-two {
    font-weight: 700;
    color: #A20C10;
}
section.courses-section .course-img h3 .fnt-four {
    text-align: center;
    font-size: 22px;
    display: block;
}

section.courses-section .clr-blue {
    color: #00287D;
    font-weight: 700;
}

section.courses-section .clr-lgt-blue {
    color: #0084E7;
    font-weight: 700;
}

section.courses-section .course-list ul li h5 {
    font-size: 22px;
    font-weight: 600;
}

section.courses-section .course-list ul li h5 > span {
    font-size: 16px;
    display: block;
    font-weight: 500;
}




section.courses-section .next-prev-arrow {
    text-align: right;
}

section.courses-section .next-prev-arrow button {
    width: 30px;
    padding: 0;
    outline: none !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: scale(0.8);
    transition: all ease .3s;
}

section.courses-section .next-prev-arrow button.active {
    transform: scale(1.2);
}
section.courses-section .course-content {
    border-top: 2px solid #0000005c;
    margin-top: 25px;
    padding-top: 25px;
    height: 130px;
}
section.courses-section .course-content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #a20c10;
}
section.courses-section .course-list ul {
    padding-left: 20px;
}
section.courses-section .course-list ul li {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: normal;
    margin: 10px 0;
}

section.courses-section .btn-apply {
    margin-top: 30px;
    text-align: right;
}
section.courses-section .btn-apply a {
    margin-left: auto !important;
}


/*courses section ends*/




/*nextgen section starts*/
section.nextgen-section {
    position: relative;
    padding: 60px 0;
    background: linear-gradient(180deg, #10294A 0%, #000 60%);
}

section.nextgen-section .nextgen-head h2 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}
section.nextgen-section .nextgen-head h2 .fnt-one {
    font-size: 100px;
    display: block;
    font-weight: 700;
}


section.nextgen-section .nextgen-head h2 .fnt-two {
    text-align: right;
    display: block;
}
section.nextgen-section .nextgen-content > img {
    width: 65%;
    margin-top: -140px;
    margin-left: -20px;
}

section.nextgen-section .btn-nextgen {
    display: block;
    width: 255px;
    margin-left: auto;
    font-size: 20px;
    color: #fff !important;
    font-weight: 700;
    border-top: 2px solid #fff;
    border-radius: 0;
    text-align: center;
}

section.nextgen-section .btn-nextgen img {
    width: 16px;
    margin-left: 5px;
}

section.nextgen-section .next-cont {
    background: #252525;
    padding: 20px;
    border-radius: 15px;
}

section.nextgen-section h3 {
    font-size: 26px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}

section.nextgen-section .next-cont h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
}

section.nextgen-section .next-cont p {
    font-size: 14px;
    color: #fff;
    border-left: 3px solid #a20c10;
    padding-left: 15px;
}


/*nextgen section ends*/







/*career launch section starts*/
section.career-section {
    position: relative;
    padding: 60px 0;
    background: #FCF3EF;
}
section.career-section .career-head h2 {
    margin-bottom: 40px;
}
section.career-section .career-head h2 .fnt-one {
    display: block;
    font-size: 28px;
    font-weight: 400;
}


section.career-section .career-head h2 .fnt-two {
    display: block;
    font-size: 22px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}
section.career-section .career-head h2 .fnt-three {
    font-size: 40px;
    color: #000;
    font-weight: 700;
}
section.career-section .car-dv h3 {
    display: flex;
    align-items: center;
}

section.career-section .car-dv h3 .fnt-one {
    font-size: 40px;
    font-weight: 700;
    margin-right: 10px;
    color: #a20c10;
}
section.career-section .car-dv h3 .fnt-two {
    font-size: 18px;
    font-weight: 700;
}
section.career-section .car-dv p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: normal;
}




/*career launch section ends*/





/*placements section starts*/


section.placement-section {
    position: relative;
    padding: 0 0 60px;
    background: #000;
}
section.placement-section h2 {
    font-size: 44px;
    color: #fff;
    font-weight: 400;
}
section.placement-section .place-box {
    margin-top: -40px;
}
section.placement-section .place-num {
    position: relative;
}
section.placement-section .place-num h3 {
    font-size: 122px;
    font-family: "Average", serif !important;
    text-align: center;
    font-weight: 500;
    font-family: serif;
    color: #fff;
    opacity: 0.2;
    line-height: normal;
    margin-bottom: 0;
}
section.placement-section .cover-dv {
   position: relative;
    width: 100%;
    height: 30px;
    background: #000;
    margin-top: -55px;
}

section.placement-section .cover-dv:before {
    content: "";
    position: absolute;
    top: 0px;
    background: linear-gradient(90deg, #F5BC11, transparent);
    height: 2px;
    width: 100%;
    z-index: 0;
}

section.placement-section .cover-dv:after {
    content: "";
    position: absolute;
    top: 0px;
    background: transparent;
    height: 10px;
    width: 100%;
    z-index: 1;
    border-top: 2px dashed #000;
}

section.placement-section .place-content {
    margin-top: 25px;
}
section.placement-section .place-content img {
    height: 40px;
    margin-bottom: 15px;
}
section.placement-section .place-content h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
section.placement-section .place-content p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-top: 15px;
    opacity: 0.8;
}

section.placement-section .col-md-3 {
    max-width: 20%;
    flex: 0 0 20%;
}



/*placements section ends*/







/*top partenrs section starts*/

:root {
    --color-text: #19232b;
    --color-bg: #e3e4e;
    --color-bg-accent: #000;
    --size: clamp(10rem, 0rem + 20vmin, 60rem);
    --gap: calc(var(--size) / 7);
    --duration: 30s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
}

section.partners-section {
    position: relative;
    padding: 60px 0;
    background: #ffffff;
    overflow: hidden;
}

section.partners-section h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
}
section.partners-section h3 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 25px;
    font-family: 'Caveat';
    margin-top: 10px;
}
section.partners-section .partner-sub-slider {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);

}

section.partners-section .partner-sub-slider .partner {
    display: grid;
    place-items: center;
    width: var(--size);
    fill: var(--color-text);
    background: #fff;
    aspect-ratio: 16/9;
    padding: calc(var(--size) / 100);
    border-radius: 0.5rem;
}

section.partners-section .rule-one {
    border-width: 4px;
    border-color: #000;
    opacity: 0.2;
}

section.partners-section .partner-track {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll-x var(--duration) linear infinite;
}

section.partners-section .partner img {
    height: 100px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

@media (prefers-reduced-motion: reduce) {
    section.partners-section .partner-track {
        animation-play-state: paused;
    }
}

@keyframes scroll-x {
    from {
        transform: translateX(var(--scroll-start));
    }

    to {
        transform: translateX(var(--scroll-end));
    }
}

@keyframes scroll-y {
    from {
        transform: translateY(var(--scroll-start));
    }

    to {
        transform: translateY(var(--scroll-end));
    }
}

@media (max-width: 767px) {}


/*top partenrs section ends*/


/*country section starts*/
section.country-section {
    position: relative;
    background: #FCF3EF;
    padding: 0px 0 60px;
}
section.country-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30%;
    background: #fff;
}
section.country-section .container {
    background: linear-gradient(170deg, #A20C10, #1B0102);
    padding: 0px 30px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}
section.country-section .container:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: oklch(0 0 0 / 0.1);
    z-index: 0;
}
section.country-section .country-content {
    background-image: url(https://sv3-ctpl-stage.s3.ap-south-1.amazonaws.com/landing_page/Apg/journalism/images/bg-001.png);
    background-size: 150px;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 25px;
}
section.country-section .country-content h2 {
    font-size: 32px;
    text-align: right;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
}

section.country-section .country-content h3 {
    font-size: 26px;
    text-align: right;
    color: #fff;
    margin-top: 40px;
    border-top: 2px solid #fff;
    padding-top: 25px;
    width: fit-content;
    margin-left: auto;
}


/*country section ends*/





/*footer section starts*/
footer.footer-section {
    position: relative;
    padding: 0px 0 15px;
    background: #FCF3EF;
    overflow: hidden;
}

footer.footer-section .footer-left h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 5px;
}

footer.footer-section .footer-left p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

footer.footer-section .footer-left img {
    width: 175px;
}

footer.footer-section .footer-right p {
    font-size: 24px;
    color: #000;
}

footer.footer-section .footer-right h3 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
}

footer.footer-section .footer-right h3 a {
    font-size: 36px;
    display: block;
    font-weight: 700;
    color: #0000007d;
    transition: all ease 0.3s;
}

footer.footer-section .footer-right h3 a:hover {
    text-decoration: none;
    color: #A20C10;
}

footer.footer-section .footer-right h4 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
}

footer.footer-section .footer-right h4 a {
    font-size: 22px;
    font-weight: 600;
    color: #0000007d;
    transition: all ease 0.3s;
}

footer.footer-section .footer-right h4 a:hover {
    text-decoration: none;
    color: #A20C10;
}

footer.footer-section .copyright {
    position: relative;
    padding: 15px 0 0;
    text-align: center;
    border-top: 4px solid #00000057;
    margin-top: 15px;
}

footer.footer-section .copyright p {
    font-size: 16px;
    color: #000000bf;
    margin: 0;
    font-weight: 500;
}
@media (max-width: 767px) {
footer.footer-section {
    padding-bottom: 80px;
}

}
/*footer section ends*/








/*form css starts*/

section.banner-section .banner-form {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-top: 40px;
}

section.banner-section .register-panel h2 {
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

section.banner-section .ctplqryformbtn {
    display: block;
    color: #fff;
    width: 100%;
    font-size: 18px;
    background: #000;
    border-radius: 6px;
    border: 1px solid #000;
    font-weight: 700;
    padding: 8px 20px;
    transform: scale(1);
    transition: all ease .3s;
}

section.banner-section .ctplqryformbtn:hover {
    transform: scale(0.98);
    background: #A20C10;
    color: #fff;
    border: 1px solid #A20C10;
}

@media (max-width: 767px) {
    section.banner-section .banner-form {
        margin-top: 0;
    }
}


/*form css ends*/










@media screen and (min-width: 1299.98px) and (max-width: 1399.98px) {
section.banner-section .banner-content img {
    margin-top: -80px;
    margin-left: -50px;
}
section.career-section .car-dv h3 .fnt-one {
    font-size: 34px;

}
section.placement-section .place-content h4 {
    font-size: 16px;
}
section.placement-section .place-content p {
    font-size: 14px;
}
section.nextgen-section .next-cont h4 {
    font-size: 18px;
}
section.career-section .car-dv h3 .fnt-two {
    font-size: 16px;
}
}

@media screen and (min-width: 1199.98px) and (max-width: 1299.98px) {

section.banner-section .banner-head h1 .fnt-one {
    font-size: 34px;
    margin-left: 0;
}
section.banner-section .banner-head h1 .fnt-two {
    font-size: 20px;
}
section.banner-section .banner-sub-con h3 {
    font-size: 20px;
}
section.courses-section .course-dv h2.hd-one {
    font-size: 30px;
}
section.courses-section .course-dv h2.hd-two {
    font-size: 34px;
}
section.courses-section .course-dv h2.hd-two span.fnt-two {
    font-size: 22px;
}
section.courses-section .course-img h3 {
    font-size: 28px;
}
section.courses-section .course-content h4 {
    font-size: 22px;
}
section.courses-section .course-list ul li h5 {
    font-size: 20px;
}
section.courses-section .course-list ul li h5 > span {
    font-size: 14px;
}
section.banner-section .banner-content img {
    margin-top: -150px;
    margin-left: -50px;
    min-width: 240px;
}
section.career-section .car-dv h3 .fnt-one {
    font-size: 28px;
}
section.courses-section .course-content {
    height: 330px;
}
section.nextgen-section .nextgen-head h2 .fnt-one {
    font-size: 76px;
}
section.nextgen-section .nextgen-content > img {
    width: 60%;
    margin-top: -110px;
    margin-left: -20px;
}
section.nextgen-section .next-cont h4 {
    font-size: 18px;
}
section.career-section .career-head h2 .fnt-three {
    font-size: 34px;
}

section.career-section .career-head {
    margin-top: 30px;
}
section.career-section .career-head h2 {
    margin-bottom: 20px;
}

section.placement-section h2 {
    font-size: 34px;
}
section.placement-section .place-num {
    display: none;
}
section.placement-section .col-md-3 {
    max-width: 33.33%;
    flex: 0 0 33.33%;
}
section.placement-section .place-content h4 {
    font-size: 18px;
}
section.partners-section h2 strong {
    display: block;
}
section.country-section .country-content h2 {
    font-size: 32px;
}
section.country-section .country-content h3 {
    font-size: 26px;
    margin-top: 20px;
    padding-top: 20px;
}
section.country-section .country-content {
    padding: 10px 20px;
}


}

@media screen and (min-width: 1023.98px) and (max-width: 1199.98px) {
    section.banner-section .banner-head h1 .fnt-one {
    font-size: 34px;
    margin-left: 0;
}
section.banner-section .banner-head h1 .fnt-two {
    font-size: 20px;
}
section.banner-section .banner-sub-con h3 {
    font-size: 20px;
}
section.courses-section .course-dv h2.hd-one {
    font-size: 30px;
}
section.courses-section .course-dv h2.hd-two {
    font-size: 34px;
}
section.courses-section .course-dv h2.hd-two span.fnt-two {
    font-size: 22px;
}
section.courses-section .course-img h3 {
    font-size: 28px;
}
section.courses-section .course-content h4 {
    font-size: 22px;
}
section.courses-section .course-list ul li h5 {
    font-size: 20px;
}
section.courses-section .course-list ul li h5 > span {
    font-size: 14px;
}
section.banner-section .banner-content img {
    margin-top: -150px;
    margin-left: -50px;
    min-width: 240px;
}
section.courses-section .course-dv h2.hd-two span.fnt-one {
    display: inline-block;
}

section.banner-section .banner-sub-con h2 {
    font-size: 18px;
}

section.courses-section .course-content {
    height: 330px;
}
section.nextgen-section .nextgen-head h2 .fnt-one {
    font-size: 76px;
}
section.nextgen-section .nextgen-content > img {
    width: 60%;
    margin-top: -110px;
    margin-left: -20px;
}
section.nextgen-section .next-cont h4 {
    font-size: 18px;
}
section.career-section .career-head h2 .fnt-three {
    font-size: 34px;
}

section.career-section .career-head {
    margin-top: 30px;
}
section.career-section .career-head h2 {
    margin-bottom: 20px;
}

section.placement-section h2 {
    font-size: 34px;
}
section.placement-section .place-num {
    display: none;
}
section.placement-section .col-md-3 {
    max-width: 33.33%;
    flex: 0 0 33.33%;
}
section.placement-section .place-content h4 {
    font-size: 18px;
}
section.partners-section h2 strong {
    display: block;
}
section.country-section .country-content h2 {
    font-size: 32px;
}
section.country-section .country-content h3 {
    font-size: 26px;
    margin-top: 20px;
    padding-top: 20px;
}
section.country-section .country-content {
    padding: 10px 20px;
}


}

@media screen and (min-width: 991.98px) and (max-width: 1023.98px) {

 section.banner-section .banner-head h1 .fnt-one {
    font-size: 34px;
    margin-left: 0;
}
section.banner-section .banner-head h1 .fnt-two {
    font-size: 20px;
}
section.banner-section .banner-sub-con h3 {
    font-size: 20px;
}
section.courses-section .course-dv h2.hd-one {
    font-size: 30px;
}
section.courses-section .course-dv h2.hd-two {
    font-size: 34px;
}
section.courses-section .course-dv h2.hd-two span.fnt-two {
    font-size: 22px;
}
section.courses-section .course-img h3 {
    font-size: 28px;
}
section.courses-section .course-content h4 {
    font-size: 22px;
}
section.courses-section .course-list ul li h5 {
    font-size: 20px;
}
section.courses-section .course-list ul li h5 > span {
    font-size: 14px;
}
section.banner-section .banner-content img {
    margin-top: -150px;
    margin-left: -50px;
    min-width: 240px;
}
section.courses-section .course-dv h2.hd-two span.fnt-one {
    display: inline-block;
}
section.banner-section .banner-sub-con h2 {
    font-size: 18px;
}

section.courses-section .course-content {
    height: 330px;
}
section.nextgen-section .nextgen-head h2 .fnt-one {
    font-size: 76px;
}
section.nextgen-section .nextgen-content > img {
    width: 60%;
    margin-top: -110px;
    margin-left: -20px;
}
section.nextgen-section .next-cont h4 {
    font-size: 18px;
}
section.career-section .career-head h2 .fnt-three {
    font-size: 34px;
}

section.career-section .career-head {
    margin-top: 30px;
}
section.career-section .career-head h2 {
    margin-bottom: 20px;
}

section.placement-section h2 {
    font-size: 34px;
}
section.placement-section .place-num {
    display: none;
}
section.placement-section .col-md-3 {
    max-width: 33.33%;
    flex: 0 0 33.33%;
}
section.placement-section .place-content h4 {
    font-size: 18px;
}
section.partners-section h2 strong {
    display: block;
}
section.country-section .country-content h2 {
    font-size: 32px;
}
section.country-section .country-content h3 {
    font-size: 26px;
    margin-top: 20px;
    padding-top: 20px;
}
section.country-section .country-content {
    padding: 10px 20px;
}


}


@media screen and (min-width: 767.98px) and (max-width: 991.98px) {

 section.banner-section .banner-head h1 .fnt-one {
    font-size: 34px;
    margin-left: 0;
}
section.banner-section .banner-head h1 .fnt-two {
    font-size: 20px;
}
section.banner-section .banner-sub-con h3 {
    font-size: 20px;
}
section.courses-section .course-dv h2.hd-one {
    font-size: 30px;
}
section.courses-section .course-dv h2.hd-two {
    font-size: 34px;
}
section.courses-section .course-dv h2.hd-two span.fnt-two {
    font-size: 22px;
}
section.courses-section .course-img h3 {
    font-size: 28px;
}
section.courses-section .course-content h4 {
    font-size: 22px;
}
section.courses-section .course-list ul li h5 {
    font-size: 20px;
}
section.courses-section .course-list ul li h5 > span {
    font-size: 14px;
}
section.banner-section .banner-content img {
    margin-top: -150px;
    margin-left: -50px;
    min-width: 240px;
}
section.courses-section .course-dv h2.hd-two span.fnt-one {
    display: inline-block;
}

section.courses-section .course-content {
    height: 330px;
}
section.nextgen-section .nextgen-head h2 .fnt-one {
    font-size: 76px;
}
section.nextgen-section .nextgen-content > img {
    width: 50%;
    margin-top: -110px;
    margin-left: -50px;
}
section.nextgen-section .next-cont h4 {
    font-size: 18px;
}

section.career-section .career-head {
    margin-top: 30px;
}
section.career-section .career-head h2 {
    margin-bottom: 20px;
}

section.placement-section h2 {
    font-size: 34px;
}
section.placement-section .place-num {
    display: none;
}
section.placement-section .col-md-3 {
    max-width: 33.33%;
    flex: 0 0 33.33%;
}
section.placement-section .place-content h4 {
    font-size: 18px;
}
section.partners-section h2 strong {
    display: block;
}
section.country-section .country-content h2 {
    font-size: 22px;
}
section.country-section .country-content h3 {
    font-size: 18px;
    margin-top: 20px;
    padding-top: 20px;
}
section.country-section .country-content {
    padding: 10px 20px;
}


}




@media (max-width: 767.98px) {

header.header img {
    width: 200px;
}
section.banner-section {
    overflow: hidden;
    padding: 130px 0 60px;
}
section.banner-section .banner-head h1 .fnt-one {
    padding: 0;
    font-size: 22px;
    margin-left: 0px;
}
section.banner-section .banner-head h1 .fnt-two {
    padding: 10px 10px;
    font-size: 16px;
    margin-left: -15px;
    margin-top: 0;
    margin-right: 0;
    width: 100%;
}
section.banner-section .bn-content h3 img {
    padding: 5px;
    width: 55px;
    height: 55px;
}

section.banner-section .bn-content h3 span {
    font-size: 14px;
}

section.banner-section .banner-head h1 .fnt-one .sub-fnt-one {
    font-size: 22px;
}

section.banner-section .banner-sub-con {
    margin-top: 15px;
    text-align: center;
}

section.banner-section .banner-content img {
    display: none;
}
section.banner-section .banner-sub-con h2 {
    font-size: 16px;
}
section.banner-section .banner-sub-con h3 {
    font-size: 18px;
}

section.banner-section .form-dv {
    width: 100%;
    background: #fff;
    height: auto;
    border-radius: 15px;
    margin-top: 10px;
}
section.accredited-section h2 {
    font-size: 20px;
    text-align: center;
}
section.accredited-section > div > div > div:nth-child(2n) {
    border-left: 0px solid #000 !important;
}

section.counter-section {
    padding: 0px 15px;
}

section.counter-section .row > div:nth-child(even) {
    border-right: 0;
}
section.counter-section .row > div {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 15px 10px;
    margin: 0 !important;
    height: 90px;
}
section.counter-section p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0;
}
section.counter-section .container {
    border-top: 0px solid #000;
    padding: 0 0;
}
section.counter-section h3 {
    margin: 0;
}
section.counter-section .row > div:nth-last-child(2) {
    border-bottom: 0;
}
section.counter-section .row > div:last-child {
    border-bottom: 0;
}

section.courses-section {
    padding: 60px 15px;
}
section.courses-section .course-dv h2.hd-one {
    font-size: 28px;
}

section.courses-section .course-dv h2.hd-one span.fnt-one {
    font-size: 20px;
}
section.courses-section .course-dv h2.hd-two {
    font-size: 30px;
    margin-top: 20px;
}

section.courses-section .course-dv h2.hd-two span.fnt-two {
    font-size: 18px;
}
section.courses-section .course-img h3 .fnt-four {
    font-size: 14px;
}

section.courses-section .course-bg {
    padding: 30px 15px;
}


section.courses-section .course-img h3 {
    font-size: 18px;
    height: 55px;
}
section.courses-section .course-list ul li h5 {
    font-size: 16px;
}
section.courses-section .course-list ul li h5 > span {
    font-size: 14px;
}


section.courses-section .course-content h4 {
    font-size: 18px;
}
section.courses-section .course-content {
    height: 380px;
}
section.courses-section .course-list ul li {
    font-size: 14px;
}
section.courses-section .btn-apply a {
    margin-right: auto;
}

section.nextgen-section .nextgen-head h2 .fnt-one {
    font-size: 46px;
}
section.nextgen-section .nextgen-content > img {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    transform: scaleX(-1);
}

section.nextgen-section h3 {
    font-size: 20px;
    margin-top: 30px;
}

section.nextgen-section .next-cont h4 {
    font-size: 16px;
}

section.nextgen-section .next-cont {
    padding: 0px 15px;
}
section.career-section .career-head h2 {
    margin-bottom: 30px;
    margin-top: 15px;
}
section.career-section .career-head h2 .fnt-two {
     font-size: 18px;
}

section.career-section .career-head h2 .fnt-three {
    font-size: 28px;
    line-height: normal;
    display: block;
}
section.career-section .car-dv h3 {
    display: block;
            margin: 0;
}
section.career-section .car-dv h3 .fnt-two {
    font-size: 14px;
    display: block;
}
section.career-section .car-dv p {
    font-size: 12px;
    margin: 0;
}
section.career-section .car-dv h3 .fnt-one {
    font-size: 18px;
        margin: 0;
}
section.placement-section {
    padding: 60px 0 60px;
}
section.placement-section h2 {
    font-size: 30px;
}

section.placement-section .place-box {
    margin-top: 0;
}
section.placement-section .col-md-3 {
    max-width: 100%;
    flex: 0 0 100%;
}
section.placement-section .place-num {
    display: none;
}
section.placement-section .place-content {
    margin-top: 0;
}
section.placement-section .place-content h4 {
    font-size: 18px;
    margin: 0;
}

section.placement-section .place-content p {
    font-size: 16px;
    margin-top: 0;
}
section.partners-section h2 {
    font-size: 22px;
    padding: 0 15px;
}
section.partners-section h3 {
    margin-bottom: 0;
}
section.partners-section .partner-sub-slider .partner {
    width: 100px;
    border: 1px solid #ccc;
}
section.partners-section .partner img {
    height: 65px;
}
section.partners-section h3 {
    margin-bottom: 20px;
}
section.country-section {
    padding: 0 10px 50px;
}
section.country-section .container {
    padding: 0px 0px;
}
section.country-section .country-content h2 {
    font-size: 20px;
    text-align: center;
}

section.country-section .country-content h3 {
    font-size: 22px;
    text-align: center;
    margin-top: 15px;
    padding-top: 15px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
section.country-section .country-content h2 strong {
    display: block;
}
section.country-section .country-content {
    padding: 25px 8px 0px;
}
section.country-section .country-img {
    width: 80%;
    margin: auto;
}
section.country-section .container:before {
    display: none;
}
}






/* call button start  */

.callbutton {
    position: fixed;
    bottom: 25px;
    z-index: 2200000;
    right: 25px;
    background: #A20C10;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    animation: blink 1s ease-in-out infinite none;
}

.callbutton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}

.callbutton a:hover {
    text-decoration: none;
    color: #fff;
}


@keyframes blink {
    0% {
        box-shadow: 0 0 0 0 #A20C1066;
    }

    100% {
        box-shadow: 0 0 0 16px rgb(191 0 21 / 0.03);
    }
}
@media (max-width: 767px) {
.callbutton {
    bottom: 75px;
}

}

/* call now button end  */


/*fixed apply now button starts*/
.fixed-applynpe a {
    display: block;
    background: #A20C10;
    color: #fff !important;
    font-size: 16px;
    padding: 10px;
    font-weight: 700;
    border-radius: 0px;
}
.fixed-applynpe {
    display: none;
}
@media (max-width: 767px) {
.fixed-applynpe {
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
}

.fixed-applynpe {
    display: block;
}
}

/*fixed apply now button ends*/



