@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');

body {
          font-size: 14px;
          font-family: "Poppins", sans-serif;
}

.oops-main {
          display: flex;
          align-items: center;
          justify-content: center;
          min-height: calc(100vh - 70px);
          text-align: center;
}

.oops-main h1 {
          font-weight: 600;
          font-size: 1.5rem;
}

.oops-main a {
          padding: 10px 20px;
          color: #fff;
          background-color: #d68910;
          border-radius: 3px;
          text-decoration: none;
          margin-top: 5px;
          display: inline-block;
          font-weight: 400;
}

.modal.show {
          transform: scale(1);
          transition: 0.3s;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
}

.modal {
          transform: scale(0.0);
          transition: 0.3s;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
}

.selected_ {
          background-color: #d68910 !important;
}

.selected_1 {
          background-color: #d68910 !important;
          color: #fff !important;
}

.disabled_ {
          background-color: #e7ebed !important;
          color: #90a4ae !important;
          cursor: not-allowed !important;
}

#date_time {
          overflow: none;
          border: none;
}

.selected_ .big-small,
.selected_ .small {
          color: #fff !important;
}

.disabled_ .small {
          opacity: 0.5;
}

.pill-container .big-small {
          font-size: 16px;
          font-weight: bold;
}

.pill-container .small {
          margin-left: 5px;
          /* color: #000; */
          margin-top: 8px;
}

.d-grid-Date {
          display: grid;
          grid-template-columns: repeat(4, 1fr);
          column-gap: 12px;
          row-gap: 12px;
}

.pill-container {
          background-color: #fff;
          color: #000;
          border: 1px solid #eceff1;
          cursor: pointer;
          padding: 10px 5px;
          box-shadow: 0 2px 20px #dddeee99;
          height: 100%;
          justify-content: center;
          align-items: center;
          display: flex;
          min-height: 60px;
          border-radius: 5px;
}

.v-u {
          margin-left: auto;
          font-size: 12px;
          font-weight: normal;
}

.v-u .dote {
          width: 8px;
          height: 8px;
          background-color: #ccc;
          display: inline-flex;
          border-radius: 15px;
          margin-right: 5px;
          margin-left: 5px;
          position: relative;
          top: -1px;
}

.v-u .dote.red {
          background-color: #d68910;

}

#select-dateModal .modal-title {
          font-size: 1.1rem;
}

#select-dateModal .btn-close {
          opacity: 1;
          background-color: #f1f1f1;
}

.title-head-date {
          margin-top: 20px;
          margin-bottom: 8px;
          display: flex;
          font-size: 16px;
          font-weight: 500;
}

.title-head-date.mt-0 {
          margin-top: 0px;
}

.btn-close {
          border-radius: 50px;
          opacity: 1;
          background-color: #fff;
}

.pull-direction {
          flex-direction: column;
}

.pull-direction .small {
          flex-direction: column;
          margin-top: 0px;
          margin-left: 0px;
}

.schd_visit .Properties_pic {
          border-radius: 25px;
          overflow: hidden;
          height: 175px;
}

.schd_visit .PSD_rupee {
          margin-left: auto;
          background-color: #f6f6f6;
          padding: 10px;
          border-radius: 5px;
}

.Schedule h2 {
          font-size: 1.3rem;
}

.schd_visit .card_slick .card-body ul li {
          margin-bottom: 7px !important;
          padding-bottom: 7px !important;
}

.schd_visit .list-pict img {
          width: 15px !important;
}

.schd_visit .list-pict {
          width: 25px !important;
}

.schd_visit .card_slick .card-body ul li p {
          font-size: 13px;
}

.schd_visit {
          display: flex;
}

.schd_visit .card_slick {
          display: flex;
          margin: 0% !important;
          border: solid 1px #dedede;
          margin-bottom: 25px !important;
          padding: 25px;
          border-radius: 35px !important;
          position: relative;
}

.schd_visit .card_slick .form-check {
          position: absolute;
          right: 12px;
          top: 8px;
          display: block;
          min-height: 0px;
          padding-left: 0px;
          margin-bottom: 0px;
}

.Schedule-flex {
          display: flex;
          align-items: center;
          margin-bottom: 15px;
}

.Schedule-flex .rigth-utton {
          margin-left: auto;
}

.Schedule-flex .active {
          background-color: #d68910;
          color: #fff;
}

.x-photo {
          width: 50%;
}

.schd_visit .card-body {
          width: 55%;
          padding-top: 1rem !important;
          padding-left: 15px !important;
}

.schd_visit .card_slick h5 {
          padding-left: 0px !important;
          font-size: 17px;
}

.schd_visit .card_slick:hover {
          border: solid 1px #666;
}

.work-spaces-inspire {
          padding-top: 50px;
}

.blog-contain .card-body-blog p {
          margin-bottom: 10px;
          line-height: 19px;
          text-align: justify;
}

.Featured_slick.Business-listing .table tbody tr td {
          padding-bottom: 14px;
          padding-top: 0px;
          padding-left: 0px;
          padding-right: 7px;
}

.Featured_slick.Business-listing .table tbody tr td:nth-child(even) {
          padding-right: 0px;
          padding-left: 7px;
}

.property_name_.stick .PSD_rupee {
          flex-basis: 40%;
          text-align: right;
}

.property_name_.stick .location-d-flex {
          margin-bottom: 0px;
}

.fa-arrow-right-right {
          width: 100%;
          float: left;
          display: none;
          margin-top: 10px;
}

.lp-listing-quantity .fa-arrow-right {
          display: inline-block;
          border: solid 2px #ccc;
          padding: revert;
          border-radius: 13px;
          width: 25px;
          height: 25px;
          line-height: 21px;
          color: #d68910;
}

.designs__video .card_slick a {
          position: relative;
          display: flex;
}

.yo-utube-icon {
          position: absolute;
          left: 0px;
          right: 0px;
          top: 0px;
          bottom: 0px;
          width: 50px;
          height: 50px;
          margin: auto;
          z-index: 1;
}

.yo-utube-icon>img {
          height: 50px !important;
          width: 50px !important;
}

.datatable_main {
          padding-top: 0px;
}

.dropdonw.sc_roll {
          overflow: auto;
          max-height: 153px;
          left: -33px !important;
          width: 105%;
}

.sc_roll::-webkit-scrollbar {
          width: 5px;
}

.sc_roll::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
          background-color: #ccc;
}

.sc_roll::-webkit-scrollbar-thumb {
          background-color: #d68910;
          outline: 0px solid #fff;
          border-radius: 10px;
}

.sc_roll li {
          cursor: pointer;
}

.sc_roll li:hover {
          background-color: #f5f5f5;
}

.m_s_pho {
          display: none;
}

.blog-search {
          width: 100%;
}

.right_search_blog .search_blog {
          padding-right: 10px;
}

.blog-container-data {
          font-family: 'Roboto', sans-serif;
}

.date-blog {
          color: #727272;
}

.date-blog i {
          margin-right: 5px;
}

.red_mess {
          color: red;
}

.m-scroll-pic {
          display: none;
}

.comming-soon__ {
          height: 70vh;
          display: flex;
          width: 100%;
          justify-content: center;
          align-items: center;
          color: red;
          font-size: 18px;
}

::-webkit-scrollbar {
          width: 6px;
}

::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
          background-color: #d68910;
          outline: 0px solid #fff;
          border-radius: 10px;
}

.inner-slider .carousel-inner img {
          width: 100% !important;
          height: 380px;
          object-fit: cover;
}

.inner-slider .carousel-control-next,
.inner-slider .carousel-control-prev {
          opacity: .9;
}

.inner-slider video {
          width: 100%;
          height: 380px;
          object-fit: cover;
}

.sliderCustom {
          position: relative;
}

.sliderCustom img {
          height: 700px;
          width: 100%;
          object-fit: cover;
}

.sliderCustom div {
          position: absolute;
          transition: transform .8s ease-in-out;
          z-index: 1;
}



.modal-backdrop.show {
          opacity: 0.8;
}

#getStarted {
          position: relative;
          top: -50px;
}

.Designs_videos .card-body {
          padding: 0px;
          padding-top: 10px;
}

.Featured_slick .card-body {
          padding: 0px 5px;
          padding-top: 1rem;
}

.btn.btn-primary {
          background: #e3324a -webkit-gradient(linear, left top, right top, from(#fd3752),
                              to(#fd3752));
          background: #ffffff linear-gradient(90deg, #ffffff, #ffffff);
          border-color: #ffffff;
          background-position: 50%;
          -webkit-transition: background 3s;
          transition: background 3s;
}

.btn.btn-primary:hover {
          background: #e3324a radial-gradient(circle, transparent 1%, #e3324a 0) 50%/15000%
}

.btn.btn-primary:active {
          background-color: #fd3752;
          background-size: 100%;
          -webkit-transition: background 0s;
          transition: background 0s
}

.btn.btn-primary:active:focus {
          border-color: #fd3752;
}

.btn.btn-primary[disabled]:hover {
          background: #e3324a -webkit-gradient(linear, left top, right top, from(#fd3752),
                              to(#fd3752));
          background: #e3324a linear-gradient(90deg, #fd3752, #fd3752);
          border-color: #fd3752
}

.center_blog .slick-dots li.slick-active button:before {
          opacity: 1;
          color: #d68910;
}

.center_blog .slick-dots li button:before {
          opacity: 0.5;
          color: white;
}

.form-control:focus {
          color: #212529;
          background-color: #fff;
          border-color: #d68910;
          outline: 0;
          box-shadow: none;
}

.newby .slick-prev:before,
.newby .slick-next:before {
          color: #080808;
}

.slick-prev:before,
.slick-next:before {
          color: #000 !important;
}

.clients_brands .slick-prev:before,
.clients_brands .slick-next:before {
          color: #000 !important;
}

.Designs_videos.slick-prev:hover,
.Designs_videos.slick-prev:focus,
.Designs_videos.slick-next:hover,
.Designs_videos.slick-next:focus {
          color: #000 !important;
          outline: none;
          background: #fff !important;
}

.Designs_videos .slick-dots li button::before {
          opacity: 0.8;
          color: #fff;
}

.Designs_videos .slick-dots li.slick-active button:before {
          color: #901313;
          opacity: 1;
}

.happy_clients .slick-dots li button::before {
          opacity: 0.8;
          color: #fff;
}

.happy_clients .slick-dots li.slick-active button:before {
          color: #901313;
          opacity: 1;
}

.Designs_videos .slick-prev:before,
.Designs_videos .slick-next:before {
          color: #fff !important;
}

.happy_clients .slick-prev:before,
.happy_clients .slick-next:before {
          color: #fff !important;
}

.Our__Projects .slick-prev:before,
.Our__Projects .slick-next:before {
          color: #fff !important;
}

.happy_clients.slick-prev:hover,
.happy_clients.slick-prev:focus,
.happy_clients.slick-next:hover,
.happy_clients.slick-next:focus {
          color: #000 !important;
          outline: none;
          background: #fff !important;
}

.Blogs .slick-prev:before,
.Blogs .slick-next:before {
          color: #fff !important;
}

.Blogs.slick-prev:hover,
.Blogs.slick-prev:focus,
.Blogs.slick-next:hover,
.Blogs.slick-next:focus {
          color: #000 !important;
          outline: none;
          background: #fff !important;
}

.newby .slick-prev {
          left: -45px;
}

.newby .slick-next {
          right: -43px;
}

.fixed-add {
          background: #081789;
          box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
          transition: 0.3s;
}

.accordion-button:focus {
          z-index: 3;
          border-color: #fff;
          outline: 0;
          box-shadow: 0 0 0 0.0rem rgba(13, 110, 253, .25);
}

.why-choose {
          width: 100%;
          float: left;
          padding: 40px 0px 40px;
          background-image: url(../images/bg-block-circle.svg);
          background-repeat: no-repeat;
          background-size: cover;
          background-attachment: fixed;
          position: relative;
          border-top: solid 1px #d68910;
}

.sub-title {
          position: relative;
}

.sub-title h2 {
          font-size: 39px;
          line-height: 37px;
          text-align: center;
          color: #2D2D2D;
          font-weight: 600;
          width: 50%;
          margin: auto;
          margin-bottom: 25px;
}

.sub-title p {
          font-weight: 400;
          font-size: 22px;
          line-height: 30px;
          width: 78%;
          margin: auto;
          text-align: center;
          color: #2D2D2D;
          margin-bottom: 50px;
}

/* Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do */

.sliderAreas {
          background-color: #FFFCF6;
          display: flow-root;
          width: 100%;
          padding: 30px 0;

}

.sliderAreas .abc {
          width: 80%;
          float: right;
}

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

.xyzSlider .imgContents {
          position: relative;
          border: 1px solid #FFEFD6;
          margin-right: 20px;
          background-color: #FFEFD6;
          padding: 25px;
          border-radius: 30px;
}

.xyzSlider .imgContents img {
          background-color: #FFEFD6;
          border-radius: 30px;
          width: 100%;
          height: 200px;
}

.xyzSlider .imgContents:nth-child(6) {
          margin-right: 0px;
}

.Popular-Locations .borderBox {
          border: 1px solid #a1a1a1;
          border-radius: 30px;
          padding: 20px 10px;

}

.why-choose .inner-box {
          position: relative;
          padding: 15px 40px;
          text-align: center;
          border: 1px solid #dbdbdb;
          transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          height: 275px;
          border-radius: 10px;
          margin-bottom: 20px;
}

.inner-box .icon-box {
          max-width: 90px;
          margin: auto;
          background-color: #d68910;
          border-radius: 50px;
          height: 90px;
          display: flex;
          align-items: center;
          justify-content: center
}

.icon-box img {
          width: 75px;
          height: 75px;
          padding: 5px;
}

.btn-outline-danger {
          color: #d68910;
          border-color: #d68910;
}

.btn-danger {
          color: #fff;
          background-color: #d68910;
          border-color: #d68910;
}

.btn-danger:hover {
          color: #fff;
          background-color: #081789;
          border-color: #081789;
}

.btn-outline-danger:hover {
          color: #fff;
          background-color: #d68910;
          border-color: #d68910;
}

.inner-box h3 {
          font-size: 20px;
          margin: 0px;
          padding-top: 15px;
          margin-bottom: 10px;
          color: #081789;
}

.planning-shift {
          width: 100%;
          float: left;
          padding: 70px 0px 40px;
          background-image: url(../images/contact-img.jpg);
          background-repeat: no-repeat;
          background-size: cover;
          background-attachment: fixed;
          position: relative;
}

.planninPara {
          position: relative;
          margin: 200px 0 !important;
}

.planninPara p {
          font-size: 35px;
          font-weight: 500;
          line-height: 37px;
          width: 69%;
          color: #fff;
          margin: auto;
}

.table tbody tr td {
          border-bottom: none;
}

.pagination li {
          list-style: none;
}

.pagination li a {
          list-style: none;
          border-right: solid 1px #ccc;
          padding: 5px 14px;
          text-decoration: none;
          display: block;
          color: #333;
          border-top: solid 1px #ccc;
          border-bottom: solid 1px #ddd;
}

.paginate_button.active {
          background-color: #d68910;
          color: #fff;
}

.paginate_button.active a {
          color: #fff;
}

.paginate_button.previous {
          border-left: solid 1px #ddd;
}

.paginate_button a {
          border-right: none;
}

.planning-shift::before {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          background-color: rgb(0 0 0 / 22%);
}

.planning-shift-text {
          width: 100%;
          text-align: center;
          position: relative;
}

.planning-shift-text h2 {
          background-color: #d68910;
          padding: 15px 30px;
          color: #fff;
          border-top-left-radius: 30px;
          border-bottom-right-radius: 30px;
          font-size: 25px;
          display: inline-block;
          text-align: left;
}

.planning-shift-text p {
          font-size: 26px;
          /* line-height: 35px; */
          font-weight: 500;
          margin-top: 20px;
          margin-bottom: 30px;
          color: #fff;
}

.planning-shift-list {
          padding: 0px;
          margin: 0;
          display: flex;
          align-items: center;
          column-gap: 20px;
          flex-wrap: wrap;
          justify-content: center;
}

.planning-shift-list li {
          display: inline-block;
          list-style: none;
          background-color: #ffffff;
          border-radius: 10px;
          padding-left: 0;
          margin-right: 0;
          margin-bottom: 20px;
          width: calc(12% - 20px);
          position: relative;
          border-bottom: 6px solid #d68910;
          overflow: hidden;
}

ul.planning-shift-list li:hover .overlay_ {
          height: 100%;
          padding-bottom: 12px;
}

.planning-shift-text .overlay_ {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          background-color: rgb(9 23 129);
          overflow: hidden;
          width: 100%;
          height: 0;
          transition: .5s ease;
}

.show-plan span {
          color: #eb919c;
}

.show-plan {
          color: white;
          height: 100%;
          overflow: auto;
          padding: 10px;
          font-size: 12px;
          text-align: left;
}

.title_Build_Services {
          position: relative;
          font-size: 14px;
}

.show-plan>a {
          display: block;
          color: #fff;
          text-decoration: none;
          padding-bottom: 5px;
          opacity: 0.8;
          transition: 0.3s;
}

.show-plan>a:hover {
          color: #fff;
          opacity: 1;
          transition: 0.3s;
}

ul.planning-shift-list li .shift-box {
          min-height: 148px;
          max-height: 150px;
}

ul.planning-shift-list li h4 {
          margin-bottom: 0px;
          font-size: 14px;
          color: #081789;
          font-weight: 500;
          padding: 3px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          text-transform: capitalize;
}

.icon-parking {
          width: 45px;
          margin: 30px auto;
}

.icon-parking img {
          width: 45px;
          height: 45px;
          object-fit: cover;
}

.city-thumb img {
          width: 100%;
          height: 100%;
          object-fit: cover;
}

.Popular-Locations {
          width: 100%;
          float: left;
          padding: 60px 0px 40px;
}

.sub-title.mb {
          margin-bottom: 60px !important;
}

.city-girds {
          position: relative;
          overflow: hidden;
          margin-bottom: 24px;
}

.city-title {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          background: -webkit-linear-gradient(0deg, hsla(0, 0%, 0%, 1.89) 0%, rgba(0, 0,
                                        0, 0) 100%);
          background: linear-gradient(0deg, hsla(0, 0%, 0%, 1.89) 0%, rgba(0, 0, 0, 0) 100%);
          padding-bottom: 20px;
          border-bottom-left-radius: 8px;
          border-bottom-right-radius: 8px
}

.city-title .lp-h3 {
          margin-bottom: 3px;
          -webkit-transform: translateY(10px);
          -moz-transform: translateY(10px);
          -o-transform: translateY(10px);
          transform: translateY(10px);
          -webkit-transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out
}

.lp-listing-quantity {
          font-size: 14px;
          font-weight: 400;
          opacity: 0;
          position: relative;
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -o-transform: translateY(50px);
          transform: translateY(50px);
          -webkit-transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
          background-color: #d68910;
          border-radius: 22px;
          padding: 5px 15px;
          color: #fff;

}

.city-girds:hover .lp-listing-quantity {
          opacity: 1;
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0)
}

.city-girds:hover .city-title .lp-h3 {
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0)
}

.city-thumb {
          float: left;
          overflow: hidden;
          border-radius: 8px;
          width: 100%;
          height: 190px;
}

.city-thumb.-big {
          height: 404px !important;
}

.city-thumb>img {
          margin-left: -13px;
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1);
          -webkit-transition: all .25s ease;
          -moz-transition: all .25s ease;
          -ms-transition: all .25s ease;
          -o-transition: all .25s ease;
          transition: all .25s ease
}

.city-girds:hover>.city-thumb>img {
          margin-left: 13px
}

.lp-listing-quantity {
          font-size: 14px;
          font-weight: 400;
          opacity: 0;
          position: relative;
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -o-transform: translateY(50px);
          transform: translateY(50px);
          -webkit-transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out
}

.city-girds:hover .lp-listing-quantity {
          opacity: 1;
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0)
}

.city-girds:hover .city-title .lp-h3 {
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0)
}

.overlay-link {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%
}

.lp-grid-desc-container {
          border-top-right-radius: 8px;
          border-top-left-radius: 8px
}

.lp-section-content-container .city-girds.lp-border-radius-8 {
          transform: translateZ(0)
}

.city-girds a {
          color: #fff;
          text-decoration: none;
          font-size: 20px;
}

.lp-listing-quantity h6 {
          font-size: 18px;
}

.Our__Projects .title_Names h2 {
          font-size: 1.75rem;
}

.our-projects .lp-listing-quantity {
          background-color: rgb(0 0 0 / 60%);
          border-radius: 0px;
          padding-top: 10px;
          padding-bottom: 10px;
          width: 100%;
          float: left;
}

.our-projects .city-title {
          padding-bottom: 0px;
}

.Workplace {
          width: 100%;
          float: left;
          background-color: #fff;
}

.Workplace_box {
          position: relative;
          height: 99%;
          background-color: #eaeaea;
          display: flex;
          justify-content: start;
          align-items: center;
          flex-direction: column;
          padding-left: 25px;
          padding-right: 25px;
          background-image: url(../images/contact-building.png);
          background-repeat: no-repeat;
          background-size: 108%;
          background-position: bottom;
}

.Workplace_box p {
          font-size: 26px;
          line-height: 40px;
          font-weight: 500;
          margin-top: 10px;
          margin-bottom: 0px;
          color: #333;
          text-align: center;
}

.Workplace_box h2 {
          color: #12208c;
          border-radius: 50px;
          font-size: 35px;
          display: inline-block;
          text-align: center;
          margin-top: 20px;
          font-weight: bold;
          line-height: 50px;
}

.Our-Designs {
          text-align: center;
          margin-top: 40px;
          margin-bottom: 40px;
          width: 100%;
          float: left;
}

.Our-Designs h2 {
          background-color: #d68910;
          padding: 15px 20px;
          color: #fff;
          border-top-left-radius: 35px;
          border-bottom-right-radius: 35px;
          font-size: 25px;
          display: inline-block;
          text-align: left;
}

.Blogs {
          width: 100%;
          float: left;
          padding: 60px 0px 60px;
          background-image: url(../images/blog-bg.jpg);
          background-repeat: no-repeat;
          background-size: cover;
          position: relative;
          background-attachment: fixed;
}

.Blogs_box {
          text-align: center;
          margin-bottom: 40px;
}

.Blogs_box h2 {
          background-color: #d68910;
          padding: 15px 30px;
          color: #fff;
          border-top-left-radius: 20px;
          border-bottom-right-radius: 20px;
          font-size: 25px;
          display: inline-block;
          text-align: left;
          margin-bottom: 0;
}

.Asked-Questions {
          width: 100%;
          float: left;
          padding: 60px 0px 60px;
}

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

.Asked_box h2 {
          background-color: #d68910;
          padding: 15px 30px;
          color: #fff;
          border-top-left-radius: 20px;
          border-bottom-right-radius: 20px;
          font-size: 25px;
          display: inline-block;
          text-align: left;
          margin-bottom: 0;
}

