
@font-face {
  font-family: "Avenir-Next-Bold";
  src: url('../fonts/avenir-next/AvenirNext-Bold.ttf');
}

@font-face {
  font-family: "Avenir-Next-Regular";
  src: url('../fonts/avenir-next/AvenirNext-Regular.ttf');
}

@font-face {
  font-family: "Avenir-Next-Medium";
  src: url('../fonts/avenir-next/AvenirNext-Medium.ttf');
}




::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #B18A09;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #B18A09;
}

.np {
  padding: 0px;
  overflow: hidden;
}

body {
  font-family: 'Avenir-Next-Regular', sans-serif;
  font-weight: 300;
  color: #323132;
  background-color: #F6F6F6;

}

h1 {
  font-family: 'Avenir-Next-Bold', sans-serif;
  font-size: 26px;
}

h2 {
  font-family: 'Avenir-Next-Bold', sans-serif;
  font-size: 26px;
}

h3 {
  font-family: 'Avenir-Next-Bold', sans-serif;
}

h4 {
  font-family: 'Avenir-Next-Regular', sans-serif;
}

h5 {
  font-family: 'Avenir-Next-Regular', sans-serif;
}

h6 {
  font-family: 'Avenir-Next-Regular', sans-serif;
}

.gotham {
  font-family: 'Avenir-Next-Regular', sans-serif;
}

.os {
  font-family: 'Avenir-Next-Bold';
}


.d-bg {
  background: #323132;
  margin: 0;
  margin-top: 0px;
  /* transition: 1s; */
}

#header {
  font-family: 'Avenir-Next-Regular', sans-serif;
  font-weight: 300;
  position: relative;
  height: auto;
  max-height: 100vh;
  /* min-height: -webkit-fill-available; */
  overflow: hidden;
}

#header .container-fluid {
  position: relative;
  z-index: 9;
  padding: 0;
}

#header .inner-slider-img {
  width: 100%;
  object-fit: cover;
}

#header .logo img {
  height: 78px;
  padding: 9px;
}

#header .offcanvas-header {
  margin-right: 5%;
  margin-top: 38px;
}


#header .nav-pills .nav-link {
  color: #6c6c6c;
  font-size: 14px;

  line-height: 24px;
  font-weight: 400;
  font-family: 'Avenir-Next-Regular', sans-serif;
  padding: 0.7 rem 0.2rem;
}

#header .nav-pills .nav-link:hover {
  color: #323132;
}

#header .nav-pills .nav-link:active {
  color: #323132;
}

/* wasif */



#header .nav-pills .nav-link i {
  margin-right: 10px;
  display: none;
}

#header .nav-pills li {
  margin-right: 6%;
  list-style: none;
}

#header .bi-list {
  font-size: 1.0em;
  font-style: normal;
  color: #B18A09;
}

#header .bi-list span {
  font-size: 18px;
  font-style: normal;
  color: #F6F6F6;
}

#header .main-menu-btn:active {
  border: none;
  outline: none;
  color: #E6E6E6;
}

#header .contact {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-right: 2%;
  height: 100%;
}

#header .contact a {
  color: #F6F6F6;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 0;
  overflow: hidden;
  display: block;
  font-size: 18px;
}

#header .contact .fa {
  color: #B18A09;
  font-size: 1.2em;
}

#header .sticky {
  background: #323132;
  width: 100%;
  border-bottom: 1px solid #3c3b3c;
  /* margin-left: 0.5%; */
  /* margin-top: 0.5%; */

}

#header .sticky .bi-list span {
  font-size: 18px;
  font-style: normal;
  color: #F6F6F6;
}

#header .sticky .bi-list {
  font-size: 18px;
  font-style: normal;
  color: #B18A09;
}

#header .sticky .fa {
  color: #B18A09;
}

#header .sticky .contact a {
  color: #F6F6F6;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 0;
  overflow: hidden;
  display: block;
  font-size: 18px;
}

.offcanvas {
  transition: transform .7s ease-in-out;
}

.accordion-button::after {
  margin-right: auto !important;
  margin-left: inherit !important;
}

.align-items-start {
  padding: 0 !important;
}

.main-menu-btn {
  color: #B18A09;
  font-size: 26px;
  font-weight: 300;
  margin-top: 0px;
}

video {
  width: 100%;
  display: block;
}

#header .oro-mob-view {
  display: none;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.w-30 {
  width: 30%;
}

#about_us {
  background: #323132;
  overflow: hidden;
}

#project-1 {
  overflow: hidden;
}

.img-res,
.img-responsive {
  width: 100%;
}

.project-description {
  width: 50%;
  margin-top: 0vh;
  margin-left: auto;
  margin-right: auto;
}

.project-description h2 {
  font-weight: 600;
}

.pslider-carousel .owl-item {
  background-color: #B18A09;
  -webkit-transition: transform 1s ease-in-out;
  -moz-transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  text-align: center;
  border-radius: 5px;
  background-color: #B18A09;
  -webkit-transition: transform 1s ease-in-out;
  -moz-transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  text-align: center;
  border-radius: 5px;
}

.pslider-carousel .owl-item img {
  border-radius: 0;
  border-radius: 0;
}

.pslider-carousel .owl-stage-outer {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.owl-item.active.center {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 99999;
  opacity: 10;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 99999;
  opacity: 10;
}

.owl-item.active.center .card-heading {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #B18A09 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #B18A09 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #B18A09 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00E6E6E6', endColorstr='#B18A09', GradientType=0);
  bottom: 0px;
}

.owl-item {
  opacity: 0.4;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  opacity: 0.4;
  transform: scale(1.2);
  position: relative;
}

.owl-item .card-heading {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #E6E6E6 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #E6E6E6 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #E6E6E6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00E6E6E6', endColorstr='#B18A09', GradientType=0);
  position: absolute;
  padding: 25px;
  bottom: -8px;
  left: 0;
  width: 100%;
}

/* 
.item {
  padding: 20px;
  margin: 20px; } */
.item .card-body {
  padding: 0 !important;
}


#footer {
  min-height: auto;
  background: #323132;
  color: #777777;
  padding-top: 30px;
  padding-bottom: 0px;
}

.footer-Sub {
  box-shadow: inset #32313247 0px 8px 8px 0px;
  width: 100%;
  background: #B18A09;
  color: #323132;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
}

.rights {
  max-width: 100% !important;
  margin: 0 auto;
  margin-bottom: 0 !important;
}

#footer .quick_links ul li {
  line-height: 1.7em;
}

#footer p {
  max-width: 80%;
}

#footer h3 {
  margin-bottom: 50px;
  color: #b8b8b8;
}

#footer ul {
  list-style: none;
}

#footer ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #777777;
  ;
}

#footer ul li a:hover {
  text-decoration: none;
  color: #B18A09;
}

#footer .oro-btn {
  background-color: #B18A09;
  border: 1px solid #B18A09;
  color: #E6E6E6;
  padding-left: 20px;
  padding-right: 20px;
}

#footer .social-icons i {
  color: #B18A09;
  padding: 5px;
}

#footer .logo img {
  width: 50%;
  margin-bottom: 20px;
}





.offcanvas.show:not(.hiding),
.offcanvas.showing {
  transform: none;
  right: 0 !important;
  z-index: 99999 !important;
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #323132;
  z-index: 99999;
  margin-top: 0px;
}


.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;

  position: relative;
  border-radius: none;
  overflow: hidden;
}

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  /* background: #B18A09; */
  height: 3px;
  border-radius: none;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before {
  right: 0;
}

.hvr-underline-from-left:focus:before {
  right: 0;
}

.hvr-underline-from-left:active:before {
  right: 0;
}

.section-heading {
  font-family: 'Avenir-Next-Regular', sans-serif;
  color: #B18A09;
  padding-top: 30px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-size: 48px;
  width: 100%;
  text-align: right !important;
}

.section-heading-dark {
  font-family: 'Avenir-Next-Regular', sans-serif;
  color: #323132;
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 48px;
  width: 100%;
  text-align: center;
}

.section-heading-homepage-news {
  /* font-family: 'Avenir-Next-Regular', sans-serif; */
  color: #B18A09;
  margin-top: 2%;
  margin-bottom: 2%;
  font-size: 48px;
  width: 100%;
  text-align: center;
}

.section-heading-csr {
  /* font-family: 'Avenir-Next-Regular', sans-serif; */
  color: #E6E6E6;
  margin-top: 0%;
  margin-bottom: 30px;
  font-size: 48px;
  width: 100%;
  text-align: center;
}

.section-heading-homepage-amenities {
  /* font-family: 'Avenir-Next-Regular', sans-serif; */
  color: #B18A09;
  margin-top: 5%;
  margin-bottom: 1%;
  font-size: 26px;
  width: 100%;
  text-align: center;
}

.project-outer {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 50px;
}

.project-outer #p-slider {
  position: absolute;
  top: 0px;
  width: 100%;
  min-height: 145px;
  color: #E6E6E6;
  box-shadow: 0px 0px 53px #323132;
}

.bg-ring {
  width: 100%;
  background-position: top 0px right 160px;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-ring-inner {
  width: 100%;
  /* background-image: url(https://oro24-media.s3.me-south-1.amazonaws.com/assets/imgs/ORO-Ring.png); */
  background-position: top 0px left 160px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  height: 100%;
}

.bg-ring-inner2 {
  width: 100%;
  /* background-image: url(https://oro24-media.s3.me-south-1.amazonaws.com/assets/imgs/ORO-Ring.png); */
  background-position: top 0px right 160px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  height: 100%;
}

.pos-rel {
  position: relative;
}

.discroption-postion {
  z-index: 2;
}

.bg-ring2 {
  width: 100%;
  background-position: top 0px left 160px;
  background-repeat: no-repeat;
  background-size: contain;
}

.project-inner {
  width: 100%;
  top: 0%;
  left: 0%;
  z-index: 1;
}

.zigzag-section {
  height: auto;
}

.zigzag-section .item {
  display: grid;
  grid-template-columns: 60% 40%;
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
}

.zigzag-section .item:nth-child(even) {
  grid-template-columns: 40% 60%;
}

#register {
  background: linear-gradient(#B18A09, #B18A09);
  color: #E6E6E6;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 0 36px #323132;
  text-align: center;
}

#register h3 {
  color: #323132;
  margin-bottom: 20px;
  text-align: center;
}

.register-inner {
  width: 100%;
  padding-top: 15px;
}

#carousel-event {
  padding: 50px 0 80px 0px;
  background: #323132 !important;
}

#carousel {
  background: #323132;
  /* height: 100vh; */
}

.wfp-carousel {
  padding: 10px 50px;
}

.zoom-out-carousel .owl-item {
  background-color: #B18A09;
  -webkit-transition: transform 1s ease-in-out;
  -moz-transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  text-align: center;
  border-radius: 0px;
}

.zoom-out-carousel .owl-item img {
  border-radius: 0;
  border-radius: 0;
}

.zoom-out-carousel .owl-stage-outer {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
  overflow: hidden;
}

.zoom-out-carousel .card .owl-item.active.center {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 99999;
  opacity: 10;

}

.zoom-out-carousel .owl-item.active.center .card-heading {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #B18A09 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #B18A09 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #B18A09 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00E6E6E6', endColorstr='#B18A09', GradientType=0);
  bottom: -9px;
}

.owl-item {
  opacity: 0.4;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  position: relative;
}

.zoom-out-carousel .owl-item .card-heading {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #E6E6E6 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #E6E6E6 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #E6E6E6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00E6E6E6', endColorstr='#B18A09', GradientType=0);
  position: absolute;
  padding: 25px;
  bottom: -8px;
  left: 0;
  width: 100%;
}



.zoom-out-carousel .card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0;
  --bs-card-box-shadow: none;
  --bs-card-inner-border-radius: calc(0);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 0rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  border: 1px solid #dcb576;
}

.zoom-out-carousel .card {
  height: 574px;
}




/*--------------------------------------- amenities ---------------------------------------*/

#p-slider h2 {
  float: left;
  color: rgb(255, 255, 255);
  font-size: 50px;
  letter-spacing: 0px;
  margin: 0;
  /* font-family: "Avenir-Next-Regular"; */
  /* margin-top: 11px; */
}

#p-slider p {
  float: left;
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  /* margin-top: 16px; */
  /* margin-left: 9px; */
  margin: 0px;

  /* padding-top: 6px; */
}

#p-slider .p-text-custom {
  float: left;
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  margin-left: 9px;
  margin-top: 0px;
  /* padding-top: 20px; */
}

#p-slider .p-text-r-custom {
  float: left;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    /* margin-left: 8px; */
    margin: 0px;
    /* transform: rotate(-90deg); */
    /* margin-top: 11px; */
    /* padding-top: 11px; */
    /* margin-right: 6px; */
}

#p-slider .p-text-r-custom svg {
  width: 40px;
  height: 37px;
}

.wf-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;

}

.wf-item .wf-img-cstm {
  width: 57px; 
  height: 57px; 
  float:left;
}

