@font-face {
    font-family: IvyMode-Bold;
    src: url('../fonts/IvyMode-Bold.ttf');
}

@font-face {
    font-family: IvyMode-BoldItalic;
    src: url('../fonts/IvyMode-BoldItalic.ttf');
}

@font-face {
    font-family: IvyMode-Italic;
    src: url('../fonts/IvyMode-Italic.ttf');
}

@font-face {
    font-family: IvyMode-Light;
    src: url('../fonts/IvyMode-Light.ttf');
}

@font-face {
    font-family: IvyMode-LightItalic;
    src: url('../fonts/IvyMode-LightItalic.ttf');
}

@font-face {
    font-family: IvyMode-Regular;
    src: url('../fonts/IvyMode-Regular.ttf');
}

@font-face {
    font-family: IvyMode-SemiBold;
    src: url('../fonts/IvyMode-SemiBold.ttf');
}

@font-face {
    font-family: IvyMode-SemiBoldItalic;
    src: url('../fonts/IvyMode-SemiBoldItalic.ttf');
}

@font-face {
    font-family: IvyMode-Thin;
    src: url('../fonts/IvyMode-Thin.ttf');
}

@font-face {
    font-family: IvyMode-ThinItalic;
    src: url('../fonts/IvyMode-ThinItalic.ttf');
}

@font-face {
    font-family: Poppins-Light;
    src: url('../fonts/Poppins-Light.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/Poppins-Bold.ttf');
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url('../fonts/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/Poppins-Medium.ttf');
}

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/Poppins-Regular.ttf');
}

@font-face {
    font-family: DMSerifDisplay-Regular;
    src: url('../fonts/DMSerifDisplay-Regular.ttf');
}

@font-face {
    font-family: DMSerifDisplay-Italic;
    src: url('../fonts/DMSerifDisplay-Italic.ttf');
}

@font-face {
    font-family: IvyMode;
    src: url('../fonts/IvyMode.ttf');
}

body * {
    /* font-family: IvyMode-Bold; */

}

body {
    background: #fcf7f0;
}

nav.navbar {
    padding: 10px 80px;
}

div#offcanvasNavbar li.nav-item a {
    color: #fff;
    margin-bottom: 25px;
    font-size: 22px;
    font-family: 'IvyMode-SemiBold';
}

.offcanvas-header .btn-close {
    filter: invert(1);
}

.offcanvas-header .btn-close {
    right: 8%;
    top: 5%;
    position: absolute;
}

button.navbar-toggler {
    max-width: 50px;
    background: #ec1c24;
    color: #fff;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    transition: all 1s linear;
}

span.menuText {
    width: 0;
    opacity: 0;
    font-weight: 200;
    transition: width 1.5 linear;
}

button.navbar-toggler:hover {
    max-width: 300px;
}

button.navbar-toggler:hover span.menuText {
    opacity: 1;
    width: max-content;
}

ul.navbar-nav {
    margin-top: 25%;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #D5BF86 !important;
}

div#offcanvasNavbar {
    background: #1F1F1FE6 0% 0% no-repeat padding-box;
    text-align: center;
}

