@font-face {
  font-family: 'libre_franklin';
  src: url("fonts/librefranklin-regular-webfont.eot");
  src: url("fonts/librefranklin-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/librefranklin-regular-webfont.woff2") format("woff2"), url("fonts/librefranklin-regular-webfont.woff") format("woff"), url("fonts/librefranklin-regular-webfont.ttf") format("truetype"), url("fonts/librefranklin-regular-webfont.svg#libre_franklinregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'libre_franklinthin';
  src: url("fonts/librefranklin-thin-webfont.eot");
  src: url("fonts/librefranklin-thin-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/librefranklin-thin-webfont.woff2") format("woff2"), url("fonts/librefranklin-thin-webfont.woff") format("woff"), url("fonts/librefranklin-thin-webfont.ttf") format("truetype"), url("fonts/librefranklin-thin-webfont.svg#libre_franklinthin") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'libre_franklinmedium';
  src: url("fonts/librefranklin-medium-webfont.eot");
  src: url("fonts/librefranklin-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/librefranklin-medium-webfont.woff2") format("woff2"), url("fonts/librefranklin-medium-webfont.woff") format("woff"), url("fonts/librefranklin-medium-webfont.ttf") format("truetype"), url("fonts/librefranklin-medium-webfont.svg#libre_franklinmedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'barlow';
  src: url("fonts/barlow-regular-webfont.eot");
  src: url("fonts/barlow-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/barlow-regular-webfont.woff2") format("woff2"), url("fonts/barlow-regular-webfont.woff") format("woff"), url("fonts/barlow-regular-webfont.ttf") format("truetype"), url("fonts/barlow-regular-webfont.svg#barlowregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'barlowlight';
  src: url("fonts/barlow-extralight-webfont.eot");
  src: url("fonts/barlow-extralight-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/barlow-extralight-webfont.woff2") format("woff2"), url("fonts/barlow-extralight-webfont.woff") format("woff"), url("fonts/barlow-extralight-webfont.ttf") format("truetype"), url("fonts/barlow-extralight-webfont.svg#barlowextralight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'archivoregular';
  src: url("fonts/archivo-regular-webfont.eot");
  src: url("fonts/archivo-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/archivo-regular-webfont.woff2") format("woff2"), url("fonts/archivo-regular-webfont.woff") format("woff"), url("fonts/archivo-regular-webfont.ttf") format("truetype"), url("fonts/archivo-regular-webfont.svg#archivoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
header#site-header {
  background-color: #1c1c3a;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header#site-header.top-nav-collapse {
  float: left;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header#site-header.top-nav-collapse .header-inner {
  padding: 10px 20px;
  transition: all 0.5s ease;
}
@media (max-width: 599px) {
  header#site-header.top-nav-collapse .header-inner {
    padding: 10px 15px;
  }
}
header#site-header.top-nav-collapse .header-inner .header-titles-wrapper .header-titles .site-logo img.custom-logo {
  /* animation magic */
  width: 150px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media (max-width: 999px) {
  header#site-header.top-nav-collapse .header-inner .header-titles-wrapper .header-titles .site-logo img.custom-logo {
    margin: 0px;
  }
}
@media (max-width: 767px) {
  header#site-header.top-nav-collapse .header-inner .header-titles-wrapper .header-titles .site-logo img.custom-logo {
    height: auto;
    width: 130px;
  }
}
header#site-header .header-inner {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 25px 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 999px) {
  header#site-header .header-inner {
    padding: 15px 20px;
    position: relative;
  }
}
@media (max-width: 767px) {
  header#site-header .header-inner {
    padding: 15px 20px;
  }
}
@media (max-width: 599px) {
  header#site-header .header-inner {
    padding: 15px;
  }
}
header#site-header .header-inner .header-titles-wrapper {
  max-width: 600px;
}
@media (max-width: 999px) {
  header#site-header .header-inner .header-titles-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    justify-content: flex-start;
  }
}
header#site-header .header-inner .header-titles-wrapper .header-titles {
  width: 186px;
}
@media (max-width: 991px) {
  header#site-header .header-inner .header-titles-wrapper .header-titles {
    width: 200px;
  }
}
@media (max-width: 599px) {
  header#site-header .header-inner .header-titles-wrapper .header-titles {
    width: 150px;
    margin-right: 50px;
  }
}
header#site-header .header-inner .header-titles-wrapper .header-titles .site-logo {
  margin: 0 0 0 25px;
}
@media (max-width: 999px) {
  header#site-header .header-inner .header-titles-wrapper .header-titles .site-logo {
    margin-left: 0px;
  }
}
header#site-header .header-inner .header-titles-wrapper .header-titles .site-logo img.custom-logo {
  position: relative;
  top: 5px;
  transition: all 0.5s ease;
}
@media (max-width: 999px) {
  header#site-header .header-inner .header-titles-wrapper .header-titles .site-logo img.custom-logo {
    margin: 0px;
    top: 0px;
  }
}
@media (min-width: 700px) {
  header#site-header .header-inner .header-titles-wrapper .header-titles .site-logo img.custom-logo {
    max-height: 60px;
  }
}
header#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu {
  margin: 0px;
}
header#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu .menu-item {
  margin: 0px;
  padding: 0px;
  display: none;
  line-height: 0px;
}
header#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu .menu-item:last-child {
  display: block;
}
header#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu .menu-item a {
  display: inline-block;
  border: 1px solid #ffffff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 10px 30px;
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: normal;
  border-radius: 4px;
  font-family: 'libre_franklinthin';
  text-transform: lowercase;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #1c1c3a;
  border-radius: 1px;
}
header#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu .menu-item a span {
  font-family: 'libre_franklin';
}
@media (min-width: 992px) {
  header#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu .menu-item a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1c1c3a;
    border-radius: 0;
    z-index: -2;
  }
  header#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu .menu-item a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #ffffff;
    transition: all .3s;
    border-radius: 1px;
    z-index: -1;
  }
  header#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu .menu-item a:hover {
    color: #1c1c3a;
    font-family: 'libre_franklin';
    border: 1px solid #ffffff;
  }
  header#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu .menu-item a:hover::before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  header#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu .menu-item a {
    padding: 8px 15px;
    letter-spacing: 2px;
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  header#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu .menu-item a {
    font-size: 12px;
    font-family: 'libre_franklin';
    padding: 5px 10px;
    letter-spacing: 1px;
  }
}

form.search-form {
  display: none;
  flex-direction: row-reverse;
  margin: 0px 0px 0px 200px;
}
@media (max-width: 999px) {
  form.search-form {
    margin: 0;
  }
}
@media (max-width: 767px) {
  form.search-form {
    margin-left: 0;
  }
}
@media (max-width: 599px) {
  form.search-form {
    margin-bottom: 0px;
  }
}
form.search-form input {
  height: 36px;
  padding: 5px 10px;
  border-bottom: 0.5px solid rgba(245, 245, 245, 0.5);
}
form.search-form input.search-field {
  background-color: transparent;
  margin: 0px;
  border: none;
  border-bottom: 0.5px solid rgba(245, 245, 245, 0.5);
  color: #f5f5f5;
  font-family: 'libre_franklin';
  font-size: 14px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  form.search-form input.search-field {
    width: 170px;
  }
}
form.search-form input.search-submit {
  background-image: url("images/sb1-search.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 18px;
  font-size: 0px;
  width: 30px;
  margin-left: 0px;
  background-position: center;
  padding: 0;
}
@media (max-width: 767px) {
  form.search-form input.search-submit {
    width: 35px;
    background-size: 15px;
  }
}
form.search-form input input.search-submit::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #505050;
  font-family: 'libre_franklin';
}
form.search-form input input.search-submit::-moz-placeholder {
  /* Firefox 19+ */
  color: #505050;
  font-family: 'libre_franklin';
}
form.search-form input input.search-submit:-ms-input-placeholder {
  /* IE 10+ */
  color: #505050;
  font-family: 'libre_franklin';
}
form.search-form input input.search-submit:-moz-placeholder {
  /* Firefox 18- */
  color: #505050;
  font-family: 'libre_franklin';
}
@media (max-width: 767px) {
  form.search-form input input.search-submit::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 13px;
  }
  form.search-form input input.search-submit::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 13px;
  }
  form.search-form input input.search-submit:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 13px;
  }
  form.search-form input input.search-submit:-moz-placeholder {
    /* Firefox 18- */
    font-size: 13px;
  }
}
form.search-form label[for="search-form-1"] {
  border: none;
}

.search-block {
  display: none;
}
@media (min-width: 600px) {
  .search-block .searchicon,
  .search-block .closeicon {
    display: none;
  }
}
.search-block .searchicon,
.search-block .closeicon {
  padding: 5px;
}
.search-block .searchicon {
  width: 30px;
}
.search-block .closeicon {
  width: 27px;
}

