@media only screen and (max-width: 992px) and (min-width: 220px) {
	body {
		overflow-x: hidden;
	}
	.main-nav .site-navigation {	   
	    padding: 0px 20px 0px 20px;
	}
	.flaticon-angle-arrow-down {
		display: none;
	}
	.nav-item.has-children .dropdown .nav-item a {
	    color: #fff;
	    padding: 8px 0px;
	    font-weight: 500;
	}
	.slicknav_nav .has-children ul li {
	    padding-left: 25px;
	}

	.nav-item.has-children .dropdown .nav-item a:hover {
	    margin-left: 0px;
	}

    .header-navigation-area {display: none; }
    .mobile-menu-trigger {display: block; }
	 .header-top .header-top-right {
	    text-align: center;
	}
	.bg-shape{
 	 	display: none;
 	}
 	.site-menu{
 		display: none;
 	}
 	.main-nav .site-navigation .navbar-brand img {
 		width: auto;
 	}
 	/*.main-nav {
	    background: #000;
	}*/
	.fixed-estimited-area{
		top: 70%;
	}
	.project-box .project-image-box .image-upper-box{
	    height:280px;
	}
}
@media only screen and (max-width: 480px) and (min-width: 220px) {
	/*End Before Code*/
	.bg-shape{
 	 	display: none;
 	 }
	.hero-slider-item{
		height: 295px;
	}
	.hero-slide-content h1{
		font-size: 30px;
	}
	.header-top-left{
		display: none;
	}
	.header-top-right{
		text-align: center;
	}
	.box-area {
	    margin-top: 35px;
	}

	.footer-widget .contact-info-widget ul li a{
		display: contents;
	} 
	.main-footer{
		text-align: center;
    	padding: 40px 0px 0px;
	}
	.footer-widget .title {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.universities-list{
		column-count: 1;
	}
	.page-title-area{
		padding: 25px 0px 35px;
	}
	.page-title-area .page-title-content h2 {
	    font-size: 28px;
	}
	.equal-height{
		height: 120px;
	}
	.btn-style-one{
		width: 100%;
	}
	.counterup{
	    border-right: none;
	}
	.header-top img{
	    height: auto;
	    object-fit: fill;
	}
	.expericed-image{
		height: 100px;
	}
}

@media only screen and (max-width: 768px) and (min-width: 481px) {
 	.header-top{
 		display: none;
 	}

}
@media only screen and (max-width: 992px) and (min-width: 769px) {
	.header-top ul li a {
		display: contents;
	}
}

@media (min-width: 1200px) {
	
}
@media (min-width: 992px){
	.navbar-expand-lg .navbar-collapse {
	    display: -ms-flexbox!important;
	    display: flex!important;
	    -ms-flex-preferred-size: auto;
	    flex-basis: auto;
	    flex-direction: column;
	    flex-wrap: wrap;
	    align-content: space-around;
	    justify-content: flex-end;
	    align-items: flex-end;
	}
}
@media (min-width: 1200px){
	.about-section .container {
	    max-width: 100%;
	}
}