a {
  transition: all 0.5s ease;
  text-decoration: none !important;
}
.my-btn {
  font-family: "Open Sans", sans-serif;
  padding: 8px 20px;
  background: #075e89;
  border-radius: 0px;
  color: #fff;
  font-size: 14px;
  transition: all 0.5s ease-out;
  text-transform: uppercase;
}
.my-btn:hover {
  color: #fff;
}
.img-hover {
  overflow: hidden;
  width: 100%;
  display: block;
}
.img-hover img {
  transition: all 0.5s ease;
  width: 100%;
}
.img-hover:hover img {
  transform: scale(1.1);
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
}
h6 {
  font-family: "Open Sans", sans-serif;
}
p {
  font-family: "Open Sans", sans-serif;
  line-height: 22px;
  font-size: 14px;
}
ol {
  padding-inline-start: 25px;
}
li{
  font-family: "Open Sans", sans-serif;
  line-height: 22px;
  font-size: 14px;
}
section {
  padding: 40px 0;
}
.parallax{
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.parallax::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.parallax > div{
  position: relative;
  z-index: 1;
}
.carousel-item {
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.social-icons a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  transition: all 0.1s ease;
  border-radius: 3px;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.8);
}
.social-icons a[data-bs-original-title="Facebook"] {
  background-color: #3b5998;
}
.social-icons a[data-bs-original-title="Twitter"] {
  background-color: #00acee;
}
.social-icons a[data-bs-original-title="Yelp"] {
  background-color: #c41200;
}
.social-icons a[data-bs-original-title="Instagram"] {
  background-color: #e90070;
}
.social-icons a[data-bs-original-title="Linkedin"] {
  background-color: #0077b4;
}
.social-icons a[data-bs-original-title="Youtube"] {
  background-color: #c4302b;
}
.social-icons a[data-bs-original-title="Pinterest"] {
  background-color: #e60023;
}
.social-icons a[data-bs-original-title="Google"] {
  background-color: #3982f3;
}

.social-icons a:hover {
  background: #000;
  color: #fff;
}
/*
.tooltip-inner {
  background: #003f87;
}
.tooltip.bs-tooltip-top .arrow:before,
.tooltip.bs-tooltip-bottom .arrow:before {
  border-top-color: #003f87;
}
.tooltip.bs-tooltip-top .arrow:before {
  border-bottom-color: #003f87;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #003f87;
}
*/

/* .animate {
  visibility:hidden;
} */
.scrollAnm {
  animation-name: scroll;
  -webkit-animation-name: scroll;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  visibility: visible;
}
@keyframes scroll {
  0% {
      opacity: 0;
      transform: translateY(50%);
  }
  100% {
      opacity: 1;
      transform: translateY(0%);
  }
}
@-webkit-keyframes scroll {
  0% {
      opacity: 0;
      -webkit-transform: translateY(-50%);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
  }
}




/* START: top-bar section */
.top-bar {
  background-color: #075e89;
  padding: 3px 0;
}
.top-bar .nav .nav-link {
  color: #fff;
  padding: 0;
  font-size: 14px;
}
.top-bar .top-info .nav-item {
  padding-right: 10px;
}
.top-bar .top-info .nav-item:last-child{
  padding-right: 0;
}
.top-bar .top-menu .nav-item {
  padding: 1px 0 1px 10px;
}
.top-bar .top-menu .nav-link {
  font-family: "Lato", sans-serif;
  padding-left: 10px;
  border-left: 1px solid #fff;
  line-height: 12px;
}
.top-bar .top-menu .nav-item:first-child{
  padding-left: 0;
}
.top-bar .top-menu .nav-item:first-child .nav-link{
  padding-left: 0;
  border-left: 0;
}
/* END: top-bar section */

/* START: menu section */
.menu-sec {
  padding: 5px 0;
}
.menu-sec .navbar-brand{
  margin-right: 10px;
  padding: 0;
}
.menu-sec .navbar-brand img{
  max-width: 95px;
}
.menu-sec .navbar-brand h4{
  font-family: "Oswald", sans-serif;
  color: #075e89;
  margin-bottom: 5px;
}
.menu-sec .navbar-brand h6{
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #333;
  margin: 0;
}
.menu-sec .navbar .navbar-toggler{
  border-radius: 0;
  box-shadow: none !important;
  padding: 3px 5px;
}
.menu-sec .navbar .navbar-nav .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #333;
}
.menu-sec .navbar .navbar-nav .nav-link:hover,
.menu-sec .navbar .navbar-nav .nav-link.active {
  color: #075e89;
}
.menu-sec .navbar .dropdown-menu {
  border-radius: 0;
  background-color: #f3f3f3;
  border: 0;
  padding: 0;
  margin-top: 0;
}

