.dark-image-bg,
.dark-image-bg h1 {
    position: relative;
    color: #fff;
}

.dark-image-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.main img,
.main input[type="image"] {
    max-width: 100%;
    height: auto !important;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}


/* Image Container */
.thumb-image-container {
    display: flex !important;
}

.thumb-image-wrapper {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
    line-height: 0;
}

.thumb-image-wrapper.ratio-16-9 {
    padding-bottom: 56.25%;
}

.thumb-image-wrapper.ratio-4-3 {
    padding-bottom: 75%;
}

.thumb-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #F7F9FC;
}

    .thumb-image img {
        width: 100%;
        height: 100%;
        object-position: 50% 50%;
        object-fit: cover;
    }


/* Breadcrumb */
.breadcrumb-wrap {
    margin-top: 15px;
}

.breadcrumb {
    background: transparent;
    padding: .75rem 0;
}

.breadcrumb > li {
    display: inline-block;
    font-size: 1em;
    text-transform: uppercase;
    text-shadow: none;
}

.breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105";
    padding: 0 7px 0 5px;
}


/* Page Header */
.page-header {
    margin-bottom: 0;
}



/* Section Heading */
.heading-bg {
    background-image: url('../images/products/title-bu.png');
}


/* Tabs */
.nav-tabs li .nav-link {
    border-radius: 0;
}


/* Dropdown */
@media(min-width: 768px) {
    .sidebar .nav-list {
        margin-left: -15px;
    }
}


.sidebar .nav-link {
    padding: 8px 15px;
}

.drop .drop__content {
    display: none;
}

.drop .drop__button {
    position: relative;
    display: block;
}

.drop > .drop__button::after {
    position: absolute;
    content: url(../images/icons/chevron-down.svg);
    top: 50%;
    right: 10px;
    transform: translateY(-40%);
}

.drop .drop__content ul {
    padding-left: 0;
    margin-bottom: 0;
}

.drop .drop__content li {
    list-style: none;
}

.drop .drop__content span {
    margin-left: 5px;
    font-size: 12px;
}

.drop.layer-1.open > .drop__button {
    background-color: #7dc7c6;
    color: #fff;
}

.layer-2 {
    background-color: #f2f2f2;
}

.drop.layer-2 > .drop__content {
    padding-left: 26px;
}

.drop.open > .drop__content {
    display: block;
}

.drop.open .drop__button:first-child {
    font-weight: bold;
}


/* Shop Cart */
.shop .featured-box,
.shop .featured-box .box-content {
    border-radius: 0;
}


/* home */
.home-services .caption {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #4b4d4f;
    transition: 0.3s;
}

.home-services .caption .dot {
    width: 22px;
}

.home-services a:hover {
    text-decoration: none;
}

.home-services a:hover .caption {
    color: #319097;
}

@media (max-width: 576px) {
    .home-services .caption {
        align-items: flex-start;
    }

    .home-services .caption .dot {
        margin-top: 6px;
    }
}


/* youtube */

.video__play {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

    .video__play iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }



/* News */
.post-brief {
    padding: 15px;
}


/* Powered By */
#footer .footer-copyright span {
    font-size: 12px !important;
}

.powered-by {
    position: absolute;
    right: 66px;
    bottom: 0;
    font-size: 12px;
    color: #fff;
}

.powered-by a {
    font-size: 13px !important;
}

@media(max-width: 576px) {
	.powered-by {
        position: relative;
        right: 0;
        display: block;
        text-align: center;
    }

    #footer .footer-copyright span {
        margin: 4px 0;
        display: inline-block;
    }
}
