
/* 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;
}













































/* 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: 850px;
    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: 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: 125px;
    z-index: 9;
    width: 450px;
    height: 500px;
    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: '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: 1px solid #0C4DA2;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 0px 0px 5px #00000040;
}




.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;
}








.yChoose_aboutCourse_main_sec {
    background: url("../images/about_course_bgBanner.png") no-repeat center center;
    background-size: cover;
    padding: 50px 0px 50px;
    margin: 0px auto 0px;
    position: relative;
}



.adminProcess_main_sec {
    padding: 50px 0px 50px;
    margin: 0px 0px 0px;
}
.paraDetail_text_1 {
    color: #000; 
    font-size: 18px;    
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    padding: 0 0px;
    margin: 0px 0px 15px;
}
.adminProcess_imgBox {
    background: url("../images/admin_process_desktop.png") no-repeat center center;
    background-size: contain;
    width: 90%;
    height: 330px;
    margin: 0px auto 0px;
    position: relative;
}


.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;
}





.courseContent_main_sec {
    background: url("../images/course_content_bgBanner_desktop.png") no-repeat center center;
    background-size: cover;
    height: 700px;
    padding: 50px 0px 50px;
    margin: 0px auto 0px;
    position: relative;
}


.yogaCourseContent_imgBox {
    background: url("../images/course_content_image_desktop.png") no-repeat center center;
    background-size: cover;
    height: 500px;
    margin: 0px auto 0px;
    position: relative;
}






.courseContent_detailBox {
    margin: 0px auto;
    width: 100%;
}
.courseContent_listItem {
    /* float: left; */
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;  
    text-align: right;  
}
.courseContent_listItem li {
    /* width: 50%;
    float: left; */
    padding: 0px 0px 0px;
    margin: 0px 0px 20px;
    list-style: none;
    position: relative;
}
.courseContent_listItem li .iconBox {
    width: 100px;
    height: 100px;
    padding: 10px 10px;
    margin: 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D1B135;
    border-radius: 0px 0px 20px 20px;
    position: absolute;
    /* left: -60px; */
    left: 50px;
}
.courseContent_listItem li .iconBox:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -20px;
    width: 0px; 
    height: 0px; 
    border-top: 20px solid transparent;
    border-bottom: 0px solid #D1B135;     
    border-right:20px solid #D1B135;
}
.courseContent_listItem li .iconBox img {
    width: 75px;
    object-fit: cover;
}
.courseContent_listItem li .courseDetail {
    color: #000;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 1.4;
    padding: 10px 10px 10px 60px;
    margin: 0px 0px 0px;
    text-align: left;
    border-radius: 7px;
    background: #F1F1F2;
    box-shadow: 0px 2px 2px 0px rgb(160 160 160 / 50%);
    display: inline-flex;
    align-items: center;
    min-height: 100px; 
    width: 75%;
}
.courseContent_listItem li:last-child {
    margin: 0px 0px 0px;
}








.whoCanStudy_main_sec {
    background: url("../images/who_can_study.jpg") no-repeat center center;
    background-size: cover;
    /* width: 90%; */
    height: 700px;
    padding: 50px 0px 30px;
    margin: 0px auto 0px;
    position: relative;
}
.whoCanStudy_height_ctrlBox {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.custom_listType_1 {
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}
.custom_listType_1 li {
    margin: 0px 0px 30px;
    list-style: none;
    line-height: 1.4;
    display: flex;
}
.custom_listType_1 li span {
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 400;
}
.custom_listType_1 li img {
    width: 12px;
    height: 12px;
    margin: 6px 10px 0px 0px;
}








.assessmentMethod_main_sec {
    padding: 50px 0px 50px;
    margin: 0px 0px 0px;
    background: #fff;
}
.assessmentMethod_wrap .paraDetail_text_1 {
    font-weight: 600;
}
.asesmentMethod_details {
    width: 90%;
    margin: 0px auto;
}
.asesmentMethod_dataBox {
    color: #000;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 1.4;
    padding: 10px 15px 10px;
    margin: 0px 0px 0px;
    background: #F1F1F2;
    border-radius: 10px;
    border: 1px solid #0C4DA2;
    box-shadow: 0px 2px 2px 0px rgb(160 160 160 / 50%);
    display: flex;
    align-items: center;
    justify-content: center;  
    height: 100%;  
}











.eligibility_main_sec {
    background: url("../images/eligibility.jpg") no-repeat center center;
    background-size: cover;
    /* width: 90%; */
    height: 400px;
    padding: 50px 0px 50px;
    margin: 0px auto 0px;
}
.eligibility_details .eligibility_leftBox {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.eligibility_details .paraDetail_text_1 {
    color: #000;
    font-weight: 400;
    text-align: left;
    width: 60%;
}
.eligibility_dataBox {
    color: #000;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 600;
    line-height: 1.4;
    padding: 10px 30px 10px;
    margin: 0px 0px 0px;
    background: #F1F1F2;
    border-radius: 10px;
    border: 1px solid #0C4DA2;
    box-shadow: 0px 2px 2px 0px rgb(160 160 160 / 50%);
    display: flex;
    align-items: center;
    justify-content: center;  
    height: 100%;  
}






.whatYouLearn_main_sec {
    background: url("../images/what_you_will_learn.jpg") no-repeat center center;
    background-size: cover;
    /* width: 90%; */
    height: 340px;
    padding: 50px 0px 50px;
    margin: 0px 0px 0px;
}
.whatYouLearn_wrap {
    width: 80%;
    margin: 0px auto;
}

.whatYouLearn_slide_show.slick-slider .slick-track {
    display: flex;
}
.whatYouLearn_slide_show.slick-initialized .slick-slide {
    display: flex;
    height: auto;
}

.whatYouLearn_slide_show .whatYouLearn_item {
    color: #000;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 600;
    padding: 30px 30px 30px;
    margin: 10px 10px 10px;
    line-height: 1.4;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 2px 2px 0px #dadada;    
    position: relative;
}











.progHighlight_main_sec {
    background: url("../images/program_highlights.jpg") no-repeat center center;
    background-size: cover;
    /* width: 90%; */
    height: 550px;
    padding: 50px 0px 50px;
    margin: 0px 0px 0px;
}
.progHighlight_wrap {
    width: 80%;
    margin: 0px auto;
}

.progHighlight_height_ctrlBox {
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.progHighlight_height_ctrlBox .col-md-12 {
    margin-bottom: 30px;
}
.progHighlight_height_ctrlBox .asesmentMethod_dataBox {
    justify-content: flex-start;
}










.programFee_main_sec {
    background: url("../images/program_fee_desktop.jpg") no-repeat center center;
    background-size: cover;
    height: 400px;
    padding: 50px 0px 50px;
    margin: 0px 0px 0px;
}
.progFee_rightBox {
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
    position: relative;
}
.progFee_rightBox h4 {
    color: #FFF;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 600;
    margin: 0px 0px 10px;
    line-height: 1.4;
    text-align: left;
}
.progFee_rightBox p {
    color: #FFF;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 300;
    font-style: italic;
    margin: 0px 0px 30px;
    line-height: 1.4;
    text-align: left;
}





.whatYouLearn_slide_show .slick-dots li button:before {
    font-size: 35px;
}

.progHighlight_slide_show .slick-dots li button:before {
    font-size: 35px;
    color: #fff;
}
.progHighlight_slide_show .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}





/* AI and ML 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: 70rem;
    }
}
 
 
@media only screen and (min-width: 1800px) and (max-width: 1919px) {
	/* For Screen 75% - UnKnown Screen size */	 
    .headerBanner_main_sec {
        height: 60rem;
    }
}
 
 
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
	/* For Screen 80% - Sasi Screen size */	 
    .headerBanner_main_sec {
        height: 55rem;
    }	
}
 
 
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	/* For Screen 90% - Chidm Screen for 1920px Size */    
    .headerBanner_main_sec {
        height: 50rem;
    }	
}