.menu-sec .navbar .dropdown-menu li {
  padding: 0.5px 0;
}
.menu-sec .navbar .dropdown-menu .dropdown-item {
  padding: 8px 15px;
}
.menu-sec .navbar .dropdown-menu .dropdown-item:hover{
  color: #075e89;
}
.menu-sec .navbar .dropdown-menu .dropdown-item.active:hover{
  color: #fff;
}
/* END: menu section */

/* START: banner section */
.banner-sec .carousel-item {
  height: 450px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-sec .carousel-caption{
  display: inline-block;

}
.banner-sec .carousel-caption h5{
  background-color: #075e89;
  padding: 5px 15px;
  display: inline-block;
  margin-bottom: 1px;
}
.banner-sec .carousel-caption p{
  background-color: #075e89;
  padding: 5px 15px;
  display: inline-block;
  margin-bottom: 0;
}
/* END: banner section */

/* START: highlight section */
.highlight-news{
  background-color: #ebee04;
  border-radius: 0 0 20px 20px;
  padding-right: 20px;
}
.highlight-news h6 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  /* margin-right: 10px; */
  white-space: nowrap;
  background-color: #df3b45;
  padding: 13px 25px;
  border-radius: 0 0 0 20px;
}
.highlight-news h6::after{
  content: "\f101";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.highlight-news a {
  color: #282828;
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
  display: inline;
}
.highlight-news a:last-child {
  margin-right: 0;
}
.highlight-news a::before {
  content: "\f192";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
  color: #df3b45;
}
.highlight-news a:hover {
  color: #ac1818;
}
/* END: highlight section */



/* START: Welcome section */
.welcome h3{
  color: #353434;
  font-size: 30px;
}
.welcome h6{
  color: #353434;
  font-size: 18px;
}
.program-col h4{
  color: #075e89;
  text-transform: uppercase;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.program-col h4::before{
  content: '';
  position: absolute;
  left: 15px;
  top: 2px;
  border-left: 1px solid #8a8888;
  height: 100%;
}
.program-col h4::after{
  content: '\25cf';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 50px;
  line-height: 20px;
  color: #df3b45;
}
.program-col ul{
  margin-left: 15px;
  padding: 0;
  list-style: none;
}
.program-col ul li{
  padding-left: 27px;
  position: relative;
  color: #000;
}
.program-col ul li a{
  color: #000;
}
.program-col ul li::before{
  position: absolute;
  content: '';
  top: -10px;
  left: 0;
  height: 100%;
  border-left: 1px solid #8a8888;
}
.program-col ul li:last-child:before{
  height: 22px;
}
.program-col ul li::after{
  position: absolute;
  content: '';
  top: 11px;
  left: 0;
  width: 20px;
  border-top: 1px solid #8a8888;
}
.program-col .btn{
  border: 1px solid #df3b45;
  color: #df3b45;
  text-transform: uppercase;
  margin-left: 43px;
}
.program-col .btn:hover{
  background-color: #df3b45;
  color: #fff;
}
/* END: Welcome section */

/* START: values section */
/*.values-sec{
  background-image: url(../images/values-bg.jpg);
}*/
.values-sec::before{
  background: rgba(255, 255, 255, 0.75);
}
.value-box{
  text-align: center;
}
.value-box h2{
  color: #075e89;
  font-family: "Lato", sans-serif;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 0;
}
.value-box p{
  color: #151515;
  margin-bottom: 0;
}
.values-sec .row .col-lg-3{
  border-right: 1px solid #fff;
}
.values-sec .row .col-lg-3:last-child{
  border-right: 0;
}
.values-sec .row .col-lg-3:nth-child(2) .value-box h2{
  color: #086df3;
}
.values-sec .row .col-lg-3:nth-child(3) .value-box h2{
  color: #9b121a;
}
.values-sec .row .col-lg-3:nth-child(3) .value-box h2{
  color: #df3b45;
}
/* END: values section */

/* START: departments section */
  .departments-sec h3{
    color: #353434;
    font-size: 30px;
  }
  .departments-col ul{
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .departments-col ul li{
    font-size: 16px;
    border-bottom: 1px solid #df3b45;
    padding: 8px 0;
    color: #1f1f1f;
  }
  .departments-col ul li a{
    color: #1f1f1f;
  }
  .departments-col ul li:first-child{
    border-top: 1px solid #df3b45;
  }
  .principal-img{
    height: 340px;
  }
  .principal-box p{
    font-family: "News Cycle", sans-serif;
    font-size: 16px;
  }
  .principal-box p::before {
    content: '\f10d';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    margin-right: 5px;
    color: #075e89;
  }
  .principal-box p::after {
    content: '\f10e';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    margin-left: 5px;
    color: #075e89;
  }
  .principal-name{
    border-left: 2px solid #df3b45;
    padding-left: 10px;
    color: #075e89;
  }
  .principal-name small{
    display: block;
    font-size: 15px;
    color: #4c4c4c;
  }
  .gallery-event-thumb{
    height: 100%;
    position: relative;
    display: block;

  }
  .gallery-event-thumb::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .gallery-event-thumb img{
    width: 100%;
  }
  .gallery-event-images{
    display: none;
  }
  .gallery-event-name{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .gallery-event-name h5{
    color: #fff;
  }
/* END: departments section */

/* START: introduction section */
.mission-box{
  border-left: 1px solid #cdcbcb;
  padding-left: 30px;
  height: 100%;
}
.mission-box ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.mission-box ul li{
  padding-left: 20px;
  position: relative;
}
.mission-box ul li::before {
  content: '\f14a';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
}
/* END: introduction section */

/* START: News & Event section */
  .news-sec{
    background-color: #e1e1e1;
  }
  .news-col .nav-tabs {
    border-bottom: 3px solid #df3b45;
  }
  .news-col .nav .nav-item{
    margin-right: 1px;
  }
  .news-col .nav .nav-link{
    background-color: #075e89;
    color: #fff;
    border: 0!important;
    border-radius: 0;
    margin: 0;
  }
  .news-col .nav .nav-link.active{
    background-color: #df3b45;
  }
  .news-row{
    display: block;
    border-bottom: 1px solid #ccc9c9;
    padding: 10px 0;
  }
  .news-row h5{
    color: #075e89;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .news-row h5::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    border-bottom: 2px solid #df3b45;
  }
  .news-row p{
    margin-bottom: 0;
    color: #323232;
    font-family: "News Cycle", sans-serif;
  }
  .news-row p::before{
    content: '\f073';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 5px;
    color: #848181;
  }
  .news-col .btn{
    background-color: #df3b45;
    border-radius: 0;
    color: #fff;
    margin-top: 15px;
    text-transform: uppercase;
  }
  .video-box iframe{
    width: 100%;
    min-height: 400px;
    height: 100%;
  }
/* END: News & Event section */

/* START: stories section */
.story-box{
  text-align: center;
}
.story-box .video{
  height: 250px;
}
.story-box .video iframe{
  height: 100%;
}
.story-box h4{
  font-size: 22px;
  color: #1f1f1f;
  margin: 5px 0 0 0;
}
.story-box p{
  color: #1f1f1f;
  font-family: "News Cycle", sans-serif;
  margin-bottom: 0;
}
#stories .owl-nav{
  text-align: center;
  font-size: 25px;
  color: #df3b45;
}
/* END: stories section */

/* START: videos section */
/*.videos-sec{
  background-image: url(../images/video-sec-bg.jpg);
  height: 400px;
  background-attachment: initial;
}*/
.videos-sec::before{
  display: none;
}
.photo-video{
  border-radius: 5px;
  padding: 10px 15px;
  width: 220px;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
}
.photo-video a{
  display: inline-block;
  text-align: center;
  padding: 0 15px;
  color: #fff;
}
.photo-video a i{
  font-size: 50px;
  color: #df3b45;
}
.photo-video a h6{
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 3px;
}
/* END: videos section */

/* START: alumni section */
  #alumni .owl-item{
    padding: 0 10px;
    padding-top: 76px;
  }
  .alumni-box{
    background-color: #dbd9d9;
    position: relative;
    padding: 80px 15px 15px 15px;
    text-align: center;
  }
  .alumni-img{
    width: 150px;
    height: 150px;
    border-radius: 75px;
    border: 5px solid #fff;
    overflow: hidden;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
  }
  .alumni-img img{
    width: 100%;
  }
  .alumni-name h5{
    color: #075e89;
    margin-bottom: 0;
    font-weight: 600;
  }
  .alumni-name h5::after{
    content: ' --';
  }
  .alumni-name h5::before{
    content: '-- ';
  }
  .alumni-name h6{
    color: #232323;
    font-size: 15px;
  }
  .alumni-box p::before {
    content: '\f10d';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    margin-right: 5px;
    color: #075e89;
  }
  .alumni-box p::after {
    content: '\f10e';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    margin-left: 5px;
    color: #075e89;
  }
  #alumni .owl-nav button{
    position: absolute;
    top: 60%;
    font-size: 25px;
    color: #f99522;
  }
  #alumni .owl-nav button.owl-next{
    right: 0;
  }
