@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.row {
  padding-right: calc(var(--bs-gutter-x) * .0);
  padding-left: calc(var(--bs-gutter-x) * .0);

}
:root {
  --blue: #0a2240;
  --gray: #6d737a;
  --red: #e31836;

}
a {
  text-decoration: none !important;
  color: inherit;
}
li {
  list-style: none;
}
p {
  margin: 0 !important;
}
.prev,
.prev-green {
  width: 30px !important;
  height: 30px;
}
.container-fluid {
  padding-right: calc(var(--bs-gutter-x) * 0) !important;
  padding-left: calc(var(--bs-gutter-x) * 0) !important;
}
.row-slider {
  --bs-gutter-x: 0rem !important;
  --bs-gutter-y: 0 !important;
}
#header-main .header-category a {
  color: var(--grey);
  padding: 0 12px;
}
#header-main .header-category a button {
  background-color: black;
  color: white;
  border-radius: 5px;
  padding: 10px 20px;
}
#header-top {
  margin: 24px 0;
}
#header-mobile .btn-menu {
  margin: 10px 0;
}
#header-mobile .modal-backdrop {
  background-color: rgba(249, 247, 247, 0.5) !important;
}
#header-mobile .offcanvas {
  width: 100vw !important;
}
#header-mobile .mobile-list-item {
  text-align: center;
}
#header-mobile .mobile-list-item ul li {
  line-height: 40px;
}
#header-mobile .mobile-list-item ul li a {
  color: black;
}
@media only screen and (min-width: 1002px) {
  #header-mobile {
    display: none;
  }
}
@media only screen and (max-width: 1001px) {
  #header-main {
    display: none;
  }
}
@media only screen and (max-width: 1001px) {
  #header-top {
    display: none;
  }
}
.cc{
    justify-content: flex-end;
  }


/* Popular Categories */
#popular-category{
  margin: 80px 0;
} 
.popular-category-des{
  font-weight: 200;
}
#popular-category .popular-category-item{
  background-color:  var(--blue);
}
.popular-category-btn{
  display: flex;
  justify-content:flex-end;
  align-items: center;
  /* padding: 0!important; */
}
.teachersBtn{
    padding: 0!important;
}
#popular-category .popular-category-item:hover{
  background-color: #e31836;
  .red-line{
    transition: all 0.5s ease-out;
    background-color: white;
    width: 80px;
   }
  i{
    transform: rotate(-135deg);
    transition: all 0.3s ease-out;
  }
}
#popular-category .popular-category-item-title{
  display:block;  
  padding: 20px 20px 12px 20px;
  height: 100px;
}
#popular-category .popular-category-item-title p{
  font-family:sans-serif;
  font-size: 20px;
  font-weight:400;
  line-height: 21px;
  color: white ;
  margin-bottom: 0rem;
  padding-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  #popular-category .popular-category-item-title p{
    font-size: 16px;
  }
}
.popular-category-item-icon{
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}
.popular-category-item-icon i{
  color: white;
}
#popular-category .red-line{
  height: 5px;
  width: 50px;
  background-color: #e31836;
}
.popular-category-top{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  padding: 0 0px 0 15px
} 
@media only screen and (max-width: 767px) {
  .popular-category-top{
    justify-content: start;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  #popular-category {
    margin: 40px 0;
  }
}
/* Popular Categories */


/* Review */

  /* Review */


  /* All Category Button */
  .all-category{
    padding:6px 20px;
    margin: 40px 0px 0 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    color:white;
    font-weight:100;
    font-family:sans-serif;
    background-color: var(--red);
    border-radius: 4px;
  }
  .all-category:hover{
    background-color: #c9132e;
  }
  @media only screen and (max-width: 767px) {
    .all-category{
      margin: 20px 0 0 0;
    }
  }
 /* All Category Button */



 /* Our Teachers */
 #our-teachers{
  margin: 80px 0;
}
@media only screen and (max-width: 767px) {
  #our-teachers {
    margin: 20px 0;
  }
}
.our-teachers-title{
  margin: 0 0 40px 0;
}
.our-teachers-title h2{
  font-size:32px;
  font-weight:400;
}
.our-teachers-des{
    font-weight: 200;
  }
