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 */






/* 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: 200px;
}
.header_nav_wrapper {
    width: 100%;
}
.cust_navMenu.navbar-nav .nav-item .nav-link {
    color: #000;
    font-size: 18px; 
    font-family: "Cairo", Sans-serif;
    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;
}





.onlineDegree_main_sec {
    padding: 120px 0px 100px 0px;
    margin: 0px 0px 0px;
    background: #fafafa;
}
.online_deg_wrap {
    padding: 0px 0px 0px;
    margin: 0px auto 0px;
    max-width: 87%;
}
.onlinLogo_box {
    text-align: center;
    margin: 0px 0px 30px;
}
.onlinLogo_box img {
    width: 250px;
}
.heading_1 {
    color: #000;
    font-size: 48px;    
    font-family: "Cairo", Sans-serif;
    font-weight: 700;
    line-height: 1.4;
    margin: 0px 0px 30px;
}

.heading_1 span.subText_1 {
    color: #292929;
    font-size: 16px; 
    font-weight: 500;   
    text-align: center;
    margin: 0px 0px 0px;
    display: block;
}
.heading_1.topRank {
    color: #0C4DA2;
    font-size: 18px;
    font-weight: 500;
    margin: 0px 0px 20px;  
}
.onlineDeg_dataBox {
    text-align: center;
}
.getCertified {
    color: #555;
    font-size: 14px;    
    font-family: "Cairo", Sans-serif;
    font-weight: 600;
    margin: 0px 0px 15px;
    text-transform: uppercase;    
}
.header_paraText_1 {
    color: #555;
    font-size: 16px; 
    font-family: "Cairo", Sans-serif;
    font-weight: 400;   
    margin: 0px 0px 30px;
}


.tag_listItem {
    padding: 0px 0px 0px;
    margin: 0px 0px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}
.tag_listItem li {
    color: #444;
    font-size: 14px;    
    font-family: "Cairo", Sans-serif;
    font-weight: 400;
    line-height: 1;
    list-style: none;
    padding: 10px 15px;
    margin: 0px 0px 0px;
    background: rgba(0,0,0,0.04);
    border-radius: 4px;
}



.ctaBtn_wrap {
    max-width: 260px;
    margin: 0 auto;
}
.btn.download_brochureBtn {
    color: #000;
    font-size: 20px;
    font-family: "Cairo", Sans-serif;
    font-weight: 500;
    line-height: 1.4;
    padding: 10px 10px;
    margin-bottom: 15px;
    text-align: center;
    background: #ffbf00;
    border-radius: 4px;
    min-width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
} 
.btn.download_brochureBtn:hover {
    color: #000;
    background: #ffc712;
    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;
}

.btn.download_brochureBtn:hover .down_icon {
    -webkit-transform: rotateY(45deg);
    transform: rotateY(45deg);
    -webkit-animation: rotateAnimation 0.5s linear infinite;
    animation: rotateAnimation 0.5s linear infinite;
}
@keyframes rotateAnimation {
    from {
        -webkit-transform: rotateY(45deg);
        transform: rotateY(45deg)
    }

    to {
        -webkit-transform: rotateY(225deg);
        transform: rotateY(225deg)
    }
}








.learnFromIndia_main_sec {
    padding: 60px 0px 0px;
    margin: 0px 0px 0px;
    background: #fff;
    position: relative;
}


.counter_sec {
    padding: 30px 30px;
    margin: -120px auto 0px;
    width: 88%;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #ebebeb;
}
.counterBox_border {    
    border-right: 1px solid #ebebeb;
}
.counter_detailBox {
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
    text-align: center;
}
.counter_detailBox h2 {
    color: #000;
    font-size: 24px;    
    font-family: "Cairo", Sans-serif;
    font-weight: 700;
    line-height: 1;
    margin: 0px 0px 10px;
}
.counter_detailBox p {
    color: #737373;
    font-size: 16px;    
    font-family: "Cairo", Sans-serif;
    font-weight: 400;
    line-height: 1;
    margin: 0px 0px 0px;
}






.learnIndia_wrap {
    padding: 60px 0px 30px;
    margin: 0px 0px 0px;
}

.learnIndia_left_dataBox {
    padding: 0px 0px 0px;
    margin: 0px 0px 30px;
}
.heading_2 {
    color: #000;
    font-size: 30px;    
    font-family: "Cairo", Sans-serif;
    font-weight: 600;
    line-height: 1.4;
    margin: 0px 0px 30px;
}
.heading_2 span {
    color: #0C4DA2;    
    font-weight: 700;
}


.rankingIns_listItem {
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}
.rankingIns_listItem li {
    padding: 0px 0px 20px;
    margin: 0px 0px 20px;
    list-style: none;
    border-bottom: 1px solid #ebebeb;
}
.rankingIns_listItem li:last-child {
    border-bottom: 0px solid #ebebeb;
}
.rankImgBox {
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}
.rankingIns_listItem li:first-child .rankImgBox img {
    width: 80px;
}
.rankingIns_listItem li .rankImgBox img {
    width: 50px;
}
.rankDetailBox {
    color: #2b2b2b;
    font-size: 16px;    
    font-family: "Cairo", Sans-serif;
    font-weight: 600;
    line-height: 1.4;
    margin: 0px 0px 0px;
}
.rankDetailBox span {
    color: #737373;
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0px 0px;
    display: block; 
}









.keyFeatures_sec {
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}
.heading_3 {
    color: #000;
    font-size: 30px;    
    font-family: "Cairo", Sans-serif;
    font-weight: 600;
    line-height: 1.4;
    margin: 0px 0px 30px;
}





.relevantSkill_listItem {
	padding: 0px 0px 0px;
    margin: 0px 0px 0px;
    list-style: none;
}
.relevantSkill_listItem li::before {
    content: '\f069';
    color: #0059d5;
    font-size: 15px;
    font-family: 'FontAwesome';
    font-weight: bolder;
    padding: 0px 15px 0 0;
    position: absolute;
    left: 0;
    top: 5px;
}
.relevantSkill_listItem li {
    color: #555555;
    font-size: 20px;
    font-family: "Cairo", Sans-serif;
    font-weight: normal;
    margin: 0px 0px 10px;
    padding-left: 25px;
    position: relative;
}







.whyChooseProg_main_sec {
    padding: 50px 0px 65px;
    margin: 0px auto 0px;
    background: #FFF;
}
.paraText_1 {
    color: #555555;
    font-size: 20px;    
    font-family: "Cairo", Sans-serif;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    padding: 0 30px;
    margin: 0px 0px 0px;
}








.whyChoose_wrap {
    padding: 40px 0px 40px;
    margin: 0px auto 0px;
    width: 90%;
}
.yChoose_course_right {
    color: #555;
    font-size: 20px;    
    font-family: "Cairo", Sans-serif;
    font-weight: 400;
    line-height: 1.6;
    margin: 0px 0px 0px;
}
.yChoose_dataBox {
    margin: 0px 0px 15px;
    display: flex;
    gap: 15px;
}
.yChoose_img {
    margin: 0px 0px 15px;
    width: 35%;
}
.yChoose_img img {
    border-radius: 5px;
}
.yChoose_detail {
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
    width: 65%;
}
.yChoose_detail h4 {
    color: #000;
    font-size: 16px;    
    font-family: "Cairo", Sans-serif;
    font-weight: 600;
    line-height: 1.4;
    margin: 0px 0px 10px;
}
.yChoose_detail p {
    color: #555555;
    font-size: 15px;    
    font-family: "Cairo", Sans-serif;
    font-weight: 400;
    line-height: 1.4;
    margin: 0px 0px 0px;
}
















/* Industry skill slide show CSS START */


