html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, 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: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, 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: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, 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: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, 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: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, 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: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/JTURjIg1_i6t8kCHKm45_c5H3gnD_g.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, 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: "Montserrat";
  src: url("../fonts/Montserrat-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body {
  overflow: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat";
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

body:before,
body:after {
  position: absolute;
  content: "";
  top: 0;
  left: 10%;
  width: 25%;
  height: 100%;
  border-left: 1px solid #ebebeb80;
  border-right: 1px solid #ebebeb80;
  display: none;
}

body {
  position: relative;
}

body:after {
  left: unset;
  right: 10%;
  z-index: -1;
}

select,
input {
  font-family: "Montserrat" !important;
}

.v-align-top-table td {
  vertical-align: top !important;
}

.img-fixed-ratio {
  width: 100% !important;
  aspect-ratio: 16/9 !important;
  object-fit: cover !important;
  object-position: center !important;
  height: auto !important;
}

.square-img-fixed-ratio {
  width: 100% !important;
  aspect-ratio: 1/1 !important;
  object-fit: cover !important;
  object-position: center !important;
  height: auto !important;
}

.rectangle-img-fixed-ratio {
  width: 100% !important;
  aspect-ratio: 1/1.2 !important;
  object-fit: cover !important;
  object-position: center !important;
  height: auto !important;
}

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

.error-msgs,
.error-msg,
.error-msg1 {
  position: relative;
  bottom: -12px;
  background: transparent;
  display: flex;
  line-height: 11px;
  background-color: #f00;
  color: #fff;
  font-size: 9px;
  left: 0;
}

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

a {
  color: #333333;
}

a:hover {
  color: #ff8e00;
}

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

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

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

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

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

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

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

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

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

.columns.gap-7 {
  margin-left: -96px !important;
  margin-right: -96px !important;
}

.gap-7 > .column {
  padding-left: 96px;
  padding-right: 96px;
}

.columns.gap-6 {
  margin-left: -84px !important;
  margin-right: -84px !important;
}

.gap-6 > .column {
  padding-left: 84px;
  padding-right: 84px;
}

.columns.gap-5 {
  margin-left: -72px !important;
  margin-right: -72px !important;
}

.gap-5 > .column {
  padding-left: 72px;
  padding-right: 72px;
}

.columns.gap-4 {
  margin-left: -60px !important;
  margin-right: -60px !important;
}

.gap-4 > .column {
  padding-left: 60px;
  padding-right: 60px;
}

.columns.gap-3 {
  margin-left: -48px !important;
  margin-right: -48px !important;
}

.gap-3 > .column {
  padding-left: 48px;
  padding-right: 48px;
}

.columns.gap-2 {
  margin-left: -36px !important;
  margin-right: -36px !important;
}

.gap-2 > .column {
  padding-left: 36px;
  padding-right: 36px;
}

.columns.gap-1 {
  margin-left: -24px !important;
  margin-right: -24px !important;
}

.gap-1 > .column {
  padding-left: 24px;
  padding-right: 24px;
}

.pr-5 {
  padding-right: 30px !important;
}

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

.pb-5 {
  padding-bottom: 30px !important;
}

.pt-5 {
  padding-top: 30px !important;
}

.px {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.py {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.is-size-6 {
  font-size: 22px !important;
}

.is-size-7 {
  font-size: 14px !important;
}

.is-size-8 {
  font-size: 12px !important;
}

.is-gap-0 {
  gap: 0 !important;
}

.is-gap-1 {
  gap: 4px !important;
}

.is-gap-2 {
  gap: 8px !important;
}

.is-gap-3 {
  gap: 12px !important;
}

.is-gap-4 {
  gap: 16px !important;
}

.is-gap-5 {
  gap: 24px !important;
}

.is-gap-6 {
  gap: 32px !important;
}

.is-gap-7 {
  gap: 40px !important;
}

.is-gap-8 {
  gap: 48px !important;
}

.is-gap-9 {
  gap: 56px !important;
}

.is-gap-10 {
  gap: 64px !important;
}

.border {
  border: 1px solid;
}

.border-top {
  border-top: 1px solid;
}

.border-bottom {
  border-bottom: 1px solid;
}

.border-left {
  border-left: 1px solid;
}

.border-right {
  border-right: 1px solid;
}

.border-2 {
  border: 2px solid;
}

.border-top-2 {
  border-top: 2px solid;
}

.border-bottom-2 {
  border-bottom: 2px solid;
}

.border-left-2 {
  border-left: 2px solid;
}

.border-right-2 {
  border-right: 2px solid;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-light-gray {
  border-color: #dedede;
}

.border-theme {
  border-color: #394286;
}

/*** 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);
  max-width: 800px;
  width: 100%;
  padding: 10px;
  max-height: inherit;
  transition: all 0.3s linear;
  background-color: #fff;
  /* border-radius: 10px; */
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 9;
  overflow: visible !important;
}

.modal-title {
  color: #fff;
  font-size: 22px;
  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: #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.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.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;
  border-radius: 10px;
  overflow: hidden;
}

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

.close1,
.close {
  color: #000000;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: none;
  opacity: 1;
  border: none;
  background-color: transparent;
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0 auto;
  z-index: 10;
  cursor: pointer;
  /* border-radius: 8px; */
  -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-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;
  letter-spacing: 3px;
  padding-right: 100px;
}

/*** End Modal CSS ***/

.columns.row-register {
  margin-bottom: -12px !important;
}

.sticky-bottom-form .col-form .sm-form-control::-webkit-input-placeholder {
  color: #333;
  font-family: "Montserrat";
}

.sticky-bottom-form .col-form .sm-form-control:-ms-input-placeholder {
  color: #333;
  font-family: "Montserrat";
}

.sticky-bottom-form .col-form .sm-form-control::placeholder {
  color: #333;
  font-family: "Montserrat";
}

.theme-modal .col-form .sm-form-control::-webkit-input-placeholder {
  color: #333;
  font-family: "Montserrat";
}

.theme-modal .col-form .sm-form-control:-ms-input-placeholder {
  color: #333;
  font-family: "Montserrat";
}

.theme-modal .col-form .sm-form-control::placeholder {
  color: #333;
  font-family: "Montserrat";
}

::-webkit-input-placeholder {
  font-weight: 600;
  color: #898989;
  font-family: "Montserrat";
}

:-ms-input-placeholder {
  font-weight: 600;
  color: #898989;
  font-family: "Montserrat";
}

::placeholder {
  font-weight: 600;
  color: #898989;
  font-family: "Montserrat";
}

.header-sidebars ::-webkit-input-placeholder {
  color: #fff !important;
}

.header-sidebars :-ms-input-placeholder {
  color: #fff !important;
}

.header-sidebars ::placeholder {
  color: #fff !important;
}

.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: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.full-width {
  width: 100%;
}

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

.section-title h1 {
  font-size: 52px;
  line-height: 62px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.section-title h2 {
  font-size: 34px;
  line-height: 44px;
  color: #394286;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  letter-spacing: 3px;
}

h1 {
  font-size: 50px;
}

h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

h4 {
  font-size: 18px;
  font-weight: 600;
  color: #394286;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h5 {
  font-size: 24px;
}

.section-title {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
  text-align: center;
}

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

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

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

.dark a:hover {
  color: #394286;
}

.dark {
  color: #fff !important;
}

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

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

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

picture {
  display: block;
  /* margin-right: 10px; */
}

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

.theme-btn {
  position: relative;
  font-family: "Montserrat";
  border: 0;
  color: #fff;
  background-color: #ff8e00;
  display: inline-block;
  padding: 10px 40px;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
  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: 10px;
}

.theme-btn a {
  color: #fff;
}

.theme-btn:hover {
  color: #fff;
  background-color: #394286;
}

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

.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: 16px !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 {
  position: absolute;
  left: 0px;
  bottom: -14px;
  line-height: 13px !important;
  top: auto;
  font-weight: bold;
  color: red !important;
  font-size: 12px;
  font-weight: 400 !important;
  background-color: transparent !important;
}

.text-color-danger {
  position: absolute;
  left: 0px;
  bottom: -14px;
  line-height: 13px !important;
  top: auto;
  font-weight: bold;
  color: red !important;
  font-size: 12px;
  font-weight: 400 !important;
  background-color: transparent !important;
}

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

/* For Roman Pagination */

/* .splide.pagination .splide__pagination__page:before {
  counter-increment: pagination-num;
  content: counter(pagination-num, upper-roman);
} */

.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;
  height: 45px;
  transition: fill 0.2s linear;
  width: 45px;
}

.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 {
  border: 1px solid #d7d7d7;
  background-color: transparent;
}

.splide__arrow.splide__arrow--prev:disabled svg path,
.splide__arrow.splide__arrow--next:disabled svg path {
  stroke: #d7d7d7;
}

.splide__arrow {
  width: 40px;
  height: 40px;
  padding: 10px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #ff8e00;
  opacity: 1;
}

.splide__arrow:hover {
  background-color: #394286;
  border: 1px solid #394286;
  color: #fff;
  opacity: 1;
}

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

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

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

.splide__pagination__page {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #fff;
  /* opacity: 1; */
  /* margin: 0; */
  position: relative;
}

.splide__pagination__page.is-active {
  transform: none;
  background: #fff;
  border: 1px solid #fff;
  opacity: 1;
  position: relative;
}

.splide__pagination {
  /* position: static; */
  /* transform: none; */
  gap: 10px;
  left: 0;
  right: 0;
  width: 100%;
  transform: unset;
}

.sm-form-control {
  display: block;
  width: 100%;
  border: none;
  padding: 15px;
  background-color: #eeeeee;
  border-radius: 10px;
  resize: none;
  color: #333;
  font-size: 14px;
  border-bottom: 1px solid #eeeeee;
  font-weight: 500;
}

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

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

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

.title-tagline {
  font-size: 18px;
  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 {
  position: fixed;
  z-index: 9999;
  padding: 3px 200px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -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%);
}

#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: 14px;
}

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

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

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

.theme-inner-page,
#section-banner,
.section-cms {
  margin-top: 80px;
}

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

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

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

/* Js Scroll End */

.sticky-btn-enquire1 {
  position: fixed !important;
  top: 385px;
  right: -81px;
  padding: 8px 20px !important;
  z-index: 999 !important;
  transform: rotate(-90deg);
  background-color: #ff8e00;
  color: #ffffff;
  border-radius: 10px 10px 0 0 !important;
}

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

.sticky-btn-enquire {
  position: fixed !important;
  top: 200px;
  right: -61px;
  padding: 8px 20px !important;
  z-index: 999 !important;
  transform: rotate(-90deg);
  background-color: #ff8e00;
  color: #ffffff;
  border-radius: 10px 10px 0 0 !important;
}

.sticky-btn-enquire: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: #394286;
  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%);
}

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

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

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

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

