@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url(custombs.css);
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html, body {
  overflow-x: clip;
}

@font-face{
    font-family: centuryGothic;
    src: url(website/fontfamily/CenturyGothic.ttf);
}

:root {
  --highlighted-background-color: #FF3E3E;
  --button-color: #F85858;
  --font-family-century-gothic: centuryGothic;
  --font-family-poppins: "Poppins", sans-serif;
  --bg-light-highlighted-color: #FDF3F3;
  --light-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  --light-grey-highlighted-color: #696969;
  --light-grey-border-color: #E9E9E9;
}

h1, h2, h3, h4, h5, h6{
    font-family: var(--font-family-century-gothic);
    font-weight: 600;
}

span, ul, p, a {
  font-family: var(--font-family-poppins);
}

.text-white {
  color: #fff;
  font-size: 0.8rem;
}

.border-pill {
  border-radius: 50px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.custom-error-box {
    background-color: #ffe6e6; /* Light red background */
    border: 2px solid red; /* Red border */
    color: red; /* Red text */
    padding: 15px;
    border-radius: 5px; /* Rounded corners */
    margin-bottom: 10px;
}


.btn-main {
  background: var(--button-color);
  border-radius: 7px;
  color: #fff;
  font-family: var(--font-family-poppins);
}

.btn-main:hover{
    color: #fff !important;
}

.btn-main-border {
  border: 1px solid var(--button-color);
  font-family: var(--font-family-poppins);
  border-radius: 7px;
  font-weight: 600;
}

::-moz-placeholder {
  font-family: var(--font-family-poppins);
  color: #9e9e9e !important;
  font-weight: 400;
  font-size: 0.8rem;
}

::placeholder {
  font-family: var(--font-family-poppins);
  color: #9e9e9e !important;
  font-weight: 400;
  font-size: 0.8rem;
}

label {
  font-family: var(--font-family-poppins);
  font-size: 1rem;
  color: var(--main-light-black-text-color);
  line-height: 1.8rem;
  font-weight: 600;
}

.form-control, .intl-tel-input, .form-select, .table {
  font-family: var(--font-family-poppins);
}

.intl-tel-input, .form-select {
  width: 100%;
}

.form-control {
  padding: 0.375rem 0.75rem;
  background: #F7F7F7;
}

.form-select {
  padding: 0.375rem 0.75rem;
  background: #F7F7F7;
  color: #9e9e9e !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.form-control:focus, .form-select:focus, button:focus {
  box-shadow: none;
  border-color: none !important;
}

/*header start*/
header{
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
header .header-main{
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
}
header .header-top {
  background: var(--highlighted-background-color);
}
header .header-top .uidnehirwerwer {
  float: right;
}
header .header-main .main-menu ul li {
  list-style: none;
  margin-right: 2rem;
}
header .header-main .main-menu ul li:last-child {
  margin-right: 0;
}
header .header-main .main-menu ul li.menu-link {
  font-weight: 600;
}

#navbar-icon{
    cursor: pointer;
}

#offcanvas-nav-menu-backdrop{
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    top: 0;
    left: 0;
    transition: 0.3s ease-in-out;
}

#offcanvas-nav-menu{
    width: 26%;
    top: 0;
    right: -0.2rem;
    z-index: 99999;
    transition: 0.3s ease-in-out;
}

.offcanvas-navmenu-header i{
    right: 0;
    top: 0;
}

.offcanvas-navmenu-hide{
    right: -60rem !important;
    transition: 0.3s ease-in-out;
}

#offcn-close-btn{
    cursor: pointer;
}

.offcanvas-navmenu-backdrop-hide{
    opacity: 0;
    z-index: -999 !important;
}

.offc-nv-menu-list ul li{
    list-style: none;
}

.offc-nv-menu-list ul li a{
    text-decoration: none;
    color: #000;
    transition: 0.3s ease-in-out;
}

.offc-nv-menu-list ul li.active a{
    color: var(--highlighted-background-color);
}

.offc-nv-menu-list ul li:hover a{
    color: var(--highlighted-background-color);
    transition: 0.3s ease-in-out;
}

/*header end*/
/*middle start*/

main{
  padding: 8rem 0 2rem 0;
}

/*Start Home page css*/
/*Start Home page css*/
/*Start Home page css*/
.fghjhfgjkfgh {
  height: 50vw;
  right: 0;
  top: 0;
}

