/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Footer
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Footer
--------------------------------------------------------------*/
footer {
  background-color: #FFF;
  padding: 100px 0 15px 0;
}
footer .wrap {
  padding-left: 15px;
  padding-right: 15px;
}
footer .footer-topbar {
  margin-bottom: 60px;
}
footer .footer-topbar .wrap {
  display: grid;
  column-gap: 30px;
  grid-template-columns: 33.33333333% 33.33333333% 33.33333333%;
}
footer .footer-topbar .footer-topbar-2 {
  display: flex;
  align-items: center;
}
footer .footer-topbar .footer-topbar-3 {
  display: flex;
  align-items: center;
  justify-content: end;
}
footer .footer-middlebar .wrap {
  display: grid;
  column-gap: 30px;
  grid-template-columns: 16.66666667% 25% 33.33333333% 25%;
}
footer .footer-middlebar h3 {
  font-size: 20px;
  line-height: 1;
  color: #1f1d1f;
  font-weight: bold;
}
footer .footer-middlebar p {
  line-height: 1;
}
footer .footer-middlebar p:not(:last-child) {
  margin-bottom: 20px;
}
footer .footer-middlebar ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
footer .footer-middlebar ul a {
  line-height: 1;
  color: #00a3e5;
  text-decoration: underline;
  display: block;
  margin-bottom: 20px;
}
footer .footer-middlebar .footer-middlebar-1 .widget-first {
  margin-bottom: 60px;
}
footer .footer-bottombar {
  margin-top: 100px;
}
footer .footer-bottombar ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
footer .footer-bottombar ul li:not(:last-child) {
  margin-right: 60px;
}
footer .footer-bottombar ul a {
  color: #00a3e5;
  text-decoration: underline;
}
footer .footer-bottombar ul a.sd-made-link {
  color: #1f1d1f;
  text-decoration: none;
}
footer .footer-bottombar ul a.sd-made-link span {
  color: #00a3e5;
  text-decoration: underline;
}
footer > svg {
  font-size: 0;
  margin-top: 30px;
  height: 30px;
  width: calc(100% - 120px);
  margin-left: 60px;
  text-align: center;
}
footer > svg .dark {
  color: #1f1d1f;
}
footer > svg .light {
  color: #dbdbdb;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Input
2. Messages
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Input
--------------------------------------------------------------*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: inherit;
  color: #1f1d1f;
  opacity: 0.5;
}

::-moz-placeholder { /* Firefox 19+ */
  font-size: inherit;
  color: #1f1d1f;
  opacity: 0.5;
}

:-ms-input-placeholder { /* IE 10+ */
  font-size: inherit;
  color: #1f1d1f;
  opacity: 0.5;
}

:-moz-placeholder { /* Firefox 18- */
  font-size: inherit;
  color: #1f1d1f;
  opacity: 0.5;
}