.navbar-toggler-icon {
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

/**banner**/
.videoPreloader {
    position: relative;
    height: 100vh;
}

.videoPreloader video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-text {
    position: absolute;
    top: 0;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    color: #fff;
    /* transform: translateY(-50%); */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px;
}

.video-text h3 {
    font-size: 50px;
}

.video-text p {
    font-size: 24px;
    font-weight: bold;
}

/**risinghigh**/
.risinghigh {
    text-align: center;
}

.risinghigh {
    text-align: center;
    /* height: 790px; */
    background: url(../images/risingbgimg.jpg) #F6E8D6;
    /* background: #F6E8D6; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #000;
    padding: 50px 0 50px;
    background-position: center -180px;
}

.risinghigh .container {
    margin-top: 100px;
}

.risinghigh h3 {
    font-size: 50px;
}

.risinghigh .head-text {
    font-size: 22px;
}

.p-text {
    font-size: 23px;
    font-family: Poppins-Regular;
}

.risinghigh .readmore {
    color: grey;
}

.risinghigh .readmore:hover {
    color: #000;
}

.risinghigh .img-fluid {
    margin: 0 auto;
}

.sliderImgContent {
    background: #F6E8D6;
    height: 100%;
}

.onGoingProjects.text-center .row .col-md-8 {
    padding: 0px;
}

.onGoingProjects.text-center .row .col-md-4 {
    padding: 0px;
}

.onGoingProjects .head-text {
    font-size: 22px;
}

.onGoingProjects {
    background: #F6E8D6;
    padding: 100px 0px;
    overflow: hidden;
}

.sliderImgContent p {
    font-weight: 500;
}

.sliderImgContent img {
    width: 200px !important;
    margin-top: 40%;
}

.sliderImgContent p img {
    max-height: 15px;
    max-width: 12px;
    margin: 0px;
}

.sliderImgContent p {
    display: flex;
    gap: 10px;
    align-items: center;
}

.onGoingProjects .slick-slide img {
    border: none !important;
}

.sliderImgContent {
    text-align: left;
    margin-left: 10%;
}

/**Map**/
.map-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    position: relative;
}

.map-page h2 {
    font-size: 45px;
    font-family: 'IvyMode-SemiBold';
    text-align: center;
    padding: 100px 0px 10px 0px;
}

.map-page h2 span {
    color: #e60000;
}

/* .map-page .text-section h1 {
    font-size: 45px;
    margin: 0;
    line-height: 1;
    position: absolute;
    top: 17%;
    left: -10%;
    word-spacing: 355px;
    z-index: 4;
    font-family: 'IvyMode-SemiBold';
} */

.map-container {
    position: relative;
    max-width: 700px;
    z-index: 9;
}

.map-container img {
    width: 60%;
    height: auto;
}

.map-marker {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff3b3b;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
}

/* Marker positions - adjust these as per the design */
.marker-mira-road {
    top: 10%;
    left: 30%;
}

.marker-borivali {
    top: 20%;
    left: 35%;
}

.marker-andheri {
    top: 50%;
    left: 40%;
}

.marker-matunga {
    top: 65%;
    left: 45%;
}

.marker-chembur {
    top: 75%;
    left: 55%;
}

.text-section {
    max-width: 400px;
    margin-left: 30px;
}

.text-section h1 {
    font-size: 50px;
    margin: 0;
    line-height: 1;
}

.text-section h1 span {
    color: #e60000;
}

.text-section p {
    margin-top: 20px;
    color: #000;
    font-size: 16px;
}

.map-section {
    background: url(../images/map-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px;
}

/**Footer**/
.footer-nav-link {
    display: grid;
}

.footer-nav-link a {
    color: #000;
    text-decoration: none;
    font-family: 'Poppins-Regular';
    margin-bottom: 5px;
}

.footer-bottom {
    background: #252525;
    color: #fff;
    padding: 10px 0;
    font-family: Poppins-Light;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
    font-family: Poppins-Light;
    font-size: 15px;
}

h4.footer-head {
    font-family: 'IvyMode-SemiBold';
    margin-bottom: 1rem;
}

.footer-top {
    padding: 60px 0;
    background: #FFFAF3;
}

.footer-logo img {
    height: 25%;
}

.social-link img {
    margin-right: 10px;
}

.followsus {
    font-family: 'DMSerifDisplay-Regular';
    font-size: 21px;
    color: #0A0A0A;
}

p.maharera {
    padding-top: 25px;
    font-family: 'Poppins-Light';
    font-size: 17px;
}

.banner-title {
    font-family: IvyMode-SemiBold;
}

.banner-subtitle {
    font-family: Poppins-Bold;
}

.head-text {
    font-family: Poppins-Medium;
}

.text-heading {
    font-family: IvyMode-SemiBold;
}

.p-text-strong {
    font-family: Poppins-Bold;
}

.readmore {
    font-family: Poppins-Medium;
    text-decoration: none;
}

.rising-icon-outer {
    text-align: left;
}

.rising-title {
    font-family: IvyMode-SemiBold;
    font-size: 24px;
    line-height: 2.1;
}

.rising-subtitle {
    font-family: Poppins-Medium;
    letter-spacing: 3.2px;
    font-size: 14px;
}

.risinghigh.whitebg {
    margin-top: 0px;
    background-color: #FFFAF3 !important;
    background: none;
    padding: 100px 0px 20px;
}

.risinghigh.whitebg .container {
    margin-top: 0px;
    background: url(../images/services-bg-logo-element.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    padding: 0px 0px 100px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

button.carousel-control-prev {
    justify-content: left;
}

button.carousel-control-next {
    justify-content: right;
}

.solution-title {
    text-align: left;
    color: #EC1C24;
    font-family: 'IvyMode-SemiBold';
    font-size: 30px;
    padding-top: 15%;
    padding-bottom: 2%;
}

.solution-text {
    text-align: left;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    padding-right: 30%;
    padding-bottom: 1%;
}

.solutions-img {
    padding-right: 5%;
    padding-left: 10%;
}

.solutions-text {
    padding-left: 4%;
    text-align: left;
    /* background: url(../images/services-bg-logo-element.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain; */
}

.risinghigh.whitebg .solutions-slider-inner .container {
    background: none;
}

.solution-text a {
    text-align: left;
}

.solutions-slider-inner {
    padding-top: 4%;
}

.risinghigh.ongoing-projects .container {
    margin-top: 0px;
}

.ongoing-projects-text {
    background: #EC1C24;
    position: absolute;
    /* right: 15px; */
    width: 30%;
    height: -webkit-fill-available;
    top: 0px;
    bottom: 0px;
    left: 60%;
}

section.onGoingProjects .sliderImgContent h6 {
    margin-top: 40%;
    font-family: 'IvyMode-light';
    font-weight: bold;
    font-size: 12px;
}

section.onGoingProjects .sliderImgContent h6 span {
    color: #61333F;
    font-size: 36px;
    font-family: 'IvyMode-light';
    font-weight: bold;
}

.ongoing-projects-slider .carousel-caption,
.banner-text {
    /* background: #EC1C24;
    position: absolute;
    right: 15px;
    width: 30%;
    height: -webkit-fill-available;
    top: 0px;
    bottom: 0px;
    left: 70%;
    z-index: 9; */

    top: 0px;
    bottom: 0px;
    left: 64%;
    z-index: 9;

    /*opacity: 0; /* Start transparent */
    /*animation: fadeInOut 5s; /* Infinite loop of fade-in and fade-out */
}

/* @keyframes fadeInOut {
    0% {
      opacity: 0; 
      color:transparent;
    }
    50% {
      opacity: 1; 
      color:#ffffff;
    }
    100% {
        opacity: 0;
        color:transparent;
      }
  } */

.show-hide.carousel-caption {
    display: block !important;
}

.carousel-item.active .carousel-caption.show {
    display: block !important;
}

.carousel-item .carousel-caption.hide {
    display: none !important;
}

.carousel-caption {
    display: none !important;
}

.ongoing-projects .carousel-item img {
    width: 100%;
    display: block !important;
}

.carousel-item:after {
    content: "";
    background: #EC1C24;
    width: 100%;
}

.contactus-title {
    font-family: IvyMode-Regular;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.contactus-text {
    font-size: 18px;
    font-family: 'Poppins-Regular';
    margin-bottom: 20px;
}

.contactus {
    background: url(../images/contactbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px;
}

.contactusbutton {
    background-color: #EE3239;
    padding: 11px 23px;
    border-radius: 26px;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    font-family: 'Poppins-Medium';
}

/**** ongoing projects css ends ****/
.custom-ongoing-projects {
    position: relative;
}

.ongoing-projects-text1 {
    background: #EC1C24;
    position: absolute;
    right: 15px;
    width: 30%;
    height: 100vh;
    left: 55%;
    z-index: 999999999;
    top: 0;
}

.carousel-item {
    width: 100%;
}


.single-banner-slide {
    height: 100vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.single-banner-slide span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.single-banner-slide h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
}

.single-banner-slide::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
    width: 100%;
    height: 100%;
}

.single-banner-slide p {
    color: #fff;
    font-size: 15px;
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
}

.single-banner-slide a {
    color: #000;
    background: #fff;
    padding: 10px 45px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    margin-top: 30px;
    transition: 0.3s;
}

.single-banner-slide a:hover {
    color: #fff;
    background: #000;
}

.owl-dots {
    display: none !important;
}

.onGoingProjects h3 {
    font-size: 50px;
}

section.onGoingProjects .slick-prev {
    left: 1%;
}

section.onGoingProjects .slick-next {
    right: 1%;
}

section.onGoingProjects .slick-next {
    background: url(../images/Right-arrows.svg);
}

section.onGoingProjects .slick-prev {
    background: url(../images/Left-arrows.svg);
}

/**** ongoing projects css ends ****/
.clients {
    background: #F4E9DB;
    padding: 100px;
}

.clients h3 {
    text-align: center;
    font-size: 50px;
    padding-bottom: 50px;
}

.project-clients {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
    margin: 0;
}

.project-clients li {
    width: 16.5%;
    position: relative;
    background-color: #F4E9DB;
    height: 140px;
    padding: 40px 0;
}

.project-clients li:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.project-clients:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(left, #F4E9DB 0%, rgba(255, 255, 255, 0) 50%, #F4E9DB 100%);
    background-image: linear-gradient(to right, #F4E9DB 0%, rgba(255, 255, 255, 0) 50%, #F4E9DB 100%);
    z-index: 1;
}

.project-clients:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(left, #F4E9DB 0%, rgba(255, 255, 255, 0) 50%, #F4E9DB 100%);
    background-image: linear-gradient(to right, #F4E9DB 0%, rgba(255, 255, 255, 0) 50%, #F4E9DB 100%);
    z-index: 1;
}

.project-clients:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(bottom, #F4E9DB 0%, rgba(255, 255, 255, 0) 50%, #F4E9DB 100%);
    background-image: linear-gradient(to top, #F4E9DB 0%, rgba(255, 255, 255, 0) 50%, #F4E9DB 100%);
    z-index: 1;
}

.project-clients li:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;

}

ul.project-clients img {
    z-index: 2;
    position: relative;
    width: 150px;
    border: none !important;
}

/****************************HOMEPAGE CSS ENDS ****************************************************/


/* projectdetailspage*/
.projectdetailspage {
    padding-top: 4%;
}

body.project-details nav.navbar {
    background-color: #f6e8d6;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.projectdetailspage {
    font-family: 'IvyMode-SemiBold';
}

.projectdetailspage h1 {
    font-family: 'IvyMode-SemiBold';
    color: #fff;
}

/* project*/
.projectlistpage .bannerContent {
    font-family: 'IvyMode-SemiBold';
}

.card-title {
    display: flex;
    justify-content: space-between;
}

.card-title img {
    height: 60px !important;
    width: 100px !important;
}

.tab-content .card-title h6 {
    font-family: 'IvyMode-light';
    font-weight: bold;
}

.tab-content .card-title h6 span {
    font-size: 30px
}

.projects-section {
    padding: 50px 15px;
    background: #FDF6EB;
}

.projectplan .slick-slide img {
    border: none;
}

.projectplan .slick-next {
    right: 0px;
}

.projectplan .slick-prev {
    left: 0px;
}

.projects-section h2 {
    font-family: 'IvyMode-SemiBold';
}

.projectdetailspage .bannerContent.position-absolute.w-100.h-100.top-0.d-flex.justify-content-center.align-items-end.pb-3.pb-md-5 {
    background: rgba(0, 0, 0, 0.3);
}

.projects-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.tabs {
    text-align: center;
    margin-bottom: 30px;
}

.projectone .project-title span {
    font-size: 30px;
}

.projectone .project-title h6 {
    font-family: 'IvyMode-light';
    font-weight: bold;
}

ul#projectsTab {
    text-align: center;
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
    font-family: 'Poppins-Medium';
    border: none;
}

ul#projectsTab button {
    font-size: 1.2rem;
    margin: 0 10px;
    cursor: pointer;
    padding: 5px 15px;
    background: none;
    border: none;
    outline: none;
    color: #000;
}

ul#projectsTab .active {
    border-bottom: 2px solid #EC1C24;
    color: #EC1C24;
    font-weight: bold;
}

.projectsarrow {
    height: 80px !important;
    width: 80px !important;
    background: url(../images/Projects/project-arrow.png);
    background-size: cover;
}

.onGoingProjects .projectsarrow {
    display: block;
    height: 100px !important;
    width: 100px !important;
    position: absolute;
    bottom: 10px;
}

.projectsarrow:hover {
    /* transform: rotate(45deg);
    -webkit-transform: rotate(45deg); */
    background: url(../images/Projects/project-arrowred.png);
    background-size: cover;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.project-card {
    border: none;
    background-color: #FDF6EB;
    ;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s;
}

.project-card:hover {
    transform: scale(1.05);
}

.project-card img {
    width: 100%;
    height: auto;
}

.project-card .card-body {
    text-align: center;
    padding: 15px;
}

.projectone {
    background: #F4E9DB;
}

.projectone {
    padding: 50px 0px;
}

.gallery .slick-next {
    right: 0px;
}

.gallery .slick-next {
    right: 0px;
}

.gallery .slick-prev {
    left: 0px;
}

.logoelement {
    position: absolute;
    height: 75%;
}

.logoelement img {
    height: 100%;
}

.project-title {
    margin-bottom: 25px;
}

p.project-description {
    font-family: 'Poppins-Regular';
    font-size: 16px;
}

.linesbottom {
    margin: 40px 0px;
}

.row.details-row strong {
    font-family: 'Poppins-Bold';
    text-align: center;
    display: block;
    margin-bottom: 15px;
}

.row.details-row p {
    font-family: 'Poppins-Medium';
    font-size: 15px;
    text-align: center;
}

.projectplan {
    background: #F4E9DB;
}

.projectplan {
    padding: 50px 0px;
}

.projectplan h2 {
    text-align: center;
    font-family: 'IvyMode-SemiBold';
    font-size: 2.5rem;
    margin-bottom: 50px;
}

.projectplan h3 {
    font-family: 'Poppins-Bold';
    font-size: 1.2rem;
    padding: 15px 0px;
}


.list-highlights {
    padding: 10px 20px;
    text-align: center;
    position: relative;
}

.list-highlights .img-holder {
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #FFFAF3;
    margin: -50px auto 0;
    max-width: 75px;
}

.project-highlights {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
    margin: 0;
}

.project-highlights:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(left, #FFFAF3 0%, rgba(255, 255, 255, 0) 50%, #FFFAF3 100%);
    background-image: linear-gradient(to right, #FFFAF3 0%, rgba(255, 255, 255, 0) 50%, #FFFAF3 100%);
    z-index: 1;
}

.project-highlights:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(bottom, #FFFAF3 0%, rgba(255, 255, 255, 0) 50%, #FFFAF3 100%);
    background-image: linear-gradient(to top, #FFFAF3 0%, rgba(255, 255, 255, 0) 50%, #FFFAF3 100%);
    z-index: 1;
}

.project-highlights li {
    width: 33.333%;
    position: relative;
    background-color: #FFFAF3;
    height: 190px;
    padding: 20px 0;
}

.project-highlights li:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;

}

.project-highlights .link-box {
    margin-bottom: 7px;
    height: 90px;
}

.projecthighlight h2 {
    text-align: center;
    font-family: 'IvyMode-SemiBold';
    font-size: 2.5rem;
    margin-bottom: 50px;
}

.projecthighlight {
    background: #FFFAF3;
    padding: 50px 0px;
}

.project-highlights a {
    display: block;
    position: relative;
    z-index: 2;
    color: #000;
    font-size: 0.8rem;
    letter-spacing: 3px;
    line-height: 24px;
    font-size: 15px;
    text-decoration: none;
    font-family: 'Poppins-Medium';

}

.project-highlights a:hover {
    color: #ec1c24;
}

.project-highlights a:hover i {
    color: #000;
}

.project-highlights a i {
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    color: #ec1c24;
    ;
    font-size: 2.428571rem;
}

.project-highlights a i.icon-money,
.project-highlights a i.icon-smartphone,
.project-highlights a i.icon-schedule,
.project-highlights a i.icon-smartphone1 {
    font-size: 2.857142rem;
}

.project-highlights a i.icon-calc,
.project-highlights a i.icon-marker {
    font-size: 2.714285rem;
}

/* Gallery */
.gallery {
    padding: 50px 0px;
}

.gallery .col-md-4 {
    position: relative;
    display: flex;
    justify-content: center;
}

.gallery h2 {
    text-align: center;
    font-family: 'IvyMode-SemiBold';
    font-size: 2.5rem;
    margin-bottom: 50px;
}

.gallery p {
    position: absolute;
    bottom: 5px;
    color: #fff;
    font-family: 'Poppins-Medium';
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    width: 99%;

    background: rgb(0 0 0 / 35%);
}

.gallery .carousel-control-prev-icon,
.gallery .carousel-control-next-icon {
    filter: none;
}

/* connectivity  */

.projectConnectivity h2 {
    text-align: center;
    font-family: 'IvyMode-SemiBold';
    font-size: 2.5rem;
    margin-bottom: 50px;
}

.projectConnectivity {
    background: #F4E9DB;
    padding: 50px 0px;
}

.project-connectivity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
    margin: 0;
}

.project-connectivity:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(left, #F4E9DB 0%, rgba(255, 255, 255, 0) 50%, #F4E9DB 100%);
    background-image: linear-gradient(to right, #F4E9DB 0%, rgba(255, 255, 255, 0) 50%, #F4E9DB 100%);
    z-index: 1;
}

.project-connectivity:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(bottom, #F4E9DB 0%, rgba(255, 255, 255, 0) 50%, #F4E9DB 100%);
    background-image: linear-gradient(to top, #F4E9DB 0%, rgba(255, 255, 255, 0) 50%, #F4E9DB 100%);
    z-index: 1;
}

.project-connectivity li {
    width: 20%;
    position: relative;
    background-color: #F4E9DB;
    height: 190px;
    padding: 40px 0;
}

.project-connectivity li:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;

}

.project-connectivity .link-box {
    margin-bottom: 7px;
    height: 30px;
    font-family: 'IvyMode-SemiBold';
    font-size: 22px;
}

.projectconnectivity h2 {
    text-align: center;
    font-family: 'IvyMode-SemiBold';
    font-size: 2.5rem;
    margin-bottom: 50px;
}

.projectconnectivity {
    background: #F4E9DB;
    padding: 50px 0px;
}

.project-connectivity a {
    display: block;
    position: relative;
    z-index: 2;
    color: #000;
    font-size: 0.8rem;
    line-height: 24px;
    text-decoration: none;
    font-family: 'Poppins-Medium';
    text-align: left;
    padding: 11px 30px;
}

.project-connectivity a:hover {
    color: #ec1c24;
}

.project-connectivity a:hover i {
    color: #000;
}

/*    Location */
.projectlocation {
    padding-top: 50px;
}

.projectlocation h2 {
    font-family: 'IvyMode-SemiBold';
    font-size: 2.5rem;
    margin-bottom: 50px;
}

/* Presence */
.globalMapImg .lottieLocation {
    width: 35px;
}

.globalMapImg .location-1 {
    left: 20.6%;
    top: 3%;
}

.globalMapImg .location-2 {
    left: 13.6%;
    top: 15%;
}

.globalMapImg .location-3 {
    left: 16.6%;
    top: 26.5%;
}

.globalMapImg .location-4 {
    left: 20.2%;
    top: 32%;
}

.globalMapImg .location-5 {
    left: 22.5%;
    top: 37.6%;
}

.globalMapImg .location-6 {
    left: 41.2%;
    top: 29.5%;
}

.globalMapImg .location-7 {
    left: 22.4%;
    top: 47%;
}

.globalMapImg .location-8 {
    left: 33%;
    top: 49%;
}

.globalMapImg .location-9 {
    left: 17.6%;
    top: 56%;
}

.globalMapImg .location-10 {
    left: 22%;
    top: 57%;
}

.globalMapImg .location-11 {
    left: 28%;
    top: 60%;
}

.globalMapImg .location-12 {
    left: 15.5%;
    top: 68.5%;
}

.globalMapImg .location-13 {
    left: 18%;
    top: 19%;
}

/* Owl Carousel */
.wrapper {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.gallerycarousel {
    width: 100%;
    margin: 0px auto;
    position: relative;
}

.slick-slide {
    position: relative;
}

.slick-next:before,
.slick-prev:before {
    display: none;
}

.risinghigh.whitebg .carousel-control-next-icon {
    background-image: url(../images/Right-arrow-1.svg);
}

.risinghigh.whitebg .carousel-control-prev-icon {
    background-image: url(../images/Left-arrow-1.svg);
}

.risinghigh.whitebg .carousel-control-prev-icon,
.risinghigh.whitebg .carousel-control-next-icon {
    filter: invert(0);
}

.clients .carousel-control-next-icon {
    background-image: url(../images/Right-arrow-1.svg);
}

.clients .carousel-control-prev-icon {
    background-image: url(../images/Left-arrow-1.svg);
}

.clients .carousel-control-next,
.clients .carousel-control-prev {
    align-items: end;
    opacity: 1;
}

.clients .carousel-control-prev-icon,
.clients .carousel-control-next-icon {
    filter: invert(0);
}

.clients .carousel-control-next,
.clients .carousel-control-prev {
    position: relative;
    z-index: 1;
    display: contents;
}

.slick-prev {
    background: url(../images/projectdetail/leftarrow.png);
    background-repeat: no-repeat !important;
    border: none;
    height: 58px;
    background-size: 45px !important;
    width: 58px;
    z-index: 4;
}

.slick-next:hover,
.slick-next:focus {
    background: url(../images/projectdetail/rightarrow.png);
}

.slick-prev:hover,
.slick-prev:focus {
    background: url(../images/projectdetail/leftarrow.png);
}

.slick-next {
    background: url(../images/projectdetail/rightarrow.png);
    background-repeat: no-repeat !important;
    border: none;
    height: 58px;
    background-size: 45px !important;
    width: 58px;
}

.slick-slide {
    margin: 10px;
}

.slick-slide img {
    width: 100%;
    border: 2px solid #fff;
}

.wrapper .slick-dots li button:before {
    font-size: 20px;
    color: white;
}

/* Owl Carousel */
.wrapper {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.gallerycarousel {
    width: 100%;
    margin: 0px auto;
    position: relative;
}

.slick-slide {
    position: relative;
}

.slick-next:before,
.slick-prev:before {
    display: none;
}

.slick-prev {
    background: url(../images/projectdetail/leftarrow.png);
    background-repeat: no-repeat !important;
    border: none;
    height: 58px;
    background-size: 45px !important;
    width: 58px;
    z-index: 4;
}

.slick-next:hover,
.slick-next:focus {
    background: url(../images/projectdetail/rightarrow.png);
}

.slick-prev:hover,
.slick-prev:focus {
    background: url(../images/projectdetail/leftarrow.png);
}

.slick-next {
    background: url(../images/projectdetail/rightarrow.png);
    background-repeat: no-repeat !important;
    border: none;
    height: 58px;
    background-size: 45px !important;
    width: 58px;
}

.slick-slide {
    margin: 10px;
}

.slick-slide img {
    width: 100%;
    border: 2px solid #fff;
}

.wrapper .slick-dots li button:before {
    font-size: 20px;
    color: white;
}

.videoPreloader:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    top: 0;
    right: 0;
    bottom: 0px;
    left: 0;
}

/* about us */
.bannerContent h1 {
    font-family: 'IvyMode-SemiBold';
}

ul#abouttab {
    text-align: center;
    display: flex;
    justify-content: center;
    font-family: 'Poppins-Medium';
    border: none;
    gap: 50px;
}

ul#abouttab button {
    font-size: 1.1rem;
    margin: 0 10px;
    cursor: pointer;
    padding: 5px 15px;
    background: none;
    border: none;
    outline: none;
    color: #000;
}

ul#abouttab .active {
    color: #EC1C24;
}

div#ourstory h2 {
    font-family: 'IvyMode-SemiBold';
    font-size: 2.5rem;
}

div#ourstory h6 {
    font-family: 'Poppins-Medium';
}

div#ourstory p {
    font-family: 'Poppins-Regular';
}

div#ourstory .container {
    padding: 100px 0px;
}

