* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: ExcelsiorSans;
  src: url(../foundationfont/ExcelsiorSans.ttf);
}
@font-face {
  font-family: FontsFree-Net-Proxima-Nova-Reg-It;
  src: url(../foundationfont/FontsFree-Net-Proxima-Nova-Reg-It.otf);
}
@font-face {
  font-family: Gotham-Light-Regular;
  src: url(../foundationfont/Gotham\ Light\ Regular.otf);
}
@font-face {
  font-family: Gotham-Medium-Regular;
  src: url(../foundationfont/Gotham\ Medium\ Regular.ttf);
}
@font-face {
  font-family: Gotham-Bold-Regular;
  src: url(../foundationfont/Gotham\ Bold\ Regular.ttf);
}
@font-face {
  font-family: Gotham-Book-Regular;
  src: url(../foundationfont/Gotham\ Book\ Regular.otf);
}
@font-face {
  font-family: ProximaNova-Light;
  src: url(../foundationfont/ProximaNova-Light.otf);
}
@font-face {
  font-family: ProximaNova-LightItalic;
  src: url(../foundationfont/ProximaNova-LightItalic.otf);
}
@font-face {
  font-family: ProximaNova-Regular;
  src: url(../foundationfont/ProximaNova-Regular.otf);
}
@font-face {
  font-family: ProximaNova-Semibold;
  src: url(../foundationfont/ProximaNova-Semibold.otf);
}
@font-face {
  font-family: ProximaNova-SemiboldItalic;
  src: url(../foundationfont/ProximaNova-SemiboldItalic.otf);
}
@font-face {
  font-family: ProximaNovaCond-Light;
  src: url(../foundationfont/ProximaNovaCond-Light.otf);
}
@font-face {
  font-family: ProximaNovaCond-LightIt;
  src: url(../foundationfont/ProximaNovaCond-LightIt.otf);
}
@font-face {
  font-family: ProximaNovaCond-Regular;
  src: url(../foundationfont/ProximaNovaCond-Regular.otf);
}
@font-face {
  font-family: ProximaNovaCond-RegularIt;
  src: url(../foundationfont/ProximaNovaCond-RegularIt.otf);
}
@font-face {
  font-family: ProximaNovaCond-Semibold;
  src: url(../foundationfont/ProximaNovaCond-Semibold.otf);
}
@font-face {
  font-family: ProximaNovaCond-SemiboldIt;
  src: url(../foundationfont/ProximaNovaCond-SemiboldIt.otf);
}
@font-face {
  font-family: ProximaNova-Bold;
  src: url(../foundationfont/ProximaNova-Bold.otf);
}
@font-face {
  font-family: ProximaNova-BoldIt;
  src: url(../foundationfont/ProximaNova-BoldIt.otf);
}
@font-face {
  font-family: ProximaNova-Extrabold;
  src: url(../foundationfont/ProximaNova-Extrabold.otf);
}
@font-face {
  font-family: ProximaNova-Black;
  src: url(../foundationfont/ProximaNova-Black.otf);
}

/* h1{font-family: dsaf;}
h2{font-family: dsaf;}
h3{font-family: dsaf;}
h4{font-family: dsaf;}
h5{font-family: dsaf;}
h6{font-family: dsaf;}
p{font-family: dsaf;}
a{font-family: dsaf;}
label{font-family: dsaf;}
input{font-family: dsaf;}
textarea{font-family: dsaf;} */

.subcontent {
  margin-top: 50px;
  margin-bottom:50px;
  /*margin-right:50px;*/
  font-size: 20px;
  font-family: ProximaNova-Regular;
  color: #004c69;
}

.subcontent h2 {
  font-size: 50px;
  text-transform: capitalize;
  font-family: ExcelsiorSans;
}

.up {
  position: relative;
}
.dwn {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99;
}
header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9;
  margin-top: 25px;
}
header .logo {
  font-size: 2rem;
  /* color: #000; */
  text-decoration: none;
  font-weight: 700;
  margin-left:50px;
}
.logo img {
  width: 300px;
}
header .navigation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 15px 0px;
}
header .navigation li {
  list-style: none;
  margin: 0px 47px;
}
header .navigation li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  font-family: Gotham-Bold-Regular;
}
header .navigation li a:hover {
  padding-bottom: 10px;
  border-bottom: 3px solid #f98005;
}
.hamburger {
  display: none;
}
.hamburger a {
  text-decoration: none;
  color: #000;
}
.ddown {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.slider {
  position: relative;
}
.slider video {
  /* opacity: 75%; */
  object-position: center;
  object-fit: cover;
  min-height: 500px;
}
.slidertxt {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 40%;
  transform: translate(-30%, -50%);
  font-size: 23px;
  margin-top:50px;
}
.slidertxt h1 {
  font-size: 92px;
  text-transform: capitalize;
  margin-bottom: -10px;
  font-family: ExcelsiorSans;
}
.slidertxt p {
  font-size: 51px;
  line-height: 55px;
  font-family: Gotham-Book-Regular;
}
.pbold {
  font-family: Gotham-Bold-Regular;
}


.sec2 h2 {
  font-size: 50px;
  text-transform: capitalize;
  font-family: ExcelsiorSans;
}

.sec2 p {
  font-size: 18px;
  margin: 30px 0px;
  font-family: ProximaNova-Regular;
}










.empower {
  /*min-height: 700px;*/
  background-image: url(../images/empowerbg.jpg);
  /* object-fit: cover; */
  object-position: center;
  background-size: cover;
  margin-top: -6px;
  margin-bottom: 0px;
}
.empower img {
  padding-top: 70px;
}
.empower h4 {
  font-size: 45px;
  font-family: Gotham-Book-Regular;
  margin-top: -20px;
  margin-bottom: 10px;
}
.empower p {
  font-size: 23px;
  margin: 40px 0px;
  font-family: ProximaNova-Regular;
  font-weight: 400;
}
.empower h2 {
  font-size: 55px;
  text-transform: capitalize;
  font-family: ExcelsiorSans;
}

.line {
  background-color: #fff;
  min-height: 2px;
  width: 80px;
  margin: 0 auto;
}
.button a {
  text-decoration: none;
}
.btn1 {
  font-size: 19px;
  font-family: Gotham-Bold-Regular;
  background-color: #005375;
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  border: 2px solid #005375;
  padding: 8px 25px;
}
.btn1:hover {
  background: transparent;
  border: 2px solid #fff;
}
.why {
  min-height: 686px;
  background-image: url(../images/why.png);
  /* object-fit: cover; 
  object-position: center;*/
  background-size: cover;
  /*
  margin-top: -89px;
  display: flex;
  */
  align-items: center;
}
.why h2 {
  /* padding-top: 250px; */
  font-size: 50px;
  text-transform: capitalize;
  font-family: ExcelsiorSans;
}
.why h4 {
  font-size: 35px;
  font-family: Gotham-Book-Regular;
  margin-top: -20px;
  margin-bottom: 20px;
}
.why p {

  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  font-size: 20px;
  font-family: ProximaNova-Regular;
  margin: 40px 0px;
  font-family: ProximaNova-Regular;
  font-weight: 400;
}

.why ul {

  font-size: 20px;
  font-family: ProximaNova-Regular;
  font-weight: 400;
}

.education .upr, .why .upr {
  padding-top:50px;
}

.btn2 {
  font-size: 19px;
  font-family: Gotham-Bold-Regular;
  background-color: #8bcc0e;
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  border: 2px solid #8bcc0e;
  padding: 8px 30px;
}
.btn2:hover {
  background: transparent;
  border: 2px solid #fff;
}
.service h2 {
  padding-top: 50px;
  font-size: 59px;
  text-transform: capitalize;
  font-family: ExcelsiorSans;
}
.servicebox {
  position: relative;
  padding-top: 20px;
}
.servicetxt {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.servicetxt h6 {
  font-size: 24px;
  color: #fff;
  font-family: Gotham-Bold-Regular;
}
.bll {
  color: #005375;
}
.line2 {
  background-color: #f98005;
  min-height: 2px;
  width: 60px;
  margin: 10px auto;
}
.btn3 {
  font-size: 19px;
  font-family: Gotham-Bold-Regular;
  background-color: #f08a32;
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  border: 2px solid #f08a32;
  padding: 8px 25px;
}
.btn3:hover {
  background: transparent;
  color: #f08a32;
  border: 2px solid #f08a32;
}

.rbrd {
  border: 10px solid #fff;
  border-radius: 0px 100px;
  min-height: 389px;
}
.rbrd p {
  font-size: 21px;
  font-family: ProximaNova-Semibold;
}
.rbrd h6 {
  font-size: 22px;
  font-family: ProximaNova-Semibold;
}
.news {
  padding-bottom: 100px;
}
.news h2 {
  padding-top: 50px;
  font-size: 59px;
  text-transform: capitalize;
  font-family: ExcelsiorSans;
}
.education {
  min-height: 720px;
  background-image: url(../images/education.png);
  object-fit: cover;
  object-position: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding-top: 150px; */
  display: flex;
  align-items: center;
  position: relative;
}
.down2 {
  position: absolute;
  top: 130px;
  right: 5%;
  z-index: 999;
}
.education h2 {
  /* padding-top: 50px; */
  font-size: 59px;
  text-transform: capitalize;
  font-family: ExcelsiorSans;
  line-height: 1;
}
.line3 {
  background-color: #fff;
  min-height: 2px;
  width: 70px;
}
.education p {
  font-size: 20px;
  font-family: ProximaNova-Regular;
  margin: 20px 40px 20px 0px;
}

.whyin .yline, .why .yline {
 margin-left: 24px;
}
.date {
  font-size: 14px;
  font-family: ProximaNova-Semibold;
  color: #fff;
  background-color: #8bcc0e;
  border: 2px solid #8bcc0e;
  padding: 3px 6px;
}
.newsi {
  position: relative;
}
.newstxt {
  position: absolute;
  bottom: 20px;
  z-index: 9999;
  left: 10%;
  text-align: left;
}
.newstxt p {
  font-size: 18px;
  font-family: ProximaNova-Semibold;
  color: #fff;
  margin-bottom: 0px;
  margin-top: 5px;
}
.newstxt a {
  font-size: 13px;
  font-family: Gotham-Bold-Regular;
  color: #fff;
  text-decoration: none;
}
.newstxt button:nth-last-child(1) {
  background: transparent !important;
  border: none;
  color: #fff;
  text-transform: uppercase;
}
.support {
  min-height: 560px;
  background-image: url(../images/power.png);
  /* object-fit: cover; */
  background-size: cover;
  object-position: center;
  display: flex;
  align-items: center;
}
.support h2 {
  font-size: 59px;
  text-transform: capitalize;
  font-family: ExcelsiorSans;
  line-height: 1;
  margin-top: 30px;
}
.line4 {
  background-color: #ffff;
  min-height: 2px;
  width: 80px;
}
.support p {
  font-size: 20px;
  margin-top: 20px;
  /* margin-bottom: 10px; */
  font-family: ProximaNova-Bold;
}
.footer {
  background-color: #1C1C1C;
  min-height: 400px;
 /* background-image: url(../images/footer.png);*/
  /* object-fit: cover; */
  background-size: cover;
  object-position: center;
  /*margin-top: -55px;*/
  display: flex;
  align-items: center;
}
.lineb {
  background-color: #f98005;
  height: 1.6px;
  width: 50px;
  margin-top: -5px;
  margin-bottom: 15px;
}
.footer h4 {
  font-size: 32px;
  text-transform: capitalize;
  font-family: ExcelsiorSans;
  color: #fff;
}
.footer ul, .footer li {
  list-style-type: none;
  font-family: ProximaNova-Regular;
  margin: 0px;
  padding:0px;
}


.footer li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 1.8;
  font-family: ProximaNova-Regular;
}
.footer p {
  font-size: 16px;
  margin-top: 10px;
  margin-right: 80px;
  color: #fff;
  font-family: ProximaNova-Regular;
}
.footer p a {
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  font-family: ProximaNova-Regular;
}
.fullline {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 51px;
  background-color: #1C1C1C;
}
.fullline p {
  font-size: 14px;
  font-family: ProximaNova-Regular;
  text-align: center;
  /* padding: 0px 0px; */
  margin-top: 25px;
  color: #fff;
}
/* about page css start  */
.sliderin {
  position: relative;
}
.sliderin img {
  object-position: center;
  object-fit: cover;
  width: 100%;
}

.sliderin h4 {
  font-family: Gotham-Book-Regular;

}



.slidertxtin {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slidertxtin h1 {
  font-size: 80px;
  text-transform: capitalize;
  margin-bottom: -10px;
  font-family: ExcelsiorSans;
}

slidertxtin h4 {
  font-family: ExcelsiorSans;
}
.empowerin {
  min-height: 710px;
  background-image: url(../images/whoin.png);
  /* object-fit: cover; */
  object-position: center;
  background-size: cover;
}
.empowerin img {
  margin-top: 100px;
}
.empowerin h4 {
  font-size: 45px;
  font-family: Gotham-Book-Regular;
  margin-top: -20px;
  margin-bottom: 10px;
}
.empowerin p {
  font-size: 23px;
  margin: 10px 0px;
  font-family: ProximaNova-Light;
}
.empowerin h2 {
  font-size: 69px;
  text-transform: capitalize;
  font-family: ExcelsiorSans;
}
.whyin {
  min-height: 815px;
  padding-top: 60px;
}
.whyin h2 {
  font-size: 59px;
  text-transform: capitalize;
  font-family: ExcelsiorSans;
  color: #004c69;
  margin-top: 50px;
}
.pboldi {
  font-family: ProximaNova-Bold;
  color: #004c69;
}
.whyin p {
  margin-top: 10px;
  margin-right: 50px;
  font-size: 20px;
  font-family: ProximaNova-Regular;
  color: #004c69;
}
.yline {
  background-color: #ef7d26;
  min-height: 3px;
  width: 80px;
}
/* .ride img{
  padding-right: 50px;
} */
.rsides p {
  font-family: ProximaNova-Regular;
}
/* about page css end  */

/* contact page css srart here */
.location{
  /* min-height: 850px; */
  padding-top: 100px;
  padding-bottom: 20px;
}
.location h2 {
  font-size: 59px;
  text-transform: capitalize;
  font-family: ExcelsiorSans;
  color: #004c69;
  margin-top: 30px;
}
.location p {
  font-size: 19px;
  font-family: proximaNova-regular;
  color: #123643;
  margin-top: 10px;
}
.location h6{
  font-size: 27px;
  font-family: proximaNova-regular;
  color: #123643;
  text-transform: capitalize;
}
.bldcin{
  font-size: 19px;
  font-family: proximaNova-Bold;
  color: #123643;
}
.location iframe{
  width: 100%;
  min-height: 527px;
}
.lmessage{
  min-height: 756px;
  background-image: url(../images/contactinput.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.lmessage h2{
  font-size: 59px;
  text-transform: capitalize;
  font-family: ExcelsiorSans;
  color: #fff;
  padding-top: 120px;
}
.inpl input{
  width: 100%;
  min-height: 57px;
  margin: 2px 0px;
  padding-left: 20px;
}
.inpr textarea{
  width: 100%;
  min-height: 242px;
  padding-left: 20px;
  padding-top: 20px;
}
/* contact page css srart end */
/* Media Querry */
@media screen and (max-width: 2000px) and (min-width: 1500px) {


  .education h2 {
    /* padding-top: 50px; */
    font-size: 59px;
    text-transform: capitalize;
    font-family: ExcelsiorSans;
    line-height: 1;
  }

  .down2 {
    right: 5%;
  } 
  .empower {
    background-image: url(../images/empowerbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -6px;
    /*min-height: 865px;*/
  }
  .empower img {
    padding-top: 150px;
  }
  .why {
    background-image: url(../images/why.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*min-height: 1047px;*/
  }
  .test {
    background-image: url(../images/testxl.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-top: 0px; */
    min-height: 820px;
  }
  .support {
    background-image: url(../images/power.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-top: 0px; */
    min-height: 500px;
    padding-bottom: 70px;
  }
  .footer {
    /*background-image: url(../images/footxl.png);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*margin-top: -90px;*/
    min-height: 459px;
  }
  /* contact start */
  .lmessage {
    background-image: url(../images/contactinputxl.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-top: -90px; */
    min-height: 785px;
  }
  .empowerin {
    min-height: 927px;
    background-image: url(../images/whoinxl.png);
    object-fit: cover;
    object-position: center;
    background-size: cover;
}
.line2 {
    background-color: #f98005;
    height: 2px !important;
    width: 60px;
    margin: 10px auto;
}  
}
@media screen and (max-width: 1400px) and (min-width: 1200px) {
  header .navigation li {
    margin: 0px 35px;
  }
  .whyin img {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {



  .slidertxtin h1 {
    font-size: 50px;
  }


  .slidertxtin {
    left: 30%;
    margin-top:80px;
    transform: translate(-10%, -50%);
    font-size:50px;
  } 
  .sliderin img {
    min-height: 400px;
    object-position: center;
  }
  .slidertxtin h1 {
    font-size: 60px;
  }

  .slidertxtin h4 {
    font-size: 20px;
  }


  header .navigation li {
    list-style: none;
    /* background-color: rgba(0, 0, 0, 0.4); */
    margin: 0px 10px;
  }
  header .navigation li a {
    font-size: 16px;
  }
  .sliderin img {
    min-height: 500px;
    object-position: center;
  }
  .whyin img {
    margin-top: 150px;
  }
  .footer p a{
    font-size: 16px;
  }
  
}



@media screen and (max-width: 992px) and (min-width: 768px) {


  .slidertxtin h1 {
    font-size: 50px;
  }


  .slidertxtin {
    left: 30%;
    margin-top:80px;
    transform: translate(-10%, -50%);
    font-size:50px;
  } 
  .sliderin img {
    min-height: 400px;
    object-position: center;
  }
  .slidertxtin h1 {
    font-size: 60px;
  }

  .slidertxtin h4 {
    font-size: 20px;
  }

  .whyin .yline {
    margin: 0px auto;
}
  .slidertxt h1 {
    font-size:45px;
  }
  header .logo {
    font-size: 2rem;
    /* color: #000; */
    text-decoration: none;
    font-weight: 700;
    margin-left:00px;
  }
  header .navigation {
    display: none;
    position: absolute;
  }
  header .navigation li {
    padding: 7px 0px;
  }
  header .navigation li a {
    color: #fff;
  }
  .hamburger {
    display: block;
    z-index: 999;
  }
  .showw {
    top: 143px;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    display: block !important;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    padding: 50px 0px;
  }
  .rbrd img {
    margin-left: 20px;
    margin-bottom: 10px;
  }
  .rbrd p {
    font-size: 18px;
    margin-left: 30px;
    margin-right: 10px;
  }
  .rbrd h6 {
    font-size: 19px;
    margin-left: 50px;
    margin-bottom: 30px;
  }
  .newstxt {
    left: 30%;
    right: 30%;
  }
  .support {
   /*min-height: 1200px;*/
    text-align: center;
  }
  .line4 {
    margin: 0 auto;
  }
  .support img {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sliderin img {
    min-height: 500px;
    object-position: center;
  }
  .whyin {
    text-align: center;
    padding-top: 0px;
    min-height: 1290px;
  }
  .whyin h2 {
    padding-top: 0px;
  }
  .whyin p {
    margin-right: 0px;
  }
  .yline {
    margin: 0 auto;
  }
  .ride img {
    margin-top: -250px;
  }
  .lmessage{
    min-height: 1020px;
    margin-bottom: 30px;
  }
  .inpr textarea{
    margin-top: 2px;
  }
}
@media screen and (max-width: 768px) and (min-width: 576px) {

  .subcontent h2 {
    font-size: 50px;;
  }


  .whyin .yline {
    margin: 0px auto;
}

  header .logo {
    font-size: 2rem;
    /* color: #000; */
    text-decoration: none;
    font-weight: 700;
    margin-left:0px;
  }

  header .navigation {
    display: none;
    position: absolute;
  }
  header .navigation li {
    padding: 7px 0px;
  }
  header .navigation li a {
    color: #fff;
  }
  .hamburger {
    display: block;
    z-index: 999;
  }
  .showw {
    top: 143px;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    display: block !important;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    padding: 50px 0px;
  }

  .slidertxt {
    display: none !important;;
  }

  .slidertxt h1 {
    font-size: 30px;
  }
  .slidertxt p {
    font-size: 30px;
    line-height: 35px;
  }
  .empower {
    /*min-height: 800px;*/
  }
  .empower h2 {
    font-size: 45px;
    text-transform: capitalize;
    font-family: ExcelsiorSans;
  }
  .empower h4 {
    font-size: 28px;
    margin-top: -10px;
  }
  .why h4 {
    font-size: 28px;
    margin-top: -10px;
  }
  .why p {
    font-size: 18px;
  }
  .test {
    min-height: 1400px;
  }
  .rbrd {
    margin: 20px 0px;
  }
  .rbrd img {
    margin-left: 20px;
    margin-bottom: 10px;
  }
  .rbrd p {
    font-size: 18px;
    margin-left: 30px;
    margin-right: 10px;
  }
  .rbrd h6 {
    font-size: 19px;
    margin-left: 50px;
    margin-bottom: 30px;
  }
  .newstxt {
    left: 20%;
    right: 10%;
  }
  .support {
    min-height: 800px;
    text-align: center;
  }
  .line4 {
    margin: 0 auto;
  }
  /* .support h2 {
    padding-top: 0px;
  } */
  .support img {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer h4 {
    padding-top: 30px;
  }
  .sliderin img {
    min-height: 400px;
    object-position: center;
  }
  .slidertxt {
    display: none !important;;
  }
  .slidertxtin h1 {
    font-size: 50px;
  }


  .slidertxtin {
    left: 20%;
    margin-top:80px;
    transform: translate(-10%, -50%);
    font-size:50px;
  } 
  .sliderin img {
    min-height: 400px;
    object-position: center;
  }
  .slidertxtin h1 {
    font-size: 60px;
  }

  .slidertxtin h4 {
    font-size: 20px;
  }





  .empowerin {
    min-height: 800px;
  }
  .empowerin h2 {
    font-size: 45px;
  }
  .empowerin h4 {
    font-size: 28px;
    margin-top: -10px;
  }
  .whyin {
    text-align: center;
    padding-top: 0px;
    min-height: 1200px;
  }
  .whyin h2 {
    padding-top: 0px;
  }
  .whyin p {
    margin-right: 0px;
  }
  .yline {
    margin: 0 auto;
  }
  .ride img {
    margin-top: -150px;
  }
  .location{
    padding: 20px 0px;
  }
  .location h2{
    font-size: 40px;
    text-align: center;
  }
  .location p{
    text-align: center;
  }
  .lmessage{
    min-height: 996px;
    background-image: url(../images/contactinput.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 60px;
}  
  
  .inpr textarea{
    margin-top: 2px;
  }
}
@media screen and (max-width: 576px) {

  .subcontent h2 {
    font-size: 40px;;
  }


  .slider img{
    display: none;
  }

  .education .upr, .why .upr {
    margin:  20px 0px;
    text-align: center;
    background: rgba(0,0,0,0.5);
    padding:10px;
    padding-top:25px;"
  }

  .why ul {

    text-align: left;
    font-size: 18px;
  }

  .education .line4 {
    margin-top:15px;
  }

  .education h2, .why h2 {
    margin: 0px;
    text-align: center;
    }

  .education {
    min-height: 500px;
  }

  .why .yline, .whyin .yline{
    margin:0px auto;
    margin-top:15px;
  }

  .education .line4 {

    background-color: #ef7d26;
    height: 3px;
  }

  .education .down2{
    display: none;
  }

  .education .text{
    text-align: center;
   
  }

  .slider {
    min-height: 175px;
    background-color: #1C1C1C;
  }
  header .logo {
    font-size: 2rem;
    /* color: #000; */
    text-decoration: none;
    font-weight: 700;
    margin-left:20px;
  }
  
  header .navigation {
    display: none;
    position: absolute;
  }
  header .navigation li {
    padding: 7px 0px;
  }
  header .navigation li a {
    color: #fff;
  }
  .logo img {
    width: 220px;
  }

  header .logo {
    font-size: 2rem;
    /* color: #000; */
    text-decoration: none;
    font-weight: 700;
    margin-left:20px;
  }

  header .dwn {
max-height: 800px;
background-image: none;

  }


  .social {
    display: none !important;
  }
  .hamburger {
    display: block;
    z-index: 999;
  }
  .showw {
    top: 143px;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    display: block !important;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    padding: 50px 0px;
  }
  .slidertxt {
    display: none !important;;
  }
  .slidertxt h1 {
    font-size: 50px;
  }
  .slidertxt p {
    font-size: 22px;
    line-height: 35px;
  }

  .empower {
    /*min-height: 750px;*/
  }
  .empower h2 {
    font-size: 40px;
    text-transform: capitalize;
    font-family: ExcelsiorSans;
  }
  .empower h4 {
    font-size: 25px;
    margin-top: -10px;
  }
  .empower p {
    font-size: 18px;
    margin: 15px 0px;
  }
  .why {
    /*min-height: 750px;*/
  }
  .why h2 {
    font-size: 40px;
    padding-top: 0px;
    /* padding-top: 170px; */
  }
  .why h4 {
    font-size: 25px;
    margin-top: -10px;
  }
  .why p {
    font-size: 18px;
    margin-right: 0px;
  }
  .service h2 {
    font-size: 40px;
    /* padding-top: 170px; */
  }
  .servicetxt h6 {
    font-size: 16px;
    /* margin-top: -10px; */
  }
  .test {
    min-height: 1600px;
  }
  .rbrd {
    margin: 20px 0px;
  }
  .rbrd img {
    margin-left: 20px;
    margin-bottom: 10px;
  }
  .rbrd p {
    font-size: 18px;
    margin-left: 30px;
    margin-right: 10px;
  }
  .rbrd h6 {
    font-size: 19px;
    margin-left: 50px;
    margin-bottom: 30px;
  }
  .education h2 {
    font-size: 40px;
  }
  .education p {
    font-size: 18px;
  }
  .newstxt {
    left: 7%;
    right: 1%;
  }
  .support {
    /*min-height: 1000px;*/
    text-align: center;
  }
  .line4 {
    margin: 0 auto;
  }
  .support h2 {
    font-size: 40px;
  }
  .support p {
    font-size: 18px;
  }
  .support img {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer {
    text-align: center;
  }
  .lineb {
    margin: 0 auto;
    /* display: block; */
  }
  .footer img {
    padding-top: 50px;
  }
  .footer li a {
    font-size: 16px;
  }
  .footer h4 {
    font-size: 27px;
  }
  .footer p {
    font-size: 16px;
    margin-right: 0px;
    text-align: center;
  }
  .footer p a {
    font-size: 16px;
  }
  .fullline p {
    font-size: 12px;
  }

  .slidertxtin {
    left: 20%;
    margin-top:80px;
    transform: translate(-10%, -50%);
    font-size:50px;
  } 
  .sliderin img {
    min-height: 400px;
    object-position: center;
  }
  .slidertxtin h1 {
    font-size: 60px;
  }

  .slidertxtin h4 {
    font-size: 20px;
  }
  .empowerin {
    min-height: 750px;
  }
  .empowerin h2 {
    font-size: 40px;
  }
  .empowerin h4 {
    font-size: 25px;
    margin-top: -10px;
  }
  .empowerin p {
    font-size: 18px;
    margin: 15px 0px;
  }
  .whyin {
    text-align: center;
    padding-top: 0px;
    min-height: 1000px;
    margin-bottom:50px;
  }
  .whyin h2 {
    font-size: 40px;
    padding-top: 0px;
  }
  .whyin p {
    margin-right: 0px;
    font-size: 18px;
  }
  .yline {
    margin: 0 auto;
  } 
  .location{
    padding: 20px 0px;
  }
  .location h2{
    font-size: 40px;
    text-align: center;
  }
  .location p{
    font-size: 17px;
    text-align: center;
  }
  .bldcin{
    font-size: 12px;
  }
  .location h6{
    font-size: 18px;
  }
  .lmessage h2{
    font-size: 40px;
  }
  .inpl input{
    min-height: 50px;
  }
  .inpr textarea{
    min-height: 150px;
    margin-top: 2px;
  }
  .lmessage{
    min-height: 846px;
  }
}
