@charset "UTF-8";
@charset 'UTF-8';



.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 100%;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 9999; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 9999; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
html,
body {
font-family: 'Barlow', sans-serif;
padding: 0;
margin: 0;
overflow-x: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.container {
max-width: 1280px;
margin: 0 auto; }
ul {
padding: 0; }
h1,
h2,
h3,
h4,
h5,
p {
margin: 0; }
.padding {
padding: 0 35px; }
@media (max-width: 990px) {
.padding {
padding: 0 20px; } }
@media (max-width: 576px) {
.padding {
padding: 0 15px; } }
.margin {
margin-bottom: 90px; }
@media (max-width: 990px) {
.margin {
margin-bottom: 60px; } }
@media (max-width: 576px) {
.margin {
margin-bottom: 45px; } }
main {
min-height: -webkit-calc(100vh - 80px);
min-height: calc(100vh - 80px); }
a {
text-decoration: none; }
.title-xl {
font: 700 1.75rem 'Barlow', sans-serif;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #00226E;
margin-bottom: 40px; }
@media (max-width: 990px) {
.title-xl {
margin-bottom: 25px; } }
@media (max-width: 576px) {
.title-xl {
font: 700 1.4rem 'Barlow', sans-serif;
text-align: center; } }
.title-sm {
font: 700 1.25rem 'Barlow', sans-serif;
color: #00226E;
margin-bottom: 10px; }
@media (max-width: 768px) {
.title-sm {
font-size: 1.125rem; } }
@media (max-width: 576px) {
.title-sm {
margin-bottom: 5px; } }
.text-xl {
line-height: 22px; }
.text-sm {
font: 300 1rem 'Barlow', sans-serif;
color: #003ABD; }
@media (max-width: 990px) {
.text-sm {
font-size: .87rem; } }
ul {
list-style-type: none;
padding: 0; }
video {
outline: none; }
header {
position: absolute;
width: 100%;
z-index: 999; }
@media (max-width: 1280px) {
header {
width: 94%;
padding: 0 35px; } }
@media (max-width: 990px) {
header {
background: #fff;
position: fixed;
width: auto;
left: 0;
right: -1px;
padding: 0 20px;
top: -1px;
z-index: 9998;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); } }
@media (max-width: 576px) {
header {
padding: 0 12px; } }
header nav {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end; }
@media (max-width: 990px) {
header nav {
display: none; } }
header nav li {
margin-bottom: 20px; }
@media (max-width: 990px) {
header nav li {
margin-bottom: 0;
line-height: 0; } }
header nav li:last-child {
margin: 0;
padding-bottom: 15px; }
header nav a {
letter-spacing: 2px;
font: 300 1.25rem 'Barlow', sans-serif;
position: relative;
color: #fff;
-webkit-transition: .35s ease;
-o-transition: .35s ease;
transition: .35s ease; }
@media (max-width: 990px) {
header nav a {
color: #00226E;
display: block;
margin-bottom: 15px;
font: 500 1rem 'Barlow', sans-serif; } }
header nav a:hover {
-webkit-transition: .35s ease;
-o-transition: .35s ease;
transition: .35s ease; }
@media (max-width: 990px) {
header nav a:hover {
font: 300 1rem 'Barlow', sans-serif; } }
header nav a:hover::after {
-webkit-transition: .35s ease;
-o-transition: .35s ease;
transition: .35s ease;
content: '';
height: 2px;
background: -o-linear-gradient(271.74deg, #FFC200 0%, #FF785E 100%);
background: linear-gradient(178.26deg, #FFC200 0%, #FF785E 100%);
border-radius: 2px;
display: block;
width: 100%;
position: absolute; }
@media (max-width: 990px) {
header nav a:hover::after {
display: none; } }
header nav a[aria-current="page"] {
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease;
font: 500 1.25rem 'Barlow', sans-serif; }
@media (max-width: 990px) {
header nav a[aria-current="page"] {
font: 500 1rem 'Barlow', sans-serif;
color: #feb60f; } }
header nav a[aria-current="page"]::after {
-webkit-transition: .35s ease;
-o-transition: .35s ease;
transition: .35s ease;
content: '';
height: 2px;
background: -o-linear-gradient(271.74deg, #FFC200 0%, #FF785E 100%);
background: linear-gradient(178.26deg, #FFC200 0%, #FF785E 100%);
border-radius: 2px;
display: block;
width: 100%;
position: absolute; }
@media (max-width: 990px) {
header nav a[aria-current="page"]::after {
display: none; } }
nav > ul > li {
position: relative;
opacity: 0;
font: 300 20px 'Barlow', sans-serif; }
nav > ul > li:nth-child(1).anim-right {
opacity: 1;
-webkit-animation: show-right 1.1s ease;
animation: show-right 1.1s ease; }
nav > ul > li:nth-child(2).anim-right {
opacity: 1;
-webkit-animation: show-right 1.2s ease;
animation: show-right 1.2s ease; }
nav > ul > li:nth-child(3).anim-right {
opacity: 1;
-webkit-animation: show-right 1.3s ease;
animation: show-right 1.3s ease; }
nav > ul > li:nth-child(4).anim-right {
opacity: 1;
-webkit-animation: show-right 1.4s ease;
animation: show-right 1.4s ease; }
nav > ul > li:nth-child(5).anim-right {
opacity: 1;
-webkit-animation: show-right 1.5s ease;
animation: show-right 1.5s ease; }
@media (max-width: 990px) {
nav > ul > li {
font: 500 1rem 'Barlow', sans-serif; } }
nav > ul > li a:hover {
-webkit-transition: .35s ease;
-o-transition: .35s ease;
transition: .35s ease;
display: inline-block;
color: #feb60f;
border: none; }
@media (max-width: 990px) {
nav > ul > li a:hover {
font: 500 1rem 'Barlow', sans-serif; } }
@media (max-width: 990px) {
nav > ul > li > a {
margin-bottom: 10px; } }
nav > ul > li:hover .sub-menu {
display: block; }
nav > ul > li:hover .sub-menu a:after {
display: none; }
header nav ul.sub-menu a {
letter-spacing: 1px; }
@media (max-width: 990px) {
header nav ul.sub-menu a {
font: 300 .95rem 'Barlow', sans-serif;
margin-bottom: 10px; } }
header nav ul.sub-menu a[aria-current="page"] {
color: #feb60f; }
header nav .sub-menu {
position: absolute;
top: 3px;
right: 100%;
padding: 10px;
z-index: 10;
width: 210px;
text-align: right;
margin: 0;
padding: 0;
display: none; }
@media (max-width: 990px) {
header nav .sub-menu {
display: block;
position: static;
text-align: left;
padding: 0;
list-style-type: circle; } }
header nav .sub-menu li {
margin: 0 10px 3px 0; }
@media (max-width: 990px) {
header nav .sub-menu li {
margin: 0 0 0 20px;
list-style-type: circle; } }
header nav .sub-menu li:last-child {
margin: 0 10px 3px 0; }
@media (max-width: 990px) {
header nav .sub-menu li:last-child {
margin: 0 0 0 20px;
padding: 0; } }
.menu-btn {
display: none;
cursor: pointer; }
@media (max-width: 990px) {
.menu-btn {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; } }
.menu-btn img {
height: 23px; }
.lang-menu {
opacity: 0;
}
.lang-menu.show {
opacity: 1;
-webkit-animation: show 2.5s ease;
animation: show 2.5s ease; }
.lang-menu > ul {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
#menu-item-19 {
display: none; }
#menu-item-9999999999 > a > span {
color: #feb60f; }
.sub-menu {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.container-lang {
padding: 10px 0;
margin-bottom: 10px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end; }
@media (max-width: 990px) {
.lang-menu {
margin: 12px 0;
}
.container-lang {
margin: 0;
padding: 0;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between; } }
.container-lang li {
margin-left: 10px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.container-lang a {
letter-spacing: 1px;
font: 500 1.125rem 'Barlow', sans-serif;
color: #fff;
text-transform: uppercase;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s; }
@media (max-width: 990px) {
.container-lang a {
color: #00226E; } }
@media (max-width: 576px) {
.container-lang a {
font: 500 1rem 'Barlow', sans-serif; } }
.container-lang a:hover {
color: #feb60f; }
.logo-phone-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 30px; }
@media (max-width: 990px) {
.logo-phone-container {
margin: 0;
padding-bottom: 5px; } }
@media (max-width: 425px) {
.logo-box {
max-width: 60%;
width: 100%; } }
.logo-box img {
max-width: 100%;
height: 42px;
width: 100%;
opacity: 0; }
@media (max-width: 576px) {
.logo-box img {
height: 30px;
width: 70%; } }
@media (max-width: 425px) {
.logo-box img {
height: 30px;
width: 85%; } }
@media (max-width: 380px) {
.logo-box img {
height: 20px; } }
.fb-main-link {
display: block;
margin: 3px 0 -3px auto;
}
.phone-box {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
opacity: 0; }
.phone-box.show {
opacity: 1;
-webkit-animation: show 2s ease;
animation: show 2s ease; }
@media (max-width: 576px) {
.phone-box {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end; } }
.phone-box .phone-link {
color: #fff;
font: 500 1.2rem 'Barlow', sans-serif;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s; }
@media (max-width: 990px) {
.phone-box .phone-link {
color: #00226E; } }
@media (max-width: 576px) {
.phone-box .phone-link {
font: 500 .9rem 'Barlow', sans-serif; } }
.phone-box .phone-link::before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/icon/phone-header.svg);
position: relative;
top: 5px;
right: 7px; }
@media (max-width: 990px) {
.phone-box .phone-link::before {
display: none; } }
.phone-box .phone-link:hover {
color: #feb60f; }
.phone-box .phone-call {
font: 500 .87rem 'Barlow', sans-serif;
color: #FFF;
cursor: pointer;
opacity: .6; }
@media (max-width: 990px) {
.phone-box .phone-call {
color: #000; } }
.main-screen {
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/main-img.png) no-repeat center;
background-size: cover;
height: 90vh;
overflow: hidden;
-webkit-overflow: hidden;
position: relative;
-ms-overflow: hidden;
margin-bottom: 40px; }
@media (max-width: 990px) {
.main-screen {
margin-bottom: 0;
height: 100vh; } }
.main-screen .container {
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.main-screen-box {
max-width: 800px;
position: relative;
overflow: hidden; }
.main-screen-box:before {
position: absolute;
content: "";
background-color: rgba(255, 255, 255, 0.5);
height: 100%;
width: 2.5em;
display: block;
top: 0;
left: -4em;
-webkit-transform: skewX(-45deg) translateX(0);
-ms-transform: skewX(-45deg) translateX(0);
transform: skewX(-45deg) translateX(0);
-webkit-transition: none;
-o-transition: none;
transition: none;
opacity: 0; }
.main-screen-box.animate-errow:before {
-webkit-animation: show-errow 1.3s ease-in-out 1s 2;
animation: show-errow 1.3s ease-in-out 1s 2; }
@media (max-width: 1366px) {
.main-screen-box {
margin: 3% 0 0; } }
.main-screen-box .main-title {
color: #0033a9;
font: 700 6.2rem 'Barlow', sans-serif;
}
@media (max-width: 1100px) {
.main-screen-box .main-title {
font: 700 5.2rem 'Barlow', sans-serif; } }
@media (max-width: 990px) {
.main-screen-box .main-title {
font: 700 4rem 'Barlow', sans-serif; } }
@media (max-width: 576px) {
.main-screen-box .main-title {
font: 700 2.75rem 'Barlow', sans-serif; } }
@media (max-width: 380px) {
.main-screen-box .main-title {
font: 700 2.2rem 'Barlow', sans-serif; } }
.main-screen-box .main-subtitle {
color: #095bec;
font: 500 3.9rem 'Barlow', sans-serif;
margin-bottom: 10px;
margin-top: -8px; }
@media (max-width: 1100px) {
.main-screen-box .main-subtitle {
font: 500 3rem 'Barlow', sans-serif; } }
@media (max-width: 990px) {
.main-screen-box .main-subtitle {
margin-top: 0;
font: 500 2.5rem 'Barlow', sans-serif; } }
@media (max-width: 576px) {
.main-screen-box .main-subtitle {
font: 500 1.75rem 'Barlow', sans-serif; } }
@media (max-width: 380px) {
.main-screen-box .main-subtitle {
font: 500 1.5rem 'Barlow', sans-serif; } }
.main-screen-box .main-text {
color: #095ced;
font: 300 1.9rem 'Barlow', sans-serif;
margin-bottom: 35px;
margin-top: -8px; }
@media (max-width: 990px) {
.main-screen-box .main-text {
margin-top: 0;
font: 300 1.25rem 'Barlow', sans-serif; } }
@media (max-width: 576px) {
.main-screen-box .main-text {
font: 300 1rem 'Barlow', sans-serif;
margin-bottom: 20px;
margin-top: -5px; } }
@media (max-width: 576px) {
.main-screen-box .main-text br {
display: none; } }
@-webkit-keyframes show-errow {
0% {
opacity: 0;
-webkit-transform: skewX(-45deg) translateX(0);
transform: skewX(-45deg) translateX(0); }
10% {
opacity: .25; }
15% {
opacity: 1; }
100% {
-webkit-transform: skewX(-45deg) translateX(150em);
transform: skewX(-45deg) translateX(150em); } }
@keyframes show-errow {
0% {
opacity: 0;
-webkit-transform: skewX(-45deg) translateX(0);
transform: skewX(-45deg) translateX(0); }
10% {
opacity: .25; }
15% {
opacity: 1; }
100% {
-webkit-transform: skewX(-45deg) translateX(150em);
transform: skewX(-45deg) translateX(150em); } }
@-webkit-keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-webkit-keyframes show-left {
0% {
opacity: 0;
-webkit-transform: translate(-1000px, 0);
transform: translate(-1000px, 0); }
10% {
opacity: 0; }
15% {
opacity: .1; }
50% {
opacity: .15; }
75% {
opacity: .25; }
100% {
opacity: 1;
-webkit-transform: translate(0, 0);
transform: translate(0, 0); } }
@keyframes show-left {
0% {
opacity: 0;
-webkit-transform: translate(-1000px, 0);
transform: translate(-1000px, 0); }
10% {
opacity: 0; }
15% {
opacity: .1; }
50% {
opacity: .15; }
75% {
opacity: .25; }
100% {
opacity: 1;
-webkit-transform: translate(0, 0);
transform: translate(0, 0); } }
@-webkit-keyframes show-right {
0% {
opacity: 0;
-webkit-transform: translate(1000px, 0);
transform: translate(1000px, 0); }
10% {
opacity: 0; }
15% {
opacity: .1; }
50% {
opacity: .15; }
75% {
opacity: .25; }
100% {
opacity: 1;
-webkit-transform: translate(0, 0);
transform: translate(0, 0); } }
@keyframes show-right {
0% {
opacity: 0;
-webkit-transform: translate(1000px, 0);
transform: translate(1000px, 0); }
10% {
opacity: 0; }
15% {
opacity: .1; }
50% {
opacity: .15; }
75% {
opacity: .25; }
100% {
opacity: 1;
-webkit-transform: translate(0, 0);
transform: translate(0, 0); } }
@-webkit-keyframes show-bottom {
0% {
opacity: 0;
-webkit-transform: translate(0, 1000px);
transform: translate(0, 1000px); }
10% {
opacity: 0; }
15% {
opacity: .1; }
50% {
opacity: .15; }
75% {
opacity: .25; }
100% {
opacity: 1;
-webkit-transform: translate(0, 0);
transform: translate(0, 0); } }
@keyframes show-bottom {
0% {
opacity: 0;
-webkit-transform: translate(0, 1000px);
transform: translate(0, 1000px); }
10% {
opacity: 0; }
15% {
opacity: .1; }
50% {
opacity: .15; }
75% {
opacity: .25; }
100% {
opacity: 1;
-webkit-transform: translate(0, 0);
transform: translate(0, 0); } }
@media (max-width: 990px) {
.about {
margin-bottom: 40px; } }
@media (max-width: 990px) {
.about br {
display: none; } }
.about-box {
background: #fff;
display: inline-block;
padding: 20px;
-webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
border-radius: 2px; }
@media (max-width: 990px) {
.about-box {
padding: 10px;
display: block;
max-width: 500px;
margin: 0 auto; } }
.about-box .about-text {
font: 500 1.35rem 'Barlow', sans-serif;
color: #00226E; }
@media (max-width: 990px) {
.about-box .about-text {
font: 500 1.25rem 'Barlow', sans-serif;
text-align: center; } }
@media (max-width: 576px) {
.about-box .about-text {
font-size: 1.1rem; } }
.about-box .about-text strong {
-webkit-text-stroke: .2px black; }
.about-wrapper {
position: relative;
height: 660px; }
@media (max-width: 990px) {
.about-wrapper {
height: auto;
display: grid;
grid-template-columns: 1fr;
grid-gap: 30px; } }
@media (max-width: 576px) {
.about-wrapper {
grid-gap: 20px; } }
.about-wrapper .about-1 {
width: 300px;
position: absolute;
left: 0;
top: 0; }
@media (max-width: 990px) {
.about-wrapper .about-1 {
width: auto;
position: relative; } }
.about-wrapper .about-2 {
width: 300px;
position: absolute;
top: 10px;
left: 550px;
z-index: 2; }
@media (max-width: 990px) {
.about-wrapper .about-2 {
width: auto;
position: relative;
top: 0;
left: 0; } }
.about-wrapper .about-3 {
position: absolute;
width: 280px;
left: 350px;
top: 390px; }
@media (max-width: 990px) {
.about-wrapper .about-3 {
width: auto;
position: relative;
top: 0;
left: 0; } }
.about-wrapper .line-1 {
position: absolute;
left: 200px;
z-index: -1;
top: 60px; }
@media (max-width: 990px) {
.about-wrapper .line-1 {
display: none; } }
.about-wrapper .line-2 {
position: absolute;
z-index: -1;
left: 40px;
top: 100px; }
@media (max-width: 990px) {
.about-wrapper .line-2 {
display: none; } }
.about-wrapper .line-3 {
position: absolute;
left: 550px;
top: 530px;
z-index: -2; }
@media (max-width: 1024px) {
.about-wrapper .line-3 {
left: 450px; } }
@media (max-width: 990px) {
.about-wrapper .line-3 {
display: none; } }
.about-wrapper .about-btn {
position: absolute;
left: 860px;
top: 555px; } @media (max-width: 1110px) {
.about-wrapper .about-btn {
left: 800px; } }
@media (max-width: 1024px) {
.about-wrapper .about-btn {
left: 700px; } }
@media (max-width: 990px) {
.about-wrapper .about-btn {
left: 0;
top: 0;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; } }
.about-wrapper .img-about-1 {
position: absolute;
z-index: -2;
right: 455px;
top: 120px; }
@media (max-width: 990px) {
.about-wrapper .img-about-1 {
display: none; } }
.about-wrapper .img-about-2 {
right: -125px;
top: 25px;
position: absolute;
z-index: -2; }
@media (max-width: 990px) {
.about-wrapper .img-about-2 {
display: none; } } .about-main {
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/about/about-bg.png) no-repeat center center;
background-size: cover;
height: 800px; }
@media (max-width: 990px) {
.about-main {
height: 100vh; } }
@media (max-width: 576px) {
.about-main {
height: 90vh; } }
.about-main .container {
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start; }
.about-main .about-main-box {
margin-top: 200px; }
@media (max-width: 1440px) {
.about-main .about-main-box {
margin-top: 190px; } }
@media (max-width: 990px) and (min-height: 748px) {
.about-main .about-main-box {
margin-top: 130px; } }
@media (max-width: 576px) {
.about-main .about-main-box {
margin-top: 150px; } }
.about-main .about-main-box .about-main-text {
color: #00226E;
font: 400 1.5rem 'Barlow', sans-serif;
max-width: 686px; }
.about-main .about-main-box .about-main-text span {
font-weight: 600; }
@media (max-width: 990px) {
.about-main .about-main-box .about-main-text {
font: 400 1.25rem 'Barlow', sans-serif; } }
@media (max-width: 576px) {
.about-main .about-main-box .about-main-text {
font: 400 1.10rem 'Barlow', sans-serif; } }
@media (max-width: 380px) {
.about-main .about-main-box .about-main-text {
font: 400 1rem 'Barlow', sans-serif; } }
.poster {
position: relative;
max-width: 756px;
height: auto;
background: #FFF;
-webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
border-radius: 2px;
margin: 0 auto;
margin-top: -300px;
margin-bottom: 132px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0; }
.list-site-links {
top: 50%;
left: 50%;
margin: 0;
position: absolute;
width: 100%;
height: 100%;
max-width: 756px;
transform: translate(-50%, -50%);
display: flex;
justify-content: center;
align-items: center;
z-index: 5;
}
.list-site-links li {
height: 100%;
min-height: 100%;
width: 100%;
max-width: 15%;
position: relative;
}
.list-site-links li:first-child {
left: -30px;
}
.list-site-links li:nth-child(2) {
left: -18px;
}
.list-site-links li:nth-child(3) {
left: -5px;
}
.list-site-links li:nth-child(4) {
left: 5px;
}
.list-site-links li:last-child {
left: 20px;
}
.list-site-links li a {
display: block;
height: 100%;
width: 100%;
min-height: 100%;
}
@media (max-width: 1600px) {
.poster {
margin-top: -290px; } }
@media (max-width: 990px) {
.poster {
width: 80%;
height: 100%; } }
@media (max-width: 576px) {
.poster {
width: 95%;
margin-top: -80px; } }
.poster img {
width: 100%;
z-index: 4;
position: relative; }
.printing {
margin-bottom: 60px; }
.printing .container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
@media (max-width: 990px) {
.printing .container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; } }
.printing .book {
-webkit-box-sizing: border-box;
box-sizing: border-box;
max-width: 587px;
max-height: 724px;
margin-right: 97px;
position: relative; }
@media (max-width: 1280px) {
.printing .book {
margin-right: 45px;
max-width: 453px;
max-height: 557px; } }
@media (max-width: 990px) {
.printing .book {
margin: 0 auto; } }
.printing .book img {
width: 100%; }
.printing .book .book-overlay {
position: absolute;
top: 200px;
left: 0;
background: rgba(255, 255, 255, 0.67);
-webkit-backdrop-filter: blur(9px);
backdrop-filter: blur(9px);
border-radius: 2px;
padding: 16px 8px 16px 20px;
max-width: 370px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #003ABD;
font: 400 1.12rem 'Barlow', sans-serif; }
@media (max-width: 576px) {
.printing .book .book-overlay {
top: 140px;
font: 400 .89rem 'Barlow', sans-serif; } }
.printing .newspaper-block {
width: 423px; }
@media (max-width: 1280px) {
.printing .newspaper-block {
width: 348px; } }
@media (max-width: 990px) {
.printing .newspaper-block {
margin: 0 auto;
margin-top: 50px; } }
.printing .newspaper-block .newspaper-title {
color: #00226E;
font: 400 1.12rem 'Barlow', sans-serif;
margin-bottom: 58px; }
@media (max-width: 1280px) {
.printing .newspaper-block .newspaper-title {
margin-bottom: 30px;
font: 400 0.9rem 'Barlow', sans-serif; } }
.printing .newspaper-block .newspaper-title span {
font-weight: 600; }
.printing .newspaper-block .numberInfo {
font: 400 1.12rem 'Barlow', sans-serif;
color: #003ABD;
margin-left: 58px;
position: relative;
top: -20px; }
.newspaper-slider .newspaper-slide {
width: 422px;
height: 556px; }
.newspaper-slider .newspaper-slide img {
width: 100%; }
@media (max-width: 1280px) {
.newspaper-slider .newspaper-slide {
width: 347px;
height: 450px; } }
.newspaper-slider .slick-prev {
top: 104%;
z-index: 999;
left: 4px; }
.newspaper-slider .slick-prev:before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/testimonials/left.svg); }
.newspaper-slider .slick-next {
top: 104%;
z-index: 999;
left: 28px; }
.newspaper-slider .slick-next:before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/testimonials/right.svg); }
.newspaper-slider .slick-dots li button:before {
content: ''; }
.about-info {
position: relative; }
.quote {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding-left: 190px; }
@media (max-width: 1280px) {
.quote {
padding-left: 40px; } }
@media (max-width: 990px) {
.quote {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0; } }
.quote .quote-info {
max-width: 460px;
color: #00226E; }
.quote .quote-info .quote-text {
font: 400 1.12rem 'Barlow', sans-serif; }
@media (max-width: 990px) {
.quote .quote-info .quote-text {
font: 400 1rem 'Barlow', sans-serif; } }
.quote .quote-info .quote-text span {
font-weight: 600; }
.quote .quote-info .quote-name {
font: 600 1.12rem 'Barlow', sans-serif;
font-style: italic;
text-align: right; }
@media (max-width: 990px) {
.quote .quote-info .quote-name {
font: 600 1rem 'Barlow', sans-serif; } }
.quote .quote-info .quote-post {
font: 400 1.12rem 'Barlow', sans-serif;
font-style: italic;
text-align: right; }
@media (max-width: 990px) {
.quote .quote-info .quote-post {
font: 400 1rem 'Barlow', sans-serif; } }
.quote .quote-founder {
width: 450px;
height: 408px;
margin-left: 31px; }
@media (max-width: 990px) {
.quote .quote-founder {
width: 350px;
height: 308px; } }
@media (max-width: 576px) {
.quote .quote-founder {
width: 250px;
height: 208px; } }
.quote .quote-founder img {
width: 100%; }
.partner-text {
max-width: 656px;
font: 600 1.5rem 'Barlow', sans-serif;
color: #00226E;
margin-top: 30px; }
@media (max-width: 990px) {
.partner-text {
font: 600 1.20rem 'Barlow', sans-serif;
margin: 0 auto;
margin-top: 40px; } }
.madein-block {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 60px;
padding-bottom: 121px;
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/about/aboutbg.png) no-repeat 110% 100%; }
@media (max-width: 990px) {
.madein-block {
width: 90%;
margin: 0 auto;
margin-top: 60px;
margin-bottom: 200px; } }
@media (max-width: 576px) {
.madein-block {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: 94%;
margin-bottom: 0;
padding-bottom: 200px;
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/about/aboutbg.png) no-repeat 100% 100%;
background-size: contain; } }
.madein-block .logo-madein {
height: 368px;
width: 460px;
margin-top: 40px;
margin-right: 30px; }
@media (max-width: 1280px) {
.madein-block .logo-madein {
height: 268px;
width: 360px; } }
@media (max-width: 990px) {
.madein-block .logo-madein {
margin-top: 0;
margin-right: 30px;
height: 80px;
width: 120px; } }
@media (max-width: 576px) {
.madein-block .logo-madein {
margin: 0 auto;
margin-bottom: 40px; } }
.madein-block .logo-madein img {
width: 100%; }
.madein-block .madein-info .madein-text {
max-width: 460px;
font: 400 1.12rem 'Barlow', sans-serif;
color: #00226E; }
.madein-block .madein-info .madein-text span {
font-weight: 600; }
.team {
position: relative;
padding-top: 50px; }
@media (max-width: 990px) {
.team {
padding-bottom: 250px; } }
@media (max-width: 576px) {
.team {
padding-bottom: 50px; } }
.team-container {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
position: relative;
margin-bottom: 150px; }
@media (max-width: 1280px) {
.team-container {
width: 921px;
margin: 0 auto 150px; } }
@media (max-width: 990px) {
.team-container {
grid-template-columns: 1fr 1fr 1fr;
max-width: 100%; } }
@media (max-width: 576px) {
.team-container {
grid-template-columns: 1fr;
margin-bottom: 20px; } }
.team-container .team-item {
width: 210px; }
@media (max-width: 1280px) {
.team-container .team-item {
width: 190px; } }
@media (max-width: 990px) {
.team-container .team-item {
margin-bottom: 30px; } }
@media (max-width: 576px) {
.team-container .team-item {
margin: 0 auto;
margin-bottom: 25px; } }
.team-container .team-item .team-item-photo img {
width: 100%; }
.team-container .team-item .team-item-name {
margin-top: 25px;
text-align: center;
color: #003CC5;
font: 500 1.12rem 'Barlow', sans-serif; }
@media (max-width: 1280px) {
.team-container .team-item .team-item-name {
font: 500 1rem 'Barlow', sans-serif; } }
@media (max-width: 990px) {
.team-container .team-item .team-item-name {
margin-top: 10px; } }
.team-container .team-item .team-item-post {
text-align: center;
color: #003CC5;
font: 300 1rem 'Barlow', sans-serif;
font-style: italic;
width: 180px;
margin: 0 auto; }
@media (max-width: 1280px) {
.team-container .team-item .team-item-post {
font: 300 0.9rem 'Barlow', sans-serif; } }
.team-item2 {
position: relative;
top: 110px;
left: -51px; }
@media (max-width: 1280px) {
.team-item2 {
top: 100px; } }
@media (max-width: 990px) {
.team-item2 {
left: -40px; } }
@media (max-width: 576px) {
.team-item2 {
left: 0;
top: 0; } }
.team-item3 {
position: relative;
left: -100px; }
@media (max-width: 576px) {
.team-item3 {
left: 0; } }
.team-item4 {
position: relative;
top: 110px;
left: -150px; }
@media (max-width: 1280px) {
.team-item4 {
top: 100px; } }
@media (max-width: 990px) {
.team-item4 {
left: 0; } }
@media (max-width: 576px) {
.team-item4 {
left: 0;
top: 0; } }
.team-item5 {
position: relative;
left: -200px; }
@media (max-width: 990px) {
.team-item5 {
left: -40px;
top: 200px; } }
@media (max-width: 576px) {
.team-item5 {
left: 0;
top: 0; } }
.team-item6 {
position: relative;
top: 110px;
left: -250px; }
@media (max-width: 1280px) {
.team-item6 {
top: 100px; } }
@media (max-width: 990px) {
.team-item6 {
left: -79px; } }
@media (max-width: 576px) {
.team-item6 {
left: 0;
top: 0; } }
.team-item7 {
position: relative;
top: 0;
left: -300px; }
@media (max-width: 1400px) {
.team-item7 {
top: 100px; } }
@media (max-width: 1280px) {
.team-item7 {
top: 100px; } }
@media (max-width: 990px) {
.team-item7 {
left: -79px; } }
@media (max-width: 576px) {
.team-item7 {
left: 0;
top: 0; } }
.team-item8 {
position: relative;
top: 110px;
left: -349px;}
@media (max-width: 1400px) {
.team-item7 {
top: 100px; } }
@media (max-width: 1280px) {
.team-item8 {
top: 100px; } }
@media (max-width: 990px) {
.team-item8 {
left: -79px; } }
@media (max-width: 576px) {
.team-item8 {
left: 0;
top: 0; } }
.seminar {
padding-top: 50px;
padding-bottom: 100px;
position: relative; }
@media (max-width: 576px) {
.seminar {
padding-bottom: 40px; } }
.seminar .container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0; 
max-width: 100%;}
@media (max-width: 1200px) {
.seminar .container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; } }
.seminar .seminar-text {
width: 485px;
font: 400 1.12rem 'Barlow', sans-serif;
color: #00226E; }
@media (max-width: 1280px) {
.seminar .seminar-text {
width: 400px; } }
@media (max-width: 990px) {
.seminar .seminar-text {
width: 90%;
margin: 0 auto;
font: 400 1rem 'Barlow', sans-serif; } }
.seminar .seminar-text span {
font-weight: 600; }
.seminar .btn-gold {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 212px;
height: 50px;
padding: 3px 48px 5px 48px;
font: 500 1.10rem 'Barlow', sans-serif;
text-align: center;
margin-top: 45px; }
@media (max-width: 990px) {
.seminar .btn-gold {
display: block;
margin: 0 auto;
margin-top: 45px; } }
.slider-block {
position: relative;
margin: 0 0 0 auto;
position: relative;
right: -35px;
}
@media (max-width: 1280px) {
.slider-block {
right: 0;
margin: auto; } }
@media (max-width: 990px) {
.slider-block {
right: 0;
margin-top: 40px; } }
.slider-block .seminar-slider {
width: 768px;
height: 400px; }
@media (max-width: 990px) {
.slider-block .seminar-slider {
width: 500px;
height: 263px; } }
@media (max-width: 576px) {
.slider-block .seminar-slider {
width: 350px;
height: 190px; } }
@media (max-width: 360px) {
.slider-block .seminar-slider {
width: 295px;
height: 180px; } }
.slider-block .seminar-slider .seminar-slide img {
width: 100%; }
.slider-block .seminar-slider .slick-prev {
top: 104%;
z-index: 899;
left: 4px; }
.slider-block .seminar-slider .slick-prev:before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/testimonials/left.svg); }
.slider-block .seminar-slider .slick-next {
top: 104%;
z-index: 899;
left: 28px; }
.slider-block .seminar-slider .slick-next:before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/testimonials/right.svg); }
.slider-block .seminar-slider .slick-dots li button:before {
content: ''; }
.slider-block .numberInfoSeminar {
position: absolute;
bottom: 4px;
font: 400 1.12rem 'Barlow', sans-serif;
color: #003ABD;
margin-left: 58px; }
@media (max-width: 990px) {
.slider-block .numberInfoSeminar {
bottom: 9px; } }
@media (max-width: 576px) {
.slider-block .numberInfoSeminar {
bottom: 13px; } } .seminar-form {
display: none; }
.seminar-form .contacts-form {
padding-top: 57px;
position: relative; }
.seminar-form .contacts-form .close-btn {
position: absolute;
right: 30px;
top: 22px;
cursor: pointer; }
.seminar-form .contacts-form .contacts-form-title span {
font-weight: 500; }
.services {
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/services/services.png) no-repeat center;
background-size: cover;
height: 1100px;
padding: 90px 35px; }
@media (max-width: 1280px) {
.services {
height: 1000px; } }
@media (max-width: 1024px) {
.services {
height: 900px; } }
@media (max-width: 990px) {
.services {
padding: 30px 20px;
height: auto; } }
@media (max-width: 576px) {
.services {
padding: 15px; } }
.services .btn-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
top: 10px; }
@media (max-width: 1024px) {
.services .btn-wrap {
top: -100px; } }
@media (max-width: 990px) {
.services .btn-wrap {
top: 0; } }
@media (max-width: 768px) {
.services .btn-wrap {
margin-top: 20px; } }
@media (max-width: 990px) {
.services h2 {
margin: 25px 0 50px; } }
.services-container {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
position: relative;
margin: -35px 0 0; }
@media (max-width: 990px) {
.services-container {
grid-template-columns: 1fr 1fr; } }
@media (max-width: 768px) {
.services-container {
grid-template-columns: 1fr; } }
.services-container .services-btn {
padding: 15px 50px;
border: 1px solid #fff;
color: #fff;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
font: 500 1.2rem 'Barlow', sans-serif; }
.services-container .services-btn:hover {
color: #000;
background: #fff; }
@media (max-width: 768px) {
.services-container .services-btn {
padding: 12px 30px;
font: 500 1rem 'Barlow', sans-serif; } }
.services-container .services-text {
color: #fff;
font: 500 1.125rem/26px 'Barlow', sans-serif; }
@media (max-width: 768px) {
.services-container .services-text {
font: 500 1rem 'Barlow', sans-serif; } }
.services-box {
width: 100%;
height: 430px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: relative; }
@media (max-width: 1280px) {
.services-box {
height: 400px; } }
@media (max-width: 990px) {
.services-box {
height: 380px; } }
@media (max-width: 768px) {
.services-box {
height: 350px; } }
.services-box .hide-services {
position: absolute;
opacity: 0; }
.services-box .hide-services span {
position: relative;
right: -100px;
top: 5px;
background: -o-linear-gradient(287.68deg, #FFC200 0%, #FF785E 100%);
background: linear-gradient(162.32deg, #FFC200 0%, #FF785E 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font: 500 1.125rem 'Barlow', sans-serif;
font-style: italic; }
@media (max-width: 990px) {
.services-box .hide-services span {
font-size: 1rem;
right: -80px; } }
.services-box .services-text {
line-height: 18px;
margin-bottom: 10px; }
@media (max-width: 1100px) {
.services-box .services-text {
font-size: .87rem;
margin-bottom: 5px; } }
@media (max-width: 990px) {
.services-box .services-text {
font-size: .9rem; } }
.services-1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/services/service-img-1.png) no-repeat center;
background-size: contain;
left: 100px;
top: 190px; }
@media (max-width: 1280px) {
.services-1 {
left: 90px;
top: 175px; } }
@media (max-width: 1024px) {
.services-1 {
left: 70px;
top: 142px; } }
@media (max-width: 990px) {
.services-1 {
left: 0;
top: 0; } }
.services-1:hover {
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/services/service-img-1-hover.png) no-repeat center;
background-size: contain; }
.services-1:hover .services-btn {
opacity: 0; }
.services-1:hover .hide-services {
opacity: 1; }
.services-2 {
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/services/service-img-2.png) no-repeat center;
background-size: contain;
opacity: 0;
z-index: -1; 
opacity: 1;
z-index: 1; 
}
.services-2 .hide-services { 
padding: 0 0 0 40px;
}
.services-2:hover {
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/services/service-img-2-hover.png) no-repeat center;
background-size: contain; }
.services-2:hover .services-btn {
opacity: 0; }
.services-2:hover .hide-services {
opacity: 1; } .services-3 {
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/services/service-img-3.png) no-repeat center;
background-size: contain;
right: 100px;
top: 190px; }
@media (max-width: 1280px) {
.services-3 {
right: 90px;
top: 175px; } }
@media (max-width: 1024px) {
.services-3 {
right: 70px;
top: 142px; } }
@media (max-width: 990px) {
.services-3 {
right: 0;
top: 0; } }
.services-3:hover {
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/services/service-img-3-hover.png) no-repeat center;
background-size: contain; }
.services-3:hover .services-btn {
opacity: 0; }
.services-3:hover .hide-services {
opacity: 1; }
.services-4 {
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/services/service-img-4.png) no-repeat center;
background-size: contain;
left: 100px;
top: 135px; }
@media (max-width: 1280px) {
.services-4 {
left: 90px;
top: 130px; } }
@media (max-width: 1024px) {
.services-4 {
left: 70px;
top: 25px; } }
@media (max-width: 990px) {
.services-4 {
left: 0;
top: 0; } }
.services-4:hover {
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/services/service-img-4-hover.png) no-repeat center;
background-size: contain; }
.services-4:hover .services-btn {
opacity: 0; }
.services-4:hover .hide-services {
opacity: 1; }
.services-5 {
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/services/service-img-5.png) no-repeat center;
background-size: contain;
top: -55px; }
@media (max-width: 1280px) {
.services-5 {
top: -47px; } }
@media (max-width: 1024px) {
.services-5 {
top: -116px; } }
@media (max-width: 990px) {
.services-5 {
top: 0; } }
.services-5:hover {
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/services/service-img-5-hover.png) no-repeat center;
background-size: contain; }
.services-5:hover .services-btn {
opacity: 0; }
.services-5:hover .hide-services {
opacity: 1; }
.services-6 {
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/services/service-img-6.png) no-repeat center;
background-size: contain;
right: 100px;
top: 135px; }
@media (max-width: 1280px) {
.services-6 {
right: 90px;
top: 130px; } }
@media (max-width: 1024px) {
.services-6 {
right: 70px;
top: 25px; } }
@media (max-width: 990px) {
.services-6 {
right: 0;
top: 0; } }
.services-6:hover {
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/services/service-img-6-hover.png) no-repeat center;
background-size: contain; }
.services-6:hover .services-btn {
opacity: 0; }
.services-6:hover .hide-services {
opacity: 1; }
.discover {
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/discover/discover-bg.png) no-repeat center;
background-size: cover;
height: 870px;
padding: 40px 35px; }
@media (max-width: 990px) {
.discover {
padding: 60px 20px;
height: auto; } }
@media (max-width: 576px) {
.discover {
padding: 60px 15px; } }
.discover-container {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 80px; }
@media (max-width: 990px) {
.discover-container {
grid-gap: 20px;
grid-template-columns: 1fr 1fr; } }
@media (max-width: 768px) {
.discover-container {
grid-template-columns: 1fr; } }
.discover-container .discover-box:first-child {
position: relative;
top: 20px; }
@media (max-width: 990px) {
.discover-container .discover-box:first-child {
top: 0; } }
.discover-container .discover-box:nth-child(2) {
position: relative;
top: 40px; }
@media (max-width: 990px) {
.discover-container .discover-box:nth-child(2) {
top: 0; } }
.discover-container .discover-box:nth-child(3) {
position: relative;
top: 60px; }
@media (max-width: 990px) {
.discover-container .discover-box:nth-child(3) {
top: 0; } }
.discover-container .discover-box:nth-child(4) {
position: relative;
top: 20px; }
@media (max-width: 990px) {
.discover-container .discover-box:nth-child(4) {
top: 0;
grid-row-start: 2; } }
.discover-container .discover-box:nth-child(5) {
position: relative;
top: 40px; }
@media (max-width: 990px) {
.discover-container .discover-box:nth-child(5) {
top: 0;
grid-row-start: 4; } }
.discover-box {
background: #fff;
-webkit-box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
border-radius: 2px;
padding: 8px 15px;
position: relative;
overflow: hidden;
height: 280px; }
@media (max-width: 990px) {
.discover-box {
height: auto; } }
.discover-box .chese-icon {
position: absolute;
right: 15px;
top: 10px; }
.discover-box .disvocer-num {
color: #003ABD;
font: 300 1.75rem 'Barlow', sans-serif;
margin-bottom: 15px; }
.discover-box .title-sm {
height: 80px;
margin-bottom: 0; }
@media (max-width: 990px) {
.discover-box .title-sm {
height: auto;
margin-bottom: 15px; } }
.discover-box .text-sm {
font: 300 .9rem 'Barlow', sans-serif; }
@media (max-width: 990px) {
.discover-box .text-sm {
margin-bottom: 15px; } }
.discover-box .chese-bg {
position: absolute;
left: 0;
bottom: 0; }
.discover-box-btn {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: relative;
top: 60px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
@media (max-width: 990px) {
.discover-box-btn {
top: 0; } }
@media (max-width: 576px) {
.testimonials br {
display: none; } }
.slider-box-tls {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
max-width: 360px;
position: relative;
width: 100%;
display: block; }
@media (max-width: 1200px) {
.slider-box-tls {
max-width: 420px; } }
@media (max-width: 900px) {
.slider-box-tls {
max-width: 350px; } }
@media (max-width: 768px) {
.slider-box-tls {
max-width: 95%;
margin: auto; } }
.position-box {
height: 170px;
max-width: 195px;
position: relative;
width: 100%;
overflow: hidden;
top: 60px; }
.position-box img {
position: absolute;
z-index: 0;
max-width: 190px;
width: 100%;
height: 162px;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 50%;
left: 50%; }
.img-user-tls {
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/testimonials/tlsbg.png) no-repeat center;
background-size: cover;
position: relative;
width: 100%;
display: block;
height: 100%;
z-index: 5; }
.user-tls-block {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
max-width: 45%;
position: relative;
background: #fff;
margin-left: auto;
z-index: 6; }
.user-tls-block span {
display: block; }
.user-tls-name {
font-weight: 600;
font-size: 16px; }
.user-tls-descr {
font-size: 14px; }
.read-more-block {
padding: 20px 15px;
margin: 0 0 10px;
-webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
color: #00226E;
background: #fff; }
.read-more-list {
position: relative; }
.read-more-list li {
font-style: normal;
font-weight: normal;
font-size: 14px;
color: #003ABD; }
.item-show {
line-height: 136%; }
.item-none {
font-size: 14px;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease;
display: none; }
.slick-slide {
outline: none !important; }
.btn-read-more {
font: 600 14px/17px 'Barlow', sans-serif;
font-style: italic;
padding: 0;
border: none;
outline: none;
cursor: pointer;
width: 120px;
letter-spacing: 1px;
background: -o-linear-gradient(282.74deg, #FFC200 0%, #FF785E 100%);
background: linear-gradient(167.26deg, #FFC200 0%, #FF785E 100%); }
.btn-read-more span {
background: white;
display: block;
mix-blend-mode: screen; }
.btn-block {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.btn-block img {
max-width: 28px; }
.btn-block button {
-webkit-transition: 0.35s ease;
-o-transition: 0.35s ease;
transition: 0.35s ease;
display: block;
max-height: 17px;
margin-top: 7px; }
.testimonials {
margin-bottom: 100px; }
@media (max-width: 990px) {
.testimonials {
margin-bottom: 80px; } }
@media (max-width: 576px) {
.testimonials {
margin-bottom: 50px; } }
.testimonials h2 {
margin: 0 0 -30px; }
.testimonials .slick-dots {
text-align: left;
bottom: -22%;
padding: 0; }
.testimonials .slick-dots li {
height: auto;
width: auto; }
.testimonials .slick-dots a {
color: #003ABD;
letter-spacing: 1px;
font: 300 16px 'Barlow', sans-serif;
font-weight: 300; }
.testimonials .slick-active a {
color: #feb016;
font: 600 28px 'Barlow', sans-serif;
position: relative;
top: 2px; }
@media (max-width: 990px) {
.testimonials .slick-active a {
top: 0; } }
.testimonials .slick-prev {
left: 40%;
top: 110%;
z-index: 10; }
.testimonials [dir='rtl'] .slick-prev {
left: 0;
right: auto;
z-index: 10; }
.testimonials .slick-prev:before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/testimonials/left.svg); }
.testimonials [dir='rtl'] .slick-prev:before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/testimonials/right.svg); }
.testimonials .slick-next {
left: 52%;
top: 110%;
right: auto;
z-index: 10; }
.testimonials [dir='rtl'] .slick-next {
right: auto;
left: -25px;
z-index: 10; }
.testimonials .slick-next:before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/testimonials/right.svg); }
.testimonials [dir='rtl'] .slick-next:before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/testimonials/left.svg); }
.btn-more {
z-index: 1;
opacity: 1;
margin-left: auto;
-webkit-transition: 0.35s ease;
-o-transition: 0.35s ease;
transition: 0.35s ease; }
.btn-less {
z-index: 1;
opacity: 1;
margin-left: auto;
position: static;
-webkit-transition: 0.35s ease;
-o-transition: 0.35s ease;
transition: 0.35s ease; }
.btn-block .btn-less {
display: none; }
.testimonials-box-btn {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-top: 80px;
position: relative;
left: -5%; }
@media (max-width: 990px) {
.testimonials-box-btn {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
left: 0;
margin-top: 100px; } }
.sota-testimon {
position: relative;}
.sota-testimon::before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/testimonials/sota.svg);
position: absolute;
left: 50px;
right: 0;
bottom: -600px;
}
@media (max-width: 990px) {
.sota-testimon::before {
display: none;
}
}
.blog-container {
max-width: 1120px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
justify-items: center;
grid-gap: 25px; }
@media (max-width: 990px) {
.blog-container {
grid-template-columns: 1fr 1fr;
grid-gap: 35px; } }
@media (max-width: 576px) {
.blog-container {
grid-template-columns: 1fr;
grid-gap: 20px; } }
.blog-box {
padding: 20px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
background: #fff;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between; }
@media (max-width: 990px) {
.blog-box {
padding: 10px;
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.blog-box:hover {
-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
border-radius: 2px;
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05); }
@media (max-width: 990px) {
.blog-box:hover {
border-radius: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
-webkit-box-shadow: none;
box-shadow: none; } }
.blog-box .blog-img {
margin-bottom: 12px;
max-width: 100%;
height: auto;
width: 100%; }
.blog-box .blog-data {
letter-spacing: .4px;
color: #000;
font: 500 .87rem 'Barlow', sans-serif;
margin-bottom: 10px; }
@media (max-width: 576px) {
.blog-box .blog-data {
margin-bottom: 5px; } }
.blog-box .wrap-btn {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-top: 40px; }
@media (max-width: 768px) {
.blog-box .wrap-btn {
margin-top: 25px; } }
.offer {
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/offer/bg-offer.png) no-repeat center;
background-size: cover;
height: 330px;
padding: 40px 35px; }
@media (max-width: 990px) {
.offer {
padding: 30px 20px;
height: auto; } }
@media (max-width: 576px) {
.offer {
padding: 30px 20px; } }
.offer .slider {
width: 100%;
margin: 20px auto; }
.offer .slick-slide {
margin: 0px 30px;
outline: none; }
.offer .slick-slide img {
width: 100%; }
.offer .slick-prev {
left: -25px; }
@media (max-width: 990px) {
.offer .slick-prev {
left: 0; } }
.offer [dir='rtl'] .slick-prev {
right: -25px;
left: auto; }
@media (max-width: 990px) {
.offer [dir='rtl'] .slick-prev {
right: 0; } }
.offer .slick-prev:before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/offer/left.svg); }
.offer [dir='rtl'] .slick-prev:before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/offer/right.svg); }
.offer .slick-next {
right: -25px; }
@media (max-width: 990px) {
.offer .slick-next {
right: 0; } }
.offer [dir='rtl'] .slick-next {
right: auto;
left: -25px; }
@media (max-width: 990px) {
.offer [dir='rtl'] .slick-next {
left: 0; } }
.offer .slick-next:before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/offer/right.svg);
position: relative;
z-index: 8000; }
.offer .slick-next:active:before { 
position: relative;
z-index: 8000;
}
.offer [dir='rtl'] .slick-next:before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/offer/left.svg); }
.offer .slick-prev, .offer .slick-next {
top: 78%; }
@media (max-width: 768px) {
.offer .slick-prev, .offer .slick-next {
top: 45%; } }
.offer .slick-dots {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
bottom: -60px;
left: -25px; }
@media (max-width: 990px) {
.offer .slick-dots {
left: 0;
display: block;
bottom: -50px; } }
.offer .slick-dots a {
color: #fff;
letter-spacing: 1px;
font: 300 1.5rem 'Barlow', sans-serif; }
@media (max-width: 576px) {
.offer .slick-dots a {
font: 300 1.2rem 'Barlow', sans-serif; } }
.offer .slick-dots li {
height: auto;
width: auto; }
.offer .slick-active a {
color: #feb016;
font: 700 2rem 'Barlow', sans-serif;
position: relative;
top: -8px;
text-shadow: 4px 2px 7px rgba(0, 0, 0, 0.4); }
@media (max-width: 990px) {
.offer .slick-active a {
top: 0; } }
.offer-container {
position: relative;
max-width: 990px;
margin: 0 auto; }
.offer-container .slider-box-sm {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
margin-left: 30px; }
@media (max-width: 768px) {
.offer-container .slider-box-sm {
margin: 0;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; } }
.offer-container .slider-box-sm p:first-child {
margin-top: 8%; }
@media (max-width: 768px) {
.offer-container .slider-box-sm p:first-child {
margin: 0;
top: 0; } }
.offer-container .slider-box-sm p:last-child {
margin-left: 28%; }
@media (max-width: 768px) {
.offer-container .slider-box-sm p:last-child {
margin: 0;
top: 0; } }
.offer-container .slider {
max-width: 70%;
margin: 0; }
@media (max-width: 990px) {
.offer-container .slider {
max-width: 100%; } }
.offer-container .slider-text {
color: #003ABD;
font: 500 2rem/2.3rem 'Barlow', sans-serif;
text-shadow: 4px 2px 7px #969696; }
@media (max-width: 768px) {
.offer-container .slider-text {
font: 500 1.7rem 'Barlow', sans-serif; } }
@media (max-width: 576px) {
.offer-container .slider-text {
font: 500 1.1rem 'Barlow', sans-serif; } }
.offer-container .slider-text span {
color: #fff;
font: 700 2.8rem/2.5rem 'Barlow', sans-serif;
text-shadow: 4px 2px 7px #969696; }
@media (max-width: 768px) {
.offer-container .slider-text span {
font: 500 2.2rem 'Barlow', sans-serif; } }
@media (max-width: 576px) {
.offer-container .slider-text span {
font: 500 1.35rem 'Barlow', sans-serif; } }
.offer-container .offer-btn {
position: absolute;
right: 0;
top: 65%; }
@media (max-width: 990px) {
.offer-container .offer-btn {
position: relative;
top: 0;
margin-top: 75px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; } }
.offer-container .offer-btn a {
position: relative; }
.testimonials-item {
position: relative;
max-width: 100%;
margin: 0 auto; }
footer {
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/footer/footer-bg.png) no-repeat center;
background-size: cover; }
@media (max-width: 768px) {
footer {
background: -o-linear-gradient(279.53deg, #0B63F6 0%, #003CC5 100%);
background: linear-gradient(170.47deg, #0B63F6 0%, #003CC5 100%); } }
.footer-container {
display: grid;
grid-template-columns: 4fr 4fr 4fr;
grid-gap: 50px;
position: relative; }
@media (max-width: 1100px) {
.footer-container {
grid-gap: 30px;
grid-template-columns: 5fr 4fr 4fr; } }
@media (max-width: 990px) {
.footer-container {
grid-template-columns: 1fr 1fr;
grid-gap: 20px;
padding: 20px 0; } }
@media (max-width: 360px) {
.footer-container {
grid-gap: 15px; } }
.footer-box-info {
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/footer/footer-bg-box.png) no-repeat center;
background-size: contain;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
height: 300px;
position: relative; }
@media (max-width: 1368px) {
.footer-box-info {
left: 6%; } }
@media (max-width: 990px) {
.footer-box-info {
height: auto;
left: 0;
background: transparent;
grid-column-start: 1;
grid-column-end: 2;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start; } }
@media (max-width: 360px) {
.footer-box-info {
grid-column-start: 1;
grid-column-end: 3; } }
.footer-box-info .footer-info-text {
width: 175px; }
@media (max-width: 990px) {
.footer-box-info .footer-info-text {
width: auto;
position: relative;
top: -10px; } }
.footer-box-info .logo-footer {
margin-bottom: 10px; }
@media (max-width: 990px) {
.footer-box-info .logo-footer {
display: none; } }
.footer-box-info p {
margin-bottom: 10px;
font-size: .87rem;
color: #003ABD;
font-weight: 500; }
@media (max-width: 990px) {
.footer-box-info p {
color: #fff; } }
.footer-box-info a {
display: block;
position: relative;
color: #003ABD;
font: 500 .79rem 'Barlow', sans-serif;
margin-bottom: 5px; }
@media (max-width: 990px) {
.footer-box-info a {
color: #fff; } }
.footer-box-info .phone {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.footer-box-info .phone::before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/footer/phone.svg);
display: block;
position: relative;
height: 20px;
margin-right: 5px; }
.footer-box-info .ws {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.footer-box-info .ws::before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/footer/whatapp.svg);
display: block;
position: relative;
height: 20px;
margin-right: 5px; }
.footer-box-info .mail {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
white-space: nowrap; }
.footer-box-info .mail::before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/footer/mail.svg);
display: block;
position: relative;
height: 20px;
margin-right: 5px;
top: 1px; }
@media (max-width: 990px) {
.footer-box-info .phone::before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/footer/phoneW.svg);}
.footer-box-info .ws::before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/footer/whatappW.svg);}
.footer-box-info .mail::before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/footer/emailW.svg);}
}
.footer-nav {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between; }
@media (max-width: 990px) {
.footer-nav {
grid-column-start: 1;
grid-column-end: 3; } }
.footer-nav .menu-item {
height: 155px; }
@media (max-width: 990px) {
.footer-nav .menu-item {
height: 50px; } }
.footer-nav .footer-link {
margin-bottom: 10px;
color: #fff;
font: 700 .87rem 'Barlow', sans-serif; }
.footer-nav a {
color: #fff;
font: 500 .85rem 'Barlow', sans-serif;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
margin-bottom: 5px;
letter-spacing: 2px; }
.footer-nav a:hover {
color: #ffb90c; }
.footer-nav .sub-menu {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
@media (max-width: 990px) {
.footer-nav .sub-menu {
display: none; } }
.footer-nav .sub-menu .menu-item {
height: auto; }
.footer-nav > li:nth-child(3) {
position: relative;
left: -35px; }
@media (max-width: 990px) {
.footer-nav > li:nth-child(3) {
left: 0; } }
.footer-nav > li:nth-child(4) {
position: relative;
left: -25px; }
@media (max-width: 990px) {
.footer-nav > li:nth-child(4) {
left: 0; } }
.footer-nav .sub-menu {
margin-top: 10px; }
.footer-nav .sub-menu > li > a {
font: 300 .75rem 'Barlow', sans-serif;
letter-spacing: 1.4px; }
.footer-about {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
@media (max-width: 990px) {
.footer-about {
grid-column-start: 2;
grid-column-end: 3;
grid-row-start: 1;
text-align: right; } }
@media (max-width: 360px) {
.footer-about {
grid-column-start: 1;
grid-column-end: 3;
grid-row-start: 2;
text-align: left; } }
.about-footer-text {
position: relative;
color: #fff;
font: 500 .87rem 'Barlow', sans-serif; }
@media (max-width: 576px) {
.about-footer-text {
font-size: .8rem; } }
html[lang="fr-FR"] .about-footer-text { 
margin: -14px 0 0 0;
}
.click-top {
position: absolute;
right: 30px;
bottom: 30px;
cursor: pointer;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s; }
@media (max-width: 990px) {
.click-top {
right: 5px;
bottom: 10px; } }
.click-top:hover {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.btn-gold {
background: -o-linear-gradient(287.35deg, #FFC200 0%, #FF785E 100%);
background: linear-gradient(162.65deg, #FFC200 0%, #FF785E 100%);
border-radius: 2px;
padding: 14px 30px;
color: #FFF;
letter-spacing: 1px;
display: inline-block;
outline: none;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
font: 500 1.2rem 'Barlow', sans-serif; }
.btn-gold:hover {
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
background: -o-linear-gradient(287.35deg, #FFC200 20%, #FF785E 80%);
background: linear-gradient(162.65deg, #FFC200 20%, #FF785E 80%); }
@media (max-width: 990px) {
.btn-gold {
font: 1rem 'Barlow', sans-serif;
padding: 12px 25px; } }
.mfp-bg {
background: #324e8b; }
.white-popup-block {
position: relative;
background: #fff;
max-width: 425px;
margin: 0 auto;
padding: 15px 40px; }
@media (max-width: 990px) {
.white-popup-block {
padding: 20px; } }
.white-popup-block .modal-title {
text-align: center;
padding-top: 40px;
font: normal 2rem/40px 'Barlow', sans-serif;
color: #00226E;
padding-bottom: 20px;
position: relative;
margin-bottom: 20px; }
@media (max-width: 990px) {
.white-popup-block .modal-title {
padding-top: 0;
font: normal 1.5rem/30px 'Barlow', sans-serif;
margin-bottom: 10px;
padding-bottom: 0; } }
.white-popup-block .modal-title::after {
content: '';
width: 100%;
border: 3px dashed #00226E;
display: block;
position: absolute;
bottom: 0;
height: 0; }
@media (max-width: 990px) {
.white-popup-block .modal-title::after {
display: none; } }
.modal-form {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.modal-form input, .modal-form textarea {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
position: relative;
outline: none;
color: #000;
font: normal 1rem 'Barlow', sans-serif; }
.modal-form .mess-label {
font: normal .9rem 'Barlow', sans-serif;
color: rgba(0, 34, 110, 0.4);
margin-bottom: 5px; }
.modal-form textarea {
border: 1px solid #003ABD;
padding: 15px;
height: 100px;
resize: none;
margin-bottom: 30px; }
@media (max-width: 990px) {
.modal-form textarea {
margin-bottom: 20px; } }
.modal-form .input-simple {
margin-bottom: 12px;
border: none;
padding: 5px 0;
border-bottom: 1.25px solid #003ABD; }
@media (max-width: 990px) {
.modal-form .input-simple {
margin-bottom: 8px; } }
.modal-form .input-simple:focus {
border-bottom: 1.25px solid #ffc201; }
.modal-form .checkbox-wrap {
margin-bottom: 20px; }
@media (max-width: 990px) {
.modal-form .checkbox-wrap {
margin-bottom: 20px; } }
.modal-form .button-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.modal-form .button-wrap button {
outline: none;
border: none; }
input::-webkit-input-placeholder {
font: normal .9rem 'Barlow', sans-serif;
color: rgba(0, 34, 110, 0.4); }
input:-moz-placeholder {
font: normal .9rem 'Barlow', sans-serif;
color: rgba(0, 34, 110, 0.4); }
input::-moz-placeholder {
font: normal .9rem 'Barlow', sans-serif;
color: rgba(0, 34, 110, 0.4); }
input:-ms-input-placeholder {
font: normal .9rem 'Barlow', sans-serif;
color: rgba(0, 34, 110, 0.4); }
textarea::-webkit-input-placeholder {
font: normal .9rem 'Barlow', sans-serif;
color: rgba(0, 34, 110, 0.4); }
textarea:-moz-input-placeholder {
font: normal .9rem 'Barlow', sans-serif;
color: rgba(0, 34, 110, 0.4); }
textarea::-moz-input-placeholder {
font: normal .9rem 'Barlow', sans-serif;
color: rgba(0, 34, 110, 0.4); }
textarea:-ms-input-placeholder {
font: normal .9rem 'Barlow', sans-serif;
color: rgba(0, 34, 110, 0.4); }
.mfp-close-btn-in .mfp-close {
color: #00226e;
opacity: 1; }
.for-companiens-screen {
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/about/about-bg.png) no-repeat center center;
background-size: cover;
height: 800px;
margin-bottom: -20px;
position: relative; }
@media (max-width: 1200px) {
.for-companiens-screen {
margin-bottom: 0; } }
@media (max-width: 990px) {
.for-companiens-screen {
height: 100vh; } }
.for-companiens-screen .container {
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.about-conseil {
max-width: 700px;
position: relative;
color: #00226E;
top: 50px; }
@media (max-width: 990px) {
.about-conseil {
top: 0;
margin-bottom: 40px;
margin-top: 10px; } }
@media (max-width: 576px) {
.about-conseil {
margin-top: 50px; } }
.about-conseil .text-xl {
line-height: 31px;
font-size: 1.25rem; }
@media (max-width: 990px) {
.about-conseil .text-xl {
font-size: .87rem;
line-height: 20px; } }
.conseil-help {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: 0 auto;
right: -50px;
max-width: 800px;
position: relative;
-webkit-box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
bottom: -120px;
background: #fff;
padding: 30px 70px;
overflow: hidden;
color: #00226E;
z-index: 2; }
@media (max-width: 990px) {
.conseil-help {
bottom: 0;
padding: 15px; } }
.conseil-help .text-xl {
line-height: 31px;
font-size: 1.9rem;
font-weight: bold;
text-align: center;
position: relative;
color: #0a5ff1;
z-index: 2; }
@media (max-width: 990px) {
.conseil-help .text-xl {
font-size: 1.1rem; } }
@media (max-width: 990px) {
.conseil-help .text-xl br {
display: none; } }
.sole .container {
position: relative;
}
.seminar-info{
margin: auto;
}
@media (max-width: 1200px) {
.seminar-info{
margin: auto auto 20px;
}
}
.sole {
position: relative;
color: #00226E; } .sole::before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/for-companiens/for-companion-3.png);
position: absolute;
z-index: -2;
right: -50px;
bottom: -320px; }
@media (max-width: 990px) {
.sole::before {
display: none; } }
.sole .big-text {
font-size: 1.2rem;
max-width: 1000px;
font-weight: 600;
margin-bottom: 5px; }
@media (max-width: 990px) {
.sole .big-text br {
display: none; } }
@media (max-width: 990px) {
.sole .big-text {
font-size: 1rem;
margin-bottom: 25px; } }
.opaciti-punk::after {
opacity: 0; }
.sole-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between; }
@media (max-width: 990px) {
.sole-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; } }
.sole-wrapper .sole-box-punkt {
max-width: 500px; }
@media (max-width: 990px) {
.sole-wrapper .sole-box-punkt {
margin-bottom: 40px; } }
.sole-wrapper .sole-box-xl {
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
background: #fff;
max-width: 420px;
margin: 0 auto;
margin-right: 50px;
position: relative;
background: #fff;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
.sole-wrapper .sole-box-xl::before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/for-companiens/line-first.svg);
position: absolute;
display: block;
top: -272px;
left: 48%; }
@media (max-width: 990px) {
.sole-wrapper .sole-box-xl::before {
display: none; } }
@media (max-width: 990px) {
.sole-wrapper .sole-box-xl {
margin: 0 auto; } }
.sole-wrapper .sole-box-xl .sole-title {
text-align: center;
font: 300 1.25rem 'Barlow', sans-serif;
color: #00226E;
margin-bottom: 25px; }
.sole-wrapper .sole-box-xl .sole-text-box {
padding: 25px; }
@media (max-width: 990px) {
.sole-wrapper .sole-box-xl .sole-text-box {
padding: 20px; } }
.sole-wrapper .sole-box-xl .demand-box {
text-align: center;
position: relative;
z-index: 2; }
.sole-wrapper .sole-box-xl .demand-box .demand-title {
margin-bottom: 5px;
font: 700 1.25rem 'Barlow', sans-serif;
color: #0753e2; }
.sole-wrapper .sole-box-xl .demand-box .demand-title span {
font-size: 2.5rem; }
.sole-wrapper .sole-box-xl .demand-box .demand-text {
position: relative;
top: -5px;
font-size: .87rem;
color: #2f6ee7; }
.sole-wrapper .sole-box-xl .btn-gold {
width: 100%;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
text-align: center; }
.table-info-about {
margin-bottom: 35px; }
.table-info-about .text-xl {
max-width: 480px; }
.table-info {
color: #00226E;
margin-bottom: 40px; }
.table-info .table-info-container {
display: grid;
background: #fff;
position: relative;
grid-template-columns: 1fr 1fr 1fr 1fr; }
@media (max-width: 990px) {
.table-info .table-info-container {
grid-template-columns: 1fr 1fr; } }
@media (max-width: 576px) {
.table-info .table-info-container {
grid-template-columns: 1fr; } }
.table-info .table-info-container::before {
content: '';
position: absolute;
display: block;
height: 100%;
width: 100%;
left: 0;
border: 1px solid #fff; }
@media (max-width: 576px) {
.table-info .table-info-container::before {
display: none; } }
.table-info .table-info-container::after {
content: '';
position: absolute;
display: block;
height: 100%;
width: 100%;
right: 0;
border: 1px solid #fff; }
@media (max-width: 576px) {
.table-info .table-info-container::after {
display: none; } }
.table-info-box-sm {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
min-height: 150px;
padding: 10px 15px;
border: 1px solid #C4C4C4;
background: transparent; }
.table-info-box-sm .title {
font-weight: 700; }
.table-info-box-sm p {
text-align: center; }
.table-info-box-sm a {
margin: 0 auto; }
.table-info-box-sm:last-child {
border-bottom: 1px solid #fff; }
.table-info-box-sm:nth-child(2n) {
background: #F9F9F9; }
.table-info-box-sm-btn {
color: #00226E;
margin-top: 40px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
position: relative; }
@media (max-width: 576px) {
.table-info-box-sm-btn {
margin: 30px 0; } }
.table-info-box-sm-btn::before {
content: '';
position: absolute;
top: -45px;
width: 100%;
background: #fff;
height: 10px; }
@media (max-width: 576px) {
.table-info-box-sm-btn::before {
display: none; } }
.сop-2 {
position: relative;
color: #00226E; }
.сop-2::before {
display: none; } .foreign {
position: relative;
color: #00226E; }
.foreign::before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/for-companiens/for-companion-best-2.png);
position: absolute;
right: -100px;
bottom: 80px;
z-index: -3; }
@media (max-width: 1280px) {
.foreign::before {
bottom: 30px; } }
@media (max-width: 990px) {
.foreign::before {
display: none; } } .foreign-container {
display: grid;
color: #00226E;
grid-template-columns: 1fr 1fr;
grid-gap: 80px; }
@media (max-width: 1280px) {
.foreign-container {
grid-gap: 40px; } }
@media (max-width: 990px) {
.foreign-container {
grid-template-columns: 1fr;
grid-gap: 15px; } }
.foreign-container .foreign-box-info {
margin-top: 60px; }
@media (max-width: 1280px) {
.foreign-container .foreign-box-info {
margin-top: 40px; } }
@media (max-width: 990px) {
.foreign-container .foreign-box-info {
margin-top: 0; } }
.foreign-container .foreign-box-info .text-xl {
margin-bottom: 10px; }
@media (max-width: 990px) {
.foreign-container .foreign-box-info .text-xl strong br {
display: none; } }
.foreign-box {
margin: 10px 0;
color: #00226E; }
.foreign-box .foreign-box-title {
font: 700 1.125rem 'Barlow', sans-serif;
color: #003ABD;
padding-left: 15px;
margin-bottom: 5px; }
.foreign-box .foreign-box-xl {
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
background: #fff;
max-width: 420px;
margin: 0 auto;
position: relative;
z-index: 2;
background: #fff;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
margin-top: 20px;
margin-bottom: 60px; }
.foreign-box .foreign-box-xl::before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/for-companiens/line-2.svg);
position: absolute;
left: 200px;
bottom: -120px;
z-index: -9; }
@media (max-width: 990px) {
.foreign-box .foreign-box-xl::before {
display: none; } }
@media (max-width: 990px) {
.foreign-box .foreign-box-xl {
margin: 0 auto;
margin-bottom: 20px; } }
.foreign-box .foreign-box-xl .foreign-title {
text-align: center;
font: 300 1.25rem 'Barlow', sans-serif;
color: #00226E;
margin-bottom: 25px; }
.foreign-box .foreign-box-xl .foreign-text-box {
padding: 25px; }
@media (max-width: 990px) {
.foreign-box .foreign-box-xl .foreign-text-box {
padding: 20px; } }
.foreign-box .foreign-box-xl .demand-box {
text-align: center;
position: relative;
z-index: 2; }
.foreign-box .foreign-box-xl .demand-box .demand-title {
margin-bottom: 5px;
font: 700 1.25rem 'Barlow', sans-serif;
color: #0753e2; }
.foreign-box .foreign-box-xl .demand-box .demand-title span {
font-size: 2.5rem; }
.foreign-box .foreign-box-xl .demand-box .demand-text {
position: relative;
top: -5px;
font-size: .87rem;
color: #2f6ee7; }
.foreign-box .foreign-box-xl .btn-gold {
width: 100%;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
text-align: center; }
.foreign-box .foreign-box-sm {
padding: 20px;
background: #FFFFFF;
-webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
border-radius: 2px;
max-width: 450px;
margin: 0 auto;
position: relative;
z-index: 2;
top: 16px; }
@media (max-width: 990px) {
.foreign-box .foreign-box-sm {
top: 0; } }
.bestseller {
color: #00226E;
position: relative; }
.bestseller::before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/for-companiens/for-companion-best.png);
position: absolute;
left: 0;
bottom: -100px;
z-index: -2; }
@media (max-width: 990px) {
.bestseller::before {
display: none; } }
@media (max-width: 990px) {
.bestseller::after {
display: none; } }
.bestseller-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between; }
@media (max-width: 990px) {
.bestseller-wrapper {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse; } }
.bestseller-box-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
@media (max-width: 990px) {
.bestseller-box-wrap {
margin-top: 40px; } }
.bestseller-box-wrap .bestseller-box-sm {
-webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
border-radius: 2px;
padding: 20px;
display: inline-block;
background: #fff;
max-width: 570px; }
@media (max-width: 1200px) {
.bestseller-box-wrap .bestseller-box-sm {
max-width: 450px; } }
.bestseller-box-wrap .bestseller-box-sm p {
font-weight: 500; }
.bestseller-box-wrap .btn-gold-wrapper {
margin: 0 auto;
margin-top: 60px; }
@media (max-width: 990px) {
.bestseller-box-wrap .btn-gold-wrapper {
margin-top: 30px; } }
.bestseller-box-xl {
max-width: 420px;
position: relative;
z-index: 2;
background: #fff;
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
@media (max-width: 990px) {
.bestseller-box-xl {
margin: 0 auto;
margin-bottom: 20px; } }
.bestseller-box-xl .bestseller-title {
text-align: center;
font: 300 1.25rem 'Barlow', sans-serif;
color: #00226E;
margin-bottom: 25px; }
.bestseller-box-xl .bestseller-text-box {
padding: 25px;
font-weight: 500; }
@media (max-width: 990px) {
.bestseller-box-xl .bestseller-text-box {
padding: 20px; } }
.bestseller-box-xl .demand-box {
color: #00226E;
text-align: center; }
.bestseller-box-xl .demand-box .demand-title {
margin-bottom: 5px;
font: 700 1.5rem 'Barlow', sans-serif;
color: #2f6ee7; }
.bestseller-box-xl .demand-box .demand-text {
color: #2f6ee7;
font-weight: 400; }
.bestseller-box-xl .btn-gold {
width: 100%;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
text-align: center; }
.advice-screen {
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/tax-device/BG.png) no-repeat center;
background-size: cover;
height: 90vh;
color: #00226E;
margin-bottom: 40px; }
@media (max-width: 990px) {
.advice-screen {
margin-bottom: 0;
height: 100vh; } }
.advice-screen .container {
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.main-screen-tax-wrap {
position: relative;
color: #00226E;
left: 110px;
top: 100px; }
@media (max-width: 1280px) {
.main-screen-tax-wrap {
left: 70px; } }
@media (max-width: 1200px) {
.main-screen-tax-wrap {
left: 0; } }
@media (max-width: 990px) {
.main-screen-tax-wrap {
left: 0;
top: 0;
width: 100%;
margin-top: 60px; } }
@media (max-width: 576px) {
.main-screen-tax-wrap {
margin-top: 140px; } }
.main-screen-tax-wrap::after {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/coaching/Line9.png);
position: absolute;
right: -300px;
bottom: 50px; }
@media (max-width: 990px) {
.main-screen-tax-wrap::after {
display: none; } }
.box-sm-main {
position: absolute;
right: -800px;
background: #fff;
padding: 20px;
color: #00226E;
max-width: 540px;
-webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
border-radius: 2px;
bottom: 0;
z-index: 2; }
@media (max-width: 1500px) {
.box-sm-main {
right: -750px; } }
@media (max-width: 1280px) {
.box-sm-main {
max-width: 400px;
right: -650px; } }
@media (max-width: 1200px) {
.box-sm-main {
max-width: 400px;
right: -530px; } }
@media (max-width: 990px) {
.box-sm-main {
right: 0;
position: relative;
padding: 10px;
margin: 0 auto; } }
.main-screen-tax {
max-width: 430px;
color: #00226E;
position: relative;
z-index: 2;
background: #fff; }
@media (max-width: 990px) {
.main-screen-tax {
margin: 0 auto;
margin-bottom: 20px; } }
.main-screen-tax .main-screen-tax-box {
padding: 35px 45px; }
@media (max-width: 990px) {
.main-screen-tax .main-screen-tax-box {
padding: 20px; } }
.main-screen-tax .screen-tax-title {
text-align: center;
font: 300 1.25rem 'Barlow', sans-serif;
color: #00226E;
margin-bottom: 25px; }
.main-screen-tax .btn-gold {
width: 100%;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
text-align: center; }
.taxation-tax {
position: relative;
color: #00226E; }
.taxation-tax::before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/tax-device/tax-img-1.png);
position: absolute;
left: -150px;
top: 80px;
z-index: -3; }
@media (max-width: 990px) {
.taxation-tax::before {
display: none; } } @media (max-width: 557px) {
.taxation-tax h2 {
margin-top: 50px; } }
.taxation-Private {
position: relative;
margin-bottom: 250px;
color: #00226E; }
.taxation-Private::before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/Private.png); position: absolute;
left: -150px;
opacity: .5;
top: 80px;
z-index: -3; }
@media (max-width: 990px) {
.taxation-Private::before {
display: none; } }
.taxation-Private::after {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/tax-device/sota-2.png);
position: absolute;
left: 0;
top: -50px;
z-index: -2; }
@media (max-width: 990px) {
.taxation-Private::after {
display: none; } }
@media (max-width: 557px) {
.taxation-Private h2 {
margin-top: 50px; } }
.tax-punk {
color: #00226E;
margin-bottom: 10px;
display: block;
padding-left: 15px;
position: relative; }
.tax-punk::after {
content: '';
position: absolute;
left: 0;
top: 8px;
height: 8px;
width: 8px;
display: block;
border-radius: 50%;
background: -o-linear-gradient(315deg, #FFC200 0%, #FF785E 100%);
background: linear-gradient(135deg, #FFC200 0%, #FF785E 100%); }
.taxation-tax-wrapper {
max-width: 500px;
color: #00226E;
margin: 0 auto;
margin-right: 0; }
@media (max-width: 990px) {
.taxation-tax-wrapper {
margin: 0 auto;
max-width: 600px; } }
.taxation-tax-wrapper .title-sm {
padding-left: 15px;
margin-bottom: 15px; }
.about-tax {
position: relative; }
.about-tax::after {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/tax-device/about-img.png);
position: absolute;
right: 0;
top: 13%;
z-index: -3; }
@media (max-width: 990px) {
.about-tax::after {
display: none; } }
.about-tax-wrapper {
color: #00226E;
max-width: 560px; }
@media (max-width: 990px) {
.about-tax-wrapper {
margin: 0 auto;
max-width: 600px; } }
.cooperate {
position: relative; } .cooperate-wrapper {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-gap: 10px;
margin-bottom: 50px; }
@media (max-width: 990px) {
.cooperate-wrapper {
grid-template-columns: 1fr 1fr; } }
@media (max-width: 576px) {
.cooperate-wrapper {
grid-template-columns: 1fr;
grid-gap: 30px; } }
@media (max-width: 990px) {
.cooperate-box:last-child {
grid-column-start: 1;
grid-column-end: 3; } }
@media (max-width: 576px) {
.cooperate-box:last-child {
grid-column-start: auto;
grid-column-end: auto; } }
.cooperate-box {
color: #00226E;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-align: center; }
.cooperate-box p {
font-weight: 500; }
.cooperate-box img {
margin-bottom: 15px; }
.cooperate-box-btn {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 9;
position: relative; }
.accounting-screen {
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/acc/BG1.png) no-repeat center;
background-size: cover;
color: #00226E;
height: 90vh;
margin-bottom: 40px; }
@media (max-width: 990px) {
.accounting-screen {
margin-bottom: 0;
height: 100vh; } }
.accounting-screen .container {
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.none-sote::before {
display: none; }
.accounting-banner {
max-width: 630px;
position: relative;
top: 100px; }
@media (max-width: 990px) {
.accounting-banner {
top: 0; } }
.accounting-banner p {
font-size: 1.7rem;
line-height: 28px;
color: #00226E; }
@media (max-width: 990px) {
.accounting-banner p {
font-size: 1.4rem; } }
@media (max-width: 990px) {
.accounting-banner p br {
display: none; } }
.accounting {
position: relative;
color: #00226E; } .accounting-container {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 60px; }
@media (max-width: 990px) {
.accounting-container {
grid-template-columns: 1fr;
grid-gap: 30px; } }
.accounting-container .accounting-box-xl {
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
background: #fff;
max-width: 420px;
margin: 0 auto;
position: relative;
z-index: 2;
background: #fff;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
margin-top: 20px;
margin-bottom: 60px; }
.accounting-container .accounting-box-xl::before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/for-companiens/line-2.svg);
position: absolute;
left: 200px;
bottom: -120px;
z-index: -9; }
@media (max-width: 990px) {
.accounting-container .accounting-box-xl::before {
display: none; } }
@media (max-width: 990px) {
.accounting-container .accounting-box-xl {
margin: 0 auto;
margin-bottom: 20px; } }
.accounting-container .accounting-box-xl .accounting-title {
text-align: center;
font: 300 1.25rem 'Barlow', sans-serif;
color: #00226E;
margin-bottom: 25px; }
.accounting-container .accounting-box-xl .accounting-text-box {
padding: 25px;
margin-top: 15px; }
@media (max-width: 990px) {
.accounting-container .accounting-box-xl .accounting-text-box {
padding: 20px; } }
.accounting-container .accounting-box-xl .demand-box {
text-align: center;
position: relative;
z-index: 2; }
.accounting-container .accounting-box-xl .demand-box .demand-title {
margin-bottom: 5px;
font: 700 1.25rem 'Barlow', sans-serif;
color: #0753e2; }
.accounting-container .accounting-box-xl .demand-box .demand-title span {
font-size: 2.5rem; }
.accounting-container .accounting-box-xl .demand-box .demand-text {
position: relative;
top: -5px;
font-size: .87rem;
color: #2f6ee7; }
.accounting-container .accounting-box-xl .btn-gold {
width: 100%;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
text-align: center; }
.accounting-container .accounting-box-sm {
padding: 15px;
background: #FFFFFF;
-webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
border-radius: 2px;
max-width: 500px;
margin: 0 auto;
position: relative;
z-index: 2; }
.accounting-container .accounting-box-title {
font: 700 1.125rem 'Barlow', sans-serif;
color: #003ABD;
padding-left: 15px;
margin-bottom: 5px; }
.accounting-container .accounting-box-punkt {
margin: 30px 0; }
.accounting-box-1 .title {
font-weight: 600; }
.main-coaching {
max-width: 392px; }
.main-coaching .tax-punk {
color: #00226E;
font: 400 1.12rem 'Barlow', sans-serif; }
.main-coaching-text {
color: #00226E;
font: 400 1.12rem 'Barlow', sans-serif; }
.excellence {
color: #00226E;
font: 400 1.12rem 'Barlow', sans-serif;
position: relative;
padding-bottom: 52px; }
.excellence > img { 
position: absolute;
left: 0;
top: 0;
}
@media (max-width: 1366px) { 
.excellence > img { 
max-width: 60%;
width: 100%;
}
}
@media (max-width: 990px) { 
.excellence > img { 
top: -50px;
max-width: 100%;
}
}
.excellence .container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between; }
.excellence .container .help-block { }
.excellence .container .help-block .excellence-img {
position: relative;
width: 100%;
height: 300px;
left: 0; }
.excellence .container .help-block .excellence-img img {
width: 100%;
left: 0;
position: relative; }
.excellence .container .help-block p {
margin-top: 48px;
width: 588px; }
.excellence .container .needed-block {
max-width: 500px; }
.excellence .container .needed-block .needed-block-caption {
font-weight: 600;
padding-left: 17px; }
.excellence .container .needed-block ul li {
position: relative;
padding-left: 17px;
margin-bottom: 13px; }
.excellence .container .needed-block ul li:after {
content: '';
position: absolute;
left: 0;
top: 8px;
height: 8px;
width: 8px;
display: block;
border-radius: 50%;
background: -o-linear-gradient(315deg, #FFC200 0%, #FF785E 100%);
background: linear-gradient(135deg, #FFC200 0%, #FF785E 100%); }
.coach-text {
color: #00226E;
font: 500 1.12rem 'Barlow', sans-serif; }
.consultation-block {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.consultation-block .consultation-text {
width: 570px;
color: #00226E;
font: 400 1.12rem 'Barlow', sans-serif; }
.consultation-block .consultant-img img {
width: 100%; }
.read-more {
display: block;
text-align: right;
color: #00226E;
font: 600 1.12rem 'Barlow', sans-serif;
cursor: pointer; }
.program-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.program-wrap .program-wrap-item {
-webkit-box-sizing: border-box;
box-sizing: border-box;
max-width: 435px;
height: 100%;
-webkit-box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
position: relative;
background-color: #ffffff;
z-index: 777; }
.program-wrap .program-wrap-item .program-wrap-item-box {
padding: 30px 27px 60px 25px; }
.program-wrap .program-wrap-item .program-wrap-item-box .screen-tax-title {
text-align: center;
color: #00226E;
font: 400 1.5rem 'Barlow', sans-serif;
margin-bottom: 29px; }
.program-wrap .program-wrap-item .program-wrap-item-box .program-ask {
text-align: center;
color: #0B63F6;
font: 400 1.5rem 'Barlow', sans-serif;
margin-bottom: 25px; }
.program-wrap .program-wrap-item .program-wrap-item-box .program-item {
color: #00226E;
font: 400 1.12rem 'Barlow', sans-serif;
margin-bottom: 16px;
position: relative;
padding-left: 17px; }
.program-wrap .program-wrap-item .program-wrap-item-box .program-item:after {
content: '';
position: absolute;
left: 0;
top: 8px;
height: 8px;
width: 8px;
display: block;
border-radius: 50%;
background: -o-linear-gradient(315deg, #FFC200 0%, #FF785E 100%);
background: linear-gradient(135deg, #FFC200 0%, #FF785E 100%); }
.program-wrap .program-wrap-item .btn-gold {
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
width: 100%; }
.program-wrap .program-one-description {
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #FFFFFF;
-webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
border-radius: 2px;
padding: 17px 31px 24px 38px;
max-width: 545px;
max-height: 117px;
margin-top: 35px;
margin-left: 61px;
z-index: 700; }
.program-wrap .program-one-description p {
color: #00226E;
font: 400 1.12rem 'Barlow', sans-serif; }
.info-program {
width: 430px;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.info-program .info-program-img {
background: #FFFFFF;
-webkit-box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
width: 395px;
height: 399px;
padding: 21px 19px 21px 19px; }
.info-program .info-program-img img {
width: 100%; }
.info-program .read-program {
padding-left: 30px; }
.info-program1 {
margin-top: 55px;
margin-left: 116px; }
.program-one,
.program-two,
.program-three {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding-left: 80px;
margin-bottom: 66px; }
.program-two .info-program2 {
margin-top: 15px; }
.program-two .program-wrapper {
margin-left: 199px; }
.program-three .info-program3 {
margin-top: 90px;
margin-left: 168px; }
.program-wrapper {
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #FFFFFF;
-webkit-box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
max-width: 375px;
height: 100%; }
.program-wrapper .program-description {
padding: 41px 19px 30px 36px; }
.program-wrapper .program-description .program-description-title {
text-align: center;
color: #00226E;
font: 600 1.5rem 'Barlow', sans-serif;
margin-bottom: 18px; }
.program-wrapper .program-description .program-description-text {
color: #00226E;
font: 400 1.12rem 'Barlow', sans-serif; }
.program-wrapper .btn-gold {
width: 100%;
text-align: center;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.coach-top {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
color: #00226E; }
.coach-top .coach-img {
max-width: 450px;
max-height: 410px; }
.coach-top .coach-img img {
width: 100%; }
.coach-top .coach-info {
margin-left: 140px; }
.coach-top .coach-info .coach-quote {
max-width: 460px; }
.coach-top .coach-info .coach-quote .coach-quote-text {
font: 600 1.12rem 'Barlow', sans-serif; }
.coach-top .coach-info .coach-quote .coach-name {
font: 600 1.12rem 'Barlow', sans-serif;
font-style: italic;
text-align: right; }
.coach-top .coach-info .coach-quote .coach-post {
font: 400 1.12rem 'Barlow', sans-serif;
font-style: italic;
text-align: right; }
.coach-top .coach-info ul {
max-width: 520px; }
.coach-top .coach-info ul li {
color: #00226E;
font: 400 1.12rem 'Barlow', sans-serif;
margin-bottom: 15px;
padding-left: 18px;
position: relative; }
.coach-top .coach-info ul li:after {
content: '';
position: absolute;
left: 0;
top: 8px;
height: 8px;
width: 8px;
display: block;
border-radius: 50%;
background: -o-linear-gradient(315deg, #FFC200 0%, #FF785E 100%);
background: linear-gradient(135deg, #FFC200 0%, #FF785E 100%); }
.coach-bottom {
margin-top: 15px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
color: #00226E; }
.coach-bottom .achievements-text {
max-width: 605px;
margin: 0 0 0 auto; }
.coach-bottom .achievements-text .achievements-title {
font: 600 1.12rem 'Barlow', sans-serif; }
.coach-bottom .achievements-text ul li {
font: 400 1.12rem 'Barlow', sans-serif;
position: relative;
padding-left: 35px;
margin-bottom: 15px; }
.coach-bottom .achievements-text ul li span {
font-weight: 600; }
.coach-bottom .achievements-text ul li:after {
content: '';
position: absolute;
left: 0;
top: 2px;
height: 21px;
width: 21px;
display: block;
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/coaching/crown.svg) no-repeat; }
.coach-bottom .achievements-img {
margin: auto -40px auto auto; }
.coach-bottom .achievements-img img {
width: 100%; }
.feedbacks {
padding-top: 27px; }
.feedbacks .btn-gold {
display: block;
text-align: center;
width: 263px;
margin: 0 auto;
margin-top: -15px;
font: 600 1.12rem 'Barlow', sans-serif; }
@media (max-width: 576px) {
.feedbacks .btn-gold {
margin-top: 15px; } }
.feedbacks-slider-block {
width: 532px;
height: 100%;
margin: 0 auto;
position: relative; }
.feedbacks-slider-block .feedbacks-slider {
position: relative;
width: 532px;
height: 532px; }
.feedbacks-slider-block .feedbacks-slider .feedback-slide img {
width: 100%; }
.feedbacks-slider-block .feedbacks-slider .slick-prev {
position: absolute;
top: 88%;
z-index: 849;
left: 16px; }
.feedbacks-slider-block .feedbacks-slider .slick-prev:before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/testimonials/left.svg); }
.feedbacks-slider-block .feedbacks-slider .slick-next {
position: absolute;
top: 88%;
z-index: 829;
left: 42px; }
.feedbacks-slider-block .feedbacks-slider .slick-next:before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/testimonials/right.svg); }
.feedbacks-slider-block .feedbacks-slider .slick-dots li button:before {
content: ''; }
.feedbacks-slider-block .numberInfoFeedback {
color: #003ABD;
font: 400 1.12rem 'Barlow', sans-serif;
position: absolute;
top: 86%;
left: 80px; }
.feedbacks-slider-block .feedback-link {
position: absolute;
font: 600 1.12rem 'Barlow', sans-serif;
color: #0B63F6;
top: 86%;
right: 30px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.feedbacks-slider-block .feedback-link img {
margin-left: 10px; }
.coaching-contact {
position: relative;
padding-top: 55px;
padding-bottom: 57px; }
.coaching-contact .container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.coaching-contact .container .contacts-form {
margin-left: 0; }
.contact-email {
margin: auto;
}
.contact-email-el {
position: absolute;
top: 55px;
left: 0;
max-width: 70%;
width: 100%; }
.contact-email-el img {
width: 100%;
max-height: 420px;
height: 100%;
}
@media (max-width: 990px) {
.contact-email-el {
display: none;
}
}
.contact-email-img {
margin-left: -100px;
height: 400px }
.contact-email-img img {
width: 100%; }
@media (max-width: 990px) {
.contact-email-img {
height: 0 }
}
.contact-email-info {
-webkit-box-sizing: padding-box;
box-sizing: padding-box;
max-width: 400px;
background: #FFFFFF;
-webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
border-radius: 2px;
color: #00226E;
font: 400 1.12rem 'Barlow', sans-serif;
padding: 14px 30px 11px 30px;
margin-top: 68px;
margin-left: 40px; }
.contact-email-info .contact-email-link {
color: #00226E;
font: 600 1.12rem 'Barlow', sans-serif;
display: block;
margin-top: 6px;
margin-bottom: 11px; }
.contact-email-info .contact-fb-link {
color: #00226E;
font: 400 1.12rem 'Barlow', sans-serif;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.contact-email-info .contact-fb-link img {
margin-left: 10px; } .coaching-read-more {
position: relative;
display: none;
padding-bottom: 70px; }
.coaching-read-more .title-xl {
margin-bottom: 19px; }
.coaching-read-more.active {
display: block; }
.coaching-read-text {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
color: #00226E; }
.coaching-left {
max-width: 610px; }
.coaching-left p {
max-width: 590px;
font: 400 1.12rem 'Barlow', sans-serif; }
.coaching-right {
max-width: 497px; }
.coaching-right-quote,
.coaching-right-name,
.coaching-right-edition {
font: 600 1.12rem 'Barlow', sans-serif; }
.coaching-right-name,
.coaching-right-edition {
text-align: right; }
.coaching-right-name {
margin-top: 10px; }
.coaching-right-edition {
margin-bottom: 64px; }
.coaching-points .coaching-points-title {
font: 600 1.12rem 'Barlow', sans-serif;
padding-left: 19px; }
.coaching-points ul li {
font: 400 1.12rem 'Barlow', sans-serif;
padding-left: 19px;
position: relative;
padding-bottom: 15px; }
.coaching-points ul li:after {
content: '';
position: absolute;
left: 0;
top: 10px;
height: 8px;
width: 8px;
display: block;
border-radius: 50%;
background: -o-linear-gradient(315deg, #FFC200 0%, #FF785E 100%);
background: linear-gradient(135deg, #FFC200 0%, #FF785E 100%); }
.button-less {
position: absolute;
bottom: 35px;
right: 10px;
border: none;
background: none;
outline: none; } .coaching-request ul {
margin-left: 24px;
margin-bottom: 50px;
max-width: 480px; }
.coaching-request ul li {
font: 400 1.12rem 'Barlow', sans-serif;
padding-left: 32px;
margin-bottom: 15px;
position: relative; }
.coaching-request ul li:before {
content: '';
position: absolute;
left: 0;
top: 4px;
height: 17px;
width: 17px;
display: block;
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/coaching/like.svg) no-repeat; }
.request-email {
font: 400 1.12rem 'Barlow', sans-serif;
margin-bottom: 40px; }
.request-email a {
font: 600 1.12rem 'Barlow', sans-serif;
color: #00226E; }
.changes {
margin-left: -140px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: grid;
grid-template-columns: 1fr 1fr;
width: 588px;
background-color: #ffffff;
-webkit-box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25); }
.changes p {
margin-bottom: 15px;
font: 600 1.12rem 'Barlow', sans-serif; }
.changes ul li {
font: 400 1.12rem 'Barlow', sans-serif;
margin-bottom: 10px; }
.changes-before {
border-right: 1px solid #C4C4C4; }
.changes-before,
.changes-after {
padding: 13px 8px 13px 8px; }
.request-points {
max-width: 480px; }
.request-points .coaching-points-title {
font: 600 1.12rem 'Barlow', sans-serif;
margin-bottom: 32px;
margin-top: 50px; }
.request-points ul li {
position: relative;
font: 400 1.12rem 'Barlow', sans-serif;
padding-left: 32px;
margin-bottom: 15px; }
.request-points ul li:before {
content: '';
position: absolute;
left: 0;
top: 4px;
height: 17px;
width: 17px;
display: block;
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/coaching/cross.svg) no-repeat; }
.coaching-read-more .btn-gold {
display: block;
text-align: center;
width: 265px;
margin: 0 auto;
margin-top: 57px; } .coaching-dream ul li {
position: relative;
padding-left: 32px; }
.coaching-dream ul li::after {
content: '';
position: absolute;
left: 0;
top: 4px;
height: 20px;
width: 20px;
display: block;
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/coaching/ask.svg) no-repeat; }
.title-dream-life {
color: #0B63F6; }
.dream-life-text {
margin-bottom: 38px; }
.changes ol {
padding-left: 20px; } .changes-jump {
margin-left: 0;
margin-bottom: 37px; }
.coaching-jump {
max-width: 395px; }
.coaching-jump2 {
margin-top: 80px; }
.coaching-jump2 ul li {
position: relative; }
.coaching-jump2 ul li::after {
content: '';
position: absolute;
left: -15px;
top: 4px;
height: 20px;
width: 20px;
display: block;
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/coaching/cross.svg) no-repeat; }
@media (max-width: 1280px) {
.consultation-block .consultation-text {
margin-bottom: 40px; }
.program-one,
.program-two,
.program-three {
padding-left: 0; }
.program-two .program-wrapper {
margin-left: 90px; }
.program-three .info-program3 {
margin-left: 90px; }
.coach-top .coach-info {
margin-left: 60px; } }
@media (max-width: 990px) {
.excellence .container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.excellence .container .help-block { }
.excellence .container .help-block .excellence-img {
left: -20px; }
.excellence .container .help-block p {
margin: 0 auto;
margin-top: 48px;
width: 80%; }
.excellence .container .needed-block {
margin: 0 auto;
width: 80%;
margin-top: 40px; }
.consultation-block {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.program-wrap {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: 100%; }
.program-wrap .program-wrap-item {
margin: 0 auto; }
.program-wrap .program-one-description {
margin: 0 auto;
margin-top: 35px; }
.info-program {
margin: 0 auto; }
.info-program1 {
margin-top: 55px; }
.program-two {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse; }
.program-two .info-program2 {
margin-top: 40px; }
.program-two .program-wrapper {
margin: 0 auto;
margin-top: 40px; }
.program-three {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.program-three .program-wrapper {
margin: 0 auto; }
.program-three .info-program3 {
margin: 0 auto;
margin-top: 40px; }
.coach-top {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse; }
.coach-top .coach-info {
width: 80%;
margin: 0 auto; }
.coach-bottom {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.coach-bottom .achievements-text {
width: 80%;
margin: 0 auto; }
.coach-bottom .achievements-img {
margin-right: -20px; }
.coaching-contact .container {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse; }
.coaching-contact .container .contacts-form {
margin: 0 auto;
padding: 20px 25px; }
.contact-email-img {
margin-left: 0;
margin-top: 30px; }
.contact-email-info {
margin: 0 auto;
margin-top: 68px; }
.coaching-read-text {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: 86%;
margin: 0 auto; }
.changes {
margin-left: 0;
width: 100%; } }
@media (max-width: 768px) {
.excellence .container .help-block .excellence-img {
height: 200px;
}
.excellence {
margin-top: 150px;
}
}
@media (max-width: 576px) {
.excellence .container .help-block .excellence-img {
height: 150px;
}
.excellence {
font: 400 0.95rem 'Barlow', sans-serif;
}
.excellence .container .help-block p {
width: 90%; }
.excellence .container .needed-block {
width: 90%; }
.coach-top .coach-info {
width: 90%; }
.coach-bottom .achievements-text {
width: 90%; }
.consultation-block .consultation-text {
width: 90%;
font: 400 0.95rem 'Barlow', sans-serif; }
.program-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.program-wrap .program-wrap-item {
-webkit-box-sizing: border-box;
box-sizing: border-box;
max-width: 435px;
height: 100%;
-webkit-box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
position: relative;
background-color: #ffffff;
z-index: 777; }
.program-wrap .program-wrap-item .program-wrap-item-box {
padding: 30px 27px 20px 25px; }
.program-wrap .program-wrap-item .program-wrap-item-box .screen-tax-title {
font: 400 1rem 'Barlow', sans-serif; }
.program-wrap .program-wrap-item .program-wrap-item-box .program-ask {
font: 400 1rem 'Barlow', sans-serif; }
.program-wrap .program-wrap-item .program-wrap-item-box .program-item {
font: 400 0.95rem 'Barlow', sans-serif; }
.program-wrap .program-one-description {
max-width: 100%;
padding: 17px 10px 20px 15px; }
.info-program {
width: 340px; }
.info-program .info-program-img {
width: 300px;
height: 300px;
margin: 0 auto; }
.program-two .program-wrapper {
margin-left: 0; }
.program-wrapper .program-description {
padding: 30px 14px 20px 26px; }
.program-wrapper .program-description .program-description-title {
font: 600 1rem 'Barlow', sans-serif; }
.program-wrapper .program-description .program-description-text {
font: 400 0.95rem 'Barlow', sans-serif; }
.feedbacks-slider-block {
width: 340px;
height: 100%;
margin: 0 auto; }
.feedbacks-slider-block .feedbacks-slider {
position: relative;
width: 340px;
height: 340px; }
.feedbacks-slider-block .feedbacks-slider .slick-prev {
position: absolute;
top: 88%;
z-index: 849;
left: 16px; }
.feedbacks-slider-block .feedbacks-slider .slick-next {
position: absolute;
top: 88%;
z-index: 829;
left: 42px; }
.feedbacks-slider-block .numberInfoFeedback {
font: 400 0.95rem 'Barlow', sans-serif;
top: 85%;
left: 80px; }
.feedbacks-slider-block .feedback-link {
font: 600 0.95rem 'Barlow', sans-serif;
top: 90%;
right: 20px; }
.feedbacks-slider-block .feedback-link img {
margin-left: 10px; }
.coaching-read-text {
width: 94%; }
.coaching-left {
max-width: 100%; }
.coaching-left p {
max-width: 100%;
font: 400 0.95rem 'Barlow', sans-serif; }
.coaching-right {
max-width: 100%; }
.coaching-right-quote,
.coaching-right-name,
.coaching-right-edition {
font: 600 0.95rem 'Barlow', sans-serif; }
.coaching-points .coaching-points-title {
font: 600 0.95rem 'Barlow', sans-serif; }
.coaching-points ul li {
font: 400 0.95rem 'Barlow', sans-serif; }
.coaching-request ul {
max-width: 100%; }
.coaching-request ul li {
font: 400 0.95rem 'Barlow', sans-serif; }
.request-email {
font: 400 0.95rem 'Barlow', sans-serif; }
.request-email a {
font: 600 0.95rem 'Barlow', sans-serif; }
.changes p {
font: 600 0.95rem 'Barlow', sans-serif; }
.changes ul li {
font: 400 0.95rem 'Barlow', sans-serif; }
.request-points {
max-width: 100%; }
.request-points .coaching-points-title {
font: 600 0.95rem 'Barlow', sans-serif; }
.request-points ul li {
font: 400 0.95rem 'Barlow', sans-serif; }
.button-less {
bottom: 15px; } }
@media (max-width: 480px) {
.excellence .container .help-block .excellence-img {
height: 100px;
}
}
@media (max-width: 400px) {
.excellence .container .help-block .excellence-img {
height: 80px;
}
}
@media (max-width: 380px) {
.excellence .container .help-block .excellence-img {
height: 70px;
}
}
@media (max-width: 350px) {
.excellence .container .help-block .excellence-img {
height: 50px;
}
}
.contact-main {
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/contact-services/contact-bg2.png) no-repeat center center;
background-size: cover;
height: 80vh; }
@media (max-width: 990px) {
.contact-main {
height: 100vh; } }
@media (max-width: 576px) {
.contact-main {
height: 90vh; } }
.contact-main .container {
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.contact-main-box {
color: #00226e; }
.contact-main-box .contact-main-title {
font: 700 1.75rem 'Barlow', sans-serif;
margin-bottom: 7px; }
@media (max-width: 990px) {
.contact-main-box .contact-main-title {
font: 700 1.5rem 'Barlow', sans-serif; } }
@media (max-width: 576px) {
.contact-main-box .contact-main-title {
font: 700 1.25rem 'Barlow', sans-serif; } }
@media (max-width: 380px) {
.contact-main-box .contact-main-title {
font: 700 1rem 'Barlow', sans-serif; } }
.contact-main-box .contact-main-text {
font: 400 1.75rem 'Barlow', sans-serif; }
@media (max-width: 990px) {
.contact-main-box .contact-main-text {
font: 700 1.5rem 'Barlow', sans-serif; } }
@media (max-width: 576px) {
.contact-main-box .contact-main-text {
font: 700 1.25rem 'Barlow', sans-serif; } }
@media (max-width: 380px) {
.contact-main-box .contact-main-text {
font: 700 1rem 'Barlow', sans-serif; } } @media (max-width: 990px) {
.contacts-box {
background-size: cover; } }
.contacts-box .container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
@media (max-width: 990px) {
.contacts-box .container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; } }
@media (max-width: 990px) {
.contacts-info {
margin: 0 auto;
margin-bottom: 20px; } }
.contact-block {
color: #00226e;
margin-bottom: 40px; }
.contact-block .contact-block-title {
font: 700 1.75rem 'Barlow', sans-serif;
text-transform: uppercase;
margin-bottom: 20px; }
@media (max-width: 990px) {
.contact-block .contact-block-title {
font: 700 1.5rem 'Barlow', sans-serif; } }
@media (max-width: 576px) {
.contact-block .contact-block-title {
font: 700 1.25rem 'Barlow', sans-serif; } }
@media (max-width: 380px) {
.contact-block .contact-block-title {
font: 700 1rem 'Barlow', sans-serif; } }
.contact-block .address-text {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
margin-left: 56px; }
.contact-block .address-text .addres-info {
font: 400 1.25rem/1.8rem 'Barlow', sans-serif;
margin-left: 30px; }
@media (max-width: 576px) {
.contact-block .address-text .addres-info {
font: 400 1rem/1.25rem 'Barlow', sans-serif; } }
.contact-block .address-text .addres-info span {
font: 600 1.25rem 'Barlow', sans-serif; }
@media (max-width: 576px) {
.contact-block .address-text .addres-info span {
font: 400 1rem/1.25rem 'Barlow', sans-serif; } }
.contact-block .address-text-one {
margin-bottom: 35px; }
.contact-block .phone-text {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-left: 55px;
margin-bottom: 15px; }
.contact-block .phone-text .phone-info {
font: 400 1.25rem 'Barlow', sans-serif;
margin-left: 23px; }
@media (max-width: 576px) {
.contact-block .phone-text .phone-info {
font: 400 1rem/1.25rem 'Barlow', sans-serif; } }
.contacts-form {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: 432px;
height: 100%;
margin-left: 160px;
padding: 8px 38px 65px 60px;
background: #FFFFFF;
-webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
border-radius: 2px; }
@media (max-width: 990px) {
.contacts-form {
margin: 0 auto; } }
@media (max-width: 576px) {
.contacts-form {
width: 350px; } }
@media (max-width: 380px) {
.contacts-form {
width: 100%;
padding: 8px 15px 30px 15px; } }
.contacts-form .form-input {
display: block;
border: none;
border-bottom: 1px solid rgba(0, 58, 189, 0.4);
font: 400 0.87rem 'Barlow', sans-serif;
color: #00226E;
padding-bottom: 6px;
margin-top: 22px; }
.contacts-form .form-input:focus {
border: none;
outline: none;
border-bottom: 1px solid #ffc200; }
.contacts-form .form-input::-webkit-input-placeholder {
font: 400 0.87rem 'Barlow', sans-serif;
color: rgba(0, 34, 110, 0.4); }
.contacts-form .form-input::-moz-placeholder {
font: 400 0.87rem 'Barlow', sans-serif;
color: rgba(0, 34, 110, 0.4); }
.contacts-form .form-input:-ms-input-placeholder {
font: 400 0.87rem 'Barlow', sans-serif;
color: rgba(0, 34, 110, 0.4); }
.contacts-form .form-input::-ms-input-placeholder {
font: 400 0.87rem 'Barlow', sans-serif;
color: rgba(0, 34, 110, 0.4); }
.contacts-form .form-input::placeholder {
font: 400 0.87rem 'Barlow', sans-serif;
color: rgba(0, 34, 110, 0.4); }
.contacts-form .caption-textarea {
font: 400 0.87rem 'Barlow', sans-serif;
color: rgba(0, 34, 110, 0.4);
margin-top: 23px;
margin-bottom: 25px; }
.contacts-form .caption-textarea .form-textarea {
display: block;
height: 118px;
width: 100%;
border: 1px solid rgba(0, 58, 189, 0.4);
margin-top: 8px; }
.contacts-form .caption-textarea .form-textarea:focus {
outline: none;
border: 1px solid #ffc200; }
.contacts-form .form-label {
text-align: center; }
.contacts-form .form-checkbox {
width: 16px;
height: 16px;
border: 1px solid #ffc200; }
.contacts-form .form-checkbox-text {
color: #00226E;
font: 400 0.87rem 'Barlow', sans-serif; }
.contacts-form .form-button {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: block;
width: 164px;
height: 51px;
background: -o-linear-gradient(287.35deg, #FFC200 0%, #FF785E 100%);
background: linear-gradient(162.65deg, #FFC200 0%, #FF785E 100%);
border-radius: 2px;
border: none;
outline: none;
font: 600 1.12rem 'Barlow', sans-serif;
color: #FFFFFF;
margin: 0 auto;
margin-top: 27px; }
.contacts-form-title {
text-align: center;
font: 400 1.75rem 'Barlow', sans-serif;
color: #00226E;
margin-bottom: 40px;
position: relative; }
.contacts-form-title:after {
content: '';
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/contact-services/line.svg) no-repeat;
position: absolute;
display: block;
bottom: -30px;
width: 100%;
height: 7px; } .form-poup {
display: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 300px;
height: 100%;
padding: 30px;
background: #FFFFFF;
-webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
border-radius: 2px;
margin: 0 auto; }
.contacts-map {
margin: 0 auto;
margin-top: 55px;
margin-bottom: 55px;
width: 1010px;
height: 496px;
position: relative;
-webkit-box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25); }
.contacts-map iframe {
width: 100%;
height: 100%; }
@media (max-width: 990px) {
.contacts-map {
width: 530px;
height: 370px; } }
@media (max-width: 576px) {
.contacts-map {
width: 350px;
height: 260px; } }
@media (max-width: 380px) {
.contacts-map {
width: 100%;
height: 200px; } }
.form-checkbox-text {
color: #00226E;
font: 400 0.87rem 'Barlow', sans-serif;
margin-left: 7px; }
.checkbox-wrap {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0 auto; }
input[type=checkbox] {
opacity: 0;
position: absolute;
top: 3px;
left: 1px;
margin: 0;
z-index: 5;
cursor: pointer;
outline: none !important; }
input[type=checkbox]:checked + label.label:before {
font: 400 14px 'IBM PlexSans';
color: #FFC200; }
input[type=checkbox] + label.label:before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
content: "\2713";
color: transparent;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-size: 13px;
height: 16px;
width: 16px;
padding: 3px;
border: 1px solid #FFC200;
background: #FFFFFF;
border-radius: 4px; }
.services-main {
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/contact-services/services-bg2.png) no-repeat center center;
background-size: cover;
height: 90vh; }
@media (max-width: 990px) {
.services-main {
height: 100vh; } }
@media (max-width: 576px) {
.services-main {
height: 90vh; } }
.services-main .container {
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.services-main .services-main-box .services-main-text {
color: #00226E;
font: 400 1.75rem 'Barlow', sans-serif;
max-width: 579px;
margin-bottom: 76px; }
.services-main .services-main-box .services-main-text span {
font-weight: 700; }
@media (max-width: 990px) {
.services-main .services-main-box .services-main-text {
font: 400 1.5rem 'Barlow', sans-serif; } }
@media (max-width: 576px) {
.services-main .services-main-box .services-main-text {
font: 400 1.25rem 'Barlow', sans-serif; } }
@media (max-width: 380px) {
.services-main .services-main-box .services-main-text {
font: 400 1rem 'Barlow', sans-serif; } }
.services-info {
padding-right: 35px;
padding-left: 35px;
padding-bottom: 100px;
padding-top: 50px;
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/services/services.png) no-repeat center;
background-size: cover; }
@media (max-width: 990px) {
.services-info {
padding-left: 15px;
padding-right: 15px;
padding-bottom: 150px; } }
.services-wrap {
display: grid;
grid-template-columns: 1fr 1fr;
position: relative;
height: 100%; }
@media (max-width: 1100px) {
.services-wrap {
height: 1480px; } }
@media (max-width: 990px) {
.services-wrap {
grid-template-columns: 1fr;
height: 100%; } }
.services-wrap .service-wrapper1 {
position: relative;
top: 0;
left: 0px; }
@media (max-width: 1100px) {
.services-wrap .service-wrapper1 {
left: 0; } }
.services-wrap .service-wrapper2 {
position: relative;
top: 243px;
left: -220px; }
@media (max-width: 1280px) {
.services-wrap .service-wrapper2 {
top: 247px;
left: -180px; } }
@media (max-width: 1100px) {
.services-wrap .service-wrapper2 {
left: -120px; } }
@media (max-width: 990px) {
.services-wrap .service-wrapper2 {
left: 0;
top: 20px; } }
.services-wrap .service-wrapper3 {
position: relative;
top: 30px;
left: 0; }
@media (max-width: 1100px) {
.services-wrap .service-wrapper3 {
left: 0;
top: 20px; } }
@media (max-width: 990px) {
.services-wrap .service-wrapper3 {
top: 40px; } }
.services-wrap .service-wrapper4 {
position: relative;
top: 274px;
left: -220px; }
@media (max-width: 1280px) {
.services-wrap .service-wrapper4 {
top: 280px;
left: -180px; } }
@media (max-width: 1100px) {
.services-wrap .service-wrapper4 {
left: -120px; } }
@media (max-width: 990px) {
.services-wrap .service-wrapper4 {
left: 0;
top: 60px; } }
.services-wrap .service-wrapper5 {
position: relative;
top: 55px;
left: 0; }
@media (max-width: 1280px) {
.services-wrap .service-wrapper5 {
left: 0; } }
@media (max-width: 1100px) {
.services-wrap .service-wrapper5 {
left: 0;
top: 20px; } }
@media (max-width: 990px) {
.services-wrap .service-wrapper5 {
top: 80px; } }
.services-wrap .service-btn {
position: relative;
top: 380px;
left: 0; }
@media (max-width: 1100px) {
.services-wrap .service-btn {
left: 40px;
top: 310px; } }
@media (max-width: 990px) {
.services-wrap .service-btn {
left: 0;
top: 100px;
left: 0; } 
.services-wrap .service-btn a {
text-align: center;
margin: auto;
width: 100%;
max-width: 155px;
display: block;
} 
}
.services-wrap .service-wrapper {
font: 400 1rem 'Barlow', sans-serif; }
.services-wrap .service-caption {
text-align: center;
text-transform: uppercase;
color: #0b63f6;
font: 700 1.25rem 'Barlow', sans-serif;
letter-spacing: 1.5px; }
@media (max-width: 1280px) {
.services-wrap .service-caption {
margin-bottom: 0; } }
@media (max-width: 1100px) {
.services-wrap .service-caption {
margin-bottom: 10px; } }
@media (max-width: 990px) {
.services-wrap .service-caption {
font: 700 1rem 'Barlow', sans-serif;
margin-bottom: 0; } }
.service-box {
width: 100%;
height: 500px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
@media (max-width: 1280px) {
.service-box {
height: 430px; } }
@media (max-width: 1100px) {
.service-box {
height: 400px; } }
@media (max-width: 990px) {
.service-box {
height: 350px; } }
.service-box .service-text {
display: block;
color: #ffffff;
font: 400 0.8rem 'Barlow', sans-serif;
letter-spacing: 1px;
margin-left: 13px;
margin-bottom: 4px; }
@media (max-width: 990px) {
.service-box .service-text {
font: 400 0.75rem 'Barlow', sans-serif; } }
@media (max-width: 576px) {
.service-box .service-text {
font: 400 0.7rem 'Barlow', sans-serif; } }
.service-box .service-text:hover {
color: #ffc200;
font: 600 0.77rem 'Barlow', sans-serif;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.services1 {
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/services/service-img-1.png) no-repeat center;
background-size: contain; }
.services2 {
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/services/service-img-3.png) no-repeat center;
background-size: contain; }
.services3 {
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/services/service-img-2.png) no-repeat center;
background-size: contain; }
.services4 {
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/services/service-img-5.png) no-repeat center;
background-size: contain; }
.services5 {
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/services/service-img-4.png) no-repeat center;
background-size: contain; }
.services6 {
background: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/services/service-img-6.png) no-repeat center;
background-size: contain;
}
body::-webkit-scrollbar {
width: 1em; }
body::-webkit-scrollbar-thumb {
border-radius: 3px;
background: #044BD8;
cursor: pointer;
opacity: .5; }
body::-webkit-scrollbar-track {
background: #f2f2f2;
cursor: pointer; }
button, button:hover, button:focus, button:active, select:hover, select:active, select:focus, select {
outline: none !important; }
.a2a_kit {
opacity: 0;
position: absolute;
z-index: -51;
margin-bottom: -100px; }
.coaching-points ul .trt:after {
display: none!important;
}
.trt::after {
display: none;
}
.trt::before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/trt.svg) !important;
position: absolute;
left: -10px;
top: 2px;
background: transparent;
border-radius: none;
}
.bestseller-box-sm {
position: relative;
}
.bestseller-box-sm::before {
content: '';
border: 1px dashed #00226E;
position: absolute;
display: block;
top:60px;
right: -305px;
width: 300px;
}
@media (max-width: 990px) {
.bestseller-box-sm::before {
display: none;
}
}
.item-show br {
display: none;
}
.user-tls-descr {
font-size: 13px;
}
.madein-block {
position: relative;
}
.printing .container {
position: relative;
}
.link-abs {
position: absolute;
right: 0;
bottom: -35px;
color: #00226E;
font: 300 .87rem 'Barlow', sans-serif;
}
.pos {
right: 85px;
bottom: 20px;
}
.phone-info {
color: #00226e!important;
}
.btn-gold {
position: relative;
z-index: 99;
}
.table-info-box-sm {
min-height: 250px;
}
@media (max-width: 1440px) {
.about-main .about-main-box {
margin-top: 200px;
}
}
@media (max-width: 990px) {
.slick-dots {
display: flex;
justify-content: center;
align-items: center;
}
.testimonials .slick-dots {
bottom: -100px;
}
.sole .big-text {
max-width: 100%;
}
.conseil-help {
right: 0;
max-width: 0 auto;
}
.testimonials-box-btn {
margin-top: 125px;
}
}
.request-points ul li:before {
height: 20px;
width: 20px;
}
.about-tax {
margin-top: 150px;
}
.foreign-box-info {
margin-top: 105px;
}
.coaching-request ul li:before {
height: 20px;
width: 20px;
}
.footer-box-info p {
color: #003ABD;
}
@media (max-width: 576px) {
.foreign-box-info {
margin-top: 0;
}
.pos {
margin: 0 auto;
right: 0;
bottom: 0;
}
.about-tax {
margin-top: 0;
}
}
.custom-map {
border-radius: 2px;
position: relative;
z-index: 9;
box-shadow: inset 0px 0px 100px 100px rgba(0,0,0,1);
}
.seminar .btn-gold {
width: auto;
text-align: center;
height: auto;
padding: 12px 30px;
}
.contacts-box {
background-size: cover;
}
.read-more {
position: relative;
bottom: -12px;
}
.feedbacks-slider-block .feedbacks-slider .feedback-slide img {
object-fit: contain;
}
.accounting::before {
top: 40px;
}
.label-photo {
font: normal .9rem 'Barlow', sans-serif;
color: rgba(0, 34, 110, 0.4);
margin-bottom: 5px;
}
.photo {
display: block;
margin: 10px 0;
}
.madein-block .madein-info .madein-text {
position: relative;
left: 40px;
}
.sole-wrapper .sole-box-xl::before {
width: .5px;
}
.program-wrap .program-wrap-item .program-wrap-item-box {
position: relative;
}
.program-wrap .program-wrap-item .program-wrap-item-box:before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/coaching/Line9.png);
height: auto;
position: absolute;
display: block;
top:88px;
z-index: 0;
right: -100px;
width: 100px;
}
.contact-email-info {
position: relative;
margin-top: 55px;
}
.contact-email-info:before {
content: url(//dev.advensys-conseil.lu/wp-content/themes/konseil/assets/img/coaching/Line9.png);
height: auto;
position: absolute;
display: block;
top:56px;
right: -305px;
width: 300px;
}
.coaching-contact .container .contacts-form {
z-index: 99;
position: relative;
}
.program-wrap .program-one-description {
position: relative;
z-index: 999;
}
.programs {
position: relative;
}
main {
overflow: hidden;
position: relative;
} .position-box img {
height: 170px;
position: relative;
clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.blog-box .blog-img {
width: 100%;
height: 100%;
max-height: 200px;
display: flex;
align-items: flex-start;
object-fit: cover!important;
}
.img-user-tls {
display: none;
}
@media (max-width: 990px) {
.program-wrap .program-one-description {
z-index: 9;
}
.position-box img {
height: 100px;
}
.programs::before {
display: none;
}
}
.service-box {
height: 525px;
}
.changes-right {
position: relative;
right: -35px;
}
.contact-email-img img {
height: 400px;
}
.foreign::before {
bottom: -8px;
}
.coaching-right-name {
font-style: italic;
}
.coaching-right-edition {
font-style: italic;
}
@media (max-width: 990px) {
.madein-block .madein-info .madein-text {
left: 0;
}
.poster {
margin-top: 0;
}
.footer-box-info p {
color: #fff;
}
.contact-email-info:before {
display: none;
}
.contact-email-img img {
height: auto;
}
.program-wrap .program-wrap-item .program-wrap-item-box:before {
display: none;
}
.changes-right {
position: relative;
right: auto;
}
}
.feedbacks-slider-block .feedbacks-slider .feedback-slide img {
height: 450px;
max-width: 100%;
object-fit: contain;
}
.programs-container h2{
margin-top: 40px
}
@media (max-width: 990px) {
.feedbacks-slider-block .feedbacks-slider .feedback-slide img {
height: 350px;
max-width: 100%;
object-fit: contain;
margin-bottom:100px;
}
.feedbacks-slider-block .feedbacks-slider {
height: auto;
width: auto;
}
}
.container {
position: relative;
width: 100%;
}
.opaciti {
opacity: .4;
pointer-events:none;
}
.main-animation {
display: block;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (max-width: 1300px) {
.main-animation {
padding: 0 15px;
}
}
@media (max-width: 576px) {
.service-box {
height: 350px;
}
}
.main-animation:before {
position: absolute;
content: "";
background: linear-gradient(115.71deg, rgba(239, 233, 233, .45) 26.67%, rgba(245, 238, 238, .2) 52.7%), linear-gradient(115.98deg, rgba(255, 255, 255, .45) 46.47%, rgba(196, 203, 214, .5) 80.99%);
background: -webkit-linear-gradient(115.71deg, rgba(239, 233, 233, .45) 26.67%, rgba(245, 238, 238, .2) 52.7%), -webkit-linear-gradient(115.98deg, rgba(255, 255, 255, .45) 46.47%, rgba(196, 203, 214, .5) 80.99%);
background: -ms-linear-gradient(115.71deg, rgba(239, 233, 233, .45) 26.67%, rgba(245, 238, 238, .2) 52.7%), -ms-linear-gradient(115.98deg, rgba(255, 255, 255, .45) 46.47%, rgba(196, 203, 214, .5) 80.99%);
mix-blend-mode: multiply;
height: 100%;
width: 50em;
display: block;
top: 0;
left: -125em;
-webkit-box-shadow: 1px 1px 75px rgba(255,255,255,.6);
box-shadow: 1px 1px 75px rgba(255,255,255,.6);
-ms-box-shadow: 1px 1px 75px rgba(255,255,255,.6);
-webkit-transform: skewX(-65deg) translateX(0);
-ms-transform: skewX(-65deg) translateX(0);
transform: skewX(-65deg) translateX(0);
-webkit-transition: none;
-o-transition: none;
transition: none;
opacity: 0;
z-index: 5; }
.main-animation.animate-errow:before {
-webkit-animation: show-errow 3.5s ease-in-out .6s 2;
animation: show-errow 3.5s ease-in-out .6s 2; }
.main-screen-box {
opacity: 0;
position: relative;
}
.main-screen-box.show-els {
opacity: 1;
-webkit-animation: show-els 2s ease-in-out;
animation: show-els 2s ease-in-out;
}
.logo-box img.show-els {
opacity: 1;
-webkit-animation: show-els 2s ease-in-out;
animation: show-els 2s ease-in-out;
}
@-webkit-keyframes show-errow {
0% {
opacity: 0;
-webkit-transform: skewX(-65deg) translateX(0);
transform: skewX(-65deg) translateX(0); }
10% {
opacity: .25; }
15% {
opacity: .5; }
100% {
-webkit-transform: skewX(-65deg) translateX(1000em);
transform: skewX(-65deg) translateX(1000em); } }
@keyframes show-errow {
0% {
opacity: 0;
-webkit-transform: skewX(-65deg) translateX(0);
transform: skewX(-65deg) translateX(0); }
10% {
opacity: .25; }
15% {
opacity: .5; }
100% {
-webkit-transform: skewX(-65deg) translateX(1000em);
transform: skewX(-65deg) translateX(1000em); } }
@-webkit-keyframes show-els {
0% {
opacity: 0;
transform: scale(.7);
-webkit-transform: scale(.7) translate(500px, 0); }
100% {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1) translate(0, 0); } }
@keyframes show-els {
0% {
opacity: 0;
transform: scale(.7);
-webkit-transform: scale(.7) translate(500px, 0); }
100% {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1) translate(0, 0); } }
@-webkit-keyframes show-elss {
0% {
opacity: 0;
transform: scale(.7) translate(50px, 0);
-webkit-transform: scale(.7) translate(50px, 0); }
100% {
opacity: 1;
transform: scale(1) translate(0, 0);
-webkit-transform: scale(1) translate(0, 0); } }
@keyframes show-elss {
0% {
opacity: 0;
transform: scale(.7) translate(50px, 0);
-webkit-transform: scale(.7) translate(50px, 0); }
100% {
opacity: 1;
transform: scale(1) translate(0, 0);
-webkit-transform: scale(1) translate(0, 0); } }
@-webkit-keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
.menu_item_wpglobus_menu_switch .sub-menu {
display: flex !important;
}
.wpglobus_flag_en, .wpglobus_flag_fr, .wpglobus_flag_ru {
background: none !important;
padding: 0 !important;
}
.team-item8 {
left: -343px;
}
.team-item7 {
left: -290px;
}
.team-container .team-item .team-item-name {
margin-top: 15px;
}
@media (max-width: 1400px) {
.team-container .team-item .team-item-name {
margin-top: 5px;
}
.team-container .team-item {
width: 180px;
margin-right: 22px;
}
.team-item7 {
top: 0;
}
.team-container .team-item .team-item-post {
font-size: .82rem;
}
.team-item8 {
margin-right: 0!important;
top: 95px;
}
}
@media  (max-width: 1280px) {
.team-container {
margin: 0 0 140px 0;
}
.team-container .team-item {
width: 170px;
margin-right: 30px;
}
}
@media  (max-width: 1220px) {
.team-container .team-item {
width: 160px;
margin-right: 30px;
}
.team-container .team-item .team-item-post {
font-size: .8rem;
}
.team-container {
width: 100%;
}
}
@media (max-width: 1180px) {
.team-container {
grid-template-columns: 1fr 1fr 1fr 1fr;
width: 700px;
margin: 0 auto;
margin-bottom: 135px;
margin-left: 9%;
}
.team-container .team-item {
width: 180px;
margin-right: 30px;
margin-left: 30px;
}
.team-item5 {
left: 0;
}
.team-item6 {
left: -49px;
top: 110px;
}
.team-item7 {
left: -91px;
}
.team-item8 {
left: -145px;
}
}
@media (max-width: 990px) {
.team-container {
grid-template-columns: 1fr 1fr 1fr;
margin-bottom: 80px;
margin: 0 auto;
width: 100%;
box-sizing: border-box;
}
.team-container .team-item {
left: auto;
right: auto;
top: auto;
bottom: auto;
}
.team {
padding-bottom: 0;
}
}
@media (max-width: 768px) {
.team-container {
grid-template-columns: 1fr 1fr;
align-items: center;
}
.team-container .team-item {
margin-left: 50px;
}
.team {
padding-bottom: 0;
}
}
@media (max-width: 576px) {
.team-container .team-item {
margin: 0 auto!important;
margin-bottom: 20px!important;
}
.team-container {
grid-template-columns: 1fr;
}
}
.team-item-name {
font-size: .9rem;
}
.team-item-post {
font-size: .82rem;
}
.team-item7  .team-item-caption{
position: relative;
left: -10px;
}
@media (max-width: 1280px) {
.team-item7  .team-item-caption{
position: relative;
left: -18px;
}
.team-item3  .team-item-caption{
position: relative;
left: -8px;
}
}
@media (max-width: 1100px) {
.team-item7  .team-item-caption{
position: relative;
left: auto;
}
.team-item3  .team-item-caption{
position: relative;
left: auto;
}
}.modal-form.contact_modal{
margin-left: 0;
background: transparent;
box-shadow: none;
padding: 8px 0 65px 0;
}
.modal-form .frm_error{
color: red;
font: normal .8rem 'Barlow', sans-serif;
}
.modal-form fieldset{
padding: 0;
margin: 0;
border: 0;
}
.modal-form input,
.modal-form textarea{
position: relative;
outline: none;
color: #000;
font: normal 1rem 'Barlow', sans-serif;
}
.modal-form input{
border: 0;	
}
.modal-form label{
font: normal .9rem 'Barlow', sans-serif;
color: rgba(0, 34, 110, 0.4);
margin-bottom: 5px;
display: block;
}
.modal-form button{
cursor: pointer;
background: linear-gradient(162.65deg, #FFC200 0%, #FF785E 100%);
border-radius: 2px;
padding: 14px 30px;
color: #FFF;
letter-spacing: 1px;
display: table;
outline: none;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
font: 500 1.2rem 'Barlow', sans-serif;
border: 0;
margin: 0 auto;
}
.modal-form button:hover{
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
background: linear-gradient(162.65deg, #FFC200 20%, #FF785E 80%);
}