@media screen and (min-width:1920px){

}
@media (min-width:1600px) and (max-width:1920px){
	

}
@media (min-width:1440px) and (max-width:1600px){

}
@media (min-width:1280px) and (max-width:1440px){

}
@media (min-width:1024px) and (max-width:1281px){

}
@media (min-width:768px) and (max-width:1024px){
	
}
@media (max-width:768px){
    .header {
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
	.post-box {
        width:100%;
    }
    .navbar-toggler{
        border-color: black;
    }
    .navbar-toggler-icon{
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

.navbar-brand>img{
    height:40px;
}
    .banner-item{
        flex-direction: column;
    }
    .banner-item>img {
        width: 100%;
    }
    .carousel-caption {
        position: relative!important;
        right: auto;
        bottom: auto;
        left: 10%;
        padding-top: 1.25rem;
        padding-right:0px;
        color: #fff;
        text-align: left!important;
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .carousel-caption>h3 {
        font-size: 34px;
        font-weight: 700;
        text-align: center;
    }
    .carousel-caption>p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
    }
    .effect {
        margin-left: 190px;
    }
    .card-1 {
        box-shadow: 0px 10px 60px rgba(0,32,110,.07);
        height: 180px;
    }
    .card-text p {
        margin-top: 10px;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .tanitim-alt img{
        margin-bottom:20px;
    }
    .egitim>.bg-img>img{
        position: absolute;
        height: 100%;
        width: 100%;
        inset: 0px;
        object-fit: cover;
        object-position: center top;
        color: transparent;
    }
    .egitim>.bg-img{
        display:flex;
    }
    .overlay-blue {
        position: relative;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(51, 135, 225, .9);
        display: flex;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .egitim-2 {
        margin-top: 45px;
    }
    .egitim-2 p {
        margin-top: 20px;
        font-size: 15px;
        font-weight: 400;
    }
    .egitim-icerik ul {
        padding: 0px 20px;
        margin: 0px;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .egitim-3 img{
        margin-bottom:20px;
    }
    .iletisim1 ul li:last-child{
        align-items: flex-start;
    }
    .bilgiler {
        margin-top: 5px;
        margin-bottom: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    ul.top-social {
        list-style: none;
        padding-left: 0px;
        margin-top: 20px;
    }
    ul.top-social>li.nav-item {
        margin-right: 15px;
        margin-left:0px;
    }
    ul.top-social>li.nav-item>a.nav-link {
        font-size: 20px;
    }
    .navbar-nav.navmenu>.nav-item>.nav-link {
        font-size: 16px;
        font-weight: 600;
        color: black;
    }
    .baslik2 {
        display: flex;
        justify-content: center;
        /* align-items: center; */
        margin-top: 10px;
        flex-direction: column;
    }
    ul.footer-menu {
        list-style: none;
        display: flex;
        justify-content: center;
        padding: 0px;
        margin: 20px 0px 30px;
        flex-wrap: wrap;
    }
    ul.footer-menu>li{
        margin-bottom:15px;
        margin-left:10px;
        margin-right:10px;
    }
    ul.foot-social{
        justify-content: center;
    }
    ul.foot-social>li{
        margin-left:10px;
        margin-right:10px;
    }
    .paragraf p {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px;
        font-weight: 300;
    }
}