/*
Theme Name: Perftech
Theme URI: https://www.regastudio.si/
Author: RegaStudio
Author URI: https://www.regastudio.si/
Description: RegaStudio
Version: 1.0
Text Domain: perftech
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url(css/bootstrap.min.css);
@import url(css/all.min.css);
@import url(css/owl.carousel.min.css);
@import url(css/owl.theme.default.min.css);
@import url(cookieconsent/cookieconsent.css);
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #000000;
  position: relative;
  /* - Headings - */
  /* - Links - */
  /* - Colors - */
  /*- Buttons -*/
  /* - Header - */
  /* - Main - */
  /*- Footer -*/
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 25px !important;
  line-height: 1.1;
}
body h1 {
  font-size: 2rem;
}
body h2 {
  font-size: 1.5rem;
}
body h3 {
  font-size: 1.25rem;
}
body h4 {
  font-size: 1rem;
}
@media (min-width: 992px) {
  body h1 {
    font-size: 4rem;
  }
  body h2 {
    font-size: 2rem;
  }
  body h3 {
    font-size: 1.75rem;
  }
  body h4 {
    font-size: 1.25rem;
  }
}
body .bold {
  font-weight: bold;
}
body a {
  color: #173e8d;
  text-decoration: none;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
body a:hover, body a:active {
  color: rgb(33, 150, 243);
  text-decoration: none;
}
body .red {
  color: #ff0100;
}
body .green {
  color: #173e8d;
}
body .light-green {
  color: #0c1e48;
}
body .btn {
  display: inline-block;
  font-weight: 500 !important;
  color: #0c1e48;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: transparent;
  border: 1px solid #0c1e48;
  padding: 0.75rem 1.5rem !important;
  font-size: 1rem !important;
  line-height: 1rem !important;
  border-radius: 5px !important;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16) !important;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-transform: none;
  position: relative;
}
body .btn:focus, body .btn:active, body .btn:hover {
  outline: none !important;
  box-shadow: none !important;
}
body .btn-primary {
  background: #173e8d !important;
  transition: all 0.5s ease-in-out !important;
  border: 1px solid #173e8d !important;
  padding: 0.75rem 1.5rem !important;
  color: #ffffff !important;
}
body .btn-primary:hover, body .btn-primary:active, body .btn-primary:focus {
  background: #020d24 !important;
  border: 1px solid #020d24 !important;
  color: rgb(33, 150, 243) !important;
}
body .btn-secondary {
  background: rgb(33, 150, 243) !important;
  transition: all 0.5s ease-in-out !important;
  border: 1px solid rgb(33, 150, 243) !important;
  padding: 0.75rem 1.5rem !important;
  color: #020d24 !important;
}
body .btn-secondary:hover, body .btn-secondary:active, body .btn-secondary:focus {
  background: #606B89 !important;
  border: 1px solid #606B89 !important;
  color: #020d24 !important;
}
body header-top {
  background: rgb(33, 150, 243);
  color: #020d24;
  height: auto;
  display: block;
  line-height: 30px;
}
@media (min-width: 576px) {
  body header-top {
    line-height: 50px;
  }
}
body header-top ul {
  list-style-type: none;
  margin-bottom: 0px;
  padding-left: 0px;
}
body header-top ul li {
  display: inline-block;
  margin-right: 20px;
}
body header-top ul li:last-of-type {
  margin-right: 0px;
}
body header-top ul li a {
  color: #020d24;
  /*span {
      display: none;
      @media (min-width: 576px) { 
          display: inline-block;
      }
  }*/
}
body header-top ul li a:hover {
  color: #ffffff;
}
body header {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16) !important;
  position: relative;
}
body header .navbar-brand {
  padding: 0.625rem 0rem;
}
@media (min-width: 1200px) {
  body header .navbar-brand {
    padding: 0rem;
  }
}
body header .navbar-brand img.logo {
  min-width: 140px;
  width: auto;
}
@media (min-width: 768px) {
  body header .navbar-brand img.logo {
    min-width: 160px;
  }
}
body header .btn-primary {
  padding: 0.75rem 1rem !important;
  text-transform: none;
}
body header .btn-secondary {
  padding: 0.75rem 1rem !important;
  text-transform: none;
}
body header .navbar {
  background: rgba(2, 13, 36, 0.85);
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  width: 100%;
}
body header .navbar.navbar-dark .navbar-nav .nav-item.current-menu-item .nav-link, body header .navbar.navbar-dark .navbar-nav .nav-item.current-menu-ancestor .nav-link {
  color: rgb(33, 150, 243);
  font-weight: bold;
}
body header .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
  color: #606B89;
  font-size: 1rem;
  margin-left: 0px;
  border-top: 3px solid transparent;
}
body header .navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover, body header .navbar.navbar-dark .navbar-nav .nav-item .nav-link:active, body header .navbar.navbar-dark .navbar-nav .nav-item .nav-link:focus, body header .navbar.navbar-dark .navbar-nav .nav-item .nav-link.active {
  color: rgb(33, 150, 243);
  border-color: rgb(33, 150, 243);
}
@media (min-width: 1200px) {
  body header .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    padding: 1.75rem 0.5rem;
  }
}
@media (min-width: 1400px) {
  body header .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    margin-right: 25px;
  }
}
body header .navbar.navbar-dark .navbar-nav .nav-item.active .nav-link {
  color: rgb(33, 150, 243);
  border-color: rgb(33, 150, 243);
}
body header .navbar.navbar-dark .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0px !important;
}
body header .navbar.navbar-dark .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0;
  border: none;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16) !important;
  background: rgba(2, 13, 36, 0.85);
}
body header .navbar.navbar-dark .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-item {
  color: #606B89;
}
body header .navbar.navbar-dark .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-item:hover, body header .navbar.navbar-dark .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-item:active, body header .navbar.navbar-dark .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-item:focus {
  color: rgb(33, 150, 243);
  font-weight: bold;
  background: transparent;
}
body header .navbar.navbar-dark .navbar-nav .nav-item .dropdown-menu .nav-item.active .dropdown-item {
  color: rgb(33, 150, 243);
  background: transparent;
}
body header .navbar.navbar-dark .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}
body header .navbar-toggler {
  background: transparent;
  border: 0px solid transparent;
  padding: 0.25rem 0rem;
}
body header .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(45, 45, 45, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
body header .navbar-collapse {
  padding-bottom: 24px;
}
@media (min-width: 1200px) {
  body header .navbar-collapse {
    padding-left: 0px;
    padding-bottom: 0px;
  }
}
body header .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a {
  color: #0c1e48;
}
body header .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a:hover {
  color: #0c1e48;
}
body header .wpml-ls-legacy-list-horizontal ul li a {
  color: #173e8d;
}
body header .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #0c1e48;
}
body header .modal.mobile-menu .modal-content {
  background-color: #020d24;
}
body header .modal.mobile-menu .modal-content .modal-header {
  border-bottom: 0px solid #020d24;
  padding: 0.625rem 0rem;
}
body header .modal.mobile-menu .modal-content .modal-header .navbar-brand {
  padding: 0.625rem 0rem;
}
body header .modal.mobile-menu .modal-content .modal-header .navbar-brand img.logo {
  width: 140px;
}
body header .modal.mobile-menu .modal-content .modal-header .btn-close {
  box-sizing: content-box;
  width: 30px;
  height: 30px;
  color: #606B89 !important;
  border: 0;
  border-radius: 0.25rem;
  opacity: 1;
}
body header .modal.mobile-menu .modal-content .modal-header .btn-close i {
  font-size: 30px;
  line-height: inherit;
}
body header .modal.mobile-menu .modal-content .modal-header .btn-close .material-symbols-outlined {
  font-size: 30px;
  line-height: 1.25;
}
body header .modal.mobile-menu .modal-content .modal-body a {
  color: #606B89;
}
body header .modal.mobile-menu .modal-content .modal-body ul.navbar-nav li.nav-item .nav-link {
  color: #606B89;
  background: none;
  font-size: 20px;
}
body header .modal.mobile-menu .modal-content .modal-body ul.navbar-nav li.nav-item .nav-link:hover, body header .modal.mobile-menu .modal-content .modal-body ul.navbar-nav li.nav-item .nav-link:active, body header .modal.mobile-menu .modal-content .modal-body ul.navbar-nav li.nav-item .nav-link:focus {
  color: rgb(33, 150, 243);
  background: transparent;
}
body header .modal.mobile-menu .modal-content .modal-body ul.navbar-nav li.nav-item .nav-link.active {
  color: rgb(33, 150, 243);
  font-weight: bold;
}
body header .modal.mobile-menu .modal-content .modal-body ul.navbar-nav li.nav-item .nav-link.dropdown-toggle::after {
  display: none;
}
body header .modal.mobile-menu .modal-content .modal-body ul.navbar-nav li.nav-item.current-menu-item .nav-link, body header .modal.mobile-menu .modal-content .modal-body ul.navbar-nav li.nav-item.current-menu-ancestor .nav-link {
  color: rgb(33, 150, 243);
  font-weight: bold;
}
body header .modal.mobile-menu .modal-content .modal-body ul.navbar-nav li.nav-item.dropdown .dropdown-icon {
  display: block;
  position: absolute;
  padding: 15px;
  background: transparent;
  right: 0px;
  top: 7px;
  z-index: 100;
}
body header .modal.mobile-menu .modal-content .modal-body ul.navbar-nav li.nav-item.dropdown .dropdown-icon:before {
  transition: all ease-in-out 0.2s;
  background: rgb(33, 150, 243);
  height: 2px;
  width: 16px;
  top: 14px;
  left: 7px;
  content: "";
  position: absolute;
}
body header .modal.mobile-menu .modal-content .modal-body ul.navbar-nav li.nav-item.dropdown .dropdown-icon:after {
  transition: all ease-in-out 0.2s;
  background: rgb(33, 150, 243);
  content: "";
  height: 16px;
  left: 14px;
  position: absolute;
  top: 7px;
  width: 2px;
}
body header .modal.mobile-menu .modal-content .modal-body ul.navbar-nav li.nav-item.dropdown.show .dropdown-icon:after {
  transform: rotate(-90deg);
}
body header .modal.mobile-menu .modal-content .modal-body ul.navbar-nav li.nav-item.dropdown.show .dropdown-icon:before {
  transform: rotate(-180deg);
}
body header .modal.mobile-menu .modal-content .modal-body ul.navbar-nav li.nav-item.dropdown .dropdown .dropdown-toggle {
  z-index: 2;
}
body header .modal.mobile-menu .modal-content .modal-body ul.navbar-nav li.nav-item .dropdown-menu {
  position: relative !important;
  inset: none !important;
  margin: 0px !important;
  transform: none !important;
  background: transparent;
  border: none;
}
body header .modal.mobile-menu .modal-content .modal-body ul.navbar-nav li.nav-item .dropdown-menu .dropdown-item {
  color: #606B89;
  font-weight: 300;
}
body header .modal.mobile-menu .modal-content .modal-body ul.navbar-nav li.nav-item .dropdown-menu .dropdown-item:hover, body header .modal.mobile-menu .modal-content .modal-body ul.navbar-nav li.nav-item .dropdown-menu .dropdown-item.active {
  color: rgb(33, 150, 243);
  font-weight: bold;
  background: transparent;
}
body header .modal.mobile-menu .modal-content .modal-body ul.navbar-nav li.nav-item .dropdown-menu .current-menu-item .dropdown-item {
  color: rgb(33, 150, 243);
  font-weight: bold;
}
body header .modal.mobile-menu .modal-content .modal-body .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a {
  color: #0c1e48;
}
body header .modal.mobile-menu .modal-content .modal-body .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a:hover {
  color: #0c1e48;
}
body header .modal.mobile-menu .modal-content .modal-body .wpml-ls-legacy-list-horizontal ul li a {
  color: #173e8d;
}
body header .modal.mobile-menu .modal-content .modal-body .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #0c1e48;
}
body .modal-backdrop.show {
  z-index: 900;
}
body .modal-backdrop.show.fade {
  z-index: 1050;
}
body main {
  position: relative;
  /* - Vc - */
  /*.membership {
      .box {
          padding: 15px !important;
          .vc_column-inner {
              background-color: $white;
              border-radius: $border-radius;
              box-shadow: $box-shadow;
              .wpb_wrapper {
                  padding: 15px;
                  .wpb_single_image,
                  h3 {
                      margin-bottom: 20px !important;
                  }
                  .wpb_content_element {
                      margin-bottom: 0px;
                  }
              }
          }
      }
  }*/
  /*.news-post {
      border-radius: $border-radius;
      box-shadow: $box-shadow;
      margin-bottom: 50px;
      .featured-image {
          position: relative;
          display: flex;
          justify-content: center;
          img {
              border-top-left-radius: $border-radius;
              border-top-right-radius: $border-radius;
              object-fit: cover;
              max-height: 200px;
              width: 100%;
              height: 100%;
          }
          .badges {
              position: absolute;
              top: 10px;
              left: 10px;
              .badge {
                  display: inline-block;
                  padding: .5rem .75rem;
                  font-size: .875rem;
                  font-weight: 500;
                  line-height: .75rem;
                  color: $primary;
                  text-align: center;
                  white-space: nowrap;
                  vertical-align: baseline;
                  border-radius: $border-radius;
                  box-shadow: $box-shadow;
                  &.bg-primary {
                      background-color: $blue !important;
                      color: $dark-blue !important;
                  }
                  &.bg-secondary {
                      background-color: $secondary !important;
                      color: $primary !important;
                  }
              }
          }
      }
      .post_excerpt {
          padding: 15px;
          h3 {
              font-size: 1.125rem;
          }
      }
  }*/
  /*.news-posts {
      background: $white;
      .list {
          h3 {
              font-size: 1.25rem !important;
              margin-bottom: 15px;;
          }
      }*/
  /* Accordion */
  /*.vc_tta-color-blue {
      &.vc_tta-style-flat {
          .vc_tta-panel {
              margin-bottom: 25px;
              .vc_tta-panel-heading {
                  background-color: $white;
                  box-shadow: $box-shadow;
                  .vc_tta-panel-title {
                      font-size: 1rem;
                      > a {
                          color: $black;
                      }
                  }
              }
              &.vc_active {
                  .vc_tta-panel-heading {
                      border: 1px solid $blue;
                  }
                  .vc_tta-panel-heading {
                      border-color: $blue;
                      background-color: $blue;
                      .vc_tta-panel-title {
                          > a {
                              color: $white;
                          }
                      }
                  }
              }
          }
      } 
  }
  .vc_tta-panel-body {
      padding: 15px 0px !important;
      @media (min-width: 768px) { 
          padding: 15px 15px !important;
      }
      img {
          max-height: 700px;
          width: 100%;
          padding: 25px 0px;
      }
  }*/
  /* - Owl carousel - */
}
body main.front-page .box {
  margin-bottom: 50px;
  border-radius: 5px;
  min-height: 400px;
  display: flex;
  align-items: center;
}
body main.front-page .box > .wpb_wrapper {
  padding: 50px;
}
body main.front-page .box > .wpb_wrapper h3 {
  color: #1e1e1e;
}
body main.front-page .box > .wpb_wrapper h4 {
  color: #0c1e48;
}
body main.front-page .box > .wpb_wrapper a {
  position: relative;
  text-transform: uppercase;
}
body main.front-page .box > .wpb_wrapper a::after {
  content: "";
  width: 25px;
  height: 2px;
  left: 0;
  bottom: -5px;
  position: absolute;
  background: #173e8d;
}
@media (min-width: 768px) {
  body main.front-page .box {
    margin-bottom: 0px;
  }
}
body main .front-header.vc_row {
  margin-top: 0px;
  padding-top: 0px;
}
body main .front-header.vc_row .vc_column-inner {
  padding-top: 0px;
}
body main .main-header {
  /*height: 200px;
  background-color: $light-grey;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display:flex;
  align-items: center;
  justify-content: center;
  padding: 25px 25px;
  margin-bottom: 50px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  padding: 75px 25px;
  margin-bottom: 50px;
  text-align: center;
  color: rgb(33, 150, 243);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*@media (min-width: 768px) { 
      height: 300px;
      padding: 25px 50px;
  }*/
}
body main .main-header h1 {
  color: rgb(33, 150, 243);
  text-align: center;
  margin: 0px;
}
body main .main-header.image h1 {
  color: rgb(33, 150, 243);
}
@media (min-width: 768px) {
  body main .main-header {
    height: 400px;
    padding: 150px 50px;
  }
}
body main .content {
  margin-bottom: 50px;
}
body main .vc_row {
  padding-top: 15px;
  padding-bottom: 15px;
}
body main .vc_row .wpb_text_column .wpb_wrapper {
  margin-bottom: 30px !important;
}
body main .vc_row .vc_column-inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  body main .vc_row {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
body main .border-radius {
  border-radius: 5px;
}
body main aside {
  border-bottom: 1px solid #606B89;
  margin-bottom: 25px;
  overflow: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body main aside::-webkit-scrollbar {
  display: none;
}
body main aside ul {
  margin-bottom: 25px;
}
body main aside ul li {
  display: inline-block;
  margin-right: 50px;
}
body main article section {
  margin: 50px 0px;
}
body main .highlights .box, body main .highlights .wpb_text_column {
  border-radius: 5px;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  width: 100%;
  background-image: linear-gradient(to right, #b10929 0%, #ee5574 100%);
  box-shadow: 0 4px 15px 0 rgba(255, 151, 172, 0.75);
  margin: 15px 0px;
}
body main .highlights .box .wpb_wrapper, body main .highlights .wpb_text_column .wpb_wrapper {
  margin-bottom: 0px !important;
}
body main .team-member .vc_column-inner {
  max-width: 500px;
  margin: 0 auto;
}
body main .team-member img {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
body main .team-member .vc_separator {
  padding: 25px 0px;
  margin-bottom: 0px;
}
body main .team-member .wpb_content_element.title {
  margin-bottom: 0px !important;
}
body main .team-member .wpb_content_element.title .wpb_wrapper {
  margin-bottom: 0px !important;
}
body main .sub-pages .sub-page {
  border-radius: 5px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16) !important;
  margin-bottom: 50px;
}
body main .sub-pages .sub-page .featured-image {
  position: relative;
  display: flex;
  justify-content: center;
}
body main .sub-pages .sub-page .featured-image img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 200px;
  width: 100%;
  height: 100%;
}
body main .sub-pages .sub-page .featured-image .badges {
  position: absolute;
  top: 10px;
  left: 10px;
}
body main .sub-pages .sub-page .featured-image .badges .badge {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 0.75rem;
  color: #173e8d;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 5px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16) !important;
}
body main .sub-pages .sub-page .featured-image .badges .badge.bg-primary {
  background-color: rgb(33, 150, 243) !important;
  color: #020d24 !important;
}
body main .sub-pages .sub-page .featured-image .badges .badge.bg-secondary {
  background-color: #0c1e48 !important;
  color: #173e8d !important;
}
body main .sub-pages .sub-page .post_excerpt {
  padding: 15px;
}
body main .sub-pages .sub-page .post_excerpt h3 {
  font-size: 1.125rem;
}
body main .news-post {
  border-radius: 5px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16) !important;
  margin-bottom: 50px;
}
body main .news-post .featured-image {
  position: relative;
  display: flex;
  justify-content: center;
}
body main .news-post .featured-image img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 200px;
  width: 100%;
  height: 100%;
}
body main .news-post .featured-image .badges {
  position: absolute;
  top: 10px;
  left: 10px;
}
body main .news-post .featured-image .badges .badge {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 0.75rem;
  color: #173e8d;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 5px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16) !important;
}
body main .news-post .featured-image .badges .badge.bg-primary {
  background-color: rgb(33, 150, 243) !important;
  color: #020d24 !important;
}
body main .news-post .featured-image .badges .badge.bg-secondary {
  background-color: #0c1e48 !important;
  color: #173e8d !important;
}
body main .news-post .post_excerpt {
  padding: 15px;
}
body main .news-post .post_excerpt h3 {
  font-size: 1.125rem;
}
body main .vc_separator {
  padding: 25px 0px;
  margin-bottom: 0px;
}
body main .vc_separator.vc_sep_color_grey .vc_sep_line {
  height: 1px;
  border-top: 1px solid #606B89;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
}
body main ul {
  padding-left: 35px;
  list-style: none;
}
body main ul li {
  line-height: 28px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: flex-start;
}
body main ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f073" !important;
  font-weight: 900;
  margin: 0 0px 0 -25px;
  color: #173e8d;
  position: absolute;
}
body main ul li a {
  color: #173e8d;
  text-decoration: underline;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
body main ul li a:hover, body main ul li a:active {
  color: #0c1e48;
  text-decoration: none;
}
body main .blue-gradient {
  background-image: linear-gradient(to right, rgb(33, 150, 243), #173e8d);
  color: #ffffff;
  text-align: center;
}
body main .blue-gradient h2,
body main .blue-gradient h3,
body main .blue-gradient h4 {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}
body main .blue-gradient p {
  margin-bottom: 10px;
}
body main .blue-gradient .wpb_content_element {
  margin-bottom: 0px;
}
body main .vc_tta-container {
  margin-top: 25px;
}
body main .vc_tta-container .vc_tta.vc_general .vc_tta-tab > a {
  padding: 0.75rem 1.5rem !important;
  margin: 5px 5px;
}
body main .vc_tta-container .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  border-color: #fbfbfb;
  background-color: #fbfbfb;
  color: #000000;
}
body main .vc_tta-container .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  border-color: rgb(33, 150, 243);
  background-color: rgb(33, 150, 243);
  color: #ffffff;
}
body main .vc_tta-container .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel {
  margin-bottom: 15px;
}
body main .vc_tta-container .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border-radius: 5px !important;
  border-color: #fbfbfb;
  background-color: #fbfbfb;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16) !important;
}
body main .vc_tta-container .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading h4 {
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
  margin-bottom: 0px !important;
}
body main .vc_tta-container .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title > a {
  color: #000000;
}
body main .vc_tta-container .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: rgb(33, 150, 243);
  background-color: rgb(33, 150, 243);
}
body main .vc_tta-container .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #ffffff;
}
body main .vc_tta-container .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a i::before {
  border-color: #ffffff;
}
body main .owl-carousel.partners .owl-item img {
  display: block;
  width: auto;
  max-height: 80px;
  margin: 0 auto;
  padding: 5px;
}
body form label {
  color: #000000;
}
body form label span {
  background: #ffffff;
  font-size: 13px;
  padding: 0px 5px;
}
body form .wpcf7-acceptance label {
  position: relative;
  margin: 0 !important;
  z-index: 1;
}
body form .wpcf7-acceptance label span {
  background: transparent;
  padding: 0px 0px;
}
body form .wpcf7-acceptance label span a {
  color: #0c1e48;
}
body form .form-control, body form .form-select {
  border: 2px solid #000000;
  padding: 0.75rem 0.75rem;
  color: #000000;
  margin-bottom: 25px;
  border-radius: 5px;
}
body form .form-control.wpcf7-not-valid, body form .form-select.wpcf7-not-valid {
  margin-bottom: 5px;
  border: 2px solid #ff0100;
}
body form .form-control:focus, body form .form-select:focus {
  box-shadow: 0 0 10px rgba(33, 150, 243, 0.75) !important;
  border: 2px solid rgb(33, 150, 243);
}
body form .wpcf7-not-valid-tip {
  font-size: 13px !important;
  color: #0c1e48 !important;
  margin-bottom: 10px;
}
body form .wpcf7-spinner {
  display: inline-block;
}
body form .wpcf7-list-item {
  margin-bottom: 25px;
  margin-left: 0px;
}
body form .wpcf7-list-item .form-check-input:checked {
  background-color: #173e8d;
  border-color: #173e8d;
}
body form .wpcf7-list-item .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 150, 243, 0.25) !important;
}
body form .wpcf7-response-output {
  margin: 1.563em 0em !important;
  padding: 0.5em 1em !important;
  border: 0 solid transparent !important;
  border-radius: 5px;
  color: #ffffff;
}
body form.invalid .wpcf7-response-output {
  background-image: linear-gradient(to right, #b10929 0%, #ee5574 100%);
  box-shadow: 0 4px 15px 0 rgba(255, 151, 172, 0.75);
}
body form.sent .wpcf7-response-output {
  background-image: linear-gradient(to right, #09b12f 0%, #55ee7f 100%);
  box-shadow: 0 4px 15px 0 rgba(151, 255, 157, 0.75);
}
body #back-to-top {
  position: fixed;
  bottom: 35px;
  right: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #173e8d;
  color: #ffffff;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  border-radius: 25%;
  z-index: 1000;
}
body #back-to-top .material-symbols-outlined {
  font-size: 30px;
  line-height: inherit;
  direction: ltr;
}
body #back-to-top:hover {
  background: rgb(33, 150, 243);
  color: #020d24;
}
body #back-to-top.show {
  opacity: 1;
}
body footer {
  color: #606B89;
  padding: 0px 0px 0px 0px;
  font-size: 1rem;
  background: #020d24;
  margin-top: 50px;
}
body footer a {
  color: #606B89;
  text-decoration: underline;
}
body footer a:hover {
  color: rgb(33, 150, 243);
  text-decoration: none;
}
body footer .footer {
  padding: 50px 0px;
}
body footer .footer .logo-wrapper {
  margin-bottom: 50px;
  border-bottom: 1px solid #606B89;
  color: #606B89;
  padding: 0px 0px 50px 0px;
}
body footer .footer .footer-col {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  body footer .footer .footer-col {
    margin-bottom: 0px;
  }
}
body footer .footer .footer-col:last-of-type {
  margin-bottom: 0px;
}
body footer .footer h3 {
  color: #606B89;
  font-size: 1.125rem;
  margin-bottom: 20px;
}
body footer .footer p {
  margin-bottom: 0rem;
}
body footer .footer img.logo {
  max-width: 160px;
}
body footer .footer ul.menu {
  list-style-type: none;
  padding: 0px;
  margin-bottom: 0px;
}
body footer .footer ul.menu li {
  margin-right: 10px;
}
body footer .footer ul.menu li a {
  color: #606B89;
  text-decoration: none;
}
body footer .footer ul.menu li a:hover {
  color: rgb(33, 150, 243);
}
body footer .footer i {
  color: rgb(33, 150, 243);
}
body footer .footer .contact {
  display: flex;
  align-items: start;
  margin-bottom: 10px;
}
body footer .footer .contact span {
  display: block;
}
body footer .footer .contact span:first-of-type {
  width: 25px;
}
body footer .footer .contact span:first-of-type i {
  width: 25px;
  /*&.fa-solid {
      line-height: auto !important;
  }*/
}
body footer .copyright {
  border-top: 1px solid #606B89;
  color: #606B89;
  padding: 50px 0px;
}
body footer .copyright a {
  color: #606B89;
  text-decoration: none;
}
body footer .copyright a:hover {
  color: rgb(33, 150, 243);
}
body footer .copyright ul {
  list-style-type: none;
  margin-bottom: 0px;
  padding-left: 0px;
}
body footer .copyright ul li {
  display: inline-block;
  margin-right: 20px;
}
body footer .copyright ul li:last-of-type {
  margin-right: 0px;
}
body footer .copyright ul li a {
  color: rgb(33, 150, 243);
  text-decoration: none;
}
body footer .copyright ul li a:hover {
  color: #606B89;
}

.grecaptcha-badge {
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */