h1 {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
  color: #02a10e;
  font-weight: 500;
}

h2 {
  font-size: 1.65rem;
  color: #024fa1;
  margin-bottom: 1rem;
  font-weight: 500;
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  color: #024fa1;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  font-size: 0.95rem;
  color: #333;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a {
  color: #024fa1;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #02a10e;
}

.a:focus {
  border: none;
  outline: none;
}

.btn {
  background: #024fa1;
  border-radius: 0.25rem;
  border: none;
  padding: 0.6rem 1.4rem 0.6rem 1.25rem;
  font-size: 0.9rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
}

.btn i {
  font-size: 1rem;
}

.btn .bi-arrow-right {
  margin-left: 0.25rem;
}

.btn:hover {
  background: #02a10e;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn-border {
  color: #02a10e;
  border: 1px solid #02a10e;
  background: none;
}

.btn-border:hover {
  background: #02a10e;
  color: #fff;
}

.card-box {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background: #fff;
  border-radius: 0.5rem;
}

.clear {
  clear: both;
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb li {
  margin-bottom: 0.75rem !important;
  font-size: 0.75rem;
}

p {
  margin-bottom: 1.5rem;
}

img {
  width: 100%;
}

.pdb0 {
  padding-bottom: 0 !important;
}

.pdt0 {
  padding-top: 0 !important;
}

.pd-right {
  padding-right: 2rem;
}

.pd-left {
  padding-left: 2rem;
}

.form-control {
  height: calc(1.5em + 0.75rem + 10px);
  padding: 0.375rem 1rem;
  color: #777;
}

.positionrelative {
  position: relative;
}

textarea.form-control {
  min-height: calc(6em + 0.75rem + 2px);
}

.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(2.5rem + 8px);
  padding: 1rem;
}

.form-floating > label {
  padding: 0.75rem 1rem;
  color: #666;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  color: #333;
}

table th {
  background: #024fa1 !important;
  color: #fff !important;
  padding: 0.5rem 1rem !important;
}

table td {
  padding: 0.5rem 1rem !important;
}

.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 999;
  background-color: #02a10e;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  right: 1rem;
  bottom: 1rem;
  border-radius: 50%;
  line-height: 1.9;
}

.scroll-top-wrapper i {
  font-size: 1.1rem;
}

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1 !important;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

@media (max-width: 575px) {
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.25rem);
    padding-left: var(--bs-gutter-x, 1.25rem);
    margin-right: auto;
    margin-left: auto;
  }
}

header .header-topbar {
  padding: 0.25rem 0 0.5rem 0;
  background: #ddf4cd;
}

header .header-topbar .top-menu {
  margin-top: 0.25rem;
}

header .header-topbar .top-menu ul {
  margin: 0;
  padding: 0;
}

header .header-topbar .top-menu ul li {
  float: left;
  display: block;
  margin-right: 1.5rem;
}

header .header-topbar .top-menu ul li a {
  color: #111;
  font-size: 0.85rem;
}

header .header-topbar .top-menu ul li a:hover {
  color: #02a10e;
}

header .header-topbar .top-header-right {
  float: right;
}

header .header-topbar .top-header-right .top-icon {
  float: left;
}

header .header-topbar .top-header-right .top-icon ul {
  margin: 0;
  padding: 0;
}

header .header-topbar .top-header-right .top-icon ul li {
  display: block;
  float: left;
  margin-right: 1rem;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1.2;
}

header .header-topbar .top-header-right .top-icon ul li:last-child {
  margin-right: 0;
}

header .header-topbar .top-header-right .top-icon ul li .badge {
  background: #02a10e;
  position: absolute;
  font-size: 0.7rem;
  padding: 0.15rem 0.3rem;
  margin-left: -0.75rem;
}

header .header-topbar .top-header-right .top-icon ul li .lang-select select {
  background: none;
  border: 0;
  font-size: 0.85rem;
  width: 2.75rem;
  margin-top: 0.35rem;
  cursor: pointer;
}

header .header-topbar .top-header-right .top-icon ul li a {
  color: #111;
}

header .header-main {
  padding: 0.75rem 0;
}

header .header-main .excellence {
  width: 12.5rem;
  float: left;
  display: none;
}

header .header-main .header-main-right {
  text-align: right;
  padding-left: 0;
}

header .header-main .header-main-right .btn {
  margin-top: 1.5rem;
  background: #02a10e;
  padding: 0.6rem 1.5rem 0.6rem 2.5rem;
}