.listed-points li {
  color: #333;
  margin: 10px 0;
  position: relative;
  padding-left: 25px;
}

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

.listed-points li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 6px;
  left: 0;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid #28438c;
}

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

#section-footer {
  background-color: #394286 !important;
  position: relative;
}

/* #home #footer {
  padding: 20px 0 80px;
} */

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

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

.contact b {
  color: #28438c;
}

.theme-block-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #eee;
}

.theme-block-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #28438c;
  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 .theme-block-img:before {
  opacity: 0.7;
}

.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: 28px;
  font-weight: 700;
  color: #ff8e00;
}

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

/* Accordion Css Start */

.collapse {
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.5, 0, 0.3, 1);
  transition-property: opacity, height;
  will-change: opacity, contents;
}

.collapse:not(.is-active) {
  height: 0;
  opacity: 0;
}

.accordion {
  background: #f3f3f3;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.075);
  border: 1px solid #d9d9d9;
}

.accordion .card {
  overflow: hidden;
  margin: -1px -1px 1px;
  background: #f3f3f3;
  border: 1px solid #d9d9d9;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: contents;
  text-align: left;
}

.accordion .card:last-child {
  margin-bottom: -1px;
}

.accordion .card:not(:last-child):not(.is-active) {
  border-bottom-color: transparent;
}

.accordion .card.is-active {
  background: #fff;
}

.accordion .card.is-active + .card {
  border-top-color: transparent;
}

.accordion .card__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 56px;
  margin: 0;
  margin-bottom: -1px;
  padding: 8px 20px;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion .card__title:hover .icon {
  opacity: 0.8;
}

.accordion .card__title.is-active .icon {
  transform: rotateX(180deg);
  opacity: 1;
}

.accordion .card__title .icon {
  width: 28px;
  height: 28px;
  fill: currentColor;
  opacity: 0.3;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-right: -0.25rem;
}

.accordion .card__content {
  padding: 0 20px 20px;
}

a,
[data-toggle] {
  cursor: pointer;
}

/* Accordion Css End */

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

.blue-bg {
  background-color: #394286;
}

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

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

.call-btn {
  position: fixed;
  bottom: 74px;
  left: 20px;
  width: 40px;
  height: 40px;
  z-index: 888;
  display: block;
  text-align: center;
  border-color: #394286;
  background-color: #394286;
  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;
  width: 100%;
  max-width: fit-content;
  opacity: 1;
  visibility: visible;
  z-index: 9;
  background: #fff;
  padding: 10px 20px;
}

.plan-inquire-btn:hover {
  color: #fff;
}

.sticky-btn-enquire.sticky-brochure {
  top: 410px;
  right: -89px;
}

.header__menu-link.active {
  color: #28438c;
}

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

.justify-content-start {
  justify-content: start !important;
}

.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: #394286;
  color: #fff;
  border-radius: 100%;
  border: 1px solid #ffffff30;
}

.scrollToTopBtn:hover {
  background: #0076bc;
}

.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: #394286;
  border: 1px solid #394286;
  -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;
} */

.properties-tabs a,
.gallery-tabs a,
.projects-tabs a,
.layouts-tabs a,
.investor-tabs a {
  padding: 10px 20px;
  font-weight: 600;
  max-width: fit-content;
  font-size: 14px;
  display: block;
  color: #898989;
  text-transform: uppercase;
}

.properties-tabs .tab2.is-active,
.gallery-tabs .tab2.is-active,
.projects-tabs .tab2.is-active,
.layouts-tabs .tab2.is-active,
.investor-tabs .tab2.is-active {
  background-color: #ff8e00;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
}

.gallery-tabs,
.projects-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 50px;
}

