html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
} .page-id-14 .wl-banner-img-row, .page-id-158 .wl-banner-img-row {
position: absolute !important;
top: 0px;
right: 15px;
left: auto !important;
z-index: -1;
height: 624px;
width: 75% !important;
}
div#progress-sec-page {
position: absolute !important;
top: 90px;
left: auto !important;
padding: 0 !important;
z-index: -1;
width: 75% !important;
}
.wl-banner-img-row figure,
.wl-banner-img-row .vc_single_image-wrapper,
.wl-banner-img-row .vc_single_image-wrapper img {
width: 100%;
height: 634px;
object-fit: cover;
}
.wl-con1 h2 {
color: white;
}
.wl-con1 h4 {
color: #c3a27d;
}
.wl-right-txt {
text-align: right;
}
.wl-abt-row-s2 {
margin-top: 50px;
display: flex;
align-items: center;
}
.wl-clr2-txt {
color: #c5a47e;
}
.wl-abt-csec {
margin-top: 80px;
}
.about-section {
padding-bottom: 0px !important;
}
.wl-cu-form .vc_column-inner {
padding-top: 0px !important;
} #gform_wrapper_1 .gform_footer.top_label {
width: 30% !important;
right: 100px;
position: absolute;
bottom: 2px;
}  .wl-cu-form .gform_fields {
display: flex !important;
flex-wrap: wrap;
justify-content: space-evenly;
}
.wl-cu-form #gform_wrapper_1 .gform_fields li {
width: 48% !important; padding-right: 15px !important;
}
.wl-cu-form #gform_wrapper_1 .gform_fields li div.ginput_container {
margin-bottom: 40px;
}
.wl-cu-form  #gform_wrapper_1 .gform_fields li:last-child {
width: 100% !important;
}
.gform_footer.top_label {
position: relative;
right: 0px;
} #progress-sec-page{
background-position: center !important;
}
article.customportfolio.type-customportfolio .post-thumbnail,
article.work-progress.type-work-progress .post-thumbnail {
display: none;
}
.wl-pt-sec-mw {
text-align: center;
margin: 0 auto;
padding: 0px 150px;
}
.wl-pt-sec-mw .vc_column-inner {
padding-top: 0px !important;
}
.wl-pt-sec-h {
padding: 30px 0px;
}
.vp-portfolio__items-style-default .vp-portfolio__item a:hover {
color: #c5a47e !important;
} .wl-servs-row {
display: flex;
justify-content: space-evenly;
align-items: baseline;
flex-wrap: wrap;
}
.wl-serv-box {
width: 30%;
margin-bottom: 40px;
text-align: center;
background-color: #5e5e5e;
border: 2px solid #c5a47e;
padding: 45px;
position: relative;
transition: all 0.3s ease-in;
}
.serv-sec-home .wl-serv-img img {
height: 68px !important;
object-fit: contain;
}
.wl-servs-rm-more {
text-align: center;
}
.wl-serv-img {
padding-bottom: 20px;
} .wl-services-bh .heading .wpb_wrapper:before {
right: -74px;
}
.wl-cont-bh .heading .wpb_wrapper:before {
right: 5px;
border-color: white;
}
.wl-cont-bh h2 {
width: 97%;
}
.wl-cu-main-form #gform_wrapper_1 .gform_footer.top_label {
width: 100% !important;
right: 0;
position: relative;
margin: 0;
padding: 50px;
}
.wl-cu-main-form #gform_confirmation_wrapper_1 {
height: 400px;
display: flex;
align-items: center;
}
.wl-cu-main-form div#gform_confirmation_message_1 {
width: 100%;
}
.wl-banner-img-row .vc_column_container>.vc_column-inner {
padding: 0;
}
footer.site-footer .current-menu-item a {
color: #c5a47e !important;
}
#gform_wrapper_1 li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
margin-bottom: 0px !important;
}
#gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
margin-top: 8px !important;
} 
.container .navigation.post-navigation {
display: none;
}
.wl-cs-wkps {
margin-top: 100px;
}
.wl-wpks-img-row {
display: flex;
align-items: center;
}
.wl-pt-hd {
text-align: center;
}
.error-404.not-found {
text-align: center;
height: auto;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: center;
width: 100vw;
left: 0;
margin-left: 0;
position: relative;
background-image: url(//www.waalarchitecture.com/wp-content/uploads/2021/10/404.jpg);
background-size: cover;
background: #292929;
}
body.error404 {
overflow-x: hidden;
}
body.error404 header#masthead {
display: grid;
grid-template-columns: 25% 75%;
z-index: 9;
position: relative;
}
body.error404 main#primary {
position: absolute;
top: 140px;
width: 90%;
right: 0;
}
body.error404 footer#colophon {
margin-top: 50px;
}
.not_found_inner .logo {
display: none;
}
.not_found_inner h1.page-title {
color: #fff;
font-size: 200px;
margin-bottom: 0;
margin-top: 0px;
}
.not_found_inner h1.page-title span {
color: #c5a47e;
}
.not_found_inner h3 {
color: #fff;
font-size: 28px;
}
.not_found_inner {
width: 50%;
margin-bottom: 50px;
margin-left: auto;
margin-right: auto;
z-index: 99999;
}
.menu a:focus {
outline: none;
}
a.return_home {
border: 2px solid #c5a47e !important;
padding: 15px 36px !important;
text-decoration: none !important;
color: #c5a47e !important;
font-weight: 700;
background-color: #5e5e5e !important;
transition: all ease-in-out 0.3s;
cursor: pointer;
}
a.return_home:hover{
background-color: #c5a47e !important;
color: #000 !important;
}
.not_found_inner header.page-header {
margin-bottom: 40px;
} .home-slider-new {
height: 100vh;
position: relative !important;
}
.page-id-16 .home-slider-new, .page-id-10 .home-slider-new {     height: 624px;   width: 100vw !important;
position: relative !important;
margin-left: -50.8vw !important;
left: 50% !important;
overflow: auto !important;
}
.page-id-10 .home-slider-new {
position: relative !important; 
}
.home-slider-new .wpb_column {
height: 100%;
}
.home-slider-new .wpb_column, .home-slider-new .wpb_column .vc_column-inner, .home-slider-new .wpb_column .wpb_wrapper, .home-slider-new .wpb_column .wpb_wrapper .wpb_text_column {
height: 100%;
}
.page-id-263 footer#colophon, .page-id-263 header#masthead {
display: none;
}
header.front-page-header {
position: absolute;
top: 30px;
left: 0;
z-index: 9;
right: 0;
}
body.home.page-id-263 {
height: 100vh !important;
width: 100% !important;
overflow: hidden;
}
body.home.page-id-263 .vc_row.wpb_row.vc_row-fluid.front-page-slider * {
height: 100vh !important;
max-height: 100vh !important;
object-fit: cover !important;
object-position: center center !important;
}
body.home.page-id-263 .vc_row.wpb_row.vc_row-fluid.front-page-slider {
height: 100vh !important;
}
.enter-page-btn {
position: absolute;
bottom: 20px;
right: 40px;
z-index: 999;
}
.enter-page-btn a {
color: #fff;
font-size: 20px;
text-transform: uppercase;
outline: none !important;
text-decoration: none !important;
letter-spacing: 3px;
font-weight: 300;
transition: 0.5s;
background-color: #bd100c;
padding: 10px 30px;
border: 1px solid #bd100c;
transition: 0.4s;
}
.enter-page-btn:hover a {
background-color: white;
color: #bd100c !important;
}
.enter-page-btn a:hover{
color: #bd100c;
}
.under-con-row{
min-height: 700px;
display: flex;
align-items: center;
justify-content: center;
background-size: cover;
background-position: center center;
}
.under-con {
margin: 0 !important;
}
.under-con h2{
font-size: 44px;
color: white;
font-weight: 500;
line-height: 1;
text-align: center;
font-family: inherit;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0 !important;
}
.page-id-16 .wl-banner-img-row{
position: absolute !important;
top: 250px;
right: 15px;
left: auto !important;
z-index: -1;
height: 624px;
margin-bottom: 624px !important;
width: 75% !important;
}
.page-id-16 .site-footer {margin-top: 390px;}
.page-id-16 .wl-banner-img-row *{
object-fit: cover !important;
object-position: top center !important;
background-size: cover !important;
background-position: bottom center !important;
}
.page-id-16 nav.custom-navigation {
padding-bottom: 2px;
}
#slideshow .getoverlay h3{
color: #c5a47e;
font-size: 22px;
font-weight: 600;
}
#slideshow .getoverlay p {
font-size: 14px;
line-height: 21px;
display: block;
color: #fff;
}
#slideshow .getoverlay {
position: absolute; height: auto;
width: 35%;
text-align: right;
bottom: 0;
right: 0px;
background: hsl(0deg 0% 0% / 80%);
padding: 15px;
color: #b9b9b9; border-radius: 0;
border-bottom: 0;
}
#home-slides .getoverlay{
display: none !important;
}
.home-slider .cont .image:before {
background-color: #00000070;
content: '';
position: absolute !important;
width: 100%;
height: 100%;
left: 0;
bottom: 0px;
}
.under-con-row{
position: relative;
}
.under-con-row:after {
content: '';
position: absolute;
background-color: rgb(0 0 0 / 30%);
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.under-con h2{
z-index: 9999;
position: relative;
}
.footerEmailBox ul{
padding: 0;
margin: 0;
margin-top: 40px;
text-align: center;
}
.footerEmailBox ul li{
display: inline-block;
margin-right: 20px;
}
.footerEmailBox ul li:last-child{
margin-right: 0px;
}
.footerEmailBox ul li a{
color: #fff;
font-size: 25px;
text-decoration: none;
}
.footerEmailBox ul li a i{
padding-right: 10px;
}
.page-id-16 .home-slider-new {
margin-top: 70px;
}
.page-id-16 .home-slider-new span {
background-size: contain !important;
}
.footerEmailBox ul li a:hover {
text-decoration: underline;
}
.footerEmailBox {
display: flex;
align-items: center;
justify-content: flex-end;
}
.footerEmailBox ul li {
display: block;
text-align: left;
}
.work-pro-slider #slideshow .slide span {
background-size: cover;
background-position: 100% 27% !important;
background-repeat: no-repeat;
background-color: #000000;
}
.page-id-16 .work-pro-slider.wl-banner-img-row {
z-index: 9;
height: 570px;
}
.home-slider .cont .text h4, .home-slider .cont .text p {
text-align: center !important;
}
.home-prog-sec {
margin-bottom: 0px !important;
}
footer a {
display: inline-block;
margin-bottom: 8px;
}
.contact-section a {font-size: 24px;color: white;opacity: 1;}     @media only screen and (max-width: 1991px){
.page-id-16 .home-slider-new span {
background-size: cover !important;
}
}
@media only screen and (min-width: 1575px){
.page-id-158 .partner-section {
height: 708px;
background-position: top !important;
background-size: cover;
}
.FrontBannerCls img { height: 100vh !important; object-position: 100% 100%; }
.partner-section > div:after {margin-left: -20% !important;}
}
.partner-section > div {
background: rgba(0, 0, 0, 0);
width: 100vw !important;
margin-left: 0;
left: 0;
max-width: 100vw !important;
position: relative;
}
.partner-section > div:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 110vw;
height: 100%;
background: rgba(0, 0, 0, 0.5);
left: -15%;
margin-left: 5% !important;
}
@media only screen and (max-width: 1366px){
body.error404 main#primary {
position: absolute;
top: 140px;
width: calc(100% - 350px);
right: 0;
left: 0;
margin-left: auto;
}
.error-404.not-found {
text-align: center;
height: auto;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
left: 0;
margin-left: 0;
position: relative;
background-image: url(//www.waalarchitecture.com/wp-content/uploads/2021/10/404.jpg);
background-size: cover;
background: #292929;
}
body.error404 main#primary .not_found_inner {
width: 100%;
text-align: center;
margin-top: 20px;
}
}
@media only screen and (max-width: 1199px){
.home-slider .cont .image img{
height: 100%;
}
.home-slider {
height: auto;
}
.about-section{
padding-top: 20px !important;
}
body.error404 main#primary {
position: absolute;
top: 140px;
width: calc(100% - 260px);
right: 0;
left: 0;
margin-left: auto;
}
}
@media only screen and (max-width: 991px){
.not_found_inner h1.page-title {
color: #fff;
font-size: 100px;
margin-bottom: 0;
margin-top: 0px;
}
}
@media only screen and (max-width: 767px){
body.error404 footer#colophon {
margin-top: 0px;
}
.not_found_inner h1.page-title {
color: #fff;
font-size: 70px;
margin-bottom: 0;
margin-top: 0px;
}
body.error404 header#masthead {
display: grid;
grid-template-columns: 100% auto;
z-index: 9;
position: relative;
}
body.error404 main#primary {
position: relative;
top: 0;
width: 100%;
right: 0;
left: 0;
margin-left: auto;
}
.page-id-158 .contact-section .heading{
margin-bottom: 35px !important;
}
div#progress-sec-page {
position: relative !important;
width: 100% !important;
margin: 0;
}
div#progress-sec-page .heading {
margin-top: 0;
}
body .custom-partner-sec .wpb_column{
background-color: transparent !important;
}
.about-section {
padding-top: 25px !important;
padding-bottom: 50px !important;
}
.page-id-14 .wl-banner-img-row, .page-id-158 .wl-banner-img-row {
position: initial !important;
top: 0px;
right: 0px;
left: 0 !important;
z-index: -1;
height: 500px;
width: auto !important;
}
.page-id-16 .work-pro-slider.wl-banner-img-row {
height: 400px;
margin-top: 30px;
position: initial !important;
top: 0px;
right: 0px;
left: auto !important;
margin-bottom: 30px !important;
width: 100% !important;
margin-left: 0px !important; 
padding-left: 0px !important;
padding-right: 0px !important;
}
.page-id-16 .site-footer {
margin-top: 0px;
}
.page-id-16 .home-slider-new span {
background-size: cover !important;
}
.wl-abt-row-s2 .wpb_single_image{
margin-bottom: 0px;
}
.wl-abt-row-s2 {
margin-top: 30px;
flex-direction: column;
}
.custom-row-m{
flex-direction: column-reverse;
}
.custom-row-m h2{
margin-top: 30px;
}
.wl-right-txt {
text-align: left;
}
div#progress-sec-page {
position: initial !important;
top: 0px;
left: auto !important;
padding: 0 !important;
width: 100% !important;
}
.page-id-16 .heading {
margin-bottom: 0px !important;
margin-top: 20px; }
.page-id-10 .under-con-row {
min-height: 260px !important;
}
.vc_custom_1646335653723 {
background-image: url(https://waalarchitecture.com/wp-content/uploads/2022/03/under_construction.jpg?id=358) !important;
background-size: 90% 100% !important;
background-repeat: no-repeat !important;
}
}
body * {
outline: none !important;
}
.error404 .vc_row.wpb_row.vc_row-fluid.wl-banner-img-row {
display: none;
}
a.mobile-show-1 {
display: none !important;
} @media only screen and (max-width: 1365px)
{
.heading {
margin-top: 50px !important;
}
}
@media(min-width:770px) and (max-width:1024px){
.under-con-row {
min-height: 520px;
height: auto !important;
background-position: bottom;
}
}
@media only screen and (min-width: 768px) and (max-width: 769px){
.under-con-row {
min-height: 520px;
height: auto !important;
}
}
@media only screen and (min-width: 1575px){
.partner-section > div:after {margin-left: -20% !important;}
}
.front-page-menu-logo picture img {
width: 80% !important;
object-fit: cover;
}
@media only screen and (max-width: 767px){
.FrontBannerCls img { height: 100vh !important; }
.front-page-menu-logo picture img {width: 80%;object-fit: cover;}
.progress-section { padding-top: 0px !important; }
.contact-section { padding-bottom: 0px; padding-top: 0px;  width: 100%; margin-right: 0 !important;  width: 100% !important; margin-left: 0 !important; }
}