@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;
    400;
    500;
    600&amp;
    family=Teko: wght@300;
    400;
    500;
    600;
    700&amp;
    display=swap";
    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--clr-theme-1);
    line-height: 28px;
}
:root {
    --clr-common-white:  #ffffff;
    --clr-common-black:  #222222;
    --clr-common-border:  #c7c7c7;
    --clr-common-placeholder:  #aaa;
    --clr-theme-1:  #1f4941;
    --clr-theme-2:  #ffaf00;
    --clr-theme-3:  #7c7c7c;
    --clr-bg-1:  #1f4941;
    --clr-bg-2:  #ffaf00;
    --clr-bg-3:  #fffcf6;
    --clr-bg-4:  #f2f2f2;
}
.border-btn {
    font-size: 16px;
    font-weight: 600;
    color: var(--clr-theme-1);
    border: 1px solid var(--clr-theme-1);
    padding: 0 40px;
    height: 60px;
    border-radius: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
    line-height: 1;
}
.border-btn:hover {
    color: var(--clr-common-white);
    background: var(--clr-theme-1);
}
}.activity-content {
    border: 1px solid #d3d3d3;
    padding: 30px 30px 25px;
    position: relative;
    z-index: 2;
    text-align: center;
    background: var(--clr-common-white);
}
.activity-content:hover {
    border-color: transparent;
}
.activity-content:hover .activity-bg {
    opacity: 1;
}
.activity-content:hover .activity-content-icon {
    color: var(--clr-common-white);
}
.activity-content:hover .activity-title h3 {
    color: var(--clr-common-white);
}
.activity-content-icon {
    font-size: 80px;
}
.activity-content .activity-title h3 {
    margin-top: 22px;
    margin-bottom: 0;
}
.activity-bg {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.activity-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.activity-bg .activity-shape-1 {
    width: auto;
    height: auto;
    position: absolute;
    top: 20px;
    inset-inline-start: 20px;
    width: 35px;
    opacity: .5;
}
.activity-bg .activity-shape-2 {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 20px;
    inset-inline-end: 20px;
    width: 35px;
    opacity: .5;
}






.gallery-thumb {
    position: relative;
}
.gallery-thumb img {
    width: 100%}
.gallery-overlay {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--clr-theme-1);
    top: 0;
    inset-inline-start: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.gallery-thumb-action {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.gallery-thumb-action .action-plus-btn {
    font-size: 42px;
    color: var(--clr-common-white);
    font-weight: 300;
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.gallery-thumb-action .action-plus-btn i {
    font-weight: 300;
}
.gallery-thumb-wrapper {
    position: relative;
}
.gallery-thumb-wrapper:hover .gallery-thumb-action {
    opacity: 1;
    visibility: visible;
}
.gallery-thumb-wrapper:hover .gallery-overlay {
    opacity: .7;
    visibility: visible;
}
.gallery-wrapper>div:nth-child(2) {
    margin-top: 0;
}
@media only screen and (min-width:768px) and (max-width:991px), only screen and (min-width:576px) and (max-width:767px), (max-width:575px) {
    .gallery-wrapper>div: nth-child(2) {
    margin-top: 0;
}
}.gallery-tab-nav .nav-tabs {
    border-bottom: 0;
    display: flex;
    justify-content: center;
    column-gap: 54px;
    row-gap: 18px;
}
.gallery-tab-nav .nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    line-height: 1;
    color: var(--clr-theme-1);
}
.gallery-tab-nav .nav-tabs .nav-link.active {
    color: #ff0202;
}

@media only screen and (min-width:1200px) and (max-width:1399px), only screen and (min-width:768px) and (max-width:991px) {
    .operation-gallery-slider .swiper-wrapper .swiper-slide: nth-child(2n) .operation-gallery-thumb a img {
    height: 280px;
}
}.bd-theme-settings-area {
    position: fixed;
    top: 50%;
    inset-inline-start: 0;
    width: 240px;
    background-color: var(--clr-common-white);
    border: 1px solid #eaeaef;
    -webkit-transform: translateY(-50%) translateX(-100%);
    -moz-transform: translateY(-50%) translateX(-100%);
    -ms-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%);
    z-index: 991;
    direction: ltr;
    border-bottom-right-radius: 4px;
}
.bd-theme-settings-area.settings-opened {
    -webkit-transform: translateY(-50%) translateX(0%);
    -moz-transform: translateY(-50%) translateX(0%);
    -ms-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
}

}