/* Colors */
/* Fonts */
body .wrapper .title-box {
  margin-bottom: 0;
  z-index: 1;
}
body .wrapper .title-box .title-box-image {
  margin: 0 0px -83px 0;
}
body .wrapper .single-content-box {
  margin-bottom: 50px;
}
body .wrapper .single-content-box h2,
body .wrapper .single-content-box h3 {
  margin-bottom: 10px;
  font-family: "Euclid Circular A", sans-serif;
  font-weight: 700;
  line-height: 28px;
  font-size: 22px;
  color: #001525;
}
@media screen and (max-width: 420px) {
  body .wrapper .single-content-box h2,
  body .wrapper .single-content-box h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
body .wrapper .single-content-box h2 {
  line-height: 34px;
  font-size: 28px;
}
@media screen and (max-width: 420px) {
  body .wrapper .single-content-box h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
body .wrapper .single-content-box .single-title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: url(../../images/pages/freebies/freebies-bg.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 50px;
  min-height: 230px;
}
body .wrapper .single-content-box .single-title-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
body .wrapper .single-content-box .single-title-box h1 {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
  font-family: "Euclid Circular A", sans-serif;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
  font-size: 34px;
  color: #ffffff;
  z-index: 1;
}
body .wrapper .single-content-box .single-title-box h1:after {
  content: "";
  display: block;
  max-width: 65px;
  height: 3px;
  margin: 24px auto 0;
  background-image: linear-gradient(0deg, #4cbeb5 36%, #0774e4);
}
@media screen and (max-width: 420px) {
  body .wrapper .single-content-box .single-title-box h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
body .wrapper .single-content-box ul {
  padding-left: 30px;
  margin-bottom: 30px;
}
body .wrapper .single-content-box ul li {
  list-style: disc;
  line-height: 26px;
  font-size: 14px;
}
body .wrapper .single-content-box ul li:last-child {
  margin-bottom: 0;
}
body .wrapper .single-content-box .row .column {
  box-sizing: border-box;
  flex-wrap: wrap;
  padding: 0 15px;
  width: 41.66667%;
}
body .wrapper .single-content-box .row .column:first-child {
  width: 58.333333%;
}
body .wrapper .single-content-box .row .column picture {
  display: block;
  overflow: hidden;
  max-width: 700px;
  background-color: #c2d0d9;
  padding: 50px 50px 0;
}
body .wrapper .single-content-box .row .column picture img {
  display: block;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.3);
}
body .wrapper .single-content-box .row .column p {
  margin-bottom: 30px;
  line-height: 26px;
  font-size: 15px;
}
body .wrapper .single-content-box .row .column p:last-child {
  margin-bottom: 0;
}
body .wrapper .single-content-box .row .column p a {
  color: #4cbeb5;
}
body .wrapper .single-content-box .row .column p a:hover, body .wrapper .single-content-box .row .column p a:active, body .wrapper .single-content-box .row .column p a:focus {
  text-decoration: underline;
}
body .wrapper .single-content-box .row .column .button-box {
  display: flex;
}
body .wrapper .single-content-box .row .column .button-box .codefusion-button {
  padding: 18px 32px 16px;
}
body .wrapper .single-content-box .row .column .button-box .codefusion-button:first-child {
  margin-right: 30px;
}
body .wrapper .single-content-box .row .column .button-box .codefusion-button span {
  font-family: "Euclid Circular A", sans-serif;
  font-size: 12px;
}
@media screen and (max-width: 1199px) {
  body .wrapper .single-content-box .row .column {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  body .wrapper .single-content-box .row {
    flex-direction: column;
  }
  body .wrapper .single-content-box .row .column {
    width: 100%;
    order: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  body .wrapper .single-content-box .row .column:first-child {
    order: 1;
    margin-bottom: 0;
  }
  body .wrapper .single-content-box .row .column picture {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  body .wrapper .single-content-box .row .column .button-box {
    justify-content: center;
  }
  body .wrapper .single-content-box .row .column .button-box .codefusion-button {
    margin: 10px !important;
  }
}
@media screen and (max-width: 580px) {
  body .wrapper .single-content-box .row .column .button-box {
    flex-direction: column;
    max-width: 280px;
    margin: 0 auto;
  }
  body .wrapper .single-content-box .row .column .button-box .codefusion-button {
    margin: 10px 0 !important;
  }
}
body .wrapper #subscribe-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}
body .wrapper #subscribe-popup.active {
  display: block;
  visibility: visible;
  opacity: 1;
}
body .wrapper #subscribe-popup h2,
body .wrapper #subscribe-popup h4 {
  margin-bottom: 22px;
  font-family: "Euclid Circular A", sans-serif;
  font-weight: 700;
  line-height: 32px;
  font-size: 28px;
  color: #001525;
}
@media screen and (max-width: 420px) {
  body .wrapper #subscribe-popup h2,
  body .wrapper #subscribe-popup h4 {
    font-size: 20px;
    line-height: 24px;
  }
}
body .wrapper #subscribe-popup h4 {
  margin-bottom: 12px;
  font-family: "Euclid Circular A", sans-serif;
  font-weight: 600;
  line-height: 24px;
  font-size: 18px;
}
body .wrapper #subscribe-popup p {
  margin-bottom: 30px;
  font-size: 16px;
}
body .wrapper #subscribe-popup:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
body .wrapper #subscribe-popup .subscribe-popup-form {
  position: relative;
  box-sizing: border-box;
  width: 560px;
  margin: 0 auto;
  padding: 30px 30px 40px;
  background-color: #edf0f2;
  z-index: 1;
}
body .wrapper #subscribe-popup .subscribe-popup-form .mc4wp-form-fields {
  display: flex;
  position: relative;
}
body .wrapper #subscribe-popup .subscribe-popup-form .mc4wp-form-fields .form-control {
  width: 100%;
  height: 50px;
  padding: 7px 75px 7px 25px;
  border-radius: 25px;
  background-color: #ffffff;
  border: 2px solid #c2d0d9;
  font-size: 15px;
  outline: none;
  background-clip: initial;
  transition: all 0.3s ease-in-out;
}
body .wrapper #subscribe-popup .subscribe-popup-form .mc4wp-form-fields .form-control::-webkit-input-placeholder {
  color: rgba(76, 190, 181, 0.8);
}
body .wrapper #subscribe-popup .subscribe-popup-form .mc4wp-form-fields .form-control::-moz-placeholder {
  color: rgba(76, 190, 181, 0.8);
}
body .wrapper #subscribe-popup .subscribe-popup-form .mc4wp-form-fields .form-control::-ms-input-placeholder {
  color: rgba(76, 190, 181, 0.8);
}
body .wrapper #subscribe-popup .subscribe-popup-form .mc4wp-form-fields .form-control::placeholder {
  color: rgba(76, 190, 181, 0.8);
}
body .wrapper #subscribe-popup .subscribe-popup-form .mc4wp-form-fields .form-control:focus {
  border-color: rgba(0, 182, 122, 0.8);
}
body .wrapper #subscribe-popup .subscribe-popup-form .mc4wp-form-fields .submit-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #001525;
  text-rendering: auto;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
