@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  background: #fafafa;
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: #2f394e;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}

ul,
ol,
li {
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  color: #2f394e;
}

h1 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1200px) {
  h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media all and (max-width: 991px) {
  h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media all and (max-width: 575px) {
  h1 {
    font-size: 24px;
    line-height: 28px;
  }
}

h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
@media all and (max-width: 1200px) {
  h2 {
    font-size: 28px;
    line-height: 1.43;
  }
}
@media all and (max-width: 575px) {
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

h4 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

h6 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
@media all and (max-width: 1200px) {
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media all and (max-width: 991px) {
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media all and (max-width: 1200px) {
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media all and (max-width: 991px) {
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

p a {
  color: #29d398;
}
p a:hover {
  text-decoration: underline;
}

/* ========== Blog Styles ============ */
.blog-hd {
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  color: #2f394e;
  font-style: normal;
  font-weight: 300;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: -0.038em;
}

.blog-para {
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: -0.062em;
  font-family: "Montserrat", sans-serif;
}

.post-hd {
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  color: #2f394e;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.046em;
}

label {
  font-weight: 600 !important;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.5px;
  color: black;
  margin-bottom: 10px !important;
  font-family: "Montserrat", sans-serif !important;
}

strong {
  font-weight: 700;
}

figure {
  margin: 0;
}
figure img {
  max-width: 100%;
}

.btn21.focus, .blue-input input.focus[type=submit], .green-input input.focus[type=submit],
.btn21:focus,
.blue-input input[type=submit]:focus,
.green-input input[type=submit]:focus {
  outline: 0;
  box-shadow: none;
}

section {
  padding: 120px 0;
}
@media all and (max-width: 1200px) {
  section {
    padding: 120px 0;
  }
}
@media all and (max-width: 991px) {
  section {
    padding: 80px 0;
  }
}
@media all and (max-width: 575px) {
  section {
    padding: 40px 0;
  }
}

@media all and (max-width: 575px) {
  .container {
    max-width: 320px;
  }
}

.outer-wrapper {
  background: white;
  margin: 0 auto;
}

.main-wrapper {
  max-width: 1120px;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .main-wrapper {
    max-width: 940px;
  }
}
@media all and (max-width: 991px) {
  .main-wrapper {
    max-width: 672px;
  }
}
@media all and (max-width: 767px) {
  .main-wrapper {
    max-width: 540px;
  }
}
@media all and (max-width: 575px) {
  .main-wrapper {
    max-width: 320px;
  }
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.green-bg {
  background: #29d398;
}

.blue-bg {
  background: #0bb8dd;
}

.dark-bg {
  background: #2f394e;
}

.btn21, .blue-input input[type=submit], .green-input input[type=submit] {
  display: inline-block;
  transition: 0.3s;
  border-radius: 6px;
  font-size: 14px;
  padding: 0 16px;
  font-weight: 600;
  color: white;
  box-shadow: none;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  position: relative;
}
.btn21-large {
  height: 80px;
  line-height: 80px;
  font-size: 22px;
}
@media all and (max-width: 575px) {
  .btn21-large {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}
.btn21-big {
  height: 48px;
  line-height: 48px;
}
.btn21-mid {
  height: 40px;
  line-height: 40px;
}
.btn21-green {
  background: #29d398;
  border: 1px solid #29d398;
}
.btn21-green:hover {
  border: 1px solid #29d398;
  background: transparent;
  color: #29d398;
}
.btn21-blue {
  background: #0bb8dd;
  border: 1px solid #0bb8dd;
}
.btn21-blue:hover {
  border: 1px solid #0bb8dd;
  background: transparent;
  color: #0bb8dd;
}
.btn21-outline-green {
  background: transparent;
  border: 1px solid #29d398;
  color: #29d398;
}
.btn21-outline-green:hover {
  background: #29d398;
  border: 1px solid #29d398;
  color: white;
}
.btn21-outline-blue {
  background: transparent;
  border: 1px solid #0bb8dd;
  color: #0bb8dd;
}
.btn21-outline-blue:hover {
  background: #0bb8dd;
  border: 1px solid #0bb8dd;
  color: white;
}
.btn21-blue-link-big {
  border: none;
  padding: 0 18px 0 0;
  font-size: 18px;
  line-height: 1.33;
  text-transform: none;
  height: auto;
  color: #0bb8dd;
}
.btn21-blue-link-big::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #0bb8dd;
}
.btn21-blue-link-big:hover {
  text-decoration: underline;
  color: #0bb8dd;
}
.btn21-blue-link-small {
  border: none;
  padding: 0 18px 0 0;
  font-size: 14px;
  line-height: 1.71;
  text-transform: none;
  height: auto;
  color: #0bb8dd;
}
.btn21-blue-link-small::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #0bb8dd;
}
.btn21-blue-link-small:hover {
  text-decoration: underline;
  color: #0bb8dd;
}
.btn21-link-green {
  color: #29d398;
}
.btn21-link-blue {
  color: #0bb8dd;
}

.btn-default {
  display: inline-block;
  transition: 0.3s;
  border-radius: 6px;
  font-size: 14px;
  padding: 0 16px;
  font-weight: 600;
  color: white;
  box-shadow: none;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  position: relative;
  height: 45px;
  line-height: 43px;
  background: #29d398;
  border: 1px solid #29d398;
  padding: 0 40px;
  color: white !important;
}
.btn-default:hover {
  border: 1px solid #29d398;
  background: transparent;
  color: #29d398 !important;
  text-decoration: none;
}

input[type=submit] {
  display: inline-block;
  transition: 0.3s;
  border-radius: 6px;
  font-size: 14px;
  padding: 0 16px;
  font-weight: 600;
  color: white;
  box-shadow: none;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  position: relative;
  background: #29d398;
  border: 1px solid #29d398;
  height: 48px;
  line-height: 48px;
}
input[type=submit]:hover {
  border: 1px solid #29d398;
  background: transparent;
  color: #29d398;
}

textarea, select, input[type=week], input[type=time], input[type=month], input[type=datetime-local], input[type=datetime], input[type=date], input[type=color], input[type=url], input[type=text], input[type=tel], input[type=search], input[type=password], input[type=select], input[type=radio], input[type=number], input[type=email] {
  width: 100%;
  height: 48px;
  border-radius: 6px;
  border: 1px solid #7b7d82;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.43;
  outline: none;
  background: white;
  color: #7b7d82;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
}

textarea:focus, select:focus, input[type=week]:focus, input[type=time]:focus, input[type=month]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=date]:focus, input[type=color]:focus, input[type=url]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=password]:focus, input[type=select]:focus, input[type=radio]:focus, input[type=number]:focus, input[type=email]:focus {
  background-color: white;
  color: #7b7d82;
  border: 1px solid #7b7d82;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  background: url(../images/beta/chevron-down-black.svg) no-repeat center right 16px;
  /* Add custom arrow */
}
textarea {
  height: 150px;
  resize: none;
}
.green-input input[type=submit] {
  background: #29d398;
  border: 1px solid #29d398;
  height: 46px;
  line-height: 46px;
}
.green-input input[type=submit]:hover {
  color: #29d398;
  border: 1px solid #29d398;
  background: transparent;
}

.blue-input input[type=submit] {
  background: #0bb8dd;
  border: 1px solid #0bb8dd;
  height: 46px;
  line-height: 46px;
}
.blue-input input[type=submit]:hover {
  color: #0bb8dd;
  border: 1px solid #0bb8dd;
  background: transparent;
}

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: -9999px !important;
}
input[type=checkbox] + label {
  padding: 0 0 0 20px !important;
  padding-left: 30px !important;
  color: #2f394e !important;
  display: inline-block !important;
  max-width: inherit !important;
  margin: 0px 10px 0 0 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  position: relative !important;
  letter-spacing: 0 !important;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #29d398;
  background: #29d398;
  left: 0;
  top: 0px;
  border-radius: 0;
}
input[type=checkbox] + label:after {
  content: "";
  background: none !important;
  position: absolute;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 9px;
  border: solid #29d398;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  display: none;
}
input[type=checkbox]:checked + label {
  color: #29d398 !important;
  font-weight: 400 !important;
  user-select: none;
  -webkit-user-select: none;
}
input[type=checkbox]:checked + label:before {
  border-color: #29d398;
}
input[type=checkbox]:checked + label:after {
  display: block;
}

input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: -9999px !important;
}
input[type=radio] + label {
  padding: 0 0 0 35px !important;
  color: #2f394e !important;
  display: inline-block !important;
  max-width: inherit !important;
  margin: 0px 10px 0 0 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  position: relative !important;
  letter-spacing: 0 !important;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
input[type=radio] + label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #29d398;
  background: #29d398;
  left: 0;
  top: 0px;
  border-radius: 55%;
}
input[type=radio] + label:after {
  content: "";
  position: absolute;
  width: 7.5px;
  height: 7.5px;
  background: #29d398 !important;
  left: 6.25px;
  top: 6.25px;
  border-radius: 55%;
  display: none;
}
input[type=radio]:checked + label {
  color: #29d398 !important;
  font-weight: 400 !important;
  user-select: none;
}
input[type=radio]:checked + label:before {
  border-color: #29d398 !important;
}
input[type=radio]:checked + label:after {
  display: block;
}

/*# sourceMappingURL=new_default.css.map */
