 .bgColor121 {
     background: #fff;
     color: #fff;
     margin-bottom: 25px;
 }

 .inputBoxButtonReg{
     margin-bottom: 20px;
    background-color: #B70E2B;
    color:#fff;
    border-radius: 0 !important;
     min-width: 180px;
    min-height: 40px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    outline: unset !important;
    border: unset;
    margin-top: 1rem;
    min-width: 190px;
 }

 .nav-tabs {
     border-bottom: none;
 }

 .tabbed .nav>li>a {
     position: relative;
     display: block;
     padding: 7px 0px;
     color: #B70E2B !important;
     font-size: 12px !important;
     font-weight: bold;
 }

 .nav-tabs>li.active>a,
 .nav-tabs>li.active>a:focus,
 .nav-tabs>li.active>a:hover {
     color: #fff !important;
     cursor: default;
     background-color: #B70E2B;
     border: 1px solid transparent;
     border-bottom-color: transparent;
 }

 .tabbed ul li:before,
 .tabbed ul li:after {
     display: block;
     content: " ";
     position: absolute;
     top: 0;
     height: 100%;
     width: 44px;
     background-color: #dcdcdc;
     transition: all 250ms ease;
 }


 .nav-tabs>li {
     float: right;
     /* ✅ changed from right to left */
     margin-bottom: 0;
 }

 .tabbed {
     width: 100%;
     margin: 0 auto;
     margin-bottom: 0px;
     margin-top: 3rem;
     font-family: "Poppins", sans-serif;
     overflow: hidden;
     transition: border 250ms ease;
     border-bottom: 4px solid #B70E2B;
 }

 .tabbed.round ul li {
     border-radius: 8px 8px 0 0;
 }

 .tabbed .round ul li:before {
     border-radius: 0 8px 0 0;
 }

 .tabbed .round ul li:after {
     border-radius: 8px 0 0 0;
 }

 .tabbed ul li {
     font-family: "Poppins", sans-serif;
     display: block;
     float: right;
     padding: 1px 0 0px;
     background-color: #dcdcdc;
     margin-right: 49px;
     z-index: 2;
     position: relative;
     cursor: pointer;
     color: #000;
     text-transform: uppercase;
     transition: all 250ms ease;
 }

 .tabbed ul {
     margin: 0px;
     padding: 0px;
     overflow: hidden;
     float: left;
     padding-left: 48px;
     list-style-type: none;
     padding: 0px 35px;
 }


 .tabbed ul li,
 .tabbed ul li:before,
 .tabbed ul li:after {
     transition: all 250ms ease;
 }

 .nav-tabs>li>a:hover {
     border-color: transparent;
 }

 .nav>li>a:focus,
 .nav>li>a:hover {
     text-decoration: none;
     background-color: unset !important;
 }

 .tabbed ul li.active {
     background-color: #B70E2B;
     color: #fff;
     z-index: 3;
     font-family: "Poppins", sans-serif;
 }

 .tabbed ul li.active:before,
 .tabbed ul li.active:after {
     background-color: #B70E2B;
 }

 .tabbed ul li:before {
     left: -24px;
     /* ✅ flipped for left float */
     transform: skew(-30deg, 0deg);
     box-shadow: rgba(0, 0, 0, .1) -3px 2px 5px, inset rgba(255, 255, 255, .09) 1px 0;
 }

 .tabbed ul li:after {
     right: -24px;
     transform: skew(30deg, 0deg);
     box-shadow: rgba(0, 0, 0, .1) 3px 2px 5px, inset rgba(255, 255, 255, .09) -1px 0;
     z-index: -1;
 }

 .academic-ul li {
     font-family: "Poppins", sans-serif;
     font-size: 14px;
     font-weight: 400;
     margin-bottom: 2%;
     line-height: 15px;

 }

 .somi {
     padding: 0;
 }

 .customLink1 {
     color: #000;
     font-family: "Poppins", sans-serif;
     font-size: 14px;
     font-weight: 400;
     margin-bottom: 4px;
     line-height: 28px;
 }

 .quickLinks {
     background: #ebebeb;
     margin-bottom: 15px;
 }

 .quickLinkList {
     padding: 9px 0;
     list-style: none;
 }

 .quickLinkList li a {
     text-decoration: none !important;
     color: #555555;
     font-weight: bold;
     padding-bottom: 10px;
     display: block;
 }
 .faculty-name{
    margin-top: 2em;
}
.faculty-name p {
    font-family: "Poppins", sans-serif !important;
     font-size: 14px !important;
     font-weight: 400 !important;
}
.faculty-name h4 {
    font-family: "Poppins", sans-serif !important; 
     font-weight: 500 !important;
}
 .faculty-col {
    position: relative;
    animation: animatop 0.9s cubic-bezier(0.425, 1.14, 0.47, 1.125) forwards;
    background: white;
    width: 48%;
    margin: 10px;
    border-top: 0px solid transparent;
    border-left: 0px solid #023b5e;
    border-bottom: 0px solid transparent;
    overflow: hidden;
    min-height: 45vh;
}
.faculty-col img {
    width: 100%;
    border-radius: 10%;
    position: relative;
    z-index: 1;
    border: 2px solid white;
}
.faculty-col::after {
    content: '';
    display: block;
    width: 190px;
    height: 450px;
    background: #003c84;
    position: absolute;
    animation: rotatemagic 0.75s cubic-bezier(0.425, 1.04, 0.47, 1.105) 1s both;
}
.faculty-col {
    position: relative;
    animation: animatop 0.9s cubic-bezier(0.425, 1.14, 0.47, 1.125) forwards;
    background: white;
    width: 48%;
    margin: 10px;
   
    border-top: 0px solid transparent;
    border-left: 0px solid #023b5e;
    border-bottom: 0px solid transparent;
    overflow: hidden;
    min-height: 45vh ;
}