#our-teachers .card-body img{
      height: 105px;
      border-radius: 4px 4px 0 0 !important;
    }
@media only screen and (max-width: 767px) {
  #our-teachers{
    .card-body{
      height:115px;
    }
    .card{
      margin:0;
    }
    #our-teachers-title h2{
      font-size: 24px;
    font-weight: 500;
    }
  }
}
@media only screen and (max-width: 350px) {
  #our-teachers{
    .card-body{
      height:180px;
    }
    .card{
      margin:0;
    }
  }
}
#our-teachers .card-text{
  text-align: center;
  font-size: 15px;
  font-weight: 200;
  color: #0d223f;
}
@media only screen and (max-width: 600px){
  #our-teachers .card-text {
    font-size: 12px;
  }
}
#our-teachers .card-title{
  text-align: center;
  font-weight: 600 ;
  color: #1b1d1f;
  line-height: 28px;
  font-size: 20px ;
}
@media only screen and (max-width: 600px){
  #our-teachers .card-title {
    font-size: 15px;
    word-wrap: break-word;
    line-height: 22px;
  }
}
#our-teachers .card-img {
  overflow: hidden;
}
#our-teachers .card-img img {
  transition: transform 0.2s ease-in-out;
}
#our-teachers .card-img:hover img {
  transform: scale(1.2);
}
/* Our Teachers */



/* Partners-Slider */
 #partners-slider{
  margin: 80px 0;
}
@media only screen and (max-width: 767px){
  #partners-slider{
    margin: 40px 0;
  }
}
#partners-slider img{
  width:150px;
}
@media only screen and (max-width: 767px) {
  #partners-slider img{
  width:80px;
  }
}
#partners-slider .partners-title{
  margin: 0px 0 40px 0;
}
#partners-slider .partners-title h3{
  font-family:sans-serif;
  font-size:32px;
  font-weight:400;
}
@media only screen and (max-width: 767px){
  #partners-slider .partners-title h3{
  font-size: 24px ;
  font-weight: 500 ;
  }

}
#partners-slider .black-images img{
  filter: grayscale(100%);
}
#partners-slider .black-images img:hover{
  filter: grayscale(0%);
}
/* Partners-Slider */


/* News-Slider */
#news{
  margin: 80px 0;
}

#news .news-card{
  position:relative;
}
@media only screen and (max-width: 767px){
  #news{
    margin: 40px 0;
  }
}
#news .news-title{
  margin: 0px 0 40px 0;

}
#news .news-title h2 {
  font-family:sans-serif;
  font-size:32px;
  font-weight:400;
}
#news .news-des{
  font-size: 16px;
  font-weight: 200;
}
@media only screen and (max-width: 767px){
  #news .news-title h2 {
    font-size: 24px ;
    font-weight: 500 ;
    }
}
#news .news-item-title{
  padding: 20px;
}
#news .news-card-title{
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
#news .news-card-title p{
  font-weight: 200;
}
@media only screen and (max-width: 767px){

  #news .news-card-title{
    font-size: 15px;
    word-wrap: break-word;
    line-height: 22px;
    font-weight: 600;
  }
}

#news .news-item-btn button{
  border: 2px solid black;
  padding: 6px;
  color: #636363;
  font-weight: 100;
  font-family: sans-serif;
  background-color:white;
}
#news .news-item-btn button:hover{
  background-color:var(--red);
  color: white;
}


#news .news-item-btn{
  /* display: flex;
  justify-content: flex-end; */
  /* position: absolute;
  bottom: 10px;
  right: 10px; */
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#news .news-item-title{
  height: 100%;
  /* position: relative; */
  padding-bottom: 71px;
}

@media only screen and (max-width: 767px){
  #news .news-card-title-desc{
  font-size: 12px;
  }
  #news .news-card-title-desc{
    display: none;
  }
  #news .news-item-btn{
    display: none;
  }

  #news .news-item-title{

    padding-bottom: 21px;
  }
}

/* News-Slider */


/* Popular-Exam */
#popular-exam{
  margin: 80px 0;
}
@media only screen and (max-width: 767px) {
  #popular-exam{
    margin: 40px 0;
  }
}


