@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
html,
body {
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}

ul,
li {
    list-style: none;
    padding: 0;
}

.color-blue {
    color: #1C4571;
}

.green_color{
    color:#19b95f;
}

.btn-style-one {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    background: #FD7B0D;
    border: 1px solid #FD7B0D;
    padding: 10px 25px;
}

.btn-style-one:hover {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    background: #FD7B0D;
    border: 1px solid #FD7B0D;
    padding: 10px 25px;
}

#loginregister .nav .nav-link{
    color:#000;
    font-size:15px;
    font-weight:700;
}


.banner_form_sec .form_title {
    font-size: 24px;
    color: #414141;
    text-align: center;
    margin: 10px 0 15px;
    font-weight: bold;
    /*border-bottom: 1px solid #d0d0d0;*/
    padding: 0 0 10px;
}

.banner_form_sec .form_title span {
    display: inline-block;
    position: relative;
}

.banner_form_sec .form_title span::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 6px;
    background: #414141;
    top: 10px;
    left: -60px;
}

.banner_form_sec .form_title span::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 6px;
    background: #414141;
    top: 10px;
    right: -60px;
}

.banner_form_sec {
    background: #fff;
    padding: 15px 5px 0px 5px;
    width: 100%;
    z-index: 9999;
    display: inline-block;
    box-shadow: 1px 0 21px rgb(0 0 0 / 26%);
}


/* other css */

.inner-register {
    width: 30%;
    margin: 30px auto;
    border: solid 1px #ddd;
    padding: 15px;
    border-radius: 4px;
}

.campus-panel {
    position: relative;
    padding: 100px 0;
    background: url('../../images/frontend/campus.jpg') no-repeat center;
    background-size: cover;
}

.campus-panel .container {
    position: relative;
}

.campus-panel h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 30px;
}

.campus-panel h5 {
    font-size: 17px;
}

.btn-lg.go-choose {
    padding: 8px 30px;
    border-radius: 0;
    margin-top: 5px;
    color: #000;
}

.inner-main-panel {
    padding: 50px 0;
}

.main-form-panel .card .card-header {
    background: #4e73b8;
    color: #fff;
}

.main-form-panel .card .card-body .form-control {
    background: #f2f6ff;
    border-color: #b4bfd8;
}

.table tr:first-child th,
.table tr:first-child td {
    border-top: 0;
}

.table thead tr th {
    background: #4d4e4e;
    color: #fff;
}

#userpaymentsection {
    padding: 20px;
    margin-top: 15px;
    background: #fff;
}

select.form-control {
    -webkit-appearance: auto;
}

.register-panel .form-group {
    position: relative;
    margin-bottom: 15px;
}

.register-panel .form-group .invalid-feedback {
    position: absolute;
    left: 0;
    bottom: -18px;
    white-space: nowrap;
    color: #ff021b !important;
    font-size: 0.75rem;
}

.invalid-feedback {
    color: #dc6973 !important;
}

.register-panel .form-group label {
    color: #fff !important;
    padding-left: 0;
}

#dashboardaccord .leftmenu .list-group-item h5 {
    font-size: 14px;
    border-bottom: 1px solid #fff;
    padding: 11px 10px;
    margin: 0;
    width: 100%;
    display: inline-block;
    background: #ddd;
}

#dashboardaccord .leftmenu .list-group-item h5 i {
    float: left;
    overflow: hidden;
    padding-top: 2px;
    margin-right: 10px;
}

#dashboardaccord .leftmenu .list-group-item h5:last-child {
    border-bottom: none;
}

#dashboardaccord .leftmenu .list-group-item[aria-expanded="true"] {
    text-shadow: none !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: 1px !important;
    background: #f8a125 !important;
    color: #000 !important;
    border-bottom-color: #f8a125 !important;
}

#dashboardaccord .dashboard_container {
    padding: 25px;
    box-shadow: 1px 0 11px rgba(0, 0, 0, 0.26);
    margin-left: 30px;
}

#mypayments .table.table-bordered {
    font-size: 13px !important;
}

#wrapper {
    display: none;
}

.programPanel .nav {
    border-right: solid 1px #ddd;
    background: #fff;
}

.programPanel .nav a {
    color: #a63238;
    font-weight: 600;
    border-bottom: solid 1px #ddd;
    font-size: 14px;
    line-height: 20px;
}

.programPanel .nav a:last-child {
    border-bottom: 0;
}

.programPanel .nav-pills .nav-link.active,
.programPanel .nav-pills .show>.nav-link {
    background: #811811;
    border-radius: 0;
}

.programPanel .tab-content {
    border: solid 1px #ddd;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    min-height: 428px;
    background: rgba(0, 0, 0, 0.65);
}

.programPanel .tab-content h5 {
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
    color: #d63220;
}

.list-unstyled {
    color: #fff;
}

.listStyle li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 6px;
}

.listStyle li:before {
    font-family: 'FontAwesome';
    content: '\f101';
    position: absolute;
    left: 0;
    top: 0;
}

