html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/4iCv6KVjbNBYlgoC1CzjsGyN.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/4iCs6KVjbNBYlgoKfw72.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/4iCv6KVjbNBYlgoCjC3jsGyN.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/4iCv6KVjbNBYlgoCxCvjsGyN.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  overflow: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Ubuntu", sans-serif;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}

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

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

a {
  color: #000;
}

a:hover {
  color: #211655;
}

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;
  background: #ffffff30;
  backdrop-filter: blur(6px);
}

.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);
  max-width: 1280px;
  width: 100%;
  /* padding: 30px; */
  max-height: inherit;
  transition: all 0.3s linear;
  background-color: #ffffff;
  /* border-radius: 10px; */
  margin: 0 auto;
  transform: translateY(-50%);
}

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

html:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
}

html.is-active-1:before,
html.is-active:before {
  opacity: 0.9;
  visibility: visible;
}

.theme-modal.is-active .theme-modal-card {
  top: 50%;
}

.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(0 0 0 / 100%);
}

.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;
}

.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.3);
  font-family: "Ubuntu";
}

.sticky-bottom-form .col-form .sm-form-control:-ms-input-placeholder {
  color: rgb(255 255 255 / 0.3);
  font-family: "Ubuntu";
}

.sticky-bottom-form .col-form .sm-form-control::placeholder {
  color: rgb(255 255 255 / 0.3);
  font-family: "Ubuntu";
}

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

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

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

.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: #f5f5f5;
}

.full-width {
  width: 100%;
}

.center {
  text-align: center;
}

.section-title h1,
.section-title h2 {
  margin: 0;
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
}

/* .section-title h1 {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
} */

h3 {
  color: #211655;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h4 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;
}

h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

h6 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

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

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

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

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

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

.pink-text {
  color: #9d1680;
}

/* .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;
  border: 0;
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  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;
  font-family: Ubuntu;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  text-transform: capitalize;
  color: #9d1680;
  background: #ffffff;
}

.theme-btn span {
  -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: #9d1680;
  -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: #9d1680;
  border: 1px solid #9d1680;
  border-radius: 10px;
  overflow: hidden;
}

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

.col-form {
  position: relative;
}

.theme-input {
  position: relative;
}

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

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

button:focus {
  outline: 0;
}

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

.thankyou-logo img {
  /* max-width: 320px; */
  margin: 30px auto 0;
  height: 70px;
  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: 30px;
  margin-bottom: 15px;
  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.pagination .splide__pagination {
  counter-reset: pagination-num;
}

.splide.pagination .splide__pagination__page:before {
  counter-increment: pagination-num;
  content: counter(pagination-num);
}

.splide.pagination .splide__pagination__page.is-active {
  transform: unset;
}

.splide.pagination .splide__pagination__page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: unset;
  font-size: 18px;
}

.splide__arrow svg {
  fill: transparent;
  transition: fill 0.2s linear;
}

.splide__arrow:hover:not(:disabled) svg {
  fill: transparent;
}

.splide {
  padding: 0;
}

.splide__slide img {
  width: 100%;
}

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

.splide__arrow {
  width: 40px;
  height: 40px;
  padding: 7px;
  color: #fff;
  background-color: #9d1680;
  border: 1px solid #9d1680;
  opacity: 1;
  border-radius: 0;
}

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

.splide__arrow svg {
  font-size: 24px;
  height: auto;
  width: auto;
}

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

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

.splide__pagination__page {
  width: 12px;
  height: 12px;
  background: #9d1680;
  opacity: 0.5;
}

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

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

.sm-form-control {
  display: block;
  width: 100%;
  border: none;
  padding: 12px;
  background-color: transparent;
  border-radius: 0;
  resize: none;
  color: #000;
  font-size: 14px;
  background: #e9e8ee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

.title-tagline {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 15px;
  display: block;
}

.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__menu-link {
  font-size: 16px;
  line-height: 22px;
  /* 137.5% */
  text-transform: capitalize;
  display: block;
  text-align: left;
  position: relative;
  color: #fff;
}

.theme-logo img {
  width: auto;
  display: block;
  max-width: 220px;
  margin: 0 auto;
}

.theme-logo a {
  display: block;
}

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

#header-primary-menu {
  display: flex;
  align-items: end;
  justify-content: end;
}

.header__menu-item {
  display: inline-block;
  padding: 16px 20px;
  position: relative;
}

.section-start,
#section-banner,
.section-cms {
  margin-top: 0;
}

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

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
  position: relative;
  z-index: 9;
}

.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: 330px;
  right: -39px;
  font-size: 14px !important;
  padding: 10px 15px !important;
  z-index: 999 !important;
  transform: rotate(-90deg);
  transition: all 0.3s linear;
  background-color: #1d57a3;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #fff;
}

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

.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;
}

.sticky-btn-enquire:hover::before {
  width: 100%;
  background-color: #9d1680;
  -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.white-btn:hover {
  color: #fff;
}

#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: #1d57a3;
  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 #b6dfeb;
  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%);
}

.listed-points li {
  margin: 6px 0;
  position: relative;
  padding-left: 20px;
}

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

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

.copyright-detail .small {
  font-size: 14px;
  color: #ffffff;
}

.chatbot-block {
  position: fixed;
  bottom: 10px;
  border: 0 solid;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
  z-index: 999 !important;
  right: 10px;
  overflow: hidden;
  /*width: 410px;*/
  /*height: calc(100vh - 110px);*/
  /*min-height: 200px;*/
  /*border: 1px solid #fff;*/
}

.chatbot-block iframe {
  height: 100%;
  width: 100%;
  min-width: 500px;
  min-height: 420px;
}

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

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

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

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

.contact b {
  color: #28438c;
}

.theme-block {
  position: relative;
}

.theme-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #51127f;
  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);
}

.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;
}

.accordion .accordion-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  -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;
}

.accordion-item.active {
  -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;
}

.accordion-title {
  position: relative !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #00000090;
  color: #000 !important;
  font-weight: 600 !important;
  padding: 20px !important;
  gap: 20px;
  -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;
  cursor: pointer;
}

.accordion .accordion-item .accordion-desc {
  width: 100%;
  color: #262626;
  opacity: 0;
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0 20px !important;
  border-left: 2px solid transparent;
  -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;
}

.accordion .accordion-item.active .accordion-desc {
  opacity: 1;
  max-height: 5000px;
  padding: 20px !important;
  -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;
}

.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;
}

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

.feather-minus {
  display: none;
}

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

/***End Accordion***/

.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 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;
  background: #fff;
  padding: 10px 20px;
  font-weight: 600;
}

.sticky-btn-enquire.sticky-brochure {
  top: 240px;
  right: -96px;
}

