body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
/*  background-blend-mode: screen, overlay, hard-light, color-burn, color-dodge, normal;  
  background: linear-gradient(180deg, #AEF999 0%, #727272 100%), radial-gradient(60.91% 100% at 50% 0%, #78C69A 0%, #260000 100%), linear-gradient(238.72deg, #FDD 0%, #87f777 100%), linear-gradient(127.43deg, #004A1D 0%, #F44 100%), radial-gradient(100.22% 100% at 70.57% 0%, #F00 0%, #127118 100%), linear-gradient(127.43deg, #00D5D5 0%, #30F 100%);
*/}

/*@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v20-latin-regular.eot'); 
  src: local(''),
       url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), 
       url('../fonts/roboto-v20-latin-regular.woff') format('woff'), 
       url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), 
       url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); 
}*/

.login-page{
  /*background: linear-gradient(180deg, #AEF999 0%, #727272 100%), radial-gradient(60.91% 100% at 50% 0%, #78C69A 0%, #260000 100%), linear-gradient(238.72deg, #FDD 0%, #87f777 100%), linear-gradient(127.43deg, #004A1D 0%, #F44 100%), radial-gradient(100.22% 100% at 70.57% 0%, #F00 0%, #127118 100%), linear-gradient(127.43deg, #00D5D5 0%, #30F 100%);*/
  height: 100vh;
}
img{
  width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5{
  font-family: 'Acme', sans-serif;
}
p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #444;
}
a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
ul{
  padding-left: 0;
}
:root{
  --default: #9ba8c8; 
  --main-corn: #023E7D; 
  --main-oxford: #002855; 
  --main-l-red: #d16b86;
  --main-blue: #713cd5;
}

/*%%%%%%%%%%%%% Common %%%%%%%%%%%*/
.both-p80{
  padding: 80px 0;
}


/*%%%%%%%%%%%%% Banner %%%%%%%%%%*/
.portfolio-banner{
  background: url('../images/banner-bg.jpg');
  background-size: cover;
  background-position: center center; 
}