.industryskill_main_sec {
    padding: 0px 0px 30px;
    margin: 0px 0px 0px;
    background: #FFF;
}
.industryskill_wrap {
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}
.industryskill_slideShow {
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}

.industryskill_slide_show .industryskill_item {
    min-height: 354px;
    height: 100%;
    background: #ffffff;
    padding: 20px 15px;
    border-radius: 6px;
    margin: 0px 20px 30px;
    /* box-shadow:0px 0px 18px -2px rgba(119, 119, 119, .3); */
    border: 1px solid #ebebeb;
    box-shadow: 0px 0px 2px #DADADA;
    display: block;
}




.heading_4 {
    color: #000;
    font-size: 20px;    
    font-family: "Cairo", Sans-serif;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    margin: 0px 0px 15px;
}

.industryskill_listItem {
	padding: 0px 0px 0px;
    margin: 0px 0px 0px;
    list-style: none;
}
.industryskill_listItem li::before {
    content: '\f069';
    color: #0059d5;
    font-size: 15px;
    font-family: 'FontAwesome';
    font-weight: bolder;
    padding: 0px 15px 0 0;
    position: absolute;
    left: 0;
    top: 2px;
}
.industryskill_listItem li {
    color: #555555;
    font-size: 18px;
    font-family: "Cairo", Sans-serif;
    font-weight: normal;
    margin: 0px 0px 10px;
    padding-left: 20px;
    position: relative;
}