.properties-tabs {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.properties-tabs .tab2.is-active a,
.gallery-tabs .tab2.is-active a,
.projects-tabs .tab2.is-active a,
.layouts-tabs .tab2.is-active a,
.investor-tabs .tab2.is-active a {
  color: #fff;
}

.layouts-tab-btn .investor-tab-btn {
  color: #898989;
  font-weight: 600;
}

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

.tab-list-block {
  margin-bottom: 40px;
}

.splide__pagination {
  /* margin-top: 30px; */
}
.social-links li:nth-child(5) img {
  margin-top: -6px;
  width: 49px;
}
.social__icon {
  position: relative;
  display: block;
  max-width: 30px;
  transform: scale(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;
}

.social-icons {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.social__icon:hover {
  transform: scale(1.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;
}

/* SwiperJs Arrow Css Start */

.swiper__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
  width: 45px;
  height: 45px;
  padding: 10px;
  color: #fff;
  background-color: rgb(29 87 163 / 40%);
  border: 1px solid #394286;
  opacity: 1;
}

.swiper__arrow svg {
  font-size: 24px;
}

.swiper__arrow svg {
  fill: transparent;
  height: 45px;
  transition: fill 0.2s linear;
  width: 45px;
}

.swiper-button-prev svg {
  transform: scaleX(-1);
}

.swiper-button-prev {
  left: 60px;
}

.swiper-button-next {
  right: 60px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

/* SwiperJs Arrow Css End */

.insomenu-bars {
  margin: 0;
  height: 40px;
  width: 40px;
  position: relative;
  z-index: 444;
  cursor: pointer;
}

.insomenu-bars span,
.insomenu-bars span:after,
.insomenu-bars span:before {
  width: 30px;
  border-radius: 0;
  -webkit-transition: -webkit-transform ease 0.15s;
  transition: -webkit-transform ease 0.15s;
  transition: transform ease 0.15s;
  transition: transform ease 0.15s, -webkit-transform ease 0.15s;
  position: absolute;
  left: inherit;
  right: 0;
  margin: 0 auto;
  height: 2px;
  background-color: #ff8e00;
}

.insomenu-bars span:before {
  top: -8px;
}

.insomenu-active .insomenu-bars span,
.insomenu-active .insomenu-bars span:after,
.insomenu-active .insomenu-bars span:before {
  opacity: 1;
}

.insomenu-bars span {
  top: 50%;
  display: block;
  margin-top: -2px;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.insomenu-bars span:after,
.insomenu-bars span:before {
  display: block;
  content: "";
}

.insomenu-bars span:before {
  top: -8px;
  -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.insomenu-bars span:after {
  bottom: -8px;
  width: 30px;
  -webkit-transition: bottom 0.1s 0.14s ease,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease,
    transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease,
    transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.insomenu-active .insomenu-bars span {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.insomenu-active .insomenu-bars span:before {
  top: 0;
  -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  opacity: 1;
  width: 25px;
}

.insomenu-active .insomenu-bars span:after {
  bottom: 0;
  transition: bottom 0.1s ease,
    -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 25px;
}

.insomenu-active .insomenu-bars span {
  width: 25px;
}

.insomenu-active .menu-creative,
.insomenu-active .our-offices-item:first-child {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.insomenu-active .our-offices-item:last-child {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

#header-primary-menu {
  position: fixed;
  color: #fff;
  width: 100%;
  right: 0;
  margin-top: 0;
  top: -30px;
  height: 100%;
  width: 100%;
  /* max-width: 320px; */
  display: block;
  opacity: 0;
  /* transition: all .7s cubic-bezier(.25, 1, .2, 1); */
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: visible;
  visibility: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

.theme-menu-close {
  color: #ee752e !important;
  background-color: #fff !important;
}

.no-webp #header-primary-menu {
  background-image: url(../images/menu-bg.jpg);
}

.webp #header-primary-menu {
  background-image: url(../images/menu-bg.jpg);
}

.insomenu-active #header-primary-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  top: 0;
  z-index: 999;
  -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;
}

.menu-close {
  /* background-color: transparent; */
  border: 0;
  color: #fff;
  position: absolute;
  cursor: pointer;
  background-color: #00000080;
  display: flex;
  top: 0;
  transform: unset;
  right: 0;
  padding: 5px;
  border-radius: 0;
}

.menu-close svg {
  width: 30px;
  height: 30px;
}

#header-primary-menu ul li {
  display: block;
  text-align: left;
  padding: 0;
  text-transform: uppercase;
  font-weight: 500;
}

.header__menu-item {
  line-height: 32px;
}

#header-primary-menu ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.header-main-menu {
  display: flex;
  justify-content: end;
  gap: 20px;
}

.header-col-menu-item {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
}

.header-main-menu-link {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.header-notification-detail img {
  width: auto;
  height: 25px;
}

.splide__pagination {
  bottom: 30px;
}

.splide__pagination__page:before {
  position: absolute;
  content: "";
  left: -6px;
  top: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border: 1px solid #fff;
  border-radius: 100%;
  opacity: 0;
}

.splide__pagination__page.is-active:before {
  opacity: 1;
}

.menu-head {
  font-weight: 700;
  text-align: left;
  margin-bottom: 15px;
}

.header__menu-item .header__menu-link {
  color: #fff;
}

.header__menu-item .header__menu-link:hover {
  color: #ff8e00;
}

.header1__menu1-inner {
  margin-bottom: 25px;
  position: relative;
}

.banner-text {
  position: absolute;
  left: 200px;
  bottom: 50px;
  color: #fff;
  z-index: 1;
}

.banner-text-home {
  bottom: 100px;
}

.banner-text .section-title {
  margin-bottom: 0;
  text-align: start;
}

.home-banner-desc {
  margin-top: 20px;
}

.banner-img {
  position: relative;
}

.banner-img::before {
  position: absolute;
  content: "";
  background-color: #00000070;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.theme-overlay {
  position: relative;
}

.theme-overlay::before {
  position: absolute;
  content: "";
  background-color: #00000060;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.theme-radius {
  border-radius: 10px;
  overflow: hidden;
  /* width: 400px; */
}

.theme-radius-small {
  border-radius: 6px;
  overflow: hidden;
}

.footer-contact {
  display: flex;
  gap: 30px;
}

h5 {
  color: #394286;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-career h4 {
  color: #394286;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-menu {
  display: flex;
  gap: 0 120px;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-items-wrapper {
  display: flex;
  gap: 0 170px;
}

.footer-logo {
  max-width: 160px;
  margin-bottom: 30px;
}

.section-footer p,
.section-footer a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.section-footer a:hover {
  color: #ff8e00;
}

.copyright-detail p,
.copyright-detail a {
  color: #333;
}

.section-footer h5 {
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
}

.footer-padding {
  padding: 60px 200px 40px 200px;
  position: relative;
}

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

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

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

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

.copyright-detail {
  background-color: #e8e8e8;
  padding: 5px 0;
  text-align: center;
}

.copyright-detail span {
  font-size: 14px;
}

.footer-career {
  background-color: #f5f6fa;
  text-align: center;
  padding: 20px 0;
}

.projects-sub-section:last-child:before {
  display: none;
}

.projects-block {
  position: relative;
  margin-bottom: 10px;
}

.projects-status {
  position: absolute;
  bottom: 20px;
  left: 0;
  margin: 0 20px;
  color: #394286;
  font-weight: 600;
  background-color: #fff;
  padding: 12px 15px;
  z-index: 1;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
}

.projects-block-wrapper span {
  font-weight: 500;
  text-transform: capitalize;
}

.suitcase-icon img {
  width: auto;
  height: 30px;
}

.home-ourservices-wrapper {
  text-align: center;
}

.projects-slider-inner-desc h3 {
  margin-bottom: 5px;
  text-transform: capitalize;
}

.home-ourservices-wrapper p {
  padding: 0 80px;
}

.suitcase-icon {
  background-color: #ff8e0040;
  padding: 20px;
  border-radius: 50px;
  width: fit-content;
  margin: 0 auto 30px;
}

.exploreus-title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.home-exploreus-wrapper {
  position: relative;
  margin-bottom: 24px;
}

.home-exploreus-wrapper:last-child {
  margin-bottom: unset;
}

.home-exploreus-col {
  width: 20%;
  flex: 0 0 20%;
}

.img-fixed-ratio.exploreus-big-img {
  aspect-ratio: 2/2.45 !important;
}

.projects-block img {
  width: 100% !important;
  aspect-ratio: 2/2.5 !important;
  object-fit: cover !important;
  object-position: center !important;
  height: auto !important;
}

.zindex-2 {
  z-index: 2;
}

.brown {
  color: #898989;
}

.small-brown {
  color: #898989;
  font-size: 14px;
}

.testimonial-block {
  display: flex;
  /* gap: 20px; */
  align-items: center;
}

.testimonial-img {
  flex: 0 0 300px;
  width: 300px;
}

.testimonial-img {
  flex: 0 0 300px;
  width: 300px;
}

.testimonial-img .img-fixed-ratio {
  aspect-ratio: 16/20 !important;
  object-position: top !important;
}

.awards-img {
  max-width: 200px;
  margin: 0 auto 15px;
}

.awards-desc {
  text-align: center;
}

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

.getintouch-detail {
  /* margin-bottom: 50px; */
}

.form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
}

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

.aboutus-details-logo {
  width: 400px;
  height: 400px;
  margin: 0 auto;
  background-color: #f5f6fa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 70px;
}

.aboutus-details-logo a,
.aboutus-details-logo a picture,
.aboutus-details-logo a picture img {
  width: 100%;
}

.vision-mission-block .section-title {
  text-align: start;
  margin-bottom: 10px;
}

.vision-mission-block {
  padding: 40px 30px;
  height: 100%;
}

.groupprofile-cols,
.aboutus-details-cols,
.vision-mission-cols {
  justify-content: center;
}

.groupprofile-img {
  max-width: 400px;
  margin: 0 auto;
}

.theme-color {
  color: #394286 !important;
}

.orange-color {
  color: #ff8e00 !important;
}

.groupprofile-cols-wrapper:nth-child(odd) .groupprofile-col:first-child {
  order: 2 !important;
}

.groupprofile-img img {
  border-radius: 50%;
  overflow: hidden;
}

.director-list-detail li {
  width: 28%;
  flex: 0 0 28%;
  margin-bottom: 30px;
}

.director-list-detail ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px -30px;
  justify-content: center;
}

.director-list-items {
  padding: 0 40px;
}

.director-list-items-desc {
  text-align: center;
  margin-top: 20px;
}

.director-list-items-desc h4 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}

.director-list-items-desc span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.director-list-items-img img {
  position: relative;
  border-radius: 100%;
  max-width: 200px;
  margin: 0 auto;
}

.projects-detail {
  margin-bottom: 50px;
}

.contactus-address-inner {
  margin-bottom: 30px;
}

.contactus-address-block {
  padding: 50px;
}

.contactus-form-detail .cols-form {
  justify-content: start;
}

/* Table */

.col-id {
  width: 100px;
}

.theme-table {
  border-spacing: 0;
  width: 100%;
  text-align: left;
  border: 1px solid #70707050;
  background-color: #fff;
}

.theme-table th {
  background-color: #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 20px;
  color: #898989;
  font-weight: 600;
  text-transform: uppercase;
  border-right: 1px solid #70707050;
}

.theme-table th:last-child {
  border-right: 0;
}

.table-action {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
}

.not-available {
  opacity: 0.3;
  pointer-events: none;
}

.pointer-event-none {
  pointer-events: none;
}

.table-action-item i,
.table-action-item.dropdown .btn i {
  display: block;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.table-action .table-action-item,
.table-action .table-action-item .btn {
  color: #5b5b5b;
}

.theme-table tbody tr td {
  /* border-bottom: 0 !important;
  border-top: 1px solid #dedede; */
  padding: 18px 20px;
  font-size: 14px;
  font-weight: 500;
  border-right: 1px solid #70707050;
}

.theme-table tbody tr td:last-child {
  border-right: 0;
}

.theme-table tbody tr.duplicate-leads td {
  position: relative;
  border-top: 0;
  padding-bottom: 0.875rem;
}

.theme-table tbody tr.duplicate-leads td > * {
  position: relative;
  z-index: 3;
}

.table.multi-header-table tr th {
  border-right: 1px solid #e0d5c2 !important;
  vertical-align: middle;
}

.table.multi-header-table tr:first-child th:last-child {
  border-right: 0 !important;
}

table.rounded-corners {
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 6px;
  border: 1px solid #e4dac5;
}

table.rounded-corners > thead > tr:not(:last-child) > th,
table.rounded-corners > thead > tr:not(:last-child) > td,
table.rounded-corners > tbody > tr:not(:last-child) > th,
table.rounded-corners > tbody > tr:not(:last-child) > td,
table.rounded-corners > tfoot > tr:not(:last-child) > th,
table.rounded-corners > tfoot > tr:not(:last-child) > td,
table.rounded-corners > tr:not(:last-child) > td,
table.rounded-corners > tr:not(:last-child) > th,
table.rounded-corners > thead:not(:last-child),
table.rounded-corners > tbody:not(:last-child),
table.rounded-corners > tfoot:not(:last-child) {
  border-top: 1px solid #e4dac5 !important;
  border-bottom: 0 !important;
}

.table-inside-card tr td {
  border-top: 1px solid #e4dac5 !important;
}

table.rounded-corners > tbody > tr.duplicate-leads td {
  border-top: 0 !important;
}

.mh-table {
  height: calc(100vh - 150px);
}

.th-with-dropdown .table-filter button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.th-with-dropdown {
  position: relative;
}

.table-filter-detail .theme-scrollbar {
  max-height: 112px;
}

.table-filter-detail .theme-scrollbar .form-check {
  margin-bottom: 8px;
}

.table-filter-detail .theme-scrollbar .form-check:last-child {
  margin-bottom: 0;
}

.table-filter-sort-btn a {
  padding: 6px 12px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.table-filter-sort-btn a.active {
  background-color: #e8e8e8;
  color: #fff;
}

.table-scrollbar-horizontal {
  width: 100%;
  overflow-x: auto;
}

.properties-tabs a {
  text-wrap: nowrap;
}

.properties-tabs .tab2.is-active {
  margin-bottom: 10px;
}

.text-nowrap {
  white-space: nowrap !important;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

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

.table-scrollbar-horizontal::-webkit-scrollbar {
  height: 6px;
  background-color: transparent;
}

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

.properties-tabs.table-scrollbar-horizontal::-webkit-scrollbar-thumb {
  background-color: #89898930;
}

/* End Table */

.policy-table-detail {
  max-width: 750px;
}

.pdf-download {
  position: relative;
  padding-left: 40px;
  margin-bottom: 40px;
}

.pdf-download:last-child {
  margin-bottom: 0;
}

.pdf-download::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  background-image: url(../images/icons/pdf.svg);
}

.business-tabs {
  display: flex;
  gap: 30px;
  align-items: center;
}

.yamuna-expressway {
  background-color: #ff8e00;
  padding: 10px 20px;
  border-radius: 10px;
  text-transform: uppercase;
}

.yamuna-expressway a {
  color: #fff;
}

.real-estate:hover 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;
}

.real-estate {
  padding: 10px 20px;
  border-radius: 10px;
  text-transform: uppercase;
}

.real-estate:hover {
  background-color: #ff8e00;
  border-radius: 10px;
  -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;
}

.yamuna-expressway-img {
  max-width: 900px;
}

.realestate-cols-wrapper:nth-child(even) .realestate-col:first-child {
  order: 2;
}

.is-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

svg path {
  -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-with-arrow {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #394286;
  width: fit-content;
  padding: 8px 22px;
  cursor: pointer;
  border-radius: 6px;
  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;
}

.theme-btn-with-arrow:hover {
  border: 1px solid #ff8e00;
  -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-with-arrow span {
  color: #394286;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  -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-with-arrow:hover span {
  color: #ff8e00;
  -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-with-arrow:hover svg path {
  fill: #ff8e00;
  -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-padding {
  background: #f5f6fa;
  padding: 20px;
  border-radius: 10px;
}

.notification-voting {
  text-transform: capitalize;
  width: 100%;
}

.notification-faq {
  background-color: #394286;
  text-transform: capitalize;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notification-faq:hover {
  background-color: #ff8e00;
}

.font-14 {
  font-size: 14px;
}

.font-13 {
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
}

.font-12 {
  font-size: 12px;
}

/* gallery css start */

.column.project-gallery-col {
  padding: 24px !important;
}

.columns.project-gallery-cols {
  margin: -24px !important;
}

.theme-block-icon.youtube-video-icon {
  width: 60px !important;
  height: 60px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-block-icon.youtube-video-icon picture,
.theme-block-icon.youtube-video-icon img {
  width: 100%;
}

/* gallery css end */

.capitalize {
  text-transform: capitalize;
}

.project-logo {
  /* background-color: #F5F6FA; */
  /* border-radius: 10px; */
  padding: 10px;
  display: flex;
  align-items: center;
}

.project-logo img {
  border-radius: 10px;
  width: 85px;
  height: 85px;
  flex: 0 0 85px;
}

.ligt-wight {
  background-color: #f5f6fa;
}

.project-config-inner {
  text-align: center;
  padding: 25px;
  height: 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;
}

.project-config-inner:hover {
  background-color: #394286;
  -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;
}

.project-config-inner h5,
.project-config-inner span {
  color: #333;
  -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;
}

.project-config-inner:hover h5,
.project-config-inner:hover span {
  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;
}

.file-download-svg:hover {
  background-color: #ffffff;
}

.project-config-inner h5 {
  font-size: 16px;
}

.project-config-inner span {
  font-size: 14px;
}

.project-config-text-col .project-config-inner,
.project-config-col .project-config-inner {
  border-right: 1px solid #70707010;
  border-bottom: 1px solid #70707010;
}

.project-config-text-col:last-child .project-config-inner,
.project-config-col:last-child .project-config-inner,
.project-config-text-col:nth-child(4n + 4) .project-config-inner,
.project-config-col:nth-child(4n + 4) .project-config-inner {
  border-right: 0;
}

.project-detail-text.banner-text {
  position: relative;
  bottom: unset;
  left: unset;
  max-width: 1280px;
  margin: 0 auto;
  top: -260px;
  margin-bottom: -260px;
}

.sub-section-title {
  margin-bottom: 30px;
  position: relative;
}

.projects-sub-section {
  margin-bottom: 100px;
  margin-top: 50px;
  position: relative;
}

.projects-sub-section::before {
  position: absolute;
  content: "";
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 1px;
  border: 1px dashed #ebebeb;
}

/* .projects-sub-section:last-child {
  margin-bottom: 0;
} */

.overview-brochure-inner {
  position: relative;
  width: calc(50% - 20px);
  flex: 0 0 calc(50% - 20px);
}

.brochure-title {
  margin-top: 15px;
  display: block;
}

.file-download-svg {
  position: absolute;
  top: 15px;
  right: 20px;
  background-color: #ffffff90;
  border-radius: 50%;
  padding: 6px;
}

.uppercase {
  text-transform: uppercase;
}

.small-h5 {
  font-size: 16px;
  color: #333;
}

.light-brown {
  color: #707070;
}

.connectivity-map {
  max-width: 630px;
}

.gallery-theme-block {
  margin-bottom: 10px;
}

.gallery-theme-block:last-child {
  margin-bottom: 0;
}

/***Theme Sidebar***/

.sidebar-active {
  overflow: hidden;
}

.theme-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1111;
  pointer-events: none;
  left: 0px;
  background: rgba(51, 51, 51, 0.9);
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  z-index: 9999;
}

.theme-sidebar.active {
  opacity: 1;
  pointer-events: auto;
}

.theme-sidebar.theme-full-sidebar .theme-sidebar-card {
  top: -100%;
  right: 0;
}

.theme-sidebar.theme-full-sidebar.active .theme-sidebar-card {
  top: 0;
}

.theme-full-sidebar .close-sidebar {
  position: absolute;
  top: 10px;
  right: 10px;
}

.theme-sidebar-sm .form-group:last-child {
  margin-bottom: 0;
}

.theme-sidebar-action {
  display: flex;
}

.theme-sidebar-contant {
  position: relative;
  /* height: calc(100vh - 128px); */
  height: calc(100vh - 65px);
  padding: 30px;
}

/* .theme-sidebar-contant.theme-sidebar-contant-without-footer {
  height: calc(100vh - 56px);
} */

.theme-sidebar-footer {
  padding: 1rem 2rem 1rem;
  background-color: #fff;
}

.theme-sidebar-card {
  position: fixed;
  top: 0;
  right: -100%;
  background-color: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.theme-sidebar-card-wrapper.theme-scrollbar {
  height: 100vh;
  padding: 40px 30px;
}

.theme-sidebar.theme-sidebar-lg .theme-sidebar-card {
  width: 1000px;
}

.theme-sidebar.theme-sidebar-md .theme-sidebar-card {
  width: 715px;
}

.theme-sidebar.theme-sidebar-sm .theme-sidebar-card {
  width: 400px;
}

.theme-sidebar-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  /* background-color: #f5f5f5; */
  /* padding: 0.5rem 2rem; */
  /* justify-content: space-between; */
  justify-content: end;
  padding: 20px 30px;
  /* min-height: 56px; */
}

.theme-sidebar-title {
  margin-bottom: 0;
  font-size: 1.125rem;
}

.theme-sidebar.active .theme-sidebar-card {
  right: 0;
}

.theme-sidebar-detail {
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.sidebar-filter-detail .custom-checkbox-btn:last-child,
.sidebar-filter-detail .custom-radio-btn:last-child {
  padding-right: 8px;
}

.close-sidebar {
  width: 70px;
  height: 70px;
  border: 0;
  color: #394286;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 105%;
  cursor: pointer;
  background-color: #00000080;
  border-radius: 50%;
  padding: 20px;
}

#sidebar-menu .close-sidebar {
  color: #fff;
}

#sidebar-menu .close-sidebar:hover {
  color: #ff8e00;
}

.close-sidebar svg {
  width: 30px;
  height: 30px;
}

.close-sidebar:hover {
  color: #394286;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.theme-sidebar-detail .select2-selection__rendered {
  white-space: pre-wrap !important;
  /* line-height: 22px !important; */
  /* min-height: 45px !important; */
}

.theme-sidebar-detail .select2-container .select2-selection--single {
  height: auto !important;
}

.theme-sidebar .search-by-project-name {
}

.sidebar-filter-items {
  padding: 0 30px;
}

.sidebar-filter-btn {
  padding: 0 30px;
}

/***End Theme Sidebar***/

.menu-before {
  height: 100vh;
  max-width: 500px;
  background-color: #394286d9;
  position: relative;
}

.menu-before::before {
  position: absolute;
  content: "";
  left: 100%;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #394286d9;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

#header1__menu1 {
  overflow-x: hidden !important;
  overflow-y: auto;
  height: 100%;
  padding: 40px 50px !important;
}

.header-sidebars .theme-sidebar-card {
  color: #fff;
  background-color: #394286;
}

.sidebar-title h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2px;
}

.sidebar-title span {
  font-size: 14px;
}

.sidebar-title {
  margin-bottom: 15px;
}

.header-sidebars .theme-sidebar-card-wrapper.theme-scrollbar {
  padding: 100px 30px;
}

.sidebar-form .sm-form-control {
  background-color: transparent;
  font-weight: 700;
  color: #e8e8e8;
  border-radius: unset;
  padding: 12px 15px 12px 0 !important;
}

.theme-sidebar .sm-form-control {
  padding: 12px 15px 12px 12px !important;
}

select:focus {
  outline: none;
}

.sidebar-form .form-label {
  margin-bottom: 0;
}

.sidebar-form .theme-btn {
  padding: 8px 20px;
  border: 1px solid transparent;
}

.sidebar-form .theme-btn:hover {
  border: 1px solid #ffffff30;
}

.sidebar-form option {
  color: #000;
}

.otp-filed {
  display: flex;
  gap: 15px;
}

.otp-filed .sm-form-control {
  padding: 12px 5px;
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: center;
}

.mobile-with-country-code-detail {
  display: flex;
}

.country-code {
  width: 60px;
  padding-right: 10px !important;
  color: #000 !important;
}

.upload-document-file-detail {
  position: relative;
  border: 1px dashed #d7d7d7;
}

.upload-document-file-detail .drop-title {
  display: block;
  text-align: center;
  color: #9f9f9f;
  margin-bottom: 6px;
}

.upload-document-file-detail {
  width: 100%;
  background-color: transparent;
  border: 0;
  font-size: 15px;
  line-height: 23px;
  overflow: hidden;
  position: relative;
  resize: none;
}

.form-input-field {
  position: relative;
}

.upload-document-file-detail [type="file"] {
  cursor: pointer !important;
  display: block;
  filter: alpha(opacity=0);
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  z-index: 1;
}

.upload-document-file-detail .filename {
  position: relative;
  display: block;
}

.file-upload.sm-form-control {
  padding-right: 60px;
  position: relative;
  cursor: pointer;
}

.file-upload.sm-form-control::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 22px;
  height: 22px;
  background-size: cover;
  background-image: url(../images/icons/file-upload.svg);
}

.apply-modal-upload .file-upload.sm-form-control::before {
  background-image: url(../images/icons/file-upload-theme.svg);
}

#thankyou-sidebar.header-sidebars .theme-sidebar-card-wrapper.theme-scrollbar {
  padding-top: 0;
}

.thankyou-check img {
  width: auto;
  height: 113px;
  margin: 0 auto 30px;
}

.jaypee-green-desc h5 {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  text-transform: capitalize;
}

.jaypee-green-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}

.jaypee-green-config-block {
  display: flex;
  gap: 10px;
  align-items: center;
}

.jaypee-green-config-block-desc span {
  font-size: 12px;
  color: #7c7c7c;
  text-transform: uppercase;
}

.jaypee-green-sidebar-block {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #39428620;
  padding: 8px;
  border-radius: 10px;
}

.jaypee-green-sidebar-block-desc span {
  font-weight: 500;
  font-size: 14px;
}

.after-login-home-desc {
  padding: 30px;
  background-color: #f5f6fa;
  border-radius: 0 10px 10px 0;
}

.jaypee-green-img img {
  background-color: #fff;
  border-radius: 10px;
}

.jaypee-green-config-block-img img {
  /* background-color: #fff; */
  border-radius: 4px;
  padding: 10px;
}

.jaypee-green-sidebar-block-img img {
  background-color: #f5f6fa;
  padding: 6px;
  border-radius: 6px;
}

.jaypee-green-config-cols-inner {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.after-login-home-img .rectangle-img-fixed-ratio {
  aspect-ratio: 1/1.4 !important;
}

.after-login-sidebar h3 {
  color: #394286;
}

.account-statement-pdf img {
  width: auto;
  height: 120px;
  margin: 0 auto;
}

.account-statement-pdf-inner {
  padding: 120px 20px;
  background-color: #f5f6fa;
  margin-bottom: 10px;
  border-radius: 10px;
  display: block;
  max-width: 600px;
}

.account-statement-pdf-inner:last-child {
  margin-bottom: 0;
}

/* accordian */

.accordian_item {
  position: relative;
  border-bottom: 1px solid #dedede;
  /* border-radius: 10px; */
}

.accordian_item:last-child {
  border-bottom: 0;
}

.accordian_title,
.accordian-title-with-link {
  cursor: pointer;
  display: block;
  padding: 15px 45px 15px 20px;
  position: relative;
}

.accordian_title::after {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 15px;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  background-image: url(../images/icons/plus.svg);
  background-size: cover;
}

.accordian_title.active::after {
  /* transform: rotate(135deg); */
  transition: all 0.2s ease-in-out;
  background-image: url(../images/icons/minus.svg);
}

.accordian_desc {
  display: none;
  margin: 0;
  padding: 15px 30px 16px;
  position: relative;
  background-color: #f5f6fa;
}

.accordian {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dedede;
}

.accordian-title-with-arrow {
  padding-right: 40px;
}

.accordian-title-with-arrow::after {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 20px;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  background-image: url(../images/icons/link-rotate-arrow.svg);
  background-size: cover;
}

.accordian-desc-with-icon {
  padding-right: 30px;
}

.accordian-desc-with-icon::after {
  width: 12px;
  height: 12px;
  position: absolute;
  right: -10px;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  background-image: url(../images/icons/link-rotate-arrow.svg);
  background-size: cover;
}

.pdf-icon.accordian-desc-with-icon::after {
  background-image: url(../images/icons/pdf-icon.svg);
}

.accordian-desc-with-icon.pdf-icon:after {
  height: 15px;
}

.accordian_title h4,
.accordian-title-with-link h4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  -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;
}

.accordian_item:last-child .accordian_desc {
  border-bottom: 0;
}

.accordian_item .is-active {
  color: #a88944;
}

/* accordian */

.after-login-accordian h4 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.after-login-accordian span {
  color: #394286;
  font-size: 14px;
  font-weight: 600;
}

.after-login-accordian-desc h5 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.after-login-accordian-desc ul {
  margin-bottom: 25px;
}

.accordian_desc:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #394286;
  -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;
}

.grievance-title {
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 10px; */
}

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

.grievance-block:last-child {
  margin-bottom: 0;
}

.grievance-block.grievance-block-close {
  opacity: 0.5;
  border: 2px solid #ff8e0080;
}

/* .grievance-block.grievance-block-open {
  border: 2px solid #39428680;
} */

.grievance-title-inner span {
  font-size: 10px;
  color: #898989;
}

.grievance-img-block {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.small-title {
  color: #394286;
  font-size: 14px;
}

.grievance-desc-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.grievance-inner-desc {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.small-h5-new {
  color: #333;
  font-size: 14px;
}

.jaypee-green-wrapper.theme-bg-padding {
  padding: 10px;
}

.sm-form-control-brown {
  background-color: transparent;
  font-weight: 600;
  border-bottom: 1px solid #898989;
  border-radius: unset;
  padding: 12px 15px 12px 0;
  color: #898989;
}

.add-photo img {
  width: auto;
  height: 100px;
}

#gridata img {
  position: relative;
  width: 100px;
  height: 100px;
  object-fit: cover !important;
}

.grievance-img img {
  position: relative;
  width: 50px;
  height: 50px;
  object-fit: cover !important;
}

.grievance-img::before {
  position: absolute;
  content: "";
  background-color: #39428650;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 1;
}

.new-grievance-inner-img {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.new-grievance-inner-img span {
  color: #394286;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  font-size: 14px;
  right: 0;
}

/* Photo Uploaded */

.photo-upload-file-detail {
  position: relative;
  border: 1px dashed #d7d7d7;
}

.photo-upload-file-detail .drop-title {
  display: block;
  text-align: center;
  color: #9f9f9f;
  margin-bottom: 6px;
}

.photo-upload-file-detail {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  position: absolute;
  resize: none;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-upload-file-detail [type="file"] {
  cursor: pointer !important;
  display: block;
  filter: alpha(opacity=0);
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  z-index: 1;
}

.photo-upload-file-detail .filename {
  position: relative;
  display: block;
}

.photo-gallery {
  color: #394286;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px;
  background-color: #39428620;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}

.photo-gallery span {
  font-size: 12px;
  font-weight: 600;
}

.delete-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 9;
}

.grievance-img {
  position: relative;
  padding: 0;
  cursor: unset;
  border-radius: 10px;
  overflow: hidden;
}

.photo-upload-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Photo Uploaded */

.searchbar {
  display: flex;
  justify-content: space-between;
  background-color: #f5f6fa;
  padding: 10px;
  border-radius: 10px;
  align-items: center;
}

.search-btn {
  background-color: #ff8e00;
  padding: 0;
  border-radius: 6px;
  width: 34px;
  height: 34px;
  border: 0;
  cursor: pointer;
}

.searchbar-col:first-child {
  width: 60%;
  flex: 0 0 60%;
}

.searchbar-col:last-child {
  width: 40%;
  flex: 0 0 40%;
}

.searchbar .sm-form-control {
  padding: 0 !important;
  background-color: unset;
  border: 0;
  color: #333333;
  border-radius: 0;
}

.documents-col-inner {
  display: flex;
  gap: 10px;
  align-items: center;
}

.search-btn:hover {
  background-color: #394286;
}

.documents-col-inner h5,
.documents-col-inner span {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.documents-col-inner:hover h5,
.documents-col-inner:hover span {
  color: #ff8e00;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.documents-col-inner-svg img {
  width: auto;
  height: 50px;
}

.sm-form-control-brown.file-upload.sm-form-control::before {
  background-image: url(../images/icons/file-upload-brown.svg);
}

.site-progress-text h5 {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  text-transform: capitalize;
  line-height: normal;
}

.site-progress-small-text span {
  display: block;
}

.play-icons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  max-width: 30px;
  background-color: #ffffffcc;
  border-radius: 3px;
  padding: 4px;
}

.site-progress-img {
  position: relative;
  max-width: 700px;
}

.site-progress-img::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 30%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 5%,
    rgba(245, 245, 245, 0.0760679271708683) 100%
  );
}

.sidebar-title span {
  display: block;
  text-align: start;
  font-weight: 600;
}

.profile-sidebar .theme-sidebar-card-wrapper .section-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background-color: #394286;
}

.menu-new-title h2 {
  display: inline-block;
  color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #394286;
}

.profile-sidebar .sidebar-title {
  margin: 0;
  padding: 54px 30px 40px;
}

.profile-col .jaypee-green-sidebar-block {
  background-color: #f5f6fa;
}

.profile-col .jaypee-green-sidebar-block-img img {
  background-color: #fff;
}

.column.profile-col {
  padding: 5px !important;
}

.profile-cols {
  margin: -5px !important;
}

.profile-col .jaypee-green-sidebar-block {
  margin-bottom: 5px;
}

.profile-col .jaypee-green-sidebar-block:last-child {
  margin-bottom: 0;
}

.country-code-brown {
  border-bottom: 1px solid #898989;
}

.country-code-brown .sm-form-control-brown {
  border: 0;
}

.profile-wrapper-inner {
  margin-bottom: 20px;
}

.green {
  color: #2ab640;
  font-size: 13px;
}

.whatsapp-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.whatsapp-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}

.hidden-main-screen {
  display: none !important;
}

.notifications-history-title h4,
.login-history-title h4 {
  color: #333;
  margin-bottom: 0;
  font-size: 14px;
}

.login-history-title-inner {
  display: flex;
  justify-content: space-between;
}

.notifications-history-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.notifications-inner-desc {
  font-size: 13px;
  line-height: normal;
  display: block;
  color: #898989;
}

/* radio css start*/

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #898989;
}

[type="radio"]:checked + label {
  color: #333;
  font-weight: 600;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked + label:before {
  border: 1px solid #394286;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #394286;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* radio css  end*/

/* checkbox css start */

.theme-checkbox {
  position: absolute;
  opacity: 0;
}

.theme-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  color: #898989;
}

.theme-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #cfd2d3;
  border-radius: 4px;
}

/* .theme-checkbox:hover + label:before {
  background: #394286;
} */

.theme-checkbox:checked + label:before {
  background: #394286;
}

.theme-checkbox:checked + label {
  color: #333333;
}

.theme-checkbox:disabled + label {
  color: #898989;
  cursor: auto;
}

.theme-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}

.theme-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
    4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

/* checkbox css end */

.notifications-wrapper li {
  margin-bottom: 20px;
  font-weight: 600;
}

.notifications-wrapper li:last-child {
  margin-bottom: 0;
}

.projects-link-icon svg {
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  padding: 12px;
  border-radius: 100%;
}

.projects-link-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  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: 100%;
  height: 100%;
}