.max-container {
          max-width: 1170px;
          margin-left: auto;
          margin-right: auto;
}

.accordion_constome .accordion-button {
          font-size: 22px !important;
          font-weight: 400;
          padding: 1.5rem 0rem;
}

.view-more-action {
          float: right;
          margin-top: 20px;
          color: #d68910;
          text-decoration: none;
          font-size: 16px;

}

.accordion_constome .accordion-button:not(.collapsed) {
          color: #2d2d2d;
          background-color: #ffffff;
          box-shadow: none;
          border-bottom: 1px solid #d68910 !important;
}

.accordion_constome .accordion-item {
          background-color: #fff;
          border: none !important;
          border-bottom: 1px solid #d68910 !important;
}

.accordion_constome .accordion-body {
          padding: 1rem 0rem;
}

.Blogs .card {
          border: none;
          overflow: hidden;
}

.blog__small {
          overflow: hidden;
          height: 170px;
          background-image: url(../images/black-img.png);
          background-repeat: no-repeat;
          background-size: 100%;
          background-color: #ededed;
          background-position: center;
}

.blog__small img {
          border-radius: 4px 4px 0px 0px;
          transition: .7s cubic-bezier(.21, .5, 0, .9);
          width: 100%;
          object-fit: fill;
          /* height: 100%; */
}

.blog__small:hover img {
          transform: scale(1.03);
}

.Blogs .card-title {
          font-size: 16px;
          min-height: 38px;
          display: block;
          overflow: hidden;
          text-overflow: ellipsis;
          font-weight: 600;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
}

.Blogs .card .btn {
          border-radius: 55px
}

.clients {
          width: 100%;
          float: left;
          padding: 5px 0px;
}

/* .clients_brands {
text-align: center;
}
.clients_brands {
padding: 0px;
margin: 0px;
display: inline-block;
text-align: center;
} */

.clients_brands .c1 {
          border: solid 1px #e9e9e9;
          text-align: center;
          background-color: #fff;
          margin: 10px;
          box-shadow: 0px 0px 10px #c4c4c4;
          border-radius: 10px;
          height: 90px;
          display: flex !important;
          align-items: center;
          justify-content: center;
}

.clients_brands .c1 img {
          max-width: 60%;
          margin: auto;
          height: 60px;
          object-fit: fill;
}

/* .clients_brands .slick-prev, .clients_brands .slick-next {
color: black;
} */

.clients_brands .slick-prev:before,
.clients_brands .slick-next:before {
          font-family: 'slick';
          font-size: 20px;
          line-height: 1;
          opacity: .75;
          color: #070707;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
}

/* .happy_clients {
width: 100%;
float: left;
padding: 70px 0px 70px;
background-image: url(../images/bg-block-circle.svg);
background-repeat: no-repeat;
background-size: cover;
position: relative;
background-attachment: fixed;
background-color: #181818;
} */

.happy_clients {
          width: 100%;
          float: left;
          padding: 60px 0px 60px;
          position: relative;
          /* background-image: url(../images/bg-block-circle.svg);
background-repeat: no-repeat;
background-size: cover;
position: relative;
background-attachment: fixed;
*/
          background-color: #181818;

}

.happy_clients::before {
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          background-image: url(../images/bg-block-circle.svg);
          background-repeat: no-repeat;
          background-size: cover;
          background-attachment: fixed;
          opacity: 0.5;
}

.carousel__inner {
          padding-left: 25px;
          width: 98%;
}

.carousel__inner h4 {
          color: #fff;
}

.carousel__inner .testimonial_subtitle {
          color: #dadada;
          margin-bottom: 0px;
}

.you_tube {
          width: 97%;
          overflow: hidden;
          position: relative;
          border: solid 5px #fff;
          border-radius: 10px;
          float: right;

}

.you_tube video {
          width: 100% !important;

}

.am-Interested {
          margin-top: 10px;
}

.Designs_videos {
          width: 100%;
          float: left;
          padding: 70px 0px 70px;
          background-image: url(../images/Designs_videos-bg.jpg);
          background-repeat: no-repeat;
          background-size: cover;
          position: relative;
          background-attachment: fixed;
}

.Designs_videos .designs__video .slick-slide img {
          height: 188px;
          object-fit: cover;
}

.Featured_listing {
          width: 100%;
          float: left;
          padding: 60px 0px 60px;
          background-color: #f7f7f7;
          border-top: solid 1px #ededed;
          border-bottom: solid 1px #ededed;
          overflow: hidden;
}

.Our__Projects {
          width: 100%;
          float: left;
          padding: 60px 0px 50px;
          /* background-color: #f7f7f7;
border-top: solid 1px #ededed;
border-bottom: solid 1px #ededed; */
}

.gallerPart {
          margin-top: 20px;
}

.Our__Projects .sub-title {
          margin-bottom: 10px;
}

.Our__Projects .title_Names {
          text-align: left;
          padding-left: 15px;
          margin-bottom: 20px;
}

.Our__Projects .city-girds {
          margin-bottom: 0px;
}

.Featured_listing .slick-prev:before,
.Featured_listing .slick-next:before {
          color: #d68910 !important;
}

.Properties_pic {
          position: relative;
          height: 200px;
          background-color: #e0e0e0;
          display: flex;
          align-items: center;
          justify-content: center;
          background-image: url(../images/black-img.png);
          background-repeat: no-repeat;
          background-size: 100%;
          background-position: center;
          overflow: hidden;
}

.card-slick-right {
          width: 95%;
          float: right;
          /* border: solid 1px #dedede;
margin-bottom: 25px !important;
padding: 25px; */
          max-height: 567px;
          border-radius: 35px !important;
          position: relative;
          overflow: hidden;
          -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          background-color: #f5f5f5;
          padding: 50px;
          height: 96%;
          border: solid 1px #dedede;
}

.card-slick-right .x-book {
          margin-bottom: 10px;
          font-size: 18px;
          font-weight: 500;
          position: relative;
          top: -20px;
          text-align: center;
}

.card-slick-right .x-book::before,
.card-slick-right .x-book::after {
          content: '';
          width: 14.5%;
          height: 1px;
          background-color: #d68910;
          top: 13px;
          position: absolute;
          left: 0;
}

.card-slick-right .x-book::after {
          right: 0px !important;
          left: initial;
}

a:focus-visible {
          outline: none;
}

.form-check-time {
          border: solid 1px #ced4da;
          height: 58px;
          background-color: #fff;
          border-radius: 3px;
          margin-bottom: 10px;
          display: flex;
          align-items: center;
          padding-left: 10px;
          padding-right: 10px;
}

.form-check-time .dote-circle {
          width: 5px;
          height: 5px;
          display: inline-block;
          background-color: #000;
          border-radius: 20px;
          margin-right: 7px;
          margin-left: 7px;
          position: relative;
          top: -2px;
}

.form-check-time .Change-pop {
          margin-left: auto;
          cursor: pointer;
          color: #d68910;
}

.form-check-time .small {
          color: #868686;
}

.delete-remove-date {
          text-decoration: none;
          font-size: 12px;
          float: right;
          margin-top: 10px;
          border: solid 0px #ccc;
          padding: 3px 10px;
          border-radius: 17px;
          color: #ffffff;
          background-color: #d68910;
          transition: all 0.3s;
}

.delete-remove-date:hover {
          color: #ffffff;
          -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          padding: 3px 12px;
}

.card-slick-right .btn-primary {
          width: 100%;
          margin-top: 25px;
}

.card-slick-right .btn {
          padding: 1.0rem .90rem;
}

.Add-to-shortlist {
          background-color: #fff;
          border: none;
          border-radius: 50%;
          height: 40px;
          padding: 0;
          position: absolute;
          right: 10px;
          top: 10px;
          width: 40px;
          z-index: 5;
}

.Properties_pic ._tqQnP {
          fill: none;
}

.Properties_pic ._tqQnP.-red {
          fill: red;
}

.Properties_pic img {
          width: 100%;
          object-fit: cover;
          height: 100%;
}

.Featured_slick .card_slick .card-body ul {
          margin: 0px;
          padding: 0px;
}

.Featured_slick .card_slick .card-body ul li {
          list-style: none;
          padding-bottom: 10px;
          border-bottom: solid 1px #ececec;
          margin-bottom: 10px;
          display: flex;
          align-items: center;
}

.Featured_slick .list-pict {
          width: 35px;
}

.Featured_slick .list-pict img {
          width: 21px;
}

.Featured_slick .card_slick .card-body ul li p {
          margin-bottom: 0px;
          width: 100%;
          line-height: 20px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
}

.Featured_slick .card_slick h5 {
          padding-left: 6px;
          color: #081789;
}

.Business-listing .card_slick .card-body ul li:first-child {
          width: 100%;
          border-bottom: solid 1px #ececec;
}

.Business-listing .card_slick .card-body ul li {
          width: 50%;
          font-size: 12px;
          border-bottom: solid 0px #ececec;
          float: left;
          padding-bottom: 5px;
          margin-bottom: 5px;
}

.PSD_rupee {
          margin-left: auto;
}

.ltp_hide {
          display: none;
}

.stick .PSD_rupee {
          display: block;
}

.PSD_rupee p {
          margin-bottom: 0px;
}

.PSD_rupee a {
          float: right;
          position: relative;
          top: -7px;
          color: #d68910;
          text-decoration: none;
}

.PSD_rupee .prige_red {
          color: #d68910;
          font-weight: 500;
}

.Business-listing .PSD_rupee {
          width: 100%;
          float: left;
          border-top: solid 1px #ddd;
          padding-top: 5px;
}

.tabs_featured {
          margin-left: 25px;
}

.tabs_featured a {
          display: inline-block;
          background-color: #081789;
          padding: 12px 15px;
          color: #fff;
          margin-right: 8px;
          border-radius: 5px;
          text-decoration: none;
          cursor: pointer;
}

.tabs_featured a:hover {
          color: #fff;
}

.tabs_featured a.active {
          background-color: #d68910;
          color: #fff;
          position: relative;
}

.tabs_featured a.active::before {
          content: '';
          position: absolute;
          display: inline-block;
          border: 6px solid transparent;
          border-top: 6px solid #d68910;
          border-bottom: 0 none;
          top: 106%;
          left: 50%;
          transform: translate(-50%, -50%);
}

.title-neighbourhood .row {
          align-items: center;
}

.neighbourhood h3 {
          background-color: #d68910;
          padding: 15px 20px;
          color: #fff;
          float: left;
          display: block;
          margin-top: 22px;
          border-top-left-radius: 30px;
          border-bottom-right-radius: 30px;
          font-size: 25px;
}

.title-neighbourhood {
          width: 100%;
          float: left;
          margin-bottom: 20px;
          position: relative;
          z-index: 1;
          margin-top: 20px;
}

.newby {
          width: 100%;
          float: left;
          padding: 20px 0px 60px;
          overflow: hidden;
}

.Contact_us {
          width: 100%;
          float: left;
          background-color: #ffffff;
}

.contact-form {
          width: 100%;
          float: left;
          background-color: #18181880;
          padding: 25px;
          color: #000;
          height: 99%;
          text-align: left;
          border-radius: 10px;
}

.contact-form .title {
          font-size: 25px;
          font-style: italic;
          margin-bottom: 10px;
}

.contact-form h3 {
          font-size: 24px;
          color: #fff;
}

.contact-form .form-label {
          color: #fff;
          font-size: 16px;
}

.contact-form .textarea-pno {
          background-color: #ffffff00;
          padding-left: 5px !important;
          color: #fff;
}

.contact-form .form-control-custome {
          display: block;
          border: solid 1px #eee !important;
          background-color: transparent;
          width: 100%;
          border-radius: 25px;
          padding: 5px 12px;
          color: #ffffff;
}

.contact-form .form-control-custome::placeholder {
          color: #ffffff;
          opacity: 0.5;
          /* Firefox */
}

.contact-form .form-control-custome:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #ffffff;
}

.contact-form .form-control-custome::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #ffffff;
}

.contact-form .form-select {
          background-color: transparent;
          border: 0px solid #ced4da;
}

.contact-form .form-control-custome option {
          color: #333;
}

.captchaHeading {
          position: relative;
          top: 30px;
          left: 0;
}

.captchaHeading h4 {
          font-size: 25px;
          font-weight: 600;
          color: #fff;
          margin-bottom: 0;
}

.termFooter {
          display: flex;
          align-items: baseline;
          column-gap: 10px;
}

.contact-form .termFooter label p {
          color: #fff;
          font-size: 14px;
          margin: 0;
}


.pr-0 {
          padding-right: 0px;
}

.pl-0 {
          padding-left: 0px;
}

.logo img {
          max-width: 75px;
}

.nav_bar {
          margin-left: auto;
          display: flex;
}

.scheduleDemo {
          position: relative;
          background-color: #FFEFD6;
          border: 1px solid #FFEFD6;
          padding: 6px 20px;
          border-radius: 30px;
          text-align: center;
}

.navbar-nav .nav-item .dropdown-arrow::after {
          display: inline-block;
          content: "\f107";
          margin-left: 5px;
          font-family: FontAwesome, serif;
}

.scheduleDemo a {
          color: #000;
          font-size: 14px;
          text-decoration: none;
}

.nav_bar a {
          color: #d68910;
          text-align: right;
          position: relative;
          outline: none;
          text-decoration: none;
}

.nav_bar .url-click {
          background-color: #d68910;
          color: #fff;
          padding: 5px 15px;
          border-radius: 22px;
          top: -3px;
          margin-right: 15px;
}

.heart-click {
          margin-right: 20px;
}

._AWBV7 {
          background-color: #000000;
          border-radius: 6px;
          color: #fff;
          font-size: 9px;
          font-weight: 700;
          height: 13px;
          left: 21px;
          line-height: 13px;
          width: 13px;
          position: absolute;
          text-align: center;
          top: -5px;
}

/* .nav_bar_list {
display: inline-block;
}
.nav_bar ul {
text-align: right;
margin-bottom: 0px;
}
.nav_bar ul li {
list-style: none;
margin-left: 15px;
display: inline-block;
}
.nav_bar ul li .fa-bars {
color: #d68910;
font-size: 25px;
} */

.header {
          position: fixed;
          width: 100%;
          top: 0px;
          z-index: 1;
          transition: 0.3s;
          background-color: #fff;
}

.listing-bg-none .header {
          background-color: transparent;
}

.listing-bg-none .header.fixed-add {
          background-color: #fff;
}

.header .number {
          background-color: #d68910;
          color: #fff;
          padding: 5px 15px;
          border-radius: 22px;
          font-weight: 400;
          position: relative;
          top: -3px;
          margin-right: 15px;
}

/* navbar start */

.header .mainMenu {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 5px 10px;
          width: 100%;
}

.navbar-expand-sm .mainMenu .navbar-collapse {
          justify-content: center !important;
}

.mainMenu .navbar-nav .nav-item a {
          padding: 0 12px;
          color: #2D2D2D;
          font-size: 15px;
          font-weight: 400;
}

.headerArea {
          position: relative;
}

.headerArea .bottomHeder {
          position: relative;
          background-color: #FFFCF6;
          padding: 12px 10px;
          z-index: 999;
          margin-top: 95px;
          text-align: center;
}

.headerArea .bottomHeder p {
          margin-bottom: 0;
          color: #555555;
}

.headerArea .bottomHeder p a {
          color: #5E3B00;
}



.headerArea-pro {
    position: relative;
}

.headerArea-pro .bottomHeder {
    position: relative;
    background-color: #FFFCF6;
    padding: 12px 10px;
    z-index: 999;
    margin-top: 95px;
    text-align: center;
}

.headerArea-pro .bottomHeder p {
    margin-bottom: 0;
    color: #555555;
}

.headerArea-pro .bottomHeder p a {
    color: #5E3B00;
}
/* navbar end */

.banner-section {
          width: 100%;
          float: left;
          padding-top: 0px;
          padding-bottom: 0px;
          background-color: #fff;
}

.slider-part {
          display: flex;
          justify-content: center;
          /* background-image: url(../images/banner-frame.png); */
          /* background-repeat: no-repeat;
background-position: 378px 0px; */
          height: 930px;
}

.inner-slider {
          width: 100%;
          overflow: hidden;
          position: relative;
}

.title-web {
          text-align: center;
          margin-bottom: 29px;
          margin-top: 40px;
}

.title-web h1 {
          color: #081789;
}

.title-web span {
          background-color: #d68910;
          color: #fff;
          padding-left: 5px;
          padding-right: 5px;
          border-radius: 10px;
}

p.text-banner {
          text-align: center;
          font-weight: 500;
          margin-top: 10px;
          font-size: 24px;
}

.bnt_d_flex {
          display: flex;
          justify-content: space-between;
          position: absolute;
          width: 100%;
          top: 170px;
}

.bnt_d_flex a {
          color: #fff;
          display: inline-block;
          text-decoration: none;
          padding: 10px 15px 10px 20px;
          border-radius: 22px;
          font-weight: 500;
          box-shadow: 2px 4px 4px rgb(0 0 0 / 25%);
          font-size: 16px;
          border-bottom: solid 4px rgb(0 0 0 / 22%);
}

.bnt_d_flex i {
          position: relative;
          top: 1px;
          left: 0px;
}

.bnt_d_flex .Listings {
          background-color: #d68910;
}

.bnt_d_flex .Design {
          background-color: #363636;
          margin-right: 25px;
}

.boxmain {
          position: relative;
          /* top: 85px; */
          left: 0;
}

.barlist-pogistion {
          right: 0px;
          position: fixed;
          bottom: 5px;

}

ul.barlist-pogistion {
          padding: 0px;
          margin: 0px;
          z-index: 10;

}

.barlist-pogistion li {
          list-style: none;
}

.barlist-pogistion li a {
          background-color: #d68910;
          height: 60px;
          width: 60px;
          justify-content: center;
          display: flex;
          margin-bottom: 5px;
          align-items: center;
          border-radius: 3px;
}

.barlist-pogistion li img {
          max-width: 30px;
}

.table>:not(caption)>*>* {
          border-bottom-width: 0px;
}

.table.dataTable {
          margin-top: 0px !important;
}

.center_blog .card {
          background-color: #fff;
          margin: 3%;
          overflow: hidden;
          border-radius: 5px;
}

.card-text {
          color: rgb(78 78 78);
}

.designs__video .card-text {
          min-height: 42px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          line-height: 19px;
}

.designs__video .card_slick {
          background-color: #fff;
          margin: 3%;
          overflow: hidden;
          border-radius: 5px;
}

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

.our-projects .card_slick {
          margin: 3% !important;
}

.our-projects .slick-prev {
          left: inherit;
          right: 25px;
}

.our-projects .slick-prev,
.our-projects .slick-next {
          top: -35px !important;
          margin-right: 40px;
          background-color: #d68910 !important;
          width: 35px;
          height: 35px;
          border-radius: 3px;
}

.our-projects .slick-prev:before,
.our-projects .slick-next:before {
          color: white;
}

