/* @import url("https://fonts.maateen.me/solaiman-lipi/font.css"); */

/* colors */
:root {
  --primary: #01814a;
  --primary-mid: #9db993;
  --primary-light: #86db9f;
  --primary-lighter: #e8f0fe;
  --primary-dark: #036b00;
  --gray-dark: #54595f;
  --gray-light: #7a7a7a;
  --offwhite: #f5f5f5;
  --white: #ffffff;
  --black: #000000;
  --blue: #0f3f55;
  --blue-dark: #1c1d58;
  --blue-light: #2e3192;
  --blue-lighter: #e8f0fe;
  --gold: #d7c58b;
  --red: #c50000;
  --bg-1: #e0e4cc;
}

/* Text Center */
.not-found-msg {
  background: var(--primary-lighter);
  margin-bottom: 0.5rem;
  padding: 1rem;
  text-align: center;
  font-weight: 600;
}

/* divider */
.divider {
  background: url("../img/school/separator.svg");
  background-size: 9.7px;
  color: var(--primary);
  width: 100%;
  height: 11.2px;
  margin-top: 1rem;
}
.divider-block {
  background: url("../img/school/separator-block.svg");
  background-size: 20px;
  color: var(--primary);
  width: 100%;
  height: 20px;
  margin-top: 2rem;
}
.divider-line {
  background: url("../img/school/separator-line.svg");
  background-size: 20px;
  color: var(--primary);
  width: 100%;
  height: 20px;
}
/* readmore */
.readmore {
  display: flex;
  justify-content: center;
  background: var(--primary);
  margin-top: 1.5rem;
}
.readmore a {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  padding: 0.5rem;
}
.readmore a:hover,
.readmore a:focus {
  color: var(--primary-light);
}
/* readmore2 */
.readmore2 {
  display: flex;
  justify-content: end;
  background: var(--primary-mid);
  margin-top: 0.5rem;
}
.readmore2 a {
  color: var(--black);
  font-size: 14px;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  background: var(--gold);
  border-radius: 0 0 0 30px;
}
.readmore2 a:hover,
.readmore2 a:focus {
  color: var(--primary-dark);
}

/* Topbar */
.topbar {
  background: var(--primary);
  padding: 4px 0;
}
.topbar .phone {
  font-size: 14px;
  color: var(--white);
}
.topbar .social a {
  color: var(--primary-light);
}
.topbar .social a:hover {
  color: var(--white);
}
/* Notice Scroll */
.notice-scroll {
  height: 100px;
  display: flex;
  align-items: center;
  background: var(--offwhite);
}
.notice-scroll .overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.notice-scroll .wrap {
  display: flex;
  gap: 2px;
  background-color: var(--white);
}
.notice-scroll span {
  background: var(--primary);
  padding: 0.5rem 1rem;
  font-size: 14px;
  color: var(--white);
  font-weight: 600;
}
.notice-scroll marquee {
  display: flex;
  align-items: center;
}
.notice-scroll ul {
  display: flex;
  gap: 4rem;
  margin: 0;
  padding: 0;
}
.notice-scroll ul li,
.notice-scroll ul li a {
  font-size: 14px;
  color: var(--black);
  font-weight: 500;
}

/* Slide */
.slider {
  background-color: var(--primary);
}
.slider .carousel-item img {
  width: 100%;
  height: 490px;
  object-fit: cover;
}
.slider .carousel {
  background: var(--white);
  padding: 1rem;
}
.slider button.carousel-control-next,
.slider button.carousel-control-prev {
  background: green;
  width: 40px;
  height: 40px;
  top: calc(100% - 50%);
  opacity: 1;
  margin: 1rem;
}

