@charset "UTF-8";
/** Base Configuration **/
/*
Template:       restly
Theme Name:     Restly Child
Theme URI: 		http://wptf.themepul.com/restly
Author: 		Themepul
Author URI: 	http://themepul.com/
Description:    This Child Theme only for Restly Theme.
Version:        1.0.0
Text Domain:    restly-child
*/
/* Fix Elementor button lightbox bug */
.elementor-7804 .elementor-element.elementor-element-5caa9ee .elementor-button:focus {
  background-color: #002F57 !important;
}

.elementor-7804 .elementor-element.elementor-element-5caa9ee .elementor-button:hover {
  background-color: #02C39A !important;
}

.elementor-8137 .elementor-element.elementor-element-3e183b0 .elementor-button:focus {
  background-color: #002F57 !important;
}

.elementor-8137 .elementor-element.elementor-element-3e183b0 .elementor-button:hover {
  background-color: #02C39A !important;
}

/* End Fix Elementor button lightbox bug */
a:hover strong {
  color: inherit !important;
}

div[data-elementor-post-type=restly_header] {
  position: sticky;
  top: 0;
  background: white;
  z-index: 999;
}

.header-six .main-header {
  background-color: white;
}

.tp-menu-toggle {
  margin-right: 0;
}

.tp-menu-wrapper .tp-menu-area {
  border-right: 3px solid #002F57;
}

.restly-team-contents .restly-team-title,
.restly-team-contents .restly-team-stitle,
a.theme-login-btn,
.bre-sub span,
.restly-portfolio-dec h6 a,
.restly-protfolio-info-list ul li a {
  font-family: "Source Sans 3";
}

.widget .company-info-widget img {
  max-width: 75%;
}

.company-contact-widget ul li i {
  color: #236092;
}

#restly_contact_info_widget-1 h4,
#restly_contact_info_widget-4 h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #83878B;
}

#restly_social_widget-2.restly-social-widgets ul li a {
  background-color: #236092;
}

.footer-widgets-area #restly_social_widget-2.widget ul li a:hover {
  color: white;
}

#restly_social_widget-2.restly-social-widgets ul li a:hover {
  background-color: #02C39A;
}

.footer-template-one .site-info a:hover {
  color: #02C39A;
}

.saos-iframe-wrapper {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.saos-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: none;
}

@media screen and (max-width: 991px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 767px) {
  .company-info-widget .company-contact-widget ul > li {
    text-align: center;
    padding: 0;
  }
  .saos-iframe-wrapper {
    width: 100%;
    position: relative;
    padding-top: 140%;
    overflow: hidden;
  }
  .saos-iframe-wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: none;
  }
}
/** Variables **/
/** Fonts **/
/** Colors **/
/** Misc **/
/** Components **/
.saos-buttons.saos-block-buttons .saos-button {
  display: block;
  margin: 0 0 10px;
}
.saos-buttons.saos-block-buttons .saos-button:last-child {
  margin-bottom: 0;
}
.saos-buttons.center-buttons {
  text-align: center;
}

