/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action1 {
  background: #181327;
  background-size: cover;
  padding: 100px 0;
}

@media (min-width: 1365px) {
  .call-to-action1 {
    background-attachment: fixed;
  }
}

.call-to-action1 h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.call-to-action1 p {
  color: #fff;
}

.call-to-action1 .cta-btn {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #181327;
  background: #f5da05;
}

.call-to-action1 .cta-btn:hover {
  background: #181327;
  border: 2px solid #f5da05;
  color: #f5da05;
}