.header__menu-link.active {
  color: #fff;
  font-weight: bold;
}

.justify-content-center {
  justify-content: center;
}

.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 0.5s ease;
  border: 1px solid rgb(52 52 52 / 15%);
  background-color: #211655;
  color: #fff;
  border-radius: 100%;
  border: 1px solid #ffffff30;
}

.scrollToTopBtn:hover {
  background: #9d1680;
}

.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 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;
  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 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;
}

.tab-list .tab a {
  -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;
}

.tab-list .tab:hover a,
.tab-list .tab.is-active a {
  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-block.theme-img-animation {
  overflow: hidden;
}

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

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

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

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

.italic {
  font-style: italic !important;
}

/***** Banner Css Start *****/
.banner-content-details h5 {
  max-width: 600px;
}

.banner-content-details {
  margin-bottom: 40px;
}

.theme-buttons-wrapper,
.contact-btns {
  display: flex;
  align-items: center;
  gap: 20px;
}

.theme-btn:hover {
  color: #ffffff;
}

.banner-content .section-title {
  position: relative;
  margin-right: -200px;
}

.col-banner:first-child {
  position: relative;
}

.col-banner:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  right: -180px;
  width: 180px;
  height: 100%;
  background-color: #211655;
  clip-path: polygon(0 0, 100% 0, 10% 100%, 0% 100%);
}

/***** Banner Css End *****/

/***** Problem Statement + Solutions Css Start *****/

.problem-statement-solutions-content {
  padding: 20px;
}

/* .problem-statement-solutions-item:last-child {
  margin-bottom: 40px;
} */

#problem-statement-solutions-slider .splide__track {
  padding: 30px 0px;
  margin: 0px -30px;
}

#problem-statement-solutions-slider-responsive .splide__track {
  padding: 30px 0px;
  margin: 0px -30px;
}

.section-problem-statement-solutions .section-title {
  margin-bottom: 20px;
}

/***** Problem Statement + Solutions Css End *****/

/***** Blogs Css Start *****/
.blogs-item {
  /* background: #FFF; */
  -moz-box-shadow: 0 4px 18px rgba(33, 33, 33, 0.1);
  -ms-box-shadow: 0 4px 18px rgba(33, 33, 33, 0.1);
  -o-box-shadow: 0 4px 18px rgba(33, 33, 33, 0.1);
  -webkit-box-shadow: 0 4px 18px rgb(33 33 33 / 10%);
  box-shadow: 0 4px 18px rgb(33 33 33 / 10%);
  height: 100%;
}

.know-more-btn img,
.explore-btn img {
  max-width: 24px;
}

.know-more-btn,
.explore-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #9d1680;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  position: relative;
  max-width: fit-content;
}

/*
#blogs-slider-track {
  margin: -30px;
}

#blogs-slider-track {
  padding: 30px 0;
}*/

/***** Blogs Css End *****/

.f-500 {
  font-weight: 500 !important;
}

.f-600 {
  font-weight: 600 !important;
}

.learn-more-icon img {
  max-width: 65px;
  margin: 0 auto 40px;
}

.banner-content-details h6 {
  margin-bottom: 15px;
}

.col-learn-more {
  padding: 0 20px;
  margin-bottom: 40px;
}

.columns.row-learn-more {
  margin: 0 -20px;
  margin-bottom: -40px !important;
}

h5 .big-text {
  font-size: 34px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  color: #9d1680;
}

h5 .blue-text {
  color: #211655;
  font-style: italic;
  font-weight: 700;
}

.promise-statement h5 {
  margin-bottom: 30px;
}

.theme-btn.active {
  color: #ffffff;
  background: #9d1680;
}

h6 a {
  color: #000000;
}

/******** blog Css Start *******/
#section-blog {
  position: relative;
  padding-bottom: 80px;
}

.blog-details .section-title {
  margin: 0 auto 50px;
}

.blog-title-details .theme-link {
  position: absolute;
  display: inline;
  right: 0;
  bottom: 0;
}

.blog-title-details .content-desc-line {
  margin-bottom: 0;
}

.header__menu-link:hover {
  color: #9d1680 !important;
}

#blogs #section-blog:before {
  display: none;
}

.blog-item {
  position: relative;
  margin-bottom: 90px;
}

.row-blog {
  margin: 0 -40px;
}

.col-blog-item {
  position: relative;
  margin-bottom: 60px;
  padding: 0 40px;
}

.blog-item:hover .blog-item-desc a {
  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;
}

.blog-item:hover .blog-item-desc {
  background: #ac1e2e;
  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;
}

.blog-item:hover .blog-item-desc h4 {
  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;
}

.blog-item:hover .theme-link {
  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;
}

.blog-item:hover .theme-link:before {
  background-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;
}

.blog-item .theme-link:hover {
  color: #fdd274;
  -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;
}

#section-blog:before {
  content: "";
  position: absolute;
  left: 0;
  width: 38%;
  height: 85%;
  background: #f5f5f5;
  clip-path: polygon(0 0, 62% 0, 100% 100%, 0% 100%);
  top: -100px;
}

.blog-item {
  position: relative;
  overflow: visible;
}

.blog-item-desc {
  position: absolute;
  padding: 20px;
  background: #fafafa;
  width: 75%;
  bottom: -90px;
  right: -1px;
  -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;
}

#blog-slider-track {
  position: relative;
  padding-bottom: 0;
}

#blog-slider .is-active.is-visible .blog-item-desc {
  background: #ac1e2e;
  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;
}

#blog-slider .is-active.is-visible .theme-link {
  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;
}

#blog-slider .is-active.is-visible .theme-link:hover {
  color: #fdd274;
  -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;
}

#blog-slider .is-active.is-visible .theme-link:before {
  background: #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;
}
.blog-post-details h1{
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/******** blog Css End *******/
.explore-btn.theme-btn.back-to-blogs.active {
  max-width: fit-content;
}

.back-blog {
  position: absolute;
  left: 0;
  top: 0;
}

.section-blog-post h5 {
  margin-bottom: 10px;
  font-weight: 600;
}

.mb-30 {
  margin-bottom: 30px;
}

.blog-post-details h1,
.blog-post-details h3 {
  margin-bottom: 30px;
}

.recent-post-img img {
  position: relative;
  max-width: 90px;
}

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

.recent-post-item-content {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.row-blog-post {
  margin: 0 -50px;
}

.col-blog-post {
  padding: 0 50px;
  position: relative;
}

.col-blog-post:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #d7d7d7;
}

#blogs-and-articles .subpage-banner-img.blog-inner-page:before {
  background: unset;
  mix-blend-mode: unset;
  opacity: unset;
  background: #000000;
  opacity: 0.5;
}