.saos-button {
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  background: #215f91;
  color: #fff;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.saos-button + .saos-button {
  margin-left: 10px;
}
.saos-button:hover {
  background: #02C39A;
  color: #fff;
}
.saos-button.light-blue {
  background: #7badd4;
}
.saos-button.light-blue:hover {
  background: #02C39A;
  color: #fff;
}
.saos-button.border-light-blue {
  background: transparent;
  border: 1px solid #7badd4;
  color: #7badd4;
}
.saos-button.border-light-blue:hover {
  border: 1px solid #7badd4;
  color: #7badd4;
}
.saos-button.border-light-blue.clicking {
  background: #7badd4;
  color: #fff;
}
.saos-button.green {
  background: #02C39A;
  color: #fff;
}
.saos-button.green:hover {
  background: #7badd4;
  color: #fff;
}
.saos-button.small {
  padding: 8px 16px;
  font-size: 13px;
}
.saos-button.hero-transparent {
  background: transparent;
  color: #fff;
}
.saos-button.hero-transparent:hover {
  background: #02C39A;
}
.saos-button.no-bg {
  background: transparent;
}
.saos-button.no-bg.light {
  color: #fff;
}
.saos-button.no-bg.light:hover {
  background: #02C39A;
  color: #fff;
}
.saos-button.no-bg.dark {
  color: #000;
}
.saos-button.no-bg.dark:hover {
  background: #02C39A;
  color: #fff;
}
.saos-button.line {
  background: transparent;
}
.saos-button.line.black {
  border: 1px solid #000;
  color: #000;
}
.saos-button.line.black:hover {
  background: #002f57;
  border-color: #002f57;
  color: #fff;
}
.saos-button.transparent {
  color: #000;
  background: transparent;
}
.saos-button.transparent:hover {
  background: #002f57;
  color: #fff;
}
.saos-button.icon .icon {
  padding-left: 10px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  z-index: 100;
  left: 15px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 15px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  z-index: 100;
  right: 15px;
}
[dir=rtl] .slick-next {
  left: 15px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-slide img {
  border-radius: 7px;
}

.slider-nav {
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
}
.slider-nav .slick-slide {
  padding: 0 10px;
}

@keyframes saosInUp {
  from {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.saos-up-in {
  opacity: 0;
  animation: 0.65s saosInUp ease forwards;
}

.delay-250 {
  animation-delay: 250ms;
}

.delay-500 {
  animation-delay: 500ms;
}

.delay-750 {
  animation-delay: 750ms;
}

.delay-1000 {
  animation-delay: 1000ms;
}

.delay-1250 {
  animation-delay: 1250ms;
}

.delay-1500 {
  animation-delay: 1500ms;
}

.delay-2000 {
  animation-delay: 2000ms;
}

.delay-2500 {
  animation-delay: 2500ms;
}

.delay-3000 {
  animation-delay: 3000ms;
}

/** Layouts **/
body,
html {
  overflow-x: hidden;
}

.header-search-popup {
  z-index: 20000 !important;
}
.header-search-popup .header-search-overlay {
  z-index: 100;
}
.header-search-popup .header-search-popup-content {
  z-index: 110;
}

.saos-mobile-menu h1,
.saos-mobile-menu h2,
.saos-mobile-menu h3,
.saos-mobile-menu h4,
.saos-mobile-menu h5,
.saos-mobile-menu h6,
.saos-mobile-menu p,
.saos-mobile-menu li,
.saos-mobile-menu a,
.saos-mobile-menu input,
.saos-mobile-menu textarea,
.saos-mobile-menu select {
  font-family: "Source Sans 3", sans-serif;
}

.saos-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: transparent;
  transition: 0.3s all ease;
  font-family: "Source Sans 3", sans-serif;
}
.saos-header h1,
.saos-header h2,
.saos-header h3,
.saos-header h4,
.saos-header h5,
.saos-header h6,
.saos-header p,
.saos-header li,
.saos-header a,
.saos-header input,
.saos-header textarea,
.saos-header select {
  font-family: "Source Sans 3", sans-serif;
}
.saos-header .saos-mega-menu {
  position: fixed;
  top: 175px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  background: linear-gradient(90deg, rgba(153, 153, 153, 0.4845) 0%, rgba(255, 255, 255, 0.85) 44.5%);
  border: 1px solid #565657;
  padding: 10px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  display: flex;
  opacity: 0;
  transition: 0.3s all ease;
  z-index: -100;
  visibility: hidden;
}
.saos-header .saos-mega-menu.active {
  top: 75px;
  opacity: 1;
  z-index: 1000;
  visibility: visible;
}
.saos-header .saos-mega-menu.saos-no-image {
  background: linear-gradient(90deg, rgba(153, 153, 153, 0.8) 0%, rgba(255, 255, 255, 0.85) 80%);
}
.saos-header .saos-mega-menu.saos-no-image .saos-menu-links .saos-menu-col {
  padding: 0 10px;
}
.saos-header .saos-mega-menu .saos-menu-intro {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 388px;
  height: 240px;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.saos-header .saos-mega-menu .saos-menu-intro h2,
.saos-header .saos-mega-menu .saos-menu-intro h3,
.saos-header .saos-mega-menu .saos-menu-intro a {
  color: #fff;
}
.saos-header .saos-mega-menu .saos-menu-intro h2 {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 5px;
}
.saos-header .saos-mega-menu .saos-menu-intro h3 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  margin: 0 0 15px;
}
.saos-header .saos-mega-menu .saos-menu-intro a {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}
.saos-header .saos-mega-menu .saos-menu-intro a .icon {
  font-size: 15px;
  position: relative;
  top: -2px;
  left: 4px;
}
.saos-header .saos-mega-menu .saos-menu-intro a:hover {
  color: #02C39A;
}
.saos-header .saos-mega-menu .saos-menu-links {
  display: flex;
}
.saos-header .saos-mega-menu .saos-menu-links .saos-menu-col {
  padding: 20px 30px 0;
}
.saos-header .saos-mega-menu .saos-menu-links .saos-menu-col + .saos-menu-col {
  padding-left: 0;
}
.saos-header .saos-mega-menu .saos-menu-links .saos-menu-col ul {
  width: 1000px;
  max-width: 200px;
}
.saos-header .saos-mega-menu .saos-menu-links .saos-menu-col h4 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #636363;
  white-space: nowrap;
  margin: 0 0 4px;
}
.saos-header .saos-mega-menu .saos-menu-links .saos-menu-col a {
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  padding: 3px 0;
}
.saos-header .saos-mega-menu .saos-menu-links .saos-menu-col a:hover {
  color: #02C39A;
}
.saos-header .saos-main-nav {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #303030;
  backdrop-filter: blur(10px);
  border: 1px solid #565657;
  border-radius: 50px;
}
.saos-header .saos-main-nav > ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0 15px;
}
.saos-header .saos-main-nav > ul > li > a {
  position: relative;
  display: block;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1;
  font-weight: 300;
}
.saos-header .saos-main-nav > ul > li > a > * {
  position: relative;
  z-index: 20;
}
.saos-header .saos-main-nav > ul > li > a > .icon {
  padding-left: 4px;
}
.saos-header .saos-main-nav > ul > li > a > .icon svg {
  transition: 0.3s all ease;
  transform: rotate(0deg);
}
.saos-header .saos-main-nav > ul > li > a::after {
  content: "";
  display: block;
  background: #646464;
  border-radius: 4px;
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 4px;
  z-index: 10;
  transition: 0.3s all ease;
  opacity: 0;
}
.saos-header .saos-main-nav > ul > li:hover a::after, .saos-header .saos-main-nav > ul > li.active a::after {
  opacity: 1;
}
.saos-header .saos-main-nav > ul > li.active .icon svg {
  transform: rotate(180deg);
}
.saos-header .saos-side-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.saos-header .saos-side-nav ul li {
  margin-left: 13px;
}
.saos-header .saos-side-nav ul li.saos-mobile-menu-trigger {
  display: none;
}
.saos-header .saos-side-nav ul li a {
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 15px 0;
}
.saos-header .saos-side-nav ul li a:hover {
  color: #02C39A;
}
.saos-header .saos-side-nav ul li a.saos-button {
  padding: 15px 23px;
  background: #215f91;
  border-radius: 50px;
}
.saos-header .saos-side-nav ul li a.saos-button:hover {
  background: #7badd4;
  color: #fff;
}
.saos-header .saos-side-nav ul li.search-icon > a,
.saos-header .saos-side-nav ul li.search-icon > span, .saos-header .saos-side-nav ul li.translate > a,
.saos-header .saos-side-nav ul li.translate > span {
  display: block;
  color: #fff;
  font-size: 25px;
  position: relative;
  padding-top: 10px;
  top: 2px;
  transition: 0.3s all ease;
}
.saos-header .saos-side-nav ul li.search-icon > a:hover,
.saos-header .saos-side-nav ul li.search-icon > span:hover, .saos-header .saos-side-nav ul li.translate > a:hover,
.saos-header .saos-side-nav ul li.translate > span:hover {
  color: #02C39A;
  cursor: pointer;
}
.saos-header .saos-side-nav ul li.translate > a,
.saos-header .saos-side-nav ul li.translate > span {
  font-size: 34px;
  position: relative;
  top: -3px;
}
.saos-header .saos-side-nav ul li.search-icon a {
  font-size: 21px;
  top: 3px;
}
.saos-header .saos-side-nav .translate {
  position: relative;
}
.saos-header .saos-side-nav .translate.active > span {
  color: #02C39A;
}
.saos-header .saos-side-nav .translate.active .translate-dd {
  top: 45px;
  opacity: 1;
  visibility: visible;
}
.saos-header .saos-side-nav .translate .translate-dd {
  position: absolute;
  top: 70px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #565657;
  border-radius: 4px;
}
.saos-header .saos-side-nav .translate .translate-dd ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.saos-header .saos-side-nav .translate .translate-dd ul li {
  display: block;
  margin: 0;
  border-bottom: rgba(0, 0, 0, 0.3) 1px solid;
}
.saos-header .saos-side-nav .translate .translate-dd ul li a {
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  padding: 4px 15px;
}
.saos-header .saos-side-nav .translate .translate-dd ul li a:hover {
  background: #02C39A;
  color: #fff;
}
.saos-header .saos-side-nav .translate .translate-dd ul li:last-child {
  border-bottom: 0;
}
.saos-header .wpml-ls-legacy-dropdown-click {
  width: auto;
  border: 2px solid #fff;
  border-radius: 3px;
}
.saos-header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  padding: 3px 7px;
  padding-right: 40px;
  border: 0;
  background: transparent;
  font-size: 13px;
  line-height: 1;
  color: #fff;
}
.saos-header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:hover {
  background: #fff;
  color: #002f57;
}
.saos-header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
  display: none;
}
.saos-header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border-top: 0;
  left: -2px;
  right: -2px;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
}
.saos-header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
  padding: 5px 7px;
  font-size: 13px;
  line-height: 1;
  border: 0;
}
.saos-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.saos-header ul li {
  line-height: 1;
}
.saos-header .saos-secondary-navigation {
  background: #002f57;
}
.saos-header .saos-secondary-navigation > .container > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0;
}
.saos-header .saos-secondary-navigation > .container > ul > li {
  margin-left: 10px;
}
.saos-header .saos-secondary-navigation > .container > ul > li > a {
  position: relative;
  top: -2px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}