.industryskill_slide_show .slick-slide {
    margin: 10px -5px;
    padding: 0px;
}
.industryskill_slide_show .slick-list {
    margin: 0px 10px;
}



.industryskill_slide_show .slick-next {
    top: 45%;
    right: 0px;
    height: auto;
    z-index: 1;
}
.industryskill_slide_show .slick-prev {
    top: 45%;
    left: 0px;
    height: auto;
    z-index: 1;
}
.industryskill_slide_show .slick-next:before {
    /*  content: url("../images/nutm_nextbtn_sm.png");*/
    content: '\f054';
    font-size: 1.5rem;
    color: #2e6eb0;
    font-weight: bold;
    font-family: 'FontAwesome';
    width: 40px;
    height: 40px;
}
.industryskill_slide_show .slick-prev:before {
    /*  content: url("../images/nutm_prevbtn_sm.png");*/
    content: '\f053';
    font-size: 1.5rem;
    font-weight: bold;
    color: #2e6eb0;
    font-family: 'FontAwesome';
    width: 40px;
    height: 40px;
}
.industryskill_slide_show img {
    width: 100%
}



.industryskill_slide_show .slick-dots {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    left: 0;
}
.industryskill_slide_show .slick-dots li {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 7px;
    /* margin: 0; */
    padding: 0;
    cursor: pointer;
    opacity: 1;
    margin: 0 3px;
    /* background: #15aa95; */
    border: solid 1px #03439c;
}
.industryskill_slide_show .slick-dots li.slick-active button::before {
    opacity: 1;
}
.industryskill_slide_show .slick-dots li button::before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 7px;
    content: '';
    text-align: center;
    opacity: 0;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #03439c;
    /*    border: solid 1px #15aa95;*/
    /*    border-radius: 100%;*/
}


/* Industry skill slide show CSS END */











/* Key Features slide show CSS START */


.keyFeatures_main_sec {
    padding: 60px 0px 60px;
    margin: 0px 0px 0px;
    background: #f8f8f8;
}
.keyFeatures_wrap {
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}
.keyFeatures_slideShow {
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}

.keyFeatures_slide_show .keyFeatures_item {
    min-height: 365px;
    height: 100%;
    background: #ffffff;
    padding: 20px 20px;
    border-radius: 6px;
    margin: 0px 20px 30px;
    box-shadow:0px 0px 18px -2px rgba(119, 119, 119, .3);
    display: block;
}
.diploma_keyFeature .keyFeatures_slide_show .keyFeatures_item {
    min-height: 675px;
}





.heading_4 {
    color: #000;
    font-size: 22px;    
    font-family: "Cairo", Sans-serif;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    margin: 0px 0px 15px;
}

