html,
body {
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    scroll-behavior: smooth;
}

* {
    /* font-family: 'Nunito', sans-serif; */
    /* font-family: 'Lato', sans-serif; */
    /* font-family: 'Satisfy', cursive; */
    font-family: 'Poppins', sans-serif;
}

.ctplqryform h2{
    font-weight:bold;
    font-size:25px;
    text-align:center;
    margin-bottom:3%;
}

.header_section {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/bu_image.jpeg');
    height: auto;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    padding: 10px 0px 20px 0px;
}

.header_section .navbar-nav .nav-item .nav-link {
    color: #000;
}

.header_section .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
}

.header_section .navbar img {
    height: 80px;
    width: 260px;
}

@media screen and (max-width:767px) {
    .header_section {
        background-size: cover;
        background-position: left;
    }
    .header_section .navbar-nav .nav-item .nav-link {
        color: #000;
        font-weight: bold;
    }
}

.nav-link {
    color: #710c04;
}

.banner_text {
    padding-top: 130px;
    padding-bottom: 170px;
}

.banner_text h1.first_heading {
    font-size: 45px;
    font-weight: 700;
    color: #fff !important;
}

.banner_text img {
    height: 130px;
    width: 150px;
}

.banner_text h6 {
    font-size: 95px;
    /* width:90%; */
    padding: 15px;
}

.banner_text .highlight {
    background: #1e5631;
    text-align: center;
    border-radius: 20px;
    padding-bottom: 17px;
}

.banner_text .highlight p {
    font-size: 27px;
    margin-top: -30px !important;
    font-weight: normal;
    color: #fff;
}

.form_title {
    font-size: 22px;
    color: #000;
    text-align: center;
    margin: 0 0 25px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: underline;
}

.banner_form_sec {
    background: #fff;
    padding: 20px;
    width: auto !important;
    border-radius: 10px;
    margin-top: 15%;
}

.banner_form_sec label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 0;
    margin-top: 2%;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    z-index: 999 !important
}

.select2.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

.select2-container--default .select2-selection--single {
    height: calc(1.5em + 0.85rem + 2px);
    line-height: 1.5;
    padding: 0;
    font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #232323;
    line-height: 28px;
}

.select2-selection.is-invalid {
    border-color: #dc3545;
}

.form-control {
    height: 35px;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    border: 1px solid #c4c6c8;
}

.banner_form_sec ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.banner_form_sec ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.banner_form_sec :-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.banner_form_sec :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.submit-btn {
    background: #e74751;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
}

.submit-btn:hover {
    background: #a63238;
    color: #fff;
}

@media (min-width:320px) and (max-width:480px) {
    .banner_form_sec {
        margin-top: 0%;
    }
}

