.navbar-one {
  background-color: #eeeff5;
  height: 95px;
}
.navbar-one .block1 .logo-col img {
  height: 70px;
  width: 70px;
}
.navbar-one .block1 button {
  font-size: 14px;
  width: 100%;
}
.navbar-one .block1 .icon-tag {
  background-color: #0c1c55;
  height: 20px;
  width: 20px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
}

.navbar-one::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 6px;
  content: "";
  background-color: var(--col1);
}

.navbar-one::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 6px;
  content: "";
  background-color: var(--col2);
}

.header-2 {
  margin-top: -2px;
}
.header-2 .nav-container {
  height: 45px;
}
.header-2 .nav-container .hamburger-btn {
  background-color: var(--col2);
  border-radius: 2px;
  border: 0;
  padding: 10px;
}
.header-2 .nav-container .hamburger-btn img {
  height: 30px;
  width: 30px;
  filter: brightness(0) invert(1);
}
.header-2 .nav-container .navbar-brand img {
  height: 40px;
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-2 .nav-container .navbar-collapse .dropdown {
  position: relative;
}
.header-2 .nav-container .navbar-collapse .dropdown .dropdown-menu {
  padding: 0;
  padding-top: 10px;
  display: block;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  position: absolute;
  top: 90px;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  background-color: #003F7D;
  color: white;
}
.header-2 .nav-container .navbar-collapse .dropdown .dropdown-menu .content-body {
  background-color: #003F7D;
}
.header-2 .nav-container .navbar-collapse .dropdown .dropdown-menu .content-body .dropdown-item {
  height: 40px;
  border-bottom: 1px solid rgba(255, 0, 0, 0.021);
  transition: 0.1s ease-in-out;
  display: flex;
  align-items: center;
  color: white;
}
.header-2 .nav-container .navbar-collapse .dropdown .dropdown-menu .content-body .dropdown-item:hover {
  background-color: #003F7D;
  color: white;
}
.header-2 .nav-container .navbar-collapse .dropdown:hover .dropdown-menu {
  visibility: visible;
  padding: 0;
  padding-top: 10px;
  display: block;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  position: absolute;
  top: 33px;
  opacity: 1;
  color: white;
}
.header-2 .nav-container .navbar-collapse .dropdown:hover .dropdown-menu .content-body {
  background-color: #0c1c55;
}
.header-2 .nav-container .navbar-collapse .dropdown:hover .dropdown-menu .content-body .dropdown-item:hover {
  color: var(--col2);
}
.header-2 .nav-container .navbar-collapse .navbar-nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  min-width: 80px;
  font-weight: bold;
  height: 40px;
  color: white;
  font-weight: 400;
  border-right: 1px solid rgba(128, 128, 128, 0.542);
}
.header-2 .nav-container .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  background-color: #0c1c55;
  color: white;
}
.header-2 .nav-container .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  background-color: #0c1c55;
  color: white;
}
.header-2 .nav-container .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: var(--col2);
}
.header-2 .offcanvas .offcanvas-body .accordion .accordion-item {
  border-radius: 0;
  border: none;
}
.header-2 .offcanvas .offcanvas-body .accordion .accordion-item .single-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  text-align: left;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  padding: 16px 20px;
  text-decoration: none;
  color: black;
}
.header-2 .offcanvas .offcanvas-body .accordion .accordion-item .accordion-button {
  border-radius: 0;
  box-shadow: none;
  outline: none;
  font-size: 16px;
  font-weight: 500 !important;
}
.header-2 .offcanvas .offcanvas-body .accordion .accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7) !important;
}
.header-2 .offcanvas .offcanvas-body .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
.header-2 .offcanvas .offcanvas-body .accordion .accordion-item .accordion-body {
  background-color: #e7ecf3;
  padding: 0;
}
.header-2 .offcanvas .offcanvas-body .accordion .accordion-item .accordion-body ul li {
  height: 52px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--col1);
}