.keyFeature_listItem {
	padding: 0px 0px 0px;
    margin: 0px 0px 0px;
    list-style: none;
}
.keyFeature_listItem li::before {
    content: '\2666';
    color: #c8a008;
    font-size: .7rem;
    font-family: 'FontAwesome';
    font-weight: bolder;
    padding: 0px 15px 0 0;
    position: absolute;
    left: 0;
    top: 5px;
}
.keyFeature_listItem li {
    color: #555555;
    font-size: 20px;
    font-family: "Cairo", Sans-serif;
    font-weight: normal;
    margin: 0px 0px 10px;
    padding-left: 25px;
    position: relative;
}




.keyFeatures_slide_show .slick-slide {
    margin: 10px -5px;
    padding: 0px;
}
.keyFeatures_slide_show .slick-list {
    margin: 0px 10px;
}



.keyFeatures_slide_show .slick-next {
    top: 45%;
    right: -15px;
    height: auto;
    z-index: 1;
}
.keyFeatures_slide_show .slick-prev {
    top: 45%;
    left: -15px;
    height: auto;
    z-index: 1;
}
.keyFeatures_slide_show .slick-next:before {
    /*  content: url("../images/nutm_nextbtn_sm.png");*/
    content: '\f054';
    font-size: 1.5rem;
    color: #2e6eb0;
    font-weight: bold;
    font-family: 'FontAwesome';
    width: 40px;
    height: 40px;
}
.keyFeatures_slide_show .slick-prev:before {
    /*  content: url("../images/nutm_prevbtn_sm.png");*/
    content: '\f053';
    font-size: 1.5rem;
    font-weight: bold;
    color: #2e6eb0;
    font-family: 'FontAwesome';
    width: 40px;
    height: 40px;
}
.keyFeatures_slide_show img {
    width: 100%
}



.keyFeatures_slide_show .slick-dots {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    left: 0;
}
.keyFeatures_slide_show .slick-dots li {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 7px;
    /* margin: 0; */
    padding: 0;
    cursor: pointer;
    opacity: 1;
    margin: 0 3px;
    /* background: #15aa95; */
    border: solid 1px #03439c;
}
.keyFeatures_slide_show .slick-dots li.slick-active button::before {
    opacity: 1;
}
.keyFeatures_slide_show .slick-dots li button::before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 7px;
    content: '';
    text-align: center;
    opacity: 0;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #03439c;
    /*    border: solid 1px #15aa95;*/
    /*    border-radius: 100%;*/
}


/* Key Features slide show CSS END */

















/* Testimonial slide show CSS START */


.testimonial_main_sec {
    padding: 60px 0px 60px;
    margin: 0px 0px 0px;
    background: #f8f8f8;
}
.testimonial_wrap {
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}
.testimonial_slideShow {
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}

.student_testimonial_slide_show .testimonial_item {
    text-align: center;
    min-height: 390px;
    height: 100%;
    background: #ffffff;
    padding: 20px 20px;
    border-radius: 6px;
    margin: 0px 20px 30px;
    box-shadow:0px 0px 18px -2px rgba(119, 119, 119, .3);
    display: block;
}
.diploma_testimonial .student_testimonial_slide_show .testimonial_item {
    min-height: 295px;
}

.testimonial_item .profile_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 15px;
}
.testimonial_item .profile_img img {
    width: 75px;
}
.testimonial_item p {
    color: #555555;
    font-size: 20px;
    line-height: 1.6;
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
    text-align: center;
    font-family: "Cairo", Sans-serif;
}
.testimonial_item p span {
    color: #000;
    font-weight: 500;
    margin: 5px 0px 0px;
    text-align: center;
    display: block;
}
.testimonial_dataBox {
    margin: 15px 0px 0px;
}
.testimonial_dataBox p {
    color: #555555;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0px 20px 10px;
    margin: 0px 0px 0px;
    text-align: left;
    font-family: "Cairo", Sans-serif;
}