.Featured_slick .card_slick {
          background-color: #fff;
          margin: 6%;
          border-radius: 10px;
          overflow: hidden;
          -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.Featured_slick.our-Continuour .card_slick {
          margin: 5%;
          box-shadow: none;
          border: solid 1px #ddd;
}

.Featured_slick.our-Continuour .card_slick .card-body p {
          text-align: center;
          line-height: 21px;
          color: #525252;
}

.Featured_slick.our-Continuour .text-bld {
          font-weight: bold;
          color: #d68910;
          font-size: 18px;
          margin-bottom: 0px;
}

.filter_sticky {
          position: sticky;
          top: 63px;
          z-index: 9;
          background-color: #ffff;
          box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
          padding: 10px;
}

.d_flex_Box {
          display: flex;
}

.Business-listing {
          width: 100%;
          float: left;
          padding-left: 10px;
          margin-bottom: 22px;
}

.Business-listing .card_slick {
          width: 100%;
          float: left;
          margin: 0px 0px 0px;
          overflow: inherit;
          border-radius: inherit;
          padding: 0px;
          border-radius: 10px;
          border: solid 1px #ddd;
}

.Business-listing .card-body {
          width: 100%;
          float: left;
          padding: 1rem;
          /* border-top:solid 0px #000 !important;
border: solid 1px #ddd;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px; */

}

.Business-listing .Properties_pic {
          border-top-left-radius: 10px;
          border-top-right-radius: 10px;
          overflow: hidden;
}

.map-detail-right {
          width: 100%;
          height: 100vh;
          box-sizing: border-box;
          border: solid 1px #ced4da;
          border-top: solid 0px #ced4da;
}

.fixed-border {
          position: sticky;
          top: 70px;
          border-top: solid 1px #ced4da;
}

.Contact-form .submitButton {
          background-color: #fff !important;
          border-color: #ffffff;
          color: #071689;
          width: 140px;
          margin-top: 10px;
}

.footer {
          width: 100%;
          float: left;
          padding: 40px 0px 0px;
          background-image: url(../images/bg-block-circle1.png);
          background-repeat: no-repeat;
          background-size: cover;
          background-attachment: fixed;
          border-top: 1px solid #ddd;
}

.footer .footerContent {
          display: flex;
          justify-content: space-between;
          align-items: center;
}

.footerContent .f-link {
          position: relative;
}

.footerContent .f-link .rightLine {
          position: absolute;
          height: 140px;
          width: 2px;
          right: 0;
          top: 45px;
          background: #d1d1d1;
}

.verticalFooter {
          width: 1px;
          background-color: #eee;
          display: block;
          height: 150px;
}

.verticalFooterz {
          width: 1px;
          background-color: #eee;
          display: block;
          height: 25px;
}


.footerParagraph p {
          font-size: 15px;
          font-weight: 300;
          text-align: justify;
          border-bottom: 2px solid #e0e0e0;
          padding-bottom: 25px;
          margin-bottom: 30px;
}

.viewAllLast a {
          text-decoration: underline !important;
          font-size: 15px;
          font-weight: 500;
}

.f-link {
          color: #000000;
}

/* .f-link.m_l-5 {
    padding-left: 100px;
} */

.f-link h4 {
          margin: 0px 0px 15px 0px;
          padding: 0px;
          font-size: 16px;
}

.f-link ul {
          margin: 0px;
          padding: 0px;
}

.f-link ul li {
          list-style: none;
}

.f-link ul li a {
          text-decoration: none;
          color: #000000;
          opacity: 0.8;
          display: inline-block;
          line-height: 30px;
          transition: all 0.3s ease;
}

.f-link ul li a:hover {
          opacity: 1;
          padding-left: 2px;
}

.footer-seo-text {
          width: 100%;
          float: left;
          margin-bottom: 25px;
}

.footer-seo-text>h3 {
          font-size: 16px;
          color: #000000;
}

.footer-seo-text.m_top5 {
          margin-top: 2.5rem !important;
}

.footer-seo-text a {
          color: #000000;
          font-size: 13px;
          text-decoration: none;
          opacity: 0.8;
          transition: 0.3s;
          position: relative;
          padding-left: 12px;
}

.footer-seo-text a::after {
          content: '';
          position: absolute;
          left: 0px;
          width: 6px;
          height: 6px;
          background-color: #fff;
          border-radius: 5px;
          top: 4px;
}

.footer-seo-text a:hover {
          opacity: 1;
          transition: 0.3s;
}

.social-link a {
          display: inline-block;
          color: #fff;
          width: 35px;
          height: 35px;
          background-color: #404040;
          text-align: center;
          border-radius: 5px;
          line-height: 35px;
          margin-right: 5px;
          text-decoration: none;
}

.social-link a.facebook {
          background-color: #1E39D0;
}

.social-link a.whatsapp {
          background-color: #00e57f;
}

.social-link a.youtube {
          background-color: #d68910;
}

.social-link a.twitter {
          background-color: #000000;
}

.social-link a.instagram {
          background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c,
                              #fd1d1d);
}

.social-link a.linkedin {
          background-color: #0077b5;
}

.social-link a.pinterest {
          background-color: red;
}

.social-link a:hover {
          opacity: 1;
}

.f-logo {
          width: 200px;
          margin-top: 0px;
}

.f-link .f-text-logo {
          margin-top: 15px;
          opacity: 0.8;
}

.f-address {
          display: flex;
}

.f-address i {
          width: 15px;
          height: 30px;
          text-align: center;
          line-height: 30px;
          margin-bottom: 15px;
          margin-right: 5px;
          color: #d68910;
}

.f-address p {
          width: 80%;
          margin-left: 10px;
          opacity: 0.6;
}

.carousel-user {
          width: 100%;
          float: left;
          height: 100px;
          background-color: #2d2d2d;
}

.carousel-caption {
          width: 100%;
          float: left;
          height: 300px;
          background-color: #d68910;
}

.heading {
          text-align: center;
          color: #454343;
          font-size: 30px;
          font-weight: 700;
          position: relative;
          margin-bottom: 70px;
          text-transform: uppercase;
          z-index: 999;
}

.white-heading {
          color: #ffffff;
}

.heading:after {
          content: ' ';
          position: absolute;
          top: 100%;
          left: 50%;
          height: 40px;
          width: 180px;
          border-radius: 4px;
          transform: translateX(-50%);
          background: url(img/heading-line.png);
          background-repeat: no-repeat;
          background-position: center;
}

.white-heading:after {
          background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
          background-repeat: no-repeat;
          background-position: center;
}

.heading span {
          font-size: 18px;
          display: block;
          font-weight: 500;
}

.white-heading span {
          color: #fff;
}

/*-----Testimonial-------*/

.testimonial:after {
          position: absolute;
          top: -0 !important;
          left: 0;
          content: " ";
          background: url(images/testimonial.bg-top.png);
          background-size: 100% 100px;
          width: 100%;
          height: 100px;
          float: left;
          z-index: 99;
}

.testimonial {
          min-height: 375px;
          position: relative;
          background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
          padding-top: 50px;
          padding-bottom: 50px;
          background-position: center;
          background-size: cover;
}

#testimonial4 .carousel-inner:hover {
          cursor: -moz-grab;
          cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
          cursor: -moz-grabbing;
          cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
          overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
          left: 0;
          margin: 0;
          width: 100%;
          font-size: 0;
          height: 20px;
          bottom: 15px;
          padding: 0 5px;
          cursor: e-resize;
          overflow-x: auto;
          overflow-y: hidden;
          position: absolute;
          text-align: center;
          white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
          padding: 0;
          width: 14px;
          height: 14px;
          border: none;
          text-indent: 0;
          margin: 2px 3px;
          cursor: pointer;
          display: inline-block;
          background: #ffffff;
          -webkit-border-radius: 100%;
          border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
          padding: 0;
          width: 14px;
          height: 14px;
          border: none;
          margin: 2px 3px;
          background-color: #9dd3af;
          -webkit-border-radius: 100%;
          border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
          height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
          background: #eeeeee;
          -webkit-border-radius: 0;
          border-radius: 0;
}

.testimonial4_control_button .carousel-control {
          top: 175px;
          opacity: 1;
          width: 40px;
          bottom: auto;
          height: 40px;
          font-size: 10px;
          cursor: pointer;
          font-weight: 700;
          overflow: hidden;
          line-height: 38px;
          text-shadow: none;
          text-align: center;
          position: absolute;
          background: transparent;
          border: 2px solid #ffffff;
          text-transform: uppercase;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          -webkit-box-shadow: none;
          box-shadow: none;
          -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
          transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
          left: 7%;
          top: 50%;
          right: auto;
}

.testimonial4_control_button .carousel-control.right {
          right: 7%;
          top: 50%;
          left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
          color: #000;
          background: #fff;
          border: 2px solid #fff;
}

.testimonial4_header {
          top: 0;
          left: 0;
          bottom: 0;
          width: 550px;
          display: block;
          margin: 30px auto;
          text-align: center;
          position: relative;
}

.testimonial4_header h4 {
          color: #ffffff;
          font-size: 30px;
          font-weight: 600;
          position: relative;
          letter-spacing: 1px;
          text-transform: uppercase;
}

.testimonial4_slide {
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 70%;
          margin: auto;
          padding: 20px;
          position: relative;
          text-align: center;
}

.testimonial4_slide img {
          top: 0;
          left: 0;
          right: 0;
          width: 136px;
          height: 136px;
          margin: auto;
          display: block;
          color: #f2f2f2;
          font-size: 18px;
          line-height: 46px;
          text-align: center;
          position: relative;
          border-radius: 50%;
          box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
          -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
          -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
          -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

.testimonial4_slide p {
          color: #ffffff;
          font-size: 20px;
          line-height: 1.4;
          margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
          color: #ffffff;
          font-size: 22px;
}

.testimonial .carousel {
          padding-bottom: 50px;
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
          width: 35px;
          height: 35px;
}

/* ------testimonial close-------*/

.testimonials_main {
          /* background-color: #080808;
background-image: linear-gradient(273deg, #142959 44%, #1429595C 79%); */
          height: 100%;
          background-color: #fff;
          margin-left: 25px;
          border-radius: 5px;
          position: relative;
}

.testimonials_main .controls {
          z-index: 999;
          position: absolute;
          right: 0;
          bottom: 35px;
          left: 45%;
}

.testimonials_main .btn-outline-light {
          color: #ffffff;
          border-color: #ffffff;
          background-color: #d68910;
          opacity: 0.9;
          line-height: 17px;
}

.testimonials_main .btn-outline-light:hover {
          color: #ffffff;
          border-color: #ffffff;
          background-color: #b50318;
          opacity: 1;
}

.testimonials_main .p-4 {
          padding: 50px !important;
}

.t-card {
          border: solid 0px #ddd;
          border-radius: 10px;
          background-color: #fff;
          padding: 20px;
}

.t-card p {
          margin-bottom: 0px;
}

.t-card i {
          color: #d68910;
          position: relative;
          top: 4px;
          font-size: 18px;
}

.carousel-indicators .active {
          opacity: 1;
}

.carousel-indicators [data-bs-target] {
          background-color: #c2c2c2;
}

.testi-pic {
          width: 50px;
          height: 50px;
}

.arrow-down {
          width: 0;
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid rgb(214 214 214 / 99%);
}

.picture-testi {
          margin-top: 20px;
}

.testimonials_main h4 {
          color: #d68910;
}

.lh-lg {
          padding-left: 15px;
          line-height: 22px !important;
}

.carousel-indicators .active {
          opacity: 1;
          background-color: #d68910 !important;
}

/* video css */

.jw-state-idle .jw-preview,
.jwplayer.jw-state-complete:not(.jw-flag-casting):not(.jw-flag-audio-player):not(.jw-flag-overlay-open-related) .jw-preview,
body .jwplayer.jw-state-error .jw-preview {
          display: block;
          background-size: cover !important;
}

.gallery-grid {
          display: grid;
          grid-template-columns: repeat(7, 1fr);
          grid-template-rows: repeat(6, 5vw);
          grid-gap: 1.5rem;
          width: 100%;
}

.gallery-grid .gallery__item {
          margin-bottom: 0px;
}

.gallery-grid .gallery__img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block;
}

.gallery__item--1 {
          grid-column-start: 1;
          grid-column-end: 3;
          grid-row-start: 1;
          grid-row-end: 5;
}

.gallery__item--2 {
          grid-column-start: 3;
          grid-column-end: 6;
          grid-row-start: 1;
          grid-row-end: 4;
}

.gallery__item--3 {
          grid-column-start: 6;
          grid-column-end: 9;
          grid-row-start: 1;
          grid-row-end: 4;
}

.gallery__item--4 {
          grid-column-start: 1;
          grid-column-end: 3;
          grid-row-start: 5;
          grid-row-end: 7;
}

.gallery__item--5 {
          grid-column-start: 9;
          grid-column-end: 3;
          grid-row-start: 4;
          grid-row-end: 7;
}

/* gallery page*/
/* .gallery- {
display: grid;
grid-template-columns: repeat(7, 1fr);
grid-template-rows: repeat(6, 5vw);
grid-gap: 1.5rem;
width: 100%;
}
.gallery- .gallery__item {
margin-bottom: 0px;
}

.gallery__img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.gallery__item1 {
grid-column-start: 1;
grid-column-end: 3;
grid-row-start: 1;
grid-row-end: 5;
}

.gallery__item2 {
grid-column-start: 3;
grid-column-end: 6;
grid-row-start: 1;
grid-row-end: 4;
}

.gallery__item3 {
grid-column-start: 6;
grid-column-end: 9;
grid-row-start: 1;
grid-row-end: 4;
}

.gallery__item4 {
grid-column-start: 1;
grid-column-end: 3;
grid-row-start: 5;
grid-row-end: 7;
}

.gallery__item5 {
grid-column-start: 5;
grid-column-end: 3;
grid-row-start: 4;
grid-row-end: 7;
}
.gallery__item6 {
grid-column-start: 9;
grid-column-end: 5;
grid-row-start: 4;
grid-row-end: 7;
}
*/

.gallery_content {
          margin: 0px auto 0px;
          margin-right: 25px;
}

.gallery_content .gallery_header {
          padding: 4px 0 14px;
          border-bottom: 2px solid #ff4500;
}

.gallery_content .gallery_header span {
          font-size: 20px;
          font-weight: 500;
          padding: 10px 0 0;
          color: #555555;
}

.gallery_content .gallery_header .tabs {
          padding: 0;
          margin: 0;
          list-style: none;
}

.gallery_content .gallery_header .tabs li {
          background: #eeeeee;
          display: inline-block;
          color: #999999;
          padding: 8px 18px 6px;
          font-size: 15px;
          cursor: pointer;
          transition: all 0.3s ease;
}

.gallery_content .gallery_header .tabs li:hover,
.gallery_content .gallery_header .tabs li.active {
          background: #ff4500;
          color: #fff;
          transition: all 0.3s ease;
}

.gallery_content .tab__content {
          background-color: white;
          position: relative;
          height: auto;
          margin-bottom: 20px;
          width: 100%;
          border-radius: 5px;
}

.gallery_content .tab__content>li {
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          display: none;
          list-style: none;
}

.gallery_content #pics_slider li {
          position: relative;
}

.gallery_content #pics_slider li h5 {
          position: absolute;
          bottom: 0;
          right: 0;
          padding: 9px 16px;
          color: #fff;
          font-weight: 400;
          font-size: 19px;
          line-height: 36px;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,
                                        rgba(255, 255, 255, 0)), color-stop(19%, rgba(0, 0, 0, 0.2)), color-stop(40%,
                                        rgba(0, 0, 0, 0.5)), color-stop(70%, rgba(0, 0, 0, 0.8)), color-stop(100%,
                                        rgba(0, 0, 0, 0.94)));
          background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0,
                                        0, 0.2) 19%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0.94) 100%);
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0,
                                        0.2) 19%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0.94) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',
                              endColorstr='#f0000000', GradientType=0);
          margin: 0;
          width: 100%;
}

.gallery_content #pics_slider,
.gallery_content #vids_slider {
          margin-bottom: 0px;
}

.gallery_content .carousel li {
          opacity: 0.8;
}

.gallery_content .carousel li.flex-active-slide {
          opacity: 1;
          border: solid 1px #9c9c9c;
}

.gallery_content .carousel li img {
          height: 100%;
          cursor: pointer;
}

.flexslider {
          margin-bottom: 10px !important;
          border: 8px solid #fff !important;
}

.flexslider:last-child {
          margin-bottom: 0px !important;
}

.flex-control-nav {
          bottom: -40px;
}

.flex-control-paging li a {
          width: 7px;
          height: 7px;
}

.flex-direction-nav a:before {
          font-size: 25px;
}

.gallery_content .carousel li.flex-active-slide {
          opacity: 1;
}

.gallery_content .carousel li {
          opacity: 0.8;
}

.flex-direction-nav a,
.flex-direction-nav a:before {
          color: rgb(255 255 255 / 80%) !important;
          text-shadow: none !important;
}

.flex-direction-nav a:before {
          font-size: 25px !important;
}

/* video css end */

.video-wrapper {
          background: #ffffff;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          position: absolute;
          width: 100%;
          height: 100vh;
          left: 0;
          top: 0;
          -webkit-transition: -webkit-transform 100ms linear;
          transition: -webkit-transform 100ms linear;
          -o-transition: transform 100ms linear;
          transition: transform 100ms linear;
          transition: transform 100ms linear, -webkit-transform 100ms linear;
          will-change: transform;
}

.video-wrapper video {
          width: 100%;
          z-index: 1;
          margin-top: -110px;
}

.video_main {
          height: 100vh;
          position: relative;
}

.video_main::before {
          position: absolute;
          content: '';
          left: 0;
          right: 0;
          width: 100%;
          height: 100%;
          background-color: rgb(34 34 34 / 10%);
          z-index: 5;
          display: none;
}

.search_main {
          max-width: 1140px;
          margin: auto;
          position: relative;
          z-index: 5;
}

.search-box {
          width: 100%;
          float: left;
          margin-top: 200px;
}

.search-box h1 {
          font-size: 4rem;
          color: #081789;
          font-weight: 600;
          text-align: center;
          margin-bottom: 50px;
}

.tabs_search {
          padding-left: 5px;
}

.tabs_search ul {
          padding: 0px;
          margin: 0px;
}

.tabs_search ul li {
          list-style: none;
          display: inline-block;
}

.tabs_search ul li a {
          display: block;
          color: #fff;
          text-decoration: none;
          padding: 12px 20px;
          background-color: #081789;
          border-radius: 5px 5px 0px 0px;
          margin-right: 4px;
          font-size: 16px;
}

.tabs_search ul li a.active {
          background-color: #d68910;
}

.prop-search-options {
          display: flex;
          background-color: rgb(255 255 255 / 40%);
          width: 100%;
          border-radius: 5px;
          padding: 10px 10px;
}

.dropdonw {
          width: 100%;
          float: left;
          border: none;
}

.prop-search-options .btn-danger {
          width: 100%;
}

.prop-search-options .form-control,
.prop-search-options .form-select,
.prop-search-options .btn-danger {
          height: 60px;
}

.prop-search-city-selector {
          position: relative;
}

.prop-search-city-selector svg {
          width: 24px;
          position: absolute;
          top: 19px;
          left: 7px;
          opacity: 0.5;
}

.prop-search-city-selector .form-select {
          border-radius: 5px 0px 0px 5px !important;
          border: 0px !important;
          padding-left: 35px;
          border-right: solid 1px #ddd !important
}

.search-input-wrapper .form-control {
          border-radius: 0px 0px 0px 0px !important;
          border: 0px !important;
}

.prop-search-options .btn {
          border-radius: 0px 5px 5px 0px !important;
          font-size: 18px;
          font-weight: 500;
}

.prop-search-button img {
          width: 24px;
}

.prop-search-options .form-control:focus,
.form-select:focus {
          color: #212529;
          background-color: #fff;
          border-color: #bcbcbc;
          outline: 0;
          box-shadow: none;
}

.prop-search-options .btn-danger:focus {
          box-shadow: none;
}

.title_Names {
          text-align: center;
}

.title_Names h2 {
          font-size: 50px;
          font-weight: 600;
          color: #081789;
}

.title_Names h2 span {
          font-weight: 400;
          color: #d68910;
}

.title_Names p {
          font-size: 20px;
          font-weight: 300;
}

.shadow-lg {
          --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0,
                              .1);
          --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
}

.video_tab_loop {
          width: 100%;
          float: left;
}

.video_container {
          width: 100% !important;
          float: left;
}

.video_repeats {
          width: 100%;
          float: left;
}

.video_container video {
          width: 100%;
          border-radius: 10px;
}

.video_contant {
          padding: 20px;
          background-color: #fff;
          border: solid 1px #ced4da;
          height: 99%;
          border-radius: 10px;
}

.video_contant h2 {
          color: #081789;
          border-bottom: solid 1px #ebebeb;
          padding-bottom: 15px;
          margin-bottom: 15px;
          position: relative;
          font-size: 28px;
}

.video_contant h2::before {
          content: '';
          width: 20%;
          height: 2px;
          background-color: #081789;
          left: 0px;
          position: absolute;
          bottom: -1px;
}

.video_contant ul {
          margin: 0px;
          padding: 0px;
}

.video_contant ul li {
          padding-left: 3px;
          list-style: disc;
          margin-left: 15px;
          color: #393939;
}

.video_contant ul li::marker {
          color: #d68910;
}

.tab-vides .nav {
          margin-bottom: 8px;
}

.tab-vides .nav-link {
          display: block;
          padding: 0.5rem 1rem;
          color: #0e0e0e;
          text-decoration: none;
          transition: color .15s ease-in-out, background-color .15s ease-in-out,
                    border-color .15s ease-in-out;

          margin-right: 8px;
          margin-bottom: 8px;
          border: solid 1px #ddd;
          border-radius: 3px;
}

.tab-vides .nav-link:hover {
          background-color: #d68910;
          color: #fff;
}

.tab-vides .nav-link.active {
          background-color: #d68910;
          color: #fff;
}

.Process-Work {
          width: 100%;
          float: left;
          padding-top: 60px;
          padding-bottom: 60px;
}

.Pro-work-bg {
          position: relative;
          background-image: url(../images/Process-work-line.svg);
          background-position: 0px 20px;
          background-repeat: no-repeat;
          padding-top: 60px;
          background-size: 100%;
}

.Pro-work .Pro-body p {
          font-size: 13px;
}

.Pro-work {
          width: 100%;
          float: left;
}

.work-img {
          width: 100px;
          height: 100px;
          margin: auto;
          border: solid 10px #fff;
          border-radius: 50%;
          box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
}

.work-img img {
          height: 50px;
}

.work-img.p-one {
          background-color: #d68910;
}

.work-img.p-two {
          background-color: #4a4a4a;
}

.work-img.p-three {
          background-color: #d68910;
}

.work-img.p-four {
          background-color: #4a4a4a;
}

.work-img.p-five {
          background-color: #d68910;
}

.work-img.p-six {
          background-color: #4a4a4a;
}

.work-img::after {
          content: '';
          position: absolute;
          height: 50px;
          width: 1px;
          bottom: -61px;
          left: 48%;
}

.work-img.p-one::after {
          border-left: dotted 2px #d68910;
}

.work-img.p-two::after {
          border-left: dotted 2px #4a4a4a;
}

.work-img.p-three::after {
          border-left: dotted 2px #FF3754;
}

.work-img.p-four::after {
          border-left: dotted 2px #4a4a4a;
}

.work-img.p-five::after {
          border-left: dotted 2px #d68910;
}

.work-img.p-six::after {
          border-left: dotted 2px #4a4a4a;
}

.Pro-work .Pro-body {
          text-align: center;
          margin-top: 80px;
}

.work-img::before {
          content: '';
          position: absolute;
          width: 8px;
          height: 7px;
          border-radius: 50%;
          background-color: #d68910;
          bottom: -68px;
          left: 36px;
}

.work-img.p-one::before {
          content: '';
          position: absolute;
          width: 8px;
          height: 7px;
          border-radius: 50%;
          background-color: #d68910;
          bottom: -68px;
          left: 36px;
}

.work-img.p-two::before {
          content: '';
          position: absolute;
          width: 8px;
          height: 7px;
          border-radius: 50%;
          background-color: #4a4a4a;
          bottom: -68px;
          left: 36px;
}

.work-img.p-three::before {
          content: '';
          position: absolute;
          width: 8px;
          height: 7px;
          border-radius: 50%;
          background-color: #d68910;
          bottom: -68px;
          left: 36px;
}

.work-img.p-p-four::before {
          content: '';
          position: absolute;
          width: 8px;
          height: 7px;
          border-radius: 50%;
          background-color: #1E39D0;
          bottom: -68px;
          left: 36px;
}

.work-img.p-four::before {
          content: '';
          position: absolute;
          width: 8px;
          height: 7px;
          border-radius: 50%;
          background-color: #4a4a4a;
          bottom: -68px;
          left: 36px;
}

.work-img.p-six::before {
          content: '';
          position: absolute;
          width: 8px;
          height: 7px;
          border-radius: 50%;
          background-color: #4a4a4a;
          bottom: -68px;
          left: 36px;
}

.Pro-body .color-1 {
          color: #d68910;
}

.Pro-body .color-2 {
          color: #181818;
}

.Pro-body .color-3 {
          color: #d68910;
}

.Pro-body .color-4 {
          color: #181818;
}

.Pro-body .color-5 {
          color: #d68910;
}

.Pro-body .color-6 {
          color: #181818;
}

.red-color {
          color: #d68910;
}

.Pro-work .Pro-body h6 {
          margin-bottom: 20px;
          max-width: 120px;
          margin-left: auto;
          margin-right: auto;
}

.How-We-Do {
          width: 100%;
          float: left;
          padding: 80px 0px 80px;
          border-top: solid 1px #ededed;
          border-bottom: solid 1px #ededed;
          position: relative;
          background-image: url(../images/building-bg.jpg);
          background-position: bottom;
          background-repeat: no-repeat;
          background-size: 100%;

}

.how-differently {
          width: 100%;
          float: left;
}

.how-differently h3 {
          margin-bottom: 25px;
          font-size: 35px;
          color: #081789;
}

