* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
.parallaxabout {
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("vertical-shot-beautiful-starry-sky.jpg");
    /* Set a specific height */
    /* max-height: 80vh; */
  
    height: auto;
	
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body {
    font-family: 'Cabin', sans-serif;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:-100%;
	right:40px;
	background-color:#fd4b00ff;
	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;
	
	/* Make it stick/fixed  position: fixed;*/
    position: fixed;
	
	/* top: 5vh; */
	margin-left: auto;
	margin-right: auto;
	
	/* Stay on top */ 
    /* top: 0; */
	
    width: 100%; /* Full width */
	
	/* Transition effect when sliding down (and up) */
    transition: top 0.3s;	
    z-index: 4;
	display: flex;
	justify-content: center;
}
.headercontainer {
	background-color: #180738ff;
	/* background-color: #042949ff; */
	/* background-color: #434343ff; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 25px;
	height: auto;
    display: block;
    width: auto;
    margin: auto;
    align-items: center;
}

nav {
    flex: 1;
}
.navlinks {
    /* justify-content: flex-end; */
	display: flex;
	/* height: auto; */
	justify-content: center;
    list-style: none;
	align-items: center;
	padding: 1.25vh;
}
.navlink {
    font-size: 2vh;
    color: white;
    text-decoration: none;
    margin-left: 23px;
	margin-right: 23px;
}
.dropdown {
  /* float: left; */
  overflow: hidden;
}
.dropdown .dropbtn {
	font-size: 2vh;
    color: white;
    text-decoration: none;
    margin-left: 23px;
	margin-right: 23px;
  /* font-size: 16px; */
  border: none;
  outline: none;
  /* color: white; */
  /* padding: 14px 16px; */
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  /* margin: 0; /* Important for vertical align on mobile phones */
}
/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  /* background-color: #f9f9f9; */
  background-color: #180738ff;
  /* width: auto; */
  /* min-width: 105px; */
  max-width: 208px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 0px 0px 8px 8px;
}
/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: white;
  margin: 6px;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}
/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  /* background-color: #ddd; */
  background-color: #fd4b00ff;
  border-radius: 8px;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.navlink:hover, .dropbtn:hover {
    color: #fd4b00ff;
}
/*experimental*/
.burger {
    display: none;
}
.burger div {
    width: 50px;
    height: 4px;
    background-color: #fd4b00ff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.79);
    margin: 5px;
    transition: all ease 0.3s;
}

.bannerimagecnt {
    max-height: 100%;
    position: relative;
    text-align: center;
    z-index: 3;
}

.waveimage {
    width: 100%;
    height: auto;
}
.scrollimage {
    position: absolute;
    width: 4%;
    height: auto;
    bottom: 13%;
    left: 50%;
    transform: translate(-50%, -6%);
    opacity: 1;
    transition: ease-in-out 0.3s;
}

.about {
    height: auto;
    width: 86%;
    margin: auto;
	/* margin: 5px auto; */
}
.about h2 {
    width: 86%;
    margin: auto;
    font-size: 37.075px;
    color: white;
    text-align: center;
    padding: 5vh;
}
.about p {
    width: 86%;
    margin: auto;
    color: white;
    font-size: 19px;
    line-height: 2;
    text-align: center;
	padding: 0vh 0vh 5vh 0vh;
}

.row {
	display: flex;
}
.column {
	flex: 50%;
}

