
.carousel-control-next {
    padding-left: 65px;
    
}
.carousel-control-prev {
    padding-right: 65px;
}
.carousel-control-next span, .carousel-control-prev span {
        color: black;
        font-size: 25px;
}



.flag {
    width: 300px;
    margin: 0 auto;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.flag img {
        height:250px;
        max-width:300px;
}

@media only screen and (max-width:1200px){
    .flag img {
        height:250px;
        width:280px;
    }
}


.course img {
    height: 300px;
}
.course_body {
    padding-top: 20px;
    padding-bottom: 20px;
}
.course {
    padding-top: 15px;
}
.course_title a {
    font-size: 18px;
}
.course_title {
    color: black;
    text-align: center;
}
.course_text a {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}

.host_name {
    font-family: Calibri;
    font-size: 13px;
}
p {
    padding-top: 10px;
    font-size: 12.5px;
}

.mySlides img {
    width: 100%;
    height: 300px;
}
.home_new {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    padding-top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #005DAA;
}
.home {
    height: 270px;
}
.home_new > div {
    background-color: #005DAA;
    padding-top: 150px;
}
.home > div {
    background-color: white;
    padding: 0px;
}
.courses {
    margin-top:70px;
    margin-bottom:20px;
}
.footer_body{
    margin-top:70px;
}

.lang_nav i {
    font-size: 32px;
}

.courses {
    margin-top: 0px;
}

.lang_nav {
    top: 50%;
}

@media only screen and (max-width: 400px) {
    .carousel-control-next {
        padding-left: 35px;
    }

    .carousel-control-prev {
        padding-right: 35px;
    }

    .flag > img {
        height: 200px;
        max-width: 250px;
    }
}

