@media only screen and (max-width: 1024px) {
  .left-10{
  	left: -8em;
  	position: relative;
  }
}
@media only screen and (max-width: 1300px){
.mt--7{
margin-top:-7em;
}
}
@media only screen and (max-width: 1140px){
.mt--7{
margin-top:-7em;
}
.pull-right {
padding-right: 125px;
}
}
@media only screen and (min-width: 768px){
.mt--7{
margin-top:-7em;
}
.ml-2{
margin-left:2em !important;
}
}
@media only screen and (max-width: 1023px){
.mt--7{
margin-top:-7em;
}
.pull-right {
padding-right: 125px;
}
.content-desktop {display: none !important;}
.content-mobile {display: block !important;}
}
@media only screen and (max-width: 768px){
.mt--7{
  margin-top:0em;
}
.img-responsive {
  display: block !important;
  max-width: 100% !important;
  height: auto;
}
.pdf_mob_width{
 width:100%;
 left: 0em;
}
}
@media only screen and (max-width: 599px){
.mt--7{
  margin-top:0em;
}
.content-desktop {display: none !important;}
.content-mobile {display: block !important;}
}
@media only screen and (max-width: 499px) {
.content-desktop {display: none !important;}
.content-mobile {display: block !important;}
.vision-height{
height: 305px;
}
.mission-section {
padding: 0px 0px 50px;
}
.ml--1{
margin-left:-1em;
}
.mb-20{
margin-bottom:20px;
}
.mt--6{
margin-top:-6em;
}
.mt--7{
margin-top:0em;
}
.mt-3{
margin-top: 6em;
}
.mt-2{
margin-top:2em;
}
.mt-4{
margin-top:4em
}
.mr-100 {
margin-right: 0em; 
}
.mt--5{
margin-top:-5em;
}
.logo-img1 {
width: 80%;
object-fit: fill;
}
.project-section {
position: relative;
padding: 90px 0px 90px;
}
.signup{
position: relative;
right: -40%;
}
.pdf_mob_width{
width:100%;
}
.ors-box{
    	position: relative !important;
    }

}