.overlay{
  background: linear-gradient(45deg, rgba())
  background: #FF5F6D;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, rgba(7, 35, 100, 0.24), #001E44);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, rgba(7, 35, 100, 0.24), #001E44); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 50px 0;

}
.user-img{
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.user-img img{
  border-radius: 50%;
}

.user-info{
  max-width: 760px;
  margin: 0 auto;
  padding-top: 15px;
  position: relative;
  text-align: center;
}

.user-info h3{
  color: #fff;
  margin-bottom: 5px;
  font-weight: bold;
}

.user-info h4{
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}

.user-info p{
  font-size: 14px;
  color: #f0f0f0;
  margin: 0;
  line-height: 20px;
}

.class-counter{
  position: absolute;
  top: 60px;
  right: 50px;
}

.class-counter h2 span{
  top: 50px;
  right: 50px;
  width: 90px;
  height: 90px;
  background: #1000ce;
  border-radius: 50%;
  padding: 25px;
  text-align: center;
  color: #fff;
}

.class-counter p{
  margin-top: 35px;
  color: #fff;

}
@media(max-width: 991px){
  .user-img{
    width: 150px;
    height: 150px;
    margin: 0 auto;
  }
  .user-info{
    padding-top: 10px;
  }
}

.institute-name{
  text-align: center;
  margin-bottom: 50px;
}

.institute-name h1{
  color: #fff;
  font-weight: bold;
}

@media(min-width: 769px){
  .institute-name{
    margin-bottom: 10px;
  }
}

@media(max-width: 769px){
  .institute-name h1{
    font-size: 25px;
    /*padding-right: 100px;*/
  }
  .class-counter{
    top: -50px;
    right: 0;
    text-align: center;
  }
  .class-counter h2 span{
    font-size: 25px;
    font-weight: bold;
    padding: 15px;
  }
  .class-counter p {
    margin-top: 15px;
  }
  .user-info{
    padding-top: 30px;
    text-align: center;
  }
  .user-info p {
    color: #f0f0f0;
    margin-bottom: 0;
    line-height: 19px;
    font-size: 13px;
  }
}

.section-title{
  margin-bottom: 30px;
}

.video-content{
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgb(196, 196, 196);;
  background: rgba(255,255,255,0.5);
}

.video-content p{
  margin-top: 10px;
  font-style: italic;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 0px 10px;
}

.video-content h6{
  padding: 0px 10px 20px 10px;
  font-size: 15px;
  font-weight: 600;
}

.video-content img{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.video-content:hover{
  cursor: pointer;
}

.video-play{
  min-width: 520px;
  width: 100%;
  min-height: 350px;
}

@media(min-width: 1100px){
  .modal-dialog{
    min-width: 750px !important;
    margin: 50px auto;
  }
}
.play-icon{
  display: none;
  transition: 0.5s ease-in-out;
}

.video-content:hover .play-icon{
  position: absolute;
  display: inline;
  background: rgba(0,0,0,0.6);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: 0.5s ease-in-out;
}

.play-icon img{
  margin-top: 30%;
  margin-left: 45%;
  width: 30px;
  height: auto;
}

.modal-video .modal-content{
  background: linear-gradient(to right, rgba(255, 195, 113, 1), #FF5F6D);
}

.latest-content{
  position: relative;
}

.accordion .card-header{
  text-align: center;
  background: linear-gradient(25deg, rgba()) background: #FF5F6D;
background: -webkit-linear-gradient(to right, rgba(255, 195, 113, 0.58), #FF5F6D);
background: linear-gradient(to right, rgba(255, 195, 113, 0.58), #FF5F6D);
}

.card-header button{
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.accordion .month li{
  list-style: none;
}

.accordion .month li a{
  padding: 6px 5px 6px 0px;
  text-decoration: none;
  font-size: 17px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

.accordion .month li:hover a{
  color: #FF5F6D
}

.latest-class{
  background: url('../images/bg-01.png');
  background-size: 
}

.latest-video{
  /*background: linear-gradient(115.58deg, #00FC19 0%, #1700A4 100.22%), radial-gradient(92.72% 100% at 50% 0%, #EBFFCB 0%, #651200 100%), radial-gradient(92.72% 100% at 50% 0%, #FAFF00 0%, #820000 100%), radial-gradient(109.21% 213.32% at 100% 0%, #FF4D00 0%, #00C2FF 100%), linear-gradient(127.43deg, #D50000 0%, #E34E4E 100%);
  background-blend-mode: lighten, overlay, lighten, screen, normal;*/
}

#copyright{
  background: #f9eaea;
  text-align: center;
}

.copyright-text p{
  margin: 0;
  padding: 15px;
}

.content-body{
  background: #f0f0f0;
  padding: 100px 0;
}

.left-content{
  background: #fc6670;
  padding: 30px 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.left-content .user-img{
  max-width: 120px;
  max-height: 120px;
}

.right-content{
  background: #fff;
  padding: 30px 20px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.right-content .content-title h4{
  color: #fc6670;
  margin-bottom: 30px;
}

.left-content .info{
  margin-top: 50px;
  text-align: center;
  color: #fff;
}

.left-content .menu-items{
  margin-top: 30px;
}

.left-content .menu-items li{
  list-style: none;
  line-height: 30px;
  background: #fff;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-radius: 3px;
}

.left-content .menu-items i{
  color: #fc6670;
  font-size: 20px;
  margin-right: 10px;
}

.btn-save{
  background: #fc6670;
  padding: 10px 30px;
  color: #fff;
  border: none;
  margin-top: 20px;
}

.btn-save:hover,
.btn-save:focus{
  background: #fff;
  color: #fc6670;
  border: 1px solid #fc6670;
  box-shadow: none;
}

.right-content input:focus{
  box-shadow: 0 0 10px #f2b8d3;
  border: none;
  transition: 0.3s ease-in-out;
}

.card-header button:hover{
  text-decoration: none;
  color: #FF5F6D !important;
}

.edit-list a:hover{
  color: #FF5F6D;
}

.pagination-area .page-link{
  color: #FF5F6D;
}

.back-to-top{
  position: fixed;
  bottom: 15px;
  right: 15px;
}

.to-top{
  background: #1000ce;
  color: #fff !important;
  font-size: 25px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 0px 5px;
  display: inline-block;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 8px 15px #0404046b;
}

#button:hover {
  cursor: pointer;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.to-top:hover,
.to-top:focus{
  transition: 0.5s;
  box-shadow: none;
  margin-bottom: -2px;
}


/*=============================*/
.filter-controller{
  padding: 30px 15px;
}

.filter-controller span{
  margin-right: 15px;
  font-size: 17px;
}

.filter-button
{
  font-size: 14px;
  border: 1px solid #1000CE;
  border-radius: 0;
  text-align: center;
  color: #1000CE;
  margin-bottom: 5px;
  background: #fff;

}
.filter-button:hover
{
  border: 1px solid #1000CE;
  text-align: center;
  color: #ffffff;
  background-color: #1000CE;

}

.filter-button:focus{
  outline: none;
  box-shadow: none;
}

.btn-default:active .filter-button:active
{
  background-color: #42B32F;
  color: white;
}

.active-work{
  border: 1px solid #1000CE;
  text-align: center;
  color: #ffffff;
  background-color: #1000CE; 
}
.port-image
{
  width: 100%;
}