.about h3 {
    width: 100%;
    margin: auto;
    font-size: 19px;
    color: white;
    text-align: center;
    padding: 10px;
}
.column p {
    width: 78%;
    margin: auto;
    font-size: 1.5vh;
    color: white;
    text-align: center;
	font-weight: 10;
}
.services {
	/* background-color: grey; */
	background-image: linear-gradient(to bottom, #042949ff, #0562acff);
	margin: 4px 0;
}
.stextbody {
	/* background-color: red; */
    height: auto;
    width: 86%;
    margin: auto;
    padding: 0 0 5vh 0;
}
.stextbody h2 {
    width: 86%;
    margin: auto;
    font-size: 37.075px;
	/* font-style: bold; */
    color: white;
    text-align: center;
    padding: 5vh;
}

.servicegrid {
    width: 86%;
    margin: auto;
	padding: 0;
    display: grid;
    /* grid-template-columns: auto auto auto; */
	grid-template-columns: 33% 33% 33%;
    grid-gap: 12px;
    /* padding: 5vh 0; */
	align-items: middle;
}
.waveimage2 {
	width: auto;
	height: 18vh;
	padding: 1vh; /*Extra*/
	/* float: right; */
	
	/* Extra */
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.servicegrid h2 {
    font-size: 18px;
    font-style: normal;
	font-weight: bold;
    color: #042949ff;
    text-align: center;
    padding: 10px 10px 10px 10px;
    /* margin: 0; */
}

.servicegrid > div {
	/* background-color: red; */
    padding: 0%;
    margin: 0%;
	/* background-color: #00000019; */
	background-color: #99ccff;
	border-radius: 13px;
	/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

a:link{
	/* color: none; */
	/* color: green; */
	/* background-color: transparent; */
	text-decoration: none;
}
a:hover{
	/* color: none; */
	/* color: green; */
	/* background-color: red; */
	text-decoration: none;
}
a:visited{
	/* color: none; */
	/* color: green; */
	/* background-color: transparent; */
	text-decoration: none;
}
a:active{
	/* color: none; */
	/* color: green; */
	/* background-color: transparent; */
	text-decoration: none;
}

.servgriditem1:hover {
    /* grid-row: 1/4; */
	background-color: #fd4b00ff;
	/* border-radius: 13px; */
}
.servgriditem2:hover {
    /* grid-row: 1/3; */
	background-color: #fd4b00ff;
}
.servgriditem3:hover {
    /* grid-row: 1/3; */
	background-color: #fd4b00ff;
}
.servgriditem4:hover {
    /* grid-column: 2; */
	background-color: #fd4b00ff;
}
.servgriditem5:hover {
    /* grid-row: 2; */
	background-color: #fd4b00ff;
}
.servgriditem6:hover {
    /* grid-row: 2; */
	background-color: #fd4b00ff;
}
.servgriditem7:hover {
    /* grid-row: 2; */
	background-color: #fd4b00ff;
}
.servgriditem8:hover {
    /* grid-row: 2; */
	background-color: #fd4b00ff;
}
.servgriditem9:hover {
    /* grid-row: 2; */
	background-color: #fd4b00ff;
}
.servgriditem10:hover {
    /* grid-row: 2; */
	background-color: #fd4b00ff;
}
.servgriditem11:hover {
    /* grid-row: 2; */
	background-color: #fd4b00ff;
}
.servgriditem12:hover {
    /* grid-row: 2; */
	background-color: #fd4b00ff;
}


.contact {
    /* min-height: 29vh; */
    /* position: relative; */
    /* background: rgba(0, 0, 0, 0.04); */
	height: auto;
    width: 86%;
    /* margin: auto; */
	margin: 10px auto;
	text-align: center;
}
.contact h2 {
    /* width: 86%; */
    /* margin: auto; */
    /* font-size: 37.075px; */
    color: #fd4b00ff;
    /* text-align: center; */
    /* padding: 30px 0px 30px 0px; */
	
	width: 86%;
    margin: auto;
    font-size: 37.075px;
    text-align: center;
    padding: 5vh;
}
.contacttext p {
	/* width: 86%; */
    /* margin: auto; */
    /* font-size: 18px; */
    /* text-align: center; */
    /* padding: 0 0 5vh 0; */
	font-family: sans-serif, normal;
	width: 86%;
    margin: auto;
    font-size: 19px;
    line-height: 1.5;
    text-align: center;
	padding: 0vh 0vh 2vh 0vh;
}
.contact a {
	width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 2vh;
    border-color: rgba(255, 255, 255, .5);
	/* display: inline-block; */
	margin: 18px;
	padding: 18px;
}
.contact a:hover {
    background-color: #fd4b00ff;
    color: #fd4b00ff;
    border-color: #fff;
}
.contact a:visited {
    background-color: #fff;
    color: #778;
    border-color: #fff;
}

.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: #fd4b00ff;
    /* /*position: relative;*/
    /* display: block; */
	
	height: 3vh;
	
    position: relative;
	
	/* top: 5vh; */
	margin-left: auto;
	margin-right: auto;
	
	/* Stay on top */ 
    /* top: 0; */
	
    width: 100%; /* Full width */
	
	/* Transition effect when sliding down (and up) */
    transition: top 0.3s;	
    z-index: 4;
	display: flex;
	justify-content: center;
}
.meta {
	/* background-color: #434343ff; */
	/* border-radius: 25px; */
	height: auto;
    display: block;
    width: auto;
    margin: auto;
    align-items: center;
}

.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%);*/
}

