:root {
--primary-color: #E70D1C;
}
@keyframes ctaArrowSVGStart {
0% {
transform: translateY(calc(-50% + 0.5px)) translateX(0) translateZ(0);
}
100% {
transform: translateY(calc(-50% + 0.5px)) translateX(-3px) translateZ(0);
}
}
@keyframes ctaArrowStart {
0% {
stroke-dashoffset: 140px;
stroke-dasharray: 140px;
}
100% {
stroke-dasharray: 140px;
stroke-dashoffset: 10px;
}
}
@keyframes ctaArrowEnd {
0% {
stroke-dashoffset: 10px;
stroke-dasharray: 150px 150px;
}
40% {
opacity: 1;
}
100% {
opacity: 0;
stroke-dashoffset: -53px;
stroke-dasharray: 1px 150px;
}
}
@keyframes ctaArrowSVGEnd {
0% {
transform: translateY(calc(-50% + 0.5px)) translateX(-3px) translateZ(0);
}
100% {
transform: translateY(calc(-50% + 0.5px)) translateX(0) translateZ(0);
}
}
@keyframes ctaArrowLineEnd {
0% {
transform-origin: right;
transform: scaleX(1) translateY(calc(-50% + 0.5px)) translateZ(0);
}
50% {
transform-origin: right;
transform: scaleX(0) translateY(calc(-50% + 0.5px)) translateZ(0);
}
51% {
transform-origin: left;
}
100% {
transform: scaleX(1.2) translateY(calc(-50% + 0.5px)) translateZ(0);
transform-origin: left;
}
}
@keyframes ctaArrowTextStart {
0% {
transform: translateX(6px) translateZ(0);
}
100% {
transform: translateX(0) translateZ(0);
}
}
@keyframes ctaArrowTextEnd {
0% {
transform: translateX(0) translateZ(0);
}
100% {
transform: translateX(6px) translateZ(0);
}
}
.home .slick-slider .row {
max-width: 100%;
margin: 0;
}
.home .slick-slider .col-12 {
padding: 0;
}
.home .slick-slider .slick-dots {
position: absolute;
bottom: 30px;
width: 100%;
display: flex;
justify-content: center;
list-style: none;
bottom: 54%;
}
.home .slick-slider .slick-dots li button:before {
font-family: "slick";
font-size: 6px;
line-height: 20px;
position: absolute;
top: 6px;
left: 0;
width: 10px;
height: 10px;
content: "";
text-align: center;
opacity: 1;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
border: 1px solid #ffffff;
border-radius: 50%;
}
.home .slick-slider .slick-dots li.slick-active button:before {
opacity: 1;
color: #ffffff;
background: #ffffff;
}
.video-container {
position: relative;
width: 100%;
height: 100vh;
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.slide-wrap,
.content-wrapper,
.wrap {
position: relative;
}
.slide-wrap .txt-container,
.content-wrapper .txt-container,
.wrap .txt-container {
position: absolute;
top: 0%;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
padding: 0 35px;
}
.slide-wrap .txt-container p,
.content-wrapper .txt-container p,
.wrap .txt-container p {
color: #ffffff;
font-weight: 700;
font-size: 18px;
line-height: 32px;
}
.slide-wrap .txt-container button,
.content-wrapper .txt-container button,
.wrap .txt-container button {
font-weight: 400;
background: var(--primary-color);
border-radius: 68px;
padding: 14px 75px 14px 32px;
border: none;
position: relative;
margin-top: 32px;
font-size: 14px;
line-height: 103.5%;
border: 2px solid var(--primary-color);
transition: all 0.3s ease-in-out;
}
.slide-wrap .txt-container button a,
.content-wrapper .txt-container button a,
.wrap .txt-container button a {
color: black;
text-decoration: none;
}
.slide-wrap .txt-container button .txt,
.content-wrapper .txt-container button .txt,
.wrap .txt-container button .txt {
animation: ctaArrowTextStart 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
}
.slide-wrap .txt-container button svg,
.content-wrapper .txt-container button svg,
.wrap .txt-container button svg {
position: absolute;
right: auto;
top: 50%;
width: 6px;
right: 35px;
animation: ctaArrowSVGStart 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
}
.slide-wrap .txt-container button .line,
.content-wrapper .txt-container button .line,
.wrap .txt-container button .line {
height: 1px;
width: 25px;
position: absolute;
content: "";
right: 40px;
display: block;
top: 50%;
transform-origin: left;
background-color: #000;
transform: translateY(calc(-50% + 0.5px)) translateZ(0);
}
.slide-wrap .txt-container button:hover,
.content-wrapper .txt-container button:hover,
.wrap .txt-container button:hover {
background: white;
}
.slide-wrap .txt-container button:hover .txt,
.content-wrapper .txt-container button:hover .txt,
.wrap .txt-container button:hover .txt {
animation: ctaArrowTextEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
}
.slide-wrap .txt-container button:hover .line,
.content-wrapper .txt-container button:hover .line,
.wrap .txt-container button:hover .line {
animation: ctaArrowLineEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
}
.slide-wrap .txt-container button:hover svg,
.content-wrapper .txt-container button:hover svg,
.wrap .txt-container button:hover svg {
animation: ctaArrowSVGEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
}
.home .slick-slider img,
.content-wrapper img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
height: 100vh;
}
.slick-dotted.slick-slider {
margin-bottom: 0;
}
.horizontal-slider .slick-slider .slide-wrap .txt-container {
top: 0%;
align-items: flex-start;
justify-content: center;
}
.horizontal-slider .slick-slider .slide-wrap .txt-container h2 {
text-align: left;
font-size: 40px;
font-weight: 700;
line-height: 130%;
}
.horizontal-slider .slick-slider .slide-wrap .txt-container .date {
font-size: 18px;
font-weight: 700;
line-height: 32px;
color: var(--primary-color);
margin-bottom: 25px;
}
.horizontal-slider .slick-slider .slide-wrap .txt-container p {
line-height: 32px;
}
@media screen and (min-width: 768px) {
.slide-wrap .txt-container,
.content-wrapper .txt-container,
.wrap .txt-container {
top: 7%;
padding: 0 70px;
}
.slide-wrap .txt-container button,
.content-wrapper .txt-container button,
.wrap .txt-container button {
margin-top: 32px;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: 5%;
}
.horizontal-slider .slick-slider .slide-wrap .txt-container {
top: 8%;
}
.horizontal-slider .slick-slider .slide-wrap .txt-container h2 {
font-size: 44px;
font-weight: 800;
line-height: 53px;
max-width: 410px;
}
.horizontal-slider .slick-slider .slide-wrap .txt-container .date {
font-size: 24px;
font-weight: 700;
line-height: 136.5%;
margin-bottom: 30px;
}
.horizontal-slider .slick-slider .slide-wrap .txt-container p {
max-width: 860px;
line-height: 136.5%;
}
}
@media screen and (min-width: 992px) {
.home .slick-slider img {
max-width: 100%;
}
.slide-wrap .txt-container,
.content-wrapper .txt-container,
.wrap .txt-container {
align-items: center;
}
.slide-wrap .txt-container p,
.content-wrapper .txt-container p,
.wrap .txt-container p {
font-weight: 400;
font-size: 24px;
line-height: 150.5%;
max-width: 725px;
}
.slide-wrap .txt-container p:not(.js-homepage-slider-2 p),
.content-wrapper .txt-container p:not(.js-homepage-slider-2 p),
.wrap .txt-container p:not(.js-homepage-slider-2 p) {
text-align: center;
line-height: 136.5%;
}
.slide-wrap .txt-container button,
.content-wrapper .txt-container button,
.wrap .txt-container button {
font-size: 16px;
line-height: 103.5%;
}
}
header {
position: fixed;
top: 0;
right: 0;
z-index: 1;
width: 100%;
transition: background-color 0.4s ease;
padding: 27px 35px 27px;
justify-content: space-between;
}
header .burger-btn {
background: transparent;
border: none;
z-index: 10000;
width: 32px;
height: 22px;
position: relative;
transform: rotate(0deg);
transition: 0.5s ease-in-out;
cursor: pointer;
margin-top: 10px;
}
header .burger-btn span {
display: block;
position: absolute;
height: 4px;
width: 100%;
background: #fff;
border-radius: 4px;
opacity: 1;
left: 0;
transform: rotate(0deg);
transition: 0.25s ease-in-out;
}
header .burger-btn span:nth-child(1) {
top: 0px;
transform-origin: left center;
}
header .burger-btn span:nth-child(2) {
top: 8px;
transform-origin: left center;
}
header .burger-btn span:nth-child(3) {
top: 16px;
transform-origin: left center;
}
header .burger-btn.open span:nth-child(1) {
transform: rotate(45deg);
top: -4px;
left: 8px;
}
header .burger-btn.open span:nth-child(2) {
width: 0%;
opacity: 0;
}
header .burger-btn.open span:nth-child(3) {
transform: rotate(-45deg);
top: 19px;
left: 8px;
}
header .nav a {
padding-top: 0;
font-weight: 700;
font-size: 16px;
line-height: 24px;
color: #ffffff;
}
header .nav a:hover {
color: #ffffff;
}
header .nav a span {
position: relative;
}
header .nav a span::after {
transition: transform 0.3s ease-out, border-color 0.3s ease-out;
position: absolute;
display: block;
bottom: -3px;
left: 0;
width: 100%;
transform: scaleX(0);
border-bottom: 2px solid var(--primary-color);
content: "";
padding-bottom: inherit;
}
header .nav a span:hover::after,
header .nav a span:focus::after {
transform: scaleX(1);
transform-origin: left;
}
header .nav .dropdown-menu {
border-radius: 0;
}
header .nav .dropdown-menu a {
color: #000000;
}
header .nav .nav-item:hover .dropdown-menu {
display: block;
}
header .nav .dropdown-menu .nav-link:hover {
color: var(--primary-color);
}
@media screen and (min-width: 992px) {
header {
align-items: center;
padding: 25px 70px 25px;
justify-content: center;
}
header .nav a {
font-size: 18px;
}
.home header {
padding: 60px 70px 0;
}
@media screen and (min-width: 1100px) {
header .nav li:not(:last-of-type) .nav-link {
padding: 0 22px 8px 16px !important;
}
}
}
.modal-backdrop {
z-index: 0;
}
.modal-dialog {
margin: 0;
max-width: 100%;
}
.modal-content {
background: var(--primary-color);
height: 100vh;
border-radius: 0;
}
.modal-content .logo {
width: 110px;
height: 40px;
}
.modal-header,
.modal-body {
padding: 27px 35px 0;
}
.modal-body {
padding-top: 60px;
}
.modal-body .nav a {
font-size: 38px;
font-weight: 800;
line-height: 48px;
padding: 0;
}
.modal-body .nav-item {
padding: 0 0 30px;
}
.modal-header {
border-bottom: 0;
}
.btn-close {
background-image: url(//www.ldavies.com/wp-content/themes/ld/media/close-icon.svg);
opacity: 1;
width: 35px;
height: 35px;
background-size: auto;
padding: 0 !important;
visibility: hidden;
}
.toggle {
width: 25px;
height: 2.5px;
position: relative;
transition: 0.25s all cubic-bezier(0.17, 0.67, 0.09, 0.97);
cursor: pointer;
background: none;
border: none;
margin-right: 23px;
}
.toggle.open::after {
transform: rotate(90deg);
opacity: 1;
}
.toggle.open::before {
transform: rotate(180deg);
opacity: 0;
}
.toggle::after,
.toggle::before {
content: "";
transition: 0.25s all cubic-bezier(0.17, 0.67, 0.09, 0.97);
position: absolute;
width: 36px;
height: 4px;
background: #ffffff;
border-radius: 5px;
}
.toggle::after {
opacity: 1;
}
.toggle::before {
transform: rotate(90deg);
opacity: 1;
}
.toggle.open::after,
.toggle.open::before {
transition-delay: 0.1s;
opacity: 0;
}
.toggle.open::before {
opacity: 1;
}
.has-dropdown a {
display: flex;
justify-content: space-between;
align-items: center;
}
#collapse-secondary-nav {
list-style: none;
padding-left: 0;
background: #4de9e7;
padding-left: 35px;
margin-top: 25px;
}
#collapse-secondary-nav a {
font-size: 25px;
font-weight: 800;
line-height: 40px;
padding: 0 0 10px;
}
.wrap-collapse {
width: calc(100% + 70px);
margin-left: -35px;
}
footer {
padding: 35px 45px 0;
color: white;
background: #333;
}
footer h3 {
font-size: 28px;
font-weight: 700;
line-height: 40px;
margin-bottom: 21px;
text-align: left;
}
footer h4 {
font-size: 18px;
font-weight: 600;
line-height: 26px;
margin-bottom: 12px;
}
footer p {
margin-bottom: 30px;
font-weight: 600;
line-height: 26px;
font-size: 18px;
}
footer button {
font-size: 16px;
font-weight: 800;
line-height: 26px;
border-radius: 30px;
background: #ffffff;
padding: 14px 32px 14px 70px;
border: 2px solid #333;
position: relative;
transition: all 0.3s ease-in-out;
border: 2px solid #ffffff;
}
footer button a {
font-size: 16px;
font-weight: 800;
line-height: 26px;
color: black;
text-decoration: none;
}
footer button .text {
animation: ctaArrowTextStart 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
margin-right: 10px;
display: block;
}
footer button svg {
animation: ctaArrowSVGStart 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
position: absolute;
left: 48px;
top: 50%;
width: 6px;
stroke: currentColor;
}
footer button svg polyline {
animation: ctaArrowEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
stroke-dashoffset: 140px;
stroke-dasharray: 140px;
}
footer button .line {
animation: ctaArrowLineStart 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
height: 1px;
width: 25px;
position: absolute;
content: "";
left: 22px;
display: block;
top: 50%;
transform-origin: left;
background-color: #333;
transform: translateY(calc(-50% + 0.5px)) translateZ(0);
}
footer button:hover {
background: transparent;
color: #333;
}
footer button:hover .text {
animation: ctaArrowTextEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
color: #ffffff;
}
footer button:hover .line {
animation: ctaArrowLineEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
background-color: #ffffff;
}
footer button:hover svg {
animation: ctaArrowSVGEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
}
footer button:hover svg polyline {
animation: ctaArrowStart 0.45s ease 0.25s forwards;
stroke: #ffffff;
}
footer .social-media img {
width: 37px;
height: 37px;
margin-right: 12px;
}
footer .social-media a:hover img {
filter: grayscale(100%) brightness(60%) sepia(100%) hue-rotate(-180deg)
saturate(700%) contrast(0.8);
}
footer address {
margin-bottom: 50px;
}
footer .row:nth-of-type(2) {
padding-top: 30px;
}
footer .row:last-of-type {
background: #000;
width: calc(100% + 92px);
margin-left: -45px;
padding: 40px 35px;
}
footer .row:last-of-type .col-lg-4 {
display: flex;
padding: 0;
justify-content: space-between;
}
footer .row:last-of-type .col-lg-4 p,
footer .row:last-of-type .col-lg-4 a {
font-size: 15px;
line-height: 26px;
color: #ffffff;
transition: -webkit-text-decoration 0.3s ease;
transition: text-decoration 0.3s ease;
transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
}
footer .row:last-of-type .col-lg-4 p {
padding-right: 19px;
margin-bottom: 0;
}
footer .row:last-of-type .col-lg-4 a:hover {
text-decoration: none;
}
footer .col-lg-6 {
padding: 0 0 45px;
}
footer .col-lg-6:last-of-type {
padding-bottom: 50px;
border-bottom: 1px solid white;
}
footer .col-lg-3 ul {
padding-left: 0;
list-style: none;
margin-bottom: 35px;
}
footer .col-lg-3 ul li:not(:last-of-type) {
padding-bottom: 12px;
}
footer .col-lg-3 ul a {
color: #ffffff;
text-decoration: none;
font-size: 16px;
line-height: 26px;
}
footer .col-lg-3 ul a:hover {
text-decoration: underline;
transition: -webkit-text-decoration 0.5s ease-out;
transition: text-decoration 0.5s ease-out;
transition: text-decoration 0.5s ease-out,
-webkit-text-decoration 0.5s ease-out;
}
@media screen and (min-width: 768px) {
footer .row:last-of-type .col-lg-4 {
justify-content: unset;
}
}
@media screen and (min-width: 992px) {
footer {
padding: 85px 70px 0;
background: #333;
}
footer h3 {
font-size: 38px;
font-weight: 800;
line-height: 48px;
}
footer p {
font-size: 24px;
}
footer .row:first-of-type {
position: relative;
}
footer .row:first-of-type::after {
content: "";
position: absolute;
left: -60px;
bottom: 0;
border-bottom: 1px solid white;
width: calc(100% + 120px);
}
footer .row:nth-of-type(2) {
padding-top: 75px;
}
footer .row:last-of-type {
background: #000000;
width: calc(100% + 144px);
margin-left: -75px;
padding: 50px 70px;
}
footer .row:last-of-type .col-lg-4 p,
footer .row:last-of-type .col-lg-4 a {
font-size: 16px;
}
footer .row:last-of-type .col-lg-4 p {
padding-right: 60px;
}
footer .col-lg-6:last-of-type {
padding-left: 70px;
}
footer .col-lg-6 {
padding-bottom: 130px;
}
footer .col-lg-6:first-of-type {
position: relative;
}
footer .col-lg-6:first-of-type::after {
content: "";
position: absolute;
top: -85px;
border-right: 1px solid white;
right: 0;
height: calc(100% + 85px);
}
footer .social-media img {
width: 45px;
height: 45px;
margin-right: 14px;
}
footer .col-lg-3 ul li:not(:last-of-type) {
padding-bottom: 17px;
}
.home > footer {
background: var(--primary-color);
}
.home > footer .row:last-of-type {
background: #088f8e;
}
}
@media screen and (min-width: 1400px) {
footer .col-lg-6:last-of-type {
padding-left: 160px;
}
}
.top-header {
padding: 130px 35px 0;
position: relative;
height: 630px;
width: 100%;
color: #ffffff;
overflow: hidden;
}
@media (max-width: 480px) { .our-history .top-header {
height: max-content;
}
.top-header {
height: 380px;
padding: 60px 15px 0;
}
.top-header.custom-hero {
padding-top: 160px;
}
}
.top-header img {
position: absolute;
top: 0;
width: 100%;
left: 0;
z-index: -1;
-o-object-fit: cover;
object-fit: cover;
height: 100%;
}
.top-header.blue {
background: var(--primary-color);
opacity: 0.8;
height: 170px;
padding: 100px 35px 32px;
}
.top-header .bg {
background-image: url(//www.ldavies.com/wp-content/themes/ld/media/page-header/mobile.png);
position: absolute;
width: 100%;
height: 100%;
z-index: -1;
background-size: cover;
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
top: 50%; left: 50%; transform: translate(-50%, -50%); min-height: 100%; max-width: 100%; }
.top-header h1 {
font-size: 33px;
font-style: normal;
font-weight: 700;
line-height: 44px;
margin-bottom: 20px;
}
.top-header p {
font-size: 16px;
font-style: normal; line-height: 26px;
}
.top-header .breadcrumb-item + .breadcrumb-item::before,
.top-header .breadcrumb a,
.top-header .breadcrumb-item.active {
color: #ffffff;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 26px;
text-decoration-line: none;
}
.top-header .breadcrumb-item,
.top-header .breadcrumb-item.active {
text-decoration-line: underline;
}
.top-header .breadcrumb-item:hover,
.top-header .breadcrumb-item.active:hover {
text-decoration-line: none;
}
.top-header .breadcrumb {
margin-bottom: 30px;
}
.our-history .top-header .bg {
background-image: url(//www.ldavies.com/wp-content/themes/ld/media/page-header/our-history.png);
}
@media screen and (min-width: 992px) {
.top-header {
padding: 250px 70px 135px;
}
.top-header img {
height: 100%;
}
.top-header.blue {
padding: 130px 70px 25px;
height: 190px;
}
.top-header .bg {
background-image: url(//www.ldavies.com/wp-content/themes/ld/media/page-header/Rectangle\ 1.png);
top: 0;
left: 0;
transform: none;
}
.top-header h1 {
font-size: 55px;
font-weight: 800;
line-height: 70px;
}
.top-header p {
font-size: 20px;
line-height: 30px;
max-width: 640px;
}
.news-article .top-header img {
height: 110%;
}
}
@media screen and (max-width: 820px) {
.top-header {
height: 370px;
padding: 150px 35px 0;
}
.news-article .top-header h1.swift-up-line {
line-height: 42px;
}
.top-header h1 {
font-size: 33px;
line-height: 38px;
}
.top-header p {
font-size: 16px;
line-height: 26px;
}
}
@media (max-width: 480px) { .top-header {
height: 370px;
padding: 135px 35px 0;
}
.top-header h1 {
font-size: 33px;
line-height: 38px;
}
.news-article .top-header h1.swift-up-line {
line-height: 42px;
}
.top-header p {
font-size: 16px;
line-height: 26px;
}
}
@keyframes ctaArrowSVGStart {
0% {
transform: translateY(calc(-50% + 0.5px)) translateX(0) translateZ(0);
}
100% {
transform: translateY(calc(-50% + 0.5px)) translateX(-3px) translateZ(0);
}
}
@keyframes ctaArrowStart {
0% {
stroke-dashoffset: 140px;
stroke-dasharray: 140px;
}
100% {
stroke-dasharray: 140px;
stroke-dashoffset: 10px;
}
}
@keyframes ctaArrowEnd {
0% {
stroke-dashoffset: 10px;
stroke-dasharray: 150px 150px;
}
40% {
opacity: 1;
}
100% {
opacity: 0;
stroke-dashoffset: -53px;
stroke-dasharray: 1px 150px;
}
}
@keyframes ctaArrowSVGEnd {
0% {
transform: translateY(calc(-50% + 0.5px)) translateX(-3px) translateZ(0);
}
100% {
transform: translateY(calc(-50% + 0.5px)) translateX(0) translateZ(0);
}
}
@keyframes ctaArrowLineEnd {
0% {
transform-origin: right;
transform: scaleX(1) translateY(calc(-50% + 0.5px)) translateZ(0);
}
50% {
transform-origin: right;
transform: scaleX(0) translateY(calc(-50% + 0.5px)) translateZ(0);
}
51% {
transform-origin: left;
}
100% {
transform: scaleX(1.2) translateY(calc(-50% + 0.5px)) translateZ(0);
transform-origin: left;
}
}
@keyframes ctaArrowTextStart {
0% {
transform: translateX(6px) translateZ(0);
}
100% {
transform: translateX(0) translateZ(0);
}
}
@keyframes ctaArrowTextEnd {
0% {
transform: translateX(0) translateZ(0);
}
100% {
transform: translateX(6px) translateZ(0);
}
}
.text-image .col-lg-6 {
padding: 0;
}
.text-image .parallax {
position: relative;
height: 100%;
overflow: hidden;
}
.text-image .parallax .bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background-size: contain;
background-attachment: fixed;
background-repeat: no-repeat;
background-image: url(//www.ldavies.com/wp-content/themes/ld/media/about-us/Rectangle\ 52.png);
}
.text-image .parallax img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: auto;
}
.text-image.reversed .parallax .bg {
background-image: url(//www.ldavies.com/wp-content/themes/ld/media/about-us/Rectangle\ 19.png);
}
.text-image.big-img .col-lg-6.parallax {
height: 745px;
}
.text-image .txt-wrapper {
padding: 35px;
}
.text-image .txt-wrapper ul {
margin-top: 12px;
}
.text-image h3 {
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 40px;
}
.text-image p {
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
margin-bottom: 32px;
}
.video-col .video-wrap {
position: relative;
width: 100%;
height: 100%; overflow: hidden;
}
.video-col .video-wrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover !important;
}
.page-404 .content-wrap button:not(.slick-arrow):not(.slick-dots li button),
.text-image button:not(.slick-arrow):not(.slick-dots li button) {
border-radius: 25px;
background: var(--primary-color);
color: white;
padding: 14px 32px 14px 70px;
border: 2px solid var(--primary-color);
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 24px;
position: relative;
margin-bottom: 45px;
transition: all 0.3s ease-in-out;
}
.page-404
.content-wrap
button:not(.slick-arrow):not(.slick-dots li button)
.text,
.text-image button:not(.slick-arrow):not(.slick-dots li button) .text {
animation: ctaArrowTextStart 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
margin-right: 10px;
display: block;
}
.page-404 .content-wrap button:not(.slick-arrow):not(.slick-dots li button) svg,
.text-image button:not(.slick-arrow):not(.slick-dots li button) svg {
animation: ctaArrowSVGStart 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
position: absolute;
left: 48px;
top: 50%;
width: 6px;
stroke: currentColor;
}
.page-404
.content-wrap
button:not(.slick-arrow):not(.slick-dots li button)
svg
polyline,
.text-image button:not(.slick-arrow):not(.slick-dots li button) svg polyline {
animation: ctaArrowEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
stroke-dashoffset: 140px;
stroke-dasharray: 140px;
}
.page-404
.content-wrap
button:not(.slick-arrow):not(.slick-dots li button)
.line,
.text-image button:not(.slick-arrow):not(.slick-dots li button) .line {
animation: ctaArrowLineStart 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
height: 1px;
width: 25px;
position: absolute;
content: "";
left: 22px;
display: block;
top: 50%;
transform-origin: left;
background-color: white;
transform: translateY(calc(-50% + 0.5px)) translateZ(0);
}
.page-404
.content-wrap
button:not(.slick-arrow):not(.slick-dots li button):hover,
.text-image button:not(.slick-arrow):not(.slick-dots li button):hover {
background: transparent;
color: var(--primary-color);
border: 2px solid var(--primary-color);
}
.page-404
.content-wrap
button:not(.slick-arrow):not(.slick-dots li button):hover
.text,
.text-image button:not(.slick-arrow):not(.slick-dots li button):hover .text {
animation: ctaArrowTextEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
color: var(--primary-color);
}
.page-404
.content-wrap
button:not(.slick-arrow):not(.slick-dots li button):hover
.line,
.text-image button:not(.slick-arrow):not(.slick-dots li button):hover .line {
animation: ctaArrowLineEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
background-color: var(--primary-color);
}
.page-404
.content-wrap
button:not(.slick-arrow):not(.slick-dots li button):hover
svg,
.text-image button:not(.slick-arrow):not(.slick-dots li button):hover svg {
animation: ctaArrowSVGEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
}
.page-404
.content-wrap
button:not(.slick-arrow):not(.slick-dots li button):hover
svg
polyline,
.text-image
button:not(.slick-arrow):not(.slick-dots li button):hover
svg
polyline {
animation: ctaArrowStart 0.45s ease 0.25s forwards;
stroke: var(--primary-color);
}
@media screen and (max-width: 1024px) {
.team-member .text-image p:not(:first-of-type) {
margin-bottom: 20px;
}
}
@media screen and (min-width: 992px) {
.our-history .text-image .txt-wrapper {
padding: 80px 70px;
}
.text-image .parallax {
min-height: 300px;
height: 540px;
}
.our-history .text-image .parallax {
min-height: 540px;
height: inherit;
}
.project-article .text-image .parallax {
min-height: 540px;
height: inherit;
}
.text-image .parallax img {
position: absolute;
-o-object-fit: cover;
object-fit: cover;
top: 0;
width: 100%;
height: 140%;
z-index: -2;
}
.text-image .smaller-img {
height: 500px;
}
.text-image.text-video-section .video-wrap {
overflow: hidden;
}
.text-image.text-video-section .video-wrap img {
width: 100%;
}
.text-image.reversed .col-lg-6.parallax,
.text-image.reversed .col-lg-6.video-col {
order: 1;
}
.text-image.reversed .col-lg-6 {
order: 2;
}
.project-article .text-image .txt-wrapper {
padding: 80px 70px;
}
.text-image .txt-wrapper {
padding: 0 130px 0 10px;
}
.text-image h3 {
font-size: 35px;
font-weight: 800;
line-height: 42px;
margin-bottom: 25px;
}
.text-image ul {
padding-right: 45px;
}
.text-image li {
margin-bottom: 25px;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 34px;
}
.text-image p {
font-size: 20px;
font-weight: 400;
line-height: 30px;
margin-bottom: 35px;
}
.team-member .text-image p:not(:first-of-type) {
margin-bottom: 20px;
}
.text-image .txt-wrapper > a {
text-decoration: underline;
text-underline-offset: 3px;
background-size: 0 1px;
background-position: right bottom;
transition: background-size 0.55s cubic-bezier(0.2, 0.75, 0.5, 1);
margin-bottom: 0 !important;
}
.text-image .txt-wrapper > a:hover {
display: inline;
background-size: 100% 2px;
background-image: linear-gradient(to right, var(--primary-color) 0, var(--primary-color) 100%);
background-position: left bottom;
background-repeat: no-repeat;
text-decoration: none;
}
}
@keyframes ctaArrowSVGStart {
0% {
transform: translateY(calc(-50% + 0.5px)) translateX(0) translateZ(0);
}
100% {
transform: translateY(calc(-50% + 0.5px)) translateX(-3px) translateZ(0);
}
}
@keyframes ctaArrowStart {
0% {
stroke-dashoffset: 140px;
stroke-dasharray: 140px;
}
100% {
stroke-dasharray: 140px;
stroke-dashoffset: 10px;
}
}
@keyframes ctaArrowEnd {
0% {
stroke-dashoffset: 10px;
stroke-dasharray: 150px 150px;
}
40% {
opacity: 1;
}
100% {
opacity: 0;
stroke-dashoffset: -53px;
stroke-dasharray: 1px 150px;
}
}
@keyframes ctaArrowSVGEnd {
0% {
transform: translateY(calc(-50% + 0.5px)) translateX(-3px) translateZ(0);
}
100% {
transform: translateY(calc(-50% + 0.5px)) translateX(0) translateZ(0);
}
}
@keyframes ctaArrowLineEnd {
0% {
transform-origin: right;
transform: scaleX(1) translateY(calc(-50% + 0.5px)) translateZ(0);
}
50% {
transform-origin: right;
transform: scaleX(0) translateY(calc(-50% + 0.5px)) translateZ(0);
}
51% {
transform-origin: left;
}
100% {
transform: scaleX(1.2) translateY(calc(-50% + 0.5px)) translateZ(0);
transform-origin: left;
}
}
@keyframes ctaArrowTextStart {
0% {
transform: translateX(6px) translateZ(0);
}
100% {
transform: translateX(0) translateZ(0);
}
}
@keyframes ctaArrowTextEnd {
0% {
transform: translateX(0) translateZ(0);
}
100% {
transform: translateX(6px) translateZ(0);
}
}
.team-member .text-image .parallax {
height: 100%;
margin: 0 auto;
}
.team-member .text-image .parallax.col-lg-6 {
order: 1;
margin: 35px 0;
padding: 0 35px;
}
.team-member .text-image .parallax img {
-o-object-fit: contain;
object-fit: contain;
height: 100%;
width: 100%;
}
.team-member .text-image .txt-wrapper {
padding: 0 35px 35px;
}
.team-member .text-image .txt-wrapper h3 {
margin-bottom: 12px;
font-size: 38px;
font-weight: 700;
line-height: 48px;
}
.team-member p span.colour {
line-height: 30px;
}
.team-member .text-image .txt-wrapper .position {
color: var(--primary-color);
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: 40px;
}
.team-member .text-image .txt-wrapper p:first-of-type {
margin-top: 20px;
}
.team-member .text-image .col-lg-6 {
order: 2;
}
.our-team .top-header,
.projects .top-header,
.news .top-header {
height: 300px;
}
.grid-container {
padding: 40px 35px;
background: #f8f8f8;
}
.grid-container h3 {
margin-bottom: 30px;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 40px;
text-align: center;
}
.grid-container.masonry-layout .cards-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
-moz-column-gap: 20px;
column-gap: 20px;
row-gap: 25px;
padding: 0;
}
.grid-container .cards-wrapper { -moz-column-gap: 20px;
column-gap: 20px;
row-gap: 25px;
padding: 0;
grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
display: grid;
@media screen and (max-width: 845px) {
grid-template-columns: 1fr;
}
}
.grid-container .card {
border: none;
text-decoration: none;
border: none;
width: auto;
flex: 1 0 320px;
max-width: 100%;
overflow: hidden;
border-radius: 0;
background: transparent;
}
.grid-container .card .img-wrap {
transition: transform 0.8s cubic-bezier(0.05, 0.2, 0.1, 1);
overflow: hidden;
}
.grid-container .card .img-wrap img {
border-radius: 0;
transition: transform 0.8s cubic-bezier(0.05, 0.2, 0.1, 1);
}
.grid-container .card-body {
padding: 18px 0 0;
}
.grid-container .card-text {
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}
.grid-container .card-title {
font-size: 25px;
font-style: normal;
font-weight: 800;
line-height: 40px;
margin-bottom: 14px;
position: relative;
width: auto;
}
.grid-container .card-title::after {
transition: transform 0.3s ease-out, border-color 0.3s ease-out;
position: absolute;
display: block;
bottom: -3px;
left: 0;
width: 100%;
transform: scaleX(0);
border-bottom: 2px solid white;
content: "";
padding-bottom: inherit;
}
.grid-container .card-title:hover::after,
.grid-container .card-title:focus::after {
transform: scaleX(1);
transform-origin: left;
}
.grid-container .card-title::after {
border-color: #0000005a;
}
.related-projects .row {
row-gap: 30px;
}
.related-projects h4 {
font-size: 38px;
font-style: normal;
font-weight: 800;
line-height: 40px;
margin-bottom: 40px;
@media screen and (max-width: 750px) {
font-size: 28px;
}
}
.related-projects .img-wrap {
overflow: hidden;
}
.related-projects-gallery .slick-track {
margin-left: 0;
margin-right: 0;
}
@media screen and (min-width: 992px) {
.project-article
.related-projects-gallery
.related-projects-slider
.slick-track
div:last-of-type {
padding-right: 0 !important;
}
}
.homepage-slider-section .txt-container button {
font-weight: 700;
}
.homepage-slider-section .txt-container a,
.news .card-text,
.related-projects .card-title,
.grid-container .card-title {
background-size: 0 1px;
background-position: right bottom;
transition: background-size 0.55s cubic-bezier(0.2, 0.75, 0.5, 1);
margin-bottom: 0 !important;
}
.related-projects .card:hover img,
.grid-container .card:hover img {
transform: scale(1.15);
}
.related-projects .card:hover .card-title::after,
.related-projects .card:hover .card-title::after,
.grid-container .card:hover .card-title::after,
.grid-container .card:hover .card-title::after {
display: none;
}
.blogs-module .card-body a:hover,
.career-module .txt-wrapper .column-content a:hover,
.txt-section .row a:hover,
.homepage-slider-section .txt-container > a:hover,
.apply-form a:hover,
.accordion-section a:hover,
.text-video a:hover,
.text-image .txt-wrapper p a:hover,
.text-image .txt-wrapper a:hover,
.text-image .row .col-lg-8 p a:hover,
.content a:hover,
.related-projects .card:hover .card-title,
.grid-container .card:hover .card-title {
display: inline;
background-size: 100% 2px;
background-image: linear-gradient(to right, var(--primary-color) 0, var(--primary-color) 100%);
background-position: left bottom;
background-repeat: no-repeat;
text-decoration: none;
}
.blogs-module .card-body a,
.career-module .txt-wrapper .column-content a,
.txt-section .row a,
.apply-form a,
.accordion-section a,
.text-video a,
.text-image .row .col-lg-8 p a,
.text-image .txt-wrapper p a,
.text-image .txt-wrapper a,
.content a {
background-size: 0 1px;
background-position: right bottom;
transition: background-size 0.55s cubic-bezier(0.2, 0.75, 0.5, 1);
margin-bottom: 0 !important;
}
.blogs-module .card-body a,
.career-module .txt-wrapper .column-content a,
.txt-section .row a,
.homepage-slider-section .txt-container a,
.apply-form a,
.accordion-section a,
.news .card-text,
.text-image .row .col-lg-8 p a,
.text-video a,
.text-image .txt-wrapper p a,
.text-image .txt-wrapper a,
.content a,
.grid-container .card .card-title {
text-decoration: underline;
text-underline-offset: 3px;
}
.grid-container .card .card-title:hover {
text-decoration: none;
}
.news .related-projects .card-title {
background-size: 0;
display: block;
}
.homepage-slider-section .txt-container > a,
.news .related-projects .card-text {
background-size: 0 1px;
background-position: right bottom;
transition: background-size 0.55s cubic-bezier(0.2, 0.75, 0.5, 1);
margin-bottom: 0 !important;
}
.news .related-projects .card:hover .card-title {
background-size: 0;
display: block;
}
.homepage-slider-section .txt-container > a:hover,
.news .related-projects .card:hover .card-text {
display: inline;
background-size: 100% 2px;
background-image: linear-gradient(to right, var(--primary-color) 0, var(--primary-color) 100%);
background-position: left bottom;
background-repeat: no-repeat;
text-decoration: none;
}
.banner.parallax {
position: relative;
padding: 45px 35px 70px;
background: #373736;
color: white;
}
.banner.parallax img {
position: absolute;
top: 0;
width: 100%;
left: 0;
-o-object-fit: cover;
object-fit: cover;
height: 100%;
}
.banner.parallax h3 {
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 40px;
margin-bottom: 20px;
}
.banner.parallax p {
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
margin-bottom: 33px;
}
.banner.parallax button {
border-radius: 25px;
background: var(--primary-color);
color: white;
padding: 14px 15px 14px 60px;
border: 2px solid var(--primary-color);
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 24px;
position: relative;
transition: all 0.3s ease-in-out;
}
.banner.parallax button .text {
animation: ctaArrowTextStart 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
margin-right: 10px;
display: block;
}
.banner.parallax button svg {
animation: ctaArrowSVGStart 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
position: absolute;
left: 48px;
top: 50%;
width: 6px;
stroke: currentColor;
}
.banner.parallax button svg polyline {
animation: ctaArrowEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
stroke-dashoffset: 140px;
stroke-dasharray: 140px;
}
.banner.parallax button .line {
animation: ctaArrowLineStart 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
height: 1px;
width: 25px;
position: absolute;
content: "";
left: 22px;
display: block;
top: 50%;
transform-origin: left;
background-color: white;
transform: translateY(calc(-50% + 0.5px)) translateZ(0);
}
.banner.parallax button:hover {
background: white;
color: var(--primary-color);
}
.banner.parallax button:hover .text {
animation: ctaArrowTextEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
}
.banner.parallax button:hover .line {
animation: ctaArrowLineEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
background-color: var(--primary-color);
}
.banner.parallax button:hover svg {
animation: ctaArrowSVGEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
}
.banner.parallax button:hover svg polyline {
animation: ctaArrowStart 0.45s ease 0.25s forwards;
stroke: var(--primary-color);
}
@media screen and (max-width: 768px) {
.grid-container .cards-wrapper .card-title {
text-wrap: balance;
}
}
.team-member {
.top-header {
padding: 250px 70px 135px;
height: 430px;
}
} @media (max-width: 1024px) {
.team-member .text-image .parallax.col-lg-6 {
margin: 0;
}
.team-member .top-header {
height: 230px;
padding: 150px 35px;
}
.team-member .text-image .row {
display: flex;
flex-direction: column;
align-items: center;
text-align: left; }
.team-member .text-image .parallax.col-lg-6 {
padding: 20px 0;
}
.team-member .text-image .col-lg-6 {
width: 100%; max-width: 743px;
}
.team-member .text-image .txt-wrapper {
padding: 20px 0;
}
.team-member .text-image .parallax {
order: -1; padding: 20px 0;
}
.team-member .text-image .txt-wrapper h3 {
font-size: 28px;
line-height: 34px;
}
.team-member .text-image .parallax img {
max-width: 100%;
height: auto; }
}
@media (max-width: 767px) {
.team-member .top-header {
height: 230px;
padding: 130px 20px; }
.team-member .text-image .row {
display: flex;
flex-direction: column;
align-items: center;
text-align: left; padding: 30px;
}
.team-member .text-image .parallax.col-lg-6 {
padding: 10px 0;
}
.team-member .text-image .col-lg-6 {
width: 100%;
max-width: 100%; }
.team-member .text-image .txt-wrapper {
padding: 15px 0; }
.team-member .text-image .txt-wrapper p:first-of-type {
margin-top: 10px;
margin-bottom: 10px;
}
.team-member .text-image .parallax {
order: -1; padding: 15px 0;
}
.team-member .text-image .txt-wrapper h3 {
font-size: 28px; line-height: 26px;
margin-bottom: 10px;
}
.team-member .text-image .parallax img {
max-width: 100%;
height: auto;
}
.team-member .text-image p:not(:first-of-type) {
margin-bottom: 20px;
}
.team-member .text-image .txt-wrapper .position {
display: block;
}
.team-member .text-image .parallax.col-lg-6 {
margin-bottom: 20px;
margin-top: 0;
}
}
@media screen and (min-width: 768px) { .team-member .text-image .parallax.col-lg-6 img {
width: auto;
}
.grid-container .card {
max-width: 100%;
}
}
@media screen and (min-width: 992px) {
.team-member .text-image .txt-wrapper h3 {
margin-bottom: -10px; }
.team-member .text-image .txt-wrapper .position {
margin-bottom: -10px; display: block;
}
.team-member .text-image .row {
padding: 0 82px;
}
.team-member .text-image .parallax.col-lg-6 {
margin: 80px 0 80px;
max-width: 374px;
padding: 0;
margin-right: 50px;
}
.team-member .text-image .parallax.col-lg-6 img {
height: 110%;
left: -20%;
}
.team-member .text-image .txt-wrapper {
padding: 75px 0 0;
margin-top: 0;
}
.our-team .top-header,
.projects .top-header,
.news .top-header {
height: 630px;
}
.grid-container {
padding: 72px 70px 55px;
}
.grid-container h3 {
font-size: 38px;
font-style: normal;
font-weight: 800;
line-height: 48px;
margin-bottom: 50px;
}
.grid-container .cards-wrapper {
justify-content: unset;
}
.grid-container .cards-wrapper .card {
flex: 1 0 420px;
width: auto;
max-width: 100%;
}
.grid-container .cards-wrapper .card-title {
margin-bottom: 8px;
}
.banner.parallax {
background-color: unset;
padding: 60px 70px 70px;
}
.banner.parallax img {
height: 130%;
z-index: -1;
}
.banner.parallax h3 {
font-size: 38px;
font-style: normal;
font-weight: 800;
line-height: 48px;
}
.banner.parallax p {
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: 40px;
}
.banner.parallax button {
margin-top: 40px;
margin-left: 85px;
padding: 14px 32px 14px 70px;
}
}
@media screen and (min-width: 1200px) {
.grid-container .cards-wrapper .card {
max-width: 100%;
}
.team-member .text-image .parallax.col-lg-6 {
max-width: 420px;
margin-right: 80px;
}
.team-member .text-image .parallax.col-lg-6 img {
left: -15%;
}
.banner.parallax button {
margin-left: 140px;
}
}
@media screen and (min-width: 1900px) {
.grid-container .cards-wrapper .card {
max-width: 100%;
}
}
.are-images-unloaded {
opacity: 0;
}
.scrollmagic-pin-spacer {
width: 18% !important;
} .are-images-unloaded .card {
opacity: 0;
}
.has-border {
border: 1px solid black;
border-radius: 30px;
transition: border 0.5s ease;
}
.projects .filters-btn.collapsed + .wrap-collapse2 .filters-wrap {
opacity: 0;
}
.projects .filters-btn.open + .wrap-collapse2 {
padding: 30px 40px 40px;
}
.projects .filters-btn.open + .wrap-collapse2 .filters-wrap {
opacity: 1;
}
.projects .wrap-collapse2 {
width: 100%;
margin-left: 0;
}
.projects .wrap-collapse2 .filters-wrap {
display: block;
}
.projects .filters-wrap {
display: none;
}
.projects .grid-container .cards-wrapper .card {
border: none;
text-decoration: none;
border: none;
width: auto;
flex: 1 0 320px;
overflow: hidden;
border-radius: 0;
background: transparent;
}
.projects .filters-btn.toggle {
border-radius: 30px;
width: 100%;
height: 55px;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 34px;
margin-right: 0;
}
.projects .filters-btn.toggle::before,
.projects .filters-btn.toggle::after {
content: "";
transition: 0.25s all cubic-bezier(0.17, 0.67, 0.09, 0.97);
position: absolute;
width: 27px;
height: 3px;
background: black;
border-radius: 5px;
top: 23px;
left: 33%;
}
.projects .filters-btn.toggle span {
margin-left: 2rem;
color: black;
}
.projects .filters-wrap:nth-of-type(1) {
margin-bottom: 32px;
}
.projects .filters-wrap h6 {
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 34px;
margin-bottom: 10px;
}
.projects .filters-wrap .form-check {
margin-bottom: 10px;
}
.projects .filters-wrap .form-check-input {
display: none;
}
.projects .filters-wrap .form-check-label {
padding-left: 10px;
position: relative;
}
.projects .filters-wrap .form-check-label::before {
content: "";
display: inline-block;
position: absolute;
left: -23.5px;
border-radius: 50%;
border: 1px solid #c0c0c0;
width: 20px;
height: 20px;
}
.projects .filters-wrap input[type="radio"]:checked + .form-check-label::after {
content: "";
display: block;
position: absolute;
top: 3.4px;
left: -20px;
width: 13px;
height: 13px;
border-radius: 50%;
background-color: black;
}
@media screen and (min-width: 768px) {
.projects .filters-btn.toggle::before,
.projects .filters-btn.toggle::after {
left: 40%;
}
.projects .grid-container .cards-wrapper .card {
overflow: hidden;
width: 100%;
}
}
@media screen and (min-width: 992px) {
.projects .row {
position: relative;
}
.projects .filters-btn.toggle {
display: none;
}
.projects .wrap-collapse2 {
display: none;
}
.projects .filters-wrap {
display: block;
}
.projects .filters-container-js {
position: sticky;
top: 100px;
height: 100%;
}
.projects .grid-container .cards-wrapper .card {
flex: 1 0 350px;
max-width: 100%;
}
}
.project-article .top-header {
padding: 110px 35px 30px;
height: 420px;
}
.project-article .top-header-sm {
height: 280px;
}
.project-article .text-image-sm {
padding: 40px 35px;
}
.project-article .text-image-sm .parallax {
max-width: 640px;
max-height: 500px;
min-height: 275px;
}
.project-article .text-image-sm .parallax img {
-o-object-fit: contain;
object-fit: contain;
}
.project-article .text-image-sm .col-lg-6:nth-of-type(1) {
display: flex;
justify-content: center;
align-items: center;
margin-top: 30px;
}
.project-article .text-image-sm .txt-wrapper {
padding: 0 0 20px 0;
}
.project-article .text-image-sm .txt-wrapper p {
margin: 0;
}
.project-article .text-image-sm .row {
flex-wrap: wrap-reverse;
}
.project-article .text-image-sm:first-of-type .col-lg-6:nth-of-type(1) {
margin-top: 30px;
}
.project-article .project-overview {
padding: 25px 35px 45px;
background: #f2f2f2;
}
.project-article .project-overview .project-description {
margin-bottom: 30px;
}
.project-article .project-overview .project-description p {
font-size: 20px;
font-style: normal;
line-height: 30px;
margin-bottom: 0;
}
.project-article .project-overview .project-description p span {
font-weight: 800;
line-height: 30px; }
.project-article
.project-overview
.project-description
p
> span:first-child
> span {
margin-right: 0 !important;
}
.project-article .project-overview .col-lg-6 p {
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 30px;
}
.project-article .quote {
padding: 30px 35px;
background: #f2f2f2;
}
.project-article .quote blockquote {
text-align: center;
margin: 0;
width: 100%;
font-size: 16px;
font-family: Sen;
font-style: normal;
font-weight: 800;
line-height: 26px;
}
.project-article .quote blockquote .swift-up-line {
margin-bottom: 20px;
}
.project-article .quote blockquote .line {
width: 97px;
height: 4px;
background: var(--primary-color);
margin: 0 auto 24px;
}
.project-article .quote blockquote cite {
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 40px;
}
.project-article .project-gallery-slider .slick-slide { padding-right: 10px;
}
.project-article .project-gallery-slider .img-wrap {
overflow: hidden !important;
}
.project-article .project-gallery-slider .img-wrap img {
-o-object-fit: cover;
object-fit: cover;
}
.project-article .project-gallery,
.project-article .related-projects-gallery {
padding: 45px 0 35px 35px;
}
.project-article .project-gallery .cursor,
.project-article .related-projects-gallery .cursor {
position: fixed;
top: 0;
left: 0;
width: 80px;
height: 80px;
border-radius: 50%;
background-color: #ff5149;
z-index: 2000;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
pointer-events: none;
display: none;
will-change: transform;
}
.project-article .project-gallery .cursor::before,
.project-article .project-gallery .cursor::after,
.project-article .related-projects-gallery .cursor::before,
.project-article .related-projects-gallery .cursor::after {
content: "";
position: absolute;
width: 10px;
height: 10px;
background-image: url(//www.ldavies.com/wp-content/themes/ld/img/arrow-cursor.svg);
background-repeat: no-repeat;
background-position: center;
z-index: 2000;
background-size: contain;
display: flex;
justify-content: center;
align-items: center;
}
.project-article .project-gallery .cursor::before,
.project-article .related-projects-gallery .cursor::before {
top: 50%;
left: 15px;
transform: translateY(-50%) rotate(-180deg);
}
.project-article .project-gallery .cursor::after,
.project-article .related-projects-gallery .cursor::after {
top: 50%;
right: 15px;
transform: translateY(-52%) rotate(1deg);
}
.project-article .project-gallery .cursor.dragging,
.project-article .related-projects-gallery .cursor.dragging {
width: 15px;
height: 15px;
}
.project-article .project-gallery .cursor.dragging::before,
.project-article .project-gallery .cursor.dragging::after,
.project-article .related-projects-gallery .cursor.dragging::before,
.project-article .related-projects-gallery .cursor.dragging::after {
background-image: url(//www.ldavies.com/wp-content/themes/ld/img/arrow-cursor-pink.svg);
filter: brightness(0) saturate(100%) invert(21%) sepia(94%) saturate(5620%) hue-rotate(345deg) brightness(98%) contrast(112%);
}
.project-article .project-gallery .cursor.dragging::before,
.project-article .related-projects-gallery .cursor.dragging::before {
left: 30px;
}
.project-article .project-gallery .cursor.dragging::after,
.project-article .related-projects-gallery .cursor.dragging::after {
right: 30px;
}
.project-article .project-gallery h3,
.project-article .related-projects-gallery h3 {
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 40px;
margin-bottom: 25px;
}
.project-article
.related-projects-gallery
.related-projects-slider
.slick-slide {
padding-right: 15px;
}
.project-article .related-projects-gallery .related-projects-slider img {
width: 100%;
height: auto;
min-width: 290px;
}
.project-article .related-projects-gallery .related-projects-slider p {
margin-top: 22px;
margin-bottom: 0;
font-size: 20px;
font-style: normal;
font-weight: 800;
line-height: 32px;
}
.project-article .project-gallery-slider div,
.project-article .related-projects-slider div {
transition: transform 0.2s ease-in-out;
}
.project-article .project-gallery-slider div.dragging,
.project-article .related-projects-slider div.dragging {
transform: scale(0.98);
}
.project-article .project-gallery-slider .img-wrap,
.project-article .related-projects-slider .img-wrap {
overflow: hidden !important;
}
.project-article .project-gallery-slider .img-wrap img,
.project-article .related-projects-slider .img-wrap img {
aspect-ratio: 2/1; width: 100%;
-o-object-fit: cover;
object-fit: cover;
height: auto;
transition: transform 0.8s cubic-bezier(0.05, 0.2, 0.1, 1);
}
.project-article .project-gallery-slider .img-wrap img:hover,
.project-article .related-projects-slider .img-wrap img:hover {
transform: scale(1.1);
}
.project-article .txt-section {
padding: 30px 35px;
position: relative;
}
.project-article .txt-section:before {
content: "";
position: absolute;
top: 0;
height: 1px;
background-color: #b7b7b7;
left: 36px;
width: calc(100% - 73px);
}
.project-article .txt-section h3 {
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 40px;
margin-bottom: 20px;
}
.project-article .txt-section ul {
list-style-type: none;
padding-left: 1.5rem;
}
.project-article .txt-section ul li::before {
content: "";
position: absolute;
top: 12px;
left: -20px;
width: 5px;
height: 5px;
background-color: #000;
border-radius: 50%;
}
.project-article .txt-section li {
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 35px;
margin-bottom: 25px;
position: relative;
}
.project-article .text-video-section {
padding: 80px 70px;
}
.project-article .text-video-section .txt-wrapper p {
margin-bottom: 32px;
}
.project-article .text-video-section .video-col {
padding-bottom: 20px;
}
.project-article .text-video-section .video-wrap img {
width: 100%;
}
.project-article .next-project-banner.parallax,
.news-article .next-project-banner.parallax {
display: flex;
flex-direction: row;
align-items: center;
position: relative;
padding: 60px 35px;
background: #373736;
color: white;
height: 230px;
overflow: hidden;
border-top: 10px solid var(--primary-color);
}
.project-article .next-project-banner.parallax img,
.news-article .next-project-banner.parallax img {
position: absolute;
top: 0;
width: 100%;
height: 120%;
left: 0;
-o-object-fit: cover;
object-fit: cover;
}
.project-article .next-project-banner.parallax .layer,
.news-article .next-project-banner.parallax .layer {
height: 230px;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #A80D1CCC;
opacity: 0.8;
}
.project-article .next-project-banner.parallax .col-12,
.news-article .next-project-banner.parallax .col-12 {
z-index: 1;
}
.project-article .next-project-banner.parallax p,
.news-article .next-project-banner.parallax p {
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
margin-bottom: 10px;
}
.project-article .next-project-banner.parallax h2,
.news-article .next-project-banner.parallax h2 {
text-align: left;
font-size: 25px;
font-style: normal;
font-weight: 800;
line-height: 30px;
margin-top: 0;
color: white;
}
.next-prev-projects {
border-top: 10px solid var(--primary-color);
overflow: hidden;
}
.next-prev-projects .col-lg-6 {
position: relative;
min-height: 345px;
height: 100%;
overflow: hidden;
padding: 0;
}
@media (max-width: 991px) { .next-prev-projects .col-lg-6 {
min-height: 230px;
}
}
.next-prev-projects .col-lg-6 a {
text-decoration: none;
}
.next-prev-projects img {
position: absolute;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
height: 100%;
z-index: 0;
cursor: pointer;
transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s,
opacity 0.3s ease;
}
.next-prev-projects img:hover {
transform: scale(1.1);
}
.next-prev-projects .layer {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #A80D1CCC;
opacity: 0.8;
}
.next-prev-projects .txt-wrapper {
padding: 150px 70px;
padding: 55px 35px;
left: 0;
position: absolute;
top: 0;
}
.next-prev-projects .txt-wrapper p {
color: #ffffff;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
margin-bottom: 5px;
}
.next-prev-projects .txt-wrapper h4 {
font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: 36px;
color: #ffffff;
}
@media screen and (min-width: 768px) {
.project-article .project-gallery .project-gallery-slider img {
max-width: 100%;
}
.project-article .text-image-sm .col-lg-6:nth-of-type(1) {
margin-top: 0;
}
}
@media screen and (min-width: 992px) {
.project-article .top-header {
height: 665px;
padding: 250px 70px 135px;
}
.project-article .top-header h1 {
margin-top: 90px;
max-width: 530px;
}
.project-article .top-header .wider-heading {
max-width: 640px;
}
.project-article .top-header-sm {
height: 465px;
}
.project-article .top-header-sm h1 {
margin-top: 0;
}
.project-article .project-overview {
padding: 100px 70px;
} .project-article .project-overview .col-lg-6 p {
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 30px;
}
.project-article .quote {
padding: 70px 290px;
}
.project-article .quote blockquote {
font-size: 20px;
font-style: normal;
line-height: 40px;
}
.project-article .quote blockquote .swift-up-line {
margin-bottom: 40px;
}
.project-article .quote blockquote .line {
margin: 0 auto 28px;
}
.project-article .project-gallery .project-gallery-slider .slick-slide {
padding-right: 20px;
}
.project-article .project-gallery .project-gallery-slider img {
max-width: 580px;
}
.project-article .project-gallery,
.project-article .related-projects-gallery {
padding: 60px 0 85px 70px;
}
.project-article .project-gallery h3,
.project-article .related-projects-gallery h3 {
font-size: 38px;
font-weight: 800;
line-height: 48px;
margin-bottom: 40px;
}
.project-article
.related-projects-gallery
.related-projects-slider
.slick-slide {
padding-right: 20px;
}
.project-article .text-image-sm {
padding: 80px 70px;
}
.project-article .text-image-sm .row {
justify-content: space-between;
}
.project-article .text-image-sm .parallax {
max-width: 640px;
max-height: 500px;
}
.project-article .text-image-sm .parallax img {
-o-object-fit: contain;
object-fit: contain;
}
.project-article .text-image-sm .col-lg-6:nth-of-type(1) {
display: flex;
justify-content: center;
align-items: center;
}
.project-article .text-image-sm .txt-wrapper {
padding: 0 130px 0 10px;
} .project-article .text-video-section .txt-wrapper p {
margin-bottom: 35px;
}
.project-article .text-video-section .video-col {
padding-bottom: 0;
}
.project-article .txt-section {
padding: 55px 70px;
}
.project-article .txt-section:before {
width: calc(100% - 144px);
left: 74px;
}
.project-article .txt-section h3 {
margin-bottom: 50px;
font-size: 38px;
font-style: normal;
font-weight: 800;
line-height: 48px;
}
.project-article .txt-section ul {
max-width: 570px;
}
.project-article .txt-section ul li {
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 34px;
}
.project-article .txt-section ul li:not(:last-of-type) {
margin-bottom: 20px;
}
.project-article .next-project-banner.parallax,
.news-article .next-project-banner.parallax {
height: 230px;
padding: 150px 70px;
}
.project-article .next-project-banner.parallax h2,
.news-article .next-project-banner.parallax h2 {
font-size: 25px;
font-style: normal;
font-weight: 800;
line-height: 30px;
max-width: 820px;
}
.project-article .next-project-banner.parallax p,
.news-article .next-project-banner.parallax p {
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: 40px;
margin-bottom: 20px;
}
.next-prev-projects {
height: 230px;
display: flex; align-items: center; justify-content: center; }
.next-prev-projects .col-lg-6 {
min-height: 420px;
}
.next-prev-projects .txt-wrapper {
padding: 150px 70px;
}
.next-prev-projects .txt-wrapper p {
font-size: 25px;
font-weight: 400;
line-height: 40px;
margin-bottom: 5px;
}
.next-prev-projects .txt-wrapper h4 {
font-size: 25px;
font-weight: 800;
line-height: 36px;
}
}
@media (max-width: 991px) { .next-prev-projects .txt-wrapper {
padding: 75px 50px; }
.next-prev-projects .txt-wrapper h4 {
font-size: 20px;
line-height: 30px;
}
}
@media (max-width: 767px) { .next-prev-projects .txt-wrapper {
padding: 70px 50px; }
} @media (min-width: 769px) and (max-width: 1024px) {
.project-article .project-overview {
padding: 35px;
}
} @media (max-width: 768px) {
.project-article .project-overview {
padding: 35px;
}
.project-article .text-video-section .txt-wrapper {
width: 100%;
padding: 0;
}
.text-video-section .video-wrap:first-of-type {
max-width: 100%;
padding: 0;
}
.text-video-section .video-wrap iframe {
width: 100%;
padding: 0;
}
}
@media screen and (min-width: 1500px) {
.project-article .project-gallery .project-gallery-slider .slick-slide {
max-width: 560px;
}
}
.news .grid-container .cards-wrapper {
row-gap: 30px;
}
.news .grid-container .card-body {
padding: 24px 0 0;
}
.news .grid-container .card-body h5 {
text-transform: uppercase;
}
.news .grid-container .card-title {
font-size: 16px;
font-style: normal;
font-weight: 800;
line-height: 26px;
margin-bottom: 12px;
}
.news .grid-container .card-title span {
font-weight: normal;
}
.news .grid-container .card-text {
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 32px;
}
.news-article .top-header {
height: 480px;
}
.news-article .top-header p {
font-size: 25px;
font-style: normal;
font-weight: normal;
line-height: 40px;
margin-bottom: 0;
}
.news-article .top-header p span {
font-weight: 400;
margin-right: 10px;
}
.news-article .text-video {
padding: 40px 35px;
}
.news-article .text-image {
padding: 0 35px 40px;
}
.news-article .text-image .img-wrap {
overflow: hidden;
transition: all 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
cursor: pointer;
}
.news-article .text-image .img-wrap img {
transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}
.news-article .text-image .img-wrap:hover {
transform: scale(0.95);
transition: all 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}
.news-article .text-image .img-wrap:hover img {
transform: scale(1.15);
transition: all 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}
.news-article .text-image img,
.news-article .text-video img {
width: 100%;
}
.news-article .caption {
margin-top: 12px;
}
.video {
position: relative;
}
.video .play-btn {
cursor: pointer;
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
z-index: 1;
}
.video .play-btn img {
transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.video .play-btn:hover img {
transform: scale(1.1);
opacity: 0.4;
}
.video .video-wrap {
display: none;
}
.video iframe {
display: none;
}
.video iframe.open {
display: block;
width: 100%;
}
.job-vacancy .row,
.news-article .row {
justify-content: center;
}
.job-vacancy .content p.fw-bold,
.news-article .content p.fw-bold {
font-size: 22px;
font-style: normal;
line-height: 38px;
}
.job-vacancy .content p,
.news-article .content p {
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}
.job-vacancy .content p a,
.news-article .content p a {
}
.job-vacancy .content {
padding: 45px 35px;
}
@media (max-width: 991px) { .job-vacancy .content {
padding: 10px 35px;
padding-top: 40px;
}
}
.TinyProgressBar_module_tinyBarSVG__f8a567ff {
display: none !important;
}
@media screen and (max-width: 768px) {
.video iframe.open {
max-height: 350px;
}
}
@media screen and (min-width: 992px) {
.news .grid-container .cards-wrapper {
row-gap: 55px;
}
.news-article .text-video {
padding: 60px 0 40px;
}
.news-article .text-image .caption-container,
.news-article .text-image p {
margin-bottom: 0;
}
.news-article .text-video.autoplay {
padding: 25px 0;
}
.news-article .text-image {
padding: 25px 0;
}
.news-article .next-prev-projects .txt-wrapper {
padding: 160px 70px;
}
.news-article .next-prev-projects .txt-wrapper h4 {
font-size: 25px;
font-style: normal;
font-weight: 800;
line-height: 36px;
}
.job-vacancy .content p,
.news-article .content p {
font-size: 25px;
font-style: normal;
line-height: 40px;
}
.job-vacancy .content {
padding: 60px 0 10px;
}
}
.contact-us .text-image .col-lg-6.parallax {
height: 100%;
}
.contact-us .txt-wrapper p,
.contact-us .txt-wrapper address {
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: 40px;
}
.contact-us address {
display: flex;
flex-direction: column;
margin: 0;
}
.contact-us address span a {
color: #333;
text-decoration: none;
}
.contact-us .email-underline a,
.contact-us .map a {
position: relative;
}
.contact-us .email-underline a::after,
.contact-us .map a::after {
content: "";
position: absolute;
height: 1.5px;
bottom: 2px;
background-color: #333;
transition: background-color 0.2s ease;
}
.contact-us .email-underline a:hover::after,
.contact-us .map a:hover::after {
background-color: transparent;
}
.contact-us .email-underline a::after {
width: calc(100% - 8px);
left: 8px;
}
.contact-us .map {
margin-top: 25px;
}
.contact-us .map img {
margin-right: 10px;
}
.contact-us .map a::after {
width: 100%;
left: 0;
}
@media screen and (min-width: 992px) {
.contact-us .text-image .col-lg-6.parallax {
height: 560px;
}
.contact-us .text-image.reversed .col-lg-6.parallax {
height: 690px;
}
.contact-us .text-image .txt-wrapper {
padding: 80px 70px 30px;
}
}
.careers .vacancies .grey-bg .txt-wrapper {
padding: 45px 35px;
}
.careers .vacancies .grey-bg h3 {
margin-bottom: 15px;
}
.careers .vacancies .grey-bg .job-desc {
border-radius: 10px;
background: #ffffff;
align-items: baseline;
padding: 35px 20px;
display: flex;
flex-direction: column;
}
.careers .vacancies .grey-bg .job-desc span {
line-height: 26px;
}
.careers
.vacancies
.grey-bg
button:not(.slick-arrow):not(.slick-dots li button) {
margin: 0;
margin-top: 14px;
}
.careers .vacancies .grey-bg h5 {
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 38px;
margin-bottom: 20px;
}
.careers .vacancies .txt-wrapper {
padding: 45px 35px;
}
.careers .vacancies-slider {
border-top: 1px solid #333;
}
.careers .vacancies-slider .slick-dots {
bottom: -30px;
}
.careers .vacancies-slider .slick-dots li button:before {
border-radius: 22px;
border: 1px solid #999;
content: "";
}
.careers .vacancies-slider .slick-dots li.slick-active button:before {
background: #999;
opacity: 1;
}
.careers .vacancies-slider .slick-arrow {
width: 40px;
height: 40px;
border-radius: 40px;
background: var(--primary-color);
display: none;
}
.careers .vacancies-slider .slick-prev.slick-disabled,
.careers .vacancies-slider .slick-next.slick-disabled {
opacity: 0.25;
}
.careers .vacancies-slider .slick-prev:before,
.careers .vacancies-slider .slick-next:before {
background-image: url(//www.ldavies.com/wp-content/themes/ld/media/carousels/arrow-right.svg);
content: "";
width: 20px;
height: 20px;
display: block;
background-repeat: no-repeat;
background-size: contain;
top: 30%;
left: 27%;
position: absolute;
}
.careers .vacancies-slider .slick-prev.slick-disabled:before {
transform: rotate(180deg);
height: 14px !important;
}
.careers .vacancies-slider .slick-next {
right: -60px;
}
.careers .vacancies-slider .slick-prev {
left: -60px;
}
.careers .vacancies-slider .slick-prev:before {
transform: rotate(180deg);
height: 14px !important;
}
.careers .vacancies-slider .grey-bg .txt-wrapper {
padding-bottom: 60px;
}
.careers .banner.parallax {
height: 500px;
background: none;
overflow: hidden;
padding: 40px 25px;
}
.careers .banner.parallax .container-fluid {
height: 100%;
}
.careers .banner.parallax .row {
justify-content: center;
height: 100%;
align-items: center;
}
.careers .banner.parallax img {
-o-object-fit: cover;
object-fit: cover;
}
.careers .banner.parallax p {
font-size: 38px;
font-style: normal;
font-weight: 800;
line-height: 48px;
text-align: center;
margin-bottom: 0;
}
.accordion-item {
border-color: #cccccc;
}
.accordion-section {
padding: 0 35px 60px;
}
.accordion-section .accordion {
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
.accordion-section .accordion-button {
box-shadow: none;
padding: 24px 0;
position: relative;
color: var(--primary-color);
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 32px;
}
.accordion-section .accordion-button::before,
.accordion-section .accordion-button::after {
content: " ";
position: absolute;
background-color: #000000;
}
.accordion-section .accordion-button::before {
right: 2px;
top: 43px;
margin-top: -2px;
width: 25px;
height: 3px;
transition: background-color 0.15s ease;
}
.accordion-section .accordion-button::after {
right: 12px;
top: 31px;
width: 3px;
margin-left: -2px;
height: 25px;
transition: transform 0.45s cubic-bezier(0.3, 0.4, 0.2, 1),
background-color 0.15s ease;
}
.accordion-section .accordion-button:focus {
border-color: #cccccc;
box-shadow: none;
}
.accordion-section .accordion-body {
padding: 0 0 35px;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px;
}
.accordion-description .content p {
font-size: 20px;
line-height: 30px;
padding: 15px 0;
}
.accordion-description .content h3 {
font-size: 25px;
line-height: 30px; }
@media (max-width: 992px) { .accordion-section .accordion-body {
font-size: 16px;
line-height: 26px;
}
.accordion-description .content p {
font-size: 16px;
line-height: 26px;
}
.accordion-section .accordion-button {
line-height: 30px;
}
}
.accordion-section .accordion-button:not(.collapsed) {
background-color: transparent;
}
.accordion-section .accordion-button:not(.collapsed)::before {
transform: scale(0, 1);
}
.accordion-section .accordion-button:not(.collapsed)::after {
transform: rotate(90deg);
filter: brightness(0) saturate(100%) invert(21%) sepia(94%) saturate(5620%) hue-rotate(345deg) brightness(98%) contrast(112%);
}
.apply-form {
padding: 70px 10px 90px;
}
.apply-form h3 {
font-size: 38px;
font-style: normal;
font-weight: 800;
line-height: 48px;
margin-bottom: 25px;
}
.apply-form .form-container {
display: flex;
flex-direction: column;
row-gap: 22px;
}
.apply-form .form-container .row {
row-gap: 20px;
}
.apply-form .form-container button {
padding: 12px 60px 14px;
border-radius: 25px;
background: var(--primary-color);
color: white;
border: 2px solid var(--primary-color);
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 24px;
margin-top: 20px;
max-width: 260px;
width: 100%;
transition: all 0.3s ease-in-out;
}
.apply-form .form-container button:hover {
background: transparent;
color: var(--primary-color);
}
.apply-form .required-label::after {
content: "*";
color: red;
margin-left: 3px;
}
.apply-form label {
font-size: 16px;
font-style: normal;
font-weight: 800;
line-height: 26px;
}
.apply-form input {
border: 1px solid #b6b6b6;
min-height: 50px;
}
.apply-form #message {
min-height: 160px;
}
@media screen and (min-width: 992px) {
.careers .vacancies .txt-wrapper {
padding: 140px 70px 0;
}
.careers .vacancies .col-lg-6 {
min-height: 590px;
}
.careers .vacancies .grey-bg .txt-wrapper {
padding: 80px 95px 0;
}
.careers .vacancies .grey-bg h3 {
margin-bottom: 50px;
}
.careers .vacancies .grey-bg .job-desc {
padding: 35px 45px;
}
.careers .vacancies .grey-bg h5 {
font-size: 25px;
font-style: normal;
font-weight: 800;
line-height: 40px;
margin-bottom: 25px;
}
.careers .vacancies-slider .slick-dots {
bottom: -60px;
}
.careers .vacancies-slider .slick-arrow {
display: block;
}
.careers .banner.parallax {
height: 550px;
padding: 130px 0;
}
.careers .banner.parallax p {
color: #ffffff;
text-align: center;
font-size: 55px;
font-style: normal;
font-weight: 800;
line-height: 136.5%;
font-size: 42px;
}
.accordion-section {
padding: 0 0 60px;
}
.accordion-section .accordion-button {
box-shadow: none;
padding: 24px 0;
position: relative;
color: var(--primary-color);
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 32px;
}
.accordion-section .accordion-button::before {
content: " ";
right: 3px;
top: 43px;
width: 30px;
height: 3px;
}
.accordion-section .accordion-button::after {
content: " ";
right: 16px;
top: 29px;
width: 3px;
height: 30px;
}
.apply-form {
padding: 70px 0 90px;
}
}
@media screen and (min-width: 1400px) {
.careers .banner.parallax p {
font-size: 55px;
}
}
header {
z-index: 10;
}
.homepage-slider-section .swiper-pagination {
display: none;
}
.homepage-slider-section .swiper {
width: 100%;
height: 100vh;
}
.homepage-slider-section .swiper-slide {
position: relative;
}
.homepage-slider-section .video-wrap {
pointer-events: none;
}
.homepage-slider-section .content-wrapper {
width: 100%;
}  .homepage-slider-section .swiper-slide:not(.prevslide) .slick-carousel {
transform: translateY(100vh);
transition: 0s linear;
transition-delay: 0s;
}  .swiper-slide.prevslide .slick-carousel {
transform: translateY(-100vh) !important;
transition: 0s linear !important;
transition-delay: 0s;
}  .homepage-slider-section .swiper-slide.swiper-slide-active .slick-carousel {
transform: translateY(0);
transition: 1.5s linear;
transition-delay: 0s;
} .swiper-slide .slick-carousel img {
transition: 0s;
transition-delay: 1.5s;
transform: scale(1);
} .homepage-slider-2 .txt-container {
align-items: flex-start;
}
.homepage-slider-2 .txt-container h2 {
text-align: left;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 130%;
}
.homepage-slider-2 .txt-container p {
max-width: none;
margin-top: 20px;
}
.homepage-slider-2 .txt-container .date {
color: var(--primary-color);
}   .homepage-slider
.swiper-wrapper
div:nth-of-type(3)
.homepage-slider-2
.swiper-wrapper
[aria-label="1 / 4"]
.image-wrap-2
+ .txt-container
> *,
.homepage-slider
.swiper-wrapper
div:nth-of-type(3)
.homepage-slider-2
.swiper-wrapper
[aria-label="1 / 3"]
.image-wrap-2
+ .txt-container
> *,
.homepage-slider
.swiper-wrapper
div:nth-of-type(3)
.homepage-slider-2
.swiper-wrapper
[aria-label="1 / 5"]
.image-wrap-2
+ .txt-container
> * {
transition: 2s;
transition-delay: 0s;
transform: translateY(50vh);
opacity: 0;
}
.homepage-slider
.swiper-wrapper
div:nth-of-type(3).swiper-slide-prev
.homepage-slider-2
.swiper-wrapper
.swiper-slide-active[aria-label="1 / 4"]
.image-wrap-2
+ .txt-container
> *,
.homepage-slider
.swiper-wrapper
div:nth-of-type(3).swiper-slide-prev
.homepage-slider-2
.swiper-wrapper
.swiper-slide-active[aria-label="1 / 5"]
.image-wrap-2
+ .txt-container
> *,
.homepage-slider
.swiper-wrapper
div:nth-of-type(3).swiper-slide-prev
.homepage-slider-2
.swiper-wrapper
.swiper-slide-active[aria-label="1 / 3"]
.image-wrap-2
+ .txt-container
> * {
transition: opacity 0.5s linear 0.5s, transform 2s linear 1s;
transform: translateY(-50vh);
opacity: 0;
}
.homepage-slider
.swiper-wrapper
div:nth-of-type(3).swiper-slide-active
.homepage-slider-2
.swiper-wrapper
.swiper-slide-active[aria-label="1 / 4"]
.image-wrap-2
+ .txt-container
> *,
.homepage-slider
.swiper-wrapper
div:nth-of-type(3).swiper-slide-active
.homepage-slider-2
.swiper-wrapper
.swiper-slide-active[aria-label="1 / 5"]
.image-wrap-2
+ .txt-container
> *,
.homepage-slider
.swiper-wrapper
div:nth-of-type(3).swiper-slide-active
.homepage-slider-2
.swiper-wrapper
.swiper-slide-active[aria-label="1 / 3"]
.image-wrap-2
+ .txt-container
> * {
transition: transform 1.5s linear 0s, opacity 1s linear 0.4s;
transform: translateY(0);
opacity: 1;
}
.homepage-slider
.swiper-wrapper
div:nth-of-type(3).swiper-slide-next
.homepage-slider-2
.swiper-wrapper
.swiper-slide-active[aria-label="1 / 4"]
.image-wrap-2
+ .txt-container
> *,
.homepage-slider
.swiper-wrapper
div:nth-of-type(3).swiper-slide-next
.homepage-slider-2
.swiper-wrapper
.swiper-slide-active[aria-label="1 / 5"]
.image-wrap-2
+ .txt-container
> *,
.homepage-slider
.swiper-wrapper
div:nth-of-type(3).swiper-slide-next
.homepage-slider-2
.swiper-wrapper
.swiper-slide-active[aria-label="1 / 3"]
.image-wrap-2
+ .txt-container
> * {
transition: opacity 0.5s linear 0.5s, transform 2s linear 1s;
transform: translateY(50vh);
opacity: 0;
}
.homepage-slider
.swiper-wrapper
div:nth-of-type(3).swiper-slide-active
.homepage-slider-2
.swiper-wrapper
.swiper-slide-prev[aria-label="1 / 4"]
.image-wrap-2
+ .txt-container
> *,
.homepage-slider
.swiper-wrapper
div:nth-of-type(3).swiper-slide-active
.homepage-slider-2
.swiper-wrapper
.swiper-slide-prev[aria-label="1 / 5"]
.image-wrap-2
+ .txt-container
> *,
.homepage-slider
.swiper-wrapper
div:nth-of-type(3).swiper-slide-active
.homepage-slider-2
.swiper-wrapper
.swiper-slide-prev[aria-label="1 / 3"]
.image-wrap-2
+ .txt-container
> * {
transition: transform 1s linear 0s, opacity 0.5s linear 0.5s;
transform: translateX(40vw);
opacity: 0;
} .homepage-slider-2 .txt-container {
max-width: 860px;
}
.homepage-slider-2 .txt-container h2 {
transition: 0s;
transition-delay: 1.5s;
transform: translateX(150vh);
opacity: 0;
}
.homepage-slider-2 .swiper-slide-prev .txt-container h2 {
transition: transform 1s linear, opacity 1s linear;
transform: translateX(20vw);
opacity: 0;
}
.homepage-slider-2 .swiper-slide-next .txt-container h2 {
transition: 1.5s linear;
transition-delay: 0s;
transform: translateX(-20vw);
opacity: 0;
}
.homepage-slider-2 .swiper-slide-active .txt-container h2 {
transition: transform 1s linear, opacity 1s linear 0.5s;
transition-delay: 1s;
transform: translateX(0vw);
opacity: 1;
} .homepage-slider-2 .txt-container {
transition: 0s;
transition-delay: 0s;
transform: translateX(40vw);
opacity: 0;
}
.homepage-slider-2 .swiper-slide-next .txt-container {
transition: 1s linear;
transition-delay: 0s;
transform: translateX(-40vw);
opacity: 0;
}
.homepage-slider-2 .swiper-slide-active .txt-container {
transition: transform 1s linear, opacity 1.5s linear 0.5s;
transition-delay: 1s;
transform: translateX(0vw);
opacity: 1;
}
.homepage-slider-2 .swiper-slide-prev .txt-container {
transition: transform 1s linear 0s, opacity 0.5s linear;
transform: translateX(40vw);
opacity: 0;
}  .homepage-slider
.swiper-slide
.video-container
+ .txt-container:not(:has(.text-overlay)),
.homepage-slider .swiper-slide .image-wrap + .txt-container {
transition: 2s;
transition-delay: 0s;
transform: translateY(50vh);
opacity: 0;
}
.homepage-slider
.swiper-slide-prev
.video-container
+ .txt-container:not(:has(.text-overlay)),
.homepage-slider .swiper-slide-prev .image-wrap + .txt-container {
transition: opacity 0.5s linear 0.5s, transform 2s linear 1s;
transform: translateY(-50vh);
opacity: 0;
}
.homepage-slider
.swiper-slide-active
.video-container
+ .txt-container:not(:has(.text-overlay)),
.homepage-slider .swiper-slide-active .image-wrap + .txt-container {
transition: transform 1.5s linear, opacity 1s linear 0.4s;
transform: translateY(0);
opacity: 1;
}
.homepage-slider
.swiper-slide-next
.video-container
+ .txt-container:not(:has(.text-overlay)),
.homepage-slider .swiper-slide-next .image-wrap + .txt-container {
transition: opacity 0.5s linear 0.5s, transform 2s linear 1s;
transform: translateY(50vh);
opacity: 0;
} .homepage-slider-section .homepage-slider-2 .swiper-pagination {
display: block;
}
.homepage-slider-section .swiper-pagination-bullets .swiper-pagination-bullet {
transition: 0.5s;
opacity: 1;
width: 17px;
height: 17px;
background-color: transparent;
}
.homepage-slider-section
.swiper-pagination-horizontal.swiper-pagination-bullets
.swiper-pagination-bullet-active {
background-color: #d9d9d9;
}
.homepage-slider-section
.swiper-pagination-horizontal.swiper-pagination-bullets
.swiper-pagination-bullet {
border: 2px solid #d9d9d9;
}
.homepage-slider-section .video-container div {
width: 1000%;
} .swiper-vertical > .swiper-wrapper div:last-of-type.swiper-slide-active {
pointer-events: none;
}
.homepage-slider-2 .swiper-wrapper div:last-of-type.swiper-slide-active {
pointer-events: auto;
}
.swiper-vertical .swiper-wrapper div:last-of-type button {
pointer-events: all;
}
@media screen and (max-width: 750px) {
.homepage-slider-section .homepage-slider-2 .swiper-pagination {
margin-bottom: 15vh;
}
html:has(.homepage-slider-section) {
overflow: hidden;
}
html:has(.homepage-slider-section) footer {
display: none;
}
}
@media screen and (min-width: 992px) {
.homepage-slider-2 .txt-container h2 {
max-width: 50%;
}
.homepage-slider-2 .txt-container h2 {
font-size: 44px;
}
.homepage-slider-section .swiper-pagination {
display: block;
}
.homepage-slider-section
.swiper-pagination-vertical.swiper-pagination-bullets
.swiper-pagination-bullet
span {
opacity: 0;
transition: 0.5s;
padding-right: 10px;
}
.homepage-slider-section
.swiper-pagination-vertical.swiper-pagination-bullets
.swiper-pagination-bullet-active
span {
opacity: 1;
}
.homepage-slider-section
.swiper-pagination-vertical.swiper-pagination-bullets
.swiper-pagination-bullet {
width: auto;
height: auto;
background-color: transparent;
color: #d9d9d9;
margin: 0;
opacity: 1;
display: flex;
align-items: center;
}
.homepage-slider-section
.swiper-pagination-vertical.swiper-pagination-bullets
.swiper-pagination-bullet::after {
content: "";
width: 38px;
height: 3px;
border-radius: 0;
background-color: #d9d9d9;
display: inline-block;
transition: 0.5s;
}
.homepage-slider-section
.swiper-pagination-vertical.swiper-pagination-bullets
.swiper-pagination-bullet-active::after {
width: 67px;
}
.homepage-slider-section
.swiper-pagination-vertical.swiper-pagination-bullets {
text-align: right;
display: flex;
flex-direction: column;
align-items: flex-end;
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
top: 89%;
right: 4.15%;
}
}
html {
overflow-x: hidden;
}
.fw-bold {
font-weight: 800 !important;
}
body {
font-family: "Sen", sans-serif;
overflow-x: hidden;
}
h2 {
color: #ffffff;
font-weight: 700;
font-size: 33px;
line-height: 44px;
margin-bottom: 14px;
}
.grey-bg {
background: #f2f2f2;
}
.rounded-pill {
text-transform: uppercase;
border: 2px solid white;
padding: 8px 15px;
font-size: 16px;
line-height: 103.5%;
font-weight: 400;
margin-bottom: 20px;
}
.video-container {
position: relative;
width: 100%;
height: 100vh;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}
.video-container div {
height: 100%;
position: absolute;
width: 1000%;
}
.video-container div iframe {
position: absolute;
width: 100%;
height: 100%;
pointer-events: none;
}
.page-404 .img-wrap img {
width: 100%;
height: 100vh;
}
.page-404 .content {
position: absolute;
top: 0;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
left: 6%;
width: 95%;
}
.page-404 .col-lg-8 {
max-height: 520px;
height: 100%;
}
.page-404 .content-wrap {
background: #ffffff;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
padding-top: 90px;
}
.page-404 .content-wrap h1 {
color: #000000;
text-align: center;
font-size: 150px;
font-style: normal;
font-weight: 800;
line-height: 70px;
margin-bottom: 3rem;
}
.page-404 .content-wrap h2 {
color: #000000;
text-align: center;
font-size: 25px;
font-style: normal;
font-weight: 800;
line-height: 40px;
margin-bottom: 2rem;
}
.homepage-slider-section .swiper-slide-active .slick-active img {
transition: 10s linear;
transition-delay: 1.5s;
transform: scale(1.1);
}
.homepage-slider-section .slick-slide {
transition: opacity 1000ms ease-in-out 0s !important;
}
.swift-up-text span span,
.swift-up-line span span {
display: inline-block;
transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1),
opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
transform: translateY(1.3em);
opacity: 0;
position: relative;
vertical-align: bottom;
}
.swift-up-text > span,
.swift-up-line > span {
display: inline-block;
overflow: hidden;
vertical-align: bottom;
}
.swift-up-text.animate span span,
.swift-up-line.animate span span {
transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0s,
transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0s;
transform: translateY(0em);
opacity: 1;
}
.swift-up-text span:nth-of-type(1n) span {
transition-delay: 0.1s;
}
.swift-up-text span:nth-of-type(2n) span {
transition-delay: 0.2s;
}
.swift-up-text span:nth-of-type(3n) span {
transition-delay: 0.3s;
}
.swift-up-text span:nth-of-type(4n) span {
transition-delay: 0.4s;
}
.swift-up-text span:nth-of-type(5n) span {
transition-delay: 0.5s;
}
.swift-up-text span:nth-of-type(6n) span {
transition-delay: 0.6s;
}
.swift-up-text span:nth-of-type(7n) span {
transition-delay: 0.7s;
}
.swift-up-text span:nth-of-type(8n) span {
transition-delay: 0.8s;
}
.swift-up-text span:nth-of-type(9n) span {
transition-delay: 0.9s;
}
.swift-up-text span:nth-of-type(10n) span {
transition-delay: 1s;
}
.swift-up-line span:nth-of-type(1n) span {
transition-delay: 0.3s;
}
.swift-up-line span:nth-of-type(2n) span {
transition-delay: 0.6s;
}
.swift-up-line span:nth-of-type(3n) span {
transition-delay: 0.9s;
}
.swift-up-line span:nth-of-type(4n) span {
transition-delay: 1.2s;
}
.swift-up-line span:nth-of-type(5n) span {
transition-delay: 1.5s;
}
.swift-up-line span:nth-of-type(6n) span {
transition-delay: 1.8s;
}
.swift-up-line span:nth-of-type(7n) span {
transition-delay: 2.1s;
}
.swift-up-line span:nth-of-type(8n) span {
transition-delay: 2.4s;
}
.swift-up-line span:nth-of-type(9n) span {
transition-delay: 2.7s;
}
.swift-up-line span:nth-of-type(10n) span {
transition-delay: 3s;
}
.news .card,
.projects .card {
opacity: 0;
}
.news .card:nth-of-type(1n) {
animation-delay: 0.1s;
}
.projects .card:nth-of-type(1n) {
animation-delay: 0.1s;
}
.news .card:nth-of-type(2n) {
animation-delay: 0.2s;
}
.projects .card:nth-of-type(2n) {
animation-delay: 0.2s;
}
.news .card:nth-of-type(3n) {
animation-delay: 0.3s;
}
.projects .card:nth-of-type(3n) {
animation-delay: 0.3s;
}
.news .card:nth-of-type(4n) {
animation-delay: 0.4s;
}
.projects .card:nth-of-type(4n) {
animation-delay: 0.4s;
}
.news .card:nth-of-type(5n) {
animation-delay: 0.5s;
}
.projects .card:nth-of-type(5n) {
animation-delay: 0.5s;
}
.news .card:nth-of-type(6n) {
animation-delay: 0.6s;
}
.projects .card:nth-of-type(6n) {
animation-delay: 0.6s;
}
.news .card:nth-of-type(7n) {
animation-delay: 0.7s;
}
.projects .card:nth-of-type(7n) {
animation-delay: 0.7s;
}
.news .card:nth-of-type(8n) {
animation-delay: 0.8s;
}
.projects .card:nth-of-type(8n) {
animation-delay: 0.8s;
}
.news .card:nth-of-type(9n) {
animation-delay: 0.9s;
}
.projects .card:nth-of-type(9n) {
animation-delay: 0.9s;
}
.news .card:nth-of-type(10n) {
animation-delay: 1s;
}
.projects .card:nth-of-type(10n) {
animation-delay: 1s;
}
.dark-bg {
background-color: #333;
}
.blue-bg {
background: var(--primary-color);
}
.blue-line-container {
margin: 0 auto;
}
.blue-line {
height: 1px !important;
background-color: var(--primary-color);
position: relative;
overflow: hidden; animation: unset;
}
@keyframes growLine {
0% {
width: 0;
}
100% {
width: 100%;
}
}
.fade-in-bottom {
animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes fade-in-bottom {
0% {
transform: translateY(50px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
@keyframes kenburns-top {
25% {
transform: scale(1) translateY(0);
transform-origin: 50% 16%;
}
90% {
transform: scale(1.1) translateY(-15px);
transform-origin: top;
}
100% {
transform: scale(1.1) translateY(-15px);
transform-origin: top;
}
}
@keyframes zoom-in {
0% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
100% {
transform: scale(1.2);
}
}
@media screen and (min-width: 992px) {
h2 {
font-weight: 800;
font-size: 80px;
line-height: 103.5%;
text-align: center;
}
.video-container div {
width: 100%;
}
#s-3 h2 {
padding: 0 75px;
}
.page-404 .content {
left: 0;
width: 100%;
top: 160px;
height: 500px;
}
.page-404 .content-wrap {
padding: 100px;
}
.page-404 .content-wrap h1 {
font-size: 200px;
margin-bottom: 5rem;
}
.page-404 .content-wrap button {
margin-bottom: 0;
}
} .gform_button.button[type="submit"] {
padding: 12px 60px 14px !important;
border-radius: 25px !important;
background: var(--primary-color) !important;
color: white !important;
border: 2px solid var(--primary-color) !important;
font-size: 20px !important;
font-style: normal !important;
font-weight: 700 !important;
line-height: 24px !important;
margin-top: 20px !important;
max-width: 260px !important;
width: 100% !important;
transition: all 0.3s ease-in-out !important;
position: relative !important;
}
@media (max-width: 480px) {
.gform_button.button[type="submit"] {
padding-top: 5px !important;
padding-bottom: 5px !important;
}
}
.gform_button.button[type="submit"] .text {
animation: ctaArrowTextStart 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards !important;
margin-right: 10px !important;
display: block !important;
}
.gform_button.button[type="submit"] svg {
animation: ctaArrowSVGStart 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards !important;
position: absolute !important;
left: 48px !important;
top: 50% !important;
width: 6px !important;
stroke: currentColor !important;
}
.gform_button.button[type="submit"] .next-arrow polyline {
animation: ctaArrowEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards !important;
stroke-dashoffset: 140px !important;
stroke-dasharray: 140px !important;
}
.gform_button.button[type="submit"]:hover .next-arrow polyline {
animation: ctaArrowStart 0.45s ease 0.25s forwards ;
stroke: var(--primary-color) !important;
}
button.gform_button:hover polyline {
animation: ctaArrowStart 0.45s ease 0.25s forwards !important;
stroke: var(--primary-color) !important;
}
.gform_button.button[type="submit"] .line {
animation: ctaArrowLineStart 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards !important;
height: 1px !important;
width: 25px !important;
position: absolute !important;
content: "" !important;
left: 22px !important;
display: block !important;
top: 50% !important;
transform-origin: left !important;
background-color: white !important;
transform: translateY(calc(-50% + 0.5px)) translateZ(0) !important;
}
.gform_button.button[type="submit"]:hover svg {
animation: ctaArrowSVGEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards !important;
stroke: var(--primary-color) !important;
}
.gform_button.button[type="submit"]:hover {
background: transparent !important;
color: var(--primary-color) !important;
border: 2px solid var(--primary-color) !important;
}
.gform_button.button[type="submit"]:hover .text {
animation: ctaArrowTextEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards !important;
color: var(--primary-color) !important;
}
.gform_button.button[type="submit"]:hover svg {
animation: ctaArrowSVGEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards !important;
}
.gform_button.button[type="submit"]:hover .line {
animation: ctaArrowLineEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards !important;
background-color: var(--primary-color) !important;
}
.gfield_required_text {
display: none !important;
}
.gfield_required::after {
content: "*";
}
.gfield_label {
font-size: 16px;
font-style: normal;
font-weight: 800;
line-height: 26px;
}
.ginput_container input {
border: 1px solid #b6b6b6;
min-height: 50px;
} button a {
text-decoration: none;
color: white;
}
button a:hover {
color: var(--primary-color);
}
.top-header .container-fluid .row .col-12 .breadcrumbs a {
text-decoration: none;
color: white;
}
.contact-us
.text-image
.container-fluid
.row
.col-lg-6
.txt-wrapper
address
span.map {
display: flex;
}
.contact-us
.text-image
.container-fluid
.row
.col-lg-6
.txt-wrapper
address
span.map::before {
content: url(//www.ldavies.com/wp-content/themes/ld/img/map-pin.svg);
margin-right: 1rem;
}
.contact-us
.text-image
.container-fluid
.row
.col-lg-6
.txt-wrapper
address
span.map
a::after {
bottom: 11px;
}
.project-article .next-project-banner.parallax .container-fluid .row .col-12 a,
.news-article .next-project-banner.parallax .container-fluid .row .col-12 a {
text-decoration: none;
}
.project-article
.next-project-banner.parallax
.container-fluid
.row
.col-12
a
p,
.news-article .next-project-banner.parallax .container-fluid .row .col-12 a p {
color: white;
margin-bottom: 5px;
}
.privacy-menu {
list-style: none;
display: flex;
}
.privacy-menu li {
padding-right: 1rem;
}
.privacy-menu li a {
text-decoration: none;
}
footer .container-fluid.px-0 div.row div.col-lg-4 {
width: auto;
}
form .gform-body .gfield input,
form .gform-body .gfield textarea {
border-radius: var(--bs-border-radius);
}
.gform_wrapper.gravity-theme .gfield textarea {
border: 1px solid #b6b6b6;
}
form .gform-body .gfield textarea {
height: 160px !important;
}
header .has-dropdown button {
left: calc(100% - 50px);
bottom: 3rem;
}
.has-dropdown > a:nth-child(1) {
width: fit-content;
}
.wrap-collapse {
margin-top: -1rem;
}
.project-article .next-project-banner.parallax .layer,
.news-article .next-project-banner.parallax .layer {
height: 230px;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #A80D1CCC;
opacity: 0.8;
} .new-testimonial {
padding: 45px 0;
background-color: #fff;
max-width: 100%;
margin: 0 auto;
}
.new-testimonial .col-12 {
display: flex;
flex-direction: column;
gap: 25px;
}
.new-testimonial .testimonial-line {
width: 100%;
height: 2px;
background-color: var(--primary-color);
}
.new-testimonial .testimonial-quote-wrapper {
display: flex;
align-items: flex-start;
gap: 10px;
}
.new-testimonial .testimonial-quote-icon img {
width: 35px;
height: 35px;
}
.new-testimonial .quote-text {
font-size: 20px;
font-weight: 700;
color: #333;
line-height: 1.6;
}
.new-testimonial .quote-text p {
text-align: left;
}
.new-testimonial .testimonial-meta {
display: flex;
align-items: center;
gap: 15px;
}
.new-testimonial .testimonial-image img {
border-radius: 50%;
width: 80px;
height: 80px;
object-fit: cover;
margin-right: 20px;
}
.new-testimonial .testimonial-info {
text-align: left;
}
.new-testimonial .testimonial-info .testimonial-name {
font-weight: bold;
font-size: 18px;
color: #000000;
}
.new-testimonial .testimonial-info .testimonial-job {
color: #666;
font-size: 16px;
} @media (min-width: 769px) and (max-width: 1024px) {
.new-testimonial {
padding-left: 40px;
padding-right: 40px;
}
} @media (max-width: 768px) {
.new-testimonial {
padding: 35px;
max-width: 100%; }
.new-testimonial .testimonial-quote-wrapper {
flex-direction: column; align-items: center; }
.new-testimonial .quote-text {
text-align: center;
font-size: 16px;
line-height: 26px;
}
.new-testimonial .testimonial-meta {
flex-direction: row; align-items: center; justify-content: flex-start; gap: 15px; }
.new-testimonial .testimonial-image img {
margin-right: 0; border-radius: 50%; width: 80px;
height: 80px;
object-fit: cover;
}
.new-testimonial .testimonial-info {
text-align: left; }
.new-testimonial .testimonial-line {
margin: 10px auto;
}
}
.gform_description {
font-size: 20px;
font-weight: 400;
line-height: 30px;
width: 858px;
}
@media screen and (max-width: 768px) {
.gform_description {
font-size: 16px;
width: 100%;
font-weight: 400;
}
}
@media screen and (max-width: 820px) {
.gform_description {
font-size: 16px;
}
} .text-image-v2 {
padding: 0 !important;
}
.text-image-v2 .image-full-width {
width: 100%;
max-width: 100vw;
padding: 0;
}
.text-image-v2 .image-full-width img {
object-fit: cover;
width: 100%;
height: auto; padding: 0;
}
@media screen and (max-width: 1024px),
screen and (max-width: 820px),
screen and (max-width: 768px) {
.text-image-v2 .image-full-width {
width: 100%;
max-width: 100vw;
padding: 0;
}
.text-image-v2 .image-full-width img {
width: 100%;
height: auto;
}
}
.text-image-v2 .image-wider-than-text {
width: 100%;
max-width: 80vw;
padding: 0;
}
.text-image-v2 .image-wider-than-text img {
object-fit: cover;
width: 100%;
height: auto;
max-height: auto;
}
.text-image-v2 .image-equal-to-text {
width: 100%;
max-width: 57.8vw;
padding: 0 0;
}
.text-image-v2 .image-equal-to-text img {
object-fit: cover;
width: 100%;
height: auto;
max-height: auto;
}
.text-image-v2 .caption-container {
display: flex;
align-items: center;
text-align: left;
width: 100%;
max-width: 58vw; margin: 20px auto;
padding: 0 2px;
}
.text-image-v2 .image-full-width + .caption-container {
max-width: 100vw;
}
.text-image-v2 .image-wider-than-text + .caption-container {
max-width: 80vw;
}
.text-image-v2 .image-equal-to-text + .caption-container {
max-width: 58vw;
} @media screen and (max-width: 1024px) {
.text-image-v2 .image-full-width,
.text-image-v2 .image-wider-than-text,
.text-image-v2 .image-equal-to-text {
width: 100%;
max-width: 100vw;
}
.text-image-v2 img {
height: auto;
width: 100%;
max-height: 550px; }
.text-image-v2 .caption-container {
max-width: 100%;
padding: 0 20px;
}
} @media screen and (max-width: 820px) {
.text-image-v2 img {
max-height: 500px;
}
.text-image-v2 .caption-container {
max-width: 100%;
padding: 0 0;
}
} @media screen and (max-width: 768px) {
.text-image-v2 .image-full-width,
.text-image-v2 .image-wider-than-text,
.text-image-v2 .image-equal-to-text,
.text-image-v2 .caption-container {
width: 100%;
max-width: 100vw;
}
.text-image-v2 img {
height: auto;
width: 100%;
max-height: 500px;
}
.text-image-v2 .caption-container {
max-width: 100%;
padding: 0 0;
}
}  .mapplic-section .mapplic-container {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
background-color: #333333;
padding: 0 !important;
position: relative;
transition: padding 0.3s ease-out;
overflow: hidden; } .mapplic-section .map-container {
width: 80%;
max-width: 1200px;
min-height: 500px;
top: 0;
left: 50%;
transform-origin: center top;
transform: scale(0.8);
transition: width 0.3s ease-out, height 0.3s ease-out, transform 0.3s ease-out,
margin-top 0.3s ease-out;
}
.mapplic-section .map-text-content {
display: block;
z-index: 99;
width: 100%;
max-width: 1200px;
text-align: left;
padding: 100px 70px 20px 70px;
position: relative;
transition: transform 0.5s ease-out, opacity 0.5s ease-out;
margin-right: auto;
} .mapplic-section .map-text-title {
width: 50%;
line-height: 48px;
text-align: left;
font-size: 38px;
font-weight: 700;
color: white;
margin-bottom: 35px;
} .mapplic-section .map-text-description {
width: 100%;
font-size: 20px;
line-height: 30px;
color: #ffffff;
margin-bottom: 35px;
transition: opacity 0.5s ease-out;
} .mapplic-section .map-container iframe,
.mapplic-section .map-container img {
width: 100%;
height: auto;
display: block;
}
.mapplic-control-zone.mapplic-bottom-right {
padding: 50px 0 !important;
} @media (min-width: 1920px) {
.mapplic-section .map-container {
width: 90%;
max-width: 1600px;
min-height: 700px;
}
.mapplic-controls .mapplic-control-zone.mapplic-bottom-right {
left: 500px !important;
border: 10px solid red;
}
}
@media (max-width: 1920px) {
.mapplic-controls .mapplic-control-zone.mapplic-bottom-right {
padding: 50px 0 !important;
}
.mapplic-container
.mapplic-panzoom
.mapplic-controls
.mapplic-control-zone.mapplic-bottom-right {
padding: 0 300px !important;
}
} @media (min-width: 2560px) {
.mapplic-section .map-container {
width: 95%;
max-width: 2000px;
min-height: 900px;
}
.mapplic-container
.mapplic-panzoom
.mapplic-controls
.mapplic-control-zone.mapplic-bottom-right {
padding: 0 300px !important;
}
}
@media (min-width: 1200px) {
.mapplic-section .map-text-content p {
width: 610px;
}
} @media (max-width: 1200px) {
.mapplic-section .map-container {
width: 100%; max-width: none;
min-height: 400px; }
.mapplic-section .mapplic-container {
padding: 40px 0 100px; }
.mapplic-section .map-text-content {
padding: 35px 70px; }
.mapplic-section .map-text-title {
font-size: 32px;
font-weight: 600;
line-height: 42px;
}
.mapplic-section .map-text-description {
font-size: 18px;
line-height: 28px;
}
.mapplic-control-zone.mapplic-bottom-right {
padding: 50px;
}
.mapplic-control-zone.mapplic-bottom-right {
padding: 50px 0 !important;
}
}
@media screen and (max-width: 1024px) {
.mapplic-section .map-text-title {
font-size: 26px;
font-weight: 800;
line-height: 36px;
margin-bottom: 25px;
width: 100%;
}
.mapplic-section .map-text-content {
padding-top: 35px;
padding-left: 35px;
}
.mapplic-control-zone.mapplic-bottom-right {
padding: 50px;
}
.mapplic-control-zone.mapplic-bottom-right {
padding: 50px 0 !important;
}
} @media (max-width: 768px) {
.mapplic-section .map-container {
width: 100% !important;
max-width: 100% !important;
min-height: 350px !important;
padding: 0 !important; margin: 0 !important; left: 0 !important; top: 0 !important; transform: scale(1) !important;
}
.mapplic-section .map-text-content {
padding: 25px 35px;
}
.mapplic-section .map-text-title {
font-size: 26px;
font-weight: 800;
line-height: 36px;
margin-bottom: 25px;
width: 100%;
}
.mapplic-section .map-text-description {
font-size: 16px;
line-height: 24px;
}
}
@media (max-width: 480px) {
.mapplic-section .map-container {
transform: scale(1.04) !important;
}
} .autoplay {
width: 100%;
height: auto;
display: flex;
justify-content: center; align-items: center; }
iframe.autoplay-iframe {
display: block;
overflow: hidden;
width: 100%;
height: 700px; max-width: 1080px; margin: 0 auto;
padding: 0;
pointer-events: none; } .autoplay .autoplay-caption {
width: 100%;
display: block;
margin-top: 12px;
margin-bottom: 0;
text-align: left;
padding-right: calc(var(--bs-gutter-x) * 0.5); font-size: 20px;
line-height: 30px;
}
.autoplay .autoplay-caption p {
text-align: left;
} .autoplay-iframe .ytp-chrome-bottom,
.autoplay-iframe .ytp-show-cards-title,
.autoplay-iframe .ytp-title,
.autoplay-iframe .ytp-pause-overlay,
.autoplay-iframe .ytp-gradient-top,
.autoplay-iframe .ytp-gradient-bottom {
display: none !important;
} .autoplay .autoplay-caption {
width: 100%;
display: block;
margin-top: 12px;
margin-bottom: 35px;
text-align: left;
padding-right: calc(var(--bs-gutter-x) * 0.5); font-size: 20px;
line-height: 30px;
}
@media (max-width: 1024px) {
iframe.autoplay-iframe {
height: 500px; }
}
@media (max-width: 767px) {
iframe.autoplay-iframe {
height: 350px; }
}
@media (max-width: 480px) {
iframe.autoplay-iframe {
height: 250px; }
} .new-footer {
background: #333;
color: white;
padding: 0;
width: 100%;
}
.new-footer .row:first-of-type::after {
content: unset;
}
.new-footer .row:last-of-type::after {
content: unset;
}
.new-footer h4 {
font-size: 18px;
font-weight: 700;
margin-bottom: 20px;
}
.new-footer p {
font-size: 16px;
line-height: 26px;
margin: 0 0 10px;
}
.new-footer a {
color: white;
}
.new-footer ul {
list-style: none;
padding: 0;
margin: 0;
}
.new-footer ul li {
margin-bottom: 10px;
}
.new-footer ul li a {
color: white;
text-decoration: none;
font-size: 16px;
font-weight: 400;
line-height: 26px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
}
.new-footer ul li a:hover {
text-decoration: underline;
}
.new-footer address {
font-style: normal;
line-height: 1.5;
margin: 0;
} .new-footer .row {
display: flex;
flex-wrap: wrap; justify-content: space-between !important; gap: 20px; padding: 40px 80px 0; }
.new-footer .col-lg-2,
.new-footer .col-lg-3 {
flex: 1 1 18%; max-width: 18%; padding: 0; text-align: left;
}
.new-footer .row div:nth-of-type(5) h4 {
display: none;
}
.new-footer .swift-up-text {
font-size: 18px;
font-weight: 700;
line-height: 26px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
}
.new-footer .row div:nth-of-type(5) p {
font-size: 16px;
font-weight: 400;
line-height: 19.25px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
margin-bottom: 40px;
} .new-footer .social-media {
display: flex;
gap: 15px; margin-top: 15px;
align-items: center;
}
.new-footer .social-media a {
width: 37px;
height: 37px;
}
.new-footer .social-media a:first-of-type img {
object-fit: none;
border-radius: 50%;
}
.new-footer .social-media img {
width: 100%;
height: 100%; filter: brightness(0) saturate(100%) invert(21%) sepia(94%) saturate(5620%) hue-rotate(345deg) brightness(98%) contrast(112%);
}
.new-footer .social-media a:hover img {
filter: brightness(0) saturate(100%) invert(100%) sepia(39%) saturate(2%)
hue-rotate(238deg) brightness(110%) contrast(100%) !important;
}
.new-footer .row.mt-4 .col-lg-12 {
display: flex;
flex-direction: row;
gap: 80px;
padding-left: 0;
}
.new-footer .row:last-of-type {
display: flex; flex-direction: row;
justify-content: space-between; align-items: center; margin: 0; padding: 40px 70px; background-color: black; width: 100%; box-sizing: border-box; white-space: nowrap;  } .new-footer .right-wrapper {
position: absolute;
bottom: -84px;
}
.new-footer .right-wrapper a {
width: 100px;
height: 16px;
display: flex;
align-items: center;
justify-content: flex-start;
img {
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.8;
}
@media screen and (max-width: 992px) {
width: 94px;
height: 15px;
margin-left: -1px;
}
}
.new-footer .right-wrapper a:hover {
display: flex !important;
background-image: none !important;
text-decoration: none !important;
transform: none !important;
}
.new-footer .col-lg-2:has(.social-media) {
position: relative;
}
.new-footer .row:last-of-type p {
margin: 0;
font-size: 14px;
color: #aaa;
text-align: left; }
.new-footer .privacy-menu {
margin: 0;
text-align: right; }
.new-footer .privacy-menu li {
display: inline-block;
margin: 0;
}
.new-footer .privacy-menu li a {
color: #aaa;
font-size: 14px;
text-decoration: none;
}
.new-footer .privacy-menu li a:hover {
text-decoration: underline;
} @media (max-width: 992px) {
.new-footer .container-fluid > div:first-of-type {
padding: 30px 50px 10px;
}
.new-footer .right-wrapper {
bottom: -140px;
}
.new-footer .left-wrapper {
padding: 0;
}
.new-footer .row:last-of-type {
padding: 40px 40px 80px;
}
.new-footer .row.mt-4 .col-lg-12 {
gap: 30px;
}
.new-footer .row {
flex-direction: column;
justify-content: space-between !important;
gap: 20px;
padding: 10px 0 0px;
}
.new-footer .col-lg-2 {
width: 100%;
max-width: 100%; }
.new-footer address p {
font-style: normal;
line-height: 1.5;
margin-bottom: 10px;
}
.new-footer .row > div:not(:last-of-type) {
border-bottom: 1px solid #ffffff;
padding-bottom: 20px;
}
.new-footer .row div:nth-of-type(5) p {
margin-bottom: 30px;
}
.new-footer .social-media {
justify-content: flex-start;
}
}
@media (max-width: 576px) {
.new-footer .col-lg-2,
.new-footer .col-lg-3 {
flex: 0 0 100%; max-width: 100%;
margin-bottom: 15px;
}
.new-footer .row:last-of-type {
text-align: center;
margin-left: -1px;
}
.new-footer .row.mt-4 .col-lg-12 {
gap: 10px;
flex-direction: column;
}
.new-footer .right-wrapper {
bottom: -182px;
left: 1px;
}
.new-footer .row:last-of-type {
padding: 40px 40px 75px;
}
}  .top-header.default-hero {
position: relative;
} .top-header.custom-hero {
background-size: cover;
background-position: center;
}
h1.swift-up-line br:first-of-type,
h1.swift-up-line br:nth-of-type(2) {
display: none;
}
h1.swift-up-line span:first-of-type > span {
font-weight: 800 !important;
}
h1.swift-up-line span:last-of-type {
font-weight: 400 !important;
} .top-header.has-overlay::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #E70D1C;
opacity: 0.8; z-index: 1;
} .top-header .container-fluid {
position: relative;
z-index: 2;
}
.career-module {
margin: 0 auto;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
border-bottom: 1px solid #000000;
}
.career-module .columns-container {
display: flex;
justify-content: space-between;
align-items: stretch;
width: 100%;
}
.career-module .column {
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 70px;
}
.career-module .column:nth-child(1) {
border-right: 1px solid #000000;
}
.career-module .column-title {
font-size: 35px;
font-weight: 700;
line-height: 42.11px;
margin-bottom: 20px;
color: #000000;
}
.career-module .column-content > * {
font-weight: 400;
font-size: 20px;
line-height: 30px;
color: #000000;
margin-bottom: 30px;
width: 80%;
}
.career-module .custom-button {
border-radius: 25px;
background: var(--primary-color);
color: white;
padding: 14px 32px 14px 70px;
border: 2px solid var(--primary-color);
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 24px;
position: relative;
transition: all 0.3s ease-in-out;
}
.career-module .custom-button .text {
animation: ctaArrowTextStart 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
margin-right: 10px;
display: block;
}
.career-module .custom-button svg {
animation: ctaArrowSVGStart 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
position: absolute;
left: 48px;
top: 50%;
width: 6px;
stroke: currentColor;
}
.career-module .custom-button svg polyline {
animation: ctaArrowEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
stroke-dashoffset: 140px;
stroke-dasharray: 140px;
}
.career-module .custom-button .line {
animation: ctaArrowLineStart 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
height: 1px;
width: 25px;
position: absolute;
content: "";
left: 22px;
display: block;
top: 50%;
transform-origin: left;
background-color: white;
transform: translateY(calc(-50% + 0.5px)) translateZ(0);
}
.career-module .custom-button:hover svg {
animation: ctaArrowSVGEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
stroke: var(--primary-color);
}
.career-module .custom-button:hover {
background: transparent;
color: var(--primary-color);
border: 2px solid var(--primary-color);
}
.career-module .custom-button:hover .text {
animation: ctaArrowTextEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
color: var(--primary-color);
}
.career-module .custom-button:hover svg {
animation: ctaArrowSVGEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
}
.career-module .custom-button:hover svg polyline {
animation: ctaArrowStart 0.45s ease 0.25s forwards;
stroke: var(--primary-color);
}
.career-module .custom-button:hover .line {
animation: ctaArrowLineEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
background-color: var(--primary-color);
}
@media (max-width: 992px) {
.career-module {
padding: 30px 35px;
}
.career-module .columns-container {
flex-direction: column;
gap: 35px;
}
.career-module .column {
padding: 0;
}
.career-module .column:nth-child(1) {
border-right: none;
}
.career-module .column-title {
font-size: 28px;
line-height: 34px;
}
.career-module .column-content > * {
font-size: 16px;
font-weight: 400;
line-height: 26px;
width: 100%;
}
}
@media (max-width: 576px) {
.career-module {
border-bottom: 1px solid #000000;
}
.career-module {
padding: 35px;
}
} .blogs-module .animate {
opacity: 0;
transform: translateY(50px);
transition: opacity 0.6s ease-out, transform 0.6s ease-out;
} .blogs-module .animate.show {
opacity: 1;
transform: translateY(0);
} .blogs-module .animate:not(.show) {
opacity: 0;
transform: translateY(30px);
transition: opacity 0.5s ease-in, transform 0.5s ease-in;
} .blogs-module {
width: 100%; }
.blogs-module .section-1,
.blogs-module .section-2,
.blogs-module .section-3 {
margin-bottom: 60px; padding-bottom: 40px; } .blogs-module .section-3 {
display: flex;
width: 100%;
justify-content: space-between;
gap: 20px; }
.blogs-module .section-3 {
position: relative;
z-index: 2;
} .blogs-module .section-3 .card {
display: flex;
flex-direction: row-reverse; align-items: center;
justify-content: space-between; border: none;
margin-left: auto;
@media screen and (max-width: 1600px) {
width: 88%;
}
@media screen and (min-width: 1601px) and (max-width: 2000px) {
width: 86%;
}
@media screen and (min-width: 2001px) {
width: 83%;
}
}
.blogs-module .section-1 .card {
display: flex;
flex-direction: row-reverse; align-items: center;
justify-content: space-between;
width: 100%;
border: none;
}
.blogs-module .section-1 .card {
padding-left: 70px;
background: var(--primary-color);
color: white;
}
.blogs-module .section-1 .card .img-wrap {
width: 100%;
}
@media screen and (min-width: 1401px) {
.blogs-module .section-1 .card .card-body {
padding: 16px 70px 16px 16px;
}
}
.blogs-module .section-1 .card .card-body a {
color: white;
} .blogs-module .section-3 .card .img-wrap {
width: 80%;
}
.blogs-module .section-1 .card .card-body,
.blogs-module .section-3 .card .card-body {
width: 50%;
}
.blogs-module .section-1 .card .card-body .card-text,
.blogs-module .section-3 .card .card-body .card-text {
font-size: 35px;
font-weight: 700;
line-height: 42.11px;
}
.blogs-module .section-1 .card .card-body .card-title,
.blogs-module .section-3 .card .card-body .card-title {
font-size: 20px;
line-height: 34px; }
.blogs-module .section-1 .card .card-body .card-title,
.blogs-module .section-2 .card .card-body .card-title,
.blogs-module .section-3 .card .card-body .card-title {
text-transform: uppercase;
font-weight: 400;
}
.blogs-module .section-1 .card .card-body .excerpt,
.blogs-module .section-2 .card .card-body .excerpt,
.blogs-module .section-3 .card .card-body .excerpt {
font-size: 16px;
}
.blogs-module .section-1 .card,
.blogs-module .section-2 .card,
.blogs-module .section-3 .card {
text-decoration: none;
} .blogs-module .section-3 .card {
position: relative;
background-color: transparent;
}
.blogs-module .section-3 .background-element {
position: absolute;
background-color: #fef8f8;
height: 115%;
width: 55%;
left: 0;
right: 0;
margin-inline: auto;
}  .blogs-module .section-2 {
display: flex;
align-items: flex-start; justify-content: center;
width: 100%;
gap: 5px;
margin: 0 auto;
position: relative;
z-index: 3;
}
@media screen and (min-width: 1025px) {
.blogs-module .section-2 {
padding-left: 100px;
}
} .blogs-module .section-2 > .card:first-child {
display: flex;
flex-direction: column;
max-width: 50%;
width: 600px;
min-height: 660px; height: auto; position: relative;
margin-left: 60px;
transform: translateY(-90px) !important; }
.blogs-module .see-more-section {
margin-top: 80px;
padding-top: 30px;
background-color: #f2f2f2;
display: flex;
flex-direction: column;
align-items: center; gap: 5px; }
.blogs-module .see-more-title {
padding-top: 30px; margin-bottom: 10px; text-align: center;
font-weight: 700;
font-size: 35px;
line-height: 42.11px;
}
.blogs-module .custom-button-wrapper {
margin-top: 0; }
.blogs-module .read-article-link {
text-decoration: underline;
text-underline-offset: 3px;
}
@media screen and (max-width: 1024px) {
.blogs-module .see-more-title {
font-size: 25px; line-height: 20px; padding-top: 20px; margin-bottom: 5px; }
.blogs-module .custom-button {
font-size: 16px; padding: 8px 12px; }
.blogs-module .see-more-section {
gap: 3px; }
}
@media screen and (min-width: 1025px) {
.blogs-module .section-2 .card:last-child .card-body {
width: 60%;
}
}
@media screen and (max-width: 768px) {
.blogs-module .see-more-title {
font-size: 25px;
line-height: 20px;
padding-top: 15px;
margin-bottom: 5px;
}
.blogs-module .custom-button {
font-size: 14px; padding: 6px 10px; }
.blogs-module .see-more-section {
gap: 2px; }
}
@media screen and (min-width: 1025px) {
.blogs-module .see-more-section {
gap: 5px; }
}
@media screen and (min-width: 1025px) and (max-width: 1156px) {
.blogs-module .section-2 > .card:first-child {
transform: translateY(-110px) !important; }
.blogs-module .section-2 {
padding-left: 80px;
}
}
.blogs-module .section-2 .card .card-body .card-text {
font-size: 25px;
font-weight: 700;
line-height: 30.08px;
}
.blogs-module .section-2 .card .card-body .card-title {
font-size: 16px; line-height: 24px;
}
.blogs-module .section-2 > .card:first-child .card-body {
padding: 25px 25px 30px 25px;
}
.blogs-module .section-2 > .card:first-child .img-wrap {
width: 100%;
position: relative; }
.blogs-module .section-2 > .card:first-child .img-wrap .card-title {
text-transform: uppercase;
position: absolute;
bottom: 0;
margin-bottom: 0;
left: 0px;
z-index: 1000;
padding: 7px 30px 7px 18px;
background-color: var(--primary-color);
border-top-right-radius: 19px;
border-bottom-right-radius: 19px;
color: white;
font-weight: 700;
font-size: 16px;
line-height: 24px;
letter-spacing: 0px;
}
.blogs-module .section-2 > .card:first-child .img-wrap:has(img) .card-title {
bottom: 2px;
left: 2px;
}
.blogs-module .section-2 > .card:first-child .img-wrap img {
width: 100%;
height: auto;
object-fit: cover;
border: 2px solid white;
} .blogs-module .section-2 .card:last-child {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
text-align: center;
width: 50%;
border: none;
@media screen and (min-width: 1025px) {
margin-bottom: 50px;
}
} .blogs-module .section-2 .card:last-child .img-wrap {
width: 342px;
height: 342px;
border-radius: 50%;
overflow: hidden;
}
.blogs-module .section-2 .card:last-child .img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
} .blogs-module .section-2 .card:last-child .card-body {
text-align: center;
} .blogs-module .card .img-wrap img {
width: 100%;
height: auto;
object-fit: cover;
} .blogs-module .card-body {
display: flex;
flex-direction: column;
justify-content: center;
}
.blogs-module .custom-button-wrapper {
display: flex;
justify-content: center; align-items: center; width: 100%;
padding-bottom: 70px;
margin-top: 10px;
background: #f2f2f2;
display: flex;
flex-direction: column;
justify-content: center;
gap: 20px;
}
.blogs-module .custom-button-wrapper h2 {
font-size: 35px;
font-weight: 700;
line-height: 42.11px;
color: black;
}
.blogs-module .custom-button {
border-radius: 25px;
background: var(--primary-color);
color: white;
padding: 14px 32px 14px 70px;
border: 2px solid var(--primary-color);
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 24px;
position: relative;
transition: all 0.3s ease-in-out;
}
.blogs-module .custom-button .text {
animation: ctaArrowTextStart 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
margin-right: 10px;
display: block;
}
.blogs-module .custom-button svg {
animation: ctaArrowSVGStart 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
position: absolute;
left: 48px;
top: 50%;
width: 6px;
stroke: currentColor;
}
.blogs-module .custom-button svg polyline {
animation: ctaArrowEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
stroke-dashoffset: 140px;
stroke-dasharray: 140px;
}
.blogs-module .custom-button .line {
animation: ctaArrowLineStart 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
height: 1px;
width: 25px;
position: absolute;
content: "";
left: 22px;
display: block;
top: 50%;
transform-origin: left;
background-color: white;
transform: translateY(calc(-50% + 0.5px)) translateZ(0);
}
.blogs-module .custom-button:hover svg {
animation: ctaArrowSVGEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
stroke: var(--primary-color);
}
.blogs-module .custom-button:hover {
background: transparent;
color: var(--primary-color);
border: 2px solid var(--primary-color);
}
.blogs-module .custom-button:hover .text {
animation: ctaArrowTextEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
color: var(--primary-color);
}
.blogs-module .custom-button:hover svg {
animation: ctaArrowSVGEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
}
.blogs-module .custom-button:hover svg polyline {
animation: ctaArrowStart 0.45s ease 0.25s forwards;
stroke: var(--primary-color);
}
.blogs-module .custom-button:hover .line {
animation: ctaArrowLineEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
background-color: var(--primary-color);
}
.section-1,
.section-2,
.section-3 {
margin-bottom: 20px !important; padding-bottom: 10px !important; } @media screen and (max-width: 1024px) {
.blogs-module .section-2 {
flex-direction: column;
justify-content: center;
align-items: center;
gap: 30px;
}
.blogs-module .section-1 .card {
padding-left: 0;
}
.blogs-module .section-1 .card .card-body {
padding: 25px 70px 15px;
width: 100%; text-align: left;
} .blogs-module .section-1 .card,
.blogs-module .section-3 .card {
flex-direction: column; text-align: center;
}
.blogs-module .section-1 .card .img-wrap,
.blogs-module .section-3 .card .img-wrap {
width: 100%; }
.blogs-module .section-2 > .card:first-child {
transform: none !important; margin-left: 0; max-width: 90%;
width: unset;
}
.blogs-module .section-3 {
width: unset;
padding-left: 0;
}
.blogs-module .section-3 .background-element {
height: 103%;
width: 100%;
top: 0px;
}
.blogs-module .section-3 .card {
width: 90%;
margin: 0 auto;
}
.blogs-module .section-3 .card .card-body {
width: 100%; padding: 20px 0;
text-align: left;
}
.blogs-module .section-2 .card:last-child .card-body {
text-align: center;
}
.blogs-module .section-1 .card .card-body .card-text,
.blogs-module .section-3 .card .card-body .card-text {
font-size: 28px; line-height: 34px;
}
.blogs-module .section-1 .card .card-body .card-title,
.blogs-module .section-3 .card .card-body .card-title {
font-size: 18px;
}
}
@media screen and (max-width: 768px) {
.blogs-module .section-1 .card .card-body,
.blogs-module .card-body {
padding: 25px 25px 10px;
} .blogs-module .section-2 > .card:first-child {
max-width: 100%;
min-height: auto;
transform: none !important; margin-left: 0;
} .blogs-module .section-2 .card:last-child {
width: 80%;
}
.blogs-module .section-2 .card:last-child .img-wrap {
width: 250px;
height: 250px; }
.blogs-module .section-3 .card {
width: 100%;
}
.blogs-module .section-3 .card .card-body {
padding: 25px 25px 10px;
text-align: left;
} .blogs-module .card .img-wrap img {
width: 100%;
height: auto;
object-fit: cover;
}   .blogs-module .card .card-body .card-text {
font-size: 22px;
line-height: 28px;
}
.blogs-module .card .card-body .card-title {
font-size: 16px;
}
}
@media screen and (max-width: 480px) { .blogs-module {
max-width: 100%;
padding: 0 10px;
}
.blogs-module .section-1,
.blogs-module .section-2,
.blogs-module .section-3 {
padding-bottom: 20px;
} .blogs-module .section-1 .card,
.blogs-module .section-3 .card {
flex-direction: column;
align-items: center;
text-align: center;
padding-right: 0;
padding-left: 0;
} .blogs-module .card .card-body .card-text {
font-size: 18px;
line-height: 24px;
}
.blogs-module .card .card-body .card-title {
font-size: 14px;
}
.blogs-module .section-2 .card:last-child {
width: 100%;
} .blogs-module .section-2 .card:last-child .img-wrap {
width: 200px;
height: 200px;
} .custom-button-wrapper {
text-align: center;
}
} .blogs-module .section-1 .card,
.blogs-module .section-2 .card,
.blogs-module .section-3 .card {
pointer-events: none;
} .blogs-module .section-1 .card .card-body a,
.blogs-module .section-2 .card .card-body a,
.blogs-module .section-3 .card .card-body a {
pointer-events: all;
}
.blogs-module
.section-2
.card:first-child.card:has(.autoplay-iframe)
.img-wrap { scale: 1.004;
border-radius: 5px !important;
}
.blogs-module .video-wrapper {
position: relative;
padding-top: 56.25%; height: auto; overflow: hidden;
display: flex; align-items: center; justify-content: center; scale: 1;
display: block;
}
.blogs-module
.section-2
.card:first-child.card:has(.autoplay-iframe)
.img-wrap
.video-wrapper
.autoplay-iframe {
border-radius: 5px;
}
.blogs-module .card .autoplay-iframe {
pointer-events: all;
margin: 0; position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.blogs-module .player.hide-controls-mode {
pointer-events: all !important;
} .blogs-module .card .autoplay-iframe .ytp-chrome-bottom,
.blogs-module .card .autoplay-iframe .ytp-show-cards-title,
.blogs-module .card .autoplay-iframe .ytp-title,
.blogs-module .card .autoplay-iframe .ytp-pause-overlay,
.blogs-module .card .autoplay-iframe .ytp-gradient-top,
.blogs-module .card .autoplay-iframe .ytp-gradient-bottom {
display: block !important;
} .blogs-module .card .autoplay-iframe.autoplay-enabled .ytp-chrome-bottom,
.blogs-module .card .autoplay-iframe.autoplay-enabled .ytp-show-cards-title,
.blogs-module .card .autoplay-iframe.autoplay-enabled .ytp-title,
.blogs-module .card .autoplay-iframe.autoplay-enabled .ytp-pause-overlay,
.blogs-module .card .autoplay-iframe.autoplay-enabled .ytp-gradient-top,
.blogs-module .card .autoplay-iframe.autoplay-enabled .ytp-gradient-bottom {
display: none !important;
pointer-events: none;
}
.blogs-module .section-1 .card .video-wrapper {
height: 100%;
}
.blogs-module
.section-1
.card
.video-wrapper
.autoplay-iframe.autoplay-enabled {
pointer-events: none;
}
.blogs-module
.section-3
.card
.video-wrapper
.autoplay-iframe.autoplay-enabled {
pointer-events: none;
}
.blogs-module .section-2 .card:last-child .video-wrapper {
height: 100%;
}
.blogs-module .section-2 .card:last-child .video-wrapper .autoplay-iframe {
height: 100%;
}
.blogs-module .section-1 .card .img-wrap {
position: relative;
width: 100%;
height: 100%;
overflow: hidden; }
.blogs-module .section-1 .card .img-wrap .video-wrapper {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.blogs-module .section-1 .card .img-wrap .video-wrapper .autoplay-iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-width: 100%;
object-fit: cover; }
.blogs-module .section-2 .card:last-child .img-wrap {
width: 342px; height: 342px;
border-radius: 50%; overflow: hidden; position: relative;
display: flex; align-items: center;
justify-content: center;
}
.blogs-module .section-2 .card:last-child .img-wrap .video-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.blogs-module
.section-2
.card:last-child
.img-wrap
.video-wrapper
.autoplay-iframe {
position: absolute;
top: 50%;
left: 50%;
width: 180%; height: 180%;
transform: translate(-50%, -50%); pointer-events: none; } .homepage-slider-section .swiper button a {
color: white !important;
}
.homepage-slider-section .swiper button:hover a {
color: var(--primary-color) !important;
}
.homepage-slider-section .swiper button a .line {
background-color: white !important;
}
.homepage-slider-section .swiper button:hover a .line {
background-color: var(--primary-color) !important;
}
.homepage-slider-section .swiper button a svg polyline {
stroke: white !important;
}
.homepage-slider-section .swiper button:hover a svg polyline {
stroke: var(--primary-color) !important;
}
@media (min-width: 992px) {
.homepage-slider-section .content-wrapper > .image-wrap + .txt-container h2 {
font-weight: 700;
font-size: 60px;
line-height: 70px;
}
.homepage-slider-section .content-wrapper > .image-wrap + .txt-container p {
font-size: 24px;
font-weight: 600;
line-height: 29px;
}
} .text-overlay {
width: 100%;
}
.text-block {
width: 100%;
position: absolute;
top: 42%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
@media screen and (max-width: 750px) {
top: 50%;
}
}
.top-line,
.bottom-line {
position: relative;
font-size: 50px;
opacity: 0;
transform: translateX(-20%);
transition: transform 3s, opacity 2s; font-weight: bold;
color: white;
text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
line-height: 1.2;
word-wrap: break-word;
@media screen and (max-width: 750px) {
transition: transform 1.5s, opacity 2s; font-size: 35px !important;
padding: 0 30px;
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
padding: 0 70px;
}
@media screen and (min-width: 1101px) {
padding: 0 120px;
}
}
.bottom-line {
transform: translateX(20%);
}
.text-block {
width: 100%;
position: absolute;
top: 42%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
@media screen and (max-width: 750px) {
top: 48%;
}
}
.top-line,
.bottom-line {
position: relative;
font-size: 50px;
opacity: 0;
transform: translateX(-20%);
transition: transform 3s, opacity 2s; @media screen and (max-width: 750px) {
transition: transform 1.5s, opacity 2s; font-size: 35px !important;
}
}
.bottom-line {
transform: translateX(20%);
} .masonry-layout {
padding: 20px 50px 55px !important;
.filter-toggle-btn {
display: none; padding: 10px 20px;
background-color: var(--primary-color);
color: white;
font-size: 16px;
font-weight: bold;
border: none;
border-radius: 20px;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.filter-toggle-btn:hover {
background-color: #088c9c;
} .grid-container {
width: 100%;
min-height: 1000px;
}
.projects-grid {
width: 100%;
display: grid;
grid-template-columns: repeat(3, minmax(200px, 1fr));
row-gap: 40px;
column-gap: 40px;
scroll-behavior: smooth; } .project.large {
grid-column: span 3;
}
.project.large img {
width: 100%;
height: 483px;
max-height: 100%;
object-fit: cover;
} .project.medium {
grid-column: span 2;
}
.projects .grid-container .cards-wrapper .project.medium .card {
height: 400px;
}
.project.medium .img-wrap img,
.project.small .img-wrap img {
height: 295px;
object-fit: cover;
} .project.small {
grid-column: span 1;
} .filters-container {
display: flex;
align-items: center;
justify-content: center;
margin: 0; padding: 20px 0; background-color: #fff; } .filters-wrap {
margin: 0 auto; text-align: center; } .buttons-wrap {
display: flex;
align-items: center;
justify-content: center; gap: 20px; flex-wrap: wrap;
margin-top: 10px; } .filter-btn {
padding: 10px 25px; border: none; border-radius: 8px; background-color: white; color: #333; font-size: 16px; font-weight: 500; cursor: pointer;
transition: all 0.6s ease;
}
.filter-btn:hover {
background-color: var(--primary-color); color: white;
}
.filter-btn.active {
background-color: var(--primary-color); color: white;
}
.filters-modal {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 9999;
align-items: center;
justify-content: center;
flex-direction: column;
overflow-y: auto; } .filters-modal-content {
background: white;
padding: 20px;
border-radius: 10px;
width: 100%;
max-width: 400px;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
} .close-filters {
position: absolute;
top: 10px;
right: 15px;
background: none;
border: none;
font-size: 24px;
cursor: pointer;
} .filters-modal .filters-wrapper {
display: flex;
flex-direction: column;
gap: 10px;
padding: 20px;
align-items: center;
}
.filters-modal .filters-wrapper .filters-wrap {
display: flex;
flex-direction: column;
}
.project.small .video-wrapper {
position: relative;
width: 100%;
height: 295px; display: flex;
align-items: center;
justify-content: center;
background-color: #000; }
.project.small .video-wrapper iframe {
position: absolute;
object-fit: cover;
pointer-events: none; scale: 1.4;
}
.project.medium .video-wrapper {
position: relative;
width: 100%;
height: 295px; display: flex;
align-items: center;
justify-content: center;
background-color: #000; }
.project.medium .video-wrapper iframe {
position: absolute;
top: 50%;
left: 50%;
width: 150%; height: 150%;
transform: translate(-50%, -50%) scale(1.7); object-fit: cover;
pointer-events: none; }
.project.large .video-wrapper {
position: relative;
width: 100%;
height: 483px; display: flex;
align-items: center;
justify-content: center;
background-color: #000; }
.project.large .video-wrapper iframe {
position: absolute;
top: 50%;
left: 50%;
width: 150%; height: 150%;
transform: translate(-50%, -50%) scale(1.7); object-fit: cover;
pointer-events: none; }
@media (min-width: 1025px) and (max-width: 1300px) {
.project.small .video-wrapper iframe {
scale: 1.8;
}
}
@media (min-width: 769px) and (max-width: 1025px) { .project.small .video-wrapper iframe {
scale: 1.4;
}
.project.large .video-wrapper {
height: 295px !important;
}
.project.large .video-wrapper iframe {
transform: translate(-50%, -50%) scale(1.5) !important;
}
}
@media (min-width: 1440px) {
.project.small .video-wrapper iframe {
scale: 1.6 !important;
}
}
@media (min-width: 1920px) { .large .video-wrapper iframe {
transform: translate(-50%, -50%) scale(2.7) !important;
}
.medium .video-wrapper iframe {
transform: translate(-50%, -50%) scale(2.5) !important;
}
} @media (min-width: 992px) {
.filters-modal {
display: none !important;
}
}
@media screen and (max-width: 1090px) {
.cards-wrapper .card-body .card-title {
line-height: 24px;
}
.card-body {
text-align: left;
padding: 10px 0;
}
.card-title {
text-align: left;
}
}
@media screen and (max-width: 991px) {
.filter-toggle-btn {
display: block;
width: 100%;
text-align: center;
margin-bottom: 10px;
}
.buttons-wrap {
flex-direction: column;
}
}
@media (max-width: 1090px) {
.projects-grid {
display: flex !important;
flex-direction: column;
gap: 15px;
width: 100%;
}
.project.large,
.project.medium,
.project.small {
width: 100%;
grid-column: span 1; }
.project img {
width: 100%;
height: auto; max-height: 295px !important; object-fit: cover;
} .card-body {
text-align: left;
padding: 10px 0;
}
.card-title {
font-size: 18px;
text-align: left;
word-break: normal;
}
}
@media (min-width: 768px) and (max-width: 862px) {
.projects-grid {
display: flex !important;
flex-direction: column; gap: 20px;
} .project.large,
.project.medium,
.project.small {
width: 100%;
grid-column: span 1;
} .project img {
width: 100%;
height: 295px !important;
object-fit: cover;
} .card-title {
font-size: 18px; }
}
@media (min-width: 768px) and (max-width: 992px) {
.projects-grid .card {
overflow: hidden;
width: 100%;
display: inline !important;
}
}
}
.related-projects-slider .img-wrap .video-wrapper {
position: relative;
max-width: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
background-color: #000; }
.related-projects-slider .img-wrap .video-wrapper iframe {
position: absolute;
object-fit: cover;
scale: 1.3;
}
.team-member .related-projects .img-wrap:has(.gif-thumbnail) {
height: 100%;
}
.team-member .related-projects .img-wrap .video-wrapper {
position: relative;
max-width: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
background-color: #000; }
.team-member .related-projects .card {
flex: 0 0 420px;
}
@media only screen and (min-width: 546px) and (max-width: 900px) {
.team-member .related-projects .card {
flex: 0 0 48%;
}
}
@media only screen and (max-width: 545px) {
.team-member .related-projects .card {
flex: 0 0 100%;
}
}
.team-member .related-projects .img-wrap .video-wrapper iframe {
position: absolute;
object-fit: cover;
scale: 1.3;
}
@media screen and (max-width: 820px) {
.our-history .top-header {
height: max-content;
}
}