.how-differently .get-in-touch {
          background-color: #d68910;
          color: #fff;
          display: inline-block;
          padding: 10px 25px;
          border-radius: 3px;
          text-decoration: none;
          margin-top: 20px;
          margin-left: 60px;
          font-size: 18px;
          -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

.how-differently ul {
          padding: 0px;
          margin: 0px;
}

.how-differently ul li {
          list-style: none;
          display: flex;
          align-items: center;
          margin-bottom: 20px;
          font-size: 16px;
          color: #3b3b3b;
}

.how-differently ul li span {
          margin-right: 15px;
          border: solid 1px #ddd;
          display: flex;
          width: 45px;
          text-align: center;
          border-radius: 3px;
          height: 45px;
          align-items: center;
          justify-content: center;
          box-shadow: 0px 0px 5px 0px #bababa;
          border-radius: 10px;
}

.how-differently ul li span img {
          max-width: 28px;
}

.maxcontainer {
          max-width: 1170px;
          margin-left: auto;
          margin-right: auto;
}

.stylist-gallery {
          margin-top: 15px;
}

.stylist-gallery .single-image {
          margin-bottom: 30px;
}

.stylist-gallery .image-1::before {
          content: '';
          position: absolute;
          top: 20px;
          left: -40px;
          width: 80px;
          height: 80px;
          border: 7px solid #d68910;
          z-index: -1;
}

.stylist-gallery .image-2::before {
          content: '';
          position: absolute;
          top: -60px;
          right: -60px;
          width: 150px;
          height: 150px;
          border: 7px solid #4a4a4a;
          z-index: -1;
}

.stylist-gallery .image-3::before {
          content: '';
          position: absolute;
          top: 80px;
          left: -40px;
          width: 100px;
          height: 100px;
          border: 7px solid #4a4a4a;
          z-index: -1;
}

.stylist-gallery .image-4::before {
          content: '';
          position: absolute;
          top: 90px;
          right: -60px;
          width: 150px;
          height: 150px;
          border: 7px solid #d68910;
          z-index: -1;
}

.stylist-gallery .image-1 {
          position: relative;
}

.stylist-gallery .image-2 {
          position: relative;
          top: 60px;
}

.stylist-gallery .image-3 {
          position: relative;
          top: -30px;
          z-index: 1;
}

.stylist-gallery .image-4 {
          position: relative;
          top: 55px;
          z-index: 1;
}

.stylist-gallery img {
          width: 100%;
          padding: 7px;
          background-color: #fff;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.body-part {
          margin-top: 0px;
          width: 100%;
          float: left;
}

.what-we-do {
          padding-top: 50px;
          padding-bottom: 50px;
          overflow: hidden;
}

.title-h2 {
          text-align: center;
}

.title-h2 h2 {
          display: inline-block;
          margin-bottom: 0px;
          background-color: #d68910;
          color: #fff;
          padding: 5px 25px;
          border-radius: 10px;
          position: relative;
          font-size: 2.5rem;
}

.title-h2 h2::before {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          background-color: #fff;
          border: solid 2px #ddd;
          z-index: -5;
          left: -12px;
          top: -12px;
          border-radius: 10px;
}

.designbuild {
          margin-top: 100px;
          text-align: justify;
}

.designbuild h3 {
          color: #d68910;
          font-size: 1.7rem;
          position: relative;
          margin-bottom: 40px;
}

.designbuild p {
          font-size: 16px;
          color: #212529;
}

.designbuild h3::before {
          content: '';
          position: absolute;
          width: 15%;
          height: 2px;
          bottom: -20px;
          background-color: #d68910;
          border-radius: 5px;
}

.pic-design-build {
          width: 450px;
          height: 450px;
          overflow: hidden;
          border-radius: 50%;
          margin-top: 40px;
          -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.20);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.20);
          margin-left: 50px;
}

.pic-design-build img {
          max-width: 100%;
          height: 100%;
}

.our-approach {
          width: 60%;
          margin-left: auto;
          margin-right: auto;
          text-align: center;
          margin-top: 60px;
          margin-bottom: 15px;
}

.our-approach h3 {
          margin-bottom: 15px;
}

.our-approach p {
          border: solid 1px #d68910;
          padding: 15px 20px;
          border-radius: 10px;
          font-size: 16px;
}

.our-approach h3 span {
          color: #d68910;
}

.strategy-box h3 {
          color: #d68910;
          margin-bottom: 15px;
}

.strategy-box p {
          color: #212529;
          font-size: 16px;
          text-align: justify !important;
}

.strategy_photos {
          width: 85%;
          float: right;
          position: relative;
}

.strategy_photos.left-::before {
          left: 25px;
          bottom: 25px;
}

.strategy_photos.top- {
          float: left;
          margin-top: 100px;

}

.strategy_photos::before {
          content: '';
          width: 100%;
          height: 100%;
          left: -25px;
          bottom: -25px;
          background-color: #d68910;
          z-index: -1;
          position: absolute;
}

.strategy_photos img {
          width: 100%;
          border-radius: 0px;
}

.m_top_5 {
          margin-top: 50px;
}

.m_top_7 {
          margin-top: 90px;
}

.m_top_6 {
          margin-top: 160px;
}

.strategy-box.mt-8 {
          margin-top: 25px;
}

.strategy_photos.left- {
          float: left;
}

.strategy-box.mt-7 {
          margin-top: 60px;
}

.strategy-box.mt-9 {
          margin-top: 40px;
}

.strategy-box.mt-9 {
          margin-top: 20px;
}

/* .factors-w-100 h3 {
float: right;
border: solid 3px #d68910;
padding: 10px 10px;
border-right: none;
border-radius: 10px 0px 0px 10px;
min-width: 330px;
text-align: center;
} */
.factors-w-100 {
          width: 100%;
          float: left;
}

.factors-data-box {
          display: flex;
          margin-bottom: 30px;
}

.factors-picture {
          flex-basis: 20%;
}

.factors-text {
          flex-basis: 80%;
}

.factors-picture img {
          margin-right: 10px;
          width: 113px;
          height: 110px;
}

.factors-text h5 {
          color: #d68910;
}

.factors-text p {
          color: #d68910;
          text-align: justify;
}

.factors-data-box.gray-color h5 {
          color: #333;
}

.factors-data-box.gray-color p {
          color: #333;
}

.factors-considar {
          margin-top: 20px;
          overflow: hidden;
}

.gallerPart-page {
          background-color: #ececec;
          padding: 50px 0;
          width: 100%;
          float: left;
}

.factors_data_right {
          padding-left: 100px;
          margin-top: 30px;
}

.galler-tab {
          width: 100%;
          float: left;
}

.tab-pane .allImages {
          position: relative;
          padding: 0px;
          margin: 0;
          display: flex;
          align-items: center;
          column-gap: 20px;
          justify-content: center;
          flex-wrap: wrap;
          row-gap: 20px;
}

.dt-sc-sorting-container {
          text-align: center;
          width: 100%;
          align-items: center;
          justify-content: center;
          margin-bottom: 30px;
          column-gap: 35px;
}

.our-projects-main .dt-sc-sorting-container .nav-link {
          background-color: transparent;
          margin-right: 0px;
          border-radius: 5px;
          color: #e7e7e7;
          padding: .7rem 1.5rem;
          width: 100%;
          text-align: left;
          border: 1px solid rgb(255 255 255 / 13%);
          margin-bottom: 10px;
          transition: 0.3s;
          -webkit-transition: 0.3s;
          text-transform: capitalize;
}

.our-projects-main .dt-sc-sorting-container .nav-link:hover {
          background-color: #fff;
          color: #d68910;
          transition: 0.3s;
          -webkit-transition: 0.3s;
}

.our-projects-main .dt-sc-sorting-container .nav-link.active {
          background-color: #fff !important;
          color: #d68910;
}

.tab-projects .dt-sc-sorting-container {
          margin-bottom: 5px;
}

.dt-sc-sorting-container .nav-link {
          background-color: #ffffff00;
          border-bottom-right-radius: 3px;
          border-bottom-left-radius: 3px;
          color: #333;
          padding: .7rem 1.5rem;
          border: none;
          border-bottom: 5px solid #baaaff36;
}

.dt-sc-sorting-container .nav-link.active {
          background-color: transparent;
          border-bottom: 5px solid #BAAAFF;
          border-bottom-right-radius: 3px;
          border-bottom-left-radius: 3px;
}

.gallerPart-page .factors-w-100 {
          margin-bottom: 30px;
          background-color: #d68910;
          text-align: center;
}

.gallerPart .factors-w-100 h3 {
          border-left: none;
          background-color: transparent;
          text-align: center;
          min-width: auto;
          margin-bottom: 0px;
          padding: 30px 10px;
          color: #fff;
          display: inline-block;
          font-weight: 500;
          text-transform: uppercase;
}

.gallery figure {
          margin-bottom: 0px;
}

.gallery__item {
          position: relative;
          overflow: hidden;
          transition: 0.3s;
          -webkit-transition: 0.3s;
          border-radius: 10px 10px 10px 10px;
}

.gallery__item a {
          cursor: pointer;
}

.gallery-grid a {
          cursor: pointer;
}

.gallery-text {
          opacity: 1;
          position: absolute;
          bottom: 0;
          width: 100%;
          background-color: rgb(0 0 0 / 58%);
          padding: 15px;
          transition: 0.3s;
          margin-bottom: 0px;
          color: #fff;
          text-align: center;
          transition: 0.3s;
          font-size: 18px;
}

.gallery__item:hover img {
          transform: scale(1.1);
          transition: 0.5s;
}

.gallery__item:hover img {
          transform: scale(1.1);
          transition: 0.5s;
}

.gallery-grid img {
          max-width: 100%;
          border-radius: 10px;
          transform: scale(1);
          transition: 0.3s;
}

.gallery .gallery__item:hover img {
          transform: scale(0.9);
          transition: 0.5s;
}

.gallery .gallery__item img {
          border-radius: 10px;
          transform: scale(1);
          transition: 0.3s;
          object-fit: cover;
          width: 120px;
          height: 55px;
          border: 1px solid #acacac;
          border-radius: 40px;
}

/* .gallery .gallery__item {
    margin-bottom: 25px;
    height: 220px;
} */

.city-thumb-01 {
          height: 355px;
}

.city-thumb-05 {
          height: 351px;
}

.work-spaces {
          background-color: #f3f3f3;
          padding-top: 65px;
          padding-bottom: 90px;
          overflow: hidden;
          background-image: url(../images/bg-block-circle.svg);
          background-repeat: no-repeat;
          background-size: cover;
          background-attachment: fixed;

}

.work-spaces-inspire {
          width: 95%;
}

.work-spaces-inspire>h1 {
          font-size: 38px;
          font-weight: 600;
}

.work-spaces-inspire h1 span {
          color: #d68910;
}

.work-spaces-inspire>p {
          font-size: 18px;
          padding-right: 40px;
}

.text-sub-hading {
          margin-top: 30px;
          margin-bottom: 10px;
}

.work-spaces-inspire>a {
          background-color: #d68910;
          padding: 15px 50px;
          display: inline-block;
          border-radius: 32px;
          text-decoration: none;
          color: #fff;
          margin-top: 30px;
          font-size: 18px;
          font-weight: 500;
}

#vidbutton {
          margin: 0;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          border: none;
          z-index: 9;
          background-color: transparent;
}

#vidbutton img {
          width: 50px;
          opacity: 0.5;
}

.work-spaces-video {
          position: relative;
          z-index: 1;
}

.work-spaces-video video {
          max-width: 100%;
          min-width: 77%;
          border-radius: 10px;
          min-height: 53vh;
          max-height: 53vh;
}

.work-spaces-video:before {
          content: '';
          position: absolute;
          height: 100%;
          width: 79%;
          border: solid 3px #d68910;
          left: 23px;
          top: 25px;
          z-index: -5;
          border-radius: 10px;
}

.factors-pictures {
          position: relative;
          background-color: #ccc;
}

.factors-pictures::after {
          content: '';
          position: absolute;
          width: 300px;
          height: 444px;
          background-color: transparent;
          border: solid 7px #d68910;
          left: 39px;
          z-index: 1;
          top: -30px;
}

.factors-pictures::before {
          content: '';
          position: absolute;
          width: 267px;
          height: 414px;
          background-color: transparent;
          border: solid 7px #fff;
          left: 39px;
          z-index: 2;
          top: 0px;
          border-right: none;
          border-top: none;
}

.shadow-down {
          position: relative;
}

.shadow-down img {
          width: 100%;
          height: 440px;
          object-fit: cover;
}

.shadow-down::after {
          content: '';
          position: absolute;
          width: 33px;
          height: 375px;
          background-color: transparent;
          border: solid 7px #2d2d2d;
          right: -33px;
          z-index: 2;
          top: 39px;
          border-left: none;
          border-top: none;
}

.shadow-down::before {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          background-color: rgb(0 0 0 / 12%);
          left: 60px;
          z-index: -1;
          top: 40px;
          border-right: none;
          border-top: none;
}

.new__modern {
          width: 100%;
          float: left;
          padding: 80px 80px;
          min-height: 315px;
          background-color: #858585;
          position: relative;
}

.new__modern::before {
          content: '';
          background-image: url(../images/bg-block-circle.svg);
          background-repeat: no-repeat;
          background-size: cover;
          background-attachment: fixed;
          position: absolute;
          left: 0px;
          right: 0px;
          top: 0px;
          bottom: 0px;
          width: 100%;
          height: 100%;
          opacity: 0.8;
}

.title-modern {
          font-size: 45px;
          text-transform: uppercase;
          font-weight: bold;
          line-height: normal;
          color: white;
          position: relative;
          z-index: 1;
}

.title-modern-right {
          position: relative;
          z-index: 1;
}

.title-modern span {
          color: #d68910;
}

.title-modern-right p {
          font-weight: 300;
          font-size: 21px;
          color: #fff;
}

.title-modern-right>a {
          background-color: #fff;
          padding: 12px 25px;
          color: #d68910;
          text-decoration: none;
          border-radius: 3px;
          margin-top: 15px;
          display: inline-block;
          font-weight: bold;
          font-size: 16px;
}

.heart_icon {
          position: absolute;
          right: 10px;
          top: 8px;
          z-index: 999;
          cursor: pointer;
          width: 20px;
          height: 20px;
          background-color: #fff;
          border-radius: 50%;
          text-align: center;
}

.heart_icon i {
          font-size: 13px;
          color: #848484;
}

.heart-sidebar {
          position: fixed;
          top: 0;
          height: 100%;
          max-width: 410px;
          width: 100%;
          z-index: 10001;
          border-left: solid 1px #ddd;
          background-color: #f2f2f2;
          right: -410px;
          transition: 0.3s;
}

.visible {
          right: 0px !important;
          transition: 0.3s;
}

.scrollLock {
          overflow-y: hidden;
}

.scrollLock::before {
          content: "";
          display: block;
          position: fixed;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background-color: rgb(0 0 0 / 68%);
          z-index: 9999;
}

.close_tsi6V {
          background-color: transparent;
          outline: none;
          border: none;
          color: #727272;
          position: absolute;
          right: 20px;
          top: 18px;
}

.heart-header {
          text-align: center;
}

.heart-header a {
          position: absolute;
          top: 14px;
          left: 9px;
          break-after: avoid;
          color: #272727;
          border-radius: 23px;
          background-color: #d68910;
          padding: 7px 10px;
          text-decoration: none;
          font-size: 14px;
          color: #fff;
}

.heart-header a i {
          font-size: 10px;
          color: #fff;
}

.heart-header a i {
          animation: linear infinite alternate;
          animation-name: run;
          animation-duration: 1s;
}

@-webkit-keyframes run {
          0% {
                    left: 0;
                    transform: translateX(0);
          }

          100% {
                    left: 2%;
                    transform: translateX(30%);
          }
}

.heart-title {
          display: -webkit-flex;
          display: flex;
          -webkit-flex-direction: column;
          flex-direction: column;
          font-weight: 600;
          -webkit-justify-content: center;
          justify-content: center;
          min-height: 64px;
          text-align: center;
          border-bottom: solid 1px #ddd;
          background-color: #ffffff;
          /* margin-left: 64px; */
}

.heart-body {
          width: 100%;
          float: left;
          background-color: #f1f1f1;
}

.heart-list {
          padding: 15px 25px 25px 25px;
          overflow-y: auto;
          height: calc(100vh - 97px);
}

.heart-list ul {
          padding: 0px;
          margin: 0px;
}

.heart-list ul li {
          background-color: #fff;
          border: 0px solid #f8f8f8;
          border-radius: 10px;
          box-shadow: 0 4px 16px rgba(0, 0, 0, .06);
          margin-bottom: 10px;
          padding: 14px;
          list-style-type: none;
}

.heart-list .heart_card {
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          align-items: center;
          align-items: flex-start;
}

.heart-list ._dqoaP {
          height: 80px;
          width: 115px;
          display: block;
          object-fit: cover;
          border-radius: 5px;
}

.heart_card ._stUbA {
          margin-left: 15px;
          margin-right: 15px;
}

.heart_card ._stUbA>a {
          color: #4d4f53;
          -webkit-transition: color .2s;
          transition: color .2s;
          font-weight: normal;
          text-decoration: none;
          font-size: 13px;
}

.heart_card .delete_pzrdD {
          outline: none;
          border: none;
          background-color: transparent;
          margin-left: auto;
}

.heart_card .delete_pzrdD svg {
          color: #727272;
}

.card_J9gwa {
          border-top: 1px solid #eaeaea;
          font-size: 12px;
          line-height: 18px;
          margin-top: 10px;
          padding-top: 5px;
}

.card_J9gwa ._EOzdv {
          display: -webkit-flex;
          display: flex;
          margin-bottom: 3px;
}

.card_J9gwa ._rbmtp {
          color: #888;
}

.card_J9gwa ._FnUOq {
          font-weight: 700;
          margin-left: auto;
          white-space: nowrap;
          color: #d68910;
}

.card_J9gwa ._EOzdv:last-child {
          margin-bottom: 0px;
}

.heart-item-delete {
          -webkit-align-items: center;
          align-items: center;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: space-between;
          justify-content: space-between;
          padding-left: 25px;
          padding-right: 25px;
          margin-top: 10px;
}

.heart-item-title {
          color: #1d1d1d;
          font-weight: 700;
}

.heart-item-Remove {
          border: none;
          outline: none;
          font-size: 13px;
          -webkit-align-items: center;
          align-items: center;
          background-color: transparent;
          border: none;
          display: -webkit-flex;
          display: flex;
          font-weight: 700;
          line-height: 22px;
          padding: 0;
          -webkit-transition: color .2s;
          transition: color .2s;
          -webkit-transition: 0.2s;
}

.heart-item-Remove svg {
          width: 13px;
          color: #767676;
          margin-left: 8px;
}

.brdcrmb {
          display: block;
          border-bottom: solid 1px #ced4da;
          border-top: solid 1px #ced4da;
          padding-top: 5px;
          padding-bottom: 5px;
}

.brdcrmb-link {
          display: block;
          padding-left: 10px;
}

.brdcrmb-link span {
          font-size: 13px;
          color: #ffffff;
}

.brdcrmb-link a {
          position: relative;
          margin-right: 20px;
          text-decoration: none;
          color: #ffffff;
}

.brdcrmb-link a::after {
          content: '';
          position: absolute;
          border: solid black;
          border-width: 0 1px 1px 0;
          display: inline-block;
          padding: 2px;
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          top: 5px;
          right: -13px;
}

.title-detail {
          margin-top: 15px;
          margin-bottom: 15px;
          font-size: 2rem;
}

.Filter_title {
          width: 20%;
}

.Filter_title>p {
          font-size: 16px;
          font-weight: 500;
          color: #d68910;
          margin-bottom: 0px;
          border: solid 1px #ced4da;
          width: 85%;
          padding: 5px 10px;
          text-align: center;
          border-radius: 5px;
}

.Filters {
          margin: 0px;
          padding: 0px;
          display: flex;
          width: 85%;
          justify-content: space-between;
}

.Filters .form-select {
          font-size: 14px;
}

.Filters li {
          list-style: none;
          display: inline-block;
          width: 20%;
          justify-content: space-between;
}

.Enquiry-form-top .form-floating>label {
          padding: 0.8rem .75rem;
}

.Enquiry-form-top .form-control {
          font-size: 0.9rem;
}

.Enquiry-form-top .form-floating>.form-control,
.Enquiry-form-top .form-floating>.form-select {
          height: calc(2.8rem + 2px);
}

.Enquiry-form-top .modal-header {
          background-color: #d68910;
          color: #fff;
}

.Enquiry-form-top .btn-close {
          opacity: 0.9;
          background-color: #fff;
}

/* .Enquiry-form-top .btn-primary {
color: #fff;
background-color: #181818;
border-color: #181818;
} */

.nav-sidebar {
          position: fixed;
          top: 0;
          height: 100%;
          width: 300px;
          z-index: 1005;
          background-color: #fff;
          right: -300px;
          transition: 0.3s;
          -webkit-transition: 0.3s;
          box-shadow: -4px 0 8px 0 rgb(0 0 0 / 8%);
          height: 100vh;
          overflow-y: overlay;
}

.nav-add {
          right: 0px !important;
          transition: 0.3s;
          -webkit-transition: 0.3s;
}

.nav-overlay {
          overflow-y: hidden;
}

.nav-overlay::before {
          content: "";
          display: block;
          position: fixed;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background-color: rgb(0 0 0 / 80%);
          z-index: 1004;
}

.close_nav {
          background-color: transparent;
          outline: none;
          border: none;
          color: #fff;
          position: absolute;
          right: 11px;
          top: 15px;
}

.menu-right-bar {
          display: block;
          width: 100%;
          float: left;
}

.menu-right-bar ul {
          margin: 0px;
          padding: 0px;
}

.menu-right-bar ul li {
          list-style: none;
          display: block;
          position: relative;
}

.menu-right-bar ul li .active {
          background-color: #081789;
          color: #fff;
          border-top: 1px solid #fff;
}

.menu-right-bar ul li a {
          display: block;
          border-radius: 0px;
          color: #000;
          text-decoration: none;
          padding: 12px 5px 12px 0px;
          opacity: 0.9;
          font-weight: 400;
          font-size: 14px;
          transition: 0.3s;
          margin-left: 0px;
          margin-right: 0px;
          text-align: center;
          -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          margin-top: 0px;
}

.menu-right-bar ul li a:hover {
          background-color: #d68910;
          color: #fff;
          border-radius: 0px;
}

.menu-right-bar ul li:last-child a {
          border-bottom: solid 0px rgb(0 0 0 / 10%);
}

.menu-right-bar ul li a span {
          margin-right: 0px;
}

.top_menu_title {
          background-color: #d68910;
          display: flex;
          padding: 28px 0;
}

.top_menu_title a {
          text-decoration: none;
          color: #000;
}

.top_menu_title .pr-2 {
          margin-right: 3px;
}

.top_menu_title .btn {
          font-size: 0.9rem;
}

.top_menu_title .btn-light {
          color: #000;
          background-color: #fff;
          border-color: #d68910;
}

.top_menu_title .btn-light:focus {
          box-shadow: none;
}

.menu-right-bar ul li a:hover {
          transition: 0.3s;
          padding-left: 5px;
}

