@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: NuevaStd;
    src: url('../fonts/nuevastd-bold-webfont.woff2') format('woff2'),
         url('../fonts/nuevastd-bold-webfont.woff') format('woff');
  }

h1,h2,h3{
    font-family: "NuevaStd", sans-serif;
    font-weight: 400;
    font-style: normal;
}
body,* {
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
}
img{max-width: 100%;}
.navbar {
    color: #000;
    background-image: url('../images/header-bg.png');
    background-size: 200px;
    background-repeat: repeat-x;
    background-position: center;
    position: sticky;
    z-index: 1;
    top: 0px;
}
.navbar:before {
    content: "";
    position: absolute;
    background-color: #f7c900;
    height: 90%;
    width: 32%;
    right: 75px;
    top: 6px;
    z-index: -1;
    transform: skewX(-31deg);
}
ul.navbar-nav {
    margin-left: auto;
}
ul.navbar-nav a {
    color: #000;
    font-size: 17px;
    font-weight: 600;
}
a.navbar-brand {
    background-color: #ffffff;
    border-radius: 6px;
    /* filter: drop-shadow(2px 4px 6px black); */
    position: relative;
    z-index: 1;
    max-width: 200px;
    width: 100%;
    text-align: center;
    /* border: 1px solid #f7c900; */
    /* background-image: url('https://c0.wallpaperflare.com/preview/621/191/812/texture-card-relief-gray.jpg'); */
    background-size: contain;
    box-shadow: -2px 0px 10px -4px #000;
}
a.navbar-brand:before {
    content: "+";
    color: #fff;
    background-color: #000000;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 4px;
    top: 4px;
    line-height: 8px;
    border-radius: 50%;
    padding-left: 0px;
    box-shadow: 1px 2px 2px 1px #b7b7b7;
}
a.navbar-brand:after {
    content: "+";
    color: #fff;
    background-color: #000000;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 4px;
    top: 4px;
    line-height: 8px;
    border-radius: 50%;
    padding-left: 0px;
    box-shadow: 1px 2px 2px 1px #b7b7b7;
}
ul.navbar-nav a.nav-link:hover {
    color: #fff;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
}
.top-bar {
    background-color: #F7C900;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
}
span.need-help {
    color: #000;
    font-weight: bold;
    margin-right: 10px;
}
body:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #ffffffe6;
    width: 100%;
    height: 100vh;
    z-index: -1;
}
.slick-slide img {
    height: 600px;
    object-fit: cover;
    width: 100%;
}
.slick-next {
    right: 25px;
}
.slick-prev {
    left: 25px;
    z-index: 1;
}
.banner {
    margin-top: 2px;
}
.slick-slide>div {
    position: relative;
}
.text-box {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    background-color: #f7c900e3;
    max-width: 500px;
    width: 100%;
    padding: 20px;
    text-align: center;
    text-transform: capitalize;
    transform: skewX(10deg) translate(-50%, -50%);
    outline: 2px solid #f7c900;
    outline-offset: 1px;
    transition: 0.5s all;
    width: 90%;
}
.text-box h1 {
    font-size: 40px;
}
.text-box p {
    margin-bottom: 5px;
}
a.button.btn {
    background-color: #fff;
    max-width: 200px;
    width: 100%;
}
.banner:hover .text-box {
    transform: skewX(0deg) translate(-50%, -50%);
}
.section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
section.section.services {
    background-image: url('https://thumbs.dreamstime.com/b/vector-construction-pattern-construction-seamless-background-vector-illustration-vector-construction-pattern-construction-seamless-113988675.jpg');
    background-size: 33%;
}
.image-box:hover {
    transform: translateY(-10px);
}

.image-box {
    padding: 10px;
    background-color: #f7f7f7;
    text-align: center;
    border-radius: 15px;
    filter: drop-shadow(2px 4px 6px black);
    transition: 0.5s all;
    position: relative;
    cursor: pointer;
    height: 370px;
}
.image-box img {
    border-radius: 10px 10px 0px 0px;
}
.image-box h3 {
    margin-top: 15px;
    font-size: 23px;
    color: #000;
}
.icon-text {
    margin-bottom: 14px;
}
.icon-text i {
    color: #F7C900;
    font-size: 20px;
    border-right: 3px solid;
    width: 31px;
    margin-right: 4px;
}
footer ul li a {
    color: #F7C900;
    text-decoration: none;
    font-size: 18px;
}
h3.sub-title {
    color: #F7C900;
    border-bottom: 1px dashed;
    margin-bottom: 12px;
}
footer ul li {
    list-style: decimal-leading-zero;
    margin-bottom: 6px;
}
p.copyright {
    margin-bottom: 0px;
    text-align: center;
    font-size: 14px;
    background-color: #F7C900;
    padding-top: 5px;
    padding-bottom: 5px;
}
p.copyright a {
    color: #000;
    font-weight: 600;
}
.calltoaction {
    background-color: #000;
    color: #fff;
}
.calltoaction:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url('../images/welding-pattern.jpg');
    opacity: 0.1;
    background-attachment: fixed;
}
.calltoaction {
    position: relative;
    z-index: 1;
}
a.button.btn:hover {
    background-color: #F7C900;
}
.flex {
    display: flex;
    align-items: center;
}
.flex h3 {
    font-size: 40px;
    margin-right: 10px;
    margin-bottom: 14px;
}
input#captca {
    width: 130px;
    margin-right: 15px;
}
.contact input, .contact textarea {
    border-radius: 25px;
    height: 50px;
    padding-left: 20px;
    margin-bottom: 20px;
}
.submit-btn {
    display: flex;
    justify-content: center;
    padding: 7px !important;
    height: 50px;
    max-width: 300px !important;
    width: 100%;
    background-color: #F7C900;
    color: #fff;
    border-radius: 32px;
    align-items: center;
    position: relative;
    top: -9px;
}
textarea#message {
    height: 170px;
}
section#contact iframe {
    height: 400px;
    margin-bottom: 20px;
    border-radius: 20px;
}
.image-box img {
    height: 280px;
    object-fit: cover;
    width: 100%;
}
div#form2 select#message {
    border-radius: 31px;
    height: 50px;
}
div#form2 button.form-control.submit-btn.text-center {
    width: 100%;
    max-width: unset !important;
}
div#preLoder {
    display: none;
}
div#preLoder img {
    width: 100px;
}

div#preLoder {
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffffe3;
    height: 100%;
    justify-content: center;
    align-items: center;
}
footer.section {
    position: relative;
    z-index: 1;
}
footer:before {
    background-image: url('../images/footer.jpg');
    background-size: cover;
    background-position: center;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
}

@media only screen and (max-width: 767px) {
    .text-box {transform: unset;}
.top-bar {
    display: none;
}
.navbar:before {
    right: 23px;
    transform: unset;
    width: 54px;
    border-radius: 20px;
    content: unset;
}
span.navbar-toggler-icon {
    filter: invert(1);
}
button.navbar-toggler {
    border: 1px dashed #000;
    background-color: #F7C900;
}
div#collapsibleNavbar {
    position: absolute;
    top: 110px;
    background-color: #ffffff;
    width: 100%;
    left: 0px;
    padding: 15px;
    z-index: 9;
    text-align: center;
    border-bottom: 6px solid #F7C900;
    border-top: 6px solid #F7C900;
}
.image-box {
    margin-bottom: 20px;
}
section.section.services {
    background-size: contain;
}
.flex h3 {
    font-size: 26px;
    width: 200px;
}
}