
/* HOMEPAGE BANNERS */
.banner-confident span {
    font-family: 'verlagbook';
    text-shadow: none;
}


a.freestart {
    border-radius: 15px;
}

a:link {font-family: 'verlagbold';}

@media (min-width: 480px) {
	.color-light .banner-confident,
	.color-light .banner-confident strong{
		color: #fff!important;
	}
	
	.banner-confident span {
		background-color: transparent;
	}
	
	.home-banner {display: flex;align-items: flex-end;}
	
	.banner-confident strong {
		font-weight: 500;
		font-size: 36px;
		padding-bottom: 20px;
	}
	.color-light .banner-confident strong {
		border-bottom: 1px solid #fff;
	}
	.color-dark .banner-confident strong {
		border-bottom: 1px solid #50526f;
	}
	
	.banner-confident span {
		font-family: "verlagbook", sans-serif;
		font-size: 20px;
	}
	.color-dark a.freestart {background: #50526f;}
	a.freestart {border: none;}
	.owl-item .row {width:100%;}
	.home-banner {padding: 0;}
}

@media (min-width: 480px) and (max-width: 767px) {
	.owl-item .item.color-light .home-banner:before {
		content: "";
		display: block;
		background-color: #000;
		width: 100%;
		height: 100%;
		position: absolute;
		opacity: .25;
	}
	
	.owl-item .item.color-dark .home-banner:before {
		content: "";
		display: block;
		background-color: #fff;
		width: 100%;
		height: 100%;
		position: absolute;
		opacity: .5;
	}
}

@media (min-width:768px){
	.banner-confident {
		text-align: center;
		display: flex;
		flex-direction: column;
		float: unset;
	}
	
	.banner-confident strong {
		line-height: 100%;
	}
	
	a.freestart {
		margin: 0 auto;
	}
	
	.home-banner {align-items: center;}
	.align-center .home-banner {
		align-items: end;
		padding-bottom: 60px;
	}
	
	.align-right .home-banner .eight.columns {
		display: flex;
		justify-content: end;
		padding-right: 6%;
		width: 100vw;
	}
	.align-left .home-banner .eight.columns {
		display: flex;
		justify-content: start;
		padding-left: 6%;
		width: 100vw;
	}
	.align-center .home-banner .eight.columns {
		display: flex;
		justify-content: center;
		width: 100vw;
	}
	.size-large .banner-confident {width: 55%;}
	.size-medium .banner-confident {width: 33%;}
}

@media (min-width:1500px){
	.banner-confident span {
		font-size: 32px;
		font-weight: 300;
	}
	.banner-confident strong {
		font-size: 48px;
	}
	
	a.freestart {
		font-size: 20px;
		font-weight: 400;
		margin-top: 30px;
	}
}

/* OUR SERVICES */
.our-services h2.second-heading {
    background: none;
    color: #4f526e;
    font-weight: 400;
    font-size: 34px;
    border-bottom: solid 1px #cccccc;
    padding-bottom: 20px;
    max-width: 8em;
    margin: 0 auto;
    float: none;
}

.our-services {background: #fff;}
.services-content h3, .services-content p {color: #50526f;}

a.learnmore {
    background: #50516f;
    box-shadow: none;
    border: none;
    padding: 15px 35px 12px;
    border-radius: 15px;
}

.services-content:hover img {
    display: block;
}

.services-content img {
    border-radius: unset;
    border: none;
}

.services-content:hover {box-shadow: none;}

.services-content h3 {
    font-size: 32px;
    font-weight: 400;
    margin-top: 30px;
}

.services-content p {
    font-size: 20px;
}
a.learnmore i.fa.fa-chevron-right {
    position: relative;
    left: 10px;
}

@media (min-width:768px){
	.services-content {
		display: flex;
		flex-direction: row-reverse;
		height: auto!important;
	}
	.our-services .three.columns:nth-child(odd) .services-content {flex-direction: row;}
	
	.our-services .three.columns {
		width: 100%;
	}
	
	.services-content .service-image, .services-content .service-text {
		width: 50%;
	}
	
	.services-content .service-text {
		padding: 0 40px;
		text-align: left;
		align-content: center;
	}
	
	.services-content h3 {
		margin-top: 0;
	}
	
	.services-content .service-image img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
}

@media (min-width:1200px){
	.our-services h2.second-heading {font-size: 56px;}
	.services-content .service-text {padding: 0 80px;}
	.services-content h3 {font-size: 44px;}
	.services-content p {font-size: 22px;}
	a.learnmore {font-size: 16px;}
}

/* TESTIMONIALS */
.test-wrapper {
    background-color: #f1ecdd;
    padding: 40px;
    text-align: center;
}


h2.second-heading {
    background: none;
    font-weight: 400;
    font-size: 28px;
}

hr {
    border-color: #90909a;
    width: 80%;
    margin: 10px auto 30px;
}


.test-wrapper .owl-controls {display: none;}

a.testimonial-readmore {
    margin: 0 auto;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #50536e;
    font-size: 16px;
    border: 2px solid #50536e;
    padding: 15px 25px;
    line-height: 100%;
    border-radius: 15px;
}



a.testimonial-readmore i {
    margin-left: 10px;
}

.hometest:before {
    content: '“';
    font-size: 70px;
    font-family: initial;
    color: #c2a151;
    line-height: 40%;
    display: block;
}

@media (min-width: 480px) {
    .test-wrapper {
        padding: 40px 18%;
        position: relative;
    }
    
    .hometest:before {
        position: absolute;
        left: 4%;
        top: 35%;
        font-size: 110px;
    }
    
    .hometest:after {
        content: '”';
        position: absolute;
        right: 4%;
        top: 35%;
        font-size: 110px;
        font-family: initial;
        color: #c2a151;
        line-height: 40%;
        display: block;
    }
}

@media (min-width:768px){
    .test-wrapper {background-image: none;}
}

@media (min-width:1200px){
    .test-wrapper {
        width: 80%;
        margin: 80px auto 120px;
        float: none;
        clear: both;
        padding: 60px;
        max-width: 1500px;
    }
    .test-wrapper div#owl2 {
        padding-top: 40px;
    }
    
    h2.second-heading {
        font-size: 49px;
    }
    
    .hometest:before, .hometest:after {
        font-size: 170px;
        top: 40%;
    }

    .hometest {
        max-width: 800px;
        margin: 0 auto;
        float: none;
    }
    
    .hometest:before {
        left: 110px;
    }
    
    .hometest:after {
        right: 130px;
    }
}

/* HP CTA */
.hp-cta h3 {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
}

.hp-cta {
    padding: 40px;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    justify-content: flex-end;
    min-height: 320px;
    height: calc(100vw/2);
}

a.readmore {
    line-height: 120%;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 25px 15px;
    border-radius: 15px;
    font-size: 19px;
    display: inline-flex;
    text-transform:uppercase;
}

a.readmore i {
    margin-left: 10px;
}

.hp-cta-content {
    max-width: 70%;
}

@media (min-width: 768px) {
    .hp-cta {
        justify-content: center;
        padding-top: 15%;
    }
    
    .hp-cta h3 {
        font-size: 40px;
    }
}

@media (min-width:1200px) {
    .hp-cta-content {
        padding-left: 5%;
    }
    
    .hp-cta h3 {
        font-size: 2.85vw;
    }
}

/* Industries */

.industris .sr-top h1 {
    display: none;
}

.industris .sr-top h2 {border-bottom: 1px solid #9697a8;max-width: 500px;padding-bottom: 10px;margin: 0 auto;float: none;}

.ind-wrapper .six.columns {
    background-color: #f2ecdd;
    margin: 40px;
}

.indus-content h3 {
    font-size: 30px;
    font-weight: 400;
}

.indus-content span {
    font-size: 18px;
}

.indus-content span a {
    display: block;
    color: #4f516e;
    border: 2px solid #50526e;
    padding: 15px 25px 15px;
    border-radius: 15px;
    text-transform: uppercase;
    margin: 20px auto 10px;
    font-size: 14px;
    width: 180px;
}

.indus-content span a:after {
    content: '';
    width: 28px;
    height: 17px;
    display: inline-block;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="%234f516e" d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: -3px;
}

.indus-content:hover {
    background: transparent;
    box-shadow: none;
}

@media (min-width:768px){
    .industris .sr-top h2 {
        margin: 0 auto 60px;
    }
    .indus-content {
        display: flex;
        flex-direction: column;
    }
    
    .indus-content > div {
        padding-left: 0;
    }
    
    .indus-content span a {
        margin-left: 0;
    }
    
    .indus-content img {
        max-width: 50px;
        margin-bottom: 30px;
    }
    
    .indus-content {
        padding: 25px;
    }
    
    .ind-wrapper .six.columns {
        margin: 0;
        width: 45%;
    }
    
    .industris > .row > .ind-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        gap: 40px;
        justify-content: center;
        padding: 20px;
    }
}

@media (min-width:1200px){
    .ind-wrapper .six.columns {width: 31%;}
    .indus-content span {font-size: 20px;}
    .indus-content span a {font-size: 14px;}
}

/* TECHOLOGY */
.technology h2.second-heading {
    background: none;
    color: #51526e;
    border-bottom: 1px solid #9697a7;
    font-size: 38px;
    padding-bottom: 20px;
}
.tec-content {
    padding-top: 20px;
}

.tec-content img {
    border: 2px solid #50526f;
}

.tec-content h3 {
    color: #50526e;
    font-size: 36px;
    font-weight: 400;
}

.tec-content p {
    font-size: 20px;
    color: #50536e;
}

div.tec-content a {
    color: #fff!important;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #50526e;
    line-height: 100%;
    border-radius: 15px;
    padding: 18px 28px 15px;
    display: inline-block;
}

div.tec-content a i {
    margin-left: 10px;

}

.technology {
    background: none;
    margin-bottom: 60px;
}

.technology .three.columns {
    margin-top: 40px;
}

@media (min-width:768px){
    .tec-wrapper {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    
    .tec-wrapper .three.columns {
        width: 100%;
    }
    
    .tec-wrapper .three.columns {
        display: flex;
        align-items: stretch;
    }
    
    .tec-image {
        width: 50%;
    }
    
    .tec-content {
        width: 50%;
        padding: 0 5%;
    }
    
    .tec-image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    
    .technology {
        padding: 40px;
    }
    .tec-wrapper .three.columns:nth-child(even) {
        flex-direction: row-reverse;
    }
    .tec-content {
        align-content: center;
    }
}

.hometest .owl-stage {
    display: flex;
    align-items: center;
}

.service-text, .service-text h3 {
    color: #505170;
}

@media (max-width: 767px) {
    .numbers {
        background: #50526e;
    }
}

@media only screen and (max-width: 479px) {
    .home-banner {padding-top: 240px;}
}