@media(max-width: 991px){
	.floating-form{
	    width: 100%;
	    top: 130px;
	}

	.desktop-hide {
	    display: flex;
	    align-items: center;
	}
	.menu-right .nav-search{
		position: relative;
		width: auto;
		padding: 0 10px;
	}
	.floating-widget,
	.menu-right {
	    position: static;
	}
	.desktop-hide .contact-list li i{
		padding: 0
	}
	.menu-right .floating-widget .btn-floating span.img-box{
	    position: relative;
	    width: auto;
	    padding: 0 10px;
	    border-radius: 4px;
	}
	.menu-right .floating-widget .btn-floating.animation {
		width: auto;
		padding: 0;
	}
	.mm-hide{
		display: none;
	}
	.navbar-toggler {
    	/*background: #c7372e;*/
	    padding: 10px;
	}
	.reult-section .slick-dots {
	    margin-top: 10px;
	}
	.reult-section .col-md-12{
		text-align: center;
	}
	.see-btn {
	    font-size: 20px;
	    padding: 8px 22px;
	    margin-top: 0;
	}
	.header {
	    padding: 0 0 15px;
	}
	.register-hide{
		display: none !important;
	}
	.moblie-hide{
		display: none !important;
	}
	.deskcss {
	    text-align: center;
	    margin-bottom: 10px;
	    width: 100%;
	    background: #194670;
	    padding: 6px 0;
	}
	.logo img {
	    width: 150px;
	}
	.deskcss li {
	    padding: 0 2px;
	    font-size: 13px;
	    float: none;
	    display: inline-block;
	}
	.deskcss li,
	.deskcss li i,
	.deskcss li a{
		color: #fff;
	}
	.main-menu .nav-link{
		border-right:0;
		border-bottom:1px solid rgba(179, 179, 179, 0.62);
	}
	.main-menu .nav-link {
	    padding: 10px 20px !important;
	    font-size: 15px;
	    letter-spacing: 0
	}
	.coures-content .btn,
	.row{
		margin: 0;
	}
	.moblie-view{
	    width: 100%;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	}
	.col-sm-12{
		padding: 0
	}
	.sw{
		padding: 20px 0
	}
	.main-menu{
		border-bottom: 0
	}
	.footer-bottom{
		font-size: 13px;
	}
	.widget-title{
		margin-bottom: 12px;
	}
	.footer-location li {
	    font-size: 15px;
	}
	.col-sm-12+.col-sm-12{
		margin-top: 15px;
	}
	.footer-menu{
		margin-bottom: 0
	}
	.info-content {
	    font-size: 13px;
	    padding: 12px 14px;
	}
	.info-content h4 {
	    font-size: 18px;
	    letter-spacing: 0px;
	}
	.white-bx {
	    min-height: auto;
	    padding: 14px 10px;
	}
	.time-table h3{
		font-size: 25px;
	}
	.time-table p {
	    font-size: 18px;
	    margin-bottom: 10px;
	}
	.white-bx iframe{
		width: 100%
	}
	.about-title,
	.test-title {
    	font-size: 24px;
	}
	.about-section {
	    font-size: 15px;
	    line-height: 24px;
	    background: url(../images/about-bg.png)no-repeat center center #f5f5f5;
	}
	.about-title{
		margin-bottom: 15px;
	}
	.test-title:before{
		height: 3px;
	}
	.hured-row {
	    font-size: 18px;
	    margin-top: 20px;
	}
	.hured-row a {
	    padding: 8px 10px;
	}
	.form-block {
	    padding: 12px 15px !important;
	    margin: 0 !important;
	}
	.coures-content h3,
	.form-block .btn,
	.form-block .about-title {
	    font-size: 20px;
	}
	.slider .slick-arrow {
	    width: 25px;
	    top: 40%;
	    left:2%;
	}
	.slider .slick-arrow.next-arrow {
	    right: 2%;
	}
	.slick-dots li button{
		width: 12px;
		height: 12px;
	}
	.courses-section .col-md-6:nth-child(odd) {
	    padding-right: 0px;
	}
	.courses-section .col-md-6:nth-child(even) {
    	padding-left: 0px;
	}
	.coures-img {
	    padding: 0 20px;
	    left: 0;
	}
	.coures-content, .coures-img {
	    display: block;
	}
	.post-bx,
	.coures-item {
	    margin-bottom: 0;
	    padding: 0;
	}
	.coures-content {
	    left: 0;
	    padding: 12px 20px;
	}
	.coures-img {
	    padding: 10px 15px;
	    border-radius: 12px;
	}
	.coures-img img {
		width: 80px;
	}
	.sepech-video{
		padding:15px !important
	}
	.sepech-video iframe {
	    height: 308px;
	}
	.post-title {
	    font-size: 28px;
	}
	.post-bx h4 {
	    margin-bottom: 0;
	    font-size: 20px;
	}
	.slick-slide+.slick-slide{
		margin-top: 0 !important
	}
	.slick-dots{
		margin: 10px 0
	}
	.slider .slick-dots{
		bottom: 10px;
	}
}