.risingwrapper {
    background-color: #FFFAF3;
}

.risingwrapper h2 {
    font-size: 2.5rem;
    padding-bottom: 25px;
}

div#ourjourney .risingwrapper {
    padding: 100px 0 50px;
}

.ourleader .row {
    margin-bottom: 30px;
    justify-content: center;
}

.ourleader {
    background: #F6E8D6;
    padding: 100px 0px;
}

.ourleader h2 {
    font-size: 2.5rem;

}

.servicespage .mainBanner,
.aboutspage .mainBanner {
    border-bottom: 1px solid transparent;
    border-image: radial-gradient(circle, rgba(0, 0, 0, 1) 30%, rgba(241, 227, 209, 1) 65%);
    border-image-slice: 1;
}

.socialicon {
    bottom: 10px;
    display: flex;
    gap: 10px;
    position: inherit;
    left: 45%;
}

.socialicon a {
    color: #fff;
}

.ourleader .SecondContent h3 {
    font-size: 17px;
}

.ourleader .SecondContent p {
    font-size: 14px;
}

div#ourstory h3 {
    font-family: 'IvyMode-SemiBold';
    margin-bottom: 7%;
}

.firstContent {
    display: block;
    color: #EC1C24;
    top: 75%;
    padding: 0 80px;
    transition: opacity 0.6s ease-in-out;
    z-index: 1;
}

