* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
.parallaxabout {
    background-image: url("rect3120.png");
    /* Set a specific height */
    max-height: 80vh;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallaxindustries {
    background-image: url("./white-and-blue-cables-2881233edited.jpg");
    /* Set a specific height */
    max-height: 80vh;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallaxserv {
    background-image: url("./sea-3255634_1920.jpg");
    /* Set a specific height */
    height: auto;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 50%;
}
.parallaxserv2 {
    background-image: url("./rect826.png");
    /* Set a specific height */
    height: auto;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallaxserv3 {
    background-image: url("./rect839.png");
    /* Set a specific height */
    height: auto;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallaxserv4 {
    background-image: url("./rect854.png");
    /* Set a specific height */
    height: auto;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallaxserv5 {
    background-image: url("./forest-931706_640.jpg");
    /* Set a specific height */
    height: auto;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 100%;
}
body {
    font-family: 'Cabin', sans-serif;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:-100%;
	right:40px;
	background-color:#ff710dff;
	border-radius:50px;
	text-align:center;
    box-shadow: 1px 1px 2px rgb(0, 0, 0);
    transition: bottom 0.3s ease-in-out 0.3s;
    z-index: 2;
}
.float img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 40%;
    width: auto;
}
.floatanchor {
    background: green;
    z-index: -100;
}
header {
    height: 13vh;
    background-color: white;
    position: fixed; /* Make it stick/fixed */
    top: 0; /* Stay on top */
    width: 100%; /* Full width */
    transition: top 0.3s; /* Transition effect when sliding down (and up) */
    z-index: 4;
}
.headercontainer {
    display: flex;
    width: 86%;
    margin: auto;
    align-items: center;
}
.logocontainer,.navlinks{
    display: flex;
}
.logocontainer {
    flex: 1;
    height: 13vh;
    align-items: center;
    position: relative;
}
.logocontainer img {
    max-height: 38.39%;
    width: auto;
}
nav {
    flex: 2;
}
.navlinks {
    justify-content: flex-end;
    list-style: none;
}
.navlink {
    font-size: 2.6vh;
    color: #043b65ff;
    text-decoration: none;
    margin-left: 50px;
}
.navlink:hover {
    color: #ff710dff;
}
/*experimental*/
.burger {
    display: none;
}
.burger div {
    width: 25px;
    height: 2px;
    background-color: #043b65ff;
    margin: 5px;
    transition: all ease 0.3s;
}
/*experimental*/
.presentation {
    max-height: 100vh;
}
.bannerimagecnt {
    max-height: 100%;
    position: relative;
    text-align: center;
    z-index: 3;
}
.bannerimagecnt img {
    max-height: 10%;
}
.waveimage {
    width: 100%;
    height: auto;
}
.scrollimage {
    position: absolute;
    width: 4%;
    height: auto;
    bottom: 6%;
    left: 50%;
    transform: translate(-50%, -6%);
    opacity: 1;
    transition: ease-in-out 0.3s;
}
.bannertext {
    width: 86%;
    margin: auto;
    font-size: 38px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.about {
    height: auto;
    width: 86%;
    margin: auto;
    padding: 0 0 19vh 0;
}
.about h2 {
    width: 86%;
    margin: auto;
    font-size: 37.075px;
    color: white;
    text-align: left;
    padding: 76.143px 0px 76.143px 0px;
}
.about p {
    width: 86%;
    margin: auto;
    color: white;
    font-size: 19px;
    line-height: 2;
    text-align: center;
}
.stextbody {
    height: auto;
    width: 86%;
    margin: auto;
    padding: 0 0 10vh 0;
}
.stextbody h2 {
    width: 86%;
    margin: auto;
    font-size: 37.075px;
    color: #043b65ff;
    text-align: left;
    padding: 76.143px 0px 76.143px 0px;
}
/*experimental*/
/*.servgriditem1 { grid-area: Marine; }
.servgriditem2 { grid-area: Telecom; }
.servgriditem3 { grid-area: Power; }
.servgriditem4 { grid-area: ProjectManagement; }*/

.servicegrid {
    width: 86%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    /*grid-template-areas:
        'Marine Marine Telecom Telecom Power Power'
        'Marine Marine Telecom Telecom ProjectManagement ProjectManagement';*/
    grid-gap: 10px;
    padding: 10px 0;
}
.servicegrid h2 {
    font-size: 23px;
    font-style: normal;
    color: white;
    text-align: left;
    padding: 10px 10px;
    margin: 0;
}
.servicegrid p {
    font-size: 2vh;
    font-style: normal;
    line-height: 4vh;
    color: white;
    padding: 10px 10px;
    margin: 0%;
}
.servicegrid > div {
   /* background-color: #043b65ff;*/
    padding: 0%;
    margin: 0%;
}
.servgriditem1 {
    grid-row: 1/4;
}
.servgriditem2 {
    grid-row: 1/3;
}
.servgriditem4 {
    grid-column: 2;
}
.servgriditem5 {
    grid-row: 2;
}
.servgriditem3 p {
    padding: 10px 10px 30px 10px;
}
.servgriditem4 p {
    /*grid-column: 3;*/
    padding: 30px 10px 30px 10px;
}
/*experimental*/
.projectimages {
    height: auto;
    width: 100%;
    margin: auto;
    padding: 2vh 4vh;
    /*background: black;*/
}
.imagespro {
    width: 100%;
    text-align: center;
    padding: 0%;
    margin: 0%;
}
.imagespro img {
    padding: 10px;
    max-height: 34vh;
}
.contact {
    min-height: 29vh;
    position: relative;
    background: rgba(0, 0, 0, 0.04);
}
.contact h2 {
    width: 86%;
    margin: auto;
    font-size: 37.075px;
    color: #ff710dff;
    text-align: center;
    padding: 30px 0px 30px 0px;
}
.contacttext img {
    position: absolute;
    top: 20vh;
    left: 50%;
    transform: translate(-50%, -50%);
}
.industries {
    min-height: 100vh;
    width: 86%;
    margin: auto;
}
.industries h2 {
    width: 86%;
    margin: auto;
    font-size: 37.075px;
    color: white;
    text-align: left;
    padding: 76.143px 0px 40px 0px;
}
.industries p {
    width: 86%;
    margin: auto;
    font-size: 23px;
    font-style: normal;
    color: white;
    text-align: left;
}
.industriesimage {
    position: relative;
    width: 86%;
    margin: auto;
    align-items: center;
}
.indimg {
    content: url("./drawing-1.svg");
    width: 100%;
    position: absolute;
    top: 19vh;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 10vh;
}
footer {
    min-height: 4vh;
    background-color: #ff710dff;
    /*position: relative;*/
    display: block;
}
.meta h3 {
    width: 86%;
    margin: auto;
    font-family: sans-serif, normal;
    font-size: 10px;
    color: white;
    text-align: center;
    padding: 10px;
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}
.meta h4 {
    width: 86%;
    margin: auto;
    font-family: sans-serif, normal;
    font-size: 13px;
    color: white;
    text-align: center;
    padding: 5px;
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}
@media screen and (max-width: 768px) {
    .header {
        position: fixed;
    }
    .bannertext {
        font-size: 19px;
    }
    .waveimage {
        height: 50vh;
        min-width: 100%;
    }
    .about h2 {
        text-align: center;
        font-size: 29px;
    }
    .about p {
        font-size: 14px;
        padding-bottom: 10px;
    }
    /*.stextbody {
        width: 100%;
    }*/
    .stextbody h2 {
        text-align: center;
        font-size: 29px;
    }
    .contact h2 {
        font-size: 19px;
    }
    .contacttext img {
        height: 40%;
    }
    .industries h2 {
        font-size: 29px;
        text-align: center;
    }
    .industries p {
        font-size: 18px;
        text-align: center;
    }
    .meta h3 {
        font-size: 8px;
        letter-spacing: 2px;
    }
    .projectimages {
        display: none;
    }
    /*.indimg {
        content: url("./drawing-2.svg");
        width: 50%;
        position: absolute;
        top: 19vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }*/
    body {
        overflow-x: hidden;
    }
    .burger {
        display: block;
        position: absolute;
        right: 10%;
        top: 30%;
        transform: translate(10%, 30%);
        cursor: pointer;
        transition: all ease 0.3s;
    }
    .navlinks {
        position: absolute;
        right: 0;
        height: 100vh;
        top: 8vh;
        background-color: white;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin: auto;
        line-height: 9;
        align-items: center;
        width: 30%;
        transform: translateX(100%);
        transition: transform 0.5s ease;
    }
    .navlink {
        font-size: 16px;
        color: #043b65ff;
        text-decoration: none;
        margin: 20px;
    }
    .navlinks li {
        opacity: 0;
    }
    .scrollimage {
        opacity: 0;
    }
    .servicegrid {
        display: inline;
        align-items: center;
        text-align: center;
    }
    .servicegrid h2 {
        padding: 10px 0 10px 0;
        align-items: center;
        margin: auto;
    }
    .parallaxserv {
        background-position: center;
        background-size: 150%;
    }
    .servicegrid > div {
        padding: 10px 0;
    }
}
@media screen and (max-width: 425px) {
    .about h2 {
        font-size: 19px;
        padding: 30px 0px 30px 0px;
    }
    .about p {
        font-size: 10px;
        line-height: 2;
    }
    .stextbody {
        min-height: 500px;
        /*width: 100%;*/
    }
    .stextbody h2 {
        font-size: 19px;
        padding: 30px 0px 30px 0px;
    }
    .industries h2 {
        font-size: 19px;
        padding: 30px 0px 30px 0px;
    }
    .industries p {
        font-size: 16px;
    }
    .industries {
        min-height: 70vh;
    }
    .indimg {
        content: url("./drawing-2.svg");
        width: 100%;
        position: absolute;
        top: 24vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .contacttext img {
        width: 86%;
        height: auto;
    }
}
.navactive {
    transform: translateX(0%);
    transition: transform 0.5s ease-in;
}
@keyframes navlinkFade {
    from {
        opacity: 0;
        transform: translateX(500px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}
.btoggle .line1 {
    transform: rotate(-40deg) translate(-5px,6px);
    transition: all ease 0.3s;
}
.btoggle .line2 {
    opacity: 0;
}
.btoggle .line3 {
    transform: rotate(40deg) translate(-5px,-6px);
    transition: all ease 0.3s;
}