@media(min-width: 1350px){
	.desktop-view{
		max-width: 1300px;
	}
}

@media (min-width: 991px){
	.desktop-hide,
	.navbar-toggler{
		display: none;
	}
}
@media (min-width: 992px){
	.blog-slider .slick-dots{
		display: none !important;
	}
}
@media (min-width: 991px ) and (max-width: 1199px){
	.navbar-expand-lg .navbar-collapse {
	    display: -ms-flexbox!important;
	    display: flex!important;
	    -ms-flex-preferred-size: auto;
	    flex-basis: auto;
	}
	.navbar-expand-lg .navbar-nav {
	    -ms-flex-direction: row;
	    flex-direction: row;
	}
	.navbar-expand-lg {
	    -ms-flex-flow: row nowrap;
	    flex-flow: row nowrap;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	}
	.main-menu .nav-link {
	    padding: 18px 12px !important;
	    font-size: 15px;
	    letter-spacing: 0;
	}
	.about-title {
	    margin-bottom: 18px;
	    font-size: 25px;
	}
	.courses-section .col-md-6:nth-child(odd) {
	    padding-right: 20px;
	}
	.coures-content h3{
		font-size: 20px;
	    letter-spacing: -.5px;
	}
	.courses-section .col-md-6:nth-child(even) {
	    padding-left: 20px;
	}
	.coures-img img {
    	width: 70px;
	}
	.coures-img {
	    padding: 0 15px;
	    left: -20px;
	}
	.coures-content {
	    left: 0;
	    font-size: 14px;
	    line-height: 20px;
	}
	.coures-content .btn{
		margin-top: 10px;
	}
	.form-block .btn,
	.form-block .about-title{
		font-size: 20px;
	}
	.form-block {
	    padding: 15px 10px !important;
	}
	.sepech-video iframe {
	    height: 378px;
	}
	.reult-profile img{
		width: 100%
	}
	.see-btn {
	    font-size: 20px;
	    padding: 8px 20px;
	    margin-top: -85px;
	}
	.test-title{
		font-size: 30px;
	}
	.footer-top .col-sm-12,
	.info-box .col-md-4,
	.frame-bx .col-md-4,
	.blog-bg .col-md-4,
	.testimonial-bg .col-md-4,
	.serier-bx .col-md-4{
		padding: 0 5px;
	}
	.frame-bx .carousel-item img{
		width: 100%
	}
	.award-slider .carousel-indicators li {
	    width: 20px;
	    height: 7px;
	}
	.post-bx a {
	    padding: 10px 10px;
	}
	.post-bx a h4 {
	    font-size: 15px;
	    min-height: 40px;
	    line-height: 20px;
	}
	.post-bx h4 {
	    margin-bottom: 0;
	    font-size: 16px;
	    line-height: 20px;
	}
	.teching-content {
	    padding: 15px 10px;
	    font-size: 13px;
	    line-height: 22px;
	}
	.hured-row {
	    font-size: 14px;
	    margin-top: 15px;
	}
	.hured-row a {
	    padding: 8px 6px;
	}
	.testmonal-slider .slick-arrow, 
	.blog-slider .slick-arrow{
		top: -50px;
	}
	.slick-dots{
		margin: 10px 0
	}
	.post-title{
		font-size: 26px;
	}
	.social-media a img {
	    width: 30px;
	}
	.white-bx iframe{
		width: 100%;
	}
	.white-bx {
	    padding: 15px 10px;
	}
	.time-table p {
	    font-size: 16px;
	    margin-bottom: 10px;
	}
	.time-table ul li a {
	    font-size: 14px;
	    line-height: 30px;
	    padding-left: 16px;
	}
	.info-content h4 {
	    font-size: 15px;
	    letter-spacing: 0;
	}
	.info-content {
	    font-size: 13px;
	    padding: 12px 10px;
	}
	.footer-location li {
	    font-size: 14px;
	}
}