/* Common css start  */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
  min-height: 0;
  min-width: 0;
}
body {
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #2E2C2C;
  width: 100%;
  height: 100%;
  position: relative;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
li {
  list-style: none ;
  margin: 0px;
  padding: 0px;
}
.container-fluid {
  padding: 0 !important;
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 1600px !important;
    padding: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 1600px !important;
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .navbar-expand-lg .navbar-nav {
      flex-direction: row;
  }
}
.nav-item{
  margin: 0px 15px;
}
.nav-link {
  font-weight: 600;
  color: #212529;
  position: relative;
}
.top-navbar {
  background-color: #223645;
}
.top-nav-list{
  margin: 0;
  text-align: right;
  justify-content: right;
  padding: 5px;
}
.top-nav-list li{
  padding: 0 20px;
}
.top-nav-list li i{
  margin-right: 20px;
  font-size: 17px;
  color: #6ec1e4;
}
.top-nav-list li:first-child i{
  transform: rotate(320deg);
}
.top-nav-list li{
  border-right: 1px solid #fff;
}
.top-nav-list li:last-child{
  border-right: none;
  padding-right: 0;
}
.top-nav-list li a{
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.top-nav-list li a:hover{
  color: #6ec1e4;
}
.top-nav-social-list{
  margin: 0 0 5px 0;
  padding: 0;
}
.top-nav-social-list li{
  padding: 0 10px;
}
.top-nav-social-list li a{
  font-size: 15px;
  color: #ffffff;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.top-nav-social-list li a.facebook{
  background-color: #4267B2;
}
.top-nav-social-list li a.twitter{
  background-color: #1DA1F2;
}
.top-nav-social-list li a.youtube{
  background-color: #FF0000;
}
.top-nav-social-list li a.linkedin{
  background-color: #0077B5;
}
.nav-link:hover , .nav-link.active  {
  border-bottom: 2px solid #1c2c3c;
}
.fixed-top {
  background-color: #ffffff !important;
  position: fixed !important;
  -webkit-box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
  box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
  -webkit-animation: 1.2s ease-in-out 0s normal none 1 running fadeInDown;
  animation: 1.2s ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
@keyframes fadeInDown {
  
0% {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
100% {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
}
.img-responsive{
  max-width: 100%;
  height: auto;
}
.main-logo img{
  height: 100px;
}
.fixed-top .main-logo img {
  height: 58px;
}
.header{
  z-index: 100;
  width: 100%;
  position: relative;
  background-color: #f2f9ffcc;
}
.home-page-header{
  position: absolute;
}
.footer_logo img{
  height: 130px;
}
.footer-middle-area{
  position: relative;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-middle-area::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000a4;
}
.footer-middle-area .container{
  position: relative;
  z-index: 1;
}

.footer-wrapper, .footer-title, .footer-bottom{
  color: #fff;
}
.footer-title{
  margin-bottom: 15px;
}
.footer-bottom{
  padding-top: 10px;
  border-top: 1px dashed #8a8a8a;
}
.footer-bottom a{
  color: #f91942;
}
.footer-bottom-copyright{
  text-align: right;
}
.footer-link a{
  color: #f6ee26;
  transition: all 0.3s ease-in-out;
}
.footer-link li:hover a{
  margin-left: 7px;
}
.footer-social-section li a{
  transition: all 0.3s ease-in-out;
}
.footer-social-section li a:hover{
  transform: scale(1.1);
}
.footer-contact p:first-child i{
  transform: rotate(334deg);
}
.footer-contact p i{
  margin-right: 6px;
}
.footer-contact p a{
  color: #f6ee26;
}
.footer-contact p a:hover {
  color: #01b5fc;
}

.subscribe-box input{
  display: block;
  margin-bottom: 12px;
  margin-top: 20px;
  background-color: #2f3c4c;
  width: auto;
  max-width: 250px;
}
.subscribe-box button {
  color: #ffffff;
  background: #247cff;
  padding: 5px;
  border: none;
}
.subscribe-box button:hover {
  background: #ff0000;
}
.search-box {
  display: none;
  position: relative;
}
.search-box.show {
  width: 100%;
  display: block;
}
.search-box .search-input {
  position: absolute;
  width: 100%;
  height: 35px;
  padding: 11px 1rem;
  border: 0;
  background-color: #161616;
  opacity: 1;
  color: #fff;
  text-align: center;
  font-weight: 700;
  z-index: 999999;
}
.search-box .search-input:focus{
  outline: none;
}
#top-btn {
  z-index: 9999;
  font-size: 20px;
  color: rgb(255, 255, 255);
  background-color: rgb(255, 17, 0);
  position: fixed;
  right: 50px;
  bottom: 40px;
  display: none;
  cursor: pointer;
  border: 1px solid #ff0000;
  padding: 10px 14px;
}
#top-btn:hover {
  color: rgb(255, 0, 0);
  background-color: rgb(255, 255, 255);
  border: 1px solid #ff0000;
}
/* Common css end  */

/* Home page start  */

.home-banner-content{
  position: relative;
  z-index: 1;
  color: #fff;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-section .container-fluid{
  padding: 0;
}
.banner-text{
  background-color: #1616167a;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  padding: 20px;
}
.inner-banner {
  border-radius: 5px;
  position: absolute;
  width: 400px;
  left: 10%;
  padding: 15px 15px 20px 15px;
  bottom: 18%;
  background: linear-gradient(61deg, #000000ad, #00000000);
}
.inner-banner a{
  color: white;
}
.banner-text h1{
  font-size: 20px;
  color: #ffffff;
}
.banner-text .heading{
  margin-bottom: 20px;
}
.banner-text .banner-disc{
  margin-bottom: 30px;
  font-size: 15px;
}
.button a {
  color: #ffffff;
  background: #247cff;
  padding: 10px;
}
.button a:hover {
  background: #ff0000;
}
.home-feature-section{
  padding: 50px 0 30px 0;
  background-color: #dff0f5;
}
.home-feature-box {
  position: relative;
  /* width: 230px; */
  height: 180px;
  padding-top: 10px;
  margin-left: 4px;
  position: relative;
  display: inline-block;
  background-color: #f8f8f8;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  margin-bottom: 20px;
}
.home-feature-icon img{
  height: 60px;
  margin-bottom: 20px;
}
.home-feature-box:before , .home-feature-box:after {
  width: 0%;
  content: "";
  height: 3px;
  margin: 0 auto;
  position: absolute;
  background-color: #e12454;
  transition: 0.4s all ease-in-out;
}
.home-feature-box:before {
  left: 0;
  top: 0;
}
.home-feature-box:after {
  right: 0;
  bottom: 0;
}
.home-feature-box:hover:before , .home-feature-box:hover:after{
  width: 100%;
}

.home-feature-box:hover .home-feature-icon img {
  animation: icon-bounce 0.8s ease-out infinite;
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
}
40% {
    transform: translateY(-10px);
}
60% {
    transform: translateY(-5px);
}
}


*{
  margin:0;
  padding:0;
  box-sizing: border-box;
}
span{
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.section-head{
  margin-bottom: 60px;
}
.section-head h4{
  position: relative;
  padding: 0;
  color:#f91942;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size:30px;
  font-weight:700;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
}
.section-head h4::before{
  content:'';
  width:60px;
  height:3px;
  background:#f91942;
  position:absolute;
  bottom:-10px;
  left:0;
  right:0;
  margin:0 auto;
}
.section-head h4 span{
  font-weight: 700;
  padding-bottom: 5px;
  color:#2f2f2f;
} 
.section-head p{
  color:#818181;
  font-size: 16px;
  line-height: 28px;
}
.item{
  background:#fff;
  text-align: center;
  padding:30px 25px;
  box-shadow: 0 0 25px rgba(0,0,0,0.07);
  border-radius: 20px;
  margin-bottom: 30px;
  border:5px solid rgb(255 12 12 / 14%);
  -webkit-transition:all 0.5s ease 0s;
  transition:all 0.5s ease 0s;
}
.item:hover{
  background:#f91942;
  box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2);
  -webkit-transition:all 0.5s ease 0s;
  transition:all 0.5s ease 0s;
}
.item:hover .item,
.item:hover span.icon{
  background:#fff;
  border-radius: 10px;
  -webkit-transition:all 0.5s ease 0s;
  transition:all 0.5s ease 0s;
}
.item:hover h6,
.item:hover p{
  color:#fff;
  -webkit-transition:all 0.5s ease 0s;
  transition:all 0.5s ease 0s;
}
.item .icon{
  font-size:40px;
  margin-bottom: 25px;
  color:#f91942;
  width:90px;
  height:90px;
  line-height: 96px;
  border-radius: 50px;
}
.item .feature_box_col_one{
  background:rgba(247,198,5,0.2);
  color:#f91942;
}
.item .feature_box_col_two{
  background: rgba(255, 77, 28, 0.15);
  color:#f91942;
}
.item .feature_box_col_three{
  background:rgba(0,147,38,0.15);
  color:#f91942;
}
.item .feature_box_col_four{
  background:rgba(0,108,255,0.15);
  color:#f91942;
}
.item .feature_box_col_five{
  background:rgba(146,39,255,0.15);
  color:#f91942;
}
.item .feature_box_col_six{
  background:rgba(23,39,246,0.15);
  color:#f91942;
}
.item p{
  font-size: 15px;
  line-height: 26px;
}
.item h6{
  margin-bottom: 20px;
  color:#2f2f2f;
}

.misshion-box:first-of-type , .misshion-box:last-of-type {
  margin-left: 100px;
}

.misshion-disc{
    position:relative;
    /* max-width: 480px; */
}

.misshion-box{
    display:grid;
    grid-template-columns:70px 1fr;
    column-gap:24px;
    margin-bottom:48px;
}
.diamond{
    width:70px; height:70px;
    position:relative;
    transform:rotate(45deg);
    border:2px solid #00bfa6;
    border-radius:8px;
    flex-shrink:0;
}
.diamond i{
    position:absolute;
    top:50%; left:50%;
    transform:translate(-50%,-50%) rotate(-45deg);
    font-size:24px;
    color:#00bfa6;
}
.mission-vision-section{
    padding: 50px 0;
}
.misshion-box h3{
    margin:8px 0 6px;
    font-size:22px;
}
.misshion-box p{
    margin:0;
    font-size:16px;
    font-weight: 400;
    color: #555;
    line-height:1.4em;
} 
.misshion-disc .tab-btn {
  padding: 4px 10px;
  font-weight: 400;
  font-size: 15px;
}
@media(max-width:900px){
    .photo-grid{margin-top:40px;transform:none;}
    .photo-grid img{transform:none;}
}

.service-section{
  background-color: #f0f8ff;
}

/* home page blog section start */

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #1e2024);
  z-index: 1;
}
.overlay .mb-2{
  display: flex;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.main-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  transition: .5s;
}
.main-carousel .owl-dots {
  position: absolute;
  top: 30px;
  right: 25px;
  width: 100%;
  height: 20px;
  text-align: right;
}
.main-carousel .owl-dot.active {
  width: 40px;
  background: #6EC5EA;
}
.badge-primary {
  color: #212529;
  background-color: #6EC5EA;
  border-radius: 0;
  margin-right: 7px;
}
small, .small {
  font-size: 80%;
  font-weight: 400;
}

.section-title {
  margin-bottom: 15px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #dee2e6;
  border-left: 5px solid #f91942;
}
.news-carousel .owl-nav {
  position: absolute;
  width: auto;
  height: 30px;
  top: -60px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.news-carousel .owl-nav .owl-prev, .news-carousel .owl-nav .owl-next {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #31404B;
  background: transparent;
  border: 1px solid #31404B;
  font-size: 16px;
  transition: .3s;
}

.news-carousel .owl-nav .owl-prev:hover, .news-carousel .owl-nav .owl-next:hover {
  color: #ffffff;
  background: #f91942;
  border-color: #f91942;
}
.blog-content{
  margin-bottom: 20px;
}
.notice-category-list ul li {
    font-size: 16px;
    color: #f91942;
    padding: 5px 0px;
    list-style: square;
}
.notice-category-list ul li a{
  color: #000;
}
.what-youll-find ul{
  padding-left: 1.5rem;
}
.what-youll-find ul li {
    list-style: square;
}
.home-blog-content .badge-primary, .blog-content .badge-primary{
  transition: all 0.3s ease-in-out;
}
.home-blog-content:hover .badge-primary , .blog-content:hover .badge-primary{
  background-color: #f91942;
  color: #fff;
}
/* home page blog section end */

/* home page timeline section start */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #f91942;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
.content-outer {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.content-outer::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: #01b5fc;
  border: 4px solid #f91942;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.left {
  left: 0;
}

.right {
  left: 50%;
}

.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #01b5fc;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #01b5fc;
}

.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #f91942;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f91942 transparent transparent;
}

.right::after {
  left: -12px;
}

 
.content {
  padding: 20px 30px;
  background-color: rgb(228, 228, 228);
  position: relative;
  border-radius: 6px;
}

 
@media screen and (max-width: 600px) {
  .timeline::after {
  left: 31px;
  }
  
  .content-outer {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
 
  .content-outer::before {
  left: 60px;
  border: medium solid rgb(0, 0, 0);
  border-width: 10px 10px 10px 0;
  border-color: transparent rgb(0, 0, 0) transparent transparent;
  }
 
  .left::after, .right::after {
  left: 15px;
  }
   
  .right {
  left: 0%;
  }
}
/* home page timeline section end */

/* home page course section start */

.news-box {
  width: 100%;
  height: auto;
  padding: 0;
  display: block;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.text-box {
  text-align: center;
  background: #05585299;
  color: #ffffff;
  bottom: 0;
  left: 0;
  min-height: 85px;
  width: 100%;
  padding: 15px 10px;
  position: absolute;
  z-index: 99;
  transition: all 0.3s linear;
}
.news-box:hover .text-box {
  background: #05585299;
  height: 100%;
  display: block;
  padding: 40% 0;
}
/* home page course section end */
/* home page choose section start */

#services{
  position: relative;
}
#services::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #29292996;
  z-index: 0;
}
#services .container{
  position: relative;
  z-index: 1;
}
.card-img-top {
  width: 25% !important;
  display: block;
  height: 86px;
  margin: 0 auto;
  padding-top: 10px;
  background-color: #fff;
}
#services .card {
  padding: 20px 0px;
  max-height: 328px;
  overflow: hidden;
}
.why-choose-para{
  color: #fff;
}
#services .card:hover {
  transition: all 200ms linear;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
}
.service-pera{
  margin-bottom: 20px;
}
.service-pera .card-title{
  text-align: center;
}
#services .card:hover .card-title {
  color: #ffff !important;
}
.card-text{
  text-align: justify;
}
/* home page choose section end */
/* Home page end  */

  /* Video Gallery page Start */

  #all_video_gallery img{
    width: 100%;
  }
  .video-overlay{
    position: absolute;
    left: auto;
    top: 0;
    right: auto;
    z-index: 1;
    background: #44a50c70;
    color: #f41e20;
    width: 100%;
    height: 100%;
    text-align: center;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 30px;
}
.video-section .video-thum img {
    cursor: pointer;
}
.video-section .fa-youtube {
    border-radius: 50px;
    background: #ffffff;
    color: red;
    padding: 10px;
}
.video-section .thumb {
    position: relative;
    overflow: hidden;
}
.video-section .row {
    margin-bottom: 15px;
}
.thumb:hover .video-overlay {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.modal-dialog {
    max-width: 820px;
}
#videoModal .modal-content {
    left: 0%;
}
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
.modal {
    top: 18%;
}
.video-overlay-icon{
    position: absolute;
    top: 40%;
    left: 43%;
    font-size: 30px;
}
.related-capabilities-section h3{
    font-family: var(--bs-font-sans-serif);
    font-weight: 300;
    color: rgb(238, 55, 55);
    padding: 0px 0px 20px 0px;
    transition: .2s all ease-in-out;
}
.related-capabilities-title{
    margin: 12px 0px 15px 0;
    border-bottom: 2px solid rgb(192, 192, 192);
}
.related-capabilities-section h3:hover{
    font-weight: 600;
}
  /* Video Gallery page End */
  
