/*
@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&family=Archivo:ital,wght@0,100..900;1,100..900&family=Lobster&display=swap');
*/

.text-archivo {
    font-family: Archivo !important;
}

#home-news .uc_image_carousel_content:hover {
    background-color: #FF6066;
    color: #ffffff;
}

#home-news .uc_image_carousel_content:hover div {
    color: #ffffff;
}

#home-news .uc_image_carousel_content_holder {
    height: 240px !important;
}


#home-news .uc_image_carousel_content_holder .ue-meta-data {
    position: absolute;
    bottom: 25px;
}

button.owl-dot {
    border-radius: 0 !important;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    rotate: 90deg;
}

.home-section2-title  {
    font-weight: bold;
}
.color-red {color: #FF6066}

.force-black{ color: #000000 !important; }


#scroll-up-btn {
    background-color: rgba(100, 100, 100, .7);
    z-index: 9999;
    position: fixed;
    bottom: 35px;
    top: auto;
    width: 80px;
    height: 80px;
    right: 25px;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#scroll-up-btn img {
    rotate: -90deg;
}


	.namor-card {
		box-shadow: 0px -12px 25px -10px rgba(0, 0, 0, .1);
	}
	
@media (min-width: 700px) {}
@media (max-width: 500px) {
	.mw230 {max-width: 230px !important;}
}