.recent-post-img {
  flex-shrink: 0;
}

#paginated-list h3 {
  margin-bottom: 30px;
}

.theme-logo {
  position: relative;
}

.form-fields-block {
  position: relative;
  padding: 20px 50px 20px 20px;
}

.form-label {
  display: block;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.theme-logo.logo-form {
  position: absolute;
  top: 45px;
  left: 40px;
}

.form-contact-item h5 {
  text-transform: capitalize;
  margin-bottom: 5px;
}

.form-contact-item p {
  color: #ffffff;
}

.form-contact-item p a {
  color: #ffffff;
}

.form-contact-item {
  max-width: 350px;
}

.form-contact-item {
  margin-bottom: 30px;
}

.header-item {
  position: relative;
}

.contact-block {
  position: absolute;
  bottom: 0;
  left: 40px;
}

#inquiry .columns {
  margin-bottom: 20px;
}

.our-brand-logo-slider picture img {
  height: auto;
  width: auto;
  max-width: 100px;
  max-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

#our-brand-logo-slider picture,
#our-brand-logo-slider2 picture,
#our-brand-logo-slider3 picture,
#our-brand-logo-slider4 picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* #section-blogs {
  padding-top: 60px;
  padding-bottom: 60px;
} */

textarea {
  color: #000;
}

.problem-statement-solutions-res:last-child .problem-statement-solutions-item {
  margin-bottom: 0;
}

.learn-more-item .banner-content-details {
  margin-bottom: 0;
}

.problem-statement-solutions-slider-responsive-item {
  display: none;
}

.know-more-btn img,
.explore-btn img {
  margin-left: 0px;
  position: relative;
  -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;
}

.know-more-btn:hover img,
.explore-btn:hover img {
  margin-left: 5px;
  position: relative;
  -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;
}

.know-more-btn::before,
.explore-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;
}

.know-more-btn:hover::before,
.explore-btn:hover::before {
  width: 100%;
  background-color: #9d1680;
  -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;
}

.learn-more-highlight {
  margin-top: 40px;
  max-width: 991px;
  margin: 40px auto 0;
}

h2.blue-text {
  color: #211655;
}

.col-problem-statement-solutions {
  margin-bottom: 10px;
}

.section-problem-statement-solutions .theme-btn.know-more.active {
  display: block;
  max-width: fit-content;
  margin: 20px auto 0;
}

#home
  .problem-statement-solutions-res:last-child
  .problem-statement-solutions-item {
  margin-bottom: 0;
}

.our-partners-logo-detail {
  margin-top: 10px;
}

.blog-post-details .banner-img {
  margin-bottom: 30px;
}

.col-brand-logo {
  padding: 0 20px;
  position: relative;
}

.col-brand-logo:first-child {
  position: relative;
}

/* .col-brand-logo:first-child::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #9D1680;
} */

#our-brand-logo-slider picture img {
  height: auto;
}

.section-our-brand-first-slider {
  background: #fff;
  -moz-box-shadow: 0 4px 18px rgba(33, 33, 33, 0.1);
  -ms-box-shadow: 0 4px 18px rgba(33, 33, 33, 0.1);
  -o-box-shadow: 0 4px 18px rgba(33, 33, 33, 0.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: 40px 0px;
  padding-bottom: 10px;
  margin-bottom: 30px !important;
}

.theme-block.intro-video-item {
  max-width: 1000px;
  margin: 0 auto;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  /* background: #fa183d; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #9d1680;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #9d1680;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 24px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  left: 2px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.section-wrapper {
  min-height: calc(100vh - 148px);
}

.columns.row-brand-logo {
  margin: 0 -20px !important;
}

.slider2-inner-brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}

#our-clients-logo-slider2-responsive,
#our-brand-logo-slider2-responsive,
#our-brand-logo-slider3-responsive,
#our-brand-logo-slider4-responsive {
  display: none;
}

.solution-inner-content h4 {
  line-height: 1.4;
  margin-bottom: 10px;
}

.solution-inner-content h4:last-child {
  margin-bottom: 0;
}

.header__menu-item:last-child {
  padding-right: 0;
}

.sub-menu-details {
  position: absolute;
  top: 80px;
  left: -40px;
  padding: 20px;
  background: #fffffffa 0% 0% no-repeat padding-box;
  border-radius: 8px;
  white-space: normal;
  -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;
  z-index: 99;
  box-shadow: 0 0 6px rgb(0 0 0 / 40%);
  opacity: 0;
  visibility: hidden;
  -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;
  width: 350px;
}

.sub-menu-details li {
  position: relative;
  margin-bottom: 10px;
}

.sub-menu-details li:last-child {
  margin-bottom: 0;
}

.header__menu-item.sub-menu-link:hover .sub-menu-details {
  opacity: 1;
  visibility: visible;
  -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;
}

.solution-inner-content-head .section-title {
  margin-bottom: 20px;
}

.solution-inner-content-head {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px;
}

.solution-inner-content-head h4 {
  margin-bottom: 20px;
}

.first-section-content .section-title {
  margin-bottom: 20px;
}

.section-wrapper .section-title h2 {
  line-height: 1.2;
}

.first-section-content.gray-bg {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.first-section-content {
  margin: 60px 0px;
}

.solution-inner-content .section-title {
  margin-bottom: 20px;
}

.solution-inner-content-item {
  margin-bottom: 60px;
}

.solution-inner-content-item:last-child {
  margin-bottom: 0px;
}

.theme-block.solution-inner-img.youtube-icon .theme-block-icon {
  opacity: 1;
  visibility: visible;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-block.solution-inner-img.youtube-icon:before {
  border-radius: 35px;
}

.real-estate-managment-solutions-details .section-title {
  max-width: 700px;
  margin: 0 auto 20px;
}

.real-estate-managment-solutions-details p {
  max-width: 1100px;
  margin: 0 auto 50px;
}

.real-estate-managment-content-item p {
  margin-bottom: 0 !important;
}

.mb-60 {
  margin-bottom: 60px;
}

.solution-inner-content h5 {
  margin-bottom: 10px;
}

.solution-inner-content h5:last-child {
  margin-bottom: 0;
}

.solution-inner-content-head .section-title {
  margin-bottom: 0;
}

.arrow-up {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  top: -28px;
  left: 80px;
}

.arrow-bottom {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
}

.header__menu-item.sub-menu-link {
  padding-right: 30px;
}

.theme-btn.has-text-centered {
  margin: 0 auto;
  max-width: fit-content;
  display: block;
}

.theme-block-video-img {
  position: relative;
}

.theme-block-video .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 12px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  left: 2px;
}

.theme-block-video .video-play-button:before,
.theme-block-video .video-play-button:after {
  width: 50px;
  height: 50px;
}

.theme-block-video-desc-title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sleepless-rangers-main-desc-model .know-more-btn::before {
  display: none;
}

.theme-block-video-img {
  position: relative;
}

.theme-block-video {
  position: relative;
}

.theme-block-video-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.2;
  -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-video-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgb(255 0 0 / 40%);
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.theme-block-video-icon svg path {
  fill: #fff;
}

.theme-block-video-icon svg {
  position: relative;
  left: 1px;
  width: 20px;
  height: 20px;
}

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

.theme-block-video:hover .theme-block-video-img:before {
  opacity: 0.6;
}

.theme-block-video:hover .theme-block-video-icon {
  background-color: #ff0000;
}

.list-point.dark li:before {
  background-color: #fff;
}

.sleepless-rangers-video .theme-block-video-desc h4 {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}

.view-more-btn {
  margin-top: 40px;
  text-align: center;
}

.sleepless-rangers-video-items {
  height: 100%;
  position: relative;
}

.sleepless-rangers-video .theme-block-video-desc h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 0;
}

.sleepless-rangres-inner {
  position: relative;
  -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-video-desc-title {
  -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;
}

.sleepless-rangers-video-desc {
  font-size: 14px;
  margin: 5px 0 8px;
}

body.is-active {
  overflow: hidden;
  -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;
}

/* body#sleepless-rangers:before,
body#home::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 9999;
  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;
}

body#sleepless-rangers.is-active::before,
body#home.is-active::before {
  opacity: 0.99;
  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;
} */

.sleepless-rangers-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  outline: 0;
  opacity: 0;
  visibility: hidden;
  padding: 30px;
  -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;
}

.sleepless-rangers-modal.is-active {
  visibility: visible;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99999;
  -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;
}

.sleepless-rangers-modal-card {
  position: relative;
  top: calc(50% + 30px);
  max-width: 1000px;
  width: 100%;
  padding: 50px 40px;
  max-height: inherit;
  background-color: #ffffff;
  margin: 0 auto;
  transform: translateY(-50%);
  -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;
  border: 1px solid #ffffff20;
}

.sleepless-rangers-theme-modal-wrapper p {
  color: #000;
}

.sleepless-rangers-modal.is-active .sleepless-rangers-modal-card {
  top: 50%;
}

.sleepless-rangers-modal-close {
  position: absolute;
  top: -2px;
  right: -1px;
  width: 40px;
  height: 40px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  z-index: 9999;
  background-color: #211655;
  border-left: 1px solid #ffffff20;
  border-bottom: 1px solid #ffffff20;
}

.sleepless-rangers-modal-close,
.sleepless-rangers-modal-close span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sleepless-rangers-main-desc-model .read-more-link {
  padding-bottom: 0;
  display: block;
  text-align: right;
  opacity: 0;
}

.sleepless-rangers-video-items:hover .read-more-link {
  opacity: 1;
}

.read-more-link:before {
  display: none;
}

.sleepless-rangers-main-desc-model {
  margin-top: 20px;
}

html.is-active {
  overflow: hidden;
}

.sleepless-rangers-wrapper .read-more-link-icon {
  background-color: #343434;
  color: #fff !important;
}

.sleepless-rangers-wrapper .read-more-link span {
  color: #343434;
}

.blog-item .sleepless-rangers-video-items {
  border: 0;
  padding: 0;
}

#section-promise-statement .theme-btn.has-text-centered {
  margin-top: 40px;
}