/* Gallery page start  */
.photo-albam-section {
  background-color: #f3f3f3;
  padding: 50px 30px;
}
.banner {
  background-size: cover;
  height: 400px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.all-banner .banner .caption {
  transition: all 0.9s ease-in-out;
  background: rgba(0, 0, 0, 0.486);
  width: 100%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.all-banner .banner .caption .caption-content {
  color: #fff;
}
.photo-albam-section .card {
  margin: 10px 0;
  border: 1px solid rgba(156, 156, 156, 0.596);
  transition: .2s;
}
.photo-albam-section .card-title {
  text-align: center;
  padding: 10px 5px;
  color: #000;
}
.about-gallery-img {
  max-height: 220px;
  overflow: hidden;
}
.photo-albam-section .discover-button {
  margin: 20px 0 25px 0;
  text-align: center;
}
.discover-button button {
  background: transparent;
  padding: 10px 15px;
  color: #000;
  border: 2px solid #f91942;
  box-shadow: inset 0 0 0 0 #f91942;
  transition: .3s all ease-in-out;
}
.discover-button button:hover {
  color: white;
  box-shadow: inset 280px 0 0 0 #f91942;
}
/* Gallery page end  */

/* contact page start  */
#contact-section {
  background-color: #ebf2f9;
}
.contact-icon{
  display: flex;
  padding: 24px;
  border-bottom: 1px solid #9a9ea1;
}
.contact-icon:last-child{
  border-bottom: none;
}
.form-group {
  margin-bottom: 15px;
}
.contact-icon i{
  font-size: 27px;
  margin-right: 10px;
  color: #f91942;
}
.submit-button button {
  background: #74cbfa;
  padding: 12px 15px; 
  transition: .3s ease-in-out;
  border: none;
}
.submit-button button:hover {
  background: #f91942; 
  color: #fff;
}
/* contact page end  */

/* About page start  */
.common-banner-section {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.common-banner-image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
}
.common-banner-overlay {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.common-banner-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #000000a4;
  height: 100%;
  width: 100%;
}
.common-banner-image img {
  width: 100%;
}
.charirperson-section{
  background-color: #ddeff7;
}
.tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.tab-btn {
  padding: 10px 20px;
  border: none;
  background-color: #91d6d8;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
}

.tab-btn.active {
  background-color: #f91942;
  color: white;
}

.tab-content {
  display: none;
}
.tab-content  p{
  text-align: justify;
}
.tab-content.active {
  display: block;
}

/* Team section start*/
.team-section{
  padding: 40px 0;
  background: #ececec94;
}
.section-title h2{
  text-align: center;
  margin-bottom: 20px;
}
.team-box{
  display: inline-flex;
}
.advisor-title{
  text-align: center;
  margin:50px 0 30px 0;
}
.advisor-title h3{
  text-transform: uppercase;
  color: #004b63;
}
.box-content{
  margin: 10px;
  padding: 20px 15px;
  background: #ececec;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 10px 10px 15px #c7c4c4, -10px -10px 15px #fff;
  min-width: 280px;
}
.box-content img{
  width: 130px;
  border-radius:100% ;
  padding: 5px;
  margin-bottom: -10px;
  border: 2px solid #dee2e6;
  backface-visibility: hidden;
  transition: all .5s ease-in-out;
}
.box-content:hover img{
  transform: scale(1.2);
}
.box-content h3{
  margin-top: 25px;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 19px;
  color: #004050;
}
.researcher-title{
  margin-top: 20px;
  height: 68px;
  position: relative;
  overflow: hidden;
}
.team-box:hover h3{
  color: #f91942;
}
.box-content ul{
  padding: 0;
}
.box-content ul li{
 display: inline-block;
 margin: 0 5px;
}
.box-content span{
  font-size: 15px;
  display: block;
  margin-bottom: 25px;
  font-style: italic;
  color: #8f8f8f;
  height: 45px;
  overflow: hidden;
}
.box-content ul li a .fa-brands{
  height: 35px;
  width: 35px;
  color: #999;
  border: 1px solid #999;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 50%;
  margin: 5px;
  transition: .4s;
}
.box-content ul li a .fa-facebook-f:hover{
  background-color: #1877F2;
  color: #fff;
}
.box-content ul li a .fa-twitter:hover{
  background-color: #1DA1F2;
  color: #fff;
}
.box-content ul li a .fa-linkedin-in:hover{
  background-color: #0A66C2;
  color: #fff;
}
.meet-people-banner-section {
  position: relative;
}
.meet-people-details-banner img {
  width: 100%;
}
.meet-details-banner-content {
  position: absolute;
  background-color: #ffffff;
  top: 20%;
  left: 5%;
  width: 90%;
  height: 400px;
  padding: 50px 20px;
  border-radius: 15px;
}
.meet-details-banner-content .details-img {
  padding: 0 0 0 30px;
}
.meet-details-banner-content img {
  height: 290px;
}
.details-content i {
  margin-right: 10px;
}
.details-content h2 {
  font-weight: 600;
  margin: 20px 10px 20px 0;
  color: red;
}
.details-content span {
  font-weight: 600;
  color: #5c5c5c;
}
.details-content .number {
  margin: 25px 0px 40px 0px;
}
.details-content .number h5 {
  margin-top: 20px;
  background-color: transparent;
  border: 2px solid #f91942;
  padding: 15px 25px;
  color: #ffffff;
  box-shadow: inset 250px 0 0 0 #f91942;
  transition: ease-in-out .2s;
  font-weight: 500;
  max-width: 250px;
}
.details-content .number h5:hover {
  box-shadow: inset 0 0 0 0 #f91942;
  color: #001455;
}
.capabilities-contact-sec {
  position: relative;
}
.capabilities-contact-sec::before {
  content: '';
  background-color: #c4c4c4;
  position: absolute;
  top: 0;
  left: -30px;
  height: 100%;
  width: 2px;
}
.capabilities-content h4 {
  text-transform: uppercase;
  color: #5a5a5a;
}
.capabilities-content h4::after {
  content: '';
  background-color: #ff0000;
  display: inline-block;
  margin-left: 20px;
  transform: translateY(-6px);
  height: 2px;
  width: 100px;
}
.capabilities-content ul {
  padding: 0;
  margin-top: 25px;
}
.capabilities-content ul li {
  margin: 10px 0;
}
.capabilities-content ul li a {
  color: #f91942;
}
.credentials-section {
  padding: 20px 0;
}
.educations-list {
  padding: 0;
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  text-align: justify;
}
.discover-button a {
  margin-top: 20px;
  background-color: transparent;
  border: 2px solid #f91942;
  padding: 15px 25px;
  color: #f91942;
  box-shadow: inset 0 0 0 0 #f91942;
  transition: ease-in-out .3s;
  font-weight: 500;
}
.discover-button a:hover {
  color: white;
  box-shadow: inset 220px 0 0 0 #f91942;
}

.we-started-section {
  text-align: justify;
  letter-spacing: 0.05em;
  padding: 50px 77px;
  background: linear-gradient(85deg, #f91942, #6ec1e4);
  color: #ffffff;
}
#registration table th, #registration table td {
  vertical-align: middle;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 20px 10px;
}
#registration tr {
  transition: .5s;
}
#registration {
  overflow-x: auto;
  padding-top: 15px;
}
#gap-paralax .membership-content-bg {
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 220px;
  background-size: cover;
  width: 100%;
}

