/* Regular Weight */
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url("../fonts/PlusJakartaSans-Regular.ttf");
  font-weight: 400; }
/* Regular Italic */
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url("../fonts/PlusJakartaSans-Italic.ttf");
  font-weight: 400;
  font-style: italic; }
/* Light */
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url("../fonts/PlusJakartaSans-Light.ttf");
  font-weight: 300; }
/* Light Italic */
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url("../fonts/PlusJakartaSans-LightItalic.ttf");
  font-weight: 300;
  font-style: italic; }
/* Medium */
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url("../fonts/PlusJakartaSans-Medium.ttf");
  font-weight: 500; }
/* Medium Italic */
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url("../fonts/PlusJakartaSans-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic; }
/* SemiBold */
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url("../fonts/PlusJakartaSans-SemiBold.ttf");
  font-weight: 600; }
/* SemiBoldItalic */
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url("../fonts/PlusJakartaSans-SemiBoldItalic.ttf");
  font-weight: 600;
  font-style: italic; }
/* Bold */
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url("../fonts/PlusJakartaSans-Bold.ttf");
  font-weight: 700; }
/* Bold Italic */
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url("../fonts/PlusJakartaSans-BoldItalic.ttf");
  font-weight: 700;
  font-style: italic; }
/* ExtraBold */
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url("../fonts/PlusJakartaSans-ExtraBold.ttf");
  font-weight: 800; }
/* ExtraBold Italic */
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url("../fonts/PlusJakartaSans-ExtraBoldItalic.ttf");
  font-weight: 800;
  font-style: italic; }
body {
  font-family: 'Plus Jakarta Sans';
  color: #444;
  font-size: 14px; }

a {
  color: #357dbe;
  transition: all .3s linear; }

button {
  transition: all .3s linear; }

.title {
  position: relative; }
  .title:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 3px;
    background: #357dbe;
    left: 0px;
    bottom: -5px; }

.site-container .site-inner {
  padding: 0px 15px;
  margin-bottom: 40px;
  min-height: 100vh; }