.nav-mobile {
          border: solid 1px #ddd;
          margin: auto;
          width: 90%;
          border-radius: 5px;
          padding: 10px;
          background-color: #fff;
          margin-top: 20px;
          margin-bottom: 20px;
          -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.nav-mobile>p {
          margin-bottom: 0px;
          display: flex
}

.nav-mobile span {
          flex-basis: 80px;
}

.our-projects-main .factors-w-100 {
          margin-bottom: 40px;
}

.tab-projects {
          position: relative;
          height: 95%;
          background-color: #222222;
          padding: 15px;
          border-radius: 10px;
}

.tab-projects .nav-link::after {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          border-left: 5px solid #a2a2a2;
          left: 30px;
          margin-top: 5px;
}

.tab-projects .nav-link.active::after {
          border-left: 5px solid red;
}

.youtube-video-pop .btn-close {
          position: absolute;
          padding: .5em .5em;
          right: -32px;
          opacity: 0.9;
          background-color: #fff;
}

.listing-detail-title .add-text .location-map {
          margin-right: 10px;
}

.listing-detail-title .add-text .location-map i {
          font-size: 22px;
          color: #d68910;
}

.listing-detail-title .add-text p {
          margin-bottom: 20px;
}

.listing-detail-title .prige_red {
          font-size: 25px;
          font-weight: 300;
          color: #464646;
}

.listing-detail-title .Star-small {
          font-size: 20px;
          text-align: right;
          font-weight: bold;
}

.listing-detail-title .Star-small span {
          border-bottom: solid 3px #d68910;
}

.listing-detail-title .prige_red i {
          font-size: 23px;
          color: #d68910;
}

.listing-detail-title .prige_red span {
          color: #d68910;
          font-weight: 600;
}

.detail-about {
          padding-top: 30px;
          padding-bottom: 30px;
          background-color: #fff;
          border-top: solid 1px #e8e8e8;
}

.buy-details-col {
          width: 100%;
          float: left;
}

.location-d-flex {
          display: flex;
}

.location-d-flex p.add_map {
          margin-bottom: 0px;
}

.tab-projects h3 {
          margin: 0px;
          padding: 0px;
          color: #fff;
          font-size: 18px;
          padding-bottom: 10px;
          border-bottom: solid 1px #4a4a4a;
          margin-bottom: 15px;
}

.city-pull-right {
          float: right;
          text-decoration: none;
          color: #666;
}

.city-thumb.cities {
          height: 230px;
}

.city-thumb.cities img {
          object-fit: cover;
}

.buy-details-text {
          width: 100%;
          float: left;
          margin-bottom: 15px;
          border-bottom: solid 1px #ececec;
}

.buy-details-text h2 {
          font-size: 22px;
          font-weight: 600;
}

.buy-details-text h3 {
          font-size: 22px;
          font-weight: 600;
          margin-bottom: 15px;
}

.amenities-icon img {
          width: 40px;
          margin-right: 10px;
          background-color: #fff;
          border-radius: 5px;
          padding: 5px;
          border: solid 1px #ddd;
}

.amenities-icon {
          margin-bottom: 25px;
}

.detail-form {
          width: 90%;
          float: right;
}

.detail_child {
          background-color: #fff2f4;
          border: solid 1px #ccc;
          border-radius: 20px;
          padding: 25px;
          box-sizing: border-box;
}

.detail-form.fixed-border {
          border: none;
}

.detail-form h4 {
          text-align: center;
}

.detail_child p {
          text-align: center;
          margin-bottom: 5px;
}

#succ_message {
          display: none;
}

#succ_message.alert {
          padding: 0.5rem 1rem;
          margin-bottom: 0.8rem;
}

.location-arrow {
          width: 15px;
}

.detail-form .btn {
          width: 100%;
          text-align: center;
          height: 45px;
          margin-top: 20px;
}

.red-star {
          color: red;
}

.buy-details-text h4 {
          margin-bottom: 15px;
}

.video-details {
          width: 100%;
          float: left;
          background-color: #ededed;
          border-radius: 30px;
          overflow: hidden;
          background-image: url(../images/black-img.png);
          background-repeat: no-repeat;
          background-size: 100%;
          min-height: 353px;
          background-position: center;

}

.property_name_ {
          transition: all 0.2s ease-in-out;
          transform: translateY(-80%);
}

.property_name_.stick {
          transition: all 0.2s ease-in-out;
          transform: none;
          z-index: 9999;
          position: fixed;
          top: 0;
          width: 100%;
          background-color: #d68910;
}

.property_name_.stick .listing-detail-title {
          color: #fff;
}

.property_name_.stick .listing-detail-title .prige_red {
          color: #fff;
}

.property_name_.stick .listing-detail-title .prige_red i {
          color: #fff;
}

.property_name_.stick .listing-detail-title .prige_red span {
          color: #fff;
}

.property_name_.stick .listing-detail-title .add-text .location-map i {
          color: #fff;
}

.listing-detail-title {
          display: flex;
          align-items: center;
}

.listing-detail-title h1 {
          font-size: 30px;
}

.property_name_.stick .listing-detail-title h1 {
          margin-bottom: 0px;
}

.top-video-part {
          padding-top: 25px;
          padding-bottom: 55px;
}

.video-details video {
          width: 100%;
          height: 357px;
          border-radius: 30px;
          cursor: pointer;

}

.col_3_pic {
          margin-bottom: 25px;
}

.col_3_pic {
          height: 164px;
          border-radius: 30px;
          overflow: hidden;
          transition: 0.8s;
}

.col_3_pic:hover img {
          transform: scale(1.1);
          transition: 0.8s;
}

.col_3_pic img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 30px;
          transform: scale(1);
          transition: 0.3s;
}

.col_6_pic {
          height: 353px;
          position: relative;
          overflow: hidden;
          border-radius: 30px;
}

.col_6_pic:hover img {
          transform: scale(1.1);
          transition: 0.8s;
}

.col_6_pic img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 30px;
          transform: scale(1);
          transition: 0.8s;
}

.col_6_pic a {
          position: absolute;
          bottom: 18px;
          right: 18px;
          background-color: #fff;
          padding: 5px 10px;
          border-radius: 5px;
          text-decoration: none;
          color: #414141;
}

#photos-all .btn-close {
          position: absolute;
          padding: .5em .5em;
          right: -32px;
          opacity: 0.9;
          background-color: #fff;
}

.getintouch {
          margin-top: 20px;
          border-radius: 20px;
          border: solid 1px #ccc;
          box-sizing: border-box;
          padding: 10px 10px 10px 20px;
          display: flex;
          position: relative;
          overflow: hidden;
}

.getintouch::before {
          content: '';
          position: absolute;
          width: 157px;
          height: 150px;
          right: -80px;
          top: -19px;
          transform: rotate(106deg);
          background-color: #d68910;
}

.getintouch .getin-pic {
          width: 60px;
          height: 60px;
          border: solid 1px #f0f0f0;
          border-radius: 50%;
          overflow: hidden;
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: #ce011b;
}

.getintouch .getin-pic img {
          max-width: 100%;
          height: 60%;
          object-fit: cover;
}

.getintouch-text {
          margin-left: 15px;
}

.getintouch-text h6 {
          margin-bottom: .2rem;
}

.getintouch-text p {
          margin-bottom: 0px;
}

.about-us-main {
          width: 100%;
          float: left;
}

.faq-banner {
          width: 100%;
          float: left;
          background-color: #d68910;
          text-align: center;
          background-image: url(../images/faq.png);
          background-repeat: no-repeat;
          background-position: right;
          padding-top: 70px;
          padding-bottom: 70px;
          position: relative;

}

.faq-banner h3 {
          color: #fff;
}

/* .faq-banner::before {
content: '';
height: 100%;
width: 100%;
background-color: rgb(0 0 0 / 32%);
position: absolute;
left: 0px;
top: 0;
} */

.faq-banner h1 {
          position: relative;
          z-index: 1;
          color: #fff;
          text-shadow: 2px 2px 2px #575757;
}

.asked_questions_inner {
          width: 100%;
          float: left;
          padding: 60px 0px 60px;
}

.Schedule {
          padding: 35px 0px 25px;
}

.asked_questions_inner .accordion_constome .accordion-body {
          padding-left: 15px;
}

.asked_questions_inner .accordion_constome .accordion-button {
          padding-left: 15px;
}

.asked_questions_inner .accordion_constome .accordion-item {
          border-bottom: 1px solid #ddd !important;
}

.asked_questions_inner .accordion-button::after {
          width: 1.8rem;
          height: 1.8rem;
          background-color: #fff;
          border-radius: 50%;
          background-position: 4px;
          margin-right: 10px;
}

.asked_questions_inner .accordion_constome .accordion-button:not(.collapsed) {
          color: #ffffff;
          background-color: #d68910;
          box-shadow: none;
          border-bottom: 1px solid #d68910 !important;
          padding-left: 15px;
}

.a-text-head h2 {
          color: #2D2D2D;
          text-align: left;
          font-size: 30px;
          font-weight: 500;
          line-height: 35px;
          width: 354px;
}

.a-text-head p {
          font-size: 22px;
          line-height: 30px;
          font-weight: 400;
          width: 90%;
          margin-bottom: 30px;
          text-align: left;
}

.a-text-head .headParaLeft {
          position: relative;
          top: 0;
          left: 0;
          padding-left: 0;
}

.a-text-head .headParaLeft li {
          list-style-type: none;
          position: relative;
          display: flex;
          align-items: center;
          column-gap: 25px;
          margin-bottom: 20px;
}

.headParaLeft li .leftIcons i {
          font-size: 70px;
          color: #BAAAFF;
}

.headParaLeft li .leftPara p {
          font-size: 20px;
          line-height: 25px;
          font-weight: 400;
          width: 75%;
          margin-bottom: 0;
}


.a-text-head {
          padding-left: 20px;
          line-height: 21px;
          color: #525252;
          text-align: justify;
}

.about-phic-01 img {
          max-width: 100%;
          border-radius: 40px;
}

ul.mission_list {
          margin: 0px;
          padding: 0px;
          list-style: none;
}

ul.mission_list li {

          padding-left: 10px;
          padding-right: 50px;
          margin-bottom: 15px;
          list-style: auto;
          margin-left: 50px;
          color: #525252;
          text-align: justify;
}

ul.mission_list li span {
          font-weight: bold;
}

.our-mission-text,
.our-Vision-text {
          width: 100%;
          float: left;
          text-align: left;
          padding-left: 80px;
          padding-right: 80px;
          margin-top: 30px;
}

.our-Vision-text {
          margin-top: 40px;
}

.our-mission-text p {
          line-height: 25px;
          color: #525252;
          text-align: center;
}

.our-Vision-text p {
          line-height: 21px;
          color: #525252;
          text-align: center;
}

.our-mission-text h3 {
          color: #081789;
          font-size: 2rem;
          text-align: center;
}

.our-Vision-text h4 {
          color: #081789;
          font-size: 2rem;
          text-align: center;
}

.our-Continuour-Innovation {
          background-color: #fff;
          -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 20px rgb(0 0 0 / 17%);
          border-radius: 30px;
          margin-top: 50px;
          padding: 40px;
          width: 100%;
          float: left;
          box-sizing: border-box;
}

.our-Continuour-Innovation .h-xtx {
          text-align: center;
          font-size: 2rem;
          color: #081789;
}

.our-Continuour-Innovation .pt-xtx {
          text-align: center;
          font-weight: 300;
}

.ourteam_pic {
          position: relative;
          height: 210px;
          background-color: #e0e0e0;
          display: flex;
          align-items: center;
          justify-content: center;
          background-image: url(../images/black-img.png);
          background-repeat: no-repeat;
          background-size: cover;
          border-radius: 10px;
}

.ourteam_pic img {
          width: 100%;
          object-fit: cover;
          height: 100%;
          border-radius: 10px;
}

.ourteam_pic::before {
          z-index: -1;
          right: 15px;
          top: -15px;
          position: absolute;
          content: '';
          height: 100%;
          width: 100%;
          background-color: #d68910;
          border-radius: 15px;
}

.card_slick {
          padding: 15px;
}

.Our-Team-heading {
          width: 100%;
          float: left;
}

.our_Team {
          width: 100%;
          float: right;
}

.Our-Team-heading h3 {
          color: #081789;
          font-size: 28px;
          text-align: center;
          position: relative;
          margin-bottom: 24px;
}

.our_Team .card-body h6 {
          color: #081789;
          margin-bottom: 0px;
          font-size: 18px;
}

.our_Team .card-body p {
          margin-bottom: 0px;
          font-weight: 300;
}

.our_Team.our-Continuour .card_slick {
          margin: 4%;
          margin-bottom: 0px;
}

.our_Team .card_slick {
          padding: 10px 10px 0px 10px;
}

.our_Team .card-body {
          padding-bottom: 0px;
}

.about-banner {
          position: relative;
          width: 100%;
          display: block;
          /* float: left; */
          text-align: center;
          background-image: url(../images/contact-us1.jpg);
          background-repeat: no-repeat;
          background-size: cover;
          padding-top: 120px;
          padding-bottom: 120px;
          background-position: center;
}

.about-banner::before {
          content: '';
          height: 100%;
          width: 100%;
          background-color: rgb(0 0 0 / 32%);
          position: absolute;
          left: 0px;
          top: 0;
}

.about-banner h1 {
          position: relative;
          z-index: 1;
          color: #fff;
          margin-bottom: 0;
          /* text-shadow: 2px 2px 2px #575757; */
}

.blog-banner {
          position: relative;
          width: 100%;
          float: left;
          text-align: center;
          background-image: url(../images/blog.jpg);
          background-repeat: no-repeat;
          background-size: cover;
          padding-top: 123px;
          padding-bottom: 123px;
          background-position: center;
}

.blog-banner::before {
          content: '';
          height: 100%;
          width: 100%;
          background-color: rgb(0 0 0 / 32%);
          position: absolute;
          left: 0px;
          top: 0;
}

.blog-banner h1 {
          position: relative;
          z-index: 1;
          color: #fff;
          text-shadow: 2px 2px 2px #575757;
          text-transform: uppercase;
          margin-bottom: 0px;
}

.sectionClass {
          padding-top: 50px;
          padding-bottom: 50px;
          margin-top: 40px;
          border-radius: 25px;
}

.counter-box {
          position: relative;
          text-align: center;
}

.counter-box .number {
          font-size: 50px;
          font-weight: 600;
          margin-bottom: 0px;
          color: #d68910;
}

.counter-box p {
          font-size: 18px;
          color: #333;
          margin-bottom: 0px;
}

.counter-box .d__flex {
          display: flex;
          justify-content: center;
          align-items: center;
}

.counter-box .d__flex i {
          margin-left: 5px;
          color: #d68910;
}

.ourteam_pic .linkedin {
          width: 25px;
          height: 25px;
          background-color: #fff;
          position: absolute;
          bottom: 0;
          right: 0px;
          text-align: center;
          line-height: 25px;
          border-radius: 5px 0px 9px;
          color: #0077b5;
          transition: 0.3s;
}

.ourteam_pic .linkedin:hover {
          background-color: #0077b5;
          color: #fff;
          transition: 0.3s;
}

.login-form-top .modal-header {
          background-color: #ebebeb;
}

.login-form-top .modal-body {
          padding: 1.5rem 2rem;
}

.login-form-top .dt-sc-sorting-container {
          margin-bottom: 0px;
          justify-content: left;
}

.login-form-top .dt-sc-sorting-container .nav-link {
          font-size: 17px;
          border-radius: 5px;
          position: relative;
          background-color: transparent !important;
}

.login-form-top .dt-sc-sorting-container .nav-link.active {
          color: #d68910;
}

.login-form-top .btn-close {
          background-color: #fff;
          border-radius: 20px;
          margin-right: 0px;
}

.login-form-top .form-floating>label {
          padding: 0.8rem .75rem;
}

.login-form-top .form-control {
          font-size: 0.9rem;
          border: none;
          border-bottom: 1px solid #ced4da;
}

.login-form-top .form-floating>.form-control,
.login-form-top .form-floating>.form-select {
          height: calc(2.8rem + 2px);
}

.login-form-top .fade:not(.show) {
          display: none;
}

.login-form-top .dt-sc-sorting-container .nav-link.active::before {
          content: '';
          width: 100%;
          height: 3px;
          background-color: #d68910;
          bottom: -18px;
          position: absolute;
          left: 0px;
}

.login-form-top .btn.btn-primary {
          width: 100%;
          height: 55px;
          font-size: 17px;
          text-transform: uppercase;
          font-weight: 500;
          margin-top: 10px;
          margin-bottom: 5px;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
          box-shadow: 0 0 0 0.0rem rgba(49, 132, 253, .5);
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
          box-shadow: 0 0 0 0rem rgba(49, 132, 253, .5);
}

.btn-close:focus {
          box-shadow: 0 0 0 0.0rem rgba(13, 110, 253, .25);
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
          box-shadow: 0 0 0 0.0rem rgba(211, 212, 213, .5);
}

.btn-check:focus+.btn-light,
.btn-light:focus {
          box-shadow: 0 0 0 0.0rem rgba(211, 212, 213, .5);
}

.f-link h5 {
          margin-bottom: 5px;
          font-size: 14px;
}

.small-forgot {
          font-size: 12px;
          text-decoration: none;
          color: #333;
          margin-left: auto;
}

.for-checkout {
          display: flex;
          align-items: center;
}

.forgot_tab {
          width: 100%;
          float: left;
          display: none;
}

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

.back__click .forgot-title-text {
          margin-bottom: 0px;
          padding-left: 15px;
          font-size: 18px;
          font-weight: 500;
}

.for-forgot-mt {
          margin-top: 2rem;
          margin-bottom: 2rem;
}

.back-click-btn {
          cursor: pointer;
}

.keep-in-touch {
          background-color: #fff;
          -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 20px rgb(0 0 0 / 17%);
          border-radius: 30px;
          width: 100%;
          float: left;
          box-sizing: border-box;
}

.keep-in-left-col-6 {
          width: 100%;
          float: left;
          padding: 40px 50px;
          position: relative;
          height: 100%;
          border-right: solid 1px #ddd;
          background-image: url(../images/contact-building.png);
          background-repeat: no-repeat;
          background-size: 100%;
          background-position: bottom;
          border-bottom-left-radius: 30px;
}

.keep-in-left-col-6 .f-link {
          color: #000;
          margin-top: 15px;
          width: 100%;
          float: left;
}

.keep-in-left-col-6 .f-address i {
          font-size: 18px;
          line-height: 24px;
}

.keep-in-right-col-6 {
          width: 100%;
          float: left;
          padding: 40px 50px 40px 30px;
}

.keep-in-right-col-6 h2 {
          margin-bottom: 0px;
}

.keep-in-right-col-6 p.keep-in-pxt {
          margin-bottom: 0px;
          font-size: 24px;
          font-weight: 300;
          margin-top: 0px;
          position: relative;
}

.keep-in-right-col-6 p.keep-in-pxt::after {
          content: '';
          position: absolute;
          left: 0px;
          width: 15%;
          background-color: #d68910;
          bottom: 0px;
          height: 2px
}

.keep-in-right-col-6 .keep-in-pxt2 {
          margin-bottom: 10px;
          font-weight: 300;
          margin-top: 20px;
}

.buy-details-text>p {
          line-height: 23px;
          color: #414141;
}

.contact-banner {
          width: 100%;
          float: left;

          text-align: center;
          background-image: url(../images/contact-us2.jpg);
          background-repeat: no-repeat;
          background-size: cover;
          padding-top: 123px;
          padding-bottom: 123px;
          position: relative;
          background-position: center;
}

.contact-banner::before {
          content: '';
          height: 100%;
          width: 100%;
          background-color: rgb(0 0 0 / 32%);
          position: absolute;
          left: 0px;
          top: 0;
}

.contact-banner h1 {
          position: relative;
          z-index: 1;
          color: #fff;
          text-shadow: 2px 2px 2px #575757;
}

.form-group {
          position: relative;
          margin-bottom: 1rem;
}

.form-control {
          height: calc(2.8rem + 2px);
}

select.form-control {
          padding-top: 10px;
          transition: 0.15s;
}

.floating-label {
          font-weight: 400;
          opacity: 1;
          top: 16px;
          left: 20px;
          pointer-events: none;
          position: absolute;
          transition: 240ms;
          margin-bottom: 0;
          z-index: 1;
}

.floating-diff .floating-label {
          opacity: 0;
}

.floating-diff.focused .floating-label {
          opacity: 1;
}

.form-group.focused .floating-label {
          opacity: 1;
          color: #7b7f82;
          top: 4px;
          left: 14px;
          font-size: 12px
}

.form-group.focused select.form-control {
          padding-top: 21px;
}

.floating-diff select {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          background: url(../images/select-down-arrow.svg) calc(100% - 18px) / 11px no-repeat;
}

.form-keep-in .btn {
          margin-top: 15px;
}

.form-keep-in .form-control {
          border: 0px solid #ced4da;
          border-bottom: 1px solid #ced4da;
          border-radius: 0px;
}

.form-keep-in .iti__flag-container {
          height: 47px;
          width: 100px;
          border-top: none;
          border-left: 0px;
          border-bottom: solid 1px #ddd;
}

.form-keep-in .iti__flag-container:focus {
          border: none;
          outline: none;
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
          height: 47px;
          border: none;
          border-bottom: solid 1px #ddd;
}

.iti input:focus {
          border: none;
          outline: none;
          border-bottom: solid 1px #ddd;
}

.iti input {
          border: none;
          outline: none;
          border-bottom: solid 1px #ddd;
}

.iti__country-list .iti__hide {
          border: none;
          outline: none;
}

.iti__country-list:focus {
          border: none;
          outline: none;
}

/* .container-blog {
padding-left: 80px;
padding-right: 80px;
} */

.Categories-blog {
          width: 100%;
          float: left;
}

.list-blog-item {
          width: 100%;
          float: left;
          border: solid 1px #ddd;
          border-radius: 10px;
          overflow: hidden;
          margin-bottom: 20px;
}

.list-blog-item:last-child {
          margin-bottom: 0px;
}

.list-blog-item .title {
          margin: 0px;
          padding: 10px 15px;
          background-color: #d68910;
          font-size: 18px;
          color: #fff;
}

.widget_list {
          padding: 15px;
}

.widget_list ul {
          margin: 0px;
          padding: 0px;
}

.widget_list li {
          list-style: none;
}

.widget_list>ul>li>a {
          color: #333;
          font-size: 14px;
          line-height: 40px;
          -webkit-transition: all .3s ease;
          -moz-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease;
          text-transform: capitalize;
          display: block;
          text-decoration: none;
          font-weight: 500;
          padding-left: 10px;
          background-color: #f1f1f1;
          border-bottom: solid 0px #dddd;
          padding-right: 10px;
          margin-bottom: 5px;
          border-radius: 5px;
}

.widget_list>ul>li>a:hover {
          background-color: #ccc;
}

