* {
margin: 0;
padding: 0;
}
html {
font-size: 10px;
}
body {
color: #151313;
font-family: "Poppins", sans-serif;
font-size: 1.7rem;
margin: 0;
padding: 0;
box-sizing: border-box;
line-height: 1.5em;
color: #151313;
min-height: 100vh;
display: flex;
flex-direction: column;
}
body.modal-active {
overflow-y: hidden;
}
p {
font-size: 1.7rem;
line-height: 1.5em;
margin-bottom: 0.6em;
color: #151313;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Poppins", sans-serif;
color: #052150;
overflow-wrap: break-word;
}
h1 {
font-size: 3.1rem;
line-height: 1em;
letter-spacing: -0.5px;
}
h1.front {
font-size: 3.1rem;
}
h2 {
font-size: 2.5rem;
line-height: 1.1em;
}
h2 span.color {
color: #F15A29;
}
h3 {
font-size: 2rem;
line-height: 1.3em;
}
h4 {
font-size: 1.8rem;
line-height: 1.3em;
}
h5 {
font-size: 1.65rem;
line-height: 1.3em;
}
img {
width: 100%;
height: auto;
display: block;
vertical-align: bottom;
}
a {
text-decoration: none;
transition: 0.25s ease;
color: #377FBB;
}
a:hover {
color: #F15A29;
text-decoration: none;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
.container {
max-width: 1340px;
}
.container-fluid {
max-width: 1640px;
}
.no-margin {
margin: 0;
}
.red-clr {
color: red;
}
.bold {
font-weight: 700;
} .page-bar {
background-color: #052150;
padding: 6rem 0;
margin-bottom: 4rem;
}
.page-bar h1 {
color: #fff;
}
.page-single,
.post-single {
padding-top: 2rem;
padding-bottom: 4rem;
}
.page-single .wp-block-list,
.post-single .wp-block-list {
padding-left: 4rem;
}
.page-single h2.wp-block-heading,
.post-single h2.wp-block-heading {
margin-bottom: 0.6rem;
}
.page-single p,
.post-single p {
margin-bottom: 1.5rem;
} header {
padding: 2.5rem 0;
background-color: #fff;
position: relative;
}
header .menu-icon {
align-items: center;
width: 32px;
height: 30px;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 20px;
cursor: pointer;
}
header .header-logo {
max-width: 100px;
}
header .header-logo a {
display: block;
height: 100%;
}
header .header-logo a img {
width: 100%;
height: 100%;
}
.menu-icon-close {
visibility: hidden;
opacity: 0;
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
width: 32px;
height: 32px;
opacity: 0.6;
z-index: 1000;
cursor: pointer;
}
.menu-icon-close:hover {
opacity: 1;
}
.menu-icon-close::before, .menu-icon-close::after {
position: absolute;
left: 15px;
content: " ";
height: 33px;
width: 2px;
background-color: #333;
}
.menu-icon-close::before {
transform: rotate(45deg);
}
.menu-icon-close::after {
transform: rotate(-45deg);
}
#overlay-mobile {
position: fixed;
z-index: 10;
top: 0;
bottom: 0;
left: 0;
right: 100%;
background-color: rgba(255, 255, 255, 0.9);
transition: all 0.6s ease;
pointer-events: none;
height: 100%;
}
#overlay-mobile.show-overlay {
right: -100%;
opacity: 1;
visibility: visible;
pointer-events: all;
}
.main-menu ul.primary-menu {
display: none;
flex-direction: row;
justify-content: flex-end;
height: 100%;
}
.main-menu ul.primary-menu li {
line-height: 2.2em;
margin-left: 2rem;
display: flex;
align-items: center;
}
.main-menu ul.primary-menu li a {
font-size: 1.7rem;
font-weight: 600;
color: #111010;
}
.main-menu ul.primary-menu li a:hover {
color: #F15A29;
}
.main-menu ul.primary-menu li.cta-menu-link a {
background-color: #F15A29;
color: #fff;
padding: 0 2rem;
border-radius: 6px;
border: 1px solid #F15A29;
}
.main-menu ul.primary-menu li.cta-menu-link a:hover {
background-color: #fff;
color: #F15A29;
}
.main-menu ul.primary-menu li.cta-menu-link-2 a {
background-color: #fff;
color: #111010;
padding: 0 2rem;
border-radius: 6px;
border: 1px solid #F15A29;
}
.main-menu ul.primary-menu li.cta-menu-link-2 a:hover {
background-color: #fff;
color: #F15A29;
}
.main-menu ul.primary-menu.mobile-menu {
display: flex;
z-index: 1000;
opacity: 1;
visibility: visible;
flex-direction: column;
justify-content: flex-start;
align-items: center;
position: fixed;
top: 15rem;
left: 50%;
transform: translate(-50%);
width: 100%;
}
.main-menu ul.primary-menu.mobile-menu li {
line-height: 3em;
margin-left: 0;
display: flex;
align-items: center;
margin-bottom: 1rem;
}
.main-menu ul.primary-menu.mobile-menu li a {
font-size: 2.2rem;
font-weight: 600;
color: #111010;
}
.main-menu ul.primary-menu.mobile-menu li.cta-menu-link {
margin-bottom: 2rem;
}
.main-menu ul.primary-menu.mobile-menu li.cta-menu-link a {
color: #fff;
}
footer {
margin-top: auto;
padding: 3rem 0 0 0;
}
footer .footer-widgets .footer-logo {
max-width: 100px;
display: flex;
justify-content: center;
margin-bottom: 3rem;
width: 100%;
}
footer .footer-widgets .footer-logo img {
max-width: 250px;
}
footer.footer-one {
border-top: 1px solid #cccccc;
background-color: #151313;
color: #fff;
font-size: 1.4rem;
padding-top: 6rem;
}
footer.footer-one .footer-widget-title {
color: #7C899E;
font-size: 2rem;
margin-bottom: 12px;
}
footer.footer-one p {
color: #fff;
font-size: 1.4rem;
}
footer.footer-one a {
color: #fff;
}
footer.footer-one .footer-social-legal {
padding: 2.5rem 0;
}
footer.footer-one .footer-social {
display: flex;
height: auto;
flex-wrap: wrap;
margin-left: auto;
margin-bottom: 2rem;
justify-content: center;
align-items: center;
}
footer.footer-one .footer-social .icon {
opacity: 0.7;
margin: 0 15px 15px 15px;
height: 2.5rem;
width: auto;
transition: all 0.2s ease;
}
footer.footer-one .footer-social .icon:first-child {
margin-left: 15px;
}
footer.footer-one .footer-social .icon img {
width: auto;
height: 100%;
}
footer.footer-one .footer-social .icon:hover {
opacity: 1;
}
footer.footer-one .legal-stuff-menu ul {
display: flex;
justify-content: center;
}
footer.footer-one .legal-stuff-menu ul li {
font-size: 1.4rem;
margin-left: 2rem;
}
footer.footer-one .legal-stuff-menu ul li:first-child {
margin-left: 0;
}
footer.footer-one .copyright {
border-top: 1px solid #444444;
padding: 0.7rem 0;
background-color: #151313;
color: #fff;
font-size: 1.4rem;
}
footer.footer-one .copyright .copyright-copy,
footer.footer-one .copyright .developer-company {
text-align: center;
}
.footer-image-widget {
margin-top: 4rem;
}
.footer-image-widget img {
max-width: 200px;
}
.featured-image {
margin-bottom: 30px;
}
.post-category {
margin-bottom: 10px;
}
.post-date {
margin-bottom: 10px;
}
.cta-button-group {
display: flex;
flex-wrap: wrap;
}
.cta-button-group .cta-button {
margin-right: 0;
max-width: 100%;
}
.cta-button-group .cta-button:last-child {
margin-right: 0;
}
.cta-button {
cursor: pointer;
width: 100%;
}
.cta-button a.btn {
font-family: "Poppins", sans-serif;
color: #fff;
text-align: center;
font-size: 1.8rem;
font-style: normal;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
background-color: #F15A29;
border: 1px solid #F15A29;
border-radius: 6px;
padding: 15px 50px;
display: block;
margin: 10px 0;
width: 100%;
max-width: 100%;
min-width: 180px;
display: block;
line-height: 140%;
}
.cta-button a.btn:hover {
color: #F15A29;
background-color: #fff;
}
.cta-button a.btn.ghost-button {
color: #fff;
background-color: rgba(255, 255, 255, 0.3);
border: 1px solid #F15A29;
border-radius: 6px;
width: 100%;
max-width: 100%;
min-width: 170px;
text-align: center;
cursor: pointer;
transition: all 0.3s ease;
}
.cta-button a.btn.ghost-button:hover {
color: #fff;
background-color: #F15A29;
}
.cta-button a.btn.ghost-button-light {
color: #333;
background-color: rgba(255, 255, 255, 0.3);
border: 1px solid #F15A29;
border-radius: 6px;
width: 100%;
max-width: -moz-fit-content;
max-width: fit-content;
min-width: 170px;
text-align: center;
cursor: pointer;
transition: all 0.3s ease;
}
.cta-button a.btn.ghost-button-light:hover {
color: #fff;
background-color: #F15A29;
}
.hero-sect .cta-button-group .cta-button {
margin-right: 1.5rem;
max-width: -moz-max-content;
max-width: max-content;
}
.ff-el-group.ff-text-left.ff_submit_btn_wrapper {
text-align: center;
}
.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
background-color: #F15A29 !important;
padding: 1rem 5rem;
font-family: "Poppins", sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
}
.ff-default .ff-el-form-control {
font-size: 1.5rem;
font-family: "Poppins", sans-serif !important;
}
.card-section {
display: flex;
justify-content: center;
}
.card-section .card {
perspective: 1000px;
height: 400px;
padding-bottom: 0;
background-color: transparent;
box-shadow: none;
overflow: visible;
}
.card-section .card-inner {
width: 100%;
height: 100%;
transition: transform 0.6s;
transform-style: preserve-3d;
position: relative;
background-color: transparent;
}
.card-section .card:hover .card-inner {
transform: rotateY(180deg);
}
.card-section .card-front,
.card-section .card-back {
background-color: transparent;
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
border-radius: 10px;
box-shadow: none;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
}
.card-section .card-front {
border-radius: 12px;
overflow: hidden;
background-color: #fff;
display: flex;
flex-direction: column;
justify-content: center;
}
.card-section .card-front .card-image img {
position: static;
transform: none;
}
.card-section .card-back {
background-color: #f1f1f1;
color: #0077ff;
transform: rotateY(180deg);
padding: 3rem 2rem;
text-align: center;
}
.card {
height: calc(100% - 30px);
box-shadow: 0px 10px 23px 0px rgba(77, 77, 77, 0.15);
overflow: hidden;
padding-bottom: 25px;
position: relative;
padding-bottom: 80px;
background-color: #fff;
transition: all 0.3s ease;
}
.card.rnd-corners {
border-radius: 8px;
}
.card .card-image {
margin-bottom: 0;
height: auto;
position: relative;
overflow: hidden;
max-height: 287px;
}
.card .card-image img {
position: relative;
left: 0;
top: 0;
transform: none;
}
.card .card-title {
font-family: "Poppins", sans-serif;
color: #052150;
font-size: 2rem;
line-height: 1.3em;
font-weight: 700;
padding: 1.5rem 0;
margin-bottom: 0;
transition: all 0.3s ease;
}
.card .card-content {
padding: 0 2.3rem 0 2.3rem;
margin-bottom: 1.6rem;
font-size: 1.8rem;
line-height: 1.4em;
color: #151313;
transition: all 0.3s ease;
}
.card .card-read-more {
padding: 0;
font-size: 1.5rem;
line-height: 1.4em;
color: #848e99;
font-weight: 500;
position: absolute;
bottom: 20px;
right: 2.6rem;
}
.card.card-2 {
padding: 40px 15px 70px 15px;
}
.card.card-2:hover {
background-color: rgba(0, 0, 0, 0.6);
}
.card.card-2:hover .card-title,
.card.card-2:hover .card-content {
color: #fff;
}
.full-w-section {
padding: 4rem 0;
overflow: hidden;
background-color: #0e101a;
}
.full-w-section.img-background {
background-repeat: no-repeat;
background-size: cover;
background-position: 45% top;
}
.hero-sect {
margin-bottom: 5rem;
padding: 10rem 0 0 0;
text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
margin-bottom: 6rem;
position: relative;
}
.hero-sect .hero-content {
padding: 14rem 0 2rem 0;
margin-left: 1rem;
margin-right: 1rem;
}
.hero-sect .hero-content .small-title {
text-align: center;
color: #ffffff;
margin-bottom: 2rem;
font-size: 2.5rem;
line-height: 1.2em;
font-family: "Poppins", sans-serif;
}
.hero-sect .hero-content h1 {
text-align: left;
font-size: 3.6rem;
font-family: "Poppins", sans-serif;
margin-bottom: 1rem;
left: -5px;
position: relative;
color: #fff;
line-height: 1em;
margin-bottom: 3rem;
}
.hero-sect .hero-content .subtitle {
text-align: left;
color: #ffffff;
font-size: 2.2rem;
font-family: "Poppins", sans-serif;
line-height: 1.5em;
font-weight: 300;
}
.hero-sect .hero-content .subtitle span {
font-weight: 600;
}
.hero-sect .cta-button-group {
display: flex;
flex-wrap: wrap;
margin-bottom: 0.7rem;
justify-content: center;
}
.hero-sect .cta-button-group .cta-button {
margin-right: 0;
width: 100%;
max-width: 100%;
}
.hero-sect .cta-button-group .cta-button:last-child {
margin-right: 0;
}
.hero-sect.hero-front {
width: 97%;
border-radius: 10px;
max-width: 1940px;
margin-left: auto;
margin-right: auto;
position: relative;
}
.hero-sect.hero-front .overlay {
-o-border-image: linear-gradient(rgba(30, 34, 69, 0.2), rgba(30, 34, 69, 0.4)) 1 fill;
border-image: linear-gradient(rgba(30, 34, 69, 0.2), rgba(30, 34, 69, 0.4)) 1 fill;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.hero-sect.hero-front.img-background {
background-size: contain;
}
.overlay {
-o-border-image: linear-gradient(rgba(30, 34, 69, 0.4), rgba(30, 34, 69, 0.4)) 1 fill;
border-image: linear-gradient(rgba(30, 34, 69, 0.4), rgba(30, 34, 69, 0.4)) 1 fill;
}
.overlay-2 {
background-blend-mode: soft-light;
background-color: rgba(19, 25, 60, 0.9);
}
.image-text-sect-1 {
margin-bottom: 5rem;
padding-top: 4rem;
padding-bottom: 4rem;
}
.image-text-sect-1 h2 {
font-family: "Poppins", sans-serif;
font-size: 3.7rem;
font-weight: 600;
padding-bottom: 1.3rem;
margin-bottom: 2rem;
position: relative;
text-align: left;
color: #052150;
}
.image-text-sect-1 .sect-content {
display: flex;
justify-content: flex-start;
height: 100%;
flex-direction: column;
padding-left: 0;
}
.image-text-sect-1 .sect-content p {
font-size: 1.8rem;
line-height: 1.5em;
font-weight: 400;
}
.image-text-sect-1 .it-image {
border-radius: 1rem;
position: relative;
margin-bottom: 4rem;
padding-left: 0;
}
.image-text-sect-1 .it-image img {
border-radius: 10px;
}
.image-text-sect-1 .it-content {
padding-left: 15px;
}
.image-text-sect-1 p {
font-size: 2.2rem;
font-weight: 300;
line-height: 3.5rem;
}
.image-text-sect-1 .cta-button {
margin-top: 3rem;
}
blockquote p {
font-size: 2.3rem !important;
line-height: 1.5em !important;
font-weight: 600 !important;
}
.cta-sect {
margin-bottom: 5rem;
}
.cta-sect.cta-sect-1 {
padding: 8rem 0 5rem 0;
}
.cta-sect.cta-sect-1 .small-title {
text-align: center;
font-size: 3rem;
color: #fff;
font-weight: 400;
margin-bottom: 3rem;
}
.cta-sect.cta-sect-1 h2 {
font-family: "Poppins", sans-serif;
text-align: center;
color: #fff;
font-size: 3.8rem;
line-height: 1.3em;
margin-bottom: 3rem;
}
.cta-sect.cta-sect-1 p {
font-family: "Poppins", sans-serif;
color: #fff;
font-size: 2.2rem;
text-align: center;
font-weight: 400;
margin-bottom: 0;
}
.cta-sect.cta-sect-1 p.txt-lg {
font-weight: 500;
font-size: 2.6rem;
text-align: center;
margin-bottom: 4rem;
}
.our-services {
margin-bottom: 5rem;     }
.our-services .section-small-title {
margin-bottom: 1.2rem;
}
.our-services h2 {
font-size: 3.7rem;
line-height: 1.1em;
margin-bottom: 2rem;
}
.our-services .subtitle {
margin-bottom: 3rem;
}
.our-services .hr-titles {
display: flex;
flex-direction: column;
justify-content: center;
}
.our-services .hr-cards {
display: flex;
flex-direction: column;
}
.our-services .hr-cards .hr-card {
display: flex;
box-shadow: 0px 10px 20px 0px rgba(77, 77, 77, 0.1);
padding: 2rem 5rem;
border-radius: 25px;
margin-bottom: 2.5rem;
}
.our-services .hr-cards .hr-card .hr-card-title {
color: #F15A29;
font-size: 2rem;
margin-bottom: 1rem;
font-weight: 600;
}
.our-services .hr-cards .hr-card .hr-card-content {
display: flex;
flex-direction: column;
}
.our-services .hr-cards .hr-card1 {
margin-left: 0;
}
.our-services .hr-cards .hr-card2 {
margin-left: 0;
}
.our-services .hr-cards .hr-card3 {
margin-left: 0;
}
.our-services .hr-cards .hr-card4 {
margin-left: 0;
}
.our-services .hr-cards .hr-card5 {
margin-left: 0;
}
.our-services .srv-cards {
display: flex;
flex-wrap: wrap;
gap: 24px;
justify-content: center;
}
.our-services .srv-card {
position: relative;
flex: 1 1 calc(50% - 24px); display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-end;
padding: 4rem;
box-sizing: border-box;
background: #ffffff;
color: #222;
border-radius: 12px;
border: 1px solid #e9e9e9;
overflow: hidden; transition: color 0.4s ease;
box-shadow: 0px 10px 20px 0px rgba(77, 77, 77, 0.1);
min-height: 400px;
}
.our-services .srv-card .srv-card-title {
transition: color 0.4s ease;
color: #F15A29;
font-size: 2rem;
font-weight: 600;
text-transform: uppercase;
text-align: left;
margin-bottom: 1rem;
}
.our-services .srv-card .srv-card-icon {
width: 80px;
height: auto;
transition: transform 0.4s ease;
margin-bottom: 2rem;
}
.our-services .srv-card .srv-card-text {
text-align: left;
}
.our-services .srv-card .srv-card-text ul {
text-align: left;
opacity: 0;
max-height: 0; overflow: hidden;
transform: translateY(40px); transition: opacity 0.4s ease, max-height 0.4s ease, transform 0.4s ease;
}
.our-services .srv-card .srv-card-text ul li {
transition: color 0.4s ease;
padding-left: 1.6rem;
position: relative;
}
.our-services .srv-card .srv-card-text ul li::before {
position: absolute;
content: "";
top: 12px;
transform: translateY(-50%);
left: 0;
height: 6px;
width: 6px;
border-radius: 50%;
background-color: #F15A29;
}
.our-services .srv-card::before {
content: "";
position: absolute;
left: 0;
top: -100%;
width: 100%;
height: 100%;
background: #222; transition: top 0.4s ease;
z-index: 0;
}
.our-services .srv-card:hover ul {
opacity: 1;
max-height: 200px; transform: translateY(0); }
.our-services .srv-card:hover svg {
fill: #F15A29;
transform: scale(1.2);
transition: all 0.3s ease; }
.our-services .srv-card::before {
content: "";
position: absolute;
left: 0;
top: -100%;
width: 100%;
height: 100%;
background: #052150; transition: top 0.4s ease;
z-index: 0;
}
.our-services .srv-card > * {
position: relative;
z-index: 1;
}
.our-services .srv-card:hover::before {
top: 0;
}
.our-services .srv-card:hover .srv-card-icon {
transform: translate(20px, -20px); }
.our-services .srv-card:hover,
.our-services .srv-card:hover .srv-card-title,
.our-services .srv-card:hover .srv-card-list li {
color: #f1f1f1; }
@media (max-width: 767px) {
.our-services .srv-card {
flex: 1 1 100%;
min-height: -moz-fit-content;
min-height: fit-content;
}
}
.our-services .cta-button a.btn {
max-width: -moz-fit-content;
max-width: fit-content;
}
.our-team {
margin-top: 8rem;
margin-bottom: 8rem;
}
.our-team h2 {
margin-bottom: 3rem;
font-size: 3.7rem;
text-align: left;
}
.our-team .card {
height: 460px !important;
margin-bottom: 2.5rem;
}
.our-team .card-front {
align-items: center !important;
background-color: #242323;
box-shadow: 0px 10px 20px 0px rgba(77, 77, 77, 0.1);
}
.our-team .card-front::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 20%;
background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
pointer-events: none;
}
.our-team .card-title {
position: absolute;
bottom: 1rem;
font-size: 2.2rem;
color: #fff;
text-align: left;
padding-left: 15px;
padding-right: 15px;
z-index: 1;
}
.our-team .card-content {
color: #464e5c;
font-size: 1.8rem;
line-height: 1.5em;
}
.our-team .card-image {
position: static !important;
height: 100% !important;
max-height: 100% !important;
}
.contact-section {
margin-bottom: 5rem;
}
.contact-section h2 {
margin-bottom: 3rem;
font-size: 3.7rem;
text-align: left;
}
.handdrawn-circle {
display: inline-block;
position: relative;
padding: 0.2em 0.2em;
border-radius: 999px;
background: none;
z-index: 0;
}
.handdrawn-circle::before {
content: "";
position: absolute;
inset: -4px; border: 2px solid transparent;
border-radius: 999px;
background-image: url(//lucid-agency.be/wp-content/themes/lucidagency/assets/images/circle.png);
background-repeat: no-repeat;
background-size: 100% 100%;
z-index: -1;
}
.underlined-word {
display: inline-block;
position: relative;
z-index: 0;
}
.underlined-word::after {
content: "";
position: absolute;
left: 0;
bottom: -50%;
width: 100%;
height: 100%; background-image: url(//lucid-agency.be/wp-content/themes/lucidagency/assets/images/underline.svg);
background-repeat: no-repeat;
background-size: 100% 100%;
z-index: -1;
}
.cmplz-cookiebanner {
padding: 2.5rem 4rem !important;
}
.cmplz-cookiebanner .cmplz-title {
font-size: 2rem !important;
font-family: "Poppins", sans-serif !important;
line-height: 1.3em !important;
color: #052150 !important;
}
.cmplz-cookiebanner .cmplz-message {
font-size: 1.4rem !important;
line-height: 1.5em !important;
}
.cmplz-cookiebanner .cmplz-btn.cmplz-accept {
background-color: #F15A29 !important;
border: 1px solid #F15A29 !important;
transition: all 0.3s ease;
}
.cmplz-cookiebanner .cmplz-btn.cmplz-accept:hover {
background-color: #fff !important;
color: #F15A29 !important;
}
.cmplz-cookiebanner .cmplz-btn.cmplz-view-preferences {
border: 1px solid #F15A29 !important;
transition: all 0.3s ease;
}
.cmplz-cookiebanner .cmplz-btn.cmplz-view-preferences:hover {
background-color: #fff !important;
color: #F15A29 !important;
}
.cmplz-cookiebanner .cmplz-btn.cmplz-deny {
border: 1px solid #F15A29 !important;
transition: all 0.3s ease;
}
.cmplz-cookiebanner .cmplz-btn.cmplz-deny:hover {
background-color: #fff !important;
color: #F15A29 !important;
}
.cmplz-cookiebanner a.cmplz-link.cookie-statement {
color: #F15A29 !important;
}
.em-anim {
position: relative;
opacity: 0;
transition: 1.5s all ease;
}
.em-anim-left-a {
transform: translatex(-80%);
transition: 1s all ease;
animation-delay: 1s;
}
.em-anim-left-b {
transform: translatex(80%);
transition: 1s all ease;
}
.em-anim.active {
transform: translateY(0);
opacity: 1;
}
.em-anim.active .em-anim-left-a {
transform: translatex(0);
}
.em-anim.active .em-anim-left-b {
transform: translatex(0);
}
.em-anim.active .bounceIn {
animation-name: bounceIn;
animation-duration: 0.75s;
animation-duration: 1s;
animation-fill-mode: both;
}
.em-anim.active .bounceInLeft {
animation-name: bounceInLeft;
animation-duration: 1s;
animation-fill-mode: both;
}
.em-anim.active .bounceInLeft-delay1 {
animation-name: bounceInLeft;
animation-duration: 2s;
animation-fill-mode: both;
animation-delay: 0.2s;
}
.em-anim.active .bounceInLeft-delay2 {
animation-name: bounceInLeft;
animation-duration: 2s;
animation-fill-mode: both;
animation-delay: 0.4s;
}
.em-anim.active .bounceInLeft-delay3 {
animation-name: bounceInLeft;
animation-duration: 2s;
animation-fill-mode: both;
animation-delay: 0.6s;
}
.em-anim.active .bounceInLeft-delay4 {
animation-name: bounceInLeft;
animation-duration: 2s;
animation-fill-mode: both;
animation-delay: 0.8s;
}
.em-anim.active .bounceInLeft-delay5 {
animation-name: bounceInLeft;
animation-duration: 2s;
animation-fill-mode: both;
animation-delay: 0.7s;
}
.em-anim.active .bounceInRight {
animation-name: bounceInRight;
animation-duration: 1s;
animation-fill-mode: both;
}
.em-anim.active .bounceInRight-delay {
animation-name: bounceInRight;
animation-duration: 2s;
animation-fill-mode: both;
animation-delay: 0.2s;
}
.em-anim.active .flipInX {
backface-visibility: visible !important;
animation-name: flipInX;
animation-duration: 1s;
animation-fill-mode: both;
}
.em-anim.active .pulse {
animation-name: pulse;
animation-duration: 1s;
animation-fill-mode: both;
}
.em-anim.active .flipInY {
backface-visibility: visible !important;
animation-name: flipInY;
animation-duration: 1s;
animation-fill-mode: both;
}
.em-anim.active .fadeInUp {
animation-name: fadeInUp;
animation-duration: 1s;
animation-fill-mode: both;
}
.em-anim.active .fadeInUp-delay {
animation-name: fadeInUp;
animation-duration: 1s;
animation-fill-mode: both;
animation-delay: 0.7s;
}
.em-anim.active .rubberBand {
animation-name: rubberBand;
animation-duration: 1s;
animation-fill-mode: both;
}
header .em-anim.active {
transform: none;
}
@keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(25px, 0, 0);
}
75% {
transform: translate3d(-10px, 0, 0);
}
90% {
transform: translate3d(5px, 0, 0);
}
100% {
transform: none;
}
}
@keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(-25px, 0, 0);
}
75% {
transform: translate3d(10px, 0, 0);
}
90% {
transform: translate3d(-5px, 0, 0);
}
100% {
transform: none;
}
}
@keyframes flipInX {
0% {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transition-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transition-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
transform: perspective(400px);
}
}
@keyframes pulse {
0% {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
transform: scale3d(1, 1, 1);
}
}
@keyframes flipInY {
0% {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transition-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transition-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
transform: perspective(400px);
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
transform: scale3d(0.97, 0.97, 0.97);
}
100% {
opacity: 1;
transform: scale3d(1, 1, 1);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
transform: none;
}
}
@keyframes rubberBand {
0% {
transform: scale3d(1, 1, 1);
}
30% {
transform: scale3d(1.25, 0.75, 1);
}
40% {
transform: scale3d(0.75, 1.25, 1);
}
50% {
transform: scale3d(1.15, 0.85, 1);
}
65% {
transform: scale3d(0.95, 1.05, 1);
}
75% {
transform: scale3d(1.05, 0.95, 1);
}
100% {
transform: scale3d(1, 1, 1);
}
}
.float {
position: absolute;
width: 60px;
height: 60px;
border-radius: 50%;
opacity: 0.6;
background-color: #4fc3f7;
} .float-1 {
top: 20%;
left: 10%;
animation: float1 8s ease-in-out infinite;
}
.float-2 {
top: 30%;
left: 70%;
animation: float2 10s ease-in-out infinite;
}
.float-3 {
top: 60%;
left: 20%;
animation: float3 9s ease-in-out infinite;
}
.float-4 {
top: 75%;
left: 80%;
animation: float4 11s ease-in-out infinite;
}
.float-5 {
top: 45%;
left: 50%;
animation: float5 7s ease-in-out infinite;
} @keyframes float1 {
0% {
transform: translateX(0px);
}
50% {
transform: translateX(20px);
}
100% {
transform: translateX(0px);
}
}
@keyframes float2 {
0% {
transform: translateX(0px);
}
50% {
transform: translateX(-30px);
}
100% {
transform: translateX(0px);
}
}
@keyframes float3 {
0% {
transform: translateX(0px);
}
50% {
transform: translateX(15px);
}
100% {
transform: translateX(0px);
}
}
@keyframes float4 {
0% {
transform: translateX(0px);
}
50% {
transform: translateX(-25px);
}
100% {
transform: translateX(0px);
}
}
@keyframes float5 {
0% {
transform: translateX(0px);
}
50% {
transform: translateX(25px);
}
100% {
transform: translateX(0px);
}
}
@media (min-width: 768px) { h1 {
font-size: 3.4rem;
line-height: 1em;
}
h1.front {
font-size: 3.4rem;
}
h2 {
font-size: 2.8rem;
}
h3 {
font-size: 2.2rem;
}
.main-menu ul.primary-menu {
display: flex;
} .card .card-image {
height: 187px;
}
.card .card-image img {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.full-w-section {
padding: 4rem 0;
}
.full-w-section.img-background {
background-size: cover;
background-position: 0% 30%;
}
.cta-button-group {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.cta-button-group .cta-button {
margin-right: 0;
width: -moz-fit-content;
width: fit-content;
max-width: -moz-max-content;
max-width: max-content;
margin-right: 2.5rem;
}
.cta-button-group .cta-button:last-child {
margin-right: 0;
}
.hero-sect {
margin-bottom: 10rem;
padding: 10rem 0 5rem 0;
text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
}
.hero-sect .hero-content {
padding: 35rem 0 4rem 0;
}
.hero-sect .hero-content h1 {
text-align: center;
font-size: 7rem;
font-family: "Poppins", sans-serif;
margin-bottom: 3rem;
left: -5px;
position: relative;
color: #fff;
}
.hero-sect .hero-content .subtitle {
text-align: center;
font-size: 2.5rem;
line-height: 1.5em;
}
.hero-sect .cta-button-group {
display: flex;
flex-wrap: wrap;
margin-bottom: 5rem;
}
.hero-sect .cta-button-group .cta-button {
margin-right: 3rem;
width: 100%;
min-width: 300px;
max-width: -moz-max-content;
max-width: max-content;
}
.hero-sect .cta-button-group .cta-button:last-child {
margin-right: 0;
}
.hero-sect.hero-front {
width: 97%;
border-radius: 30px;
padding: 0;
}
.hero-sect.hero-front .overlay {
-o-border-image: linear-gradient(rgba(30, 34, 69, 0.3), rgba(30, 34, 69, 0.6)) 1 fill;
border-image: linear-gradient(rgba(30, 34, 69, 0.3), rgba(30, 34, 69, 0.6)) 1 fill;
}
.hero-sect.hero-front.img-background {
background-size: cover;
}
.our-services .hr-cards .hr-card1 {
margin-left: -3rem;
}
.our-services .hr-cards .hr-card2 {
margin-left: -1rem;
}
.our-services .hr-cards .hr-card3 {
margin-left: 0;
}
.our-services .hr-cards .hr-card4 {
margin-left: -1rem;
}
.our-services .hr-cards .hr-card5 {
margin-left: -3rem;
} footer .footer-widgets .footer-logo {
justify-content: flex-start;
}
footer.footer-one .footer-social {
justify-content: flex-start;
height: 2rem;
margin-bottom: 0;
}
footer.footer-one .footer-social .icon {
height: 2.1rem;
}
footer.footer-one .footer-social .icon:first-child {
margin-left: 0;
}
footer.footer-one .legal-stuff-menu ul {
justify-content: flex-end;
}
footer.footer-one .legal-stuff-menu ul li:first-child {
margin-left: 2rem;
}
.image-text-sect-1 {
margin-bottom: 10rem;
}
.image-text-sect-1 h2 {
font-size: 5rem;
}
.image-text-sect-1 .it-content {
padding-left: 5rem;
}
.cta-sect {
margin-bottom: 10rem;
}
.cta-sect h2 {
margin-bottom: 3rem;
font-size: 3.7rem;
text-align: left;
}
.cta-sect.cta-sect-1 h2 {
font-size: 5.6rem;
}
.our-services {
margin-bottom: 10rem;
}
.our-services .section-small-title {
margin-bottom: 1.5rem;
}
.our-services h2 {
font-size: 6rem;
line-height: 1.1em;
margin-bottom: 5rem;
}
.our-team h2 {
margin-bottom: 3rem;
font-size: 4.8rem;
text-align: center;
}
.contact-section {
margin-bottom: 5rem;
}
.contact-section h2 {
margin-bottom: 5rem;
font-size: 5rem;
text-align: center;
}
}
@media (min-width: 992px) { h1 {
font-size: 3.8rem;
line-height: 1em;
}
h1.front {
font-size: 3.4rem;
}
h2 {
font-size: 3rem;
}
h3 {
font-size: 2.2rem;
} .card .card-image {
height: 160px;
}
header .em-anim.active {
transform: translateY(0);
}
}
@media (min-width: 1200px) { .card .card-image {
height: 195px;
}
}