 @media only screen (max-width: 1199px) {
}
 @media only screen and (max-width: 1000px) {
}
 @media (min-width: 768px) and (max-width: 991px) {
}
 @media only screen and (max-width: 800px) {
	 
	 


}

@media (min-width: 1200px) {
    .normal .navik-header.sticky {
        position: fixed;
        width: 100%;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: stickyTransition;
        animation-name: stickyTransition;
        top: 0;
        height: 90px;
        background: #fff;
    }
}
 @media only screen and (max-width: 767px) {
	 .counter {
  padding: 10px 0;
}
	 .count-title {
	  margin-top: 4px;
	font-size: 46px;
}
	 .university-section {
  margin: 0 0;
}
	 .number-section {
  padding: 25px 0;
	 }
	 .number-section {
  margin-top: 19px;
}
	 .view-all {
  width: 32%;
}
	 .header_bumblebee h3 {
  text-align: center;
  margin-bottom: 11px;
}
	 .item .text {
  padding: 82px 0 0;
}
.item {
  height: 378px;
  width: 199px;
  margin: 8px 7px 10px;
}
	 .app-portion {
  text-align: center;
}
	 .app-portion h4 {
  width: 100%;
  float: left;
  line-height: 49px;
  text-align: center;
}
	 .feature-section-right p {
  text-align: justify;
}
.easylearn-ul li {
  padding-left: 27px;
  line-height: 23px;
}
	 .slider {
  height: 525px;
}
	 .slider-content h1 {
  margin-top: 16px;
}
	 .feature-section-right {
  padding: 10px 0;
}
	 .slider {
  height: 558px;
}
	
	 .slider-content {
  padding: 10px 10% 0;
}
	
	 .nav__container {
  padding: 5px 15px !important;
}
	 .fade:not(.show) {
  opacity: 1 !important;
}
.nav-toggle {
  width: 33px !important;
}
	 .nav-toggle span {
  height: 2px !important;
}
	 .d-flex {
  justify-content: center;
}
 .pre-header-right {
  display: none;
}
	 .add-mobile {
	display:none;
}

.social {
    color: #fff;
    padding: 10px;
    text-align: center;
}
.social1 {
    color: #fff;
    padding: 10px;
    float: initial;
    text-align: center;
}
.carousel-caption {
    display: none;
}
	 
	 .left-heading h2{
		 font-size:20px;
	 }
	 .gallery_main {
		 margin-top: 30px}
	 .enquiry-form{
		margin-top: 80px;
		 right:0;
	 }
	 .testimonial-bg h2{
		 font-size:20px;
	 }
	 .aboutright-content h4 {
		 font-size: 16px;}
	 
	 .about-rupsha-top p{
		 font-size:13px;
	 }
	 .Material-contact-section{
		 padding-top: 61%;
	 }
	
	 
	.download{
		 width: 48%;
		 font-size:11px;
	 }
	 .carouseller .carouseller__wrap{
		 margin: 3% 7% !important;
	 }
	 
	.navik-header .logo{
		 padding:0px !important;
	 }
	 .enquiry-form p{
		 display:none;
	 }
	 
	.carouseller .carouseller__right {
 
  left: 94% !important;
}
	 
	 .carouseller .carouseller__left {
  
  left: 1% !important;
}
	 
	 textarea.form-control {
  height: 53px !important;
}
	 .contact-widget-section2 img{
		 width:100%;
	 height:360px;
		 margin:0 auto;
	 }
	 
	 .footer_background {
		 height:490px;
	 }
	 
	 .footer_body li a{
		 margin-right: 11px;
	 }
	 .aboutleft-content {
  margin-top: 14px;
}
	 .enquiry-form form{
		 width:300px;
		 margin-right:40px;
	 }
}


 @media only screen and (max-width: 640px) {
	

}




 @media only screen and (max-width: 480px) {
	 
}


@media only screen and (max-width: 414px) {


}



@media only screen and (max-width: 384px) {

}

@media only screen and (max-width: 360px) {


	
}
/* MQ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (min-width: 550px) {
  .page-header .panel1 {
    width: 60%;
  }
  .page-header .panel2 {
    width: calc(60% - 3rem);
  }
  .page-header .top-menu {
    width: calc(60% - 6rem);
  }
}

@media screen and (min-width: 768px) {
  .page-header .top-menu {
    padding: 4rem;
  }

  .page-header ul a {
    font-size: 1.6rem;
  }

  .page-header .search-form input {
    font-size: 2.4rem;
    height: 5rem;
    line-height: 5rem;
  }
}

@media screen and (min-width: 995px) {
  .page-header {
    padding: 0 3rem;
  }

  .page-header .panel,
  .page-header .open-mobile-menu,
  .page-header .vertical-logo,
  .page-header .top-menu .mob-block,
  .page-header .top-menu > li:last-child,
  .page-header .top-menu-wrapper::before {
    display: none;
  }

  .page-header .horizontal-logo {
    display: block;
  }

  .page-header .top-menu-wrapper {
    display: flex;
    align-items: center;
    color: var(--white);
  }

  .page-header .top-menu {
    flex-direction: row;
    position: static;
    width: auto;
    background: transparent;
    transform: none;
    padding: 0;
    overflow-y: visible;
    box-shadow: none !important;
  }

  .page-header .top-menu li + li {
    margin-top: 0;
  }

  .page-header .top-menu > li:not(:nth-last-child(2)) {
    margin-right: 3rem;
  }

  .page-header .top-menu > li > a {
    padding: 3rem 0.5rem;
  }

  .page-header ul a {
    font-size: 1.3rem;
  }

  .page-header .has-dropdown i {
    display: inline-block;
  }

  .page-header .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 1.5rem 2rem;
    background: var(--purple-2);
  }

  .page-header .sub-menu li + li {
    margin-top: 1.2rem;
  }

  .page-header .sub-menu a {
    padding: 0.5rem 1rem;
    white-space: nowrap;
  }

  .page-header .has-dropdown {
    position: relative;
  }

  .page-header .has-dropdown:hover .sub-menu {
    display: block;
  }

  .page-header .search {
    display: flex;
    align-items: center;
    margin-left: 3rem;
  }
}

@media screen and (min-width: 1200px) {
  .page-header .search {
    margin-left: 5rem;
  }

  .page-header .search i {
    margin-right: 1.5rem;
  }

  .page-header .search span {
    display: block;
    font-weight: 500;
    font-size: 1.6rem;
  }
}
