@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");  :root {
--white: #fff;
--blue: #00adef;
--purple: #ab208e;
--dark: #0f161e;
--black: #000;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
font-size: 1.4rem;
padding: 0;
margin: 0;
border-radius: 0;
} html {
font-size: 62.5%;
}
@media screen and (max-width: 1500px) {
html {
font-size: 58%;
}
}
@media screen and (max-width: 1240px) {
html {
font-size: 55%;
}
}
body {
background: #f8f8f8 !important;
max-width: 100%;
overflow-x: hidden;
}
.debug {
background: red;
}
p,
a {
font-size: 1.4rem;
}
p {
line-height: 2.2rem;
color: #0f161e;
}
li {
line-height: 2.2rem;
}
.about-content-fix ul {
margin-left: 1.4rem;
}
.cl-a {
list-style-type: none;
text-decoration: none;
}
.section ul li {
margin-left: 14px;
}
.section ol li {
margin-left: 14px;
padding-left: 7px;
}
.cn {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.container {
max-width: 1320px;
margin: 0 auto;
padding: 20px;
width: 100%;
}
@media (max-width: 1440px) {
.container {
max-width: 1280px;
width: 100%;
}
}
@media (max-width: 992px) {
.container {
max-width: 720px;
padding: 10px;
width: 100%;
}
}
@media (max-width: 720px) {
.container {
max-width: 100%;
padding: 10px;
width: 100%;
}
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
}
.g-row {
display: grid;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
margin-top: 10px;
margin-bottom: 10px;
}
.g-row.r-3 {
grid-template-columns: repeat(3, 1fr);
}
.g-row.r-2 {
grid-template-columns: repeat(2, 1fr);
}
.hero-section-main {
width: 100%;
min-height: 70vh;
position: relative;
margin-top: 9rem;
}
.hero-section-main img {
position: absolute;
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
}
.hero-section {
width: 100%;
min-height: 70vh;
position: relative;
background: var(--white);
}
.hero-section img {
position: absolute;
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
}
.col-12 {
width: 100%;
height: auto;
position: relative;
padding-left: 4px;
padding-right: 4px;
}
.col-10 {
width: 83.33%;
height: auto;
position: relative;
padding-left: 4px;
padding-right: 4px;
}
@media (max-width: 992px) {
.col-10 {
width: 100%;
}
}
.col-3 {
width: 25%;
height: auto;
position: relative;
padding-left: 4px;
padding-right: 4px;
margin-top: 4px;
margin-bottom: 4px;
}
.col-3.with-auto {
width: auto;
}
@media (max-width: 992px) {
.col-3.sm-half {
width: 50%;
}
}
@media (max-width: 768px) {
.col-3.vsm-full {
width: 100%;
}
}
.col-3ft {
width: 25%;
height: auto;
position: relative;
padding-left: 4px;
padding-right: 4px;
margin-top: 4px;
margin-bottom: 4px;
}
@media (max-width: 768px) {
.col-3ft {
width: 50% !important;
}
}
@media (max-width: 450px) {
.col-3ft {
width: 100% !important;
}
}
.col-4-members {
width: 33.3%;
height: auto;
position: relative;
padding-left: 4px;
padding-right: 4px;
margin-top: 4px;
margin-bottom: 4px;
}
@media (max-width: 1000px) {
.col-4-members {
width: 50% !important;
}
}
@media (max-width: 768px) {
.col-4-members {
width: 100% !important;
}
}
.col-4-reference {
width: 33.3%;
height: auto;
position: relative;
padding-left: 4px;
padding-right: 4px;
margin-top: 4px;
margin-bottom: 4px;
}
@media (max-width: 800px) {
.col-4-reference {
width: 50% !important;
}
}
@media (max-width: 560px) {
.col-4-reference {
width: 100% !important;
}
}
.col-4-contactmembers {
width: 33.3%;
height: auto;
position: relative;
padding-left: 4px;
padding-right: 4px;
margin-top: 4px;
margin-bottom: 4px;
}
@media (max-width: 860px) {
.col-4-contactmembers {
width: 50% !important;
}
}
@media (max-width: 600px) {
.col-4-contactmembers {
width: 100% !important;
}
}
.col-4-sluzby {
width: 33.3%;
height: auto;
position: relative;
padding-left: 4px;
padding-right: 4px;
margin-top: 4px;
margin-bottom: 4px;
}
@media (max-width: 1000px) {
.col-4-sluzby {
width: 50% !important;
}
}
@media (max-width: 768px) {
.col-4-sluzby {
width: 100% !important;
}
}
#team {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 0.8rem;
}
#team .col-4-members2 {
width: calc(20% - 0.64rem);
height: auto;
position: relative;
}
@media (max-width: 1000px) {
#team .col-4-members2 {
width: calc(25% - 0.6rem);
}
}
@media (max-width: 768px) {
#team .col-4-members2 {
width: calc(33.3333333333% - 0.5333333333rem);
}
}
@media (max-width: 500px) {
#team .col-4-members2 {
width: calc(50% - 0.4rem);
}
}
@media (max-width: 400px) {
#team .col-4-members2 {
width: calc(100% - 0rem);
}
}
.col-4-infrastructure {
width: 33.3%;
height: auto;
position: relative;
padding-left: 4px;
padding-right: 4px;
margin-top: 4px;
margin-bottom: 4px;
}
@media (max-width: 768px) {
.col-4-infrastructure {
width: 50% !important;
}
}
@media (max-width: 440px) {
.col-4-infrastructure {
width: 100% !important;
}
}
.col-25 {
width: 20%;
height: auto;
position: relative;
padding-left: 4px;
padding-right: 4px;
margin-top: 4px;
margin-bottom: 4px;
}
@media (max-width: 992px) {
.col-25 {
width: 33.3%;
}
}
@media (max-width: 992px) {
.col-25.sm-half {
width: 50%;
}
}
@media (max-width: 768px) {
.col-25.vsm-full {
width: 100%;
}
}
.col-4 {
width: 33.3333%;
height: auto;
position: relative;
padding-left: 4px;
padding-right: 4px;
margin-top: 4px;
margin-bottom: 4px;
}
@media (max-width: 992px) {
.col-4.sm-half {
width: 50%;
}
}
@media (max-width: 768px) {
.col-4.vsm-full {
width: 100%;
}
}
.col-8 {
width: 66.666%;
height: auto;
position: relative;
padding-left: 4px;
padding-right: 4px;
margin-top: 4px;
margin-bottom: 4px;
}
.col-6 {
width: 50%;
height: auto;
position: relative;
padding-left: 4px;
padding-right: 4px;
margin-top: 4px;
margin-bottom: 4px;
}
@media only screen and (max-width: 768px) { [class*=col-] {
width: 100%;
}
}
.col-mx-auto {
margin-left: auto;
margin-right: auto;
display: block;
margin: 0 auto;
}
.fit-content {
width: 100%;
padding: 2.4rem 0;
}
.content-fit {
width: 100%;
padding: 4px 4px;
}
.clear-top-section {
width: 100%;
padding: 3.2rem;
min-height: 5rem;
}
.section {
width: 100%;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
padding: 3.2rem 0;
margin: 0 auto;
}
.section.section-is-header {
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
min-height: 60vh;
padding: 6.4rem 0;
margin-top: 6rem;
}
.section.white {
background: var(--white);
}
.section.padd-bottom-clear {
padding-bottom: 0px !important;
}
.section.color-full {
position: relative;
}
.section.color-full::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
background: rgb(171, 32, 142);
background: -webkit-gradient(linear, left top, right top, from(rgb(171, 32, 142)), color-stop(50%, rgb(130, 195, 65)), to(rgb(0, 173, 239)));
background: linear-gradient(90deg, rgb(171, 32, 142) 0%, rgb(130, 195, 65) 50%, rgb(0, 173, 239) 100%);
}
.section-bg-image {
width: 100%;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
position: relative;
}
.section-bg-image img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.section-bg-image.line-up::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
background: rgb(171, 32, 142);
background: -webkit-gradient(linear, left top, right top, from(rgb(171, 32, 142)), color-stop(50%, rgb(130, 195, 65)), to(rgb(0, 173, 239)));
background: linear-gradient(90deg, rgb(171, 32, 142) 0%, rgb(130, 195, 65) 50%, rgb(0, 173, 239) 100%);
z-index: 999;
}
header.hp {
width: 100%;
min-height: 65vh;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 5rem;
}
header.hp img,
header.hp video {
position: absolute;
width: 50%;
height: 100%;
-o-object-position: center bottom;
object-position: center bottom;
top: 0;
right: 0;
-o-object-fit: cover;
object-fit: cover;
}
@media (max-width: 992px) {
header.hp img,
header.hp video {
-o-object-position: center center;
object-position: center center;
width: 100%;
}
}
header.hp.hero img,
header.hp.hero video {
-o-object-position: center bottom;
object-position: center bottom;
}
header.hp.about-us {
min-height: 70vh;
}
@media (max-width: 768px) {
header.hp.about-us {
padding-top: 15rem;
}
}
header.hp.white-bg {
background: var(--white);
}
header.hp p {
padding: 1.4rem 0;
max-width: 50rem;
}
header.hp p a {
color: var(--purple);
font-size: 1.4rem;
}
header.hp p a:hover {
text-decoration: none;
}
header.hp h1 {
font-size: 3.2rem;
line-height: 4rem;
padding: 4px 0;
max-width: 44rem;
}
@media (max-width: 400px) {
header.hp h1 br {
display: none;
}
}
header.hp h1 p {
font-size: 3.2rem !important;
line-height: 4rem;
}
header.hp h1 strong {
font-size: 3.2rem;
line-height: 4rem;
color: var(--purple);
}
@media (max-width: 400px) {
header.hp h1 strong br {
display: none;
}
}
header.hp h1 span {
font-size: 3.2rem;
line-height: 4rem;
color: var(--purple);
}
@media (max-width: 992px) {
header.hp h1 {
font-size: 2.8rem;
line-height: 3.6rem;
padding: 4px 0;
max-width: 100%;
}
header.hp h1 p {
font-size: 2.8rem;
line-height: 3.6rem;
}
header.hp h1 strong {
font-size: 2.8rem;
line-height: 3.6rem;
color: var(--purple);
}
header.hp h1 span {
font-size: 3.2rem;
line-height: 3.6rem;
color: var(--purple);
}
}
.whiteshadow {
background: rgb(244, 248, 251);
background: linear-gradient(82deg, rgb(244, 248, 251) 0%, rgb(255, 255, 255) 44%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 992px) {
.whiteshadow {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgb(244, 248, 251);
background: linear-gradient(82deg, rgb(244, 248, 251) 0%, rgb(255, 255, 255) 44%, rgba(255, 255, 255, 0.6867997199) 54%, rgba(255, 255, 255, 0.1181722689) 100%);
}
}
header {
width: 100%;
min-height: 65vh;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 5rem;
}
header img,
header video {
position: absolute;
width: 100%;
height: 100%;
-o-object-position: center bottom;
object-position: center bottom;
-o-object-fit: cover;
object-fit: cover;
}
@media (max-width: 992px) {
header img,
header video {
-o-object-position: center center;
object-position: center center;
width: 100%;
}
}
header.hero img,
header video img {
-o-object-position: center bottom;
object-position: center bottom;
}
header.about-us {
min-height: 70vh;
}
@media (max-width: 768px) {
header.about-us {
padding-top: 15rem;
}
}
header.white-bg {
background: var(--white);
}
header p {
padding: 1.4rem 0;
max-width: 50rem;
}
header p a {
color: var(--purple);
font-size: 1.4rem;
}
header p a:hover {
text-decoration: none;
}
header h1 {
font-size: 3.2rem;
line-height: 4rem;
padding: 4px 0;
max-width: 80rem;
}
header h1 p {
font-size: 3.2rem !important;
line-height: 4rem;
}
header h1 strong {
font-size: 3.2rem;
line-height: 4rem;
color: var(--purple);
}
header h1 span {
font-size: 3.2rem;
line-height: 4rem;
color: var(--purple);
}
@media (max-width: 992px) {
header h1 {
font-size: 2.8rem;
line-height: 3.6rem;
padding: 4px 0;
max-width: 100%;
}
header h1 p {
font-size: 2.8rem;
line-height: 3.6rem;
}
header h1 strong {
font-size: 2.8rem;
line-height: 3.6rem;
color: var(--purple);
}
header h1 span {
font-size: 3.2rem;
line-height: 3.6rem;
color: var(--purple);
}
}
.contact-map-div {
width: 100%;
position: relative;
}
@media (max-width: 992px) {
.contact-map-div {
width: 100%;
}
}
@media (max-width: 992px) {
.mt-mobile-decent {
margin-top: 4.8rem;
}
}
.section-heading {
font-size: 2.4rem;
font-weight: 700;
line-height: 3.2rem;
text-transform: uppercase;
padding: 4px;
}
.bg-img-2 {
background: url(//brain4industry.cz/wp-content/themes/b4i/assets/image/backgrounds/mask_group_10.png);
background-size: cover;
background-repeat: no-repeat;
}
.section-image-wrap {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
max-width: 54.8rem;
margin: 0;
}
.section-image-wrap h2 {
font-size: 3.2rem;
line-height: 4rem;
font-weight: 700;
text-align: center;
padding-top: 9.9rem;
padding-bottom: 4.2rem;
}
.section-image-wrap h2 span,
.section-image-wrap h2 strong,
.section-image-wrap h2 b {
color: var(--purple);
font-size: 3.2rem;
line-height: 4rem;
} .contact-profile-box {
width: 100%;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
background: var(--white);
}
.contact-profile-box .content-section {
width: 70%;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
}
.contact-profile-box .content-section .cp-content {
padding: 6.2rem 9.9rem;
margin: 0;
width: 100%;
}
.contact-profile-box .content-section .cp-content h4 {
font-size: 3.2rem;
line-height: 4rem;
}
.contact-profile-box .content-section .cp-content h4 p {
font-size: 3.2rem;
line-height: 4rem;
font-weight: 700;
padding: 0 0;
}
.contact-profile-box .content-section .cp-content h4 p span {
font-size: 3.2rem;
line-height: 4rem;
color: var(--purple);
}
.contact-profile-box .content-section .cp-content h4 span {
font-size: 3.2rem;
line-height: 4rem;
color: var(--purple);
}
.contact-profile-box .content-section .cp-content p {
font-size: 1.6rem;
line-height: 2.8rem;
font-weight: 500;
max-width: 43rem;
padding: 2.4rem 0;
}
.contact-profile-box .profile-section {
width: 30%;
position: relative;
}
.contact-profile-box .profile-section img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
margin: 0;
padding: 0;
}
.contact-profile-box .profile-section .profile-info-box {
width: 100%;
padding: 3.2rem 2.4rem;
position: absolute;
bottom: 0;
left: 0;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
background: rgba(0, 0, 0, 0.75);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
}
.contact-profile-box .profile-section .profile-info-box .name {
font-size: 1.6rem;
text-transform: uppercase;
color: var(--white);
font-weight: 500;
}
.contact-profile-box .profile-section .profile-info-box .grade {
font-size: 1.4rem;
color: #ffffff;
opacity: 0.7;
}
.contact-profile-box .contact-info-menu {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.contact-profile-box .contact-info-menu li {
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 4px 0;
}
.contact-profile-box .contact-info-menu li i {
color: #00adef;
font-size: 2.4rem;
}
.contact-profile-box .contact-info-menu li a {
color: var(--dark);
font-weight: 600;
margin-left: 1.4rem;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.contact-profile-box .contact-info-menu li a:hover {
text-decoration: none;
color: var(--dark);
font-weight: 600;
margin-left: 1.4rem;
}
@media only screen and (max-width: 768px) {
.contact-profile-box .content-section {
width: 100%;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.contact-profile-box .content-section .cp-content {
padding: 2.4rem;
}
.contact-profile-box .profile-section {
width: 100%;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.contact-profile-box .profile-section img {
position: relative;
}
} .main-button {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
margin: 0;
padding: 1.4rem 2.4rem;
text-transform: uppercase;
background: var(--black);
color: var(--white) !important;
text-decoration: none;
margin-top: 4px;
margin-bottom: 4px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: 600;
line-height: 2rem;
-webkit-transition: 0.3s;
transition: 0.3s;
border: 1px solid var(--dark);
}
.main-button i {
margin-left: 4px;
}
.main-button:hover.effect {
background: var(--white);
color: var(--dark) !important;
border: 1px solid var(--dark);
}
.main-button-reverse {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
margin: 0;
padding: 1.4rem 2.4rem;
text-transform: uppercase;
color: var(--black);
background: var(--white) !important;
text-decoration: none;
margin-top: 4px;
margin-bottom: 4px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: 600;
line-height: 2rem;
-webkit-transition: 0.3s;
transition: 0.3s;
border: 1px solid var(--white);
}
.main-button-reverse i {
margin-left: 4px;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.main-button-reverse:hover.effect {
background: var(--white);
color: var(--dark) !important;
border: 1px solid var(--dark);
}
.main-button-reverse:hover.effect-2 i {
margin-left: 8px;
}
.buttons-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
gap: 10px;
margin-top: 2.4rem;
}
@media (max-width: 430px) {
.buttons-row {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.buttons-row a {
white-space: nowrap;
}
} .mission-and-vision {
width: 100%;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
}
.mission-and-vision p {
padding-right: 2.4rem;
line-break: normal;
word-wrap: normal;
max-width: 80%;
}
@media (max-width: 992px) {
.mission-and-vision p {
max-width: 100%;
margin-top: 2.4rem;
}
}
.brain-4-industry-tag {
padding: 7px 14px !important;
background: rgba(0, 171, 239, 0.0745098039);
border: 1px solid #00adef;
color: #00adef;
border-radius: 8px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-weight: 500;
margin-bottom: 1.4rem;
margin-top: 1.4rem;
}
.logos-preview-wrap {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.logos-preview-wrap .logos-preview-col {
width: 16.6666%;
padding: 8px 12px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.logos-preview-wrap .logos-preview-col img {
width: 4.8rem;
height: 4.8rem;
-o-object-fit: contain;
object-fit: contain;
opacity: 0.6;
-webkit-transition: 0.3;
transition: 0.3;
}
.logos-preview-wrap .logos-preview-col:hover {
cursor: pointer;
}
.logos-preview-wrap .logos-preview-col:hover img {
width: 4.8rem;
height: 4.8rem;
-o-object-fit: contain;
object-fit: contain;
opacity: 1;
-webkit-transition: 0.3;
transition: 0.3;
}
@media (max-width: 992px) {
.logos-preview-wrap .logos-preview-col {
width: 33.333%;
}
}
@media (max-width: 768px) {
.logos-preview-wrap .logos-preview-col {
width: 50%;
}
}
.image-center-fit {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
max-width: 100%;
margin-left: auto;
margin-right: auto;
display: block;
-o-object-fit: contain;
object-fit: contain;
} .about-us-box-partner {
background: var(--white);
width: 100%;
height: 100%;
padding: 3.2rem 2.4rem;
-webkit-transition: 0.3s;
transition: 0.3s;
position: relative;
}
.about-us-box-partner .logo-header-box {
width: 100%;
max-height: 7rem;
}
.about-us-box-partner .logo-header-box img {
display: block;
margin-right: auto;
max-width: 100%;
-o-object-fit: contain;
object-fit: contain;
max-height: 100%;
}
.about-us-box-partner h2 {
font-size: 1.8rem;
line-height: 2.4rem;
font-weight: 700;
padding: 1.4rem 0;
padding-top: 2.4rem;
}
.about-us-box-partner h2 a {
font-size: 1.8rem;
line-height: 2.4rem;
font-weight: 700;
}
.about-us-box-partner .link,
.about-us-box-partner .link:hover {
color: var(--dark);
margin-top: 2.4rem;
display: block;
font-weight: 500;
}
.about-us-box-partner .link:hover {
text-decoration: none;
}
.about-us-box-partner::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 0%;
height: 3px;
-webkit-transition: 0.3s;
transition: 0.3s;
background: rgb(171, 32, 142);
background: -webkit-gradient(linear, left top, right top, from(rgb(171, 32, 142)), color-stop(50%, rgb(130, 195, 65)), to(rgb(0, 173, 239)));
background: linear-gradient(90deg, rgb(171, 32, 142) 0%, rgb(130, 195, 65) 50%, rgb(0, 173, 239) 100%);
}
.about-us-box-partner:hover::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background: rgb(171, 32, 142);
background: -webkit-gradient(linear, left top, right top, from(rgb(171, 32, 142)), color-stop(50%, rgb(130, 195, 65)), to(rgb(0, 173, 239)));
background: linear-gradient(90deg, rgb(171, 32, 142) 0%, rgb(130, 195, 65) 50%, rgb(0, 173, 239) 100%);
}
.team-preview-box {
width: 100%;
position: relative;
}
.team-preview-box img {
position: relative;
width: 100%;
aspect-ratio: 272/319;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top;
object-position: top;
}
.team-preview-box .info-specialist-detail {
padding: 10px 2rem;
background: var(--dark);
color: var(--white);
position: absolute;
top: 8px;
left: 8px;
}
.team-preview-box .team-info-detail {
width: 100%;
background: rgba(0, 0, 0, 0.75);
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
color: var(--white);
padding: 8px 1.6rem;
position: absolute;
bottom: 0;
left: 0;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
}
.team-preview-box .team-info-detail p {
color: var(--white);
}
.team-preview-box .team-info-detail a {
color: var(--white);
display: block;
padding: 0.5rem 0;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 14px;
position: relative;
}
.team-preview-box .team-info-detail a i {
position: absolute;
top: 50%;
right: -2.8rem;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: 0.3s;
transition: 0.3s;
}
.team-preview-box .team-info-detail a:hover i {
margin-left: 8px;
right: -3.8rem;
}
.aligncenter {
display: block;
margin: 0 auto;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.infrastructure-box {
width: 100%;
height: 100%;
}
.infrastructure-box .image-header {
width: 100%;
max-height: 100%;
position: relative;
height: auto;
aspect-ratio: 355/270;
overflow: hidden;
}
.infrastructure-box .image-header img {
position: relative;
width: 100%;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
max-height: initial;
-o-object-fit: cover;
object-fit: cover;
min-width: 100%;
min-height: 100%;
}
.infrastructure-box h4 {
color: var(--dark);
font-size: 2rem;
line-height: 2.8rem;
padding: 1.4rem 0;
display: block;
}
.infrastructure-box h4 a {
color: var(--dark);
font-size: 2rem;
line-height: 2.8rem;
display: block;
}
.infrastructure-box h4 a:hover {
text-decoration: none;
}
#breadcrumbs {
font-size: 1.6rem;
font-weight: 500;
color: #707070;
max-width: 70rem;
}
#breadcrumbs > span {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#breadcrumbs i {
margin-left: 4px;
margin-right: 4px;
}
#breadcrumbs span {
font-size: 1.6rem;
font-weight: 500;
color: #707070;
}
#breadcrumbs a {
font-size: 1.6rem;
font-weight: 500;
color: #707070;
}
.contact-page-form-heading {
font-size: 2.4rem;
line-height: 3.2rem;
font-weight: 700;
padding: 1.6rem 0;
}
.contact-page-section-info-box {
width: 100%;
}
.contact-page-section-info-box p {
font-size: 1.4rem;
line-height: 2.6rem;
padding: 1.6rem 0;
max-width: 70%;
}
.contact-page-map-header .firm-name {
font-size: 1.8rem;
font-weight: 700;
line-height: 2.6rem;
padding: 4px 0;
margin-bottom: 6px;
}
.contact-page-map-header .ic-data {
font-size: 1.6rem;
line-height: 2.8rem;
font-weight: 500;
padding: 4px 0;
}
.contact-page-map-header .ic-data span {
font-size: 1.6rem;
line-height: 2.8rem;
font-weight: 700;
}
.dyn-section h3 {
padding: 1.2rem 0;
}
.dyn-section img {
margin-top: 1.2rem;
margin-bottom: 1.2rem;
}
.contact-page-map-otevirackar {
margin-top: 1.4rem;
}
.contact-page-map-otevirackar .heading {
font-size: 1.8rem;
font-weight: 700;
line-height: 2.6rem;
padding: 4px 0;
}
.contact-page-map-otevirackar .mini-table {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.contact-page-map-otevirackar .mini-table .day {
width: 30%;
}
.contact-page-map-otevirackar .mini-table .time {
width: 70%;
}
.sluzba-detail-cat-box {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.sluzba-detail-cat-box h3 {
font-weight: 600;
font-size: 2.4rem;
line-height: 3.2;
padding: 4px 0;
}
.sluzba-detail-cat-box p {
font-weight: 400;
font-size: 1.4rem;
line-height: 2.2;
padding: 4px 0;
}
.sluzba-detail-next-box {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
padding-left: 0%;
}
@media (max-width: 992px) {
.sluzba-detail-next-box {
padding-left: 0%;
}
}
.sluzba-detail-next-box h3 {
font-weight: 600;
font-size: 2.4rem;
line-height: 3.2rem;
padding: 4px 0;
}
.sluzba-detail-next-box p {
font-weight: 400;
font-size: 1.4rem;
line-height: 2.2rem;
padding: 4px 0;
}
.sluzba-detail-next-box.its-full-page {
padding-left: 0%;
margin-top: 3.2rem;
margin-bottom: 2.4rem;
}
.sluzba-detail-next-box.its-full-page .sluzba-detail-next-box {
padding-left: 0%;
}
.sluzba-detail-next-box.padd-10p {
padding-left: 10%;
}
.sluzba-detail-prev-box {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
padding-right: 10%;
}
@media (max-width: 992px) {
.sluzba-detail-prev-box {
padding-right: 0%;
}
}
.sluzba-detail-prev-box h3 {
font-weight: 600;
font-size: 2.4rem;
line-height: 3.2rem;
padding: 4px 0;
}
.sluzba-detail-prev-box p {
font-weight: 400;
font-size: 1.4rem;
line-height: 2.2;
padding: 4px 0;
}
.auto-sort {
padding-bottom: 1.4rem;
padding-top: 1.4rem;
}
.auto-sort ul li a {
color: #0f161e !important;
font-size: 1.6rem;
line-height: 2.8rem;
font-weight: medium;
}
.otgs-development-site-front-end {
display: none !important;
}
.def-img {
width: 100%;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
-o-object-fit: contain;
object-fit: contain;
}
.def-content {
width: 100%;
}
.def-content h1,
.def-content h2,
.def-content h3,
.def-content h4,
.def-content h5 {
font-size: 3.2rem;
font-weight: 700;
line-height: 4rem;
padding: 12px 0;
}
.def-content p {
font-size: 1.4rem;
line-height: 2.2rem;
font-weight: 400;
}
.def-content.padd-y-f-right {
padding-right: 4.8rem;
}
.def-content.padd-y-f-left {
padding-left: 4.8rem;
} .mt-16 {
margin-top: 1.6rem;
}
.mt-24 {
margin-top: 2.4rem;
}
.mt-32 {
margin-top: 3.2rem;
}
.mt-48 {
margin-top: 4.8rem;
}
.mb-48 {
margin-bottom: 4.8rem;
}
.button-center {
margin-left: auto;
margin-right: auto;
display: block;
}
.default-settings-for-posts img {
max-width: 100% !important;
-o-object-fit: contain !important;
object-fit: contain !important;
}
.default-settings-for-posts ul,
.default-settings-for-posts ol {
margin-left: 1.4rem;
padding: 1.2rem 0;
}
.default-settings-for-posts ul li,
.default-settings-for-posts ol li {
font-weight: 500;
font-size: 1.4rem;
line-height: 2.4rem;
}
.default-settings-for-posts ul li::marker,
.default-settings-for-posts ol li::marker {
font-size: 1.6rem;
line-height: 2.4rem;
}
.default-settings-for-posts ul li a,
.default-settings-for-posts ol li a {
color: var(--purple) !important;
}
.default-settings-for-posts .wp-block-gallery {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
margin-bottom: 4.8rem;
margin-top: 4.8rem;
}
.default-settings-for-posts .wp-block-gallery .wp-block-gallery.has-nested-images {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.default-settings-for-posts .wp-block-gallery .wp-block-gallery__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.default-settings-for-posts .wp-block-gallery .wp-block-image {
width: 48%;
}
.default-settings-for-posts .wp-block-gallery .wp-block-image img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.default-settings-for-posts .wp-block-image {
margin-top: 1.4rem;
margin-bottom: 1.4rem;
}
.default-settings-for-posts .wp-block-image img {
-o-object-fit: cover !important;
object-fit: cover !important;
max-width: 100%;
}
.default-settings-for-posts .wp-block-image.full-size {
width: 100%;
}
.default-settings-for-posts h3 {
font-size: 1.8rem;
line-height: 2.4rem;
padding: 1.6rem 0;
font-weight: 700;
}
.default-settings-for-posts h4 {
font-size: 1.6rem;
line-height: 2.8rem;
padding: 1.6rem 0;
font-weight: 700;
}
.default-settings-for-posts a {
color: var(--purple);
}
.default-settings-for-posts p {
margin-bottom: 3.2rem;
}
.page404 h1 {
font-size: 4.8rem;
line-height: 6.2rem;
}
.page404 h1 span {
font-size: 4.8rem;
line-height: 6.2rem;
color: var(--purple);
}
.page404 p {
font-size: 2rem;
line-height: 2.6rem;
padding: 2.4rem 0;
margin-bottom: 2.4rem;
}
.page404 a {
margin-top: 2.4rem;
}
.page-listing-wrap {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.page-listing-wrap .buttons {
margin-left: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 10px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.page-listing-wrap .buttons .page-numbers {
color: var(--dark);
display: none;
}
.page-listing-wrap .buttons .page-numbers.next {
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
margin: 0;
padding: 1.4rem 2.4rem;
text-transform: uppercase;
background: var(--black);
color: var(--white) !important;
text-decoration: none;
margin-top: 4px;
margin-bottom: 4px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: 600;
line-height: 2rem;
-webkit-transition: 0.3s;
transition: 0.3s;
border: 1px solid var(--dark);
}
.page-listing-wrap .buttons .page-numbers.next i {
margin-left: 4px;
}
.page-listing-wrap .buttons .page-numbers.next:hover.effect {
background: var(--white);
color: var(--dark) !important;
border: 1px solid var(--dark);
}
.page-listing-wrap .buttons .page-numbers.prev {
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
margin: 0;
padding: 1.4rem 2.4rem;
text-transform: uppercase;
background: var(--black);
color: var(--white) !important;
text-decoration: none;
margin-top: 4px;
margin-bottom: 4px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: 600;
line-height: 2rem;
-webkit-transition: 0.3s;
transition: 0.3s;
border: 1px solid var(--dark);
}
.page-listing-wrap .buttons .page-numbers.prev i {
margin-left: 4px;
}
.page-listing-wrap .buttons .page-numbers.prev:hover.effect {
background: var(--white);
color: var(--dark) !important;
border: 1px solid var(--dark);
}
.page-listing-wrap .list {
margin-left: auto;
}
.page-listing-wrap .list .page-numbers {
color: var(--dark);
text-decoration: none;
}
.page-listing-wrap .list .page-numbers.current {
font-weight: bold;
}
.page-listing-wrap .list .page-numbers.next {
display: none;
}
.page-listing-wrap .list .page-numbers.prev {
display: none;
}
.mt-fix-front {
margin-top: 3.2rem;
}
@media (max-width: 992px) {
.mt-fix-front {
margin-top: 8.2rem;
margin-left: auto;
margin-right: auto;
display: block;
}
}
.a2a_kit > .a {
padding: 2.4rem;
}
.img-single-service {
width: unset;
height: 100%;
-o-object-position: center bottom;
object-position: center bottom;
top: 0;
right: 0;
-o-object-fit: cover;
object-fit: cover;
left: unset;
}
.default-settings-for-posts .wp-block-gallery .wp-block-image {
width: 24%;
}
.default-settings-for-posts .wp-block-gallery .wp-block-image {
width: calc(33.3% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667);
height: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.default-settings-for-posts .wp-block-gallery .wp-block-image img { -o-object-fit: cover;
object-fit: cover;
height: 100%;
object-fit: cover;
width: unset;
}
.download-header {
font-size: 3.2rem !important;
line-height: 3.8rem !important;
margin-top: 3.2rem;
}
.download-buttons {
width: 100%;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
padding: 0.4rem 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 16px;
margin-bottom: 6.4rem;
}
.download-buttons .download-button {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
margin: 0;
padding: 1.4rem 2.4rem;
text-transform: uppercase;
background: var(--black);
color: var(--white) !important;
text-decoration: none;
margin-top: 4px;
margin-bottom: 4px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: 600;
line-height: 2rem;
-webkit-transition: 0.3s;
transition: 0.3s;
border: 1px solid var(--dark);
margin-left: 4px;
margin-right: 4px;
}
.download-buttons .download-button i {
margin-left: 4px;
font-size: 2.4rem;
margin-bottom: 2px;
}
.download-buttons .download-button:hover {
background: var(--white);
color: var(--dark) !important;
}
.download-buttons .download-button:first-child {
margin-left: 0;
} .fix-line-up li {
line-height: 2.6rem;
}
.img-height-fix img {
max-width: 100%;
height: 100%;
}
.image-print svg path {
fill: black;
}
p a {
color: #ab208e;
}
.link-full-clear {
text-decoration: none;
}
.link-full-clear a {
text-decoration: none;
} .contact-team-member {
margin-top: 12px;
padding-top: 8px;
padding-right: 1.4rem;
}
@media (max-width: 992px) {
.contact-team-member {
margin-top: 12px;
}
}
.contact-team-member h3 {
font-size: 1.8rem;
font-weight: 700;
line-height: 2.6rem;
padding: 0px 0;
margin-bottom: 0;
}
.contact-team-member p {
color: #000;
opacity: 0.75;
}
.contact-team-member .footer-item.social {
padding: 0 !important;
}
.contact-team-member .footer-item.social a {
font-size: 1.6rem;
line-height: 2.2rem;
}
.usp-section .usp-box {
width: 100%;
padding-right: 10px;
}
@media (max-width: 450px) {
.usp-section .usp-box {
padding-right: 0;
}
}
.usp-section .usp-box .icon-box {
width: 48px;
height: 48px;
border-radius: 4px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 2rem;
}
@media (max-width: 992px) {
.usp-section .usp-box .icon-box {
margin: 0 auto;
max-width: 100%;
margin-top: 20px;
margin-bottom: 4px;
}
}
.usp-section .usp-box h2 {
font-size: 1.8rem;
line-height: 1.3333333333;
max-width: 272px;
}
@media (max-width: 992px) {
.usp-section .usp-box h2 {
text-align: center;
max-width: 100%;
padding: 6px 0;
}
}
.usp-section .usp-box p {
max-width: 242px;
padding-top: 12px;
}
@media (max-width: 992px) {
.usp-section .usp-box p {
text-align: center;
max-width: 100%;
}
}
.search-box {
border-radius: 4px;
position: relative;
}
.search-box input {
border: 0;
background: red;
width: 100px;
height: 40px;
position: absolute;
top: 0;
right: 0;
}
.search-button {
width: 40px;
height: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: red;
}
.search-button svg {
height: 20px;
width: 20px;
}
.search-button:hover {
cursor: pointer;
}
.site-header__search {
position: relative;
display: inline-block;
vertical-align: middle;
margin-left: 0rem;
color: black;
}
@media (max-width: 400px) {
.site-header__search.active input {
width: 22rem !important;
}
}
.site-header__search.active input {
padding: 0 5rem 0 2rem;
width: 30rem;
border: 2px solid #cbcbcb !important;
}
.site-header__search.active button {
border: 0px solid #fff !important;
}
.site-header__search form {
font-size: 0;
}
.site-header__search input {
position: absolute;
z-index: 1;
right: 1px;
top: 0;
height: 100%;
padding: 0;
width: 0;
-webkit-transition: 0.3s;
transition: 0.3s;
background: white;
border: 0;
border: 0 !important;
border-radius: 4px !important;
}
.site-header__search button {
position: relative;
z-index: 2;
font-size: 0;
border: 2px solid #cbcbcb;
background: transparent;
color: white;
width: 40px;
text-align: center;
border: none;
aspect-ratio: 1/1;
-webkit-transition: 0.3s;
transition: 0.3s;
width: 40px;
height: 40px;
color: black;
border: 2px solid #cbcbcb !important;
border-radius: 4px;
}
.site-header__search button:hover {
cursor: pointer;
color: black;
}
.search-page {
padding: 12rem 0;
}
.search-page h1 {
font-size: 3.2rem;
line-height: 1.40625;
}
.search-results-heading {
color: #ab208e;
font-size: 2.4rem;
line-height: 3.2rem;
}
.search-items-list {
margin-top: 2px;
}
.search-item {
padding: 0.5rem 0;
}
.search-item a {
color: #000;
font-size: 16px;
line-height: 24px;
text-decoration: none;
}
.search-item a:hover {
color: #ab208e;
-webkit-transition: 0.3s;
transition: 0.3s;
} .digi-broken-text-fix {
font-size: 1.6rem;
line-height: 2.8rem;
font-weight: 500;
padding: 2.4rem 4px;
color: #575757;
}
.digi-broken-text-fix p {
font-size: 1.6rem;
line-height: 2.8rem;
font-weight: 500;
padding: 0rem 4px;
color: #575757;
}
.digi-broken-text-fix p strong {
font-size: 1.6rem;
line-height: 2.8rem;
}
.digi-broken-text-fix ul {
margin-left: 14px;
}
.digi-broken-text-fix ul li {
font-size: 1.6rem;
line-height: 2.8rem;
font-weight: 400;
}
.col-contact-map-1 {
width: 34rem;
-webkit-box-flex: 0;
-ms-flex: 0 0 34rem;
flex: 0 0 34rem;
height: auto;
position: relative;
padding-left: 4px;
padding-right: 4px;
margin-top: 4px;
margin-bottom: 4px;
}
@media (max-width: 992px) {
.col-contact-map-1 {
width: 50%;
}
}
@media (max-width: 768px) {
.col-contact-map-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
}
.col-contact-map-2 {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
@media (max-width: 768px) {
.col-contact-map-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
}
.custom-slider-class-center .swiper-slider {
margin: 0 auto !important;
} .reference-description-box {
max-width: 464px;
width: 100%;
padding-left: 7rem;
text-align: left;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: flex;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media (max-width: 768px) {
.reference-description-box {
padding-left: 3rem;
padding-right: 3rem;
padding-top: 2rem;
padding-bottom: 4rem;
}
}
.reference-description-box p {
font-size: 14px;
line-height: 28px;
width: 100%;
}
.reference-description-box p a {
font-size: 14px;
line-height: 28px;
}
@media (max-width: 600px) {
.reference-description-box {
max-width: 100%;
padding-left: 0;
padding-right: 0;
}
}
.case-study-photo-col {
width: 272px;
height: auto;
position: relative;
padding-left: 4px;
padding-right: 4px;
margin-top: 4px;
margin-bottom: 4px;
}
@media (max-width: 992px) {
.case-study-photo-col {
width: 50%;
}
}
@media (max-width: 768px) {
.case-study-photo-col {
width: 42%;
}
}
@media (max-width: 600px) {
.case-study-photo-col {
width: 100%;
max-width: 30rem;
margin: 0 auto;
}
}
.case-study-text-col {
width: calc(100% - 272px);
height: auto;
position: relative;
padding-left: 4px;
padding-right: 4px;
margin-top: 4px;
margin-bottom: 4px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 992px) {
.case-study-text-col {
width: 50%;
}
}
@media (max-width: 768px) {
.case-study-text-col {
width: 57%;
}
}
@media (max-width: 600px) {
.case-study-text-col {
width: 100%;
}
}
.line-height-22 {
line-height: 2.2rem !important;
}
.line-height-22 p {
line-height: 2.2rem !important;
}
.line-height-22 a {
line-height: 2.2rem;
}
.single-events .team-info-detail a {
display: none;
}
.single-events .case-study-text-col a {
color: var(--black);
-webkit-transition: 0.3s;
transition: 0.3s;
}
.single-events .case-study-text-col a:hover {
color: var(--purple);
}
@media (max-width: 992px) {
.sld-btn-mt {
margin-top: 10.8rem;
}
.swiper-pagination {
top: 0;
}
.mt-small-bbb {
margin-top: 4.2rem !important;
}
}
.dark-nav-item {
display: none;
background: var(--dark);
}
.dark-nav-item a {
color: var(--white) !important;
}
@media (max-width: 768px) {
.dark-nav-item {
display: block;
}
}
.wp-block-button__link .wp-element-button {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
margin: 0;
padding: 1.4rem 2.4rem;
text-transform: uppercase;
background: var(--black) !important;
color: var(--white) !important;
text-decoration: none;
margin-top: 4px;
margin-bottom: 4px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: 600;
line-height: 2rem;
-webkit-transition: 0.3s;
transition: 0.3s;
border: 1px solid var(--dark);
}
.wp-block-button__link .wp-element-button i {
margin-left: 4px;
}
.wp-block-button__link .wp-element-button:hover.effect {
background: var(--white) !important;
color: var(--dark) !important;
border: 1px solid var(--dark);
}
.contact-form {
position: relative;
padding: 6.4rem 0 3.2rem 0;
background: white;
}
.contact-form::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
background: rgb(171, 32, 142);
background: -webkit-gradient(linear, left top, right top, from(rgb(171, 32, 142)), color-stop(50%, rgb(130, 195, 65)), to(rgb(0, 173, 239)));
background: linear-gradient(90deg, rgb(171, 32, 142) 0%, rgb(130, 195, 65) 50%, rgb(0, 173, 239) 100%);
}
.contact-form__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media screen and (max-width: 962px) {
.contact-form__content {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 3.2rem;
}
}
.contact-form__content-description {
width: 100%;
max-width: 46.4rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 2.4rem;
margin-top: 2.4rem;
}
@media screen and (max-width: 962px) {
.contact-form__content-description {
max-width: 58rem;
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 0;
}
}
.contact-form__content-description h3 {
max-width: 40rem;
}
@media screen and (max-width: 962px) {
.contact-form__content-description h3 {
max-width: 58rem;
}
}
.contact-form__content-description p {
max-width: 44.5rem;
}
@media screen and (max-width: 962px) {
.contact-form__content-description p {
max-width: 58rem;
}
}
.contact-form .form-digital-box {
width: 100%;
background: var(--white);
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
padding: 3.2rem 1.6rem;
position: relative;
}
.contact-form .form-digital-box .header {
width: 100%;
padding: 1.6rem 0;
text-align: center;
}
.contact-form .form-digital-box .heading {
font-size: 2.8rem;
line-height: 3.4rem;
font-weight: 600;
text-align: center;
}
.contact-form .form-digital-box .heading span {
font-size: 2.8rem;
line-height: 3.4rem;
font-weight: 600;
text-align: center;
color: var(--purple);
}
.contact-form .form-digital-box .header-description {
font-size: 1.4rem;
line-height: 2.6rem;
color: #575757;
padding: 1.4rem 0;
margin: 0 auto;
max-width: 70%;
}
.contact-form .css-checkbox {
position: absolute;
overflow: hidden;
clip: rect(0 0 0 0);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
}
.contact-form #inputPreview {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 20px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.contact-form .css-checkbox + label {
position: relative;
font-size: 14px;
cursor: pointer;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 16px;
color: rgb(0, 0, 0);
}
.contact-form .css-checkbox + label::before {
content: " ";
display: inline-block;
vertical-align: middle;
margin-right: 3px;
width: 14px;
height: 14px;
background-color: white;
border-width: 1px;
border-style: solid;
border-color: rgb(204, 204, 204);
border-radius: 0px;
-webkit-box-shadow: none;
box-shadow: none;
}
.contact-form .css-checkbox:checked + label::after {
content: " ";
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjYWIyMDhkIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+");
background-repeat: no-repeat;
background-size: 10px 10px;
background-position: center center;
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: 0px;
left: 0px;
top: 0px;
text-align: center;
background-color: transparent;
font-size: 10px;
height: 16px;
width: 16px;
}
#formular .formular__content {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 1.2rem;
width: 100%;
max-width: 64.6rem;
padding: 4.2rem 8.3rem;
margin: 0 auto;
background: #ffffff 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 500px) {
#formular .formular__content {
padding: 2.5rem;
}
}
#formular .formular__content::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
background: rgb(171, 32, 142);
background: -webkit-gradient(linear, left top, right top, from(rgb(171, 32, 142)), color-stop(50%, rgb(130, 195, 65)), to(rgb(0, 173, 239)));
background: linear-gradient(90deg, rgb(171, 32, 142) 0%, rgb(130, 195, 65) 50%, rgb(0, 173, 239) 100%);
}
#formular .formular__content-title h3 {
font-size: 2.8rem;
line-height: 1.2142857143;
font-weight: 600;
font-family: "Poppins", sans-serif;
text-align: center;
}
#formular .formular__content-title h3 strong {
color: var(--purple);
display: block;
font-size: 2.8rem;
line-height: 1.2142857143;
font-weight: 600;
font-family: "Poppins", sans-serif;
}
#formular .formular__content p {
width: 100%;
max-width: 38.9rem;
margin: 0 auto;
padding-bottom: 1.9rem;
font-size: 1.4rem;
font-weight: normal;
font-family: "Poppins", sans-serif;
line-height: 1.8571428571;
color: #575757;
opacity: 0.75;
text-align: center;
}
#gform_confirmation_wrapper_1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
#gform_wrapper_1 {
width: 100%;
max-width: 58rem;
}
#gform_wrapper_1 .form-content {
width: 100%;
padding: 1.4rem 3.2rem;
}
#gform_wrapper_1 .gform_heading {
display: none;
}
#gform_wrapper_1 label {
text-align: left;
font-family: "Poppins", sans-serif;
font-size: 1.4rem;
font-weight: 500;
letter-spacing: 0;
line-height: 1.8571428571;
}
#gform_wrapper_1 .validation_message {
-webkit-margin-before: 0;
margin-block-start: 0;
padding: 0 0.5rem;
text-align: left;
font-family: "Poppins", sans-serif;
font-size: 1.4rem;
font-weight: 500;
letter-spacing: 0;
line-height: 1.8571428571;
background: transparent;
border: none;
}
#gform_wrapper_1 input,
#gform_wrapper_1 textarea {
padding: 1.4rem 1.6rem;
background: var(--white);
-webkit-box-shadow: unset;
box-shadow: unset;
border: 1px solid var(--dark);
}
#gform_wrapper_1 .label-section {
width: 100%;
padding: 4px 0;
}
#gform_wrapper_1 .input-section {
width: 100%;
padding: 4px 0;
}
#gform_wrapper_1 .input-full-col {
width: 100%;
padding: 8px 0;
}
#gform_wrapper_1 .form-input {
width: 100%;
}
#gform_wrapper_1 #gform_submit_button_1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: var(--dark);
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
padding: 1.6rem 2.4rem;
color: var(--white);
text-transform: uppercase;
font-size: 1.4rem;
line-height: 2rem;
text-decoration: none;
font-weight: 600;
-webkit-transition: 0.3s;
transition: 0.3s;
border: 1px solid var(--dark);
}
#gform_wrapper_1 #gform_submit_button_1:hover {
cursor: pointer;
background: var(--white);
color: var(--dark);
}
#gform_wrapper_1 .gchoice {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#gform_wrapper_1 .gchoice a {
color: var(--purple);
text-decoration: underline;
}
#gform_wrapper_1 .gchoice a:hover {
text-decoration: none;
color: #0f161e;
}
#gform_wrapper_1 .gform_validation_errors {
display: none;
}
#gform_wrapper_1 .gfield_error input {
border: 2px solid red !important;
}