.news-container {
  border: 1px solid #282726;
  background: #E6E6E605;
  /* background: -moz-linear-gradient(top, #E6E6E6 0%, #E6E6E6 67%, #E6E6E6 83%, #B18A09 100%);
  background: -webkit-linear-gradient(top, #E6E6E6 0%, #E6E6E6 67%, #E6E6E6 83%, #B18A09 100%);
  background: linear-gradient(to bottom, #E6E6E6 0%, #E6E6E6 67%, #E6E6E6 83%, #B18A09 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#B18A09', GradientType=0);
}

.video-container {
  border: none;
  background: none;
}

.news-container-inner {
  padding: 30px;
  min-height: 250px;
}

.video-container-inner {
  padding: 20px;
}

.video-container-inner h5 {
  text-transform: capitalize;
}


.news-container-inner h5 {
  min-height: 48px;
  text-transform: uppercase;
  overflow: hidden;
  color: #bababa;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-container-inner p {
  min-height: 48px;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #6a6a6a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.form-control {
  display: block;
  width: 100% !important;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  background-color: #323132;
  line-height: 1.5;
  height: 45px;
  color: #E6E6E6;
  background-clip: padding-box;
  border: 1px solid #d79c52;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 8px 8px 8px 8px !important;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control2 {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  background-color: #323132;
  line-height: 1.5;
  border-radius: 0px 8px 8px 0px !important;
  height: 45px;
  color: #E6E6E6;
  background-clip: padding-box;
  border: 1px solid #d79c52;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.cstmfooterform {
  width: 100% !important;
  display: block;
  border-radius: 0.375rem !important;
}

.cstmfooterform input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: -internal-light-dark(rgb(15, 15, 15), rgba(70, 90, 126, 0.4)) !important;
  color: #E6E6E6;
}

.form-control:focus {
  display: block;
  width: 100% !important;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  background-color: #323132;
  line-height: 1.5;
  height: 45px;
  color: #e4e4e4;
  background-clip: padding-box;
  border: 1px solid #f4b86c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.About-description {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.About-description h2 {
  color: #B18A09;
}

.About-description p {
  text-align: right;
  color: #E6E6E6;
}

.our-journey {
  display: flex;
  justify-content: flex-start;
  padding: 0;
  gap: 40px;
  align-items: center;
}

.our-journey .journy-style {
  color: #E6E6E6;
  cursor: pointer;
  text-decoration: none;
}

.our-journey .journy-style:hover {
  color: #B18A09;
  cursor: pointer;
  text-decoration: none;
}

.home-spcltext {
  margin-top: 0px;
}

.home-spcltext span {
  text-align: left;
  color: #f4b86c;
}

.home-spcltext strong {
  text-align: left;
  color: #E6E6E6;
}

.project-description p {
  text-align: right;
  color: rgb(0, 0, 0);
}

.video-section img {
  transition: 0.4s;
}

.video-section img:hover {
  transform: scale(1);
}

.oro-img-animation-effect img {
  transition: 0.4s;
}

.oro-img-animation-effect img:hover {
  transform: scale(1);
}

.about-inner {
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: left 0% top 40%;
  min-height: auto;
}

.p-slideritems .owl-item {
  box-shadow: none !important;
  height: inherit !important;
  background-color: #323132 !important;
  padding-top: 15px;
  opacity: 9;
}

.p-slideritems .owl-item .active {
  box-shadow: none !important;
  height: inherit !important;
  background-color: #323132 !important;
  opacity: 9;
}

.p-slideritems .owl-item .active .center {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 9;
}

.lanotee-description {
  margin-top: 20%;
}

.about-us-description {
  margin-top: 5%;
}

.about-us-description i {
  margin-right: 5px;
}

.about-us-description h2 {
  color: #B18A09;
  font-size: 30px;
}

.about-us-description h1 {
  color: #B18A09;
  font-size: 30px;
}
.ozone-description {
  margin-top: 3%;
}

.ozone-description i {
  margin-right: 5px;
}

.ozone-description h2 {
  color: #B18A09;
  font-size: 30px;
}

.ozone-description .obytesheadings {
  color: #B18A09;
  font-size: 20px;
}

.obytesheadings {
  color: #323132;
  font-size: 30px;
}

.exp-gal-sec .obytesheadings {
  color: #323132;
  font-size: 30px;
  margin-top: 15%;
}

.about-us-description h6 {
  color: #E6E6E6;
  font-size: 20px;
}

.about-us-description .obytesheadings {
  color: #B18A09;
  font-size: 20px;
}

.about-us-description p {
  color: #E6E6E6;
  text-align: none;
  margin-top: 20px;
  font-size: 14px;
}

.about-us-description .wfpopu {
  color: #B18A09;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}

.exp-description .moretext {
  color: #B18A09;
  font-weight: bold;
  text-decoration: underline;
  font-size: 16px;
  cursor: pointer;
}

.leadership .leadership-inner h3 {
  font-weight: 600;
}

#footer a {
  color: #B18A09;
  font-weight: bold;
  text-decoration: underline;
  font-size: 16px;
  cursor: pointer;
}

.change-font {
  color: #E6E6E6;
  font-family: 'Avenir-Next-Regular', sans-serif;
  margin-top: 0px;
  font-size: 16px;
}

.about-us-description p span {
  color: #B18A09;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}

.about-us-description p strong {
  color: #E6E6E6;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}

.chairmandp {
  width: 90%;
}

.about-chairman-ring img {
  transition: 0.4s;
}

.about-chairman-ring img:hover {
  transform: scale(1.2);
}

#galaryabout .about-galary-card {
  transition: 0.4s;
}

#galaryabout a {
  color: #E6E6E6;
  text-decoration: none;
}

#galaryabout .about-galary-card:hover {
  transform: scale(1.1);
}

#experience-section .about-galary-card {
  transition: 0.4s;
}

#experience-section .about-galary-card:hover {
  transform: scale none;
}

#experience-section .owl-item {
  opacity: 0.9 !important;
  -webkit-transform: scale none;
  transform: scale none;
  -webkit-box-shadow: 0px 0px 8px 5px rgb(0 0 0 / 62%);
  box-shadow: 0px 0px 8px 5px rgb(0 0 0 / 62%);
  -webkit-transform: scale none;
  position: relative;
}

/* -------------------- Dropdown ---------------------------- */

.lngg_mob {
  display: none;
}

.accordion {
  min-width: 100% !important;
}

.accordion-button:not(.collapsed) {
  background-color: #E6E6E6 !important;
  color: #323132 !important;

}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon) !important;
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion {
  --bs-accordion-border-width: 0px !important;
}


.accordion-item:first-of-type .accordion-button {
  border-radius: none !important;
}

.accordion-button {
  padding: 0px 30px !important;
}


.accordion-button:focus {
  z-index: 3;
  border-color: #E6E6E6 !important;
  outline: 0;
  box-shadow: none !important;
}



/*-------------------------------------- popup aria start --------------------------------------*/

.project-gallary {
  width: 100%;
  max-height: 100px;
  margin-top: 35px;
  object-fit: cover;
}

.project-gallary img {
  width: 100%;
  transition: 0.5s;
  max-height: 80px;
  object-fit: cover;
}

.project-gallary img:hover {
  transform: scale(3.0);
  position: relative;
  z-index: 9;
  margin: 0 0 0 -65%;
  border: 1px solid #B18A09;
}

/*-------------------------------------- popup aria end --------------------------------------*/



.about-chairman-ring {
  background-size: 100%;
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center;
}



.lanotte {
  background: #E6E6E6;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}


.lanotte p {
  color: #323132;
}

.lanotte {
  background: #E6E6E6;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 85px;
}




.vision-section {
  background: #E6E6E6;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.vision-section .vision-ico {
  background: none;
  padding: 20px;
  box-sizing: border-box;
  display: grid;
  justify-content: center;
  align-items: center;
}

.wfpopup {
  height: auto;
  padding: 25px;
  box-sizing: border-box;
  margin-top: 10px;
  text-align: center;
}

.vision-section .vision-ico .icon {
  width: 50px;
  height: 50px;
}

.pulse {
  animation: pulse 1s infinite ease-in-out alternate;
}

@keyframes pulse {
  from {
    transform: scale(0.8);
  }

  to {
    transform: scale(1.2);
  }
}


.bounce2 {
  animation: bounce2 2s ease infinite;
}

@keyframes bounce2 {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}



.shake {
  animation: shake 3s ease infinite;
}

@keyframes shake {

  0%,
  100% {
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-5px);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translateX(5px);
  }
}




.vision-section .vision-ico:hover .wfpopup {
  opacity: 0.9;
  visibility: visible;
}





.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 100px !important;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: 10px !important;
  left: inherit !important;
}

.iti__selected-flag {
  right: 0 !important;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  /* height: 100%; */
  padding: 0px 15px 0px 68px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: space-evenly;
}



.about-us-page {
  background-color: #323132;
  position: relative;
  box-sizing: border-box;
  height: auto;
}

.exp-gal-sec {
  background-color: rgb(255, 255, 255);
  position: relative;
  box-sizing: border-box;
  height: auto;
  color: #323132;
}


.exp-gal-sec h2 {
  color: rgb(0, 0, 0);
  margin-top: 20%;
  margin-bottom: 30px;
}


.exp-oro-sec {
  background-color: rgb(0, 0, 0);
  position: relative;
  box-sizing: border-box;
  height: auto;
}


.exp-oro-sec p {
  color: rgb(255, 255, 255);
  text-align: none;
  margin-top: 20px;
  font-size: 16px;
}


.abt-bubbls-outer {
  width: 100%;
  padding: 0px 0px 60px 0;
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  /* background-image: url(https://oro24-media.s3.me-south-1.amazonaws.com/assets/imgs/bubbls.png); */
}




.abt-bubbls-inner {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  gap: 0px;
  text-align: center;
}


.abt-bubbls-inner .buble-item {
  width: 100%;
  background: #323132;
  border: 1px solid #B18A09;
  padding: 50px 0;
  box-sizing: border-box;
  margin: 0;
  display: grid;
  align-items: center;
  transition: 0.4s;
  margin: 0px -1px;
}

.abt-bubbls-inner .buble-item:hover {
  /* transform: scale(1.2); */

  background:#B18A09;
}

.abt-bubbls-inner .buble-item h4 {
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
}

.abt-bubbls-inner .buble-item h4 {
  color: rgb(255, 255, 255);
}

.abt-bubbls-inner .buble-item p {
  color: rgb(255, 255, 255);
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

.buble-item h2 span {

  font-size: 12px;
  font-weight: normal;

}



/* 
.abt-bubbls-inner .buble-item:nth-child(6n+1) {
  width: 190px;
  height: 190px;
  margin-top: 45px;
}

.abt-bubbls-inner .buble-item:nth-child(6n+2) {

  width: 170px;
  height: 170px;
  margin-top: -30px;
}

.abt-bubbls-inner .buble-item:nth-child(6n+3) {
  width: 160px;
  margin-top: 0px;
  height: 160px;
}

.abt-bubbls-inner .buble-item:nth-child(6n+4) {
  width: 150px;
  margin-top: 95px;
  height: 150px;
}

.abt-bubbls-inner .buble-item:nth-child(6n+5) {
  width: 180px;
  height: 180px;
  margin-top: -70px;
}

.abt-bubbls-inner .buble-item:nth-child(6n+6) {
  width: 160px;
  height: 160px;
  margin-top: 100px;
} */




.flex-center {
  display: flex;
  justify-content: center;
  gap: 80px;
  width: 100%;
}

.structure-chart {
  width: 100%;
  margin-top: 55px;

}


#Journey {
  background: #E6E6E6;
  /* background-image: url(https://oro24-media.s3.me-south-1.amazonaws.com/assets/imgs/imgs/aboutgallary-bg.png); */
  background-position: top 0% center;
  color: #323132;
  padding-top: 100px;
  background-size: cover;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  text-align: center;
}

#galaryabout {
  background: #323132;
  background-image: url(https://oro24-media.s3.me-south-1.amazonaws.com/assets/imgs/imgs/aboutgallary-bg.png);
  background-position: top 0% center;
  color: #E6E6E6;
  padding-top: 100px;
  background-size: cover;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  text-align: center;
}

#galaryabout .card-heading {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #E6E6E6 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #E6E6E6 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #E6E6E6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00E6E6E6', endColorstr='#B18A09', GradientType=0);
  margin-bottom: 0px;
  position: absolute;
  padding: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
}

#galaryabout .about-galary-card:hover .card-heading {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #B18A09 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #B18A09 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #B18A09 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00E6E6E6', endColorstr='#B18A09', GradientType=0);
}

.about-galary-card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0;
  --bs-card-box-shadow: none;
  --bs-card-inner-border-radius: calc(0);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 0rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  border: 1px solid #dcb576;
}

.agent-info {
  margin-top: 20px;
}

.agent-info p {
  text-align: center;
}

@media only screen and (max-width: 700px) {
  #project-1 {
    height: 100vh;
  }

  .img-responsive {
    width: 100%;
  }
}



.project-bg {
  /* background-image: url(https://oro24-media.s3.me-south-1.amazonaws.com/assets/imgs/ORO-Ring.png); */
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: right -37% top 0%;
}

.csr-bg {

  background-size: 50%;
  background-repeat: no-repeat;
  background-position: right -37% top 0%;
}


.cafe-oro-bg {
  /* background-image: url(https://oro24-media.s3.me-south-1.amazonaws.com/assets/imgs/ORO-Ring.png); */
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: left -37% top 0%;
}

.mosque-project-info {
  /* display: none;
  border: 2px solid #B18A09; */
  width: 56%;
  height: auto;
  background-color: #E6E6E6;
  margin-top: -105px;
  margin-bottom: 100px;
  box-shadow: 5px 10px 8px #323132;
  align-items: center;
}


.project-info {
  /* display: none;
  border: 2px solid #B18A09; */
  width: 35%;
    height: auto;
    background-color: #E6E6E6;
    margin-top: -85px;
    padding: 0px 0px;
    margin-bottom: 50px;
    box-shadow: 5px 10px 8px #323132;
}

.project-info img {
  width: 100%;
  margin: 0px 0px 0px 0;
  /* margin: 16px 0px 7px 0; */
}

.project-info .company-logo {
  width: 600px;
  margin-top: 0px;
}

.project-info .loction-left {
  display: flex;
  gap: 0px;
  justify-content: flex-start;
  align-items: center;
}

.project-info .loction-left h5 {
  font-size: 16px;
  margin-top: 9px;

}

.project-info .loction-left p {
  font-size: 20px;
}

.project-info .loction-left .icon {
  margin-top: 0px;
  width: 20px;
}

.project-info .loction-right {
  margin-top: 10px;
  width: 100%;
}

.project-info .loction-right span {
  font-size: 20px;
  display: flex;
}

.project-info .loction-right .loction-right-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.project-info .loction-right .loction-right-inner p {
  transform: rotate(-90deg);
  font-size: 20px;
}

.project-info .loction-right .loction-right-inner h2 {
  font-size: 65px;
  color: #B18A09;
  font-weight: bold;
}

#map-section {
  background: #E6E6E6;
  padding-top: 0px;
  height: 600px;
  padding-bottom: 0px;
}

.project-map-form {
  width: 350px;
  height: auto;
  padding: 30px 30px;
  position: absolute;
  right: 4rem;
  top: -2rem;
  background: #E6E6E6;
}

.form-inner {
  position: relative;
}

.constructions-description {
  width: 85%;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
}