.faculty-col::after {
    content: '';
    display: block;
    width: 190px;
    height: 450px;
    background:#b70e2b;
    position: absolute;
    animation: rotatemagic 0.75s cubic-bezier(0.425, 1.04, 0.47, 1.105) 1s both;
}
.mgCstm{
    margin-top: 2em;
}
.titleBlock{
    background: #9a0820;
    color:#fff;
}
.testimonialsContainer{
    background: url(../images/test-images/testimonial-background.jpg) no-repeat;
    background-size: cover;
    height: auto;
    background-position: center;
    padding-top: 1em;
    padding-bottom: 5em;
}
.testimonialsImg{
    width: 100%;
    max-width:300px;
}
.testimonialsComma{
    width:60px;
    float:left;
}
@keyframes rotatemagic {
  0% {
    opacity: 0;
    transform: rotate(0deg);
    top: -24px;
    left: -253px;
  }
  100% {
    transform: rotate(-30deg);
    top: -24px;
    left: -78px;
  }
}
.faculty-col img{
    width: 100%;
    border-radius: 10%;
    position: relative;
    z-index: 1;
    border: 2px solid white;
}

.faculty-img{
    width: 100%;
    border-radius: 10%;
    position: relative;
    top: 55px;
    z-index: 1;
    border: 2px solid white;
}

 @media only screen and (max-width: 680px) {
     .tabbed ul li {
         width: 49%;
         margin-right: 0;
         margin-top: 12px;
     }
     .tabbed .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 12px !important;
    font-weight: bold;
}
.tabbed ul li:before, .tabbed ul li:after {
    background-color: transparent;
}
.tabbed ul li:after {
    right: -24px;
    transform: skew(30deg, 0deg);
    box-shadow: none;
    z-index: -1;
}
.tabbed ul li:before {
    left: -24px;
    transform: skew(-30deg, 0deg);
    box-shadow: none;
}
.tabbed ul li.active:before, .tabbed ul li.active:after {
    background-color:transparent;
}
.tabbed.round ul li {
    margin-right: 3px;
}
.inputBoxButtonReg {
    margin-bottom: 0;
}


     .tabbed ul {
         margin: 0px;
         padding: 0px;
         overflow: hidden;
         float: left;
         padding-left: 0px;
         list-style-type: none;
         width: 100%;
     }
         .faculty-col {
        position: relative;
        animation: animatop 0.9s cubic-bezier(0.425, 1.14, 0.47, 1.125) forwards;
        background: white;
        width: 94%;
        margin: 10px;
        min-height: 265px;
        border-top: 0px solid transparent;
        border-left: 0px solid #b70e2b;
        border-bottom: 0px solid transparent;
        overflow: hidden;
        min-height: 40vh;
    }
       .faculty-col::after {
        content: '';
        display: block;
        width: 137px;
        height: 455px;
        background: #b70e2b;
        position: absolute;
        animation: rotatemagic 0.75s cubic-bezier(0.425, 1.04, 0.47, 1.105) 1s both;
    }
    .faculty-img {
    top: 114px;
}


    .mob-text-left{
        text-align: left !important;
    }
 }