.header {
    position: fixed;
    top: 0%;
    width: 100%;
    z-index: 999999999;
}

.about-container{
    padding-top: 8rem;
    padding-bottom: 7rem!important;
}

/* About Us Css Starts */

.about-container {
  padding-bottom: 100px;
  padding-top: 70px;
}

.about-container h4 {
  font-size: 2.7rem;
  font-weight: 500;
  text-align: center !important;
  color: #002461;
  margin: 0 auto !important;
}

.about-container .line {
  background: #002461;
  border-radius: 14px;
  height: 0.4rem !important;
  margin-top: 1rem !important;
}

.about-container .col-1 {
  margin: 0 auto;
}

.about-container .content-row {
  padding: 20px 0px 0px 0px;
}

.about-container .content-row img {
  max-width: 500px;
  height: 350px;
}

.about-container p {
  font-size: 1.2rem;
}

/* About Us Css Ends */

.contact-us-section{
    height: auto!important;

}



/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

    /* CSS */

}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {


nav .nav-item a{
  font-size: 1.1rem!important;
}
}
/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

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

      .about-container .content-row img {
          width: 350px;
          height: 400px;
          margin-left: 30px;

        }

                .about-container h4{
                  font-size: 2.1rem;
                  margin-left: -0.8rem!important;
                  padding-top: 0.5rem;
                }


}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

.about-container{
  padding-top: 6rem!important;
}

.about-container h4{
  margin-left: 0.5rem!important;
}

}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    /* CSS */

}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

.header {
        position: fixed;
        top: 0%;
        width: 100%;
        z-index: 999999999;
    }

    .about-container {
        padding-top: 7rem;
        padding-bottom: 0rem !important;
    }


    .contact-us-section {
        height: auto !important;
        margin-top: -6rem!important;

    }

}


@media (max-width: 767px) {

  .announcement-bar {
    height: 4rem !important;
  }

  .announcement-bar h6 {
    color: #002461;
    font-size: 0.9rem !important;

  }

  nav .navbar-brand img {
    max-width: 85px;
    position: absolute;
    top: 3px !important;
    left: 5%;
    border-radius: 5px;
  }

  nav {
    background: #002461 !important;
    height: auto !important;
  }

  nav .nav-item .nav-link {
    font-size: 1rem;
    font-weight: 300;
    margin-left: 0.8rem;
  }

  .nav .nav-nav {
    padding-bottom: 50px !important;
    display: none;
  }

  /* About Us Css Starts */

  .about-container {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-top: 5.5rem;
    height: auto;

  }

  .about-container .line {
    display: none;
  }

  .about-container h4 {
    font-size: 2rem;
    font-weight: 600;
    text-align: center !important;
    color: #002461;
    margin: 0 auto !important;
  }

  .about-container .col-1 {
    width: 100%;
  }

  .about-container .content-row img {
    max-width: 100%
  }

  .about-container p {
    padding: 20px;
    font-size: 1.1rem;
  }

  .about-container .content-row {
    padding: 20px 0px 0px 0px;
    padding-bottom: 0px;
  }

  /* About Us Css Ends */
    /* Footer Section Css Stars */
    .footer-section {
      background: #002461;
      height: auto !important;
      padding: 30px 0px 30px 0px !important;
      margin-top: 1rem !important;
    }

    .footer-section .line {
      height: 0.7px !important;
      background: white !important;
    }

    .footer-section .social-profiles {
      text-align: left !important;
    }

    .footer-section .social-profiles ul {
      list-style-type: none;
      margin-top: 1rem;
      margin-left: -3rem;
      position: relative;
      left: 1%;


    }

    .footer-section .social-profiles ul li {
      float: left!important;
      margin-left: 1rem;
      height: 40px;
      width: 40px;
      background: white;
      border-radius: 50%;
      line-height: 2.7rem !important;
      padding-left: 0.7rem;

    }

    .footer-section .social-profiles ul li i {
      font-size: 1.3rem;
      font-weight: 500;
      color: black;
    }

    .footer-section .social-profiles ul li i:hover {
      color: #002461;
    }

  /* Instagram Section Css ends */
}