html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: 'Arial';
  src: url('../fonts/ArialMT.woff2') format('woff2'),
    url('../fonts/ArialMT.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial Narrow';
  src: url('../fonts/ArialNarrow.woff2') format('woff2'),
    url('../fonts/ArialNarrow.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial-BoldMT.woff2') format('woff2'),
    url('../fonts/Arial-BoldMT.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial Narrow';
  src: url('../fonts/ArialNarrow-Bold.woff2') format('woff2'),
    url('../fonts/ArialNarrow-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Black.woff2') format('woff2'),
    url('../fonts/Geomanist-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Bold.woff2') format('woff2'),
    url('../fonts/Geomanist-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Regular.woff2') format('woff2'),
    url('../fonts/Geomanist-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Medium.woff2') format('woff2'),
    url('../fonts/Geomanist-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist.woff2') format('woff2'),
    url('../fonts/Geomanist.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gill Sans Ultra';
  src: url('../fonts/GillSans-UltraBold.woff2') format('woff2'),
    url('../fonts/GillSans-UltraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-ExtraLight.woff2') format('woff2'),
    url('../fonts/Geomanist-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gill Sans Ultra Bold Condensed';
  src: url('../fonts/GillSans-UltraBoldCondensed.woff2') format('woff2'),
    url('../fonts/GillSans-UltraBoldCondensed.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Light.woff2') format('woff2'),
    url('../fonts/Geomanist-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial-Black.woff2') format('woff2'),
    url('../fonts/Arial-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist Book';
  src: url('../fonts/Geomanist-Book.woff2') format('woff2'),
    url('../fonts/Geomanist-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Arial", sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Geomanist";
  font-weight: normal;
}

.error-msg1 {
  position: absolute;
  bottom: -12px;
  background: transparent;
  display: flex;
  line-height: 11px;
  background-color: #f00;
  color: #fff;
  font-size: 9px;
}

.overflow-visible {
  overflow: visible !important;
}

a {
  color: #666666;
}

a:hover {
  color: #312958;
}

a,
button {
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block;
}

p {
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

/*** Modal CSS ***/
.theme-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  outline: 0;
  opacity: 0;
  visibility: hidden;
}

.theme-modal.is-active {
  visibility: visible;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99999;
}

.theme-modal-content {
  border: 0;
  border-radius: 0;
}

.theme-modal-card-head {
  background-color: transparent;
  border: 0;
  padding: 20px 30px;
  height: inherit;
  border-radius: 0;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.theme-modal-card {
  position: relative;
  top: calc(50% + 30px);
  top: 50%;
  max-width: 600px;
  width: 100%;
  padding: 30px;
  max-height: inherit;
  transition: all 0.3s linear;
  background-color: #312958;
  background-color: #312958;
  /* border-radius: 10px; */
  margin: 0 auto;
  transform: translateY(-50%) scale(0);
}

.modal-title {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#home.is-active {
  overflow: hidden;
}

html:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #F2F1FF;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

html.is-active-1:before,
html.is-active:before {
  opacity: 1;
  visibility: visible;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.theme-modal.is-active .theme-modal-card {
  top: 50%;
  transform: translateY(-50%) scale(1);
}

.theme-modal-card-title {
  margin: 0;
  text-transform: uppercase;
}

.theme-modal-background {
  background-color: #000;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.theme-modal[style="visibility: visible;"] .theme-modal-card {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
}

.theme-modal[style="visibility: visible;"] .theme-modal-background {
  opacity: 0.9;
  visibility: visible;
}

.theme-modal-card-body {
  border: 0;
  position: relative;
  overflow: visible;
}

.theme-modal-card-body {
  padding: 30px;
  background-color: transparent;
  border: 1px solid rgb(255 255 255 / 20%);
}

.close1,
.close {
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: none;
  opacity: 1;
  border: none;
  background-color: #312958;
  position: absolute;
  top: -22px;
  right: -22px;
  margin: 0 auto;
  z-index: 10;
  cursor: pointer;
  /* border-radius: 8px; */
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  border: 1px solid #fff;
}

.close1:hover,
.close:hover {
  background-color: #7567b8;
  opacity: 1;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.theme-modal-card-body:before {
  left: 0;
}

.theme-modal-card-body:after {
  right: 0;
}

.theme-modal-card-title {
  color: #020203;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 5px;
}

.theme-modal-card-body img {
  margin: 0 auto;
  max-width: 350px;
}

.col-theme-modal .section-title {
  margin-bottom: 15px;
}

.theme-modal .section-title h2 {
  font-size: 26px;
  line-height: 30px;
  color: #fff;
}

/*** End Modal CSS ***/
.sticky-bottom-form .col-form .sm-form-control::-webkit-input-placeholder {
  color: rgb(255 255 255 / 0.7);
  font-family: 'Geomanist';
}

.sticky-bottom-form .col-form .sm-form-control:-ms-input-placeholder {
  color: rgb(255 255 255 / 0.7);
  font-family: 'Geomanist';
}

.sticky-bottom-form .col-form .sm-form-control::placeholder {
  color: rgb(255 255 255 / 0.7);
  font-family: 'Geomanist';
}

.theme-modal .col-form .sm-form-control::-webkit-input-placeholder {
  color: rgb(255 255 255 / 0.3);
  font-family: 'Geomanist';
}

.theme-modal .col-form .sm-form-control:-ms-input-placeholder {
  color: rgb(255 255 255 / 0.3);
  font-family: 'Geomanist';
}

.theme-modal .col-form .sm-form-control::placeholder {
  color: rgb(255 255 255 / 0.3);
  font-family: 'Geomanist';
}

.theme-scrollbar {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
}

.theme-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}

.theme-scrollbar::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.theme-scrollbar::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 3px;
}

ul:last-child {
  margin-bottom: 0;
}

iframe {
  border: none;
}

a,
b,
div,
li,
ul {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

a:active,
a:focus,
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
  -moz-outline: none;
  outline: 0;
}

a {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

.clear-both:after,
.clear-both:before {
  display: table;
  content: "";
  clear: both;
}

section,
.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.white-bg {
  background-color: #fff;
}

.gray-bg {
  background-color: #f8f8f8;
}

.light-pink-bg {
  background-color: #F2F1FF;
}

.full-width {
  width: 100%;
}

.center {
  text-align: center;
}

.overflow-visible {
  overflow: visible !important;
}

.section-title h1,
.section-title h2 {
  font-size: 36px;
  line-height: 36px;
  color: #312958;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.section-title {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.section-title:last-child {
  margin-bottom: 0;
}

.section-title h1 span,
.section-title h2 span {
  color: #1d57a3;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
  color: #fff;
}

p.dark,
span.dark,
.dark p,
.dark span {
  color: #fff;
}

.title-white .title-tagline {
  color: #eee;
}

.columns,
.columns:last-child {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.column {
  padding-top: 0;
  padding-bottom: 0;
}

picture {
  display: block;
}

.container {
  position: relative;
  z-index: 1;
}

.theme-btn {
  position: relative;
  /* background: #0076bc; */
  font-family: "Geomanist", sans-serif;
  border: 0;
  color: #0b1624;
  display: inline-block;
  padding: 8px 30px;
  font-size: 15px;
  text-align: center;
  line-height: 22px;
  font-weight: 500;
  cursor: pointer;
  z-index: 1;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* border-radius: 5px; */
}

.theme-btn span {
  display: block;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-btn:hover span {
  color: #ffffff;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  border-radius: 0px;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-btn:hover::before {
  width: 100%;
  background-color: #7567b8;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* .theme-btn:hover {
  color: #fff;
  background-color: #1d57a3;
} */

.theme-btn.white-btn {
  background: #fff;
  color: #001421;
  border: 1px solid #fff;
}

/* .theme-btn.white-btn:hover {
  background: #0076bc;
  color: #fff;
} */

.col-form {
  position: relative;
  margin-bottom: 20px;
}

.theme-input {
  position: relative;
}

.col-middle {
  display: table;
  width: 100%;
}

.col-middle-inner {
  display: table-cell;
  vertical-align: middle;
}

button:focus {
  outline: 0;
}

/* #back2top.active {
  bottom: 20px;
  visibility: visible;
  opacity: 1;
}

#back2top {
  position: fixed;
  bottom: 74px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 88;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
} */


.thankyou-msg {
  font-size: 18px !important;
  color: #fff !important;
  background: 0 0 !important;
}

.thankyou-logo img {
  /* max-width: 320px; */
  margin: 30px auto 0;
  height: 100px;
  width: auto;
}

.form-group,
.form-group-wrapper {
  position: relative;
}

label.error {
  color: #fff;
  background: red;
  font-size: 8px;
  position: absolute;
  left: 15px;
  bottom: -20px;
  line-height: 13px !important;
  top: auto;
  font-weight: bold;
}

.form-control.error {
  border-color: red;
}

.modal .form-control.error {
  margin-bottom: 30px;
}

.contact-form label.error {
  bottom: -16px;
  width: inherit;
}

.form-control {
  border-radius: 0;
}

.modal-content {
  border: 0;
  border-radius: 0;
}

.thankyou-block {
  height: 100vh;
}

.thankyou-block h1 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.list-point {
  padding: 0;
}

.list-point li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  margin-bottom: 5px;
}

.list-point li:last-child {
  margin-bottom: 0;
}

.list-point li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 100%;
  left: 0;
  top: 8px;
}

.splide__slide img {
  width: 100%;
}

.splide__arrow.splide__arrow--prev:disabled,
.splide__arrow.splide__arrow--next:disabled {
  display: none;
}

.splide__arrow {
  width: 45px;
  height: 45px;
  padding: 10px;
  color: #fff;
  background-color: #312958;
  border: 1px solid #ffffff;
  opacity: 1;
}

.splide__arrow:hover {
  background-color: #7567b8;
  color: #fff;
  opacity: 1;
}

.splide__arrow svg {
  font-size: 20px;
}

.splide__arrow--prev {
  left: 60px;
}

.splide__arrow--next {
  right: 60px;
}

.splide__pagination__page {
  width: 12px;
  height: 12px;
  background: #1d57a3;
  opacity: 0.5;
}

.splide__pagination__page.is-active {
  transform: none;
  background: #1d57a3;
  opacity: 1;
}

.splide__pagination {
  position: static;
  transform: none;
}

.sm-form-control {
  display: block;
  width: 100%;
  border: none;
  padding: 15px 15px 15px 0;
  background-color: transparent;
  border-radius: 0;
  resize: none;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #fff;
}

.pl-80 {
  padding-left: 80px !important;
}

.modal-card-body {
  padding: 30px;
}

.col-form label span {
  color: #ff0000;
}

.title-tagline {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 10px;
  display: block;
  color: #312958;
}

.close-button {
  top: 0;
  right: 0;
  padding: 5px;
  background-color: #065f9d;
  color: #ffffff;
  position: absolute;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.close-button svg {
  display: block;
}

.close-button:hover {
  opacity: 0.8;
  cursor: pointer;
}

.form-title {
  text-align: left;
  margin-bottom: 0;
  font-size: 24px;
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
}

header {
  position: fixed;
  z-index: 9999;
  padding: 14px 140px;
  width: 100%;
  top: 0;
  left: 0;
  -moz-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
  background: #312958;
  border-bottom: 1px solid #ffffff80;
}

#header.sticky {
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 10%);
  box-shadow: 0 0 12px rgb(0 0 0 / 10%);
}

.header__menu-link {
  font-size: 16px;
  color: #fff;
  /* transition: text-shadow 0.3s ease; */
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.col-header:last-child {
  text-align: right;
  padding: 0;
}

.theme-logo img {
  max-width: initial;
  width: auto;
  display: block;
  height: 70px;
}

.theme-logo a {
  display: block;
}

.header-primary-menu-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.col-header:first-child {
  max-width: 240px;
  padding: 0;
  flex: 0 0 240px;
}

.header__menu-item {
  display: inline-block;
  padding: 16px 10px;
}

header .columns {
  /* height: 80px !important; */
}

#section-banner,
.section-cms {
  margin-top: 94px;
}

.white-text {
  color: #fff !important;
}

.theme-padding {
  padding-left: 140px;
  padding-right: 140px;
}

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-top {
  animation: fade-in-top 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.fade-in-left {
  animation: fade-in-left 1s ease-in-out both;
}

.scrolled.fade-in-right {
  animation: fade-in-right 1s ease-in-out both;
}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.delay1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.delay2 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.delay3 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.delay4 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

.sticky-btn-enquire {
  position: fixed !important;
  top: 507px;
  right: -53px;
  font-size: 14px !important;
  padding: 11px 15px !important;
  z-index: 999 !important;
  transform: rotate(-90deg);
  transition: all 0.3s linear;
  background: #312958;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #fff;
}

.sticky-btn-enquire:hover {
  color: #fff;
}

.enquire-btn::before,
.sticky-btn-enquire::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  border-radius: 0px;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.enquire-btn:hover::before,
.sticky-btn-enquire:hover::before {
  width: 100%;
  background-color: #7567b8;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#scontactform h3 {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 0;
}

.sticky-bottom-form {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px 0 0px 15px;
  width: 100%;
  z-index: 999;
  background: #312958;
  max-width: 1344px;
  margin: 0 auto;
  right: 0;
  border: 1px solid rgb(255 255 255 / 60%);
  border-bottom: 0;
}

.sticky-bottom-form .col-form {
  position: relative;
  width: 20%;
  float: left;
  padding: 0 15px;
  margin: 0 0 10px !important;
}

.col-form-title {
  display: none;
}

.sticky-bottom-form .col-form .sm-form-control {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #ffffff;
  color: #fff;
  line-height: 19px;
}

.copyright-detail p {
  display: inline-block;
}

.captcha-query,
.captcha-sticky-query {
  position: absolute;
  color: white;
  top: 50%;
  letter-spacing: 10px;
  font-size: 14px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.location-column {
  margin-top: 60px;
}

.location-block {
  padding: 0 0 0 60px;
}

#location-slider1 {
  margin-top: 40px;
}

.location-list h3 {
  color: #28438c;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  min-height: 52px;
}

.listed-points li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
}

.listed-points li:last-child {
  margin-bottom: 0;
}

.listed-points li:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  background-image: url(../images/check.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.listed-points li:last-child {
  margin-bottom: 0;
}

#location-slider1 .splide__arrows .splide__arrow {
  bottom: -40px;
  top: auto;
  transform: none;
  left: 60px;
}

#location-slider1 .splide__arrows .splide__arrow.splide__arrow--next {
  left: 100px;
}

#location-slider1 .splide__arrows .splide__arrow svg {
  font-size: 16px;
}

#location-slider1 .splide__arrows .splide__arrow path {
  fill: #28438c;
}

#location-slider1 .splide__arrow {
  opacity: 1;
  background: transparent;
}

.location-img {
  background-color: #fff;
  padding: 30px;
  border: 10px solid #28438c;
}

#footer {
  padding: 40px 0;
  /* background: #312958; */
}

#home #footer {
  padding: 60px 0 80px;
}

.social-btns .social__icon svg {
  display: block;
  width: 35px;
  height: 35px;
  stroke: #fff;
  fill: transparent;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  border: 1px solid #000;
  padding: 5px;
}

.social-btns {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 10px;
  justify-content: center;
}

.social__icon {
  position: relative;
  display: block;
}

.contact-content-item h4 {
  margin-bottom: 10px;
}

.social-btns .social__icon:hover svg {
  fill: #312958;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.social-btns .social__icon svg path {}

.copyright-bar .columns {
  margin-bottom: -5px;
}

.col-copyright {
  margin-bottom: 5px;
}

li.small,
span.small,
p.small,
.small li,
.small span,
.small p {
  font-size: 14px;
}

.footer-block h3 {
  color: #28438c;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-menu li a {
  font-size: 14px;
}

.col-copyright:last-child {
  text-align: right;
}

.footer-menu li a:hover,
.copyright-detail a:hover {
  color: #7567b8;
}

.contact b {
  color: #28438c;
}

.theme-block {
  position: relative;
}

.theme-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #312958;
  z-index: 1;
  opacity: 0;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-block .theme-block-icon {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  z-index: 9;
}

.theme-block .theme-block-icon svg {
  width: 40px;
  height: 40px;
  color: #fff;
}

.theme-block:hover:before {
  opacity: 0.5;
}

.theme-block:hover .theme-block-icon {
  opacity: 1;
}

.section-cms {
  min-height: calc(100vh - 161px);
}

.cms-item p>a {
  color: #333;
}

.cms-item p>a:hover {
  color: #312958;
}

.sticky-notice {
  background-color: #b50000;
  position: fixed;
  top: 94px;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 5px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.sticky-notice span {
  font-size: 12px;
  line-height: 16px;
  display: block;
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.about-company-item {
  padding: 30px;
  text-align: center;
  background-color: #eee;
}

.counter-block h3 {
  font-size: 32px;
  font-weight: 600;
}

.counter-block p {
  margin-top: 6px;
}

/***Accordion***/
.accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  background-color: #fff;
  -moz-box-shadow: 0 4px 18px rgba(33, 33, 33, .1);
  -ms-box-shadow: 0 4px 18px rgba(33, 33, 33, .1);
  -o-box-shadow: 0 4px 18px rgba(33, 33, 33, .1);
  -webkit-box-shadow: 0 4px 18px rgb(33 33 33 / 10%);
  box-shadow: 0 4px 18px rgb(33 33 33 / 10%);
}

.accordion-desc b {
  display: inline-block;
}

.accordion .accordion-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.accordion-item.active {
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.accordion-title {
  position: relative !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  color: #312958 !important;
  font-weight: 600 !important;
  padding: 15px !important;
  gap: 20px;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  cursor: pointer;
  font-size: 18px;
  border-bottom: 1px solid #312958;
}

.accordion .accordion-item .accordion-desc {
  width: 100%;
  color: #262626;
  opacity: 0;
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0 15px !important;
  /* border-left: 2px solid transparent; */
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.accordion .accordion-item.active .accordion-desc {
  opacity: 1;
  max-height: 5000px;
  padding: 15px !important;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  border-bottom: 1px solid #312958;
}

.accordion .feather {
  position: relative;
  top: unset;
  transform: unset !important;
  right: unset;
  float: unset;
  margin: unset;
  color: #222222;
  /* border: 1px solid #222222; */
  border-radius: 100%;
  padding: 1px;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  pointer-events: none;
}

.accordion-item.active .feather-plus {
  display: none;
}

.feather-minus {
  display: none;
}

.accordion-item.active .feather-minus {
  display: block;
}

/***End Accordion***/

.theme-bg {
  background-color: #312958;
}

/* .call-btn {
  position: fixed;
  bottom: 74px;
  left: 20px;
  width: 40px;
  height: 40px;
  z-index: 888;
  display: block;
  text-align: center;
  border-color: #1d57a3;
  background-color: #1d57a3;
  animation: theme-pulse 2s infinite;
  border-radius: 100%;
  padding: 0;
}

.call-btn svg {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 7px;
} */

@keyframes theme-pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgb(29 87 163);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.theme-img-animation>picture>img {
  filter: blur(12px);
}

.theme-img-animation.eligibility>picture>img {
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.plan-inquire-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: fit-content;
  opacity: 1;
  visibility: visible;
  z-index: 9;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background: #fff;
  padding: 10px 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.plan-inquire-btn:hover {
  background: #312958;
  color: #ffffff;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.sticky-btn-enquire.sticky-brochure {
  top: 375px;
  right: -88px;
}

.header__menu-link:hover,
.header__menu-link.active {
  color: #7567b8;
  /* text-shadow: 1px 1px 10px #7567b8; */
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.columns.row-floorplans {
  justify-content: center;
  margin-bottom: -20px !important;
}

.col-floorplans {
  margin-bottom: 20px;
}

.scrollToTopBtn {
  position: fixed;
  bottom: 74px;
  right: 30px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 89;
  opacity: 0;
  transform: translateY(100px);
  transition: all .5s ease;
  border: 1px solid rgb(52 52 52 / 15%);
  background-color: #312958;
  color: #fff;
  border-radius: 100%;
  border: 1px solid #fff;
}

.scrollToTopBtn:hover {
  background: #7567b8;
}

.scrollToTopBtn.showBtn {
  opacity: 1;
  transform: translateY(0);
}

.tab-list li {
  list-style: none;
}

.tab-list .tab {
  position: relative;
  display: block;
  line-height: 1;
  padding: 14px 24px;
  border: 1px solid #000;
  text-align: center;
  width: 200px;
  background: transparent;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  cursor: pointer;
}

.tab-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.tab-list .tab:hover,
.tab-list .tab.is-active {
  background: #1d57a3;
  border: 1px solid #1d57a3;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}


.tab-list .tab a {
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.tab-list .tab:hover a,
.tab-list .tab.is-active a {
  color: #ffffff;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.theme-block.theme-img-animation {
  overflow: hidden;
}

.other-text,
.stock-image,
.actual-footage,
.actual-image,
.artistic-impression {
  position: relative;
}

.actual-footage::after,
.other-text::after,
.stock-image::after,
.actual-image::after,
.artistic-impression::after {
  content: "Artistic Impression";
  position: absolute;
  bottom: 5px;
  right: 8px;
  width: auto;
  height: auto;
  max-width: fit-content;
  z-index: 9;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-shadow: 1px 1px #000000;
}

.stock-image::after {
  content: "Stock Image";
}

.actual-image::after {
  content: "Actual image";
}

.actual-footage::after {
  content: "Actual Footage";
}

.other-text::after {
  content: "Image for representation purpose only";
  left: 8px;
}

.sticky-btn-enquire.call-btn {
  top: 230px;
  right: -15px;
  padding: 5px 20px !important;
}

.call-btn svg {
  width: 28px;
  height: 28px;
  position: relative;
  right: 0px;
  top: 2px;
}

.enquire-btn {
  position: relative;
  font-size: 14px !important;
  padding: 12px 24px !important;
  z-index: 999 !important;
  transform: rotate(-90deg);
  transition: all 0.3s linear;
  background: #312958;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #fff;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  transform: unset;
}

.enquire-btn:hover {
  color: #fff;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}


/**** About Us Start ****/

.row-about-us {
  margin: 0 -30px;
}

.col-about-us {
  padding: 0 30px;
}

/**** About Us End ****/


/**** WHAT MAKES CODENAME 'PACIFIC' AND CODENAME 'ATLANTIC' Start ****/

.section-codename-pacific-atlantic {
  background-image: url('../images/about-us/bg-1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-codename-pacific-atlantic:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}

/**** WHAT MAKES CODENAME 'PACIFIC' AND CODENAME 'ATLANTIC' End ****/


/**** Floor Plan Start ****/
.floor-item {
  position: relative;
  background-color: #fff;
  -moz-box-shadow: 0 4px 18px rgba(33, 33, 33, .1);
  -ms-box-shadow: 0 4px 18px rgba(33, 33, 33, .1);
  -o-box-shadow: 0 4px 18px rgba(33, 33, 33, .1);
  -webkit-box-shadow: 0 4px 18px rgb(33 33 33 / 10%);
  box-shadow: 0 4px 18px rgb(33 33 33 / 10%);
}

.floor-item p {
  position: relative;
  text-align: center;
  background: #fff;
  padding: 10px;
  font-weight: 600;
}

/**** Floor Plan End ****/



/**** Specification Start ****/
.specification-item-head img {
  width: 50px;
  height: 50px;
}

.specification-item {
  position: relative;
  background-color: #fff;
  -moz-box-shadow: 0 4px 18px rgba(33, 33, 33, .1);
  -ms-box-shadow: 0 4px 18px rgba(33, 33, 33, .1);
  -o-box-shadow: 0 4px 18px rgba(33, 33, 33, .1);
  -webkit-box-shadow: 0 4px 18px rgb(33 33 33 / 10%);
  box-shadow: 0 4px 18px rgb(33 33 33 / 10%);
  height: 100%;
  padding: 25px;
  border-radius: 8px;
}

.specification-item-head {
  float: none;
  margin: -75px auto 0;
  margin-bottom: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #312958;
  /* background: #312958; */
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#specification-slider-track {
  padding-top: 70px;
  padding-bottom: 30px;
}

h4 {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.specification-item-body h4 {
  margin-bottom: 15px;
}

.section-specification .section-title {
  display: inline-block;
}

#specification-slider .splide__arrows {
  position: absolute;
  top: -90px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

#specification-slider .splide__arrow {
  position: static;
  display: inline-block;
  margin: 0px;
  transform: none;
  padding: 9px;
}

/**** Specification End ****/


/**** Connectivity Start ****/
.connectivity-content {
  padding: 40px;
}

.accordion-desc p {
  margin-bottom: 10px;
}

.connectivity-item-body.theme-scrollbar {
  height: 490px;
  padding: 10px;
  margin-left: -10px;
}

.connectivity-content-block {
  position: relative;
}

.accordion-item:last-child .accordion-title {
  border-bottom: none;
}

.accordion-item.active:last-child .accordion-title {
  border-bottom: 1px solid #312958;
}

.accordion .accordion-item.active:last-child .accordion-desc {
  border-bottom: none;
}

.col-connectivity:first-child {
  background: #F2F1FF;
}

/**** Connectivity End ****/


/**** About the Developer Start ****/

.about-developer-img img {
  max-width: 140px;
  margin: 0 auto 40px;
}

.contact-content-item.theme-img-logo img {
  max-width: 280px;
}

/**** About the Developer End ****/

.qr-code-img img {
  max-width: 130px;
}

.qr-code-content {
  padding: 0 20px;
}

.qr-code-details {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 900px;
  margin: 0 auto 40px;
}

.qr-code-content p {
  margin-bottom: 5px;
}

.contact-content-item {
  position: relative;
  text-align: center;
}

.section-contact-details {
  margin-bottom: 60px;
}

.footer-item {
  position: relative;
  margin-bottom: 30px;
}

.footer a {
  color: #333;
}

.footer a:hover {
  color: #7567b8;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.qr-code-img {
  position: relative;
  flex: 0 0 130px;
}

/*** Amenities Start ***/
.amenities-item-img img {
  width: 50px;
  height: 50px;
}

.amenities-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.amenities-item-content h4 {
  text-transform: unset;
  margin-bottom: 2px;
  font-size: 20px;
}

.col-amenities-item .section-title {
  margin-bottom: 20px;
}

.convenience-on-premise-details {
  margin-bottom: 60px;
}

.amenities-item-details:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  height: 100%;
  background: #312958;
  background: #312958;
  z-index: -1;
}

.amenities-item-content p {
  margin-bottom: 0;
  font-weight: 600;
}

.amenities-item-content p:last-child {
  font-size: 14px;
  font-weight: 400;
}

h3 {
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 600;
}

.amenities-item:last-child {
  margin-bottom: 0;
}

.section-amenities .amenities-item-details:first-child:before {
  left: unset;
  right: 0;
}



/*** Amenities End ***/

.hidden-desktop {
  display: none !important;
}

.hidden-mobile {
  display: block !important;
}

.download-brochure-btn.theme-btn {
  background: #7567b8;
  color: #fff;
  display: block;
  max-width: fit-content;
  margin: 30px auto 0;
  padding: 14px 24px;
  font-size: 16px;
}

.social__icon img {
  transform: scale(1);
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  max-width: 35px;
  border-radius: 50%;
}

.social__icon:hover img {
  transform: scale(1.13);
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.t-and-c-apply-line p {
  font-size: 10px;
  margin-top: 30px;
}

/* .view-360-icon svg>path {
  fill: #312958;
}

.view-360-icon svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 30px;
} */


.degree-360-view-content .theme-block-icon.yBox.view-360-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 1;
  visibility: visible;
  width: fit-content;
  height: fit-content;
}

.degree-360-view-content .theme-block .theme-block-icon {
  opacity: 1;
}

.wrapper {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.video-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #000000;
  z-index: 999;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: #31295860;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.theme-block.degree-360-img .video-main svg {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-icon {
  position: relative;
  background: #312958;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.waves-block {
  position: relative;
}

.representation-purposes-line {
  position: relative;
  margin-top: 40px;
  text-align: center;
}

.representation-purposes-line small {
  font-size: 12px;
}