:root {
  --cnt-section-padding: 40px;
}

.site-header.style-one .desktop-header .header-wrapper .logo-wrapper .site-branding a img {
    max-width: 280px;
}
.site-header.style-one .desktop-header .primary-menu-wrapper .main-navigation .menu-container ul>li>a {
    font-size: 15px;
}

.site-header.style-one .header-top .header-top-wrapper .top-left .text-holder::before {
    content: "";
}

.contact-links li::after {
    border: 0px solid var(--cnt-white-color);
}

.banner-section.style-one .swiper .swiper-wrapper .swiper-slide .banner-item {
    height:450px;
	  padding-top:40px;
}

@media screen and (min-width: 575px) {
    .banner-section.style-one .swiper .swiper-wrapper .swiper-slide .banner-item {
        height:450px;
			  padding-top:40px;
    }
}

@media screen and (min-width: 767px) {
    .banner-section.style-one .swiper .swiper-wrapper .swiper-slide .banner-item {
        height:450px;
			  padding-top:40px;
    }
}

@media screen and (min-width: 992px) {
    .banner-section.style-one .swiper .swiper-wrapper .swiper-slide .banner-item {
        height:450px;
			  padding-top:40px;
    }
}


.contact-form-wrapper form textarea {
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
}

.cta-section::after {
    content: "";
}
.testimonial-section .testimonial-swiper .client-review .message-wrapper {
    border-bottom: 0px solid var(--cnt-text-tertiary);
	margin-bottom: 0px;
}

.testimonial-section .section-meta-wrap {
    margin-bottom: 0px;
}

.review-author {
	display: none;
}

/* Target the div containing the two logo links */
#text-3 .textwidget > div {
    display: flex;         /* Enable flexbox layout */
    flex-wrap: wrap;       /* Allow items to wrap to the next line if needed */
    justify-content: start; /* Center the items horizontally within the div */
    align-items: center;   /* Vertically align items to the center */
    gap: 40px;             /* Add space between the items (adjust value as needed) */
    margin-top: 15px;      /* Add some space above the logos from the text */
}

/* Optional: Ensure images scale nicely if needed */
#text-3 .textwidget > div img {
    max-width: 100%; /* Prevent image overflow */
    height: auto;    /* Maintain aspect ratio */
    display: block; /* Sometimes helps with vertical alignment oddities */
}

@media screen and (min-width: 992px) {
    .site-footer .footer-main .footer-grid .column {
        min-width: auto;
        max-width: 30%;
    }
}

/*  Site Breadcrumb / Page Title - Reduce Height */
.breadcrumb-wrapper {
	padding: 0px;
}

/* map */
.google-visualization-tooltip {
	min-width: 150px;
}
.entry-content ul li::before {
 content: "";
}

.iwm_map_canvas text {
	font-size: 12px;
}

/* content link style */
.entry-content p>a {
	text-decoration: underline;
	color: var(--cnt-secondary-color);
}