@media (max-width: 1000px) {
  .header-2 .nav-container {
    height: 60px;
  }
}
/* banner */
.swiper-button-next::after, .swiper-button-prev::after {
  background-color: #eeeff5;
  min-height: 40px !important;
  min-width: 40px !important;
  font-size: 16px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--col1);
}

@media (max-width: 768px) {
  .swiper-button-next::after, .swiper-button-prev::after {
    background-color: #eeeff5;
    min-height: 25px !important;
    min-width: 25px !important;
    font-size: 12px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
}
.banner-container img {
  height: 600px;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .banner-container img {
    height: 300px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 400px) {
  .banner-container img {
    height: 220px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* our team */
.theme-container-three.home-our-team .card-body {
  height: 320px;
  width: 100%;
  transition: 0.3s ease-in-out;
  background-color: #F1F1F1;
  padding-top: 30px;
}
.theme-container-three.home-our-team .card-body .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-top: 4px solid var(--col2);
  border-left: 4px solid var(--col2);
  border-right: 4px solid white;
  border-bottom: 4px solid white;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  rotate: 45deg;
  margin-bottom: -78px;
  overflow: hidden;
}
.theme-container-three.home-our-team .card-body .img-box img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  rotate: -45deg;
  transition: 0.3s ease-in-out;
}
.theme-container-three.home-our-team .card-body .para-box {
  padding-top: 80px;
  background-color: var(--col1);
  color: white;
  height: 210px;
  border-radius: 0px;
}
.theme-container-three.home-our-team .card-body:hover {
  transform: translateY(-5px);
}
.theme-container-three.home-our-team .card-body:hover .img-box {
  border-right: 4px solid var(--col2);
  border-bottom: 4px solid var(--col2);
}
.theme-container-three.home-our-team .card-body:hover .img-box img {
  transform: scale(1.2);
}

.theme-container-three .team-card {
  height: 320px;
  width: 100%;
  transition: 0.3s ease-in-out;
  background-color: #F1F1F1;
  padding-top: 30px;
}
.theme-container-three .team-card .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-top: 4px solid var(--col2);
  border-left: 4px solid var(--col2);
  border-right: 4px solid white;
  border-bottom: 4px solid white;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  rotate: 45deg;
  margin-bottom: -78px;
  overflow: hidden;
}
.theme-container-three .team-card .img-box img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  rotate: -45deg;
  transition: 0.3s ease-in-out;
}
.theme-container-three .team-card .para-box {
  padding-top: 80px;
  background-color: var(--col1);
  color: white;
  height: 210px;
  border-radius: 0px;
}