@media (max-width: 999px) {
  .search-block {
    position: absolute;
    right: 90px;
  }
}
@media (max-width: 767px) {
  .search-block {
    right: 80px;
  }
}
@media (max-width: 599px) {
  .search-block {
    right: 75px;
  }
  .search-block .searchicon {
    display: block;
  }
  .search-block .closeicon {
    display: none;
  }
  .search-block form.search-form {
    display: none;
  }
}
@media (max-width: 425px) {
  .search-block {
    right: 70px;
  }
}
@media (max-width: 599px) {
  .search-block.searchActive .searchicon {
    display: none;
  }
  .search-block.searchActive .closeicon {
    display: block;
  }
  .search-block.searchActive form.search-form {
    display: block;
    transition: .3s all ease;
    position: absolute;
    top: 30px;
    right: 0px;
    display: flex;
    width: 280px;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    margin-top: 10px;
  }
  .search-block.searchActive form.search-form input.search-field {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 13px;
    border: none;
  }
  .search-block.searchActive form.search-form input.search-submit {
    margin-bottom: 0px;
    border: none;
    width: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 599px) {
  .search-block.searchActive form.search-form {
    right: -50px;
  }
}

.header-inner .nav-toggle {
  width: 30px;
  padding: 0px;
}
@media (max-width: 700px) {
  .header-inner .nav-toggle {
    right: 20px;
  }
}
.header-inner .nav-toggle .toggle-inner {
  height: initial;
  padding-top: 0px;
}
.header-inner .nav-toggle .toggle-inner .toggle-icon {
  height: initial;
}
.header-inner .nav-toggle .toggle-inner .toggle-icon div {
  width: 30px;
  height: 3px;
  background-color: #f5f5f5;
  margin: 6px 0;
}
@media (max-width: 767px) {
  .header-inner .nav-toggle .toggle-inner .toggle-icon div {
    width: 25px;
    height: 2px;
    padding-top: 0px;
  }
}

.menu-modal.header-footer-group .menu-wrapper.section-inner {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #111124;
}
.menu-modal.header-footer-group .menu-wrapper.section-inner .menu-top button.close-nav-toggle {
  color: #ffffff;
  padding: 35px 0;
}
.menu-modal.header-footer-group .menu-wrapper.section-inner .menu-top button.close-nav-toggle svg {
  width: 30px;
  height: 20px;
}
.menu-modal.header-footer-group .menu-wrapper.section-inner .menu-top button .toggle-text {
  display: none;
}
@media (max-width: 767px) {
  .menu-modal.header-footer-group .menu-wrapper.section-inner .menu-top .mobile-menu .modal-menu {
    left: inherit;
    width: 100%;
  }
}
.menu-modal.header-footer-group .menu-wrapper.section-inner .menu-top .mobile-menu .modal-menu .menu-item {
  border-color: #cecece3b;
}
.menu-modal.header-footer-group .menu-wrapper.section-inner .menu-top .mobile-menu .modal-menu .menu-item .ancestor-wrapper a {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #f5f5f5;
  font-family: 'libre_franklin';
  text-transform: capitalize;
  padding: 15px 0;
}
@media (max-width: 480px) {
  .menu-modal.header-footer-group .menu-wrapper.section-inner .menu-top .mobile-menu .modal-menu .menu-item .ancestor-wrapper a {
    font-size: 14px;
  }
}
.menu-modal.header-footer-group .menu-wrapper.section-inner .menu-top .mobile-menu .modal-menu .menu-item .ancestor-wrapper a:hover {
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid #ffffff;
}
.menu-modal.header-footer-group .menu-wrapper.section-inner .menu-top .mobile-menu .modal-menu .menu-item.current_page_item .ancestor-wrapper a {
  font-family: 'libre_franklinmedium';
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
}
@media (max-width: 480px) {
  .menu-modal.header-footer-group .menu-wrapper.section-inner .menu-top .mobile-menu .modal-menu .menu-item.current_page_item .ancestor-wrapper a {
    font-size: 16px;
  }
}

.menu-modal,
.menu-modal.active {
  display: none;
}

.header-inner .nav-toggle {
  display: none;
}

@media (max-width: 999px) {
  .header-navigation-wrapper,
  .primary-menu-wrapper {
    display: block !important;
  }
}
@media (max-width: 999px) {
  .search-block {
    position: absolute;
    right: 180px;
  }
}
@media (max-width: 767px) {
  .search-block {
    right: 150px;
  }
}
@media (max-width: 480px) {
  .search-block {
    right: 80px;
  }
}

@media (max-width: 999px) {
  header#site-header .header-inner {
    display: flex;
    justify-content: space-between;
  }
  header#site-header .header-inner .header-navigation-wrapper {
    align-self: center;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  header#site-header .header-inner .header-titles-wrapper .header-titles .site-logo {
    margin-left: 0px;
  }
}