.fghjhfgjkfgh img.active {
   opacity: 1;
   position: absolute;
   right: 0;
}
.fghjhfgjkfgh img {
  width: auto;
  height: 100%;
  border-bottom-left-radius: 230px;
  border-bottom-right-radius: 230px;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.bnnr-image-elmnt img{
    top: 0rem;
    right: 0;
    width: 50%;
    animation: updown 3s infinite linear;
}

@keyframes updown{
    0%{
       transform: translate(0, 0); 
    }
    
    50%{
        transform: translate(0, 5rem); 
    }
    
    75%{
        transform: translate(-2.5rem, 0); 
    }
    
    100%{
        transform: translate(0, 0); 
    }
}

.gndfjgfd {
  margin-top: 4rem;
}
.gndfjgfd h1 {
  font-size: 65px;
  color: black;
}
.gndfjgfd p {
  line-height: 25px;
}

.cfjhgkfjgfd {
  margin-top: 30px;
}

.btn12 {
  padding: 10px 20px;
  background-color: #FF3E3E;
  border: 2px solid #FF3E3E !important;
  font-weight: 600;
  font-size: 17px;
  color: white;
  border: none;
  font-weight: 500;
  border-radius: 6px;
}


.asdasdsadasd{
    color: black; 
    text-decoration: none;
}


.btn123 {
  padding: 10px 20px;
  background-color: #ffffff;
  font-size: 17px;
  color: rgb(0, 0, 0);
  border: none;
  font-weight: 600;
  border: 2px solid #FF3E3E;
  border-radius: 6px;
  margin-left: 10px;
}

.cfnhjdfgdf {
  margin-top: 30px;
}

.gfgjhdfg1 {
  text-align: center;
}
.gfgjhdfg1 h2 {
  font-size: 40px;
  margin-bottom: 0;
  font-family: var(--font-family-poppins);
}
.gfgjhdfg1 img {
  text-align: center;
  margin-left: 10px;
  margin-top: -140px;
  z-index: -9;
  position: relative;
}

.gfgjhdfg2 {
  text-align: center;
}
.gfgjhdfg2 h2 {
  font-family: var(--font-family-poppins);
  font-size: 40px;
  margin-bottom: 0;
}
.gfgjhdfg2 img {
  text-align: center;
  margin-left: 20px;
  margin-top: -140px;
  z-index: -9;
  position: relative;
}

.gfgjhdfg3 {
  text-align: center;
}
.gfgjhdfg3 h2 {
  font-family: var(--font-family-poppins);
  font-size: 40px;
  margin-bottom: 0;
}
.gfgjhdfg3 img {
    text-align: center;
    margin-left: 10px;
    margin-top: -192px;
    z-index: -9;
    position: relative;
}

.fghjdfgdfgdf {
  width: 100%;
  padding: 40px 0;
  margin: auto;
}

.duiewhrewr_inner h4{
  font-size: 2.4rem;
}

.dfgjhdfgdf {
  text-align: center;
}
.dfgjhdfgdf h2 {
  color: black;
  font-size: 40px;
  font-weight: 600;
}

.dgdrgrsd {
  width: 100%;
  padding: 20px 40px;
  border-bottom: 4px solid #FF3E3E;
  border-radius: 8px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  background: #F9F9F9;
}

.gdfbg h2 {
  color: #FF3E3E;
  font-weight: 700;
}
.nfgjdfg i {
  color: #FF3E3E;
}
.nfgjdfg p {
  font-weight: 600;
}

.fnsjhgsdfg {
  margin-top: 40px;
}

.nghdfg button {
  padding: 12px 25px;
  border: 2px solid #FF3E3E;
  background-color: #ffffff;
  border-radius: 6px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dfgnhdfgjkh {
  text-align: center;
  margin-top: 15px;
}
.dfgnhdfgjkh i {
  color: #FF3E3E;
}

.dfgjjkdfgdfg {
  width: 100%;
  padding: 40px 0;
}

.fbghdfg h2 {
  font-weight: 600;
  font-size: 45px;
  color: black;
}

.dbghjhdfgdf p {
  padding-top: 12px;
}

.fgbnhdfjg {
  width: 42vw;
  /*height: 500px;*/
}
.fgbnhdfjg img {
  width: auto;
  height: 100%;
  cursor: pointer;
}

.dfgndfjg{
   text-align: center;
}

.mlkdfsnkjdfsnkjdfg{
   align-items: end;
   transform: scale(0.8);
}

.dfgndfjg h2 {
  font-size: 45px;
  font-weight: 700;
}

.fghjkfg h2 {
  padding-top: 5px;
  font-size: 30px;
  font-weight: 600;
}

.fjgnhdf {
  margin-bottom: 55px;
}

.sdfgnhjsdfbgsdfg {
  width: 100%;
  padding: 40px 0;
}

.property-cards-wrapper .iuhdneuwhrr .iuhdnjhrer_inner {
  box-shadow: var(--light-box-shadow);
  border-radius: 10px;
  border-bottom: 3px solid var(--highlighted-background-color);
}
.property-cards-wrapper .iuhdneuwhrr .iuhdnjhrer_inner .property-tag {
  background: var(--button-color);
  display: inline-block;
  font-size: 0.7rem;
  color: #fff;
  font-family: var(--font-family-poppins);
  line-height: 0;
  top: 10px;
  left: 10px;
  z-index: 99;
  border-radius: 50px;
}
.property-cards-wrapper .iuhdneuwhrr .iuhdnjhrer_inner .duhewrewr_details h5 {
  font-size: 0.8rem;
  color: var(--light-grey-highlighted-color);
}
.property-cards-wrapper .iuhdneuwhrr .iuhdnjhrer_inner .duhewrewr_details h4 {
  font-size: 1.4rem;
  line-height: 1.6;
}
.property-cards-wrapper .iuhdneuwhrr .iuhdnjhrer_inner .duhewrewr_details .dvbfgzdfdfrgdfgg button {
  font-size: 0.8rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 20px -10px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.property-cards-wrapper .iuhdneuwhrr .iuhdnjhrer_inner .duhewrewr_details .dvbfgzdfdfrgdfgg .socials-wrapper i {
  font-size: 1.2rem;
  color: var(--light-grey-highlighted-color);
}
.property-cards-wrapper .iuhdneuwhrr .iuhdnjhrer_inner .duhewrewr_details .csdfghdfdzfsrf .diuhnewurewrr {
  border-right: 1px solid var(--light-grey-border-color);
}
.property-cards-wrapper .iuhdneuwhrr .iuhdnjhrer_inner .duhewrewr_details .csdfghdfdzfsrf .col-lg-4:last-child .diuhnewurewrr {
  border-right: 0;
}
.property-cards-wrapper .iuhdneuwhrr .iuhdnjhrer_inner .duhewrewr_details .csdfghdfdzfsrf h5 {
  color: var(--light-grey-highlighted-color);
}
.property-cards-wrapper .iuhdneuwhrr .iuhdnjhrer_inner .duhewrewr_details .csdfghdfdzfsrf p {
  font-weight: 600;
  font-size: 0.9rem;
  color: #000;
}

.counter-section {
  background: var(--highlighted-background-color);
}

.process-section-wrapper {
  padding: 5rem 0;
}

.duiehwrewr h2{
    font-weight: 800;
}

.dsnefriejojtret {
  top: -10rem;
  right: -4rem;
}

.dihewrer_wrapper .col-lg-4 {
  width: 30%;
}

.uihdewre_inner {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 100%;
  padding-bottom: 2.5rem !important;
}
.uihdewre_inner .cidjsmfds {
  margin-bottom: 2rem;
}
.uihdewre_inner .sdbfghcxcv {
  margin-bottom: 1rem;
}
.uihdewre_inner img {
  margin-bottom: 1rem;
}
.uihdewre_inner h4 {
  margin-bottom: 0;
}
.uihdewre_inner p {
  padding-top: 1rem;
}
.uihdewre_inner .duihjneuiwrr {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  left: 50%;
  bottom: -1.2rem;
  transform: translateX(-50%);
  line-height: 1.7;
  font-family: var(--font-family-poppins);
}
.uihdewre_inner .duihjneuiwrr {
  background: var(--highlighted-background-color);
  color: #fff;
}
.kjdauijfsfvv .cnem_uireft {
  right: -8rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: -9;
}

/*.bar-chart {*/
/*    display: flex;*/
/*    justify-content: space-around;*/
/*    align-items: flex-end;*/
/*    width: 80%;*/
/*    height: 16vw;*/
/*    margin: auto;*/
/*    position: relative;*/
/*}*/

/*.bar {*/
/*    width: 25%;*/
/*    position: relative;*/
/*    opacity: 0;*/
/*    transform: translateY(100px);*/
/*    transition: opacity 1s ease-in-out, transform 1s ease-in-out;*/
/*}*/

/*.bar span {*/
/*    position: absolute;*/
/*    top: -30px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    font-weight: bold;*/
/*    font-size: 18px;*/
/*    color: #000;*/
/*}*/

/* Individual Bar Styles */
/*.bar1 {*/
/*    background: linear-gradient(to right, #FFD700, #FFC107);*/
/*    height: 80px;*/
/*}*/
/*.bar2 {*/
/*    background: linear-gradient(to right, #FFA500, #FF8C00);*/
/*    height: 130px;*/
/*}*/
/*.bar3 {*/
/*    background: linear-gradient(to right, #DC143C, #B22222);*/
/*    height: 180px;*/
/*}*/
/*.bar4 {*/
/*    background: linear-gradient(to right, #800080, #4B0082);*/
/*    height: 280px;*/
/*}*/

/* 3D Effect */
/*.bar::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 106px;*/
/*    height: 20px;*/
/*    background: rgba(0, 0, 0, 0.2);*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    transform: skewX(-45deg);*/
/*    transform-origin: bottom right;*/
/*}*/

/* Animation Class */
/*.bar.visible {*/
/*    opacity: 1;*/
/*    transform: translateY(0);*/
/*}*/

.mlkdfsnkjdfsnkjdfg .mlkdscxmlkdfgmlk.diewnrewrw img{
    filter: grayscale(1);
    transition: 0.2s ease-in-out;
}

.mlkdfsnkjdfsnkjdfg .mlkdscxmlkdfgmlk.active img{
    filter: initial;
    transition: 0.2s ease-in-out;
}

.idssdndfsoijew_ojdsf h5{
    font-size: 0.9rem;
    font-weight: 500;
    font-family: var(--font-family-poppins);
}

.diewr_circle{
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}

.diewr_circle.yellow{
    background: #EBD138;
}

.diewr_circle.orange{
    background: #F0AB37;
}

.diewr_circle.red{
    background: #E14444;
}

.diewr_circle.purple{
    background: #9167D3;
}


.testimonial-section img.kdsjuihnkjhjh {
  right: -6px;
  top: -7rem;
  width: 31%;
  z-index: -9;
}
.testimonial-section .testimonial-slider-wrapper .bg-image-grad {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial-section .testimonial-slider-wrapper .card {
  border: 0;
  margin: 10px;
  outline: none;
  cursor: pointer;
  border-radius: 1rem;
  padding: 1rem;
}
.testimonial-section .testimonial-slider-wrapper .card .duiheiwnerer {
  width: 3.8rem;
  height: 3.8rem;
}
.testimonial-section .testimonial-slider-wrapper .card .dishreesrewr h5 {
  font-size: 0.9rem;
}
.testimonial-section .testimonial-slider-wrapper .card .dishreesrewr p {
  font-size: 0.7rem;
}
.testimonial-section .testimonial-slider-wrapper .slick-dots li button:before {
  color: var(--highlighted-background-color) !important;
  font-size: 18px;
}
.testimonial-section .testimonial-slider-wrapper .card-body h3 {
  color: #000;
  align-item: left;
  font-weght: 600;
  margin: 40px 0px 0px 0px;
}
.testimonial-section .testimonial-slider-wrapper .cust_card_btn_div {
  margin: 0px 0px 50px;
}
.testimonial-section .testimonial-slider-wrapper .cust_card_btn {
  color: #fff;
  background: #991B1E;
  padding: 16px 40px;
  position: absolute;
  right: 0px;
}
.testimonial-section .testimonial-slider-wrapper .card-body span {
  background: #991B1E;
  border-radius: 4px;
  padding: 10px 15px;
  color: #fff;
  position: relative;
  float: right;
  margin-bottom: 50px;
}
.testimonial-section .testimonial-slider-wrapper .card-body p.lead {
  line-height: 2;
}

/*middle end*/
/*contact start*/
.uidewrwr_wrapper .duiewhrer_inner_left .iuhdneuwrewr .diewrer i {
  font-size: 1.5rem;
  color: var(--highlighted-background-color);
}
.uidewrwr_wrapper .duiewhrer_inner_left .iuhdneuwrewr .diewrer .uidhenwrewr h4 {
  font-size: 1.3rem;
}
.uidewrwr_wrapper .duiewhrer_inner_left .iuhdneuwrewr .diewrer .uidhenwrewr p {
  font-size: 0.9rem;
}
.uidewrwr_wrapper .duiewhrer_inner_right .btn-main {
  width: 100%;
}
/*contact end*/
/*register start*/
.iudhewr_wrapper .iuhdewr_inner a {
  color: var(--highlighted-background-color);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--light-grey-border-color);
}
.iudhewr_wrapper .iuhdewr_inner h6 {
  font-weight: 400;
}
.iudhewr_wrapper .iuhdewr_inner h6 a {
  color: #000;
}
.iudhewr_wrapper .iuhdewr_inner button {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
/*register end*/
/*invest start*/
.invest-wrapper .diuehwrewr ul li {
  display: inline-block;
}

.dudisrewrr .diuerw_Left hr {
  width: 10%;
  padding-bottom: 3px;
  background: var(--highlighted-background-color);
  opacity: 1;
}
.dudisrewrr .diuerw_right img {
  width: 60%;
}
.dudisrewrr .diuerw_right.kjdshjdfgnkj img {
  width: 85%;
}

.duihewrhiewrwer {
  padding: 10rem 0;
}
.duihewrhiewrwer .nkjdscbhjdshj img.dujhbn_image {
  transform: scale(-1);
}
.duihewrhiewrwer .doiuhewrewr .doihweewr_inner {
  border-radius: 5px;
  padding: 4rem 2rem 2rem 2rem;
}
.duihewrhiewrwer .doiuhewrewr .doihweewr_inner .uihdnjewrer {
  background: #FFC1C1;
  display: inline;
  border-radius: 15px;
  left: 50%;
  transform: translateX(-50%);
  top: -2.5rem;
  width: 70px;
  height: 75px;
}
.duihewrhiewrwer .doiuhewrewr .doihweewr_inner .uihdnjewrer img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hgraf .dsnefriejojtret {
  top: -10rem;
  right: 0;
  width: 47%;
}

/*invest end*/
/*apply for a loan start*/
.diuewrewr_inner h5 {
  font-size: 1.1rem;
  margin-top: 1rem;
}
.diuewrewr_inner p {
  font-size: 0.9rem;
}

/*apply for a loan end*/
/*interest & risk start*/
.odfvijdfsuij .diuerw_right img {
  width: 60% !important;
}

/*interest & risk end*/
/*faq start*/
.faq-wrapper .diuehwrewr h1 {
  color: var(--highlighted-background-color);
}

.uidhnejwhrwr_wrapper .duiewrerrrr {
  background: #fff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 15px 15px;
  padding: 1.4rem 1.4rem;
  border-radius: 5px;
}
.uidhnejwhrwr_wrapper .duiewrerrrr i {
  color: var(--highlighted-background-color);
  font-size: 1.4rem;
}
.uidhnejwhrwr_wrapper .duiewrerrrr .ocifjtrrtrt-content .adsaew_header h4 {
  color: #1B1139;
  font-size: 1.2rem;
}
.uidhnejwhrwr_wrapper .duiewrerrrr .ocifjtrrtrt-content .uidhewrr_desc p {
  color: var(--light-grey-highlighted-color);
}
/*faq end*/
/*dashboard overview start*/
.dashboard-wrapper .oidewrewt_inner_left {
  padding: 5rem 1.5rem;
  border-right: 1px solid var(--light-grey-border-color);
}
.dashboard-wrapper .oidewrewt_inner_left ul li {
  display: block;
}
.dashboard-wrapper .oidewrewt_inner_left ul li a {
  color: var(--light-grey-highlighted-color);
  text-decoration: none;
}
.dashboard-wrapper .oidewrewt_inner_left ul li.active a {
  color: #000;
  font-weight: 600;
}
.dashboard-wrapper .oidewrewt_inner_left ul li:last-child a {
  color: var(--highlighted-background-color);
  font-weight: 500;
  text-decoration: underline;
}
.dashboard-wrapper .oidewrewt_inner_right {
  padding: 1.5rem 1.5rem;
}
.dashboard-wrapper .oidewrewt_inner_right .dfsghffvdftgfgfv {
  justify-content: end;
}
.dashboard-wrapper .oidewrewt_inner_right .iduherhkewr i {
  font-size: 1.8rem;
  color: var(--highlighted-background-color);
}
.dashboard-wrapper .oidewrewt_inner_right .iduherhkewr .circle-white-alert {
  border-radius: 50%;
  width: 1.4rem;
  height: 1.4rem;
  box-shadow: var(--light-box-shadow);
  top: -0.2rem;
  right: -0.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.dashboard-wrapper .oidewrewt_inner_right table {
  font-family: var(--font-family-poppins);
}
.dashboard-wrapper .oidewrewt_inner_right table th, .dashboard-wrapper .oidewrewt_inner_right table td {
  padding: 0.6rem 0.4rem;
}
.dashboard-wrapper .oidewrewt_inner_right table.custom-table {
  border-bottom: 1px solid var(--light-grey-border-color);
}
.dashboard-wrapper .oidewrewt_inner_right table.custom-table.vxccfgdfsdvctg {
  border-bottom: 0;
}
.dashboard-wrapper .oidewrewt_inner_right table.last-custom-table {
  border: 1px solid var(--light-grey-border-color);
}
.dashboard-wrapper .oidewrewt_inner_right table.last-custom-table th, .dashboard-wrapper .oidewrewt_inner_right table.last-custom-table td {
  border: 1px solid var(--light-grey-border-color);
}

/*dashboard overview end*/
/*dashboard my profile start*/
.ndhejwrttt .mlkfvcxmlkvcbmlkdfvmkddd .duihewrewr .duihewrrrrr {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}
.ndhejwrttt .mlkfvcxmlkvcbmlkdfvmkddd .duihewrewr .duihewrrrrr img{
    height: 100%;
    object-fit: cover;
}
.ndhejwrttt .mlkfvcxmlkvcbmlkdfvmkddd .duihewrewr .form-control {
  background: transparent !important;
}

/*dashboard my profile end*/
/*dashboard message start*/
.indewrerrwe {
  border: 1px solid var(--button-color);
  border-radius: 8px;
  background: #FFEEEE;
}
.indewrerrwe p {
  font-style: italic;
}
.indewrerrwe p span {
  color: var(--highlighted-background-color);
  cursor: pointer;
}

.ihndeiuwrerr textarea {
  height: 200px;
}

/*dashboard message end*/
/*transaction start*/
.incuidshfdsfdsf ul.pagination{
    padding-left: 0;
    margin-bottom: 0;
}

.incuidshfdsfdsf ul.pagination li{
    display: inline;
    margin-left: 3px;
}

.incuidshfdsfdsf ul.pagination li button{
    padding: 0.375rem 1rem;
    border: 1px solid #F85858;
    background: #F85858;
    border-radius: 5px;
    color: #fff;
}
/*transaction end*/
/*project description start*/
/*1st tab*/ 
.project-description-wrapper .diuhewrwer_left .duhnewimreirt .debndsgfdsfdf .tabs-container {
  width: 100%;
  background: #fff;
}
.multi-image-container{
   transition: transform 0.3s ease-in-out;
}
.multi-image-thumbnail-arrows div{
    pointer-events: auto;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.multi-image-thumbnail{
    min-width: 110px;
}
.multi-image-thumbnail-arrows div.thumbnail-left-arrow{
    left: 0;
}
.multi-image-thumbnail-arrows div.thumbnail-right-arrow{
    right: 0;
}
.multi-image-thumbnail-arrows div i{
    font-size: 1.6rem;
    color: var(--button-color);
    opacity: 0.6;
    transition: 0.3s ease-in-out;
}
.project-description-wrapper .diuhewrwer_left .duhnewimreirt .debndsgfdsfdf .tabs {
  display: flex;
  flex-wrap: wrap;
}
.project-description-wrapper .diuhewrwer_left .duhnewimreirt .debndsgfdsfdf .tab {
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 8px;
  font-family: var(--font-family-poppins);
  border: 1px solid var(--light-grey-border-color);
  width: 24%;
  text-align: center;
  margin: 0 5px 5px 0;
}
.project-description-wrapper .diuhewrwer_left .duhnewimreirt .debndsgfdsfdf .tab:last-child {
  margin-right: 0;
}
.project-description-wrapper .diuhewrwer_left .duhnewimreirt .debndsgfdsfdf .tab.active {
  font-weight: 600;
  color: #fff;
  background: var(--highlighted-background-color);
}
.project-description-wrapper .diuhewrwer_left .duhnewimreirt .debndsgfdsfdf .tab-content {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  padding: 20px 0;
}
.project-description-wrapper .diuhewrwer_left .duhnewimreirt .debndsgfdsfdf .tab-content .uiduhheruhiewr_inner table {
  width: 50%;
  font-family: var(--font-family-poppins);
}
.project-description-wrapper .diuhewrwer_left .duhnewimreirt .debndsgfdsfdf .tab-content .uiduhheruhiewr_inner table tr {
  border-bottom: 1px solid var(--light-grey-border-color);
}
.project-description-wrapper .diuhewrwer_left .duhnewimreirt .debndsgfdsfdf .tab-content .uiduhheruhiewr_inner table tr td:first-child i {
  color: var(--highlighted-background-color);
  font-size: 1.4rem;
}
.project-description-wrapper .diuhewrwer_left .duhnewimreirt .debndsgfdsfdf .tab-content .uiduhheruhiewr_inner table tr td:last-child {
  font-weight: 500;
}
.project-description-wrapper .diuhewrwer_left .duhnewimreirt .debndsgfdsfdf .tab-content .uiduhheruhiewr_inner table th, .project-description-wrapper .diuhewrwer_left .duhnewimreirt .debndsgfdsfdf .tab-content .uiduhheruhiewr_inner table td {
  padding: 0.6rem 0.4rem;
}
.project-description-wrapper .diuhewrwer_left .duhnewimreirt .debndsgfdsfdf .tab-content .uiduhheruhiewr_inner table.custom-table {
  border-bottom: 1px solid var(--light-grey-border-color);
}
.project-description-wrapper .diuhewrwer_left .duhnewimreirt .debndsgfdsfdf .tab-content .uiduhheruhiewr_inner table.custom-table.vxccfgdfsdvctg {
  border-bottom: 0;
}
.project-description-wrapper .diuhewrwer_left .duhnewimreirt .debndsgfdsfdf .tab-content .uiduhheruhiewr_inner table.last-custom-table {
  border: 1px solid var(--light-grey-border-color);
}
.project-description-wrapper .diuhewrwer_left .duhnewimreirt .debndsgfdsfdf .tab-content .uiduhheruhiewr_inner table.last-custom-table th, .project-description-wrapper .diuhewrwer_left .duhnewimreirt .debndsgfdsfdf .tab-content .uiduhheruhiewr_inner table.last-custom-table td {
  border: 1px solid var(--light-grey-border-color);
}
.project-description-wrapper .diuhewrwer_left .duhnewimreirt .debndsgfdsfdf .tab-content.active {
  display: block;
  opacity: 1;
}
/*2nd tab*/
.project-description-wrapper .diuhewrwer_left .duhnewimreirt .debndsgfdsfdf .tub-container {
  width: 100%;
  background: #fff;
}
.project-description-wrapper .diuhewrwer_left .duhnewimreirt .debndsgfdsfdf .tubs {
  display: flex;
  flex-wrap: wrap;
}
.project-description-wrapper .diuhewrwer_left .duhnewimreirt .debndsgfdsfdf .tub {
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 8px;
  font-family: var(--font-family-poppins);
  border: 1px solid var(--light-grey-border-color);
  width: 24%;
  text-align: center;
  margin: 0 5px 5px 0;
}
.project-description-wrapper .diuhewrwer_left .duhnewimreirt .debndsgfdsfdf .tub:last-child {
  margin-right: 0;
}
.project-description-wrapper .diuhewrwer_left .duhnewimreirt .debndsgfdsfdf .tub.active {
  font-weight: 600;
  color: #fff;
  background: var(--highlighted-background-color);
}
.project-description-wrapper .diuhewrwer_left .duhnewimreirt .debndsgfdsfdf .tub-content {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  padding: 20px 0;
}
.project-description-wrapper .diuhewrwer_left .duhnewimreirt .debndsgfdsfdf .tub-content.active {
  display: block;
  opacity: 1;
}
.project-description-wrapper .diuhewrwer_right table {
  font-family: var(--font-family-poppins);
}
.project-description-wrapper .diuhewrwer_right table tr td:first-child {
  width: 60% !important;
}
.project-description-wrapper .diuhewrwer_right table tr td:last-child {
  text-align: right;
  font-weight: 500;
}
.project-description-wrapper .diuhewrwer_right table th, .project-description-wrapper .diuhewrwer_right table td {
  padding: 0.6rem 0.4rem;
}
.project-description-wrapper .diuhewrwer_right table.custom-table {
  border-bottom: 1px solid var(--light-grey-border-color);
}
.project-description-wrapper .diuhewrwer_right table.custom-table.vxccfgdfsdvctg {
  border-bottom: 0;
}
.project-description-wrapper .diuhewrwer_right table.last-custom-table {
  border: 1px solid var(--light-grey-border-color);
}
.project-description-wrapper .diuhewrwer_right table.last-custom-table th, .project-description-wrapper .diuhewrwer_right table.last-custom-table td {
  border: 1px solid var(--light-grey-border-color);
}
.project-description-wrapper .diuhewrwer_right .sdrhewiwuehrer .diuhewrer_inner h5 {
  color: var(--highlighted-background-color);
}
.project-description-wrapper .diuhewrwer_right hr {
  padding-bottom: 1rem;
  border-radius: 15px;
  background: var(--light-grey-border-color);
  opacity: 1;
}
.project-description-wrapper .diuhewrwer_right p.propty-trgt {
  font-size: 1rem;
}
.project-description-wrapper .diuhewrwer_right p.propty-trgt b {
  font-weight: 500;
}
.project-description-wrapper .diuhewrwer_right p.propty-trgt span {
  color: var(--highlighted-background-color);
  font-size: 1.2rem;
}
.project-description-wrapper .diuhewrwer_right p.propty-trgt button.btn-main-border {
  border-color: var(--light-grey-border-color);
  color: var(--light-grey-highlighted-color);
  font-weight: 400;
}
.project-description-wrapper .diuhewrwer_right .bhjnuydfsfdsf {
  border: 1px solid var(--light-grey-border-color);
  border-radius: 8px;
}
.project-description-wrapper .diuhewrwer_right .bhjnuydfsfdsf iframe {
  border-radius: 8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.project-description-wrapper .diuhewrwer_right .uihdnjikherwerewr .bhjnuydfsfdsf .form-label {
  color: var(--light-grey-highlighted-color);
  font-weight: 500;
}
.project-description-wrapper .diuhewrwer_right .uihdnjikherwerewr .bhjnuydfsfdsf .form-control {
  background: transparent;
}
.project-description-wrapper .diuhewrwer_right .uihdnjikherwerewr .bhjnuydfsfdsf p.propty-trgt b {
  font-weight: 500;
}

 
/* start about us css*/
/* start about us css*/
/* start about us css*/
.dfjgidfgd {
  width: 100%;
  height: 50vh;
  /*background: url('{{ asset('website/images/banner.png') }}');*/
  background-size: 100% 100%;
}

.gnfgj button {
  padding: 10px 25px;
  background-color: red;
  color: white;
  border-radius: 6px;
  border: none;
  margin-top: 10px;
}

.ndfjhg {
  width: 100%;
  padding: 40px 0;
}

.dfjgjhdfgdf {
  width: 100%;
  height: 500px;
}
.dfjgjhdfgdf img {
  width: 100%;
  height: 100%;
}

.dfgjkdfg1 h2 {
  color: black;
  font-size: 42px;
  font-weight: 700;
}

.gndfhg span {
  color: red;
}

.dfngjhdfbghdfgh {
  width: 100%;
  padding: 40px 0;
}

.fbghdfdf {
  width: 100%;
  text-align: center;
}
.fbghdfdf h2 {
  color: black;
  font-size: 40px;
  font-weight: 700;
}
.fbghdfdf p {
  color: black;
  font-size: 17px;
}

.nhfgfg {
  width: 120px;
  height: 80px;
}
.nhfgfg img {
  width: 100%;
  height: 100%;
}

.gfgjgdfg {
  text-align: center;
  padding: 15px;
}

.nhfgfg {
  text-align: center;
  margin: auto;
}

.dfgdf {
  margin-top: 15px;
}

.hgdfgdfg {
  width: 90%;
  height: 500px;
}
.hgdfgdfg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hgdfgdfg:before{
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    content: "";
    z-index: 999;
    bottom: 0;
    right: 0;
    animation: elementmove 3s infinite linear;
}

@keyframes elementmove{
    0%{
        transform: translate(0, 0);
    }
    
    50%{
        transform: translate(1rem, -1rem);
    }
    
    100%{
        transform: translate(0, 0);
    }
}

.dnhgjhdfgdfg {
  padding: 40px 0;
}

.dfgndfjhgdf {
  margin-bottom: 40px;
  text-align: center;
}
.dfgndfjhgdf h2 {
  font-size: 42px;
  color: black;
  font-weight: 700;
}

.efgvdtrtyuy > div{
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: 1px solid var(--highlighted-background-color);
    margin-right: 0.5rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.efgvdtrtyuy > div i{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--highlighted-background-color);
}

.fbhgdfg h2 {
  font-size: 40px;
  font-weight: 700;
  color: black;
}
.fbhgdfg p {
  line-height: 28px;
  color: black;
  padding-top: 12px;
}

.sdcfgerdvsfgh{
    border-radius: initial !important;
    border-right: 0 !important;
    box-shadow: none !important;
}

.hfg {
  width: 150px;
  height: 150px;
}
.hfg img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.dfngjhfdg {
  font-size: 35px;
  color: black;
  font-weight: 700;
}

.dfgjkdfg {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding: 30px 20px;
  border-right: 2px solid var(--highlighted-background-color);
}

.dfkghuidfgdf {
  padding: 40px 0;
}

.dfngjhfdg {
  text-align: center;
}
.dfngjhfdg h2 {
  font-size: 40px;
  color: black;
  font-weight: 700;
  padding-bottom: 20px;
}

.hfg {
  text-align: center;
  margin: auto;
}

.fghdf {
  text-align: center;
}
.fghdf h4 {
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  color: black;
  margin-bottom: 0 !important;
}

.dfgjkdfg
{
    border-radius: 35px 10px 35px 35px;
}

.ijnidhuewrwr{
    width: 90%;
    height: 100%;
    border-radius: 25px 25px 160px 160px;
    background: linear-gradient(to bottom, #FFDCA7, 5%, #fff);
    position: absolute;
    top: -1rem;
    left: -1rem;
}

.hgdfgdfg img{
    border-radius: 25px 25px 160px 160px;
    top: 1rem;
    left: 1rem;
}

.duewrewr_images .main_inner-image{
    overflow: hidden;
    position: relative;
    min-height: 23rem;
    max-height: 23rem;
    line-height: 355px;
    vertical-align: middle;
    text-align: center;
    border-radius: 8px;
}

.duewrewr_images .main_inner-image img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.duewrewr_images .main_inner-image img.active{
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    position: relative;
}

.diuewrr_inner_image .multi-nav-image img{
    max-width: 100%;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: opacity 0.3s ease-in-out;
}

.diuewrr_inner_image .multi-nav-image{
    border: 2px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}

.diuewrr_inner_image .multi-nav-image.active{
    opacity: 1;
    border: 2px solid var(--button-color);
    transition: opacity 0.3s ease-in-out;
    box-shadow: rgba(173, 106, 224, 0.2) 0px 7px 29px 0px;
    transition: opacity 0.3s ease-in-out;
    cursor: pointer;
}




/* end about us css*/
/* end about us css*/





/*project description end*/
/*footer start*/
footer {
  background: var(--bg-light-highlighted-color);
  margin-top: 8rem;
}
footer .duewnruewer {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 22px;
  transform: translateY(-6rem);
}
footer .djdehgrewrewr {
  border-bottom: 1px solid var(--highlighted-background-color);
}
footer .djdehgrewrewr .deuiwrewewe h4 {
  font-weight: 600;
}
footer .djdehgrewrewr .deuiwrewewe hr {
  margin: 0 0 2.5rem 0;
  width: 15%;
  padding-bottom: 3px;
  background: var(--highlighted-background-color);
  opacity: 1;
  border-radius: 10px;
}
footer .djdehgrewrewr .deuiwrewewe .deihrewrewr {
  width: 2.5rem;
  height: 2.5rem;
  background: #FFE8E0;
}
footer .djdehgrewrewr .deuiwrewewe .deihrewrewr i {
  color: var(--highlighted-background-color);
  font-size: 1.4rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .djdehgrewrewr .deuiwrewewe .idumerewr p {
  font-size: 0.8rem;
}
footer .sadzfsdffvfg li {
  list-style: none;
}
footer .sadzfsdffvfg li img {
  width: 2.3rem;
}
footer .deuiwrewewe .diuewhrewrewr a {
  text-decoration: none;
  display: block;
  margin-bottom: 0.3rem;
  color: #000;
  font-weight: 500;
}
footer .deuiwrewewe .duiehwrmwer_map iframe {
  border-radius: 5px;
}
footer .oidfsihkjdfkj p.text-bottom {
  font-weight: 500;
  font-size: 0.9rem;
}




/*footer end*//*# sourceMappingURL=style.css.map */