/* #popular-exam .popular-exam-title h2{
  font-family:sans-serif;
  font-size:32px;
  font-weight:400;
}
#popular-exam .popular-exam-des{
  font-weight: 200 ;
}
#popular-exam .popular-exam-btn a{
  font-weight: 100 ;
  font-size: 12px ;
} */

@media only screen and (max-width: 767px){
  #popular-exam .popular-exam-item-title h5 {
    font-size: 15px;
    word-wrap: break-word;
    line-height: 22px;
    font-weight: 600;
  }
  #popular-exam .popular-exam-title h2{
    font-size: 24px;
    font-weight: 500;
  }
}

#popular-exam .swiper{
  padding:20px 0;
}
#popular-exam .popular-exam-item{
  box-shadow:rgba(8, 14, 28, 0.06) 0px 10px 15px;
  border:none;
}
#popular-exam .popular-exam-item-img a{
  color:#364a2f;
}
#popular-exam .popular-exam-item-img a img {
  border-radius: 4px 4px 0 0;
}
#popular-exam .popular-exam-item-title h5{
  text-align: center;
  margin:1rem;
}

/* Popular-Exam */





/* Footer */

/* Footer */


/* Popular-courses */
#popular-course {
  margin: 80px 0;
}
@media only screen and (max-width: 767px){
  #popular-course{
    margin: 40px 0;
  }
}
#popular-course .popular-course-title{
  margin: 40px 0;
}
#popular-course .popular-course-title-page{
  margin: 0 0 20px 0;
}

#popular-course .popular-course-title h2 {
  font-family:sans-serif;
  font-size:32px;
  font-weight:400;
}
#popular-course .popular-course-des{
  font-size: 16px;
  font-weight: 200;
}
@media only screen and (max-width: 767px){
  #popular-course .popular-course-title h2 {
    font-size: 24px ;
    font-weight: 500 ;
    }
}
#popular-course .popular-course-item-icon{
  display: flex;
  justify-content: flex-end;
  padding: 0 0 10px 0;
}
#popular-course .popular-course-item:hover  {
  .overlay{
     height: 100%;
  }
  i{
    transform: rotate(-135deg);
    transition: all 0.3s ease-out;
  }
  .hidd{
    opacity: 0;
  }
}
#popular-course .popular-course-item-title{
  padding: 10px 10px 0px 10px;
}
#popular-course .popular-course-card-title{
  font-size: 18px;
  font-weight: 600;
}
#popular-course .popular-course-card-title p{
  font-weight: 200;
}
@media only screen and (max-width: 767px){

#popular-course .popular-course-card-title{
  font-size: 15px;
  word-wrap: break-word;
  line-height: 22px;
  font-weight: 600;
  }
}
#popular-course .containers {
  position: relative;
}

#popular-course .text {
  font-size: 20px;
  text-align: center;
  padding: 20px;
}
#popular-course .desc{
  font-size: 14px;
}
/* Popular-courses */


/* Youtube */
#youtube{
  margin: 80px 0; 
}
#youtube .youtube-title{
  margin: 0 0 40px 0;
}
#youtube .youtube-title h2{
  font-family: sans-serif;
  font-size: 32px;
  font-weight: 400; 
}
#youtube .youtube-title p{
  font-weight: 200;
}
#youtube .youtube-item{
  top:0;
  left:0;
  width:100%;
}
#youtube .asasa{
  position:relative;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
#youtube iframe{
  width:100% !important;
}
@media only screen and (max-width: 767px){
  #youtube{
      margin: 40px 0; 
  }

  #youtube .youtube-title .h3{
      font-size: 24px;
      font-weight: 500;
  } 
}

/* Youtube */




/* teacherPage */
#teacherPage{
  margin: 80px 0;
}
@media only screen and (max-width: 767px) {
  #teacherPage {
    margin: 20px 0;
  }
}
.teacherPage-des{
    font-weight: 200;
  }
#teacherPage .card-body{

    }
