@import url('https://fonts.cdnfonts.com/css/source-sans-pro');

@font-face {
	font-family: 'TF-Regular';
	src: url("../fonts/TF-Font.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

html {
	font-family: 'Source Sans Pro', 'TF-Regular', Arial, sans-serif;
	font-size: 100%;
	line-height: normal;
}

body {
	font-family: 'Source Sans Pro', 'TF-Regular', Arial, sans-serif;
	font-kerning: normal;
	font-size: 16px;
	font-size: 1rem;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures;
	-webkit-font-feature-settings: "kern" 1,"liga" 0;
	font-feature-settings: "kern" 1,"liga" 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.selector {
	padding: 0.25rem 0.875rem;
	box-shadow: 0 0.25rem 0.5rem -0.25rem rgba(0, 0, 0, 0.4);
	border-radius: 1.75rem;
	cursor: pointer;
	transition: all .3s ease-in-out, transform .5s ease;
	transform: translate3d(0, 0, 0);
}
select.selector {
    appearance: none;
	outline: 0;
    padding: 0.35rem 1rem 0.35rem 1rem;
    box-shadow: 0 0.25rem 0.5rem -0.125rem rgba(0, 0, 0, 0.2);
}
.selector:hover {
    transform: translate3d(0, 0.125rem, 0);
}



.modules {
	position: relative;
}
.modules-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-width: 960px;
    min-height: 540px;
    padding: 3rem;
}
.modules .module {
	align-self: flex-start;
}

/*===========================================================*/
/* TEMPLATE 4 */
/*===========================================================*/
/* White background & Black text */
.tpl-icons-theme-1 .modules-inner  {
	background: #fff;
	color: #000;
}
/* White background & Gradient text */
.tpl-icons-theme-2 {
	background-color: #FFF;
}
.tpl-icons-theme-2 .modules-inner {
	background: #fff;
	background: linear-gradient(145deg, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; 
	-moz-background-clip: text;
	-moz-text-fill-color: transparent
}
/* Gradient background & White text */
.tpl-icons-theme-3 .modules-inner  {
	background-image: url( '../../assets/templates/4/backgrounds/gradient.png' );
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.toolbox-action--btn-white{
	border: 2px solid #fff;
	box-shadow: none;
	background: transparent;
}
.footer.partners-logos img {
    max-width: 120px;
    align-self: center;
}

.footer.partners-logos--basic img {
    max-width: 50%;
}

.grayscale {
    filter: grayscale(1);
}
.filter-inverted {
    -webkit-filter: invert(1) contrast(0) brightness(200%);
    filter: invert(1) contrast(0.3) brightness(200%);
}
.template-6-logo{
	font-size: 13px;
}
.template-6-title{
	font-size: 52px;
}
.template-6-description{
	font-size: 10px;
}
.template-6-clients img{
	width: 45px;
}
.template-6-clients-gap{
	gap:33px;
}
.banner-previews a img {
	    height: 100px;
}
.banner-previews a{
    transition: all .15s ease-in-out;
    position: relative;
}
.banner-previews a:hover{
	top:2px;
}
@media screen and (min-width: 1300px){
	.banner-previews a img {
	    height: 120px;
	}
}
@media screen and (min-width:2200px){
	.banner-previews a img{
		height: 197px;
	}
}