.SecondContent {
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    /* Start hidden at bottom */
    padding: 40px;
    flex-direction: column;
    background-color: rgb(236 28 36 / 75%);
    transition: transform 0.6s ease-in-out;
    color: #fff;
}

.whatStoryWrapper {
    background-color: #F6E8D6;
}

.whatStoryWrapperLeft {
    height: 400px;
    overflow: hidden;
    background: #fffaf3;
}

.whatStoryWrapperLeft:hover .firstContent {
    opacity: 0;
}

.whatStoryWrapperLeft .SecondContent {
    opacity: 0;
}

.whatStoryWrapperLeft:hover .SecondContent {
    right: 0;
    /* Moves up from bottom to top */
    bottom: 0;
    /* Repositions to show content */
    opacity: 1;
    transition: 0.9s ease;
}

.whatStoryWrapperright {
    height: 400px;
    background: #fffaf3;
    overflow: hidden;
}

div#ourstory .firstContent h3 {
    font-size: 45px;
}

.whatStoryWrapperright .SecondContent {
    top: auto;
    bottom: -100%;
    /* Start hidden at bottom */
    width: 100%;
    height: 100%;
    opacity: 0;
    right: auto;
    left: 0;
}

.whatStoryWrapperright:hover .firstContent {
    opacity: 0;
}

