@media (min-width: 1370px) {
    #slider .slider-content {
        padding-top: 16rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #slider .carousel-details h1 {
        font-size: 40px;
    }

    #slider .carousel-details p {
        font-size: 20px;
    }

    #slider .carousel-item img {
        max-width: 80%;
    }

    #our_promise h5 {
        font-size: 25px;
    }

    .owl-carousel .prev-slide {
        left: -10px;
    }

    .owl-carousel .next-slide {
        right: -10px;
    }

    .owl-carousel .owl-item img {
        width: 75%;
    }

    .subscription-form input[type=submit] {
        padding: 0 19px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {

    #slider .carousel-details h1 {
        font-size: 25px;
    }

    #slider .carousel-details p {
        font-size: 16px;
    }

    #slider .carousel-details a {
        padding: 12px 47px;
        display: inline-block;
        font-size: 15px;

    }

    #slider .carousel-item img {
        max-width: 80%;
    }

    #our_promise h5 {
        font-size: 18px;
        margin: 50px 0 0 0;
    }

    #services h2, #clients h2, #partners h2, #contact_us h2 {
        font-size: 30px;
    }

    #our_promise h2 {
        font-size: 30px;
    }

    .owl-carousel .prev-slide {
        left: -5px;
    }

    .owl-carousel .next-slide {
        right: -5px;
    }

    #contact_us .map h3 {
        font-size: 20px;
    }

    #contact_us .map {
        padding-right: 25px;
    }

    #contact_us .form {
        padding-left: 25px;
    }

    footer h3 {
        font-size: 27px;
    }

    footer .social-media a {
        padding-right: 15px;
    }

    footer .subscription p {
        font-size: 15px;
    }

    .subscription-form {
        background-color: transparent;
        padding: 0;
        border-radius: 0;
    }

    .subscription-form input[type=email] {
        width: 100%;
        padding: 20px;
        border-radius: 30px;
    }

    .subscription-form input[type=submit] {
        width: 100%;
        border: 1px solid #FFF;
        margin-top: 10px;
    }

    footer .contact-info a {
        padding-left: 20px;
    }
}

@media (max-width: 992px) {
    header nav .navbar-nav > li::after {
        display: none;
    }

    header .navbar-nav {
        text-align: center;
        background: rgb(65, 11, 11);
        background: linear-gradient(90deg, rgba(65, 11, 11, 1) 0%, rgba(104, 0, 25, 1) 35%, rgba(85, 5, 48, 1) 100%);
    }

}

@media (max-width: 667px) {
    #slider {
        min-height: auto;
        padding: 33px 0;
    }

    #slider .carousel-item img {
        max-width: 100%;
        margin-top: 50px;
    }

    #slider .carousel-details h1 {
        font-size: 19px;
    }

    #slider .carousel-details p {
        font-size: 13px;
    }

    #slider .carousel-details a {
        padding: 9px 17px;
        font-size: 14px;
        border: 1px solid #FFF;
        margin-top: 18px;
    }

    #services h2, #clients h2, #partners h2, #contact_us h2, #our_promise h2 {
        font-size: 28px;
    }

    #services h2::after, #clients h2::after, #partners h2::after, #contact_us h2::after, #our_promise h2::after {
        width: 38%;
    }

    #our_promise h5 {
        font-size: 13px;
    }

    .owl-carousel .prev-slide {
        left: 3px;
    }

    .owl-carousel .next-slide {
        right: 3px;
    }

    #contact_us .map h3 {
        font-size: 20px;
    }

    #contact_us .map {
        padding-right: 0;
        text-align: center;
    }

    #contact_us .form {
        padding-left: 0;
    }

    #contact_us input[type=submit] {
        width: 100%;
    }

    #contact_us {
        padding: 50px 0;
    }

    footer h3 {
        font-size: 30px;
        margin-bottom: 20px;
        text-align: center;
    }

    footer .social-media {
        text-align: center;
        margin-bottom: 20px;
    }

    footer .subscription {
        text-align: center;
    }

    footer .contact-info {
        padding: 0;
        margin-top: 40px;
    }

    .copyright {
        display: none;
    }

    .copyright-mobile {
        display: block;
    }

    #services .carousel22 {
        transform: initial;
    }

    .content-header-page h1 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .content-header-page p {
        font-size: 15px;
        width: 100%;
    }

    .header-page img {
        padding-top: 95px;
    }
    .header-page {
        min-height: 37vh;
        padding: 50px 0 11px;
    }
    .content-page {
        padding: 50px 0;
    }
    .btn-courses li button {
        font-size: 16px;
    }
    .btn-courses li {
        padding: 0 3px;
    }
    .card-sidebar{
        margin-top: 20px;
    }
	.dropdown-item.active, .dropdown-item:active{
        background-color: #5a0329;
}
header .dropdown-menu{
	background-color:transparent;
	border:0;
	text-align:center;
}
header .dropdown-menu .dropdown-item{
	color:#FFF;
}
}