.projects-block:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28438c;
  z-index: 1;
  border-radius: 10px;
  z-index: 2;
  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;
}

.projects-block-wrapper:hover .projects-block:before {
  opacity: 0.7 !important;
  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;
}

.projects-block-wrapper:hover .projects-link-icon {
  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;
}

#tender-modal .form-label {
  text-transform: capitalize;
}

.column.aboutus-details-col:first-child {
  width: 500px;
  flex: 0 0 500px;
}

.column.aboutus-details-col:last-child {
  width: calc(100% - 500px);
  flex: 0 0 calc(100% - 500px);
}

#update-kyc-sidebar .sidebar-form .sm-form-control {
  color: #fff !important;
}

.projectcols-title a {
  display: block;
  color: #898989;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 25px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 20px;
  width: fit-content;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.projectcols-title a:hover,
.projectcols-title a.active {
  background-color: #ff8e00;
  color: #fff;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.position-sticky-page {
  overflow-x: unset !important;
  overflow-y: unset !important;
}

.position-sticky-cols,
.position-sticky-section {
  position: unset !important;
  overflow: unset !important;
  align-items: self-start;
}

.position-sticky-block {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  overflow: unset;
}

.position-sticky-page body {
  overflow-y: auto !important;
}

.overview-brochure-img {
  flex-wrap: wrap;
  gap: 20px;
}

.overview-sub-logo {
  flex-wrap: wrap;
}

.overview-sub-logo img {
  height: 75px;
  width: auto;
}

#projectcols-amenities-slider h3 {
  margin: 15px 0 0;
}