.listStyle li ol li {
    padding-left: 0;
}

.listStyle li ol li:before {
    content: '';
}

.admpanel {
    padding: 30px 0;
    background: #f5f5f5;
}

.instDiv {
    background: #fff;
    border: solid 1px #ddd;
    padding: 10px;
    border-radius: 4px;
    min-height: 100%;
}

header.inner-header {
    position: static;
    border-bottom: 1px solid #ddd;
}

header.inner-header .logo {
    padding: 15px;
}

.banner_form_panel h4 {
    color: #fff;
}

.banner_form_panel h5 {
    color: #fff;
    font-size: 15px;
    margin: 0;
}

.phone {
    text-align: right;
}

#applycoupon {
    display: inline-block;
    color: #000 !important;
    background: #f2901d !important;
    padding: 6px 15px;
    border: none;
    border-radius: 4px !important;
    margin-right: 5px;
}

#removecoupon {
    display: inline-block;
    color: #fff !important;
    background: #811811 !important;
    padding: 6px 15px;
    border: none;
    border-radius: 4px !important;
}

.bg-secondary {
    background-color: #0b443f !important;
}

.grey_bg {
    background: #ecf0f5 !important;
}

.pay_now_btn {
    display: inline-block;
    color: #fff !important;
    background: #4BB543;
    padding: 8px 40px;
    border: none;
    border-radius: 4px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

/*input:-webkit-autofill
{
 -webkit-text-fill-color: #fff !important;
}*/

.main-content-wrap.d-flex.flex-column.dashboard-wrapper {
    min-height: auto !important;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.0;
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.fixed_btn_result {
    position: fixed;
    bottom: 5%;
    left: 15px;
    z-index: 999;
    text-align: center;
}

.fixed_btn_result .btn-block {
    box-shadow: 1px 0 21px rgb(0 0 0 / 26%);
}

.mob_userboard_table {
    width: 100% !important;
    background: #fff;
    font-size: 13px;
    line-height: 18px;
    display: none;
    margin: 15px 0 0;
}

.mob_userboard_table_tr {
    width: 100% !important;
    border: 1px solid #ddd !important;
    overflow: hidden;
}

.mob_userboard_table_tr span.leftsec {
    padding: 5px;
    border-right: 1px solid #ddd !important;
    width: 40%;
    float: left;
    color: rgba(0, 0, 0, 0.87);
    font-weight: bold;
}

.mob_userboard_table_tr span.rightsec {
    padding: 5px;
    width: 60%;
    float: left;
}

.desk-text-right {
    text-align: right;
}

.jconfirm-box.jconfirm-hilight-shake.jconfirm-type-default.jconfirm-type-animated {
    padding: 0;
    /*background: #dc3545;*/
}

.jconfirm-title-c {
    background: #fae1e3;
    padding: 10px !important;
    font-size: 18px !important;
}

.jconfirm-content-pane {
    background: #dc3545;
    color: #fff;
    padding: 10px;
    font-size: 14px !important;
    line-height: 19px !important;
    margin: 0 !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons {
    padding-bottom: 10px;
    padding-right: 10px;
}

.jconfirm-cell {
    background: rgba(0, 0, 0, 0.6);
}

.register-panel .frmLogin,
.login-panel .frmReg {
    margin: 5px 0 0;
}

.inner-header .logout .dropdown {
    padding-right: 10px;
    margin-top: 15px;
    margin-right: 25px;
}

.inner-header .logout .dropdown .dropdown-toggle::after {
    right: -10px !important;
}

.inner-header .logout .dropdown .dropdown-menu.show {
    top: 19px !important;
    transform: translate3d(-10px, 30px, 0px) !important;
}

.inner-header .logout .dropdown .dropdown-item.active,
.inner-header .logout .dropdown .dropdown-item:active {
    background-color: #299683;
}

header .phone a {
    display: inline-block;
    margin-top: 18px;
    padding: 8px 25px !important;
    border-radius: 50px;
    color: #fff !important;
    background: #1c4571 !important;
    font-weight: 600;
}

#fdsformsteps button.btn.btn-success.btnsubmit {
    background: #299683;
    border-color: #299683;
}

@media (min-width:320px) and (max-width:480px){
    section.about_section {
        padding: 30px 0px 0px 0px;
    }
    section.affiliation_section .affil-cont h2 {
        font-size: 35px;
    }
    section.affiliation_section .affil-cont h3 {
        font-size: 30px;
    } 
    section.courses_section .course-head h2 {
        font-size: 30px;
    }  
    section.tie_ups_section .tie-dv h2 {
        font-size: 20px;
    }
    section.tie_ups_section .tie-dv h3 {
        font-size: 15px;
    }   
    section.add_process_section .add-process-dv {
        padding: 0px 40px;
    }  
    .company_visit h2 {
        font-size: 25px;
    }
    .company_visit h3 {
        font-size: 20px;
    }
    .alumni_network .alumni_network_inner h2 {
        font-size: 30px;
    }
    section.add_process_section .page-header h2 {
        font-size: 25px;
    }        
}


/* Apply Now button start  */

.applyNowButton {
    position: fixed;
    bottom: 250px;
    z-index: 2200000;
    right: 0;
    box-shadow: 0 0 10px #ddd;
    background: #131A28;
    border-radius: 8px 0px 0px 8px;
    width: 40px;
    height: 100px;
    padding: 10px 10px 10px 20px;
    text-align: center;
    overflow: hidden;
}

.applyNowButton a {
    display: flex;
    color: #fff;
    transform: rotate(270deg);
    justify-content: center;
    height: 100%;
    white-space: nowrap;
    width: 100%;
    align-items: center;
}

.applyNowButton a h5 {
    font-size: 14px;
}

.applyNowButton a:hover {
    text-decoration: none;
    color: #fff;
}

.applyNowButton a img {
    max-width: 90%;
}



/* Apply Now  button end  */

/* call button start  */

.CallButton {
    position: fixed;
    bottom: 100px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    background: #CE0004;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.CallButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}

.CallButton a:hover {
    text-decoration: none;
    color: #fff;
}

/* call now button end  */





/* ===========================landing page css starts================================ */

.color_orange {
	color: #FD7B0D;
}
.bg_blue {
	background: #131A28;
}

.bg_brown {
	background: #4D2700;
}

.bg_grey {
	background: #313131;
}

.bg_black {
	background: #000;
}

.btn_style_one {
    font-size: 16px;
    background: #FD7B0D;
    color: #fff;
    font-weight: 500;
    padding: 8px 60px;
    border-radius: 6px;
    transition: all ease .3s;
}
.btn_style_one:hover {
    font-size: 16px;
    background: #FD7B0D;
    color: #fff;
    font-weight: 500;
    padding: 8px 60px;
    border-radius: 6px;
    transition: all ease .3s;
}

/*header css starts*/
header.header_one {
    padding: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
header.header_one img {
    width: 175px;
}



/*header css ends*/




/*hero section starts*/
section.hero_section {
    position: relative;
    padding: 170px 0 70px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #1e1e1e;
}
section.hero_section .hero_cont h1 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-top: 60px;
}
section.hero_section .hero_cont h2 {
    font-size: 56px;
    color: #FD7B0D;
    margin-top: 48px;
}


section.hero_section .hero_cont h2 span {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
section.hero_section .hero_cont h3 {
    font-size: 44px;
    color: #fff;
    font-weight: 700;
    margin-top: 60px;
}
section.hero_section .hero_cont h3 span {
    font-size: 34px;
    display: block;
    font-weight: 500;
}


/*hero section ends*/



/*global edge section starts*/
section.global_edge_section {
    position: relative;
    padding: 60px 0 0;
}
section.global_edge_section .global_ont h2 {
    font-size: 40px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}
section.global_edge_section .global_ont h2 > span {
    display: block;
    font-weight: 400;
    margin-top: 10px;
}

section.global_edge_section .global_ont p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
section.global_edge_section img {
    margin-top: -100px;
}
/*global edge section ends*/



/*top reasons section starts*/
section.top_reasons_section {
    margin-top: -205px;
    position: relative;
}

section.top_reasons_section .reason_conts {
    background: #fff;
    padding: 25px 25px 55px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
section.top_reasons_section .reason_conts h2 {
    font-size: 40px;
    font-weight: 500;
}
section.top_reasons_section .reason_conts h2 span {
    display: block;
    font-size: 30px;
}
section.top_reasons_section .reason_conts hr {
    border-color: #FD7B0D;
    border-width: 5px;
}


section.top_reasons_section .reason_cont p {
    font-size: 16px;
    color: #fff;
    border-left: 1px solid #fff;
    padding-left: 15px;
    margin-left: 5px;
}
section.top_reasons_section .reason_cont h3 {
    font-size: 34px;
}
section.top_reasons_section .top_res_img {
    margin-top: -150px;
}

/*top reasons section ends*/



/*rankings section starts*/
section.ranking_section {
    position: relative;
    padding: 0;
}
section.ranking_section .heading_img span {
    font-size: 200px;
    font-weight: 700;
    color: #000;
    opacity: 0.3;
    margin-left: -30px;
    position: relative;
    z-index: 0;
}
section.ranking_section .rank_cont {
    padding: 15px 30px 30px;
    background: linear-gradient(0deg, #974908, #fd7b0d);
    border-bottom-left-radius: 180px;
    border-bottom-right-radius: 180px;
        position: relative;
    z-index: 1;
}
section.ranking_section .rank_cont h2 {
    margin-top: 50px;
    text-align: center;
    font-size: 40px;
    color: #ffffffb8;
}
section.ranking_section span.fnt-sz {
    display: block;
    color: #fff;
        margin: 5px 0;
}
section.ranking_section span.fnts-sz {
    color: #fff;
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    display: block;
}
section.ranking_section .rank_cont hr {
    width: 50%;
    border-color: #fff;
    border-width: 2px;
}
section.ranking_section .rank_cont img {
    margin-top: 25px;
    border-radius: 180px;
    width: 100%;
}
section.ranking_section .rank_img h3 {
    font-size: 18px;
    color: #FD7B0D;
    text-align: center;
    margin: 0;
}
section.ranking_section .rank_img {
       padding: 10px;
    background: url(../../images/frontend/rank_001.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 102px;
    width: 180px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.ranking_section .ranking_cont p {
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    margin: 15px 0 30px;
}




/*rankings section ends*/


/*Integrated Programs section starts*/

section.integrated_proge_section {
    position: relative;
    margin-top: -80px;
}
section.integrated_proge_section .container-fluid {
    position: relative;
    background: #131A28;
    padding: 150px 0 60px;
}

section.integrated_proge_section .inte_cont h2 {
    font-size: 38px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin-bottom: 60px;
}
section.integrated_proge_section .inte_cont h2 span.fnt-sz {
    font-size: 32px;
}
section.integrated_proge_section .int_prog_cont h3 {
    font-size: 44px;
    color: #fff;
    font-weight: 700;
}

section.integrated_proge_section .int_prog_cont h3 span {
    font-size: 24px;
    display: block;
    font-weight: 400;
}
section.integrated_proge_section .int_prog_cont {
    padding: 0 100px;
}
section.integrated_proge_section .prog_dtl {
    position: relative;
    padding: 35px 35px 0;
    background: #131a28;
    margin-top: 30px;
}
section.integrated_proge_section .prog_dtl > .row {
    position: relative;
    z-index: 1;
}
section.integrated_proge_section .prog_dtl:before {
    content: "";
    position: absolute;
    left: 0;
    top: -15px;
    width: 100%;
    height: 5px;
    background: #FD7B0D;
}
section.integrated_proge_section .prog_dtl:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
    background: #fff;
    z-index: 0;
}
section.integrated_proge_section .prog_int p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

section.integrated_proge_section .prog_dtl ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    list-style: none;
}

section.integrated_proge_section .prog_dtl ul li {
    width: 47%;
    background: #F9F9F9;
    border: 2px solid rgb(0 0 0 / 20%);
    padding: 10px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    margin: 5px;
    border-radius: 6px;
}
section.integrated_proge_section .prog_dtl h4 {
    font-size: 24px;
    font-weight: 700;
        margin-bottom: 10px;
}


section.integrated_proge_section .key_dv {
    padding: 15px;
    height: 100%;
    border-radius: 10px;
}
section.integrated_proge_section .key_dv h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
section.integrated_proge_section .key_dv p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}




/*Integrated Programs section ends*/




/*top universities setion starts*/

section.top_uni_section {
    position: relative;
    z-index: 1;
}

section.top_uni_section > div {
    background: url(../../images/frontend/bg_001.png);
    background-size: 83px;
    background-repeat: repeat;
        padding-top: 20px;
}

section.top_uni_section .uni_cont h2 {
    font-size: 40px;
    text-align: center;
    margin-top: 65px;
    font-weight: 400;
    margin-bottom: 40px;
}

section.top_uni_section .top_uni_dtl {
    background: linear-gradient(180deg, #974908, #FD7B0D);
    padding: 40px;
    border-radius: 15px;
}

section.top_uni_section .top_uni_dtl_sub {
    background: url(../../images/frontend/bg_002.png);
    background-size: 86px;
    background-repeat: repeat;
}
section.top_uni_section .top_uni_dtl_sub p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}
section.top_uni_section .uni_dtls h3 {
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin: 10px 0 0;
}


/*top universities setion ends*/



/*south india section starts*/
section.south_india_section {
        position: relative;
    background: #1E1E1E;
    padding: 150px 0 60px;
    margin-top: -120px;
}
section.south_india_section .south_dv h2 {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    margin-top: 15px;
}

section.south_india_section .south_dv h2 span.font-sz {
    font-size: 32px;
    font-weight: 400;
}
section.south_india_section .south_cont {
    padding: 40px 25px 25px;
}
section.south_india_section .south_cont p {
    font-size: 16px;
    color: #fff;
}
section.south_india_section .south_cont h3 {
    font-size: 44px;
    font-weight: 400;
    color: #fff;
}
section.south_india_section .south_cont h3 span.font-sz {
    font-size: 22px;
    display: block;
    font-weight: 700;
}

section.south_india_section .south_cont hr {
    border-color: #fff;
    border-width: 2px;
}

/*south india section ends*/





/*placement opportunity section starts*/
section.placement_opp_section {
    position: relative;
    background: #1e1e1e;
}


section.placement_opp_section .place_cont h2 {
    font-size: 38px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}
section.placement_opp_section .place_cont p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
}
section.placement_opp_section .place_cont h3 {
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin-top: 30px;
    line-height: normal;
}
section.placement_opp_section .carousel-cell {
    width: 20%;
    padding: 15px;
}

section.placement_opp_section .slider_cont {
    padding: 10px;
    text-align: left;
}
section.placement_opp_section .slider_cont img {
    width: 80%;
}

section.placement_opp_section .slider_cn {
    padding: 0 15px;
    border-left: 2px solid #fff;
    margin-top: 20px;
}
section.placement_opp_section .slider_cn h3 {
    font-size: 18px;
}
section.placement_opp_section .slider_cn h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
section.placement_opp_section .slider_cn p {
    font-size: 20px;
    color: #fff;
}

/*placement opportunity section ends*/



/*placement training section starts*/
section.palecment_training_section {
    position: relative;
    background: #1e1e1e;
    padding: 60px 0;
}
section.palecment_training_section .container  {
    padding: 50px 50px 80px;
}

section.palecment_training_section .place_cont h2 {
    font-size: 40px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}
section.palecment_training_section .place_cont p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: auto;
}

section.palecment_training_section .place_db {
    text-align: center;
}

section.palecment_training_section .place_db h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
section.palecment_training_section .place_db img {
    height: 45px;
    margin-bottom: 15px;
}
section.palecment_training_section .place_btndb {
    text-align: center;
    margin-top: -22px;
}

/*placement training section ends*/


/*top recruiters section starts*/
section.top_recr_section {
    position: relative;
    padding: 0px 0 60px;
    background: #1e1e1e;
}

section.top_recr_section .rec_cont h2 {
    font-size: 34px;
    text-align: center;
    color: #fff;
    font-weight: 400;
}

section.top_recr_section .carousel-cell {
    width: 20%;
}
section.top_recr_section .car_cont {
    background: #fff;
    padding: 10px;
    margin: 0 10px;
    border-radius: 10px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*top recruiters section ends*/


/*Management Excellence section starts*/
section.management_excel_section {
  	position: relative;
    padding: 0 0 60px;
}
section.management_excel_section .container-fluid {
    background: #f9f9f9;
    padding: 30px 30px 60px;
    border: 2px solid #ccc;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top: 0;
}
section.management_excel_section .manage_text h2 {
    font-size: 36px;
    text-align: center;
    font-weight: 400;
}
section.management_excel_section .manage_text h2 span.font-sz {
    display: block;
    font-size: 28px;
}
section.management_excel_section .manage_cont h3 {
    font-size: 20px;
    font-weight: 600;
}
section.management_excel_section .manage_cont img {
    width: 45px;
    margin-right: 15px;
}
section.management_excel_section .manage_cont {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
section.management_excel_section .maange_btn {
    text-align: center;
    margin-top: -20px;
}
section.management_excel_section .manage_img img {
    box-shadow: 0px 4px 100px 0 rgb(0 0 0 / 25%);
    border-radius: 16px;
}
/*Management Excellence section ends*/



/*Innovation section starts*/
section.innovative_section {
    position: relative;
}

section.innovative_section .inno_dv h2 {
    font-size: 34px;
    text-align: center;
    font-weight: 700;
}
section.innovative_section .inno_dv p {
    font-size: 24px;
    color: #000;
    font-weight: 400;
}
section.innovative_section .inno_dv img {
    height: 100px;
    width: auto;
    margin-bottom: 15px;
}
section.innovative_section .inno_dv h3 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
section.innovative_section .inno_dv p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}



/*Innovation section ends*/



/*sarthi section starts*/
section.sarthi_section {
    position: relative;
    padding: 60px 0;
    background: #1E1E1E;
}
section.sarthi_section .container-fluid {
    overflow: hidden;
}
section.sarthi_section .sathi_dv h2 {
    font-size: 44px;
    font-weight: 400;
    color: #fff;
    margin-top: 40px;
}
section.sarthi_section .sathi_dv p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

section.sarthi_section .sarthi_cont {
    padding-left: 15px;
    margin-top: 15px;
    border-left: 1px solid #fff;
    height: 100%;
}
section.sarthi_section .sarthi_cont h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
section.sarthi_section .sarthi_cont h3 span {
    font-weight: 700;
    display: block;
    font-size: 18px;
}
section.sarthi_section .sarthi_cont p {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 0;
}
section.sarthi_section .sarthi_dvs {
    height: 100%;
}

/*sarthi section ends*/



/*Alumini section starts*/
section.alumini_section {
    position: relative;
    background: #1e1e1e;
    padding: 80px 0;
    overflow:visible;
}
section.alumini_section:before {
    content: "";
    position: absolute;
    top: 15px;
    width: 90%;
    height: 2px;
    border-top: 2px dashed #fff;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.5;
}
section.alumini_section .alumini_dv h2 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    font-weight: 400;
}

section.alumini_section .alumini_dv p {
    font-size: 20px;
    color: #fff;
    text-align: center;
}
section.alumini_section .alum_cont {
    position: relative;
    background: #F37834;
    padding: 15px;
    border-radius: 10px;
    height: 100%;
}
section.alumini_section .alum_cont img ,
section.alumini_section .alum_conts img{
    margin-bottom: 15px;
}
section.alumini_section .alum_cont p {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}
section.alumini_section .alum_cont div {
    text-align: right;
}
section.alumini_section .alum_conts {
    position: relative;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    height: 100%;
}
section.alumini_section .alum_conts div {
    text-align: right;
}
section.alumini_section .alum_conts p {
    font-size: 13px;
    color: #000;
    font-weight: 500;
}
section.alumini_section .alum_ing img {
    width: 100%;
}
section.alumini_section .apply_alumn {
    text-align: center;
    position: relative;
    top: 100px;
}

section.alumini_section .rows {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
/*Alumini section ends*/


/*lead the future section starts*/
section.lead_future_section {
    padding-bottom: 60px;
}

section.lead_future_section .lead_one h2 {
    font-size: 36px;
    font-weight: 400;
    text-align: right;
    margin: 20px 0;
}

section.lead_future_section .lead_two h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    margin: 20px 0;
}
section.lead_future_section .border-right {
    border-right: 2px solid #000 !important;
}


section.lead_future_section .lead_btn {
    text-align: center;
    position: relative;
}

section.lead_future_section .lead_btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    height: 1px;
    border: 1px dashed #000;
}

section.lead_future_section .lead_btn a {
    position: relative;
}

section.lead_future_section .lead_three h3 {
    font-size: 40px;
}



/*lead the future section ends*/






/*footer starts*/

footer.footer > div {
    background: #000;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 25px;
}
footer.footer .footer_cont h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin: 20px 0 0;
}
footer.footer .footer_cont a {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    transition: all ease .3s;
    opacity: 0.7;
}
footer.footer .footer_cont a:hover {
    transition: all ease .3s;
    opacity: 1;
}

footer.footer .copyright {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
        margin-top: 30px;
}

footer.footer .copyright p {
    font-size: 16px;
    color: #fff;
    margin: 0 20px 0px 0px;
}
footer.footer .copy_hr {
    width: 65%;
}
footer.footer .copy_hr hr {
    border-color: #fff;
}
footer.footer .social_icons ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-bottom: 0;
}
footer.footer .social_icons ul li {
    margin: 0 5px;
}
footer.footer .social_icons ul li a {
    text-decoration: none;
}
footer.footer .social_icons ul li a i {
    font-size: 20px;
    height: 35px;
    display: block;
    width: 35px;
    background: #fff;
    color: #000;
    text-align: center;
    padding: 10px 0;
    border-radius: 100px;
}