.sleepless-rangers-theme-modal-wrapper h4 {
  margin-bottom: 20px;
  line-height: 1.3;
}

.sleepless-rangers-modal-close:hover {
  color: #ffffff;
  background: #9d1680;
}

.text-pink {
  color: #9d1680 !important;
}

.font-600 {
  font-weight: 600;
}

.col-brand-logo .our-brand-logo-slider {
  position: relative;
  overflow: hidden;
}

.col-brand-logo .our-brand-logo-slider:before,
.col-brand-logo .our-brand-logo-slider:after {
  position: absolute;
  content: "";
  top: 0;
  left: -1px;
  width: 30px;
  height: 100%;
  z-index: 1;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

.col-brand-logo .our-brand-logo-slider:after {
  left: unset;
  right: -1px;
  transform: rotate(180deg);
}

.static-brand-logo-item img {
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

#logo-slider .static-brand-logo-item img{
      max-height: 60px;
}

.static-brand-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 70px;
}

/* .static-brand-logo {
  padding: 0 10px 20px;
} */

/* .static-brand-logo .static-brand-logo-col {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
} */

.static-brand-logo .static-brand-logo-cols {
  /* margin-bottom: -20px; */
  justify-content: center;
}

/* .static-brand-logo .static-brand-logo-cols:last-child .static-brand-logo-col {
  border-bottom: 0;
} */

.banner-video-detail video {
  display: block;
}

#case-studies-slider-track {
  margin: 0 -10px !important;
}

.case-studies-details .section-title p {
  max-width: 850px;
  margin: 15px auto 0;
}

.case-studies-home-detail .know-more-btn::before {
  display: none;
}

.section-group-case-study .section-title p {
  max-width: 800px;
  margin: 15px auto 0;
}

.case-study-content-item-block h3 {
  position: relative;
  margin-bottom: 20px;
}

.section-title.case-study-content-item-title {
  position: relative;
  padding: 30px;
  margin-bottom: 0;
}

.col-case-study-content-item {
  position: relative;
}

.case-study-wrapper-title {
  margin-bottom: 50px;
}

.case-study-content-item {
  margin-bottom: 60px;
}

.case-study-content-item:last-child {
  margin-bottom: 0px;
}

.col-case-study-content-item {
  padding: 0 80px;
}

.columns.row-case-study-content-item {
  margin: 0 -80px;
}

.case-study-content-wrapper-result-line {
  margin-top: 50px;
  position: relative;
}

.problem-statement-solutions-content p::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}

.problem-statement-solutions-content p::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.problem-statement-solutions-content p::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 3px;
}

.problem-statement-solutions-item-number {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #9d1680;
  color: #ffffff;
  padding: 6px 15px;
}

#section-sleepless-rangers .know-more {
  margin-top: 40px;
}

.col-brand-logo {
  margin-bottom: 40px;
}

.columns.row-brand-logo {
  margin-bottom: -40px !important;
  justify-content: center;
}

.row-footer {
  justify-content: center;
}

/* all-custom2 css Start   */

header {
  position: fixed;
  z-index: 9999;
  padding: 14px 240px;
  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);
  -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;
}

#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%);
  background-color: #9d1680;
  -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;
  position: fixed !important;
  animation: slide-down 1s !important;
}