.footer-content {
  background-color: #1c1c3a !important;
  background-image: url("images/footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-nav-widgets-wrapper,
footer#site-footer {
  background: transparent;
}
.footer-nav-widgets-wrapper .section-inner,
footer#site-footer .section-inner {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-nav-widgets-wrapper {
  margin-top: 0px !important;
}
.footer-nav-widgets-wrapper .footer-inner {
  clear: both;
  overflow: hidden;
}
.footer-nav-widgets-wrapper .footer-inner .footer-widgets-outer-wrapper {
  clear: both;
  float: left;
  width: 100%;
  border: none;
  padding: 60px 0 20px;
}
@media (max-width: 767px) {
  .footer-nav-widgets-wrapper .footer-inner .footer-widgets-outer-wrapper {
    padding: 40px 0 0;
  }
}
.footer-nav-widgets-wrapper .footer-inner .footer-widgets-wrapper {
  margin-left: 0px;
  display: block;
  width: 100%;
}
.footer-nav-widgets-wrapper .footer-inner .footer-widgets {
  margin-left: 0px;
}
.footer-nav-widgets-wrapper .footer-inner .footer-widgets.column-one, .footer-nav-widgets-wrapper .footer-inner .footer-widgets.column-two {
  width: 250px;
  float: left;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .footer-nav-widgets-wrapper .footer-inner .footer-widgets.column-one, .footer-nav-widgets-wrapper .footer-inner .footer-widgets.column-two {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .footer-nav-widgets-wrapper .footer-inner .footer-widgets.column-one, .footer-nav-widgets-wrapper .footer-inner .footer-widgets.column-two {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
}
@media (max-width: 520px) {
  .footer-nav-widgets-wrapper .footer-inner .footer-widgets.column-one, .footer-nav-widgets-wrapper .footer-inner .footer-widgets.column-two {
    width: 100%;
    justify-content: flex-start;
  }
}
.footer-nav-widgets-wrapper .footer-inner .footer-widgets.column-three {
  width: 250px;
  float: right;
  margin: 0;
}
@media (max-width: 767px) {
  .footer-nav-widgets-wrapper .footer-inner .footer-widgets.column-three {
    width: 100%;
    margin-top: 50px;
    display: flex;
  }
  .footer-nav-widgets-wrapper .footer-inner .footer-widgets.column-three .widget {
    flex-basis: 50%;
  }
}
@media (max-width: 520px) {
  .footer-nav-widgets-wrapper .footer-inner .footer-widgets.column-three {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer-nav-widgets-wrapper .footer-inner .footer-widgets.column-three .widget_text {
    display: flex;
    justify-content: space-around;
  }
}
@media (max-width: 520px) {
  .footer-nav-widgets-wrapper .footer-inner .footer-widgets.column-three .widget_text {
    display: block;
    width: 100%;
  }
}
.footer-nav-widgets-wrapper .footer-inner .footer-widgets.column-three .widget_text .textwidget p {
  color: #f5f5f5;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: 'archivoregular';
  margin-bottom: 10px;
}
.footer-nav-widgets-wrapper .footer-inner .footer-widgets.column-three .widget_nav_menu {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .footer-nav-widgets-wrapper .footer-inner .footer-widgets.column-three .widget_nav_menu {
    display: flex;
    justify-content: space-around;
  }
}
.footer-nav-widgets-wrapper .footer-inner .footer-widgets.column-three .widget_nav_menu .widget-content .menu-social-links-menu-container ul.menu li.menu-item {
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 10px;
}
.footer-nav-widgets-wrapper .footer-inner .footer-widgets.column-three .widget_nav_menu .widget-content .menu-social-links-menu-container ul.menu li.menu-item a {
  width: 20px;
  height: 20px;
  overflow: hidden;
  font-size: 5px;
  color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}
.footer-nav-widgets-wrapper .footer-inner .footer-widgets.column-three .widget_nav_menu .widget-content .menu-social-links-menu-container ul.menu li.menu-item a::before {
  content: none;
}
.footer-nav-widgets-wrapper .footer-inner .footer-widgets.column-three .widget_nav_menu .widget-content .menu-social-links-menu-container ul.menu li.menu-item a:hover {
  transform: translateY(-4px);
  transition: 0.3s;
}
.footer-nav-widgets-wrapper .footer-inner .footer-widgets.column-three .widget_nav_menu .widget-content .menu-social-links-menu-container ul.menu li.menu-item a:hover::before {
  content: none;
}
.footer-nav-widgets-wrapper .footer-inner .footer-widgets.column-three .widget_nav_menu .widget-content .menu-social-links-menu-container ul.menu li.menu-item:nth-child(1) a {
  background-image: url("images/a-linkedin-white.png");
}
.footer-nav-widgets-wrapper .footer-inner .footer-widgets.column-three .widget_nav_menu .widget-content .menu-social-links-menu-container ul.menu li.menu-item:nth-child(2) a {
  background-image: url("images/a-facebook-white.png");
}
.footer-nav-widgets-wrapper .footer-inner .footer-widgets.column-three .widget_nav_menu .widget-content .menu-social-links-menu-container ul.menu li.menu-item:nth-child(3) a {
  background-image: url("images/a-twitter-white.png");
}
.footer-nav-widgets-wrapper .footer-inner .footer-widgets.column-three .widget_nav_menu .widget-content .menu-social-links-menu-container ul.menu li.menu-item:nth-child(4) a {
  background-image: url("images/a-google-white.png");
}
.footer-nav-widgets-wrapper .footer-inner .footer-widgets .widget_nav_menu {
  margin-top: 0px;
}
@media (max-width: 767px) {
  .footer-nav-widgets-wrapper .footer-inner .footer-widgets .widget_nav_menu {
    width: 100%;
  }
}
.footer-nav-widgets-wrapper .footer-inner .footer-widgets .widget_nav_menu .widget-content h2 {
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 15px;
  letter-spacing: 5px;
  color: #f5f5f5;
  text-transform: lowercase;
  font-family: 'barlow';
}
@media (max-width: 767px) {
  .footer-nav-widgets-wrapper .footer-inner .footer-widgets .widget_nav_menu .widget-content h2 {
    margin-bottom: 0px;
    padding: 20px 0;
    position: relative;
    font-size: 16px;
  }
  .footer-nav-widgets-wrapper .footer-inner .footer-widgets .widget_nav_menu .widget-content h2::after {
    content: "+";
    text-align: center;
    width: 15px;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .footer-nav-widgets-wrapper .footer-inner .footer-widgets .widget_nav_menu .widget-content.mobiletoggle .menu-footer-menu-1-container,
  .footer-nav-widgets-wrapper .footer-inner .footer-widgets .widget_nav_menu .widget-content.mobiletoggle .menu-primary-container {
    display: none;
  }
}
.footer-nav-widgets-wrapper .footer-inner .footer-widgets .widget_nav_menu .widget-content.mobiletoggle.active h2::after {
  content: '-';
}
@media (max-width: 767px) {
  .footer-nav-widgets-wrapper .footer-inner .footer-widgets .widget_nav_menu .widget-content.mobiletoggle.active .menu-footer-menu-1-container,
  .footer-nav-widgets-wrapper .footer-inner .footer-widgets .widget_nav_menu .widget-content.mobiletoggle.active .menu-primary-container {
    display: block;
    margin-bottom: 30px;
  }
}
.footer-nav-widgets-wrapper .footer-inner .footer-widgets .widget_nav_menu .widget-content ul.menu li {
  margin-bottom: 8px;
}
.footer-nav-widgets-wrapper .footer-inner .footer-widgets .widget_nav_menu .widget-content ul.menu li a {
  color: #f5f5f5;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: 'archivoregular';
}
@media (min-width: 991px) {
  .footer-nav-widgets-wrapper .footer-inner .footer-widgets .widget_nav_menu .widget-content ul.menu li a::before {
    content: '';
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    text-align: center;
    background-color: transparent;
    -ms-transform: rotate(20deg);
    transform: rotate(40deg);
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -2px;
  }
}
.footer-nav-widgets-wrapper .footer-inner .footer-widgets .widget_nav_menu .widget-content ul.menu li a:hover {
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 991px) {
  .footer-nav-widgets-wrapper .footer-inner .footer-widgets .widget_nav_menu .widget-content ul.menu li a:hover::before {
    border: 3px solid #ef4800;
    background-color: #ef4800;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}

footer#site-footer {
  padding: 30px 0px 20px;
}
@media (max-width: 767px) {
  footer#site-footer {
    padding: 20px 0;
  }
}
footer#site-footer .footer-logo {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  margin-bottom: 0px;
}
footer#site-footer .footer-logo .logo-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  border: none;
}
footer#site-footer .footer-logo .logo-container::after, footer#site-footer .footer-logo .logo-container::before {
  content: '';
  width: 44%;
  border-bottom: solid 1px #f5f5f5;
  position: absolute;
  top: 49%;
  z-index: 1;
}
@media (max-width: 991px) {
  footer#site-footer .footer-logo .logo-container::after, footer#site-footer .footer-logo .logo-container::before {
    width: 42%;
  }
}
@media (max-width: 767px) {
  footer#site-footer .footer-logo .logo-container::after, footer#site-footer .footer-logo .logo-container::before {
    width: 40%;
  }
}
@media (max-width: 599px) {
  footer#site-footer .footer-logo .logo-container::after, footer#site-footer .footer-logo .logo-container::before {
    width: 37%;
  }
}
@media (max-width: 480px) {
  footer#site-footer .footer-logo .logo-container::after, footer#site-footer .footer-logo .logo-container::before {
    width: 35%;
  }
}
@media (max-width: 420px) {
  footer#site-footer .footer-logo .logo-container::after, footer#site-footer .footer-logo .logo-container::before {
    width: 33%;
  }
}
footer#site-footer .footer-logo .logo-container::after {
  left: 0;
}
footer#site-footer .footer-logo .logo-container::before {
  right: 0;
}
footer#site-footer .footer-logo .logo-container img {
  width: 120px;
  max-width: 186px;
  display: inline-block;
  z-index: 3;
  padding: 0 1%;
}
@media (max-width: 991px) {
  footer#site-footer .footer-logo .logo-container img {
    width: 110px;
  }
}
@media (max-width: 767px) {
  footer#site-footer .footer-logo .logo-container img {
    width: 100px;
  }
}
@media (max-width: 480px) {
  footer#site-footer .footer-logo .logo-container img {
    width: 90px;
  }
}
@media (min-width: 621px) {
  footer#site-footer .section-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  footer#site-footer .section-inner .footer-link-left {
    order: 1;
  }
  footer#site-footer .section-inner .footer-credits {
    order: 2;
  }
  footer#site-footer .section-inner .footer-link-right {
    order: 3;
  }
}
@media (max-width: 620px) {
  footer#site-footer .section-inner {
    display: block;
  }
}
footer#site-footer .section-inner .footer-link-left,
footer#site-footer .section-inner .footer-credits,
footer#site-footer .section-inner .footer-link-right {
  width: 33.33%;
}
footer#site-footer .section-inner .footer-link-left a, footer#site-footer .section-inner .footer-link-left p,
footer#site-footer .section-inner .footer-credits a,
footer#site-footer .section-inner .footer-credits p,
footer#site-footer .section-inner .footer-link-right a,
footer#site-footer .section-inner .footer-link-right p {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.7px;
  color: #f5f5f5;
  font-family: 'archivoregular';
  letter-spacing: 1.5px;
}
footer#site-footer .section-inner .footer-link-left a:hover, footer#site-footer .section-inner .footer-link-left p:hover,
footer#site-footer .section-inner .footer-credits a:hover,
footer#site-footer .section-inner .footer-credits p:hover,
footer#site-footer .section-inner .footer-link-right a:hover,
footer#site-footer .section-inner .footer-link-right p:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  footer#site-footer .section-inner .footer-link-left a, footer#site-footer .section-inner .footer-link-left p,
  footer#site-footer .section-inner .footer-credits a,
  footer#site-footer .section-inner .footer-credits p,
  footer#site-footer .section-inner .footer-link-right a,
  footer#site-footer .section-inner .footer-link-right p {
    font-size: 12px;
  }
}
@media (max-width: 620px) {
  footer#site-footer .section-inner .footer-link-left,
  footer#site-footer .section-inner .footer-link-right {
    width: 50%;
    float: left;
  }
}
@media (max-width: 480px) {
  footer#site-footer .section-inner .footer-link-left,
  footer#site-footer .section-inner .footer-link-right {
    width: 100%;
    text-align: center;
  }
}
footer#site-footer .section-inner .footer-link-right {
  text-align: right;
}
@media (max-width: 480px) {
  footer#site-footer .section-inner .footer-link-right {
    margin-top: 15px;
    text-align: center;
  }
}
footer#site-footer .section-inner .footer-credits {
  display: flex;
  justify-content: center;
}
@media (max-width: 620px) {
  footer#site-footer .section-inner .footer-credits {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    display: inline-block;
  }
}