.widget_list>ul>li>a.active {
          background-color: #181818;
          color: #fff;
}

.widget_list>ul>li>a.active span {
          color: #fff;
}

.widget_list>ul>li>a span {
          color: #0D263B;
          float: right;
}

.widget_list>ul>li:last-child>a {
          border-bottom: solid 0px #dddd;
          margin-bottom: 0px;
}

.submenu>li>a {
          color: #666;
          border-bottom: 1px solid #E6E9EC;
          display: block;
          padding: 8px;
          text-decoration: none;
}

.submenu>li:last-child>a {
          border-bottom: 0px solid #E6E9EC;
}

.widget_list .submenu {
          display: none;
          background-color: #efefef;
          border-radius: 5px;
}

.blog-main {
          width: 100%;
          float: left;
          padding: 15px 0px 40px;
}

.blog-picture {
          width: 100%;
          float: left;
          height: 450px;
          border-radius: 20px;
          overflow: hidden;
}

.blog-picture img {
          max-width: 100%;
          height: 100%;
          object-fit: fill;
          width: 100%;
          transition: all 0.3s;
}

.card-body-blog {
          width: 100%;
          float: left;
          margin-top: 20px;
          line-height: 23px;
}

.card-body-blog h5.card-title {
          font-size: 2rem;
          font-weight: bold;
}

.card-text-bold {
          font-weight: bold;
          font-size: 1.2rem;
          font-weight: 600;
          margin-bottom: 5px;
}

.bp_meta ul {
          padding: 0px;
          font-size: 13px;
          margin-bottom: 10px;
}

.bp_meta ul li.list-inline-item {
          padding: 0px;
          color: #8b8b8b;
          letter-spacing: .25px;
}

.widget_list li:last-child {
          border-bottom: 0px solid #E6E9EC;
}

.recent_posts_blogs {
          width: 100%;
          float: left;
          max-height: 406px;
          overflow: auto;
}

.recent_posts_blogs {
          padding: 0px;
          margin: 0px;
}

.article_post {
          width: 100%;
          float: left;
          box-sizing: border-box;
          padding-left: 13px;
          padding-right: 13px;
          padding-top: 13px;
}

.article_post:last-child {
          padding-bottom: 15px;
}

.article_flex {
          display: flex;
}

.article_flex .post_picture {
          width: 85px;
          height: 65px;
          overflow: hidden;
          border-radius: 5px;
}

.article_post a {
          text-decoration: none;
}

.article_flex .post_picture img {
          object-fit: cover;
          height: 100%;
          width: 100%;
}

.article_flex .info-contain {
          flex-basis: 60%;
          padding-left: 15px;
}

.article_flex .info-contain h4 {
          font-size: 14px;
          color: #333;
          letter-spacing: 1.25px;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
}

.article_flex .info-contain .small-time {
          font-size: .875em;
          color: #8b8b8b;
          letter-spacing: .25px;
}

.widget_list .submenu {
          display: none;
}

.lpt-list-data {
          position: relative;
          top: -50px;
}

.lpt_price_ {
          margin-bottom: 0px;
}

.lpt_price_ .lpt_01 {
          margin-right: 25px;
}

.lpt_price_ .lpt_01 span {
          border-bottom: solid 1px #666;
}

.lpt_price_ .lpt_02 span {
          border-bottom: solid 1px #666;
}

.contact-icons {
          position: absolute;
          top: 14px;
          z-index: 1;
}

.form-keep-in .form-floating>label {
          padding: 0.8rem .75rem 0.8rem 1.70rem;
}

.form-keep-in .form-floating>.form-control {
          padding: 0rem 1.75rem;
          padding-top: 1.625rem;
          padding-bottom: .625rem;
}

.form-keep-in .form-floating.no-actione>label {
          padding: 0.8rem .75rem;
}

.form-keep-in .form-floating.no-actione>.form-control {
          padding: 0rem 0.75rem;
          padding-top: 1.625rem;
          padding-bottom: .625rem;
}

/* .form-keep-in .no-actione.br .form-control{
border: 1px solid #ced4da;
border-radius: .25rem;

} */

.form-keep-in .iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
          left: 20px;
}

.form-keep-in .iti {
          padding-left: 14px;
}

.relative {
          position: relative;
}

.form-keep-in .form-group.focused .floating-label {
          left: 29px;
}

.form-keep-in .floating-diff select {
          padding: 0rem 1.75rem;
}

.contact-icons img {
          width: 20px;
}

.slick-prev:before,
.our-Continuour-Innovation .slick-next:before {
          color: #d68910 !important;
}

.blog-contain.with_page {
          margin-bottom: 50px;
          width: 100%;
          float: left;
          /* -webkit-box-shadow: 0 3px 12px -1px rgba(7,10,25,.1), 0 22px 27px -30px
rgba(7,10,25,.1);
box-shadow: 0 3px 12px -1px rgba(7,10,25,.1), 0 22px 27px -30px
rgba(7,10,25,.1);
border: solid 1px rgb(221 221 221 / 69%); */
          padding: 0px 5px;
          border-radius: 20px;
}

.blog-contain.with_page .card-body-blog h5.card-title {
          font-size: 16px;
          font-weight: 500;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          line-height: 22px;
}

.blog-contain.with_page .blog-picture {
          height: 175px;
          border-radius: 10px;

}

.blog-contain.with_page a {
          color: #333;
          transition: all 0.3s;
}

.blog-contain.with_page a:hover .blog-picture:hover img {
          transform: scale(1.03);
          transition: all 0.3s;
}

.blog-contain.with_page a:hover {
          color: #0d6efd;
          transition: all 0.3s;
}

.blog_tab_link {
          padding: 0px;
          margin: 0px;
          text-align: center;
}

.blog_tab_link li {
          list-style: none;
          display: inline-block;
}

.blog_tab_link li a {
          text-decoration: none;
          color: #000000;
          display: block;
          background-color: #dedede;
          border-radius: 30px;
          margin-right: 10px;
          padding: .7rem 1.5rem;
}

.blog-banner span {
          color: #fff;
}

.blog-banner a {
          color: #fff;
}

.brdcrmb-link a::after {
          content: '';
          position: absolute;
          border: solid #fff;
          border-width: 0 1px 1px 0;
          display: inline-block;
          padding: 2px;
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          top: 5px;
          right: -13px;
}

.brdcrmb-link {
          position: relative;
          z-index: 9;
}

/* login css*/
#app {
          color: #374957;
          height: 100vh;
          width: 100vw;
          display: flex;
}

.art-wrapper {
          background-color: #f8fafb;
          height: 100%;
          overflow: hidden;
          position: relative;
          width: calc(100% - 480px);
}

.art-wrapper img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          filter: brightness(75%);
          height: 100%;
          width: 100%;
          object-fit: cover;
          pointer-events: none;
}

#app .content-wrapper {
          padding: 40px 20px;
          background-color: #fff;
          height: 100%;
          overflow-x: hidden;
          overflow-y: auto;
          position: relative;
          flex-basis: 480px;
}

#app .content-wrapper .main-content {
          margin: auto;
          width: 320px;
}

.login-logo {
          margin-bottom: 70px;
          text-align: center;
          margin-top: 20px;
}

.login-logo img {
          height: 55px;
}

.base-layout {
          /* align-items: center;
display: flex;
justify-content: center;
flex-direction: column;
width: 100%; */
          width: 100%;
          text-align: center;
}

.base-layout label.error {
          border: 0px solid red;
          color: red;
          font-weight: normal;
          position: inherit;
          padding: 0px;
          font-size: 13px;
          display: flex;
}

.height__vh {
          height: 100vh;
}

.base-layout .title {
          font-size: 1.375rem;
          font-weight: 500;
          margin-bottom: 50px;
}

.continue-with {
          width: 100%;
          float: left;
}

.continue-with a {
          display: block;
          padding: 12px;
          border-radius: 5px;
          margin-bottom: 10px;
          box-shadow: inset 0 0 0 1px #ced4da;
          text-align: center;
          text-decoration: none;
          color: #374957;
          transition: all 0.3s;
          font-weight: 500;
}

.continue-with a:hover {
          transition: all 0.3s;
          background: #f8fafb;
}

/* .continue-with .fa-facebook-f {
color: #fff;
} */
.continue-with svg {
          width: 17px;
          margin-right: 6px;
}

.continue-with i {
          margin-right: 10px;
}

.continue-with .fa-facebook-f {
          color: #fff;
          background-color: #1877f2;
          border-radius: 50px;
          width: 19px;
          height: 19px;
          line-height: 23px;
}

.base-layout .have-account {
          margin-top: 30px;
          width: 100%;
          float: left;
}

.base-layout .have-account p {
          margin-bottom: 0px;
          font-weight: 500;
}

.base-layout.have-account a {
          text-decoration: none;
}

.content-wrapper .login-back {
          position: absolute;
          top: 5px;
          display: block;
          left: 10px;
}

.content-wrapper .login-back span {
          color: #1273eb;
}

.content-wrapper .login-back .arrow-left {
          display: inline-block;
          margin: 0px auto;
          width: 9px;
          height: 9px;
          border-top: 2px solid #1273eb;
          border-left: 2px solid #1273eb;
          transform: rotate(-45deg);
          margin-right: 5px;
}

.content-wrapper .login-back .btn-light {
          color: #1273eb;
          background-color: #fff;
          border-color: #fff;
          float: left;
}

.re_email {
          margin-bottom: 20px;
}

.base-layout .title.t-3 {
          margin-bottom: 30px;
}

.receive_did_n {
          text-decoration: none;
          margin-top: 13px;
          display: inline-block;
}

.base-layout .btn.btn-primary {
          width: 100%;
          height: 44px;
}

.base-layout .small__forgot {
          font-size: 14px;
          text-decoration: none;
          color: #333;
          margin-top: 30px;
          display: block;
}

#loginForm {
          display: none;
}

#forgot__password {
          display: none;
}

#login-back {
          display: none;
}

#login-back-01 {
          display: none;
}

.continue_checkbox label {
          font-size: 13px;
}

.continue_checkbox {
          width: 100%;
          float: left;
          margin-top: 15px;
}

.continue_checkbox .by {
          margin-top: 25px;
          color: #869fb2;
          font-size: 14px;
          text-align: center;
}

.continue_checkbox p.by a {
          text-decoration: none;
          color: #869fb2;
          font-weight: 500;
}

.content-wrapper .login-back .btn-light {
          font-size: 14px;
}

.Reviews_w-100 {
          width: 100%;
          float: left;
          margin-top: 10px;
}

.reviews_click_btn button {
          display: block;
          background-color: #f7f7f7;
          width: 100%;
          text-align: left;
          font-size: 18px;
          padding: 12px 15px;
          border-radius: 5px;
          border: solid 1px #ccc;
          z-index: 2;
          position: relative;
          font-weight: bold;
}

.reviews_form {
          min-height: 300px;
          border-bottom-left-radius: .5em;
          border-bottom-right-radius: .5em;
          position: relative;
          top: -4px;
          padding: 25px;
          background-color: #fafafa;
          border: 1px solid #dedede;
}

.reviews_click_btn .form-control {
          font-size: 14px;
          font-weight: 300;
}

.reviews_click_btn input[type="file"] {
          position: relative;
}

.reviews_click_btn input[type="file"]::file-selector-button {
          width: 155px;
          color: transparent;
}

.reviews_click_btn input[type="file"]::before {
          position: absolute;
          pointer-events: none;
          top: 10px;
          left: 16px;
          height: 20px;
          width: 20px;
          content: "";
          background-image:
                    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230964B0'%3E%3Cpath d='M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zM7 9l1.41 1.41L11 7.83V16h2V7.83l2.59 2.58L17 9l-5-5-5 5z'/%3E%3C/svg%3E");
}

.reviews_click_btn input[type="file"]::after {
          position: absolute;
          pointer-events: none;
          top: 11px;
          left: 40px;
          color: #0964b0;
          content: "Picture Upload";
}

.reviews_click_btn input[type="file"]::file-selector-button {
          border-radius: 4px;
          padding: 0 16px;
          height: 40px;
          cursor: pointer;
          background-color: white;
          border: 1px solid rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
          margin-right: 16px;
          transition: background-color 200ms;
}

.reviews_click_btn input[type="file"]::file-selector-button:hover {
          background-color: #f3f4f6;
}

.reviews_click_btn input[type="file"]::file-selector-button:active {
          background-color: #e5e7eb;
}

.reviews_form {
          display: none;
}

.arrow_re {
          float: right;
          border-bottom: 0;
          border-right: 2px solid #d93444;
          border-top: 2px solid #d93444;
          display: inline-block;
          height: 5px;
          margin: 0 10px;
          padding: 6px;
          width: 5px;
          transform: rotate(135deg);
}

.arrow_uparrow {
          transform: rotate(-45deg);
          margin-top: 10px;
}

.total-reviews {
          align-items: center;
          margin-top: 20px;
          margin-bottom: 20px;
}

h4.lp-total-reviews {
          font-size: 1.2rem;
}

.reviews-section {
          border: 1px solid #dedede;
          border-radius: 5px;
          float: left;
          padding: 20px 20px 20px;
          width: 100%;
}

.total-reviews .form-select {
          font-weight: 300;
          font-size: 14px;
}

.sitemap_link a {
          text-decoration: none;
          color: #000000;
}

.sitemap_link h3 {
          font-size: 24px;
}

.sitemap_link h4 {
          font-size: 16px;
          margin-top: 15px;
          font-weight: 500;
}

article.review-post {
          border-bottom: 1px solid #dedede;
          float: left;
          width: 100%;
          margin-top: 20px;
          padding-top: 10px;
          padding-bottom: 10px;
}

article.review-post:last-child {
          border-bottom: 0px solid #dedede;
          padding-bottom: 0px;
}

article.review-post:first-child {
          margin-top: 0px;
          padding-top: 0px;
}

article.review-post>figure {
          float: left;
          margin-top: -2px;
          text-align: center;
          width: 76px;
          margin-bottom: 0px;
}

.reviews-section article.review-post .review-thumbnail {
          border: 1px solid #eee;
          border-radius: 100%;
          width: 60px;
          height: 60px;
          overflow: hidden;
          background-color: #f4f4f4;
          margin-left: 11px;
          background-image: url(../images/user-review.png);
          background-repeat: no-repeat;
          background-size: 26px;
          background-position: center;
}

.review-thumbnail img {
          width: 100%;
          height: 100%;
          object-fit: cover;
}

article.review-post>.details {
          float: right;
          width: calc(100% - 120px);
}

.review-post figcaption h4 {
          pointer-events: none;
          cursor: default;
          font-size: 14px;
          margin-top: 10px;
}

.review-post figure figcaption>p {
          font-size: 12px;
          line-height: 17px;
          margin-top: 0;
}

.top-section {
          margin-bottom: 0;
          display: flex;
}

.details .top-section h3 {
          color: #555;
          font-size: 14px;
          font-weight: 600;
          margin-bottom: 3px;
          margin-top: 0;
          padding-right: 140px;
}

.details .top-section time {
          color: #7f7f7f;
          float: left;
          font-size: 12px;
          line-height: 22px;
          margin-right: 40px;
}

.top-section .review-count {
          margin-left: auto;
}

.content-section {
          float: left;
          padding-top: 10px;
          width: 100%;
}

.fa-star:before {
          content: "\f005" !important;
          color: #ffc107;
}

.reviews-section span.rate {
          font-size: 12px;
          border-radius: 3px;
          color: #fff;
          background-color: #dc3545;
          padding: 3px 8px 2px;
          margin-left: 10px;
}

.submit-images {
          margin-top: 50px;
}

.chat_box_ {
          bottom: 10px;
          position: fixed;
          right: 5px;
          width: 360px;
          z-index: 1000;
          -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .25);
          border-radius: 10px;
          overflow: hidden;
          background-color: #fff;

}

.chat_box_ .chat-head {
          background-color: #181818;
          display: flex;
          flex-shrink: 0;
          align-items: center;
          justify-content: space-between;
          padding: 1.2rem 1.5rem;
          border-bottom: 1px solid #dee2e6;
          border-top-left-radius: calc(.3rem - 1px);
          border-top-right-radius: calc(.3rem - 1px);
}

.chat_box_ .chat-body {
          background-color: #fff;
}

.chat_box_ .chat-head img {
          max-width: 170px;
}

.chat_box_ .chat-head .btn-close {
          background-image: url(../images/close-btn.svg);
          opacity: 0.8;
}

.chat_box_ .chat-head .btn-close:hover {
          opacity: 1;
}

.chat_box_ .chat-head i {
          color: #fff;
          font-size: 22px;
}

.chat-data .title {
          font-size: 18px;
          font-weight: 500;
}

.q-tions {
          background-color: #fff;
          -webkit-box-shadow: 0 0px 6px 0 rgb(0 0 0 / 20%);
          box-shadow: 0 0px 6px 0 rgb(0 0 0 / 20%);
          padding: 8px 15px;
          border-radius: 5px;
          margin-bottom: 10px;
          font-weight: 500;
          float: left;
}

.qbox .choose_city,
.qbox .step_2,
.qbox .step_3 {
          display: inline-block;
          background-color: #d68910;
          color: #fff;
          padding: 8px 10px;
          border-radius: 5px;
          text-decoration: none;
          font-size: 13px;
          margin-bottom: 10px;
          outline: none;
          border: none;
}

.step_2.active {
          background-color: #930112;
}

.choose_city.active {
          background-color: #930112;
}

.step_3.active {
          background-color: #930112;
}

.qbox {
          width: 100%;
          float: left;
}

/* .chat-data p.txt-sub {
padding-left: 25px;
padding-right: 25px;
margin-bottom: 5px;

} */
.messages_box {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          overflow: auto;
          max-height: 380px;
          min-height: 380px;
          padding: 10px 25px 15px 25px;
          font-size: 13px;
}

.messagesInput_box {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          overflow: auto;
          max-height: 380px;
          min-height: 380px;
          padding: 20px 25px 15px 25px;
          font-size: 13px;
          /* background-color: rgba(67, 67, 232, 0.05) !important; */
}

.fill_form_chat {
          width: 100%;
}

.fill_form_chat .looking_for .btn-light {
          color: #000;
          background-color: #ffffff;
          border-color: #fff;
          border: solid 1px #d6d6e4;
          width: 100%;
          margin-bottom: 10px;
          padding: 12px;
}

.fill_form_chat .looking_for .btn-light:hover {
          background-color: #d6d6e4;
}

.looking_for ul {
          display: flex;
          width: 100%;
          justify-content: flex-start;
          flex-flow: wrap;
          padding: 0px;
          margin: 0px;
}

.looking_for ul li {
          width: 30%;
          list-style: none;
          margin-right: 10px;
          margin-bottom: 15px;
}

.looking_for ul li a {
          text-decoration: none;
          background-color: #fff;
          color: #000;
          padding: 10px;
          display: block;
          border: solid 1px #d6d6e4;
          border-radius: 5px;
}

.looking_for ul li a:hover {
          background-color: #d6d6e4;
}

.looking_for ul li:nth-child(3n-0) {
          margin-right: 0px;
}

.looking_for ul li:nth-child(13) {
          margin-bottom: 0px;
}

.looking_for ul li:nth-child(14) {
          margin-bottom: 0px;
}

.looking_for ul li:nth-child(15) {
          margin-bottom: 0px;
}

.q-tions_left {
          background: #f3f3f3;
          padding: 5px 10px;
          margin-bottom: 10px;
          border-radius: 0px 5px 5px 5px;
          -webkit-box-shadow: 0 0px 6px 0 rgb(0 0 0 / 5%);
          box-shadow: 0 0px 6px 0 rgb(0 0 0 / 5%);
          border: solid 1px #ddd;
}

.q-tions_right {
          align-self: flex-end;
          background: #181818;
          color: #fff;
          padding: 5px 10px;
          margin-bottom: 10px;
          border-radius: 5px 5px 5px 0px;
          -webkit-box-shadow: 0 0px 6px 0 rgb(0 0 0 / 5%);
          box-shadow: 0 0px 6px 0 rgb(0 0 0 / 5%);
}

.chat-head h4.title {
          font-size: 18px;
          font-weight: 500;
          color: #fff;
          margin-bottom: 0px;
}

.input-holder {
          align-items: center;
          display: flex;
          justify-content: center;
          /* padding: 12px 25px; */
}

.input-holder .control {
          width: 100%;
          height: 100%;
          display: flex;
          flex-flow: row wrap;
          justify-content: center;
}

.input-holder .btn.btn-primary {
          width: 100%;
          height: 45px;
          font-weight: 700;
          font-size: 18px;
}

.fill_form_chat>h6 {
          font-size: 18px;
          text-align: left;
          margin-bottom: 20px;
}

.fill_form_chat p.thk {
          font-weight: 400;
          font-size: 15px;
          text-align: center;
}

.thk.green {
          color: green;
          font-weight: bold;
}

.input-holder .control .chat-input {
          height: 70%;
          background: #eeeeee;
          width: 70%;
          border-radius: 5px;
          margin: auto;
          border: none;
          padding: 0 0.5em 0 0.5em;
          transition: all 0.7s;
          color: #333;
          border: solid 1px #ddd;
}

.input-holder .control .chat-btn {
          display: flex;
          flex-flow: column wrap;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 100%;
          margin: auto;
          background: #d68910;
          border: none;
          text-align: center;
          color: #FFF;
          transition: all 0.25s;
          border-radius: 5px;
          padding: 10px;
          font-weight: 600;
          font-size: 14px;
}

.input-holder>h6 {
          display: block;
}

.form-check-label a {
          text-decoration: none;
}

.textarea-pno {
          padding-left: 0px !important;
}

.input-holder.flexderec {
          align-items: flex-start;
          flex-direction: column;
          padding-left: 2px;
}

.Thankyou_pic {
          text-align: center;
          margin-bottom: 35px;
          margin-top: 25px;
}

.Thankyou_pic img {
          max-width: 33%;
}

.flexderec p {
          margin-bottom: 0px;
}

.flexderec .fa-mobile-phone {
          margin-left: 15px;
}

.chat_box_ {
          display: none;
}

#share_ {
          display: flex;
}

.share_relative {
          position: relative;
          margin-left: auto;

}

.relative_social {
          position: relative;
}

.relative_social .share_relative {
          margin-left: initial;
          position: absolute;
          top: 15px;
          right: 25px;
}

#exampleModalen1 .modal-dialog {
          max-width: 360px;
}

#exampleModalen1 .modal-dialog h6 {
          text-align: center;
          font-size: 24px;
          font-weight: bold;
          color: #d68910;
}

#exampleModalen1 .modal-dialog p {
          text-align: center;
          margin-bottom: 5px;
}

#exampleModalen1 .Thankyou_pic1 {
          text-align: center;
          margin-bottom: 10px;
          padding-top: 10px;
}

#exampleModalen1 .Thankyou_pic1 img {
          width: 90px;
}