.close1,
.close {
  color: #fff;
  background-color: #9d1680;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: none;
  opacity: 1;
  border: none;
  margin: 0 auto;
  cursor: pointer;
  -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;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

.close1:hover,
.close:hover {
  color: #000;
  background-color: #fff;
  opacity: 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;
}

.theme-bg {
  background-color: #9d1680;
}

.p-relative {
  position: relative;
}

.video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video-bg video {
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.problem-statement-video video {
  object-position: center;
}

.banner-content {
  position: absolute;
  top: 20%;
  left: 4%;
}

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

.intro-video-details {
  position: absolute;
  top: 20%;
  /* left: 4%; */
  z-index: 10;
  width: 100%;
  /* max-width: 1200px; */
}

.h-100vh {
  height: 100vh;
}

.promise-statement-slider {
  max-width: 700px;
  position: relative;
  z-index: 1;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: unset;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: unset;
}

.problem-statement-solutions-item-number {
  border-bottom-right-radius: 30px;
}

.problem-statement-solutions-content h6 {
  margin-bottom: 20px;
  color: #fff;
}

.problem-statement-solutions-content p {
  position: relative;
  color: #fff;
  line-height: normal;
}

.know-more-btn-without-bg.know-more-btn {
  color: #fff;
}

.know-more-btn-without-bg.know-more-btn:hover::before {
  display: none;
}

.splide__arrows.bg-unset .splide__arrow {
  background-color: unset;
  border: unset;
}

.sub-menu-details .header__menu-link {
  color: #000;
}

.sub-menu-details .header__menu-link:hover {
  color: #9d1680 !important;
}

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

.col-middle:first-child {
  text-align: right;
  max-width: 240px;
  flex: 0 0 auto;
}

.footer-contact h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  max-width: fit-content;
  padding-right: 15px;
}

.footer-contact span {
  font-size: 18px;
  line-height: 18px !important;
}

.footer-contact a {
  color: #ffffff;
  text-transform: lowercase;
}

.footer-contact a:hover {
  color: #9d1680;
}

.theme-backdrop-withot-flex {
  display: block !important;
}

.theme-backdrop {
  -moz-box-shadow: 0 4px 18px rgba(33, 33, 33, 0.1);
  -ms-box-shadow: 0 4px 18px rgba(33, 33, 33, 0.1);
  -o-box-shadow: 0 4px 18px rgba(33, 33, 33, 0.1);
  -webkit-box-shadow: 0 4px 18px rgb(33 33 33 / 10%);
  box-shadow: 0 4px 18px rgb(33 33 33 / 10%);
  height: 100%;
  position: relative;
  vertical-align: middle;
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  padding: 30px;
  justify-content: center;
  background: rgb(157, 22, 128);
  background: linear-gradient(
    325deg,
    rgba(157, 22, 128, 1) 18%,
    rgba(81, 18, 127, 1) 100%
  );
}

.theme-backdrop.theme-backdrop-reverse {
  background: rgb(157, 22, 128);
  background: linear-gradient(
    165deg,
    rgba(157, 22, 128, 1) 18%,
    rgba(81, 18, 127, 1) 100%
  );
}

.problem-statement-solutions-item {
  padding: 50px 20px;
}

.grievance-block {
  background-color: #f5f6fa;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.section-start-wrapper {
  z-index: 1;
  position: relative;
}

.section-start-wrapper .problem-statement-solutions-item {
  height: 100%;
  position: relative;
  vertical-align: middle;
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  padding: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgb(157, 22, 128);
  background: linear-gradient(
    325deg,
    rgba(157, 22, 128, 1) 18%,
    rgba(81, 18, 127, 1) 100%
  );
}

header {
  background-color: #9d1680;
  position: relative;
}

#home header {
  background-color: unset;
  position: fixed;
}

/* #problem-statement-solutions .header__menu-link:hover {
  color: #000 !important;
} */

/* .problem-statement-inner-link-btn {
  position: absolute;
  left: 0;
  bottom: 10px;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
} */

.header__menu-link:hover {
  color: #fff !important;
}

.header__menu-link:after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 10px;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(0, 1);
}

.header__menu-link.active:after,
.header__menu-link:hover:after {
  opacity: 1;
  transform: scale(1);
}

.sub-menu-details .header__menu-link:after {
  display: none !important;
}

.section-title h1,
.section-title h2 {
  font-style: italic;
  letter-spacing: 2px;
}

h5 {
  line-height: 26px;
  font-size: 18px;
}

.theme-btn.white-btn-update {
  border: 1px solid #fff;
  background-color: #9d1680;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
  overflow: hidden;
}

.know-more-btn,
.explore-btn {
  font-size: 14px;
}

.responsive-screen-menu {
  display: none !important;
}

.promise-statement-slider .theme-backdrop {
  padding: 0;
}

.promise-col .section-title h2 {
  font-size: 30px !important;
  line-height: 40px;
}

/* .promise-statement-details .section-title h2 {
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  line-height: 22px;
  text-transform: capitalize;
} */

.promise-statement-details .promise-statement:first-child {
  margin-bottom: 20px;
}

/* .case-studies-home-detail {
  background: #ffffff;
  -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%);
  padding: 50px 30px;
  position: absolute;
  top: 50%;
  max-width: 460px;
  display: block;
  margin-left: auto;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.case-studies-item-image picture {
  width: calc(100% - 230px);
}

.case-studies-home-detail h4 {
  margin-bottom: 15px;
} */

.case-studies-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 80px;
  gap: 20px;
}

#case-studies-slider .splide__arrow--prev {
  left: 0;
}

#case-studies-slider .splide__arrow--next {
  right: 0;
}

.case-studies-home-detail h4 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: normal;
}

.case-studies-home-detail {
  max-width: 360px;
}

.theme-img-bg {
  position: relative;
  height: 100%;
  width: 100%;
}

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

.section-intro-video .theme-img-bg {
  top: -150px;
  margin-bottom: -150px;
  z-index: 9;
}

.promise-statement-details-main {
  position: absolute;
  top: 100px;
}

.section-promise-statement .theme-img-bg {
  top: -370px;
  margin-bottom: -370px;
}

.case-studies-details {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 1;
}

.section-case-studies .theme-img-bg {
  position: relative;
  top: -321px;
  margin-bottom: -321px;
}

.dark {
  color: #fff !important;
}

.theme-blue {
  color: #51127f !important;
}

.theme-pink {
  color: #d70a84 !important;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.promise-statement-col .know-more-btn {
  max-width: fit-content;
  margin: 0 0 0 auto;
}

.promise-statement-img img {
  max-width: 750px;
  margin: 0 auto;
}