#site-content .banner-section {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  height: 70vh;
  clear: both;
  float: left;
  width: 100%;
}
@media (max-width: 1024px) {
  #site-content .banner-section {
    height: 50vh;
  }
}
@media (max-width: 599px) {
  #site-content .banner-section {
    height: 320px;
  }
}
#site-content .banner-section .home-banner-image {
  height: 70vh;
  clear: both;
  float: left;
  width: 100%;
}
@media (max-width: 1024px) {
  #site-content .banner-section .home-banner-image {
    height: 50vh;
  }
}
@media (max-width: 599px) {
  #site-content .banner-section .home-banner-image {
    height: 320px;
  }
}
@media (max-width: 480px) {
  #site-content .banner-section .home-banner-image {
    height: 200px;
  }
}
#site-content .banner-section .home-banner-image img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
}
@media (max-width: 1024px) {
  #site-content .banner-section .home-banner-image img {
    height: 50vh;
  }
}
@media (max-width: 599px) {
  #site-content .banner-section .home-banner-image img {
    height: 320px;
    object-fit: cover;
  }
}
#site-content .banner-section .home-banner-content {
  max-width: 1800px;
  margin: 0 auto;
}
#site-content .banner-section .home-banner-content .content-block {
  position: absolute;
  top: 200px;
  padding-left: 60px;
  width: 767px;
}
@media (max-width: 1024px) {
  #site-content .banner-section .home-banner-content .content-block {
    width: 600px;
    top: 150px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  #site-content .banner-section .home-banner-content .content-block {
    width: 350px;
  }
}
@media (max-width: 599px) {
  #site-content .banner-section .home-banner-content .content-block {
    width: 300px;
    top: 100px;
  }
}
@media (max-width: 480px) {
  #site-content .banner-section .home-banner-content .content-block {
    width: 250px;
  }
}
#site-content .banner-section .home-banner-content .content-block .overview-text {
  padding-bottom: 10px;
}
#site-content .banner-section .home-banner-content .content-block h2 {
  color: #ffffff;
  font-size: 48px;
  letter-spacing: 0px;
  line-height: 60px;
  margin: 0px;
  font-weight: normal;
  font-family: 'barlowlight';
}
#site-content .banner-section .home-banner-content .content-block h2 span {
  font-family: 'barlow';
}
@media (max-width: 991px) {
  #site-content .banner-section .home-banner-content .content-block h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #site-content .banner-section .home-banner-content .content-block h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 599px) {
  #site-content .banner-section .home-banner-content .content-block h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 420px) {
  #site-content .banner-section .home-banner-content .content-block h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
#site-content .banner-section .home-banner-content .content-block p {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #ef4800;
  font-family: 'libre_franklinthin';
  padding-bottom: 5px;
}
#site-content .banner-section .home-banner-content .content-block p span {
  color: #ef4800;
}
@media (max-width: 991px) {
  #site-content .banner-section .home-banner-content .content-block p {
    font-size: 20px;
    width: 350px;
  }
}
@media (max-width: 767px) {
  #site-content .banner-section .home-banner-content .content-block p {
    font-size: 18px;
    width: 320px;
  }
}
@media (max-width: 599px) {
  #site-content .banner-section .home-banner-content .content-block p {
    font-size: 16px;
    width: 290px;
  }
}
@media (max-width: 420px) {
  #site-content .banner-section .home-banner-content .content-block p {
    font-size: 14px;
    width: 250px;
  }
}
#site-content .features-section {
  background-image: url("images/lap1.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position: left;
  padding: 80px 0px;
  clear: both;
}
@media (max-width: 1200px) {
  #site-content .features-section {
    background-size: 250px;
  }
}
@media (max-width: 991px) {
  #site-content .features-section {
    background-image: none;
    padding: 50px 0px;
  }
}
@media (max-width: 480px) {
  #site-content .features-section {
    padding: 30px 0px;
  }
}
#site-content .features-section .features-wrapper .features-container .features-slider {
  max-width: 1500px;
  margin-left: auto;
}
@media (max-width: 1800px) {
  #site-content .features-section .features-wrapper .features-container .features-slider {
    max-width: 1200px;
  }
}
@media (max-width: 1500px) {
  #site-content .features-section .features-wrapper .features-container .features-slider {
    max-width: 1100px;
  }
}
@media (max-width: 1299px) {
  #site-content .features-section .features-wrapper .features-container .features-slider {
    max-width: 991px;
  }
}
#site-content .features-section .features-wrapper .features-container .features-slider .features-block-title h2 {
  font-family: 'libre_franklinthin';
  font-size: 40px;
  line-height: 45px;
  letter-spacing: -0.63px;
  color: #2b2b2b;
  text-transform: lowercase;
  margin: 0px;
  font-weight: normal;
  margin-left: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#site-content .features-section .features-wrapper .features-container .features-slider .features-block-title h2 span {
  font-family: 'libre_franklinmedium';
}
@media (max-width: 991px) {
  #site-content .features-section .features-wrapper .features-container .features-slider .features-block-title h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #site-content .features-section .features-wrapper .features-container .features-slider .features-block-title h2 {
    font-size: 24px;
  }
}
@media (max-width: 620px) {
  #site-content .features-section .features-wrapper .features-container .features-slider .features-block-title h2 {
    margin-left: 20px;
  }
}
@media (max-width: 599px) {
  #site-content .features-section .features-wrapper .features-container .features-slider .features-block-title h2 {
    font-size: 18px;
  }
}
#site-content .features-section .features-wrapper .features-container .features-slider #features-home {
  width: 100%;
  margin: 0px;
  padding: 50px 0;
}
@media (max-width: 767px) {
  #site-content .features-section .features-wrapper .features-container .features-slider #features-home {
    padding: 20px 0px 50px;
  }
}
#site-content .features-section .features-wrapper .features-container .features-slider #features-home .slick-arrow {
  top: inherit;
  bottom: 0px;
  background-color: transparent;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#site-content .features-section .features-wrapper .features-container .features-slider #features-home .slick-arrow::before {
  content: none;
}
#site-content .features-section .features-wrapper .features-container .features-slider #features-home .slick-arrow.slick-next {
  right: inherit;
  top: inherit;
  bottom: 0;
  left: 90px;
  background-image: url("images/next.png");
}
@media (max-width: 620px) {
  #site-content .features-section .features-wrapper .features-container .features-slider #features-home .slick-arrow.slick-next {
    left: 70px;
  }
}
#site-content .features-section .features-wrapper .features-container .features-slider #features-home .slick-arrow.slick-prev {
  left: 40px;
  background-image: url("images/prev.png");
}
@media (max-width: 620px) {
  #site-content .features-section .features-wrapper .features-container .features-slider #features-home .slick-arrow.slick-prev {
    left: 20px;
  }
}
#site-content .features-section .features-wrapper .features-container .features-slider #features-home .slick-slide .feature-slide {
  padding: 40px 30px;
}
@media (max-width: 619px) {
  #site-content .features-section .features-wrapper .features-container .features-slider #features-home .slick-slide .feature-slide {
    padding: 30px;
  }
}
#site-content .features-section .features-wrapper .features-container .features-slider #features-home .slick-slide .feature-slide .feature-name h2 {
  font-family: 'libre_franklin';
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.7px;
  color: #ffffff;
  margin: 0px;
  padding-bottom: 30px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 619px) {
  #site-content .features-section .features-wrapper .features-container .features-slider #features-home .slick-slide .feature-slide .feature-name h2 {
    font-size: 18px;
    padding-bottom: 20px;
    letter-spacing: 1px;
  }
}
@media (max-width: 480px) {
  #site-content .features-section .features-wrapper .features-container .features-slider #features-home .slick-slide .feature-slide .feature-name h2 {
    font-size: 16px;
  }
}
#site-content .features-section .features-wrapper .features-container .features-slider #features-home .slick-slide .feature-slide .feature-description {
  overflow: hidden;
}
#site-content .features-section .features-wrapper .features-container .features-slider #features-home .slick-slide .feature-slide .feature-description p {
  font-family: 'libre_franklinthin';
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.2px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 619px) {
  #site-content .features-section .features-wrapper .features-container .features-slider #features-home .slick-slide .feature-slide .feature-description p {
    font-size: 14px;
  }
}
#site-content .features-section .features-wrapper .features-container .features-slider #features-home .slick-slide.slick-slide {
  background-color: #111124;
  opacity: 1;
  border-radius: 5px;
  min-height: 280px;
  margin: 0px 5px 0px 35px;
}
@media (max-width: 1299px) {
  #site-content .features-section .features-wrapper .features-container .features-slider #features-home .slick-slide.slick-slide {
    min-height: 325px;
  }
}
@media (max-width: 990px) {
  #site-content .features-section .features-wrapper .features-container .features-slider #features-home .slick-slide.slick-slide {
    min-height: 260px;
  }
}
@media (max-width: 798px) {
  #site-content .features-section .features-wrapper .features-container .features-slider #features-home .slick-slide.slick-slide {
    min-height: 300px;
  }
}
@media (max-width: 712px) {
  #site-content .features-section .features-wrapper .features-container .features-slider #features-home .slick-slide.slick-slide {
    min-height: 330px;
  }
}
@media (max-width: 632px) {
  #site-content .features-section .features-wrapper .features-container .features-slider #features-home .slick-slide.slick-slide {
    min-height: 350px;
  }
}
@media (max-width: 619px) {
  #site-content .features-section .features-wrapper .features-container .features-slider #features-home .slick-slide.slick-slide {
    margin: 0px 20px;
    min-height: 200px;
    background-color: #f5f5f5;
  }
  #site-content .features-section .features-wrapper .features-container .features-slider #features-home .slick-slide.slick-slide .feature-slide .feature-name h2, #site-content .features-section .features-wrapper .features-container .features-slider #features-home .slick-slide.slick-slide .feature-slide .feature-name p,
  #site-content .features-section .features-wrapper .features-container .features-slider #features-home .slick-slide.slick-slide .feature-slide .feature-description h2,
  #site-content .features-section .features-wrapper .features-container .features-slider #features-home .slick-slide.slick-slide .feature-slide .feature-description p {
    color: #000000;
  }
}
#site-content .features-section .features-wrapper .features-container .features-slider #features-home .slick-slide.slick-center {
  background-color: #f5f5f5;
  border-radius: 5px;
}
#site-content .features-section .features-wrapper .features-container .features-slider #features-home .slick-slide.slick-center .feature-slide .feature-name h2, #site-content .features-section .features-wrapper .features-container .features-slider #features-home .slick-slide.slick-center .feature-slide .feature-name p,
#site-content .features-section .features-wrapper .features-container .features-slider #features-home .slick-slide.slick-center .feature-slide .feature-description h2,
#site-content .features-section .features-wrapper .features-container .features-slider #features-home .slick-slide.slick-center .feature-slide .feature-description p {
  color: #000000;
}
#site-content .explore-block-section {
  background-image: url("images/explore.png");
  background-repeat: no-repeat;
  padding: 95px 0 80px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  #site-content .explore-block-section {
    background-size: cover;
    padding: 20px 0px;
  }
}
#site-content .explore-block-section .explore-block-container {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
#site-content .explore-block-section .explore-block-container .explore-block {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media (max-width: 767px) {
  #site-content .explore-block-section .explore-block-container .explore-block {
    flex-direction: column;
  }
}
#site-content .explore-block-section .explore-block-container .explore-block .explore-block-1,
#site-content .explore-block-section .explore-block-container .explore-block .explore-block-2,
#site-content .explore-block-section .explore-block-container .explore-block .explore-block-3 {
  flex-basis: 33.33%;
  border-left: 0.5px solid rgba(245, 245, 245, 0.5);
  text-align: center;
  padding: 40px 0 20px;
}
@media (max-width: 767px) {
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-1,
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-2,
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-3 {
    justify-content: space-around;
    display: flex;
    padding: 40px 0px;
    border-top: 0.5px solid rgba(245, 245, 245, 0.5);
    border-left: none;
    align-items: center;
  }
}
@media (max-width: 560px) {
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-1,
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-2,
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-3 {
    flex-direction: column;
    padding: 20px 0px 30px;
  }
}
#site-content .explore-block-section .explore-block-container .explore-block .explore-block-1 .block-image,
#site-content .explore-block-section .explore-block-container .explore-block .explore-block-2 .block-image,
#site-content .explore-block-section .explore-block-container .explore-block .explore-block-3 .block-image {
  height: 225px;
  display: flex;
  align-items: center;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-1 .block-image,
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-2 .block-image,
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-3 .block-image {
    padding-bottom: 0px;
  }
}
@media (max-width: 480px) {
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-1 .block-image,
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-2 .block-image,
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-3 .block-image {
    padding-bottom: 20px;
  }
}
#site-content .explore-block-section .explore-block-container .explore-block .explore-block-1 .block-image img,
#site-content .explore-block-section .explore-block-container .explore-block .explore-block-2 .block-image img,
#site-content .explore-block-section .explore-block-container .explore-block .explore-block-3 .block-image img {
  margin: 0 auto;
}
#site-content .explore-block-section .explore-block-container .explore-block .explore-block-1 .text h2,
#site-content .explore-block-section .explore-block-container .explore-block .explore-block-2 .text h2,
#site-content .explore-block-section .explore-block-container .explore-block .explore-block-3 .text h2 {
  font-size: 24px;
  letter-spacing: 6px;
  margin: 0px;
  font-weight: normal;
  padding-bottom: 20px;
  color: #ffffff;
  text-transform: lowercase;
  font-family: 'barlow';
}
@media (max-width: 991px) {
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-1 .text h2,
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-2 .text h2,
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-3 .text h2 {
    font-size: 18px;
    padding: 0 15px 15px;
  }
}
@media (max-width: 480px) {
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-1 .text h2,
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-2 .text h2,
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-3 .text h2 {
    font-size: 16px;
  }
}
#site-content .explore-block-section .explore-block-container .explore-block .explore-block-1 .description .desc,
#site-content .explore-block-section .explore-block-container .explore-block .explore-block-2 .description .desc,
#site-content .explore-block-section .explore-block-container .explore-block .explore-block-3 .description .desc {
  font-family: 'libre_franklinthin';
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.2px;
  color: #ffffff;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-1 .description .desc,
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-2 .description .desc,
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-3 .description .desc {
    font-size: 14px;
  }
}
#site-content .explore-block-section .explore-block-container .explore-block .explore-block-1 .action,
#site-content .explore-block-section .explore-block-container .explore-block .explore-block-2 .action,
#site-content .explore-block-section .explore-block-container .explore-block .explore-block-3 .action {
  display: none;
}
#site-content .explore-block-section .explore-block-container .explore-block .explore-block-1 .action a,
#site-content .explore-block-section .explore-block-container .explore-block .explore-block-2 .action a,
#site-content .explore-block-section .explore-block-container .explore-block .explore-block-3 .action a {
  display: inline-block;
  border: 1px solid #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 10px 30px;
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: normal;
  border-radius: 4px;
  font-family: 'libre_franklinthin';
  text-transform: lowercase;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-family: 'libre_franklin';
}
@media (min-width: 992px) {
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-1 .action a::after,
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-2 .action a::after,
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-3 .action a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111124;
    border-radius: 4px;
    z-index: -2;
  }
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-1 .action a::before,
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-2 .action a::before,
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-3 .action a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #ffffff;
    transition: all .3s;
    border-radius: 0;
    z-index: -1;
  }
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-1 .action a:hover,
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-2 .action a:hover,
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-3 .action a:hover {
    color: #111124;
    font-family: 'libre_franklin';
  }
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-1 .action a:hover::before,
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-2 .action a:hover::before,
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-3 .action a:hover::before {
    width: 100%;
  }
}
#site-content .explore-block-section .explore-block-container .explore-block .explore-block-1 {
  border-left: none;
}
@media (max-width: 767px) {
  #site-content .explore-block-section .explore-block-container .explore-block .explore-block-1 {
    border-top: none;
  }
}
#site-content .custom-machine-section {
  background-repeat: no-repeat;
  padding: 170px 0px 200px;
  background-size: cover;
}
@media (max-width: 767px) {
  #site-content .custom-machine-section {
    padding: 120px 0px 150px;
  }
}
@media (max-width: 460px) {
  #site-content .custom-machine-section {
    padding: 100px 0px 120px;
  }
}
@media (max-width: 360px) {
  #site-content .custom-machine-section {
    padding: 60px 0px 100px;
  }
}
#site-content .custom-machine-section .custom-machine-block-content {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
#site-content .custom-machine-section .custom-machine-block-content .content-block {
  color: #ffffff;
}
#site-content .custom-machine-section .custom-machine-block-content .content-block h2 {
  font-size: 40px;
  letter-spacing: 2px;
  margin: 0px;
  font-weight: normal;
  padding-bottom: 20px;
  font-family: 'barlowlight';
  text-transform: lowercase;
}
@media (max-width: 767px) {
  #site-content .custom-machine-section .custom-machine-block-content .content-block h2 {
    font-size: 36px;
  }
}
@media (max-width: 460px) {
  #site-content .custom-machine-section .custom-machine-block-content .content-block h2 {
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  #site-content .custom-machine-section .custom-machine-block-content .content-block h2 {
    font-size: 28px;
  }
}
#site-content .custom-machine-section .custom-machine-block-content .content-block p {
  font-size: 16px;
  letter-spacing: 2px;
  max-width: 350px;
  margin: 0 auto;
  padding-bottom: 40px;
  font-family: 'libre_franklinthin';
}
#site-content .custom-machine-section .custom-machine-block-content .content-block .action {
  display: flex;
  justify-content: center;
}
#site-content .custom-machine-section .custom-machine-block-content .content-block .action a {
  display: inline-block;
  border: 1px solid #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 10px 30px;
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: normal;
  border-radius: 4px;
  font-family: 'libre_franklinthin';
  text-transform: lowercase;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-family: 'libre_franklin';
}
@media (max-width: 767px) {
  #site-content .custom-machine-section .custom-machine-block-content .content-block .action a {
    padding: 8px 20px;
  }
}
@media (min-width: 992px) {
  #site-content .custom-machine-section .custom-machine-block-content .content-block .action a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111124;
    border-radius: 4px;
    z-index: -2;
  }
  #site-content .custom-machine-section .custom-machine-block-content .content-block .action a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #ffffff;
    transition: all .3s;
    border-radius: 0;
    z-index: -1;
  }
  #site-content .custom-machine-section .custom-machine-block-content .content-block .action a:hover {
    color: #111124;
    font-family: 'libre_franklin';
  }
  #site-content .custom-machine-section .custom-machine-block-content .content-block .action a:hover::before {
    width: 100%;
  }
}
#site-content .testimonials {
  background-image: url("images/testimonials.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 0px;
}
@media (max-width: 1024px) {
  #site-content .testimonials {
    padding: 100px 0px;
  }
}
@media (max-width: 767px) {
  #site-content .testimonials {
    padding: 80px 0px;
  }
}
@media (max-width: 460px) {
  #site-content .testimonials {
    padding: 50px 0px;
  }
}
#site-content .testimonials .testimonial-wrapper .testimonial-container {
  max-width: 1800px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
