.title-two .upper-title {
	color: var(--primary-theme);
}

.no-image-bg {
	content: "";
	background-image: transparent !important;
}

#site-logo, #site-logo-mobile {
	max-height: 50px;
}

.footer-one {
    padding-top: 50px !important;
}

@media (max-width: 1199px) {
    .footer-one {
        padding-top: 50px !important;
    }
}

#main-slider h1.hero-heading,
#main-slider p {
	color: #ffffff;
}

.feedback-section-four .main-title h2,
.card-style-one.style-three .text h4,
.title-one h2,
.counter-box-one .main-count,
.title-two h2 {
	font-family: "Satoshi",sans-serif;
}

.hero-banner-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.img-box-object-fit {
	height: 400px; /* ou 100%, ou ratio */
	overflow: hidden;
}

.img-box-object-fit img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.app-integration-two .logo-box img {
	height: 100px;
}

.card-style-one, .global-radius {
	border-radius: 8px !important;
}

input:not([type="radio"]):not([type="checkbox"]),
textarea,
select {
    padding: 16px 20px !important;
    background-color: #f8f9fa !important;
    border: 1px solid #e9ecef !important;
    border-radius: 8px !important;
    width: 100% !important;
}

input:not([type="radio"]):not([type="checkbox"]):focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #e9ecef !important;
}

.input-group-meta label {
    margin-bottom: 10px;
    font-weight: bold;
}

.form-check-input:checked {
    background-color: var(--primary-theme);
    border-color: var(--primary-theme);
}

.bg-one,
.bg-grey,
.fancy-banner-three,
.fancy-banner-three:before,
.feedback-section-four::before,
.card-style-one .icon,
.feedback-section-five.version-two .feedback-card-three {
	background: var(--tertiary-theme) !important;
}

.btn-seven,
.btn-eight,
.theme-main-menu .signup-btn-three span,
.btn-two:hover {
	background: var(--primary-theme);
	color: #ffffff;
	font-weight: bold;
	border-color: var(--primary-theme);
}

.theme-main-menu .signup-btn-three:hover span,
.btn-seven:hover,
.btn-eight:hover,
.btn-two {
	background: var(--tertiary-theme);
	border-color: var(--tertiary-theme);
	color: var(--primary-theme);
	font-weight: bold;
}

.bg-theme-primary, .card-style-eight .icon, .scroll-top,
.theme-main-menu .navbar-toggler {
	background: var(--primary-theme) !important;
}

.bg-white-hover:hover {
	background: #ffffff !important;
}

.text-theme-tertiary {
	color: var(--tertiary-theme) !important;
}

.text-theme-secondary {
	color: var(--secondary-theme) !important;
}

.text-theme-primary {
	color: var(--primary-theme) !important;
}

#partner-logos-one .item {
	padding: 20px;
	border: 1px solid var(--tertiary-theme);
}

#partner-logos-one .item img {
	height: 50px;
	width: auto;
}

.footer-one .footer-nav-link a {
    color: rgba(255, 255, 255, .5) !important;
}
.footer-nav-title {
    color: var(--secondary-theme) !important;
}

.pt-0 {
	padding-top: 0px !important;
}

.icon-theme-secondary {
	background: var(--primary-theme) !important;
	color: var(--secondary-theme) !important;
	height: 25px;
	width: 25px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.border-bottom-secondary {
	border-color: rgba(var(--secondary-theme-rgba), 0.5) !important;
}