@media screen and (max-width:767px) {
    .banner_text {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .banner_text h1.first_heading {
        font-size: 30px;
        text-align: center;
    }
    .banner_text .highlight {
        margin-bottom: 30px;
    }
    .banner_text .highlight h6 {
        font-size: 50px;
        text-align: center;
        margin-bottom: 20px;
    }
    .banner_text .highlight p {
        font-size: 20px;
    }
    .banner_text img {
        height: 100px;
        width: 100px;
        margin-top: -40px;
    }
    .submit_form {
        width: 70%;
        margin-left: 15%;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .banner_text {
        padding-top: 40px;
    }
    .banner_text h1 {
        font-size: 35px;
    }
    .banner_text h2 {
        font-size: 60px;
        margin-top: 20px;
    }
    .banner_text img {
        height: 90px;
        width: 90px;
    }
}

/* certificate section */

.certificate_section {
    margin: 0px 0px 60px 0px;
    padding: 60px 140px;
    background-color: #1e5631;
    /* background-image: linear-gradient(315deg, #710c04 0%, #1e5631 74%); */
}

.certificate_section .img1 img {
    height: 150px;
    width: 170px;
}

.certificate_section .img1 h6 {
    font-size: 11px;
}

.certificate_section .img1 {
    box-shadow: 3px 8px 15px rgba(0, 0, 0, 0.6);
    border-radius: 40px;
}

.certificate_section hr {
    border: 1px solid #fff;
    margin: 0px 0px 40px 0px;
}

.certificate_section .second_row .logos {
    border-radius: 15px;
}

.certificate_section .second_row img {
    height: 150px;
    width: 150px;
}

.certificate_section .second_row h6 {
    font-size: 11px;
}

@media screen and (max-width:767px) {
    .certificate_section {
        padding: 60px 0px;
    }
    .certificate_section .second_row img {
        height: 80px;
        width: 80px;
    }
    .certificate_section .second_row h6 {
        font-size: 12px;
    }
}

/* certificate section */

/* .certificate_section{
  margin: 50px 0px 50px 0px;
  }
  .certificate_section .one img{
  height: 80px;
  width: 80px;
  }
  .certificate_section .one h6{
  font-weight: 700;
  }
  .certificate_section .one h6 span{
  color: #710c04;
  }
  .certificate_section .one hr{
  border: 1px solid #1e5631;
  }
  .certificate_section .two img{
  height: 380px;
  width: 350px;
  }
  @media screen and (max-width: 767px){
  .certificate_section .one img{
  height: 60px;
  width: 60px;
  }
  .certificate_section .one h6{
  font-size: 12px;
  }
  .certificate_section .two img{
  height: 250px;
  width: 250px;
  }
  } */

.about_heading {
    color: #710c04;
    font-size: 120px;
}

.about_text {
    font-size: 16px;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .about_heading {
        font-size: 82px;
    }
    .about {
        font-size: 42px;
    }
    .certificate_section {
        margin: 40px 0px 40px 0px;
    }
}

.student_img {
    border-radius: 8px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    height: 300px;
    width: 200px;
}

.about_bahra_bottom_hr {
    border: 1px solid #1e5631;
}

.count {
    color: #1e5631;
}

.count_text {
    color: #710c04;
    font-size: 13px;
    font-weight: bold;
}

.reward_banner {
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    background-attachment: fixed;
}

.apply_now_button {
    padding: 10px 100px;
}

@media screen and (max-width: 767px) {
    .reward_banner h1 {
        font-size: 32px;
    }
    .reward_banner h4 {
        font-size: 18px;
        margin-top: 20px;
    }
    .apply_now_button {
        padding: 7px 50px;
    }
}

.our_programmes h1 {
    font-size: 40px;
    color: #710c04;
}

.our_programmes h1 span {
    color: #710c04;
    font-weight: 500;
    font-size: 40px;
}

.our_programmes hr.our_programmes_top_hr {
    color: #1e5631;
    border: 1px solid #1e5631;
    width: 70%;
}

.our_programmes h2 {
    font-weight: 500;
}

.our_programmes p {
    font-size: 18px;
    font-weight: 700;
    color: #710c04;
}

.our_programmes p span {
    color: #000;
}

.our_programmes a {
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .our_programmes h1 {
        font-size: 35px;
    }
    .our_programmes h2 {
        font-size: 28px;
    }
    .our_programmes p {
        font-size: 16px;
    }
}

.bahra_images {
    margin-top: 0px;
}

.bu_achivers {
    background: #710c04;
    margin-top: 0px;
    margin-bottom: 70px;
    padding: 80px 0px;
}

.bu_achivers h1 {
    font-size: 40px;
}

.bu_achivers h1 span {
    font-weight: 500;
}

.bu_achivers .card img.card_img1 {
    height: 180px;
}

.bu_achivers .card i {
    color: #1e5631;
    border: 0;
    padding: 7px;
    border-radius: 50px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    background: #fff;
    height: 30px;
    width: 30px;
    margin-top: -20px;
    margin-left: 20px;
}

.bu_achivers .card .card-text {
    font-size: 11px;
    text-align: justify;
    line-height: 15px;
    font-weight: 700;
    margin-top: -20px;
}

.bu_achivers .card p.card-title {
    color: #1e5631;
    font-weight: bold;
}

.bu_achivers .card p.sub_title {
    color: #000;
    font-size: 10px;
    font-weight: 700;
    margin-top: -10px;
}

.top_recruiters h1 {
    font-size: 45px;
    color: #710c04;
}

.top_recruiters h1 span {
    font-weight: 400;
}

.top_recruiters hr {
    border: 1px solid #1e5631;
}

/* .top_recruiters img{
  height: 90px;
  width: 190px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  }
  @media screen and (max-width: 767px){
  .top_recruiters img{
  width: 90%;
  height: 80px;
  }
  } */

.bahra_image img {
    width: 100%;
    height: 550px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
    .bahra_image img {
        height: 350px;
    }
}

.bahra_image hr.top_hr {
    border: 15px solid #1e5631;
    margin-bottom: 0px;
    width: 75%;
}

.bahra_image hr.bottom_hr {
    border: 15px solid #1e5631;
    margin-top: 0px;
    width: 75%;
}

.footer_hr {
    border: 1px solid #1e5631;
}

.fa-location-dot {
    color: #710c04;
    background: #fff;
    padding: 15px;
    /* border: 1px solid #000; */
    border-radius: 50%;
    margin-top: -100px;
    margin-left: 100px;
}

.footer_top {
    margin-top: 90px;
    margin-bottom: 30px;
}

@media screen and (max-width:767px) {
    .fa-location-dot {
        margin-left: 10px;
    }
}

.footer_section p {
    font-size: 20px;
    font-weight: 500;
}

.fa-plane-departure,
.fa-train,
.fa-bus {
    font-size: 22px;
    color: #710c04;
}

.footer_section h4 {
    color: #710c04;
}

.fa-facebook-square,
.fa-instagram-square,
.fa-whatsapp-square {
    color: #710c04;
}

.footer_bottom_hr {
    border: 5px solid #710c04;
    margin-bottom: 0px;
    width: 100%;
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .contact_detail h4 {
        font-size: 20px;
    }
    .contact_detail h3 {
        font-size: 18px;
    }
    .footer_section p {
        font-size: 18px;
        margin-bottom: 30px;
    }
}

.collaboration_text {
    background-color: #1e5631;
    background-image: linear-gradient(315deg, #000 10%, #1e5631 74%);
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    z-index: 999;
}

.collaboration_text h1 {
    font-size: 50px;
}

.carousel-cell4 {
    width: 25%;
    height: 120px;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    padding: 0px;
    counter-increment: carousel-cell;
}

.carousel-cell4 img {
    height: 80%;
    width: 100%;
    padding: 0px;
    margin: 20px;
    box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.4);
    z-index: 1;
}

@media screen and (max-width:767px) {
    .carousel-cell4 img {
        height: 70%;
        width: 100%;
    }
    .carousel-cell4 {
        width: 33%;
    }
    .collaboration_text {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}

/* footer */

ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #fff;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.footer-cta i {
    color: #ff5e14;
    font-size: 30px;
}

.single-cta i {
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ff5e14;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #ff5e14;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
    color: #fff;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

/* footer */

/* download brochure */

.apply_now1 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/image1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    background-attachment: fixed;
    height: 70vh;
    display: flex;
    align-items: center;
}

.apply_now3 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/image1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    background-attachment: fixed;
    height: 70vh;
    display: flex;
    align-items: center;
}

.apply_now3 h1 {
    font-size: 60px;
    color: #fff;
}

.apply_now3 a {
    font-size: 20px;
    background: #1f3c92;
    border: 0px;
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 500;
}

.apply_now1 h1 {
    font-size: 48px;
    color: #fff;
}

.apply_now1 a {
    font-size: 20px;
    background: #1f3c92;
    border: 0px;
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 500;
}

@media screen and (max-width:767px) {
    .apply_now2 h1,
    .apply_now1 h1 {
        font-size: 40px;
    }
    .apply_now3 h1 {
        font-size: 42px;
    }
    .apply_now1,
    .apply_now2 {
        height: 40vh;
    }
    .apply_now1 a,
    .apply_now2 a {
        font-size: 16px;
    }
}

/* download brochure */

/* scholarship section */

.scholarship {
    margin: 50px 0px;
    /* background-color: #1e5631;
  background-image: linear-gradient(315deg, #710c04 0%, #1e5631 74%); */
}

.scholarship table {
    /* background-color: #1e5631;
  background-image: linear-gradient(315deg, #710c04 0%, #1e5631 74%); */
    /* background-color: #fff; */
    border: 1px solid #000;
}

.scholarship hr {
    border: 1px solid #1e5631;
}

.scholarship table td {
    border: 1px solid #000;
}

.scholarship table th {
    border: 1px solid #000;
}

.scholarship table thead tr {
    background: #1e5631;
}

.scholarship h1 {
    color: #1e5631;
}

.scholarship ul li p {
    font-size: 25px;
}

/* scholarship section */

/* counter section */

.counter-section .per span {
    color: #f4bf00;
}

.counter-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #710c04;
    padding: 80px 0px;
    margin-top: 0px;
}

