@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1080px !important;
}
}
#menu-top-menu {
    margin-left: auto;
}
.single-left img {
    width: 150px;
    height: 150px;
}

.wp-block-embed.alignleft.is-type-video.is-provider-youtube.wp-block-embed-youtube.wp-embed-aspect-16-9.wp-has-aspect-ratio {
        margin: 5px -8px;
}
.ebook-name-list {
    display: flex;
    flex-direction: column;
}
.sbd-bg {
      background: #000033;
      color: #fff;
}
.sbd-bg a {
      color: #fff;
}
.sbd-bg h2 {
     font-size: 20px;
     margin: 0;
     padding: 0;
}
.sbd-bg a:hover {
      color: #BCB5AD;
}
.sbd-bg2 {
      background: #55AA55;
      color: #fff;
}
.sbd-bg3 {
      background: #FFEAEE;

}
.sbd-bg3 td, .sbd-bg3 th {
      background: repeat;
  }
.sbd-bg2 a {
      color: #fff;
}
.card {
    border: navajowhite;
}
#header a.nav-link.active {
      
      color: #55AA55 !important;
  }

.hero {
	background-color: #000000;
      background-position: center;
	background-size: cover;
	color: #ffffff;
	padding: 5em 1em;
	text-align: center;
      border-radius: 15px;
}
.school-name h1 {
      font-size: 30px;
      font-weight: 600;
}
.btn-school {
      background: #55AA55;
      color: #fff;
}
.btn-school:hover {
      background-color: #55AA55;
}
.footer-nav ul {
      list-style-type: none;
    }

.card-title {
      margin: 0;
      padding: 0;
      font-size: 20px;
}
.author-card img {
      width: 200px;
      height: auto;
  }

.table-head th {
      background: #55AA55 !important;
      color: #fff;
  }

/* .page .card-body {
      padding: 0;
  } */

/* .table>:not(caption)>*>* {
      border: none;
  } */

/* .page .card {
      border: none;
  } */

/* .page .table tbody>tr {
      border-bottom: 1px solid #5555FF;
  } */

#navbar .dropdown-menu.show {
      background-color: #000033;
  }
#navbar .dropdown-menu.show a:hover {
      background-color: #000033;
  }
.box-div {
      background: #55AA55 !important;
      color: #fff;
}
.group-division-list {
      margin: 50px 0;
  }

  .dashicons.dashicons-arrow-right {
      color: #55AA55 !important;
      font-size: 28px;
      margin-right: 5px;
  }
  
  .website-list {
      display: flex;
      flex-direction: column;
      gap: 10px;
  }
  
.website-list a {
      color: #000;
  }

.single-right .single-info-item {
      border-bottom: 1px solid gray;
      padding: 10px;
  }

  .footer-menu a:before {
      content: "\f139";
      font-family: 'Dashicons';
      color: #55AA55 !important;
      font-size: 28px;

  }
  .footer-menu li {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}
  .footer-menu a.nav-link {
      display: flex;
      align-items: center;
  }
.inovate-digital {
      text-align: right;
  }
.school-logo img {
    max-width: 100px;
}
.contact {
    margin: 0 auto;
    padding: 50px;
}
.contact p {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.contact .school-social {
    margin-top: 15px;
}
.contact-wrapper {
    display: flex;
    align-items: center;
}
.small-text {
    font-size: 10px;
}
/* CSS for small devices */
@media (max-width: 600px) {

      .school-name h1 {
            font-size: 20px;
        }
        .school-name h1 {
            font-size: 20px;
            margin: 0;
            margin-top: 10px;
        }
        
        .school-logo {
            padding-right: 10px;
            text-align: center;
        }
        .school-meta {
            text-align: center;
        }
        .micro-mobile-wrapper {
            width: 75%;
            display: flex;
            gap: 5px;
            align-items: center;
        }
        .micro-mobile-wrapper h1 {
            font-size: 16px;
            margin: 0;
            padding: 0;
            line-height: 1.3rem;
        }
        .micro-mobile-wrapper p {
            font-size: 11px;
            margin: 0;
            padding: 0;
        }
        .footer-menu {
            display: flex;
            gap: 15px;
            justify-content: center;
        }
        #footer p {
           
            text-align: center;
        }
        .copyright {
            margin-bottom: 0;
        }
        .inovate-digital {
            text-align: center;
        }

    }
    .navbar-brand img {
      height: auto;
  }

/* Pagination  */

  .pagination .page-numbers {
    color: black;
    float: left;
    padding: 5px 10px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
  }
  
  .pagination .page-numbers.current {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
  }
  
  .pagination .page-numbers:hover:not(.current) {background-color: #ddd;}

  .panel-heading h3 {
    text-align: center;
    margin: 20px 0px;
}

input, select, textarea {
    margin-bottom: 30px;
}

.panel-body {
    font-size: 16px;
    font-weight: 500;
}

.panel-body label {
    padding-bottom: 10px;
}

.box1 {
    display: flex;
    font-size: 20px;
}

.box-col {
    max-width: 2%;
}

.box-col input {
    border: none;
    outline: none;
    margin-bottom: 10px;
    overflow: hidden;
    background: transparent;
}

.add-s {
    margin: 0 10px;
}

.form-control {
    font-size: 14px;
}