.leadWrapper .SecondContent {
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    opacity: 0;
    right: auto;
    padding: 10px;
    text-align: center;
    background-color: rgb(236 28 36 / 95%);
    transition: left .8s ease-in-out, opacity .5s ease-in-out;
}

.leadWrapper {
    overflow: hidden;
}

.leadWrapper:hover .SecondContent {
    left: 0;
    /* Moves up from bottom to top */
    bottom: 0;
    /* Repositions to show content */
    opacity: 1;
    transition: 0.9s ease;
}

.whatStoryWrapperright:hover .SecondContent {
    bottom: 0;
    opacity: 1;
    transition: 0.9s ease;
}

.visionwrapper h2 {
    font-family: 'IvyMode-SemiBold';
    position: absolute;
    top: -14%;
    padding-left: 40px;
}

.visioncontent {
    padding: 20px 20px;
    text-align: center;
    position: absolute;
    top: 15%;
    font-family: 'Poppins-Regular';
}

.visionwrapper {
    padding-left: 50px;
    width: 80%;
    margin: 40px 0px;
}

.visionwrapper::before {
    content: '';
    background-image: url(../images/about/left.png);
    background-size: 35px 35px;
    background-repeat: no-repeat;
    position: absolute;
    top: -13%;
    left: 8%;
    height: 30%;
    width: 30%;
}

