main h2 {
    font-family: var(--body-font);
}

.portfolio-main h2 {
    text-transform: none;
}

.our-difference .accordion .accordion-trigger {
    font-family: var(--body-font);
    font-size: 32px;
}

.service-grid .item .title {
    font-family: var(--body-font);
    text-transform: none;
}

.vid-slider .swiper-slide .title {
    font-family: var(--body-font);
    text-transform: none;
}

.section-title {
    font-size: 36px;
    color: #403e41 !important;
}

.title2 {
    font-size: 36px;
}

@media screen and (min-width: 768px) {
    .section-title,
    .title2 {
        font-size: 36px;
    }
}

.solutions .item .name {
    font-family: var(--body-font);
}

.solutions ul {
    list-style-type: disc;
}

/** Home */
.explore .tabs .tablist .trigger {
    font-family: var(--body-font);
    text-transform: none;
    font-size: 20px;
}

.explore .accordion .accordion-trigger {
    font-family: var(--body-font);
    text-transform: none;
}

main .lined {
    border-bottom: 3px solid #e6e6e6;
}

main .lined:hover {
    border-bottom: 3px solid var(--link-color);
}

.trends .section-title {
    text-transform: none;
}

/** Contact us */
.contactus-main {
	iframe {
		border: none;
		width: 100%;
		height: 932px;
	}
}

@media only screen and (max-width: 767px) {
	.contactus-main {
		iframe {
			height: 1280px;
		}
	}
}

#hero-carousel .slide:before {
    background: none;
}

@media (min-width: 768px) {
    .header-container #menu-primary {
        max-width: none;
    }
}

@media screen and (max-width: 1024px) {
    .homehero #header-slide-prev {
        display: none !important;
    }
    .homehero #header-slide-next {
        display: none !important;
    }
}

#hero-carousel .slide {
    align-items: end;
    min-height: unset;
    height: fit-content;
    position: relative;
    padding: 0;
}

#hero-carousel .slide .txtbox {
    max-width: none;
    padding: 0px 80px 0px;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#hero-carousel .slide .txtbox a.button {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}

#hero-carousel .slide .bg {
    position: static;
}

#hero-carousel .slide .wrapper {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
