
@media (max-width: 768px) {
	.logo img {
    	height: 32px;
	}
	.index .hero {
		display: flex!important;
    	flex-flow: column;
	}
	.hero .image-hero {
		margin-top: -40%;
	}
	.index .hero .intro {
		text-align: center!important;
		position: relative;
    	z-index: 2;
	}
	.index .hero .intro h1 img {
		max-width: 80%!important;
    	margin-left: 12%;
	}
	.index .hero .intro .lead-2 {
    font-size: 14px;
	}
	.index .count-numbers {
		display: flex;
    	justify-content: center;
	}
	.index .stats div {
		text-align: center!important;
	}
	.index .features{
		text-align: center;
	}
	.index .features h2 {
	    margin-bottom: 16px; 
	}
	.index .feature-v1 {
		margin: 20px 20px 48px;
	}
	.pricing-wrap, .bg-v-half-wrap {
    	padding-top: 5rem;
	}
	.news-list h3, .news-list p {
		padding-left: 8px;
	}
	.news-list h3:before {
		left: -8px;
	}
	.news-tag {
		padding: 8px;
	}
	.desk-block {
		display: none;
	}
	.owl-carousel {
		padding-bottom: 24px;
	}
	.site-footer {
		text-align: center;
		padding: 80px 0;
	}
	.site-footer .widget h3 {
		margin-bottom: 12px;
	}
	.site-footer .textwidget ul {
		text-align: center;
		padding-left: 0;
	}
	.csslider1 > ul > li.img img {
		 width: 100%;
	    height: 60vh;
	    object-fit: cover;
	}
	.hero .image-hero.csslider1 {
	    min-height: 500px;
	    margin-top: -20%;
	    margin-bottom: 20%;
	}
	.index-slider-img {
		margin-top: 30px;
	}
	.pricing .flex {
		flex-flow: column;
	}
	.index-school {
    display: flex;
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    margin-bottom: 32px;	
        text-align: center!important;
    justify-content: center;
	}
	.index-school img {
		width: 120px;
	}
	.judges .card .card-text {
		min-height: auto;
	}
}
@media (max-width: 540px) {
	.hero .image-hero {
		margin-top: -52%;
	}
	.logo img {
		height: 28px;
	}
	.download-btn img  {
		max-width: 128px;
	}
	.mb-none {
		display: none;
	}
	.sticky-wrapper {
		top: 16px;
	}
	.form-group > .flex:nth-child(1) {
		flex-direction: column;
    	align-content: baseline;
	}
	.form-group > .flex .flex {
		width: 100%;
    	margin-top: 16px;
    	justify-content: flex-end;
    	margin-left: 0;
	}
	.site-nav {
    	padding-top: 20px;
    	padding-bottom: 24px;
	}
}