@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;
}
#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(-100deg);
    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 10px 0 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    color:white;
    font-weight:100;
    font-family:sans-serif;
    background-color: var(--red);
  }
  .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{
      height: 105px;
      border:1px solid #e8e8e8;
    }
@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;
}
@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;
}
#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{
  display: flex;
  justify-content: flex-end;
}
#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;
}
@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-card{
  border:1px solid rgb(232, 232, 232);
}
/* 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-item{
  border:1px solid #e8e8e8;
}
#popular-exam .popular-exam-title{
  margin: 0 0 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 ;
}
#popular-exam .popular-exam-item-title{
  padding: 10px 15px;
}
#popular-exam .popular-exam-item-titles h5{
  font-size: 20px;
  word-wrap: break-word;
}
@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 */





/* 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 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 .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  overflow: hidden;
  width: 100%;
  height: 1px;
  transition: 0.5s ease;}
#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{

      border:1px solid #e8e8e8;
    }
#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 */


/* Popular Course */
#popular-course .slider-area {
  position: relative;
}

#popular-course .project-grid {
  background-color: white;
  box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
  border-radius: 10px;
}

#popular-course .project-grid_img {
  position: relative;
  z-index: 2;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

#popular-course .project-grid_img:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: black;
  opacity: 0.8;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  z-index: 1;
}

#popular-course .project-grid_img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

#popular-course .project-grid_img .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

#popular-course .project-grid_img .play-btn > i {
  font-size: 24px;
}

#popular-course .project-grid_text {
  margin-bottom: -0.5em;
}

#popular-course .project-grid_content {
  padding: 40px;
}

#popular-course .project-grid:hover .project-grid_img:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

#popular-course .project-grid:hover .project-grid_img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#popular-course .project-grid:hover .project-grid_img .play-btn {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

/* button */

#popular-course .play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}

#popular-course .play-btn > i {
  display: inline-block;
  width: var(--icon-size, 60px);
  height: var(--icon-size, 60px);
  line-height: var(--icon-size, 60px);
  text-align: center;
  background-color: white;
  color: red;
  font-size: var(--icon-font-size, 1.1em);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

#popular-course .play-btn:after,
#popular-course .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

#popular-course.play-btn:after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

#popular-course .play-btn:hover:after,
#popular-course .play-btn:hover::before,
#popular-course .play-btn:hover i {
  background-color: red;
  color: white;
}

#popular-course .play-btn.style2:before,
#popular-course .play-btn.style2:after {
  background-color: transparent;
  border: 1px solid white;
}

#popular-course .play-btn.style3 > i {
  background-color: red;
  color: white;
  font-size: 20px;
}

#popular-course .play-btn.style3:before,
#popular-course .play-btn.style3:after {
  background-color: red;
}

#popular-course .play-btn.style3:hover > i {
  background-color: red;
  color: red;
}

#popular-course .play-btn.style3:hover:before,
#popular-course .play-btn.style3:hover:after {
  background-color: white;
}

.arrow-wrap {
  position: relative;
}

.arrow-wrap .slider-arrow {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
}

@media (max-width: 1299px) {
  .arrow-wrap .slider-arrow {
    display: none;
  }
}

.arrow-wrap:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#popular-course .slider-arrow {
  display: inline-block;
  padding: 0;
  background-color: white;
  border: 1px solid #ebedf1;
  -webkit-filter: drop-shadow(0px 26px 65px rgba(232, 234, 238, 0.55));
  filter: drop-shadow(0px 26px 65px rgba(232, 234, 238, 0.55));
  color: var(--theme-color);
  position: absolute;
  top: 50%;
  left: var(--pos-x, -120px);
  width: var(--icon-size, 55px);
  height: var(--icon-size, 55px);
  line-height: var(--icon-size, 55px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 55px) / -2);
  z-index: 3;
  border-radius: 50%;
}

#popular-course .slider-arrow.style3 {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

#popular-course .slider-arrow.style3:hover {
  background-color: var(--title-color);
  border-color: var(--title-color);
}

#popular-course .slider-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}

#popular-course .slider-arrow.slider-next {
  right: var(--pos-x, -120px);
  left: auto;
}

#popular-course .slider-arrow:hover {
  background-color: red;
  color: red;
  border-color: red;
}

#popular-course .icon-box .slider-arrow {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

#popular-course .icon-box .slider-arrow:not(:last-child) {
  margin-right: 8px;
}

@media (max-width: 991px) {
  #popular-course .slider-arrow {
    --icon-size: 40px;
    line-height: 38px;
    margin-right: 40px;
    font-size: 14px;
  }
  #popular-course .slider-arrow.slider-next {
    margin-right: 0;
    margin-left: 40px;
  }
}

#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: 10px;
}
#popular-course .project-grid_text{
  font-size:12px;
}
#popular-course .box-title a{
  font-size:18px;
}
}
/* Popular Course */


/* Fakt */
#fact{
  margin: 80px 0;
}
@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 */
/* 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;
  border-radius: 0px;
}
#reviews .card .star {
  margin: 10px 0;
}
#reviews .card .star img {
  width: 20px;
  height: 20px;
}
#reviews .card .card-text {
  margin: 20px;
}
#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;
}
@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: 12px;
}
#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:#4683cd;  
  padding: 20px;
}
#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:600px;
}
#vacancy .vacancy-title{ 
margin:0 0 60px 0;
}
#vacancy.vacancy-item-btn{
display: flex;
justify-content: end;
margin: 20px 0;
}
#vacancy .vacancy-item-btn a{
background-color: var(--red);
border: none;
padding: 6px 12px;
color: white;
}

#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 */

/* 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: #1b1d1f;
  color: white;
  padding: 13px 29px;
  border-radius: 5px;
}
footer .footer-list a {
  font-size: 14px;
  font-weight: 200;
  line-height: 16px;
  color:white;
}
footer .footer-list ul {
  margin: 0px !important;
  padding: 0px !important;
}
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 button {
    background-color: #0a2240;
    color: white;
    border: 1px solid white;
    border-radius: 0;
  
}

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 */





#contact .contact-map{
  width:100%;
}
#contact .contact-map iframe{
  width:100%;
}





#popular-category .ar-popular-hover-right:hover{
  i{
    transform: rotate(35deg);
    transition: all 0.3s ease-out;
  }
}

.red-line-right{
  display: flex;
  justify-content: flex-end ;
}
.ar-text-right{
  text-align: right;
}

.ar-btn-right{
  display: flex;
  justify-content: flex-start;
}

.ar-btn-left{
  display: flex;
  justify-content: flex-start;
}

#popular-course .project-grid_content {
  padding: 20px;
}

.order1{
  order:1 !important;
}