*{
    margin: 0;
    border: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}

body{
    scroll-behavior: smooth;
}

.menu{
    height: 24px;
    width: auto;
}

.header{
  margin-top: 0 !important;
  height: 40vh;
  width: 100%;
  justify-content: center;
  background-color: #d9d9d9;

}

.headline{
  font-size: 2.5rem;
  font-weight: 750;
  align-self: center;
  text-align: center;
}


.logo{
    padding-top: 0.5rem;
    height: 6rem;
}

a{
  color: #000;
  text-decoration: none;
}


.navbar{
    height: 7rem;
    width: 100%;   
    position: fixed;
    top: 0;
    z-index: 10;
    transition: ease-in 0.3s;
    display: flex;
    justify-content: space-around;
    background-color: #fff;
}

.hamburger-lines {
    display: block;
    height: 26px;
    width: 32px;
    margin-top: 10px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .hamburger-lines .line {
    background: black;
    height: 4px;
  }



.menu{
    width: 40px;
    height: auto;
}
.sidenav {
    visibility: hidden;
    height: 100%; /* 100% Full-height */
    width: 100%; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #000; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
    margin-left: 20px;
  }


  .red{
    background-color: red;
  }

  .flex{
    display: flex;
  }

  .aligncenter{
    align-items: center;
  }

  .spacebetween{
    justify-content: space-between;
  }
  .justcenter{
    justify-content: center;
  }
  .placeholder{
    visibility: hidden;
  }



  .orghead{
    font-size: 1.7rem;
    color: #FF9553;
    font-weight: 750;
  }

  .linecont{
    width: 100%;
    justify-content: center;
  }

  .seperation{
    position: relative;
    height: 4px;
    width: 80%;
    display: flex;
    background-color: #FF9553;
  }

  .more{
    border: 1px;
    border-radius: 1.5rem;
    width: 6rem;
    height: 3rem;
    margin-top:1rem;
    font-size: 0.8rem;
    font-weight: 700;
  }

  .footer{
    height: auto;
    width: 100%;
    margin-top: 0%;
    background-color: #d9d9d9;
  
}

.topline{
  font-size: 0.9rem;
  font-weight: normal;

}

.logo2{
  display: flex;
  flex-direction: column;
  position: relative;
  width: 35%;
  color: #000;
    font-size: 20px;
    font-weight: 700;
    padding: 5vh;
}

.desc{
  font-size: 0.8rem;
  padding: 2vh;

}

.logoimg{
  width: 20vh;
}

.linesep2{
  transform: rotate(90deg);
  width: 35vh;
  padding: 3vh;

}
.seperation2{
  position: relative;
  height: 4px;
  width: 100%;
  display: flex;
  background-color: #FF9553;
}


.sitemapmatt{
  padding-top: 5vh;
      width: 100%;
      flex-direction: column;
      justify-content: flex-start
  }
  
  .sitemapcont{
      width: 40%;
      margin-right: 5%;
  }
  
  
.heading{
  font-size: 1.3rem;
  font-weight: 750;
  padding: .8rem;
}


.scroller-container {
  position: relative;
  width: 100%;
  height: 26vh;
  overflow: hidden;
  white-space: nowrap;
}

.scroller-track {
  display: flex;
  position: absolute;
  animation: none; /* JavaScript handles motion */
}

.scroller-track img {
  width: 26vh;
  height: 26vh;
  margin-right: 10px;
  object-fit: cover;
}

.scrollerimg{
  margin-left: 4vh;
}



.more:hover{
  transform: scale(1.1);
  transition: ease-in 0.2s;
}

.more:active{
  border: 2px #000;
  background-color: #FF9553;
}

.touch {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 1vh;
}

.listImage {
  margin: 2px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.submitbtn:hover{
  transform: scale(1.1);
  transition: ease-in 0.2s;
}

.submitbtn:active{
  border: 2px #000;
  background-color: #FF9553;
}

.nav-items:hover{
  transform: scale(1.1);
  transition: all 0.3s;
}

.popup-container {
  color: white;
  display: inline-block;
  position: relative;
  z-index: 1000;
}

.popup-content {
  display: none;
  position: absolute;
  top: 75%;
  left: 75%;
  font-size: 0.7rem;
  transform: translateX(-50%);
  padding: 8px;
  background-color: #3c3c3c;
  border-radius: 5px;
}

.footermob{
  display: none !important;
}

@media screen and (max-width: 768px) {

  .rightnav{
    display: none;
  }
  .leftnav{
  width: 100%;
  justify-content: space-between;
  }

  .footer{
        
    display: none;
    width: 0px;
}
.footermob{
  display: flex !important;
  flex-direction: column;
  background-color: #d9d9d9;

}


.footerhead{
  width: 100%;

}
.leftfoot{
  position: relative;
  width: 50%;
}
.logofooter{
  position: relative;
  width: 80%;
  margin: 10%;
}
.secondsec{
  margin-left: 10%;
  font-size: 1.2rem;
  font-weight: 740;

}

.contlink{
  font-weight: normal;
  text-decoration: none;
  color: #000;
  font-size : 1rem;
}
.footermaincont{
  margin: 10%;
}
.rightmain{
  margin-left: 20%;
}
.listlinks{
  margin: 20%;
}
.sects{
  font-size: 1.1rem;
  font-weight: 600;
}
.navigate{
  color: black;
  text-decoration: none;
  font-weight: normal;
}

.txtinner{
  width: 100% !important;
  padding: 0 !important;
}
.innerflex{
  flex-direction: column !important;
}

.maincont{
  width: 70% !important;
}

.imgconttherm{
  width: 100% !important;
}

.headline{
  font-size: 2rem;
}

}

