/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

  /* header start  */
  .navbar-collapse {
    padding-bottom: 20px;
  }

  .page::after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    background-color: #5D2309;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.3s;
  }

  .page:hover::after {
    width: 0%;
  }

  .page.active::after {
    position: absolute;
    content: '';
    width: 0%;
    height: 0px;
    background-color: #5D2309;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.3s;
  }

  .banner-content h1 {
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 26px;
  }

  .banner {
    padding: 100px 0 80px;
  }

  .banner-content h3 {
    font-size: 18px;
  }

  /* header end  */

  /*About start*/
  .about {
    padding: 50px 0;
  }

  .png-bg {
    width: 250px;
  }

  .about h3 {
    margin-top: 20px;
    font-weight: 800;
    font-size: 14px;
  }

  .about-content h1 {
    font-weight: 800;
    font-size: 24px;
    color: #333;
  }

  .about-content p {
    font-weight: 600;
    font-size: 15px;

  }

  .about-content ul li {
    margin: 5px 0;
    font-weight: 600;
    font-size: 15px;
  }

  .about-content ul li span {
    margin-right: 3px;
  }

  /*About End*/
  /* what-we-do start  */
  .what-we-do {
    padding: 70px 0;
  }

  .single-what-we-do-wrapper {
    min-height: initial;
    padding: 30px 25px;
  }

  .single-what-we-do-wrapper i {
    font-size: 40px;
  }

  .single-what-we-do-wrapper h2 {
    margin-top: 15px;
    font-size: 22px;
  }

  .single-what-we-do-wrapper p {
    font-size: 14.5px;
  }

  /* what-we-do end  */


  /* about-president start  */

  .about-president {
    padding: 70px 0;
    background-color: #F7F7F7;
  }

  /* about-president End  */

  /* why-esaa start  */
  .why-esaa {
    padding: 70px 0;
  }

  /* why-esaa end  */

  /* mission start  */

  .mission {
    padding: 70px 0;
  }

  .mission h1 {
    font-size: 26px;
  }

  .mission p {
    color: #333;
    font-size: 16px;
  }

  .mission li {
    margin: 15px 0;
    font-size: 16px;
  }

  /* mission end  */


  /* contact start  */
  .form-wrapper h2 {
    font-size: 20px;
  }

  .form-wrapper h2::after {
    top: 30px;
  }

  .form-wrapper p {
    font-size: 15px;
  }

  .form-wrapper {
    padding: 30px 20px;
  }

  .submit-btn {
    font-size: 14px;
  }

  /* contact end */

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

  /* header start  */
  .navbar-collapse {
    padding-bottom: 20px;
  }

  .page::after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    background-color: #5D2309;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.3s;
  }

  .page:hover::after {
    width: 0%;
  }

  .page.active::after {
    position: absolute;
    content: '';
    width: 0%;
    height: 0px;
    background-color: #5D2309;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.3s;
  }

  .banner-content h1 {
    line-height: 45px;
    font-size: 40px;
  }

  /* header end  */

  /*About Start*/
  .about {
    padding: 60px 0;
  }

  .png-bg {
    width: 500px;
    left: 100px;
  }

  /*About End*/

  /* What we do start  */
  .single-what-we-do-wrapper {
    min-height: 250px;
  }

  /* What we do end  */
  /* mission start  */

  .mission h1 {
    font-size: 26px;
  }

  .mission p {
    color: #333;
    font-size: 16px;
  }

  .mission li {
    margin: 15px 0;
    font-size: 16px;
  }

  /* mission end  */

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

  /* header start  */

  .navbar-collapse {
    padding-bottom: 20px;
  }

  .page::after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    background-color: #5D2309;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.3s;
  }

  .page:hover::after {
    width: 0%;
  }

  .page.active::after {
    position: absolute;
    content: '';
    width: 0%;
    height: 0px;
    background-color: #5D2309;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.3s;
  }

  /* header end  */

  /*About Start*/
  .about {
    padding-top: 80px;
  }

  .png-bg {
    width: 500px;
    left: 100px;
  }

  /*About End*/

  /* what-we-do start  */
  .single-what-we-do-wrapper {
    padding: 40px 20px;
  }

  .single-what-we-do-wrapper i {
    font-size: 40px;
  }

  .single-what-we-do-wrapper p {
    font-size: 16px;
  }

  /* what-we-do end  */

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

  /*About Start*/
  .png-bg {
    width: 500px;
    top: 20px;
    left: 60px;
    z-index: -1;
  }

  /*About End*/

  /* what-we-do start  */
  .single-what-we-do-wrapper {
    min-height: 200px;
    padding: 40px 20px;
  }

  .single-what-we-do-wrapper i {
    font-size: 40px;
  }

  .single-what-we-do-wrapper h2 {
    margin-top: 15px;
    font-size: 22px;
  }

  .single-what-we-do-wrapper p {
    font-size: 14.5px;
  }

  /* what-we-do end  */
  /* mission start  */

  .mission h1 {
    font-size: 26px;
  }

  .mission p {
    color: #333;
    font-size: 16px;
  }

  .mission li {
    margin: 15px 0;
    font-size: 16px;
  }

  /* mission end  */

}

/*X large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/*XX Large devices (large desktops, 1400px and up)*/
@media (min-width: 1400px) {}