/* section title */
.section-title {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  padding: 0.5rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.section-title .bx {
  font-size: 1.2rem;
}
.section-title span {
  font-size: 1rem;
  font-weight: 600;
}

/* Catbox */
.catbox {
  background: var(--primary-lighter);
}
.catbox .boxes {
  background-color: var(--white);
  padding: 1.5rem;
}
.boxes .box {
  border: 1px solid var(--primary-dark);
  text-align: center;
  padding: 1.5rem 2rem;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
}
.box span {
  font-size: 32px;
  padding: 10px;
  color: var(--primary);
  margin-bottom: 12px;
  background: #ecf9f0;
  border-radius: 50px;
  max-width: max-content;
  margin: 0 auto 0.5rem auto;
}
.box a {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

/* Notice box */
.noticeBox {
  background: var(--bg-1);
}
.noticeBox .col-md-6 {
  margin-bottom: 3rem;
}
.noticeBox .col-md-6:last-child {
  margin-bottom: 0;
}
.notice {
  background: var(--primary-lighter);
  display: flex;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.notice:last-child {
  margin-bottom: 0;
}
.notice .thumb {
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  background: var(--primary);
  color: white;
  border-left: 6px solid var(--black);
}
.iconimg img{
	width:100px !important; 
		height: 120px !important;
}

.notice .content {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}
.notice .content a {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.notice .content span {
  font-size: 13px;
}

/* History */
.history {
  background: var(--primary-lighter);
}
.thumb {
  text-align: center;
}
.history .thumb img {
  width: 100%;
  height: auto;
  padding: 0.8rem;
  max-width: 180px;
}

/* Speech */
.speech {
  background: var(--bg-1);
}
.speech .item {
  background: var(--primary-lighter);
  padding: 2rem;
}
.speech .item .speaker {
  margin-bottom: 1rem;
}
.speech .item .thumb {
  text-align: center;
}
.speech .item .thumb img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid var(--blue-light);
  padding: 0.5rem;
}
.speech .item .intro {
  text-align: center;
  margin-top: 0.5rem;
}
.speech .item .intro p {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.1rem;
}
.speech .item .content {
  background: var(--white);
  padding: 1.5rem;
}
.speech .item .content p {
  font-size: 1.1rem;
  text-align: justify;
  max-height: 316px;
  overflow: hidden;
}
/* Gallary */
.gallary {
  background: var(--primary-lighter);
}
.video-gallary {
  min-height: 166px;
  box-shadow: 0 0 10px #8d8d8d;
  padding: 6px;
}
.img-gallary {
  margin-bottom: 1rem;
}
.img-gallary img {
  width: 100%;
  min-height: 206px;
  object-fit: cover;
  box-shadow: 0 0 10px #8d8d8d;
  padding: 6px;
}

/* Visitor */
.visitor {
  background: var(--bg-1);
}
.visitor .item {
  background: var(--primary);
  text-align: center;
  padding: 3rem 2rem;
  color: #fff;
}
.visitor .item span {
  font-size: 3rem;
}
.visitor .item .count {
  font-size: 2.5rem;
  font-weight: 600;
}
.visitor .item p {
  margin-bottom: 0;
  margin-top: 0.5rem;
  font-size: 1.3rem;
}

/* Footer Top */
.footer-title {
  display: flex;
  gap: 8px;
  margin-bottom: 1.5rem;
}
.footer-title h3 {
  font-size: 15px;
  font-weight: 600;
  min-width: max-content;
}

/* footer contact */
.flogo {
  text-align: center;
}
.flogo img {
  width: 130px;
  height: auto;
}
.footer-contact p {
  color: var(--white) !important;
  margin-top: 1rem;
  text-align: center;
}
/* footer menu */
#footer .menu li:before {
  content: "\276F";
  font-size: 11px;
  margin-right: 5px;
}

/* Page and Post */
.page-content .section-title {
  font-size: 1.3rem;
}
.page-content .content {
  font-size: 1.1rem;
  line-height: 1.8;
}
.post-img {
  margin-bottom: 1rem;
  text-align: center;
}
.post-img img {
  background: #f5f5f5;
  padding: 1rem;
}
/* Archive */
.archive-content .section-title {
  font-size: 1.3rem;
}
.archive-content .col-md-6 {
  margin-bottom: 0.6rem;
}
.archive-content .notice {
  background: var(--primary-lighter);
  display: flex;
  gap: 1rem;
  margin-bottom: 0.5rem;
  min-height: 100%;
}
.archive-content .notice .thumb {
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  background: var(--primary);
  color: white;
  border-left: 6px solid var(--black);
}
.archive-content .notice .content {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}
.archive-content .notice .content a {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.archive-content .notice .content span {
  font-size: 13px;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  gap: 0.3rem;
  margin-top: 3rem;
}
.pagination span,
.pagination a {
  padding: 3px 10px;
  border: 1px solid var(--primary);
  transition: 0.3s;
}
.pagination span:hover,
.pagination a:hover,
.pagination span:focus,
.pagination a:focus {
  background: var(--primary-dark);
  color: var(--white);
  transition: 0.3s;
}
span.page-numbers.current {
  background: var(--primary);
  color: var(--white);
}
/* 404 */
section.err-page .content {
  text-align: center;
  margin: 3rem 0;
}
section.err-page .content h1 {
  font-size: 6rem;
  font-weight: 600;
}
section.err-page .content p {
  font-size: 2rem;
}

/* Search */
.search-content .section-title {
  font-size: 1.3rem;
}
.search-content .col-md-6 {
  margin-bottom: 0.6rem;
}
.search-content .notice {
  background: var(--primary-lighter);
  display: flex;
  gap: 0;
  margin-bottom: 0.5rem;
  min-height: 100%;
  flex-direction: column;
  padding: 1rem;
}
.search-content .notice a {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.search-content .notice span {
  font-size: 13px;
}
