@font-face {
    font-family: Raleway-Black;
    src: url(../css/font/Raleway-Black.ttf);
}

@font-face {
    font-family: Raleway-ExtraBold;
    src: url(../css/font/Raleway-ExtraBold.ttf);
}

@font-face {
    font-family: Raleway-Bold;
    src: url(../css/font/Raleway-Bold.ttf);
}

@font-face {
    font-family: Raleway-Medium;
    src: url(../css/font/Raleway-Medium.ttf);
}

@font-face {
    font-family: Raleway-Regular;
    src: url(../css/font/Raleway-Regular.ttf);
}

@font-face {
    font-family: Montserrat-Black;
    src: url(../css/font/Montserrat-Black.ttf);
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(../css/font/Montserrat-Bold.ttf);
}

@font-face {
    font-family: Montserrat-Medium;
    src: url(../css/font/Montserrat-Medium.ttf);
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(../css/font/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url(../css/font/Montserrat-SemiBold.ttf);
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 17px;
    line-height: 25px;
    color: #000000;
    font-weight: 400;
    overflow-x: hidden;
    font-family: Raleway-Regular;
}

img {
    max-width: 100%;
    height: auto;
}

img:focus {
    outline: none;
}

a {
    color: #707070;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #203546;
    outline: none;
    
}

.main-area ul li,
.main-area ol li {
    margin-bottom: 15px;
}

ul,
ol {
    padding-left: 0;
    margin-bottom: 0;
}

ul li {
    list-style: none;
}

.section-heading {
    color: #000;
    font-family: Montserrat-Regular;
    font-size: 35px;
    padding: 25px 0 35px 0;
}
section, #fullform, .registration-btn {
  scroll-margin-top: 100px; /* change as per header height */
}
/* .section-heading span {
    font-family: Montserrat-Bold;
} */

.section-heading span {
    color: #6d2f73;
    font-family: Montserrat-Bold;
}

/******  Header Starts ****/

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 77;
}

.header-top {
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
}

.top_leftbox {
    padding: 18px 0;
}

.main-navigation {
    text-align: end;
}

.main-navigation ul li {
    display: inline-block;
    color: #000;
    padding: 10px 10px 6px;
    border-radius: 0 0 12px 12px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.main-navigation ul li a {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    text-decoration: none;
    font-family: Raleway-Medium;
    position: relative;
}

.main-navigation ul li:hover a,
.main-navigation ul li.active a {
    color: #7d2189;
    font-family: Raleway-ExtraBold;
}

.main-navigation ul li:hover a::after,
.main-navigation ul li.active a::after {
    content: "";
    height: 2px;
    width: 70%;
    position: absolute;
    bottom: -5px;
    left: 0;
    margin: 0 auto;
    background-color: #fda805;
}

.nav-triggerr {
    display: none;
}


.main {
    margin-top: 40px;
}

.registration-btn{
    display: none;
    background-color: #c52f33;
    border-radius: 20px;
    text-decoration:none;
    padding: 8px 0px;
    color:#ffffff;
    text-align: center;
    }

.registration-btn a{
    display:none;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-family: 'Montserrat-SemiBold';
}

.registration-btn:hover{
    color: #fff;
    font-family: 'Montserrat-Bold';
}

/******  Header Ends ****/

/* =========== Banner Section Start ============ */

#banner{
    margin: 0 !important;
}
.banner_section{
    padding: 0;
}
.banner_box {
    background-image: url(../images/banner-img.webp);    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    /* padding: 25px 0; */
    min-height: 550px;
    width: 100%;
}

 .home_banner_slider {
    float: left;
    width: 100%;
    min-height: 630px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #050a10;
}
.banner-content h1,
.banner-content h3 {
    color: #fff;
    font-family: montserrat_regular;
} 

 .banner-content h1 span {
    color: #203546;
    font-family: montserrat_black;
}
.banner4-content{
    margin-left:-30px !important;
}
.heading_banner {
    color: #FFF;
    font-size: 26px;
    line-height: 30px;
}

.heading_banner1 {
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}

.heading_banner span {
    color: #203546;
    font-weight: 700;
}

.banner-content ul {
    margin: 15px 0 0 0;
    padding: 0;
}

.banner-form {
    max-width: 360px;
    position: relative;
    background-color: #7d2189ba;
    /* box-shadow: 20px 15px 86px rgb(112 159 205 / 56%); */
    border-radius: 40px;
    z-index: 1;
    margin-top: 20px;
}

 .banner-form form {
    z-index: 2;
    position: relative;
    padding: 10px 20px 30px 20px
}

.banner-form h3 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin: 15px 0;
}



 .banner-form lable,
.tab-content h5,
.tab-content h6,
a.submit_btn {
    color: #fff
} 

