body {
background-color: #151515;
font-family: 'Montserrat';
}
img.lmsty {
mix-blend-mode: luminosity;
}
:root {
--fs-96px: 96px;
--fs-32px: 32px;
}    .preloader {
inset: 0;
z-index: 9999;
display: flex;
align-items: flex-end;
transition: transform 1s cubic-bezier(0.85, 0, 0.15, 1);
}
h1.split-heading,
.brxe-heading.split-heading,
.split-heading.brxe-heading {
display: block !important;
width:100% !important;
max-width: 100%;
flex-wrap: unset !important;
}
.line-inner-word {
display: inline;
}
.line-mask {
display: block;
overflow: hidden;
}
.line-inner {
display: block;
transform: translateY(115%);
transition: transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
will-change: transform;
}
.line-inner.up {
transform: translateY(0);
}
.h-slider, .h-card {
will-change: transform;
} */
.h-card:nth-child(1) { z-index: 4; }
.h-card:nth-child(2) { z-index: 3; }
.h-card:nth-child(3) { z-index: 2; }
.h-card:nth-child(4) { z-index: 1; }  .marquee-section {
background: #151515;
overflow: hidden;
padding: 20px 0;
} .marquee-row {
display: flex;
width: max-content;
animation: marquee-left 35s linear infinite;
}
.marquee-row.reverse {
animation: marquee-right 35s linear infinite;
} .marquee-track {
display: flex;
align-items: center;
white-space: nowrap;
flex-shrink: 0;
} .marquee-text {
color: #151515;
font-size: 128px;
font-style: normal;
font-weight: 600;
line-height: 1;
text-transform: uppercase;
position: relative;
padding-right: 150px;
text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
} .marquee-text.filled {
font-style: italic;
}
.text_ani_sec .brxe-code {
display: flex;
flex-direction: column;
row-gap: 28px;
} @keyframes marquee-left {
0%   { transform: translateX(0); }
100% { transform: translateX(-50%); }
}
@keyframes marquee-right {
0%   { transform: translateX(-50%); }
100% { transform: translateX(0); }
} .trusted_animate_col {
opacity: 0;
transform: scale(1.1);
will-change: transform, opacity, clip-path;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
transition: transform 3.5s cubic-bezier(0.16, 1, 0.3, 1), 
opacity 1.2s ease-out,
clip-path 3.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.trusted_animate_col.is-in-view {
opacity: 1;
transform: scale(1);
clip-path: inset(0 0 0 0);
}
.prjct_img img {
mix-blend-mode: luminosity;
}
.prjct_slider .owl-stage {
left: -155px;
}
.projects_sec button.owl-prev, .projects_sec button.owl-next, .srvcs_sec button.owl-prev, .srvcs_sec button.owl-next, .tstml_sec button.owl-prev, .tstml_sec button.owl-next,
.blg_sec button.owl-prev, .blg_sec button.owl-next, .abtpgprjcts button.owl-prev, .abtpgprjcts button.owl-next  {
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="23" viewBox="0 0 28 23" fill="none"><path d="M0.439827 12.1066C-0.14596 11.5208 -0.14596 10.571 0.439827 9.98524L9.98577 0.439297C10.5716 -0.14649 11.5213 -0.14649 12.1071 0.439297C12.6929 1.02508 12.6929 1.97483 12.1071 2.56062L3.62181 11.0459L12.1071 19.5312C12.6929 20.117 12.6929 21.0667 12.1071 21.6525C11.5213 22.2383 10.5716 22.2383 9.98577 21.6525L0.439827 12.1066ZM27.1914 11.0459V12.5459H1.50049V11.0459V9.5459H27.1914V11.0459Z" fill="white"/></svg>') !important;
width: 30px;
height: fit-content;
background-size: auto !important;
background-repeat: no-repeat !important;
background-position: center !important;
background-color: transparent;
}
.projects_sec button.owl-next, .srvcs_sec button.owl-next, .tstml_sec button.owl-next, .blg_sec button.owl-next, .abtpgprjcts button.owl-next {
transform: rotate(180deg);
}
.projects_sec .owl-nav span, .srvcs_sec .owl-nav span, .tstml_sec .owl-nav span, .blg_sec .owl-nav span, .abtpgprjcts .owl-nav span {
font-size: 0;
}
.projects_sec .owl-nav, .srvcs_sec .owl-nav, .tstml_sec .owl-nav, .blg_sec .owl-nav, .abtpgprjcts .owl-nav {
position: absolute;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 8px;
top: 0;
bottom: 0;
margin: auto;
}
.projects_sec .owl-nav, .srvcs_sec .owl-nav {
right: 70px;
}
.tstml_sec .owl-nav, .abtpgprjcts .owl-nav {
right: 2px;
}
.blg_sec .owl-nav {
left: 69px;
}
.slider-count span {
color: #FFF;
font-size: var(--fs-32px);
font-style: normal;
font-weight: 700;
line-height: 1;
text-transform: uppercase;
}
.projects_sec button.owl-prev, .srvcs_sec button.owl-prev, .tstml_sec button.owl-prev, .blg_sec button.owl-prev, .abtpgprjcts button.owl-prev {
margin-top: 2px;
}
.prjct_crd {
transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.prjct_img img {
transform: scale(1);
transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.prjct_crd:hover .prjct_img img {
transform: scale(1.08);
}
.blg_slider .owl-stage {
right: -155px;
}
.learn_more {
text-decoration-color: #A3A3A3 !important;
text-decoration-thickness: 1px !important;
text-underline-offset: 6px !important;
}
.left_cl {
overflow: hidden;
}
.left_cl img {
display: block;
transform: scale(1.1);
clip-path: inset(100% 0 0 0);
animation-name: revealZoom;
animation-fill-mode: forwards;
animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
animation-timeline: --abtReveal;
animation-range: entry 20% cover 60%;
}
@keyframes revealZoom {
0% {
clip-path: inset(100% 0 0 0);
transform: scale(1.1);
}
100% {
clip-path: inset(0 0 0 0);
transform: scale(1);
}
}  .footer_animate_col, .meet_animated_cl {
opacity: 0;
transform: translateX(-80px);
transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1), 
opacity 1.2s ease-out;
} .footer_animate_col.is-in-view, .meet_animated_cl.is-in-view {
opacity: 1;
transform: translateX(0);
} header.sticky.scrolling .brxe-logo img{
max-width: 90px;
} .cnt_cl p:not(:last-child) {
margin-bottom: 20px !important;
}
.srvc_bnr_sec .img_cl img {
mix-blend-mode: luminosity;
}
.fire_cta_sec h1.split-heading {
letter-spacing: 0.9px;
}
body:not(.bricks-is-editing).fade-text{
opacity: 0;
transform: translateX(-100px);
transition: all 0.8s ease;
}
.fire_cta_sec.in-view .fade-text {
opacity: 1;
transform: translateX(0);
transition-delay: 0.2s;
} .list_bx .content {
display: flex;
flex-direction: column;
gap: 22px;
}
.list_bx .content p {
max-width: 490px;
}
.accrd_itm.brx-open {
padding-bottom: 125px !important;
}   .fade-text {
opacity: 0;
transform: translateY(40px);
animation: fadeUp 1.5s ease forwards;
} .fade-text.delay {
animation-delay: 0.4s;
} @keyframes fadeUp {
from {
opacity: 0;
transform: translateY(40px);
filter: blur(8px);
}
to {
opacity: 1;
transform: translateY(0);
filter: blur(0);
}
}
body.bricks-is-builder .fade-text,body.bricks-builder-body .fade-text,html.bricks-is-editing .fade-text,
body.bricks-is-builder .trusted_animate_col,body.bricks-builder-body .trusted_animate_col,html.bricks-is-editing .trusted_animate_col,
body.bricks-is-builder .meet_animated_cl,body.bricks-builder-body .meet_animated_cl,html.bricks-is-editing .meet_animated_cl, {
opacity: 1 !important;
transform: none !important;
animation: none !important;
}
body.bricks-is-builder .reveal-up,
body.bricks-is-builder .reveal-image{
opacity:1 !important;
transform:none !important;
} .js .reveal-up{
opacity:0 !important;
transform:translateY(40px);
}
.js .reveal-up.is-in-view{
opacity:1 !important;
transform:translateY(0);
transition:  transform 2s cubic-bezier(0.22,1,0.36,1),
opacity 1.8s ease;
will-change:auto;
}
.js .reveal-image{
opacity:0 !important;
transform:translateY(30px);
}
.js .reveal-image.is-in-view{
opacity:1 !important;
transform:translateY(0);
transition:
transform 3.5s cubic-bezier(0.22,1,0.36,1),
opacity 2s ease;
}
.srvc_bnr_sec .js .reveal-up {
transition-duration: 10s !important;
}
.stratapg_bnrsec .cnt_cl p:not(:last-child) {
margin-bottom: 53px !important;
}
.stratayk_cnt p:not(:last-child) {
margin: 0 0 20px !important;
}
.accrd_itm.stratapg_acrditm.brx-open .accrd_ttl .strpg_accrdttl {
display: none;
}
.strpgrgcnt ul {
margin: 0 !important;
list-style: none !important;
padding: 0 !important;
}
.strpgrgcnt ul li {
position: relative;
padding-left: 22px;
margin-bottom: 10px;
}
.strpgrgcnt ul li::before {
content: '';
position: absolute;
left: 6px;
top: 4px;
width: 5px;
height: 5px;
background-color: #fff;
border-radius: 50%;
bottom: 0;
margin: auto;
}
.accrd_itm.stratapg_acrditm.brx-open {
padding-bottom: 101px !important;
}
.accrd_itm.stratapg_acrditm.brx-open:nth-child(1) {
border-top: 2px solid #ffffff;
}
.stratapg_acrditm.brx-open  .ion-ios-add-circle:before {
content: "\f1fb" !important;
}
.stratapg_acrditm.brx-open .strpg_accrdttl {
color: #FFF;
font-size: var(--fs-32px);
font-style: normal;
font-weight: 700;
text-transform: uppercase;
}
.faq-icon.brxe-icon {
align-items: flex-end;
display: flex;
justify-content: flex-end;
}
.page-id-671 .js-scroll.is-in-view .brxe-container {
width: 100% !important;
align-items: center;
justify-content: center;
}
.page-id-671 .ctahd_div {
align-items: center !important;
}
.hdr_sec .brxe-logo img {
transition: all 0.5s ease-in-out;
} .prjct_slider .prjct_img, .blg_slider .blg_img, .project_slide .project_img {
background: #000;
}
.prjct_slider .prjct_crd:hover .prjct_img, .blg_slider .blg_card:hover .blg_img,
.project_slide .project_img:hover {
background: transparent;
}
.blg_slider .blg_img img, .project_slide .project_img img {
mix-blend-mode: luminosity;
}
.sticky.scrolling .hdr_sec {
padding-top: 14px;
padding-bottom: 14px;
}
.sticky.scrolling .nav-menu_cl, .sticky.scrolling .ctlnk_cl {
margin-top: 0 !important;
}
.sticky.scrolling .bricks-nav-menu {
gap: 50px !important;
}
.sticky.scrolling .bricks-nav-menu li a{
font-size: 16px !important;
} .cstm_cntctfrm ul.frmoutr {
list-style-type: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 17px;
}
.cstm_cntctfrm label {
display: block;
color: #ffffff;
font-size: 21px;
margin-bottom: 9px;
text-transform: capitalize;
font-weight: 400;
line-height: 1;
}
.cstm_cntctfrm input, .cstm_cntctfrm textarea {
width: 100%;
background: transparent;
border: 1px solid #ffffff;
color: #ffffff;
padding: 15px 14px;
font-size: 14px;
outline: none;
line-height: 1 !important;
}
.cstm_cntctfrm textarea{
height:142px;
resize:none;
}
.cstm_cntctfrm input:focus,
.cstm_cntctfrm textarea:focus{
border-color:#ffffff;
}
.cstm_cntctfrm .upload_text{
color:#ffffff;
font-size:14px;
margin-bottom:18px;
line-height:1.5;
}
.cstm_cntctfrm .form_submit{
margin-top:35px;
}
.cstm_cntctfrm input[type="submit"]{
background:none;
border:none;
color:#ffffff;
font-size:var(--fs-96px);
font-weight:700;
padding:0;
cursor:pointer;
line-height:1;
}
.cstm_cntctfrm input[type="submit"]:hover{
opacity:0.7;
}
.cstm_cntctfrm .wpcf7-not-valid-tip {
margin-top: 6px;
font-size: 14px;
color: #fff !important;
}
.cstm_cntctfrm .wpcf7-spinner {
display: block;
margin-top: 10px;
position: absolute;
top: 0;
right: 0;
}
.cstm_cntctfrm li.form_row.file_upload_row {
margin-top: 12px;
}
.cstm_cntctfrm li.form_row.file_upload_row br {
display: none;
}
.file_upload_row{
width:100%;
}
.custom_file_upload p {
display: flex;
flex-direction: row;
gap: 20px;
align-items: center;
}
.custom_file_upload{
position:relative;
border:1px solid #fff;
padding:60px 20px;
display:flex;
align-items:center;
justify-content:center;
gap:12px;
min-height:140px;
}
.custom_file_upload input[type="file"]{
position:absolute;
inset:0;
width:100%;
height:100%;
opacity:0;
cursor:pointer;
z-index:3;
}
.file_btn{
border:1px solid #fff;
padding:10px 22px;
color:#fff;
font-size:18px;
line-height:1;
display:inline-flex;
align-items:center;
justify-content:center;
}
.custom_file_upload br {
display: none;
}
.file_name{
color:#fff;
font-size:18px;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
max-width:220px;
}
.cstm_cntctfrm .fileupld p {
margin: auto;
width: fit-content;
}
.cstm_cntctfrm .fileupld {
border: 1px solid #fff;
padding: 30px 30px;
height: 142px;
display: flex;
align-items: center;
justify-content: center;
}
.form_row.file_upload_row label {
margin-bottom: 26px;
}
.cstm_cntctfrm li.submt_btn {
margin-top: 44px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
border-color: #fff;
color: #fff;
} .wrklist strong {
font-weight: 600;
}
.custom_masonry_gallery {
gap: 40px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.custom_masonry_gallery .gallery_item {
width: calc(50% - 20px);
}
.custom_masonry_gallery .gallery_item img{
width:100%;
height:auto;
object-fit:cover;
display:block;
}
.custom_masonry_gallery .gallery_item.large_item {
grid-column: span 2;
width: 100%;
}
.custom_masonry_gallery .gallery_item.large_item img{
height:1227px;
}
.pstcnt p, .pstcnt ul li, .pstcnt ol li {
color: #FFF;
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: 1.56;
}
.pstcnt p:not(:last-child) {
margin-bottom: 31px !important;
}
.pstcnt h1, .pstcnt h2, .pstcnt h3, .pstcnt h4, .pstcnt h5, .pstcnt h6 {
color: #FFF;
font-weight: 700;
line-height: 1.2;
text-transform: uppercase;
margin-bottom: 33px !important;
letter-spacing: 0.35px;
}
.pstcnt h2 {
font-size: var(--fs-32px);
}
.pstcnt h1:not(:first-child), .pstcnt h2:not(:first-child), .pstcnt h3:not(:first-child), .pstcnt h4:not(:first-child), .pstcnt h5:not(:first-child), .pstcnt h6:not(:first-child) {
margin-top: 133px !important;
}
a.prev-post, a.next-post {
width: 50%;
gap: 54px;
padding: 80px 58px 74px 70px;
}
a.prev-post {
border-right: 1px solid #fff;
} .brxe-post-navigation .content {
margin-top: -4px;
max-width: 78%;
}
.brxe-post-navigation {
display: flex;
flex-wrap: wrap;
gap: 0;
justify-content: flex-end;
width: 100%;
}
.brxe-post-navigation .content, .brxe-post-navigation .title {
overflow: visible;
white-space: normal;
}
ol.custom_points_list li strong, .pstcnt ol li::marker {
font-weight: 600;
}
ol.custom_points_list {
padding-left: 29px;
display: flex;
flex-direction: column;
gap: 17px;
margin: 43px 0px !important;
}
.pstcnt img {
margin-top: 52px;
margin-bottom: -57px;
}
.pstcnt ul {
list-style-type: none;
padding: 0;
margin: 0 0 15px;
}
.pstcnt ul li {
position: relative;
padding-left: 31px;
}
.pstcnt ul li::before {
content: '';
position: absolute;
left: 14px;
top: 14px;
width: 3px;
height: 3px;
background-color: #fff;
border-radius: 50%;
}
.page-id-671 .ctahd_div h3 {
margin-left: auto !important;
margin-right: auto;
width: 100% !important;
text-align: center;
}
.learn_more:hover {
text-decoration-color: #fff !important;
}
.nav-menu_cl li a:hover {
color: #A3A3A3 !important;
}
.menu-item-has-children .sub-menu {
margin-top: 10px;
}
.menu-item-has-children .sub-menu li:hover {
background: rgb(163, 163, 163, 0.7) !important;
}
.menu-item-has-children .sub-menu li:hover a {
color: #FFF !important;
}
.menu-item-has-children button {
display: none !important;
}
.linktxt a {
color: #A3A3A3 !important
}
.linktxt a:hover {
color: #fff !important
}
.brxe-post-navigation a:hover h5 {
color: #A3A3A3 !important;
}
.prkstrtimgs .wp-block-image {
width: fit-content;
}
.prkstrtimgs {
display: flex;
gap: 20px;
flex-wrap: wrap;
}
.pstcnt h1 strong, .pstcnt h2 strong, .pstcnt h3 strong, .pstcnt h4 strong, .pstcnt h5 strong, .pstcnt h6 strong {
font-weight: 700;
}
.page-id-671 .ctahd_div h3, .page-id-2150 .ctahd_div h3, .page-id-2174 .ctahd_div h3 {
margin-left: 0 !important;
width: 100% !important;
text-align: center;
} .abtpgprjcts .abtpgprjcts_sec {
position: relative;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
gap: 70px;
}
.abtpgprjcts .ttl_rw h2 {
font-size: var(--fs-32px);
color: #fff;
font-weight: 700;
text-transform: uppercase;
line-height: 1;
}
.abtpgprjcts .projects_slider{
width:100%;
}
.abtpgprjcts .abtpgprjcts_sec {
position: relative;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
gap: 0;
}
.abtpgprjcts_sec .ttl_rw {
margin-bottom: 63px;
width: 100%;
text-align: center;
position: relative;
}
.abtpgprjcts .project_left,
.abtpgprjcts .project_right{
position:relative;
}
.abtpgprjcts .project_left .project_content {
padding-top: 54px;
}
.abtpgprjcts .project_right {
display: flex;
flex-direction: column;
gap: 68px;
width: 29.214%;
}
.abtpgprjcts .project_card{
display:block;
text-decoration:none;
color:#fff;
overflow:hidden;
width: 100%;
}
.abtpgprjcts .project_img{
position:relative;
overflow:hidden;
}
.abtpgprjcts .project_img img{
width:100%;
height:100%;
object-fit:cover;
display:block;
transition:all .8s ease;
}
.abtpgprjcts .project_card:hover .project_img img{
transform:scale(1.06);
}
.abtpgprjcts .project_content {
padding-top: 33px;
}
.abtpgprjcts .project_content h3 {
color: #fff;
margin: 0;
line-height: 1.1;
font-weight: 600;
font-size: var(--fs-32px);
margin-bottom: 23px;
text-transform: capitalize;
}
.abtpgprjcts .project_content p {
color: #A3A3A3;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 1;
text-transform: uppercase;
}
.project_left {
width: 65.675%;
}
.project_slide {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.prjctbtn_rw {
display: flex;
align-items: flex-start;
justify-content: flex-start;
width: 100%;
}
.prjctbtn_rw a.learn_more {
color: #A3A3A3;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 1;
text-decoration: underline;
text-decoration-color: #A3A3A3 !important;
text-decoration-thickness: 1px !important;
text-underline-offset: 6px !important;
text-transform: uppercase;
margin-bottom: 5px;
}
.prjctbtn_rw a.learn_more:hover {
text-decoration-color: #fff !important;
color: #fff !important;
}
.abtpgprjcts_sec .slider-count.brxe-div {
top: 0;
}
.h-slider .owl-stage {
left: -155px;
}
.prjx_cnt {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
gap: 50px;
align-items: center;
margin-bottom: 40px;
}
.prjx_cnt figure {
width: 40%;
}
.prjx_cnt p {
width: 100%;
}
.prjx_cnt figure img {
margin-top: 0;
margin-bottom: 0;
max-width: 35%;
}
.postid-333 .prkstrtimgs img {
height: 320px !important;
width: 100% !important;
object-fit: cover;
}
.postid-333 .prkstrtimgs .wp-block-image {
width: 31.33% !important;
}
.reveal-image img {
mix-blend-mode: luminosity;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #fff;
color: #fff;
}
.small_img img {
max-width: 65%;
}
.prjct_slider.owl-carousel .owl-stage, .prjct_slider.owl-carousel.owl-drag .owl-item, .tstml_slider.owl-carousel .owl-stage, .tstml_slider.owl-carousel.owl-drag .owl-item, 
.blg_slider.owl-carousel .owl-stage, .blg_slider.owl-carousel.owl-drag .owl-item{
-ms-touch-action: auto;
touch-action: auto;
}
.h-slider .owl-stage {
display: flex;
}
.preloader h1 {
opacity: 0;
}
.service-mob{
display: none!important;
}