/* Team section End */

/* About page end  */

/* Course page start  */
.title-meta {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 20px;
}
.title-meta .title {
  padding-left: 20px;
}
.latest-news-section p {
  padding: 10px;
  text-align: justify;
}
.latest-news-box {
  border: 1px solid #808080;
}
.common-gap {
  width: 100%;
  height: 30px;
}
.single-course .table, .single-course .table th, .single-course .table td {
  color: #000;
  border: 1px solid #000;
}
#news-share {
  border-top: 1px solid rgb(196, 196, 196);
}
.news-box-border {
  border-bottom: 1px solid #808080;
}
.news-box-border p{
  text-align: left;
  color: #000;
}
.latest-news-section img {
  padding-bottom: 25px;
  max-width: 100%;
}
.latest-news-box img {
  padding: 15px;
}
.course-list ul li {
  list-style: square;
}
#news-share ul {
  align-items: center;
  justify-content: center;
  padding: 10px;
  display: flex;
}
#news-share {
  border-top: 1px solid rgb(196, 196, 196);
}
#news-share ul li {
  margin: 0px 10px;
  font-size: 18px;
}
/* Course page end  */

/* Notice page start  */
.routine-page-head {
    margin-top: 30px;
}
.notice-section{
  background-color: #d4f9fc;
}
.notice-page .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
}
.notice-page table.bordered>thead>tr {
    border: 1px #999 solid;
}
.notice-page table.dataTable thead th, .notice-page  table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111;
}
.notice-page table.bordered td, .notice-page table.bordered th {
    padding-left: 10px;
    vertical-align: top;
    line-height: 1.2em;
    border: 1px solid #999;
}
/* Notice page end  */

/* registration page start  */
.registration-card-header{
  background: #f91942;
  padding: 9px 0 2px 0;
}
@media screen and (min-width: 992px) and (max-width: 3000px){
 .registration-form{
  padding: 0 100px;
}
}
.registration-form .card-body{
  background-color: #e0f3f8;
}
 
    .registration-form label {
      display: block;
      margin-top: 15px;
      font-weight: 500;
    }
    .registration-form input[type="text"],
    .registration-form input[type="email"],
    .registration-form input[type="tel"],
    .registration-form select,
    .registration-form textarea,
    .registration-form input[type="date"] {
      width: 100%;
      padding: 7px 10px;
      margin-top: 5px;
      border-radius: 5px;
      border: 1px solid #ccc;
    }
    .gender {
      display: flex;
      gap: 20px;
      margin-top: 10px;
    }
    .gender label {
      font-weight: normal;
    }
    .btn-submit {
      margin-top: 25px;
      padding: 12px 20px;
      background: #1e90ff;
      color: #fff;
      border: none;
      border-radius: 5px;
      font-size: 16px;
      cursor: pointer;
    }
    .btn-submit:hover {
      background: #0d6efd;
    }

/* registration page end  */


.contact-icon:last-child span {
    padding-left: 10px;
}