#projectcols-site-progress-slider .site-progress-desc {
  position: absolute;
  bottom: 30px;
  right: 30px;
  text-align: right;
}

#projectcols-site-progress-slider .site-progress-desc h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  line-height: normal;
}

#projectcols-site-progress-slider .site-progress-desc span {
  color: #fff;
  font-size: 14px;
}

/* .layouts-tabs li {
  min-width: 125px;
} */

.layouts-tabs {
  flex-wrap: wrap;
}

.realestate-cols-wrapper {
  margin-bottom: 30px;
}

.realestate-cols-wrapper:last-child {
  margin-bottom: 0;
}

select {
  padding: 13.5px !important;
}

.file-upload {
  padding: 12.5px;
}

.video-gallery-detail .theme-block-icon.youtube-video-icon {
  opacity: 1;
  visibility: visible;
}

.directors-mobile-slider {
  display: none;
}

/* select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 30px;
  height: 30px;
  background-image: url(../images/icons/arrow-down.svg);
  background-size: cover;
} */

.theme-modal .select2-container--default .select2-selection {
  display: block;
  width: 100%;
  border: none;
  padding: 15px;
  background-color: #f5f6fa;
  border-radius: 10px;
  resize: none;
  color: #333;
  font-size: 14px;
  border-bottom: 1px solid #fff;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 14px;
}