.student_testimonial_slide_show .slick-slide {
    margin: 10px -5px;
    padding: 0px;
}
.student_testimonial_slide_show .slick-list {
    margin: 0px 10px;
}
.student_testimonial_slide_show .slick-next {
    right: -35px;
    height: auto;
}
.student_testimonial_slide_show .slick-prev {
    left: -40px;
    height: auto;
}
.student_testimonial_slide_show .slick-next:before {
    /*  content: url("../images/nutm_nextbtn_sm.png");*/
    content: '\f054';
    font-size: 2rem;
    color: #2e6eb0;
    font-weight: bold;
    font-family: 'FontAwesome';
    width: 40px;
    height: 40px;
}
.student_testimonial_slide_show .slick-prev:before {
    /*  content: url("../images/nutm_prevbtn_sm.png");*/
    content: '\f053';
    font-size: 2rem;
    font-weight: bold;
    color: #2e6eb0;
    font-family: 'FontAwesome';
    width: 40px;
    height: 40px;
}
.student_testimonial_slide_show img {
    width: 100%
}
.student_testimonial_slide_show .slick-dots {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    left: 0;
}
.student_testimonial_slide_show .slick-dots li {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 7px;
    /* margin: 0; */
    padding: 0;
    cursor: pointer;
    opacity: 1;
    margin: 0 3px;
    /* background: #15aa95; */
    border: solid 1px #03439c;
}
.student_testimonial_slide_show .slick-dots li.slick-active button::before {
    opacity: 1;
}
.student_testimonial_slide_show .slick-dots li button::before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 7px;
    content: '';
    text-align: center;
    opacity: 0;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #03439c;
    /*    border: solid 1px #15aa95;*/
    /*    border-radius: 100%;*/
}


/* Testimonial slide show CSS END */








.admissionProcess_main_sec {
    padding: 50px 0px 100px;
    margin: 0px auto 0px;
}
.admissionProcess_wrap {
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}
.admProcess_eachColumn_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    margin: 0px 0px 0px;
    position: relative;
}
.steps_arrowIcon {
    position: absolute;
    top: 8%;
    right: -25px;
    width: 15px;
}
.step_imgBox {
    margin: 0px 0px 15px;
    text-align: center;
}
.step_imgBox img {
    width: 85px;
}
.step_item {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    padding: 5px 10px;
    margin: 0px auto 15px;
    text-align: center;
    text-transform: uppercase;
    background: #ffc936;
    border-radius: 5px;
    width: 150px;
}
.stepList_details {
    padding: 20px 12px 20px;
    margin: 0px 0px 0px;
    border: 2px dashed #dadada;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
}
.stepList_details p {
    color: #000;
    font-size: 18px;
    font-family: "Cairo", Sans-serif;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin: 0px 0px 15px;
    min-height: 44px;
}

.step_listBox {
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
    list-style: none;
}
.step_listBox li {
    color: #000;
    font-size: 16px;
    font-family: "Cairo", Sans-serif;
    font-weight: 500;
    padding: 0px 0px;
    margin: 0px 0px 10px;
    list-style: none;
    line-height: 1.4;
    width: 100%;
    display: flex;
}
.step_listBox li::before {
    content: "\f111";
    color: #c8a008;
    font-size: 7px;
    font-family: 'FontAwesome';
    margin: 5px 10px 0px 0px;
}






/* Footer START */
.footer_sec {
    padding: 0px 0px;
    margin: 0px 0px;
    background: #FFF;
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.04),0px 5.5px 16px 0px rgba(0,0,0,0.12);
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
}
.footer_wrap {
    padding: 20px 0px 0px;
    margin: 0px 0px;
}
.footer_leftBox h2 {
    color: #000;
    font-size: 22px;
    font-family: "Cairo", Sans-serif;
    font-weight: 600;
    text-align: left;
    line-height: 1.4;
    padding: 0px 0px 0px;
    margin: 0px 0px 5px;
}
.footer_leftBox p {
    color: #555;
    font-size: 16px;
    font-family: "Cairo", Sans-serif;
    font-weight: 400;
    text-align: left;
    line-height: 1.4;
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}


