
/* Roboto FONT */


@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.eot');
    src: url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Bold.woff2') format('woff2'),
        url('fonts/Roboto-Bold.woff') format('woff'),
        url('fonts/Roboto-Bold.ttf') format('truetype'),
        url('fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Medium.eot');
    src: url('fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Medium.woff2') format('woff2'),
        url('fonts/Roboto-Medium.woff') format('woff'),
        url('fonts/Roboto-Medium.ttf') format('truetype'),
        url('fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Light.eot');
    src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Light.woff2') format('woff2'),
        url('fonts/Roboto-Light.woff') format('woff'),
        url('fonts/Roboto-Light.ttf') format('truetype'),
        url('fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.eot');
    src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff'),
        url('fonts/Roboto-Regular.ttf') format('truetype'),
        url('fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




/* Roboto 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: 'Roboto';
}









/* 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: 18px; 
    font-family: 'Roboto';
    font-weight: 500;
    padding: 10px 15px 10px;
    margin: 0px 0px 0px;
    text-align: center;
    line-height: 1.2;
}
.cust_navMenu.navbar-nav .nav-item .nav-link:hover {   
    color: #004580;
}













































/* Gen AI Prompting page CSS START */

.headerBanner_main_sec {
    background: url("../images/banner_header_1_desktop.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 500px;
    margin: 65px auto 0px;
    position: relative;
}


.btn.ctaBtn_banner {
    color: #000;
    font-size: 16px;
    font-family: 'Roboto';
    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: 80px;
    left: 90px; */
    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;
}





.certification_form_sec {
    position: absolute;
    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;
}
.certification_form_sec h1 {
    color: #ffff;
    font-size: 24px;    
    font-family: 'Roboto';
    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;
}








.whyChooseSRM_main_sec {
    padding: 50px 0px 50px;
    margin: 0px 0px 0px;
}
.bgHeading_1 {
    text-align: center;
    margin: 0px 0px 30px;
}
.bgHeading_1 span {
    color: #FFF;
    font-size: 28px;    
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 1.4;
    padding: 5px 30px 5px;
    margin: 0px 0px 0px;
    background: #d1b135;
    border-radius: 3px;
    display: inline-block;
}



.whyChooseSRM_dataBox {   
    margin: 0px 0px 0px; 
}
.whyChooseSRM_dataBox .row .col-md-4 {   
    margin: 0px 0px 30px; 
    border-right: 1px solid #000;
}
.whyChooseSRM_dataBox .row .col-md-4:nth-of-type(3n) {   
    border-right: 0px solid #000;
}
.yChooseSRM_detail {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.yChooseSRM_detail img {
    margin: 0px 0px 10px;
}
.yChooseSRM_detail p {
    color: #212122;
    font-size: 16px;    
    font-family: 'Roboto';
    font-weight: 400;
    margin: 0px 0px 0px;
}








.aiRevolution_main_sec {
    padding: 0px 0px 30px;
    margin: 0px 0px 0px;
}
.paraDetail_text_1 {
    color: #555555;
    font-size: 16px;    
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    padding: 0 0px;
    margin: 0px 0px 15px;
}


.ctaBtn_sec {
    margin: 0px 0px 0px;
}
.btn.applynow_Btn {
    color: #000;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 1.4;
    padding: 5px 10px;
    margin-bottom: 0px;
    text-align: center;
    background: #D1B135;
    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;
}




.aiRevolution_banner_sec {
    background: url("../images/banner_aiRevolution_desktop.jpg") no-repeat center center;
    background-size: cover;
    width: 95%;
    height: 500px;
    margin: 0px auto 0px;
    position: relative;
}
.btn.ctaBtn_banner.aiRevolution_banner_btn {
    padding: 5px 20px;
    margin-bottom: 0px;
    display: block;
    position: absolute;
    bottom: 90px;
    left: 46%;
    z-index: 1;
} 







.whoCanJoinCourse_main_sec {
    padding: 50px 0px 30px;
    margin: 0px 0px 0px;
}

.whoCanJoinCourse_slide_show .whoJoinCourse_item {
    color: #212122;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    padding: 10px 10px;
    margin: 0px 10px 0px;
    line-height: 1.2;
    text-align: center;
    background: #fff;
    border-radius: 0px;
    display: block;
    border: 1px solid #767676;
    background: linear-gradient(to bottom,  #d3d3d3 0%,#ececec 100%);
}





.learnAnytime_banner_sec {
    width: 95%;
    text-align: center;
    margin: 0px auto 50px;
    position: relative;
}
.learnAnytime_banner_sec h4 {
    color: #0C4DA2;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 600;
    font-style: italic;
    padding: 0px 0px;
    margin: 0px 0px 10px;
    line-height: 1.2;
    text-align: center;
}
.learnAnytime_banner_sec img {
    width: 100%;
}







.intellAssets_main_sec {
    background: url("../images/banner_intell_assets_desktop.jpg") no-repeat center center;
    background-size: cover;
    height: 500px;
    padding: 50px 0px 50px;
    margin: 0px auto 50px;
    position: relative;
}


.intellAssets_dataBox {
    width: 70%;
    margin: 0 auto;
}
.intellAssets_detail {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0px 0px 40px;
}
.intellAssets_detail span {
    width: 80px;
    height: 80px;
    margin: 0px 0px 10px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.intellAssets_detail span img {
    width: 40px;
    height: 40px;
}
.intellAssets_detail p {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 500;
    margin: 0px 0px 0px;
    line-height: 1.2;
    text-align: center;
}
.intellAssets_detail hr {
    width: 50px;
    height: 1px;
    margin: 10px 0px 0px; 
    background: #ffffff;
}







.whyChooseSRMonline_main_sec {
    background: url("../images/banner_whychoose_srmonline_desktop.png") no-repeat center center;
    background-size: cover;
    height: 500px;
    padding: 50px 0px 50px;
    margin: 0px auto 0px;
    position: relative;
}

.yChoSRMonline_dataBox {
    width: 70%;
    margin: 0 auto;
}
.yChoSRMonline_detail {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 40px;
}
.yChoSRMonline_detail span {
    width: 80px;
    height: 80px;
    margin: 0px 10px 0px 0px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.yChoSRMonline_detail span img {
    width: 40px;
    height: 40px;
}
.yChoSRMonline_detail p {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 500;
    margin: 0px 0px 0px;
    line-height: 1.2;
    text-align: left;
}




.flexible_banner_sec {
    text-decoration: cadetblue;
    margin: 0px auto 0px;
}
.flexible_banner_sec img {
    width: 100%;
}



.howHelp_and_Recruit_main_sec {
    padding: 50px 0px 50px;
    margin: 0px 0px 0px;
}
.howHelp_dataBox {
    width: 100%;
    margin: 0px auto 30px;
}
.helpDetail {
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 500;
    padding: 10px;
    margin: 0px 0px 20px;
    line-height: 1.2;
    text-align: center;
    background: #0C4DA2;
    border-radius: 7px;
}



.topRecruit_dataBox {
    width: 100%;
    margin: 0px auto 0px;
}
.topRecruit {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.topRecruit img {
    width: 250px;
    object-fit: cover;
}






.topRecruit_slide_show.slick-slider .slick-track {
    display: flex;
    margin-bottom: 30px;
}
.topRecruit_slide_show.slick-slider .slick-track .slick-slide {
    height: auto;
}

.topRecruit_slide_show .topRecruit_item {
    padding: 10px 10px;
    margin: 10px 10px;
    text-align: center;
    background: #fff;
    border: 1px solid #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-shadow: 0px 3px 3px #eaeaea;
}
.topRecruit_slide_show .topRecruit_item img {
    width: 200px;
    object-fit: cover;
}







.hearFromStudent_sec {
    padding: 50px 0px 50px;
    margin: 0px 0px 0px;
    background: #f0f1f3;
}
.alumniTitle {
    color: #000;
    font-size: 25px;
    font-family: 'Roboto';
    font-weight: 500;
    padding: 0px;
    margin: 0px 0px 50px;
    line-height: 1.2;
    text-align: center;
}

.hearFromStudent_slide_show .hearFromStudent_item {
    color: #212122;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 500;
    padding: 50px 15px 15px;
    margin: 40px 10px 15px;
    line-height: 1.2;
    text-align: center;
    min-height: 205px;
    display: block;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #0c4da2;
    position: relative;
}
.hearFromStudent_item .alumni_icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #0c4da2;
    border: 2px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    margin: 0px auto 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hearFromStudent_item .alumni_icon img {
    width: 50px;
    height: 50px;
}


.hearFromStudent_item p {
    color: #212122;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    padding: 0px 30px 0px;
    margin: 0px 0px 5px;
    line-height: 1.4;
    text-align: center;
}
.hearFromStudent_item p span {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    display: block;
}



.starRateBox {
    display: flex;
    justify-content: center;
}
.star_rating {
    font-size:1.5em;
    padding:0 0em;
    line-height: 1;
    text-align:center;
    width: 4em;
    display:flex;
    align-items: center;
    justify-content:space-around;
    flex-direction: row-reverse;
  }
  
  .star_rating input {
    display:none;
  }
  
  .star_rating label {
    color:#0c4da2;
    font-size: 20px;
    cursor:pointer;
    margin-bottom: 0;
  }
  
  .star_rating :checked ~ label {
    color:#f90;
  }
  
  .star_rating label:hover,
  .star_rating label:hover ~ label {
    color:#fc0;
  }






.slick-dots li {
    margin: 0px 2px;
}
.slick-dots li button:before {
    font-size: 30px;
    line-height: 20px;
}  
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #0C4DA2;
}
.slick-dots li button:before {
    opacity: .75;
    color: #D9D9D9;
}






.careerUnlock_banner_sec {
    background: url("../images/banner_careerUnlock_desktop.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 500px;
    margin: 0px auto 0px;
    position: relative;
}

.btn.ctaBtn_banner.careerUnlock_banner_btn {
    padding: 5px 20px;
    margin-bottom: 0px;
    display: block;
    position: absolute;
    bottom: 150px;
    left: -45px;
    z-index: 1;
} 



/* Gen AI Prompting page CSS END */












































































/* Responsive CSS START */


@media only screen and (min-width: 1920px) and (max-width: 2050px) {
	/* For Screen 67% - Screen size */	 
    .headerBanner_main_sec {
        height: 49rem;
    }	
    .btn.ctaBtn_banner {
        position: absolute;
        bottom: 150px;
        left: -300px;
    } 
}
 
 
@media only screen and (min-width: 1800px) and (max-width: 1919px) {
	/* For Screen 75% - UnKnown Screen size */	 
    .headerBanner_main_sec {
        height: 43rem;
    }	
    .btn.ctaBtn_banner {
        position: absolute;
        bottom: 120px;
        left: -210px;
    } 
}
 
 
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
	/* For Screen 80% - Sasi Screen size */	 
    .headerBanner_main_sec {
        height: 40rem;
    }	
    .btn.ctaBtn_banner {
        position: absolute;
        bottom: 110px;
        left: -160px;
    }  
}
 
 
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	/* For Screen 90% - Chidm Screen for 1920px Size */    
    .headerBanner_main_sec {
        height: 36rem;
    }	
    .btn.ctaBtn_banner {
        position: absolute;
        bottom: 90px;
        left: -80px;
    } 
}





/* 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;
    }
    



    /* From Here Gen AI Prompting page */

    .headerBanner_main_sec {
        background: url("../images/banner_header_1_mobile.png") no-repeat top center;
        background-size: 100% 100%;
        height: 16rem;
        margin: 60px auto 0px;
    }
    .btn.ctaBtn_banner {
        position: absolute;
        bottom: 50px;
        left: 28px;
        z-index: 1;
    } 

    .certification_form_sec {
        position: relative;
        top: 0px;
        right: 0;
        z-index: 1;
        width: 88%;
        height: 500px;
        margin: 0px auto 30px;
        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;
    }

    .whyChooseSRM_main_sec {
        padding: 20px 0px 50px;
    }
    .whyChooseSRM_dataBox .row .col-md-4:nth-of-type(3n) {   
        border-right: 1px solid #000;
    }
    .whyChooseSRM_dataBox .row .col-md-4:nth-of-type(2n) {   
        border-right: 0px solid #000;
    }
    .whyChooseSRM_dataBox .row .col-md-4:last-child {   
        border-right: 0px solid #000;
    }
    .yChooseSRM_detail p {
        text-align: center;
    }


    
    .aiRevolution_banner_sec {
        background: url("../images/banner_aiRevolution_mobile.jpg") no-repeat center center;
        background-size: 100% 100%;
        width: 100%;
        height: 16rem;
    }
    .btn.ctaBtn_banner.aiRevolution_banner_btn {
        padding: 2px 10px;
        margin-bottom: 0px;
        display: block;
        position: absolute;
        bottom: 90px;
        left: 7%;
        z-index: 1;
    } 
    .whoCanJoinCourse_slide_show .whoJoinCourse_item {
        min-height: 60px;
        margin-bottom: 10px;
    }

    .learnAnytime_banner_sec {
        width: 100%;
    }




    .intellAssets_main_sec {
        background: url("../images/banner_intell_assets_desktop.jpg") no-repeat center center;
        background-size: cover;
        height: 48rem;
    }    
    .intellAssets_dataBox {
        width: 100%;
        margin: 0 auto;
    }

    .whyChooseSRMonline_main_sec {
        background: url("../images/banner_whychoose_srmonline_desktop.png") no-repeat center center;
        background-size: cover;
        height: 45rem;
    }
    .yChoSRMonline_dataBox {
        width: 100%;
        margin: 0 auto;
    }
    .yChoSRMonline_detail {
        flex-direction: column;
    }
    .yChoSRMonline_detail span {
        margin: 0px 0px 10px 0px;
    }
    .yChoSRMonline_detail p {
        text-align: center;
    }


    .howHelp_dataBox {
        width: 100%;
    }
    .topRecruit {
        margin: 0px 0px 30px;
    }




    .careerUnlock_banner_sec {
        background: url("../images/banner_careerUnlock_mobile.png") no-repeat center center;
        background-size: contain;
        width: 100%;
        height: 12rem;
    }
    
    .btn.ctaBtn_banner.careerUnlock_banner_btn {
        position: absolute;
        bottom: 22px;
        left: 35px;
    } 





    .ctaBtn_sec {
        text-align: center;
    }
    .btn.applynow_Btn {
        font-size: 20px;
        padding: 7px 25px;
    } 

    .mobile_viewOnly {
        display: block !important;
    }





}