.header-sidebars
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
}

.header-sidebars .select2-container--default .select2-selection {
  border-bottom: 1px solid #fff;
}

.header-sidebars
  .form-group.focused
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
}

.header-sidebars .select2-results__option[role="option"] {
  color: #394286;
}

.header-sidebars
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  background-image: url(../images/icons/arrow-down-white.svg);
  height: 10px;
  width: 12px;
  background-size: contain;
}

.header-sidebars
  .mobile-with-country-code
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  top: 43%;
  transform: unset;
}

.mobile-with-country-code {
  display: flex;
}

.mobile-with-country-code .select2.select2-container {
  max-width: 70px !important;
  min-width: 70px !important;
}

.header-sidebars .mobile-with-country-code .sm-form-control {
  border-bottom: 1px solid #fff;
}

.mobile-with-country-code .sm-form-control {
  padding-left: 10px !important;
  border-radius: 0;
  background-color: unset;
  border-bottom: 1px solid #898989;
}

.mobile-with-country-code .select2-container .select2-selection--single {
  display: flex;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 10px;
}

.profile-detail-inner {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 9;
}

.theme-sidebar.profile-sidebar .theme-sidebar-card-wrapper {
  padding: 0 0 30px 0;
}

.profile-title h2 {
  font-size: 34px !important;
  line-height: 44px !important;
}