header .header-main .header-main-right .btn:hover {
  background: #024fa1 !important;
}

header .header-main .header-main-right .btn i {
  position: absolute;
  margin-top: -0.25rem;
  margin-left: -1.25rem;
}

header .header-main .header-main-right .btn-border {
  background: none;
}

header .header-main .header-main-right .btn-border:hover {
  background: #024fa1 !important;
}

header .header-main .header-main-right .qr {
  width: 4rem;
  float: right;
  margin-left: 0.5rem;
  line-height: 1.2;
  font-size: 0.75rem;
  text-align: center;
  cursor: pointer;
}

.slideshow .carousel-indicators {
  bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
  background: #fff;
  width: 106px;
  margin: auto;
  border-radius: 5px;
}

.slideshow .carousel-indicators li {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  margin: 0 0.25rem;
  background-color: #02a10e;
}

.slideshow .slidedescwrapper {
  position: absolute;
  display: none;
}

.slideshow .slidedescwrapper .slidedesc {
  margin-top: 3rem;
}

.slideshow .slidedescwrapper .slidedesc h2 {
  margin-bottom: 1rem;
}

.slideshow .slidedescwrapper .slidedesc p {
  margin-bottom: 0.75rem;
  display: none;
}

.slideicon {
  display: none;
}

.slideicon .icon-box-wrap {
  position: absolute;
  margin-top: -9rem;
}

.slideicon .icon-box-wrap .icon-box {
  margin-left: -0.3rem;
  margin-right: -0.3rem;
}

.slideicon .icon-box-wrap .icon-box .col-md-3 {
  padding: 0 0.3rem;
}