.theme-container-three .team-card:hover {
  transform: translateY(-5px);
}
.theme-container-three .team-card:hover .img-box {
  border-right: 4px solid var(--col2);
  border-bottom: 4px solid var(--col2);
}
.theme-container-three .team-card:hover .img-box img {
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .theme-container-three.home-our-team .card-body {
    margin: auto;
    height: 280px;
    width: 80%;
    transition: 0.3s ease-in-out;
    background-color: #F1F1F1;
    padding-top: 30px;
  }
  .theme-container-three.home-our-team .card-body .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-top: 4px solid var(--col2);
    border-left: 4px solid var(--col2);
    border-right: 4px solid white;
    border-bottom: 4px solid white;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    rotate: 45deg;
    margin-bottom: -78px;
    transition: 0.3s ease-in-out;
  }
  .theme-container-three.home-our-team .card-body .img-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    rotate: -45deg;
  }
  .theme-container-three.home-our-team .card-body .para-box {
    padding-top: 80px;
    color: white;
    height: 210px;
    border-radius: 0px;
  }
  .theme-container-three.home-our-team .card-body:hover {
    transform: translateY(-5px);
  }
  .theme-container-three.home-our-team .card-body:hover .img-box {
    border-right: 4px solid var(--col2);
    border-bottom: 4px solid var(--col2);
  }
}
/* programs */
.home-program-container .card-col .card {
  height: 500px;
  position: relative;
  padding: 0;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.home-program-container .card-col .card .img-box {
  padding: 0;
  height: 200px;
  overflow: hidden;
}
.home-program-container .card-col .card .img-box .under-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  z-index: 3;
}
.home-program-container .card-col .card .img-box .under-tag::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 4px;
  width: 100px;
  content: "";
  background-color: white;
}
.home-program-container .card-col .card .img-box img {
  margin: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
}
.home-program-container .card-col .card::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 200px;
  width: 100%;
  background: rgba(26, 42, 99, 0.4);
}
.home-program-container .card-col .card:hover {
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
}
.home-program-container .card-col .card:hover .img-box {
  padding: 0;
  height: 100%;
}
.home-program-container .card-col .card:hover .img-box .under-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 4;
}
.home-program-container .card-col .card:hover .img-box img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  transition: 0.3s ease-in-out;
  transform: scale(1.2);
}
.home-program-container .card-col .card:hover .img-box::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(26, 42, 99, 0.8);
  z-index: 3;
}
.home-program-container .card-col .card:hover .para-box {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 4;
  color: white;
}
.home-program-container .card-col .card:hover .para-box a {
  color: white;
}
.home-program-container .card-col .card:hover .para-box a:hover {
  border-color: var(--col2) !important;
}
.home-program-container .card-col .card:hover .para-box a:hover span {
  color: var(--col2) !important;
}
@media (max-width: 768px) {
  .home-program-container .card-col .card {
    height: 400px;
    position: relative;
    padding: 0;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
    overflow: hidden;
  }
  .home-program-container .card-col .card .img-box {
    padding: 0;
    min-height: 150px !important;
    height: 150px !important;
    overflow: hidden;
  }
  .home-program-container .card-col .card .img-box .under-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    z-index: 3;
  }
  .home-program-container .card-col .card .img-box .under-tag::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 4px;
    width: 100px;
    content: "";
    background-color: white;
  }
  .home-program-container .card-col .card .img-box img {
    margin: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.3s ease-in-out;
  }
  .home-program-container .card-col .card::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 150px;
    width: 100%;
    background: rgba(26, 42, 99, 0.4);
  }
  .home-program-container .card-col .card:hover {
    top: 0;
    left: 0;
    transition: 0.3s ease-in-out;
  }
  .home-program-container .card-col .card:hover .img-box {
    padding: 0;
    height: 100%;
  }
  .home-program-container .card-col .card:hover .img-box .under-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 4;
  }
  .home-program-container .card-col .card:hover .img-box img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
    transition: 0.3s ease-in-out;
    transform: scale(1.2);
  }
  .home-program-container .card-col .card:hover .img-box::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(26, 42, 99, 0.8);
    z-index: 3;
  }
  .home-program-container .card-col .card:hover .para-box {
    position: absolute;
    bottom: 8px;
    left: 8px;
    z-index: 4;
    color: white;
  }
  .home-program-container .card-col .card:hover .para-box a {
    color: white;
  }
  .home-program-container .card-col .card:hover .para-box a:hover {
    border-color: var(--col2) !important;
  }
  .home-program-container .card-col .card:hover .para-box a:hover span {
    color: var(--col2) !important;
  }
}
/* home gallery */
.home-gallery-container .card {
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.27);
  border-radius: 10px;
}
.home-gallery-container .card .row {
  height: 440px;
}
.home-gallery-container .card .row .img-col {
  overflow: hidden;
  height: 100%;
  padding: 0;
  position: relative;
}
.home-gallery-container .card .row .img-col .overlayer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 62, 125, 0.4862745098);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  cursor: pointer;
}
.home-gallery-container .card .row .img-col img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid beige;
  transition: 0.3s ease-in;
}
.home-gallery-container .card .row .img-col img:hover {
  transform: scale(1.1);
}
.home-gallery-container .card .row .video-col {
  overflow: hidden;
  height: 200px;
  padding: 0;
  position: relative;
}
.home-gallery-container .card .row .video-col .play-btn {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-gallery-container .card .row .video-col .play-btn button {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0;
  background-color: #003F7D;
  color: white;
  box-shadow: 0 0 0 5px #e7ecf3, 0 0 0 10px rgba(231, 236, 243, 0.4117647059);
}
.home-gallery-container .card .row .video-col img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid beige;
  transition: 0.3s ease-in;
}
.home-gallery-container .card .row .video-col img:hover {
  transform: scale(1.1);
}