.webmau_btn_primary_color {
  background: #357dbe;
  color: #fff; }
  .webmau_btn_primary_color:hover {
    background: #196bb5; }

.webmau_btn_secondary_color {
  background: #fb9e2a;
  color: #fff; }
  .webmau_btn_secondary_color:hover {
    background: #f68900; }

.webmau_btn_link {
  padding: 10px;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 5px; }

.webmau_title_hidden {
  display: none; }

.webmau_scroll_to_top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%; }
  .webmau_scroll_to_top i {
    color: #fff; }

.nav-primary {
  background: #357dbe; }
  @media screen and (max-width: 1023px) {
    .nav-primary {
      display: none; } }
  .nav-primary .wrap {
    padding: 0px 15px;
    display: flex;
    justify-content: center; }
    .nav-primary .wrap .menu-primary {
      margin: 0px;
      list-style: none; }
      .nav-primary .wrap .menu-primary .menu-item {
        display: inline-block; }
        .nav-primary .wrap .menu-primary .menu-item.current-menu-item > a {
          background: #196bb5; }
        .nav-primary .wrap .menu-primary .menu-item a {
          display: inline-block;
          padding: 15px;
          color: #fff;
          text-decoration: none;
          font-weight: 700;
          font-size: 16px; }
          .nav-primary .wrap .menu-primary .menu-item a:hover {
            background: #196bb5; }
        .nav-primary .wrap .menu-primary .menu-item.menu-item-has-children {
          position: relative; }
          .nav-primary .wrap .menu-primary .menu-item.menu-item-has-children:hover .sub-menu {
            display: block; }
        .nav-primary .wrap .menu-primary .menu-item .sub-menu {
          margin: 0px;
          padding: 0px;
          display: none;
          position: absolute;
          background-color: #fff;
          min-width: 300px;
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          z-index: 1; }
          .nav-primary .wrap .menu-primary .menu-item .sub-menu li:not(:last-child) {
            border-bottom: 1px dashed #999; }
          .nav-primary .wrap .menu-primary .menu-item .sub-menu .menu-item {
            display: block; }
            .nav-primary .wrap .menu-primary .menu-item .sub-menu .menu-item.current-menu-item a {
              color: #357dbe;
              background: #fff; }
            .nav-primary .wrap .menu-primary .menu-item .sub-menu .menu-item a {
              font-size: 14px;
              padding: 10px 15px;
              color: #444;
              display: block; }
              .nav-primary .wrap .menu-primary .menu-item .sub-menu .menu-item a:hover {
                background: #F2F2F2; }

.webmau_nav_mobile {
  display: none;
  position: relative; }
  @media screen and (max-width: 1023px) {
    .webmau_nav_mobile {
      padding: 0px 15px;
      height: 50px;
      display: flex;
      align-items: center;
      background: #357dbe; } }
  .webmau_nav_mobile .menu-mobile-container {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; }
    .webmau_nav_mobile .menu-mobile-container ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
    .webmau_nav_mobile .menu-mobile-container .menu-mobile .menu-item a {
      display: block;
      color: #444;
      text-decoration: none;
      font-size: 16px;
      font-weight: 700;
      padding: 15px;
      border-bottom: 1px dashed #999; }
      .webmau_nav_mobile .menu-mobile-container .menu-mobile .menu-item a:hover {
        background: #F2F2F2; }
    .webmau_nav_mobile .menu-mobile-container .menu-mobile .menu-item.current-menu-item a {
      color: #357dbe; }
  .webmau_nav_mobile .webmau_menu_toggle {
    width: 40px;
    height: 40px;
    background: #357dbe;
    border: 0;
    cursor: pointer;
    margin-left: auto; }
    .webmau_nav_mobile .webmau_menu_toggle i {
      font-size: 23px;
      color: #fff; }
    .webmau_nav_mobile .webmau_menu_toggle:hover, .webmau_nav_mobile .webmau_menu_toggle:focus {
      background: #196bb5; }

.widget-wrap .widget-title {
  font-size: 18px;
  position: relative; }
  .widget-wrap .widget-title:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    background: #357dbe;
    left: 0;
    bottom: -7px; }

.site-footer {
  padding: 15px 15px 0px 15px;
  background: #357dbe; }
  .site-footer .webmau-footer-wrapper {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 40px 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px; }
    @media screen and (max-width: 1023px) {
      .site-footer .webmau-footer-wrapper {
        grid-template-columns: auto; } }
    .site-footer .webmau-footer-wrapper .widget .widgettitle {
      color: #fff;
      font-size: 23px;
      font-weight: 500;
      text-transform: uppercase;
      position: relative; }
      .site-footer .webmau-footer-wrapper .widget .widgettitle:before {
        content: "";
        position: absolute;
        width: 100px;
        height: 2px;
        background: #fff;
        bottom: -5px;
        left: 0; }
    .site-footer .webmau-footer-wrapper .widget .textwidget {
      color: #fff;
      line-height: 1.5rem; }
      .site-footer .webmau-footer-wrapper .widget .textwidget ul {
        list-style: none;
        margin: 0px;
        padding: 0px; }
        .site-footer .webmau-footer-wrapper .widget .textwidget ul li:not(:first-child) {
          margin-top: 15px; }
      .site-footer .webmau-footer-wrapper .widget .textwidget a {
        color: #fff; }
    .site-footer .webmau-footer-wrapper ~ p {
      text-align: center;
      color: #fff;
      margin: 0px;
      border-top: 1px solid #fff;
      padding: 15px 0px; }
      .site-footer .webmau-footer-wrapper ~ p a {
        color: #fff; }

.rank-math-breadcrumb p a {
  text-decoration: none;
  color: #444; }
  .rank-math-breadcrumb p a:hover {
    color: #357dbe; }

.webmau_section_title {
  text-align: center;
  font-size: 27px;
  color: #222;
  position: relative;
  margin-bottom: 40px;
  text-transform: capitalize; }
  .webmau_section_title:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 3px;
    background: #357dbe;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%); }

.webmau_home_section {
  margin-bottom: 40px; }

.webmau_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px; }
  @media screen and (max-width: 1200px) {
    .webmau_grid {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media screen and (max-width: 767px) {
    .webmau_grid {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 500px) {
    .webmau_grid {
      grid-template-columns: 1fr; } }
  .webmau_grid .webmau_item {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: flex;
    flex-direction: column; }
    .webmau_grid .webmau_item .webmau_image {
      position: relative; }
      .webmau_grid .webmau_item .webmau_image img {
        display: block;
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: top; }
      .webmau_grid .webmau_item .webmau_image .webmau_overlay {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
        width: 100%;
        height: 0%;
        background: rgba(255, 255, 255, 0.5);
        opacity: 0;
        transition: all .3s linear; }
        .webmau_grid .webmau_item .webmau_image .webmau_overlay .webmau_overlay_wrapper {
          display: flex;
          justify-content: center;
          column-gap: 15px; }
      .webmau_grid .webmau_item .webmau_image:hover .webmau_overlay {
        opacity: 1;
        height: 100%; }
    .webmau_grid .webmau_item .webmau_info {
      text-align: center;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      height: 100%;
      padding: 20px 0px; }
      .webmau_grid .webmau_item .webmau_info .webmau_title {
        margin: 0px; }
        .webmau_grid .webmau_item .webmau_info .webmau_title a {
          color: #444;
          text-decoration: none;
          font-size: 16px;
          line-height: 1.5; }
          .webmau_grid .webmau_item .webmau_info .webmau_title a:hover {
            color: #357dbe; }
      .webmau_grid .webmau_item .webmau_info .webmau_info_meta .webmau_categories {
        margin-top: 10px; }
        .webmau_grid .webmau_item .webmau_info .webmau_info_meta .webmau_categories a {
          color: #444;
          text-decoration: none;
          text-transform: uppercase; }
          .webmau_grid .webmau_item .webmau_info .webmau_info_meta .webmau_categories a:hover {
            color: #357dbe; }
      .webmau_grid .webmau_item .webmau_info .webmau_info_meta .webmau_price_wrapper {
        margin-top: 10px; }
        .webmau_grid .webmau_item .webmau_info .webmau_info_meta .webmau_price_wrapper .webmau_price {
          margin: 0px;
          font-size: 16px;
          font-weight: 700;
          color: #357dbe; }

.webmau_page .title {
  font-size: 27px;
  color: #222;
  position: relative; }
  .webmau_page .title:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 3px;
    background: #357dbe;
    left: 0;
    bottom: -7px; }
.webmau_page .webmau_content {
  font-size: 16px;
  line-height: 1.5; }

.content-sidebar-wrap {
  display: flex;
  gap: 15px; }
  @media screen and (max-width: 767px) {
    .content-sidebar-wrap {
      flex-direction: column; } }
  .content-sidebar-wrap .content {
    width: 75%; }
    @media screen and (max-width: 767px) {
      .content-sidebar-wrap .content {
        width: 100%; } }
  .content-sidebar-wrap .sidebar {
    width: 25%; }
    @media screen and (max-width: 767px) {
      .content-sidebar-wrap .sidebar {
        width: 100%; } }

.webmau_single_entry {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-gap: 15px; }
  @media screen and (max-width: 1023px) {
    .webmau_single_entry {
      grid-template-columns: auto; } }
  .webmau_single_entry .entry_info .entry_meta .title {
    font-size: 21px;
    color: #357dbe;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 15px; }
    .webmau_single_entry .entry_info .entry_meta .title:before {
      width: 0px;
      height: 0px; }
  .webmau_single_entry .entry_info .entry_meta .categories {
    margin-bottom: 15px; }
    .webmau_single_entry .entry_info .entry_meta .categories .category_label {
      font-size: 17px;
      color: #222;
      font-weight: 700; }
    .webmau_single_entry .entry_info .entry_meta .categories a {
      color: #444;
      text-decoration: none;
      font-size: 17px; }
      .webmau_single_entry .entry_info .entry_meta .categories a:hover {
        color: #357dbe; }
  .webmau_single_entry .entry_info .entry_meta .webmau_price_wrapper {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd; }
    .webmau_single_entry .entry_info .entry_meta .webmau_price_wrapper .price_label {
      font-size: 16px;
      color: #222;
      font-weight: 700; }
    .webmau_single_entry .entry_info .entry_meta .webmau_price_wrapper .contact_price {
      font-size: 25px;
      font-weight: 700;
      color: #ed1b26; }
  .webmau_single_entry .entry_info .webmau_concession {
    margin-top: 30px;
    border: 1px solid #357dbe;
    padding: 30px 15px 15px 15px;
    position: relative;
    border-radius: 10px; }
    .webmau_single_entry .entry_info .webmau_concession h2 {
      margin: 0px;
      position: absolute;
      font-size: 16px;
      display: inline-block;
      padding: 10px 15px;
      background: #fb9e2a;
      color: #fff;
      border-radius: 10px;
      font-weight: 500;
      text-transform: uppercase;
      top: -20px;
      left: 15px; }
    .webmau_single_entry .entry_info .webmau_concession ol {
      margin: 0px;
      padding-left: 30px; }
      .webmau_single_entry .entry_info .webmau_concession ol li {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 5px;
        font-style: italic;
        font-weight: 500; }
  .webmau_single_entry .entry_image .image_wrapper {
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden; }
    .webmau_single_entry .entry_image .image_wrapper img {
      display: block;
      width: 100%;
      object-position: top;
      object-fit: cover; }
  .webmau_single_entry .entry_image .webmau_preview_wrapper {
    display: flex;
    justify-content: center; }
    .webmau_single_entry .entry_image .webmau_preview_wrapper .webmau_preview {
      width: 75%;
      display: block;
      text-align: center;
      font-size: 16px;
      font-weight: 700;
      border-radius: 5px;
      color: #fff;
      background: #fb9e2a;
      text-transform: uppercase;
      text-decoration: none;
      padding: 10px 0px; }
      .webmau_single_entry .entry_image .webmau_preview_wrapper .webmau_preview:hover {
        background: #f68900; }
  .webmau_single_entry .entry_image .webmau_description {
    font-size: 17px;
    line-height: 1.5; }

.webmau_single_description .subtitle {
  font-size: 21px;
  border-bottom: 1px solid #ddd;
  margin: 0 0 15px;
  padding-bottom: 10px; }
.webmau_single_description .webmau_content {
  font-size: 17px;
  line-height: 1.5; }

.webmau_related_website .subtitle {
  font-size: 21px;
  border-bottom: 1px solid #ddd;
  margin: 0 0 15px;
  padding-bottom: 10px; }
.webmau_related_website .webmau_related_grid {
  margin-top: 30px; }

.webmau_pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px; }
  .webmau_pagination .page-numbers {
    display: inline-block;
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none; }
    .webmau_pagination .page-numbers.current {
      background: #fb9e2a;
      color: #fff; }
    .webmau_pagination .page-numbers:hover:not(.current) {
      background-color: #ddd; }

.webmau_image img {
  display: block;
  width: 100%;
  height: auto; }

/*# sourceMappingURL=styles.css.map */