.counter-section h3 {
    font-family: 'Rubik', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.counter-section .per {
    font-family: 'Nunito', sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
}

.counter-section .per span {
    font-size: 46px;
    line-height: 46px;
    font-weight: 600;
}

.inspir-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.inspir-section .sec-title3 .title {
    color: #253c80;
}

.inspir-section ul li {
    float: left;
    width: 50%;
}

.inspir-section ul li {
    float: left;
    width: 46%;
    text-align: center;
    background: #253c80;
    margin-bottom: 10px;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    border: 2px solid #cc9b4f;
}

.inspir-section ul li:last-child {
    width: 100%;
}

.inspir-section ul li:nth-child(even) {
    margin-left: 8%;
}

.our-partners .sec-title3 h1 {
    color: #1f3c92;
}

.our-partners .our_partner {
    text-align: center;
    border: 1px solid #253c80;
    padding: 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.course-section .sec-title3 .title {
    color: #253c80;
}

.course-section .table th {
    background: #253c80;
    color: #fff;
    border-color: #cc9b4f;
    text-align: center;
}

.course-section .table-bordered td {
    border: 1px solid #cc9b4f;
    position: relative;
}

.course-section .table .muliple {
    margin-left: 20px;
}

.course-section .table .muliple li::before {
    content: "";
    position: absolute;
    left: 13px;
    margin-top: 7px;
    width: 9px;
    height: 9px;
    background-color: #257ad2;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

@media screen and (max-width:767px) {
    .counter-section .per h3 {
        font-size: 11px;
    }
    .counter-section .per {
        font-size: 15px;
    }
}

/* counter section */

.eligibility_wrap {
    background: #f1f4ff;
    position: relative;
    padding: 50px 0 50px 40px;
}

.eligibility_wrap::before {
    position: absolute;
    content: '';
    width: 60%;
    height: 100%;
    background: #2c704372;
    top: 0;
    left: 0;
}

.eligibility_wrap::after {
    position: absolute;
    content: '';
    width: 40%;
    height: 300px;
    background: #e0e6ee;
    top: 0;
    right: 0;
}

.eligibility_iucet_img {
    float: right;
    margin-left: 25px;
    width: 100%;
    position: relative;
    z-index: 99;
    margin-top: 20%;
}

.eligibility_iucet_img img {
    width: 100%;
}

.eligibility_criteria_content_sec {
    padding: 40px 25px 25px;
    display: inline-block;
}

.eligibility_criteria_content_sec h2 {
    font-size: 40px;
    color: #000;
    font-weight: 500;
    margin: 0 0 30px;
    font-family: 'Roboto', sans-serif;
}

.eligibility_criteria_content_sec p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 20px;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

.eligibility_criteria_content_sec p b {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}

.content_divider {
    width: 100%;
    height: 2px;
    background: #1e5631;
    margin: 30px 0;
}

.mar-top-max-gap {
    margin-top: 60px !important;
}

.eligibility_programs_title_width {
    display: inline-block;
    min-width: 310px;
}

.eligibility_criteria_content_sec p em {
    font-style: normal;
    margin-right: 24px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}

.important_dates {
    background: #f1f4ff;
    padding: 70px 0 150px;
}

.important_dates h2 {
    font-size: 70px;
    font-weight: 400;
    color: #000;
    margin: 0 0 40px;
    text-align: center;
    line-height: 60px;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.important_dates h2 b {
    font-weight: 700;
}

.important_dates h2 span {
    display: block;
    font-size: 31px;
}

.important_dates h3 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin: 0 0 50px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.important_dates h3 span {
    display: inline-block;
    color: #d63d32;
}

.important_dates .card {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    box-shadow: 1px 0 16px rgba(0, 0, 0, 0.26);
    padding: 15px;
    font-family: 'Roboto', sans-serif;
}

.important_dates .card.big_card {
    width: 60%;
    background: #bf0015;
    transform: scale(1.4);
}

.important_dates .card_header {
    background: transparent;
    border-bottom: 2px solid #777777;
}

.important_dates .card.big_card .card_header {
    border-bottom: 2px solid #e18892;
}

.important_dates .card_header p {
    margin: 0 !important;
    font-size: 31px !important;
    padding: 10px 0 20px !important;
    font-weight: 700 !important;
    color: #bf0015 !important;
    font-family: 'Roboto', sans-serif;
}

.important_dates .card.big_card .card_header p {
    color: #fff !important;
}

.important_dates .card_body {
    padding: 10px;
}

.important_dates .card_body h4 {
    font-family: 'Tinos', serif;
    font-size: 120px;
    color: #000;
    margin: 0;
    font-weight: 400;
    line-height: 110px;
}

.important_dates .card.big_card .card_body h4 {
    color: #fff;
}

.important_dates .card_body h6 {
    font-size: 22px;
    font-weight: 400;
    color: #cccccc;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.important_dates .card.big_card .card_body h6 {
    color: #fff;
    opacity: 0.3;
}

.important_dates .card_body h5 {
    font-size: 23px;
    font-weight: 500;
    color: #000;
    margin: 30px 0 0;
    opacity: 0.6;
    font-family: 'Roboto', sans-serif;
}

.important_dates .card.big_card .card_body h5 {
    font-size: 41px;
    font-weight: 500;
    color: #fff;
    margin: 10px 0 0;
    opacity: 0.6;
    font-family: 'Roboto', sans-serif;
}

.important_dates .card.big_card .card_body h5 span {
    display: block;
    font-size: 20px;
}

.important_dates p {
    font-size: 17px;
    line-height: 27px;
    color: #000000;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.gap-both {
    margin: 65px 0 !important;
}

.enrollment_process_wrap {
    background: #f8f9fb;
    padding: 0px 0 80px;
    text-align: center;
    position: relative;
}

.enrollment_process_wrap::before {
    position: absolute;
    content: '';
    background: url('../images/how_to_apply_before.png') no-repeat top left / 100% 100%;
    width: 100%;
    height: 95px;
    top: -95px;
    left: 0;
}

.enrollment_process_wrap h2 {
    font-size: 55px;
    font-weight: 400;
    color: #000;
    padding: 0 0 30px;
    margin: 50px 0;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    position: relative;
}

.enrollment_process_wrap h2 span {
    font-weight: 600;
    display: inline-block;
}

.enrollment_process_wrap h2::before {
    position: absolute;
    content: '';
    width: 167px;
    height: 5px;
    background: #e7eaf5;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mob_view {
    display: none;
}

.desktop_view {
    width: 100%;
    text-align: center;
}

.desktop_view img {
    display: inline-block;
}

.submit-btn2 {
    background: #000;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    padding: .375rem 2rem;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
}

.submit-btn2:hover {
    background: #bf0015;
    color: #fff;
}

@media screen and (max-width:767px) {
    .mb-4,
    .my-4 {
        margin-bottom: 1.2rem !important;
    }
    .h3,
    h3 {
        font-size: 1.1rem;
    }
    .important_dates .card-header {
        padding: .5rem 1rem;
    }
    .important_dates .card-body {
        padding: 1rem;
        font-size: 13px;
    }
    .important_dates .card-title {
        font-size: .8rem;
    }
    .mb-3,
    .my-3 {
        margin-bottom: .7rem !important;
    }
    .eligibility_wrap::after {
        display: none;
    }
    .eligibility_wrap::before {
        width: 100%;
        height: 80%;
    }
    .eligibility_wrap {
        padding: 25px 0 0;
    }
    .eligibility_iucet_img {
        margin-top: 10px;
    }
    .important_dates {
        padding: 30px 0 50px;
    }
    .important_dates .card.big_card {
        width: 100%;
        transform: scale(1);
        margin: 15px 0;
    }
    .important_dates .card.big_card .card_body h5 {
        font-size: 24px;
    }
    .important_dates .card.big_card .card_body h5 span {
        font-size: 14px;
    }
    .important_dates .card_body h5 {
        font-size: 17px;
        min-height: auto;
    }
    .gap-both {
        margin: 0 !important;
    }
    .important_dates p {
        font-size: 14px;
    }
    .enrollment_process_wrap h2 {
        font-size: 28px;
    }
    .desktop_view {
        display: none;
    }
    .mob_view {
        display: block;
        text-align: center;
    }
    .enrollment_process_wrap .btn.submit-btn2 {
        padding: 0.4rem 1.5rem;
        font-size: 18px;
    }
    .eligibility_criteria_content_sec .table td,
    .eligibility_criteria_content_sec .table th {
        padding: 0.35rem;
    }
}

/* footer section start  */

.footer_section {
    /* background: rgb(3, 74, 33);
  background: linear-gradient(180deg, rgba(3, 74, 33,1) 20%, rgba(0,0,0,1) 20%); */
    background: #000;
    padding: 4% 0% 0% 0%;
}

.footer_section h3 {
    font-weight: 600;
}

.footer_section p {
    font-size: 13px;
}

.footer_section h6 {
    font-size: 14px;
}

.footer_section hr {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer_section h5 {
    color: #fff;
    font-size: 17px;
}

.footer_section a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 25px;
    font-weight: bold;
}

.footer_section hr.red_hr {
    border: 5px solid #7D1416;
    margin-top: 3%;
    width: 80%;
}

@media screen and (max-width:767px) {
    .footer_section {
        background: rgb(125, 20, 22);
        background: linear-gradient(180deg, rgba(125, 20, 22, 1) 15%, rgba(0, 0, 0, 1) 15%);
        padding: 24% 0% 0% 0%;
    }
}

/* footer section end  */

.reward_banner {
    background-image: linear-gradient(rgba(30, 86, 49, 0.5), rgba(30, 86, 49, 0.5)), url('../images/shimlacampus.jpg');
}

.reward_banner {
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    background-attachment: fixed;
}

.apply_now_button {
    padding: 10px 100px;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .reward_banner h1 {
        font-size: 32px;
    }
    .reward_banner h4 {
        font-size: 18px;
        margin-top: 20px;
    }
    .apply_now_button {
        padding: 7px 50px;
    }
}

/* programmes section start  */

.programs_offered {
    padding-bottom: 3%;
    padding-top:5%;
}

.programs_offered h2 {
    font-size: 40px;
    text-align: right;
}

.programs_offered h2 span {
    color: #7D1416;
    font-weight: 800;
}

.programs_offered .nav .nav-link {
    background: transparent;
    color: #312f2f;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    padding-bottom: 4%;
    padding-top: 4%;
    padding-left: 10%;
    text-align: left;
}

.programs_offered .nav .nav-link.active {
    background: #7D1416;
    border-radius: 0px;
    color: #fff;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 50%);
}

.programs_offered .tab-content .tab-pane {
    /* background: linear-gradient(116.03deg, #530601 -2.74%, #DD2316 132.37%); */
    background: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.4);
    padding: 4%;
}

.programs_offered .tab-content .tab-pane h3 {
    color: #000;
    font-weight: 700;
}

.programs_offered .tab-content .tab-pane hr {
    border: 2px solid #fff;
}

.programs_offered .tab-content .tab-pane .program_content {
    background: linear-gradient(116.03deg, #530601 -2.74%, #DD2316 132.37%);
    padding: 4%;
}

.programs_offered .tab-content .tab-pane .program_content h4 {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
}

.programs_offered .tab-content .tab-pane .program_content p {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin-top: -3%;
    line-height: 19px;
}

.programs_offered .tab-content .tab-pane .program_content h6.specialisation_heading {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

.programs_offered .tab-content .tab-pane .program_content h6.eligibility {
    color: #e2b152;
    font-weight: 600;
    margin-top: 6%;
}

.programs_offered .tab-content .tab-pane .program_content hr {
    border-top: 1px solid rgba(0, 0, 0, 0.4);
}

@media screen and (max-width:767px) {
    .programs_offered .tab-content .tab-pane .program_content h6.specialisation_heading {
        font-size: 13px;
    }
    .programs_offered .tab-content .tab-pane .program_content h4 {
        font-size: 22px;
    }
    .programs_offered h2 {
        font-size: 30px;
        text-align: left;
    }
    .programs_offered .tab-content .tab-pane h3 {
        color: #000;
        font-weight: 700;
        font-size: 20px;
    }
    .programs_offered .tab-content .tab-pane {
        padding: 4%;
    }
    .programs_offered {
        padding: 10% 0%;
    }
    .programs_offered .nav .nav-link {
        padding-bottom: 3%;
        padding-top: 3%;
        font-size: 13px;
        padding-left: 5%;
    }
    .programs_offered .nav .nav-link.active {
        background: #7D1416;
        border-radius: 0px;
        color: #fff;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 50%);
    }
}

/* programmes section end  */

/* call button start  */

.CallButton {
    position: fixed;
    bottom: 90px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    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  */

/* Apply Now button start  */

.applyNowButton {
    position: fixed;
    bottom: 200px;
    z-index: 2200000;
    right: -3%;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    /* background:#000; */
    border-radius: 5% 5% 0% 0%;
    width: 110px;
    height: 40px;
    transform: rotate(270deg);
}

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

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

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

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

@media (min-width:320px) and (max-width:480px) {
    .applyNowButton {
        position: fixed;
        bottom: 200px;
        z-index: 2200000;
        right: -10%;
        box-shadow: 0 0 10px #ddd;
        /* background-color: var(--whiteColor); */
        background: #000;
        border-radius: 5% 5% 0% 0%;
        width: 110px;
        height: 40px;
        transform: rotate(270deg);
    }
}

/* Apply Now  button end  */