.rezigo {
  width: 100%;
  margin: auto;
}

.header .headertop {
  background-color: var(--color-white);
  display: block;
  padding: 0px 0;
}

.header .headertop .logo {
  height: 40px;
  margin: 20px 0 0 0;
}

.header .headertop .topnav {
  height: 40px;
  width: auto;
  float: right;
  margin: 20px 0 0 0;
  display: block;
  line-height: 40px;
  position: relative;
}

.header .headermiddle {
  width: auto;
  padding: 10px 0;
  display: block;
  position: relative;
  margin: 10px auto 0 auto;
}

.header .mainnav .button-primary {
  float: right;
}

.pagetop {
  background-color: var(--color-white);
  width: 100%;
  padding: 20px 0 0px 0;
}

.topnav a.dashboardmenulink {
  display: block;
}

.topnav a.jobsmenulink {
  display: block;
}

.nav a.quotemenulink {
  position: absolute;
  right: 0;
  top: 10px;
  display: inline-block;
}

@media only screen and (max-width: 980px) {



}

@media only screen and (max-width: 780px) {

  .topnav a.dashboardmenulink {
    display: none;
  }
  
  .topnav a.jobsmenulink {
    display: none;
  }

  .button.button-notification, button.button-notification, input[type="submit"].button-notification, input[type="reset"].button-notification, input[type="button"].button-notification {
    margin: 0px 2px 10px 2px;
  }

  .header .headertop .menu-bar .logo {
    height: 40px;
    margin: 20px 0 0 30px;
  }

}

@media only screen and (max-width: 480px) {


}





/* The dropdown container */
.dropdown {
  position: relative;
}