.gallery-container .card {
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.27);
  border-radius: 10px;
}
.gallery-container .card .row {
  height: 250px;
}
.gallery-container .card .row .img-col {
  overflow: hidden;
  height: 100%;
  padding: 0;
  position: relative;
}
.gallery-container .card .row .img-col .overlayer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 62, 125, 0.4862745098);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  cursor: pointer;
}
.gallery-container .card .row .img-col img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid beige;
  transition: 0.3s ease-in;
}
.gallery-container .card .row .img-col img:hover {
  transform: scale(1.1);
}
.gallery-container .card .row .video-col {
  overflow: hidden;
  height: 200px;
  padding: 0;
  position: relative;
}
.gallery-container .card .row .video-col .play-btn {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-container .card .row .video-col .play-btn button {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0;
  background-color: #003F7D;
  color: white;
  box-shadow: 0 0 0 5px #e7ecf3, 0 0 0 10px rgba(231, 236, 243, 0.4117647059);
}
.gallery-container .card .row .video-col img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid beige;
  transition: 0.3s ease-in;
}
.gallery-container .card .row .video-col img:hover {
  transform: scale(1.1);
}

.gallery-single-container .images-col:hover img {
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.27);
  transform: translateY(-5px);
}
.gallery-single-container .images-col:hover .img-box {
  position: relative;
  height: 250px;
}
.gallery-single-container .images-col:hover .img-box::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 62, 125, 0.5294117647);
  width: 100%;
  height: 100%;
}
@media (max-width: 1000px) {
  .home-gallery-container .card {
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.27);
    border-radius: 10px;
  }
  .home-gallery-container .card .row {
    height: 300px;
  }
  .home-gallery-container .card .row .img-col {
    overflow: hidden;
    height: 100%;
    padding: 0;
    position: relative;
  }
  .home-gallery-container .card .row .img-col .overlayer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 62, 125, 0.4862745098);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    cursor: pointer;
  }
  .home-gallery-container .card .row .img-col img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    border: 1px solid beige;
    transition: 0.3s ease-in;
  }
  .home-gallery-container .card .row .img-col img:hover {
    transform: scale(1.1);
  }
  .home-gallery-container .card .row .video-col {
    overflow: hidden;
    height: 200px;
    padding: 0;
    position: relative;
  }
  .home-gallery-container .card .row .video-col .play-btn {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-gallery-container .card .row .video-col .play-btn button {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 0;
    background-color: #003F7D;
    color: white;
    box-shadow: 0 0 0 5px #e7ecf3, 0 0 0 10px rgba(231, 236, 243, 0.4117647059);
  }
  .home-gallery-container .card .row .video-col img {
    width: 100%;
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
    border: 1px solid beige;
    transition: 0.3s ease-in;
  }
  .home-gallery-container .card .row .video-col img:hover {
    transform: scale(1.1);
  }
}
@media (max-width: 768px) {
  .home-gallery-container .card {
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.27);
    border-radius: 10px;
  }
  .home-gallery-container .card .row {
    height: 200px;
  }
  .home-gallery-container .card .row .img-col {
    overflow: hidden;
    height: 100%;
    padding: 0;
    position: relative;
  }
  .home-gallery-container .card .row .img-col .overlayer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 62, 125, 0.4862745098);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    cursor: pointer;
  }
  .home-gallery-container .card .row .img-col img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    border: 1px solid beige;
    transition: 0.3s ease-in;
  }
  .home-gallery-container .card .row .img-col img:hover {
    transform: scale(1.1);
  }
  .home-gallery-container .card .row .video-col {
    overflow: hidden;
    height: 200px;
    padding: 0;
    position: relative;
  }
  .home-gallery-container .card .row .video-col .play-btn {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-gallery-container .card .row .video-col .play-btn button {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 0;
    background-color: #003F7D;
    color: white;
    box-shadow: 0 0 0 5px #e7ecf3, 0 0 0 10px rgba(231, 236, 243, 0.4117647059);
  }
  .home-gallery-container .card .row .video-col img {
    width: 100%;
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
    border: 1px solid beige;
    transition: 0.3s ease-in;
  }
  .home-gallery-container .card .row .video-col img:hover {
    transform: scale(1.1);
  }
}
/* footer */
.footer-container {
  background-image: url("../images/wave.png");
  background-repeat: no-repeat;
  background-position-y: 50px;
  background-size: 100% 100%;
}
.footer-container .container {
  padding: 40px 0px;
}
.footer-container .container .block1 {
  min-height: 250px;
}
.footer-container .container .block1 .footer-col .footer-header {
  min-height: 50px;
}
.footer-container .container .block1 .footer-col .footer-header img {
  height: 70px;
  width: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-container .container .block1 .footer-col ul li {
  margin: 10px 0px;
}

@media (max-width: 768px) {
  .footer-container {
    background-image: url("");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
.theme-container-three.breadCrumb-container {
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.theme-container-three.breadCrumb-container .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-container-three.breadCrumb-container .container {
  height: 100%;
}
.theme-container-three.breadCrumb-container .block1 {
  height: 100%;
  padding: 0;
}
.theme-container-three.breadCrumb-container .block1 .title-col {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  z-index: 10;
}
.theme-container-three.breadCrumb-container .block1 .title-col h1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 52px;
  color: #FFFFFF;
}
.theme-container-three.breadCrumb-container .block1 .para-col {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  z-index: 10;
}
.theme-container-three.breadCrumb-container .block1 .para-col p {
  color: white;
}
.theme-container-three.breadCrumb-container .block1 .para-col p a {
  color: white;
  text-decoration: none;
  font-size: 16px !important;
}
.theme-container-three.breadCrumb-container .block1::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
}

.sub-breadcrumb {
  background-color: transparent;
}
.sub-breadcrumb .card-header {
  padding: 10px 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  background-color: rebeccapurple;
}
.sub-breadcrumb .card-header::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 75px;
  content: "";
  background-color: var(--col1);
}
.sub-breadcrumb .card-body {
  padding: 0;
}
.sub-breadcrumb .card-body ul li {
  height: 40px;
  display: flex;
  align-items: center;
  transition: 0.1s ease-in-out;
  padding-left: 10px;
  cursor: pointer;
}
.sub-breadcrumb .card-body ul li i {
  font-size: 10px;
  margin-right: 8px;
}
.sub-breadcrumb .card-body ul li:hover {
  border-left: 10px solid var(--col1);
  color: var(--col1);
}
.sub-breadcrumb .card-body ul li.active {
  color: var(--col1);
  font-weight: bolder;
}

@media (max-width: 768px) {
  .theme-container-three.breadCrumb-container {
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
  .theme-container-three.breadCrumb-container .banner-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  .theme-container-three.breadCrumb-container .container {
    height: 100%;
  }
  .theme-container-three.breadCrumb-container .block1 {
    height: 100%;
  }
  .theme-container-three.breadCrumb-container .block1 .title-col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 10;
  }
  .theme-container-three.breadCrumb-container .block1 .title-col h1 {
    font-weight: 500;
    font-size: 18px;
    line-height: 52px;
    color: #FFFFFF;
  }
  .theme-container-three.breadCrumb-container .block1 .para-col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 10;
  }
  .theme-container-three.breadCrumb-container .block1 .para-col p {
    font-size: 12px !important;
    color: white;
  }
  .theme-container-three.breadCrumb-container .block1 .para-col p a {
    color: white;
    text-decoration: none;
    font-size: 12px !important;
  }
  .theme-container-three.breadCrumb-container .block1::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
  }
}
/* vission slider */
.theme-container-three.about-us .vissionSlider .row .img-col {
  height: 380px;
  overflow: hidden;
}
.theme-container-three.about-us .vissionSlider .row .img-col img {
  height: 100%;
  width: 100% !important;
  transform: scale(1);
  transition: 0.3s ease-in-out;
  -o-object-fit: fill;
     object-fit: fill;
}
.theme-container-three.about-us .vissionSlider .row .img-col:hover img {
  height: 100%;
  width: 100%;
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .theme-container-three.about-us .vissionSlider .row .img-col {
    height: 180px;
    overflow: hidden;
  }
  .theme-container-three.about-us .vissionSlider .row .img-col img {
    height: 100%;
    width: 100% !important;
    transform: scale(1);
    transition: 0.3s ease-in-out;
  }
  .theme-container-three.about-us .vissionSlider .row .img-col:hover img {
    height: 100%;
    width: 100%;
    transform: scale(1.2);
  }
}
.content-main-image {
  min-height: 400px;
  max-height: 400px;
  width: 100%;
}

