
/* header section */

.demo-logo {
  background: #fff;
  border-bottom: 1px solid #EFEFEF;
}

/* banner section */

.oakslider {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 73vh;
  background: #22273C;
  color: #fff;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}

.oakslider__ui {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  min-width: 60%;
  margin: 0 auto;
  margin-top: 10%;
  display: flex;
  justify-content: space-between;
}
.oakslider__ui .oakslider__controls {
  display: flex;
}
.oakslider__ui .oakslider__arrow {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #fff;
  opacity: 0.5;
  background: #fff;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
}

.oakslider__navpoint {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 900;
}
.oakslider__navpoint:first-of-type .oakslider__timer {
  width: 95px;
}
.oakslider__navpoint:first-of-type .oakslider__label {
  opacity: 1;
}
.oakslider__navpoint .oakslider__label {
  opacity: 0;
  font-weight: 400;
}
.oakslider__navpoint .oakslider__timer {
  position: relative;
  width: 55px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
  overflow: hidden;
}
.oakslider__navpoint .oakslider__timer .timer__progress {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  height: 1px;
  width: 100%;
  transform: translateX(-100%);
}

.oakslider__slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.oakslider__slide.slide--active {
  display: block;
}

.slide__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide__image img {
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* opacity: 0.5; */
}

/* .slide__container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
} */
/* .slide__content {
  padding-top: 100px;
  max-width: 1200px;
  min-width: 60%;
  font-family: sans-serif;
} */

/* .slide__title {
  font-size: 45px;
  max-width: 650px;
  line-height: 1.2;
  font-weight: 600;
} */

/* .slide__link {
  margin-top: 25px;
} */


/* card section */

.card-container {
display: flex;
margin: -80px auto 60px;
}
.card-container img {
width: 117px;
height: 117px;
z-index: 1;
}
.card-container h4{
  font-size:18px;
  font-weight: bold;
  z-index: 1;
  height: 56px;;
  }
.card-container button.view {
z-index: 1;
font-size: 14px;
border: none;
text-align: right;
display: block;
background-color: #f7f7f7;
width: 100%;
bottom: 0;
position: absolute;
padding: 7px
}
.card-container .view i.fa {
font-size:16px;
padding-left: 10px;
vertical-align: baseline;
}
.education {
--bg-color: #ffd861;
--bg-color-light: #ffeeba;
--text-color-hover: #4C5656;
--box-shadow-color: rgba(255, 215, 97, 0.48);
}
.credentialing {
--bg-color: #B8F9D3;
--bg-color-light: #e2fced;
--text-color-hover: #4C5656;
--box-shadow-color: rgba(184, 249, 211, 0.48);
}
.wallet {
--bg-color: #CEB2FC;
--bg-color-light: #F0E7FF;
--text-color-hover: #fff;
--box-shadow-color: rgba(206, 178, 252, 0.48);
}
.human-resources {
--bg-color: #b6d0fb;
--bg-color-light: #f1f7ff;
--text-color-hover: #4C5656;
--box-shadow-color: rgba(220, 233, 255, 0.48);
}
.python {
--bg-color: #ff7c7c;
--bg-color-light: #ffe6e6;
--text-color-hover: #4C5656;
--box-shadow-color: rgba(220, 233, 255, 0.48);
}
.card {
width: 230px;
height:270px;
margin-right: 20px;
background: #fff;
border-radius: 10px;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
box-shadow: 0 14px 26px rgba(0,0,0,0.04);
transition: all 0.3s ease-out;
text-decoration: none;
}
.card:hover {
transform: translateY(-5px) scale(1.005) translateZ(0);
box-shadow: 0 24px 36px rgba(0,0,0,0.11),
  0 24px 46px var(--box-shadow-color);
}
.card:hover .overlay {
transform: scale(4) translateZ(0);
}
.card:hover .circle {
border-color: var(--bg-color-light);
background: var(--bg-color);
}
.card:hover .circle:after {
background: var(--bg-color-light);
}
.card:hover p {
color: var(--text-color-hover);
}
.card:active {
transform: scale(1) translateZ(0);
box-shadow: 0 15px 24px rgba(0,0,0,0.11),
  0 15px 24px var(--box-shadow-color);
}
.card p {
font-size: 17px;
color: #4C5656;
margin-top: 30px;
z-index: 1000;
transition: color 0.3s ease-out;
}

.circle {
width: 135px;
height: 135px;
border-radius: 50%;
margin-top: -15px;
background: #fff;
border: 2px solid var(--bg-color);
display: flex;
justify-content: center;
align-items: center;
position: relative;
z-index: 1;
transition: all 0.3s ease-out;
}
.circle:after {
content: "";
width: 118px;
height: 118px;
display: block;
position: absolute;
background: var(--bg-color);
border-radius: 50%;
top: 7px;
left: 7px;
transition: opacity 0.3s ease-out;
}
.circle svg {
z-index: 10000;
transform: translateZ(0);
}
.overlay {
width: 118px;
position: absolute; 
height: 118px;
border-radius: 50%;
background: var(--bg-color);
top: 31px;
left: 60px;
z-index: 0;
transition: transform 0.3s ease-out;
}

/* footer section */

.ibay-footer {
  background: #0f2960;
}
.copy-rights p {
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0 !important;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.copy-rights img.ftl {
  padding: 8px;
  border-radius: 5px;
}


/* --------------------song tamil css--------------------- */

.banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.songs-overall{
  margin:20px 40px;
}
.song-tamil h2{
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  color: #191919;
  margin-bottom: 1rem;
}
.titles {
  width: 100%;
  padding: 0 30px 0 0;
}
.titles h4 {
  font-size: 20px;
  font-weight: 500;
  background: #eeb30f;
  color: #ffffff;
  padding-left: 10px;
}
.titles-head {
  margin-top: 10px;
}
.titles-head a {
  font-size: 18px;
  font-weight: 500;
  color: #303030;
  text-decoration: none;
}
.overall-head {
  padding-left: 10px;
}
.songs-list p {
  font-size: 20px;
  font-weight: 600;
  color: #fd7256;
  margin: 1rem 0 2rem;
}


/* ------------------breadcrumb--------------------- */

.songs-list .breadcrumb {
  margin: 0;
}
.songs-list ul {
  padding-left: 0;
}
.songs-list ul { 
  list-style: none; 
}
.songs-list ul li {
  display: inline; 
  font-size:2rem;
}
.songs-list ul li+li:before {
  content: ">";
  padding: 10px;  
}
.songs-list ul li a { 
  text-decoration: none; 
}
.songs-list ul {
  color: #425b76;
  font-family: "Avenir";
  font-weight: bold;
}
.songs-list ul li a {    
  color: #303030;
}
.songs-list ul li+li:before { 
  color: #303030; 
}
.songs-list .breadcrumb li a .fa-home {
  color: #eeb30f;
  font-size: 2rem;
}

/* -------------------audio css---------------- */

.audio-song h5{
  color: #ff870b;
  font-size: 15px;
  font-weight: 600;
}
audio{
  width: 100%;
}
.audio-song {
  margin-bottom: 30px;
}

@media(max-width:991px){
  .audio-song {
    margin-bottom: 15px;
  }
}
@media(max-width:767px){
  .titles {
    padding:0;
  }
  .songs-list .breadcrumb{
    margin-top:25px;
  }
  .song-tamil h2 {
    margin: 20px 0 !important;
  }
  .banner-img img{
    height:100%;
  }
}


/* ------------------handbook css---------------- */

.handbook {
  margin: 20px 0;
}
.example-1.card-coursecatalogue {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.handbook h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  color: #191919;
  margin-bottom: 1.5rem;
}
.card-coursecatalogue .menu-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.card-coursecatalogue .menu-content::before, .card-coursecatalogue .menu-content::after {
  content: "";
  display: table;
}
.card-coursecatalogue .menu-content::after {
  clear: both;
}
.card-coursecatalogue .menu-content li {
  display: inline-block;
}
.card-coursecatalogue .menu-content a {
  color: #fff;
}
.card-coursecatalogue .menu-content span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: "Open Sans";
  transform: translate(-50%, 0);
}
.card-coursecatalogue .wrapper {
  background-color: #fff;
  min-height: 440px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}
.card-coursecatalogue .wrapper:hover .data {
  transform: translateY(0);
}
.card-coursecatalogue .data {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(calc(45px + 1em));
  transition: transform 0.3s;
}
.card-coursecatalogue .data .content {
  padding: 1em;
  position: relative;
  z-index: 1;
}
a {
  text-decoration: none !important;
}
.card-coursecatalogue .title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.card-coursecatalogue .text {
  height: 70px;
  margin: 0;
}
.card-coursecatalogue input[type=checkbox] {
  display: none;
}
.card-coursecatalogue input[type=checkbox]:checked + .menu-content {
  transform: translateY(-60px);
  
}
/* .example-1 .wrapper {
  background: url(https://images.unsplash.com/photo-1496979551903-46e46589a88b?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=cda12b505afa1beb06e49d89014cbd65&auto=format&fit=crop&w=634&q=80) 20% 1%/cover no-repeat;
} */
.example-1 .date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #77d7b9;
  color: #fff;
  padding: 0.8em;
}
.example-1 .date span {
  display: block;
  text-align: center;
}
.example-1 .date .day {
  font-weight: 700;
  font-size: 24px;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}