.profile-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-exploreus-wrapper img {
  -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;
}

.home-exploreus-wrapper img:hover {
  transform: scale(1.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;
}

.popup-modal img {
  max-width: 100px;
  margin: 0 auto;
}

.popup-modal-wrapper .theme-modal-card {
  max-width: 500px;
}

.popup-modal-text {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

.popup-modal-title {
  margin: 20px 0;
}

.error-page-img {
  max-width: 700px;
  margin: 0 auto;
}

.add-sales-order-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.sales-title {
  color: #394286;
  font-weight: 700;
  text-transform: uppercase;
}

.custom-check-radio-btn [type="radio"]:checked + label:before {
  background-color: #394286;
  width: 20px;
  height: 20px;
}

.custom-check-radio-btn [type="radio"]:checked + label:after {
  background-color: #fff;
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 3px;
  height: 3px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
    4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.blue-lable {
  background-color: #394286;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  display: block;
  max-width: fit-content;
}

.custom-check-radio-btn [type="radio"]:checked + label:before,
.custom-check-radio-btn [type="radio"]:not(:checked) + label:before {
  top: 50%;
  transform: translateY(-50%);
}

.custom-check-radio-btn [type="radio"]:checked + label:after,
.custom-check-radio-btn [type="radio"]:not(:checked) + label:after {
  top: 50% !important;
  transform: rotate(45deg) translateY(-50%) !important;
  left: 3px !important;
}

.blue-btn {
  background-color: #394286;
}

.blue-btn:hover {
  background-color: #ff8e00;
}

.delete-account-btns {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid #e8e8e8;
  margin-top: 20px;
  padding-top: 20px;
}

.delete-account-title {
  display: flex;
  align-items: center;
  background-color: #394286;
  padding: 12px;
  justify-content: space-between;
}

.delete-account-title h3 {
  margin-bottom: 0;
  color: #fff;
}

#delete-account-modal .theme-modal-card {
  padding: 0;
}

#delete-account-modal .theme-modal-card-body {
  padding: 25px;
}

.delete-account-title .close1,
.delete-account-title .close {
  position: relative;
  margin: 0;
  top: unset;
  right: unset;
  width: 30px;
  height: 30px;
}

.delete-account-inner-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.delete-account-btns a {
  text-transform: uppercase;
}

.delete-account-btns a:hover {
  color: #394286;
}

.delete-account-title .close1,
.delete-account-title .close {
  color: #fff;
  background-color: #ffffff20;
  border-radius: 10px;
}

.delete-account-title .close1:hover,
.delete-account-title .close:hover {
  background-color: #ff8e00;
}

th.tdate {
  width: 190px;
}

th.num {
  width: 10px;
}

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #00000080;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.page-loader-detail {
  max-width: 150px;
}

.page-loader.d-none {
  display: none !important;
}

.banner-text-without-config {
  left: 50px;
  bottom: 0;
}

.project-config-text-cols,
.project-config-cols {
  justify-content: center;
}

#projectcols-site-progress-slider img.img-fixed-ratio {
  min-height: 300px;
}

.tab3.is-active a {
  background-color: #ff8e00;
  color: #fff;
  border-radius: 10px;
}

.tab4.is-active a {
  background-color: #ff8e00;
  color: #fff;
  border-radius: 10px;
}

.sidebar-title-with-icon {
  display: flex;
  gap: 15px;
  align-items: center;
}

.sidebar-chatbot-md .sidebar-title-with-icon h3 {
  margin-bottom: 0;
  text-transform: capitalize;
  color: #333;
}

.chatbot-block {
  margin-bottom: 20px;
  padding: 10px;
}

.chatbot-block:last-child {
  margin-bottom: 0;
}

.chatbot-block-right {
  max-width: 300px;
  margin-left: auto;
}

.chatbot-block-left {
  max-width: 300px;
  margin-right: auto;
  background-color: #e8e8e8;
}

.chatbot-img {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
}

.chatbot-block p {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 10px;
}

.chatbot-inner-desc span {
  color: #898989;
  font-size: 11px;
  font-weight: 600;
}

.chatbot-inner-desc h5 {
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}

.chatbot-messagebar-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #898989;
  border-radius: 8px;
  width: calc(100% - 55px);
  flex: 1 0 calc(100% - 55px);
}

.chatbot-messagebar-input-icons-wrapper {
  display: flex;
  gap: 5px;
  flex-shrink: 1;
}

.chatbot-messagebar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
}

.chatbot-btn {
  padding: 10px !important;
  display: flex;
  width: 45px;
  flex: 0 0 45px;
  background-color: #394286;
}

.chatbot-btn:hover {
  background-color: #ff8e00;
}

.sidebar-chatbot-block .sidebar-title {
  margin-bottom: 30px;
}

.sidebar-chatbot-md .theme-sidebar-card-wrapper {
  padding: 40px 30px;
}

.sidebar-chatbot-block .theme-scrollbar {
  height: calc(100vh - 230px);
  /* padding-right: 0; */
}

/* .sidebar-chatbot-block .theme-scrollbar::-webkit-scrollbar {
  width: 0 !important;
} */

.sidebar-chatbot-block .chatbot-messagebar-input .sm-form-control {
  width: 100%;
  background-color: transparent;
  padding: 0 5px !important;
}

button {
  border: 0;
  background-color: unset;
  padding: 0;
}

/* .sidebar-chatbot-sm .chatbot-block-wrapper,
.sidebar-chatbot-sm .chatbot-messagebar,
.sidebar-chatbot-sm .sidebar-title.sidebar-title-with-icon {
  padding: 20px;
  background-color: #eee;
}


#Pro.projects-sub-section {
  margin-bottom: 100px !important;
  position: relative !important;
}


#Pro.projects-sub-section::before {
  position: absolute;
  content: "";
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 1px;
  border: 1px dashed #EBEBEB;
}
}

.sidebar-chatbot-sm .chatbot-block {
  border-radius: 0;
  background-color: #fff;
}

.sidebar-chatbot-sm .chatbot-block-left {
  background-color: #E8E8E8;
}
.chatbot-sm-left-bg{
  background-color: #E8E8E8 !important;
  margin-bottom: 0;
  padding: 10px 20px;
}
.theme-sidebar-sm .sidebar-chatbot-block{
  background-color: #F5F6FA !important;
}
.theme-sidebar-sm .sidebar-title-with-icon{
  background-color: #fff;
}
.theme-sidebar-sm .sidebar-title{
  margin-bottom: 0;
} */

.bank-logos-container img {
  width: auto;
  height: 75px;
}

/* .file-upload-photo-upload::before {
background-image: url(../images/icons/photo.svg) !;
} */

.add-sales-order-wrapper [type="radio"]:checked + label:before,
.add-sales-order-wrapper [type="radio"]:not(:checked) + label:before,
.add-sales-order-wrapper [type="radio"]:checked + label::after,
.add-sales-order-wrapper [type="radio"]:not(:checked) + label:after {
  opacity: 0 !important;
}

.add-sales-order-wrapper::after {
  position: absolute;
  content: "";
  /* background-color: #394286; */
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #00000020;
  /* left: 30px; */
  z-index: 9;
}

.add-sales-order-wrapper::before {
  position: absolute;
  content: "";
  background-color: #394286;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-image: url(../images/icons/check.svg);
  z-index: 9;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}

.add-sales-order-wrapper.active::before {
  opacity: 1;
}

.add-sales-order-wrapper {
  position: relative;
}

.documents-col-inner-svg {
  width: 30px;
  flex: 0 0 30px;
}

.info {
  background-color: #e7f3fe;
  border-left: 6px solid #2196f3;
  margin-bottom: 15px;
  padding: 4px 12px;
}

.dropdown-menu {
  position: relative;
  top: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 0;
  width: 100%;
  -webkit-transition: max-height, 0.8s ease-in-out;
  transition: max-height, 0.8s ease-in-out;
  overflow-y: hidden;
  overflow-x: hidden;
}

.display-menu {
  max-height: 1500px;
}

.theme-down-arrow {
  -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-menu-open .theme-down-arrow {
  transform: rotate(180deg);
  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;
}

.profile-title {
  cursor: pointer;
}

.profile-title .theme-down-arrow {
  display: flex;
}

.append-accounts .theme-btn {
  padding: 6px 40px;
}

.jaypee-green-sidebar-block:hover {
  background-color: #394286;
  color: #fff;
}

.full-width-sidebar {
  width: 100% !important;
}

.full-width-sidebar .close-sidebar {
  top: 0;
  transform: unset;
  background-color: unset;
  right: 0px;
  z-index: 10;
}

.full-width-sidebar .close-sidebar:hover {
  color: #ff8e00;
}

.sales-order-cols {
  padding: 0 30px;
}

#sidebar-mydocuments .searchbar {
  padding: 7px 10px;
}