a.dropbtn {
  display: inline-block;
  height: 40px;
  position: absolute;
  margin: 0 0 0px 0;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* Add a red background color to navbar links on hover */
.dropdown:hover a.dropbtn {
  background-color: var(--color-white);
  opacity: 1;
  height: 50px;
  position: absolute;
  margin: 0 0 0 0;
  border-radius: 5px 5px 0 0;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  position: absolute;
  background: rgba(255,255,255,50);
  background: linear-gradient(180deg, rgba(255,255,255,0.90) 0%, rgba(255,255,255,0.55) 100%);
  transform: translateZ(0);
  backdrop-filter: blur(20px);
	box-shadow: 0 10px 15px rgba(50, 50, 50, 0.05); 
	-webkit-box-shadow: 0 10px 15px rgba(50, 50, 50, 0.05); 
	-moz-box-shadow: 0 10px 15px rgba(50, 50, 50, 0.05); 
  padding: 20px 20px;
  top: 50px;
  left: 0;
  height: 0px;
  min-height: 1px;
  opacity: 0;
  z-index: 20;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  z-index: 1;
  opacity: 1;
  min-height: 200px;
}

.dropdownicon {
  float: right!important;
  margin: 0 0 0 10px!important;
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.dropdown:hover .dropdownicon {
  transform: rotateX(180deg);
}

.dropdown-content a {
  display: block;
  padding: 5px 0;
}





.breadcrumbs {
  padding: 7px 0 5px 0;
  width: 100%;
  display: block;
  font-size: 12px;
  color: var(--color-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  overflow-x: hidden;
  background-color: var(--color-bluegrey);
}
.breadcrumbs a {
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  color: var(--color-black);
}
.breadcrumbs a:hover {
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  color: var(--color-blue);
}
.breadcrumbs i {
  font-size: 12px;
  margin: 0 15px;
  height: 12px;
  line-height: normal;
}









.suppliersgallery {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}
.supplier-carousel {
  width: 92%;
  margin: 40px auto 0 auto;
  padding: 0 0 40px 0;
}

.supplier-carousel .item {
  background-color: var(--color-white);
  padding: 20px 0px;
  border-radius: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 2px 20px rgba(23, 79, 105, 0.1)  ; 
	-webkit-box-shadow: 0 2px 20px rgba(23, 79, 105, 0.1)  ; 
	-moz-box-shadow: 0 2px 20px rgba(23, 79, 105, 0.1)  ;
}

.supplier-carousel .owl-item {
  opacity: 0.2;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  margin: 20px 0;
}

.supplier-carousel .active {
  opacity: 1;
  pointer-events: all;
}

.supplier-carousel .owl-stage-outer, .supplier-carousel.owl-loaded {
  overflow: visible;
}

.supplier-carousel .item a {
  text-align: center;
  color: var(--color-black);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.supplier-carousel .item img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.supplier-carousel .suppliericon {
  width: 100%;
  display: block;
  position: relative;
  aspect-ratio: 1;
}

.supplier-carousel .supplierhighlight {
  background-color: var(--color-white);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 70%;
  border-radius: 50%;
  aspect-ratio: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.supplier-carousel .item:hover .supplierhighlight {
  width: 85%;
}
.supplier-carousel .item:hover img {
  width: 90%;
  margin: auto;
}
.supplier-carousel .item:hover a {
  color: var(--color-white);
}
.supplier-carousel .item:hover {
  background-color: var(--color-orange);
}

.supplierNextBtn {
  display: block;
  position: absolute;
  z-index: 2;
  padding: 20px;
  top: calc(50% - 40px);
  right: -40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  margin: 0px 20px 0 0;
  text-align: center;
  cursor: pointer;
}

.supplierPrevBtn {
  display: block;
  position: absolute;
  z-index: 2;
  padding: 20px;
  top: calc(50% - 40px);
  left: -40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  margin: 0px 0px 0 20px;
  text-align: center;
  cursor: pointer;
}
.supplierNextBtn i, .supplierPrevBtn i {
  color: var(--color-blue);
  font-size: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.supplierNextBtn:hover i, .supplierPrevBtn:hover i {
  color: var(--color-orange);
}

.suppliersgallery .sdots {
  width: 100%;
  text-align: center;
  height: auto;
  padding: 0px 2.5px 0px 2.5px;
  margin: auto;
  border-radius: 10px;
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.suppliersgallery .sdot {
  opacity: 0.2;
  height: 10px;
  width: 10px;
  padding: 0px;
  background-color: var(--color-blue);
  border-radius: 10px;
  margin: 5px 2.5px!important;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.suppliersgallery .sdot.active {
  opacity: 1;
  background-color: var(--color-blue);
}
.suppliersgallery .sdot:hover {
  opacity: 1;
  background-color: var(--color-bluehover);
}

@media only screen and (max-width: 980px) {

.supplier-carousel {
  width: 86%;
}

}

@media only screen and (max-width: 780px) {

  .supplier-carousel {
    width: 82%;
  }

}







.serviceselection {
  padding: 100px 0px;
  text-align: center;
}


.serviceselection ul {
  list-style-type: none;
  text-align: center;
}

.serviceselection li {
  display: inline-block;
  margin: 0px;
}

.serviceselection input[type="checkbox"][id^="cb"] {
  display: none;
}

.serviceselection label {
  background-color: var(--color-white);
  padding: 20px 10px 50px 10px;
  display: block;
  position: relative;
  text-align: center;
  margin: 8px 8px;
  cursor: pointer;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(23, 79, 105, 0.1)  ; 
	-webkit-box-shadow: 0 2px 20px rgba(23, 79, 105, 0.1)  ; 
	-moz-box-shadow: 0 2px 20px rgba(23, 79, 105, 0.1)  ;
}

.serviceselection label span {
  width: 140px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -10px 0 0 0;
  overflow: hidden;
  position: absolute;
  z-index: 2;
}

.serviceselection label span h5 {
  line-height: 18px;
  font-size: 14px;
  color: var(--color-black);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.serviceselection label:before {
  background-color: var(--color-white);
  color: var(--color-white);
  content: " ";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  right: 30px;
  width: 30px;
  height: 30px;
  text-align: left;
  padding: 5px 0 0 5px;
  line-height: 30px;
  transition-duration: 0.4s;
  transform: scale(0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 4;
}

.serviceselection label .suppliercircle {
  height: 130px;
  width: 130px;
  display: block;
  position: absolute;
  border-radius: 50%;
  top: 35px;
  left: 15px;
  background-color: var(--color-orange);
  z-index: 1;
  transform: scale(0.7);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.serviceselection label .supplierhighlight {
  height: 130px;
  width: 130px;
  display: block;
  position: absolute;
  border-radius: 50%;
  top: 35px;
  left: 15px;
  background-color: var(--color-white);
  z-index: 2;
  transform: scale(0.6);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.serviceselection :checked + label .supplierhighlight {
  transform: scale(1);
}



.serviceselection label:hover .suppliercircle {
  transform: scale(1);
}



.serviceselection label img {
  height: 140px;
  width: 140px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 3;
}

.serviceselection label:hover img {
  transform: scale(0.9);
}

.serviceselection label:hover h5 {
  color: var(--color-orange);
}

.serviceselection :checked + label h5 {
  color: var(--color-white);
}


.serviceselection :checked + label .suppliercircle {
  transform: scale(7);
}

.serviceselection :checked + label:before {
  content: "✓";
  font-size: 30px;
  color: var(--color-orange);
  transform: scale(1);
  top: 30px;
  right: 20px;
}

.serviceselection :checked + label img {
  transform: scale(0.9);
  z-index: 3;
}


@media only screen and (max-width: 980px) {



  .serviceselection label span {
    position: relative;
    float: right;
    width: 120px;
    margin: 20px 0 0 10px;
    text-align: left;
    justify-content: left;
    align-items: left;
  }

  .serviceselection label img {
    height: 80px;
    width: 80px;
  }

  .serviceselection label {
    padding: 0px 50px 0px 0px;
    height: 80px;
  }

  .serviceselection label .suppliercircle {
    height: 70px;
    width: 70px;
    top: -15px;
    left: -5px;

  }
  
  .serviceselection label .supplierhighlight {
    height: 70px;
    width: 70px;
    top: -15px;
    left: -5px;
  }

  .serviceselection label:before {
    top: 34px;
    right: 20px;
    width: 25px;
    height: 25px;
    padding: 5px 1px 0 5px;
    line-height: 25px;
  }

  .serviceselection :checked + label:before {
    font-size: 25px;
    top: 25px;
    right: 20px;
  }

}


@media only screen and (max-width: 780px) {

  .serviceselection label span {
    margin: 15px 0 0 5px;
    width: 90px;
  }

  .serviceselection label span h5 {
    line-height: 15px;
    font-size: 11px;
  }

  .serviceselection label img {
    height: 70px;
    width: 70px;
  }

  .serviceselection label .suppliercircle {
    height: 60px;
    width: 60px;
    top: -10px;
    left: 0px;
  }
  
  .serviceselection label .supplierhighlight {
    height: 60px;
    width: 60px;
    top: -10px;
    left: 0px;
  }

  .serviceselection label {
    padding: 0px 20px 0px 0px;
    height: 70px;
    margin: 5px;
  }

  .serviceselection label:before {
    top: 20px;
    left: 20px;
    width: 25px;
    height: 25px;
    padding: 5px 1px 0 5px;
    line-height: 25px;
  }

  .serviceselection :checked + label:before {
    font-size: 25px;
    top: 20px;
    left: 20px;
    color: var(--color-white);
    background-color: var(--color-orange);
  }

  .serviceselection label:hover img {
    transform: scale(1);
  }

  .serviceselection label:hover .suppliercircle {
    transform: scale(0.4);
  }

  .serviceselection :checked + label:hover .suppliercircle {
    transform: scale(7);
  }

  .serviceselection label:hover h5 {
    color: var(--color-black);
  }

  .serviceselection :checked + label:hover h5 {
    color: var(--color-white);
  }

}










.test {
  background-color: grey;
  display: block;
  height: 50px;
  width: 100%;
  margin: 0px 0;
}

@media only screen and (max-width: 1280px) {

  .test {
    background-color:red;
  }

}

@media only screen and (max-width: 980px) {

  .test {
    background-color: orange;
  }

}

@media only screen and (max-width: 780px) {

  .test {
    background-color: greenyellow;
  }

}

@media only screen and (max-width: 480px) {

  .test {
    background-color: aqua;
  }

}