.registrationEnded {
    position: absolute;
    top: 0;
    right: 0;
    width: 183px;
    height: 100%;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    color: #fff !important;
    background-color: #d42428;
    line-height: 26px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .3s all;
}
.registrationEnded:hover {
    background-color: #00b7ca;
    color: #fff;
}
/* .registrationEnded:hover {
    background-color: #d42428;
} */

div.partGallery {
    margin-top: 80px;
    margin-bottom: 95px;
}
div.partGallery ul.slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
div.partGallery ul.slick-dots li {
    position: relative;
    display: inline;
    margin: 12px;
    cursor: pointer;
}
div.partGallery ul.slick-dots li button {
    visibility: hidden;
}
div.partGallery ul.slick-dots li::before{
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #00b7ca;
    border-radius: 99px;
}
div.partGallery ul.slick-dots li.slick-active::before {
    background-color: #c6fe4d;
}
div.partGallery img{
    height: 350px;
    width: 350px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    box-shadow: 0 0 10px -3px #cacaca;
    transition: .3s all;
}
div.partGallery img:hover {
    transform: scale(1.02);
    box-shadow: 0 0 13px 0 #cacaca;
}

.fancybox-infobar span {
    color: #fff !important;
}

.newSliderButtons {
    margin-top: 200px;
}
.newSliderButtons .newSliderButton:hover {
    transform: scale(1.02);
}
.g-recaptcha>div {
    margin: auto;
} 
@media only screen and (max-width: 600px) {
    .sliderNo3 {
        object-position: right;
    }
    .newSliderButtons {
        margin-top: 20px;
    }
    .newSliderButtons .newSliderButton {
        width: 320px;
    }
}
.involving h3 {
    color: #52a750 !important;
}

.involving p {
    color: #52a750 !important;
}

div.partCategories a.categoryWrap.catAB::before {
    background-image: url(../web/katAB.png);
}

div.partCategories a.categoryWrap.catH::before {
    background-image: url(../web/katH.png);
}

header nav.navbar ul.nav li a {
    margin: 0;
  }
@media only screen and (max-width: 1750px) {
  header nav.navbar ul.nav li a {
    padding: 15px 5px;
  }
}
@media only screen and (max-width: 1750px) {
  header nav.navbar ul.nav li a {
    padding: 15px 5px;
  }
}

.ratio {
    position: relative;
    width: 100%;
}
.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio, 75%);
    content: "";
}
.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.gallery_detail a {
    position: relative;
    display: block;
}
.gallery_detail a img {
    object-fit: cover;
}
.gallery_detail .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: rgba(113, 103, 88, .66);
    color: #fff;
    padding: 5px;
    font-size: 14px;
    line-height: 1.15;
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 1;
    opacity: 0;
    transition: .3s all;
}
.gallery_detail a:hover .title {
    opacity: 1;
    transition: .3s all;
}