.gallery-thumb {
    max-width: 100%;
}

.gallery-column {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.icon-focus::before {
    content: '\e96b';
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 24px);
    font-family: 'MobiriseIcons' !important;
    font-size: 3rem !important;
    color: #fff;
    opacity: 0;
    -webkit-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out;
    z-index: 5;
}

.icon-focus:hover::before {
    opacity: 1;
}

.icon-focus>span {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 30px);
    height: calc(100% - 20px);
    background: linear-gradient(to left, #554346, #45505b) !important;
    opacity: 0;
    -webkit-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out;
    margin: 10px 15px;
}

.icon-focus:hover>span {
    opacity: 0.5;
}

.first-content-section {
    margin-top: 77px;
}

.navbar {
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.4);
}

.spceial-nav-item {
    background-color: #083993;
    border-radius: 25px;
    transition: color .2s ease-in-out;
}

.spceial-nav-item:hover,
.spceial-nav-item:focus {
    background-color: #072f75;
}

.spceial-nav-item>.text-info {
    color: #ffffff !important;
}

.spceial-nav-item>.text-info:hover,
.spceial-nav-item>.text-info:focus {
    color: #bbbbbb !important;
}

.dropdown-menu {
    box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.4);
}

section.carousel {
    padding-top: 77px;
}

.carousel .image_wrapper {
    height: auto !important;
}

@media (max-width: 991px) {
    img.navbar-logo-img {
        height: 3.125rem !important;
    }
    .carousel .container {
        max-width: 100%;
        padding: 0 !important;
    }
    .carousel .image_wrapper img {
        width: 100% !important;
    }
}