* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  color: #eee;
  font-weight: 600;
  margin: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

a {
  color: #04B5C1;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0 0 18px 0;
  line-height: 28px;
  font-size: 15px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

.dNone {
  display: none !important;
}

.colorPrimary {
  color: #04B5C1 !important;
}

/* Custom Swal Styles */
.swal-modal {
  background-color: #222222;
  border: 2px solid #444444;
}

.swal-icon--success:after, .swal-icon--success:before, .swal-icon--success__hide-corners {
  background: transparent;
}

.swal-title {
  color: #eee;
}

.swal-text {
  color: #fff;
}

/* End Custom Swal Styles */
#siteBlock {
  display: none;
}

#siteBlock .blockContent {
  padding: 10px;
}

#siteBlock .blockContent img {
  display: block;
  margin: 0 auto;
}

.hoverFlyTop {
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}

.hoverFlyTop:hover {
  transform: translateY(-5px);
  -o-box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);
  box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);
}

.sectionTitle {
  width: 100%;
  margin-bottom: 20px;
}

.sectionTitle h2 {
  font-size: 34px;
}

.sectionTitle h3 {
  font-size: 22px;
}

.sectionTitle h4 {
  font-size: 17px;
}

.sectionTitle .title {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.sectionTitle .title::after {
  content: "";
  opacity: .4;
  position: absolute;
  display: block;
  right: -12px;
  top: 10px;
  height: 80%;
  width: 50px;
  background-image: -webkit-repeating-radial-gradient(center center, #04b4e0, #04b4e0 1px, transparent 0px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, #04b4e0, #04b4e0 1px, transparent 0px, transparent 100%);
  background-size: 6px 6px;
  z-index: -1;
}

.sectionContent {
  width: 100%;
}

/* Button Styles */
.btn {
  display: inline-block;
  padding: 7px 25px;
  font-size: 14px;
  outline: 0;
  box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  text-shadow: none;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  line-height: 1.2;
  transition: all .3s ease-in-out;
}

.btn.btnOutline.white {
  background: transparent;
  border: 2px solid #f5f5f5;
  color: #f5f5f5;
}

.btn.btnOutline.white:hover {
  background: #f5f5f5;
  color: #04B5C1;
}

.btn.btnOutline.blue {
  background: transparent;
  border: 2px solid #04B5C1;
  color: #f5f5f5;
}

.btn.btnOutline.blue:hover {
  background: #04B5C1;
  color: #f5f5f5;
}

.btn:disabled {
  opacity: .6;
  cursor: not-allowed;
}

/* End Button Styles */
/* Form Styles */
.form-group {
  position: relative;
  margin: 0 0 35px;
  z-index: 0;
}

.form-control,
.form-control:focus {
  height: 42px;
}

.form-control,
.has-error .form-control,
input[type=search],
input[type=password],
input[type=text] {
  position: relative;
  border: 2px solid #999;
  border-radius: 5px;
  display: block;
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
  padding: 10px 25px 10px 12px;
  width: 100%;
  background-color: transparent;
  text-align: left;
  color: inherit;
  box-shadow: none;
  outline: none;
  font-family: 'Poppins', Helvetica, sans-serif;
  box-shadow: 0px 10px 10px -8px rgba(0, 0, 0, 0.1);
  transition: all .3s ease-in-out;
  transform: translateZ(0);
}

.form-control:focus,
.has-error .form-control:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=text]:focus {
  border: 2px solid #04B5C1;
}

textarea.form-control,
textarea.form-control:focus {
  height: 196px;
  max-width: 100%;
  width: 100%;
  max-height: 196px;
  resize: none;
}

.form-group label {
  position: absolute;
  top: 10px;
  left: 15px;
  color: #a5a6a7;
  transition: 0.3s;
  z-index: -1;
}

.form-group .form-control:focus ~ label,
.form-group.form-group-focus .form-control ~ label {
  color: #04B5C1;
  top: -20px;
  left: 0;
  z-index: 1;
  font-size: 12px;
}

.form-group .help-block {
  position: absolute;
  display: inline-block;
  padding: 0px 5px;
  font-size: 0.93em;
  line-height: 1.75em;
  margin: -2px 0 0 10px;
  color: #fff;
  background: #ff4e4e;
}

.form-group .help-block:after {
  content: " ";
  position: absolute;
  left: 5px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ff4e4e;
  border-right: 10px solid transparent;
}

.form-group .help-block:empty {
  display: none;
}

/* End Form Styles */
/*# sourceMappingURL=init.css.map */