/* END: alumni section */

/* START: partners section */
  .partners-sec{
    background-color: #e1e1e1;
  }
  .partner-box{
    display: flex;
    height: 120px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #fff;
  }
  .partner-box img{
    max-width: 100%;
    max-height: 100%;
  }
/* END: partners section */

/* START: subscriber section */
.subscriber-sec{
  background-color: #0674ab;
  padding: 25px 0;
}
.subscriber h4{
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
  font-weight: 600;
  color: #fff;
}
.subscriber p{
  font-size: 15px;
  margin-bottom: 0;
  color: #fff;
  line-height: 18px;
}
.subscriber form .input-group{
  border: 1px solid #fff;
  border-radius: 4px;
}
.subscriber form .form-control{
  border: 0;
}
.subscriber .btn{
  background-color: #f9961f;
  color: #fff;
}
.subscriber-sec h6{
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}
/* END: subscriber section */

/* START: footer section  */
footer {
  background-color: #075e89;
  padding: 35px 0;
}
.top-footer .ft-col{
  padding-bottom: 30px;
}
.top-footer h5 {
  font-size: 18px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.top-footer h5::before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #fff;
}
.top-footer h5::after{
  content: '';
  position: absolute;
  left: 0;
  width: 70px;
  bottom: 0;
  border-bottom: 1px solid #f9961f;
}
.top-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-footer ul li,
.top-footer ul li a {
  color: #fff;
}
.top-footer ul li a:hover {
  color: #fff;
}
.top-footer .ft-info li{
  line-height: 18px;
  margin-bottom: 10px;
  
}
.top-footer .ft-info li span{
  display: block;
  text-transform: uppercase;
}
.btm-footer {
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.btm-footer p,
.btm-footer a,
.btm-footer a:hover {
  color: #fff;
}
/* END: footer section  */

#toTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  border-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  z-index: 9999;
  text-align: center;
  padding: 0;
}