input[type=week],
input[type=url],
input[type=time],
input[type=password],
input[type=number],
input[type=color],
input[type=search],
input[type=month],
input[type=datetime-local],
input[type=text],
input[type=email],
input[type=tel] {
  background: #FFF;
  border: 0 none;
  display: block;
  font-size: 17px;
  padding: 0 20px;
  height: 45px;
  width: 100%;
  -webkit-box-shadow: 0 0 14px rgba(31, 29, 31, 0.1);
  -moz-box-shadow: 0 0 14px rgba(31, 29, 31, 0.1);
  box-shadow: 0 0 14px rgba(31, 29, 31, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFF;
  border: 0 none;
  display: block;
  font-size: 17px;
  padding: 0 20px;
  height: 45px;
  width: 100%;
  -webkit-box-shadow: 0 0 14px rgba(31, 29, 31, 0.1);
  -moz-box-shadow: 0 0 14px rgba(31, 29, 31, 0.1);
  box-shadow: 0 0 14px rgba(31, 29, 31, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

textarea {
  background: #FFF;
  border: 0 none;
  display: block;
  padding: 0 20px;
  font-size: 17px;
  height: 150px;
  width: 100%;
  resize: vertical;
  -webkit-box-shadow: 0 0 14px rgba(31, 29, 31, 0.1);
  -moz-box-shadow: 0 0 14px rgba(31, 29, 31, 0.1);
  box-shadow: 0 0 14px rgba(31, 29, 31, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

button,
input[type=button],
button[type=submit],
input[type=submit] {
  padding: 0 10px;
  height: 45px;
  font-size: 17px;
}

/* Start privacy checkbox */
.wpcf7 .wpcf7-checkbox .wpcf7-list-item,
.sd-form .SD-type-checkbox {
  padding: 0 0 0 20px;
  margin: 0;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input,
.sd-form .SD-type-checkbox input {
  opacity: 0;
  position: absolute;
  display: block;
  left: 1px;
  top: 9px;
  z-index: -1;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item input:checked + label:before,
.sd-form .SD-type-checkbox input:checked + .wpcf7-list-item-label:before,
.sd-form .SD-type-checkbox input:checked + label:before {
  background-color: green;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .SD-label,
.sd-form .SD-type-checkbox .wpcf7-list-item-label,
.sd-form .SD-type-checkbox .SD-label {
  position: relative;
  font-size: 18px;
  font-weight: normal;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .SD-label:before,
.sd-form .SD-type-checkbox .wpcf7-list-item-label:before,
.sd-form .SD-type-checkbox .SD-label:before {
  content: "";
  height: 15px;
  width: 15px;
  position: absolute;
  left: -20px;
  top: 2px;
  background-color: red;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:hover:before,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .SD-label:hover:before,
.sd-form .SD-type-checkbox .wpcf7-list-item-label:hover:before,
.sd-form .SD-type-checkbox .SD-label:hover:before {
  background-color: blue;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  padding-left: 0;
}

/* End privacy checkbox */
/* Start whitelabel CF7 */
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
}

/* End whitelabel CF7 */
/* Start whitelabel CF7 */
.type-file input[type=file] {
  display: none;
}
.type-file label > span:not(.wpcf7-form-control-wrap) {
  display: flex;
  align-items: center;
  color: #000;
  cursor: pointer;
  padding: 0 15px;
  height: 50px;
  background-color: #f7f7f7;
  font-family: "Neo Sans Std", sans-serif;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.type-file label:hover > span:not(.wpcf7-form-control-wrap) {
  color: #FFF;
  background-color: #000;
}

/* End whitelabel CF7 */
/*--------------------------------------------------------------
2. Messages
--------------------------------------------------------------*/
/* Start success messages  */
.wpcf7 form.sent .wpcf7-response-output,
.sd-success-message-container {
  background-color: #73ff88;
  padding: 20px 43px 20px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  border: 2px solid #0eb427;
  margin-bottom: 20px;
}

.sd-success-message {
  font-weight: 200;
  font-size: 18px;
}
.sd-success-message::before {
  content: "";
  background-image: url("../icons/success.svg");
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 7px;
}

/* End success messages  */
/* Start notification messages  */
.sd-notification-message::before {
  content: "";
  background-image: url("../icons/info.svg");
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 7px;
}

/* End notification messages  */
/* Start error messages */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.sd-error-message-container {
  background-color: #ffa1a0;
  padding: 20px 43px 20px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px;
  border: 2px solid #DD4847;
}

.sd-error-message-general {
  font-weight: 200;
  font-size: 18px;
}
.sd-error-message-general:before {
  content: "";
  background-image: url("../icons/error.svg");
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 7px;
}

/* End error messages */
.wpcf7 .ajax-loader {
  vertical-align: middle;
}

/*--------------------------------------------------------------
3. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  input[type=week], input[type=search], input[type=url], input[type=time], input[type=password], input[type=number], input[type=color], input[type=month], input[type=datetime-local], input[type=text], input[type=email], input[type=tel] {
    font-size: 16px;
    padding: 0 17px;
    height: 37px;
  }
  select {
    font-size: 16px;
    padding: 0 17px;
    height: 37px;
  }
  textarea {
    font-size: 16px;
    padding: 0 17px;
    height: 125px;
  }
}
@media screen and (max-width: 1400px) {
  input[type=week], input[type=search], input[type=url], input[type=time], input[type=password], input[type=number], input[type=color], input[type=month], input[type=datetime-local], input[type=text], input[type=email], input[type=tel] {
    padding: 0 15px;
    height: 33px;
  }
  select {
    padding: 0 15px;
    height: 33px;
  }
  textarea {
    padding: 0 15px;
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  #filter-anchor {
    display: none;
  }
  .filter-toggle {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: #4f4f4f;
    z-index: 99;
    padding: 15px 0;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 20px;
    cursor: pointer;
  }
  .filter-toggle:hover {
    color: #ffffff;
    background-color: #393939;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Navigation
2. Header
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Navigation
--------------------------------------------------------------*/
.main-navigation ul {
  /* Sub Menu */
}
.main-navigation ul li:after {
  display: block;
  content: "" !important;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  background-color: #FFF;
  transition: width 0.3s ease-in-out;
}
.main-navigation ul li:hover {
  color: #FFF;
}
.main-navigation ul li:hover:after {
  width: 100%;
}
.main-navigation ul li.menu-item-has-children > a:before {
  content: "";
  display: block;
  position: absolute;
  height: 6px;
  width: 11px;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg width="15px" height="15px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 451.9 260"><path fill="%23fff" d="M225.9,259.9l17-17L434.9,51l17-17l-34-33.9l-17,17l-175,175L50.9,17l-17-17L0,34l17,17l191.9,192l17,17V259.9z"/></svg>');
}
.main-navigation ul li a {
  line-height: 80px;
  display: block;
  color: #FFF;
  font-size: 17px;
  text-transform: uppercase;
  position: relative;
}
.main-navigation ul li a:hover {
  color: #FFF;
}
.main-navigation ul li:not(:last-child) {
  margin-right: 60px;
}
.main-navigation ul li.menu-item-has-children:not(:last-child) {
  margin-right: 80px;
}
.main-navigation ul li.current-menu-item > a:after {
  width: 100%;
}
.main-navigation ul ul.sub-menu {
  background-color: #00a3e5;
  padding: 20px;
  border: none;
}
.main-navigation ul ul.sub-menu li {
  margin-right: unset;
}
.main-navigation ul ul.sub-menu li a {
  white-space: nowrap;
  line-height: unset;
}
/*--------------------------------------------------------------
2. Header
--------------------------------------------------------------*/
header.site-header.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: #00a3e5;
  height: 80px;
}
header.site-header.fixed:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  display: block;
  background-image: url('data:image/svg+xml,<svg width="20px" height="40px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 80"><path fill="%23fff" d="m0,20V0h20v20H0Zm40,20v-20h-20v20h20Zm-20,20v-20H0v20h20Zm20,20v-20h-20v20h20Z"/></svg>');
}
header.site-header.fixed .wrap {
  padding-left: 15px;
  padding-right: 15px;
}
header.site-header.fixed .header-middlebar .header-middlebar-1 {
  padding-left: 80px;
  padding-right: 60px;
  display: grid;
  grid-template-columns: 110px 1fr 300px 121px;
  gap: 60px;
  align-items: center;
  height: 80px;
}

.admin-bar header.site-header.fixed {
  top: 32px;
}

/*--------------------------------------------------------------
3. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .main-navigation ul li a {
    line-height: 66px;
    font-size: 16px;
  }
  .main-navigation ul li:after {
    height: 5px;
  }
  .main-navigation ul li.menu-item-has-children > a:before {
    height: 5px;
    width: 9px;
    right: -17px;
  }
  .main-navigation ul li:not(:last-child) {
    margin-right: 50px;
  }
  .main-navigation ul li.menu-item-has-children:not(:last-child) {
    margin-right: 66px;
  }
  .main-navigation ul ul.sub-menu {
    padding: 17px;
  }
  header.site-header.fixed {
    height: 66px;
  }
  header.site-header.fixed .header-middlebar .header-middlebar-1 {
    padding-left: 66px;
    padding-right: 50px;
    grid-template-columns: 91px 1fr 249px 100px;
    gap: 50px;
    height: 66px;
  }
  header.site-header.fixed:before {
    width: 17px;
  }
}
@media screen and (max-width: 1400px) {
  .main-navigation ul li a {
    line-height: 58px;
  }
  .main-navigation ul li:after {
    height: 4px;
  }
  .main-navigation ul li.menu-item-has-children > a:before {
    height: 4px;
    width: 8px;
    right: -15px;
  }
  .main-navigation ul li:not(:last-child) {
    margin-right: 44px;
  }
  .main-navigation ul li.menu-item-has-children:not(:last-child) {
    margin-right: 58px;
  }
  .main-navigation ul ul.sub-menu {
    padding: 15px;
  }
  header.site-header.fixed {
    height: 58px;
  }
  header.site-header.fixed .header-middlebar .header-middlebar-1 {
    padding-left: 58px;
    padding-right: 44px;
    grid-template-columns: 80px 1fr 219px 88px;
    gap: 44px;
    height: 58px;
  }
  header.site-header.fixed:before {
    width: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .main-navigation {
    display: none;
  }
  header.site-header.mobile-nav-bottom {
    top: unset;
    bottom: 0;
  }
  header.site-header.fixed .header-middlebar .header-middlebar-1 {
    grid-template-columns: 80px 1fr 88px;
  }
  header.site-header.fixed .header-middlebar .header-middlebar-1 .widget_text {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-middlebar-1 {
    display: flex;
    height: 50px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Lay-out
2. Visual Composer
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Lay-out
--------------------------------------------------------------*/
html.overlay-enabled {
  overflow: hidden;
}
html.overlay-enabled.menu-open:after {
  content: "";
  display: block;
  height: 100%;
  width: 100vw;
  background-color: #000;
  position: fixed;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: 11;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wrap {
  max-width: 1630px;
}

embed,
iframe,
object {
  width: 100%;
}

.marginbottom-0px {
  margin-bottom: 0;
}

.marginbottom-30px {
  margin-bottom: 30px;
}

.marginbottom-60px {
  margin-bottom: 60px;
}

.site-content-contain {
  margin-top: 80px;
}

.mobile-nav-bottom + .site-content-contain {
  margin-top: 0;
}

.mobile-nav-bottom + .site-content-contain + footer {
  margin-bottom: 125px;
}

/*--------------------------------------------------------------
2. Visual Composer
--------------------------------------------------------------*/
.vc_row-fluid:not(.vc_inner) {
  padding-top: 100px;
  padding-bottom: 100px;
}

.vc_row-fluid.vc_inner {
  padding-top: 0;
  padding-bottom: 0;
}

.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}

.vc_row.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}

/*--------------------------------------------------------------
3. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .wrap {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1400px) {
  .wrap {
    max-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .mobile_marginbottom-0px {
    margin-bottom: 0;
  }
  .mobile_marginbottom-30px {
    margin-bottom: 30px;
  }
  .mobile_marginbottom-60px {
    margin-bottom: 60px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Loading
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Navigation
--------------------------------------------------------------*/
.admin-bar .sd-loading {
  max-height: calc(100vh - 172px);
}

.sd-loading {
  font-size: 0;
  opacity: 0.1;
  -webkit-animation: sd-loading 1.5s linear infinite;
  max-height: calc(100vh - 140px);
}
.sd-loading.sd-loading-grid {
  display: grid;
  gap: 20px;
}
.sd-loading.sd-grid-1 {
  grid-template-columns: repeat(1, 1fr);
}
.sd-loading.sd-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.sd-loading.sd-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.sd-loading.sd-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.sd-loading .sd-loading-single {
  padding: 20px;
  background-color: #1f1d1f;
}
.sd-loading .loading-separator {
  height: 30px;
}
.sd-loading .loading-button {
  height: 50px;
  margin-bottom: 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #000;
}
.sd-loading .loading-title {
  width: 65%;
  height: 30px;
  margin-bottom: 15px;
  background-color: #000;
}
.sd-loading .loading-input {
  width: 100%;
  height: 56px;
  margin-bottom: 15px;
  background-color: #000;
}
.sd-loading .loading-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.sd-loading .loading-checkbox > span:first-child {
  height: 24px;
  width: 30px;
  margin-right: 12px;
  background-color: #000;
}
.sd-loading .loading-checkbox > span:last-child {
  height: 16px;
  width: 150px;
  background-color: #000;
}
@-webkit-keyframes sd-loading {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.1;
  }
}

.sd-spinner {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
  color: #008000;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Pagination
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Pagination
--------------------------------------------------------------*/
.sd-pagination {
  margin-top: 20px;
  position: relative;
  text-align: center;
  font-size: 0;
}
.sd-pagination .page-numbers {
  line-height: 30px;
  font-size: 18px;
  margin-right: 10px;
  color: #00a3e5;
  text-decoration: underline;
}
.sd-pagination .page-numbers.current {
  font-size: 18px;
  margin-right: 10px;
  color: #000;
  text-decoration: none;
}
.sd-pagination .page-numbers.prev {
  position: absolute;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  top: 0;
  margin: 0;
  background-color: #00a3e5;
  color: #FFF;
}
.sd-pagination .page-numbers.prev svg {
  position: absolute;
  width: 10px;
  height: unset;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sd-pagination .page-numbers.next {
  position: absolute;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  right: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  top: 0;
  margin: 0;
  background-color: #00a3e5;
  color: #FFF;
}
.sd-pagination .page-numbers.next svg {
  position: absolute;
  width: 10px;
  height: unset;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sd-pagination .page-numbers.dots {
  margin-right: 10px;
  color: #000;
  text-decoration: none;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Tabs
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Tabs
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@font-face {
  font-family: "Neo Sans Std";
  src: url("../fonts/NeoSansStdRegular.eot");
  src: url("../fonts/NeoSansStdRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/NeoSansStdRegular.woff2") format("woff2"), url("../fonts/NeoSansStdRegular.woff") format("woff"), url("../fonts/NeoSansStdRegular.ttf") format("truetype"), url("../fonts/NeoSansStdRegular.svg#NeoSansStdRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neo Sans Std";
  src: url("../fonts/NeoSansStdLight.eot");
  src: url("../fonts/NeoSansStdLight.eot?#iefix") format("embedded-opentype"), url("../fonts/NeoSansStdLight.woff2") format("woff2"), url("../fonts/NeoSansStdLight.woff") format("woff"), url("../fonts/NeoSansStdLight.ttf") format("truetype"), url("../fonts/NeoSansStdLight.svg#NeoSansStdLight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neo Sans Std";
  src: url("../fonts/NeoSansStdBold.eot");
  src: url("../fonts/NeoSansStdBold.eot?#iefix") format("embedded-opentype"), url("../fonts/NeoSansStdBold.woff2") format("woff2"), url("../fonts/NeoSansStdBold.woff") format("woff"), url("../fonts/NeoSansStdBold.ttf") format("truetype"), url("../fonts/NeoSansStdBold.svg#NeoSansStdBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html, body {
  font-family: "Neo Sans Std", sans-serif;
  font-size: 18px;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Neo Sans Std", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 50px;
  line-height: 60px;
}

h2 {
  font-size: 40px;
  line-height: 50px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 18px;
  padding: 0;
  margin: 0 0 30px 0;
  font-weight: 300;
  line-height: 30px; /* This should be the same as the margin bottom */
}
p b, p strong {
  font-weight: 400;
}

p:last-child {
  margin-bottom: 0;
}

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