.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }
a:hover {
  text-decoration: none; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  scroll-behavior: smooth; }

::-webkit-scrollbar {
  -webkit-appearance: none; }

::-webkit-scrollbar:vertical {
  width: 7px; }

::-webkit-scrollbar:horizontal {
  height: 7px; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: none;
  background-color: #7c797a; }

::-webkit-scrollbar-track {
  background-color: rgba(239, 239, 239, 0.5); }

.container-fluid {
  padding: 0 80px; }

ul {
  padding-inline-start: 0;
  list-style: none; }

@media (max-width: 1199.98px) {
  body {
    font-size: 15px; }

  .container-fluid {
    padding: 0 24px; } }
.title {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  padding-left: 24px;
  border-left: 5px solid #28ACEA;
  margin-bottom: 16px;
  text-transform: uppercase; }
  .title div {
    font-weight: 500; }

.title--secondary {
  margin-top: 100px; }

.banner-title {
  color: #fff;
  font-size: 40px;
  font-weight: 700; }

.section-title {
  color: #2a2a2a;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.3;
  position: relative;
  z-index: 1; }
  .section-title:before {
    position: absolute;
    font-family: immigrow;
    font-size: 38px;
    color: #28ACEA;
    top: -50px; }

.secondary-heading {
  background-color: #F8FAFF;
  color: #28ACEA;
  padding: 8px 16px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  position: relative; }
  .secondary-heading:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #28ACEA;
    width: 4px;
    height: 100%; }

.section--title:before {
  right: calc(50% - 74px); }

.ss-title:before {
  top: -80px; }