.visionwrapper::after {
    content: '';
    background-image: url(../images/about/right.png);
    background-size: 35px 35px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -13%;
    left: 96%;
    height: 27%;
    width: 10%;
}

/* .visionwrapper::before {
    content: url(../images/about/left.png);
    position: absolute;
    top: -10%;
    left: 8%;
}

.visionwrapper::after {
    content: url(../images/about/right.png);
    position: absolute;
    bottom: -12%;
    right: -2%;
} */

.valueswrapper {
    background: #FFFAF3;
    padding: 100px 100px;
}

.servicespage .valueswrapper {
    background: #FFFAF3;
    padding: 100px 0px;
}

.valueswrapper p {
    font-family: 'Poppins-Regular';
}

.valuesWrapper {
    background: #F6E8D6;
    padding: 100px 0px;
}

.valueswrapper h2 {
    font-family: 'IvyMode-SemiBold';
    font-size: 2.5rem;
}

.valueswrapperh6 {
    font-family: 'Poppins-Medium';
}

/* Slider */
.clientlogo .slick-slide {
    margin: 0px 2px;
}

.clientlogo .slick-slide img {
    width: 100%;
}

/*
    .slick-slider
    {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    } */
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
}

.slick-arrow.slick-hidden {
    display: none;
}

.clientlogo {
    background: #F6E8D6;
    padding: 60px 0px;
}

.clientlogo h6 {
    padding-bottom: 40px;
}

.logos-slider .slick-slide img {
    border: 0;
}

div#floorPlanModal .formsSubmit {
    padding: 40px;
}

div#floorPlanModal .modal-content {
    background: #f6e8d6 !important;
}

button#form5 {
    color: #fff;
    font-family: 'Poppins-Regular';
    border-radius: 20px;
    font-size: 15px;
    background: #EC1C24;
    border: none;
    padding: 5px 15px;
}

/* Contact us */
.contactuspage h1 {
    font-family: 'IvyMode-SemiBold';
}

.contactuspage {
    background-color: #FFFAF3;
}

.contact-card {
    color: #000;
    background-color: #FFFAF3;
    border: 2px solid #F6E8D6;
    height: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
}

