@media(max-width:991px) {

}

@media(max-width:768px) {
    .home-slider .carousel-caption {
        left: 8%;
        top: 15%;
        right: 10%;
    }
    .home-slider .slider-heading {
        font-size: 40px !important;
        font-weight: 700 !important;
    }
    .home-slider .carousel-caption .slider-descricption {
        font-size: 15px;
    }
    
    .home-slider .s_link ,
    .home-slider.slider-two .s_link{
	    color: #fff;
	    font-size: 15px;
	    padding: 5px 10px;
	}

	.slider-prev, .slider-next {
	    font-size: 30px;
	    height: 65px;
	    width: 65px;
	}
	.bp-menu-head .navbar-nav li a {
    	padding: 15px 10px;
	}
	.navbar-collapse{
		max-height: 300px;
	}
}

@media(max-width:548px) {
    .home-slider .carousel-caption {
        left: 8%;
        top: 15%;
        right: 10%;
    }
    .home-slider .slider-heading {
        font-size: 25px !important;
        font-weight: 700 !important;
    }
    .home-slider .carousel-caption .slider-descricption {
        font-size: 13px;
    }
    
    .home-slider .s_link,
    .home-slider.slider-two .s_link {
	    color: #fff;
	    font-size: 15px;
	    padding: 5px 10px;
	    margin-bottom: 5px;
	}

	.slider-prev, .slider-next {
	    font-size: 30px;
	    height: 65px;
	    width: 65px;
	}
}


@media(max-width:767px) {
    .header1{
        position: static;
        background-color: #333;
    }

    .menu_head .dropdown-menu {
        position: relative !important;
        width: 100%;
        left: 0 !important;
    }
    .menu_head .navbar-right li a {
        display: inline-block;
        width: 100%;
    }
    /*.navbar-toggle {
        background-color: #fff !important;
    }*/
    .caret {
        float: right;
        border-top: 6px dashed;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }
    .menu_head .navbar-right li a {
        padding: 10px;
    }
    .menu_head {
        margin: 0;
        max-height: 350px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .sticky-header .menu_head .navbar-right li a {
        padding: 10px;
    }

    .home-slider.slider-two .carousel-caption {
        top: 20%;
    }

}

@media(max-width:480px) {
    .edu_abt_text h2 {
        margin: 0 0 40px;
        font-size: 26px;
    }
    .footer-social .pull-right {
        float: none !important;
        padding: 5px 0;
    }
    .custom-logo {
        height: 60px;
        width: 200px;
    }
    .home-slider .carousel-caption {
        left: 10%;
        top: 10%;
        right: 10%;
        padding: 0;
    }
    .home-slider h2 {
        font-size: 20px;
        margin: 0;
    }
    .home-slider .carousel-caption .slider-descricption {
        display: none;
    }
    .home-slider .s_link,
    .home-slider.slider-two .s_link {
	    color: #fff;
	    font-size: 15px;
	    padding: 5px 10px;
	    margin-bottom: 5px;
	}
}
