.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: 40px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2; }

.title--secondary {
  margin-top: 100px; }

.banner-title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-top: 100px; }

.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 {
    content: "\e932";
    position: absolute;
    font-family: GEM;
    font-size: 38px;
    color: #A20C0F;
    top: -50px; }

.secondary-heading {
  background: #F8FAFF;
  color: #007CBE;
  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: #007CBE;
    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: #A20C0F;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 4px; }

.secondary-title {
  color: #007CBE;
  font-size: 20px;
  font-weight: 600; }

.section-secondary-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #A20C0F;
  margin-bottom: 0; }

.heading {
  margin-bottom: 60px; }

@media (max-width: 991.98px) {
  .title {
    font-size: 32px;
    font-weight: 600; }

  .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: 65px; }

.logo-h {
  display: none; }

.top_header .logo-h {
  display: block; }
.top_header .logo-h1 {
  display: none; }

.header .navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
  padding: 12px 20px;
  text-transform: uppercase; }
  .header .navbar-expand-lg .navbar-nav .nav-link:hover, .header .navbar-expand-lg .navbar-nav .nav-link.active {
    color: #A20C0F;
    position: relative; }
    .header .navbar-expand-lg .navbar-nav .nav-link:hover:after, .header .navbar-expand-lg .navbar-nav .nav-link.active:after {
      content: "";
      position: absolute;
      width: calc(100% - 40px);
      height: 3px;
      background-color: #A20C0F;
      left: 20px;
      bottom: 0; }

.icon-1 {
  font-size: 10px;
  font-weight: 700;
  margin-left: 4px; }

.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: #A20C0F;
    position: relative; }
    .top_header .navbar-expand-lg .navbar-nav .nav-link:hover:after, .top_header .navbar-expand-lg .navbar-nav .nav-link.active:after {
      content: "";
      position: absolute;
      width: calc(100% - 40px);
      height: 3px;
      background-color: #A20C0F;
      left: 20px;
      bottom: 0; }

.navbar-toggler:focus {
  outline: 0; }

