.form-layout {
  background-color: #101834;
  color: aliceblue;
}
/* .contact{
  height: 800px;
} */
.contact-01 {
  background-color: #f8f8f8;
  
}

.contact-01 .info-box {
  margin-bottom: 3rem;
}

.contact-01 .info-box:hover i {
  animation: leftToRight .3s ease-in;
}

.contact-01 .item-icon {
  font-weight: 900;
  display: inline-block;
  font-size: 32px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-image: linear-gradient(96deg, #01bed9 0%, #3500d3 100%);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  float: left;
}

.contact-01 .item-text {
  margin-left: 6rem;
}

.contact-01.contact-03 {
  background-color: transparent !important;
}

/*-----------------------------
         contact 02
-----------------------------*/
.contact-02 .contact-img img {
  width: 100%;
  border-radius: 0 16px 16px 0;

}

.contact-02 .contact-form {
  background-image: linear-gradient(96deg, #01bed9 0%, #3500d3 50%, #01bed9);
  background-size: 200% auto;
  padding: 32px;
  padding-bottom: 0;
  width: 100%;
  border-radius: 16px;
}

.secondary-pages .contact-01 {
  background: transparent !important;
}