 .bgColor121 {
     background: #fff;
     color: #fff;
     margin-bottom: 25px;
 }

 .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;
 }

 .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-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-name{
    margin-top: 2em;
}
.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/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;
    margin-right: 15px;
}
@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 {
         float: none;
         width: 100%;
         margin-right: 0;
         margin-top: 23px;
         padding-left: 10px;
     }

     .tabbed ul {
         margin: 0px;
         padding: 0px;
         overflow: hidden;
         float: left;
         padding-left: 0px;
         list-style-type: none;
         width: 100%;
     }
 }