.line-before {
  position: relative;
}

.line-before::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -20px;
  height: 3px;
  width: 150px;
  background-color: #51127f;
}

.title-line-before {
  position: relative;
}

.title-line-before::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  height: 3px;
  width: 100%;
  background-color: #fff;
}

.section-sleepless-rangers .theme-img-bg {
  top: -990px;
  margin-bottom: -990px;
  z-index: -1;
}

.theme-title-line-before.title-line-before::before,
.section-our-brand .title-line-before::before,
.section-sleepless-rangers .title-line-before::before {
  background-color: #51127f;
}

.columns.sleepless-rangers-cols {
  margin-top: 0 !important;
}

.sleepless-rangers-col {
  padding: 0 15px;
}

.section-sleepless-rangers .section-title {
  margin-bottom: 60px;
}

.section-blogs .theme-img-bg {
  top: -698px;
  margin-bottom: -698px;
  z-index: -1;
}

.blogs-content {
  position: relative;
  padding: 20px 0 0;
}

.blogs-content h6 {
  margin-bottom: 10px;
  color: #fff;
}

.blogs-content a {
  color: #fff;
}

.blogs-content p {
  color: #fff;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-our-brand .theme-img-bg {
  top: -809px;
  margin-bottom: -809px;
  z-index: -1;
}

.footer .theme-img-bg {
  top: -10px;
  margin-bottom: -10px;
}

.theme-btn.contactus-btn {
  background: unset;
  margin: 0 auto;
  text-align: right;
  display: block;
  padding-right: 0;
  padding-left: 0;
  max-width: fit-content;
}

.theme-btn.contactus-btn:hover {
  padding-left: 30px;
  padding-right: 30px;
}

.footer .theme-btn.contactus-btn {
  color: #ffffff;
}

.col-footer .theme-btn {
  display: block;
  max-width: 240px;
  border-radius: 50px;
  margin: 0 auto;
  border: 0;
  padding: 25px 0;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  background: rgb(157, 22, 128);
  background: linear-gradient(
    165deg,
    rgba(157, 22, 128, 1) 18%,
    rgba(81, 18, 127, 1) 100%
  );
}

/* 
.theme-modal-card-body .main-form-img img {
  margin: 0 auto;
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
  bottom: 0px;
  position: relative;
}

.main-form-img {
  position: relative;
}

.main-form-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
  clip-path: polygon(0 0, 100% 0%, 79% 100%, 0% 100%);
} */

.modal-title {
  color: #9d1680;
  font-family: Ubuntu;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 91.667% */
  text-transform: uppercase;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}

.modal-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #e9e8ee;
}

.no-webp .section-know-more {
  background-image: url(../images/sleepless-rangers/sleepless-rangers-bg.png);
}

.webp .section-know-more {
  background-image: url(../images/sleepless-rangers/sleepless-rangers-bg.webp);
}

.inner-page-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.no-webp .inner-page-bg {
  background-image: url(../images/inner-page-bg/inner-page-bg.jpg);
}

.webp .inner-page-bg {
  background-image: url(../images/inner-page-bg/inner-page-bg.webp);
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

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

.col-solution-content .theme-backdrop {
  padding: 50px;
  min-height: 300px;
  display: flex !important;
  flex-direction: column;
}

.col-solution-content:nth-child(even) .theme-backdrop {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  position: relative;
  left: -5px;
  margin-right: -5px;
}

.col-solution-content:nth-child(odd) .theme-backdrop {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  position: relative;
  right: -5px;
  margin-left: -5px;
}

.solution-inner-content h3 {
  text-transform: uppercase;
}

.solution-inner-img {
  position: relative;
  z-index: 1;
}

#virtual-site-visit-management
  .theme-block.solution-inner-img.youtube-icon:before {
  border-radius: 15px;
}

#virtual-site-visit-management .solution-inner-img {
  background: #f8f8f8;
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  overflow: hidden;
}

.theme-card {
  background: #fff;
  -moz-box-shadow: 0 4px 18px rgba(33, 33, 33, 0.1);
  -ms-box-shadow: 0 4px 18px rgba(33, 33, 33, 0.1);
  -o-box-shadow: 0 4px 18px rgba(33, 33, 33, 0.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-top: 30px;
  padding-bottom: 20px;
  border-radius: 30px;
  overflow: hidden;
}

.theme-card .section-title {
  padding: 0 20px;
}

#section-our-brand .section-title {
  margin-bottom: 50px;
}

.section-blogs,
.theme-sky-img,
.section-our-brand {
  background-size: cover;
  background-position: center;
}

.no-webp .theme-sky-img {
  background-image: url(../images/theme-bg/theme-bg.jpg);
}

.webp .theme-sky-img {
  background-image: url(../images/theme-bg/theme-bg.webp);
}

.no-webp .section-blogs {
  background-image: url(../images/blog/blogs-bg.jpg);
}

.webp .section-blogs {
  background-image: url(../images/blog/blogs-bg.webp);
}

.no-webp .section-our-brand {
  background-image: url(../images/brand/brand-bg.jpg);
}

.webp .section-our-brand {
  background-image: url(../images/brand/brand-bg.webp);
}

.col-footer .theme-logo img {
  max-width: 290px;
  margin: 0;
}

.footer-contact-flex {
  margin-bottom: 50px;
}

.footer-contact-img {
  width: 30px;
  flex: 0 0 30px;
}

.footer-contact-img img {
  height: 28px;
  width: auto;
}

.no-webp .footer {
  background-image: url(../images/footer/footer-bg.jpg);
}

.webp .footer {
  background-image: url(../images/footer/footer-bg.webp);
}

.footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#footer {
  padding: 40px 0 0 0;
  background-color: #51127f;
}

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

.cms-item h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.cms-item p {
  font-size: 14px;
  margin-bottom: 10px;
}

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

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

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

.cms-item .list-point li:before {
  top: 9px;
}

.cms-item a {
  color: #fff;
}

.cms-item .list-point li:before {
  background: #fff;
}

.cms-item a:hover {
  color: #9d1680;
}

.case-study-inner-content {
  padding: 40px;
}

.listed-points li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 7px;
  left: 0;
  border-radius: 100%;
  background-color: #fff;
}

.col-case-study-content-item:first-child::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  border: 1px dashed #fff;
}

.sleepless-rangers-wrapper-main .sleepless-rangers-col {
  margin-bottom: 60px;
}

.sleepless-rangers-wrapper-main .columns.sleepless-rangers-cols {
  margin-bottom: -60px !important;
}

.back-blog .theme-btn {
  border: 1px solid #ffffff60;
  border-left: 0;
}

.learn-more-highlight p {
  color: #fff;
  font-weight: 600;
}