/* Footer END */




/*
.enquiry_info {
    position: fixed;
    top: 40%;
    right: -32px;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    font-family: "Cairo", sans-serif;
    font-weight: 600;
    padding: 10px 20px;
    margin: 0px 0px 0px;
    line-height: 1;
    background: #0c4da2;
    cursor: pointer;
    transform: rotate(-90deg);
}
.enquiry_info:hover {
    color: #0c4da2;
    background: #fff;
}
*/


.hide_footer {display: none;}










/* Modal Popup CSS */


button.close.modal_closeBtn {
    /* position: absolute;
    top: -40px;
    right: 0;
    z-index: 1; */
    color: #a3a3a3;
    font-size: 32px;
    padding: 3px 0px;
    margin: 0px 0px 0px;
    text-align: center;
    width: 40px;
    height: 40px;
    opacity: 1;
}
button.close.modal_closeBtn:hover {
    color: #696969;
    opacity: 1;
}
button.close.modal_closeBtn:focus {outline: 0;}

.modalHeader {
    align-items: center;
    padding: 5px 10px;
}
.modalHeader h5 {
    color: #0C4DA2;
    font-size: 1.25rem;
    font-family: "Cairo", sans-serif;
    font-weight: 500;
    display: flex;
    justify-content: center;
    width: 100%;
}

.contactBorder {
    border: 1px solid #0C4DA2;
    padding: 40px 20px;
    height: 100%;
}
.modal_icon {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal_icon i {
    color: #0C4DA2;
    font-size: 18px;
    padding: 0px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #0C4DA2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_detail_sec h1, 
.contact_detail_sec h2 {
    font-size: 22px;
    font-family: "Cairo", sans-serif;
    font-weight: 600;
}
.contact_data_1 {
    font-size: 18px;
}
.contact_data_1 p {
    color: #0C4DA2;
    font-size: 18px;
    font-weight: 600;
}
.contact_data_1 p span.text_gray {
    color: #5b5b5b;
    display: block;
}
.contact_data_1 p span.text_black {
    color: #000;
    display: block;
}




/* Modal Popup CSS */










/* Sub Domains Revamp page CSS END */


























































































/* Responsive CSS START */



/* Medium devices (tablets, less than 992px)*/
@media (max-width: 992px) {
    
    .admProcess_detailColumn_sec .row > [class*='col-']:nth-child(2) .steps_arrowIcon {
        display: none;
    }
}








@media only screen and (max-width: 568px) {

    .header_nav_wrapper {
        width: 100%;
    }

    .logo_online {
        width: 200px;
    }
    .cust_navMenu.navbar-nav {
        margin: 10px 0px 0px;
    }

    .online_deg_wrap {
        max-width: 100%;
    }
    .onlineDegree_main_sec {
        padding: 100px 0px 100px 0px;
    }
    
    .heading_1 {
        font-size: 34px;
    }
    .counter_sec {
        padding: 15px 30px;
    }
    .counterBox_border {   
        padding: 15px 0px 15px;
        border-right: 0px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
    }
    .paraText_1 {
        padding: 0px 0px;
    }

    .steps_arrowIcon {
        display: none;
    }
    
    .stepList_details {
        width: 100%;
    }
    .stepList_details p {
        min-height: auto;
    }

    .admissionProcess_main_sec {
        padding: 50px 0px 15rem;
    }

    
    
    .industryskill_slide_show .keyFeatures_item {
        margin: 0px 20px 30px;
    }
    .industryskill_slide_show .slick-next {
        top: 40%;
        right: 0px;
    }
    .industryskill_slide_show .slick-prev {
        top: 40%;
        left: -5px;
    }

    
    
    .keyFeatures_slide_show .keyFeatures_item {
        margin: 0px 20px 30px;
    }
    .keyFeatures_slide_show .slick-next {
        top: 40%;
        right: 0px;
    }
    .keyFeatures_slide_show .slick-prev {
        top: 40%;
        left: -5px;
    }

}