#exampleModalen1 .modal-content {
          border-radius: 15px;
}

#exampleModalen1 .modal-body {
          border-radius: 15px;
          border: solid 2px #ef0125;
}

#enquire-fomm-pop .modal-dialog {
          max-width: 440px;
}

.relative_social .share i {
          padding-left: 0px;
}

.relative_social .share {
          background-color: #ffffff;
          border: solid 0px #ddd;
          margin-left: 0px;
}

.relative_social .social_add {
          right: 35px;
}

.share {
          outline: none;
          padding: 7px 10px;
          border-radius: 3px;
          background-color: #eaeaea;
          border: solid 1px #ddd;
          margin-left: 10px;
}

.share i {
          color: #0077b5;
          padding-left: 4px;
}

.social_link {
          display: inline-flex;
          position: absolute;
          right: 0px;
          top: 1px;
          padding-left: 10px;
          visibility: hidden;
          opacity: 0;
}

.social_link_share {
          display: inline-flex;
          position: relative;
          right: 0px;
          top: 1px;
          padding-left: 10px;
          visibility: visible;
}

.social_add {
          right: 80px;
          visibility: visible;
          opacity: 1;
          cursor: pointer;
          transition: 0.2s ease-in-out;
}

.content ul {
          list-style: none;
}

.rating {
          display: flex;
          width: 100%;
          justify-content: center;
          overflow: hidden;
          flex-direction: row-reverse;
          height: 140px;
          position: relative;
}

.rating-0 {
          filter: grayscale(100%);
}

.rating>input {
          display: none;
}

.rating>label {
          cursor: pointer;
          width: 40px;
          height: 40px;
          margin-top: auto;
          background-image: url(../images/gray-star.svg);
          background-repeat: no-repeat;
          background-position: center;
          background-size: 76%;
          transition: .3s;
}

.rating>input:checked~label,
.rating>input:checked~label~label {
          background-image: url(../images/red-star.svg);
}

.rating>input:not(:checked)~label:hover,
.rating>input:not(:checked)~label:hover~label {
          background-image: url(../images/red-dark-star.svg);
}

.emoji-wrapper {
          width: 100%;
          text-align: center;
          height: 100px;
          overflow: hidden;
          position: absolute;
          top: 0;
          left: 0;
}

.emoji-wrapper:before,
.emoji-wrapper:after {
          content: "";
          height: 15px;
          width: 100%;
          position: absolute;
          left: 0;
          z-index: 1;
}

.emoji {
          display: flex;
          flex-direction: column;
          align-items: center;
          transition: .3s;
}

.emoji>svg {
          margin: 15px 0;
          width: 70px;
          height: 70px;
          flex-shrink: 0;
}

h2.axt-title {
          color: #fff;
          font-size: 18px;
          margin: 0px;
}

.axt_btn {
          text-align: center;
}

.cookie-notice {
          width: 100%;
          float: left;
          position: fixed;
          bottom: 0px;
          background-color: rgb(0 0 0);
          z-index: 999;
          text-align: center;
          padding-top: 10px;
          padding-bottom: 10px;
}

.cookie-notice p {
          margin-bottom: 5px;
          color: #fff;
          opacity: 0.8;
}

.axt_btn .btn-dark {
          background-color: #d80021;
          border-color: #d80021;
          padding: 0px 10px;
}

.btn-close.pxs {
          position: absolute;
          top: 21px;
          right: 21px;
          background-color: #fff;
          opacity: 1;
          padding: 10px;
}

#rating-1:checked~.emoji-wrapper>.emoji {
          transform: translateY(-100px);
}

#rating-2:checked~.emoji-wrapper>.emoji {
          transform: translateY(-200px);
}

#rating-3:checked~.emoji-wrapper>.emoji {
          transform: translateY(-300px);
}

#rating-4:checked~.emoji-wrapper>.emoji {
          transform: translateY(-400px);
}

#rating-5:checked~.emoji-wrapper>.emoji {
          transform: translateY(-500px);
}

.post-labels {
          width: 100%;
          float: left;
}

.post-labels a {
          display: inline-block;
          text-decoration: none;
          color: #0f0f0f;
          background-color: #ececec;
          padding: 5px 15px;
          border-radius: 19px;
          border: solid 1px #ddd;
          margin-right: 5px;
          text-transform: capitalize;
}

.right_search_blog {
          justify-content: right;
}

.right_search_blog .search_blog {
          margin-bottom: 15px;
}

.search-input-wrapper {
          position: relative;
}

.search-input-wrapper .dropdonw {
          position: absolute;
          left: 0px;
}

.lpt_02 {
          display: inline-block;
          margin-bottom: 15px;
}

#photos-all .carousel-item img {
          height: 500px;
          object-fit: cover;
}

.sting-prc {
          position: relative;
          top: 5px;
          font-size: 12px;
}

span.p-month {
          font-size: 14px;
          border-bottom: solid 0px #666 !important;
}

.lpt_02_price {
          font-size: 24px;
          font-weight: 500;
          display: flex;
          align-items: center;
          color: #d80021;
}

@media (min-width: 1200px) and (max-width: 1399px) {
          .work-spaces-inspire {
                    padding-top: 0px;
          }

          .work-spaces {
                    padding-bottom: 60px;
          }

          .work-spaces-inspire>p {
                    font-size: 16px;
                    padding-right: 20px;
          }

          .text-sub-hading {
                    margin-top: 20px;
          }

          .slider-part {
                    background-position: 288px 0;
          }

          .factors-pictures::after {
                    width: 255px;
          }

          .factors-pictures::before {
                    width: 222px;
          }
}

@media (max-width: 1280px) {
          /* .slider-part {
background-position: 288px 0;
} */

          .work-spaces {
                    height: 100%;
          }
}

@media (max-width: 1200px) {

          .our-Continuour-Innovation .Properties_pic {
                    height: 100px;
          }

          .Our-Team-heading h3 {
                    font-size: 18px;
          }

          .Featured_slick .card_slick {
                    margin: 4%;
                    padding: 10px;
          }

          .gallery .gallery__item {
                    height: 190px;
          }

          .search-box {
                    margin-top: 170px;
          }

          .carousel__inner h4 {
                    font-size: 16px;
                    padding-left: 15px;
                    margin-top: 10px;
          }

          .carousel__inner .testimonial_subtitle {
                    padding-left: 15px;
          }

          .slider-part {
                    background-position: 198px 0;
          }

          .factors_data_right {
                    padding-left: 20px;
          }

          .shadow-down::after {
                    display: none;
          }

          .shadow-down::before {
                    display: none;
          }

          .factors-pictures::before {
                    width: 257px;
          }

          .search-box h1 {
                    font-size: 2.5rem;
                    margin-bottom: 30px;
          }

          .base-layout .title {
                    font-size: 1.375rem;
                    font-weight: 500;
                    margin-bottom: 30px;
          }

          .login-logo {
                    margin-bottom: 35px;
                    text-align: center;
                    margin-top: 10px;
          }

          .base-layout .have-account {
                    padding-bottom: 30px;
          }
}

@media (max-width: 992px) {

          .neighbourhood h3 {
                    font-size: 30px;
          }

          .strategy-box.mt-7 {
                    margin-top: 0px;
          }

          .strategy-box.mt-9 {
                    margin-top: 0px;
          }

          .our-Continuour-Innovation .Properties_pic {
                    height: 150px;
          }

          .slick-dots li.slick-active button:before {
                    color: #d68910 !important;
          }

          .slider-part {
                    background-position: 78px 0;
                    height: 575px;
          }

          .bnt_d_flex {
                    top: inherit;
                    bottom: 60px;
          }

          .Featured_slick.Business-listing .card_slick {
                    padding: 0px !important;
                    margin: 0% !important;
                    border: none;
                    height: 100%;
          }

          .Business-listing .Properties_pic {
                    height: 100px;
          }

          .Business-listing {
                    padding-left: 0px;
          }

          .Featured_slick.Business-listing .card-body {
                    padding: 10px;
          }

          .Featured_slick.Business-listing .PSD_rupee a {
                    float: left;
                    top: 0px;
                    width: 100%;
          }

          .Featured_slick.Business-listing .PSD_rupee .prige_red {
                    color: #020202;
          }

          .Featured_slick.Business-listing .list-pict img {
                    width: 18px;
          }

          .Featured_slick.Business-listing .list-pict {
                    width: 30px;
          }

          .Featured_slick.Business-listing .table tbody tr td {
                    padding-bottom: 10px;
                    padding-top: 0px;
                    padding-left: 0px;
                    padding-right: 5px;
          }

          .Featured_slick.Business-listing .table tbody tr td:nth-child(even) {
                    padding-right: 0px;
                    padding-left: 5px;
          }

          .Featured_slick.Business-listing .card_slick .card-body ul li {
                    width: 100%;
          }

          .Featured_slick.Business-listing .card_slick h5 {
                    padding-left: 0px;
                    font-size: 14px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
          }

          .Featured_slick.Business-listing .card_slick .card-body ul li:first-child {
                    width: 100%;
                    border-bottom: solid 0px #ececec;
                    display: flex;
                    margin-bottom: 0px;
          }

          .Featured_slick.Business-listing .PSD_rupee {
                    border-top: solid 0px #ddd;
          }

          .Featured_slick.Business-listing .card_slick .card-body ul li p {
                    line-height: 15px;

          }

          .Featured_slick.Business-listing .card_slick .card-body ul li {
                    display: none;
          }

          .slider-part {
                    background-position: 78px 0;
                    height: 575px;
          }

          .bnt_d_flex {
                    top: inherit;
                    bottom: 60px;
          }

          .gallery .gallery__item {
                    height: 160px;
          }

          .dt-sc-sorting-container .nav-link {
                    margin-bottom: 10px;
          }

          .factors-pictures::after {
                    width: 320px;
          }

          .sub-title h2 {
                    margin-bottom: 40px;
          }

          .what-we-do {
                    padding-bottom: 0px;
          }

          .our-approach {
                    width: 90%;
                    margin-bottom: 0px;
          }

          .work-spaces {
                    padding-top: 0px;
                    padding-bottom: 70px
          }

          .work-spaces-video {
                    margin-top: 40px;
          }

          .you_tube {
                    width: 100%;
                    border: solid 1px #fff;
          }

          .carousel__inner {
                    width: 97%;
          }

          .carousel__inner h4 {
                    font-size: 16px;
                    padding-left: 15px;
                    margin-top: 10px;
          }

          .carousel__inner .testimonial_subtitle {
                    padding-left: 15px;
          }

          .carousel__inner .row.p-4 {
                    padding: 0rem 0.5rem !important;
          }

          .designs__video .card_slick {
                    padding: 10px;
          }

          .f-logo {
                    width: 206px;
                    margin-top: 5px;
          }

          .Workplace_box h2 {
                    color: #d68910;
                    font-size: 24px;
                    margin-top: 40px;
                    line-height: 35px;
          }

          .Workplace_box p {
                    font-size: 18px;
          }

          .city-thumb.-big {
                    height: 320px !important;
          }

          .city-thumb {
                    height: 148px;
          }

          .why-choose .inner-box {
                    padding: 0px;
                    min-height: 327px;
          }

          .top_menu_title .btn {
                    font-size: 1rem;
          }

          .menu-right-bar ul li a {
                    font-size: 16px;
          }

          .a-text-head {
                    padding-left: 20px;
                    margin-top: 0px;
          }

          .our-mission-text,
          .our-Vision-text {
                    padding-left: 0px;
                    padding-right: 0px;
                    margin-top: 50px;

          }

          .social-link a {
                    width: 40px;
                    height: 40px;
                    line-height: 40px;
                    margin-bottom: 8px;
          }

          .f-link.m_l-5 {
                    padding-left: 50px;
          }

          .Designs_videos .designs__video .slick-slide img {
                    height: 119px;
          }

          h5.card-title {
                    font-size: 1rem;
          }

          .our_Team {
                    width: 100%;
          }

          .Our-Team-heading {
                    width: 100%;
          }

          .Our-Team-heading h3 {
                    margin-top: 0px;
                    text-align: center;
          }

          .d_flex_Box {
                    display: block;
          }

          .Filters {
                    width: 100%;
          }

          .Filter_title>p {
                    font-size: 16px;
                    font-weight: 600;
                    color: #d68910;
                    margin-bottom: 5px;
                    border: solid 0px #ced4da;
                    width: 100%;
                    padding: 0px;
                    text-align: left;
                    border-radius: 5px;
          }

          .Filter_title {
                    width: 100%;
          }

          .filter_sticky {
                    padding: 0px;
                    box-shadow: none;
          }

          .filter_sticky .btn.btn-primary {
                    font-size: 13px;
          }

          .Filters .form-select {
                    font-size: 13px;
                    padding: 5px;
                    background-position: right 1px center;
          }

          .our_crtd .city-title {
                    position: inherit;
                    width: 100%;
                    float: left;
                    background-color: transparent;
                    background: none;
          }

          .city-girds.our_crtd:hover .lp-listing-quantity {
                    opacity: 1;
                    -webkit-transform: translateY(0);
                    -moz-transform: translateY(0);
                    -o-transform: translateY(0);
                    transform: translateY(0);
          }

          .our-projects .lp-listing-quantity {
                    background-color: transparent;
                    border-radius: 0px;
                    padding-top: 15px;
                    padding-bottom: 15px;
                    color: #000;
                    opacity: 1;
          }

          .lp-listing-quantity {
                    font-size: 14px;
                    font-weight: 400;
                    opacity: 0;
                    position: relative;
                    -webkit-transform: translateY(0px);
                    -moz-transform: translateY(0px);
                    -o-transform: translateY(0px);
                    transform: translateY(0px);
                    -webkit-transition: all 0.4s ease-in-out;
                    -moz-transition: all 0.4s ease-in-out;
                    -o-transition: all 0.4s ease-in-out;
                    transition: all 0.4s ease-in-out;
          }

          .fa-arrow-right-right {
                    display: block;
          }

          #photos-all .carousel-item img {
                    height: 400px;
                    object-fit: cover;
          }

}