.dropdown-menu,
.dropdown-submenu {
  background-color: #A20C0F !important; }
  .dropdown-menu .dropdown-item,
  .dropdown-submenu .dropdown-item {
    color: #fff !important;
    padding: 8px 16px; }
    .dropdown-menu .dropdown-item:hover,
    .dropdown-submenu .dropdown-item:hover {
      background-color: #cb0b0b6b;
      color: #fafafa; }

.dropdown-menu li {
  position: relative; }

.nav-item .accord {
  display: none; }

.nav-item:hover .accord {
  display: block; }

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: 4px;
  background-color: #fff; }

.dropdown-menu .dropdown-submenu-left {
  right: auto;
  left: 100%; }

.dropdown-menu > li:hover > .dropdown-submenu {
  display: block; }

.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 #A20C0F;
  list-style: none;
  position: absolute;
  background: #616161;
  padding: 0;
  left: -15px;
  z-index: 99;
  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 .navbar-expand-lg .navbar-nav .sub-menu .nav-link.active, .top_header .navbar-expand-lg .navbar-nav .sub-menu .nav-link:hover {
    color: #000; }

.top_header .sub-menu {
  top: 45px; }

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  /* remove the gap so it doesn't close */ }

@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; }
        .header .nav-item .nav-link .icon {
          color: #bcc0be;
          font-size: 14px;
          display: block; }
      .header .nav-item .nav-link.active {
        color: #fff; }

  .h-call-text,
  .h-call-number {
    color: #fff !important; }

  .h-call {
    margin-top: 32px; }

  .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: #A20C0F;
    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: #007CBE;
  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: #A20C0F;
    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;
  display: inline-flex;
  align-items: center; }
  .btn i {
    margin-left: 12px; }

.btn-primary {
  transition: all 0.3s ease-in; }
  .btn-primary:hover {
    background-color: transparent;
    color: #A20C0F;
    border: 2px solid #A20C0F; }

.custom-btn {
  font-size: 18px;
  color: #A20C0F;
  font-weight: 600;
  position: relative;
  display: inline-block;
  z-index: 0;
  transition: all 0.5s; }
  .custom-btn:before {
    content: "";
    background-color: #007CBE;
    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 {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  padding: 8px 0; }
  .header .logo-color {
    display: none; }

.h-call {
  display: flex;
  margin-left: 16px; }
  .h-call .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 20px;
    margin-right: 8px;
    transition: all 0.3s ease; }
  .h-call-text {
    color: #fafafa;
    font-size: 14px; }
  .h-call-number {
    color: #fff;
    font-size: 16px; }
  .h-call:hover {
    text-decoration: none; }
    .h-call:hover .icon-wrap {
      box-shadow: 0 0 6px 6px #c197545c; }

.top-header {
  background-color: #fff;
  padding: 8px;
  border-bottom: 1px solid #c5c5c578; }
  .top-header-contact {
    display: flex;
    justify-content: end;
    align-items: center; }
    .top-header-contact-details {
      padding-left: 48px; }
  .top-header .icon {
    margin-right: 8px; }
  .top-header-mobile {
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center; }
    .top-header-mobile:hover {
      color: #fafafa; }
  .top-header a {
    color: #000;
    font-size: 18px;
    margin: 0 2px; }
    .top-header a:hover {
      color: #A20C0F; }

.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 .h-call .icon-wrap {
    background-color: #A20C0F;
    color: #fff; }
  .top_header .h-call .h-call-number {
    color: #000; }
  .top_header .h-call-text {
    color: #555; }
  .top_header .logo-color {
    display: block; }
  .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: url("../images/footer-bg.jpg");
  color: #F5F5F5;
  padding: 100px 0 40px 0;
  position: relative;
  font-size: 14px; }
  .footer-head {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 16px; }
  .footer-content {
    position: relative;
    z-index: 1; }
  .footer-nav {
    flex-wrap: wrap; }
  .footer-link {
    color: #F5F5F5;
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 16px;
    font-size: 14px; }
    .footer-link:hover {
      color: #fff; }
  .footer-logo {
    width: auto;
    height: 100px; }
  .footer .f-icon {
    font-size: 10px;
    transform: rotate(270deg);
    display: inline-block; }
  .footer .f-content-wrap {
    display: flex; }
    .footer .f-content-wrap i {
      margin-top: 4px;
      margin-right: 8px; }
  .footer ul {
    list-style-type: none;
    margin-bottom: 0; }
  .footer .dyi-link {
    font-weight: 600; }
  .footer .copyrights-text {
    font-size: 14px; }
  .footer .social-links {
    color: #A20C0F;
    font-size: 16px; }
  .footer .social-links {
    display: flex; }
    .footer .social-links .img-wrap {
      background-color: #fff;
      border-radius: 50%;
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 16px; }
      .footer .social-links .img-wrap i {
        font-size: 12px; }

.f-top {
  font-size: 18px;
  border-bottom: 1px solid #ffffff59;
  padding-bottom: 60px; }

.f-icon-wrap {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A20C0F;
  font-size: 24px;
  margin: auto;
  margin-bottom: 20px; }

.copyrights-text {
  background-color: #8a030a;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  text-align: center;
  padding: 8px 0; }

.e-verify-logo {
  background-color: #fff;
  width: auto;
  height: 50px; }

.wb-logo {
  height: 75px;
  border-radius: 10px; }

.m-f-footer {
  display: none; }

.fixed-social-links {
  position: fixed;
  right: 0;
  top: 45%;
  z-index: 99;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 0 4px #0000001f; }
  .fixed-social-links .img-wrap {
    padding: 8px;
    color: #A20C0F; }
    .fixed-social-links .img-wrap:hover {
      color: #2a2a2a; }

@media (max-width: 991.98px) {
  .footer {
    padding: 40px 0;
    text-align: center;
    font-size: 14px; }
    .footer-link {
      margin-bottom: 8px; }
    .footer .social-links {
      justify-content: center;
      margin-bottom: 60px; }

  .footer-logo {
    width: auto;
    height: 70px; }

  .footer-list {
    flex-direction: column; }
    .footer-list li {
      margin-bottom: 16px; }

  .footer-left {
    padding-bottom: 100px; }

  .footer .social-links {
    margin-bottom: 24px; }

  .footer-details {
    flex-direction: column; }

  .footer::before {
    width: 100%;
    height: 45%; }

  .footer::after {
    width: 100%;
    height: 55%;
    bottom: 0;
    top: auto; }

  .footer-heade-1 {
    margin-bottom: 4px; }

  .m-f-footer {
    background-color: #fff;
    display: none;
    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; }
    .m-f-footer .icon {
      display: block;
      margin-bottom: 8px; }
    .m-f-footer-content {
      display: flex;
      align-items: center;
      justify-content: space-around;
      text-align: center;
      font-weight: 600;
      font-size: 14px; }
      .m-f-footer-content a {
        color: #A20C0F; } }
.banner-wrap {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center; }

.banner-wrap-1 {
  position: relative;
  align-items: center; }

.home-banner-content {
  top: 400px;
  z-index: 2;
  text-align: left; }
  .home-banner-content .title {
    color: #fff; }
  .home-banner-content .title-1 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 32px; }
  .home-banner-content .short-title {
    background-color: #A20C0F;
    color: #fff;
    display: inline-block;
    padding: 4px 16px; }
  .home-banner-content .content {
    color: #000;
    font-size: 20px;
    margin-bottom: 32px; }
  .home-banner-content .banner-btn {
    background-color: #fff;
    color: #000;
    border-radius: 50px;
    display: inline-block;
    padding: 14px 70px 14px 32px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
    transition: all ease 0.3s; }
    .home-banner-content .banner-btn:hover {
      background-color: #A20C0F;
      color: #fff; }
  .home-banner-content .icon-wrap {
    width: 48px;
    height: 48px;
    background-color: #A20C0F;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 3px;
    right: 3px; }
  .home-banner-content .form-wrap {
    background-color: #a20c0fc2;
    height: auto;
    padding: 24px;
    border-radius: 10px; }
    .home-banner-content .form-wrap-title {
      color: #fff;
      font-size: 20px; }
  .home-banner-content .form-details {
    background-color: transparent;
    padding: 0; }
    .home-banner-content .form-details .form-control {
      padding: 8px 0;
      background-color: transparent;
      border: 0;
      border-bottom: 1px solid #fff;
      border-radius: 0;
      font-size: 14px;
      color: #fff; }
      .home-banner-content .form-details .form-control:focus {
        box-shadow: none; }
    .home-banner-content .form-details ::placeholder {
      color: #fafafacf; }
    .home-banner-content .form-details .form-group {
      margin-bottom: 16px; }

.sliding-banner {
  height: 100vh;
  overflow: hidden;
  position: relative; }
  .sliding-banner .slick-next,
  .sliding-banner .slick-prev {
    top: 40%; }
  .sliding-banner .slick-prev {
    left: 32px;
    transform: rotate(180deg); }
    .sliding-banner .slick-prev:before {
      content: "\e901"; }
  .sliding-banner .slick-next {
    right: 32px; }
  .sliding-banner .slick-arrow {
    display: none !important; }

.banner {
  background-image: url("../images/banner/banner-1.png");
  background-size: cover;
  background-position: center;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }

.banner-title {
  position: relative; }
  .banner-title:before {
    content: "";
    position: absolute;
    background-color: #A20C0F;
    left: -24px;
    width: 4px;
    height: 100%; }

.about-banner {
  background-image: url("../images/about.png");
  background-size: cover;
  min-height: 450px; }

.canada-banner {
  background-image: url("../images/canada-banner.jpg");
  background-size: cover; }

.uk-banner {
  background-image: url("../images/uk-banner.jpg");
  background-size: cover; }

.poland-banner {
  background-image: url("../images/poland-banner.jpg");
  background-size: cover; }

.malta-banner {
  background-image: url("../images/malta-banner.jpg");
  background-size: cover; }

.service-banner {
  background-image: url("../images/about-1.png");
  background-size: cover; }

.contact-banner {
  background-image: url("../images/contact-banner.png");
  background-size: cover;
  min-height: 450px; }

.testi-banner {
  background-image: url("../images/testim.jpg"); }

.mb-form {
  display: none; }

.m-full-image {
  display: none; }

@media (max-width: 991.98px) {
  .hb-banner {
    display: none; }

  .d-full-image {
    display: none !important; }

  .m-full-image {
    display: block; }

  .home-banner-content .form-wrap {
    background-color: #A20C0F; }

  .mb-form {
    display: block; }

  .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; }

  .banner-content-wrap .banner-content-text {
    font-size: 16px;
    padding: 16px;
    margin-bottom: 24px; }

  .sliding-banner {
    height: 100vh; }
    .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; }

  .contact-page .gmap {
    position: static;
    width: 100%;
    height: 450px; }
  .contact-page .form-details {
    padding: 16px;
    margin-bottom: 16px; }

  .sliding-banner {
    height: 75vh; }

  .canada-banner,
  .uk-banner,
  .malta-banner,
  .poland-banner {
    min-height: 350px; }

  .slide .slide__img img {
    max-width: inherit !important;
    height: 450px !important; } }
/* slideing */
@media (min-width: 992px) {
  .slider,
  .slide {
    height: 100vh; } }
.slide {
  position: relative; }

.slide .slide__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 5s; }

@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all 5s; } }
.slide .slide__img img {
  max-width: 100%;
  height: 100%;
  opacity: 1 !important;
  -webkit-animation-duration: 35s;
  animation-duration: 35s;
  transition: all 35s; }

.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 35s;
  animation-duration: 35s;
  transition: all 35s; }

.slick-dotted .slick-slider {
  margin-bottom: 30px; }

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1); }
  to {
    transform: scale3d(1.2, 1.12, 1.21); } }
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1); }
  to {
    transform: scale3d(1.2, 1.2, 1.2); } }
.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage; }

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    transform: scale3d(1, 1, 1); } }
@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    transform: scale3d(1, 1, 1); } }
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage; }

.section-space {
  padding: 80px 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: 80px 0; } }

/*# sourceMappingURL=global.css.map */
