body{
  background-color: #6DB3F2;
  background-image: url('/images/logo/main-background.jpg');
}
.gizSectImageBorder img{
  border: 5px #ffffff solid ;
}

/* Industrial Coatings Menu */
ul.mod-menu li.nav-item a span{
  color: #ffffff ;
}
ul.mod-menu li.nav-item a{
  text-decoration: none;
  color: #ffffff ;
}
/* Industrial Coatings Menu */

/* Blue */
.gizModuleBlue{
  background-color: #0026B6 ;
  border-top: 10px #0026B6 solid ;
  border-left: 10px #0026B6 solid ;
  border-right: 10px #0026B6 solid ;
  border-bottom: 10px #0026B6 solid ;
  margin-bottom: 5px ;
}
.gizModuleBlue h2, .gizModuleBlue h3{
  background-color: #002471 ;
  border-top: 10px #002471 solid ;
  border-left: 10px #002471 solid ;
  border-right: 10px #002471 solid ;
  border-bottom: 10px #002471 solid ;
  color: #ffffff ;
  font-size: 14pt ;
}
/* Blue */
/* Pastel Orange */
.gizModulePastelOrange{
  background-color: #EF9C66 ;
  border-top: 10px #EF9C66 solid ;
  border-left: 10px #EF9C66 solid ;
  border-right: 10px #EF9C66 solid ;
  border-bottom: 10px #EF9C66 solid ;
  margin-bottom: 5px ;
}
.gizModulePastelOrange h3, .gizModulePastelOrange h2{
  background-color: #f57726 ;
  border-top: 10px #f57726 solid ;
  border-left: 10px #f57726 solid ;
  border-right: 10px #f57726 solid ;
  border-bottom: 10px #f57726 solid ;
  color: #ffffff ;
  font-size: 14pt ;
}
/* Pastel Green */
.gizModulePastelGreen{
  background-color: #507f1c ;
  border-top: 10px #507f1c solid ;
  border-left: 10px #507f1c solid ;
   border-right: 10px #507f1c solid ;
  border-bottom: 10px #507f1c solid ;
  margin-bottom: 5px ;
}
.gizModulePastelGreen h3, .gizModulePastelGreen h2{
  background-color: #5f9924 ;
  border-top: 10px #5f9924 solid ;
  border-left: 10px #5f9924 solid ;
  border-right: 10px #5f9924 solid ;
  border-bottom: 10px #5f9924 solid ;
  color: #ffffff ;
  font-size: 14pt ;
}
/* Pastel Green2*/
.gizModulePastelGreen2{
  background-color: #66FF66 ;
  border-top: 10px #66FF66 solid ;
  border-left: 10px #66FF66 solid ;
   border-right: 10px #66FF66 solid ;
  border-bottom: 10px #66FF66 solid ;
  margin-bottom: 5px ;
}
.gizModulePastelGreen2 h3, .gizModulePastelGreen2 h2{
  background-color: #02b602 ;
  border-top: 10px #02b602 solid ;
  border-left: 10px #02b602 solid ;
  border-right: 10px #02b602 solid ;
  border-bottom: 10px #02b602 solid ;
  color: #ffffff ;
  font-size: 14pt ;
}
/* Pastel Red */
.gizModulePastelRed{
  background-color: #a60038 ;
  border-top: 10px #a60038 solid ;
  border-left: 10px #a60038 solid ;
   border-right: 10px #a60038 solid ;
  border-bottom: 10px #a60038 solid ;
  margin-bottom: 5px ;
}
.gizModulePastelRed h3, .gizModulePastelRed h2{
  background-color: #8a0731 ;
  border-top: 10px #8a0731 solid ;
  border-left: 10px #8a0731 solid ;
  border-right: 10px #8a0731 solid ;
  border-bottom: 10px #8a0731 solid ;
  color: #ffffff ;
  font-size: 14pt ;
}
/* Pastel Purple */
.gizModulePastelPurple{
  background-color: #651d96 ;
  border-top: 10px #651d96 solid ;
  border-left: 10px #651d96 solid ;
   border-right: 10px #651d96 solid ;
  border-bottom: 10px #651d96 solid ;
  margin-bottom: 5px ;
}
.gizModulePastelPurple h3, .gizModulePastelPurple h2{
  background-color: #370a59 ;
  border-top: 10px #370a59 solid ;
  border-left: 10px #370a59 solid ;
  border-right: 10px #370a59 solid ;
  border-bottom: 10px #370a59 solid ;
  color: #ffffff ;
  font-size: 14pt ;
}
/* Pastel Yellow */
.gizModulePastelYellow{
  background-color: #ee8e24 ;
  border-top: 10px #ee8e24 solid ;
  border-left: 10px #ee8e24 solid ;
   border-right: 10px #ee8e24 solid ;
  border-bottom: 10px #ee8e24 solid ;
  margin-bottom: 5px ;
}
.gizModulePastelYellow h3, .gizModulePastelYellow h2{
  background-color: #d46915 ;
  border-top: 10px #d46915 solid ;
  border-left: 10px #d46915 solid ;
  border-bottom: 10px #d46915 solid ;
  color: #ffffff ;
  font-size: 14pt ;
}



 .swatch-para{
   font-weight:600;
}
.light-colour{
    color:#ffffff ;
      font-weight:600;
}
.dark-colour{
    color:#000000 ;
      font-weight:600;
}

.rainbow-text {
  background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