#site-content .testimonials .testimonial-wrapper .testimonial-container .testimonials-block-title h2 {
  font-family: 'libre_franklinthin';
  font-size: 40px;
  line-height: 36px;
  letter-spacing: -0.63px;
  color: #2b2b2b;
  text-transform: lowercase;
  margin: 0px;
  font-weight: normal;
  margin-left: 20px;
}
#site-content .testimonials .testimonial-wrapper .testimonial-container .testimonials-block-title h2 span {
  font-family: 'libre_franklinmedium';
}
@media (max-width: 991px) {
  #site-content .testimonials .testimonial-wrapper .testimonial-container .testimonials-block-title h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #site-content .testimonials .testimonial-wrapper .testimonial-container .testimonials-block-title h2 {
    font-size: 26px;
  }
}
@media (max-width: 599px) {
  #site-content .testimonials .testimonial-wrapper .testimonial-container .testimonials-block-title h2 {
    font-size: 22px;
  }
}
#site-content .testimonials .testimonial-wrapper .testimonial-container .testimonial-slider {
  padding: 50px 0;
}
@media (max-width: 767px) {
  #site-content .testimonials .testimonial-wrapper .testimonial-container .testimonial-slider {
    padding: 30px 0px;
  }
}
#site-content .testimonials .testimonial-wrapper .testimonial-container .testimonial-slider #testimonial-home {
  padding: 0px 0px 50px 0px;
  margin: 0px;
  width: 800px;
}
@media (max-width: 1400px) {
  #site-content .testimonials .testimonial-wrapper .testimonial-container .testimonial-slider #testimonial-home {
    width: 700px;
  }
}
@media (max-width: 767px) {
  #site-content .testimonials .testimonial-wrapper .testimonial-container .testimonial-slider #testimonial-home {
    width: 100%;
  }
}
#site-content .testimonials .testimonial-wrapper .testimonial-container .testimonial-slider #testimonial-home .slick-list .slick-slide .testimonial-block .testimonial-content p,
#site-content .testimonials .testimonial-wrapper .testimonial-container .testimonial-slider #testimonial-home .slick-list .slick-slide .testimonial-block .testimonial-designation p {
  font-size: 16px;
  color: #000000;
  font-family: 'libre_franklinthin';
  line-height: 28px;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  #site-content .testimonials .testimonial-wrapper .testimonial-container .testimonial-slider #testimonial-home .slick-list .slick-slide .testimonial-block .testimonial-content p,
  #site-content .testimonials .testimonial-wrapper .testimonial-container .testimonial-slider #testimonial-home .slick-list .slick-slide .testimonial-block .testimonial-designation p {
    font-size: 14px;
  }
}
#site-content .testimonials .testimonial-wrapper .testimonial-container .testimonial-slider #testimonial-home .slick-list .slick-slide .testimonial-block .testimonial-name h2 {
  font-size: 18px;
  color: #000000;
  font-family: 'libre_franklin';
  line-height: 28px;
  letter-spacing: 0.7px;
  margin: 0px;
  padding-bottom: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#site-content .testimonials .testimonial-wrapper .testimonial-container .testimonial-slider #testimonial-home .slick-list .slick-slide .testimonial-block .testimonial-writer {
  margin-top: 75px;
}
#site-content .testimonials .testimonial-wrapper .testimonial-container .testimonial-slider #testimonial-home .slick-arrow {
  top: inherit;
  bottom: 0px;
  background-color: transparent;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#site-content .testimonials .testimonial-wrapper .testimonial-container .testimonial-slider #testimonial-home .slick-arrow::before {
  content: none;
}
#site-content .testimonials .testimonial-wrapper .testimonial-container .testimonial-slider #testimonial-home .slick-arrow.slick-next {
  right: 50px;
  top: inherit;
  bottom: 0;
  background-image: url("images/next.png");
}
#site-content .testimonials .testimonial-wrapper .testimonial-container .testimonial-slider #testimonial-home .slick-arrow.slick-prev {
  left: inherit;
  right: 90px;
  background-image: url("images/prev.png");
}
#site-content .testimonials .testimonial-wrapper .testimonial-container .testimonial-slider #testimonial-home .slick-dots {
  text-align: left;
  padding-left: 20px;
  bottom: 130px;
}
@media (max-width: 520px) {
  #site-content .testimonials .testimonial-wrapper .testimonial-container .testimonial-slider #testimonial-home .slick-dots {
    display: none;
  }
}
#site-content .testimonials .testimonial-wrapper .testimonial-container .testimonial-slider #testimonial-home .slick-dots li {
  width: 40px;
}
#site-content .testimonials .testimonial-wrapper .testimonial-container .testimonial-slider #testimonial-home .slick-dots li.slick-active {
  opacity: 1;
}
#site-content .testimonials .testimonial-wrapper .testimonial-container .testimonial-slider #testimonial-home .slick-dots li button::before {
  width: 35px;
  border: 1px solid #ef4800;
  height: 0px;
  content: "";
}
#site-content .homepage-widgets {
  background-image: url("images/explore-bkgd.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#site-content .homepage-widgets h3 {
  margin: 0px;
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: normal;
  padding: 40px 20px;
  color: #ffffff;
  text-transform: lowercase;
  text-align: center;
  font-family: 'barlow';
}
#site-content .homepage-widgets .zoom-instagram-widget__items {
  max-width: 1800px;
  margin: 0 auto;
  overflow: hidden;
}
#site-content .homepage-widgets .zoom-instagram-widget__items .zoom-instagram-widget__item {
  margin: 0 !important;
  width: 25%;
}
#site-content .homepage-widgets .zoom-instagram-widget__items .zoom-instagram-widget__item .zoom-instagram-link {
  background-size: cover;
  width: 100% !important;
}