.constructions-description h2 {
  color: #323132;
  font-size: 30px;
}

.constructions-description p {
  color: #323132;
  margin-top: 20px;
  text-align: left;
  font-size: 16px;
}

.constructions-description p span {
  color: #B18A09;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}

.constructions-description p strong {
  color: #E6E6E6;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}


.exp-description {
  width: 85%;
  margin-top: 5%;
  margin-bottom: 5%;
}

.exp-description h2 {
  color: #323132;
  font-size: 30px;
}

.exp-description p {
  color: #323132;
  margin-top: 20px;
  text-align: right;
  font-size: 16px;
}

.exp-description p span {
  color: #B18A09;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}

.exp-description p strong {
  color: #E6E6E6;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}

.constructio-top-gallary img {
  width: 100%;
  max-height: 150px;
  object-fit: cover;
}

.construction-gallary img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}

.constructio-botom-gallary-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  overflow: hidden;
  margin: 30px auto;
}

.constructio-botom-gallary {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  gap: 10px;
  object-fit: cover;
  margin: 30px auto;
}

.constructio-botom-gallary .slide-arrow {
  width: 50px;
}

.constructio-botom-gallary img {
  width: 100%;
  max-height: 150px;
}

.agent-headin {
  margin-bottom: 30px;
}

.contact-us-info {
  background: #323132;
  padding-top: 50px;
  padding-bottom: 50px;
}

.structure_page {
  background: #323132;
  padding-top: 50px;
  padding-bottom: 170px;
}

.contact-us-info h2 {
  color: #B18A09;
}

.contact-us-info p {
  color: #E6E6E6;
}

.contact-us-info i {
  font-size: 54px;
  color: #B18A09;
  margin-bottom: 30px;
}

.contact-us-form {
  min-height: 150px;
  color: #E6E6E6;
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}


.form-contact-us-page {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  background: none;
  font-size: 1rem;
  font-weight: 400;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  line-height: 1.5;
  height: 45px;
  color: #E6E6E6;
  background-clip: padding-box;
  border-bottom: 2px solid #B18A09;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.iti__selected-flag {
  color: #E6E6E6 !important;
  align-items: center;
  /* height: 100%; */
  height: 44px !important;
  padding: 0 6px 0 8px;
}

.iti {
  width: 100% !important;
}

.privacy-headings {
  color: #E6E6E6;
  text-align: right;
}

.contact-form-innerstyle {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  margin-top: 30px;
}

.contact-form-innerstyle label {
  color: #E6E6E6;

}

.contact-form-innerstyle input {
  width: 20px;
  height: 20px;
  margin-top: 0;


}




.contact-form-innerstyle2 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  margin-top: 10px;
}

.contact-form-innerstyle2 label {
  color: #E6E6E6;

}

.contact-form-innerstyle2 input {
  width: 20px;
  height: 20px;
  margin-top: 0;


}



.partner {
  color: #E6E6E6;
  align-items: center;
  display: grid;
}

.award-title {
  color: #E6E6E6;
  margin: 25px 0;
  text-align: center;
  font-size: 18px;
  width: 100%;
  padding: 0 15px;
}

.leadership {
  color: #E6E6E6;
  align-items: center;
  margin-top: 30px;
}

.leadership .leadership-inner {
  min-height: 120px;
  text-align: center;

}

.leadership-outer {
  background-image: url(https://oro24-media.s3.me-south-1.amazonaws.com/assets/imgs/imgs/bubbls2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left 0% bottom 0%;
}

.leadership h3 {
  color: #B18A09;
  text-transform: capitalize;
  font-size: 22px;
}

.leadership p {
  color: #E6E6E6;
  text-transform: uppercase;
}


.leadership span {
  color: #E6E6E6;
}

.leadership .leader-profile {
  width: 150px;
  height: 150px;
}

.award-dp {
  width: 100%;
  border-radius: 50%;
  border: 18px solid #B18A09;
  overflow: hidden;
}

.award-dp:hover {
  transform: scale(1.1);
}

.careers-info {
  color: #E6E6E6;
  align-items: center;
  margin: 10px;
  text-align: center;
  border: 1px solid #edba6f;
  padding: 45px 10px;
  min-height: 235px;
  display: flex;
  flex-direction: column;
}

.careers-info p {
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  font-size: 14px;
  -webkit-box-orient: vertical;

}



.careers-info-outer {
  background-image: url(https://oro24-media.s3.me-south-1.amazonaws.com/assets/imgs/imgs/bubbls2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left 0% bottom 0%;
}

.careers-info h3 {
  color: #E6E6E6;
  font-size: 20px;
}

.careers-info span {
  color: #E6E6E6;
}

.careers-info .leader-profile {
  width: 150px;
  height: 150px;
}



















/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #B18A09;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: #E6E6E6;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.oro-btn-dark {
  padding: 6px 6px;
  border-radius: 0px;
  color: #E6E6E6;
  margin-top: 4px;
  background: #323132;
  border: 1px solid #c59a5d;
  text-decoration: none;
}

.oro-btn-dark-contact {
  padding: 6px 6px;
  border-radius: 0px;
  margin-top: 4px;
  border: 0 none;
  color: #E6E6E6;
  outline: none;
  background: #323132;
  text-decoration: none;
}

.oro-btn-light {
  padding: 6px 30px;
  border-radius: 0px;
  color: rgb(255, 255, 255);
  background: #323132;
  border: 1px solid #c59a5d;
  text-decoration: none;
}

.golden-words-heading {
  color: #c59a5d;
}

.btn-light2 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #323132;
  --bs-btn-hover-color: #323132;
  --bs-btn-hover-bg: #E6E6E6;
  width: 100%;
  height: 45px;
}







#construction-graph-section {
  background: #F6F6F6;
  background-position: top 0% center;
  color: #323132;
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  text-align: center;
}

#construction-graph-section .card-heading {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #E6E6E6 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #E6E6E6 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #E6E6E6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00E6E6E6', endColorstr='#B18A09', GradientType=0);
  margin-bottom: 0px;
  position: absolute;
  padding: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
}

#construction-graph-section .about-galary-card:hover .card-heading {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #B18A09 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #B18A09 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #B18A09 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00E6E6E6', endColorstr='#B18A09', GradientType=0);
}


.home-amenities-card-img-top {
  height: 572px;
}



.about-galary-card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0;
  --bs-card-box-shadow: none;
  --bs-card-inner-border-radius: calc(0);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 0rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  border: 1px solid #dcb576;
}










#experience-section {
  background: #323132;
  background-position: top 0% center;
  color: #E6E6E6;
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  text-align: center;
}

#experience-section h2 {

  color: #E6E6E6;
}

#experience-section .card-heading {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #E6E6E6 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #E6E6E6 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #E6E6E6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00E6E6E6', endColorstr='#B18A09', GradientType=0);
  margin-bottom: 0px;
  position: absolute;
  padding: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
}

#experience-section .about-galary-card:hover .card-heading {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #B18A09 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #B18A09 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #B18A09 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00E6E6E6', endColorstr='#B18A09', GradientType=0);
}




.newsevent-section {
  background: #323132;
  /* background-image: url(https://oro24-media.s3.me-south-1.amazonaws.com/assets/imgs/imgs/aboutgallary-bg.png); */
  background-position: center center;
  padding-bottom: 100px;
  padding-top: 100px;
  background-size: contain;
  background-repeat: no-repeat;
}





.disclaimer-page-info {
  background: #323132;
  background-image: url(https://oro24-media.s3.me-south-1.amazonaws.com/assets/imgs/imgs/bubbls2.png);
  background-position: center center;
  padding-bottom: 100px;
  padding-top: 100px;
  background-size: contain;
  text-align: right;
  color: #E6E6E6;
  background-repeat: no-repeat;
}

.disclaimer-page-info h2 {
  color: #B18A09;

}

.disclaimer-page-info label {
  color: #E6E6E6;
  margin: 10px 10px;

}

.disclaimer-page-info p {
  color: #E6E6E6;
  text-align: right;

}

.disclaimer-page-info li {
  color: #E6E6E6;
  text-align: right;
  list-style-position: outside;
  list-style: square;
  text-indent: -1.5rem;
  margin-left: 3.5rem;
}


.disclaimer-page-info table {
  font-family: 'Avenir-Next-Regular', sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.disclaimer-page-info td,
th {
  border: 1px solid #c59a5d;
  text-align: right;
  color: #E6E6E6;
  padding: 8px;
}

.disclaimer-page-info tr:nth-child(even) {
  background-color: #202020;
  color: #E6E6E6;
}




.construction-bg {
  background: #323132;
  background-image: url(https://oro24-media.s3.me-south-1.amazonaws.com/assets/imgs/imgs/bubbls2.png);
  background-position: center bottom 0;
  padding-bottom: 100px;
  background-size: contain;
  padding-top: 100px;
  background-repeat: no-repeat;

}





.resume-section {

  color: #E6E6E6;

}

.resume-section label {

  color: #E6E6E6;

}

.resume-section h1 {

  color: #E6E6E6;

}






/******* Animation css ********/


.scroll-container {
  height: 100vh;
  min-height: 450px;
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.scroll-container:nth-of-type(1) {
  background-color: #bdd0c4;
}

.scroll-container:nth-of-type(2) {
  background-color: #f5d2d3;
}

.scroll-container:nth-of-type(3) {
  background-color: #9ab7d3;
}

.scroll-container:nth-of-type(4) {
  background-color: #dfccf1;
}

.scroll-container:nth-of-type(even) {
  flex-direction: row-reverse;
}

.scroll-element,
.scroll-caption {
  width: 50%;
}

.scroll-element {
  min-height: 300px;
  height: 100%;
  background-color: #eaeaea;
}

.scroll-caption {
  margin: 1rem;
}


@media screen and (max-width: 650px) {

  .scroll-container,
  .scroll-container:nth-of-type(even) {
    flex-direction: column;
    align-content: inherit;
  }

  .scroll-element {
    height: 100%;
  }

  .scroll-element,
  .scroll-caption {
    width: 100%;
  }
}

/**Styling scrollable elements*/

.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-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-2-11 23:32:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    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 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.news-events-carousel.owl-drag .owl-item {
  opacity: 1;
}


/*---------------- for our story section ----------------*/


.slick-slider .slick-track, .slick-slider .slick-list { direction: rtl; }



.cm-social-icons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


/*-------------------------------------- start construction slider --------------------------------------*/

/*Left + Right Triggers*/

.trig {
  top: 100px;
}

.trig:hover {
  cursor: pointer;
}

.l-trig {
  width: 50px;
}

.r-trig {
  width: 50px;
}

.l-trig :nth-child(1) {
  position: absolute;
  float: left;
  height: 65%;
  top: 0;
}

.l-trig :nth-child(2) {
  position: absolute;
  height: 65%;
  bottom: 0;
  float: left;
}

.r-trig :nth-child(1) {
  position: absolute;
  height: 65%;
  top: 0;
  float: right;
}

.r-trig :nth-child(2) {
  position: absolute;
  height: 65%;
  bottom: 0;
  float: right;

}

#display_img {
  top: 0;
}

.gal_img {
  width: 35px;
  height: 50px;
  position: relative;
  bottom: 0px;
}

.gal_img:hover {
  cursor: pointer;
}




/*-------------------------------------- Construction Slider end --------------------------------------*/




/**-------------------------------------- Range Slider start --------------------------------------*/



#form-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;

}

.range-form {
  width: 90%;
}

.range-form #form-title {
  margin-top: 0;
  color: #E6E6E6;
  text-align: center;
}

.range-form #debt-amount-slider {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  position: relative;
  width: 100%;
  height: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.range-form #debt-amount-slider::before {
  content: " ";
  position: absolute;
  height: 2px;
  width: 100%;
  width: calc(100% * (2.2 / 3));
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(255, 255, 255);
}

.range-form #debt-amount-slider input,
.range-form #debt-amount-slider label {
  box-sizing: border-box;
  flex: 1;
  color: #E6E6E6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.range-form #debt-amount-slider label {
  display: inline-block;
  position: relative;
  width: 20%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.range-form #debt-amount-slider label::before {
  content: attr(data-debt-amount);
  position: absolute;
  left: 50%;
  padding-top: 2px;
  transform: translate(-50%, 45px);
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 400;
  /* #E6E6E6-space: nowrap; */
  opacity: 0.85;
  transition: all 0.15s ease-in-out;
}

.range-form #debt-amount-slider label::after {
  content: " ";
  background-image: url(https://oro24-media.s3.me-south-1.amazonaws.com/assets/imgs/new-branding/oro-icon-construction-progress.svg);
  position: absolute;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  /* border: 2px solid rgb(255, 255, 255);
  background: #323132;
  color: #B18A09;
  border-radius: 50%; */
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

.range-form #debt-amount-slider label:hover::after {
  transform: translate(-50%, -50%) scale(1.40);
  color: #B18A09;
}

.range-form #debt-amount-slider input {
  display: none;
}

.range-form #debt-amount-slider input:checked+label::before {
  font-weight: 800;
  opacity: 1;
  color: #B18A09;
}

.range-form #debt-amount-slider input:checked+label::after {
  /* border-width: 4px;
  border: 2px solid rgb(214 153 82);
  background: rgb(214 153 82); */
  transform: translate(-50%, -50%) scale(1.40);
  background-image: url(https://oro24-media.s3.me-south-1.amazonaws.com/assets/imgs/new-branding/oro-icon-construction-progress-active.svg);
  background-repeat: no-repeat;
}



.range-form #debt-amount-slider input:disabled+label::before {
  font-weight: 800;
  opacity: 1;
  color: #505050;
}

.range-form #debt-amount-slider input:disabled+label::after {
  /* border-width: 4px;
  border: 2px solid #505050;
  background: #282828; */
  transform: translate(-50%, -50%) scale(1.10);
  background-repeat: no-repeat;
  background-image: url(https://oro24-media.s3.me-south-1.amazonaws.com/assets/imgs/new-branding/oro-icon-construction-progress-unactive.svg);
}


#construction-disclaimer-section {
    background: #F6F6F6;
    color: #323132;
    padding-top: 40px;
    padding-bottom: 40px;
}


.range-form #debt-amount-slider input:checked~#debt-amount-pos {
  opacity: 1;
}