/*footer ends*/

@media screen and (min-width: 1299.98px) and (max-width: 1399.98px) {
    section.hero_section .hero_cont h1 {
        font-size: 36px;
        color: #fff;
        font-weight: 700;
        margin-top: 20px;
    }

}
@media screen and (min-width: 1299.98px) and (max-width: 1399.98px) {
    section.hero_section {
        background-size: cover;
        background-position: center;
    }
   

}



@media screen and (min-width: 1023.98px) and (max-width: 1299.98px) {
   
    section.hero_section .hero_cont h1 {
        font-size: 30px;
        margin-top: 30px;
    }
    section.top_reasons_section .top_res_img {
        margin-top: 0;
    }
    section.ranking_section .heading_img span {
        font-size: 156px;
    }

    section.ranking_section .rank_img {
        height: 82px;
        width: 145px;
    }
    section.ranking_section .rank_img h3 {
        font-size: 14px;
    }
    section.ranking_section .ranking_cont p {
        font-size: 12px;
    }
    section.integrated_proge_section .key_dv h5 {
        font-size: 14px;
    }
    section.integrated_proge_section .key_dv p {
        font-size: 12px;
    }section.integrated_proge_section .prog_int p {
        font-size: 12px;
    }
    section.placement_opp_section .carousel-cell {
        width: 25%;
        padding: 15px;
    }

}
@media screen and (min-width: 1199.98px) and (max-width: 1299.98px) {
    section.hero_section .hero_cont h1 {
        margin-top: 0;
    }
    
    }
    
    @media screen and (min-width: 1099.98px) and (max-width: 1199.98px) {
        section.hero_section .hero_cont h1 {
            margin-top: 80px;
        }
        section.hero_section {
            background-size: cover;
            background-position: center;
        }
        section.hero_section .hero_cont h2 {
            margin-top: 0;
        }
        section.hero_section .hero_cont h3 {
            margin-top: 60px;
        }
        div#banner_form {
            width: 100% !important;
        }
        }
    
        @media screen and (min-width: 1023.98px) and (max-width: 1099.98px) {
            section.hero_section .hero_cont h1 {
                margin-top: 80px;
            }
            section.hero_section {
                background-size: cover;
                background-position: center;
            }
            section.hero_section .hero_cont h2 {
                margin-top: 0;
            }
            section.hero_section .hero_cont h3 {
                margin-top: 60px;
            }
            div#banner_form {
                width: 100% !important;
            }
            }
    
