<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------
    Brand Style
------------------------------*/
.htmegavc-single-partner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 15px;
    width: calc(100% * (1/4));
    text-align: center;
}

ul.htmegavc-brand-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.htmegavc-brand-list li {
    position: relative;
    text-align: center;
}

.htmegavc-brand-style-2 li {
    border-right: 1px dashed #ffffff;
    display: block;
    float: left;
    padding: 20px;
    text-align: center;
    width: 20%;
}

.htmegavc-brand-style-2 li:last-child {
    border-right: 1px dashed transparent;
}

.htmegavc-brand-style-3 li {
    flex-basis: 20%;
    border-right: 1px solid #dcd9d9;
    height: 125px;
    line-height: 125px;
    border-top: 1px solid #dcd9d9;
    border-bottom: 1px solid #dcd9d9;
}

.htmegavc-brand-style-3 li:first-child {
    border-left: 1px solid #dcd9d9;
}

.htmegavc-brand-style-5 {
    height: 230px;
    line-height: 230px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.htmegavc-brand-style-7 {
    text-align: center;
}
.htmegavc-brand-style-7{
    background-color: #53c4c0;
}

/*---------------------------
Brand Style Four
-------------------------===*/
.htmegavc-brand-style-4 .htmegavc-client-wrapper{
    height: auto;
    min-height: 100%;
    padding: 150px 140px;
    right: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
    background-image: url(img/bg/bg-image-4.jpg);
    overflow: hidden;
}
.htmegavc-brand-style-4 .htmegavc-client-wrapper::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: #000000;
    opacity: 0.7;
}

.htmegavc-single-client {
    border-bottom: 1px dashed #aaa;
    border-right: 1px dashed #aaa;
    float: left;
    padding: 25px 15px;
    text-align: center;
    width: 33.33%;
}

.htmegavc-single-client:nth-child(1) {
    border-bottom-color: #aaa;
    border-right-color: #aaa;
}

.htmegavc-single-client:nth-child(6),
.htmegavc-single-client:last-child {
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.htmegavc-single-client:nth-child(5) {
    border-bottom-color: transparent;
    border-right-color: #aaa;
}

.htmegavc-single-client:nth-child(4) {
    border-bottom-color: transparent;
    border-right-color: #aaa;
}

.htmegavc-single-client:nth-child(3) {
    border-bottom-color: #aaa;
    border-right-color: transparent;
}

/*# sourceMappingURL=brand.css.map */


.htmegavc-brand-style-1  .htmegavc-single-partner{
    margin-bottom: 50px;
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	.htmegavc-brand-style-3 li {
		padding-left: 10px;
		padding-right: 10px;
	}
	.htmegavc-brand-style-4 .htmegavc-client-wrapper {
		padding: 0;
	}
	.vc_row.htmegavc-brands-6 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

/* Small mobile :320px. */
@media (max-width: 767px) {
	.htmegavc-single-partner {
		width: auto;
	}
	ul.htmegavc-brand-list {
		display: block;
	}
	.htmegavc-brand-style-2 li {
		border-right: 0;
		width: 100%;
	}
	.htmegavc-brand-style-4 .htmegavc-client-wrapper {
		padding: 0;
	}
	.htmegavc-single-client {
		width: 100%;
	}
	.vc_row.htmegavc-brands-6 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}</pre></body></html>