* {
  box-sizing: border-box;
}

.header {
  float: left;
  position: relative;
  width: 100%;
  padding-top: 5px;
  height: 110px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}

.logo {
  margin-left: 1%;
}

.logo2 {
  margin-left: 2%;
}

.text_logo {
  float: left;
  font-family: "Aclonica", Sans-serif;
  width: 1070px;
  height: 20px;
  text-align: center;
  color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 0%;
  background: rgba(0, 0, 0, 0.3);
  bottom: 1.25rem;
  left: 0%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

.v_menu {
  width: 13%;
}

.color {
  background-color: #247583;
}


.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: (#fff, 0.65) !important;
  --bs-navbar-hover-color: (#000, 0.8) !important;
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-active-color: (#000, 1) !important;
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%2833, 37, 41, 0.75%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e);
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
  width: 100%;
  font-weight: bold;
  float: left;
  /* margin-top: 150px; */
  /* padding-bottom: 10px !important; */
}

.navbar-light .navbar-nav .nav-link {
  background-color: #247583;
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover {
  background-color: #FFF;
  color: #F65314 !important;
}

.dropdown-item {
  font-weight: bold;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-item:hover {
  background-color: #247583;
  color: #F65314 !important;
}

.active {
  background-color: #FFF !important;
  color: #F65314 !important;
}

a:hover {
  color: #F65314 !important;
}

a:hover .manu-icon {
  color: #F65314 !important;
}

a span:hover {
  color: #F65314 !important;
}
/*.div-header {*/
/*  border-bottom: 3px solid #214674;*/
/*}*/
/*.min-d-container {*/
/*  padding: 15px;*/
/*  background-color: #d9d9d9;*/
/*  border-radius: 10px;*/
/*  margin: 20px 16px;*/
/*  box-shadow: 0px -9px 1px rgb(4 50 111);*/
/*}*/
.navbar.sticky-top {
  top: -5px;
  transition: .5s;
}

.sticky-top {
  position: sticky !important;
  top: 0;
  z-index: 1020
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.menu_bar {

  display: flex;
  position: relative;
  width: 100%;
  background-color: #247583;
  ;
  color: #fff;
  height: auto;

}


.middle_container {

  width: 100%;
  margin-top: 10px;
}

.new_bar {
  width: 100%;
  height: 40px;
  background-color: #E15517;
  color: #fff;

}

.new_bar span {
  display: block;
  padding: 10px;
  font-weight: bold;
}

li a {
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  text-decoration: none;
  color: #fff;
}

h1 a {
  text-decoration: none;
  font-weight: bold;
  color: #247583;
  ;
}

h3 a {
  text-decoration: none;
  font-weight: bold;
  color: #247583;
  ;
}

img {
  overflow-clip-margin: content-box;
  overflow: clip;
}

.h {
  height: 350px;
}


.info {
  float: left;
  width: 100%;
  display: flex;
  height: auto;
  padding: 0px;
  margin: 8px;
  border: 1px solid #eee;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.school_info {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 20px;
}

.school_info h1 {
  text-align: center;
  margin: 0px;
  padding: 0px;
  color: #F65314;
}

.block_container {
  width: 100%;
  height: auto;
  float: left;
}

.bland {
  mix-blend-mode: color-burn;
}

.block {
  width: 45%;
  height: 250px;
  float: left;
  margin: 25px;
  box-shadow: 3px 3px 3px 3px #666;
  border: 3px solid #eee;
}

.block h4 {
  color: #247583;
  ;
  margin: 0px;
}

.block img {
  height: 230px;
  width: 40%;
  margin: 5px;
  float: left;
}

.block span {
  display: flow;
  font-size: 14px;
  letter-spacing: 0px;
  margin-right: 22px;
}

.footer {
  float: left;
  width: 100%;
  background-color: #247583;
  ;
  color: #fff;
  height: auto;
}

.section {
  float: left;
  width: 23%;
  height: auto;
  padding: 7px;
  margin: 10px;
  display: flex;
  margin: 10px;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-evenly;
  align-items: center;
}

.section_bar {
  width: 100%;
  display: flex;
  background-color: #fff;
  color: #F65314;
  border-radius: 5px;
  padding: 5px;
  font-weight: bold;
  margin-bottom: 5px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

.section a {
  text-decoration: none;
  color: #fff;
  line-height: 0.5em;
}

.contact i {
  display: flex;
  justify-content: center;

  margin-inline: 15px;
}

.middle_container {

  width: 100%;
  margin-top: 10px;
}

.left_content {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.left_content span {
  float: left;
  width: 100%;
  display: block;
  padding: 15px;
  /* margin-left: 10px; */
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 5px;
  line-height: 2em;
  text-align: justify;
}

.left_content h3 {
  color: #F65314;
  /* margin: 15px; */
}

.bttn {
  height: auto;
  width: 100px;
  border: none;
  background-color: #F65314;
  color: #fff;
  opacity: 0.9;
  padding: 5px 20px 5px 20px;
  margin-top: 28px;
  border-radius: 5px;
}

.p_section {
  float: left;
  display: flex;
  width: 180px;
  border: 1px solid #ccc;
  margin: 15px;
  padding: 10px;
  height: 212px;
  font-weight: bold;
  font-size: 20px;
  background-color: #fff;
  box-shadow: 3px 3px 3px 3px #666;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.p_section img {
  height: 160px;
  width: 160px;
}

.pp_section {

  /* width: 170px; */
  /* border: 1px solid #ccc; */
  margin: 8px;
  padding: 2px;
  padding-top: 8px;
  /* height: 200px; */
  /* background-color: #fff; */
  /* box-shadow: 3px 3px 3px 3px #666; */
}

.pp_section img {
  height: 180px;
  width: 150px;
  transition: scale 400ms;
}

.pp_section:hover img {
  scale: 120%;
}

img {
  overflow: hidden;
}

.img_container {
  padding: 10px;
  margin: 10px;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  text-decoration: none;
  color: #000;
}

.img_container h3 {
  color: #F65314;
  margin: 0px;
  font-size: 26px;
  padding: 10px;
}

.img_container img {
  height: 200px;
  width: 200px;
  margin: 10px;
  border-radius: 5px;
  box-shadow: 3px 3px 3px 3px #666;
}

.inner .a h5 {
  text-decoration: none;
  color: #F65314;
  margin-left: 50px;
  margin-top: 10px;
}

.inner .a {
  text-decoration: none;
  color: #F65314;
}


.notification {
  background-color: #ddd;
  float: left;
  margin-bottom: 10px;
  height: 25px;
  text-decoration: none;
  color: #F65314;
  /* margin-right: 20rem; */
  font: 1em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
  height: 25px;
  font-weight: bold;
}

.marquee-data {
  text-decoration: none;
  color: #247583;
  margin-right: 20rem;
  font: 1em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
  height: 25px;
  font-weight: bold;
}

.stext {
  float: left;
  width: 8%;
  height: 25px;
  color: #fff;
  background-color: #333;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

.atag {
  text-decoration: none;
  color: #F65314;
  font-weight: bold;
}

.img_container img:hover {
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  opacity: 0.8;
}

.inner {
  float: left;
  width: 97%;
  padding: 15px;
  margin-left: 10px;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 5px;
  line-height: 1.5em;
  text-align: justify;
}

.tender_link {
  display: contents;
  text-decoration: none;
  color: #247583;
  ;
  font-size: 18px;
}

.gallery_detail {
  width: 99%;
  text-align: center;
  background-color: #ddd;
  margin: 0 10px 10px 10px;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100% !important;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.table>:not(caption)>*>* {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 0px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table_container {
  padding: 0px;
  height: auto;
  margin: 20px;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.table_containerr {
  padding: 0px;
  height: 300px;
  margin: 20px;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 5px;
}

@media only screen and (max-width: 600px) {
  .header {

    width: 100%;
    margin: 1%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
  }

  .logo {

    margin-left: 2%;
    height: auto;
  }

  .logo img {
    width: 35px;
    height: 90px;
  }

  .logo2 {

    height: auto;
  }

  .logo2 img {
    width: 35px;
    height: 90px;
  }

  .text_logo {

    font-family: "Aclonica", Sans-serif;
    width: 287px;
    height: 105px;
    text-align: center;

  }

  .h {
    height: 250px;
  }

  .section {

    width: 90%;
    height: auto;
    padding: 7px;
    margin: 10px;
    display: flex;
    margin: 10px;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: center;
  }

  .section_bar {
    width: 100%;
    display: flex;
    background-color: #fff;
    color: #F65314;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    margin-bottom: 5px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
  }

  .block {
    width: 90%;
    height: auto;
    float: left;
    margin: 10px;
    box-shadow: 3px 3px 3px 3px #666;
    border: 3px solid #eee;
  }

  .footer {

    width: 100%;
    display: flex;
    background-color: #247583;
    ;
    color: #fff;
    height: auto;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
    align-items: center;
  }

  .left_content span {
    /* display: flex; */
    width: 100%;
    padding: 15px;
    margin-left: 10px;
    border-radius: 5px;
    text-align: justify;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .left_content h3 {
    color: #F65314;
    margin: 0px;
  }

  .notification {
    background-color: #ddd;
    width: 90% !important;
    margin-top: 18px;

    margin-bottom: 10px;
    height: 20px;
  }

  .stext {

    margin-top: 1pc;
    width: 10%;
    color: #fff;
    background-color: #333;
    font-weight: bold;
    font-size: 9px;
  }

  .inner {

    width: 100%;
    padding: 15px;
    margin-left: 10px;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 2em;
    text-align: justify;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
  }
}