@media screen and (min-width: 767.98px) and (max-width: 1023.98px) {
    section.hero_section {
        padding: 120px 0 70px;
        background-size: cover;
        background-position: center;
    }
    section.hero_section .hero_cont h1 {
        font-size: 28px;
    }
    section.hero_section .hero_cont h2 {
        margin-top: 18px;
    }
    section.hero_section .hero_cont h3 {
        margin-top: 100px;
    }
    section.top_reasons_section .reason_conts h2 {
        font-size: 34px;
    }
    section.top_reasons_section .reason_conts h2 span {
        display: block;
        font-size: 22px;
    }
    section.top_reasons_section .top_res_img {
        margin-top: 0;
    }
    .reason_cont {
        margin-bottom: 40px;
    }
    section.top_reasons_section .reason_cont p br {
        display: none;
    }
    section.ranking_section .rank_cont h2 {
        margin-top: 20px;
        font-size: 24px;
    }
    section.ranking_section span.fnts-sz {
        font-size: 19px;
        line-height: 22px;
    }
    section.ranking_section .heading_img span {
        font-size: 120px;
    }
    section.ranking_section .rank_img {
        height: 85px;
        width: 150px;
    }
    section.ranking_section .rank_img h3 {
        font-size: 14px;
    }
    section.ranking_section .ranking_cont p {
        font-size: 12px;
    }

    section.integrated_proge_section {
        margin-top: 0;
    }
    section.integrated_proge_section .container-fluid {
        padding: 60px 0 60px;
    }
    section.placement_opp_section .carousel-cell {
        width: 25%;
        padding: 15px;
    }
    .banner_form_sec {
        padding: 15px 15px;
        width: 100% !important;
    }

}