@media (max-width: 768px) {
  .content-main-image {
    min-height: 200px;
    max-height: 200px;
    width: 100%;
  }
}
/* theme-container-three home-gallery-container */
.theme-container-three.home-notice-container .block1 .img-col {
  position: relative;
}
.theme-container-three.home-notice-container .block1 .img-col .img-box {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.theme-container-three.home-notice-container .block1 .img-col .img-box img {
  transition: 0.3s ease-in-out;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-container-three.home-notice-container .block1 .img-col .para-tag {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.theme-container-three.home-notice-container .block1 .img-col:hover .img-box img {
  transform: scale(1.3);
}
.theme-container-three.home-notice-container .block1 .img-col:hover .para-tag {
  opacity: 1;
  color: white;
  z-index: 100;
}
.theme-container-three.home-notice-container .block1 .img-col:hover::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--col1);
  opacity: 0.6;
}

/* popup-modal */
.popup-modal .modal-body {
  max-height: 700px;
  overflow: hidden;
  padding: 0;
}
.popup-modal .modal-body .vissionSlider {
  max-height: 700px;
  width: 100%;
}
.popup-modal .modal-body .vissionSlider .swiper-wrapper {
  height: 100%;
  width: 100%;
}
.popup-modal .modal-body .vissionSlider .swiper-wrapper .swiper-slide {
  height: 100%;
  width: 100%;
  position: relative;
}
.popup-modal .modal-body .vissionSlider .swiper-wrapper .swiper-slide .img-box {
  height: 100%;
  width: 100%;
}
.popup-modal .modal-body .vissionSlider .swiper-wrapper .swiper-slide .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  z-index: -1;
}
.popup-modal .modal-body .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
}
.popup-modal .modal-body .content-box {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 10;
  background-color: rgba(23, 24, 29, 0.4431372549);
  color: white;
  padding: 16px;
}

