
/* *:not(.social-icons i){
  font-family: "Poppins", sans-serif !important;
  font-family: 'Roboto', sans-serif !important;
} */


.rfa{
  opacity: 0.3;
  pointer-events: none;
}

video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.video-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}



.accordion:after{
  color: #fac500;
}

.navbar.navbar-default .navbar-brand {
    height: 0;
    padding: 0;
    margin-top: 10px;
}

.uper-lower-gap {
    padding: 60px 0 60px 0;
}

.uper-lower-gap-inner {
  padding: 60px 0 0 0;
}

.uper-lower-gap-board{
    padding-top: 45px;
}

.main-heading{
   margin-bottom: 8px;
   font-weight: bold;
   font-size: 34px;
   text-transform: capitalize;
}

/* header#header {
  border-bottom: 4px solid #5498c9;
} */

.web-banner img{
  width: 100%;
}



.heading-container {
  display: flex;
  align-items: center;
  border-color: black;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  padding: 6px 0 6px 0;
}

.heading-icon {
  margin-right: 10px;
  width: 40px;
}


.all-btns{
  padding: 15px;
  background: #faa41d !important;
  color: #ffffff;
}

.all-btns:hover{
background: #2394bc !important;
color: #ffffff;
transition: 0.3s;
}


.year-btn{
background: white;
padding: 15px 30px;
font-size: 36px;
font-weight: 700;
border-color: #2394bc;
border-style: solid;
border-width: 5px;
margin: 20px 0;
color: #faa41d;
width: 100%;
}

.active-btn {
  background-color: #2394bc;
  color: white;
}

.year-2021, .year-2022, .year-2023 , .year-2024, .year-2025 , .year-2026{display: none;}

.year-btn-margin{margin: 50px 0;}

.event-box{margin: 40px 0;}

.events{
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
}

#footer{
background: #001f82 !important;
}


.color-white{
  color: #fff;
}

.color-blue{
  color: #3950e2 !important;
}

.color-grey{
  color: #64686d;
}

/* .color-orange{
  color: #faa41d;
} */

.small-heading {
  font-size: 26px;
  font-weight: 700;
}

.image-box{padding: 0 40px;}

.image-box img{width: 100%;}

.image-box-text {
    background: #fff;
    margin-top: -10px;
    padding: 40px 0px;
}


.image-box-mentor img{height: 250px;}

.image-box-mentor-text {
    padding: 20px 10px;
}



.register-box {
  text-align: center;
  margin: 70px !important;
}


.register-box a {
  padding: 15px 30px;
  background: #faa41d !important;
  color: #ffffff;
  font-size: 22px;
}


.register-box a:hover {
  background: #2394bc !important;
  color: #ffffff;
  transition: 0.3s;
}

.main-heading-left {
  text-align: left;
  font-size: 48px;
}

.main-para-left{
  text-align: left;
  font-size: 22px;
  font-weight: 400;
}

/* home page css */


/* 

#about {
    background: #00b46a !important;
    color: #fff;
}

#board-member {
    background: #fff !important;
}

#cert-prog {
    background: #1f36c7 !important;

}

#course-offered {
    background: #fff !important;
}

#dat {
    background:  #1f36c7 !important;
    color: #fff;
} */

#contact {
    background: #005eff !important;
    color: #fff;
}

/* #tac {
  background:  #cf005c !important;
  color: #fff;
} */

#tac .inner-heading,
#dat .inner-heading{
    color: #fff;
    font-size: 22px;
}

#tac h4,
#dat h4{
  color: #fff;
}


#contact a{
  color: #fff !important;
}

 
.course-img img {
    width: 100%;
}

.arrow-btn{
    border: none;
    cursor: pointer;
    color: white;
    background: none;
    transition: all .3s ease-in-out;
}

.carousel-view {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 50px 0 40px 0;
  transition: all 0.25s ease-in;
}

.carousel-view .item-list {
  max-width: 1010px;
  width: 70vw;
  padding: 10px 10px;
  display: flex;
  gap: 48px;
  scroll-behavior: smooth;
  transition: all 0.25s ease-in;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  overflow: auto;
  scroll-snap-type: x mandatory;
}


/* Hide scrollbar for Chrome, Safari and Opera */
.item-list::-webkit-scrollbar {
  display: none;
}