@media screen and (max-width: 767.98px) {
  
section.hero_section {
    position: relative;
    padding: 100px 0 70px;
    background-size: cover;
    background-position: center;
}
section.hero_section .hero_cont h1 {
    font-size: 26px;
}
section.hero_section .hero_cont h2 {
    font-size: 40px;
    margin-top: 20px;
}
section.hero_section .hero_cont h2 span {
    font-size: 16px;
}
section.hero_section .hero_cont h3 {
    font-size: 28px;
    margin-top: 40px;
}
section.hero_section .hero_cont h3 span {
    font-size: 24px;
}
section.global_edge_section .global_ont h2 {
    font-size: 24px;
}
section.global_edge_section .global_ont h2 > span {
    margin-top: 0;
}
section.global_edge_section .global_ont p {
    font-size: 14px;
}
section.top_reasons_section {
    margin-top: -55px;
}

section.top_reasons_section .reason_conts h2 {
    font-size: 20px;
}
section.top_reasons_section .reason_conts h2 span {
    font-size: 16px;
}

section.top_reasons_section .reason_conts {
    padding: 15px 15px 5px;
}

section.top_reasons_section .top_res_img {
    display: none;
}
section.top_reasons_section .reason_cont h3 {
    font-size: 24px;
}
section.top_reasons_section .reason_cont p {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 0;
    margin-bottom: 25px;
}

section.ranking_section .rank_cont h2 {
    margin-top: 20px;
    font-size: 24px;
}

section.ranking_section .rank_cont {
    padding: 15px 15px 15px;
}
section.ranking_section span.fnts-sz {
    font-size: 18px;
    line-height: normal;
}
section.ranking_section .heading_img span {
    display: none;
}
section.ranking_section .rank_img {
    height: 90px;
    width: 158px;
    margin: auto;
}
section.ranking_section .rank_img h3 {
    font-size: 16px;
}

section.ranking_section .ranking_cont p {
    font-size: 12px;
}

section.ranking_section {
    padding-bottom: 50px;
}
section.integrated_proge_section {
    margin-top: 0;
}
section.integrated_proge_section .container-fluid {
    padding: 60px 0 60px;
}
section.integrated_proge_section .inte_cont h2 {
    font-size: 26px;
    margin-bottom: 40px;
}
section.integrated_proge_section .inte_cont h2 span.fnt-sz {
    font-size: 16px;
}
section.integrated_proge_section .int_prog_cont {
    padding: 0 15px;
}


section.integrated_proge_section .int_prog_cont h3 {
    font-size: 34px;
}

section.integrated_proge_section .int_prog_cont h3 span {
    font-size: 16px;
}
section.integrated_proge_section .prog_dtl {
    padding: 15px 15px 0;
}

section.integrated_proge_section .prog_dtl h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 15px;
}
section.integrated_proge_section .key_dv h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
section.integrated_proge_section .key_dv p {
    font-size: 12px;
}

