/* Fonts */
@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: NeueHaasDisplayXXThin;
    font-weight: 100;
    src: url("../fonts/NeueHaasDisplayXXThin.ttf");
}
@font-face {
    font-family: NeueHaasDisplayXXThinItalic;
    font-weight: 100;
    src: url("../fonts/NeueHaasDisplayXXThinItalic.ttf");
}
@font-face {
    font-family: NeueHaasDisplayXThin;
    font-weight: 200;
    src: url("../fonts/NeueHaasDisplayXThin.ttf");
}
@font-face {
    font-family: NeueHaasDisplayXThinItalic;
    font-weight: 200;
    src: url("../fonts/NeueHaasDisplayXThinItalic.ttf");
}
@font-face {
    font-family: NeueHaasDisplayLight;
    font-weight: 200;
    src: url("../fonts/NeueHaasDisplayLight.ttf");
}
@font-face {
    font-family: NeueHaasDisplayLightItalic;
    font-weight: 200;
    src: url("../fonts/NeueHaasDisplayLightItalic.ttf");
}
@font-face {
    font-family: NeueHaasDisplayRoman;
    font-weight: 200;
    src: url("../fonts/NeueHaasDisplayRoman.ttf");
}
@font-face {
    font-family: NeueHaasDisplayRomanItalic;
    font-weight: 200;
    src: url("../fonts/NeueHaasDisplayRomanItalic.ttf");
}
@font-face {
    font-family: NeueHaasDisplayMedium;
    font-weight: 200;
    src: url("../fonts/NeueHaasDisplayMedium.ttf");
}
@font-face {
    font-family: NeueHaasDisplayMediumItalic;
    font-weight: 200;
    src: url("../fonts/NeueHaasDisplayMediumItalic.ttf");
}
@font-face {
    font-family: NeueHaasDisplayBold;
    font-weight: 200;
    src: url("../fonts/NeueHaasDisplayBold.ttf");
}
@font-face {
    font-family: NeueHaasDisplayBoldItalic;
    font-weight: 200;
    src: url("../fonts/NeueHaasDisplayBoldItalic.ttf");
}
@font-face {
    font-family: NeueHaasDisplayBlack;
    font-weight: 200;
    src: url("../fonts/NeueHaasDisplayBlack.ttf");
}
@font-face {
    font-family: NeueHaasDisplayBlackItalic;
    font-weight: 200;
    src: url("../fonts/NeueHaasDisplayBlackItalic.ttf");
}

html, body {overflow-x: hidden;}

a:focus, button:focus {box-shadow: none !important;}

.text-red {color: #ED1F24 !important;}
.text-purple {color: #461388 !important;}
.text-yellow {color: #FFC800 !important;}
.text-orange {color: #ff5400 !important;}
.text-gray {color: #808080 !important;}

.bg-red {background: #ED1F24 !important;}
.bg-purple {background: #461388 !important;}
.bg-yellow {background: #FFC800 !important;}
.bg-navy-blue {background: #000070 !important;}

.close_pdf_wndw {
    padding: 0 !important;
    margin: 0 !important;
}
.close_pdf_wndw span {font-size: 30px;}
#Download_PDF_window p {font-size: 18px !important; text-align: justify !important;}
.resend_otp {font-size: 15px !important;}

#DownloadPDFModal {padding-right: 0 !important;}
#DownloadPDFModal input.form-control {padding: 0.45rem 0.75rem; font-size: 15px !important;}
#DownloadPDFModal h4 {
    font-family: NeueHaasDisplayMedium, sans-serif; 
    color: #0000f6;
    letter-spacing: 0.5px;
}

.request_otp {
    width: 30%;
}

/* Navigation Bar */
.navbar {
    background: transparent !important;
    box-shadow: none !important;
    z-index: 6;
}
.navbar.bg-white {
    background: #FFFFFF !important;
    box-shadow: 0 7px 20px 4px rgb(0 0 0 / 15%) !important;
}
.navbar .navbar-brand img {
    width: 150px !important;
}
.navbar .play-store-icon {
    width: 120px !important;
    position: relative !important;
    right: 0;
    top: 0 !important;
    bottom: 0;
}

.wrapper {
    padding: 0 !important;
}
/* Header Section */
.header_section {
    width: 100%;
    height: 700px;
    background: url(../images/Header_Bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.header_section:after {
    content: '';
    position: absolute;
    border: 16px solid transparent;
    border-radius: 50%;
    border-top: 16px solid #0060ff;
    border-left: 16px solid #0060ff;
    border-right: 16px solid #0060ff;
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
    width: 80px;
    height: 80px;
    bottom: 100px;
    right: 100px;    
}
.header_section .education_bg_box {
    width: 500px;
    height: 500px;
    background: url(../images/DiamondShape2.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 100px;
    left: 90px;
}
.header_section .education_bg_box:before {
    content: '';
    position: absolute;
    border: 16px solid transparent;
    border-radius: 50%;
    border-top: 16px solid rgba(0,0,0,0.3);
    border-left: 16px solid rgba(0,0,0,0.3);
    border-right: 16px solid rgba(0,0,0,0.3);
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
    width: 100px;
    height: 100px;
    top: 50px;
    left: -50px;
}
.header_section .education_bg_box:after {
    content: '';
    position: absolute;
    border: 3px solid rgba(237,31,36,0.2);
    border-radius: 50%;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
    width: 50px;
    height: 50px;
    bottom: -20px;
    right: 150px;
}
.header_section .header_content_transparent {
    width: 100%;
    height: 600px;
    display: table;
    position: relative;
}
.header_section .header_content_transparent .middle-align {
    display: table-cell;
    vertical-align: middle;
}

.header_section .header_content_transparent h1 {font-family: NeueHaasDisplayXThin, sans-serif !important; letter-spacing: 1px;}
.header_section .header_content_transparent h1 span {font-size: 40px !important; font-family: NeueHaasDisplayBold, sans-serif !important;}

.header_section .header_content_transparent p {font-size: 18px !important; line-height: 35px;}
.header_section .header_content_transparent .apply_now_button {
    font-family: 'Poppins', sans-serif;
    font-size: 15px !important;
    font-weight: 500;
    border-radius: 6px;
    padding: 10px 20px !important;
    display: inline-block !important;
}
.header_section .header_content_transparent .apply_now_button:hover {background: #e8b600 !important;}
.header_section .education {
    width: 380px; 
    height: 380px;
    margin: auto;
    display: block;
    top: 100px;
    position: relative;
}

/* Course Benefits */
.course_benefits {
    padding: 0 0 50px 0;
}
.course_benefits img {
    width: 50px;
    margin-bottom: 10px;
}
.course_benefits h5 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
}

/* Our Courses Section */
.our_top_courses {
    padding: 50px 0;
}
.our_top_courses h2 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
}
.our_top_courses .card {
    box-shadow: 0 20px 70px rgba(0,0,0,0.2);
    border: none;
    margin-bottom: 30px;
}
.our_top_courses .card img {
    width: 70px; 
    height: 70px; 
    margin: auto; 
    display: block; 
    margin-bottom: 15px;
}
.our_top_courses .card h5 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    text-align: center;
}
.our_top_courses .card a {font-size: 16px !important;}
.our_top_courses .card .download {
    font-size: 14px !important; 
    font-weight: 600 !important;
    border: none;
    background: transparent;
}
.our_top_courses .view_courses_button {font-family: 'Poppins', sans-serif;}
.our_top_courses .view_courses_button:hover {background: #5819ab !important;}

/* Skills Section */
.skills_section {
    padding-bottom: 50px;
}
.skills_section .skills_intro {
    border-radius: 15px;
    padding: 50px 30px;
    border: none !important;
    /* overflow: hidden; */
}
.skills_section .skills_intro h3 {
    font-family: NeueHaasDisplayXThin, sans-serif !important;
    font-size: 30px !important;
    letter-spacing: 1.5px !important;
}
.skills_section .skills_intro h2 {
    font-family: 'Poppins', sans-serif !important;
    text-transform: uppercase;
    color: #fff000 !important;
}
.skills_section .skills_intro .skills_img img {
    width: 450px;
    margin: auto;
    display: block;
    position: relative;
    z-index: 2;
}
.skills_section .skills_intro .skills_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 25px;
    width: 160px;
    height: 160px;
    background: url(../images/Dots.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.skills_section .skills_intro .skills_img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 64%;
    width: 450px;
    height: 450px;
    background: url(../images/Perspective.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.skills_section .skills_intro a {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}
.skills_section .skills_intro .skills_content {
    height: 430px;
    width: 100%;
    display: table;
    position: relative;
}
.skills_section .skills_intro .skills_content .middle-align {
    display: table-cell;
    vertical-align: middle;
}

/* Guidance Section */
.guidance_contact_section {
    padding: 20px 0 50px 0;
}
.guidance_contact_section h3 {
    font-family: NeueHaasDisplayXThin, sans-serif !important;
    font-size: 30px !important;
    letter-spacing: 1.5px !important;
}
.guidance_contact_section h2 {
    font-family: 'Poppins', sans-serif !important;
    text-transform: uppercase;
}
.guidance_contact_section .guide_person {
    background-image: url(../images/RedShape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 350px;
    height: 430px;
    margin: auto;
    display: block;
    overflow: hidden;
}
.guidance_contact_section .guide_person img {object-fit: contain;}
.guidance_contact_section .guidance_content {
    height: 430px;
    width: 100%;
    display: table;
    position: relative;
}
.guidance_contact_section .guidance_content .middle-align {
    display: table-cell;
    vertical-align: middle;
}
.guidance_contact_section .call_text {
    font-family: NeueHaasDisplayMedium, sans-serif !important;
    font-size: 21px !important;
}
.guidance_contact_section .call_text img.phone {
    width: 20px;
    height: 20px;
}
.guidance_contact_section .call_text a {
    border: none;
}

.guidance_contact_section .contact_number_icon {
    padding: 10px 10px 12px 14px !important;
    margin-right: 12px;
}

/* Testimonials Section */
.testimonials {
    padding-bottom: 50px;
}
.testimonials:before {
    content: '';
    position: absolute;
    border: 6px solid rgba(254,286,1,0.3);
    border-radius: 50%;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
    width: 80px;
    height: 80px;
    bottom: -50px;
    left: 35%;
}
.testimonials:after {
    content: '';
    position: absolute;
    border: 2px solid rgba(237,31,36,0.3);
    border-radius: 50%;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
    width: 60px;
    height: 60px;
    bottom: -60px;
    right: 30px;
}
.testimonials h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.testimonials p {font-size: 18px !important;}
.testimonials .students_testimonials {
    background: #e6dff0;
    border-radius: 15px;
}
.testimonials .students_review img {
    width: 60px !important;
    display: block;
    margin: auto;
}

/* Team Members */
.team-members .card img {
    width: 150px !important;
    margin: auto;
    border-radius: 100% 100% 0 100%;
}
.team-members .card h3 {margin: 15px 0 8px 0;}
.team-members .card	a {
	display: inline-block;
    width: 40px !important;
    margin: auto;
    height: 40px;
    color: white;
	font-size: 18px;
    border-radius: 100%;
    line-height: 2.2;
    margin: 10px auto;
}

/* Testimonials Video */
.udaan-video-reviews .play_btn {
    position: relative;
    top: -50%;
    font-size: 48px !important;
    border-radius: 100%;
    cursor: pointer;
}
.udaan-video-reviews .play_btn i {color: #FFFFFF;}
.udaan-video-reviews .mute_btn {
    position: relative;
    z-index: 2;
    top: -18%;
    left: 90%;
    font-size: 21px !important;
    color: #FFFFFF;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.3);
    border-radius: 100%;
    line-height: 1.9;
    display: block;
}
.udaan-video-reviews .mute_btn i {color: #FFFFFF;}

/* Footer Section */
.footer_new {padding: 30px 0 20px 0;}
.footer_new h3 {
    font-family: NeueHaasDisplayMedium, sans-serif !important;
    font-size: 28px !important;
    margin-bottom: 20px;
}
.footer_new h5 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-size: 20px !important;
}
.footer_new ul li {display: block;}
.footer_new ul.social_links li {padding-right: 7px; display: inline-block;}
.footer_new ul.quicklinks li {
    padding-bottom: 8px;
}
.footer_new .social_media_btn {
    padding: 5px 0;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
}

.about_us .about_des {
    padding-bottom: 230px;
    color: #000070;
    letter-spacing: 1px;
}

.course_benefits .course_container {
    padding-bottom: 50px;
    padding-top: 50px;

}
.footer_new .social_media_btn i {font-size: 14px; color: #222222;}
.footer_new .social_media_btn:hover {background: #e8b600 !important;}
.footer_new svg {float: left; margin: 2px 7px 2px 0;}

/* Responsive Design */
@media screen and (max-width: 2000px) {
    .header_section:after {right: 22%;}
    .testimonials:after {right: 18%;}
}
@media screen and (max-width: 1600px) {
    .header_section:after {right: 15%;}
    .testimonials:after {right: 11%;}
}
@media screen and (max-width: 1440px) {
    .header_section:after {right: 13%;}
    .testimonials:after {right: 6%;}
}
@media screen and (max-width: 1380px) {
    .header_section:after {right: 100px;}
    .testimonials:after {right: 30px;}
}
@media screen and (max-width: 1024px) {
    .header_section .education_bg_box {left: 0;}
    .header_section .education_bg_box:before {left: 0;}
    .header_section .header_content_transparent {height: 750px;}
    .footer_new h3 {font-size: 25.5px !important;}
    .footer_new p {font-size: 16px; display: flow-root;}
    .footer_new .quicklinks li a {font-size: 15.9px;}
}

@media screen and (max-width: 991px) {
    .wrapper {padding-top: 20px !important;}
    .navbar {background: #FFFFFF !important;}
    .navbar .navbar-nav li {width: auto !important; padding: 0 10px}
    .header_section {background-size: cover;}
    .header_section .education {width: 250px; height: auto; top: 80px;}
    .header_section .header_content_transparent {height: 700px;}
    .header_section .header_content_transparent h1 {font-size: 33px !important;}
    .header_section .header_content_transparent h1 span {font-size: 33px !important;}
    .header_section .education_bg_box {width: 350px; height: 350px;}
    .header_section:after {left: 20%;}
    .header_section .education_bg_box:before {width: 80px; height: 80px; top: 20px;}
    .guidance_contact_section {padding: 20px 0 40px 0;}
    .skills_section .skills_intro {padding-bottom: 20px;}
    .skills_section .skills_intro .skills_content {height: 300px;}
    .skills_section .skills_intro .skills_img:after {width: 550px; height: 550px; top: -40px; left: 68%;}
    .skills-column-reverse {flex-direction: column-reverse;}
    .guidance_contact_section .guide_person {width: 270px; height: 330px;}
    .testimonials p {font-size: 16px !important;}
}

@media screen and (max-width: 767px) {
    .header_section {height: 980px;}
    .header_section .education_bg_box {width: 450px; height: 450px; left: 30px;}
    .header_section .education {width: 350px; top: 100px;}
    .header_section .header_content_transparent {height: 550px !important;}
    .header_section .education_bg_box:after {right: 120px; bottom: 0;}
    .header_section:after {left: unset !important; right: 20px;}
    .course_benefits {padding-bottom: 0;}
    .guidance_contact_section .guidance_content {height: 300px;}
    .skills_section .skills_intro {padding-bottom: 10px;}
    .skills_section .skills_intro .skills_img:after {left: 70%;}
    .skills_section .skills_intro .skills_content {height: 380px;}
    .testimonials p {font-size: 16.4px !important;}
}

@media screen and (max-width: 550px) {
    .footer_new .quicklinks {display: inline-flex;}
    .footer_new .quicklinks li {padding: 0 20px 0 0;}
    .footer_new .quicklinks li a {font-size: 16px;}
}

@media screen and (max-width: 480px) {
    .header_section {height: 1000px;}
    .header_section:after {bottom: 60px;}
    .header_section .education_bg_box {width: 380px; height: 380px; left: 0;}
    .header_section .education {width: 300px !important;}
    .header_section .header_content_transparent {height: 680px !important;}
    .header_section .education_bg_box:after {right: 95px; bottom: -20px;}
    .guidance_contact_section .guidance_content {height: 350px;}
    .skills_section .skills_intro {padding: 40px 30px 15px 30px;}
    .skills_section .skills_intro .skills_img:before {width: 110px; height: 110px; left: 0;}
    .skills_section .skills_intro .skills_img:after {width: 330px; height: 330px; top: 0; left: 64%;}
    .skills_section .skills_intro .skills_content {height: 430px;}
    .course_benefits h5 {font-size: 14px;}
}

@media screen and (max-width: 400px) {
    .header_section .education_bg_box {width: 360px; height: 360px;}
    .header_section .education {width: 280px !important; top: 80px !important;}
    .header_section .header_content_transparent {height: 720px !important;}
    .header_section .education_bg_box:after {right: 75px;}
    .skills_section .skills_intro .skills_img:before {width: 100px; height: 100px;}
    .skills_section .skills_intro .skills_img:after {width: 300px; height: 300px;}
    .skills_section .skills_intro .skills_content {height: 500px;}
    .guidance_contact_section .contact_number_icon {padding: 8px 7px 10px 11px !important; margin-right: 12px;}
    .guidance_contact_section .call_text {font-size: 20px !important;}
}

@media screen and (max-width: 380px) {
    .header_section .education_bg_box {width: 330px; height: 330px;}
	.header_section .education {width: 250px !important; top: 80px !important;}
    .guidance_contact_section .call_text {font-size: 18px !important;}
}