.ss-title-white {
  color: #fff; }
  .ss-title-white:before {
    color: #fff; }

.short-title {
  color: #28ACEA;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 4px; }

.secondary-title {
  color: #E21C26;
  font-size: 20px;
  font-weight: 600; }

.section-secondary-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #28ACEA;
  margin-bottom: 0; }

.heading {
  margin-bottom: 60px; }

@media (max-width: 991.98px) {
  .title {
    font-size: 24px;
    font-weight: 700; }

  .banner-title {
    font-size: 28px; }

  .secondary-heading {
    font-size: 20px; }

  .section-title {
    font-size: 24px; }
    .section-title:before {
      font-size: 24px;
      top: -32px; }

  .section-secondary-title {
    font-size: 20px; }

  .section--title:before {
    right: calc(50% - 46px); }

  .ss-title:before {
    top: -62px; }

  .title-group {
    margin-bottom: 24px; } }
.logo {
  width: auto;
  height: 60px; }

.header .navbar-expand-lg .navbar-nav .nav-link {
  color: #2A2A2A;
  font-weight: 600;
  padding: 12px 20px;
  text-transform: uppercase; }
  .header .navbar-expand-lg .navbar-nav .nav-link:hover, .header .navbar-expand-lg .navbar-nav .nav-link.active {
    background: linear-gradient(90deg, #26A7DE 0%, #1D7DC2 100%);
    color: #fff;
    position: relative; }

.top_header .navbar-expand-lg .navbar-nav .nav-link {
  color: #2a2a2a; }
  .top_header .navbar-expand-lg .navbar-nav .nav-link:hover, .top_header .navbar-expand-lg .navbar-nav .nav-link.active {
    color: #fff;
    position: relative; }

.header .sub-menu .nav-item .nav-link {
  color: #fff; }

.navbar-toggler:focus {
  outline: 0; }

.dropdown-toggle::after {
  display: none !important; }

.header .sub-menu {
  border-radius: 0.5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 4px solid #28ACEA;
  list-style: none;
  position: absolute;
  background: #616161;
  padding: 0;
  left: -15px;
  z-index: 5;
  min-width: 350px;
  top: 48px; }
  .header .sub-menu .nav-link {
    padding: 12px 8px !important; }
    .header .sub-menu .nav-link:after {
      width: 100% !important;
      left: 0 !important; }

.dropdown .icon {
  display: inline-block;
  transform: rotate(270deg);
  transition: all 0.4s ease; }

.dropdown.show .icon {
  transform: rotate(90deg); }

.top_header .navbar-expand-lg .navbar-nav .sub-menu .nav-link {
  color: #fff; }

.top_header .sub-menu {
  top: 57px; }

@media (max-width: 991.98px) {
  .header {
    flex-direction: column;
    padding: 8px 0; }
    .header .navbar {
      padding: 12px 0; }
    .header .navbar-brand {
      margin-right: 0;
      padding: 0; }
    .header .navbar-toggler {
      margin-left: initial; }
    .header .nav-item {
      position: relative; }
      .header .nav-item .card {
        background-color: transparent;
        border: none; }
        .header .nav-item .card-header {
          border: none;
          padding: 0; }
        .header .nav-item .card-body {
          padding: 0; }
      .header .nav-item .btn-link {
        font-size: 14px;
        width: 100%;
        display: flex; }
        .header .nav-item .btn-link:hover {
          color: #fff;
          text-decoration: none; }
        .header .nav-item .btn-link .nav-link {
          padding: 8px 16px; }
      .header .nav-item .nav-link {
        align-items: center;
        display: flex;
        font-size: 14px;
        padding: 12px 8px !important;
        font-weight: 500 !important;
        border-bottom: 1px solid #ffffff33;
        color: #ffffffb3; }
        .header .nav-item .nav-link .icon {
          color: #bcc0be;
          font-size: 14px;
          display: block; }
      .header .nav-item .nav-link.active {
        color: #fff; }

  .line-menu {
    background-color: #fff; }

  .top_header .line-menu {
    background-color: #0e2349; }

  .header.tiny .nav-link-text .bottom-line,
  .nav-link .nav-link-text .bottom-line {
    background-color: #fff; }

  .right-social .icon-link {
    margin-bottom: 20px; }

  .navbar {
    margin-left: auto; }

  .navbar-toggler {
    padding: 0;
    margin-left: auto; }
    .navbar-toggler:focus {
      outline: none; }
    .navbar-toggler-icon {
      color: #fff;
      font-size: 1rem;
      position: relative;
      z-index: 100;
      width: auto;
      height: auto; }

  .navbar-collapse {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    display: block;
    position: fixed;
    background-color: #28ACEA;
    top: 0;
    left: -3100px;
    bottom: 0;
    text-align: left;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    height: auto !important;
    padding: 24px;
    overflow-y: scroll; }
    .navbar-collapse.show {
      left: 0; }
    .navbar-collapse .nav-link {
      color: #fff; }

  .navbar-collapse::-webkit-scrollbar-thumb {
    background-color: transparent; }

  .right-menu {
    display: none; }

  .dropdown-menu {
    left: auto;
    right: 0; }

  .close-btn {
    width: 28px;
    height: 28px;
    border: none; }

  .close-icon {
    font-size: 12px;
    display: block; }

  .menu-1 {
    padding: 15px 8px; }

  .navbar-expand-lg .navbar-nav .nav-link:hover {
    background-color: transparent; }

  .card .card-body .nav-link {
    padding: 12px 16px; }

  .menu-1[aria-expanded="true"] .icon-pluss {
    transform: rotate(45deg); }

  .logo {
    height: 45px; } }
.form-wrap {
  background-color: #fff;
  padding: 60px 40px 100px 40px;
  position: relative;
  height: 100%; }
  .form-wrap .form-control {
    padding: 12px 16px; }
  .form-wrap:before {
    content: "";
    position: absolute;
    background-color: #fff; }
  .form-wrap label {
    color: #fff; }
  .form-wrap-title {
    font-size: 28px;
    color: #2a2a2a;
    text-align: center;
    font-weight: 600;
    margin-bottom: 24px; }

.form-group {
  margin-bottom: 24px; }

.enquiry {
  background-color: rgba(255, 255, 255, 0.85);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-top: 82px; }

.modal-enquiry {
  background-color: #fff;
  border-radius: 0; }

.form-modal .close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  font-size: 12px;
  background-color: #E21C26;
  border-color: #fff;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-bottom-left-radius: 20px; }
  .form-modal .close:hover {
    background-color: #28ACEA;
    color: #fff;
    text-decoration: none; }

.modal-backdrop.show {
  opacity: 0.8; }

.secondary-logo {
  width: auto;
  height: 50px; }

.enquiry-form {
  padding: 24px;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4; }

.modal-content {
  border-radius: 0; }

.modal-img {
  height: 556px; }

@media (max-width: 991.98px) {
  .form-wrap {
    padding: 24px; }

  .form-wrap-title {
    font-size: 24px; }

  .banner-form-wrap {
    display: none; }

  .banner.banner-secondary {
    height: auto; } }
.btn {
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  border-width: 2px; }

.btn-primary {
  transition: all 0.3s ease-in; }
  .btn-primary:hover {
    background-color: transparent;
    color: #28ACEA;
    border: 2px solid #28ACEA; }

.btn-lg {
  font-size: 20px; }

.custom-btn {
  font-size: 18px;
  color: #28ACEA;
  font-weight: 600;
  position: relative;
  display: inline-block;
  z-index: 0;
  transition: all 0.5s; }
  .custom-btn:before {
    content: "";
    background-color: #E21C26;
    position: absolute;
    left: -24px;
    top: -10px;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    z-index: -1;
    transition: all 0.2s; }
  .custom-btn:hover {
    color: #fff; }
    .custom-btn:hover:before {
      width: calc(100% + 48px);
      border-radius: 25px; }

@media (max-width: 991.98px) {
  .btn {
    font-size: 16px;
    letter-spacing: 1px; } }
.header {
  padding: 8px 0; }

.top-header {
  background: linear-gradient(90deg, #26A7DE 0%, #1D7DC2 100%);
  color: #fff;
  padding: 8px; }

.top_header {
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
  position: fixed;
  top: 0;
  width: 100%;
  padding: 8px;
  z-index: 99; }
  .top_header .top-header {
    display: none; }
  .top_header .navbar-nav {
    margin: initial;
    margin-left: auto; }

@media (max-width: 991.98px) {
  .header {
    background-color: #fff; }
    .header .logo-color {
      display: block; }

  .top-header {
    display: none; } }
.footer {
  background-color: #043550;
  padding-top: 60px;
  color: #E8E8E8;
  position: relative;
  z-index: 2; }
  .footer-heading {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px; }
  .footer-list .icon {
    font-size: 10px;
    margin-top: 6px;
    margin-right: 8px; }
  .footer-link {
    color: #E8E8E8;
    display: flex;
    font-weight: 500;
    margin-bottom: 12px; }
    .footer-link:hover {
      color: #28ACEA; }
  .footer-bottom {
    border-top: 1px solid #c7c7c761;
    padding: 16px 0; }
  .footer-social {
    font-size: 24px;
    margin-left: 16px; }
    .footer-social:hover {
      color: #d4d4d4; }

.footer-address {
  display: flex;
  align-items: center;
  margin-bottom: 16px; }
  .footer-address .icon {
    margin-right: 8px; }
  .footer-address .email-icon {
    font-size: 12px; }

.m-f-footer {
  display: none; }

@media (max-width: 991.98px) {
  .footer {
    background-size: initial;
    padding-bottom: 60px; }
    .footer-heading {
      font-size: 16px;
      margin-bottom: 16px; }
    .footer-list {
      margin-bottom: 24px; }
    .footer-bottom {
      text-align: center; }

  .m-f-footer {
    background-color: #28ACEA;
    display: block;
    padding: 8px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
    border-radius: 25px 25px 0 0;
    text-align: center; }
    .m-f-footer .icon {
      display: block;
      margin-bottom: 0;
      font-size: 24px; }
    .m-f-footer-content {
      display: flex;
      align-items: center;
      justify-content: space-around;
      font-weight: 600;
      font-size: 12px; }
      .m-f-footer-content a {
        color: #fff; }

  .m-f-footer-call {
    background: #fff;
    box-shadow: 0 0 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px #0000001a; }
    .m-f-footer-call .icon {
      color: #28ACEA;
      margin-bottom: 0;
      font-size: 20px; }

  .m-f-border {
    top: -30px;
    left: -9px;
    position: relative; } }
.banner {
  background-image: url("../images/banner.jpg");
  background-size: cover;
  background-position: center;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center; }

.h-banner {
  min-height: 500px; }

.banner-top-title {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700; }

.banner-bottom-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 24px; }

.about-banner {
  background-image: url("../images/about.png");
  background-size: cover; }

.au-banner {
  background-image: url("../images/banner/banner-2.png");
  background-size: cover; }

.uk-banner {
  background-image: url("../images/banner/banner-3.png");
  background-size: cover; }

.fin-banner {
  background-image: url("../images/banner/banner-4.png");
  background-size: cover; }

.pol-banner {
  background-image: url("../images/banner/banner-5.png");
  background-size: cover; }

.banner-secondary {
  height: 100vh; }
  .banner-secondary .content {
    color: #fafafa;
    font-size: 20px; }

.banner-form {
  background-color: #ffffffd6;
  padding: 24px;
  margin-bottom: 24px; }
  .banner-form-heading {
    background-color: #E21C26;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 16px;
    text-align: center; }
  .banner-form-wrap {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
    border-radius: 10px; }

.form-position {
  position: absolute;
  top: -80px;
  right: 0;
  z-index: 1; }

.inner-page-banner {
  min-height: 550px; }
  .inner-page-banner .form-position {
    top: 0; }

@media (max-width: 991.98px) {
  .home-banner-content {
    top: calc(50% - 120px);
    left: 0;
    padding: 0 36px; }
    .home-banner-content .title {
      font-size: 28px; }
    .home-banner-content .content {
      font-size: 16px; }
    .home-banner-content .banner-btn {
      padding: 8px 50px 8px 16px;
      font-size: 16px; }
    .home-banner-content .icon-wrap {
      width: 35px;
      height: 35px;
      top: 2px; }
      .home-banner-content .icon-wrap i {
        font-size: 14px; }

  .sliding-banner {
    height: auto; }
    .sliding-banner .slick-prev,
    .sliding-banner .slick-next {
      top: calc(50% - 16px); }
    .sliding-banner .slick-prev {
      left: 0; }
    .sliding-banner .slick-next {
      right: 0;
      margin-top: 16px; }

  .inner-page-banner {
    min-height: 450px; }

  .inner-page-banner .form-position {
    display: none; }

  .banner-top-title {
    font-size: 18px; } }
.section-space {
  padding: 120px 0; }

.section-bottom-space {
  padding-bottom: 80px; }

.bg-light {
  background-color: #FAFAFA !important; }

.relative {
  position: relative; }

.mb-60 {
  margin-bottom: 60px; }

.text-underline {
  text-decoration: underline; }

@media (max-width: 991.98px) {
  .section-space {
    padding: 60px 0; } }

/*# sourceMappingURL=global.css.map */