#teacherPage .card-text{
  text-align: center;
  font-size: 15px;
  font-weight: 200;
  color: #0d223f;
}
@media only screen and (max-width: 600px){
  #teacherPage .card-text {
    font-size: 12px;
  }
}
#teacherPage .card-title{
  text-align: center;
  font-weight: 600 ;
  color: #1b1d1f;
  line-height: 28px;
  font-size: 20px ;
}
@media only screen and (max-width: 600px){
  #teacherPage .card-title {
    font-size: 15px;
    word-wrap: break-word;
    line-height: 22px;
  }
}
#teacherPage .card-img {
  overflow: hidden;
}
#teacherPage .card-img img {
  transition: transform 0.2s ease-in-out;
}
#teacherPage .card-img:hover img {
  transform: scale(1.2);
}
.teacher-info-desc{
  margin:20px 0!important;
}

/* teacherPage */


/* Reviews */
#reviews {
  margin: 80px 0;
  padding: 100px 0;
  background-color: #0a2240;
}
#reviews .reviews-title {
  margin: 0 0 40px 0;
}
#reviews .reviews-title h2{
  font-family:sans-serif;
  font-size:32px;
  font-weight:400;
  color: white;
}
#reviews .reviews-des {
  font-weight:200;
  color: white;
}
#reviews .card {
  padding: 20px 20px 0 20px;
  border-radius: 0px;
}
#reviews .card .star {
  margin: 10px 0;
}
#reviews .card .star img {
  width: 20px;
  height: 20px;
}
#reviews .card .card-text {
  margin: 20px 20px 20px 0;
}
#reviews .card .card-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}
#reviews .card .card-profile {
  display: flex;
  justify-content: start;
  gap: 30px;
}
#reviews .card .card-profile .card-profile-img img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
#reviews .card .card-profile .card-profile-text .card-profile-name {
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  color: #1b1d1f;
}

#reviews .card-profile-desc{
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #reviews {
  margin: 40px 0;
  padding: 50px 0
  }
  #reviews .reviews-title {
    margin: 0 0 20px 0;
  }
  #reviews .card .card-text {
  margin: 0px;
}
#reviews .card {
  padding: 10px;
  border-radius: 0px;
}
#reviews .card .star img {
  width: 12px;
  height: 12px;
}
#reviews .card .card-profile .card-profile-img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#reviews .card .card-text p {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}
#reviews .card .card-profile {
  gap: 15px;
}
#reviews .card .card-profile .card-profile-text .card-profile-name {
  font-size: 14px;
}
#reviews .card-profile-desc{
font-size: 14px;
}
#reviews .reviews-title h2{
  font-size: 24px;
  font-weight: 500;
}
#reviews .reviews-des {
  font-size: 12px;
}
}
#reviews .swiper-scrollbar-drag{
  background:#ff3d00 !important;
}
#reviews.swiper-button-next, .swiper-button-prev {
  color: var(--red);
}
#reviews .card{
  height: auto !important;
}

@media only screen and (max-width: 767px){
  #reviews .swiper-scrollbar{
    display: none;
  }
  #reviews .swiper-button-next{
    display: none;
  }
  #reviews .swiper-button-prev{
    display: none;
  }
}

#reviews .bbb{
  padding: 50px 100px;
}
/* Reviews */




/* Vacancy */
#vacancy .vacancy-title h2{    
  font-family: sans-serif;
  font-size: 32px;
  font-weight: 400; 
}
#vacancy{
  margin: 80px 0;
  padding: 0 0 100px 0;
}
#vacancy .row{
  margin-right: calc(-.0* var(--bs-gutter-x)); 
  margin-left: calc(-.0* var(--bs-gutter-x));
}
#vacancy .bg{
  background-color:#0a2240;
}
#vacancy .vacancy-item{
  background-color:#153761;  
  padding: 20px;
  position:relative;
  height:220px
}
@media only screen and (max-width: 767px){
  #vacancy .vacancy-item{
    height:180px
  }
}
#vacancy .vacancy-item-body h4{
  color:white;
}
#vacancy .vacancy-item-body p{
color:#faf0f0;
font-size: 14px;
}
#vacancy .creslo{
position: absolute;
right: 0;
margin-top:50px;
}
#vacancy .creslo img{
width:560px;
}
#vacancy .vacancy-title{ 
margin:0 0 60px 0;
padding:0;
}
#vacancy.vacancy-item-btn{
display: flex;
justify-content: end;
margin: 20px 0;
}
#vacancy .vacancy-item-btn a{
background-color: white;
border: none;
padding: 6px 18px;
color:black;
}

