ul, ol {
    margin-left: 0;
    margin-right: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*Home page*/
.homepage .home__slider {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;

}

.home_slider_title h3 {
    max-width: 900px;

    margin: 15px auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home_slider_title {
    position: absolute;
    bottom: -75px;
    right: 0;
    width: 100%;
    background: rgb(255 255 255 / 80%);
    padding-bottom: 15px;
    transition: bottom 0.5s linear;

}

.home_slider_title:hover {
    bottom: 0;
}

.publication__item h3 {
    min-height: 75px;
    overflow: hidden;
    font-size: 17px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.publication__item {

    padding: 15px;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 8px;
    background: #f4f6f8;
    margin-bottom: 10px;
    position: relative;
}

.homepage-publications .swiper-slide {

}

.publication__item > img {
    width: 100%;

    height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
}

.publication__item span {

    position: absolute;

    display: flex;
    justify-content: center;
    align-items: center;

    transition: bottom 0.5s linear;
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;

}

.publication__item:hover span {
    background: rgb(255 255 255 / 90%);
    display: flex;
}

.home__publications .swiper-container {
    padding-bottom: 50px;
}

.publication-slide-homepage {
    max-width: 1600px;
    margin: 0 auto;
}

.homepage-news-summary a.read-more {
    visibility: hidden;
}

.homepage-news-content li:hover .homepage-news-summary a.read-more {
    visibility: visible;
}

.media-news-item .media-news-summary {
    position: static;
    font-family: var(--font-arial-caps);
    font-size: 20px;
}

.content-news-temp .homepage-news-content {
    margin-bottom: 10px;
}

/* Added By Tornike */

.page_title {
    font-family: var(--font-mtavruli);
    color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    max-width: 1000px;
    font-size: 34px;
    margin: 60px auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;

}

.page_title::before {

}

.page_title::after {

}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.single-project {
    max-width: 1460px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.single-project h1 {
    color: #6D9A63;
    font-family: var(--font-mtavruli);
    font-size: 24px;
    text-align: center;
}

.single-project table {
    border-spacing: 0;
    border-collapse: collapse;
}

.single-project table td {
    text-align: center;
    padding: 10px;
    border: 1px solid #D3DBDE;

}

.single-project table thead {
    color: #6D9A63;
}

.single-project table thead th {
    background: #F4F6F8;
    padding: 10px;
    font-family: var(--font-mtavruli);
}

.single-project .project-container-description {
    text-align: center;
}

.sp-items-container, .fg-items-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    font-family: var(--font-arial-caps);
}

.sp-items-container h3 {
    width: 100%;
}

.sp-items-container > div {
    width: calc(25% - 30px);

}

.swiper-button-next,
.swiper-button-prev {
    color: white;
    background-color: #50616A;
    border: 1px solid white;
    transform: rotate(45deg);
    border-radius: 12%;
    width: 45px;
    height: 45px;
    transition: all 0.4s;

}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #6D9A63;

}


.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 25px;
    transform: rotate(-45deg);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-page-photo-gallery ul {
    max-width: 1200px;
    gap: 20px;
    margin: 0 auto;
    display: flex;

}

.single-page-photo-gallery ul .photo-items {
    width: calc(25% - 20px);
}

.single-page-photo-gallery .photo-items h3 {
    font-size: 16px;
}

.single-page-photo-gallery .photo-items img {
    max-height: 170px;
    /* overflow: hidden; */
    object-fit: cover;
}

.single-page-pg .photo-gallery {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    gap: 20px;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
}

.single-page-pg .photo-gallery a {
    display: inline-block;
    width: calc(25% - 20px);
    position: relative;
}

.single-page-pg .photo-gallery a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 200px;
}

.single-page-pg .photo-gallery a .gallery-item-hover {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    /* transform: translate(-50% , -50%); */
    width: 100%;
    height: 100%;
    background: rgba(62 81 90 / 66%);
    display: flex;
    align-items: center;
    justify-content: center;

    visibility: hidden;
}

.single-page-pg .photo-gallery a:hover .gallery-item-hover {
    visibility: visible;
}

.single-page-pg .photo-gallery a .gallery-item-hover .fa-search-plus:before {
    font-size: 30px;
}

.all-video-content ul {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    gap: 20px;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
}

.all-video-content ul li,
.all-video-content ul .photo-items {

    width: calc(33.33% - 20px);
    margin: 0;
}

.all-video-content ul img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 200px
}

.all-video-content ul h3 {
    font-size: 15px;
}

.all-publications-container ul {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    gap: 20px;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;

}


.all-publications-container ul .publication__item {
    width: calc(25% - 20px);

}

.all-publications-container ul .publication__item img {
    object-fit: cover;
    width: 100%;


}