.slideicon .icon-box-wrap .icon-box .col-md-3 .card-box {
  text-align: center;
  border-radius: 0.25rem;
  padding: 0.75rem 0.25rem;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.slideicon .icon-box-wrap .icon-box .col-md-3 .card-box img {
  width: 3rem;
  margin-bottom: 0.75rem;
}

.slideicon .icon-box-wrap .icon-box .col-md-3 .card-box h3 {
  color: #333;
  font-weight: 500;
  font-size: 0.75rem;
  margin-bottom: 0;
}

.slideicon .icon-box-wrap .icon-box .col-md-3 .card-box:hover {
  background: #fdfceb;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.content-pd {
  padding: 3rem 0;
}

.about-block {
  padding-bottom: 0;
}

.about-block .count-wrap {
  margin-top: 2rem;
}

.about-block .count-wrap .count {
  text-align: center;
  float: left;
  width: 12.5%;
  margin-bottom: 2rem;
}

.about-block .count-wrap .count img {
  width: 4.5rem;
}

.about-block .count-wrap .count h2 {
  margin-bottom: 0;
  font-size: 1.5rem;
}

.about-block .visioninfo {
  margin-bottom: 2rem;
}

.product-block .product-cat a {
  color: #fff;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-block .product-cat .product {
  position: relative;
  margin-bottom: 1.5rem;
  background: #000;
  border-radius: 0.5rem;
}

.product-block .product-cat .product .product-desc {
  position: absolute;
  padding: 1rem 1rem 0.5rem 1.5rem;
  bottom: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 0.5rem 0.5rem;
}

.product-block .product-cat .product .product-desc h2 {
  display: block;
  font-size: 1.25rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-shadow: 0 1px 5px #000;
}

.product-block .product-cat .product .product-desc .product-brief {
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-block .product-cat .product .product-img img {
  opacity: 0.9;
  border-radius: 0.5rem;
}

.product-block .product-cat .product:hover .product-img {
  opacity: 0.2;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-block .product-cat .product:hover .product-desc {
  padding-bottom: 2rem;
  background: rgba(0, 0, 0, 0);
}

.product-block .product-cat .product:hover .product-brief {
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.banner-highlight {
  background: url(images/greenbg.jpg) no-repeat;
  background-size: cover;
  padding: 3rem 1rem;
}

.banner-highlight h2 {
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-size: 1.35rem;
  margin-bottom: 0;
}

.graph-block {
  padding-top: 3rem;
}

.video-block iframe {
  border-radius: 0.5rem;
}

.search-wrapper {
  background: rgba(2, 79, 161, 0.95);
  color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}

.search-wrapper .search-close {
  position: absolute;
  right: 1.5rem;
  top: 0.5rem;
  font-size: 3rem;
  cursor: pointer;
}

.search-wrapper .search-close:hover {
  opacity: 0.6;
}

.search-wrapper .search-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-wrapper .search-container .search {
  width: 40rem;
  margin: auto;
}

.search-wrapper .search-container .search .search-field {
  margin-bottom: 2rem;
}

.search-wrapper .search-container .search .search-field .form-floating button {
  background: none;
  float: right;
  color: #666;
  border: none;
  position: absolute;
  right: 1rem;
  padding-top: 0.65rem;
  font-size: 1.4rem;
  cursor: pointer;
}

.search-wrapper .search-container .search .search-field .form-floating button:hover {
  color: #02a10e;
}

.search-wrapper .search-container .search .search-field .form-floating input {
  padding-left: 2rem;
  height: 4rem;
}

.search-wrapper .search-container .search .search-field .form-floating label {
  padding-left: 2rem;
  padding-top: 1.25rem;
  font-size: 1rem;
}

.donar-block .item {
  text-align: center;
  display: block;
}

.donar-block .item .project-img {
  float: left;
  margin: 0 1.5rem 1rem 0;
  width: 14rem;
}

.video-block {
  padding: 0 0 1rem 0;
}

footer {
  background: #024fa1;
  color: #fff;
  padding-bottom: 1.5rem !important;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
  opacity: 0.5;
}

footer .footer-head {
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
  color: #d1ecbf;
}

footer .footer-listing {
  margin-bottom: 1rem;
}

footer .footer-listing ul {
  margin: 0;
  padding: 0;
}

footer .footer-listing ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 0.5rem;
}

footer .footer-listing ul li a {
  color: #fff;
  opacity: 1;
}

footer .footer-listing ul li a:hover {
  opacity: 0.5;
}

footer .footer-listing ul li small {
  opacity: 0.8;
}

footer .footer-address {
  margin-bottom: 1rem;
}

footer .footer-address ul {
  margin: 0;
  padding: 0;
}

footer .footer-address ul li {
  margin-bottom: 0.75rem !important;
  display: block;
  padding-left: 2rem;
}

footer .footer-address ul li i {
  float: left;
  margin-left: -2rem;
  font-size: 1.15rem;
  line-height: 1;
}

footer .infoofficer {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  width: 6rem;
  margin-top: 0.5rem;
  border-radius: 0.3rem;
}

footer .infoofficer-info {
  float: left;
}

.bottom-footer {
  background: #fff;
  padding: 1rem 0;
  color: #333;
}

.bottom-footer .social-link ul {
  margin: 0;
  padding: 0;
}

.bottom-footer .social-link ul li {
  display: inline;
  margin-right: 0.5rem;
}

.bottom-footer .social-link ul li a:hover {
  opacity: 1;
}

.bottom-footer .social-link ul li a i {
  color: #fff;
  background: #666;
  font-size: 0.85rem;
  line-height: 2.4;
  text-align: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.bottom-footer .social-link ul li a i:hover {
  background: #024fa1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.bottom-footer .copyright {
  float: right;
  margin-right: 1rem;
}

.bottom-footer .poweredby {
  float: right;
}

.bottom-footer .poweredby a {
  color: #333;
}

.inner-content {
  padding: 3rem 0 0 0;
  min-height: 25rem;
}

ul.cont-list li {
  margin-bottom: 1rem;
}

.gridwrap .grid-single {
  margin-bottom: 2rem;
}

.gridwrap .grid-single img {
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
}

.gridwrap .grid-single h3 {
  font-size: 1.1rem;
  height: 2.9rem;
  overflow: hidden;
}

.person-info .single-person-info {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 1.5rem 1rem 1rem 1.5rem;
  margin-bottom: 2rem;
  min-height: 9.5rem;
  background: #fff;
  text-align: center;
  border-radius: 0.5rem;
}

.person-info .single-person-info h3 {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  color: #024fa1;
}

.person-info .single-person-info img {
  width: 7rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.person-info .single-person-info:hover {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
}

.branch h2 {
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

.contactdesc ul {
  margin: 0;
  padding: 0;
}

.contactdesc ul li {
  margin-bottom: 0.75rem !important;
  display: block;
  padding-left: 2rem;
}

.contactdesc ul li i {
  float: left;
  margin-left: -2rem;
  font-size: 1.15rem;
  line-height: 1;
}

.contactdesc ul li:last-child {
  margin-bottom: 0 !important;
}

.contact-page .card-box {
  min-height: 8.5rem;
}

.contact-page .card-box h3 i {
  float: left;
  margin-top: -2px;
  margin-right: 8px;
}

.contact-page .social-link ul {
  margin: 0;
  padding: 0;
}

.contact-page .social-link ul li {
  display: inline;
  margin-right: 0.5rem;
}

.contact-page .social-link ul li a i {
  color: #666;
  border: 1px solid #666;
  font-size: 0.85rem;
  line-height: 2;
  text-align: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact-page .social-link ul li a i:hover {
  background: #02a10e;
  color: #fff;
  border: 1px solid #02a10e;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact-page .photo-info-grid .footer-address ul {
  margin: 0;
  padding: 0;
}

.contact-page .photo-info-grid .footer-address ul li {
  margin-bottom: 0.75rem !important;
  display: block;
  padding-left: 2rem;
}

.contact-page .photo-info-grid .footer-address ul li i {
  float: left;
  margin-left: -2rem;
  font-size: 1.15rem;
  line-height: 1;
}

.contact-page .photo-info-grid .infoofficer {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  width: 7rem;
}

.contact-page .photo-info-grid .infoofficer-info {
  float: left;
}

.side-menu {
  margin-bottom: 2rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.side-menu ul {
  margin: 0;
  padding: 0;
}

.side-menu ul li {
  display: block;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}

.side-menu ul li a {
  display: block;
  color: #024fa1;
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.side-menu ul li a:hover {
  color: #fff;
  background: #024fa1;
}

.side-menu ul li a img {
  width: 3.5rem;
  margin-right: 1rem;
}

.side-menu ul li .active {
  background: #024fa1;
  color: #fff;
}

.search-result ul {
  margin: 0;
  padding: 0;
}

.search-result ul li {
  display: block;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 1280px) {
  .excellence {
    width: 11rem !important;
  }
}

@media (max-width: 991px) {
  .pd-left {
    padding-left: 1rem;
  }
  .pd-right {
    padding-right: 1rem;
  }
  .mob-br {
    margin-bottom: 2rem;
  }
  header .header-main .header-main-right {
    text-align: left;
    padding-left: 0.75rem;
    display: none;
  }
  header .header-main .header-main-right .excellence {
    display: none;
  }
  header .header-main .header-main-right .btn {
    margin-top: 1rem;
  }
  header .header-main .header-main-right .qr {
    float: left;
    margin-top: 1rem;
  }
  .slideshow .slidedescwrapper {
    position: relative;
  }
  .slideshow .slidedescwrapper .slidedesc {
    margin-top: 2rem;
  }
  .slideicon .icon-box-wrap {
    position: relative;
    margin-top: 3rem;
  }
  .slideicon .icon-box-wrap .icon-box .col-md-3 .card-box {
    margin-bottom: 1rem;
  }
  .about-block .count-wrap .count {
    width: 25%;
  }
  .about-block .visioninfo {
    display: none;
  }
  #columns_basic {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  header .header-topbar .top-header-right {
    float: left;
  }
  header .header-main .logo {
    width: 90%;
  }
  header .header-main .excellence {
    display: none;
  }
  h1 {
    font-size: 1.5rem;
  }
  .slideicon .icon-box-wrap .icon-box {
    position: relative;
    width: auto;
  }
  .slideicon .icon-box-wrap .icon-box .col-md-3 {
    width: 50%;
  }
  .slideicon .icon-box-wrap .icon-box .col-md-3 .card-box img {
    width: 3.5rem;
  }
  .slideicon .icon-box-wrap .icon-box .col-md-3 .card-box h3 {
    font-size: 1rem;
  }
  .about-block .count-wrap .count {
    width: 50%;
  }
  .banner-highlight {
    padding: 2rem 1rem;
  }
  .banner-highlight h2 {
    line-height: 1.4;
    font-size: 1rem;
  }
  .donar-block .item .project-img {
    float: left;
    margin: 0 1rem 1rem 0;
    width: 8rem;
  }
  .content-pd {
    padding: 2rem 0.5rem;
  }
  .bottom-footer .social-link {
    margin-bottom: 0.5rem;
  }
  .bottom-footer .copyright {
    float: left;
    margin-right: 0;
  }
  .bottom-footer .poweredby {
    float: left;
    margin-right: 1rem;
  }
}

@media (max-width: 575px) {
  .galphoto {
    width: 50%;
    margin-bottom: 1.5rem;
  }
}
/*# sourceMappingURL=main.css.map */