body .wrapper #subscribe-popup .subscribe-popup-form .mc4wp-form-fields .submit-wrap::before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -5px;
  bottom: 0;
  left: 0;
  content: "\e9bb";
  font-family: "codefusion";
  font-size: 17px;
}
body .wrapper #subscribe-popup .subscribe-popup-form .mc4wp-form-fields .submit-wrap .form-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border: 0;
  font-size: 0;
  cursor: pointer;
}
body .wrapper #subscribe-popup .subscribe-popup-form .mc4wp-form-fields .submit-wrap:hover {
  box-shadow: 0 0 0 3px #001525;
}
body .wrapper #subscribe-popup .subscribe-popup-form .mc4wp-success p {
  font-size: 16px;
}
body .wrapper #subscribe-popup .subscribe-popup-form .mc4wp-alert p {
  margin: 10px 0 0;
  font-size: 14px;
}
body .wrapper #subscribe-popup .subscribe-popup-form .mc4wp-alert.mc4wp-error p {
  color: #ff004e;
}
body .wrapper #subscribe-popup .subscribe-popup-form-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background-image: linear-gradient(135deg, #4cbeb5 35%, #0774e4);
  color: #ffffff;
  cursor: pointer;
}
@media screen and (max-width: 580px) {
  body .wrapper #subscribe-popup .subscribe-popup-form {
    padding: 20px 20px 30px;
    max-width: 560px;
    width: auto;
    margin: 0 20px;
  }
}
body .wrapper #subscribe-popup.active {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}