/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

#logo {
    margin-top: 15px;
    margin-bottom: 15px;
}
.is-expanded-menu #header.transparent-header {
    --cnvs-header-bg: rgba(241,244,237,1);
}
.slider-caption h2, .slider-caption .h2 {
    font-size: 3.5rem;
}
.language-menu .dropdown-menu {
    border: 0;
    min-width: 70px;
    background-color: transparent;
}
.language-menu .dropdown-menu .dropdown-item {
    background-color: var(--cnvs-themecolor);
    color: white;
}
.language-menu .dropdown-menu .dropdown-item:hover {
    background-color: white;
    color: var(--cnvs-themecolor);
}
.button {
    min-width: 200px;
    margin: 0 auto;
}
.home-about-image img {
    width: 95%;
    margin: 0 auto;
    height: auto;
    display: block;
}
.section .container {
    z-index: 20;
}
.clear {
    margin: var(--cnvs-section-margin) 0;
}
.clear-sm {
    margin: 20px 0;
}
.home-theme-title {
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
}
.theme-green {
    color: var(--cnvs-themecolor);
}
.theme-white {
    color: #FFFFFF;
}
.theme-green:hover {
    color: #FFFFFF;
}

.theme-white:hover {
    color: var(--cnvs-themecolor);
}
.button-border.button-green, .button-border.button-light.button-green {
    color: #ffffff;
    border-color: #ffffff;
}
.home-about-title {
    font-size: 2.5rem;
}
#footer {
    background-color: #0e5473;
}
.dark #copyrights {
    background-color: #103656;
}
#footer .form-control {
    background: rgba(255,255,255, 0.3);
    color: white;
}
#header-wrap {
    background-color: transparent;
}
.header-wrap-home {
    background-color: var(--cnvs-header-bg) !important;
}

.about-image {
    width: 75%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
}
.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.portfolio-filters {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.portfolio-filter {
    min-width: 200px;
    padding: 8px 12px;
}
.avatar {
    max-width: 150px;
}
.nav-tabs .nav-link.active {
    background-color: rgb(241, 244, 237)
}
.tab-content {
    background-color: rgb(241, 244, 237);
    padding: 30px;
}
.breadcrumb {
    margin-bottom: 50px;
}
.form-select {
    width: auto;
    margin-left: 30px;
}
.filter-grid {
    display: flex;
}
.portfolio-desc span a {
    color: var(--cnvs-link-color);
}
.themedetail-title {
    text-align: center;
    padding: 50px 0;
}
.themedetail-title h3{
    color: var(--cnvs-themecolor);
    text-transform: uppercase;
    margin-bottom: 0;
}
.themedetail-bgcolor {
    background-color: rgb(241, 244, 237);

}
.button-rounded {
    width: auto;
}
.theme-overview-title {
    color: #FFFFFF;
    padding: 8px 20px;
    background-color: rgba(var(--cnvs-themecolor-rgb), 0.8);
}
#footer-menu {
    list-style-type: none;
}
#footer-menu li {
    float: left;
    margin: 0 30px;
}
#footer-menu li a {
    color: #FFFFFF;
}
.social-icon {
    margin: 0 auto;
    float: none;
}
.i-products .products-image .badgediv {
    position: absolute;
    display: block;
    top: 10px;
    left: 20px;
}
.i-products .products-image .badgediv .badge {
    color: #222;
    background-color: #FFF;
    padding: 5px;
    border-radius: 3px;
    margin: 5px;
}
.projectoverview-desc {
    background-color: rgb(241, 244, 237);
    color: #333;
    padding: 15px 25px;
    text-align: center;
}
.products-image {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.products-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.products-image:hover img {
    transform: scale(1.05);
}
.i-products {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 300px;
}
.projectoverview-desc {
    flex: 1;
    padding: 15px;
    overflow: hidden;
}
.i-products .readmore-button {
    position: absolute;
    bottom: 0px;
    right: 20px;
}
#header-video-container {
    margin-top:30px;
}
.home-slide-title {
    margin: 30px 0;
    font-weight: bold;
}
img {
    max-width: 100%;
    height: auto;
}