.example-1 .date .month {
  text-transform: uppercase;
}
.example-1 .date .month,
.example-1 .date .year {
  font-size: 12px;
}
.example-1 .content {
  background-color: #fff;
  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}
.example-1 .title a {
  color: #fd7256;
}
.example-1 .menu-button {
  position: absolute;
  z-index: 999;
  top: 16px;
  right: 16px;
  width: 25px;
  text-align: center;
  cursor: pointer;
}
.example-1 .menu-button span {
  width: 5px;
  height: 5px;
  background-color: gray;
  color: gray;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
.example-1 .menu-button span::after, .example-1 .menu-button span::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  position: absolute;
  border-radius: 50%;
}
.example-1 .menu-button span::before {
  left: -10px;
}
.example-1 .menu-button span::after {
  right: -10px;
}
.example-1 .menu-content {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: transform 0.3s;
  transform: translateY(0);
}
.example-1 .menu-content li {
  width: 33.333333%;
  float: left;
  background-color: #77d7b9;
  height: 60px;
  position: relative;
}
.example-1 .menu-content a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}
.example-1 .menu-content span {
  top: -10px;
}
.example-1 .button {
  display: block;
  width: 125px;
  margin: 2em auto 1em;
  text-align: center;
  font-size: 15px;
  color: #222;
  line-height: 1;
  position: relative;
  font-weight: 700;
}
.example-1 .button::after {
  content: "→";
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
.example-1 .button:hover::after {
  transform: translate(15px, -50%);
  opacity: 1;
}
.zoom{	
  padding: 0;	
  overflow: hidden;	
  position: relative;	
}	
.zoom .wrapper {	
  transition: 1s all ease-in-out;	
  margin: 0 auto;	
  display: block;		
}	
.zoom:hover .wrapper {	
  transform: scale(1.1);	
  -webkit-transform: scale(1.1);	
  -moz-transform: scale(1.1);	
  z-index: 0;	
}	
.card-coursecatalogue:hover .data {	
  transform: translateY(0);	
}

/* ------6125------ */
button.view img {
  width: 10px;
  height: 10px;
  object-fit: contain;
}
.demo-logo img {
  width: 280px;
  height: auto;
  object-fit: cover;
  }
@media(max-width: 1024px){
  .img-contain .card {
    margin: 0px 0px 25px 20px;
}
.card-container{
  flex: 1;
}
.hand-cont{
  flex: 1;
}
body{
  height: 100vh;
    display: flex;
    flex-direction: column;
}
.oakslider{
  min-height: 45vh;
}
.img-contain .card:last-child {
  margin-top: -100px;
}
.audio-song h5 {
  font-size: 14px;
  min-height: 33px;
}
.song-tamil{
  flex: 1;
}
}
@media(max-width: 991px){
  .audio-song h5{
    min-height: inherit;
  }
  .oakslider{
    min-height: 50vh;
  }
  .img-contain .card:last-child {
    margin-top: auto;
}
.example-1.card-coursecatalogue{
  margin-bottom: 20px;
}
}
@media (max-width: 767px) {
  .oakslider {
      min-height: 37vh;
  }

  .songs-overall {
    margin: 20px 10px;
}
  .songs-list ul li{
    font-size: 1rem;
  }

  .card-container {
   margin: -25px auto 60px;
}
.img-contain .card {
  margin: 0px 20px 25px 20px;
  width: 100%;
}
.overlay{
  left: 0;
  right: 0;
  margin: 0 auto;
}
.audio-song h5 {
  font-size: 15px;
}
}
.chat-bot:hover {
    transform: scale(1.1); 
}