.learn-more-item {
  text-align: center;
  padding: 50px 45px;
  height: 100%;
}

.sleepless-rangers-slider {
  display: none;
}

.copyright-detail {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

.footer-contact-flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0 60px;
}

.footer-contact-flex:first-child {
  width: 100%;
  flex: 0 0 100%;
}

.problem-statement-wrapper {
  max-width: fit-content;
}

/* all-custom2 css End   */

.promise-statement-hand-element {
  position: absolute;
  bottom: 12%;
  z-index: 1;
  width: 60%;
}

.section-case-studies.section-case-studies-update .theme-img-bg {
  top: unset !important;
  margin-bottom: unset !important;
}

.section-case-studies.section-case-studies-update .case-studies-details {
  top: 15% !important;
}

.section-promise-statement-update .promise-statement-details-main {
  top: 15%;
}

.sleepless-rangers-powered-by-text span {
  text-align: center;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}

.customer-experience-slider-items {
  /* padding: 10px; */
  border: 2px solid #fff;
}

.arrow-bottom-slider .splide__arrows {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  gap: 10px;
}

.arrow-bottom-slider .splide__arrow {
  position: static;
  transform: unset;
  margin: 0;
}

.sleepless-rangers-powered-by-text {
  display: none !important;
}

.client-static-logos .static-brand-logo-cols{
    margin-bottom:-15px !important;
}

.client-static-logos .static-brand-logo-col {
  width: 16.66%;
  flex: 0 0 16.66%;
  margin-bottom:15px !important;
}

.solutions-products-block-detail {
  margin-top: 15px;
}

.solutions-products-desc {
  margin: 0 0 15px;
}

.solutions-products-block-detail .know-more-btn {
  margin: 0 auto;
  background-color: #21165560;
  padding: 5px 20px;
  border-radius: 20px;
  font-weight: 400;
  gap: 5px;
}

.solutions-products-block-detail .know-more-btn img {
  max-width: 17px;
}

.solutions-products-desc p {
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-width: 340px;
  margin: 0 auto;
  text-align: center;
}