/* #vacancy .vacancy-item-btn a:hover{
background-color: white;
color: var(--red);
} */
#vacancy .aaa{
width: 600px !important;
padding: 50px 10px;
margin-left: 200px;
}
@media only screen and (max-width: 767px){
#vacancy{
  margin: 40px 0;
  padding: 0;
}
.vacancy-title{ 
  margin:0 0 20px 0;
}   
#vacancy .vacancy-item-body p{
  font-size: 12px;
}
#vacancy .vacancy-item-body h4{
  font-size:22px;
}
#vacancy .vacancy-title h2{
  font-size: 24px;
  font-weight: 500;
}
/* #vacancy .swiper-button-next{
  display:none; 
}
#vacancy .swiper-button-prev{
  display:none; 
} */
}
@media only screen and (max-width: 1201px){
#vacancy .creslo{
  display:none;
}
#vacancy .aaa{
  margin-left: auto !important;
}
}
#vacancy .vacancy-item-body-text{
font-size:14px;
}
@media only screen and (max-width: 767px){
#vacancy .vacancy-item-body-text{
font-size:12px;
} 
}
/* Vacancy */



/* Popular Course */
#popular-course .slider-area {
  position: relative;
}

#popular-course .project-grid {
  background-color: white;
  border-radius: 10px;
}


#popular-course .project-grid_imgg {
  overflow: hidden;
}

#popular-course .project-grid_imgg img {
  transition: transform 0.4s ease-in-out;
  border-radius: 4px 4px 0 0;
}
#popular-course .project-grid_imgg:hover img {
  transform: scale(1.1);
}

#popular-course .project-grid_text {
  margin-bottom: -0.5em;
}

#popular-course .project-grid_content {
  padding: 17px 20px;
}



#popular-course .box-title a{
  font-size: 1.25rem;

}
#popular-course .box-title a {
  color: black;
  text-decoration: none;
}
.space .swiper {
  padding: 20px 0;
}

@media (max-width: 767px) {
  #popular-course .project-grid_content {
    padding: 15px 10px;
}
#popular-course .project-grid_text{
  font-size:12px;
}
#popular-course .box-title a{
  font-size:15px;
}
#popular-course .box-title{
  line-height: 17px;
} 
}

#popular-course .box-title{
  line-height: 20px;
  margin: 0 0 20px 0;
}
/* Popular Course */

/* Footer */
footer {
  background-color: #0a2240;
}

footer h2 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 19px;
  color:white;
}

footer .footer-text {
  margin: 0px 0 10px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}

footer .email-send input {
  border: none;
  height: 50px;
  background-color: rgba(252, 250, 250, 0.944);
  padding: 15px;
  width: 250px;
}
footer .email-send button {
  background-color: white;
  color: #0a2240;
  padding: 13px 29px;
  border:none;
  margin-left: -5px;

}
footer .footer-list a {
  font-size: 14px;
  font-weight: 200;
  line-height: 16px;
  color:white;
}
footer .footer-list ul {
  margin: 0px ;
  padding: 0px ;
}
footer .footer-title {
  margin-top: 30px;
}
footer .footer-title h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
    color: white;
}
footer {
  padding:100px 0;
}
@media only screen and (max-width: 600px) {
  footer {
  padding:60px 0;
}
}

  footer .all-rights{
  color: white ;
  padding: 1rem ;
}

.footer-bottom-link a {
  color: white !important;
}

.footer-bottom-link ul {
  display:flex;
  margin-bottom: 0;
  padding:0;
  gap: 80px;
}
@media only screen and (max-width: 600px) {
  .footer-bottom-link ul {
    gap: 30px;
  }
}

footer a {
  margin-bottom: 80px !important;
}



footer .email-send input {
    background-color: #0a2240;
    border: 1px solid white;
}
footer .email-send input::placeholder {
  color: white;
}
.footer-text p{
  color: white ;
  padding: 3rem 0;
}

