:root {
    --primary: #2B3084;
    --caution: #E58424;
}

.scroll-top {
    background-color: var(--caution);
}

.scroll-top:hover {
    background-color: var(--primary);
}

.main-content {
    font-family: var(--font-family)!important;
    color: var(--dark-3);
}

.main-content ol,
.main-content ul {
    padding: revert;
    list-style-type: auto;
}

.main-content img {
    border-radius: 6px;
    margin: .75rem;
}

.tab-content,
.tab-content .tab-pane {
    color: var(--dark-3)!important;
}

.tab-content ol,
.tab-content ul {
    padding: revert;
    padding-left: 1rem;
    list-style-type: auto;
}

.section-title-five {
    max-width: 650px;
}

.section-title-five.blog {
    max-width: inherit;
}

.latest-news-area .single-news .image .thumb-lg {
    width: 100%;
    height: auto;
    max-width: 750px;
    border-radius: 10px;
}

.brand-area .clients-logos .single-image {
    padding: .5rem;
}

.brand-area .clients-logos img {
    width: 100%;
    height: auto;
    max-width: 120px;
    max-height: 120px;
}

.contact-section .contact-item-wrapper .contact-item .contact-icon {
    min-width: 50px;
    min-height: 50px;
}

.portfolio-area {
    padding: 100px 0;
    background: var(--white);
}

.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
}

.navbar-area.navbar-nine .navbar .navbar-nav .nav-item.dropdown a.dropdown-toggle::after {
    display: none;
}

.navbar-area.navbar-nine .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    padding: 6px 0;
    margin-top: 0;
    background-color: var(--light-3);
}

.navbar-area.navbar-nine .navbar .navbar-nav .nav-item.dropdown a.dropdown-item {
    margin: 0;
    border-radius: 0;
    color: var(--black);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-area.navbar-nine .navbar .navbar-nav .nav-item.dropdown a.dropdown-item {
        padding: 11px 16px;
        display: block;
        border: 0;
        margin: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-area.navbar-nine .navbar .navbar-nav .nav-item a i {
        position: relative;
        top: unset;
    }
}

.footer-eleven {
    background-color: var(--light-3);
}

.latest-news-area {
    background-color: var(--light-3);
}

.gallery-area {
    padding: 100px 0;
    background-color: var(--light-3);
}

.brand-area {
    background: var(--white);
}

.footer-widget.social ul li {
    display: inline-block;
    margin-right: 5px;
}

.footer-widget.social ul li a {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 50%;
    font-size: 18px;
    color: #666;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.isotope:after {
    content: '';
    display: block;
    clear: both;
}

.isotope .item {
    width: -webkit-fill-available;
    border-radius: 10px;
    float: left;
    height: 286px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.isotope .item.big-height {
    height: 604px;
}

.isotope .item img {
    width: 100%;
    height: 100%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.isotope .item:hover img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.isotope-overlay {
    text-align: center;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(229, 132, 36, .75);
    display: flex;
    align-items: center;
    text-transform: capitalize;
    justify-content: center;
    flex-direction: column;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.isotope-overlay h3,
.isotope-overlay {
    color: #fff;
    font-size: 24px;
}

.isotope-overlay h3 {
    margin-top: 20px;
}

.isotope-overlay p {
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
    padding: 0 1rem;
}

.isotope .item:hover .isotope-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    top: 0;
}

@media screen and (max-width: 640px) {
    .isotope-overlay h3,
    .isotope-overlay {
        font-size: 16px;
    }
}

.about-thumb,
.portfolio-thumb {
    width: 100%;
    height: auto;
    max-width: 300px;
    border-radius: 6px;
}

.service-thumb {
    width: 100%;
    height: auto;
    max-width: 400px;
    border-radius: 6px;
}

.stats {
    color: var(--dark-3);
    border-radius: 10px;
}

.stats i {
    font-size: 2rem;
}

.qr-footer {
    width: auto;
    height: 100%;
    max-height: 120px;
}

.image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.image-gallery>li {
    flex: 1 1 auto;
    height: 300px;
    cursor: pointer;
    position: relative;
}

.image-gallery::after {
    content: "";
    flex-grow: 999;
}

.image-gallery li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border-radius: 5px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(57, 57, 57, 0.502);
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all 0.2s 0.1s ease-in-out;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    text-align: center;
}

.image-gallery li:hover .overlay {
    transform: scale(1);
    margin-top: 1.5rem;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    transition: 0.3s;
}

.gallery:hover .gallery__image {
    filter: grayscale(1);
}

.gallery__column {
    display: flex;
    flex-direction: column;
    width: 25%;
}

.gallery__link {
    margin: 2px;
    overflow: hidden;
}

.gallery__link:hover .gallery__image {
    filter: grayscale(0);
}

.gallery__link:hover .gallery__caption {
    opacity: 1;
}

.gallery__thumb {
    margin: 0;
    position: relative;
}

.gallery__image {
    display: block;
    width: 100%;
    transition: 0.3s;
}

.gallery__image:hover {
    transform: scale(1.1);
}

.gallery__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 15px 15px;
    width: 100%;
    font-size: 16px;
    color: white;
    opacity: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(255, 255, 255, 0) 100%);
    transition: 0.3s;
}