textarea.form-control {
    resize: none
}

.banner-form select.form-control {
    background: url("../images/arrow1.png") 97% no-repeat #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #a8a8a8;
    cursor: pointer
}

.form-control::placeholder {
    color: #a8a8a8;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #a8a8a8;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #a8a8a8;
    opacity: 1
}

 .banner-form-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 45px
} 

.banner-form .form-control {
    font-size: 12px;
    line-height: 18px;
    border-radius: 4px;
    height: auto;
    min-height: auto;
    padding: 8px;
    max-height: 60px;
    margin:0 0 10px 0;
}
.mobile_view {
    display: none;
}
.btn_submit {
    color: #fff !important;
    font-weight: 500;   
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    background: linear-gradient(113deg, #d50d84 0, #9a1f84 100%);
    /* background: linear-gradient(113deg, #709fcd 0, #1e80e0 100%);    */
    border-radius: 35px;
    border: 2px solid;
    font-family: Montserrat-SemiBold;
    padding: 10px 25px;
    transition-duration: 0.3s;
    margin-bottom: 20px;
}

.btn_submit:hover{
    text-decoration: none;
    color: #9a1f84 !important;
    background: #fff !important;
    border: 2px solid #fea800 !important;
}

select {
  color: #9e9e9e;
}
option:not(:first-of-type) {
  color: black;
}

.loader { 
    display: none; 
    border: 4px solid rgba(255, 255, 255, 0.3); 
    border-top: 4px solid #fea800; 
    border-radius: 50%; 
    width: 15px; 
    height: 15px; 
    animation: spin 1s linear infinite; 
    margin-left: 10px; 
} 

@keyframes spin { 
    0% { 
        transform: rotate(0deg); 
    } 
  
    100% { 
        transform: rotate(360deg); 
    } 
} 
  
.loading { 
    background-color: #ccc; 
    pointer-events: none; 
}
  
/* For banner animation (moveUp direction) */
.anim{
    opacity: 0;
    transform: translateY(30px);
    animation: moveup 0.5s linear forwards;
}
@keyframes moveup{ 
     
    100% { 
        opacity: 1;
        transform: translateY(0px); 
    } 
} 
/* banner section end */

/* -----------------Logo section (After banner) starts ----------------*/
.logosection {
    padding: 20px 0px;
    justify-content: center;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

.logoinnersection {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.logoinnersection p {
    margin: 10px 5px;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Montserrat-Regular';
    color: #000;
}
.imgwidth {
    width: 35% !important;
}
/* -------------Logo section (After banner) ends---------------- */

 /* ============== IMPORTANCE SECTION ============ */
.importance-section {
    background: #a05da92b;
    padding: 60px 0;
}

.section-title {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-title span {
    color: #6d2f73;
}

.lead-text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #444;
}

/* PILLAR BOXES */

.pillar-box {
    background: #ffffff;
    padding: 20px 10px;
    border-left: 4px solid #5d1864;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.pillar-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* IMPACT STATEMENT */

.impact-statement {
    font-size: 18px;
    font-weight: 500;
    background: #5d1864;
    color: #fff;
    padding: 20px;
    border-radius: 6px;
}

/* RESPONSIVE */

@media (max-width: 991px) {
    .section-title {
        font-size: 26px;
    }
}
/*=========== Importance section end ==============*/

/* <!-- Program Outcomes section starts--> */
.program-outcome .section-heading, .program-outcome .section-heading span {
    color: #fff;
    font-family: Montserrat-Regular;
    font-size: 35px;
    padding: 25px 0 0 0;
}
.program-outcome {
    background: url(../images/campus-building.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    position: relative;
    padding: 70px 0;
}

.choose-content {
    position: relative;
    z-index: 1;
}
.choose-content h2 {
    color: #fefefe;
    font-size: 34px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.choose-content p {
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}
.program-outcome:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    /* background: #203546cf; */
    background: #091015cf;
}
.choose-content .prog-text p{
    text-align: center;
    position: relative;
    font-size: 18px;
    padding: 25px 75px 10px;
    font-family: 'Montserrat-Regular';
}
.prog-content h4 {
    color: #fff;
    font-size: 26px;
    line-height: 1.12;
    font-weight: 600;
    padding-bottom: 4px;
    margin-bottom: 12px;
    position: relative;
}
.prog-content h4::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100px;
    border-bottom: 3px solid #faaa35;
}
.prog-content p {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}
.prog-content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;   
    font-size: 14px;
}
.prog-content ul li{
    color: #fff;
}
.prog-content ul li {
    position: relative;
    font-size: 18px;
    text-align: justify;
    line-height: 40px;
    font-family: 'Montserrat-Regular';
 }
.prog-content ul li::before {
    position: absolute;
    content: "";
    left: -16px;
    top: 16px;
    width: 7px;
    height: 7px;
    background-color: #fff;
    color: #142368;
    padding: 0px;
    border-radius: 100%;   
}

/* <!-- Program Outcomes section ends--> */

/* /* Programme Highlights section starts */
     .skill-section {
        color: #fff;
        position: relative;
        text-align: center;
        z-index: 1;
        padding-top: 0;
    }
    .skill-section li::marker{
        content: none;
    }
    .skill-section .skill-details-tab .nav-tabs {
        border-bottom: none;
        margin-bottom: -205px;
        display: inline-block;
    }
    .skill-section .nav-tabs>li {
        float: left;
        margin-bottom: -1px;
    }
    .skill-section .nav-tabs>li>a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
    }
    .skill-section .navlist>li>a {
        position: relative;
        display: block;
        padding: 10px 15px;
    }
    .skill-section .skill-details-tab .nav-tabs > li.active > a, .skill-section .skill-details-tab .nav-tabs > li.active > a:focus, .skill-section .skill-details-tab .nav-tabs > li.active > a:hover {
        background-color: transparent;
        border: none;
    }
    .skill-section .skill-details-tab .navlist > li > a {
        border-radius: 0;
        border: none;
        color: #fff;
        font-family:'Montserrat-SemiBold';
        font-weight: 400;
        font-size: 17px;
        letter-spacing: 0.56px;
        height: 200px;
    }
    .skill-section .skill-details-tab .navlist > li > a i {
        display: inline-block;
        height: 89px;
        width: 89px;
        line-height: 80px;
        border: 4px solid #efe4f0;
        background-color: #fda805;
        border-radius: 100%;
        /* margin-bottom: 25px; */
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
        font-size: 36px;
        margin: -50px 0px 10px 0;
    }
    .skill-section .skill-details-tab .navlist > li > a i:hover {
        background-color: #dc9204;
    }
    .skill-section::after {
        content: "";
        display: block;
        width: 100%;
        background-color: #542268;
        padding: 115px 0 240px 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .skill-section .navlist h5{
        font-family: 'Montserrat-SemiBold';
        margin: 20px 0;
    }
    .skill-section .navlist p {
        font-family: 'Montserrat-Regular';
    }
    .skill-section .navlist p span{
        font-family: 'Montserrat-Regular';
        font-size: 12px;
    }
    .skill-details-tab .icon1 img{
        width: 50px;
    }

    .icon1 img, .icon2 img, .icon3 img, .icon img{
        animation: rotateIn 1s linear ;
    }

.eligibility-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: 'Montserrat-Regular';
}

.eligibility-list li {
    margin-bottom: 14px;
    font-weight: 500;
    font-size: 14px;
}

/* Tick inline with text */
.eligibility-list li::before {
    content: "\2713";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18x;
    margin-right: 10px;
    background:linear-gradient(135deg, #fda805, #fdd27e);
    color: #fff;
    font-size: 13px;
    border-radius: 50%;
    vertical-align: middle;
}
.sub-list {
    margin-top: 8px;
}

.sub-list li {
    font-size: 12px;
    font-weight: 400;
}
.sub-list li::before {
    width: 15px;
    height: 15px;
    font-size: 7px;
    margin-right: 8px;
    background: linear-gradient(135deg, #fda805, #fdd27e);
}
/*------------------- Programme Highlights section ends----------------*/

/* wyh sihs section start */
.why-bba-sscans {
  /* background: #fbf7f7; */
  padding:40px 0 60px 0;;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
   font-family: Montserrat-SemiBold;
}

.section-title span {
  color: #6d2f73; 
}

.why-list {
  list-style: none;
  padding-left: 0;
}
.why-list span{
    font-size: 20px;
    font-weight: 800;
    font-family: Montserrat-Bold;
    color: #6d2f73;
    text-transform: capitalize;
}
.why-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 16px;
  text-align: justify;
}

.why-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: #faaf1e;
  font-weight: bold;
}

.highlight-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.highlight-card h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

.highlight-card.dark {
  background: #02244A;
  color: #fff;
}

.highlight-card.dark h4 {
  color: #fff;
}

.info-box {
  background: linear-gradient(180deg, #a10b09db 0%, #820806 143.73%);
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  color: #fff;
  text-align: justify;
}

.duration-box span {
  font-size: 36px;
  font-weight: 800;
  color: #fbc909;
  font-family: 'Montserrat-Bold';
}
.nested-points li{
    margin-bottom: 0;
}
.nested-points li::before {
  content: "➜";
  position: absolute;
  left: 0;
  top: 1px;
  color: #990b15; /* brand blue */
  font-weight: 600;
}
.info-box h4{
    font-family: 'Montserrat-Bold';
}
/* wyh sihs sections end*/

/* admission process section start */
.process-area {
    position: relative;
    z-index: 1;
    margin: 0px 0 60px 0;
  }
  .adm-img img{
    padding-top: 100px;
  }
  .process-area .section-heading {
    color: #000;
    font-family: Montserrat-Regular;
    font-size: 35px;
    padding: 0px 0 70px 0;
}
.process-area .section-heading span {
    color: #6d2f73;
    font-family: Montserrat-Bold;
}
  .process-area.left-half-bg::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 30%;
    background: #edf5ff;
    z-index: -1;
  }
  
  .process-area .info h2 {
    font-weight: 700;
    margin-bottom: 50px;
  }
  
  .process-area .info ul li {
    display: flex;
    margin-bottom: 50px;
  }
  
  .process-area .info {
    padding-left: 35px;
  }
  
  .process-area .info .info {
    padding-left: 0;
  }
  
  .process-area .info ul li:last-child {
    margin-bottom: 0;
  }
  
  .process-area .info ul li .icon {
    margin-right: 40px;
  }
  
  .process-area .info ul li .icon i {
      display: inline-block;
      font-size: 50px;
      height: 80px;
      width: 80px;
      line-height: 100px;
      position: relative;
      z-index: 1;
      text-align: center;
      border-radius: 5px;
      color: #232323;
      background: #fef7fe;
      border: 1px solid #542268;
  }
  
  .process-area .info ul li h4 {
    font-weight: 700;
    color: #232323;
    font-weight: normal;
    line-height: 1.2;
    font-family: Montserrat-Bold;
    letter-spacing: 0;
    margin: 0;
    font-size:18px;
  }  
  
  .process-area .info ul li .icon span {
      display: inline-block;
      position: absolute;
      right: -20px;
      top: -10px;
      background: #faaf1e;
      height: 40px;
      width: 40px;
      z-index: 1;
      text-align: center;
      line-height: 40px;
      border-radius: 50%;
      font-weight: 800;
      box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
      color: #ffffff;
  }
  
  .process-area .info ul li .icon {
    position: relative;
    z-index: 1;
  }
  .shape.opacity-default {
    opacity: 0.05;
}

.shape-left-top {
    position: absolute;
    left: -120px;
    top: -85px;
}  
.icon img{
    width: 70%;
    margin-top: -17px;
}
.info p{
    font-family: 'Montserrat-Regular';
    font-size: 15px;
}
.info ul{
    gap: 20px;
}
/* admission process section end */


/* Opportunities section start */
.opportunities-section{
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}
.oppt-box {
    padding: 30px 12px;
    background: #efe4f0;
    color: #6d2f73;
    height: 160px;
    border-radius: 10px;
    border: 1px solid #fda805;
    display: flex; align-items: center; justify-content: center;
}
.oppt-box h3 {
    font-weight: 700;
    font-size: 25px;
    /* margin-bottom: 30px; */
    text-align: center;
}
.opportunities-section .opportunities-logo .item {
    transition: transform 200ms cubic-bezier(.785, .135, .15, .86), box-shadow 200ms cubic-bezier(.785, .135, .15, .86);
    margin-bottom: 15px;
    margin: 10px;
    padding: 20px;
    border: 1px solid #87000021;
    background-color:#6d2f73;
    border-radius: 10px;
    text-align: center;
    height: 160px;
    font-size: 14px;
    text-transform: capitalize;
}
.opportunities-section .opportunities-logo .item:hover {
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #fff;
}
.opportunities-section .opportunities-logo .item:hover img {
    -o-transition: .9s;
    -ms-transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    transition: .9s;
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz--transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    filter: invert(0%) sepia(100%) saturate(19%) hue-rotate(316deg) brightness(106%) contrast(106%);
}
.owl-carousel .owl-item img {
    display: block;
    width: 40px !important;
    height: 40px;
    margin: 0 auto 10px auto;
}
.owl-carousel .owl-item .national-img {
    display: block;
    width: 40px !important;
    height: 40px;
    margin: 0 auto 0px auto;
}
.owl-carousel .owl-item a {
    color: #fff;
    text-align: center;
}

.opportunities-section .opportunities-logo img:hover {
    transition: all 0.3s ease-in-out 0s;
}
/* Opportunities section end */

/*--------------------  Faculty Section starts ----------------------*/
.faculty-section{
    padding:60px 0;
    background:#efe4f0;
}

/* CARD */
.faculty-card{
    background:#fff;
    border-radius:16px;
    box-shadow:0 8px 30px rgba(0,0,0,0.08);
    overflow:hidden;
    transition:0.3s;
    height: 100%;
}

/* HEADER */
.faculty-header{
    display:flex;
    align-items:center;
    gap:20px;
    padding:20px;
    cursor:pointer;
    position:relative;
}

.faculty-header:hover{
    background:#fafafa;
}

/* IMAGE */
.faculty-img{
    width:90px;
    height:90px;
    min-width:90px;
    border-radius:50%;
    overflow:hidden;
    box-shadow:0 6px 18px rgba(0,0,0,0.15);
}

.faculty-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* TEXT */
.faculty-info h4{
    font-size:18px;
    font-weight:600;
    margin-bottom:4px;
}

.faculty-info span{
    color:#c72e32;
    font-weight:600;
    font-size:14px;
}

.faculty-info p{
    font-size:14px;
    margin:2px 0;
}

.faculty-info {
    font-size:14px;
    color:#555;
}

/* TOGGLE ICON */
.toggle-icon{
    margin-left:auto;
    width: 12px;
    height: 12px;
    border-right: 2px solid #c72e32;
    border-bottom: 2px solid #c72e32;
    transform: rotate(45deg); /* Down arrow */
    transition: 0.3s;
}

/* When active → Up arrow */
.faculty-card.active .toggle-icon{
    transform: rotate(-135deg);
}

/* BODY */
.faculty-body{
    max-height:0;
    overflow:hidden;
    transition:max-height 0.4s ease;
    padding:0 20px;
}
.faculty-body span{
    background: #6d2f73;
    color: #fff;
    padding: 10px 140px;
    font-size: 20px;
    font-weight: 700;
}
.faculty-body p{
    margin-top: 20px;
    font-weight: 700;
}
/* ACTIVE */
.faculty-card.active .faculty-body{
    max-height:500px;
    padding:20px;
}

.faculty-card.active .toggle-icon{
    content:"-";
}

/* LIST */
.faculty-info ul li, .faculty-body ul li{
    position:relative;
    padding-left:22px;
    margin-bottom:8px;
    font-size: 14px;
}

.faculty-info ul li::before, .faculty-body ul li::before{
    content:"\2713";
    position:absolute;
    left:0;
    color:#9f0908;
}

/* MOBILE */
@media(max-width:768px){
    .faculty-header{
        flex-direction:column;
        text-align:center;
    }
}
/*------------------------ Faculty Section Ends --------------------------*/

/* date section start */
/* .date-section .section-heading span {
    color: #af3e2c;
    font-family: Montserrat-Bold;
}
.date-section {
    padding: 40px 0 70px 0;
}

table,
tr,
th,
td {
    border-collapse: separate;
    font-family: Montserrat-SemiBold;
    font-size: 14px;
}

tr,
th,
td {
    border: 1px solid #8888884D;
}

table th {
    text-align: center;
    color: #FFF;
    background-color: #ab3e28;
    background: linear-gradient(180deg, #ab3e28 0%, #ab3e28 26%, #ab3e28 100%);
}

.table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: transparent;
    color: var(--bs-table-striped-color);
}

.table a {
    color: #08AB9D;
    text-decoration: none;
}

.table a:hover {
    color: #203546;
} */
/* date section end */

/* footer section start */

footer {
    color: #fff;
    position: relative;
    /* background-color: #80b1b991; */
    background: linear-gradient(113deg, #a05da9 0, #7d2189 100%);
}

.footer-mainbox {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.footer-content .section-heading {
    color: #fff;
}

footer a {
    color: #fff;
    text-decoration: none;
    word-wrap: break-word;
}

footer a:hover {
    /* background-color: #fff; */
    color: #fda805;
    padding: 2px;
}

.contact {
    font-family: Montserrat-Regular;
}
.made_by_text {
    padding: 0 0 0px 0;
    display: block;
    /* border-top: 1px solid #ddd; */
}
.made_by_text a:hover{
    color: #fff;
}
.made_by_text p{
    color: #fff;
}
.map-placeholder {
    cursor: pointer;
    text-align: center;
}

.map-placeholder img {
    width: 100%;
    border-radius: 10px;
}

/* footer section end */


/* Top button start*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0px;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #faa605;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    border-radius: 40px;
    font-size: 22px;
    opacity: 0.5;
    height: 40px;
    width: 40px;
}
#myBtn:hover {
    opacity: 1;
}
.reg-desk {
    display: none;
    position: fixed;
    bottom: 150px;
    right: 0;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #faa605;
    color: #fff;
    cursor: pointer;
    padding: 18px 5px;
    /* border-radius: 10px; */
    font-size: 18px;
    opacity: 0.9;
    height: 130px;
    width: 36px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .reg-desk:hover {
    /* background-color: #555; */
    opacity: 1;
  }
  .reg-desk a{
    color: #fff;
  }
/* Top button ends*/

/*thankyou page start*/
        
.thankyoutext {
    text-align: center;
    padding: 50px;
}

.thankyou_button {
    text-align: center;
}

.thankyou_banner_section {
    padding: 150px 0 120px 0;
}
.ty_btn {
    font-family: Montserrat-Bold;
    background: linear-gradient(113deg, #d50d84 0, #9a1f84 100%);
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: 0.4s;
}
.ty_btn:hover {
    text-decoration: none;
    color: #6d2f73;
    background: #fff;
    border: 1px solid #6d2f73;
}
.btn_tysubmit a {
    font-family: Montserrat-Bold;
    background: linear-gradient(113deg, #d50d84 0, #9a1f84 100%);
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    text-transform: 0.4s;
    text-decoration: none;
}
.btn_tysubmit a:hover {
    text-decoration: none;
    color: #6d2f73;
    background: #fff;
    border: 1px solid #6d2f73;
}
.ty-registration-btn{
    display: block;
    background-color: #6d2f73;
    border-radius: 20px;
    text-decoration:none;
    padding: 8px 0px;
    color:#ffffff;
    text-align: center;
    }

.ty-registration-btn a{
    display:block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-family: 'Montserrat-SemiBold';
}
/*thankyou page end*/

/* Responsive section starts */
@media screen and (min-width: 1601px) and (max-width: 2000px) {
    .banner_box {
        background-image: url(../images/banner-img.webp) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin: 0;
        min-height: 710px !important;
        background-color: #fff;
    }
}
@media screen and (max-width:1200px) {
    .main-navigation ul li {
        padding: 10px 6px 6px;
    }
    .main-navigation ul li a {
        font-size: 14px;
    }
}

@media screen and (max-width:1024px) {
    .main-navigation ul li {
        padding: 10px 6px 6px;
    }
    .main-navigation ul li a {
        font-size: 14px;
    }
   
    .reg-heading {
        font-size: 24px;
    }
    ul.custom-list {
        max-width: 94%;
        padding: 40px 0 0 0;
    }
    .reg-contentbox {
        padding: 50px 20px 50px 50px;
    }
    .choose-content .prog-text p {
        padding: 25px 0px 10px;
    }
    .opportunities-section .opportunities-logo .item {
        padding: 10px;
    }
    .faculty-img {
        width: 70px;
        height: 70px;
        min-width: 70px;
    }
    .faculty-card-modern {
        height: 200px;
    }
    .faculty-body span {
        padding: 10px 40px;
    }
}

@media screen and (min-width:993px) and (max-width:1299px) {
    
    .admission {
        font-size: 20px;
        font-weight: bold;
    }
    .bold-content {
        font-size: 33px;
    }
    .form-heading {
        font-size: 20px;
    }
    .about-text {
        font-size: 17px;
    }
    .form-box_footer {
        margin: 0 0 15px 0;
    }
    .opportunities-list img {
        min-height: 50px;
    }
    .banner_box {
        background-image: url(../images/banner-img.webp) !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin: 0;
        min-height: 610px !important;
    }
    .banner-form {
        margin-top: 40px;
    }
    .banner-form form {
        padding: 4px 20px 9px 20px;
    }
    .opportunities .icon-box h4 {
        font-size: 16px;
    }
    .opportunities .icon-box {  
        text-align: center;
        background: #203546;
        padding: 20px 0px;
        min-width: 110px;
        height: 195px;
        border: 2px solid #fff;
        transition: 0.3s;
        border-radius: 10px;
        margin: 20px 0;        
    }
    .oppt-box h3 {
        font-size: 23px;
    }    
    .owl-carousel .owl-item a {
        font-size: 14px;
    }
     .faculty-body span {
        padding: 10px 40px;
    }
}

@media screen and (max-width:992px) {
    .banner_img {
        display: block;
        padding: 25px 0 0 0;
    }
    .banner_text {
        padding-top: 10px;
    }
    .banner-mainbox {
        background-color: #203546;
    }
    .top_leftbox {
        width: 90%;
    }
    .nav-trigger {
        display: block;
        right: 20px;
        cursor: pointer;
        height: 22px;
        width: 28px;
        padding: 0;
        opacity: 1;
        position: absolute;
        top: 28px;
        -webkit-transition: all .2s ease-in 0s;
        transition: all .2s ease-in 0s;
        z-index: 999;
    }
    .nav-trigger .bars {
        background-color: #203546;
        height: 4px;
        margin-bottom: 5px;
        width: 100%;
        -webkit-transition: all .2s ease-in 0s;
        transition: all .2s ease-in 0s;
    }
    .nav-trigger .bars:last-child {
        margin-bottom: 0;
    }
    .main-menu--open .bars:first-child {
        -webkit-transform: translateY(8px) rotate(136deg);
        transform: translateY(8px) rotate(136deg);
    }
    .main-menu--open .bars:nth-child(2) {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    .main-menu--open .bars:last-child {
        -webkit-transform: translateY(-10px) rotate(-136deg);
        transform: translateY(-10px) rotate(-136deg);
    }
    .main-menu--open .nav-trigger .bars {
        background-color: #000;
    }
    .main-navigation ul {
        width: 90%;
        max-width: 380px;
        margin: 60px auto 30px;
        text-align: left;
        display: block;
    }
    .main-navigation ul li {
        display: block;
        border-radius: 0;
        border-bottom: dashed 1px #000;
    }
    .main-menu--open .main-navigation {
        opacity: 1;
        pointer-events: auto;
    }
    .main-navigation ul li a {
        color: #000;
    }
    .main-navigation ul li:hover a {
        color: #000;
    }
    .main-navigation {
        background-color: #fffaf5;
        height: 100%;
        left: 0;
        top: 0;
        overflow-y: auto;
        padding: 0;
        position: fixed;
        width: 100%;
        z-index: 99;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity .2s ease 0s;
        transition: opacity .2s ease 0s;
        border-top: 1px solid #fff;
    }
    .banner-section {
        background-position: right center;
        background-size: 68% 100%;
    }
   
    .footer-content .section-heading {
        text-align: center;
    }
    .footer-address{
        text-align: center;
    }
    .footer-links {
        margin-bottom: 20px;
        text-align: center;
    }
   
    .banner_box {
        background-image: url(../images/banner-mob-img.webp) !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        margin: 0;
        min-height: 215px !important;
    }
    .banner-form {
        margin: 550px auto 0 auto;
    }
    .opportunities .why-box h3 {
        text-align: center;
    }
    .registration-btn, .ty-registration-btn {
        display: block;
        overflow: hidden;
        background-color: #fda805;
        color: #fff;
        position: fixed !important;
        bottom: 0;
        z-index: 999999;
        margin-bottom: 0;
        width: 100%;
        min-height: auto;
        border-radius: 0;
        left: 0px;
        font-family: 'Montserrat-SemiBold';
        padding: 5px;
    }
    .registration-btn a, .ty-registration-btn {
        display: block;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-size: 15px;
        text-align: center;
        align-items: center;
    }   
   
    .icon-box .board_img img {
        margin: 0px 0 0 180px;
    }
    .opportunities .content-box {
        margin: 30px 0 0 0;
        display: flex;
        flex-direction: column;
    }
    .opportunities .icon-box {
        min-width: 462px;
        height: 165px;
        margin: 20px 25px;
    }
    .skill-section::after {
        padding: 148px 0 220px 0;
    }
     .reg-desk {
        display: none !important;
    }
    .made_by_text {
        padding: 0 0 30px 0;
    }
    .faculty-body span {
        padding: 10px 10px;
    }
}

@media screen and (max-width:768px) {
    .banner-section {
        background-image: none;
        background-color: #203546;
    }
    .medical .banner-section {
        background-image: none;
        background-color: #203546;
    }
    .banner-section::before {
        display: none;
    }
    .banner-text {
        color: #FFF;
        padding: 10px 0;
    }
    .bold-content {
        color: #FFF;
    }
    .form-mainbox {
        padding: 20px;
    }
    .about-section {
        padding: 20px 0 50px 0;
    }
    .about-content-mainbox::after {
        display: none;
    }
    .about-imgbox {
        margin: 0 0 20px 0;
    }
    .program-section .section-heading {
        padding: 0 0 25px 0;
    }
    .tabs-wrapper .tab-content {
        margin: 20px 0;
    }
    .nav-item,
    .nav-pills .nav-link {
        width: 100%;
    }
    .process_list_mainbox {
        display: block;
        padding: 0;
    }
   
    .opportunities-mainbox {
        flex-direction: column;
    }
    .opportunities-list {
        padding: 10px 0;
        width: 100%;
    }
    .opportunities-mainbox.list-box {
        margin: 0px 0 0 0;
    }
    ul.custom-list {
        max-width: 100%;
        padding: 0px 0;
    }
    .reg-section {
        padding: 0px 0 50px 0;
    }
    .reg-contentbox {
        padding: 30px 20px;
    }
    .reg-imgbox img {
        position: relative;
    }
    .reg-heading {
        line-height: 40px;
    }
    /* footer::before {
        width: 100%;
    } */
    .footer-content {
        padding: 0 0 30px 0;
    }
    .eligibility-box {
        display: flex;
        gap: 0;
        justify-content: center;
        flex-direction: column;
    }
    .admission {
        color: #FFF;
    }
    .banner-form {
        margin: 460px auto 0 auto;
    }
    .opportunities .icon-box {      
        min-width: 350px;
        height: 165px;
        /* margin: 20px 0; */
    }
    .icon-box .board_img img {
        margin: 20px 0 0 0;
    }
    .icon-box .board_img img {
        margin: 0px 105px 0 130px;
    }
    .process-area {
        margin: 0 0 20px 0;
    }
    .prog-content ul li::before {
        top: 10px;
    }
    .main {
        margin-top: 80px;
    }
    .about-us{
        background-image: none;
    }
    .skill-section::after {
        padding: 155px 0 240px 0;
    }

    .oppt-box {
        padding: 10px 15px 0 15px;
        height: 110px;
    }
    .sec-title .section-heading,.program-outcome .section-heading, .program-outcome .section-heading span,
    .section-heading{
        font-size: 32px;
        padding: 20px 0 0 0;
        text-align: center;
    }
    .process-area .section-heading, .faculty-section .section-heading {
        font-size: 32px;
        padding-bottom: 40px;
    }
    .program-outcome {
        padding-top:20px;
    }
    .prog-content ul li {
        position: relative;
        font-size: 16px;
        text-align: justify;
        line-height: 28px;
    }
    .choose-content .prog-text p {
        font-size: 16px;
    }
    .logosection, .importance-section, .opportunities-section .section-heading{
        padding: 20px 0;
    } 
    .why-bba-sscans {
        padding: 40px 0;
    }
    .logoinnersection p {
        font-size: 15px;
    }
    .eligibility-list li {
        font-size: 12px;
    }
    .faculty-card-modern {
        height: 300px;
    }
}

@media screen and (max-width:580px) {
    .banner-form {
        margin: 240px auto 0 auto;
    }
    .owl-item {
        padding: 0 0px;
        text-align: center;
        align-items: center;
      }
    .opportunities .content-box {
        margin: 30px 0 0 0;
        display: flex;
        flex-direction: column;
    }
    .opportunities .icon-box {
        /* min-width: 90%; */
        height: 165px;
        /* margin: 0 auto !important; */
    }
    .owl-stage .owl-stage {
        padding-left: 0;
    }
    .process-area .info ul li {
        display: flex    ;
        margin-bottom: 20px;
    }
    .process-area .info ul li:last-child {
        margin-bottom: 20px;
    }
    .d-flex {
        display: flex !important;
        flex-direction: column;
    }
    .whysihs-section {
        padding: 60px 0 0px 0;
    }
    .shape-left-top {
        position: absolute;
        left: -120px;
        top: 0;
    }
    .skill-section::after {
        padding: 168px 0 730px 0;
    }
    .skill-section .skill-details-tab .nav-tabs {
        margin-top: 10px;
        margin-bottom: -945px;
    }
    .skill-section .nav-tabs>li {
        float: none;
        margin-bottom: 0;
    }
    .skill-section .skill-details-tab .navlist > li > a {
        height: 100%;
    }
    .skill-section .navlist>li>a {
        position: relative;
        display: block;
        padding:0 0;
    }
    .skill-section .skill-details-tab .navlist > li > a i {
        margin: 0 0 ;
    }
    .nav-tabs p{
        border-bottom: 1px dashed;
        padding: 0 0 20px 0;
    }
    .why-list li {
        margin: 0 20px;
    }
    .logoinnersection {
        justify-content: left;
    }
    .prog-content ul {
        padding: 0px 20px;
    }
    /* .adm-bg, .adm-img{
        width: 40%;
    } */
    .adm-img{
        display: none;
    }
    .info ul {
        gap: 0px;
    }
    .eligibility-list li {
        font-size: 14px;
    }
    .faculty-card-modern {
        height: auto;
        margin-bottom: 25px;
    }
    .faculty-row{
         margin-top: 0px;
    }
    .why-list span {
        font-size: 19px;
    }
    .why-list li {
        padding-bottom: 20px;
    }
}

@media screen and (max-width:380px) {
    .opportunities .icon-box {
        min-width: 250px;
        height: 165px;
        /* margin: 0 auto !important; */
    }
    .thankyou_button {
        text-align: center;
        font-size: 12px;
    }
    .banner-form {
        max-width: 300px;
        margin: 200px auto 0 auto;
    }
    .skill-section .skill-details-tab .nav-tabs {
        margin-bottom: -1015px;
    }
    .skill-section::after {
        padding: 168px 0 830px 0;
    }
   .g-recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0;
    }
    .faculty-body span {
        font-size: 16px;
    }
}
@media screen and (max-width:320px) {
    .faculty-body span {
        font-size: 14px;
    }
}