.footer-text {
  display: inline-block;
}

.footer-bottom-sosial a i{
  color: white;
  font-size: 20px;
}
.footer-bottom-sosial ul{
  display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    margin:0;
}
.footer-bottom{
  display:flex;
  justify-content: space-between;
  align-items: center;
}

footer hr{
  color: white;
  margin: 70px 0 20px 0;
}

@media only screen and (max-width: 600px) {
  footer hr{
  margin:  0;
}
}

@media only screen and (max-width: 600px) {
  .footer-bottom-sosial{
    display:none;
}

.mob-dis-none{
  display:none;
}
}

/* Footer */


/* Fakt */
#fact{
  margin: 80px 0;
}
#fact .container-fluid {
  padding-right: calc(var(--bs-gutter-x)* 0.5) !important;
  padding-left: calc(var(--bs-gutter-x)* 0.5) !important;
}
@media only screen and (max-width: 767px){
  #fact{
    margin: 40px 0;
  }
}
    #fact .background-images{
      background-color: #ffffff63;
      background-image: url(./../../../public/image/background.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
      z-index: -999;
    }

    #fact .count {
      text-align: center;
      padding: 100px;
    }

    #fact h3 {
      font-size: 55px;
      font-weight: 800;
      color: white;
    }
    #fact p {
      font-size: 20px;
      font-weight: 200;
      color: white;
      line-height: 23px;
    }

    @media only screen and (max-width: 600px) {
      #fact .count {
        text-align: center;
        padding: 30px;
      }
    }
    #fact .fact-title{
  margin: 0px 0 40px 0;
}
#fact .fact-title h2{
  font-family:sans-serif;
  font-size:32px;
  font-weight:400;
  }
@media only screen and (max-width: 767px){
  #fact .fact-title h2{
  font-size: 24px ;
  font-weight: 500 ;
  }
  #fact {
   background-attachment: local;
  }
}

/* Fakt */

/* Course Info */
#course-info .row{
  margin:40px 0;
}
#course-info .card-icon{
color:white;
background-color:var(--blue);
padding: 30px 20px;

}
#course-info .card-icon i{
font-size:50px;
}
#course-info .card-text{
display: flex;
justify-content: center;
align-items: center;
background-color:#f3f3f3;
width: 100%;
}
#course-info .card-text p{
font-size: 25px;
}

#course-info .course-info-context h2{
margin:20px 0;
}
/* Course Info */


/* Banner-Slider */
#banner-slider .row{
  position:relative;
}
#banner-slider .banner-apply{
  background-color:#e31836;
  border:none;
  color: white;
  border-radius: 5px;
  padding: 10px 20px;
}
#banner-slider .card-desktop{
  width: 550px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  border:none;
  h1{
    font-weight: 700;
    font-size:50px;
  }
}
#banner-slider .banner-desc{
  margin:8px 0 15px 0 !important;
}


#banner-slider .row{
  width:100%;
}
@media only screen and (max-width: 600px) {
#banner-slider .card-desktop{
  position: relative;
  width:100%;
  left:0;
  padding:0 0 0 20px;
  h1{
    font-size:36px;
  }
}
#banner-slider img{
  display:none;
}
}
/* Banner-Slider */










#contact .contact-map{
  width:100%;
}
#contact .contact-map iframe{
  width:100%;
}
@media only screen and (max-width: 996px){
  #our-teachers .teac-desc-mob{
  display: none ;
}

}

@media only screen and (max-width: 996px){
  #our-teachers .card-techer-role{
    font-size: 12px;
      text-align: center;
   }
}


#popular-course .project-grid_content{
  height: 300px;

}

@media only screen and (max-width: 767px){
  #popular-course .project-grid_content{
    height: auto !important;
  }
}


.card-box-shadow{
  box-shadow:0px 10px 15px rgba(8, 14, 28, 0.06);
  border-radius: 4px 4px 0 0 !important;
  border: none !important;
}

.news-item-img img{
  border-radius: 4px 4px 0 0 ;
}

.vacancy-card{
  height: 100%;
}

.team-card{
  height: 100% !important;
}

.news-card{
  height: 100% !important;
}





