@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 {
    padding: 0;
}

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

.green_color {
    color: #19b95f;
}

.orange_color{
    color:#FD7B0D;
}

.btn-style-one {
    color: #fff;
    font-weight: 600;
    background: #FD7B0D;
    border: 1px solid #FD7B0D;
    padding: 10px 25px;
    border-radius:50px;
    font-size:25px;
    padding:1% 5%;
    margin-top:4%;
}
@media (min-width:320px) and (max-width:480px){
    .btn-style-one {
        font-size: 16px;
        padding: 1% 10%;
    }
}

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

#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 15px 5px;
    width: 100%;
    z-index: 9999;
    display: inline-block;
    box-shadow: 1px 0 21px rgb(0 0 0 / 26%);
}
.banner_form_sec h2{
    font-size:25px;
    text-align:center;
    font-weight:bold;
}

/* 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 {
    background-image: url('../../../default/images/frontend/hero_bg.png');
    position: relative;
    padding: 170px 0 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #1e1e1e;
}

section.hero_section .hero_cont h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
}

section.hero_section .hero_cont h2 {
    font-size: 30px;
    color: #fff;
    margin-top: 30px;
}

section.hero_section .hero_cont p{
    color:#fff;
    font-size:25px;
    margin-top:20px;
}

section.hero_section .hero_cont img.bannerAward{
    width:60%;
    margin-top:4%;
}

@media (min-width:320px) and (max-width:480px){
    section.hero_section {
        background-image: url('../../../default/images/frontend/mobileBanner.png');
        /* position: relative; */
        padding: 170px 0 70px;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #1e1e1e;
        background-position: center top;
    }
    section.hero_section .hero_cont p {
        font-size: 16px;
        margin-top: 10px;
    }
    section.hero_section .hero_cont h1 {
        font-size: 35px;
    }
    section.hero_section .hero_cont h2 {
        font-size: 17px;
    }
    section.hero_section .hero_cont img.bannerAward{
        margin-top:50%;
        width:100%;
    }
}

/*hero section ends*/

/* about section start  */

.aboutSection{
    padding:4% 0% 0% 0%;
}
.aboutSection h2{
    font-size:40px;
    font-weight:bold;
    text-align:center;
}
.aboutSection h3{
    font-size:30px;
    font-weight:500;
    text-align:center;
    margin-bottom:3%;
}
.aboutSection p{
    font-size:20px;
    color:rgba(0, 0, 0, 0.8);
    text-align:justify;
}
@media (min-width:320px) and (max-width:480px){
    .aboutSection {
        padding: 15% 0% 0% 0%;
    }
    .aboutSection h2 {
        font-size: 25px;
        font-weight:800;
    }
    .aboutSection h3 {
        font-size: 15px;
    }
    .aboutSection p {
        font-size: 13px;
    }
}

/* about section end */

/* admission section start  */

.admissionSection{
    padding:3% 0% 5% 0%;
    background:#1E1E1E;
    border-radius:0px 0px 100px 100px;
}
.admissionSection h2{
    color:#fff;
    font-weight:bold;
    font-size:35px;
    margin-bottom:4%;
}
.admissionSection h2.study{
    font-size:50px;
    text-align:center;
    font-weight:bold;
    line-height:40px;
    margin-top:7%;
}
.admissionSection h2.study span{
    font-size:20px;
    text-align:center;
    font-weight:bold;
}
.admissionSection h3{
    font-size:90px;
    font-weight:900;
    color:#fff;
}
.admissionSection h4{
    font-size:30px;
    color:#fff;
    padding:2% 10%;
    border:1px solid rgba(255,255,255,0.4);
    border-radius:50px;
    background:#000;
    width:fit-content;
}
.admissionSection .programs_div{
    border:1px solid rgba(255,255,255,0.3);
    border-radius:50px;
    padding:4%;
}
.admissionSection .programs_div p{
    color:rgba(255,255,255,1);
    margin-top:3%;
    font-size:18px;
    font-weight:bold;
}
.admissionSection .programs_div hr{
    border-top:1px solid rgba(255,255,255,0.3);
    width:50%;
}
.admissionSection .programs_div img.icon_img{
    width:15%;
}
@media (min-width:320px) and (max-width:480px){
    .admissionSection {
        padding: 10% 0% 10% 0%;
    }
    .admissionSection h2 {
        font-size: 23px;
        margin-bottom: 10%;
    }
    .admissionSection h2.study {
        font-size: 30px;
        line-height: 35px;
    }
    .admissionSection h3 {
        font-size: 55px;
        line-height: 45px;
    }
    .admissionSection h4 {
        font-size: 15px;
    }
    .admissionSection .programs_div img.icon_img{
        width:25%;
    }
    .admissionSection .programs_div p {
        font-size: 11px;
    }
    .admissionSection .programs_div img.icon_img{
        width:25%;
    }
}

/* admission section end */

/* top features section start  */

.topFeatures{
    padding:4% 0% 0% 0%;
    position: relative;
} 
.topFeatures h2{
    color:#000;
    text-align:center;
    font-size:45px;
}
.topFeatures h2 span{
    font-size:70px;
    font-weight:800;
    color:#FD7B0D;
}
.topFeatures .topFeaturesContentDiv{
    background:#fff;
    border-radius:20px;
    box-shadow:0px 0px 30px rgba(0, 0, 0, 0.2);
    padding:4%;
}

.topFeatures .topFeaturesContentDiv .carousel-cell2 {
    width: 45%;
    height: 300px;
    max-height: 1000px;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 20px 0px;
    counter-increment: carousel-cell;
    margin-top: 20px;
    background:#fff;
    /* border-bottom:10px solid #EE7202; */
}
.topFeatures .topFeaturesContentDiv .carousel-cell2 img{
    height: auto;
    width: 20%;
    padding: 0px;
}
.topFeatures .topFeaturesContentDiv .carousel-cell2 h3{
    color:#000;
    text-align:center;
    font-weight:bold;
}
.topFeatures .topFeaturesContentDiv .carousel-cell2 p{
    color:#000;
    font-weight:500;
    font-size:20px;
    text-align:center;
}
.topFeatures .topFeaturesContentDiv  .carousel2 .flickity-viewport{
    height:350px;
}
@media (min-width:320px) and (max-width:480px){
    .topFeatures h2 {
        font-size: 25px;
    }
    .topFeatures h2 span {
        font-size: 40px;
    }
    .topFeatures .topFeaturesContentDiv .carousel-cell2 {
        width: 100%;
        height: 300px;
        max-height: 1000px;
        margin-right: 30px;
        margin-bottom: 30px;
        padding: 20px 0px;
        counter-increment: carousel-cell;
        margin-top: 20px;
        background:#fff;
        /* border-bottom:10px solid #EE7202; */
    }
    .topFeatures .topFeaturesContentDiv .carousel-cell2 h3{
        font-size:18px;
    }
    .topFeatures .topFeaturesContentDiv .carousel-cell2 p{
        font-size:15px;
    }
    .topFeatures .topFeaturesContentDiv  .carousel2 .flickity-viewport{
        height:240px;
    }
}

/* top features section end */

/* High paying job Opportunities section start */

.highPayingJob{
    background:#1E1E1E;
    padding:15% 0% 4% 0%;
    border-radius:0px 0px 50px 50px;
    margin-top:-10%;
}
.highPayingJob h2{
    font-size:50px;
    color:#FD7B0D;
    text-align:center;
}
.highPayingJob h2 span{
    font-size:30px;
    color:rgba(255,255,255,0.6);
}
.highPayingJob h3{
    color:#fff;
    font-size:45px;
    text-align:center;
}
.highPayingJob ul{
    list-style:disc;
}
.highPayingJob ul li{
    color:rgba(255,255,255,0.6);
    font-size:30px;
}
@media (min-width:320px) and (max-width:480px) {
    .highPayingJob h2{
        font-size:30px;
    }
    .highPayingJob h2 span{
        font-size:20px;
    }
    .highPayingJob h3{
        font-size:35px;
    }
    .highPayingJob ul li {
        font-size: 16px;
        margin-left: 10%;
    }
}

/* High paying job Opportunities section end */

