body {
background-image: var(--card-bg-image);
overflow-x: hidden;
background-color: var(--card-bg-color);
}

.contact-details {
padding: 8px 0;
list-style-type: none;
font-size: 1rem;
line-height: 1.75rem;
text-decoration: inherit;
text-transform: inherit;
margin: 0;
font-weight: 400;
/*letter-spacing: 1em;*/
}

.contact-details-item {
display: -webkit-flex;
display: -moz-box;
padding: 0.4rem 0rem;
color: #212529;
display: flex;
overflow: hidden;
height: auto;
justify-content: flex-start;
cursor: pointer;
position: relative;
-webkit-align-items: center;
-moz-box-align: center;
align-items: center;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
}

.contact-details a {
text-decoration: none;
}

.contact-details-item h6 {
font-size: 1.1rem;
}

.contact-details .icon-circle .fab {
    font-size: 40px;
}

.gallery.gallery-md .gallery-item{
    float: none;
    width: 129px;
    height: 129px;
    margin: 1px;
}
/*Slick slider CSS*/
.slick-slider {
    margin-top: 30px;
}
.slick-slide img {
    display: block;
    width: 130px;
    height: 100%;
    object-fit: cover;
    padding: 0 5px;
}
.u-slick--gutters-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}
.gallery-row {
    background: #241e1e;
}
.gallery {
    display: flex;
    width: 100%;
}
.gallery a {
    width: 100%;
    display: block;
}
.gallery.gallery-md .gallery-item {
    width: 100px;
    height: 130px;
}
a#download-file {
    width: 100%;
    display: inline-block;
    flex: 0 0 57%;
    max-width: 57%;
}

@media screen and (max-width: 767px) {
    a#download-file {
        flex: 0 0 88%;
        max-width: 88%;
    }
}
@media screen and (max-width: 360px) {
    a#download-file {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .tab button {
        width: 46%;
    }
}
.slick-next {
    right: 0;
    top: 110px;
}
.slick-prev {
    left: 0;
    top: 110px;
}

.footer .blink {
animation: blink 2s infinite;
font-weight: 600;
}
@keyframes blink { 0% { color:red; } 100% { color:green; } }
/*Slick slider CSS*/
    