@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.back-to-top {
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  z-index: 9;
  display: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0 50px 100px -20px, rgba(0, 0, 0, 0.3) 0 30px 60px -30px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  cursor: pointer;
  transition: 0.3s ease;
  background-color: #b3d334;
  display: none;
}
.back-to-top:hover {
  transform: scale(1.1);
  background-color: #001c54;
}
.back-to-top.show {
  display: flex;
}

header {
  padding: 25px 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999999;
  background-color: #001c54;
  padding: 5px 0;
}
header .mobile-btn {
  z-index: 100;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.33);
  position: relative;
  transition: all 0.2s linear;
  cursor: pointer;
}
header .mobile-btn.opened {
  transform: rotate(45deg);
  transition: all 0.2s linear;
  transition-delay: 0.3s;
}
header .mobile-btn.opened span:nth-child(1) {
  top: 23px;
  transition: all 0.2s linear;
}
header .mobile-btn.opened span:nth-child(2) {
  transform: rotate(90deg);
  transition: all 0.3s linear;
  transition-delay: 0.5s;
}
header .mobile-btn.opened span:nth-child(3) {
  top: 23px;
  transition: all 0.2s linear;
}
header .mobile-btn span {
  height: 3px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  display: block;
  width: 20px;
  left: 14px;
}
header .mobile-btn span:nth-child(1) {
  top: 16px;
}
header .mobile-btn span:nth-child(2) {
  top: 23px;
}
header .mobile-btn span:nth-child(3) {
  top: 30px;
}
header .logo {
  width: 115px;
  height: 53px;
  -o-object-fit: contain;
     object-fit: contain;
}
header .logo a img {
  width: 100%;
  height: 100%;
}
header nav .nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
header nav .nav-list .nav-link {
  color: #FFF;
  font-family: Inter;
  font-size: 19.18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease;
}
header nav .nav-list .nav-link:hover {
  color: #b3d334;
}
header .social-icons a {
  font-size: 16px !important;
  transition: 0.3s ease;
}
header .social-icons a:hover {
  color: #b3d334;
}
header .social-icons,
header .lang {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
header .social-icons a,
header .lang a {
  color: #FFF;
  font-family: Inter;
  font-size: 19.18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
header .social-icons a a.active,
header .lang a a.active {
  font-weight: 600;
}

.banner {
  position: relative;
}
.banner .swiper-pagination {
  position: absolute;
  right: 0 !important;
  left: auto !important;
  transform: translate(80%, -20%) !important;
  display: flex;
  gap: 20px;
  top: 50%;
  flex-direction: column;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b3d334;
}
.banner .swiper-slide {
  width: 100%;
  position: relative;
  height: 650px;
}
.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*.banner .swiper-slide:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(183deg, #666 8.73%, #666 120.92%);
  mix-blend-mode: multiply;
}*/
.banner .banner-text {
  position: absolute;
  left: 50%;
  top: 55%;
  z-index: 99;
  transform: translate(-50%, 77%);
  text-align: center;
}
.banner .banner-text .text {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 19.18px;
  max-width: 600px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner .banner-text .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
.banner .banner-text .buttons a,
.banner .banner-text .buttons button {
  border: none;
  outline: none;
  background-color: #b3d334;
  color: #FFF;
  font-family: Inter;
  font-size: 18.941px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 20px;
  padding: 8px 22px;
  transition: all 0.4s ease;
}
.banner .banner-text .buttons a:hover,
.banner .banner-text .buttons button:hover {
  background-color: #001c54;
}
.banner .banner-text .buttons a:last-child,
.banner .banner-text .buttons button:last-child {
  background-color: #fff;
  color: #606060;
}
.banner .banner-text .buttons a:last-child:hover,
.banner .banner-text .buttons button:last-child:hover {
  color: #fff;
  background-color: #b3d334;
}

.services {
  margin: 42px 0;
}
.services .services-item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.services .services-item .services-img {
  width: 60px;
  height: 60px;
}
.services .services-item .services-img img {
  width: 100%;
  height: 100%;
}
.services .services-item .services-name {
  max-width: 70%;
  line-height: 15px;
  margin: 20px auto 0;
  text-align: center;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about .about-content {
  background-color: #001c54;
  color: #fff;
  padding: 56px 70px;
}

.services-two {
  margin-top: 30px;
}
.services-two .box {
  height: 580px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  transition: 0.3s ease;
  overflow: hidden;
}
.services-two .box:hover .primary {
  transform: scale(1.1);
}
.services-two .box .primary {
  transition: 0.3s ease;
  width: 100%;
  position: relative;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-two .box .primary:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(183deg, rgba(255, 255, 255, 0.1) 8.73%, rgba(0, 0, 0, 0.8) 120.92%);
}
.services-two .box .statistic {
  z-index: 99;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 30px;
  margin-bottom: 47px;
}
.services-two .box .statistic span:first-child {
  color: #FFF;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}
.services-two .box .statistic div {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.services-two .box .img {
  z-index: 99;
  margin-right: 30px;
}
.services-two .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.services-two .box .apply-btn {
  background-color: #b3d334;
  color: #FFF;
  font-size: 14.527px;
  font-weight: 700;
  z-index: 99;
  border-radius: 10px;
  padding: 10px 15px;
  min-width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin-bottom: 47px;
  transition: 0.3s ease;
  margin-top: 32px;
}
.services-two .box .apply-btn:hover {
  background-color: #294989;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.services-two .small-box {
  height: 580px;
  display: flex;
  width: 220px;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}
.services-two .small-box:hover img {
  transform: scale(1.1);
}
.services-two .small-box:hover span:hover {
  color: #b3d334;
}
.services-two .small-box img {
  z-index: 99;
  transition: 0.3s ease;
  position: relative;
}
.services-two .small-box img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: red;
  width: 100%;
  height: 100%;
}
.services-two .small-box span {
  display: block;
  padding: 20px;
  color: #FFF;
  font-family: Inter;
  font-size: 24px;
  transition: 0.3s ease;
  z-index: 999;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
}

footer {
  background-color: #001C54;
  color: #fff;
}
footer .footer-top {
  padding: 30px 0 30px;
  color: #FFF;
  border-bottom: 1px solid #fff;
  font-family: Inter;
  font-size: 16.5px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .footer-top .column {
  border-left: 2px solid #b3d334;
  padding-left: 10px;
}
footer .copyright {
  padding: 25px 0 30px;
  text-align: center;
  color: #FFF;
  font-family: Inter;
  font-size: 14.971px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.partners {
  margin: 43px 0;
}
.partners a {
  width: 150px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  padding: 10px;
}
.partners a:hover {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.partners a img {
  width: 100%;
  height: 100%;
}

.partner-info {
  padding-top: 49px;
  padding-bottom: 57px;
}
.partner-info .left {
  color: #001C54;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  gap: 24px;
}
.partner-info .title {
  color: #001C54;
  margin-bottom: 7px;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
}
.partner-info .desc {
  color: #000;
  text-align: justify;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dentistry-service {
  margin-top: 58px;
  padding: 20px 0;
  background-color: #F9F9F9;
}
.dentistry-service .service-left .title{
  color: #001C54;
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  justify-content: space-between;
  line-height: normal;
}
.dentistry-service .service-left .apply-link {
  background-color: #b3d334;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  padding: 8px 12px;
  transition: 0.3s ease;
}
.dentistry-service .service-left .apply-link:hover {
  background-color: #001c54;
}
.dentistry-service .service-info-txt {
  color: #000;
  text-align: justify;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about-video {
  background-color: #001C54;
  overflow-x: hidden;
  position: relative;
  color: #fff;
}
.about-video .about-left {
  padding: 57px 0 57px 60px;
}
.about-video .about-left .title {
  margin-bottom: 54px;
}
.about-video .about-left .desc {
  color: #FFF;
  text-align: justify;
  font-family: Inter;
  font-size: 16px;
  padding-right: 27px;
  font-style: normal;
  font-weight: 400;
  max-width: 606px;
  line-height: normal;
}
.about-video .bg {
  background-color: #b3d334;
  height: 100%;
  position: relative;
}
.about-video .bg .video-content {
  right: 50%;
  top: 45px;
  position: absolute;
}
.about-video .bg .video-content:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  background-color: rgba(127, 141, 171, 0.3);
  width: 100%;
}
.about-video .bg .video-content .play-icon {
  position: absolute;
  left: 50%;
  z-index: 99;
  top: 50%;
  transition: 0.3s ease;
  transform: translate(-50%, -50%);
}
.about-video .bg .video-content .play-icon:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.about-video .title {
  color: #FFF;
  text-align: justify;
  font-family: Inter;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.fonds {
  margin-bottom: 42px;
  margin-top: 32px;
}
.fonds .img {
  position: relative;
}
.fonds .img:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(265deg, #FFF 54.56%, rgba(255, 255, 255, 0) 86.95%);
  content: "";
}
.fonds .font-info .title {
  color: #0D235C;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.fonds .font-info .font-info-text {
  color: #000;
  text-align: justify;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.report {
  background-color: #F9F9F9;
  margin-top: 25px;
  padding: 37px 0;
}
.report .report-title {
  color: #0D235C;
  text-transform: uppercase;
  text-align: justify;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: normal;
}
.report .report-text {
  line-height: 20px;
  max-width: 80%;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 63px;
}
.report .report_item {
  width: 10%;
}
.report .report_item .report-single-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 47px;
  justify-content: center;
  transition: 0.3s ease;
  padding: 5px;
  border-radius: 3px;
}
.report .report_item .report-single-item:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.report .report_item .report-single-item .report-img-s {
  width: 42px;
  margin-bottom: 23px;
  height: 47px;
}
.report .report_item .report-single-item .report-img-s img {
  width: 100%;
  height: 100%;
}
.report .report_item .report-single-item .report-desc {
  height: 36px;
  color: #000;
  max-width: 90px;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  margin-bottom: 5px;
  font-weight: 400;
  line-height: normal;
}
.report .report_item .report-single-item .count {
  color: #666;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.report #chartContainer {
  background: transparent;
  margin-bottom: 45px;
}
.report #chartContainer .canvasjs-chart-credit {
  display: none;
}

.video-section {
  margin: 20px 0;
  position: relative;
}
.video-section .img-fluid {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.video-section .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}
.video-section .play-icon:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

@media (max-width: 1440px) {
  header .logo {
    width: 100px;
    height: 43px;
  }
  header nav .nav-list {
    gap: 30px;
  }
  header nav .nav-list .nav-link {
    font-size: 15px;
  }
  header nav .nav-list .nav-link:hover {
    color: #b3d334;
  }
  header .social-icons a {
    font-size: 15px !important;
  }
  header .social-icons,
  header .lang {
    gap: 7px;
  }
  header .social-icons a,
  header .lang a {
    font-size: 15px;
  }
  .fonds .font-info .title {
    font-size: 20px;
  }
  .fonds .font-info img {
    width: 125px;
    height: 54px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .about-video .about-left .title {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .about-video .bg .video-content {
    right: 35%;
    top: 80px;
  }
  .about-video .bg .video-content img {
    width: 367px;
  }
  .dentistry-service .service-left {
    font-size: 38px;
  }
}
@media (max-width: 1200px) {
  .about-section .part-3 .title img {
    width: 300px;
  }
  .about-img {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
  .about-img .img-absolute {
    position: absolute;
    right: 100px;
    width: 350px !important;
    top: 17% !important;
    z-index: 9;
  }
  .about-img img {
    width: 100%;
  }
  .pe-5 {
    padding-right: 0 !important;
  }
  .report .report_item {
    width: 23%;
  }
  header .logo {
    width: 90px;
  }
  header nav .nav-list {
    gap: 20px;
  }
  header nav .nav-list .nav-link {
    font-size: 14px;
  }
  header .social-icons a {
    font-size: 14px !important;
  }
  header .social-icons,
  header .lang {
    gap: 5px;
  }
  header .social-icons a,
  header .lang a {
    font-size: 14px;
  }
  .services-two .box {
    height: 480px;
  }
  .services-two .box .statistic {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .services-two .box .statistic span:first-child {
    font-size: 30px;
  }
  .services-two .box .statistic div {
    font-size: 15px;
  }
  .services-two .box .apply-btn {
    padding: 10px 12px;
    min-width: 120px;
    margin: 30px 0;
  }
  .services-two .small-box {
    height: 480px;
    width: 200px;
  }
  .services-two .small-box span {
    font-size: 20px;
    padding: 10px 10px 30px 10px;
  }
  .about-video .about-left {
    padding: 30px;
  }
  .about-video .about-left .desc {
    max-width: 480px;
    padding-right: 0;
  }
  .bg .video-content .play-icon svg {
    width: 50px;
  }
  .partner-info .left {
    font-size: 30px;
  }
  .services .services-item .services-img {
    width: 50px;
    height: 50px;
  }
  .banner .banner-text .buttons a {
    font-size: 16px;
  }
  .about .about-content {
    padding: 40px 50px;
  }
}
@media (max-width: 992px) {
  .bread-img {
    width: 200px !important;
  }
  .breadcrumb {
    height: 500px !important;
  }
  .contact .img-contact img {
    position: absolute;
    top: 40px;
    right: 0;
  }
  header nav,
  header .social-icons,
  header .lang {
    display: none;
  }
  header.mobile-header {
    background-color: #b3d334;
    color: #fff;
    height: 100vh;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  header.mobile-header nav {
    display: block;
  }
  header.mobile-header nav ul {
    flex-direction: column;
    padding: 20px 0;
  }
  header.mobile-header nav ul li {
    text-transform: uppercase;
    padding: 10px;
  }
  header.mobile-header nav ul li a {
    font-size: 22px !important;
  }
  header.mobile-header nav ul li a:hover {
    color: #eee !important;
  }
  header.mobile-header .social-icons {
    display: flex;
    gap: 10px;
    padding-left: 10px;
    justify-content: center;
    align-items: center;
  }
  header.mobile-header .social-icons a {
    font-size: 20px;
    background: #fff;
    color: #b3d334;
    border-radius: 4px;
    padding: 7px 10px;
  }
  header.mobile-header .lang {
    display: flex;
    gap: 10px;
    margin-top: 30px;
    padding-left: 10px;
  }
  header.mobile-header .lang a {
    color: #fff;
    font-size: 20px;
  }
  .banner .banner-text {
    top: 40%;
  }
  .banner .banner-text .text {
    font-size: 16px;
  }
  .banner .banner-text .buttons {
    margin-top: 40px;
    flex-direction: column;
  }
  .about .about-content {
    padding: 34px 28px;
  }
  .services-two .box {
    height: 680px;
    margin-bottom: 30px;
  }
  .services-two .small-box {
    height: 680px;
    width: 220px;
  }
  .fonds .img {
    margin-bottom: 20px;
  }
  .about-video .bg {
    display: none;
  }
  .about-video .about-left .desc {
    max-width: 100%;
  }
  .dentistry-service .service-left {
    display: flex;
    align-items: center;
  }
  .dentistry-service .service-left .apply-link {
    padding: 13px 11px;
    width: 141px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .partner-info .left {
    margin-bottom: 20px;
  }
  footer .footer-top {
    text-align: center;
  }
  footer .footer-top .column {
    display: inline;
  }
}
@media (max-width: 768px) {
  .bread-img {
    display: none !important;
  }
  .contact {
    padding: 20px 0 !important;
  }
  .contact .contact-title {
    font-size: 22px !important;
  }
  .contact .contact-desc {
    font-size: 14px !important;
  }
  .contact .img-contact img {
    top: -40px;
  }
  .about-img {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
  .about-img .img-absolute {
    right: 10px !important;
    top: 17% !important;
    z-index: 9;
  }
  .about-img .img-absolute img {
    width: 250px !important;
  }
  .video-section .play-icon {
    width: 40px;
    height: 40px;
  }
  .video-section .play-icon svg {
    width: 100%;
  }
  .services .services-item .services-img {
    width: 45px;
    height: 45px;
  }
  .dentistry-service .service-left {
    font-size: 25px;
  }
  .about-video .about-left .title {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .register form .form-title {
    font-size: 20px !important;
    padding: 10px !important;
  }
  .volunters .volunter-slider .swiper-slide .img {
    width: 100% !important;
    height: auto !important;
  }
  .apply {
    justify-content: center !important;
  }
  .contact .img-contact img {
    display: none;
  }
  .about-img {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .about-img .img-absolute {
    right: -140px !important;
    top: 17% !important;
    z-index: 9;
  }
  .about-img .img-absolute img {
    width: 180px !important;
  }
  .report ._content {
    justify-content: center !important;
  }
  .report .report_item {
    width: 30%;
  }
  .banner .swiper-slide {
    height: 450px;
  }
  .banner .banner-text {
    top: 20%;
    width: 100%;
  }
  .banner .banner-text .buttons {
    margin-top: 30px;
    gap: 17px;
  }
  .banner .swiper-pagination {
    display: none;
  }
  .services .services-item {
    width: 40%;
  }
  .services .services-item .services-name {
    font-size: 14px;
  }
  .about .about-content {
    font-size: 14px;
    padding: 24px;
  }
  .services-two .box,
  .services-two .small-box {
    height: 500px;
  }
  .dentistry-service .service-left {
    font-size: 18px;
  }
  .partner-info {
    padding: 25px 0 0;
  }
  header.mobile-header nav ul li a {
    font-size: 20px !important;
  }
}
@media (max-width: 430px) {
  .report ._content {
    justify-content: center !important;
  }
  .report .report_item {
    width: 50%;
  }
}
#arxkom-map .path-hover {
  cursor: pointer;
}

#arxkom-map .path-hover:hover path {
  fill: #036;
}

#arxkom-map .path-hover:hover .no-fill {
  fill: none !important;
}

#arxkom-map .path-hover:hover use {
  fill: #036;
}

#arxkom-map .path-hover:hover polygon {
  fill: #036;
}

#arxkom-map .path-hover:hover text {
  fill: #fff;
}

#arxkom-map .path-hover:hover .small-path {
  stroke: #036;
}

#arxkom-map .change-color path {
  fill: #036;
}

#arxkom-map .change-color use {
  fill: #036;
}

#arxkom-map .change-color polygon {
  fill: #036;
}

#arxkom-map .change-color text {
  fill: #fff;
}

#arxkom-map .change-color .no-fill {
  fill: none !important;
}

#arxkom-map .change-color .small-path {
  stroke: #036;
}

.volunters {
  padding: 30px 0;
}
.volunters .title {
  text-transform: uppercase;
  color: #001C54;
  font-weight: 600;
  text-align: center;
  font-size: 24px;
  margin-bottom: 17px;
}
.volunters .volunter-slider .swiper-button-prev:after,
.volunters .volunter-slider .swiper-button-next:after {
  display: none;
}
.volunters .volunter-slider .swiper-slide .img {
  width: 200px;
  height: 200px;
  margin-bottom: 14px;
}
.volunters .volunter-slider .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.register {
  padding: 35.7px 0 100px;
  background-color: #F9F9F9;
}
.register form {
  background-color: #fff;
  border-radius: 0 0 30px 30px;
}
.register form .form-title {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  padding: 26px 0;
  background-color: #B3D334;
  text-align: center;
  border-radius: 30px 30px 0 0;
  font-size: 24px;
  margin-bottom: 30px;
}
.register form .form-body {
  padding: 0 22px 22px;
}
.register form .form-body .input-groups {
  display: flex;
  border: 1px solid #E8E8E8;
  height: 34px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.register form .form-body .input-groups .form-input {
  height: 34px;
  border: none;
  background-color: transparent;
  width: 100%;
  padding: 0 10px;
  font-size: 14px;
  outline: none;
  color: #1E1E1E;
}
.register form .form-body .input-groups .icon {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  color: #ccc;
}
.register form .form-body .form-select {
  border: 1px solid #E8E8E8;
  height: 34px;
  border-radius: 0;
  box-shadow: none;
  padding: 0 10px;
  font-size: 14px;
  outline: none;
  color: #1E1E1E;
  outline: none;
  margin-bottom: 20px;
}
.register form .form-body .helper-text {
  font-size: 13px;
  color: #ccc;
}
.register form .form-body .radio {
  display: none;
}
.register form .form-body .radio-label {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
}
.register form .form-body .radio-label .check {
  content: "";
  background-color: transparent;
  width: 15px;
  height: 15px;
  border: 2px solid #E8E8E8;
  left: 0;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.register form .form-body .radio-label .check img {
  width: 100%;
  height: auto;
  display: none;
}
.register form .form-body .radio-label .check.checked img {
  display: block;
}
.register form .form-body #file-upload {
  display: none;
}
.register form .form-body .file-upload {
  border: 1px solid #E8E8E8;
  height: 34px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px 0 6px;
  font-size: 14px;
}
.register form .form-body .file-upload .btn {
  background-color: #ccc;
  color: #fff;
  font-size: 13px;
  border-radius: 0;
  padding: 3px 10px;
  text-transform: uppercase;
  transition: 0.2s ease;
  font-weight: 600;
}
.register form .form-body .file-upload .btn:hover {
  background-color: #B3D334;
  color: #fff;
}

.breadcrumb {
  background-repeat: no-repeat;
  height: 600px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  position: relative;
}
.breadcrumb.breadcrumb-2:after {
  background: none;
}
.breadcrumb .apply-btn {
  background-color: #b3d334;
  color: #FFF;
  font-size: 14.527px;
  font-weight: 700;
  z-index: 99;
  border-radius: 10px;
  padding: 10px 15px;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin-bottom: 47px;
  transition: 0.3s ease;
  margin-top: 32px;
}

.breadcrumb:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  height: 100%;
  z-index: 2;
  background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgba(0, 28, 84, 0.5) 35%, #fff 100%);
  background-position: left top, right top;
  background-repeat: no-repeat;
}
.breadcrumb .container {
  z-index: 3;
}
.breadcrumb .statistic {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.breadcrumb .statistic strong {
  font-size: 60px;
}

.about-section {
  padding: 20px 0;
}
.about-section .about-text {
  font-weight: 500;
  text-align: justify;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 30px;
}
.about-section .part-2 {
  padding: 55px 0;
  background-color: #001c54;
  color: #fff;
}
.about-section .part-2 .user-info {
  position: absolute;
  bottom: 10px;
  padding: 0 13px;
  height: -moz-max-content;
  height: max-content;
}
.about-section .part-2 .user-info .name {
  font-size: 16px;
  border-bottom: 1px solid #B3D334;
}
.about-section .part-2 .user-info .title {
  font-size: 12px;
  color: #eee;
}
.about-section .part-2 .img-about {
  width: 160px;
  height: 416px;
}
.about-section .part-2 .img-about img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.about-section .part-3 {
  padding: 40px 0 0;
}
.about-section .part-3 .title {
  margin-bottom: 32px;
}
.about-section .about-img {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.about-section .about-img .img-absolute {
  position: absolute;
  right: 100px;
  top: 30%;
  z-index: 9;
}
/*.about-section .about-img img {
  width: 100%;
}*/

.contact {
  padding: 70px 0 30px;
  position: relative;
}
.contact .contact-title {
  font-size: 40px;
  margin-bottom: 10px;
  color: #606060;
}
.contact .contact-desc {
  font-size: 16px;
  margin-bottom: 20px;
  color: #606060;
}
.contact .img-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.contact .img-contact img {
  width: 360px;
  height: 400px;
  z-index: 9;
  margin-top: -250px;
}
.contact input {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  border-radius: 5px;
  padding-left: 15px;
  border: 1px solid #606060;
  outline: none;
}
.contact textarea {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 5px;
  padding: 15px;
  border: 1px solid #606060;
  outline: none;
  resize: none;
}
.contact button {
  background-color: #B3D334;
  color: #fff;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 300;
  border: none;
  outline: none;
  padding: 10px 15px;
  transition: 0.3s ease;
}
.contact button:hover {
  background-color: #001C54;
}

.socials ul {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 35px;
}
.socials ul a {
  color: #fff;
}

.faq {
  background-color: #F9F9F9;
  padding: 50px 0;
}
.faq .faq-title {
  color: #606060;
  z-index: 119;
  position: relative;
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  margin-top: -320px;
  margin-bottom: 50px;
}
.faq .faq-item {
  margin-bottom: 33px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background-color: #fff;
  border-radius: 5px;
}
.faq .faq-item .faq-body {
  background-color: #fff;
  display: none;
}
.faq .faq-item .faq-body .txt {
  margin-left: 50px;
  padding-left: 10px;
  border-left: 2px solid #B3D334;
}
.faq .faq-item .faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #606060;
  border-radius: 5px;
  cursor: pointer;
}
.faq .faq-item .faq-header .arrow {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq .faq-item .faq-header .arrow img.img-static {
  display: block;
  width: 80%;
}
.faq .faq-item .faq-header .arrow img.img-rotate {
  display: none;
  width: 60%;
}
.faq .faq-item .faq-header.active {
  margin-bottom: 25px;
}
.faq .faq-item .faq-header.active .arrow img.img-static {
  display: none;
}
.faq .faq-item .faq-header.active .arrow img.img-rotate {
  display: block;
}
.faq .title {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  font-size: 18px;
}
.faq .title .icon {
  width: 30px;
  height: 30px;
  background-color: #B3D334;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq .title .icon img {
  width: 10px;
}

.blogs {
  padding: 30px 0 100px;
}
.blogs .single-blog {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.blogs .single-blog .blog-img {
  width: 100%;
  height: 352px;
}
.blogs .single-blog .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogs .single-blog .blog-content {
  background-color: #fff;
  padding: 20px 22px;
}
.blogs .single-blog .blog-content .author-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.blogs .single-blog .blog-content .author-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.blogs .single-blog .blog-content .author-name {
  color: #757575;
  font-weight: 600;
  font-size: 17px;
}
.blogs .single-blog .blog-content .blog-desc {
  font-size: 15px;
  font-weight: 400;
}
.blogs .single-blog .blog-content .blog-desc button {
  color: #B3D334;
  font-style: italic;
  font-weight: 500;
  border: none;
  background-color: transparent;
}

.max-w-480px {
  max-width: 520px;
}

.max-w-360px {
  max-width: 360px;
}

.absolute {
  position: absolute;
  bottom: -70px;
  left: 50px;
}

.nav-tabs {
  border: none;
}
.nav-tabs .nav-link {
  color: #001C54;
  font-weight: 400;
  border: none;
  font-size: 18px;
}
.nav-tabs .nav-link.active {
  font-weight: bold;
  color: #001C54;
}

@media (max-width: 1330px) {
  .max-w-360px {
    max-width: 300px !important;
  }
}
@media (max-width: 1200px) {
  .max-w-480px {
    max-width: 350px !important;
  }
}
@media (max-width: 992px) {
  .max-w-360px {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .faq-title {
    font-size: 22px !important;
  }
  .faq-title img {
    width: 380px !important;
  }
  .faq .faq-item {
    padding: 10px !important;
  }
  .faq .title .icon {
    width: 20px !important;
    height: 20px;
  }
  .faq .faq-item .faq-header .arrow img.img-static {
    width: 60% !important;
  }
  .max-w-360px {
    display: none !important;
  }
  .max-w-480px {
    max-width: 220px !important;
  }
}
.overlay {
  z-index: 99;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.popup {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 530px;
  z-index: 9999;
  background-color: #fff;
  border-radius: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.popup.show, .overlay.show {
  display: block;
}

.popup .step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.popup .step.active {
  opacity: 1;
}

.popup .step.finish {
  background-color: #B3D334;
}

.popup .register {
  padding: 0;
  border-radius: 30px;
  background-color: transparent;
}

.popup .register form {
  padding: 0;
  border-radius: 30px;
  background-color: transparent;
}

.popup .form-title {
  padding: 15px;
  border-radius: 30px 30px 0 0;
  background-color: #B3D334;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.popup #regForm {
  min-width: 300px;
}

.popup input:focus {
  border-color: #B3D334;
}

.popup input.invalid {
  background-color: #ffdddd;
}

.popup .tab {
  display: none;
}

.popup #regForm .form-btn {
  margin-top: 10px;
  background-color: transparent;
  border: none;
  background-color: #B3D334;
  color: #fff;
  border-radius: 4px;
  padding: 7px 12px;
  font-size: 17px;
  outline: none;
  transition: 0.3s ease;
  max-width: 110px;
  margin-left: auto;
  margin-right: 10px;
}

#regForm .form-btn:hover {
  opacity: 0.8;
}

.popup .steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.popup .steps {
  text-align: center;
}

.popup .step {
  height: 25px;
  width: 25px;
  margin: 0 2px;
  background-color: #dbe99c;
  border: none;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.popup .step:after {
  position: absolute;
  content: "";
  width: 400px;
  height: 2px;
  background-color: #eee;
  left: calc(50% + 35px);
  top: 50%;
  transform: translateY(-50%);
}

.popup .step.active {
  background-color: #B3D334;
}

.popup .step:last-child:after {
  display: none;
}

.popup .step.finish {
  background-color: #B3D334;
}

#apply-popup .form-title {
  background-color: #001C54;
}

.popup .helper-text {
  color: #606060 !important;
  margin-bottom: 3px;
}

.register form .form-body .file-upload .btn {
  background-color: #9fa2a1;
}

@media (max-width: 576px) {
  .popup {
    width: 90%;
    margin: 0 auto;
  }
  .popup .steps {
    justify-content: center;
    gap: 20px;
  }
  .popup #regForm .form-btn {
    font-size: 14px !important;
  }
  .register form .form-title {
    font-size: 16px !important;
  }
  .popup .step:after {
    display: none;
  }
  
}/*# sourceMappingURL=style.css.map */
  .volunter-btn,.apply-btn,.form-btn{
    background: #b3d334;
    color: #fff;
    border: none;
    outline: none;
    padding: 6px 12px;
    border-radius: 5px;
    cursor:pointer;
    transition:.2s ease;
  }
   .volunter-btn:hover,.apply-btn:hover,.form-btn:hover{
         opacity:.8;
   }
   #prevBtn {
    display: none;
}

#submitBtn {
    display: none;
}
.valuntter_name {
    color: #b3d334;
}

.blog_gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 1rem;
}

.blog_gallery .gallery_img {
    max-width: 100%;
}

@media only screen and (min-width: 769px) {
    grid-template-columns: repeat(3, 1fr);
}

@media only screen and (min-width: 992px) {
    grid-template-columns: repeat(5, 1fr);
}

.blog-img img {
    transform: scale(1);
    transition-duration: .3s;
}

.blog-overlay {
    transition-duration: .3s;
}

.blog_col:hover {
    & .blog-img img {
        transform: scale(1.1);
    }
    
    & .blog-overlay {
        opacity: .5 !important;
    }
}

.image-text {
    top: 30%;
    right: 50px;
    background-color: #001C54;
    border-color: #001C54;
    font-family: Inter, sans-serif;
    
    &:hover {
        background-color: #001C54;
        border-color: #001C54;
    }
}

@media only screen and (max-width: 992px) {
    .image-text {
        right: 30px;
        font-size: 20px !important;
    }
}