@media only screen and (max-width: 413px) {
  /* Top Header Start */
  .topLeft_menu {
    justify-content: center;
  }
  .socmed_menu {
    max-width: 25px;
  }
  .topRight_menu {
    display: block;
  }
  .topRight_menu img {
    max-width: 25px;
  }
  .email_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0px !important;
    font-size: small;
  }
  .telephone_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0px !important;
    font-size: small;
  }
  /* Top Header End */
  /* - - - - - */
  /* NavBar Start*/
  .navbar-brand img {
    max-width: 100px;
  }
  /* NavBar End */
  /* - - - - - */
  /* About Us Start */
  .aboutUs_img img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  .aboutUs_content {
    padding: 2em;
  }
  .aboutUs_content p {
    text-indent: 1.5em;
  }
  .award_content {
    padding: 50px 0px;
  }
  .award_card {
    max-width: 70%;
    display: flex;
    justify-content: center;
  }
  .award_card img {
    max-width: 60px;
  }
  .award_card h5 {
    font-size: medium;
  }
  /* About Us End */
  /* - - - - - */
  /* Announcement Start */
  .news_card_body1 {
    padding-left: 1em;
  }
  .news_card_footer1 {
    padding-left: 1em;
  }
  .news_card_body2 {
    padding-right: 1em;
  }
  .news_card_footer2 {
    padding-right: 1em;
  }
  /* Announcement End */
  /* - - - - - */
  /* Cadetship Program Start */
  .cadet_content h1 {
    width: 100%;
  }
  /* Cadetship Program End */
  /* - - - - - */
  /* Contacts Start */
  .address_details h5 {
    font-size: small;
  }
  .address_details img {
    max-width: 20px;
    margin-right: 5px;
  }
  .forms_content h4 {
    font-size: small;
  }
  #contactForm input,
  textarea {
    font-size: small;
  }
  .btn_submit {
    padding: 0.5em 2em !important;
    font-size: small;
  }
  /* Contacts End */
  /* - - - - - */
  /* Section 8 Company Logo Start */
  .section8_wrapper {
    margin: 50px 0px 50px 0px;
  }
  /* Section 8 Company Logo End */
  /* - - - - - */
  /* Footer Start */
  footer {
    padding: 0px 20px;
  }
  /* Footer End */
}

@media (min-width: 414px) and (max-width: 767px) {
  /* Top Header Start */
  .topLeft_menu {
    justify-content: center;
  }
  .socmed_menu {
    max-width: 20px;
  }
  .topRight_menu {
    display: block;
  }
  .topRight_menu img {
    max-width: 20px;
  }
  .email_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0px !important;
    font-size: small;
  }
  .telephone_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0px !important;
    font-size: small;
  }
  /* Top Header End */
  /* - - - - - */
  /* NavBar Start*/
  .navbar-brand img {
    max-width: 150px;
  }
  /* NavBar End */
  /* - - - - - */
  /* About Us Start */
  .aboutUs_img img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  .aboutUs_content {
    padding: 2em;
  }
  .aboutUs_content p {
    text-indent: 1.5em;
  }
  .award_content {
    padding: 50px 0px;
  }
  .award_card {
    max-width: 70%;
    display: flex;
    justify-content: center;
  }
  .award_card img {
    max-width: 60px;
    height: auto;
  }
  .award_card h5 {
    font-size: medium;
  }
  /* About Us End */
  /* - - - - - */
  /* Announcement Start */
  .news_card_body1 {
    padding-left: 1em;
  }
  .news_card_footer1 {
    padding-left: 1em;
  }
  .news_card_body2 {
    padding-right: 1em;
  }
  .news_card_footer2 {
    padding-right: 1em;
  }
  /* Announcement End */
  /* - - - - - */
  /* Cadetship Program Start */
  .cadet_content h1 {
    width: 100%;
  }
  /* Cadetship Program End */
  /* - - - - -  */
  /* Contacts Start */
  .address_details h5 {
    font-size: small;
  }
  .address_details img {
    max-width: 20px;
    margin-right: 5px;
  }
  .forms_content h4 {
    font-size: small;
  }
  #contactForm input,
  textarea {
    font-size: small;
  }
  .btn_submit {
    padding: 0.5em 2em !important;
    font-size: small;
  }
  /* Contacts End */
  /* - - - - - */
  /* Section 8 Company Logo Start */
  .section8_wrapper {
    margin: 50px 0px 50px 0px;
  }
  /* Section 8 Company Logo End */
  /* - - - - - */
  /* Footer Start */
  footer {
    padding: 0px 20px;
  }
  /* Footer End */
}