.searchbar-input {
  width: calc(100% - 34px);
}

.getintouch-box .col-form {
  margin-bottom: 0;
}

.sidebar-title.grievance-blocks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#sidebar-grievance .theme-sidebar-card-wrapper {
  padding: 40px 200px;
}

.jaypee-green-img {
  max-width: 100px;
}

.grievance-title-inner-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}

.chat-btn {
  display: flex;
  align-items: center;
  gap: 5px;
}

.chat-btn span {
  color: #fff;
}

.date-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.grievance-block-selected {
  background-color: #dddddd;
}

.grievance-block-selected .grievance-inner-desc {
  border-bottom: 1px solid #898989;
}

.projectcols-title {
  display: flex;
  gap: 5px;
}

.projectcols-detail .column.position-sticky-block {
  background-color: #fff;
  z-index: 9;
  top: 79px;
  padding: 15px 0px !important;
  border-bottom: 1px solid #eee;
  z-index: 99;
}

.theme-scrollbar-horizontal {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0;
}

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

.theme-scrollbar-horizontal::-webkit-scrollbar {
  height: 6px;
  display: none;
  background-color: transparent;
}

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

.theme-scrollbar-horizontal.projectcols-title a {
  white-space: nowrap;
}

.testimonial-desc {
  background-color: #f5f5f5;
  padding: 20px 30px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

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

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

.section-contactus-form,
.section-getintouch {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.no-webp .section-contactus-form {
  background-image: url(../images/elements/contactus-bg.png);
}

.webp .section-contactus-form {
  background-image: url(../images/elements/contactus-bg.webp);
}

.section-getintouch::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #00000090;
}

.getintouch-box label {
  color: #fff;
  display: block;
  /* margin-bottom: 10px; */
  font-weight: 600;
}

.getintouch-box .col-form label span {
  color: #fff;
}

.getintouch-box-home .sm-form-control {
  background-color: #eeeeee90;
  border-bottom: unset;
  color: #fff;
}

.footer-logo-with-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e4e7ec;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.social-links {
  display: flex;
  gap: 10px;
  width: 170px;
}

.social-links img {
  width: 35px;
  -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;
}

.social-links img:hover {
  transform: scale(1.12);
  -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;
}

.menu-logo {
  max-width: 200px;
  margin-bottom: 30px;
}

.header__menu-item .social-links {
  position: relative;
  padding-top: 20px;
}

.header__menu-item .social-links::before {
  position: absolute;
  content: "";
  left: -50px;
  top: 0;
  width: 500px;
  height: 1px;
  background-color: #fff;
}

/* #sidebar-menu .theme-sidebar-card-wrapper::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #00000070;
}

.no-webp #sidebar-menu .theme-sidebar-card-wrapper {
  background-image: url(../images/profile-bg.jpg);
}

.webp #sidebar-menu .theme-sidebar-card-wrapper {
  background-image: url(../images/profile-bg.webp);
} */

.sidebar-menu-element {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0.4;
}

#section-projectcols {
  position: relative !important;
}

.getintouch-box {
  position: relative;
  z-index: 9;
}

.sub-menu-link {
  cursor: pointer;
}

.sub-menu-details {
  position: absolute;
  top: 30px;
  left: 0;
  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: 100%;
}

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

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

.sub-menu-details .header__menu-item .header__menu-link:hover {
  color: #ee752e;
}

.theme-element {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 400px;
}

.theme-element-top-right {
  top: -40px;
  right: -40px;
}

.theme-element-top-left {
  right: unset;
  left: -40px;
}

.section-vision-mission {
  overflow: visible;
}

.theme-element-bottom-left {
  right: unset;
  left: -40px;
  top: unset;
  bottom: -40px;
}

.section-projectcols .theme-element-top-right {
  top: 50%;
  transform: translateY(-50%);
}

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

.after-login-accordian .accordian_item {
  border-bottom: 1px solid #00000040;
}

.after-login-accordian .accordian_item:last-child {
  border-bottom: 0;
}

.after-login-accordian .accordian {
  border: 1px solid #00000040;
}

.theme-sidebar-bg-color {
  background-color: #39428630;
}

.error-msg,
.error-msgs {
  color: red !important;
  font-size: 12px;
  font-weight: 400 !important;
  background-color: transparent !important;
}

.theme-bottom-right-element {
  top: unset;
  bottom: 0;
  z-index: -1;
}

.profile-active {
  position: absolute;
  background-color: #394286;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 9;
  background-size: 15px;
  padding: 2px;
}

.section-imcphase1 .theme-element-top-right {
  z-index: -1;
}

.getintouch-box.charcoal-title label {
  color: #333 !important;
  font-weight: 500;
}

.charcoal-title.getintouch-box .col-form label span {
  color: #ff0000;
}

.charcoal-title.getintouch-box .error-msgs {
  color: #ff0000 !important;
}

#apply-modal .select2-container--default .select2-selection {
  background-color: #eeeeee;
}

.sidebar-menu-element-p-relative {
  position: relative !important;
}

/* .section-my-properties-tabs .select2-dropdown {
  background-color: #394286;
  color: #fff;
}

.section-my-properties-tabs .select2-results__option[role=option][aria-selected=true],
.section-my-properties-tabs .select2-container--default .select2-results__option--highlighted:not([aria-selected=true]) {
  background-color: #00000030 !important;
  color: #FF8E00 !important;
} */

.after-login-view-link {
  text-align: end;
}

.back-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 !important;
}

.properties-tabs-inner-details {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 40px;
}

.properties-tabs-detail h5 {
  font-size: 12px;
  color: #333;
  font-weight: 600;
  margin-bottom: 0;
  line-height: normal;
}

.scheule-site-visit-form .select2-selection {
  background-color: #eeeeee !important;
  border-radius: 10px !important;
  padding: 15px !important;
  border: 0 !important;
}

.scheule-site-visit-form .mobile-with-country-code {
  background-color: #eeeeee;
  border-radius: 10px;
}

.scheule-site-visit-form .mobile-with-country-code .sm-form-control {
  border: 0;
}

.properties-tabs-inner-details-sm {
  max-width: 1000px;
  margin: 0 auto;
}

.swal2-container {
  z-index: 9999 !important;
}

#section-layouts .theme-block {
  max-width: 600px;
}

.grievance-img-block .theme-block .theme-block-icon svg {
  height: 20px;
  width: 20px;
}

.grievance-img-block .theme-block .theme-block-icon {
  height: 20px;
  width: 20px;
}

.payment-schedule-click-tab,
#payment-schedule {
  display: none;
}

.theme-modal
  .select2-container--default
  .select2-results
  > .select2-results__options {
  max-height: 8rem;
}

.documents-transh-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f5f6fa;
  padding: 10px;
  border-radius: 10px;
}

.transh-icon img {
  width: auto;
  height: 25px;
}

.swal2-container {
  z-index: 99999 !important;
}

.setphonesize {
  margin-top: 15px;
}

#dataexplore {
  justify-content: center;
}

.home-exploreus-wrapper picture {
  position: relative;
}

.home-exploreus-wrapper picture::before {
  position: absolute;
  content: "";
  background-color: #00000060;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.home-exploreus-wrapper picture {
  position: relative;
}

.home-exploreus-wrapper picture::before {
  position: absolute;
  content: "";
  background-color: #00000060;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.sub-srno-block {
  display: flex;
  gap: 10px;
  align-items: center;
}

.sub-srno-block .pdf-download {
  margin-bottom: 0px;
}

.pdf {
  text-decoration: underline;
}

ul.custombullet {
  list-style-type: none;
  /* Remove default bullets */
  padding-left: 20px;
  /* Optional, adds space for bullets */
}

ul.custombullet li::marker {
  content: "●";
  /* Unicode for a filled circle */
  font-size: 1.2em;
  /* Adjust size as needed */
  color: black;
  /* Adjust color */
}

.customb {
  color: #326fc6;
}

.cirp-important-notification {
  max-width: 100%;
  margin-left: auto;
}

.independent-directors-detail a {
  color: #394286;
  display: block;
}

.independent-directors-detail {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.independent-directors-detail a {
  font-weight: 600;
  margin-bottom: 10px;
}

.independent-directors-detail p {
  margin-bottom: 10px;
}

.error-border {
  border: 2px solid red !important;
}

/* Common error style */

/* Input error spacing fix */
.form-grid label {
  position: relative;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

/* Text + error container */
.checkbox-content {
  display: flex;
  flex-direction: column;
}

/* Error message styling */
.checkbox-content .error-msgs {
  margin-top: 6px;
  font-size: 12px;
  color: #e63946;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

/* Mobile spacing */
@media (max-width: 768px) {
  .error-msgs {
    font-size: 11px;
  }
}