.slider {
  width: 50%;
  margin: 100px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}

.contact-banner-section {
  padding: 0px;
  position: relative;
  height: 55vh;
  clear: both;
  width: 100%;
}
@media (max-width: 1024px) {
  .contact-banner-section {
    height: 45vh;
  }
}
@media (max-width: 599px) {
  .contact-banner-section {
    height: 320px;
  }
}
.contact-banner-section .contact-banner-image {
  height: 55vh;
  clear: both;
  float: left;
  width: 100%;
}
@media (max-width: 1024px) {
  .contact-banner-section .contact-banner-image {
    height: 45vh;
  }
}
@media (max-width: 599px) {
  .contact-banner-section .contact-banner-image {
    height: 320px;
  }
}
.contact-banner-section .contact-banner-image img {
  width: 100%;
  height: 55vh;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .contact-banner-section .contact-banner-image img {
    height: 45vh;
  }
}
@media (max-width: 599px) {
  .contact-banner-section .contact-banner-image img {
    height: 320px;
    object-fit: cover;
  }
}
.contact-banner-section .contact-banner-content {
  max-width: 1400px;
  margin: 0 auto;
}
.contact-banner-section .contact-banner-content .content-block {
  position: absolute;
  top: 150px;
  padding-left: 60px;
  width: 520px;
}
@media (max-width: 1200px) {
  .contact-banner-section .contact-banner-content .content-block {
    top: 120px;
  }
}
@media (max-width: 1024px) {
  .contact-banner-section .contact-banner-content .content-block {
    top: 100px;
  }
}
@media (max-width: 991px) {
  .contact-banner-section .contact-banner-content .content-block {
    width: 380px;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .contact-banner-section .contact-banner-content .content-block {
    width: 280px;
    padding-left: 30px;
    top: 130px;
  }
}
@media (max-width: 599px) {
  .contact-banner-section .contact-banner-content .content-block {
    width: 230px;
    padding-left: 20px;
    top: 100px;
  }
}
.contact-banner-section .contact-banner-content .content-block .overview-text {
  padding-bottom: 10px;
}
.contact-banner-section .contact-banner-content .content-block p, .contact-banner-section .contact-banner-content .content-block h2 {
  color: #ffffff;
}
.contact-banner-section .contact-banner-content .content-block h2 {
  font-size: 48px;
  letter-spacing: 0px;
  line-height: 60px;
  margin: 0px;
  font-weight: normal;
  font-family: 'barlowlight';
}
@media (max-width: 991px) {
  .contact-banner-section .contact-banner-content .content-block h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .contact-banner-section .contact-banner-content .content-block h2 {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (max-width: 599px) {
  .contact-banner-section .contact-banner-content .content-block h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.contact-banner-section .contact-banner-content .content-block p {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 2px;
  font-family: 'libre_franklinthin';
}
@media (max-width: 991px) {
  .contact-banner-section .contact-banner-content .content-block p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .contact-banner-section .contact-banner-content .content-block p {
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  .contact-banner-section .contact-banner-content .content-block p {
    font-size: 16px;
  }
}

.contact-page-content {
  padding: 0px;
}
@media (max-width: 767px) {
  .contact-page-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 599px) {
  .contact-page-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.contact-page-content .contact-page-content-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  top: -120px;
}
@media (max-width: 1200px) {
  .contact-page-content .contact-page-content-wrapper {
    top: -80px;
  }
}
@media (max-width: 767px) {
  .contact-page-content .contact-page-content-wrapper {
    top: 0px;
  }
}
.contact-page-content .contact-page-content-wrapper .contact-page-content-container {
  display: flex;
}
@media (max-width: 767px) {
  .contact-page-content .contact-page-content-wrapper .contact-page-content-container {
    flex-direction: column-reverse;
  }
}
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-address-block,
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-form-block {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-address-block {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-form-block {
    padding: 80px 0;
  }
}
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-address-block {
  background-color: #111124;
}
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-address-block .content {
  width: 320px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-address-block .content {
    width: 280px;
  }
}
@media (max-width: 480px) {
  .contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-address-block .content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-address-block .content .block-heading {
    display: none;
  }
}
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-address-block .content .address-block,
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-address-block .content .phone-block,
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-address-block .content .email-block {
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-address-block .content .address-block,
  .contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-address-block .content .phone-block,
  .contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-address-block .content .email-block {
    margin-bottom: 20px;
  }
}
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-address-block .content .address-block span,
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-address-block .content .phone-block span,
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-address-block .content .email-block span {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-family: 'libre_franklinthin';
  font-weight: normal;
}
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-address-block .content .address-block p,
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-address-block .content .phone-block p,
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-address-block .content .email-block p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-family: 'libre_franklin';
  font-weight: normal;
}
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-address-block .content .address-block p span,
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-address-block .content .phone-block p span,
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-address-block .content .email-block p span {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-family: 'libre_franklin';
  font-weight: normal;
}
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-address-block .content .address-block p {
  width: 260px;
}
@media (max-width: 767px) {
  .contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-address-block .content .email-block {
    margin-bottom: 0px;
  }
}
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-form-block {
  background-color: #1c1c3a;
}
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-form-block .screen-reader-response {
  display: none;
}
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-form-block .form-wrapper {
  width: 420px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-form-block .form-wrapper {
    width: 350px;
  }
}
@media (max-width: 480px) {
  .contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-form-block .form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-form-block .form-wrapper .block-heading {
    display: none;
  }
}
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-form-block .form-wrapper form p > span > span {
  color: #ef4800;
  letter-spacing: 1px;
  font-size: 15px;
  padding-top: 5px;
  font-family: 'libre_franklinthin';
  font-weight: normal;
}
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-form-block .form-wrapper form input {
  background-color: transparent;
  border-color: #f5f5f5;
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: 'libre_franklin';
}
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-form-block .form-wrapper form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #505050;
  font-family: 'libre_franklin';
}
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-form-block .form-wrapper form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #505050;
  font-family: 'libre_franklin';
}
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-form-block .form-wrapper form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #505050;
  font-family: 'libre_franklin';
}
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-form-block .form-wrapper form input:-moz-placeholder {
  /* Firefox 18- */
  color: #505050;
  font-family: 'libre_franklin';
}
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-form-block .form-wrapper form input[type="submit"] {
  text-transform: lowercase;
  margin-top: 30px;
  padding: 10px 30px;
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: normal;
  border-radius: 4px;
  font-family: 'libre_franklinthin';
  text-transform: lowercase;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-decoration: none;
}
@media (min-width: 992px) {
  .contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-form-block .form-wrapper form input[type="submit"] {
    background: linear-gradient(to right, #ffffff 50%, #1c1c3a 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    margin-left: 0px;
    transition: all ease 0.8s;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
  }
  .contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-form-block .form-wrapper form input[type="submit"]:hover {
    text-decoration: none;
    background-position: left bottom;
    font-family: 'libre_franklin';
    color: #1c1c1c;
  }
}
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-form-block .form-wrapper form div.wpcf7-validation-errors,
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-form-block .form-wrapper form div.wpcf7-acceptance-missing,
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-form-block .form-wrapper form div.wpcf7-mail-sent-ok,
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-form-block .form-wrapper form div.wpcf7-mail-sent-ng,
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-form-block .form-wrapper form div.wpcf7-aborted {
  border: none;
  letter-spacing: 1px;
  font-size: 15px;
  margin: 0px;
  font-family: 'barlowlight';
  position: relative;
  top: 30px;
  color: #f5f5f5;
  font-family: 'barlowlight';
  letter-spacing: 1px;
  line-height: 20px;
  padding-left: 20px;
}
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-form-block .form-wrapper form .wpcf7-validation-errors::before,
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-form-block .form-wrapper form .wpcf7-acceptance-missing::before,
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-form-block .form-wrapper form .wpcf7-mail-sent-ng::before,
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-form-block .form-wrapper form .wpcf7-aborted::before {
  content: '';
  width: 5px;
  height: 5px;
  border: 4px solid red;
  position: absolute;
  top: 7px;
  left: 0;
  text-align: center;
  background-color: red;
  -ms-transform: rotate(20deg);
  transform: rotate(40deg);
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}
.contact-page-content .contact-page-content-wrapper .contact-page-content-container .contact-form-block .form-wrapper form div.wpcf7-mail-sent-ok::before {
  content: '';
  width: 5px;
  height: 5px;
  border: 4px solid #398f14;
  position: absolute;
  top: 7px;
  left: 0;
  text-align: center;
  background-color: #398f14;
  -ms-transform: rotate(20deg);
  transform: rotate(40deg);
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}
.contact-page-content .block-heading {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contact-page-content .block-heading {
    margin-bottom: 30px;
  }
}
.contact-page-content .block-heading h2 {
  font-family: 'libre_franklinthin';
  font-size: 36px;
  line-height: 45px;
  letter-spacing: -0.63px;
  color: #ffffff;
  text-transform: lowercase;
  margin: 0px;
  font-weight: normal;
}
.contact-page-content .block-heading h2 span {
  font-family: 'libre_franklinmedium';
  font-weight: normal;
}
@media (max-width: 991px) {
  .contact-page-content .block-heading h2 {
    font-size: 30px;
  }
}
@media (max-width: 599px) {
  .contact-page-content .block-heading h2 {
    font-size: 26px;
  }
}

.page-template-contact .footer-content .footer-nav-widgets-wrapper {
  margin-top: 0px;
}

.brand-product-widget {
  padding: 0px;
}
.brand-product-widget .brand-section {
  padding: 0px;
}
.brand-product-widget .brand-section .brand-block {
  display: flex;
}
@media (max-width: 991px) {
  .brand-product-widget .brand-section .brand-block {
    flex-direction: column;
  }
}
.brand-product-widget .brand-section .brand-block .brand-left-block,
.brand-product-widget .brand-section .brand-block .brand-right-block {
  flex-basis: 50%;
}
.brand-product-widget .brand-section .brand-block .brand-left-block {
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  .brand-product-widget .brand-section .brand-block .brand-left-block {
    background-color: transparent;
  }
  .brand-product-widget .brand-section .brand-block .brand-left-block .scrollmagic-pin-spacer {
    padding: 0 !important;
    height: 100px !important;
    min-height: 100px !important;
  }
}
.brand-product-widget .brand-section .brand-block .brand-left-block .brand-content {
  width: 100%;
  text-align: center;
  padding-top: 200px;
  padding-bottom: 150px;
}
@media (max-width: 1440px) {
  .brand-product-widget .brand-section .brand-block .brand-left-block .brand-content {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .brand-product-widget .brand-section .brand-block .brand-left-block .brand-content {
    padding: 0px;
    position: fixed;
    bottom: 0px;
    display: none;
    align-items: center;
    justify-content: space-around;
    height: 70px;
    background-color: #f5f5f5;
    z-index: 999;
  }
}
.brand-product-widget .brand-section .brand-block .brand-left-block .brand-content-visible {
  display: block;
}
.brand-product-widget .brand-section .brand-block .brand-left-block-mobile {
  display: none;
}
@media (max-width: 991px) and (min-width: 320px) {
  .brand-product-widget .brand-section .brand-block .brand-left-block-mobile {
    display: block;
  }
}
@media (max-width: 991px) {
  .brand-product-widget .brand-section .brand-block .brand-left-block-mobile .brand-content .brand-text h2 {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .brand-product-widget .brand-section .brand-block .brand-left-block .brand-image,
  .brand-product-widget .brand-section .brand-block .brand-left-block-mobile .brand-image {
    float: left;
    height: 70px;
    padding-left: 20px;
    position: relative;
  }
}
.brand-product-widget .brand-section .brand-block .brand-left-block .brand-image img,
.brand-product-widget .brand-section .brand-block .brand-left-block-mobile .brand-image img {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .brand-product-widget .brand-section .brand-block .brand-left-block .brand-image img,
  .brand-product-widget .brand-section .brand-block .brand-left-block-mobile .brand-image img {
    max-width: 80px;
    position: absolute;
    top: 25%;
  }
}
.brand-product-widget .brand-section .brand-block .brand-left-block .brand-text,
.brand-product-widget .brand-section .brand-block .brand-left-block-mobile .brand-text {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .brand-product-widget .brand-section .brand-block .brand-left-block .brand-text,
  .brand-product-widget .brand-section .brand-block .brand-left-block-mobile .brand-text {
    padding-top: 0px;
    float: right;
    height: 70px;
    padding-right: 20px;
    display: table;
  }
}
.brand-product-widget .brand-section .brand-block .brand-left-block .brand-text h2,
.brand-product-widget .brand-section .brand-block .brand-left-block-mobile .brand-text h2 {
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 60px;
  margin: 0px;
  font-weight: normal;
  font-family: 'barlowlight';
}
@media (max-width: 991px) {
  .brand-product-widget .brand-section .brand-block .brand-left-block .brand-text h2,
  .brand-product-widget .brand-section .brand-block .brand-left-block-mobile .brand-text h2 {
    display: table-cell;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .brand-product-widget .brand-section .brand-block .brand-left-block .brand-text h2,
  .brand-product-widget .brand-section .brand-block .brand-left-block-mobile .brand-text h2 {
    font-size: 24px;
  }
}
.brand-product-widget .brand-section .brand-block .brand-left-block .brand-text h2 span,
.brand-product-widget .brand-section .brand-block .brand-left-block-mobile .brand-text h2 span {
  font-family: 'barlow';
}
.brand-product-widget .brand-section .brand-block .brand-left-block .action,
.brand-product-widget .brand-section .brand-block .brand-left-block-mobile .action {
  display: none;
}
.brand-product-widget .brand-section .brand-block .brand-left-block .action a,
.brand-product-widget .brand-section .brand-block .brand-left-block-mobile .action a {
  display: inline-block;
  border: 1px solid #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 10px 30px;
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: normal;
  border-radius: 4px;
  font-family: 'libre_franklinthin';
  text-transform: lowercase;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #1c1c1c;
  border-radius: 1px;
  padding: 11px 30px;
}
.brand-product-widget .brand-section .brand-block .brand-left-block .action a span,
.brand-product-widget .brand-section .brand-block .brand-left-block-mobile .action a span {
  font-family: 'libre_franklin';
}
@media (max-width: 991px) {
  .brand-product-widget .brand-section .brand-block .brand-left-block .action a,
  .brand-product-widget .brand-section .brand-block .brand-left-block-mobile .action a {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media (max-width: 425px) {
  .brand-product-widget .brand-section .brand-block .brand-left-block .action a,
  .brand-product-widget .brand-section .brand-block .brand-left-block-mobile .action a {
    padding: 7px 12px;
  }
}
@media (min-width: 992px) {
  .brand-product-widget .brand-section .brand-block .brand-left-block .action a::after,
  .brand-product-widget .brand-section .brand-block .brand-left-block-mobile .action a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1c1c1c;
    border-radius: 0;
    z-index: -2;
  }
  .brand-product-widget .brand-section .brand-block .brand-left-block .action a::before,
  .brand-product-widget .brand-section .brand-block .brand-left-block-mobile .action a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #ffffff;
    transition: all .3s;
    border-radius: 1px;
    z-index: -1;
  }
  .brand-product-widget .brand-section .brand-block .brand-left-block .action a::before::after,
  .brand-product-widget .brand-section .brand-block .brand-left-block-mobile .action a::before::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1c1c1c;
    border-radius: 0;
    z-index: -2;
  }
  .brand-product-widget .brand-section .brand-block .brand-left-block .action a::before::before,
  .brand-product-widget .brand-section .brand-block .brand-left-block-mobile .action a::before::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #ffffff;
    transition: all .3s;
    border-radius: 1px;
    z-index: -1;
  }
  .brand-product-widget .brand-section .brand-block .brand-left-block .action a:hover,
  .brand-product-widget .brand-section .brand-block .brand-left-block-mobile .action a:hover {
    color: #111124;
    font-family: 'libre_franklin';
  }
  .brand-product-widget .brand-section .brand-block .brand-left-block .action a:hover::before,
  .brand-product-widget .brand-section .brand-block .brand-left-block-mobile .action a:hover::before {
    width: 100%;
  }
}
.brand-product-widget .brand-section .brand-block .branding.brand-left-block-mobile .scrollmagic-pin-spacer.moveUp .brand-content.top-padding {
  top: 80px !important;
}
.brand-product-widget .brand-section .brand-block .brand-right-block {
  background-color: #ffffff;
}
.brand-product-widget .brand-section .brand-block .brand-right-block .product-content-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1440px) {
  .brand-product-widget .brand-section .brand-block .brand-right-block .product-content-block {
    width: 100%;
  }
}
.brand-product-widget .brand-section .brand-block .brand-right-block .product-content-block .product-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
  padding-top: 0px;
}
@media (max-width: 767px) {
  .brand-product-widget .brand-section .brand-block .brand-right-block .product-content-block .product-block {
    padding-bottom: 80px;
  }
}
.brand-product-widget .brand-section .brand-block .brand-right-block .product-content-block .product-block:first-child {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .brand-product-widget .brand-section .brand-block .brand-right-block .product-content-block .product-block:first-child {
    padding-top: 80px;
  }
}
.brand-product-widget .brand-section .brand-block .brand-right-block .product-content-block .product-block .product-name .prod-title {
  font-family: 'barlowlight';
  font-size: 26px;
  letter-spacing: 4px;
  text-transform: capitalize;
  line-height: 40px;
  color: #000000;
  font-weight: normal;
  margin: 0px;
  padding: 10px 0px;
}
@media (max-width: 767px) {
  .brand-product-widget .brand-section .brand-block .brand-right-block .product-content-block .product-block .product-name .prod-title {
    font-size: 24px;
  }
}
@media (max-width: 420px) {
  .brand-product-widget .brand-section .brand-block .brand-right-block .product-content-block .product-block .product-name .prod-title {
    width: 320px;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .brand-product-widget .brand-section .brand-block .brand-right-block .product-content-block .product-block .product-image img {
    width: 80%;
    margin: 0 auto;
  }
}
.brand-product-widget .brand-section .brand-block .brand-right-block .product-content-block .product-block .product-dec .description {
  text-align: center;
  padding: 0px 30px;
  letter-spacing: 2px;
  font-family: 'barlow';
  line-height: 25px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .brand-product-widget .brand-section .brand-block .brand-right-block .product-content-block .product-block .product-dec .description {
    font-size: 14px;
    padding: 0px 20px;
  }
}
.brand-product-widget .brand-section .brand-block .brand-right-block .product-content-block .product-block .product-action {
  padding-top: 50px;
}
.brand-product-widget .brand-section .brand-block .brand-right-block .product-content-block .product-block .product-action button {
  display: inline-block;
  border: 1px solid #1c1c1c;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 10px 30px;
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: normal;
  border-radius: 4px;
  font-family: 'libre_franklinthin';
  text-transform: lowercase;
  color: #000000;
  border: solid 1px #000000;
  background-color: #ffffff;
  border-radius: 1px;
}
.brand-product-widget .brand-section .brand-block .brand-right-block .product-content-block .product-block .product-action button span {
  font-family: 'libre_franklin';
}
@media (max-width: 767px) {
  .brand-product-widget .brand-section .brand-block .brand-right-block .product-content-block .product-block .product-action button {
    font-size: 14px;
    padding: 8px 20px;
  }
}
@media (min-width: 992px) {
  .brand-product-widget .brand-section .brand-block .brand-right-block .product-content-block .product-block .product-action button::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 0;
    z-index: -2;
  }
  .brand-product-widget .brand-section .brand-block .brand-right-block .product-content-block .product-block .product-action button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #1c1c1c;
    transition: all .3s;
    border-radius: 1px;
    z-index: -1;
  }
  .brand-product-widget .brand-section .brand-block .brand-right-block .product-content-block .product-block .product-action button:hover {
    color: #ffffff;
    font-family: 'libre_franklin';
  }
  .brand-product-widget .brand-section .brand-block .brand-right-block .product-content-block .product-block .product-action button:hover::before {
    width: 100%;
  }
}
.brand-product-widget .brand-section .brand-block .brand-right-block .product-content-block .product-block .product-price {
  display: none;
  padding: 10px 0px;
}
.brand-product-widget .brand-section .brand-block .brand-right-block .product-content-block .product-block .product-price .price-details {
  font-size: 16px;
  font-family: '';
  letter-spacing: 2px;
  font-family: 'libre_franklinthin';
  line-height: 20px;
  padding: 10px 0;
}
.brand-product-widget .brand-section .brand-block .brand-right-block .product-content-block .product-block .product-price .price-details span {
  font-family: 'libre_franklin';
}
@media (max-width: 767px) {
  .brand-product-widget .brand-section .brand-block .brand-right-block .product-content-block .product-block .product-price .price-details {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .brand-product-widget .brand-section.even .brand-block.even {
    flex-direction: row-reverse;
  }
}
.brand-product-widget .brand-section.even .brand-block.even .brand-left-block .brand-content {
  float: left;
}
.brand-product-widget .brand-section.even .brand-block.even .brand-right-block .product-content-block {
  float: right;
}

p {
  margin: 0;
}

a:hover, a:active, a:focus,
button:hover,
button:active,
button:focus,
input:hover,
input:active,
input:focus {
  outline: none !important;
}

/* auto filling style removed*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #f5f5f5;
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #1c1c3a inset;
  transition: background-color 5000s ease-in-out 0s;
}

main#site-content {
  margin-top: 100px;
}
@media (max-width: 999px) {
  main#site-content {
    margin-top: 80px;
  }
}

html {
  background-color: #1c1c3a;
}

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