.prev-btn {
  background: none;
  cursor: pointer;
}

.next-btn {
  cursor: pointer;
}

.item {
  scroll-snap-align: center;
  min-width: 160px;
  height: 160px;
  background-color: #ffffff00;
  border-radius:8px;
}


.digital-award{width: 25%;}
.digital-award-para{width: 75%; margin-bottom: 20px;}

.image-placeholder img {
  width: 1000px;
}


.event_img{
  padding: 0 50px;
  margin-bottom: 20px;
}








/* home page css */


/* TAC page css */


.banner-title {
  margin-top: 20px;
}

.banner-img{
  text-align: center;
}

.blink{
  width: 200px;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}


#about-tac {
  /* background: #ffc000 !important; */
  background: #005eff!important;
}

.tac-image img{
  width: 100%;
  object-fit: contain;
}


@media only screen and (min-width: 996px) {
  .prog-format-img{
    padding: 0px 180px;
  }

}


/* Profile page css */

.profile-box {
  padding: 100px 0;
}

h2.profile-title {
  padding: 0;
  margin: 0;
  font-size: 38px;
}

.designation {
  font-size: 14px;
  font-weight: 500;
}

.profile-pic {
  text-align: center;
}

.profile-pic img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-box h4{
  font-size: 20px;
  font-weight: 600;
} 

.image-box p{
  font-size: 16px;
} 

#knowledge-gateway h5{
  font-size: 26px;
}


/* #tac-role{
  background: #9c44c0 !important;
  color: #fff !important;
} */


/* #tac-program{
  background: #9c44c0 !important;
  color: #fff !important;
}


#tac-format{
  background: #1373c8 !important;
  background: #cf005c !important;
  color: #fff !important;
}

#tac-skills{
  background:#005eff !important;
  color: #fff !important;
}


#tac-mentor{
  background:#005eff !important;
} */



.icon-container {
    display: flex;
    gap: 50px;
    transition: all 0.3s ease;
    margin-top: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.icon-container .icon {
    flex: 1 1 30%;
}



.icon h2 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
}


.icon_img_box {
    text-align: center;
    border-bottom: 3px solid #0a5d7b;
    margin-bottom: 10px;
}

    .icon img {
      width: 150px;
      cursor: pointer;
    }

    .icon.active img{
      transform: scale(1.2);
    }

    .content {
      display: none;
      margin-top: 20px;
      padding: 10px 20px;
      border: 1px solid #ccc;
      border-radius: 8px;
    }

    .content h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 36px;
    border-radius: 10px;
    padding: 20px;
    display: inline-block;
    background-color: #0080d0;
    color: #fff;
    }


    .content h2 {
    font-weight: 600;
    font-size: 28px;
    }

    .content.active {
      display: block;
    }

    .icon-wrapper {
      position: relative;
      display: flex;
      justify-content: center;
      width: 100%;
    }

    .icon-container.centered {
      justify-content: center;
    }


    
    .certification_heading {
    text-align: center;
    }

    .certification_heading h3 {

    display: inline-block;
    padding: 15px 20px;
    border: 2px solid;
    border-radius: 10px 0;
    font-weight: 600;
    font-size: 22px;
    margin-top: 25px;
    }

@media only screen and (max-width: 768px) {

  .navbar .container{
    min-height: 100px;
    border-bottom: 5px solid #0063a6;
  }

  .navbar-default {
    background-color: #ffffff;
  }

  .navbar-collapse {
    margin-top: 20px;
  }

  .digital-award-para,
  .digital-award{
    width: 100%;
  }

  .video-wrapper {
    height: 30vh;
  }

  .uper-lower-gap {
    padding: 40px 0 40px 0;
  }

  .digital-award{
    text-align: center;
    margin-top: 20px;
  }

  .main-heading{
    font-size: 28px;
  }

  p{
    font-size: 16px;
  }

  .navbar.navbar-default .navbar-brand{
    margin-top: 5px;
  }

  .profile-box {
    padding: 60px 20px;
  }

  .profile-pic img {
    width: 80%;
  }

  h2.profile-title {
    margin-top: 40px;
    font-size: 26px;
  }


  #tac-skills ul, #tac-objective ul {
    padding: 0px 20px;
  }



  
}



@media only screen and (max-width: 996px) {

  .icon-container {
    flex-wrap: wrap !important;
}
  
}