.swc-logo {
  border-radius: 0 0 30px 5px;
  padding: 7px 14px 7px 7px;
}
.dropdown .dropdown-indicator:after {
  display: none;
}
.px-0 {
  max-width: 415px;
}
#home .col-lg {
  position: relative;
  padding-top: 10px;
}
#home .col-lg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  border-radius: 10px;
}
#forge .img-fluid {
    max-height: 230px;
}
#empowering .w-100, #development .w-100 {
  height: 100%;
}
@media(max-width: 1199.98px){
  #forge .img-fluid {
    max-height: 180px;
  }
}
#canvasDiv {
  position: absolute;
  top: 0px;
  z-index: -1;
}




#sendmessage {
  color: #03C4EB;
  border: 1px solid #03C4EB;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show, #errormessage.show {
  display: block;
}

#contact form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}