body, a, p, li {
  font-family: "Muli", sans-serif;
  color: black;
}
* {
  outline: none !important;
}
.post, .page {
  margin: 0;
}
.h-100 {
  height: 100%;
}
@media (max-width: 991px) {
  .md-hidden {
    display: none !important;
  }
}
.md-shown {
  display: none !important;
}
@media (max-width: 991px) {
  .md-shown {
    display: block !important;
  }
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a, a:visited {
  text-decoration: none;
  color: #2196f3;
  font-size: 15px;
}
a:hover, a:visited:hover {
  color: #14f594;
}
a:hover svg, a:visited:hover svg {
  margin-left: 20px;
  fill: #14f594;
  stroke: #14f594;
}
a svg, a:visited svg {
  fill: #2196f3;
  stroke: #2196f3;
  transition: margin 0.3s;
}
a svg:hover, a:visited svg:hover {
  fill: #14f594;
  stroke: #14f594;
}
h1, h2, h3 {
  margin: 0;
  font-weight: 600;
}
h1 {
  font-size: 60px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 40px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 25px;
  }
}
h3 {
  font-size: 25px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 22px;
  }
}
p {
  font-size: 17px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 15px;
}
.row {
  margin: 0;
}
[class^="col-"] {
  padding: 0;
}
.container {
  padding: 0;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.border-bottom {
  border-bottom: 2px solid #f4f4f4;
}
.flex {
  display: flex;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.align-items-center {
  align-items: center;
}
.divider-100 {
  height: 100px;
}
@media (max-width: 991px) {
  .divider-100 {
    height: 80px;
  }
}
.divider-50 {
  height: 50px;
}
@media (max-width: 991px) {
  .divider-50 {
    height: 40px;
  }
}
.btn-outline, .btn {
  font-size: 20px !important;
  border-radius: 5px !important;
  border: 2px solid #2196f3 !important;
  padding: 10px 20px !important;
  line-height: 1.5 !important;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.btn-outline-small, .btn-small {
  font-size: 17px !important;
  padding: 5px 10px !important;
  line-height: 1 !important;
}
.btn-outline:hover, .btn:hover {
  border-color: #14f594 !important;
}
.wpforms-page-button {
  background-color: transparent !important;
  color: #2196f3 !important;
  border: 2px solid #2196f3 !important;
  border-radius: 5px !important;
  transition: 0.3s;
}
.wpforms-form button[type=submit] {
  background-color: #2196f3 !important;
  color: white !important;
  border: 2px solid #2196f3 !important;
  border-radius: 5px !important;
}
.btn {
  background-color: #2196f3 !important;
  color: white !important;
  border: 2px solid #2196f3 !important;
  border-radius: 5px;
}
.btn:hover {
  background-color: #14f594 !important;
}
.centered {
  text-align: center;
}
.ajax-loader {
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
wpcf7-response-output {
  display: none !important;
}
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #2196f3;
}
.hamburger-box {
  width: 30px;
  height: 10px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #2196f3;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}
span.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-not-valid {
  border-color: red !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: none;
  text-align: center;
  color: red !important;
}
button, input, a {
  outline: none;
}
.site-content {
  margin-top: 82px;
}
svg.quote {
  width: 40px;
  height: 40px;
  fill: #2196f3;
}
@media (max-width: 991px) {
  svg.quote {
    width: 30px;
    height: 30px;
  }
}
.black-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.25);
}
.link-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.autocomplete-wrapper {
  margin: 0;
  font-size: 17px;
  height: 60px;
  width: 300px;
  float: left;
}
@media (max-width: 991px) {
  .autocomplete-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }
}
.autocomplete-results {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background-color: white;
  margin-top: 60px;
}
.autocomplete-result {
  padding: 10px;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.autocomplete-result .iatacode {
  font-weight: bold;
}
.autocomplete-result:hover {
  background-color: #f4f4f4;
}
input.input-big {
  border-radius: 0 !important;
  border: 2px solid #828282;
  margin: 0;
  padding: 10px !important;
  font-size: 17px;
  float: left;
  line-height: 1.5;
  height: 60px;
  border-right: 0 solid !important;
  width: 300px;
}
@media (max-width: 991px) {
  input.input-big {
    width: 100%;
    border-right: 2px solid #828282 !important;
  }
}
.wpcf7-text, .wpcf7-date, .wpcf7-select, .wpcf7-textarea {
  border-radius: 0 !important;
  border: 2px solid #2196f3;
  margin: 0;
  padding: 10px !important;
  padding-left: 30px;
  font-size: 17px;
  float: left;
  line-height: 1.5;
  height: 45px;
  width: 400px;
}
@media (max-width: 991px) {
  .wpcf7-text, .wpcf7-date, .wpcf7-select, .wpcf7-textarea {
    width: 100%;
  }
}
input.submit-btn, a.submit-btn {
  font-size: 20px;
  border-radius: 5px;
  background-color: #2196f3;
  padding: 10px 20px;
  color: white;
  line-height: 2;
  height: 60px;
  border: none;
  transition: all 0.3s;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  input.submit-btn, a.submit-btn {
    width: 100%;
  }
}
input.submit-btn:hover, a.submit-btn:hover {
  color: white;
  background-color: #14f594;
}
h2 {
  text-align: center;
}
.light-bg {
  background-color: rgba(33, 152, 243, 0.05);
  background-size: cover;
  background-position: center;
}
svg.arrow-right {
  height: 15px;
  margin-left: 10px;
}
.menu-wrapper {
  padding: 25px;
  background-color: white;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.menu-wrapper a {
  display: flex;
  align-items: center;
}
.menu-wrapper ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.no-m-b p, p.no-m-b {
  margin-bottom: 0;
}
.header .subtitle h2 {
  text-align: left;
  font-size: 25px;
}
.menu-show-wrapper {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background-color: white;
  position: relative;
  padding: 25px;
  margin-bottom: 50px;
}
.menu-show-wrapper:hover a {
  color: #14f594;
}
.menu-show-wrapper:hover svg {
  margin-left: 20px;
  fill: #14f594;
  stroke: #14f594;
}
.menu-show-wrapper h2 {
  text-align: left;
  font-size: 25px;
  color: black;
}
.menu-show-wrapper .menu-show-content p {
  line-height: 1.5;
  color: black;
}
.menu-show-wrapper .menu-show-content a {
  margin-top: 50px;
  font-size: 17px;
  display: flex;
  align-items: center;
}
.home .intro {
  position: relative;
  z-index: 2;
}
.home .intro:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.11;
  background-image: url("../images/bg-plane.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.home .checks .row > div {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .home .checks .row > div {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .home .checks .row > div:last-child {
    margin-bottom: 0;
  }
}
.home .checks .row > div p {
  margin: 0;
  font-weight: 600;
  margin-right: 50px;
}
@media (max-width: 991px) {
  .home .checks .row > div p {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .home .checks .row > div p {
    margin-right: 0;
  }
}
.home .checks .row > div img {
  margin-right: 25px;
}
.home .how {
  position: relative;
}
.home .how .row .infront {
  z-index: 1;
}
.home .how .how-img {
  background-size: cover;
  height: 300px;
  width: 100%;
  border-radius: 10px;
  background-position: center;
}
.home .how .how-border {
  border: 4px solid #2196f3;
  margin: 50px 0;
  margin-left: -50px;
  height: 200px;
  display: flex;
  align-items: center;
  width: calc(100% - 50px);
  padding: 50px 100px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .home .how .how-border {
    padding: 25px;
    margin: 0;
    margin-left: 25px;
    margin-top: -15px;
    margin-bottom: 50px;
  }
}
.home .how .how-border p {
  margin: 0;
  line-height: 1.5;
}
.home .how .how-border.left {
  margin: 50px 0;
  margin-left: auto;
  margin-right: -50px;
}
@media (max-width: 991px) {
  .home .how .how-border.left {
    margin: 0;
    margin-left: 25px;
    margin-top: -15px;
    margin-bottom: 50px;
  }
}
.home .post-wrapper {
  height: 100%;
  margin: 0 50px;
  padding: 25px;
  z-index: 1;
  position: relative;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-position: center;
  transition: all 0.3s;
}
.home .post-wrapper .white-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.9);
}
.home .post-wrapper h3 {
  font-size: 20px;
  color: black;
}
.home .post-wrapper span {
  font-size: 17px;
}
.home .post-wrapper .read-more {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.home .testimonial-wrapper {
  padding: 60px 50px;
  position: relative;
}
@media (max-width: 991px) {
  .home .testimonial-wrapper {
    padding: 40px 30px;
    margin-bottom: 20px;
  }
}
.home .testimonial-wrapper p {
  font-size: 17px;
  line-height: 1.5;
}
.home .testimonial-wrapper p.name {
  font-size: 15px;
  margin-bottom: 0;
}
.home .testimonial-wrapper .quote {
  position: absolute;
  left: 20px;
  top: 0;
}
@media (max-width: 991px) {
  .home .testimonial-wrapper .quote {
    left: 10px;
    top: -20px;
  }
}
.home .testimonial-wrapper .name {
  color: #828282;
}
.blog-col {
  padding: 25px;
  height: 300px;
}
@media (max-width: 991px) {
  .blog-col {
    padding: 20px 0px;
  }
}
.blogpost-wrapper {
  height: 100%;
  padding: 25px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.blogpost-wrapper .img-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s ease-out;
}
.blogpost-wrapper .title h2 {
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  color: white;
}
.blogpost-wrapper .date {
  margin-top: 25px;
}
.blogpost-wrapper .date P {
  color: #f4f4f4;
  font-size: 13px;
}
.blogpost-wrapper:hover .img-holder {
  transform: scale(1.1);
}
.blogpost-wrapper:hover .black-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
.single .heading img {
  width: 100%;
}
.post-container {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .post-container {
    padding: 0 30px;
  }
}
.post-container p, .post-container a, .post-container span, .post-container ol, .post-container ul {
  font-size: 17px;
  font-family: "Muli" !important;
  line-height: 1.7;
}
.post-container ol, .post-container ul {
  margin: 25px 0;
}
.post-container h2 {
  text-align: left;
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.post-container h3 {
  font-size: 22px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.post-container img {
  width: 100%;
  margin: 25px 0;
}
.rights-content {
  overflow: hidden;
}
.rights-content ul {
  list-style: circle;
}
@media (max-width: 991px) {
  .rights-content ul {
    margin-left: 0;
  }
}
.rights-content p, .rights-content span, .rights-content td, .rights-content li {
  font-size: 17px;
  line-height: 1.7;
}
.rights-content ol {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .rights-content ol {
    margin-left: 0;
  }
}
.rights-content ol > li > span {
  position: relative;
}
.rights-content ol > li > span:after {
  content: url("../images/check-only.png");
  width: 30px;
  height: 30px;
  position: absolute;
  right: -40px;
  bottom: -2px;
  margin: auto 0;
}
@media (max-width: 991px) {
  .rights-content ol ul {
    margin-left: 20px;
  }
}
.rights-content table {
  font-family: "Muli", sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0;
}
.rights-content table tr, .rights-content table th {
  border: 1px solid #ddd;
  padding: 8px;
}
.rights-content table tr:nth-child(even) {
  background-color: #f4f4f4;
}
.rights-content table td {
  padding-left: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  font-size: 17px;
}
.form-holder {
  min-height: 700px;
}
.button-holder {
  width: 400px;
  position: relative;
}
@media (max-width: 991px) {
  .button-holder {
    width: 100%;
  }
}
.button-holder button {
  transition: none;
}
.button-holder #previous_step {
  visibility: hidden;
}
.wpcf7 .autocomplete-wrapper {
  width: 400px;
  height: 45px;
  z-index: 3;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .wpcf7 .autocomplete-wrapper {
    width: 100%;
  }
}
.wpcf7 .wpcf7-form-control-wrap {
  z-index: 1;
}
.wpcf7 .wpcf7-form-control-wrap:first-child {
  z-index: 4;
}
.wpcf7 .autocomplete-results {
  margin-top: 0;
}
.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
  color: #2196f3 !important;
  border: 2px solid #2196f3;
  margin-bottom: 30px;
}
.wpcf7 input.wpcf7-submit {
  margin: 0;
  display: none;
  color: white !important;
}
.wpcf7 textarea {
  height: 120px;
}
.wpcf7 [class^="step-"] {
  display: none;
}
.wpcf7 .wpcf7-list-item {
  font-size: 15px;
  margin: 0;
}
.error-404 {
  height: calc(100vh - 92px);
  display: flex;
  align-items: center;
}
.error-404 p, .error-404 a {
  font-size: 20px;
}
.bg-image-form {
  background-size: cover;
  background-position: center;
}
.process-holder {
  display: flex;
  justify-content: space-evenly;
  width: 500px;
  max-width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .process-holder {
    justify-content: space-between;
  }
}
.process-holder .process-single {
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #14f594;
  line-height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #14f594;
}
.process-holder .process-single.is-active {
  color: #2196f3;
  border: 2px solid #2196f3;
}
.wpforms-container form {
  padding-top: 100px;
}
.page-default {
  margin-top: 50px;
  margin-bottom: 50px;
}
.page-default h3 {
  padding-top: 10px;
  margin-bottom: 20px;
}
.admin-bar .site-header {
  top: 32px;
}
@media (max-width: 991px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
header {
  padding: 20px 120px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 1000;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
  header {
    padding: 20px 20px;
  }
  header #menu-headermenu {
    display: none;
  }
  header .menu-holder .submit-btn {
    display: none !important;
  }
}
header .submit-btn {
  max-height: 30px;
  line-height: 15px;
  margin-left: 60px;
  display: none;
  border-radius: 5px;
}
header .logo-link {
  height: 50px;
  z-index: 101;
}
header .logo-link #logo {
  height: 50px;
  width: auto;
}
@media (max-width: 991px) {
  header .logo-link #logo {
    height: 40px;
  }
}
@media (max-width: 991px) {
  header .logo-link {
    height: 40px;
  }
}
header .mobile-menu-button {
  z-index: 101;
  display: none;
}
@media (max-width: 1199px) {
  header .mobile-menu-button {
    display: block;
  }
}
header .menu-holder ul li {
  display: inline-block;
  margin-left: 60px;
}
header .menu-overlay {
  position: fixed;
  display: none;
  background-color: white;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
}
header .menu-overlay ul {
  padding: 30px;
}
header .menu-overlay ul li {
  margin: 30px;
}
header .menu-overlay ul li a {
  font-size: 18px;
}
header .menu-overlay .submit-btn {
  font-size: 18px;
  line-height: 18px;
  width: calc(100% - 60px);
  margin: 0 30px;
  border-radius: 5px;
}
body.menu-opened {
  overflow: hidden;
}
body.menu-opened .menu-overlay {
  display: block;
}
.wpml-ls-legacy-dropdown {
  width: 120px;
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .wpml-ls-legacy-dropdown {
    margin-left: 0px;
    margin-right: 15px;
  }
}
.wpml-ls-legacy-dropdown a {
  border: 1px solid #2196f3;
  border-radius: 5px;
  color: #2196f3;
  line-height: 1.2;
}
footer {
  background-color: #f4f4f4;
}
@media (max-width: 991px) {
  footer .row > div:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(130, 130, 130, 0.5);
  }
}
footer h3 {
  margin-bottom: 25px;
  font-size: 20px;
}
footer a, footer p {
  font-size: 15px;
}
footer .footer-menu-holder li {
  margin-bottom: 15px;
}
footer .footer-menu-holder li a {
  display: flex;
  align-items: center;
}
footer .footer-menu-holder svg {
  height: 15px;
  margin-left: 10px;
}
footer a .abc img {
  max-width: 100px;
}
footer .social-media a img {
  width: 30px;
  margin-right: 25px;
}
footer .social-media a img:hover {
  transform: scale(1.05);
}
/*# sourceMappingURL=style.css.map */