@media (min-width: 768px) and (max-width: 991px) {
  /* Top Header Start */
  .topLeft_menu {
    /* justify-content: center; */
  }
  .socmed_menu {
    max-width: 25px;
  }
  .topRight_menu {
    display: block;
  }
  .topRight_menu img {
    max-width: 25px;
  }
  .email_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0px !important;
    font-size: small;
  }
  .telephone_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0px !important;
    font-size: small;
  }
  /* Top Header End */
  /* - - - - - */
  /* NavBar Start*/
  .navbar-brand img {
    max-width: 150px;
  }
  /* NavBar End */
  /* - - - - - */
  /* About Us Start */
  .aboutUs_img img {
    width: 70%;
    height: auto;
    margin-bottom: 50px;
  }
  .aboutUs_content {
    padding: 2em;
  }
  .aboutUs_content p {
    text-indent: 1.5em;
  }
  .award_content {
    padding: 50px 0px;
  }
  .award_card {
    max-width: 70%;
    display: flex;
    justify-content: center;
  }
  .award_card img {
    max-width: 60px;
    height: auto;
  }
  .award_card h5 {
    font-size: medium;
  }
  /* About Us End */
  /* - - - - - */
  /* Contacts Start */
  .address_details h5 {
    font-size: small;
  }
  .address_details img {
    max-width: 20px;
    margin-right: 5px;
  }
  .forms_content h4 {
    font-size: small;
  }
  #contactForm input,
  textarea {
    font-size: small;
  }
  .btn_submit {
    padding: 0.5em 2em !important;
    font-size: small;
  }
  /* Contacts End */
  /* - - - - - */
  /* Section 8 Company Logo Start */
  .section8_wrapper {
    margin: 50px 0px 50px 0px;
  }
  /* Section 8 Company Logo End */
  /* - - - - - */
  /* Footer Start */
  footer {
    padding: 0px 20px;
  }
  /* Footer End */
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* Top Header Start */
  .topLeft_menu {
    /* justify-content: center; */
  }
  .socmed_menu {
    max-width: 25px;
  }
  .topRight_menu {
    /* display: block; */
  }
  .topRight_menu img {
    max-width: 25px;
  }
  .email_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0px !important;
    font-size: small;
  }
  .telephone_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0px !important;
    font-size: small;
  }
  /* Top Header End */
  /* - - - - - */
  /* NavBar Start*/
  .navbar-brand img {
    max-width: 150px;
  }
  /* NavBar End */
  /* - - - - - */
  /* About Us Start */
  .aboutUs_content {
    padding: 2em;
  }
  .aboutUs_content p {
    text-indent: 1.5em;
  }
  .award_content {
    padding: 50px 0px;
  }
  .award_card {
    max-width: 70%;
    display: flex;
    justify-content: center;
  }
  .award_card h5 {
    font-size: medium;
  }
  /* About Us End */
  /* - - - - - */
  /* Contacts Start */
  .address_details h5 {
    font-size: small;
  }
  .address_details img {
    max-width: 20px;
    margin-right: 5px;
  }
  .forms_content h4 {
    font-size: small;
  }
  #contactForm input,
  textarea {
    font-size: small;
  }
  .btn_submit {
    padding: 0.5em 2em !important;
    font-size: small;
  }
  /* Contacts End */
  /* - - - - - */
  /* Section 8 Company Logo Start */
  .section8_wrapper {
    margin: 50px 0px 50px 0px;
  }
  /* Section 8 Company Logo End */
  /* - - - - - */
  /* Footer Start */
  footer {
    padding: 0px 20px;
  }
  /* Footer End */
}

@media (min-width: 1200px) and (max-width: 1366px) {
  /* Top Header Start */
  .topLeft_menu {
    /* justify-content: center; */
  }
  .socmed_menu {
    max-width: 25px;
  }
  .topRight_menu {
    /* display: block; */
  }
  .topRight_menu img {
    max-width: 25px;
  }
  .email_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px !important;
    font-size: small !important;
  }
  .telephone_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0px !important;
    font-size: small !important;
  }
  /* Top Header End */
  /* - - - - - */
  /* NavBar Start*/
  .navbar-brand img {
    max-width: 150px;
  }
  /* NavBar End */
  /* - - - - - */
  /* Contacts Start */
  .address_details h5 {
    font-size: medium;
  }
  .address_details img {
    max-width: 25px;
    margin-right: 5px;
  }
  .forms_content h4 {
    font-size: medium;
  }
  #contactForm input,
  textarea {
    font-size: medium;
  }
  .btn_submit {
    padding: 0.5em 2em !important;
    font-size: medium;
  }
  /* Contacts End */

  /* - - - - - */
  /* Section 8 Company Logo Start */
  .section8_wrapper {
    margin: 50px 0px 50px 0px;
  }
  /* Section 8 Company Logo End */
  /* - - - - - */
  /* Footer Start */
  footer {
    padding: 0px 20px;
  }
  /* Footer End */
}

@media (min-width: 1367px) and (max-width: 1680px) {
  /* Top Header Start */
  .topLeft_menu {
    /* justify-content: center; */
  }
  .socmed_menu {
    max-width: 25px;
  }
  .topRight_menu {
    /* display: block; */
  }
  .topRight_menu img {
    max-width: 25px;
  }
  .email_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px !important;
    font-size: small;
  }
  .telephone_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0px !important;
    font-size: small;
  }
  /* Top Header End */
  /* - - - - - */
  /* NavBar Start*/
  .navbar-brand img {
    max-width: 150px;
  }
  /* NavBar End */
  /* - - - - - */

  /* - - - - - */
  /* Section 8 Company Logo Start */
  .section8_wrapper {
    margin: 50px 0px 50px 0px;
  }
  /* Section 8 Company Logo End */
  /* - - - - - */
  /* Footer Start */
  footer {
    padding: 0px 20px;
  }
  /* Footer End */
}