/*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{
    text-align:center;
}

section.top_uni_section .uni_dtls h3 {
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin: 10px 0 0;
}
@media (min-width:320px) and (max-width:480px){
    .top_uni_section h2{
        font-size:22px;
    }
}

/*top universities setion ends*/

/* best college section start  */

.bestCollege{
    padding:3% 0% 0% 0%;
}
.bestCollege h2{
    font-size:55px;
    text-align:center;
    font-weight:bold;
}
.bestCollege h3{
    text-align:center;
    font-size:30px;
}
.bestCollege .bestCollegeContent{
    background: #974908;
    background: linear-gradient(180deg,rgba(151, 73, 8, 1) 0%, rgba(253, 123, 13, 1) 100%);
    padding:5%;
    border-radius:50px 50px 0px 0px;
}
.bestCollege .bestCollegeContent .iconDiv{
    background:url('../../../default/images/frontend/iconBack.png');
    background-size:100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height:150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bestCollege .bestCollegeContent .iconDiv h4{
    font-size:18px;
    color:#fff;
    text-align:center;
    margin:0;
    font-weight:bold;
}
.bestCollege .bestCollegeContent p{
    color:#fff;
    font-size:14px;
    font-weight:500;
    text-align:center;
}
.bestCollege .bestCollegeContent .carousel .carousel-inner{
    padding-bottom:5%;
}
@media (min-width:320px) and (max-width:480px){
    .bestCollege h2 {
        font-size: 30px;
    }
    .bestCollege h3 {
        font-size: 20px;
    }
    .bestCollege .bestCollegeContent .iconDiv h4 {
        font-size: 24px;
    }
    .bestCollege .bestCollegeContent .carousel .carousel-inner{
        padding-bottom:15%;
    }
}

/* best college section end */

/* top b-school section start  */

.bSchool{
    padding:3% 0%;
    background:#1E1E1E;
}
.bSchool h2{
    font-size:60px;
    color:#fff;
    font-weight:bold;
    text-align:center;
}
.bSchool h3{
    color:rgba(255,255,255,0.8);
    text-align:center;
    font-size:40px;
}
.bSchool p{
    color:#fff;
    font-weight:500;
    font-size:25px;
    text-align:justify;
}
.bSchool .paidInternship{
    background:#000;
    padding:4%;
    border-top:2px solid #FD7B0D;
}
.bSchool .paidInternship h4{
    color:#fff;
    font-size:30px;
    text-align:center;
}
.bSchool .paidInternship h5{
    font-size:60px;
    text-align:center;
    font-weight:bold;
    color:#fff;
}
.bSchool .paidInternship hr{
    border:2px soild #fff;
}
.bSchool .paidInternship p{
    font-size:20px;
}
@media (min-width:320px) and (max-width:480px){
    .bSchool{
        padding:10% 0%;
        background:#1E1E1E;
    }
    .bSchool h2{
        font-size:40px;
    }
    .bSchool h3{
        font-size:20px;
    }
    .bSchool p{
        font-size:15px;
        margin-top:10%;
    }
    .bSchool .paidInternship h4{
        font-size:20px;
    }
    .bSchool .paidInternship h5{
        font-size:40px;
    }
    .bSchool .paidInternship p{
        font-size:15px;
        margin-top:4%;
    }
}

/* top b-school section end */

/* placement opportunities section start */

.placementOpp{
    padding:3% 0%;
    background:#1E1E1E;
}
.placementOpp h2{
    font-size:45px;
    text-align:center;
    font-weight:bold;
    color:#fff;
}
.placementOpp p{
    font-size:20px;
    color:rgba(255,255,255,0.6);
    text-align:center;
}
.placementOpp h3{
    color:#fff;
    font-size:30px;
    text-align:center;
}
@media (min-width:320px) and (max-width:480px){
    .placementOpp h2{
        font-size:22px;
    }
    .placementOpp p{
        font-size:12px;
    }
    .placementOpp h3{
        font-size:16px;
    }
}

/* placement opportunities section end */

/*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;
}

.palecment_training_section .placementTraing{
    border:1px solid rgba(255,255,255,0.3);
    padding:3%;
    border-radius:20px;
}

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;
}
@media (min-width:320px) and (max-width:480px){
    section.palecment_training_section .place_cont h2 {
        font-size: 30px;
    }
    section.palecment_training_section .place_cont p {
        font-size: 12px;
    }
    section.palecment_training_section .container {
        padding: 50px 30px 80px;
    }
    section.palecment_training_section .place_db h3 {
        font-size: 12px;
    }
}

/*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;
}
@media (min-width:320px) and (max-width:480px){
    section.top_recr_section .carousel-cell {
        width: 50%;
    }
}

/*top recruiters section ends*/

/* Management Excellence section start  */

.managementExcellence{
    padding:4% 0%;
}
.managementExcellence h2{
    text-align:center;
    font-size:40px;
}
.managementExcellence p{
    font-size:22px;
    font-weight:600;
}
.managementExcellence hr{
    border:1px solid #000;
}
.managementExcellence h4{
    text-align:center;
    margin-top:4%;
}
@media (min-width:320px) and (max-width:480px){
    .managementExcellence{
        padding:10% 0%;
    }
    .managementExcellence h2{
        font-size:20px;
    }
    .managementExcellence p{
        font-size:14px;
    }
    .managementExcellence h4{
        font-size:14px;
    }
}

/* Management Excellence section end */

/* Gov collab section start  */

.govCollab{
    padding:4% 0% 0% 0%;
    background: #000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 76%);
}
.govCollab .govCollabContentDiv h2{
    text-align:center;
    font-weight:bold;
    padding-top:3%;
}
.govCollab .govCollabContentDiv .carousel-cell3 {
    width: 45%;
    height: 300px;
    max-height: 1000px;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 20px 0px;
    counter-increment: carousel-cell;
    margin-top: 20px;
    background:#fff;
    /* border-bottom:10px solid #EE7202; */
}
.govCollab .govCollabContentDiv .carousel-cell3 img{
    height: auto;
    width: 20%;
    padding: 0px;
}
.govCollab .govCollabContentDiv .carousel-cell3 h3{
    color:#000;
    text-align:center;
    font-weight:bold;
    font-size:16px;
}
.govCollab .govCollabContentDiv .carousel-cell3 p{
    color:#000;
    font-weight:500;
    font-size:14px;
    text-align:center;
}

.govCollab .govCollabContentDiv .flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: 25px !important;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}
.govCollab .govCollabContentDiv .carousel3 .flickity-viewport{
    height:350px;
}
@media (min-width:320px) and (max-width:480px){
    .govCollab .govCollabContentDiv h2{
        padding-top:10%;
        font-size:20px;
    }
    .govCollab .govCollabContentDiv .carousel-cell3 {
        width: 100%;
        height: 300px;
        max-height: 1000px;
        margin-right: 30px;
        margin-bottom: 30px;
        padding: 20px 0px;
        counter-increment: carousel-cell;
        margin-top: 20px;
        background:#fff;
        /* border-bottom:10px solid #EE7202; */
    }
    .govCollab .govCollabContentDiv .carousel-cell3 img{
        height: auto;
        width: 60%;
        padding: 0px;
    }
    .govCollab .govCollabContentDiv .carousel3 .flickity-viewport{
        height:480px !important;
    }
}


/* Gov collab section end */

/* cta section start  */

.cta{
    background:#000;
    padding:4% 0%;
}
.cta p{
    color:#fff;
    font-size:30px;
    text-align:center;
}
.cta h2{
    font-size:60px;
    text-align:center;
    color:#fff;
    font-weight:bold;
}
.cta h3{
    color:#fff;
    text-align:center;
    font-size:35px;
    margin-top:5%;
}
.cta hr{
    border:1px solid #fff;
}
@media (min-width:320px) and (max-width:480px){
    .cta{
        background:#000;
        padding:10% 0%;
    }
    .cta p{
        color:#fff;
        font-size:16px;
    }
    .cta h2{
        font-size:30px;
        margin:10% 0%;
    }
    .cta h3{
        font-size:30px;
        margin-top:10%;
        margin-bottom:10%;
    }
}

/* cta section end */

/*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*/
