.location-indicator.loc-1 { 
	top: 41% !important;
    inset-inline-start: 25% !important;
}
.footer-main-area .ce-gallery figure.image img {
	max-width: 100%;
    height: auto;
}
.map-box-footer {
	
}
.map-box-footer iframe {
	
}
/*
.tj-banner-section .box-area {
	display: none;
}
*/
.customers-box .customers {
	display: none;
}
.customers-box .customers-number {
	color: #4f8aae;
	padding-top: 13px;
}
.customers-box .customers-text {
	color: #4f8aae;
}
.tj-cta-section {
	margin-top: 8rem;
	margin-bottom: -13rem;
}
.tj-client-section {
	margin-top: -2rem;
    margin-bottom: -5.8rem;
}
body .tj-footer-section {
	padding-top: 15px;
}
body.homepage .tj-footer-section {
    padding-top: 195px;
}
.blog-item .blog-thumb::before {
	display: none;
}
.blog-item {
	background-color: var(--tj-color-common-white);
}
.blog-item .blog-thumb img {
    background-color: #ccc;
}
.blog-content {
	margin-top: 5px;
}
.blog-content > a {
	margin-top: 10px;
    display: block;
}
.tj-offcanvas-area h3 {
	color: #fff;
}
.client-logo img {
	height: auto;
}
.service-item.style-1 .service-img {
	background-color: #fff;
}
.service-icon img {
	
}
.location-indicator .location-tooltip {
    visibility: visible;
    opacity: 1;
	margin-bottom: 42px;
}
.client-content {
	background-color: rgb(103 154 186 / 20%);
}

/* SUBPAGES */
.section.sub-page {
	padding: 10rem 0 10rem;
}
.section.sub-page .frame-type-text,
.section.sub-page .frame-type-bullets {
	margin-bottom: 3rem;
}
.section.sub-page header h2 {
	margin: 1rem 0 2rem;
}
.section.sub-page .frame-type-text ul,
.section.sub-page .frame-type-bullets ul {
	padding-left: 20px;
}
.staff-profiles ul {
	
}
.staff-profiles ul li {
	float: left;
    width: 33%;
    padding: 0rem;
    list-style: none;
}
.staff-profiles ul li .staff-profile-wrapper {
	padding: 2rem 0;
}
.staff-profiles ul li .staff-photo img {
	max-width: 91%;
	height: auto;
}
.staff-profiles ul li .staff-desc {
	margin: 10px 0 0;
    line-height: 29px;
}
.subpage-special-header {
	border-radius: 13px;
	background-color: #cadce7;
}
.subpage-special-header h1 {
	font-size: 3.8rem;
    font-weight: 400;
    padding: 29px 30px;
    margin-bottom: 2.2rem;
    color: #689fc1;
}

.frame-type-form_formframework label.form-label {
	font-size: 14px;
    margin-bottom: 2px;
}

.frame-type-form_formframework input {
	margin-bottom: 15px;
}
.frame-type-form_formframework .actions .btn {
    outline: none;
    border: none;
    background: transparent;
	display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    background-color: var(--tj-color-theme-primary);
    font-size: 16px;
    font-weight: var(--tj-fw-sbold);
    padding: 5px 5px 5px 25px;
    text-align: center;
    border-radius: 50px;
    line-height: 1;
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
	padding: 13px 30px;
	margin-top: 20px;
}

/* RESPONSIVENESS */
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .banner-content .banner-title {
        font-size: 63px;
    }
}

@media only screen and (max-width: 900px) {
	.staff-profiles ul li {
		float: none;
		width: 100%;
	}
	.staff-profiles ul li .staff-photo img {
		max-width: 100%;
		height: auto;
	}
	.section.sub-page {
		padding: 7rem 0 4rem;
	}
}