.saos-header .saos-secondary-navigation > .container > ul > li > a i {
  padding-left: 4px;
}
.saos-header .saos-secondary-navigation > .container > ul > li > a.saos-button {
  position: static;
  margin-left: 10px;
}
.saos-header .saos-secondary-navigation > .container > ul > li > a.saos-button:hover {
  color: #002f57;
}
.saos-header .saos-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.saos-header .saos-navigation > a {
  display: block;
  width: 160px;
  line-height: 1;
  padding: 30px 15px 30px 0;
}
.saos-header .saos-navigation > a.saos-mobile-trigger {
  display: none;
  width: auto;
  border: 2px solid #002f57;
  color: #002f57;
  border-radius: 3px;
  position: relative;
  padding: 5px 35px 5px 5px;
  font-weight: 600;
  margin-right: 15px;
}
.saos-header .saos-navigation > a.saos-mobile-trigger:hover {
  background: #02C39A;
  color: #fff;
}
.saos-header .saos-navigation > a.saos-mobile-trigger i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  border-left: 2px solid #002f57;
  width: 30px;
  line-height: 26px;
}
.saos-header .saos-navigation > a.saos-mobile-trigger span {
  display: block;
  position: relative;
  top: -1px;
}
.saos-header .saos-navigation > ul.saos-mobile-menu {
  display: none;
}
.saos-header .saos-navigation > ul.saos-desktop-menu {
  display: flex;
  width: calc(100% - 230px);
  padding: 0 5px 0 15px;
  justify-content: flex-end;
  align-items: center;
}
.saos-header .saos-navigation > ul.saos-desktop-menu > li {
  position: relative;
}
.saos-header .saos-navigation > ul.saos-desktop-menu > li > a {
  position: relative;
  display: block;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #002f57;
}
.saos-header .saos-navigation > ul.saos-desktop-menu > li > a:hover {
  color: #02C39A;
}
.saos-header .saos-navigation > ul.saos-desktop-menu > li > ul {
  display: none;
  position: absolute;
  top: 26px;
  right: 15px;
  background: #fff;
  width: 280px;
  text-align: right;
}
.saos-header .saos-navigation > ul.saos-desktop-menu > li > ul a {
  display: block;
  padding: 10px 15px;
  font-weight: 600;
  color: #002f57;
  background: #fff;
  position: relative;
}
.saos-header .saos-navigation > ul.saos-desktop-menu > li > ul a.has-submenu {
  padding-right: 35px;
}
.saos-header .saos-navigation > ul.saos-desktop-menu > li > ul a i {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  width: 22px;
  line-height: 20px;
  text-align: center;
  font-size: 11px;
  border-radius: 3px;
  border: 1px solid #002f57;
}
.saos-header .saos-navigation > ul.saos-desktop-menu > li > ul a:hover {
  background: #002f57;
  color: #fff;
}
.saos-header .saos-navigation > ul.saos-desktop-menu > li > ul a:hover i {
  background: #fff;
  color: #002f57;
}
.saos-header .saos-navigation > ul.saos-desktop-menu > li > ul > li {
  position: relative;
  padding-right: 0;
}
.saos-header .saos-navigation > ul.saos-desktop-menu > li > ul > li ul {
  display: none;
  background: #002f57;
}
.saos-header .saos-navigation > ul.saos-desktop-menu > li > ul > li ul a {
  font-size: 13px;
  color: #fff;
  background: #002f57;
}
.saos-header .saos-navigation > ul.saos-desktop-menu > li > ul > li ul a:hover {
  background: #02C39A;
}

.saos-fade-bg {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  z-index: 10000;
}

.saos-mobile-menu {
  position: fixed;
  top: 0;
  right: -360px;
  bottom: 0;
  width: 360px;
  background: #fff;
  z-index: 10001;
  overflow-y: scroll;
}
.saos-mobile-menu::-webkit-scrollbar {
  display: none;
}
.saos-mobile-menu .saos-mobile-menu-header {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #002f57;
}
.saos-mobile-menu .saos-mobile-menu-header .saos-brand {
  display: block;
  width: 130px;
}
.saos-mobile-menu .saos-mobile-menu-header .saos-mobile-menu-close-trigger {
  color: #002f57;
}
.saos-mobile-menu .saos-mobile-menu-header .saos-mobile-menu-close-trigger:hover {
  color: #02C39A;
}
.saos-mobile-menu .saos-mobile-options {
  border-bottom: 1px solid #002f57;
}
.saos-mobile-menu .saos-mobile-options > ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.saos-mobile-menu .saos-mobile-options > ul > li {
  flex: 1;
  text-align: center;
}
.saos-mobile-menu .saos-mobile-options > ul > li a,
.saos-mobile-menu .saos-mobile-options > ul > li .icon {
  color: #002f57;
  font-size: 21px;
  line-height: 1;
  display: block;
  padding: 5px 10px;
  cursor: pointer;
  transition: 0.3s all ease;
}
.saos-mobile-menu .saos-mobile-options > ul > li a:hover,
.saos-mobile-menu .saos-mobile-options > ul > li .icon:hover {
  background: #002f57;
  color: #fff;
}
.saos-mobile-menu .saos-mobile-options > ul > li.active > .icon {
  background: #002f57;
  color: #fff;
}
.saos-mobile-menu .saos-mobile-options > ul > li + li {
  border-left: 1px solid #002f57;
}
.saos-mobile-menu .saos-mobile-options > ul .translate-dd {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  background: #002f57;
}
.saos-mobile-menu .saos-mobile-options > ul .translate-dd .wpml-ls-legacy-list-vertical {
  display: block;
  border: 0;
  width: 100%;
}
.saos-mobile-menu .saos-mobile-options > ul .translate-dd ul {
  width: 100%;
  text-align: left;
}
.saos-mobile-menu .saos-mobile-options > ul .translate-dd ul li {
  display: block;
}
.saos-mobile-menu .saos-mobile-options > ul .translate-dd ul li a {
  display: block;
  font-size: 16px;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.saos-mobile-menu .saos-mobile-options > ul .translate-dd ul li a:hover {
  background: rgba(0, 0, 0, 0.3);
}
.saos-mobile-menu .saos-mobile-options > ul .translate-dd a {
  color: #fff;
}
.saos-mobile-menu .saos-mobile-options > ul .active .translate-dd {
  display: block;
}
.saos-mobile-menu .saos-mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.saos-mobile-menu .saos-mobile-nav .saos-mobile-nav-level-one > li > a {
  display: flex;
  justify-content: space-between;
  color: #000;
  padding: 10px 20px;
}
.saos-mobile-menu .saos-mobile-nav .saos-mobile-nav-level-one > li > a .text {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}
.saos-mobile-menu .saos-mobile-nav .saos-mobile-nav-level-one > li > a svg {
  transition: 0.3s all ease;
}
.saos-mobile-menu .saos-mobile-nav .saos-mobile-nav-level-one > li > a:hover, .saos-mobile-menu .saos-mobile-nav .saos-mobile-nav-level-one > li > a.active {
  background: #02C39A;
}
.saos-mobile-menu .saos-mobile-nav .saos-mobile-nav-level-one > li > a.active svg {
  transform: rotate(180deg);
}
.saos-mobile-menu .saos-mobile-nav .saos-mobile-nav-level-one > li .saos-no-submenu-link {
  font-size: 14px;
  font-weight: 800;
}
.saos-mobile-menu .saos-mobile-nav .saos-mobile-nav-level-one > li .saos-no-submenu-link a {
  padding: 7px 20px;
}
.saos-mobile-menu .saos-mobile-nav .saos-mobile-nav-level-two {
  display: none;
}
.saos-mobile-menu .saos-mobile-nav .saos-mobile-nav-level-two > li > a {
  display: flex;
  justify-content: space-between;
  color: #000;
  padding: 10px 20px;
  background: #a2efdf;
}
.saos-mobile-menu .saos-mobile-nav .saos-mobile-nav-level-two > li > a .text {
  font-size: 14px;
  font-weight: 800;
}
.saos-mobile-menu .saos-mobile-nav .saos-mobile-nav-level-two > li > a .icon .close {
  display: none;
}
.saos-mobile-menu .saos-mobile-nav .saos-mobile-nav-level-two > li > a.active .close {
  display: block;
}
.saos-mobile-menu .saos-mobile-nav .saos-mobile-nav-level-two > li > a.active .open {
  display: none;
}
.saos-mobile-menu .saos-mobile-nav .saos-mobile-nav-level-two > li > a:hover, .saos-mobile-menu .saos-mobile-nav .saos-mobile-nav-level-two > li > a.active {
  background: #215f91;
  color: #fff;
}
.saos-mobile-menu .saos-mobile-nav .saos-mobile-nav-level-three {
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
  display: none;
}
.saos-mobile-menu .saos-mobile-nav .saos-mobile-nav-level-three > li > a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding: 5px 20px;
}
.saos-mobile-menu .saos-mobile-nav .saos-mobile-nav-level-three > li > a:hover {
  color: #fff;
  background: #02C39A;
  padding-left: 27px;
}
.saos-mobile-menu .saos-mobile-nav .saos-mobile-nav-footer {
  padding: 40px 20px;
  border-top: 1px solid #002f57;
}

