@charset "UTF-8";

:root {
  --cimagehight: 350px;
}

html {
  font-family: arial,sans-serif;
}

body {
  margin: 0;
}

.logobar {
  height: 70px;
  width: 100%;
}

.logoimage{
  height: 60px;
}

.menuitems{
  right: 0;
  padding: 0;
  float: right;
  overflow: hidden;
  width: 100px;
  height: 160px;
}

.mobiledropdown{
  float: left;
  overflow: hidden;
  width: 100px;
  height: 60px;
}

.mobiledropdown .dropbutton{
  width: 20px;
  height: 20px;
  border: none;
  outline: none;
  margin-left: 40px;
  display: block;
  position: absolute;
  padding: 20px;
  z-index: 40;
}

.dropdowncontent{
  display: none;
  margin-top: 50px;
  position: absolute;
  min-width: 160px;
  z-index: 30;
  background-color: #e3e3e3;
}

.dropdowncontent a{
  float: none;
  color: black;
  padding: 2px 6px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-weight: normal;
  font-family: arial;
}

.mobiledropdown:hover .dropdowncontent{
  display: block;
}

.carousel{
  margin-left: 0%;
  margin-right: 0%;
  height: calc(var(--cimagehight) + 40px);
}

.carouselcontent{
  height: var(--cimagehight);
  width: 100%;
}

.carouselimage{
  position: absolute;
  width: 100%;
  height: var(--cimagehight);
  animation-direction: normal;
  animation-duration: 8s;
  animation-name: slide;
  animation-iteration-count: infinite;
  z-index: 20;
  background-repeat: no-repeat;
  background-size: 100% var(--cimagehight);
}

.carouselimagebase{
  position: absolute;
  width: 100%;
  height: var(--cimagehight);
  z-index: 10;
  background-repeat: no-repeat;
  background-size: 100% var(--cimagehight);
}

@keyframes slide {
  from {
    background-size: 100% var(--cimagehight);
  }
  80% {
    background-size: 100% var(--cimagehight);
  }
  to {
    background-size: 0% var(--cimagehight);
  }
}

.carouselbuttoncontainer{
  height: 40px;
  width: 100%;
  text-align: center;
}

.carouselbuttonbox{
  margin-left: 20%;
  margin-right: 20%;
  height: 100%;
}

.carouselbutton{
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background: #e3e3e3;
  cursor: pointer;
  margin: 3px;
  margin-top: 10px;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.active{
  background: #5f5f5f;
}

.carouselanimage{
  width: 16px;
  height: 16px;
}

.carouselanimbutton{
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin: 3px;
  margin-top: 10px;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.titlebanner {
  margin-top: 10px;
  margin-left: 0%;
  margin-right: 0%;
  height: 30px;
  width: 100%;
  background-color: #5A90A0;
  display: table;
}

.titlebanner h4{
  display: table-cell;
  vertical-align: middle;
}

.servicepackbox{
  padding-top: 10px;
  margin-left: 0%;
  margin-right: 0%;
  height: 1200px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 195px;
  column-gap: 5px;
  row-gap: 5px;
}

.servicepackbody{
  height: 165px;
}

.partnerpackbox{
  padding-top: 10px;
  margin-left: 0%;
  margin-right: 0%;
  height: 150px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 145px;
  column-gap: 5px;
  row-gap: 5px;
}

.aboutuspackbox{
  padding-top: 10px;
  margin-left: 0%;
  margin-right: 0%;
  height: 210px;
}

.contactuspackbox{
  padding-top: 10px;
  margin-left: 0%;
  margin-right: 0%;
  height: 420px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 195px;
  row-gap: 5px;
}

.copyrightbox{
  margin-top: 10px;
  display: inline-block;
  margin-left: 0%;
  margin-right: 0%;
  height: 150px;
  width: 100%;
  background-color: #484848;
}
