
/** ADD YOUR AWESOME CODES HERE **/
.bg-y1 { 
background-color: #fec700;
opacity: 1 ;
}

hy1 {
 color: #fec700;}
 
 .pl1 { padding-left: 7%; }
 .pl2 { padding-left: 5%; }
 .pl3 { padding-left: 3%; }
 .pl4 { padding-left: 3%; 
        padding-right: 3%;
 }
 .pb1 { padding-bottom: 1%; }
 
 
 .mgt-1{
	margin-top: 75px;
	
	}
	
	.respi {
        position: relative;
        padding-bottom: 57%; // This is the aspect ratio
        height: 0;
        overflow: hidden;		
}
	
.respi iframe {
        position: absolute;
        top: 40px;
        left: 0;
        width: 100% !important;
        height: 100% !important;
}



/* Icon 1 */

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
	

	
#sticky {
  position:fixed;
  top:0;
  width: 100%;
  transition: 2s;
}	