@media (max-width: 768px) {

          .card-slick-right .x-book::before,
          .card-slick-right .x-book::after {
                    content: '';
                    width: 0px;

          }

          .d-grid-Date {
                    grid-template-columns: repeat(3, 1fr);
          }

          .pill-container {
                    flex-direction: column;
          }

          .pill-container .small {
                    margin-left: 0px;
                    margin-top: 0px;
          }

          .Schedule .card-slick-right {
                    width: 100%;
                    float: right;
                    max-height: 100%;
                    border-radius: 10px !important;
                    position: relative;
                    overflow: hidden;
                    padding: 50px 20px 30px;
                    height: 100%;

          }

          .x-photo {
                    width: 30%;
                    margin-top: 20px;
                    padding-left: 10px;
          }

          .schd_visit .card_slick {
                    border-radius: 10px !important;
                    margin-bottom: 15px !important;
          }

          .schd_visit .PSD_rupee .prige_red {
                    font-size: 13px;
          }

          .schd_visit .Properties_pic {
                    border-radius: 10px;
                    overflow: hidden;
                    height: 90px;
          }

          .work-spaces-inspire>p {
                    padding-right: 0px;
          }

          .work-spaces-inspire {
                    width: 100%;
          }

          .strategy-box p {
                    text-align: initial !important;
          }

          .designbuild {
                    text-align: initial;
          }

          .factors-text p {
                    text-align: initial !important;
          }

          .strategy-box.mt-9 {
                    margin-top: 30px;
          }

          .Blogs .card-title {
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: initial;
                    -webkit-box-orient: vertical;
          }

          #photos-all .carousel-item img {
                    height: 350px;
                    object-fit: cover;
          }

          .property_name_.stick .prige_red i {
                    font-size: 14px;
          }

          .property_name_.stick .listing-detail-title h1 {
                    margin-bottom: 0px;

          }

          .our-projects-gallery {
                    margin-top: 15px;
          }

          .tab-projects {
                    position: relative;
                    height: auto;
                    background-color: #fff;
                    padding: 0px;
                    border-radius: 10px;

          }

          .tab-projects .nav-link::after {
                    display: none;
          }

          .our-projects-main .dt-sc-sorting-container .nav-link.active {
                    background-color: #d68910 !important;
                    color: #ffffff;
          }

          .our-projects-main .dt-sc-sorting-container .nav-link {
                    color: #333;
                    border: solid 1px #ccc;
                    margin-right: 10px;
                    font-size: 14px;
          }

          .our-projects-main .factors-w-100 {
                    margin-bottom: 25px;
          }

          .our-Vision-text p {
                    text-align: justify;
          }

          .our-mission-text p {
                    text-align: justify;
          }

          .heart-list {
                    padding: 10px;
                    height: calc(100vh - 170px);
          }

          .Workplace .pl-0 {
                    padding-left: calc(var(--bs-gutter-x) * .5);
          }

          .video-wrapper1 {
                    margin-top: 25px;
                    border-radius: 10px;
                    overflow: hidden;
          }

          ul.mission_list li {
                    padding-left: 0px;
                    padding-right: 0px;
                    margin-left: 35px;
          }

          .map-detail-right {
                    display: none;
          }

          .login-logo {
                    margin-bottom: 70px;
                    margin-top: 20px;
          }

          .base-layout .have-account {
                    padding-bottom: 0px;
          }

          #app .content-wrapper .main-content {
                    width: 90%;
          }

          .header {
                    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
          }

          .keep-in-left-col-6 {
                    padding: 20px;
          }

          .keep-in-right-col-6 {
                    padding: 20px 10px 20px 0px;
          }

          .our-projects .card_slick {
                    padding: 0px;
          }

          .title-modern-right>a {
                    font-size: 20px;
          }

          .article_flex .post_picture {
                    width: 65px;
                    height: 60px;
          }

          .search-box h1 {
                    font-size: 2rem;
                    margin-bottom: 35px;
          }

          .neighbourhood h3 {
                    font-size: 30px;
          }

          .Featured_slick .card_slick {
                    padding: 5px;
                    margin: 4%;
          }

          .tabs_featured {
                    margin-bottom: 10px;
          }

          .details .top-section h3 {
                    padding-right: 0;
          }

          .top-section {
                    flex-direction: column;
          }

          .top-section .review-count {
                    margin-left: 0px;
                    margin-top: 10px;
          }

          .detail-form {
                    width: 100%;
                    margin-top: 30px;
          }

          .datatable_main {
                    margin-top: 15px;
          }

          .login-logo {
                    margin-bottom: 70px;
                    margin-top: 20px;
          }

          .base-layout .have-account {
                    padding-bottom: 0px;
          }

          #app .content-wrapper .main-content {
                    width: 90%;
          }

          .art-wrapper {
                    display: none;
          }

          #app .content-wrapper {
                    flex-basis: 100%;
          }

          .login-logo img {
                    height: 70px;
          }

          .base-layout .title {
                    font-size: 1.5rem;
                    font-weight: 600;
                    margin-bottom: 30px;
          }

          .continue-with a {
                    font-size: 16px;
          }

          #app {
                    color: #374957;
                    height: 100%;
                    width: 100%;
                    display: flex;
          }

          .base-layout .btn.btn-primary {
                    height: 48px;
                    font-size: 18px;
                    font-weight: 600;
          }

          .why-choose .inner-box {
                    min-height: auto;
                    margin-bottom: 40px;
          }

          .dt-sc-sorting-container {
                    text-align: center;
                    width: 100%;
                    justify-content: left;
                    margin-bottom: 30px;
                    display: flex;
                    overflow-x: scroll;
                    overflow-y: hidden;
                    flex-wrap: nowrap;
          }

          .dt-sc-sorting-container .nav-link {
                    padding: 12px 15px;
                    border-radius: 5px;
                    white-space: nowrap;
                    font-size: 16px;
          }

          .blog-contain.with_page {
                    margin-bottom: 30px;
          }

          .tabs_search ul li {
                    list-style: none;
                    display: flex;
                    width: 50%;
          }

          .tabs_search ul li a {
                    width: 100%;
          }

          .prop-search-city-selector .form-select {
                    border-radius: 5px !important;
          }

          .search-input-wrapper .form-control {
                    border-radius: 5px !important;
          }

          .title-neighbourhood {
                    margin-top: 10px;
          }

          .tabs_search {
                    padding-left: 15px;
                    margin-right: 13px;
          }

          .neighbourhood h3 {
                    font-size: 28px;
                    width: 100%;
          }

          .video-wrapper video {
                    margin-top: -25px;
                    height: 100%;
          }

          .video-wrapper {
                    align-items: flex-start;
                    height: inherit;
          }

          .video_main {
                    height: 40vh;
                    position: relative;
                    margin-top: 63px;
          }

          .stylist-gallery .image-3 {
                    top: 60px;
                    right: -100px;
          }

          .Pro-work-bg {
                    padding-top: 0px;
                    background-image: none;
          }

          .Pro-work .Pro-body h6 {
                    font-size: 1.5rem;
                    max-width: 100%;
          }

          .Pro-work .Pro-body p {
                    font-size: 16px;
          }

          .video_contant h2 {
                    font-size: 24px;
          }

          .video_contant {
                    font-size: 16px;
          }

          .newby {
                    padding-bottom: 40px;
          }

          .PSD_rupee .prige_red {
                    font-size: 16px;
          }

          .Featured_slick .card_slick h5 {
                    padding-left: 0px;
                    font-size: 16px;
          }

          .Featured_slick .card-body {
                    padding: 15px 15px 15px;
          }

          .Featured_slick .card_slick {
                    padding: 0px;
                    margin: 3%;
          }

          .title_Names h2 {
                    font-size: 28px;
          }

          .tabs_featured {
                    align-items: center;
                    justify-content: center;
                    margin-bottom: 15px;
          }

          .stylist-gallery .image-1 {

                    padding-left: 30px;
          }

          .Featured_listing {
                    padding: 30px 0px 30px;
          }

          .right_search_blog .search_blog {
                    padding-left: 12px;
                    padding-right: 15px;
          }

          .d_s_pho {
                    display: none;
          }

          .m_s_pho {
                    display: block;
          }

          .work-spaces-inspire>h1 {
                    font-size: 44px;
          }

          .work-spaces-inspire>p {
                    font-size: 24px;
          }

          .text-sub-hading {
                    margin-top: 20px;
          }

          .work-spaces-video {
                    margin-top: 15px;
          }

          .our-approach {
                    margin-top: 30px;
          }

          .work-spaces-inspire>a {
                    display: none;
          }

          .strategy_photos.top- {
                    margin-top: 70px;
          }

          .designbuild {
                    margin-top: 30px;
          }

          .m_top_5 {
                    margin-top: 30px;
          }

          .strategy-box.mt-7 {
                    margin-top: 60px;
          }

          .m_top_7 {
                    margin-top: 70px;
          }

          .new__modern {
                    padding: 30px 10px;
                    min-height: auto;
          }

          .title-modern {
                    font-size: 28px;
                    ;
          }

          .our-projects .slick-prev,
          .our-projects .slick-next {
                    display: none !important;
          }

          .faq-banner {
                    padding-top: 60px;
                    padding-bottom: 60px;
          }

          .form-keep-in .btn {
                    margin-top: 30px;
                    width: 100%;
                    padding: 12px;
                    font-size: 18px;
                    font-weight: 500;
          }

          .keep-in-right-col-6 {
                    padding: 40px 20px 20px 20px;
          }

          .keep-in-right-col-6 .keep-in-pxt2 {
                    font-size: 16px;
          }

          .keep-in-left-col-6 {
                    padding: 40px 20px 160px;
                    font-size: 16px;
                    border: none;
                    border-bottom-right-radius: 30px;
          }

          .our-Continuour-Innovation .pt-xtx {
                    font-size: 16px;
          }

          .Featured_slick.our-Continuour .card_slick .card-body p {
                    font-size: 15px;
                    line-height: 22px;
          }

          .Designs_videos .designs__video .slick-slide img {
                    height: 188px;
          }

          .city-title .lp-h3 {
                    margin-bottom: 10px;
          }

          ul.planning-shift-list li h4 {
                    font-weight: 400;
          }

          .city-girds a {
                    font-size: 24px;
          }

          .clients_brands {
                    overflow: hidden;
          }

          .city-girds {
                    margin-bottom: 15px;
          }

          .Contact-form .btn {
                    margin-top: 10px;
                    font-size: 18px;
                    font-weight: 500;
                    padding: 10px 20px;
          }

          .Asked-Questions {
                    padding: 50px 0px 40px;
          }

          .Designs_videos {
                    padding: 50px 0px 50px;
                    overflow: hidden;
          }

          .Designs_videos .slick-dots {
                    bottom: -40px;
          }

          .Blogs_box {
                    margin-bottom: 20px;
          }

          .view-more-action {
                    color: #fff;
                    font-weight: 500;
                    background-color: #cf021b;
                    padding: 7px 14px;
                    border-radius: 22px;
                    font-size: 16px;
          }

          .contact-form .form-control-custome {
                    font-size: 16px;
          }

          .carousel__inner h4 {
                    color: #fff;
                    margin-top: 15px;
                    margin: 15px 0px 0px;
          }

          .accordion_constome .accordion-button {
                    font-size: 18px !important;
          }

          .contact-form {
                    padding: 20px 20px 30px 20px;
                    margin-top: 20px;
          }

          .Asked_box h2 {
                    padding: 20px 20px;
                    font-size: 24px;
                    text-align: center;
                    width: 100%;
          }

          .carousel__inner .row.p-4 {
                    padding: 15px !important;

          }

          .you_tube {
                    width: 100%;
                    overflow: hidden;
                    position: relative;
                    border: solid 1px #fff;
                    border-radius: 5px;
          }

          .carousel__inner {
                    padding-left: 0px;
                    width: 100%;
          }

          .youtube-video-pop .btn-close {
                    right: 0px;
                    top: -31px;
                    opacity: 1;
          }

          .designs__video .card-text {
                    min-height: inherit;
                    -webkit-line-clamp: inherit;
          }

          .designs__video .card_slick {
                    margin: 0%;
                    padding: 10px;
          }

          .Workplace_box {
                    min-height: 380px;
                    border-radius: 10px;
          }

          .Workplace_box h2 {
                    margin-top: 30px;
          }

          .city-pull-right {
                    color: #fff;
                    font-weight: 500;
                    background-color: #cf021b;
                    padding: 7px 14px;
                    border-radius: 22px;
                    font-size: 16px;
                    margin-top: 15px;
          }

          .city-thumb.-big {
                    height: 220px !important;
          }

          .city-thumb {
                    border-radius: 10px;
                    height: 220px;
          }

          .sub-title.mb {
                    margin-bottom: 0px !important;
          }

          .f-link.m_l-5 {
                    padding-left: 0px;
          }

          .footer .social-link {
                    margin-bottom: 15px;
          }

          .a-text-head h2 {
                    margin-bottom: 1.2rem;
                    font-size: 28px;
                    font-weight: 600;
          }

          .our-mission-text h3 {
                    font-size: 28px;
          }

          .our-Continuour-Innovation .h-xtx {
                    font-size: 28px;
          }

          .Featured_slick.our-Continuour .card_slick {
                    margin: 0%;
          }

          .asked_questions_inner {
                    padding: 15px 0px 20px;
          }

          .sectionClass {
                    margin-top: 0px;
                    padding-bottom: 30px;
          }

          .counter-box {
                    border-radius: 25px;
          }

          .Our-Team-heading {
                    width: 100%;
          }

          .our_Team {
                    width: 100%;
          }

          .Our-Team-heading h3 {
                    margin-top: 0px;
                    text-align: center;
          }

          .our-Continuour-Innovation {
                    padding: 25px;
                    margin-top: 0px;
          }

          .our-mission-text,
          .our-Vision-text {
                    font-size: 16px;
                    margin-top: 0px;
                    margin-bottom: 30px;
                    text-align: justify;
          }

          .counter-box {
                    background-color: #f2f2f2;
                    border-radius: 15px;
                    margin-bottom: 20px;
                    padding-bottom: 15px;
          }

          .a-text-head {
                    padding-left: 0px;
                    margin-top: 20px;
                    font-size: 16px;
                    margin-bottom: 40px;
          }

          .why-choose {
                    background-attachment: inherit;
                    background-size: 100%;
          }

          .prop-search-city-selector {
                    margin-bottom: 5px;
          }

          .search-input-wrapper {
                    margin-bottom: 5px;
          }

          .search-box {
                    margin-top: 240px;
                    background-color: #d9d9d9;
                    border-radius: 10px;
          }

          .prop-search-options {
                    background-color: transparent;
          }

          .prop-search-options {
                    padding: 15px;
          }

          .search-box h1 {
                    font-size: 2rem;
                    margin-bottom: 15px;
                    color: #333;
                    padding-top: 15px;
          }

          .prop-search-options .btn-danger {
                    margin-top: 10px;
                    border-radius: 5px !important;
          }

          .clients_brands ul li {
                    margin-bottom: 25px;
          }

          .testimonials_main {
                    margin-left: 0px;
                    margin-top: 25px;
          }

          .gallery_content {
                    margin-right: 0px;
          }

          .testimonials_main .controls {
                    bottom: -55px;
          }

          .happy_clients {
                    padding: 50px 0px 40px;
                    overflow: hidden;
          }

          .Blogs {
                    padding: 50px 0px 40px;
                    overflow: hidden;
          }

          .clients {
                    padding-top: 50px;
                    padding-bottom: 40px;
                    overflow: hidden;
          }

          .clients_brands .slick-dots {
                    bottom: -50px;
          }

          .f-logo {
                    margin-top: 0px;
          }

          .f-link h4 {
                    margin: 10px 0px 10px 0px;
          }

          .f-address i {
                    width: 30px;
                    height: 30px;
                    text-align: center;
                    line-height: 30px;
                    margin-bottom: 15px;
                    margin-right: 5px;
                    color: #d68910;
                    font-size: 24px;
          }

          .footer-seo-text.m_top5 {
                    margin-top: 0rem !important;
          }

          .footer {
                    padding-top: 50px;
                    padding-bottom: 0px;
          }

          .Blogs .card {
                    margin-bottom: 25px;
          }

          .prop-search-options {
                    flex-direction: column;
          }

          .bnt_d_flex {
                    display: flex;
                    justify-content: center;
                    position: inherit;
                    width: 100%;
                    top: 0px;
          }

          .bnt_d_flex a {
                    padding: 10px 25px;
                    font-size: 18px;
          }

          p.text-banner {
                    margin-top: 30px;
          }

          .bnt_d_flex .Listings {
                    margin-right: 15px;
          }

          .bnt_d_flex .Design {
                    background-color: #363636;
                    margin-right: 0px;
          }

          .slider-part {
                    background-position: -12px 0;
          }

          ul.planning-shift-list li {
                    border-radius: 10px;
                    padding-left: 15px;
                    margin-right: 20px;
                    margin-bottom: 20px;
                    width: calc(80% / 2);
          }

          .inner-box .text {
                    font-size: 18px;
          }

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

          .factors-pictures {
                    margin-top: 30px;
          }

          .Our__Projects {
                    padding-top: 60px;
                    overflow: hidden;
          }

          .blog-contain.with_page .card-body-blog h5.card-title {
                    font-size: 20px;
                    font-weight: 500;
                    -webkit-line-clamp: inherit;
                    -webkit-box-orient: vertical;
                    overflow: inherit;
                    line-height: 25px;
          }

          .card-body-blog {
                    margin-top: 0px;
          }

          .blog-picture {
                    height: 319px;
          }

          .card-body-blog h5.card-title {
                    margin-top: 15px
          }

          #share_ {
                    margin-top: 10px;
          }

          .post-labels a {
                    margin-bottom: 10px;
          }

          .Categories-blog {
                    margin-top: 20px;
          }

          .article_flex .info-contain {
                    flex-basis: 73%;
                    padding-left: 15px;
          }

          .article_flex .post_picture {
                    margin-right: inherit;
                    width: 85px;
                    height: 70px;
          }

          .recent_posts_blogs {
                    max-height: inherit;
                    overflow: inherit;
          }

          .card-body-blog iframe {
                    width: 100%;
                    border: solid 2px #333;
          }

          .stylist-gallery {
                    display: none;
          }

          .gallery .gallery__item {
                    height: 180px;
          }

          .listing-detail-title h1 {
                    font-size: 18px;
          }

          .location-d-flex {
                    margin-bottom: 10px;
          }

          .red_mess {
                    margin-top: 10px;
                    margin-bottom: 0px;
          }

          .lpt_price_ {
                    font-size: 16px;
          }

          .lpt_price_ .lpt_01 {
                    margin-right: 10px;
          }

          .location-d-flex p.add_map {
                    font-size: 14px;
          }

          .detail-about {
                    font-size: 16px;
                    padding-top: 0px;
                    border-top: solid 0px #e8e8e8;
          }

          .detail-form {
                    width: 100%;
                    margin-top: 25px;
          }

          h4.lp-total-reviews {
                    font-size: 1rem;
          }

          #photos-all .btn-close {
                    right: 0px;
                    top: -31px;
          }

          #carouselExampleIndicators .carousel-item {
                    height: auto;
          }

          .top-section {
                    flex-direction: column;
          }

          .top-section .review-count {
                    margin-left: inherit;
                    margin-top: 5px;
          }

          .details .top-section h3 {
                    padding-right: 0px;
                    color: #000;
                    font-size: 16px;
          }

          .total-reviews .form-select {
                    font-weight: 400;
                    font-size: 14px;
                    height: 45px;
          }

          .reviews_click_btn button {
                    font-size: 16px;
                    font-weight: 500;
          }

          .nowrap {
                    flex-wrap: nowrap;
                    overflow: auto;
          }

          .nowrap_ {
                    flex-wrap: nowrap;
          }

          .nowrap .col_12 {
                    width: 85%;
          }

          .m-scroll-pic {
                    display: block;
          }

          .d-scroll-pic {
                    display: none;
          }

          .inner-slider {
                    border: solid 10px #ebebeb;
          }

          .inner-slider {
                    border: solid 10px #ebebeb;
          }

          .brdcrmb-link {
                    padding-left: 0px;
          }

          .top-margin-datalist {
                    margin-top: 10px;
          }

          .factors-pictures::after {
                    width: 100%;
          }

          .Our__Projects .sub-title h2 {
                    margin-bottom: 30px;
          }

          .faq-banner {
                    background-position: right bottom;
                    background-size: 30%;
          }

          .Popular-Locations .lp-listing-quantity {
                    opacity: 1;
          }

          .gallery__item--1 {
                    grid-column-start: 1;
                    grid-column-end: 5;
                    grid-row-start: 1;
                    grid-row-end: 5;
          }

          .gallery__item--2 {
                    grid-column-start: 5;
                    grid-column-end: 9;
                    grid-row-start: 1;
                    grid-row-end: 5;
          }

          .gallery__item--3 {
                    grid-column-start: 4;
                    grid-column-end: 9;
                    grid-row-start: 8;
                    grid-row-end: 5;
          }

          .gallery__item--4 {
                    grid-column-start: 1;
                    grid-column-end: 4;
                    grid-row-start: 5;
                    grid-row-end: 8;
          }

          .gallery__item--5 {
                    grid-column-start: 9;
                    grid-column-end: 1;
                    grid-row-start: 9;
                    grid-row-end: 8;
          }

          .buy-details-text {
                    font-size: 14px;
          }

          .blog__small {
                    overflow: hidden;
                    height: 280px;
          }

          .blog__small img {
                    height: 100%;

          }

          .designs__video .card-title {
                    font-size: 18px;
          }

          .Blogs .card-title {
                    font-size: 18px;
          }

          ul.planning-shift-list li {
                    padding-left: 0px;
                    width: calc(95% / 1);
                    margin: auto;
                    display: inline-flex;
                    margin-bottom: 15px;
          }

          ul.planning-shift-list {
                    text-align: center;
                    margin-top: 20px;
          }

          .icon-parking {
                    margin-bottom: 0px;
                    margin-top: 0px;
          }

          ul.planning-shift-list li:hover .overlay_ {
                    height: 130px;
          }

          ul.planning-shift-list li .shift-box {
                    display: flex;
                    flex-direction: column;
                    min-height: 120px;
                    width: 110px;
                    align-items: center;
                    justify-content: center;
          }

          .planning-shift-text .overlay_ {
                    height: 100%;
                    position: inherit;
                    position: inherit;
                    height: 130px;
                    overflow: auto;
          }

          .show-plan {
                    line-height: 18px;
                    text-align: left;
          }

          ul.planning-shift-list li h4 {
                    display: none;
          }

          .title_Build_Services {
                    display: block;
          }

}

@media (max-width: 576px) {

          .factors-picture img {
                    max-width: 50px;
          }

          .work-spaces-inspire>p {
                    font-size: 18px;
          }

          .amenities-icon {
                    font-size: 13px;
                    line-height: 14px;
                    display: flex;
                    align-items: center;
                    color: #000;
          }

          .amenities-icon img {
                    width: 30px;
                    padding: 3px;
          }

          .gallery-text {
                    padding: 5px;
                    font-size: 16px;
          }

          .gallery-grid {
                    grid-gap: 15px;
          }

          .listing-detail-title .Star-small {
                    font-size: 18px;
          }

          .work-spaces-inspire>h1 {
                    font-size: 28px;
          }

          .title-detail {
                    font-size: 1.5rem;
                    margin-bottom: 5px;
          }

          .slider-part {
                    background-position: -33px 0;
          }

          .gallery .gallery__item {
                    height: 150px;
          }

          .title-web {
                    margin-bottom: 20px;
                    margin-top: 30px;
          }

          .bnt_d_flex a {
                    margin-right: 0px;
                    padding: 10px 15px;
                    font-size: 14px;
          }

          .video-details {
                    margin-bottom: 25px;
          }

          .amenities-icon {
                    margin-bottom: 15px;
          }

          #photos-all .modal-body {
                    padding: 0.2rem;
          }

          .youtube-video-pop .modal-body {
                    padding: 0.2rem;
          }

}

@media (max-width: 479px) {
          .Our-Designs h2 {
                    font-size: 20px;
          }

          .gallery-grid {
                    grid-gap: 15px;
          }

          .How-We-Do {
                    padding-top: 50px;
          }

          .Designs_videos .designs__video .slick-slide img {
                    height: 270px;
          }

          .video_main {
                    height: 40vh;
          }

          .header {
                    padding-left: 10px;
                    padding-right: 10px;
                    padding-top: 13px;
                    padding-bottom: 13px;

          }

          .nav_bar .url-click {
                    background-color: #d68910;
                    color: #fff;
                    padding: 3px 8px;
                    border-radius: 22px;
                    top: 0px;
                    margin-right: 3px;
                    font-size: 12px;
          }

          .header .number {
                    background-color: #d68910;
                    color: #fff;
                    padding: 3px 8px;
                    border-radius: 22px;
                    top: 0px;
                    margin-right: 3px;
                    font-size: 12px;
          }

          .heart-click {
                    margin-right: 15px;
          }

          .logo img {
                    max-width: 200px;
          }

          .Designs_videos .designs__video .slick-slide img {
                    height: 270px;
          }

          .brdcrmb-link {
                    display: none;
          }

          .title-modern {
                    font-size: 24px;
          }

          .slider-part {
                    background-position: 8px 23px;
                    background-size: 156%;
          }

          .inner-slider {
                    left: 0px;
                    width: 350px;
                    height: 350px;
          }

          .inner-box .text {
                    font-size: 16px;
          }

          .inner-box h3 {
                    font-weight: bold;
                    font-size: 24px;
          }

          .sub-title h2 {
                    padding: 20px 20px;
                    color: #fff;
                    font-size: 24px;
                    min-width: 100%;
                    width: 100%;
          }

          .sub-title {
                    margin-bottom: 0px;
          }

          .planning-shift-text h2 {
                    padding: 20px 20px;
                    font-size: 24px;
                    text-align: center;
                    width: 100%;
          }

          /* ul.planning-shift-list li {
border-radius: 10px;
padding-left: 20px;
margin-right: 5%;
margin-bottom: 15px;
width: calc(94% / 2);
} */

          ul.planning-shift-list li:nth-child(2n+0) {
                    margin-right: 0%;
          }

          .blog-contain.with_page .blog-picture {
                    height: 220px;
          }

          .heart-list ._dqoaP {
                    height: 70px;
                    width: 80px;
                    object-fit: cover;
                    border: solid 1px #e1e1e1;
          }

          .heart-title {
                    font-size: 18px;
          }

}

@media (max-width: 431px) {

          /* ul.planning-shift-list li {
width: calc(92% / 2);
} */

          .slider-part {
                    height: 440px;
          }

          .video_main {
                    height: 35vh;
          }

          .inner-slider {
                    left: 0px;
                    width: 330px;
                    height: 330px;
          }

}

@media (max-width: 375px) {

          .sub-title h2 {
                    padding: 15px 10px;
                    font-size: 24px;

          }

          .video_contant h2 {
                    font-size: 18px;
          }

          .bnt_d_flex i {
                    display: none;
          }

          .bnt_d_flex i {
                    display: none;
          }

          .search-box {
                    margin-top: 220px;
          }

          .search-box h1 {
                    font-size: 1.5rem;
          }

          .tabs_search ul li a {
                    padding: 10px 10px;
                    font-size: 14px;
                    text-align: center;
          }

          .neighbourhood h3 {
                    background-color: #d68910;
                    padding: 15px 15px;
                    font-size: 24px;
                    text-align: center;
          }

          .planning-shift-text p {
                    font-size: 24px;
          }

          /* ul.planning-shift-list li {
width: calc(92% / 2);
} */

          .Workplace_box {
                    min-height: 330px;
          }

          .our_Team .card-body {
                    padding-bottom: 0px;
                    text-align: center;
          }

}

@media (max-width: 357px) {

          .sub-title h2 {
                    font-size: 24px;

          }

          .heart-list {
                    padding: 10px;
                    height: calc(100vh - 190px);
          }

          .Our-Team-heading h3 {
                    font-size: 24px;
          }

          .tabs_featured a {
                    padding: 10px 10px;
          }

          .our-Continuour-Innovation .h-xtx {
                    font-size: 24px;
          }

          .our_Team .card-body h6 {
                    font-size: 18px;
          }

          .Asked_box h2 {
                    padding: 15px 10px;
                    font-size: 18px;
          }

          .sub-title h2 {
                    padding: 15px 10px;
                    font-size: 18px;
          }

          .Blogs_box h2 {
                    padding: 15px 15px;
                    font-size: 18px;
          }

          .Our-Designs h2 {
                    padding: 15px 15px;
                    font-size: 18px;
          }

          .logo img {
                    max-width: 130px;
          }

          .bnt_d_flex .Listings {
                    margin-right: auto;
                    font-size: 13px;
          }

          .bnt_d_flex i {
                    display: none;
          }

          .bnt_d_flex a {
                    padding: 7px 15px;
          }

          ul.planning-shift-list li h4 {
                    font-size: 16px;
          }

          /* ul.planning-shift-list li {
padding-left: 12px;
} */

          .inner-box .text {
                    font-size: 14px;
          }

          .inner-box h3 {
                    font-weight: bold;
                    font-size: 18px;
          }

          .planning-shift-text h2 {
                    padding: 15px 10px;
                    font-size: 18px;
          }

          .contact-form h3 {
                    font-size: 18px;
          }

          .nav-sidebar {
                    width: 100%;
                    right: -100%;
          }

          .accordion_constome .accordion-button {
                    font-size: 16px !important;
          }

          .our-mission-text h3 {
                    font-size: 24px;
          }

          .a-text-head h2 {
                    font-size: 24px;
          }

          .a-text-head {
                    font-size: 14px;
          }

          .our-Vision-text h4 {
                    font-size: 24px;
          }

          .video_contant h2 {
                    font-size: 18px;
          }

}

@media (max-width: 320px) {
          .logo img {
                    max-width: 130px;
          }

          .inner-slider {
                    width: 320px;
                    height: 300px;
          }

          .city-girds a {
                    font-size: 18px;
          }

          .neighbourhood h3 {
                    font-size: 18px;
          }
}

.flashmsg {
          font-size: medium;
          font-weight: 600;
          color: green;
          margin-left: auto;
}

.wish_name {
          margin-left: 62px;
}

/* bottom footer */
.bottomFooter {
          position: relative;
          text-align: center;
          color: #fff;
          margin-top: 40px;
          padding: 0px 10px 30px;
}

.bottomFooter .footerPara p {
          font-size: 16px;
          font-weight: 400;
          margin-bottom: 0;
          color: #3f3f3f;

}

.footerPara {
          display: flex;
          justify-content: space-between;
          height: 25px;
}

.footerPara p a {
          color: #d1aa65;
}

.footleft {
          display: flex;
          /* flex-direction: rows; */
          height: 10px;
          width: 47%;
          justify-content: space-around;
}

.handleSliders {
          display: flex;
          height: 65vh;
}

.leftArea,
.rightArea {
          width: 50%;
}

.leftArea img {
          width: 100%;
          height: 100%;
}

/* slider Text */

.rightArea {
          position: relative;
          padding: 0px 50px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
}

.rightareainnner {
          /* display: flex; */
          width: 73%;

}



.rightArea h3 {
          font-size: 31px;
          color: #2D2D2D;
          width: 72%;
}

.rightArea p {
          font-size: 18px;
          color: #2D2D2D;
          line-height: 26px;
          width: 62%;
}


.rightArea .requestBtn {
          background-color: #d1aa65;
          border: 1px solid #d1aa65;
          border-radius: 20px;
          padding: 6px 14px;
          width: 40%;
}

.rightArea .requestBtn a {
          text-decoration: none;
          color: #fff;
}