.solutions-products-title h6 {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  margin: 0 0 15px;
  min-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .solutions-products-img img {
  max-height: 310px;
  width: auto;
  margin: 0 auto;
} */
.solution-inner-content-border {
  border-bottom: 1px solid #ffffff60;
}

.solution-inner-content-point-detail p {
  font-weight: 400;
}

.solution-inner-content-point-detail .list-point li {
  margin-bottom: 20px;
}

.solution-inner-content-point-detail .section-title {
  margin-bottom: 30px;
  width: fit-content;
}

.solution-inner-content-point-detail .list-point span {
  opacity: 0.9;
}

/* .crm-software-management-wrapper-head{
  text-align: center;
  color: #fff;
  max-width: 1000px;
  margin: 0 auto 20px;
} */

.social-icons .social__icon img {
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.social-icons .social__icon:hover {
  filter: opacity(0.5);
}

.social-icons .social__icon {
  margin: 0;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 14px;
}

.blog-item-inner h6 {
  margin-bottom: 5px;
}

#case-studies-slider .splide__arrow {
  margin: 0;
}

.case-study-content-item-block .listed-points {
  font-size: 15px;
}

.case-study-content-item-block .listed-points li {
  margin: 4px 0;
}

.case-study-content-item-block {
  margin-top: 25px;
}

.case-study-content-item-block .listed-points li:before {
  width: 7px;
  height: 7px;
  top: 9px;
  border-radius: 0;
}

/*#main-banner-slider {*/
/*  background-color: #000000;*/
/*  background-image: radial-gradient(circle, #410033 0, #51127f8c 50%);*/
/*}*/

.acx-convo-banner {
  height: 100%;
  display: flex;
  width: 100%;
  flex-direction: column;
  /*align-items: center;*/
  justify-content: center;
  padding: 150px 0;
}

.banner-title h1 {
  margin: 15px 0;
}

.banner-title h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 1000;
  margin-top: 12px;
  background: linear-gradient(
    90deg,
    rgb(255 255 255) 0%,
    rgb(169 169 169 / 54%) 50%,
    rgb(238 39 195) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textgradient 8s linear infinite;
  background-size: 70%;
  font-style: italic;
}

@keyframes textgradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.glow {
  animation: move 5s linear infinite;
  offset-path: rect(0% auto 100% auto);
  background: radial-gradient(#fff, #f1f5f9, transparent);
  position: absolute;
  inset: 0px;
  height: 60px;
  width: 60px;
  transform: translate(0, 0) rotate(45deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

@keyframes move {
  0% {
    offset-distance: 0%;
  }

  100% {
    offset-distance: 100%;
  }
}

.acx-convo-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/element/bg-element.svg);
  background-size: cover;
  opacity: 0.2;
}

.blog-recent-post {
  max-height: 650px;
}

.horizontal-logo {
  width: 130px !important;
  max-width: inherit !important;
}

.banner-video-bg video {
  display: block;
}

.banner-wrapper {
  position: relative;
}

.banner-wrapper .banner-btn {
  position: absolute;
  bottom: 18%;
  left: 8%;
}

.banner-wrapper {
  position: relative;
}

.banner-wrapper .banner-btn {
  position: absolute;
  bottom: 18%;
  left: 8%;
}

.why-acx-convo-img img {
  position: absolute;
  height: 100vh;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
  left: 0;
  top: 0;
}

.link {
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.contact-modal-link {
  display: none;
}

.sub-menu-details.sub-small-menu .arrow-bottom {
  border-top: 6px solid #9d1680;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
}

.header-dropdown-inner-content,
.header-dropdown-second-content {
  position: absolute;
  top: 0;
  right: 110%;
  width: 220px;
  background-color: #f1e8d5;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
  z-index: 888;
  width: 100%;
  padding: 20px;
  background: #fffffffa 0% 0% no-repeat padding-box;
  border-radius: 8px;
}

.header-dropdown-inner:hover .header-dropdown-inner-content {
  opacity: 1;
  visibility: visible;
  top: 0;
  transition: 0.3s linear;
}

.sub-menu-details.sub-small-menu .arrow-up {
  top: -8px;
}

.header-dropdown-inner {
  margin-bottom: 10px;
  position: relative;
}

.menu-link.dropdown-arrow {
  cursor: pointer;
}

.header-dropdown-inner-content a {
  display: block;
  margin-bottom: 10px;
}

.menu-link.dropdown-arrow:hover,
.header-dropdown-inner-content a:hover {
  color: #9d1680;
  transition: 0.3s linear;
}

.home-media-detail {
  position: relative;
}

/* .home-media-detail:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
} */

.home-media-desc {
  position: absolute;
  width: calc(100% - 60px);
  padding: 50px;
  bottom: 40px;
  padding: 30px 50px;
  background-color: #0d6a7b;
  background-image: linear-gradient(to right, #1aabb3, #0d6a7b);
  color: #fff;
  min-height: 165px;
}

.light-blue-gradient-bg {
  background-color: rgb(13 106 123 / 60%);
  background-image: linear-gradient(
    to right,
    rgb(26 171 179 / 60%),
    rgb(13 106 123 / 60%)
  );
}

.blue-gradient-bg {
  background-color: rgb(50 43 119 / 60%);
  background-image: linear-gradient(
    to right,
    rgb(50 43 119 / 60%),
    rgb(7 5 29 / 60%)
  );
}

.purple-gradient-bg {
  background-color: rgb(107 38 118 / 60%);
  background-image: linear-gradient(
    to right,
    rgb(107 38 118 / 60%),
    rgb(69 37 69 / 60%)
  );
}

.news-media-logo img {
  max-height: 40px;
  max-width: 280px;
  width: auto;
  margin-bottom: 15px;
}

.home-media-desc span {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}

.home-media-detail .block-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.home-media-desc span {
  font-size: 18px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#media-slider .splide__arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

#media-slider .splide__arrow {
  position: static;
  transform: unset;
}

.xs-d-none,
.sm-d-none,
.md-d-none {
  display: none;
}

.acxitech-banner video {
  position: absolute;
  height: 100vh;
  width: 100%;
  object-fit: cover;
  object-position: top;
  left: 0;
  top: 0;
}

.salesforce-logo {
  max-width: 90px;
}

.title-with-logo h2 {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  gap: 10px;
}

.theme-img-bg.section-bg-image {
  position: unset;
}

.theme-img-bg.section-bg-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.glass-effect {
  padding: 30px;
  border-radius: 30px;
  backdrop-filter: blur(0.8rem);
  background-color: hsla(0, 0%, 100%, 0.15);
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  box-shadow: 0 0 3rem -1rem hsla(0, 0%, 0%, 0.2),
    0 0 1rem -0.5rem hsla(0, 0%, 0%, 0.2),
    0 0 3rem 0 hsla(0, 0%, 100%, 0.15) inset,
    0 0 0.25rem 0 hsla(0, 0%, 100%, 0.15) inset;
}

#media-slider {
  max-width: 800px;
  margin: 0 auto;
}

.building-img {
  max-width: 800px !important;
  margin: 0 auto;
}

/*#building-img .theme-backdrop.theme-backdrop-withot-flex{*/
/*    background: #0000002b;*/
/*}*/

.backdrop-light.theme-backdrop.theme-backdrop-withot-flex {
  background: linear-gradient(325deg, #ffc9b9 18%, rgba(81, 18, 127, 1) 100%);
}

.acx-logo {
  max-width: fit-content;
  margin-bottom: 20px;
}

.header-menu-salesforce-logo {
  width: 50px;
  height: auto;
}

.header__menu1 {
  display: flex;
  align-items: center;
}

.menu-with-logo-img .header__menu-link:after {
  display: none;
}

.is-align-items-end {
  align-items: end;
}

.annual-turnover-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.annual-turnover-building-img.img-acx-itech {
  padding: 0 30px;
}

.annual-turnover-building-img.img-acx-totality {
  padding: 0 20px;
}

.annual-turnover-detail h5 {
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 6px;
}

.annual-turnover-detail h2 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
}

.annual-turnover-detail {
  margin-top: 30px;
}

.annual-turnover-list {
  display: flex;
  justify-content: space-between;
  gap: 2px;
}

.annual-turnover-list li {
  width: calc(33.33% - 2px);
}

.annual-turnover-list h6 {
  padding: 8px;
  background-color: #fff;
  font-weight: 500;
}

.annual-turnover-title {
  padding: 20px;
  border: 1px solid #fff;
}

.annual-turnover-btn span {
  margin-top: 6px;
  font-size: 13px;
  line-height: normal;
  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;
}

.annual-turnover-btn:hover span {
  color: #ffffff90 !important;
}

.acx-building-modal .theme-modal-card-body {
  padding: 40px 0 40px 40px;
}

.acx-building-modal-content {
  max-height: 450px;
  padding-right: 40px;
}

.acx-building-modal-item h6 {
  color: #fff;
  margin-bottom: 15px;
  width: fit-content;
  font-style: italic;
  font-size: 24px;
  line-height: 30px;
}

.acx-building-modal-item p:not(:last-child) {
  margin-bottom: 10px;
}

.acx-building-modal-item p {
  font-weight: 400;
  line-height: 1.4;
}

.annual-turnover-btn span br {
  display: none;
}

.home-media-detail > picture > img {
  aspect-ratio: 40 / 27;
  object-fit: contain;
}

.home-media-detail > picture {
  background-color: #000;
}

.recent-media-article-item a {
  display: flex;
  gap: 15px;
  align-items: center;
}

.recent-media-article-item picture {
  flex: 0 0 140px;
}

.recent-media-article-item picture img {
  aspect-ratio: 16/9;
  object-fit: contain;
  background-color: #000;
}

.recent-media-article-item h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.recent-media-article-item:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}

.column.recent-media-article-col:last-child {
  max-width: 480px;
}

.recent-media-article-list {
  max-height: 590px;
}

.recent-media-article-list.theme-scrollbar::-webkit-scrollbar-thumb {
  background-color: #ffffff30;
}
.sub-links {
  display: block;
  font-size: 13px;
  color: #9d1680;
  line-height: normal;
}
.acx-building-modal .close1,
.acx-building-modal .close2 {
  top: 1px;
  right: 1px;
  border: 1px solid #9d168040;
}


.acx-building-modal .close1,
.acx-building-modal .close2 {
  top: 8px;
  right: 8px;
  border: 1px solid #9d168040;
  background-color: transparent;
}

.theme-modal-card.acx-modal {
  max-width: 850px;
  background: linear-gradient(
    325deg,
    rgba(157, 22, 128, 1) 18%,
    rgba(81, 18, 127, 1) 100%
  );
  color: #fff;
  border-radius: 20px;
}

.theme-modal-card.acx-modal .theme-modal-card-body {
  border: 0;
}

.realtydrive-video {
  height: 100vh;
  object-fit: cover;
  /* object-position: bottom; */
  display: block;
}

.realtydrive-video-lg,
.realtydrive-video-md,
.realtydrive-video-sm {
  display: none;
}

.theme-img-bg.purple-bg,
.purple-bg{
    background: linear-gradient(325deg, rgb(19 12 40) 18%, rgb(163 132 184) 100%);
}