section.top_uni_section .uni_cont h2 {
    font-size: 24px;
    text-align: center;
    margin-top: 25px;
    font-weight: 400;
    margin-bottom: 40px;
}
section.top_uni_section .top_uni_dtl {
    padding: 15px;
}

section.top_uni_section .top_uni_dtl_sub p {
    font-size: 14px;
}
section.top_uni_section .uni_dtls h3 {
    font-size: 14px;
}

section.top_uni_section .uni_dtls p {
    margin: 0;
}
section.south_india_section .south_dv h2 {
    font-size: 24px;
}
section.south_india_section .south_dv h2 span.font-sz {
    font-size: 14px;
    font-weight: 400;
}

section.south_india_section .south_cont {
    padding: 20px 15px 15px;
    text-align: center;
}
section.placement_opp_section .place_cont h2 {
    font-size: 24px;
}
section.placement_opp_section .place_cont h3 {
    font-size: 14px;
}
section.placement_opp_section .place_cont p {
    font-size: 14px;
}

section.placement_opp_section .carousel-cell {
    width: 100%;
    padding: 15px 45px;
}

section.placement_opp_section .slider_cont img {
    width: 100%;
}

section.palecment_training_section .container {
    padding: 30px 20px 30px;
}
section.palecment_training_section .place_cont h2 {
    font-size: 24px;
}
section.palecment_training_section .place_cont p {
    font-size: 14px;
}
section.palecment_training_section .place_db h3 {
    font-size: 14px;
}

