@media only screen and (max-width: 1199px){
	
	 .academy-logo{
width: 200px;
padding-top: 15px;
padding-right: 0px;
padding-bottom: 15px;
padding-left: 0px;

}
iframe{
display:block;
margin: 1em auto;
width:100%;
height: calc(.5625 *80vw);
}
.hero-slides .single-hero-slide {
    
display:block;
margin: 1em auto;
width:100%;
height: calc(.5625 *80vw);
	}
	

    .hero-slides .single-hero-slide h4 {
      color: #ba7316;
      margin-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        .hero-slides .single-hero-slide h4 {
          font-size: 18px; } }
    .hero-slides .single-hero-slide h2 {
      font-size: 30px;
      color: #ba7316;
      margin-bottom: 30px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .hero-slides .single-hero-slide h2 {
          font-size: 24px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .hero-slides .single-hero-slide h2 {
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .hero-slides .single-hero-slide h2 {
          font-size: 15px; } }
		  
		
	
.top-features-area {
  position: relative;
  z-index: 50;
  margin-bottom: -60px; }
  @media only screen and (max-width: 767px) {
    .top-features-area {
      margin-bottom: -85px; } }
	  
.top-features-area .features-content {
    position: relative;
    z-index: 50;
    background: #dd9933;
    background: -webkit-linear-gradient(to right, #dd9933, #bfb191);
    background: linear-gradient(to right, #dd9933, #bfb191);
    padding: 20px 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); 
	border-radius: 15%;
	margin-top: 100px;}  


   
   
}