@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
    width: 24px;
    opacity: 1;
    margin-right: 12px;
  }

  to {
    transform: rotate(360deg);
    width: 24px;
    opacity: 1;
    margin-right: 12px;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
    width: 24px;
    opacity: 1;
    margin-right: 12px;
  }

  to {
    transform: rotate(360deg);
    width: 24px;
    opacity: 1;
    margin-right: 12px;
  }
}




/*------------------------------ Month range start ------------------------------*/


.range-form-month {
  width: 90%;
}

.range-form-month #form-title {
  margin-top: 0;
  color: #E6E6E6;
  text-align: center;
}

.range-form-month #debt-amount-slider {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  position: relative;
  width: 100%;
  height: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.range-form-month #debt-amount-slider::before {
  content: " ";
  position: absolute;
  height: 2px;
  width: 100%;
  width: calc(100% * (11 / 12));
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(255, 255, 255);
}

.range-form-month #debt-amount-slider input,
.range-form-month #debt-amount-slider label {
  box-sizing: border-box;
  flex: 1;
  color: #E6E6E6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.range-form-month #debt-amount-slider label {
  display: inline-block;
  position: relative;
  width: 20%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.range-form-month #debt-amount-slider label::before {
  content: attr(data-debt-amount);
  position: absolute;
  left: 50%;
  padding-top: 2px;
  transform: translate(-50%, 45px);
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 400;
  /* #E6E6E6-space: nowrap; */
  opacity: 0.85;
  transition: all 0.15s ease-in-out;
}

.range-form-month #debt-amount-slider label::after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(https://oro24-media.s3.me-south-1.amazonaws.com/assets/imgs/new-branding/oro-icon-construction-progress.svg);
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  /* border: 2px solid rgb(255, 255, 255);
  background: #323132;
  color: #B18A09;
  border-radius: 50%; */
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

.range-form-month #debt-amount-slider label:hover::after {
  transform: translate(-50%, -50%) scale(1.40);
  color: #B18A09;
}

.range-form-month #debt-amount-slider input {
  display: none;
}

.range-form-month #debt-amount-slider input:checked+label::before {
  font-weight: 800;
  opacity: 1;
  color: #B18A09;
}


.range-form-month #debt-amount-slider input:disabled+label::before {
  font-weight: 800;
  opacity: 1;
  color: #505050;
}

.range-form-month #debt-amount-slider input:disabled+label::after {
  /* border-width: 4px;
  border: 2px solid #505050;
  background: #282828; */
  background-image: url(https://oro24-media.s3.me-south-1.amazonaws.com/assets/imgs/new-branding/oro-icon-construction-progress-unactive.svg);
  background-repeat: no-repeat;
  transform: translate(-50%, -50%) scale(1.10);
}

.range-form-month #debt-amount-slider input:checked+label::after {
  /* border-width: 4px;
  border: 2px solid rgb(214 153 82);
  background: rgb(214 153 82); */
  transform: translate(-50%, -50%) scale(1.40);
  background-repeat: no-repeat;
  background-image: url(https://oro24-media.s3.me-south-1.amazonaws.com/assets/imgs/new-branding/oro-icon-construction-progress-active.svg);
}

.range-form-month #debt-amount-slider input:checked~#debt-amount-pos {
  opacity: 1;
}


@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
    width: 24px;
    opacity: 1;
    margin-right: 12px;
  }

  to {
    transform: rotate(360deg);
    width: 24px;
    opacity: 1;
    margin-right: 12px;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
    width: 24px;
    opacity: 1;
    margin-right: 12px;
  }

  to {
    transform: rotate(360deg);
    width: 24px;
    opacity: 1;
    margin-right: 12px;
  }
}


/*------------------------------ Month range end ------------------------------*/





.slider-clander-outer3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 50%;
}

.slider-clander-outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 70%;
}

.slider-clander-outer2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 75%;
}

.slider-clander-outer2 .slider-points {
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: space-around;
  position: relative;
}

.slider-clander-outer .slider-points::before {
  content: "";
  width: 94%;
  left: 3%;
  height: 2px;
  top: 60px;
  position: absolute;
}

.slider-clander-outer2 .slider-points .point {
  width: 100%;
  height: 100%;
  display: grid;
  justify-items: center;
  position: relative;
  color: #E6E6E6;
  font-size: 20px;
}

.slider-clander-outer .slider-points .point::before {
  content: "";
  position: absolute;
}

.slider-clander-outer .slider-points .point:hover::before {
  color: #B18A09;

}

.slider-clander-outer i {
  color: #E6E6E6;
  font-size: 50px;
  margin-top: 29px;

}



/*-------------------------------------- Range Slider end --------------------------------------*/


.about-us-description .social-icons i {
  color: #B18A09;
  padding: 5px;
}


.offcanvas.offcanvas-start {

  z-index: 99999;
}


.offcanvas.offcanvas-start {
  top: 0;
  right: 0 !important;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

.project-summary {
  background-color: #343434;
  text-align: center;
  margin-bottom: 20px;
  border: 0px solid #B18A09;
  transition: 0.4s;
  display: grid;
  justify-content: center;
  align-items: center;
  height: 80px;
  /* border-radius: 50%; */
  padding: 15px 0;
  width: auto;
}

.project-summary:hover {
  transform: scale(1.1);
  /* border-radius: 50%; */
  /* border: 5px solid #B18A09; */
}
@media only screen and (max-width: 786px) {
  .project-summary:hover {
    transform: scale(1.0);
    /* border-radius: 50%; */
    /* border: 5px solid #B18A09; */
  }
  .register-inner2 {
    width: 100%;
    color: #E6E6E6;
    background: #323132f2;
    padding: 25px !important;
  }
}


.project-summary p {
  text-align: center;
  color: rgb(255, 255, 255);
  margin: 0;
  font-size: 1rem;
}

.project-summary span {
  text-align: center;
  color: #B18A09;
  line-height: normal;
  margin: 0;
  font-size: 0.9rem;
}

.agent-disclaimer {
  width: fit-content;
  margin: 0 auto;
}

#galaryabout h4 {
  margin-top: 40px;
  padding: 10px 20px;
  text-align: center;
  color: #E6E6E6;
  border: 1px solid #B18A09;

}

#galaryabout h4 span {
  color: #B18A09;

}







/*-------------------------------------- New BTN styles start --------------------------------------*/

.oro24-btn2 {
  min-width: 160px;
  width: fit-content;
  width: -moz-fit-content;
  background-color: rgb(255, 255, 255);
  padding: 0 30px;
  height: 50px;
  text-transform: uppercase;
  font-size: 14px;
  color: #E6E6E6;
  letter-spacing: 0px;
  font-weight: 700;
  line-height: 1.6;
  box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.3);
  position: relative;
  transition: all 0.4s ease;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  border: 0;
  /* btn text */
}

.oro24-btn2 span {
  z-index: 1;
  text-align: center;
  color: #323132;
  text-decoration: none;
}

.oro24-btn2:before,
.oro24-btn2:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  color: #323132;
  top: 0;
  transition: all 0.4s ease;
  background-color: #ffc964;
}

.oro24-btn2:before {
  left: 0;
}

.oro24-btn2:after {
  right: 0;
}

.oro24-btn2:hover {
  transition: all 0.4s ease;
  box-shadow: 0 8px 20px -12px rgba(0, 0, 0, 0.2);
  letter-spacing: 0px;
  color: #323132 !important;
  /* color: rgb(0, 0, 0); */
}

.oro24-btn2:hover:before,
.oro24-btn2:hover:after {
  width: 51%;
}

.aboutsocil-icon {
  width: 25px;
  margin-right: 12px;
  transition: 0.5s;
  cursor: pointer;
}

.aboutsocil-icon:hover {
  width: 25px;
  transform: scale(1.5);
  margin-right: 12px;
  cursor: pointer;
}

/*-------------------------------------- btn 3 start --------------------------------------*/


@media only screen and (max-width: 786px) {

  .oro24-btn3 {
    display: none;
  }
  .oro24-btn3mob {
    display: inherit;
    width: 100%;
    padding: 10px 20px;
    margin-right: 0px;
    font-size: 16px;
    color: rgb(0, 0, 0);
    border: 1px solid #323132 ;
    font-weight: 500;
    margin-top: 25px;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-align: center;
  }
  .oro24-btn3::after {
    display: none;
    content: "";
    position: absolute;
    height: 0px !important;
    background: #323132;
    bottom: -2px;
    left: 30px;
    right: 30px;
    transition: transform .8s cubic-bezier(1, 0, .37, 1) .2s, right .2s cubic-bezier(.04, .48, 0, 1) .6s, left .4s cubic-bezier(.04, .48, 0, 1) .6s;
    transform-origin: left;
  }

  .iti-mobile .iti__country-list {
    max-height: 40% !important;
    width: 85% !important;
  }


  .iti-mobile .iti--container {
    top: 190px !important;
    bottom: 0px;
    left: 30px;
    right: 30px;
    position: fixed;
    color: #E6E6E6;
    /* width: 150px; */
}

}

.oro24-btn3mob {
  display: none;
}

.oro24-btn3 {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  font-size: 18px;
  color: #323132;
  font-weight: 500;
  margin-top: 25px;
  letter-spacing: 0px;
  text-transform: uppercase;
  -webkit-transition: transform .4s cubic-bezier(.2, 0, 0, 1) .4s;
  -moz-transition: transform .4s cubic-bezier(.2, 0, 0, 1) .4s;
  -o-transition: transform .4s cubic-bezier(.2, 0, 0, 1) .4s;
  transition: transform .4s cubic-bezier(.2, 0, 0, 1) .4s
}

.oro24-btn3 .text {
  position: relative;
  display: inline-block;
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .4s cubic-bezier(.2, 0, 0, 1) .4s;
  -moz-transition: all .4s cubic-bezier(.2, 0, 0, 1) .4s;
  -o-transition: all .4s cubic-bezier(.2, 0, 0, 1) .4s;
  transition: all .4s cubic-bezier(.2, 0, 0, 1) .4s;
  z-index: 1
}

.oro24-btn3::after {
  content: "";
  position: absolute;
  height: 2px;
  background: #323132;
  bottom: -2px;
  left: 30px;
  right: 30px;
  transition: transform .8s cubic-bezier(1, 0, .37, 1) .2s, right .2s cubic-bezier(.04, .48, 0, 1) .6s, left .4s cubic-bezier(.04, .48, 0, 1) .6s;
  transform-origin: left
}

.oro24-btn3 .text {
  -webkit-transition: all .4s cubic-bezier(.2, 0, 0, 1) .4s;
  -moz-transition: all .4s cubic-bezier(.2, 0, 0, 1) .4s;
  -o-transition: all .4s cubic-bezier(.2, 0, 0, 1) .4s;
  transition: all .4s cubic-bezier(.2, 0, 0, 1) .4s
}

.oro24-btn3 .line,
.oro24-btn3::after {
  background: #323132;
  height: 2px;

}

.oro24-btn3:hover .text {
  color: #323132;
}

.oro24-btn3 .line {
  position: absolute;
  background: #B18A09;
}

.oro24-btn3 .line.left,
.oro24-btn3 .line.right {
  width: 2px;
  bottom: -2px;
  top: -2px;
  transform: scale3d(1, 0, 1)
}

.oro24-btn3 .line.bottom,
.oro24-btn3 .line.top {
  height: 2px;
  left: -2px;
  right: -2px;
  transform: scale3d(0, 1, 1)
}

.oro24-btn3 .line.right {
  right: -2px;
  -webkit-transition: transform .1s cubic-bezier(1, 0, .65, 1.01) .23s;
  -moz-transition: transform .1s cubic-bezier(1, 0, .65, 1.01) .23s;
  -o-transition: transform .1s cubic-bezier(1, 0, .65, 1.01) .23s;
  transition: transform .1s cubic-bezier(1, 0, .65, 1.01) .23s;
  transform-origin: top
}

.oro24-btn3 .line.top {
  top: -2px;
  -webkit-transition: transform 80ms linear .43s;
  -moz-transition: transform 80ms linear .43s;
  -o-transition: transform 80ms linear .43s;
  transition: transform 80ms linear .43s;
  transform-origin: left
}

.oro24-btn3 .line.left {
  left: -2px;
  -webkit-transition: transform 80ms linear .51s;
  -moz-transition: transform 80ms linear .51s;
  -o-transition: transform 80ms linear .51s;
  transition: transform 80ms linear .51s;
  transform-origin: bottom
}

.oro24-btn3 .line.bottom {
  bottom: -2px;
  -webkit-transition: transform .3s cubic-bezier(1, 0, .65, 1.01) 0s;
  -moz-transition: transform .3s cubic-bezier(1, 0, .65, 1.01) 0s;
  -o-transition: transform .3s cubic-bezier(1, 0, .65, 1.01) 0s;
  transition: transform .3s cubic-bezier(1, 0, .65, 1.01) 0s;
  transform-origin: right
}

.oro24-btn3:active::after,
.oro24-btn3:hover::after {
  right: -2px;
  left: -2px;
  transform: scale3d(0, 1, 1);
  transform-origin: right;
  transition: transform .2s cubic-bezier(1, 0, .65, 1.01) .17s, right .2s cubic-bezier(1, 0, .65, 1.01), left 0s .3s
}

.oro24-btn3:active .line,
.oro24-btn3:hover .line {
  transform: scale3d(1, 1, 1)
}

.oro24-btn3:active .line.right,
.oro24-btn3:hover .line.right {
  -webkit-transition: transform .1s cubic-bezier(1, 0, .65, 1.01) .2s;
  -moz-transition: transform .1s cubic-bezier(1, 0, .65, 1.01) .2s;
  -o-transition: transform .1s cubic-bezier(1, 0, .65, 1.01) .2s;
  transition: transform .1s cubic-bezier(1, 0, .65, 1.01) .2s;
  transform-origin: bottom
}

.oro24-btn3:active .line.top,
.oro24-btn3:hover .line.top {
  -webkit-transition: transform 80ms linear .4s;
  -moz-transition: transform 80ms linear .4s;
  -o-transition: transform 80ms linear .4s;
  transition: transform 80ms linear .4s;
  transform-origin: right
}