.contact-icon {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.contact-card:hover {
    background-color: #ff0000;
    color: #fff;
    text-align: center;
}

.contact-card p {
    display: none;
}


.contact-card:hover p {
    display: block;
}

.contact-card:hover .hover {
    display: flex;
}

.contact-card .hover {
    display: none;
}

.contact-card:hover .call_icon,
.contact-card:hover .mail_icon,
.contact-card:hover .address_icon {
    display: none;
}

input.form-control,
textarea.form-control,
.form-control:focus {
    background: #F6E8D6;
    color: #000;
    font-family: 'Poppins-Light';
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #00000030;
    box-shadow: none;
}

input:checked~.checkmark {
    background: #EC1C24;
}

.form-control::placeholder {
    color: #000;
}

.map {
    background: #f6e8d6;
    padding: 50px 0px;
}

.map button.btn {
    color: #fff;
    width: 150px !important;
    background: #EC1C24;
    border: none;
    border-radius: 25px;
}

h2.contact-subheader {
    color: #EC1C24;
    font-family: 'IvyMode-SemiBold';
}

p.contact-header {
    font-family: Poppins-Medium;
    letter-spacing: 3px;
}

input[type=checkbox]+label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
    font-family: 'Arial';
    font-size: 14px;
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox]+label:before {
    content: "\2714";
    border: 0.1em solid #EC1C24;
    border-radius: 0.2em;
    display: inline-block;
    width: 1em;
    height: 1.2em;
    padding-left: 0em;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    color: transparent;
    transition: .2s;
}

input[type=checkbox]+label:active:before {
    transform: scale(0);
}

input[type=checkbox]:checked+label:before {
    background-color: #EC1C24;
    border-color: #EC1C24;
    color: #fff;
}

input[type=checkbox]:disabled+label:before {
    transform: scale(1);
    border-color: #aaa;
}

/* services */
div#brokers {
    overflow: hidden;
}

.positioningwrapper {
    margin: 40px 0px;
}

div#developers .developewrapper {
    background: #FFFAF3;
    padding: 100px 0px;
}

.developewrapper h6 {
    font-family: 'Poppins-Medium';
}

.developewrapper h2 {
    font-family: 'IvyMode-SemiBold';
}

.developewrapper p {
    font-family: 'Poppins-Regular';
    color: #000;
}

.positioningwrapper h2 {
    font-family: 'IvyMode-SemiBold';
    font-size: 25px;
    position: absolute;
    top: 15%;
    left: 25%;
    right: 2%;
}

.positioningcontent {
    position: absolute;
    top: 45%;
    font-family: 'Poppins-Regular';
    left: 25%;
    font-size: 15px;
    right: 5%;
}

.positioningwrapper .images {
    top: 10%;
    position: absolute;
    left: 5%;
    width: 65px;
}

.positioningwrapper picture {
    height: 200px;
    display: flex;
}

.serviceleftwrapper p {
    color: #000;
    font-family: 'Poppins-Regular';
}

.serviceleftwrapper {
    display: flex;
    align-items: flex-start;
    gap: 7px;
}

.servicespage .valuesWrapper h2 {
    margin-bottom: 20px;
}

.servicewrapper {
    margin-top: 20px;
}

.connectapp {
    background: #F6E8D6;
    padding: 80px 0px;
}

div#brokers .valueswrapper .container {
    padding-bottom: 100px;
}

div#developers .clientlogo {
    background: #fff;
}

.clientlogo h6 {
    font-family: 'Poppins-Medium';
}

/* career */
.careerskills .col-md-3 {
    border-left: 2px solid #F6E8D6;
    padding: 25px 15px;
}

.careerskills {
    padding: 40px 10px;
}

.careerskills h5 {
    font-family: 'Poppins-semibold';
}

.growth h5:after {
    content: "";
    display: block;
    width: 15%;
    border-bottom: 2px solid #EC1C24;
    transition: 0.5s;
}

.growth h5:hover:after {
    width: 35%;
}

.learning h5:after {
    content: "";
    display: block;
    width: 15%;
    border-bottom: 2px solid #EC1C24;
    transition: 0.5s;
}

.learning h5:hover:after {
    width: 40%;
}

.skills h5:after {
    content: "";
    display: block;
    width: 15%;
    border-bottom: 2px solid #EC1C24;
    transition: 0.5s;
}

.skills h5:hover:after {
    width: 27%;
}

.teamwork h5:after {
    content: "";
    display: block;
    width: 15%;
    border-bottom: 2px solid #EC1C24;
    transition: 0.5s;
}

.teamwork h5:hover:after {
    width: 48%;
}

.careerskills p {
    font-family: 'Poppins-Light';
    color: #000;
    font-size: 14px;
}

.careerwrapper p {
    font-family: 'Poppins-Light';
    color: #000;
}

.careerwrapper {
    padding-top: 100px;
}

.careerwrapper h6 {
    font-family: 'Poppins-Medium';
    letter-spacing: 2px;
}

.careerbottom {
    padding-bottom: 30px;
}

.careerwrapper h2 {
    font-family: 'IvyMode-SemiBold';
    font-size: 2.5rem;
}

.carrerhiring {
    background: #F6E8D6;
    padding: 50px 0px;
}