/* 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 Essentials of Sports page */

    .headerBanner_main_sec {
        background: url("../images/banner_header_1_mobile.jpg") no-repeat top center;
        background-size: cover;
        height: 35rem;
        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;
    }


    

    .adminProcess_imgBox {
        background: url("../images/admin_process_mobile.png") no-repeat center center;
        background-size: contain;
        width: 100%;
        height: 100vh;
    }

    
    
    .bgHeading_1.heading_abtCourse_mobile_view {
        display: block;
    }
    .bgHeading_1.heading_abtCourse_desktop_view {
        display: none;
    }



    
    .yogaCourseContent_imgBox {
        background: url("../images/course_content_image_mobile.png") no-repeat top center;
        background-size: contain;
        width: 100%;
        height: 100vh;
    }
    
    .courseContent_detailBox {
        width: 100%;
    }
    .courseContent_listItem li .iconBox {
        left: 20px;
    }
    .courseContent_listItem li:last-child {
        margin: 0px 0px 20px;
    }

    .whoCanStudy_imgBox {
        margin-bottom: 30px;
    }
    .custom_listType_1 li {
        margin: 0px 0px 20px;
    }
    .custom_listType_1 li:last-child {
        margin: 0px 0px 0px;
    }






    


    .whoCanStudy_main_sec {
        background: url("../images/who_can_study.jpg") no-repeat right center;
        background-size: cover;
        /* width: 90%; */
        height: 25rem;
    }
    .whoCanStudy_height_ctrlBox {
        min-height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }




    .asesmentMethod_details .col-md-3 {
        margin: 0px 0px 20px;
    }
    .asesmentMethod_details .col-md-3:last-child {
        margin: 0px 0px 0px;
    }
    .asesmentMethod_dataBox {
        padding: 10px 15px 10px;
    }
    


    
    .eligibility_main_sec {
        background: url("../images/eligibility.jpg") no-repeat 80% 100%;
        background-size: cover;
        height: 20rem;
    }
    .eligibility_details .eligibility_leftBox {
        margin-top: 30px;
    }
    .eligibility_details .paraDetail_text_1 {
        width: 90%;
    }



    
    .whatYouLearn_main_sec {
        background: url("../images/what_you_will_learn.jpg") no-repeat center center;
        background-size: cover;
        height: 22rem;
    }
    .whatYouLearn_slide_show .whatYouLearn_item {
        border-radius: 15px;
    }

    


    
    .progHighlight_main_sec {
        background: url("../images/program_highlights.jpg") no-repeat 95% 100%;
        background-size: cover;
        height: 30rem;
    }
    .progHighlight_wrap {
        width: 100%;
    }



    
    .programFee_main_sec {
        background: url("../images/program_fee_desktop.jpg") no-repeat center center;
        background-size: cover;
        height: 22rem;
    }
    .progFee_rightBox h4 {text-align: center;}
    .progFee_rightBox p {text-align: center;}
    

    .ctaBtn_sec {
        text-align: center;
    }
    .btn.applynow_Btn {
        font-size: 20px;
        padding: 7px 25px;
    } 
    





}







