/*
	Theme Name: kZknCYsjw4m2iHLk4y3V
	Text Domain: kZknCYsjw4m2iHLk4y3V
*/

@font-face 
{
    font-family: 'light';
    src: url('fonts/Graphik-Light.eot');
    src: url('fonts/Graphik-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Graphik-Light.woff2') format('woff2'),
        url('fonts/Graphik-Light.woff') format('woff'),
        url('fonts/Graphik-Light.ttf') format('truetype'),
        url('fonts/Graphik-Light.svg#Graphik-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'regular';
    src: url('fonts/Graphik-Regular.eot');
    src: url('fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Graphik-Regular.woff2') format('woff2'),
        url('fonts/Graphik-Regular.woff') format('woff'),
        url('fonts/Graphik-Regular.ttf') format('truetype'),
        url('fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face 
{
    font-family: 'semibold';
    src: url('fonts/Graphik-Semibold.eot');
    src: url('fonts/Graphik-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Graphik-Semibold.woff2') format('woff2'),
        url('fonts/Graphik-Semibold.woff') format('woff'),
        url('fonts/Graphik-Semibold.ttf') format('truetype'),
        url('fonts/Graphik-Semibold.svg#Graphik-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face 
{
    font-family: 'medium';
    src: url('fonts/Graphik-Medium.eot');
    src: url('fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Graphik-Medium.woff2') format('woff2'),
        url('fonts/Graphik-Medium.woff') format('woff'),
        url('fonts/Graphik-Medium.ttf') format('truetype'),
        url('fonts/Graphik-Medium.svg#Graphik-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face 
{
    font-family: 'semiboldItalic';
    src: url('fonts/Graphik-SemiboldItalic.eot');
    src: url('fonts/Graphik-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Graphik-SemiboldItalic.woff2') format('woff2'),
        url('fonts/Graphik-SemiboldItalic.woff') format('woff'),
        url('fonts/Graphik-SemiboldItalic.ttf') format('truetype'),
        url('fonts/Graphik-SemiboldItalic.svg#Graphik-Bold') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face 
{
    font-family: 'bold';
    src: url('fonts/Graphik-Bold.eot');
    src: url('fonts/Graphik-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Graphik-Bold.woff2') format('woff2'),
        url('fonts/Graphik-Bold.woff') format('woff'),
        url('fonts/Graphik-Bold.ttf') format('truetype'),
        url('fonts/Graphik-Bold.svg#Graphik-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	border: 0;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
	
body
{
	font-size:15px;
}
img
{
	border:none;
	display:block;
}
input , select 
{
    /*-webkit-appearance: none;	*/
}
li
{
	list-style:none;
}
a
{
	text-decoration:none;
	display:block;
}
p 
{
	margin:0;
}
.relative 
{
	position:relative;
}
.center
{
	width: 100em;
    margin: 0 auto;
}
.center-full
{
	width: 95%;
    margin: 0 auto;
}
.flexbox 
{
    display: flex; 
    flex-flow: row wrap; 
}
.flexbox-between 
{
    display: flex;   
	flex-flow: row wrap; 
	justify-content: space-between;
}
.clear
{
	clear:both;
}
.alignright 
{
    float: right;
    margin-left: 2em;
    margin-bottom: 1em;
}
.alignleft 
{
    float: left;
    margin-right: 2em;
    margin-bottom: 1em;
}
.aligncenter 
{
    margin: 0 auto;
    text-align: center;
    display: inherit;
}
* 
{
	box-sizing: border-box;
}
*:focus
{
	outline:none;
}
header 
{ 
	width: 100%;
}


#container-module-header 
{
	width:100%;
	padding:0.75em 0;   
	position: relative;
    z-index: 9999;
}
.row-header
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.column-logo
{
	width:auto;
}
.column-logo img
{
	width:5.375em;
	height:auto;
}
.column-navigation
{
	width:auto;
    display: flex;
    justify-content: flex-end;
    flex-flow: row wrap;
    align-items: center;
}
.column-menu > div > ul
{
    display: flex;
    align-items: center
}
.column-menu > div > ul > li
{
    margin-left: 3.75em;
	position:relative;
}
.column-menu > div > ul > li > a
{
    font:1.475em/1em medium;
	color:#111628;
	transition: all 0.25s ease-in-out;   
}
.column-menu > div > ul > li > a:hover
{
	color:#156545;  
}
.column-menu > div > ul > li:hover > .sub-menu
{
	visibility: visible !important;
    opacity: 1 !important;
    transition-delay: 0s !important;
}
.column-menu > div > ul > li .sub-menu
{
    position: absolute;
    padding-top: 2.5em;
    background: #fff;
    width: 15em; 
	border-bottom-left-radius: 0.375em;
	border-bottom-right-radius: 0.375em;
	overflow:hidden;
	
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear; 
	box-shadow: 0px 20px 15px #0000001c;
}
.column-menu > div > ul > li .sub-menu li a
{
    padding: 0.875em 1em;
    font: 1.2em / 1.2em regular;
    color: #111628;
}
.column-menu > div > ul > li .sub-menu li a:hover
{
    background: #111628;
    color: #FFC400;
}

.column-button
{
    margin-left: 4.125em;
}
.column-lang
{
	display: flex;
    align-items: center;
    font: 1.475em / 1em medium;
    color: #111628;
    margin-left: 2.5em;
}
.column-lang a
{
    color: #111628;	
}
.column-lang a:hover 
{
	text-decoration:underline;
}
.column-lang i
{
	margin-right: 5px;
}
.column-lang .active
{
	font-family:bold;
	text-decoration:none !important;
}

.column-button a 
{
    font:1.475em/1em medium;
    padding: 0.6em 1.375em 0.45em 1.375em;
    background: #156545;
    color: #F3EDE2;
	transition: all 0.25s ease-in-out; 
	border-radius:0.3em;

	position:relative;
	overflow: hidden;
    z-index: 0;
}
.column-button a:before 
{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #111628;
    z-index: -1;
    transition: left 0.5s ease-in-out;
}
.column-button a:hover:before
{
    left: 0;
}
.column-button a:hover 
{
    color: #FFC400;
}

.column-menu .menu-item-has-children > a 
{
	background:url("images/icon-menu.svg") no-repeat right center / 0.375em;  
	padding-right: 0.75em;
}






#container-module-banner
{
	width:100%;
	position:relative;    
}
.row-banner
{
    width: 100%;
	display:flex;
	flex-flow:row wrap;
	align-items:center;
	justify-content:space-between;
	background:#420E3D;
	padding:5em 5em;
	margin:3.5em 0;
	border-radius:1.375em;
}
.column-content-banner
{
    width: 45%;
}
.column-content-banner  h2
{
    font: 4.875em / 0.9em "mongoose";
    color: #fff;
}
.column-content-banner .text
{
    width: 90%;
    margin: 1em 0 2.5em 0;
}
.column-content-banner .text p
{
	margin:1em 0;	
	font: 1.4em / 1.4em regular;
    color: #F2EAE0;	
}
.column-content-banner a
{
    font: 1.4em / 1em semibold;
    padding: 1.1em 0 1em 0;
    background: #FFC400;
    color: #111628;
    transition: all 0.35s ease-in-out;
    border-radius: 0.375em;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
    width: 20em;
}
.column-content-banner a:before 
{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #111628;
    z-index: -1;
    transition: left 0.5s ease-in-out;
}
.column-content-banner a:hover:before
{
    left: 0;
}
.column-content-banner a:hover 
{
    color: #FFC400;
}

.column-image-banner
{
    width: 50%;
}
.column-image-banner img
{
    width: 100%;
	height:auto;
    border-radius: 1.875em;
}

.row-banner:nth-child(2n)
{
	background:#20748A !important;  
	flex-direction: row-reverse;
	margin-top:-0.375em;
}












#container-module-slider
{
	width:100%;
	position:relative;    
}
.row-slider 
{
    width: 95%;
    height: 41vw;
    position: relative;
    background: #000;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 1em;
}
.row-slider iframe
{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transform: scale(1.35);
    pointer-events: none;
}
.layer-slider
{
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 5.75em;
	width: 65em;
}
.layer-slider h2
{
    font: 4.875em/1em "mongoose";
    font-weight: 500;
    font-style: normal;
    color: #fff;
	text-align:center;
}
.layer-slider h3
{
	font: 1.5em / 1em regular;
    color: #fff;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 0.375em 0 5em 0;
}
.btn-slider
{
	width:100%;
	display: flex;
    align-items: center;
    justify-content: center; 
}
.btn-slider a
{
	font: 1.475em / 1em medium;
    padding: 1.3em 1em 1.15em 1em;
    background: #FFC400;
    color: #111628;
    transition: all 0.35s ease-in-out;
    border-radius: 0.375em;
    min-width: 14.5em;
    text-align: center;
    margin: 0 0.25em; 
	
	position:relative;
	overflow: hidden;
    z-index: 0;
}
.btn-slider a:before 
{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #111628;
    z-index: -1;
    transition: left 0.5s ease-in-out;
}
.btn-slider a:hover:before
{
    left: 0;
}
.btn-slider a:hover 
{
    color: #FFC400;
}



#container-module-brands
{
    width: 100%;
	padding:4.25em 0;
}
.row-brands
{
    width: 100%;
	display:flex;
	flex-flow:row wrap;
	align-items:center;
	justify-content:center;
}
.row-brands div 
{
    margin-right:1em;
    margin-left:1em;	
}
.row-brands img
{
    max-width: 100%;
    width: auto;
    height: 4em;
    margin: 0 auto;
    object-fit: contain;
}




#container-module-sevices
{
    width: 100%;
	padding:8em 0 4.5em 0;
	background:#D55642;
}
#container-module-sevices h2
{
    font: 2.25em / 1em bold;
    color: #FFC400;
    text-align: center;
}

.row-sevices
{
    width: 100%;
	display:flex;
	flex-flow:row wrap;
	align-items:center;
	justify-content:space-between;
	margin-top:10em;
	margin-bottom:12em;
}
.row-sevices:nth-child(3),
.row-sevices:nth-child(5)
{
	flex-direction: row-reverse;
}
.row-sevices:nth-child(3) .column-content-sevices .box-sevices ,
.row-sevices:nth-child(5) .column-content-sevices .box-sevices 
{
    padding-right: 15%;
    padding-left: 0;
}


.column-content-sevices
{
    width: 42.5%;
}
.column-content-sevices .box-sevices
{
    padding-left:15%;
}
.column-content-sevices .box-sevices img
{
    margin:0 auto; 
	width: 7.25em;
}
.column-content-sevices .box-sevices h3
{
    font: 4.875em / 1em "mongoose";
    font-weight: 500;
    font-style: normal;
    color: #F3EDE2;
    text-align: center;
	padding:0.15em 0;
}
.column-content-sevices .box-sevices .text
{
	font: 1.4em / 1.4em regular;
    color: #F3EDE2;
    text-align: center;
    margin: 0.375em 0 1.5em 0;
}
.column-content-sevices .box-sevices a
{
    font: 1.4em / 1em semibold;
    padding: 1.1em 1em 1em 1em;
    background: #FFC400;
    color: #111628;
    transition: all 0.35s ease-in-out;
    border-radius: 0.375em;
    text-align: center;
    width: 60%;
    margin: 0 auto;

	position:relative;
	overflow: hidden;
    z-index: 0;
}
.column-content-sevices .box-sevices a:before 
{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #111628;
    z-index: -1;
    transition: left 0.5s ease-in-out;
}
.column-content-sevices .box-sevices a:hover:before
{
    left: 0;
}
.column-content-sevices .box-sevices a:hover 
{
    color: #FFC400;
}




.column-image-sevices
{
    width: 50%;
}
.column-image-sevices img
{
    width: 100%;
	height:auto;
	border-radius: 1.3em;
}





#container-module-testimonials
{
	width:100%;  
}
.row-testimonials 
{
    width: 100%;
    height: 65em;
    position: relative;
    background: #000;
    overflow: hidden;  
	display: flex;
    align-items: center;
}
.row-testimonials:after 
{
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
}


.row-testimonials iframe
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.2);
    pointer-events: none;
}
.layer-testimonials
{
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
	width: 100%;  
	z-index: 99;

}
.layer-testimonials h2
{
    font: 5em/1em "mongoose";
    font-weight: 500;
    font-style: normal;
    color: #fff;
	text-align:center;
	padding:0 10%;
}
.layer-testimonials h3
{
	font: 1.5em / 1em regular;
    color: #fff;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 1.75em 0 0 0;	
	padding:0 10%;
}

#container-module-testimonials .slick-prev
{
    width: 3.75em;
    height: 3.75em;
    position: absolute;
    left: 5.75%;
    border: none;
    color: transparent;
    top: 4em;
	background:url("images/icon-arrow-left.svg") no-repeat center / contain;
	cursor:pointer;
}
#container-module-testimonials .slick-next
{
    width: 3.75em;
    height: 3.75em;
    position: absolute;
    right: 5.75%;
    border: none;
    color: transparent;
    top: 4em;	
	background:url("images/icon-arrow-right.svg") no-repeat center / contain;
	cursor:pointer;
}





#container-module-about
{
    width: 100%;
	padding:7.5em 0;
	background:#fff;
}
.row-about
{
    width: 100%;
	display:flex;
	flex-flow:row wrap;
	align-items:center;
	justify-content:space-between;
}
.column-image-about
{
    width: 50%;
}
.column-image-about img
{
    width: 100%;
	height:auto;
	border-radius: 1.3em;
}
.column-content-about
{
    width: 45%;
}
.column-content-about h3
{
    font: 4.875em / 1em "mongoose";
    font-weight: 500;
    font-style: normal;
    color: #111628;
	padding:0.15em 0;
}
.column-content-about .text
{
	font: 1.4em / 1.4em regular;
    color: #111628;
    margin: 0.375em 0 1.5em 0;
}
.column-content-about .text p
{
	margin-bottom:1.3em;
}
.column-content-about a
{
    font: 1.4em / 1em semibold;
    padding: 0.9em 3.5em 0.8em  3.5em;
    background: #FFC400;
    color: #111628;
    transition: all 0.35s ease-in-out;
    border-radius: 0.375em;
	display:inline-block;

	position:relative;
	overflow: hidden;
    z-index: 0;
}
.column-content-about a:before 
{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #111628;
    z-index: -1;
    transition: left 0.5s ease-in-out;
}
.column-content-about a:hover:before
{
    left: 0;
}
.column-content-about a:hover 
{
    color: #FFC400;
}


#container-module-blog
{
    width: 100%;
	padding:7em 0 10.5em 0;
	background:#2E69B3;
}
#container-module-blog h2 
{
    font: 2.25em / 1em bold;
    color: #99E5F2;
    text-align: center;
}

.row-blog
{
    width: 100%;
	margin-top:6.75em;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}
.column-blog
{
    width: 30%;
}
.column-blog span
{
    font: 4.875em / 0.8em "mongoose";
    font-weight: 500;
    font-style: normal;
    color: #99E5F2;
    text-align: center;
    display: block;
	text-transform:uppercase;
}
.column-blog .image
{
    width: 100%;    
	overflow: hidden;
	border-radius: 1.375em; 
}
.column-blog .image img
{
    width: 100%;
	height:auto;   
	border-radius: 1.375em; 
	transition: all 0.35s ease-in-out;
}
.column-blog:hover img 
{
    transform: scale(1.15);
}

.column-blog .text
{
	font: 1.375em / 1.4em regular;
    color: #F3EDE2;
    text-align: center;
    margin: 0.75em 0 1.5em 0;
}
.column-blog .btn
{
    font: 1.4em / 1em semibold;
    padding: 0.85em 2.5em 0.75em 2.5em;
    background: #FFC400;
    color: #111628;
    transition: all 0.35s ease-in-out;
    border-radius: 0.375em;
    display: table;
    margin: 0 auto;
	border:none;

	cursor:pointer;
	position:relative;
	overflow: hidden;
    z-index: 0;
}
.column-blog .btn:before 
{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #111628;
    z-index: -1;
    transition: left 0.5s ease-in-out;
}
.column-blog:hover .btn:before
{
    left: 0;
}
.column-blog:hover .btn
{
    color: #FFC400;
}


#container-module-gallery
{
    width: 100%;
	background:#fff;  
	margin-bottom: -1em;
}
#container-module-gallery h2 
{
    font: 2.25em / 1em bold;
    color: #111628;
    text-align: center;	
	padding:2.5em 0;
}
.row-gallery
{
    width: 100%;
	cursor: grab;
}
.column-gallery
{
	width:100%;
}
.column-gallery img
{
    width: 100%;
    height: 37em;
    object-fit: cover;
}
.c-drag 
{
	width: 10em;
	height: 10em;
	background: #156545;
	border-radius: 50%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;   
	z-index: 9;
	text-align:center;
	opacity:0;
}
.c-drag  span
{
    color: #FFCA1C;
   font: 1.3em light;
}





#container-module-footer
{
	width:100%;
	background:#156545;
	padding:3.75em 0 3em 0;
}
.row-footer
{
	width:100%;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}
.row-logo-footer img 
{
	width:10em;
}
.column-right-footer
{
	display:flex;
	justify-content:space-between;
	margin-right:2em;
}
.column-menu-footer h3 
{
    font: 1.1em / 1em semibold;
    color: #fff;
	margin-bottom:1em;
}
.menu-footer
{
	display:flex;
}
.menu-footer div
{
	margin-right:7em;
}
.menu-footer div:last-child
{
	margin-right:4em;
}
.menu-footer div a
{
	font:0.9em/1em medium;
	color:#FFCA1C;
	display:block;
	text-decoration:underline;
	margin-bottom:0.75em;
	transition: all 0.35s ease-in-out;
}
.menu-footer div a:hover 
{
	color:#fff;
}
.menu-footer div:first-child a
{
	font:1.1em/1em medium;
	margin-bottom:0.375em;
}
.menu-footer h4
{
	font:1.1em/1em medium;
	color:#FFCA1C;
	display:block;
	margin-bottom:0.375em;
}
.column-social-footer h3
{
    font: 1.1em / 1em semibold;
    color: #fff;
	margin-bottom:1.2em;
}
.column-social-footer div
{
 	display:flex;   
}
.column-social-footer div a
{
 	margin-right:0.675em;
}
.column-social-footer div a img
{
	width: 2.15em;
}
.row-link-footer
{
	width:100%;
	display:flex;
	justify-content:space-between;
	margin-top:7em;  
	position: relative;
}
.row-link-footer a
{
	font:1.1em/1em medium;
	color:#FFCA1C;
	text-decoration:underline;
}
.row-link-footer span
{
	font:1.1em/1em medium;
	color:#fff;
}



#container-module-page
{
    width: 100%;
	padding:7em 0 5em 0;
	background:#fff;
}
#container-module-page h1
{
	font: 5em / 1em "mongoose";
    font-weight: 500;
    font-style: normal;
    color: #111628;
    text-transform: uppercase;
    text-align: center;
}
.row-page
{
    width: 100%;
	display:flex;
	flex-flow:row wrap;
	align-items:center;
	justify-content:space-between;
	margin:7em 0 0 0;
}
.column-content-page
{
    width: 45%;
}
.column-content-page  h3
{
    font: 2.1em / 1.3em bold;
    color: #111628;
}
.column-content-page .text
{
    margin: 1em 0 2.5em 0;
}
.column-content-page .text p
{
	margin:1em 0;	
	font: 1.4em / 1.4em regular;
    color: #111628;	
}
.column-content-page .text strong
{
    font-family: bold;
    margin-bottom: 1em;
    display: block;
}
.column-content-page a
{
    font: 1.4em / 1em semibold;
    padding: 1.1em 3.75em 1em 3.75em;
    background: #FFC400;
    color: #111628;
    transition: all 0.35s ease-in-out;
    border-radius: 0.375em;
    text-align: center;
    margin: 0 auto;
	display:table;
	
	position:relative;
	overflow: hidden;
    z-index: 0;
}
.column-content-page a:before 
{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #111628;
    z-index: -1;
    transition: left 0.5s ease-in-out;
}
.column-content-page a:hover:before
{
    left: 0;
}
.column-content-page a:hover 
{
    color: #FFC400;
}

.column-image-page
{
    width: 50%;
}
.column-image-page img
{
    width: 100%;
	height:auto;
    border-radius: 1.3em;
}





#container-module-listpage
{
    width: 100%;
	padding:7em 0 5em 0;
	background:#fff;
}
#container-module-listpage h2
{
	font: 5em / 1em "mongoose";
    font-weight: 500;
    font-style: normal;
    color: #111628;
    text-transform: uppercase;
    text-align: center;
}
.row-listpage
{
    width: 100%;
	display:flex;
	flex-flow:row wrap;
	align-items:center;
	justify-content:space-between;
	margin:5em 0;
}
.row-listpage:nth-child(3),
.row-listpage:nth-child(5)
{
	flex-direction: row-reverse;
}
.hidden_139:last-child
{
	display:none;
}

.column-content-listpage
{
    width: 45%;
}
.column-content-listpage  h3
{
    font: 2.1em / 1.3em bold;
    color: #111628;
	margin-bottom:1em;
}
.column-content-listpage 
{
    margin: 1em 0 2.5em 0;
}
.column-content-listpage p
{
	margin:1em 0;	
	font: 1.4em / 1.4em regular;
    color: #111628;
}
.column-content-listpage strong
{
    font-family: bold;
}
.column-content-listpage a
{
    color: #111628;
}
.column-image-listpage
{
    width: 50%;
}
.column-image-listpage img
{
    width: 100%;
	height:auto; 
	border-radius: 1.3em;
}

#container-module-title
{
	width:100%;
	padding:5em 0;
}
#container-module-title h1 
{
    font: 5em / 1em "mongoose";
    font-weight: 500;
    font-style: normal;
    color: #111628;
    text-align: center;
}
#container-module-title .date 
{
	margin-top:1em;
    font: 1.3em / 1.4em regular;
    color: #A8A8A8;
	text-align:center;
	display:block;
}

.row-intro-text
{
	margin-top:2.25em;
    font: 1.4em / 1.4em regular;
    color: #111628;
	text-align:center;
}



#container-module-contact
{
	width:100%;
	padding:0 0 10em 0;
}
.row-contact
{
	width:100%;
}
.row-contact form
{
	width:100%;
	display:flex;  
	justify-content: space-between;
	flex-flow:row wrap;
}
.row-contact form p
{
	width:48%;
	margin-bottom:1em;
}
.fullwidth 
{
	width:100% !important;
}
.row-contact form p label
{   
    font: 1.4em / 1.4em regular;
    color: #111628;
    width: 100%;
    display: block;
    margin-bottom: 0.25em;
}
.row-contact form p input[type="text"] , 
.row-contact form p input[type="email"], 
.row-contact form p input[type="tel"]
{   
	font: 1.325em / 1.4em regular;
    color: #111628;
    width: 100%;
    border: 2px solid #707070;
    border-radius: 0.25em;
    padding: 0.25em 0.5em;
}
.row-contact form p select
{   
	font: 1.325em / 1.4em regular;
    color: #111628;
    width: 100%;
    border: 2px solid #707070;
    border-radius: 0.25em;
    padding: 0.25em 0.5em;
}
.row-contact form p input[type="submit"]
{   
    font: 1.4em / 1em semibold;
    padding: 0.8em 3.5em 0.7em 3.5em;
    background: #FFC400;
    color: #111628;
    transition: all 0.35s ease-in-out;
    border-radius: 0.375em;
    display: table;
    border: none;
    margin: 0 auto;
    margin-top: 2em;
	cursor:pointer;
}
.row-contact form p textarea
{   
	font: 1.325em / 1.4em regular;
    color: #111628;
    width: 100%;
	height:10em;
    border: 2px solid #707070;
    border-radius: 0.25em;
    padding: 0.25em 0.5em;
	resize:none;
}
.wpcf7-list-item 
{
    margin: 0 1em 0 0 !important;
}

#inputother
{
	width:48%;
}
.row-contact form p br
{   
	display:none;
}

.row-thecontent
{
	margin:2.5em 0;
    font: 1.4em / 1.4em regular;
    color: #111628;
}
.row-thecontent p
{
	margin:1em 0;
}
.row-thecontent strong ,
.row-thecontent b
{
	font-family:bold;
}
.row-thecontent h2 ,
.row-thecontent h3 ,
.row-thecontent h4 ,
.row-thecontent h5
{
	font-family:bold;
}

.wpcf7 form .wpcf7-response-output 
{
	font: 1.375em/1.3em regular;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    color: #156545;
    width: 100%;
}
.wpcf7-not-valid-tip
{
	font: 1em/1.375em regular; 
	color: red;
}





#container-module-listpost
{
    width: 100%;
	padding:0 0 5em 0;
	background:#fff;
}
.row-listpost
{
    width: 100%;
	display:flex;
	flex-flow:row wrap;
}
.column-listpost
{
    width: 22%;
	margin: 2em 1.5%;
}
.column-listpost .image
{
    width: 100%;
	overflow:hidden; 
	border-radius: 1em;
}
.column-listpost .image img
{
	width: 100%;
    height: 15em;
    object-fit: cover;
    border-radius: 1em;
	transition: all 0.35s ease-in-out;
}
.column-listpost .image:hover img
{
	transform:scale(1.15);
}
.column-listpost .content
{
    width: 100%;
	margin-top:1em;
}
.column-listpost .content h3
{
	font: 1.275em / 1.3em bold;
    color: #111628;
    text-align: center;	
}
.column-listpost .content h3 a
{
    color: #111628;
}
.column-listpost .content p
{
    font: 1.275em / 1.4em regular;
    color: #111628;
    text-align: center;
    margin: 0.5em 0	
}
.column-listpost .content span
{
    font: 1.25em / 1em regular;
    color: #A8A8A8;
    text-align: center;
	display:block;
}




#container-module-bannerpost
{
	width:100%;
	padding:0 0;  
	margin-top: -1.5em;
}
#container-module-bannerpost img
{
	width:100%;
	height:auto;
	border-radius:1em;
}

#container-module-thecontent
{
	padding:3em 0 5em 0;
}

.row-button-thecontent
{
	width:100%;
	margin-top:5em;
	margin-bottom:3em;
}
.row-button-thecontent a
{
    font: 1.4em / 1em semibold;
    padding: 1em 2.5em 0.9em 2.5em;
    background: #FFC400;
    color: #111628;
    transition: all 0.35s ease-in-out;
    border-radius: 0.375em;
    display: table;
    margin: 0 auto;

	position:relative;
	overflow: hidden;
    z-index: 0;
}
.row-button-thecontent a:before 
{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #111628;
    z-index: -1;
    transition: left 0.5s ease-in-out;
}
.row-button-thecontent a:hover:before
{
    left: 0;
}
.row-button-thecontent a:hover 
{
    color: #FFC400;
}
.uppercase
{
	text-transform:uppercase;
}


#container-module-relatedpost
{
	width:100%;
	padding:7em 0;
	background:#EFEFEF;
}
#container-module-relatedpost h2 
{
    font: 5em / 1em "mongoose";
    font-weight: 500;
    font-style: normal;
    color: #111628;
    text-align: center;	
	text-transform:uppercase;
	margin-bottom:0.5em;
}


#container-module-cookies
{
    width: 100%;
    height: 100%;
    position: fixed;
    background: #111628ba;
    top: 0;
    z-index: 9999;
	display:none;
}
.row-cookies
{
    width:100%;
    padding: 2em 3em;
    background: #111628;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
}
.cookies
{
	width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.left-cookies
{
	width: 70%
}
.left-cookies div 
{
    font: 1.15em/1.3em regular;
    color: #fff;
    margin-top: 1em;
}
.left-cookies div p
{
    margin: 0.5em 0;
}
.left-cookies div p a
{
    display: inline;
    text-decoration: underline;
	font-family:bold; 
	color: #D55642;
}
.left-cookies div p a:hover
{
    color: #E4000F;
}
.right-cookies
{
    width:auto;
	display:flex;
}
.right-cookies a
{
    font: 1.275em / 1em medium;
    padding: 1em 2em 0.85em 2em;
    background: #111628;
    color: #fff;
    transition: all 0.35s ease-in-out;
    border-radius: 0.375em;
	margin:0 0.35em;
}
.right-cookies  a:hover 
{
    color: #000 !important;
	background:#fff  !important;
}
.right-cookies a:first-child 
{
	background:#D55642; 
	color: #fff;
}






.mobile
{
	display:none !important;
}
.desktop
{
	display:block !important; 
}
#container-module-mobile
{
	display:none;
}
.column-iconmenu-mobile 
{
    display: none;
}





@media screen and (max-width: 1760px)
{
	body
	{
		font-size: 12.675px;
	}
	
	
}

@media screen and (max-width: 1400px)
{
	body
	{
		font-size: 11.675px;
	}
	
	
	
}

@media screen and (max-width: 1100px)
{

	body
	{
		font-size: 8px;
	}
	.center
	{
		width: 90%;
	}
	
	
	
	

}

@media screen and (max-width: 760px)
{
	
	body
	{
		font-size: 10.375px;   
		padding-top: 6.5em;
	}
	.column-menu ,
	.column-button
	{
		display:none;
	}
	.column-lang 
	{
		margin-right: 2em;
		margin-left: 0;
	}
	.column-iconmenu-mobile 
	{
        display: flex;
        flex-flow: column;
        width: 3.375em;
        justify-content: center;
        margin-bottom: 0.5em;
    }
	.column-iconmenu-mobile span 
	{
        width: 100%;
        height: 3.75px;
        background: #111628;
        margin: 2px 0;
        transition: all 0.3s ease-in-out;
    }
	
	.btnclose-menu
	{
	    transform: scale(0.9);    
		margin-bottom: 1em;
	}	
	.btnclose-menu span 
	{
	    width:110%;
	}	
	.btnclose-menu span:nth-child(1)
	{
		opacity:0;
	}
	.btnclose-menu span:nth-child(2)
	{
		transform:rotate(45deg);
		margin-bottom:-6px;
	}
	.btnclose-menu span:nth-child(3)
	{
		transform:rotate(-45deg);
	}
	.layer-slider h3 
	{
		margin: 0.375em 0 2em 0;
	}
	.row-slider 
	{
        height: 120vw;
        border-radius: 1.5em;
	}
	.layer-slider 
	{
		width: 90%;  
		bottom: 3.75em;
	}	
	.row-slider iframe
	{
		transform: scale(2.375);
	}
	.btn-slider
	{
		flex-flow: column;
	}
	.btn-slider a 
	{
		width: 85%;
		margin-bottom: 0.5em;
	}
	.row-brands div
	{
		width: 45%;
		margin: 0.5em 1%;
	}
	.layer-slider h2 
	{
		font: 4.875em / 0.9em "mongoose";
	    font-weight: 500;
	}
	.column-content-sevices 
	{
		width: 100%;
	}	
	.column-content-sevices .box-sevices 
	{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.column-image-sevices 
	{
		width: 100%;  
        margin-bottom: 3em;
	}

	.row-sevices
	{
		flex-direction: column-reverse !important;
		margin-top: 7em;
		margin-bottom: 7em;
	}
	.column-content-sevices .box-sevices img 
	{
		width: 6em;
	}
	.column-content-sevices .box-sevices h3 
	{
		font: 4em / 1em "mongoose";  
		font-weight: 500;
	}
	#container-module-sevices h2 
	{
		margin-bottom: -1em;
	}
	.layer-testimonials h2
	{
		font: 4em / 1em "mongoose"; 
		font-weight: 500;
	}
	.row-testimonials 
	{
	    height: 155vw;
	}
	.row-testimonials iframe 
	{
		transform: scale(2.5);
	}
	#container-module-testimonials .slick-prev 
	{
		width: 3.5em;
		height: 3.5em;
		left: 35%;
		top: initial;
		bottom: -7em;
	}	
	#container-module-testimonials .slick-next 
	{
		width: 3.5em;
		height: 3.5em;
		right: 35%;
		top: initial;
		bottom: -7em;
	}
	
	.row-banner 
	{
        flex-direction: column-reverse !important;
        padding: 3.75em 3em;
        border-radius: 1em;
	}	
	.column-content-banner 
	{
		width: 100%;
	}
	.column-image-banner
	{
		width: 100%;
		margin-bottom: 2em;
	}
	
	
	
	.column-image-about 
	{
		width: 100%;
	}	
	.column-content-about 
	{
		width: 100%;
		margin-top: 2em;
	}
	.column-content-about h3
	{
		font: 4em / 1em "mongoose";
		font-weight: 500;
	}
	.column-content-about a 
	{
		padding: 1.1em 3em 1em 3em;
	}
	.column-blog
	{
		width: 100%;
		margin-bottom: 5em;
	}	
	.column-blog:last-child
	{
		margin-bottom: 0;
	}
	.column-blog .btn
	{
		padding: 1.1em 3em 1em 3em;
	}
	#container-module-footer
	{
		font-size: 14px;  
		padding: 3.75em 0 5em 0;
	}
	#container-module-footer .center-full 
	{
		width: 90%;
	}
	.menu-footer 
	{
		flex-flow: column;
	}
	.row-logo-footer img
	{
		width: 7em;
	}
	.column-right-footer 
	{
		margin-right: 0;
		padding-top: 2em;
		flex-flow: column;
	}	
	.menu-footer div 
	{
		margin-right: 0; 
		margin: 1em 0;
	}
	.column-left-footer
	{
		width:100%;
	}
	.row-link-footer 
	{
		margin-top: 5em;
	}	
	.menu-footer div a 
	{
		font: 1em / 1em medium;
	}
	.row-link-footer span 
	{
        position: absolute;
        bottom: -2em;
        width: 100%;
        text-align: center;
        font: 1em / 1em medium;
    }
	
	#container-module-page h1 
	{
		font: 4.5em / 1em "mongoose";
		font-weight: 500;
	}
	
	.column-content-page
	{
		width: 100%;
	}
	.column-image-page 
	{
		width: 100%;
		margin-top: 3em;
	}	
	.column-image-listpage 
	{
		width: 100%;
	}
	.column-content-listpage
	{
		width: 100%;
	}
	.row-page 
	{
		margin: 5em 0 0 0;
	}
	#container-module-page 
	{
		padding: 3em 0 5em 0;
	}
	#container-module-listpage 
	{
		padding: 5em 0 3em 0;
	}
	.row-listpage
	{
		margin: 3em 0;
	}
	#container-module-title
	{
		padding: 3em 0;
	}
	.row-contact form p 
	{
		width: 100%;
	}
	.row-contact form p input[type="submit"]	
	{
		padding: 1.1em 3em 1em 3em;
	}
	#container-module-title h1 
	{
		font: 4.5em / 1em "mongoose";
		font-weight: 500;
	}	
	.column-listpost 
	{
		width: 100%;
	}	
	.column-listpost .image img 
	{
		width: 100%;
		height: 20em;
	}
	#container-module-relatedpost h2
	{
		font: 4.5em / 1em "mongoose";
		font-weight: 500;
	}		
	.c-drag
	{
		display:none !important;
	}
	
	
	#container-module-mobile
	{
        width: 100%;
        height: 100%;
        background: #FFC400;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        padding-top: 10em;
        display: none;
	}
	.row-menu-mobile
	{
		width: 100%;
	}
	.row-menu-mobile ul li 
	{
		margin-bottom: 1.35em;
	}
	.row-menu-mobile ul li a
	{
        font: 2.1em / 1em medium;
		color: #111628;
		transition: all 0.35s ease-in-out;
	}
	
	.row-menu-mobile .menu-item-has-children > a 
    {
    	background:url("images/icon-menu.svg") no-repeat right center / 0.375em;
    	padding-right: 0.75em;
    	display:table;
    }
    
	
	.row-menu-mobile ul li .sub-menu
	{
        margin-left: 3em;
        margin-top: 2em;
        font-size: 8px;
	}
	.row-menu-mobile ul li  a:hover
	{
		text-decoration:underline;
	}	
	.row-button-mobile
	{
        width: 100%;
        display: flex;
        margin: 3em 0 0 0;
	}
	.row-button-mobile a 
	{
        font: 1.6em / 1em medium;
        padding: 1em;
        background: #111628;
        color: #FFC400;
        transition: all 0.35s ease-in-out;
        border-radius: 0.375em;
        min-width: 10.5em;
        text-align: center;
        margin: 0 0.25em;
        position: relative;
        overflow: hidden;
        z-index: 0;
	}
	.row-button-mobile a:before 
	{
		content: '';
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background: #D55642;
		z-index: -1;
		transition: left 0.5s ease-in-out;
	}
	.row-button-mobile a:hover:before
	{
		left: 0;
	}
	.row-button-mobile a:hover 
	{
		color: #FFC400;
	}
	#container-module-mobile .center-full 
	{
		width:90% !important;
	}

	#container-module-header
	{
		position:fixed;
		top:0;
		background:#fff;
	}
	.activeheader-mobile
	{
		background:none !important;
	}	
	
	.left-cookies 
	{
		width: 100%;
	}
	.right-cookies 
	{
		margin-top: 1em;
		margin-bottom: 1em; 
		font-size: 12px;
	}
	.wpcf7-list-item 
	{
		width: 100% !important;
	}
	
	

}

@media screen and (max-width: 320px)
{
	

	
}