@media (max-width: 768px) {
  .popup-modal .modal-body {
    max-height: 700px;
    overflow: hidden;
    padding: 0;
  }
  .popup-modal .modal-body .content-box {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 10;
    background-color: rgba(23, 24, 29, 0.4431372549);
    color: white;
    padding: 8px;
  }
  .popup-modal .modal-body .content-box .tx-ep-3 {
    font-size: 10px;
  }
}
/* notice scroll */
.notice-scroll-container {
  background-color: rgba(12, 28, 85, 0.5);
  z-index: 100;
  height: 50px;
}
.notice-scroll-container .latest-box {
  background-color: var(--col2);
  width: 200px;
  min-height: 50px;
  max-width: 250px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.notice-scroll-container .latest-box span {
  text-align: center;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.notice-scroll-container .notice-date {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white !important;
  color: var(--col1);
}
.notice-scroll-container .notice-date small {
  font-weight: bold !important;
  line-height: 12px;
}
.notice-scroll-container .news-ul li a {
  text-decoration: none;
}
.notice-scroll-container .news-ul li a:hover {
  text-decoration: underline;
}

.banner-container {
  position: relative;
}
.banner-container .notice-scroll-container {
  position: absolute;
  bottom: 0;
  top: 0;
}

/* messages-container*/
.messages-container .block1 .tab-title-col .nav-tabs .nav-item .nav-link {
  background: rgba(255, 255, 255, 0.4588235294);
  width: 100%;
  border-radius: 4px;
  height: 120px;
}
.messages-container .block1 .tab-title-col .nav-tabs .nav-item .nav-link .profile-box {
  display: flex;
  align-items: center;
}
.messages-container .block1 .tab-title-col .nav-tabs .nav-item .nav-link .profile-box img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-right: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid var(--col2);
}
.messages-container .block1 .tab-title-col .nav-tabs .nav-item .nav-link .profile-box ul li {
  color: #000;
}
.messages-container .block1 .tab-title-col .nav-tabs .nav-item .nav-link.active {
  background-color: white;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.27);
  border-radius: 10px;
}
.messages-container .block1 .tab-content-col .full-content-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: justify;
}
.messages-container .block1 .tab-content-col .full-content-box img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 20px;
}