section.palecment_training_section .place_db img {
    height: 25px;
}

section.management_excel_section .container-fluid {
    padding: 50px 15px 40px;
}

section.palecment_training_section .place_btndb {
    text-align: center;
    margin-top: 0;
    background: #000;
    padding-bottom: 30px;
}
section.palecment_training_section {
    position: relative;
    background: #1e1e1e;
    padding: 20px 0 0px;
}
section.management_excel_section .manage_text h2 {
    font-size: 24px;
}
section.management_excel_section .manage_text h2 span.font-sz {
    font-size: 16px;
}

section.management_excel_section .manage_cont h3 {
    font-size: 14px;
    margin: 10px 0;
}

section.management_excel_section .manage_cont {
    display: block;
    margin: 0px 0;
    text-align: left;
    padding: 5px;
}
section.management_excel_section .manage_cont img {
    width: 30px;
    margin-right: 0;
}
section.management_excel_section .manage_img img {
    border-radius: 8px;
    width: 60% !important;
    margin: auto;
}
section.management_excel_section .manage_img {
    text-align: center;
}
section.innovative_section .inno_dv h2 {
    font-size: 24px;
}
section.innovative_section .inno_dv p br {
    display: none;
}

section.innovative_section .inno_img {
    display: none;
}
section.innovative_section .inno_dv h3,
section.innovative_section .inno_dv p {
    font-size: 14px;
}
section.sarthi_section .sarthi_dvs {
    height: auto;
}
section.alumini_section {
    padding: 40px 0;
}
section.alumini_section .apply_alumn {
    top: 0;
    margin-top: 20px;
}
section.lead_future_section .border-right {
    border-right: 0 solid #000 !important;
    border-bottom: 2px solid #000 !important;
}
section.lead_future_section .lead_one h2 {
    font-size: 26px;
    text-align: center;
    margin: 10px 0;
}
section.lead_future_section .lead_one h2 br {
    display: none;
}
section.lead_future_section .lead_two h2 {
    font-size: 26px;
    text-align: center;
    margin: 10px 0;
}
section.lead_future_section > div > div {
    padding: 0 15px;
}
section.lead_future_section .lead_three h3 {
    font-size: 24px;
}
section.lead_future_section {
    padding-bottom: 30px;
}

