* {
box-sizing: border-box;
} .stripe-container-large {
max-width: 100%;
padding-left: 30px;
padding-right: 30px;
margin: 0 auto;
}
.stripe-container {
max-width: 1160px;
padding-left: 30px;
padding-right: 30px;
margin: 0 auto;
}
.stripe-container-big {
max-width: 1660px;
padding-left: 30px;
padding-right: 30px;
margin: 0 auto;
} .stripe-spacing {
padding-top: 90px;
padding-bottom: 90px;
}
.stripe-spacing-top {
padding-top: 90px;
}
.stripe-spacing-bottom {
padding-bottom: 90px;
}
.half-stripe-spacing {
padding-top: 45px;
padding-bottom: 45px;
}
.half-stripe-spacing-top {
padding-top: 45px;
}
.half-stripe-spacing-bottom {
padding-bottom: 45px;
} .rel {
position: relative;
}
.abs {
position: absolute;
}
.fxd {
position: fixed;
} .flex {
display: flex;
flex-flow: wrap;
}
.flex-nw {
display: flex;
}
.align-center {
align-items: center;
}
.just-center {
justify-content: center;
} .top-0 {
top: 0;
}
.left-0 {
left: 0;
}
.right-0 {
right: 0;
}
.bottom-0 {
bottom: 0;
} .img-fit {
width: 100%;
height: 100%;
}
.img-fit-cover {
object-fit: cover;
}
.img-fit-contain {
object-fit: contain;
} .bg-cover {
background-size: cover;
}
.bg-contain {
background-size: contain;
} .fw {
width: 100%;
}
.page-height {
height: 100vh;
}
.wd-60 {
width: 60%;
}
.wd-55 {
width: 55%;
}
.wd-50 {
width: 50%;
}
.wd-45 {
width: 45%;
}
.wd-40 {
width: 40%;
} .btn {
display: inline-block;
padding: 13px 29px;
text-transform: uppercase;
font-family: "Montserrat", sans-serif;
font-size: 12px !important;
line-height: 1;
margin-top: 50px;
transition: all 0.3s ease-in-out;
cursor: pointer;
font-weight: 400;
letter-spacing: 1px;
}
.btn:hover {
transition: all 0.3s ease-in-out;
}
.btn-dark {
border: 1px solid #1f1f24;
background-color: #1f1f24;
color: #fff;
}
.btn-dark:hover {
background-color: #fff;
color: #1f1f24;
}
.btn-trs {
border: 1px solid #1f1f24;
color: #1f1f24;
}
.btn-trs:hover {
background-color: #1f1f24;
color: #fff;
} .overlay:before {
content: '';
display: block;
width: 100%;
height: 100%;
background-color: rgb(0 0 0 / 0.35);
position: absolute;
top: 0;
left: 0; 
z-index: 1;
}
.overlay > * {
z-index: 2;
position: relative;
} .bg-theme {
background-color: #1f1f24;
}
.bg-light-gray {
background-color: #e4e4e4;
}
.bg-black {
background-color: #000;
} .border {
border: 1px solid #eaeaea;
} #breadcrumbs * {
font-size: 11px;
}
#breadcrumbs a {
font-weight: 400;
font-family: "Lato-Bold", sans-serif;
} .zoom-hover-effect .zoom-hover-effect-img {
overflow: hidden;
}
.zoom-hover-effect:hover .zoom-hover-effect-img img {
transform: scale(1.1);
}
.zoom-hover-effect .zoom-hover-effect-img img {
transition: transform 2s ease-in-out;
}