/* custom scroll */
.custom-scroll {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.custom-scroll ::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  border-radius: 8px !important;
}
.custom-scroll ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.custom-scroll ::-webkit-scrollbar-thumb {
  background: var(--col1);
  cursor: pointer;
  border-radius: 8px !important;
}
.custom-scroll ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* new page button style */
.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  padding: 8px 20px;
  border-radius: 3px;
  overflow: hidden;
  text-transform: capitalize;
  vertical-align: middle;
  text-decoration: none;
}

.btn-style-one:hover {
  color: var(--col1) !important;
  border-color: var(--col1) !important;
}

.btn-style-one.text-white:hover {
  color: var(--col2) !important;
  border-color: var(--col2) !important;
}

.btn-style-one:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  content: "";
  background-color: #000;
  transition: 0.5s;
  opacity: 0.1;
  border-top-right-radius: 33px;
  border-bottom-right-radius: 33px;
}

.btn-style-one:hover:before {
  width: 100%;
  border-radius: 0;
}

.btn-style-one span {
  position: relative;
}

/* Style Two */
.btn-style-one.style-two {
  background-color: transparent;
  border: 2px solid #fff;
  padding: 8px 20px;
}

.btn-style-one.style-two:after {
  top: 14px;
}

.theme-btn-dark.btn-style-one.style-two {
  border: 2px solid var(--col4);
  color: var(--col1);
}

.theme-btn-dark.btn-style-one.style-two:after {
  color: var(--col1);
}

/* Style Three */
.btn-style-one.style-three {
  background-color: transparent;
  border: 2px solid #ddd;
  color: #222222;
  padding: 10px 20px;
}

.btn-style-one.style-three:after {
  top: 14px;
}

.btn-style-one.style-three:before {
  background-color: #e8f4f1;
  opacity: 1;
}

.info-form-section .btn-style-one.style-three:before {
  background-color: #013300;
}

.inner-box .btn-style-one.style-three {
  padding: 4px 15px;
}