section.alumini_section .alumini_dv h2 {
    font-size: 26px;
}

section.alumini_section .alumini_dv p {
    font-size: 14px;
}






footer.footer .footer_cont {
    text-align: center;
}

footer.footer .footer_cont h4 {
    font-size: 16px;
}
footer.footer .footer_cont a {
    font-size: 20px;
}
footer.footer .social_icons ul {
    margin-left: 0;
}

footer.footer .copyright {
    flex-direction: column-reverse;
}
footer.footer .copy_hr {
    width: 100%;
    opacity: 0.7;
}
footer.footer .copyright p {
    font-size: 14px;
    margin: 0;
}

section.alumini_section .row-rt {
    flex-direction: column-reverse;
}
section.alumini_section .alum_ing img {
    width: 50%;
}
section.alumini_section .alum_ing {
    text-align: center;
}
section.alumini_section .flickity-page-dots {
    position: relative;
    bottom: 0;
    margin-top: 10px;
}
section.alumini_section .flickity-page-dots .dot {
    background: #fff;
}

section.ranking_section .flickity-page-dots {
    position: relative;
    bottom: 0;
    margin-top: 0;
}
section.ranking_section .flickity-page-dots .dot {
    background: #000;
}
section.ranking_section .flickity-button {
    position: absolute;
    background: hsl(0deg 0% 0% / 75%);
    border: none;
    color: #fff;
}
section.top_recr_section .carousel-cell {
    width: 50%;
}
section.top_recr_section {
    padding: 30px 0 60px;
}
section.global_edge_section img {
    margin-top: 0;
}
section.hero_section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #0000008c;
}
div#banner_form {
    margin-top: 30px;
}





}