@media screen and (max-width: 768px) {
    .header {
        position: fixed;
    }
    .bannertext {
        font-size: 19px;
    }
    .waveimage {
        height: auto;
        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: -8%;
        height: auto;
        top: 10vh;
        background-color: #00000085;
		border-radius:29px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin: auto;
        line-height: 9;
        align-items: flex-start;
        width: 40%;
        transform: translateX(100%);
        transition: transform 0.5s ease;
    }
    .navlink {
        font-size: 16px;
        color: white;
		font-weight: bold;
        text-decoration: none;
        margin: 10px;
    }
    .navlinks li {
        opacity: 0;
		/* text-align: left; */
    }
    .scrollimage {
        opacity: 0;
    }
    /* .servicegrid { */
        /* display: inline; */
        /* align-items: center; */
        /* text-align: center; */
    /* } */
	.servicegrid {
    width: 86%;
    margin: auto;
	/* padding: 0; */
    display: grid;
    /* grid-template-columns: auto auto auto; */
	grid-template-columns: auto auto;
    grid-gap: 10px;
    /* padding: 5vh 0; */
	/* align-items: middle; */
	}
	
	.waveimage2 {
	/* width: 100%; */
	/* height: auto; */
	
	/*Extra*/
	padding: 0;
	
	/* float: right; */
	
	/* Extra */
	/* display: block; */
	/* margin-left: auto; */
	/* margin-right: auto; */
	}
    .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;
    }
	.servicegrid {
    width: 100%;
    margin: auto;
	/* padding: 0; */
    display: grid;
    /* grid-template-columns: auto auto auto; */
	grid-template-columns: auto;
    grid-gap: 12px;
    /* padding: 5vh 0; */
	align-items: middle;
	}
	
	.waveimage2 {
	width: 100%;
	height: auto;
	padding: 0; /*Extra*/
	/* float: right; */
	
	/* Extra */
	/* display: block; */
	/* margin-left: auto; */
	/* margin-right: auto; */
	}
   
    .contacttext img {
        width: 86%;
        height: auto;
    }
	    .navlinks {
        /* position: absolute; */
        right: -2%;
        /* height: auto; */
        /* top: 10vh; */
        /* background-color: #434343ff; */
		/* border-radius:29px; */
        /* display: flex; */
        /* flex-direction: column; */
        /* justify-content: flex-start; */
        /* margin: auto; */
        line-height: 4;
        /* align-items: flex-start; */
        /* width: 30%; */
        /* transform: translateX(100%); */
        /* transition: transform 0.5s ease; */
    }
	.navlink {
        font-size: 12px;
        /* color: white; */
        /* text-decoration: none; */
        margin: 0px;
    }
}
.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(-45deg) translate(-6px,6px);
    transition: all ease 0.3s;
}
.btoggle .line2 {
    opacity: 0;
}
.btoggle .line3 {
    transform: rotate(45deg) translate(-6px,-6px);
    transition: all ease 0.3s;
}