/* about-us-image-template-slider */
.about-us {
  background-color: rebeccapurple !important;
}
.about-us .img-col {
  overflow: hidden;
  height: inherit;
}
.about-us .img-col img {
  height: 100%;
  width: 100%;
  transition: 0.3s ease-in-out;
}
.about-us .img-col:hover img {
  transform: scale(1.3);
}

@media (max-width: 1000px) {
  .about-us .img-col {
    height: 300px;
  }
  .about-us .img-col img {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .about-us .img-col {
    height: 200px;
  }
  .about-us .img-col img {
    height: 100%;
  }
}
.about-us-image-template-slider {
  height: 400px;
}
.about-us-image-template-slider img {
  height: 100%;
  width: 100%;
  transition: 0.3s ease-in-out;
}

@media (max-width: 1000px) {
  .about-us-image-template-slider {
    height: 300px;
  }
  .about-us-image-template-slider img {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .about-us-image-template-slider {
    height: 200px;
  }
  .about-us-image-template-slider img {
    height: 100%;
  }
}
/* events card */
.events-container .card-body, .media-container .card-body {
  transition: 0.3s ease-in-out;
  position: relative;
}
.events-container .card-body .tag, .media-container .card-body .tag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--col2);
  padding: 5px;
  color: white;
  top: 0px;
  left: 0px;
  z-index: 10;
  font-size: 14px;
}
.events-container .card-body .tag.tag-past, .media-container .card-body .tag.tag-past {
  background-color: var(--col1);
}
.events-container .card-body .img-box, .media-container .card-body .img-box {
  height: 160px;
  overflow: hidden;
}
.events-container .card-body .img-box img, .media-container .card-body .img-box img {
  height: 160px;
  transition: 0.3s ease-in;
}
.events-container .card-body:hover, .media-container .card-body:hover {
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.27);
  transform: translateY(-5px);
}
.events-container .card-body:hover img, .media-container .card-body:hover img {
  transform: scale(1.2);
  rotate: 5deg;
}

/* all-events-container */
.all-events-container .content-col .card .card-body {
  height: 350px;
  overflow-y: scroll;
}

.gallery-videos-section-container .galleryThumbnailSlider {
  height: 525px;
}
.gallery-videos-section-container .galleryThumbnailSlider .swiper-pagination {
  margin-bottom: 30px;
}
.gallery-videos-section-container .galleryThumbnailSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--col2);
}
.gallery-videos-section-container .galleryThumbnailSlider .swiper-pagination .swiper-pagination-bullet {
  background-color: white;
  height: 13px;
  width: 13px;
}
.gallery-videos-section-container .galleryThumbnailSlider img {
  height: 485px;
  width: 100%;
}
.gallery-videos-section-container .galleryThumbnailSlider p {
  height: 40px;
  background-color: var(--col1);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.gallery-videos-section-container .video-main-wrapper {
  height: 255px;
}

@media (max-width: 1000px) {
  .gallery-videos-section-container .galleryThumbnailSlider {
    height: 400px;
  }
  .gallery-videos-section-container .galleryThumbnailSlider .swiper-pagination {
    margin-bottom: 30px;
  }
  .gallery-videos-section-container .galleryThumbnailSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--col2);
  }
  .gallery-videos-section-container .galleryThumbnailSlider .swiper-pagination .swiper-pagination-bullet {
    background-color: white;
    height: 10px;
    width: 10px;
  }
  .gallery-videos-section-container .galleryThumbnailSlider img {
    height: 485px;
    width: 100%;
  }
  .gallery-videos-section-container .galleryThumbnailSlider p {
    height: 40px;
    background-color: var(--col1);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .gallery-videos-section-container .video-main-wrapper {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .gallery-videos-section-container .galleryThumbnailSlider {
    height: 275px;
  }
  .gallery-videos-section-container .galleryThumbnailSlider img {
    height: 235px;
    width: 100%;
  }
  .gallery-videos-section-container .galleryThumbnailSlider p {
    height: 40px;
    background-color: var(--col1);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
}/*# sourceMappingURL=home.css.map */