@charset "utf-8";
/* CSS Document */

a {
    color: #fe4646;
}
a:hover {
    color: #EF7F1A;
}
.slider_content_2 .main_title {
    text-shadow: 5px 5px 5px rgba(0,0,0,0.7);
}
.header_menu_2 .navbar-nav li>a.active, .header_menu_2 .navbar-nav li:hover>a {
    text-shadow: 2px 2px 2px rgba(0,0,0,0.7);
}
.navbar-nav li a {
    text-shadow: 2px 2px 2px rgba(0,0,0,0.7);
}
.about_2_image::before {
    background-color: transparent;
}
.footer_title {
    font-size: 14px;
    border-bottom: none;
}
.navbar-nav li .sub-menu li a {
    text-shadow: none;
}
.navbar-nav li .sub-menu li a:hover {
    text-shadow: none;
}
.imaj_galeri{
  text-align: center;
  margin: 10px 0px;
}
.imaj_galeri>div>a>img{
  transition: 1s ease;
}
.imaj_galeri>div>a>img:hover{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.imaj_ic{
  border: 4px #9574A8 solid;
  overflow: hidden;
  height: 150px;
  justify-content: center;
}
.single_courses .courses_image {
    border: 4px #9574A8 solid;
    height: 160px;
}
.about_welcome .welcome_circle {
    background-color: #fe4646;
}
.buton_magenta {
    background-color: #be20c5;
}
#vid {
    max-width: 100%;
    height: auto;
}
.courses_form_content .single_about_2:nth-child(2n+1) {
    background-color: #fe4646;
}
.buton_sari{
    background-color: #fcc741;
}
.ana_buton{
    margin-top: 5px !important;
}


@media only screen and (max-width: 2560px) {

}

@media only screen and (max-width: 1920px) {

}

@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1199px) {
    .single_courses .courses_image {
        height: 130px;
    }
}

@media only screen and (max-width: 1024px) {

}   

@media only screen and (max-width: 991px) {
    .imaj_ic{
      height: 185px;
    }
    .header_menu_2 .navbar-nav li>a.active, .header_menu_2 .navbar-nav li:hover>a {
        text-shadow: none;
    }
    .navbar-nav li a {
        text-shadow: none;
    }
    .single_courses .courses_image {
        height: 200px;
    }

} 

@media only screen and (max-width: 767px) {
    .imaj_ic{
      height: 135px;
    }
    .single_courses .courses_image {
        height: 145px;
    }
}



@media only screen and (max-width: 575px) {
    .imaj_ic{
      height: 315px;
    }
    .single_courses .courses_image {
        height: unset;
        text-align: center;
    }
}

@media only screen and (max-width: 560px) {
    .imaj_ic{
      height: auto;
    }
}

@media only screen and (max-width: 425px) {

}

@media only screen and (max-width: 375px) {

}

@media only screen and (max-width: 320px) {

}