.oro24-btn3:active .line.left,
.oro24-btn3:hover .line.left {
  -webkit-transition: transform 80ms linear .48s;
  -moz-transition: transform 80ms linear .48s;
  -o-transition: transform 80ms linear .48s;
  transition: transform 80ms linear .48s;
  transform-origin: top
}

.oro24-btn3:active .line.bottom,
.oro24-btn3:hover .line.bottom {
  -webkit-transition: transform .5s cubic-bezier(0, .53, .29, 1) .56s;
  -moz-transition: transform .5s cubic-bezier(0, .53, .29, 1) .56s;
  -o-transition: transform .5s cubic-bezier(0, .53, .29, 1) .56s;
  transition: transform .5s cubic-bezier(0, .53, .29, 1) .56s;
  transform-origin: left
}


/*-------------------------------------- btn 3 end --------------------------------------*/





/*-------------------------------------- btn 4 start --------------------------------------*/


.oro24-btn4 {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  font-size: 18px;
  color: #323132;
  font-weight: 500;
  margin-top: 25px;
  letter-spacing: 0px;
  text-transform: uppercase;
  -webkit-transition: transform .4s cubic-bezier(.2, 0, 0, 1) .4s;
  -moz-transition: transform .4s cubic-bezier(.2, 0, 0, 1) .4s;
  -o-transition: transform .4s cubic-bezier(.2, 0, 0, 1) .4s;
  transition: transform .4s cubic-bezier(.2, 0, 0, 1) .4s
}

.oro24-btn4 .text {
  position: relative;
  display: inline-block;
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .4s cubic-bezier(.2, 0, 0, 1) .4s;
  -moz-transition: all .4s cubic-bezier(.2, 0, 0, 1) .4s;
  -o-transition: all .4s cubic-bezier(.2, 0, 0, 1) .4s;
  transition: all .4s cubic-bezier(.2, 0, 0, 1) .4s;
  z-index: 1
}

.oro24-btn4::after {
  content: "";
  position: absolute;
  height: 2px;
  background: #B18A09;
  bottom: -2px;
  left: 30px;
  right: 30px;
  transition: transform .8s cubic-bezier(1, 0, .37, 1) .2s, right .2s cubic-bezier(.04, .48, 0, 1) .6s, left .4s cubic-bezier(.04, .48, 0, 1) .6s;
  transform-origin: left
}

.oro24-btn4 .text {
  -webkit-transition: all .4s cubic-bezier(.2, 0, 0, 1) .4s;
  -moz-transition: all .4s cubic-bezier(.2, 0, 0, 1) .4s;
  -o-transition: all .4s cubic-bezier(.2, 0, 0, 1) .4s;
  transition: all .4s cubic-bezier(.2, 0, 0, 1) .4s
}

.oro24-btn4 .line,
.oro24-btn4::after {
  background: #fff
}

.oro24-btn4:hover .text {
  color: #323132;
}

.oro24-btn4 .line {
  position: absolute;
  background: #B18A09
}

.oro24-btn4 .line.left,
.oro24-btn4 .line.right {
  width: 2px;
  bottom: -2px;
  top: -2px;
  transform: scale3d(1, 0, 1)
}

.oro24-btn4 .line.bottom,
.oro24-btn4 .line.top {
  height: 2px;
  left: -2px;
  right: -2px;
  transform: scale3d(0, 1, 1)
}

.oro24-btn4 .line.right {
  right: -2px;
  -webkit-transition: transform .1s cubic-bezier(1, 0, .65, 1.01) .23s;
  -moz-transition: transform .1s cubic-bezier(1, 0, .65, 1.01) .23s;
  -o-transition: transform .1s cubic-bezier(1, 0, .65, 1.01) .23s;
  transition: transform .1s cubic-bezier(1, 0, .65, 1.01) .23s;
  transform-origin: top
}

.oro24-btn4 .line.top {
  top: -2px;
  -webkit-transition: transform 80ms linear .43s;
  -moz-transition: transform 80ms linear .43s;
  -o-transition: transform 80ms linear .43s;
  transition: transform 80ms linear .43s;
  transform-origin: left
}

.oro24-btn4 .line.left {
  left: -2px;
  -webkit-transition: transform 80ms linear .51s;
  -moz-transition: transform 80ms linear .51s;
  -o-transition: transform 80ms linear .51s;
  transition: transform 80ms linear .51s;
  transform-origin: bottom
}

.oro24-btn4 .line.bottom {
  bottom: -2px;
  -webkit-transition: transform .3s cubic-bezier(1, 0, .65, 1.01) 0s;
  -moz-transition: transform .3s cubic-bezier(1, 0, .65, 1.01) 0s;
  -o-transition: transform .3s cubic-bezier(1, 0, .65, 1.01) 0s;
  transition: transform .3s cubic-bezier(1, 0, .65, 1.01) 0s;
  transform-origin: right
}

.oro24-btn4:active::after,
.oro24-btn4:hover::after {
  right: -2px;
  left: -2px;
  transform: scale3d(0, 1, 1);
  transform-origin: right;
  transition: transform .2s cubic-bezier(1, 0, .65, 1.01) .17s, right .2s cubic-bezier(1, 0, .65, 1.01), left 0s .3s
}

.oro24-btn4:active .line,
.oro24-btn4:hover .line {
  transform: scale3d(1, 1, 1)
}

.oro24-btn4:active .line.right,
.oro24-btn4:hover .line.right {
  -webkit-transition: transform .1s cubic-bezier(1, 0, .65, 1.01) .2s;
  -moz-transition: transform .1s cubic-bezier(1, 0, .65, 1.01) .2s;
  -o-transition: transform .1s cubic-bezier(1, 0, .65, 1.01) .2s;
  transition: transform .1s cubic-bezier(1, 0, .65, 1.01) .2s;
  transform-origin: bottom
}

.oro24-btn4:active .line.top,
.oro24-btn4:hover .line.top {
  -webkit-transition: transform 80ms linear .4s;
  -moz-transition: transform 80ms linear .4s;
  -o-transition: transform 80ms linear .4s;
  transition: transform 80ms linear .4s;
  transform-origin: right
}

.oro24-btn4:active .line.left,
.oro24-btn4:hover .line.left {
  -webkit-transition: transform 80ms linear .48s;
  -moz-transition: transform 80ms linear .48s;
  -o-transition: transform 80ms linear .48s;
  transition: transform 80ms linear .48s;
  transform-origin: top
}

.oro24-btn4:active .line.bottom,
.oro24-btn4:hover .line.bottom {
  -webkit-transition: transform .5s cubic-bezier(0, .53, .29, 1) .56s;
  -moz-transition: transform .5s cubic-bezier(0, .53, .29, 1) .56s;
  -o-transition: transform .5s cubic-bezier(0, .53, .29, 1) .56s;
  transition: transform .5s cubic-bezier(0, .53, .29, 1) .56s;
  transform-origin: left
}


/*-------------------------------------- btn 4 end --------------------------------------*/


@media only screen and (max-width: 786px) {
  .oro24-btn5 {
    display: none;
  }
  .oro24-btn5mob {
    display: inherit;
    width: 98% !important;
    padding: 10px 0px;
    margin: 5px 4px !important;
    color: rgb(255, 255, 255);
    border: 1px solid #B18A09 ;
    font-weight: 500;
    font-size: 13px !important;
    margin-top: 25px;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .oro24-btn5 {
    padding: 10px 0px !important;
  }

  .oro24-btn5::after {
    display: none;
    content: "";
    position: absolute;
    height: 0px !important;
    background: #B18A09;
    bottom: -2px;
    left: 30px;
    right: 30px;
    transition: transform .8s cubic-bezier(1, 0, .37, 1) .2s, right .2s cubic-bezier(.04, .48, 0, 1) .6s, left .4s cubic-bezier(.04, .48, 0, 1) .6s;
    transform-origin: left;
  }

  .oro24-btn5mob-home {
    display: inherit;
    width: 83vw !important;
    padding: 10px 0px;
    margin: 5px 4px !important;
    color: rgb(255, 255, 255);
    border: 1px solid #B18A09 ;
    font-weight: 500;
    font-size: 13px !important;
    margin-top: 25px;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .oro24-btn5mob-home::after {
    display: none;
    content: "";
    position: absolute;
    height: 0px !important;
    background: #B18A09;
    bottom: -2px;
    left: 30px;
    right: 30px;
    transition: transform .8s cubic-bezier(1, 0, .37, 1) .2s, right .2s cubic-bezier(.04, .48, 0, 1) .6s, left .4s cubic-bezier(.04, .48, 0, 1) .6s;
    transform-origin: left;
  }



  .project-galry-heading-mob h1{
    display: inherit !important;
    text-transform: uppercase;
    font-family: 'Avenir-Next-Regular', sans-serif;
    color: #B18A09;
    margin-top: 5%;
    margin-bottom: 1%;
    font-size: 26px;
    width: 100%;
    text-align: center;
  }


  .rights {
    text-align: center !important;
  }

}


.ro24-btn5mob-home {
  display: none;
}

.project-galry-heading-mob h1 {
  display: none;
}

.oro24-btn5mob {
  display: none;
}

.oro24-btn5 {
  position: relative;
  display: inline-block;
  display: flex;
  padding: 10px 20px;
  margin-right: 10px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  width: max-content;
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin-top: 25px;
  letter-spacing: 0px;
  text-transform: uppercase;
  -webkit-transition: transform .4s cubic-bezier(.2, 0, 0, 1) .4s;
  -moz-transition: transform .4s cubic-bezier(.2, 0, 0, 1) .4s;
  -o-transition: transform .4s cubic-bezier(.2, 0, 0, 1) .4s;
  transition: transform .4s cubic-bezier(.2, 0, 0, 1) .4s
}

.oro24-btn5 .text {
  position: relative;
  text-decoration: none !important;
  display: inline-block;
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .4s cubic-bezier(.2, 0, 0, 1) .4s;
  -moz-transition: all .4s cubic-bezier(.2, 0, 0, 1) .4s;
  -o-transition: all .4s cubic-bezier(.2, 0, 0, 1) .4s;
  transition: all .4s cubic-bezier(.2, 0, 0, 1) .4s;
  z-index: 1
}
.oro24-btn5::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #B18A09;
  bottom: -2px;
  left: 30px;
  right: 30px;
  transition: transform .8s cubic-bezier(1, 0, .37, 1) .2s, right .2s cubic-bezier(.04, .48, 0, 1) .6s, left .4s cubic-bezier(.04, .48, 0, 1) .6s;
  transform-origin: left
}

.oro24-btn5 .text {
  -webkit-transition: all .4s cubic-bezier(.2, 0, 0, 1) .4s;
  -moz-transition: all .4s cubic-bezier(.2, 0, 0, 1) .4s;
  -o-transition: all .4s cubic-bezier(.2, 0, 0, 1) .4s;
  transition: all .4s cubic-bezier(.2, 0, 0, 1) .4s
}

.oro24-btn5 .line,
.oro24-btn5::after {
  background: #fff
}

.oro24-btn5:hover .text {
  color: #B18A09;
}

.oro24-btn5 .line {
  position: absolute;
  background: #B18A09
}

.oro24-btn5 .line.left,
.oro24-btn5 .line.right {
  width: 1px;
  bottom: -2px;
  top: -2px;
  transform: scale3d(1, 0, 1)
}

.oro24-btn5 .line.bottom,
.oro24-btn5 .line.top {
  height: 1px;
  left: -2px;
  right: -2px;
  transform: scale3d(0, 1, 1)
}

.oro24-btn5 .line.right {
  right: -2px;
  -webkit-transition: transform .1s cubic-bezier(1, 0, .65, 1.01) .23s;
  -moz-transition: transform .1s cubic-bezier(1, 0, .65, 1.01) .23s;
  -o-transition: transform .1s cubic-bezier(1, 0, .65, 1.01) .23s;
  transition: transform .1s cubic-bezier(1, 0, .65, 1.01) .23s;
  transform-origin: top
}

.oro24-btn5 .line.top {
  top: -2px;
  -webkit-transition: transform 80ms linear .43s;
  -moz-transition: transform 80ms linear .43s;
  -o-transition: transform 80ms linear .43s;
  transition: transform 80ms linear .43s;
  transform-origin: left
}

.oro24-btn5 .line.left {
  left: -2px;
  -webkit-transition: transform 80ms linear .51s;
  -moz-transition: transform 80ms linear .51s;
  -o-transition: transform 80ms linear .51s;
  transition: transform 80ms linear .51s;
  transform-origin: bottom
}

.oro24-btn5 .line.bottom {
  bottom: -2px;
  -webkit-transition: transform .3s cubic-bezier(1, 0, .65, 1.01) 0s;
  -moz-transition: transform .3s cubic-bezier(1, 0, .65, 1.01) 0s;
  -o-transition: transform .3s cubic-bezier(1, 0, .65, 1.01) 0s;
  transition: transform .3s cubic-bezier(1, 0, .65, 1.01) 0s;
  transform-origin: right
}

.oro24-btn5:active::after,
.oro24-btn5:hover::after {
  right: -2px;
  left: -2px;
  transform: scale3d(0, 1, 1);
  transform-origin: right;
  transition: transform .2s cubic-bezier(1, 0, .65, 1.01) .17s, right .2s cubic-bezier(1, 0, .65, 1.01), left 0s .3s
}

.oro24-btn5:active .line,
.oro24-btn5:hover .line {
  transform: scale3d(1, 1, 1)
}

.oro24-btn5:active .line.right,
.oro24-btn5:hover .line.right {
  -webkit-transition: transform .1s cubic-bezier(1, 0, .65, 1.01) .2s;
  -moz-transition: transform .1s cubic-bezier(1, 0, .65, 1.01) .2s;
  -o-transition: transform .1s cubic-bezier(1, 0, .65, 1.01) .2s;
  transition: transform .1s cubic-bezier(1, 0, .65, 1.01) .2s;
  transform-origin: bottom
}

.oro24-btn5:active .line.top,
.oro24-btn5:hover .line.top {
  -webkit-transition: transform 80ms linear .4s;
  -moz-transition: transform 80ms linear .4s;
  -o-transition: transform 80ms linear .4s;
  transition: transform 80ms linear .4s;
  transform-origin: right
}

.oro24-btn5:active .line.left,
.oro24-btn5:hover .line.left {
  -webkit-transition: transform 80ms linear .48s;
  -moz-transition: transform 80ms linear .48s;
  -o-transition: transform 80ms linear .48s;
  transition: transform 80ms linear .48s;
  transform-origin: top
}

.oro24-btn5:active .line.bottom,
.oro24-btn5:hover .line.bottom {
  -webkit-transition: transform .5s cubic-bezier(0, .53, .29, 1) .56s;
  -moz-transition: transform .5s cubic-bezier(0, .53, .29, 1) .56s;
  -o-transition: transform .5s cubic-bezier(0, .53, .29, 1) .56s;
  transition: transform .5s cubic-bezier(0, .53, .29, 1) .56s;
  transform-origin: left
}





/*-------------------------------------- New BTN styles end --------------------------------------*/


.wf_responsive_option {
  display: none;
}



.float{
  display: none;
}

.my-float{
  margin-top:16px;
}



/*-------------------------------------- Risponsive Start --------------------------------------*/


@media screen and (min-width:1024px) and (max-width:1700px) {


  .About-description {
    width: 70%;

  }
}




@media only screen and (max-width: 1024px) {

  .cstm-mob {
    text-align: center;
    display: inherit;
    width: 290px;
    right: 95px !important;
    position: absolute;
  }

  .about-inner {
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: left 0% top 40%;
    min-height: auto;
  }


  #header {
    font-family: 'Avenir-Next-Regular', sans-serif;
    font-weight: 300;
    height: auto;
    overflow: hidden;
  }

  .zigzag-section {
    height: auto;
  }

  .About-description {
    width: 85%;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
  }


}








@media only screen and (max-width: 786px) {
  #header .contact-us {
    display: none;
  }

  #header {
    height: auto;
    overflow: hidden;
  }

  .oro24-btn3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .oro24-btn4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #carousel-event {
    padding: 30px 0 30px 0px;
    background: #323132 !important;
  }

  #Journey {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lngg {
    display: none;
  }

  #experience-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }


  #footer h3 {
    margin-bottom: 10px;
    color: #b8b8b8;
    margin-top: 10px;
  }

  .float {
    display: inherit;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 26px;
    left: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #4646463b;
    z-index: 9999999;
  }

  .lngg_mob {
    display: inherit;
    position: fixed;
    bottom: 30px;
    z-index: 999999;
    right: 35px;
    background-color: #686563d6;
    padding: 12px 15px;
}

  .lngg_mob select {
    padding: 0px 0px;
    background-color: #68656300;
    color: #E6E6E6;
    margin-left: 0px;
    outline: none;
    font-size: 18px;
    border: 1px solid #323132;
}

  .project-info img {
    margin-top: 0px;
  }

  .partner {
    color: #E6E6E6;
    text-align: center;
    display: grid;
  }

  .exp-gal-sec h2 {
    color: rgb(0, 0, 0);
    margin-top: 5% !important;
    margin-bottom: 30px;
  }



  #header .logo {
    width: 25%;
    margin-top: 5px;
    margin-right: 10px;
    left: 10px;
    position: absolute;
  }


  .zoom-out-carousel .card {
    height: auto;
    width: 100%;
  }

  .zoom-out-carousel .card img {
    height: 50vh;
    width: 100%;
  }


  .mosque-project-info {
    display: inherit;
    border: 2px solid #E6E6E6;
    width: 90%;
    height: auto;
    background-color: #E6E6E6;
    margin-top: 0px;
    padding: 0px 5px;
    margin-bottom: 0px;
    box-shadow: 5px 10px 8px #323132;
    align-items: center;
  }

  .zoom-out-carousel .card .owl-item.active.center {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-box-shadow: 0px 0px 17px 10px rgba(0, 0, 0, 0.62);
    box-shadow: 0px 0px 17px 10px rgba(0, 0, 0, 0.62);
    z-index: 99999;
    opacity: 10;
  }

  .home-amenities-card-img-top {
    height: auto;
  }

  .zoom-out-carousel .owl-item .card-heading {

    padding: 10px;

  }



  .zoom-out-carousel .owl-item {
    background-color: #B18A09;
    -webkit-transition: transform 0s ease-in-out;
    -moz-transition: transform 0s ease-in-out;
    transition: transform 0s ease-in-out;
    text-align: center;
    border-radius: 0px;
    width: fit-content;
  }

  .zoom-out-carousel .owl-item .card-body {
    padding: 0 !important;

  }

  .zoom-out-carousel .owl-item.active.center .card-heading {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #B18A09 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #B18A09 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #B18A09 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00E6E6E6', endColorstr='#B18A09', GradientType=0);
    bottom: -9px;
  }



  .project-info .loction-right {
    margin-top: 0px;
  }

  .project-info .loction-left .icon {
    margin-top: 0px;
    width: 20px;
  }

  .project-info .loction-left {
    display: flex;
    gap: 5px;
    justify-content: flex-start;
    align-items: center;
  }

  #p-slider h2 {
    float: left;
    color: rgb(255, 255, 255);
    font-size: 50px;
    letter-spacing: -0px;

  }


  #p-slider .p-text-r-custom {
    float: left;
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    margin-left: 0px;
    margin-top: 0px;
    /* transform: rotate(-90deg); */
    /* margin-top: 17px; */
    /* padding-top: 4px; */
  }
  #p-slider .p-text-r-custom svg {
  width: 28px;
  height: 25px;
}

.wf-item .wf-img-cstm {
  width: 33px; 
  float:left;
  margin-top: 0px !important;
}

  #p-slider p {
    float: left;
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    margin-top: 0px;
    margin-left: 6px;
    /* padding-top: 13px; */
  }

  .wf-item img {
    margin-top: 0px !important;

  }

  .leadership {
    text-align: center;
  }


  .project-outer {
    width: 100%;
    height: auto;
    position: relative;
  }

  .zigzag-section {
    height: auto;
  }

  .award-dp {
    align-items: center;
  }

  .leader-profile {
    text-align: center;
  }

  .leader-profile-dp {
    text-align: center;
  }

  .img-responsive {
    width: 100%;
    height: auto;

  }

  .flex-center {
    display: inherit;
    justify-content: center;
    gap: 80px;
    width: 100%;
  }

  .contact-us-info {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .wfp-carousel {
    padding: 10px 10px;
  }

  .homescroll {
    bottom: 100px !important;
  }


  #header .main-menu-btn i span {
    display: none;
  }

  #header .row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  /* #header .logo {
    width: 100%;
    margin-top: 13px;
    margin-right: -23px;
  } */

  #header .logo img {
    height: 44px;
    /* width: 100%; */
    padding: 0;
  }


  .zigzag-section .item {
    margin-bottom: 20px;
    grid-template-columns: 100%;
  }

  .zigzag-section .item:nth-child(even) {
    grid-template-columns: 100%;
  }

  .zigzag-section .item:nth-child(even) .np {
    grid-row: 1/2;
  }

  .zigzag-section .item:nth-child(even) .project-description {
    grid-row: 2/3;
  }

  .abt-bubbls-inner {
    display: inherit;
    padding: 0px 15px 31px 15px;
  }

  .zoom-out-carousel .owl-stage-outer {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }


  .slider-clander-outer {
    display: none;
  }

  .slider-clander-outer2 {
    display: none;
  }

  .slider-clander-outer3 {
    display: none;
  }

  .wf_responsive_option {
    display: inherit;
    width: 99%;
    margin: 0 auto;
    bottom: 20px;
    align-items: center;
  }

  .about-us-description .project-summary {
    display: inherit;
    width: 100%;
    border-radius: 0%;
    height: auto;
    padding: 10px 13px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .project-summary span {
    text-align: right;
  }


  .about-us-description .project-summary:hover {
    display: inherit;
    width: 100%;
    border-radius: 0%;
    height: auto;
    padding: 10px 13px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; 
  }


  .oro-btn-dark {
    padding: 6px 30px;
    border-radius: 0px;
    color: #E6E6E6;
    width: 99%;
    margin-bottom: 10px;
    background: #323132;
    border: 1px solid #c59a5d;
    text-decoration: none;
  }

  .oro-btn-light {
    padding: 6px 30px;
    border-radius: 0px;
    width: 99%;
    margin-bottom: 10px;
    color: rgb(255, 255, 255);
    background: #323132;
    border: 1px solid #c59a5d;
    text-decoration: none;
    text-align: center;
  }

  .abt-bubbls-inner .buble-item {
    position: inherit;
    width: 100% !important;
    border-radius: 0;
    left: 0 !important;
    padding: 20px 0;
    margin: 0px !important;
    top: 0px !important;
    height: auto !important;
    border: none;
    border-bottom: 1px solid #B18A09;
  }


  .abt-bubbls-inner .buble-item:hover {
    transform: scale(1.2);
  }


  .abt-bubbls-inner .buble-item:first-child {
    border-top: none;
  }

  .abt-bubbls-inner .buble-item:last-child {
    border-bottom: none;
  }

  #about_us .about-inner {
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: left 0% top 25%;
    min-height: 0;
  }

  #about_us .about-inner .video-section {
    width: 100%;
    margin: 28px auto;
    margin-left: 0;
    text-align: center;

  }

  .About-description {
    margin-top: 0;
    margin-top: 1vh;
    width: 90%;
  }

  #carousel-event .news-container {
    margin-bottom: 20px;
  }

  .vision-section {
    padding-bottom: 0px;
  }

  .vision-section .flex-center {
    display: inherit;
  }

  .vision-section .vision-ico {
    width: 100%;
    height: auto;
    border-radius: 0%;
    border: none;
    border-bottom: 1px solid #B18A09;
    padding: 20px;
    box-shadow: none;
    box-shadow: none;
    display: grid;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .vision-section .vision-ico .wfpopup {
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    visibility: inherit;
    border: 0px solid #B18A09;
    padding: 0;
    box-sizing: border-box;
    position: inherit;
    opacity: 10;
    top: 0px;
    left: 0px;
    transition: 0.4s;
    text-align: center;
    margin-left: 0;
    margin-top: 0;
  }

  .vision-section .vision-ico .icon {
    width: 110px;
    height: 110px;
    margin: 0 auto;
  }

  .project-map-form {
    width: 100%;
    height: auto;
    padding: 30px 30px;
    position: absolute;
    right: 0rem;
    top: 0rem;
    margin: 0 auto;
    background: #E6E6E6;
  }
  .project-title {
    display: none;
    color: #B18A09;
    font-size: 30px;
  }
  .project-info {
    display: inherit;
    border: 0px solid #F6F6F6;
    width: 100%;
    /* height: auto; */
    background-color: #F6F6F6;
    margin-top: 0px;
    padding: 0px 0px;
    margin-bottom: 20px;
    box-shadow: 5px 10px 8px #323132;
    align-items: center;
  }


  .project-info .company-logo {
    width: 100%;
    margin-top: 0px;
  }


  .bg-ring-inner {

    background-position: top 50px left 0px;
    top: 25%;

  }

  .bg-ring-inner2 {

    background-position: top 50px left 0px;
    top: 25%;

  }


  .project-description {
    width: 90%;
    margin-top: 2vh;
    margin-left: auto;
    margin-right: auto;
  }


  #header video {
    display: none;
  }

  #header .oro-mob-view {
    display: inherit;
    background-size: cover;
    height: auto;
  }

  #carousel {
    background: #141414;
    height: auto !important;
  }

  #header .inner-slider-img {
    width: 100%;
  }

  .disclaimer-page-info {

    padding-bottom: 20px;
    padding-top: 20px;
  }

  #galaryabout .about-galary-card {
    transition: 0.4s;
    margin-bottom: 10px;
  }


  .project-info .loction-right .loction-right-inner h2 {
    font-size: 50px;
    font-weight: bold;
  }



  .newsevent-section {
    background: #323132;
    /* background-image: url(https://oro24-media.s3.me-south-1.amazonaws.com/assets/imgs/aboutgallary-bg.png); */
    background-position: center center;
    padding-bottom: 20px;
    padding-top: 20px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  #experience-section .about-galary-card {
    transition: 0.4s;
    margin-bottom: 20px;
  }

  .project-gallary img {
    width: 100%;
    max-height: inherit;
    object-fit: cover;
  }

  .project-gallary img:hover {
    transform: inherit;
    margin: 0 0 0 0;
    border: 1px solid #B18A09;
  }

  .exp-description {
    width: 100%;
  }

  .project-gallary {
    width: 100%;
    max-height: inherit;
    object-fit: cover;
  }

  .section-heading {
    font-size: 36px;
    width: 100%;
    text-align: center;
  }

  .skill-head {
    margin: 50px 0;
  }

  .skill-head h1 {
    font-size: 30px;
  }

  .skill-icon {
    width: 50%;
  }

  .skill-icon i {
    font-size: 70px;
  }

  .single-skill {
    width: 100%;
    margin-bottom: 20px;
  }


  .circle-chart {
    width: 180px;
    height: 180px;
  }

  .privacy-headings {
    color: #E6E6E6;
    text-align: left;
  }

  .contact-form-innerstyle input {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    float: left;
    /* margin-right: 20px; */
  }

  .contact-form-innerstyle label {
    color: #E6E6E6;
    margin: 0px 7px;
    float: left;
  }

  .contact-form-innerstyle {
    width: 100%;
    display: inline;
    padding: 0px;
    margin-top: 30px;
  }



  .zoom-out-carousel .center {
    opacity: 10 !important;
  }

  .our-journey {
    display: grid;
    justify-content: start;
    padding: 0;
    gap: 10px;
    align-items: center;
  }





}


/*-------------------------------------- Risponsive End --------------------------------------*/




/*--------------------------------- modal style start ----------------------------*/


#experience-section .wfpopu {
  color: #323132;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}

.wfcontactmodal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 730px;
  --bs-modal-padding: 2rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25remrgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}


.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #B18A09;
  width: 100%;
  color: var(--bs-modal-color);
  background-color: #323132;
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}


.modal-header {
  display: flex;
  flex-shrink: 0;
  color: #E6E6E6;
  background-color: #323132;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: none;
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-body {
  position: relative;
  color: #E6E6E6;
  background-color: #323132;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-social-icon {

  display: flex;
  align-items: center;
  margin-bottom: 10px;

}

.modal-social-icon a i {
  font-size: 18px;
  color: #B18A09;

}

.modal-title span {
  color: #B18A09;

}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  color: #E6E6E6;
  flex-wrap: wrap;
  align-items: center;
  background-color: #323132;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  border-top: none;
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.video-modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 730px !important;
  --bs-modal-padding: 2rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25remrgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;

}

.video-modal .modal-body {
  position: relative;
  color: #E6E6E6;
  background-color: #323132;
  flex: 1 1 auto;
  padding: none;
}



/*--------------------------------- modal style end ----------------------------*/





/*--------------------------------- Loader Animation ---------------------------------*/
.loader-bg {
  position: fixed;
  z-index: 999999;
  background: #323132;
  width: 100%;
  height: 100%;
}

.loader {
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);
}
/* 
.loader:after,
.loader:before {
  content: "";
  border: 1em solid #B18A09;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader 2s linear infinite;
  opacity: 0;
}

.loader:before {
  animation-delay: 0.5s;
}

@keyframes loader {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
} */


/*--------------------------------- Loader Animation ---------------------------------*/



/*--------------------------------- prograss bar 2 ---------------------------------*/




.circle-chart {
  width: 160px;
  height: 160px;
}

.circle-chart__circle {
  stroke: #B18A09;
  stroke-width: 2;
  /* stroke-linecap: square; */
  fill: none;
  animation: circle-chart-fill 2s reverse;
  /* 1 */
  transform: rotate(-90deg);
  /* 2, 3 */
  transform-origin: center;
  /* 4 */
}


.circle-chart__circle--negative {
  transform: rotate(-90deg) scale(1, -1);
  /* 1, 2, 3 */
}

.circle-chart__background {
  stroke: #efefef;
  stroke-width: 2;
  fill: none;
}

.circle-chart__info {
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
  transform: translateY(0.3em);
}

.circle-chart__percent {
  alignment-baseline: central;
  text-anchor: middle;
  font-size: 6px;
}

.circle-chart__subline {
  alignment-baseline: central;
  text-anchor: middle;
  font-size: 2px;
}

.success-stroke {
  stroke: #B18A09;
}

.warning-stroke {
  stroke: #B18A09;
}

.danger-stroke {
  stroke: #B18A09;
}

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.skills {
  color: #323132;
}

.skills_section {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
}

.skill-head {
  margin: 80px 0;
}

.skill-head h1 {
  font-size: 60px;
  font-weight: 700;
}


.skill-head p {
  margin-bottom: 10px;
}

.skills-area {
  margin-top: 5%;
  display: flex;
  flex-wrap: wrap;
}

.single-skill {
  width: 25%;
  margin-bottom: 20px;
}

.success-stroke {
  stroke: #B18A09;
}

.circle-chart__background {
  stroke: #ede4e4;
  stroke-width: 1;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

  .skill-head {
    margin: 50px 0;
  }

  .skill-head h1 {
    font-size: 30px;
  }

  .skill-icon {
    width: 50%;
  }

  .skill-icon i {
    font-size: 70px;
  }

  .single-skill {
    width: 100%;
    margin-bottom: 20px;
  }


  .circle-chart {
    width: 180px;
    height: 180px;
  }
}



/*--------------------------------- prograss bar 2 ---------------------------------*/

.project-title {
  /* display: none; */
  color: #B18A09;
  font-size: 30px;
}


/*---------------- Mouse Scroll start ----------------*/


.homescroll {
  position: absolute;
  bottom: 65px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
}


@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }

  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }

  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}

@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }

  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }

  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}




/*---------------- Mouse Scroll end ----------------*/



.cstm-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.cstm-list:before {
  content: "";
  display: inline-block;
  width: 1px;
  background: #B5B5B5;
  position: absolute;
  right: 25px;
  top: 17px;
  height: calc(100% - 35px);
}

.cstm-list li {
  position: relative;
  padding-right: 15px;
  margin-bottom: 0px;
}

.cstm-list li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #B5B5B5;
  position: absolute;
  right: 0;
  top: 16px;
  transition: 0.3s;
  border-radius: 10px;
}

.cstm-list li:hover:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #323132;
  position: absolute;
  left: 0;
  transition: 0.3s;
  top: 16px;
  border-radius: 10px;
}



















.dropdown-container {
  padding-left: 25px;
  list-style: square inside;
}


.dropdown-container .nav-link {
  color: #323132;
  font-size: 14px !important;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Avenir-Next-Regular', sans-serif;
  padding: 0.7 rem 0.2rem;
}


#broucher_guests_form .iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px !important;
  margin-left: 0;
}



.lngg select {
  padding: 4px;
  background-color: #6865637a !important;
  color: #E6E6E6 !important;
  margin-left: 25px;
  /* width: 50px; */
  outline: none;
  font-size: 18px;
  border: 1px solid #7a7a7a !important;
}

@media only screen and (min-width: 768px) {

  .cstm-mob {
    display: none !important;
    width: 75% !important;
    left: 100px !important;
  }

  .exp-gal-sec h2 {
    color: rgb(0, 0, 0);
    margin-top: 5% !important;
    margin-bottom: 30px;
  }

  main {
    width: 500px;
    height: 400px;
    display: flex;
    background-color: lightgrey;
    justify-content: center;
    align-items: flex-end;
    position: relative;
  }

  #display_img {
    top: 0;
  }

  .gal_img {
    width: 70px;
    height: 100px;
    position: relative;
    bottom: 10px;
  }

  .gal_img:hover {
    cursor: pointer;
  }

  .trig {
    top: 230px;
  }

  .trig:hover {
    cursor: pointer;
  }
}

/*# sourceMappingURL=style.css.map */




.cstm_select {
  /*container for custom dropdown arrow*/
  padding: 7px 10px 6px 14px;
  background-image: url(https://oro24-media.s3.me-south-1.amazonaws.com/assets/imgs/arrow-down.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 10px;
  outline: none !important;
}

.contactpg_cstm_select {
  /*container for custom dropdown arrow*/
  padding: 7px 10px 6px 14px;
  background-image: url(https://oro24-media.s3.me-south-1.amazonaws.com/assets/imgs/arrow-down.png);
  background-repeat: no-repeat;
  background-color: #323132c1 !important;
  border-radius: 0 !important;
  background-position: left 10px center;
  background-size: 10px;
  outline: none !important;
}

.contactpg_cstm_select option{
  background-color: #323132c1 !important;
}

.contactpg_cstm_select:focus {
  outline: none !important;
  border: none !important;
  background-color: #323132c1 !important;
  border-bottom: 2px solid #B18A09 !important;
  box-shadow: none;
}

#contact_guests_form .text-danger {
  /* background: #323132 !important; */
  /* border-radius: 5px !important; */
  padding: 4px 8px !important;
  margin: 5px 0px !important;
  /* border: 1px solid red !important; */
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  text-align: right;
}

.input-group .text-danger {
  /* background: #323132 !important; */
  border-radius: 5px !important;
  padding: 3px 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  margin: 5px 0px !important;
  /* border: 1px solid red !important; */
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  /* height: 55% !important; */
  padding: 0 6px 0 8px;
}

#register2 {
  background-image: url(https://oro24-media.s3.me-south-1.amazonaws.com/assets/imgs/new-branding/contact-bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #E6E6E6;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
  background-attachment: fixed;
}

#register2 h3 {
  color: #B18A09;
  margin-bottom: 20px;
  text-align: center;
}

.register-inner2 {
  width: 100%;
  color: #E6E6E6;
  background: #323132f2;
  padding: 60px;
}

.oro-btn-dark2 {
  padding: 10px 46px;
  border-radius: 0px;
  color: #B18A09;
  width: 100%;
  text-transform: uppercase;
  margin-top: 14px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #B18A09;
  text-decoration: none;
}

/* new section adding  */

.abt-bubbls-inner2 {
  display: flex;
  justify-content: center;
  padding: 80px 0;
  gap: 40px;
  text-decoration: none !important;
  text-align: center;
}


.abt-bubbls-inner2 .buble-item {
  border-radius: 50%;
  background: #323132;
  border: 10px solid #B18A09;
  padding: 20px;
  box-sizing: border-box;
  margin: 0;
  display: grid;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}

.abt-bubbls-inner2 .buble-item:hover {
  transform: scale(1.2);
  background-color: #B18A09;
  color: #323132;
}

.abt-bubbls-inner2 .buble-item:hover h2 {
  color: #323132;
}

.abt-bubbls-inner2 .buble-item:hover h5 {
  color: #323132;
}

.abt-bubbls-inner2 .buble-item:hover p {
  color: #323132;
}

.abt-bubbls-inner2 .buble-item h2 {
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
}

.abt-bubbls-inner2 .buble-item h5 {
  color: rgb(255, 255, 255);
}

.abt-bubbls-inner2 .buble-item p {
  color: rgb(255, 255, 255);
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

.abt-bubbls-inner2 .buble-item:nth-child(6n+1) {
  width: 190px;
  height: 190px;
  margin-top: 45px;
}

.abt-bubbls-inner2 .buble-item:nth-child(6n+2) {

  width: 170px;
  height: 170px;
  margin-top: -30px;
}

.abt-bubbls-inner2 .buble-item:nth-child(6n+3) {
  width: 160px;
  margin-top: 0px;
  height: 160px;
}

.abt-bubbls-inner2 .buble-item:nth-child(6n+4) {
  width: 150px;
  margin-top: 95px;
  height: 150px;
}

.abt-bubbls-inner2 .buble-item:nth-child(6n+5) {
  width: 180px;
  height: 180px;
  margin-top: -70px;
}

.abt-bubbls-inner2 .buble-item:nth-child(6n+6) {
  width: 160px;
  height: 160px;
  margin-top: 100px;
}






@media only screen and (max-width: 786px) {
  .homescroll {
    display: none;
  }


  #header .container-fluid {
    position: relative;
    z-index: 9;
    padding: 0;
  }
  
  .d-bg {
    background: #323132;
    margin: 0;
    margin-top: 0px;
    padding: 4px 0;
  }

  .abt-bubbls-inner2 .buble-item {
    position: inherit;
    width: 100% !important;
    border-radius: 0;
    left: 0 !important;
    margin: 0px !important;
    top: 0px !important;
    height: auto !important;
    border: none;
    border-bottom: 1px solid #B18A09;
  }

  .abt-bubbls-inner2 .buble-item:hover {
    transform: none;
    background-color: #B18A09;
    color: #323132;
  }

  .abt-bubbls-inner2 {
    display: flow-root;
    justify-content: center;
    padding: 10px 0;
    gap: 4px;
    text-decoration: none;
    text-align: center;
  }

  .abt-bubbls-inner2 .buble-item:nth-child(6n+1) {

    margin-top: 10px;
  }

  .abt-bubbls-inner2 .buble-item:nth-child(6n+2) {

    margin-top: 10px;
  }

  .abt-bubbls-inner2 .buble-item:nth-child(6n+3) {

    margin-top: 10px;
  }


  .abt-bubbls-inner2 .buble-item:nth-child(6n+4) {

    margin-top: 10px;
  }

  .abt-bubbls-inner2 .buble-item:nth-child(6n+5) {

    margin-top: 10px;
  }

  .abt-bubbls-inner2 .buble-item:nth-child(6n+6) {

    margin-top: 10px;
  }
}

.slick-slide {
  width: 60vw;
  box-sizing: border-box;
}

.slick-slide .card {
  opacity: 0.4;
  transition-duration: 1s;
}

.slick-current .card {
  opacity: 1;
}

.arrow-project-right {
  width: 60px;
  transform: rotate(180deg);
  opacity: 0.4;
}

.arrow-project-left {
  width: 60px;
  /* transform: rotate(180deg); */
  opacity: 0.4;
}

.arrow-news-right {
  width: 60px;
  opacity: 0.4;
  transform: rotate(180deg);
}

.arrow-news-left {
  width: 60px;
  transform: rotate(180deg);
  opacity: 0.4;
}

.icon-arrow:hover,
.icon-arrow:focus {

  opacity: 1;
}

#insta-feed {
  margin: 30px 0;
}

/* -------------------- 03 July 24 ------------------------ */

.super-main {
  display: flex;
  align-items: center;
  width: fit-content;
  justify-content: center;
  overflow-x: auto;
}

.developments .slick-slide {
  width: auto !important;
  box-sizing: border-box;
}

.main-container {
  display: flex;
  height: 100vh;
  align-items: center;
  gap: 0px;
  padding-right: 40px;
  flex-direction: row;
}

.super-main .full-screen {
  width: 100%;
  padding: 0 0 0 0vh;
  text-align: left;
}

.full-screen {
  text-align: left;
  margin-right:200px;
  margin-left: 50px;
}

.full-screen-last {
  text-align: right;
  margin-right: 40px;
  /* margin-right: 200px; */
}

.super-main .full-screen:last-child {
  width: 100%;
  padding: 0 0vh 0 0vh;
  border-right: none;
}

.full-screen h1 {
  /* background: #E6E6E6; */
  text-align: left;
}

.timeline_content {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.timeline-post {
  display: flex;
  flex-direction: column;
  width: 450px;
  text-align: center;
  align-items: center;
  margin-bottom: -42px;
}

.timeline-post:nth-child(3) {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  align-items: center;
  margin-right: 314px;
  margin-top: -42px;
}

.timeline-post img {
  width: 75%;
  margin-bottom: 25px;
  transition: all 0.5s ease-in-out;
}

.timeline-post img:hover {
  transform: scale(1.1);
}

.timeline-post h1 {
  font-size: 14px;
  min-height: 40px;
  max-width: 300px;
}

.timeline-post p {
  margin-bottom: 0px;
  font-size: 14px;
  min-height: 45px;
}

.timeline-post span {
  margin-bottom: 0px;
  font-size: 12px;
  color: #ababab;
}

.line-dvider {
  background-image: url(https://oro24-media.s3.me-south-1.amazonaws.com/assets/imgs/timline/stroke.svg);
  background-repeat: repeat;
  width: 100%;
  height: 17px;
}

.line-dvider2 {
  background-image: url(https://oro24-media.s3.me-south-1.amazonaws.com/assets/imgs/timline/stroke.svg);
  background-repeat: repeat;
  width: 100%;
  height: 17px;
  margin-left: 10px;
}

.sub-main {
  width: 630px;
  display: flex;
  gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  padding: 23px 0px;
}

.strok {
  width: 1px;
  height: 30px;
  background-color: #323132;
  position: relative;
}

.timeline_circle {
    width: 20px;
  height: 19px;
  background-image: url(https://oro24-media.s3.me-south-1.amazonaws.com/assets/imgs/new-branding/timline-circle.svg);
  background-repeat: no-repeat;
  position: relative;
}

.strok2 {
  width: 1px;
  height: 30px;
  background-color: #323132;
  position: relative;
}

.timeline_circle2 {
  width: 20px;
  height: 19px;
  background-image: url(https://oro24-media.s3.me-south-1.amazonaws.com/assets/imgs/new-branding/timline-circle.svg);
  background-repeat: no-repeat;
  position: relative;
}

.vertical-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline_main {
  overflow-x: hidden;
  position: sticky;
  top: 5%;
}

.wa_mob_timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-top: 9px;
  padding-bottom: 20px;
  width: 100%;
  overflow: hidden;
}

.wa_mob_timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 41px;
  width: 1px;
  background-color: #ccc;
  margin-left: 18px;
}

.wa_mob_timeline li {
  border-top: 1px solid #ccc;
  position: relative;
  width: 100%;
  min-height: 100px;
  margin-bottom: 20px;
  padding: 15px 15px;
  text-align: left;
  transition: .5s;
  left: -12px;
  opacity: 0;
  transform: translateX(-10%);
}

.wa_mob_timeline li:before {
  content: "";
  width: 20px;
  height: 19px;
  background-image: url(https://oro24-media.s3.me-south-1.amazonaws.com/assets/imgs/new-branding/timline-circle.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -11px;
  /* background: #ccc;
  border-radius: 50%; */
  box-sizing: border-box;
  transform: translate(50%, -50%);
}

.wa_mob_timeline h3 {
  font-size: 16px;
  text-align: right;
  margin-bottom: 0px;
}

.wa_mob_timeline p {
  font-size: 14px;
  line-height: 28px;
  text-align: right;
  margin-bottom: 25px;
}
.wa_mob_timeline p i {
  color: #adadad;
}

.wa_mob_timeline li.visible {
  opacity: 1;
  transform: translateX(0);
}

.wa_mob_container {
  max-width: 900px;
  margin: 50px auto;
}

.wa_desktop {
  display: inherit;
  margin: 5% 0;
}

.wa_mob_container {
  max-width: 900px;
  display: none;
  margin: 50px auto;
}


@media only screen and (max-width: 786px) {
  .wa_desktop {
    display: none;
  }

  .wa_mob_container {
    max-width: 900px;
    display: inherit;
    margin: 50px auto;
  }
}



.btn-wrap {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  /* direction: ltr; */
}
.btn-wrap button {
  padding: 18px 25px;
  transition: all 0.5s;
  border: 2px solid;
  transition: 0.30s;
  background: #E6E6E6;

}

.btn-wrap button img{
  width: 10px;
  transform: rotate(180deg);
} 


.btn-wrap button.slick-disabled {
  opacity: 0.2;
}











/* ------------------------------------ To Do ------------------------------------ */



.intl-tel-input,
.iti{
width: 100%;
}
/* Hide arrows in Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* Hide arrows in Webkit browsers */
input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.iti__country-list {
  box-shadow: 1px 1px 4px rgb(0 0 0 / 20%) !important;
  background-color: #0f0f0f !important;
  border: 1px solid #131313 !important;
  color: #E6E6E6 !important;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  text-align: right;

  align-items: center;
  height: auto;
  padding: 0 6px 0 8px;
}

.file-upload {
  display: block;
  text-align: center;
  font-size: 12px;
}

.file-upload .file-select {
  border-radius: 5px;
  display: block;
  border: 1px solid #d79c53;
  color: #8d8f91;
  cursor: pointer;
  /* height: 40px; */
  text-align: right;
  line-height: 40px;
  background: #161616;
  overflow: hidden;
  position: relative;
}

.file-upload .file-select .file-select-button {
  background: #dce4ec;
  padding: 0 20px;
  display: inline-block;
  /* height: 50px; */
  line-height: 40px;
  border-radius: 5px;
}

.file-upload .file-select .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}

.file-upload .file-select:hover {
  border-color: #B18A09;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
  background: #B18A09;
  color: #323132;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select {
  border-color: #3fa46a;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
  background: #3fa46a;
  color: #E6E6E6;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #E6E6E6;
  overflow: hidden;
  position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
  background: #dce4ec;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}


input:-webkit-autofill {
  background-color: #3231320f !important;
  color: #323132 !important; /* Replace with desired text color */
  -webkit-text-fill-color: #323132 !important; /* Ensures text color is applied in Chrome */
}


.dev_disclaimer {
  width: 100%;
  /* background-color: #1F1F1F; */
  /* padding: 20px; */
}
.dev_disclaimer p {
  font-size: 10px;
  margin: 0;
  color: #8E8E8E;
}
.dev_disclaimer p span {
  font-size: 10px;
  color: #8E8E8E;
}


.dev_authority {
  /* background: rgb(43,43,43);
  background: radial-gradient(circle, rgba(43,43,43,1) 0%, rgba(43,43,43,0) 63%); */
  width: 100%;
  text-align: right;
  padding: 10px 0;
}

.dev_authority p {
  font-size: 10px;
  margin: 0;
  color: #8E8E8E;
  text-align: right;
}




.total-progres  {
  margin-top: 50px;
  /* justify-content: center; */
}


/* --------------------- New Constructions Progress --------------------- */

@keyframes growProgressBar {

  0%,
  33% {
    --pgPercentage: 0;
  }

  100% {
    --pgPercentage: var(--value);
  }
}

@property --pgPercentage {
  syntax: '<number>';
  inherits: false;
  initial-value: 0;
}

.progressbar {
  --size: 4rem;
  --fg: #B18A09;
  --bg: #c7c7c7;
  --pgPercentage: var(--value);
  animation: growProgressBar 3s 1 forwards;
  width: 150px;
  height: 150px;
  /*   border-radius: 50%; */
  display: grid;
  place-items: center;
  background: url('https://oro24-media.s3.me-south-1.amazonaws.com/assets/imgs/new-branding/oro-icon-construction-progress.svg');
  background-size: 100px;
  font-family: 'Avenir-Next-Regular', sans-serif;
  font-size: calc(var(--size) / 5);
  color: #000000;
  background:
    radial-gradient(closest-side, white 0%, transparent 0 100%, white 0),
    conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
}

.progressbar::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) '%';
  z-index: 9999;
}


.new-outer {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new-outer svg {
  position: absolute;
}


/* --------------------- New Constructions Progress --------------------- */




input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border-bottom: 1px solid #B18A09;
  -webkit-text-fill-color: #E6E6E6;
  -webkit-box-shadow: 0 0 0px 1000px #32313200 inset;
  transition: background-color 5000s ease-in-out 0s;
  color: rgb(158, 250, 179) !important;
  border-top: 1px solid #0606060a;
  border-left: 1px solid #08080800;
  border-right: 1px solid #08080800;
}



.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #d79c53;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #d79c53;
}

.form-group {
  text-align: right;
}




.custom-select {
  position: relative;
  color: #E6E6E6;
  margin-left: 20px;
}

.selected {
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  /* border: 1px solid #323132; */
  cursor: pointer;
  /* color: #323132; */
  /* background-color: #fff; */
}

.arrow {
  margin-right: 10px; /* Space between text and arrow */
}

.options {
  display: none;
  position: absolute;
  border: 1px solid #424242;
  background-color: #0c0c0ca6;
  z-index: 1000;
  width: 100%;
  color:#E6E6E6;
}

.options a {
  font-size: 14px !important;
}
.option {
  padding: 10px;
  color:#E6E6E6;
  text-align: right;
  cursor: pointer;
}

.option:hover {
  background: #3badcf;
  color:#323132;

}

.selected-option {
  background-color: #3badcf; /* Highlight selected option */
  color: #323132;

}


.leadership-inner-outer {
  background-color: #E6E6E604;
    color: #E6E6E6;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 20px;
}


.leadership_bio {
  background: none;
  border: none;
  color: #E6E6E6;
}
.leadership_bio svg {
  background: none;
  border: none;
  fill: #E6E6E6;
}
.leadership_bio:hover svg {
  background: none;
  border: none;
  fill: #B18A09;
}
.leadership_bio:hover {
  background: none;
  border: none;
  color: #B18A09;
}

.leadership-inner-outer:hover {
  background-color: #E6E6E606;
}

.buble-item {
  color: #fff;
  }

  .leader-profile-dp img{
    border: 16px solid #323132;
    border-radius: 50%;
  }


  .contact-section-heading {
    font-family: 'Avenir-Next-Regular', sans-serif;
    color: #B18A09;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 40px;
    width: 100%;
    text-transform: uppercase;
    text-align: right;
  }














  

/* --------------------------------- */
/* Default styles (desktop) */
.app-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-nav {
  display: flex;
  /* height: 400px; */
  aspect-ratio: 10 / 4;
  gap: 1em;
  justify-content: center;
}

.tile {
  height: 100%;
  width: 90px;
  min-width: 80px;
  border-radius: 5em;
  background-color: #323132;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  /* align-items: end; */
  border: 1px solid #B18A09;
  overflow: hidden;
  position: relative;
  align-items: center;
}

/* .tile:hover {
  width: 100%;
  border-radius: 3em;
} */


.ar-align {
  text-align: right;
}

.tile p[spine] {
  display: block;
  position: absolute;
  z-index: auto;
  font-size: 18px;
  color: #F6F6F6;
  /* bottom: 8em; */
  transform: rotateZ(-90deg);
  opacity: 1;
  letter-spacing: 0em;
  text-transform: uppercase;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  width: max-content;
  text-align: right;
}

.tile:hover p[spine] {
  opacity: 0;
  transform: translateY(50px) rotateZ(-90deg);
}

.tile svg {
  width: 30px;
  position: absolute;
  height: 30px;
  bottom: 30px;
  display: inherit;
}

.tile .content {
  position: relative;
  z-index: 10;
  color: #F6F6F6;
  /* opacity: 0; */
  display: none;
  transform: translateX(50px);
  margin-bottom: 1em;
  transition: opacity 0.5s ease-in-out, transform 0.2s ease-in-out;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}

.content svg {
  display: inherit;
  position: relative;
  bottom: 0;
}

.content a svg {
  display: inline;
  position: relative;
  bottom: 0;
}

.tile .content p {
  font-size: 22px;
  font-weight: normal;
}

.tile .content a {
  color: #AB8B2F;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.2s;
}

.tile .content a:hover {
  color: #AB8B2F;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 9px;
}

.tile:hover .content {
  opacity: 1;
  display: inherit;
  transform: translateX(0);
}

.tile .content span {
  display: inherit;
}

.tile.active {
  width: 100%;
  border-radius: 3em;
}

.tile.active .content {
  display: inherit;
  transform: translateX(0);
}

.tile .content {
  display: none;
  transform: translateX(0);
}

.tile.active p[spine] {
  display: none;
  transform: translateY(50px) rotateZ(-90deg);
}

.tile.active .btm {
  display: none;
}

.tile:hover {
  width: 100%;
  border-radius: 3em;
}

.tile:hover .content {
  opacity: 1;
  transform: translateX(0);
}

.tile:hover p[spine] {
  opacity: 0;
  transform: translateY(50px) rotateZ(-90deg);
}

.tile:hover .btm {
  display: none;
}

/* Media Queries for Responsiveness */

/* Tablet and smaller devices */
@media (max-width: 1024px) {
  .img-nav {
    display: flex;
    /* height: 400px; */
    aspect-ratio: 7 / 3;
    gap: 1em;
    justify-content: center;
  }

  .tile {
    width: 120px;
    min-width: 100px;
    display: flex;
    align-items: center;
  }

  .tile p[spine] {
    font-size: 16px;
    /* bottom: 6em; */
  }

  .tile .content p {
    font-size: 18px;
  }
}

/* Mobile devices */
@media (max-width: 768px) {
  .img-nav {
    flex-direction: column;
    height: auto;
  }

  .img-nav {
    display: flex;
    /* height: 400px; */
    aspect-ratio: 7 / 3;
    gap: 1em;
    justify-content: center;
  }

  .tile .content span{
    display: none;
  }


  .tile .content a {
    margin-top: 20px;
  }
  
  .tile.active .content span{
    display: inherit;
  }

  .tile {
    width: 80%;
    min-width: 70px;
    margin-bottom: 0em;
  }

  .tile p[spine] {
    font-size: 16px;
    bottom: 2rem;
    margin: 0;
    transform: rotateZ(360deg);
  }


  .tile .content {
    position: relative;
    z-index: 10;
    color: #F6F6F6;
    /* opacity: 0; */
    display: flex;
    transform: translateX(50px);
    margin-bottom: 0em;
    transition: opacity 0.5sease-in-out, transform 0.2sease-in-out;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
}

.img-nav {
  display: flex;
  /* height: 400px; */
  aspect-ratio: auto;
  gap: 1em;
  justify-content: center;
}

.tile.active {
  width: 100%;
  border-radius: 1em;
}
.tile {
  width: 100%;
  border-radius: 1em;
}

  .tile .content p {
    font-size: 16px;
  }
  
  .tile .active .content svg {
    display: none;
  }

  .tile svg {
    width: 30px;
    position: absolute;
    height: 30px;
    left: 30px;
    /* display: inherit; */
    /* bottom: 40px; */
  }
}

/* Extra small devices (portrait mobile) */
@media (max-width: 480px) {
  .tile {
    width: 100%;
    min-width: 60px;
    height: 6rem;
    display: flex;
    align-items: center;

  }
  .tile.active {
    width: 100%;
    min-width: 60px;
    height: auto;
  }

  .tile p[spine] {
    font-size: 16px;
    margin: 0;
    /* bottom: 2em; */
  }

  .tile .content {

    display: none;

}



  .tile .content p {
    font-size: 16px;
  }

  .tile .active .content svg {
    display: none;
  }

  .tile svg {
    display: inherit;
  }
  .tile .content svg {
    display: none;
  }
}


/*# sourceMappingURL=style.css.map */