.carrerhiring h2 {
    font-family: 'IvyMode-SemiBold';
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.carrerhiring .row {
    display: flex;
    justify-content: center;
}

.carrerbox {
    padding: 25px;
    background: #fff;
    margin-right: 15px;
    margin-bottom: 15px;
}

.carrerbox .btn {
    color: #fff;
    font-family: 'Poppins-Medium';
    border-radius: 20px;
    font-size: 13px;
    background: linear-gradient(to right, #000 50%, #EC1C24 50%);
    background-size: 205% 100%;
    background-position: right bottom;
    transition: all .6s ease-out;
}

.carrerbox .btn:hover {
    background-position: left bottom;
}

.carrerbox p {
    font-family: 'Poppins-Light';
    font-size: 14px;
    padding: 15px 0px;
}

.carrerbox h5 {
    font-family: 'Poppins-SemiBold';
}

.carrerbox h5:after {
    content: "";
    display: block;
    width: 15%;
    border-bottom: 2px solid #EC1C24;
    transition: 0.5s;
}

#loader-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #F6E8D6;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

/* model */
.modal-content {
    background: #FFFAF3 !important;
    border-radius: none !important;
}

.modal-header {
    justify-content: end;
    padding: 8px;
    border: none;
}

h5#applyNowModalLabel {
    color: #EC1C24;
    font-family: 'IvyMode-SemiBold';
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}

button.close {
    background: #000;
    color: #fff;
    border-radius: 15px;
    border: none;
}

.modal-body {
    padding: 0px 20px !important;
}

#applyNowModal input.form-control,
#applyNowModal textarea.form-control,
#applyNowModal .form-control:focus {
    background: #FFFAF3;
    color: #000;
    font-family: 'Poppins-Light';
    border: none;
    font-size: 14px;
    border-radius: 0px;
    border-bottom: 1px solid #00000030;
    box-shadow: none;
}

.modal-footer {
    justify-content: center;
    border: none;
    padding-bottom: 25px;
}

.modal-footer .btn {
    background: #EC1C24;
    color: #fff;
    width: 140px !important;
    border-radius: 25px;
}

.modal-header .close img.img-fluid {
    height: 12px !important;
    width: 12px !important;
}

.file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.file-upload .file-select {
    display: block;
    border-bottom: 2px solid #00000030;
    color: #000000;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #FFFAF3;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select .file-select-button {
    background: #FFFAF3;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
    font-family: 'Poppins-Light';
}

.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-bottom: 2px solid #00000030;
    color: #000000;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #FFFAF3;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #FFFAF3;
    color: #000000;
    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;
}

.file-upload .file-select .file-select-button {
    background: #1d1e22;
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0px;
}

/*************************************** SIDEBAR FORM CSS ************************************/
.enquireNowSideFormBtn {
    position: fixed;
    top: 75%;
    right: -83px;
    transform: translateY(-50%) rotate(-90deg);
    background-color: #EE3239;
    padding: 10px 50px;
    z-index: 2;
    cursor: pointer;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.enquireNowSideFormBtn p {
    color: #fff;
    font-family: 'Poppins-Medium';
    font-weight: 400;
    font-size: 15px;
}

.enquireNowSideFormCloseBtn {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000;
    font-size: 30px;
    cursor: pointer;
}

.error {
    color: red;
    font-size: 12px;
    padding-top: 5px;
}

.sidebar-contact {
    position: fixed;
    top: 70%;
    right: -350px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 350px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: auto;
    padding: 20px 20px;
    background: #F6E8D6;
    /*    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, .5);*/
    /*    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 99;
}

.sidebar-contact.active {
    right: 0;
    -webkit-box-shadow: 0 20px 50px rgb(0 0 0 / 50%);
    box-shadow: 0 20px 50px rgb(0 0 0 / 50%);
}

.sidebar-contact input::placeholder {
    color: #000;
}

.sidebar-contact input.form-control:focus {
    background-color: transparent;
    box-shadow: none;
    border-color: #000;
    color: #000;
}

.sidebar-contact input,
.sidebar-contact textarea,
.contactUs input,
.contactUs textarea {
    font-family: 'Poppins-Regular';
    /* font-family: 'Gotham-medium'; */
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin-bottom: 0px;
    /* border: 0; */
    /* border-bottom: 1px solid #000; */
    color: #000;
}

.sidebar-contact h2 {
    margin: 0 0 20px;
    padding: 0;
    color: #EE3239;
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    font-family: 'Poppins-Regular';
    /* font-family: "Inter", sans-serif; */
    font-weight: 600;
}

textarea {
    height: 60px;
    resize: none;
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

button#form2 {
    color: #fff;
    font-family: 'Poppins-Regular';
    border-radius: 20px;
    font-size: 15px;
    background: #EC1C24;
    border: none;
    padding: 5px 25px;
}

.sidebar-contact textarea,
#popup-modalForm textarea {
    margin-bottom: 0;
}

.sidebar-contact buuto[type="submit"] {
    background: #EE3239;
    border: 1px solid #EE3239;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    height: auto;
    padding: 10px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.sidebar-contact input[type="submit"]:focus,
.sidebar-contact input[type="submit"]:hover {
    background-color: transparent;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-check .form-check-input {
    width: 15px;
    height: 15px;
}

.toggle.active {
    height: 35px;
    width: 35px;
    line-height: 35px;
    top: 0;
    left: -35px;
}

.toggle {
    background: #F6E8D6;
}

.toggle {
    position: absolute;
    height: 35px;
    width: 160px;
    text-align: center;
    cursor: pointer;
    background: #F6E8D6;
    top: 58px;
    left: -98px;
    line-height: 36px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    color: #000;
}

.toggle.active:before {
    position: absolute;
    content: "X";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    /* top: -2px; */
    left: 37%;
}

.toggle.active:before {
    content: "X";
}

.toggle:before {
    content: "Enquire Now";
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.toggle:hover {
    background-color: #000;
}

/* side bar form end */

.navbar.scrolled {
    background-color: #f6e8d6;
    /* Change this to your preferred color */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Optional: Adds a shadow for better visibility */
}

.rising-title b {
    font-family: 'Poppins-Light';
}

.valueswrapper .rising-title {
    font-family: 'Poppins-Regular';
    font-size: 16px;
    line-height: 2.1;
}

/* .project-clients li {
    display: inline-block;
}

.project-clients.expanded {
    max-height: none;
}

.load-more-btn {
    margin-top: 20px;
    text-align: center;
}
.client-wrapper {
    max-height: 420px; 
    overflow: hidden;
    transition: max-height 0.5s ease;
}
.client-wrapper.expanded {
    max-height: 2000px;
}
.load-more-btn button {
    background-color: #EE3239;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    cursor: pointer;
} */