/* START: Page header section */
  .page-header-sec{
    height: 400px;
    background-attachment: initial;
  }
  .page-header-sec h1{
    color: #fff;
    background-color: rgba(7, 94, 137, 0.6);
    padding: 8px 20px;
  }
  .page-header-sec nav .breadcrumb-item a,
  .page-header-sec nav .breadcrumb-item,
  .page-header-sec nav .breadcrumb-item::before{
    text-transform: uppercase;
    color: #fff;
  }
/* END: Page header section */

/* START: Page body section  */
  .page-body-sec{
    position: relative; 
  }
  .programs-page h2{
    font-family: 'Arvo', serif;
  }
  .my-list{
    list-style: none;
    padding-left: 20px;
  }
  .my-list li{
    position: relative;
    padding-left: 25px;
  }
  .my-list li::before{
    content: '\25FC';
    color: #075e89;
    position: absolute;
    left: 0;
    top: 0;
  }
  .apply-now-heading{
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .bl-5{
    border-left: 5px solid #fc0;
    padding-left: 15px;
  }
  .memorable-dates {
    -webkit-box-shadow: 0 2px 14px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 14px rgba(0,0,0,0.1);
    box-shadow: 0 2px 14px rgb(0 0 0 / 10%);
    margin-bottom: 1.5rem;
    background: #fff;
  }
  .memorable-dates .date-info {
    padding: 15px 10px;
    background: #075e89;
    color: #fff;
    width: 25%;
  }
  .memorable-dates .date-info .date {
    font-weight: 600;
    font-size: 2.6em;
    line-height: 1;
  }
  .memorable-dates .date-info .month {
    font-size: 18px;
  }
  .apply-now-links a{
    display: flex;
    justify-content: center;
    padding: 15px;
    border: 1px solid #c3c3c3;
    color: #000;
    height: 100%;
  }
  .apply-now-links a i{
    font-size: 35px;
    color: #075e89;
  }
  .apply-now-links h6{
    font-size: 14px;
    margin-top: 10px;
  }
  .online-admission-box{
    -webkit-box-shadow: 0 2px 14px rgb(0 0 0 / 10%);
      -moz-box-shadow: 0 2px 14px rgba(0,0,0,0.1);
      box-shadow: 0 2px 14px rgb(0 0 0 / 10%);
      background: #fff;
      height: 100%;
  }
  .online-title{
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px;
  }
  .online-title::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:  rgba(7, 94, 137, 0.8);
  }
  .online-title h5{
    color: #fff;
    position: relative;
    z-index: 1;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .online-body{
    padding: 15px;
  }
  .online-body ul{
    list-style: none;
    padding: 0;
  }
  .online-body ul li{
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    /* font-family: "News Cycle", sans-serif; */
    font-family: "Raleway", sans-serif;
    line-height: 18px;
    
  }
  .online-body ul li i{
    position: absolute;
    left: 0;
    top: 4px;
    color: #999;

  }
  .online-body .btn{
    background-color: #df3b45;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
  }
  #programdetails{
    background-color: #f1f1f1;
  }
  .programdetails-body{
    background-color: #ffff;
  }
  .programdetails-body .nav{
    height: 100%;
    
  }
  .programdetails-body .nav .nav-link{
    border-radius: 0;
    padding: 13px 20px;
    text-transform: uppercase;
    color: #444;
  }
  .programdetails-body .nav .nav-item{
    border-bottom: 1px solid #075e89;
  }
  .programdetails-body .nav .nav-link.active{
    background-color: #075e89;
    color: #fff;
  }
  .bg-image {
    background-image: url(images/bg-4.png);
  }
  .benefits-box{
    position: relative;
  }
  .benefit-title{
    position: absolute;
    left: 0;
    bottom: 20px;
    margin-bottom: 0;
    background-color: #075e89;
    padding: 5px 10px;
    color: #fff;
  }
  .testimonial-box {
    -webkit-box-shadow: 0 2px 14px rgb(0 0 0 / 10%);
      -moz-box-shadow: 0 2px 14px rgba(0,0,0,0.1);
      box-shadow: 0 2px 14px rgb(0 0 0 / 10%);
      background: #fff;
      height: 100%;
  }
  .testimonial-img{
    height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .testimonial-img img{
    width: 100%;
    min-height: 100%;
  }
  .testimonial-text{
    padding: 20px;
  }
  .testimonial-text p::before{
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 25px ;
    color: #075e89;
    margin-right: 5px;
  }
.quote-box {
  position: relative;
  padding-left: 60px;
}
.quote-box::before{
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 50px ;
  color: #075e89;
  margin-right: 5px;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
.faculty-row{
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #555;
}
.faculty-row:hover{
  color: #555;
}
.faculty-img{
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.faculty-img img{
  width: 100%;
}
.faculty-info{
  padding: 15px;
}
.faculty-info h6,
.faculty-info p{
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 80%;
}
.news-box .carousel-caption{
  background-color: rgba(7, 94, 137, 0.8);
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  padding: 15px;
}
.news-box .carousel-caption h6{
  margin: 0;
}
.news-date{
  width: 75px;
  background-color: #fc0;
  color: #000;
  position: absolute;
  left: 0;
  bottom: 100%;
  text-align: center;
  padding: 5px;
}
.news-box .news-date h6,
.news-box .news-date p{
  margin: 0;
}
.news-box .carousel-indicators{
  left: initial;
  margin: 0;
  bottom: -35px;
}
.news-box .carousel-indicators button{
  width: 15px;
  height: 15px;
  background-color: rgba(7, 94, 137, 0.8);
}
.news-box .carousel-indicators button.active{
  background-color: rgba(7, 94, 137, 1);
}
.news-box .carousel-item img{
  height: 450px;
  width: 100%;
}
.events-row{
  background-color: #f5f5f5;
  display: flex;
  margin-bottom: 10px;
  color: #555;
  position: relative;
}
.events-row:hover{
  color: #555;
}
.events-img{
  
  height: 100px;
  overflow: hidden;
}
.events-img img{
  width: 100%;
  height: 100%;
}
.events-info{
  padding: 35px 15px 15px 0;
}
.events-info h6{
  color: #000;
}
.events-info p{
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #000;
}
.events-date{
  background-color: #fc0;
  color: #000;
  position: absolute;
  left: 90px;
  top: 0;
  text-align: center;
  padding: 3px 8px;
}
.faculty-page .faculty-box{
  border: 3px solid #fff;
  border-bottom: 3px solid #f1f1f1;
  transition: all 0.3s ease-in-out;
  padding: 10px;
}
.faculty-page .faculty-box:hover{
  border: 3px solid rgba(7, 94, 137, 1);
}
.faculty-page .faculty-info{
  padding: 0;
}
.faculty-page .faculty-info h6{
  line-height: 26px;
  font-size: 18px;
  
}
.faculty-page .faculty-info h6 a{
  color: rgba(7, 94, 137, 1);
}

.faculty-page .faculty-info h6 small{
  display: block;
  font-size: 13px;
}
.faculty-page .faculty-info p{
  line-height: 18px;
  margin-bottom: 10px;
}
.faculty-page .faculty-info p a{
  color: #000;
}
#accordion .card{
  border-radius: 0;
  border: 0;
}
#accordion .card-header{
 border-radius: 0; 
 border: 0;
}
#accordion .card-header .btn{
  text-transform: uppercase;
  box-shadow: none !important;
  padding: 0;
}
#accordion .card-header .btn::before{
  content: '\2796';
  background-color: #075e89;
  color: #fff;
  padding: 0 2px;
  transition: all 0.5s ease-in-out;
  margin-right: 5px;
}
#accordion .card-header .btn[aria-expanded="false"]::before{
  content: '\2795';
}
.alumni-page .alumni-box{
  padding: 15px;
  background-color: initial;
  transition: all 0.5s ease-in-out;
  border-bottom: 1px solid #dbd9d9;
}
.alumni-page .alumni-box:hover{
  background-color: #dbd9d9;
  border-bottom: 1px solid #dbd9d9;
}
.alumni-page .alumni-img{
  position: initial;
}
.faculty-details-body{
  position: relative;
}
.faculty-details-body .faculty-img{
  position: relative;
  left: 30px;
  top: 40px;
  width: 300px;
  height: 400px;
}
@media screen and (min-width: 768px) {
    .faculty-details-body .faculty-img {
        position: absolute;
        left: 30px;
        top: 40px;
        width: 300px;
        height: 400px;
    }
}
.fac-part1{
  min-height: 50px;
  background-color: #e3e4e6;
  padding: 30px;
}
@media screen and (min-width: 768px) {
    .fac-part1 {
        min-height: 80px;
		background-color: #e3e4e6;
		padding: 30px;
    }
}
.fac-part2{
  min-height: 100px;
  background-color: #075e89;
  padding: 30px;
}
@media screen and (min-width: 768px) {
	.fac-part2{
	  min-height: 250px;
	  background-color: #075e89;
	  padding: 30px;
	}
}
.fac-part2 h6,
.fac-part2 p{
  color: #fff;
}
.faculty-brief{
  background-color: #e3e4e6;
  padding: 30px;
}
.faculty-brief #accordion .card{
  margin-bottom: 2px;
}

.faculty-brief #accordion .card-header{
  background-color: #075e89;
}
.faculty-brief #accordion .btn{
  display: block;
  text-align: left;
  color: #fff;
}
.faculty-brief #accordion .btn::before{
  background-color: #fff;
  color: #075e89;
}
.gallery-single-page .gallery-thumb{
  display: block;
}
.gallery-single-page .gallery-thumb img{
  width: 100%;
}
/* END: Page body section  */