.saos-body-lock {
  overflow: hidden;
}

@media screen and (max-width: 1400px) {
  .saos-header .saos-main-nav > ul {
    padding: 0 10px;
  }
  .saos-header .saos-main-nav > ul > li > a {
    padding: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .saos-header .saos-main-nav {
    display: none;
  }
  .saos-header .saos-side-nav ul li {
    display: none;
    margin-left: 20px;
  }
  .saos-header .saos-side-nav ul li.saos-demo-button, .saos-header .saos-side-nav ul li.translate, .saos-header .saos-side-nav ul li.saos-mobile-language-switcher {
    display: block;
  }
  .saos-header .saos-side-nav ul li.saos-mobile-menu-trigger {
    display: block;
  }
  .saos-header .saos-side-nav ul li.saos-mobile-menu-trigger a {
    font-size: 24px;
  }
  .saos-header .saos-side-nav ul li.saos-mobile-menu-trigger .translate-dd {
    top: 45px;
  }
  .saos-header .saos-side-nav ul li.saos-demo-button {
    order: 1;
    display: flex;
    align-items: center;
  }
  .saos-header .saos-side-nav ul li.saos-demo-button .saos-button {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: -7px;
  }
  .saos-header .saos-side-nav ul li.translate {
    order: 2;
  }
  .saos-header .saos-side-nav ul li.saos-mobile-menu-trigger {
    order: 3;
  }
}
@media screen and (max-width: 992px) {
  .saos-header .container {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .site-main .elementor-top-section:first-child {
    padding-top: 46px !important;
  }
  .saos-header .saos-side-nav ul li a.saos-button {
    padding: 10px;
    font-size: 14px;
    margin-top: 5px;
  }
}
.saos-footer {
  background: #000;
  color: #fff;
  padding: 80px 0;
}
.saos-footer p,
.saos-footer li,
.saos-footer input,
.saos-footer textarea,
.saos-footer select,
.saos-footer a,
.saos-footer h1,
.saos-footer h2,
.saos-footer h3,
.saos-footer h4,
.saos-footer h5,
.saos-footer h6 {
  font-family: "Source Sans 3", sans-serif;
}
.saos-footer .saos-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1274px;
}
.saos-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.saos-footer a {
  color: #fff;
}
.saos-footer a:hover {
  text-decoration: none;
  color: #7badd4;
  border-bottom: 1px solid #fff;
}
.saos-footer .saos-footer-logo {
  max-width: 140px;
  margin: 0 0 30px;
}
.saos-footer .saos-footer-locations {
  display: flex;
  margin: 0 0 30px;
}
.saos-footer .saos-footer-locations .saos-footer-location h4 {
  color: #215f91;
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 5px;
  font-weight: 700;
}
.saos-footer .saos-footer-locations .saos-footer-location p {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
.saos-footer .saos-footer-locations .saos-footer-location + .saos-footer-location {
  padding-left: 60px;
}
.saos-footer .saos-footer-awards {
  display: flex;
}
.saos-footer .saos-footer-awards .saos-footer-award {
  padding-left: 30px;
}
.saos-footer .saos-footer-social {
  display: flex;
  margin: 0;
  padding: 0;
}
.saos-footer .saos-footer-social li + li {
  margin-left: 20px;
}
.saos-footer .saos-footer-social a {
  font-size: 19px;
  display: block;
  line-height: 1;
}
.saos-footer .saos-secondary-footer {
  margin-top: 80px;
  padding-top: 30px;
  border-top: 1px solid #215f91;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.saos-footer .saos-secondary-footer li,
.saos-footer .saos-secondary-footer p {
  font-size: 15px;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
.saos-footer .saos-secondary-footer ul {
  display: flex;
}
.saos-footer .saos-secondary-footer ul li + li {
  margin-left: 20px;
}

@media screen and (max-width: 1330px) {
  .saos-footer .saos-container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .saos-footer .saos-footer-awards {
    margin-top: 50px;
  }
  .saos-footer .saos-footer-awards .saos-footer-award:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .saos-footer .saos-footer-links {
    margin-top: 30px;
  }
  .saos-footer .saos-footer-links h4 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .saos-footer .saos-secondary-footer {
    display: block;
    text-align: center;
  }
  .saos-footer .saos-secondary-footer > div:first-child {
    margin-bottom: 15px;
  }
  .saos-footer .saos-secondary-footer ul {
    display: block;
  }
  .saos-footer .saos-secondary-footer ul li + li {
    margin-left: 0;
  }
  .saos-footer .saos-footer-awards {
    flex-wrap: wrap;
  }
  .saos-footer .saos-footer-awards .saos-footer-award {
    width: 50%;
    margin-bottom: 30px;
  }
  .saos-footer .saos-footer-awards .saos-footer-award:nth-child(odd) {
    padding-right: 15px;
    padding-left: 0;
  }
  .saos-footer .saos-footer-awards .saos-footer-award:nth-child(even) {
    padding-right: 0;
    padding-left: 15px;
  }
}
body {
  background: #fff;
}

.saos-breadcrumbs {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 15px 20px 0;
}

@media screen and (max-width: 767px) {
  .saos-breadcrumbs {
    padding: 0;
  }
}
.saos-hero {
  background: #000;
  min-height: 100vh;
}
.saos-hero .saos-hero-pane {
  display: none;
}
.saos-hero .saos-hero-scroll {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  height: 100vh;
  width: 100%;
  background: url("../img/home-demo-bg-1.png") #000;
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  margin: 0 auto;
  z-index: 1;
  overflow: hidden;
}
.saos-hero .saos-hero-content-wrapper {
  position: relative;
  z-index: 10;
}
.saos-hero .saos-hero-content-wrapper > .container {
  display: flex;
  align-items: center;
  height: 100vh;
  position: relative;
}
.saos-hero .saos-hero-content {
  width: 50%;
}
.saos-hero .saos-hero-content h1 {
  font-size: 56px;
  line-height: 62px;
  font-weight: 600;
  background: linear-gradient(90deg, #215f91, #7badd4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.saos-hero .saos-hero-content p {
  font-size: 16px;
  color: #fff;
  line-height: 27px;
  font-weight: 400;
  padding: 0;
  margin: 0 0 40px;
}
.saos-hero .saos-hero-content .saos-buttons .saos-button.light-blue:hover {
  background: #215f91;
}
.saos-hero .saos-hero-content .saos-buttons .saos-button.hero-transparent:hover {
  background: #215f91;
}
.saos-hero .saos-hero-widgets {
  width: 50%;
  position: absolute;
  right: 15px;
  top: 20%;
  bottom: 20%;
}
.saos-hero .saos-hero-widgets .saos-hero-box {
  border: 1px solid #565657;
  padding: 10px;
  border-radius: 12px;
  position: relative;
}
.saos-hero .saos-hero-widgets .saos-hero-box > * {
  position: relative;
  z-index: 10;
}
.saos-hero .saos-hero-widgets .saos-hero-box::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.75);
}
.saos-hero .saos-hero-widgets .saos-hero-box.halo {
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.3);
}
.saos-hero .saos-hero-widgets .saos-hero-box p {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  padding: 0;
  margin: 0;
}
.saos-hero .saos-hero-widgets .saos-position-pane {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding-left: 30px;
}
.saos-hero .saos-hero-widgets .saos-position-pane .sophia,
.saos-hero .saos-hero-widgets .saos-position-pane .widgets {
  width: 100%;
}
.saos-hero .saos-hero-widgets .saos-position-pane .sophia {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.saos-hero .saos-hero-widgets .saos-position-pane .widgets {
  display: flex;
}
.saos-hero .saos-hero-widgets .saos-position-pane .widgets .image-one,
.saos-hero .saos-hero-widgets .saos-position-pane .widgets .image-two {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  width: 50%;
  opacity: 0;
}
.saos-hero .saos-hero-widgets .saos-position-pane .widgets.two-images .image-one {
  width: 50%;
  align-items: flex-end;
  margin-bottom: -30px;
}
.saos-hero .saos-hero-widgets .saos-position-pane .widgets.three-images {
  position: relative;
  height: 520px;
}
.saos-hero .saos-hero-widgets .saos-position-pane .widgets.three-images .image-one,
.saos-hero .saos-hero-widgets .saos-position-pane .widgets.three-images .image-two,
.saos-hero .saos-hero-widgets .saos-position-pane .widgets.three-images .image-three {
  position: absolute;
  padding: 0;
}
.saos-hero .saos-hero-widgets .saos-position-pane .widgets.three-images .image-one {
  bottom: 30px;
  left: 40px;
}
.saos-hero .saos-hero-widgets .saos-position-pane .widgets.three-images .image-two {
  top: 100px;
  right: 0;
}
.saos-hero .saos-hero-widgets .saos-position-pane .widgets.three-images .image-three {
  top: 35px;
  left: 20%;
  opacity: 0;
}
.saos-hero .saos-hero-widgets .saos-position-pane .widgets.three-images .image-two,
.saos-hero .saos-hero-widgets .saos-position-pane .widgets.three-images .image-three {
  max-width: 188px;
}
.saos-hero .saos-hero-widgets .saos-position-pane .sophia-answer-wrapper {
  opacity: 0;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.saos-hero .saos-hero-widgets .saos-position-pane .sophia-answer-wrapper .saos-hero-box {
  max-width: 380px;
}
.saos-hero .saos-hero-widgets .saos-position-pane .sophia-answer-wrapper .saos-hero-box a {
  color: #7badd4;
  border-bottom: 1px dotted #7badd4;
}
.saos-hero .saos-hero-widgets .saos-position-pane .sophia-answer-wrapper .saos-hero-box a:hover {
  color: #02C39A;
  border-bottom: 1px solid #02C39A;
}
.saos-hero .saos-hero-widgets .saos-position-pane .sophia-wrapper {
  width: 500px;
  padding: 15px;
  position: relative;
}
.saos-hero .saos-hero-widgets .saos-position-pane .sophia-wrapper .sophia-logo {
  width: 91px;
  position: absolute;
  left: 0;
  top: -40px;
}
.saos-hero .saos-hero-widgets .saos-position-pane .sophia-wrapper .saos-hero-box {
  display: flex;
  align-items: center;
  width: calc(100% - 81px);
  margin-left: 81px;
}
.saos-hero .saos-hero-widgets .saos-position-pane .sophia-wrapper .saos-hero-box .saos-hero-box-content {
  width: 70%;
  padding-right: 20px;
}
.saos-hero .saos-hero-widgets .saos-position-pane .sophia-wrapper .saos-hero-box .saos-hero-box-button {
  width: 30%;
  position: relative;
}
.saos-hero .saos-hero-widgets .saos-position-pane .sophia-wrapper .saos-hero-box .saos-hero-box-button .saos-button {
  display: block;
  text-align: center;
  transition: 0.15s ease-in-out all;
}
.saos-hero .saos-hero-widgets .saos-position-pane .sophia-wrapper .saos-hero-box .saos-hero-box-button .saos-button.clicking {
  background: #7badd4;
  color: #fff;
}
.saos-hero .saos-hero-widgets .saos-position-pane .sophia-wrapper .saos-hero-box .saos-hero-box-button .saos-clicker {
  position: absolute;
  top: 40px;
  right: -20px;
  display: block;
  opacity: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  transition: 0.15s all ease;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
.saos-hero .saos-hero-widgets .saos-position-pane .sophia-wrapper .saos-hero-box .saos-hero-box-button .saos-clicker.active {
  opacity: 0.7;
  top: 22px;
  right: 0;
}
.saos-hero .saos-hero-widgets .saos-position-pane .sophia-wrapper .saos-hero-box .saos-hero-box-button .saos-clicker.halo {
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1200px) {
  .saos-hero .saos-hero-scroll::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  .saos-hero .saos-hero-content h1 {
    font-size: 42px;
    line-height: 48px;
  }
  .saos-hero .saos-hero-widgets .saos-position-pane .sophia .sophia-wrapper .saos-hero-box .saos-hero-box-content {
    padding-right: 13px;
  }
  .saos-hero .saos-hero-widgets .saos-position-pane .sophia .sophia-wrapper .saos-hero-box .saos-hero-box-button .saos-button {
    padding: 8px 10px;
  }
  .saos-hero .saos-hero-widgets .saos-position-pane .widgets.three-images {
    height: 380px;
  }
  .saos-hero .saos-hero-widgets .saos-position-pane .widgets.three-images .image-one {
    left: 30px;
    bottom: 0;
  }
  .saos-hero .saos-hero-widgets .saos-position-pane .widgets.three-images .image-three {
    top: 40px;
    left: 120px;
  }
  .saos-hero .saos-hero-widgets .saos-position-pane .widgets.three-images .image-two,
  .saos-hero .saos-hero-widgets .saos-position-pane .widgets.three-images .image-three {
    max-width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .saos-hero .saos-hero-content h1 {
    font-size: 36px;
    line-height: 41px;
  }
  .saos-hero .saos-hero-content p {
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 30px;
  }
  .saos-hero .saos-hero-widgets .saos-hero-box p {
    font-size: 14px;
    line-height: 18px;
  }
  .saos-hero .saos-hero-widgets .saos-position-pane .sophia-answer-wrapper {
    max-width: 100%;
    width: calc(100% - 60px);
    float: right;
  }
  .saos-hero .saos-hero-widgets .saos-position-pane .sophia {
    justify-content: flex-end;
  }
  .saos-hero .saos-hero-widgets .saos-position-pane .sophia .sophia-wrapper {
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
  }
  .saos-hero .saos-hero-widgets .saos-position-pane .sophia .sophia-wrapper .sophia-logo {
    width: 60px;
  }
  .saos-hero .saos-hero-widgets .saos-position-pane .sophia .sophia-wrapper .saos-hero-box {
    width: calc(100% - 60px);
    float: right;
    margin-left: 0;
    display: block;
  }
  .saos-hero .saos-hero-widgets .saos-position-pane .sophia .sophia-wrapper .saos-hero-box .saos-hero-box-content {
    width: 100%;
    padding: 0;
    margin: 0 0 7px;
  }
  .saos-hero .saos-hero-widgets .saos-position-pane .sophia .sophia-wrapper .saos-hero-box .saos-hero-box-button {
    width: 100%;
  }
  .saos-hero .saos-hero-widgets .saos-position-pane .sophia .sophia-wrapper .saos-hero-box .saos-hero-box-button .saos-button {
    padding: 6px 10px;
  }
  .saos-hero .saos-hero-widgets .saos-position-pane .widgets .image-one {
    padding-right: 0;
  }
  .saos-hero .saos-hero-widgets .saos-position-pane .widgets.three-images {
    height: 280px;
  }
  .saos-hero .saos-hero-widgets .saos-position-pane .widgets.three-images .saos-hero-box {
    padding: 0;
  }
  .saos-hero .saos-hero-widgets .saos-position-pane .widgets.three-images .image-one {
    left: 15px;
  }
  .saos-hero .saos-hero-widgets .saos-position-pane .widgets.three-images .image-two,
  .saos-hero .saos-hero-widgets .saos-position-pane .widgets.three-images .image-three {
    max-width: 110px;
  }
  .saos-hero .saos-hero-widgets .saos-position-pane .widgets.three-images .image-three {
    top: 30px;
    left: 85px;
  }
}
@media screen and (max-width: 767px) {
  .saos-hero .saos-hero-scroll {
    border-radius: 0 !important;
  }
  .saos-hero .saos-hero-scroll::before {
    background: rgba(0, 0, 0, 0.45);
  }
  .saos-hero .saos-hero-content-wrapper > .container {
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 130px;
  }
  .saos-hero .saos-hero-content {
    width: 100%;
  }
  .saos-hero .saos-hero-widgets {
    width: calc(100% - 30px);
    right: 15px;
    left: 15px;
    bottom: 80px;
    top: auto;
  }
  .saos-hero .saos-hero-widgets .saos-position-pane {
    padding-left: 0;
  }
  .saos-hero .saos-hero-widgets .saos-position-pane .widgets {
    display: none;
  }
  .saos-hero .saos-hero-widgets .saos-position-pane .sophia .sophia-wrapper {
    margin: 0 0 10px;
  }
  .saos-hero .saos-hero-widgets .saos-position-pane .sophia .sophia-wrapper .sophia-logo {
    top: -80px;
    width: 91px;
  }
  .saos-hero .saos-hero-widgets .saos-position-pane .sophia .sophia-wrapper .saos-hero-box {
    width: calc(100% - 91px);
  }
}
@media screen and (max-width: 520px) {
  .saos-hero .saos-hero-widgets .saos-position-pane .sophia .sophia-wrapper .sophia-logo {
    width: 60px;
    top: -40px;
  }
  .saos-hero .saos-hero-widgets .saos-position-pane .sophia .sophia-wrapper .saos-hero-box {
    width: calc(100% - 60px);
  }
}
@media screen and (max-height: 700px) {
  .saos-hero .saos-hero-content-wrapper > .container {
    padding-top: 80px;
  }
  .saos-hero .saos-hero-content-wrapper h1 {
    font-size: 32px;
    line-height: 32px;
    margin: 0 0 7px;
  }
  .saos-hero .saos-hero-content-wrapper p {
    font-size: 14px;
    line-height: 19px;
    margin: 0 0 14px;
  }
  .saos-hero .saos-hero-content-wrapper .saos-button {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.post-type {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  background: #002f57;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  margin: 0 0 10px;
  display: inline-block;
}

.saos-blog .post-type,
.saos-blog .search-title {
  display: none;
}

.main .saos-page-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  height: auto;
  padding: 100px 0 22px;
  display: flex;
  align-items: center;
}
.main .saos-page-hero h1 {
  font-size: 52px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.main .saos-page-hero h2 {
  font-size: 21px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
}
.main .saos-blog-feed {
  padding-top: 60px;
}
.main .saos-paging ul {
  display: flex;
  list-style: none;
  justify-content: center;
}
.main .saos-paging ul a,
.main .saos-paging ul .current,
.main .saos-paging ul .dots {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid #002f57;
  margin: 0 7px;
  border-radius: 4px;
}
.main .saos-paging ul .current {
  background: #002f57;
  color: #fff;
}
.main .saos-paging ul .dots {
  border: 0;
}
.main .saos-paging ul a:hover {
  background: #002f57;
  color: #fff;
}

.elementor-element-638ae55,
.elementor-element-fb45ff5,
.elementor-element-5bb2405 {
  display: none !important;
}

.type-post .elementor-widget-theme-post-content h2 {
  margin: 45px 0 15px;
}

.saos-loader {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 150"><path fill="none" stroke="%23215F91" stroke-width="15" stroke-linecap="round" stroke-dasharray="300 385" stroke-dashoffset="0" d="M275 75c0 31-27 50-50 50-58 0-92-100-150-100-28 0-50 22-50 50s23 50 50 50c58 0 92-100 150-100 24 0 50 19 50 50Z"><animate attributeName="stroke-dashoffset" calcMode="spline" dur="3" values="685;-685" keySplines="0 0 1 1" repeatCount="indefinite"></animate></path></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

body .saos-toggle-map {
  position: relative;
  min-height: 100px;
}
body .saos-toggle-map .saos-no-location,
body .saos-toggle-map .saos-found-location {
  display: none;
  background: rgba(122, 173, 212, 0.6509803922);
  padding: 25px;
  border-radius: 15px;
  text-align: center;
}
body .saos-toggle-map .saos-no-location h3,
body .saos-toggle-map .saos-found-location h3 {
  color: #002f57;
  font-size: 28px;
  line-height: 1;
  margin: 0 0 15px;
  padding: 0;
}
body .saos-toggle-map .saos-no-location a,
body .saos-toggle-map .saos-found-location a {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  border-radius: 3px;
  background-color: #98aab8;
  color: #717c85;
  padding: 12px 24px;
}
body .saos-toggle-map .saos-no-location a {
  cursor: not-allowed;
}
body .saos-toggle-map .saos-found-location {
  background: rgba(139, 212, 122, 0.6509803922);
}
body .saos-toggle-map .saos-found-location a {
  background: #002f57;
  color: #fff;
}

/** Pages **/
body .to-top {
  display: none !important;
}

body .saos-logos {
  position: relative;
  padding: 120px 0;
  max-width: 1600px;
  margin: 0 auto;
}
body .saos-logos::before, body .saos-logos::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background: #fff;
  z-index: 15;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgba(0, 0, 0, 0) 100%);
}
body .saos-logos::after {
  left: 20%;
  right: 0;
  background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 30%);
}
body .saos-logos h2 {
  color: #215f91;
  font-size: 70px;
  line-height: 1;
  margin: 0;
}
body .saos-logos .saos-buttons {
  margin-top: 40px;
}
body .saos-logos .saos-buttons .saos-button {
  background: #002f57;
}
body .saos-logos .saos-buttons .saos-button span {
  display: inline-block;
  margin-right: 7px;
}
body .saos-logos .saos-buttons .saos-button:hover {
  background: #215f91;
}
body .saos-logos .saos-logo-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
}
body .saos-logos .container {
  position: relative;
  z-index: 20;
}
body .saos-logos .saos-logo-header {
  position: relative;
  max-width: 600px;
  margin-left: 20px;
  position: relative;
  z-index: 20;
}
body .saos-logos .saos-logo-header .saos-logo-header-wrapper {
  position: relative;
  border-left: 5px solid #7badd4;
  padding: 65px 0 65px 40px;
}
body .saos-logos .saos-logo-header::before, body .saos-logos .saos-logo-header::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  height: 5px;
  z-index: 1;
  background: rgb(123, 173, 212);
  background: linear-gradient(90deg, rgb(123, 173, 212) 30%, rgba(0, 0, 0, 0) 80%);
}
body .saos-logos .saos-logo-header::before {
  top: 0;
}
body .saos-logos .saos-logo-header::after {
  bottom: 0;
}
body .saos-logos .saos-mobile-video,
body .saos-logos .saos-tablet-video {
  display: none;
}
body .saos-home p,
body .saos-home li,
body .saos-home a,
body .saos-home h1,
body .saos-home h2,
body .saos-home h3,
body .saos-home h4,
body .saos-home h5,
body .saos-home h6 {
  font-family: "Source Sans 3", sans-serif;
}
body .saos-headline {
  max-width: 768px;
  padding: 80px 0;
}
body .saos-headline h2 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  color: #002f57;
}
body .saos-headline h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 10px;
  font-weight: 600;
  color: #215f91;
}
body .saos-headline p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #000;
  margin: 0;
  padding: 0;
}
body .saos-headline.saos-center-headline {
  text-align: center;
  margin: 0 auto;
}
body .saos-headline.saos-simple {
  padding: 0;
}
body .saos-headline.saos-simple h2 {
  color: #002f57;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 40px;
  text-align: center;
}
body .saos-headline.no-padding {
  padding: 0;
}
body .saos-intro-boxes {
  padding-bottom: 50px;
}
body .saos-intro-boxes .col-md-4 {
  margin-bottom: 30px;
}
body .saos-intro-boxes .saos-intro-box {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
body .saos-intro-boxes .saos-intro-box .saos-intro-box-icon {
  background: rgba(123, 173, 221, 0.4);
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  padding: 10px;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 20px;
}
body .saos-intro-boxes .saos-intro-box h4 {
  color: #002f57;
  font-size: 32px;
  line-height: 1;
  margin: 0 0 20px;
  font-weight: 600;
}
body .saos-intro-boxes .saos-intro-box p {
  color: #414141;
  font-size: 21px;
  line-height: 1.2;
  margin: 0 0 20px;
}
body .saos-intro-boxes .saos-intro-box a {
  color: #215f91;
  font-weight: 600;
  font-size: 24px;
  display: block;
  line-height: 1.2;
  margin-top: auto;
}
body .saos-intro-boxes .saos-intro-box a:hover {
  color: #002f57;
}
body .saos-intro-header {
  padding: 80px 20px 60px 20px;
  text-align: center;
}
body .saos-intro-header .saos-intro-header-wrapper {
  position: relative;
  border-top: 5px solid #7badd4;
  padding: 30px 0;
}
body .saos-intro-header .saos-intro-header-wrapper::before, body .saos-intro-header .saos-intro-header-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5px;
  background: rgb(123, 173, 212);
  background: linear-gradient(180deg, rgb(123, 173, 212) 35%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
body .saos-intro-header .saos-intro-header-wrapper::before {
  left: 0;
}
body .saos-intro-header .saos-intro-header-wrapper::after {
  right: 0;
}
body .saos-intro-header h2 {
  color: #7badd4;
  font-size: 70px;
  line-height: 1;
  margin: 0 0 20px;
  font-weight: 600;
}
body .saos-intro-header h3 {
  color: #fff;
  font-size: 45px;
  line-height: 1;
  margin: 0;
}
body .saos-block {
  margin: 0 0 50px;
}
body .saos-block .saos-block-image {
  margin: 0 0 30px;
}
body .saos-block .saos-block-image img {
  display: block;
  border-radius: 40px;
}
body .saos-block h3 {
  font-size: 32px;
  line-height: 42px;
  color: #002f57;
  margin: 0 0 25px;
  font-weight: 600;
}
body .saos-block p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
body .saos-block.saos-block-blog {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
body .saos-block.saos-block-blog .panel-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body .saos-block.saos-block-blog > * {
  transition: 0.2s all ease;
}
body .saos-block.saos-block-blog:hover > * {
  opacity: 0.65;
}
body .saos-block.saos-block-blog h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 5px;
}
body .saos-block.saos-block-blog h4 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin: 0 0 10px;
}
body .saos-block.saos-block-blog .saos-block-image {
  height: 250px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 40px;
}
body .saos-block.saos-block-blog .saos-block-content {
  margin-bottom: -30px;
}
body .saos-block.saos-block-blog .saos-author {
  display: flex;
  margin-top: auto;
  margin-bottom: 45px;
  align-items: center;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 20px;
}
body .saos-block.saos-block-blog .saos-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}
body .saos-block.saos-block-blog .saos-author h5 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin: 0 0 5px;
}
body .saos-block.saos-block-blog .saos-author p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 17px;
}
body .saos-block.saos-block-blog .saos-author p .saos-dot {
  display: inline-block;
  background: #000;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: 0 10px;
  position: relative;
  top: -2px;
}
body .saos-revolution {
  margin: 0 0 80px;
}
body .saos-two-block {
  padding: 100px 0 100px;
}
body .saos-two-block .saos-two-block-container {
  background: #fff;
  display: flex;
  border-radius: 40px;
  overflow: hidden;
}
body .saos-two-block .saos-two-block-container .saos-info-block,
body .saos-two-block .saos-two-block-container .saos-image-block {
  width: 50%;
}
body .saos-two-block .saos-two-block-container .saos-info-block {
  padding: 80px 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
body .saos-two-block .saos-two-block-container .saos-info-block .saos-buttons {
  margin-top: 40px;
}
body .saos-two-block .saos-two-block-container .saos-info-block .saos-buttons .saos-button.blue:hover {
  background: #7badd4;
}
body .saos-two-block .saos-two-block-container .saos-image-block {
  background-image: url("../img/cta-block-demo.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f3f3f3;
}
body .saos-blog {
  margin: 0 0 80px;
}
@media screen and (max-width: 991px) {
  body .saos-logos {
    padding: 60px 0;
  }
  body .saos-logos::before {
    right: 30%;
  }
  body .saos-intro-header {
    padding: 60px 20px 40px 20px;
  }
  body .saos-intro-header .saos-intro-header-wrapper {
    padding: 30px 15px;
  }
  body .saos-intro-header h2 {
    font-size: 42px;
  }
  body .saos-intro-header h3 {
    font-size: 28px;
  }
  body .saos-intro-boxes .saos-intro-box {
    padding: 15px;
    border-radius: 10px;
  }
  body .saos-intro-boxes .saos-intro-box .saos-intro-box-icon {
    height: 40px;
    width: 40px;
    margin: 0 0 10px;
  }
  body .saos-intro-boxes .saos-intro-box .saos-intro-box-icon img {
    max-width: 100%;
  }
  body .saos-intro-boxes .saos-intro-box h4 {
    font-size: 26px;
    margin: 0 0 10px;
  }
  body .saos-intro-boxes .saos-intro-box p {
    font-size: 16px;
    margin: 0 0 10px;
  }
  body .saos-intro-boxes .saos-intro-box a {
    font-size: 16px;
  }
  body .saos-logos .saos-logo-slide {
    padding: 0 15px;
  }
  body .saos-headline {
    max-width: 100%;
    padding: 50px 0;
  }
  body .saos-headline h2 {
    font-size: 38px;
    line-height: 46px;
  }
  body .saos-headline.saos-simple h2 {
    margin-bottom: 0 0 20px;
  }
  body .saos-block h3 {
    font-size: 22px;
    line-height: 26px;
  }
  body .saos-block .saos-block-image img {
    border-radius: 20px;
  }
  body .saos-block.saos-block-blog .saos-author p .saos-dot {
    display: block;
    background: transparent;
  }
  body .saos-two-block .saos-two-block-container .saos-info-block {
    padding: 50px 30px;
  }
  body .saos-two-block .saos-two-block-container .saos-info-block .saos-buttons .saos-button {
    display: block;
    margin: 0;
    text-align: center;
  }
  body .saos-two-block .saos-two-block-container .saos-info-block .saos-buttons .saos-button + .saos-button {
    margin-top: 10px;
  }
  body .saos-logos .saos-logo-header {
    max-width: 400px;
  }
  body .saos-logos .saos-logo-header h2 {
    font-size: 42px;
    margin: 0 0 10px;
  }
  body .saos-logos .saos-logo-video video {
    max-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  body .saos-logos {
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
    padding-top: 0;
  }
  body .saos-logos .container {
    order: 2;
  }
  body .saos-logos::before {
    display: none;
  }
  body .saos-logos .saos-logo-video {
    position: relative;
    order: 1;
  }
  body .saos-logos .saos-logo-video .saos-desktop-video {
    display: none;
  }
  body .saos-logos .saos-logo-video .saos-tablet-video {
    display: block;
  }
  body .saos-logos .saos-logo-video::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%);
  }
  body .saos-logos .saos-logo-header {
    border-left: 0;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
  }
  body .saos-logos .saos-logo-header .saos-logo-header-wrapper {
    border-bottom: 5px solid #7badd4;
    border-left: 0;
    padding: 30px 15px;
  }
  body .saos-logos .saos-logo-header::before {
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    height: auto;
    width: 5px;
    background: rgb(123, 173, 212);
    background: linear-gradient(0deg, rgb(123, 173, 212) 60%, rgba(0, 0, 0, 0) 100%);
  }
  body .saos-logos .saos-logo-header::after {
    top: 0;
    left: 0;
    right: 0;
    left: auto;
    height: auto;
    width: 5px;
    background: rgb(123, 173, 212);
    background: linear-gradient(0deg, rgb(123, 173, 212) 60%, rgba(0, 0, 0, 0) 100%);
  }
  body .saos-two-block .saos-two-block-container {
    flex-wrap: wrap;
  }
  body .saos-two-block .saos-two-block-container .saos-info-block,
  body .saos-two-block .saos-two-block-container .saos-image-block {
    width: 100%;
  }
  body .saos-two-block .saos-two-block-container .saos-info-block {
    order: 2;
  }
  body .saos-two-block .saos-two-block-container .saos-image-block {
    order: 1;
    padding-top: 56.75%;
  }
}

@media screen and (max-width: 767px) {
  .saos-intro-boxes .saos-intro-box {
    padding: 30px;
  }
}
@media screen and (max-width: 600px) {
  .saos-logos {
    padding-bottom: 45px;
  }
  .saos-logos .saos-logo-video {
    height: 230px;
  }
  .saos-logos .saos-logo-header h2 {
    font-size: 42px;
    font-weight: 600;
  }
  .saos-logos .saos-logo-header .saos-buttons {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */
