/********** Poppins FONT **************/
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Black.eot');
  src: url('fonts/Poppins-Black.eot?#iefix') format('embedded-opentype'),
    url('fonts/Poppins-Black.woff2') format('woff2'),
    url('fonts/Poppins-Black.woff') format('woff'),
    url('fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Bold.eot');
  src: url('fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Poppins-Bold.woff2') format('woff2'),
    url('fonts/Poppins-Bold.woff') format('woff'),
    url('fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-SemiBold.eot');
  src: url('fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Poppins-SemiBold.woff2') format('woff2'),
    url('fonts/Poppins-SemiBold.woff') format('woff'),
    url('fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Medium.eot');
  src: url('fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/Poppins-Medium.woff2') format('woff2'),
    url('fonts/Poppins-Medium.woff') format('woff'),
    url('fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Regular.eot');
  src: url('fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Poppins-Regular.woff2') format('woff2'),
    url('fonts/Poppins-Regular.woff') format('woff'),
    url('fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Light.eot');
  src: url('fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Poppins-Light.woff2') format('woff2'),
    url('fonts/Poppins-Light.woff') format('woff'),
    url('fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-ExtraLight.eot');
  src: url('fonts/Poppins-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('fonts/Poppins-ExtraLight.woff2') format('woff2'),
    url('fonts/Poppins-ExtraLight.woff') format('woff'),
    url('fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Thin.eot');
  src: url('fonts/Poppins-Thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/Poppins-Thin.woff2') format('woff2'),
    url('fonts/Poppins-Thin.woff') format('woff'),
    url('fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}


/********** Poppins FONT **************/





html {
    scroll-behavior: smooth;
}

a, a:hover, a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}
input:focus {
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}



/* Transitions Common */
a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
i::before, i::after {
    -webkit-transition: all 0s !important;
    -o-transition: all 0s !important;
    transition: all 0s !important;
}
/* Transitions Common */





body {
    color: #000;
    font-family: "Poppins";
    font-weight: normal;
}









/* Back To Top CSS START */
.back-top {
    color: #fff;
    right: 25px;
    font-size: 26px;
    position: fixed;
    z-index: 1600;
    opacity: 0;
    visibility: hidden;
    bottom: 45px;
    background: #222;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    height: 40px;
    border: 2px solid #ffffff;
    width: 40px;
    text-align: center;
    line-height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.back-top-visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.back-top::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    background: #06332c;
}
.back-top:hover::before, .back-top:focus::before {
    opacity: 1;
    visibility: visible;
}
.back-top:hover, .back-top:focus {
    color: #fff;
}

/* Back To Top CSS END */











/*** Navbar taggler icon animate CSS START ***/
.navbar-toggler {
    border: 0;
    color: inherit;
}
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler-right {
    position: relative;
    right: 0;
    top: 0;
}

.navbar-toggler span {
   display: block;
   background-color: #000;
   height: 3px;
   width: 25px;
   margin-top: 4px;
   margin-bottom: 4px;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   position: relative;
   left: 0;
   opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -moz-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}
/*** Navbar taggler icon animate CSS END ***/











/* Sub Domains Revamp page CSS START */

.header_main_sec nav {
    color: #555;
    background: #fff;
    box-shadow: 0 3.8px 11px 0 rgba(0,0,0,0.12),0 0.5px 5px 0 rgba(0,0,0,0.04);
}
.logo_online {
    width: 240px;
}
.header_nav_wrapper {
    width: 100%;
}
.cust_navMenu.navbar-nav .nav-item .nav-link {
    color: #000;
    font-size: 15px; 
    font-family: "Poppins";
    font-weight: 400;
    padding: 7px 10px 7px;
    margin: 0px 5px 0px;
    text-align: center;
    line-height: 1.2;
    border: 1px solid #000;
    border-radius: 3px;    
}
.cust_navMenu.navbar-nav .nav-item .nav-link:hover {   
    color: #fff;
    background: #004580;
    border: 1px solid #004580;
}
.cust_navMenu.navbar-nav .nav-item.active .nav-link {   
    color: #fff;
    background: #004580;
    border: 1px solid #004580;
}













































/* AI and ML page CSS START */

.headerBanner_main_sec {
    background: url("../images/banner_header_1_desktop.jpg") no-repeat center center;
    background-size: cover;
    /* width: 100%;
    height: 580px;
    margin: 65px auto 0px; */
    width: auto;
    height: 540px;
    margin: 85px 30px 0px;
    border-radius: 10px;
    position: relative;    
}

/*
.headerBanner_floatingBox {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -25px;
    z-index: 99;
    margin: 0px auto;
    width: 50%;
    color: #0c4da2;
    font-size: 18px;   
    font-family: "Poppins";
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    padding: 11px 20px;
    border: 1px solid #f2f2f2;
    background: #fff;
    border-radius: 10px;    
    box-shadow: 0px 2px 2px 0px #dadada;     
}
*/


.btn.ctaBtn_banner {
    color: #000;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 500;
    line-height: 1.4;
    padding: 5px 10px;
    margin-bottom: 0px;
    text-align: center;
    background: #D1B135;
    border-radius: 4px;
    display: block;
    position: absolute;
    bottom: 70px;
    left: -20px;
    z-index: 1;
} 
.btn.ctaBtn_banner:hover {
    color: #fff;
    background: #D1B135;
    border-radius: 4px;
    box-shadow: rgba(0,0,0,0.07) 0px 1px 1px,rgba(0,0,0,0.07) 0px 2px 2px,rgba(0,0,0,0.07) 0px 4px 4px,rgba(0,0,0,0.07) 0px 8px 8px,rgba(0,0,0,0.07) 0px 16px 16px;
}




/* For Fixed Form in Banner section */
/*
.certification_form_sec {
    position: fixed;
    right: 0;
    top: 65px;
    z-index: 9;
    width: 450px;
    height: 500px;
    margin: 0px 0px 0px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 0px 0px 7px 7px;
    box-shadow: 5px 0px 5px 3px #a6a6a6;
}
*/
/* For Fixed Form in Banner section */



.certification_form_sec {
    position: absolute;
    right: 70px;
    top: 110px;
    z-index: 9;
    width: 430px;
    height: 450px;
    margin: 0px 0px 0px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 0px 0px 7px 7px;
}
.certification_form_sec h1 {
    color: #ffff;
    font-size: 24px;   
    font-family: "Poppins";
    font-weight: 600;
    line-height: 1.4;
    text-align: center;        
    padding: 10px 10px;    
    margin: 0px 0px 0px;    
    background: #000;
}
.form_fixFooter {
    top: inherit;
    bottom: 2px;
}








.bgHeading_1 {
    text-align: center;
    margin: 0px 0px 30px;
}
.bgHeading_1 span {
    color: #FFF;
    font-size: 28px;   
    font-family: "Poppins";
    font-weight: 500;
    line-height: 1.4;
    padding: 5px 30px 5px;
    margin: 0px 0px 0px;
    background: #d1b135;
    border: 1px solid #0C4DA2;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 0px 0px 5px #00000040;
}




.dualColor_heading_1 {
    color: #000;
    font-size: 28px;    
    font-family: "Poppins";
    font-weight: 700;
    line-height: 1.4;
    padding: 5px 0px 5px;
    margin: 0px 0px 10px;
    text-align: left;
}
.dualColor_heading_1 span {
    color: #0C4DA2;
}









.courseDurationPractical_main_sec {
    padding: 50px 0px 50px;
    margin: 0px 30px 0px;
    background: #F5F7F8;
}

.courseDurationPractical_main_sec .dualColor_heading_1 {
    text-align: center;
}

.courseDuration_slide_show.slick-slider .slick-track {
    display: flex;
}
.courseDuration_slide_show.slick-initialized .slick-slide {
    display: flex;
    height: auto;
}

.courseDuration_slide_show .course_duration_item {
    padding: 10px 10px 20px;
    margin: 10px 10px 10px;
    line-height: 1.4;
    text-align: center;
    background: #fff;
    border-radius: 5px;    
    justify-content: center;
    border: 1px solid #ececec;
    box-shadow: 0px 2px 2px 0px #f1f1f1;    
    position: relative;
    width: 100%;
}
.courseDuration_slide_show .course_duration_item .courseDure_imgBox {
    display: flex;
    justify-content: center;
    margin: 0px 0px 0px;
}
.courseDuration_slide_show .course_duration_item .courseDure_imgBox img {
    width: 100px;
    border-radius: 5px;
}

.courseDuration_slide_show .course_duration_item p {
    color: #000;
    font-size: 12px;
    font-family: "Poppins";
    font-weight: 500;
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}
.courseDuration_slide_show .course_duration_item p span {
    color: #0c4da2;
}












.topUniversityPartner_main_sec {
    padding: 50px 0px 50px;
    margin: 0px 0px 0px;
}

.topUniversityPartner_main_sec .dualColor_heading_1 {
    text-align: center;
}

.topUnivPartner_slide_show.slick-slider .slick-track {
    display: flex;
}
.topUnivPartner_slide_show.slick-initialized .slick-slide {
    display: flex;
    height: auto;
}

.topUnivPartner_slide_show .universityPartner_item {
    padding: 10px 10px 10px;
    margin: 10px 10px 10px;
    line-height: 1.4;
    text-align: center;
    background: #fff;
    border-radius: 5px;    
    justify-content: center;
    /* border: 1px solid #ececec;
    box-shadow: 0px 2px 2px 0px #dadada; */
    position: relative;
    width: 100%;
}
.topUnivPartner_slide_show .universityPartner_item .univ_imgBox {
    display: flex;
    justify-content: center;
    margin: 0px 0px 0px;
}
.topUnivPartner_slide_show .universityPartner_item .univ_imgBox img {
    border-radius: 5px;
}

.topUnivPartner_slide_show .universityPartner_item p {
    color: #000;
    font-size: 12px;
    font-family: "Poppins";
    font-weight: 500;
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}
.topUnivPartner_slide_show .universityPartner_item p span {
    color: #0c4da2;
}













.srmOnline_standsOut_main_sec {
    padding: 50px 0px 50px;
    margin: 0px 30px 0px;
    background: #F5F7F8;
}
.yOnlineStandsOut_wrap {
    padding: 0px 50px 0px;
    margin: 0px 0px 0px;
}

.dualColor_heading_1 .title_sub_blueText {
    color: #4571A1;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 400;
    margin: 0px 0px 0px;
}


.yOnline_standsOut_slide_show.slick-slider .slick-track {
    display: flex;
}
.yOnline_standsOut_slide_show.slick-initialized .slick-slide {
    display: flex;
    height: auto;
}

.yOnline_standsOut_slide_show {
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}
.yOnline_standsOut_slide_show .yOnline_stands_item {
    padding: 25px 25px 25px;
    margin: 20px 10px 10px;
    line-height: 1.4;
    text-align: center;
    background: #fff;
    border-radius: 10px;    
    justify-content: center;
    border: 1px solid #ececec;
    box-shadow: 0px 2px 2px 0px #f1f1f1;    
    position: relative;
    width: 100%;
}
.yOnline_standsOut_slide_show .yOnline_stands_item .yOnlineStands_imgBox {
    display: flex;
    align-items: center;
    justify-content: center;    
    /* position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0px auto; */
    width: 50px; 
    height: 50px;
    margin: 0px 0px 25px;
    border-radius: 5px;
    background: #007BFF1A;
}

.yOnline_standsOut_slide_show .yOnline_stands_item .yOnlineStands_dataBox h3 {
    color: #000;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 600;
    margin: 0px 0px 15px;
    text-align: left;
}
.yOnline_standsOut_slide_show .yOnline_stands_item .yOnlineStands_dataBox p {
    color: #4571A1;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 400;
    margin: 0px 0px 0px;
    text-align: left;
}
















.wellness_skill_main_sec {
    padding: 50px 0px 50px;
    margin: 0px 0px 0px;
}
.wellness_wrap {
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}
.upskill_imgBox {
    border-radius: 15px;
    overflow: hidden;
}
.indus-logo {
    margin: 30px 0px 0px 0px;
}
.indus-logo .slick-slider {
    margin:0 -15px;
}
.indus-logo .slick-slide {
    margin-right:15px;
    margin-left:15px;
}
.indus-logo .slick-track
{
    display: flex !important;
}
.note-sec {
    width: 100%;
    float: left;
    clear: both;
    margin: 40px 0px 0px 0px;
}
.note-para {
    font-size: 14px;
    line-height: 22px;
    font-family: "Poppins";
    font-weight: 400; 
    color: #0C141D;   
    text-align: center;
    margin-bottom: 0px;
}
.indus-logo .slick-slide
{
    height: inherit !important;
    align-content: center;
}
.wellness_wrap .dualColor_heading_1 {
    margin: 0px 0px 30px;
}
.dualColor_heading_1 .title_subText {
    color: #666;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 400;
    margin: 0px 0px 0px;
}
.dualColor_heading_1 .dblock_text {
    color: #000;
    display: block;
}

.upskill_list_sec {
    display: grid;
    grid-template-columns: 49% 49%;
    gap:30px 15px;
}
.upskill_list_sec .listBox {
    display: flex;
    align-items: start;
    gap: 10px;
}
.upskill_list_sec .listBox img {
    width: 25px;
}
.upskill_list_sec .listBox span h4 {
    color: #000;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 600;
    margin: 0px 0px 10px;
}
.upskill_list_sec .listBox span p {
    color: #666;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 400;
    margin: 0px 0px 0px;
}































.certificate_stands_main_sec {
    padding: 30px 0px 50px;
    margin: 0px 0px 0px;
}
.certificate_stands_wrap .dualColor_heading_1 span span {
    display: block;
}

.certificate_stands_dataBox {
    width: 80%;
    margin: 0px auto 0px;
}


.cust_table_1 {
    padding: 0px 0px 0px;
    margin: 0px 0px 30px;
    border: 1px solid #000;
    border-radius: 10px;
}
/* 
.cust_table_1 th, 
.cust_table_1 td {
  border: 1px solid gray;
  border-radius: 10px;
  padding: 3px;
} */
.cust_table_1 tr th {
    color: #fff;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 500;
    padding: 10px 7px;
    text-align: center;
    background: #0c4da2;    
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.cust_table_1 tr td {
    color: #000;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 400;
    padding: 7px 7px;
    text-align: center;
    background: #fff;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}














.bestIndustry_and_acad_main_sec {
    padding: 30px 0px 50px;
    margin: 0px 0px 0px;
}
.bestIndustry_and_acad_wrap {
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}

.bestIndustryAcad_slide_show.slick-slider .slick-track {
    display: flex;
}
.bestIndustryAcad_slide_show.slick-initialized .slick-slide {
    display: flex;
    height: auto;
}

.bestIndustry_and_acad_wrap .dualColor_heading_1 .title_subText {
    color: #000;
    margin: 0px 0px 0px;
}

.bestIndustryAcad_slide_show {
    padding: 0px 0px 0px;
    margin: 0px 0px 40px;
}
.bestIndustryAcad_slide_show .bestIndustryAcad_item {
    /* padding: 30px 30px 10px; */
    padding:  0px 0px 0px;
    margin: 10px 0px 10px;
    line-height: 1.4;
    text-align: center;
    background: #fff;
    border-radius: 0px;    
    justify-content: center;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    box-shadow: 0px 2px 2px 0px #dadada;    
    position: relative;
    /* width: 40%; */
    display: grid;
    grid-template-columns: 20% 80%;
}
.bestIndustryAcad_slide_show .bestIndustryAcad_item .bestAcad_imgBox {
    display: flex;
    justify-content: center;
    margin: 0px 0px 0px;
}
.bestIndustryAcad_slide_show .bestIndustryAcad_item .bestAcad_imgBox img {
    width: auto;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.bestIndustryAcad_slide_show .bestIndustryAcad_item .bestAcad_profDetails {
    color: #666;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 400;
    text-align: left;
    padding: 30px 30px 30px;
    margin: 0px 0px 0px;
}
.bestIndustryAcad_slide_show .bestIndustryAcad_item .bestAcad_profDetails h2 {
    color: #0c4da2;
    font-size: 25px;
    font-family: "Poppins";
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px 0px 7px;
}
.bestIndustryAcad_slide_show .bestIndustryAcad_item .bestAcad_profDetails h2 span {
    color: #666;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 400;
    text-transform:capitalize;
    margin: 0px 0px 10px;
    display: block;
}


.bestIndustryAcad_slide_show .bestIndustryAcad_item .bestAcad_profDetails p {
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 400;
    margin: 0px 0px 5px;
    line-height: 1.8;
}
.bestIndustryAcad_slide_show .bestIndustryAcad_item .bestAcad_profDetails p span {
    color: #000;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
    display: block;
}
/* 
.bestIndustryAcad_slide_show .bestIndustryAcad_item .bestAcad_profDetails a {
    color: #0c4da2;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 400;
    margin: 0px 0px 0px;
}
.bestIndustryAcad_slide_show .bestIndustryAcad_item .bestAcad_profDetails a:hover {
    color: #0c4da2;
    text-decoration: underline;
} */

.faculty_profileList {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px;
}
.faculty_profileList li {
    color: #454545;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 400;
    margin: 0px 0px 5px 15px;
    list-style: none;
}
.faculty_profileList li i {
    font-size: 12px;
    margin: 0 5px 0 0;
}









.certificate_main_sec {
    padding: 50px 0px 30px;
    margin: 0px 0px 0px;
    background: #0C4DA208;
}
.certificate_wrap {
    padding: 0px 0px 0px;
}
.certificate_dataBox {
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}
.certificate_dataBox p {
    color: #454545;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 400;
    margin: 0px 0px 25px;
}
.certificate_dataBox p b {
    font-weight: 600;
}
.custom_list_1 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px;
}
.custom_list_1 li {
    color: #454545;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 600;
    margin: 0px 0px 25px 0px;
    list-style: none;
}

.certify_imgBox {
    text-align: right;
}
.certify_imgBox img {
    width: 320px;
    height: 300px;
    object-fit: cover;
}













.progFeeStructure_main_sec {
    padding: 50px 0px 30px;
    margin: 0px 0px 0px;
}
.progFee_wrap {
    padding: 0px 70px 0px;
}


.progFee_wrap .dualColor_heading_1 {
    color: #000;
    padding: 0px 0px 0px;
    margin: 0px 0px 30px;
    text-align: center;
}
.progFee_dataBox {
    padding: 30px 30px 30px;
    margin: 0px 0px 30px;    
    border: 2px solid #f8f8f8;
    border-radius: 0px 15px 15px 0px;
    box-shadow: 0px 2px 2px 0px #f1f1f1;  
    position: relative;
}
.progFee_dataBox:hover {    
    border: 2px solid #0c4da2;
    border-radius: 0px 10px 10px 0px;
    box-shadow: 0px 10px 10px 0px #e3e3e3;  
    transition: all 0.5s;
}
.progFee_dataBox .mostGlobal {
    position: absolute;
    top: 0px;
    right: 0px;
}
.progFee_dataBox h3 {
    color: #000;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 700;
    padding: 0px 0px 0px;
    margin: 0px 0px 30px;
}
.progFee_dataBox h3 span {
    color: #4571A1;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 400;
    padding: 0px 0px 0px;
    margin: 10px 0px 0px;
    display: block;
}

.progFee_dataBox h1 {
    color: #000;
    font-size: 35px;
    font-family: "Poppins";
    font-weight: 700;
    padding: 0px 0px 0px;
    margin: 0px 0px 30px;
}
.progFee_dataBox h1 span {
    color: #4571A1;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 500;
    margin: 0px 0px 0px;
}
.progFee_dataBox h1 span.sub_1 {
    display: inline-block;
}
.progFee_dataBox h1 span.sub_2 {
    margin: 5px 0px 0px;
    display: block;
}

.custom_list_2 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px;
}
.custom_list_2 li {
    color: #000;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 600;
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 15px;
    list-style: none;
    position: relative;
}

.custom_list_2 li::before {
    content: '\f00c';
    color: #22C55E;
    font-size: 16px;
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px 0px 0px;
}



.ctaBtn_sec {
    text-align: center;
    margin: 0px 0px 0px;    
}
.btn.enrollNow_Btn {
    color: #0c4da2;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 500;
    line-height: 1.4;
    padding: 15px 10px;
    margin-bottom: 0px;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border: 2px solid #0c4da2;
    min-width: 120px;
    display: block;
} 
.btn.enrollNow_Btn:hover {
    color: #fff;
    /* background: #D1B135; */
    background: #0c4da2;
    border-radius: 7px;
    transition: all 0.5s;
    /* box-shadow: rgba(0,0,0,0.07) 0px 1px 1px,rgba(0,0,0,0.07) 0px 2px 2px,rgba(0,0,0,0.07) 0px 4px 4px,rgba(0,0,0,0.07) 0px 8px 8px,rgba(0,0,0,0.07) 0px 16px 16px; */
}
























.fees_structure_main_sec {
    padding: 0px 0px 50px;
    margin: 0px 0px 0px;
}
.fees_structure_wrap {
    padding: 0px 0px 40px;
}
.feeStructre_left_dataBox {
    padding: 35px 35px;
    margin: 0px 0px 0px;
    background: #f1f1f1;
    border-radius: 15px;
    width: 75%;
}
.feeStructre_left_dataBox p {
    color: #000;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 400;
    margin: 0px 0px 15px;
}
.feeStructre_left_dataBox p b {
    font-weight: 600;
}
.feeStructre_left_dataBox span {
    color: #000;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 300;
    font-style: italic;
    margin: 0px 0px 0px;
    display: block;
}


.feeStructre_right_dataBox {
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}
.feeStructre_right_dataBox p {
    color: #666;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 400;
    margin: 0px 0px 10px;
}
.feeStructre_right_dataBox .custom_list_1 li {
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
}



















.careerExpert_main_sec {
    /* padding: 30px 20px 30px;
    margin: 0px 75px 30px;
    background: #0C4DA2;
    border-radius: 20px;
    box-shadow: 0px 2px 2px 0px #c3c3c3; */
    position: relative;
    /* width: 100%; */
    padding: 0px 0px 0px;
    margin: 0px 0px 30px;
}


.careerExpert_wrap {
    padding: 30px 30px 30px;
    margin: 0px 0px 0px;
    background: #0C4DA2;
    border-radius: 20px;
    box-shadow: 0px 2px 2px 0px #c3c3c3;  
}

.careerExpert_wrap .dualColor_heading_1 {
    color: #fff;
    line-height: 1.2;
    margin: 0px 0px 20px; 
    width: 40%;
}
/* 
.careerExpert_wrap .dualColor_heading_1 span {
    color: #fff;
    display: block;
} */
.careerExpert_dataBox {
    color: #fff;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 400;
    margin: 0px 0px 30px;    
    width: 55%;
}
.careerExpert_imgBox img {
    position: absolute;
    right: 10rem;
    bottom: 0px;
    width: 300px;    
}
.ctaBtn_sec.bookFreeCall_btn {
    text-align: left;
}

.btn.applynow_Btn.consultan_Btn {
    color: #0c4da2;
    font-size: 14px;
    padding: 10px 20px;
    margin: 0px 10px 10px 0px;
    background: #fff;
    border-radius: 5px;
}
.btn.applynow_Btn.consultan_Btn:hover {
    border-radius: 5px;
}
.btn.applynow_Btn.call_Btn {
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    margin: 0px 10px 10px 0px;
    background: #245fab;
    border-radius: 5px;
    box-shadow: inset 0px 0px 2px #366cb2;
}
.btn.applynow_Btn.call_Btn:hover {
    border-radius: 5px;
}





















.ctaBtn_sec {
    text-align: center;
    margin: 0px 0px 0px;    
}
.btn.applynow_Btn {
    color: #fff;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 500;
    line-height: 1.4;
    padding: 5px 10px;
    margin-bottom: 0px;
    text-align: center;
    background: #0c4da2;
    border-radius: 4px;
    min-width: 120px;
} 
.btn.applynow_Btn:hover {
    color: #fff;
    background: #D1B135;
    border-radius: 4px;
    box-shadow: rgba(0,0,0,0.07) 0px 1px 1px,rgba(0,0,0,0.07) 0px 2px 2px,rgba(0,0,0,0.07) 0px 4px 4px,rgba(0,0,0,0.07) 0px 8px 8px,rgba(0,0,0,0.07) 0px 16px 16px;
}








.common_slide_nextPrev_dots_ctrl .slick-prev:before {
    color: #000;
    content: '\f053';
    font-family: FontAwesome;
    font-weight: 600;
}
.common_slide_nextPrev_dots_ctrl .slick-next:before {
    color: #000;
    content: '\f054';
    font-family: FontAwesome;
    font-weight: 600;
}
.common_slide_nextPrev_dots_ctrl .slick-prev:before, 
.common_slide_nextPrev_dots_ctrl .slick-next:before {
    color: #000;
    font-size: 18px;
}


.common_slide_nextPrev_dots_ctrl .slick-dots li button:before {
    font-size: 35px;
}
.common_slide_nextPrev_dots_ctrl .slick-dots li button:before {
    font-size: 35px;
    color: #000;
}
.common_slide_nextPrev_dots_ctrl .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000;
}


/* AI and ML page CSS END */












































































/* Responsive CSS START */


@media only screen and (min-width: 1920px) and (max-width: 2050px) {
	/* For Screen 67% */ 
    .headerBanner_main_sec {
        height: 49rem;
    }
    .certification_form_sec {
        height: 620px;
    }
    

    .careerExpert_wrap .dualColor_heading_1 {
        width: 40%;
    }
    .careerExpert_dataBox { 
        width: 60%;
    }
    .careerExpert_imgBox img {
        right: 33rem;
    }
}
 
 
@media only screen and (min-width: 1800px) and (max-width: 1919px) {
	/* For Screen 75% */ 
    .headerBanner_main_sec {
        height: 43rem;
    }
    .certification_form_sec {
        height: 550px;
    }
    

    .careerExpert_wrap .dualColor_heading_1 {
        width: 40%;
    }
    .careerExpert_dataBox { 
        width: 60%;
    }
    .careerExpert_imgBox img {
        right: 25rem;
    }

}
 
 
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
	/* For Screen 80% */		 
    .headerBanner_main_sec {
        height: 40rem;
    }	
    .certification_form_sec {
        height: 500px;
    }
    

    .careerExpert_wrap .dualColor_heading_1 {
        width: 40%;
    }
    .careerExpert_dataBox { 
        width: 60%;
    }
    .careerExpert_imgBox img {
        right: 22rem;
    }

}
 
 
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	/* For Screen 90% */      
    .headerBanner_main_sec {
        height: 36rem;
    }	
    .certification_form_sec {
        height: 450px;
    }		
    

    .careerExpert_wrap .dualColor_heading_1 {
        width: 38%;
    }
    .careerExpert_dataBox { 
        width: 60%;
    }
    .careerExpert_imgBox img {
        /* right: 18rem; */
        right: 15rem;
    }
    
}



@media only screen and (min-width: 1240px) and (max-width: 1350px) {
	/* For Screen 110% */
    	
    .headerBanner_main_sec {
        height: 470px;
    }
    .certification_form_sec {
        width: 390px;
        height: 380px;
    }
    .headerBanner_floatingBox {
        width: 55%;
    }
    

    .careerExpert_wrap .dualColor_heading_1 {
        width: 40%;
    }
    .careerExpert_dataBox { 
        width: 55%;
    }
    .careerExpert_imgBox img {
        right: 7rem;
    }

}




@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	/* For Screen 125%  */	
    .headerBanner_main_sec {
        height: 440px;
    }
    .certification_form_sec {
        width: 330px;
        height: 340px;
    }
    .headerBanner_floatingBox {
        width: 60%;
    }
    

    .careerExpert_wrap .dualColor_heading_1 {
        width: 50%;
    }
    .careerExpert_dataBox { 
        width: 65%;
    }
    .careerExpert_imgBox img {
        right: 7rem;
    }
}





/* Medium devices (tablets, less than 992px)*/
@media (max-width: 992px) {
    
}








@media only screen and (max-width: 568px) {

    .header_nav_wrapper {
        width: 100%;
    }

    .logo_online {
        width: 200px;
    }
    .cust_navMenu.navbar-nav {
        margin: 10px 0px 0px;
        align-items: center;
        justify-content: flex-end;
        flex-direction: row;
    }
    



    /* From Here Essentials of Sports page */

    .headerBanner_main_sec {
        /* background: url("../images/banner_header_1_mobile.png") no-repeat top center; */
        background: url("../images/banner_header_1_mobile.jpg") no-repeat top center;
        background-size: cover;
        /* height: 35rem; */
        /* height: 12rem; */
        height: 10rem;
        margin: 80px 15px 0px;
    }
    .headerBanner_floatingBox {
        bottom: -60px;
        width: 92%;
    }
    .btn.ctaBtn_banner {
        position: absolute;
        bottom: 50px;
        left: 28px;
        z-index: 1;
    } 

    .courseDurationPractical_main_sec {
        padding: 50px 0px 30px;
        margin: 0px 15px 0px;
    }
    .certification_form_sec {
        position: relative;
        top: 30px;
        right: 0;
        z-index: 1;
        width: 90%;
        height: 500px;
        margin: 0px auto 80px;
        background: #fff;
        border: 1px solid #e9e9e9;
        border-radius: 0px;
        box-shadow: 0px 5px 10px 0px #e5e5e5;
    }
    .certification_form_sec h1 {
        font-size: 20px;
    }
    

    .bgHeading_1 span {
        font-size: 25px;
        padding: 5px 15px 5px;
    }


        
    
    /*
    .bgHeading_1.heading_abtCourse_mobile_view {
        display: block;
    }
    .bgHeading_1.heading_abtCourse_desktop_view {
        display: none;
    }*/





    
.slick-dotted.slick-slider {
    margin-bottom: 40px;
}
.topUniversityPartner_main_sec {
    padding: 60px 0px 20px;
}


.dualColor_heading_1 {
    text-align: center;
}



.bestIndustry_and_acad_wrap {
    padding: 0px 0px 0px;
}
.certificate_wrap {
    padding: 0px 5px 0px;
}



.srmOnline_standsOut_main_sec {
    padding: 50px 0px 30px;
    margin: 0px 15px 0px;
}
.yOnlineStandsOut_wrap {
    padding: 0px 0px 0px;
}





.wellness_wrap {
    padding: 0px 0px 0px;
}

.wellness_wrap .dualColor_heading_1 {
    margin: 30px 0px 30px;
}
.upskill_list_sec {
    display: grid;
    grid-template-columns: 100%;
    gap:30px 15px;
}






.certify_imgBox {
    text-align: center;
}
.certify_imgBox img {
    width: 350px;
    height: auto;
    object-fit: cover;
}









.progFee_wrap {
    padding: 0px 0px 0px;
}




.careerExpert_wrap .dualColor_heading_1 {
    width: 40%;
}
.careerExpert_dataBox { 
    width: 55%;
}




/* 
.bestIndustryAcad_slide_show .bestIndustryAcad_item {
    margin: 10px 10px 10px;
    width: 100%;
} */
.bestIndustryAcad_slide_show .bestIndustryAcad_item {
    margin: 10px 0px 10px;
    grid-template-columns: 100%;
}


.common_slide_nextPrev_dots_ctrl .slick-prev {left: -5px;} 
.common_slide_nextPrev_dots_ctrl .slick-next {right: -5px;}

.certificate_stands_dataBox {
    width: 95%;
    margin: 0px auto;
}

.custom_list_1 li {
    margin: 0px 0px 25px 0px;
}
.feeStructre_left_dataBox {
    padding: 25px 15px;
    margin: 0px 0px 20px;
    width: 100%;
}



.careerExpert_wrap .dualColor_heading_1 {
    width: 100%;
}
.careerExpert_dataBox { 
    width: 100%;
}
.careerExpert_main_sec {
    height: 40rem;
    margin: 0px 0px 30px;
}
.careerExpert_imgBox img {
    position: absolute;
    left: 0;
    right: 0px;
    bottom: 0rem;
    width: 90%;
    margin: 0px auto;
}
.ctaBtn_sec.bookFreeCall_btn {
    text-align: center;
}

.btn.applynow_Btn.consultan_Btn {
    margin: 0px 0px 10px 0px;
}
.btn.applynow_Btn.call_Btn {
    margin: 0px 0px 10px 0px;
}




}






@media only screen and (max-width: 375px) {

    .headerBanner_main_sec {
        background: url("../images/banner_header_1_mobile.jpg") no-repeat top center;
        background-size: contain;
        height: 8.6rem;
        margin: 80px 15px 0px;
    }

}
