:root {
    --grey: #ececec;
    --darkgrey: #333333;
}

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

.section-space {
    padding-top: 60px;
    padding-bottom: 60px;
}

.rr-btn {
    padding: 10px 20px;
}

.section-space-up {
    padding-top: 30px;
    padding-bottom: 60px;
}

.section-space-bottom {
    padding-top: 60px;
    padding-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-60 {
    padding-bottom: 60px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-60 {
    margin-top: 60px;
}

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

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

.rg-3 {
    row-gap: 30px;
}

.rg-5 {
    row-gap: 50px;
}

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

.bg-grey {
    background-color: #F8F4F1;
}

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

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

.fs-20 {
    font-size: 20px;
}

.w-90 {
    width: 90%;
}

.header-1 {
    background: none;
}

.head-req {
    margin-right: 20px;
}

.main-menu ul li .submenu li a {
    color: var(--rr-heading-primary);
    /* text-transform: capitalize; */
}

.img-logo,
.img-logo-w {
    width: 100%;
}

.main-menu ul li .submenu {
    background: #fff;
    border-top: 1.5px solid var(--rr-theme-primary);
}

#header-sticky .container .rr-sticky {
    position: fixed;
}

#header-sticky .header-1 .rr-sticky .container .navigation {
    background-color: var(--rr-heading-primary);
}

.rr-sticky .container .mega__menu-wrapper.logoDiv {
    display: none !important;
}

.rr-sticky {
    padding: 0px 0px;
}

.main-menu-3 ul li>a {
    padding: 20px 0;
}

.head-req a.rr-btn span.btn-wrap span.text-one,
.head-req a.rr-btn span.btn-wrap span.text-two {}

.header-ul {
    display: flex;
    justify-content: space-around;
    font-size: 14px;
}

.main-menu .header-ul li>a {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}

.rr-sticky .header__main .header__logo .logo .img-logo {
    display: none !important;
}

.header__main .header__logo .logo .img-logo-w {
    display: none !important;
}

.rr-sticky .header__main .header__logo .logo .img-logo-w {
    display: block !important;
}

#header-sticky {
    position: relative;
}

#header-sticky.rr-sticky {
    position: fixed;
}

#header-sticky.rr-sticky .mean__menu-wrapper .main-menu nav ul.submenu li a {
    color: #000;
}

#header-sticky.rr-sticky .mean__menu-wrapper #mobile-menu .header-ul li.active a {
    color: var(--rr-theme-primary);
}

#header-sticky.rr-sticky .mean__menu-wrapper #mobile-menu .header-ul li.has-dropdown ul.submenu li a {
    color: #000;
}

#header-sticky.rr-sticky .mean__menu-wrapper #mobile-menu .header-ul li.has-dropdown ul.submenu li.active a {
    color: var(--rr-theme-primary);
}

#header-sticky.rr-sticky .mean__menu-wrapper #mobile-menu .header-ul li.has-dropdown ul.submenu li.has-dropdown ul li a {
    color: #000;
}

#header-sticky.rr-sticky .mean__menu-wrapper #mobile-menu .header-ul li.has-dropdown ul.submenu li.has-dropdown ul li.active a {
    color: var(--rr-theme-primary);
}

#header-sticky.rr-sticky .mean__menu-wrapper #mobile-menu .header-ul li a {
    color: #fff;
}

.main-menu .header-ul li {
    margin-inline-end: 0px;
}

.section__subtitle {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: var(--rr-ff-heading);
    font-weight: 500;
}

.banner-main {
    position: relative;
    top: 10%;
}

.banner__item-bg {
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    background-position: center;
}

.banner__space.banner_padd {
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.offcanvas__content .invert {
    filter: invert(1);
}

.banner__item-wrapper.banner-title h1 {
    font-size: 45px;
    line-height: 50px;
    text-transform: capitalize;
}

.section__title-wrapper.centerHead,
.section__title-wrapper.centerHead h2,
.section__title-wrapper.centerHead span {
    text-align: center;
}

.font-head-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
}

.what-we-do__wrapper {
    background-image: url('../../assets/img/shape.png');
    background-size: cover;
    object-fit: cover;
    background-position: center;
}

.what-we-do__wrapper {
    margin-left: 0px;
    margin-right: 0px;
}

.what-we-do__item.has--padding-pb {
    margin-bottom: 45px;
    padding: 0 15px 0 0;
}

.what-we-do__item .text {
    max-width: 290px;
    padding: 0 15px 0 0;
}

.our-team__item-media img {
    filter: unset;
    height: 470px;
    object-fit: cover;
}

.our-team__item:hover .our-team__item-media img {
    -webkit-transform: none;
    transform: none;
    -webkit-filter: grayscale(0);
}

.what-we-do__wrapper {
    background-color: #F8F8F8;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.footer__link p {
    color: #fff;
}

.our-team__item__text {
    left: 0;
    bottom: 20px;
    padding: 0px 30px 0px 30px;
}

.our-team__item-media::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 10, 11, 0.1)), to(#080A0B));
    background: linear-gradient(180deg, rgba(8, 10, 11, 0.1) 0%, #080A0B 100%);
}

.body-1 {
    overflow-x: hidden;
}

.overflow-hidden {
    overflow: hidden;
}

.our-team__item__text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    flex-direction: column;
}

/* About Us */
.breadcrumb-space {
    padding: 60px 0 60px;
}

.expert__item {
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
    border-radius: 20px;
}

.expert__arrow {
    width: 65px;
    height: 65px;
}

.working-process__item {
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: start; */
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    gap: 20px;
}

.about-us__content .section__title-wrapper {
    max-width: max-content;
}

.about-us__content .section__title-wrapper p {
    text-align: justify;
}

.what-we-do__wrapper.no-padding {
    background-color: #F8F8F8;
    padding-left: unset;
    padding-right: unset;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
    /* position: relative; */
    z-index: 1;
}

.flex-flow-reverse {
    flex-direction: row-reverse;
}

.main-menu ul li.has-dropdown>a {
    position: relative;
    display: flex;
}

.working-process__wrapper.column .working-process__item {
    flex-direction: column;
    align-items: center;

}

.working-process__icon.sm {
    width: 120px;
    height: 120px;
}

.working-process__wrapper.column .working-process__item .working-process__icon {
    margin-bottom: 0px;
}

.why-choose-us-2__item.bg-color-shade {
    display: flex;
    background-color: #F8F4F1;
    padding: 50px 30px;
    text-align: center;
    flex-direction: column;
    height: 100%;
}

.why-choose-us-2__item.col-flex.no-padd {
    align-items: start;
}

.why-choose-us-2__item.col-flex .why-choose-us-2__text {
    margin-top: 0px;
}

.why-choose-us-2__item.bg-color-shade .why-choose-us-2__text {
    margin-top: 0px;
}

.why-choose-us-2__item.col-flex .why-choose-us-2__text.margin {
    margin-top: 20px;
}

.projects .tab-content.microsoft {
    position: relative;
}

.our-team__item {
    border-radius: 15px;
}

.btn-new {
    padding: 10px 20px;
    margin-top: 20px;
}

.why-choose-us-2__icon img {
    border-radius: 10%;
}

.why-choose-us-2__item.col-flex.chaos {
    display: flex;
    flex-direction: column;
    gap: 0px;
    height: 100%;
}

.features {
    list-style: none;
}

.features li {
    margin: 10px 0;
    display: flex;
}

.features li span {
    margin-right: 10px;
}

.table.table-stripped tr th {
    font-size: 25px;
    padding: 30px 0;
    background: #f8f4f1;
}

.table.table-stripped tr td {
    font-size: 20px;
    padding: 30px 0;
    background: #f8f4f1;
}

.breadcrumb__title {
    font-style: normal;
    font-weight: 700;
    position: relative;
    font-size: 65px;
    line-height: 90px;
}

.flex-column-row-rv {
    flex-direction: row-reverse;
    display: flex;
}

.our-featured-service__item.card-h-100 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.working-process__item::before {
    content: unset;
}

.what-we-do__wrapper.no-padding {
    padding-left: unset;
    padding-right: unset;
    padding-top: 0px;
    padding-bottom: 60px;
}

.working-process__text.scroller {
    max-width: 150px;
}

.working-process__item.d-flex.flex-column {
    align-items: center;
}

.working-process__icon {
    margin-bottom: 0px;
}

.working-process__text h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.working-process__item.professionals {
    align-items: center;
}

.text-para-trimble p {
    margin-bottom: 20px;
}

.sidebar__widget-service.photo a i {
    padding: 20px;
}

.bor-bot {
    -webkit-box-shadow: 0px 20px 40px rgba(5, 17, 69, 0.1), inset 4px 0px 0px #B98E76;
    box-shadow: 0px 20px 40px rgba(5, 17, 69, 0.1), inset 4px 0px 0px #B98E76;
}

.card-infrastructure {
    -webkit-box-shadow: 0px 5px 40px rgba(5, 17, 69, 0.1);
    box-shadow: 0px 5px 40px rgba(5, 17, 69, 0.1);
    padding: 30px;
    height: 100%;
    border-radius: 30px;
}

.card-infrastructure h6 {
    margin-bottom: 25px;
}

.infrastructureUl {
    list-style: none;
    margin-top: 10px;
}

.svgWidth {
    width: 50px;
}

.has-dropdown a {
    display: flex;
    align-items: center;
}

.working-process__text {
    max-width: 400px;
}

.has-dropdown a img {
    margin-right: 10px;
}

.infrastructureUl li {
    display: flex;
    line-height: 35px;
}

.infrastructureUl li div {
    margin-right: 10px;
}

.why-choose-us-2__item.bg-color-shade.col-flex.infrastructure {
    text-align: start;
    justify-content: start;
    align-items: start;
    border-radius: 30px;
}

.contact-us__info-item {
    padding: 30px 30px;
    border: 1px solid rgba(8, 10, 11, 0.1);
    text-align: center;
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.protfolio__item-text h6 {
    font-size: 18px;
}

.protfolio__item-text {
    left: 25px;
}

.heading-gallery h6 {
    font-size: 20px;
    line-height: 30px;
}

.protfolio__item.sketchup::before {
    content: unset;
}

.accordion-header .accordion-button {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    padding: 20px 10px;
}

.accordion-button:not(.collapsed) {
    background: none;
    border: none;
}

button:focus:not(:focus-visible) {
    border: none;
}

.logo {
    padding: 10px 0;
}

.modal-header .font-head-title {
    font-size: 25px;
    line-height: 35px;
    margin: 0;
}

.flex-rowreverse {
    flex-direction: row-reverse;
}

.bg-golden {
    color: var(--rr-theme-primary);
}

.cta__content-title h2 {
    font-size: 45px;
    line-height: 55px;
}

.cta__content-title .bottom {
    margin-top: 10px;
    color: #fff;
}

.cta__space {
    padding: 40px 0;
}

.cta__content-title {
    max-width: 60%;
}

.text .what-we-do__item-arrow {
    margin-bottom: 20px;
}

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

.has-dropdown.dropdown-opened ul li a {
    color: #fff !important;
}

.has-dropdown.dropdown-opened ul li.has-dropdown.active a {
    color: var(--rr-theme-primary) !important;
}

.has-dropdown.active.dropdown-opened a {
    color: var(--rr-theme-primary);
}

.has-dropdown.dropdown-opened ul li.has-dropdown .submenu li a {
    color: #fff !important;
}

.has-dropdown.dropdown-opened ul li.has-dropdown .submenu li.active a {
    color: var(--rr-theme-primary) !important;
}

.has-dropdown.dropdown-opened ul li.active a {
    color: var(--rr-theme-primary) !important;
}

.cta__content {
    z-index: 99;
}

.contact__form-input select {
    height: 50px;
    font-size: 14px;
    line-height: 24px;
    padding-left: 20px;
    color: var(--rr-text-body);
    background-color: #F8F8F8;
    border: none;
    width: 100%;
}

.what-we-do__item-icon {
    height: max-content;
}

.what-we-do__item-icon img {
    width: 50px;
}

.text .what-we-do__item-desc {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.expert__icon {
    margin-bottom: 25px;
}

.expert__icon .icon-size {
    font-size: 45px;
    color: #fff;
}

.why-choose-us-2__icon i {
    font-weight: 100;
}

.breadcrumb__bg-left {
    position: absolute;
    width: 100%;
    height: 848px;
    left: 0px;
    background: #0000002e;
    z-index: 5;
}

.breadcrumb__bg-right {
    position: absolute;
    width: 100%;
    right: 0px;
    background: #0000002e;
    z-index: 5;
}

.breadcrumb__area.overly::before {
    position: absolute;
    background: #0000002e;
    mix-blend-mode: color-burn;
    z-index: 4;
}

.w-60 {
    width: 60%;
}

.promoTitle {
    font-size: 18px;
    list-style: 28px;
}

.iconindustries {
    font-size: 45px;
    font-weight: 300;
    color: #000;
    margin-bottom: 15px;
}

.slider-brand ul {
    gap: 100px;
}

.softwareUl li {
    list-style: none;
    line-height: 30px;
}

.latest-project__item:hover .latest-project__media img.software-solution {
    -webkit-transform: unset !important;
    transform: unset !important;
}

.latest-project__item.software {
    margin: 15px 0;
    box-shadow: 0px 0px 15px #ececec;
    height: 100%;
    padding: 10px 15px;
    border-radius: 20px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.softwareUl li span {
    margin-right: 5px;
}

.blog-grid__item {
    margin-bottom: 0px;
    height: 100%;
}

.testimonial__item__text span {
    font-size: 10px;
    line-height: 5px;
    --bs-gutter-x: 0px;
}

.testimonial__item p {
    padding-bottom: 15px;
}

.what-we-do .has--border {
    margin-bottom: 25px;
}

.latest-project__media {
    text-align: center;
}

.latest-project__media img.software-solution {
    width: 65%;
    padding: 20px 0 0 0;
}

.latest-project__text {
    margin-top: 25px;
}

.brand {
    background: #f8f4f1;
}

.footer__widget.footer__widget-item-2 {
    padding-left: 0px;
}

.working-process__icon {
    width: 130px;
    height: 130px;
}

.working-process__icon img {
    width: 50%;
}

.working-process__text h6:hover {
    color: var(--rr-theme-primary);
    cursor: pointer;
}

.working-process__wrapper.gridSet {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 30px;
    align-items: start !important;
    justify-content: center !important;
    align-content: center;
}

.working-process__wrapper.m-e {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 30px;
    align-items: start !important;
    justify-content: center !important;
    align-content: center;
}

.working-process__wrapper.gridSet.min-content {
    grid-template-columns: repeat(3, 1fr);
}

.working-process__wrapper.gridSet.aec-content {
    grid-template-columns: repeat(4, 1fr);
}

.microsoftIcon {
    width: 50px;
}

.imgBg {
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
}

.testimonial__item__author .icon {
    top: 0px;
    left: 46px;
    width: 20px;
    height: 20px;
}

.br-10 {
    border-radius: 15px !important;
}

.protfolio__item-media .autodeskAwards {
    border-radius: 10px;
}

.latest-project__media {
    border-radius: 10px;
}

.protfolio__item::before {
    /* border-radius: 10px; */
}

.working-process__item.lumionItem {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.latest-project__item.software.min-height {
    height: max-content !important;
}

.latest-project__item.software.min-height .latest-project__media img {
    padding: 20px 0 20px 0;
}

.soft-btn {
    padding: 5px 15px;
    /* margin-top: 20px; */
    background-color: unset;
    background: unset;
    width: 100%;
}

.soft-btn .btn-wrap .text-one,
.soft-btn .btn-wrap .text-two {
    color: #000;
}

.soft-btn-career {
    padding: 5px 15px;
    /* margin-top: 20px; */
    background-color: unset;
    background: unset;
    /* width: 100%; */
}

.soft-btn-career .btn-wrap .text-one,
.soft-btn-career .btn-wrap .text-two {
    color: #000;
}



.our-team__item__text img {
    margin-bottom: 10px;
}

.why-choose-us-2__icon.productDesign {
    background-color: unset;
}

.what-we-do__wrapper.no-img {
    background-image: unset;
    background-color: unset;
}

.soft-btn.pd-bt {
    padding-top: 10px;
    padding-bottom: 20px;
}

.our-featured-service__item {
    margin-bottom: 0px;
}

.our-featured-service__item .our-featured-service__content p {
    margin: 0;
}

.about-us__content p {
    margin: 0;
}

.header-1 {
    backdrop-filter: unset;
}

/* test */
.modal .modal-header,
.modal .modal-body {
    /* background: #ffffff; */
    /* background: #000000; */
    /* background: #043059; */
    background: transparent;
    border: none;
}

.modal-content {
    background-color: transparent;
    border: unset !important;
}

#nareshChawla .modal-header,
#nareshChawla .modal-body {
    padding: 20px 15px;
}

.modal-dialog.modal-lg {
    /* transform: translateY(150px) !important; */
}

/* Overlay to disable page */
.page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Semi-transparent black */
    z-index: 1040;
    /* Should be less than modal's z-index */
    display: none;
    /* Initially hidden */
}

.close {
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
    padding-right: 15px;
}

.close i::before {
    font-weight: 600;
    background: #fff;
    padding: 10px;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.careerUl {
    margin-left: 30px;
}

.contact__form-input input#fileToUpload {
    width: 100%;
    padding: 20px;
    height: unset;
}

.modal-body img {
    width: 800px;
    margin-bottom: 20px;
}

.baneerPopupText {
    display: flex;
    justify-content: center;
    font-size: 16px;
    color: #000;
    /* color: #fff; */
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    padding: 0 60px;
}

.banner__space {
    padding-top: unset;
    padding-bottom: unset;
}

.banner__item {
    position: relative;
}

.overlayBanner {
    position: absolute;
    /* Sit on top of the page content */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

ul.acrobatReader {
    margin-left: 30px;
}

.our-team__item__text.autodeskCards {
    display: flex;
    top: 30px;
    justify-content: center;
}

.our-team__item__text.autodeskCards h6 {
    margin-bottom: 15px;
}

.btn-wrap.autodesk .text-one,
.btn-wrap.autodesk .text-two {
    color: #fff;
}

.buttonAutodeskCards {
    margin-top: 15px;
}

.our-team__item-media.autodeskImgs::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 10, 11, 0.1)), to(#080A0B));
    background: linear-gradient(30deg, rgba(8, 10, 11, 0.1) 0%, #080A0B 100%);
}

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

.breadcrumb-space.bimServices {
    padding: unset;
    height: 50vh;
    display: flex;
    align-items: center;
}

.breadcrumb__title.bim {
    font-size: 40px;
    line-height: 50px;
}

.heading-Blog {
    font-size: 120px;
    line-height: 130px;
    color: var(--rr-theme-primary);
}

.floaticon {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 5px;
    left: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

#scroll-percentage {
    bottom: 4px;
    right: 40px;
    z-index: 100;
}

#bimBanners .carousel-inner {
    height: 50vh;
}

#bimBanners .carousel-item {
    height: 50vh;
}

.carousel-caption {
    top: 0%;
    bottom: 0rem;
    left: 0%;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#overlayBim {
    position: absolute;
    /* Sit on top of the page content */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    /* Black background with opacity */
    z-index: 1;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

#bimBanners .carousel-caption h5 {
    font-size: 45px;
    line-height: 60px;
    text-transform: capitalize;
}

.carousel-control-prev .fa-arrow-left,
.carousel-control-next .fa-arrow-right {
    font-size: 25px;
    font-weight: 200;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 3;
}

.footer-2__social {
    margin-left: 0px;
}

.footer-2__social a {
    border-radius: 50%;
}

.topProducts {
    padding: 0px;
    border: none;
}

.our-work-precess-2__item.autoCategory {
    padding: 30px 15px;
    height: 100%;
}

.sidebar__widget.autodeskList {
    padding: 0px 0px 0px 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.our-work-precess-2__content.autoCatConts {
    margin-top: 30px;
}

.cardsPricing {
    background-color: #fff;
    padding: 25px 35px;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cardsPricing h4 {
    font-size: 23px;
    font-weight: 800;
}

.cardsPricing .priceList {
    /* margin-left: 20px; */
    margin-top: 20px;
}

.priceList li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    margin-right: 10px;
    color: #906e50;
    font-size: 18px;
}

.cardsPricing .priceList li {
    list-style: none;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
    display: flex;
}

.cardsPricing a {
    margin-top: 25px;
}

.sidebar__widget.has--service .sidebar__widget-service.autoCate a {
    padding: 5px 10px;
}

.our-work-precess-2__content.autoCatCont {
    margin-top: 10px;
}

.rr-btn.autoLink {
    margin-top: 30px;
}

.latest-project__media img.cardsImgSoft {
    width: 60px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0px;
}

.latest-project__media.autodesk {
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
    color: #080A0C;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sketchCat {
    display: flex;
    justify-content: center;
}

.sketchCat img {
    width: 100%;
    max-width: 250px;
}

.autoCategory .our-work-precess-2__icon {
    margin-bottom: 30px;
}

.our-work-precess-2__item.autodeskCatCards {
    display: flex;
    flex-direction: column;
    padding: 30px 15px;
    height: 100%;
    justify-content: space-between;
}

.softCta .softCtaCol {
    position: relative;
    z-index: 2;
}

.cardSoftwareSolutions {
    text-align: center;
    padding: 35px 15px;
    height: 100%;
}

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

.cardSoftwareSolutions img {
    width: 250px;
}

.cardSoftwareSolutions .software {
    margin-top: 10px;
}

.subText {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    display: block;
    padding-top: 10px;
}

.footer-2__social a#facebook:hover {
    background-color: #1877F2 !important;
}

.footer-2__social a#insta:hover {
    background-color: #c13584 !important;
}

.footer-2__social a#linkedin:hover {
    background-color: #0077B5 !important;
}

.customersLogo {
    max-width: 150px;
    width: 100%;
}

.errorTitle {
    font-size: 250px;
    line-height: 260px;
    font-weight: 800;
    color: #906e50;
}

#allLoader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75) url(../img/webpage/loading2.gif) no-repeat center center;
    z-index: 10000;
}

.genesis-alert-success {
    background-image: url("../img/webpage/success.svg");
    display: block;
    height: 28px;
    width: 28px;
    background-size: contain;
}

.genesis-alert-error {
    background-image: url("../img/webpage/error.svg");
    display: block;
    height: 28px;
    width: 28px;
    background-size: contain;
}

.section__title.h3 {
    font-size: 30px !important;
    line-height: 40px !important;
}

.contact__form-input:has(.error) {
    margin-bottom: 15px;
}

.modal-body.p-5 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 10px !important;
    /* padding-bottom: 60px !important; */
}

.modal-body.p-5 img {
    /* height: auto; */
    /* object-fit: contain; */
    /* width: 500px; */
}

.modal .modal-header {
    /* border-bottom: 1px solid #fff; */
    /* border-bottom: 1px solid #000; */
}

.promos {
    padding: 60px 0;
}

.fa-circle-play::before {
    font-size: 50px;
    color: #fff;
}

/* .mar-right {
    margin-right: 0px;
}  */


.career-heading {
    /* font-size: 28px; */
    /* font-weight: 600; */
    /* color: var(--rr-theme-primary); */
    margin-bottom: 20px;
}

.career-card {
    border: 1px solid #e2e2e2;
    background: #f3f3f3;
    margin-bottom: 15px;
}

.career-header {
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}



.career-header h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.toggle-icon {
    width: 30px;
    height: 30px;
    background: #906E50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.career-content {
    display: none;
    background: #fff;
    padding: 20px 25px;
    border-top: 1px solid #e2e2e2;
}

.career-card.active .career-content {
    display: block;
}

.career-content ul {
    padding-left: 18px;
}

.career-content li {
    margin-bottom: 8px;
}





/* test */
@media only screen and (min-width: 1170px) {
    .bts-popup-container {
        margin: 8em auto;
    }
}

/* Test */
@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .cta__content-title .bottom {
        margin-left: 25px;
    }

    .head-req {
        margin-right: 10px;
    }
}

@media (max-width:1200px) {
    .rr-sticky .container .mega__menu-wrapper.logoDiv {
        display: block !important;
    }

    .rr-sticky {
        padding: unset;
    }
}

@media (max-width:1024px) {
    #Layer_1_copy {
        height: 100px;
    }

    #bimBanners .carousel-caption h5 {
        font-size: 35px;
        line-height: 50px;
        text-transform: capitalize;
    }

    .carousel-item img {
        height: 100%;
        object-fit: cover;
    }

    .working-process__wrapper.gridSet.min-content {
        grid-template-columns: repeat(2, 1fr);
    }

    .flex-columnreverse {
        flex-flow: column-reverse;
    }

    .about-us__content {
        margin-top: 30px;
    }

    .what-we-do__item {
        display: flex;
        gap: 30px;
        flex-direction: column;
    }

    .align-items-center-md {
        align-items: baseline;
    }

    .what-we-do__item.has--padding-pb {
        margin-bottom: 30px;
    }

    .what-we-do__wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

    .banner__bottom-wrapper {
        position: relative;
    }

    .about-us__content .section__title-wrapper {
        max-width: max-content;
    }

    .about-us__content .section__title-wrapper {
        max-width: max-content !important;
    }

    .section-space {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-space-bottom {
        padding-top: 30px;
    }

    .sidebar__widget.has--service {
        margin-bottom: 0px;
    }

    .md-none {
        display: none;
    }
}

@media(max-width:575px) {
    #Layer_1_copy {
        height: 70px;
    }

    #bimBanners .carousel-caption h5 {
        font-size: 28px;
        line-height: 35px;
        text-transform: capitalize;
    }

    .breadcrumb__title.bim {
        font-size: 30px;
        line-height: 40px;
    }

    .banner__space.banner_padd {
        height: 70vh;
    }

    .about-us__content p {
        margin-top: 15px !important;
    }

    .section-space-bottom {
        padding-top: 60px;
    }

    .why-choose-us-2__item.col-flex.no-padd.product {
        align-items: center;
    }

    .why-choose-us-2__item.col-flex.product .why-choose-us-2__text {
        text-align: center;
    }

    .section-space {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .working-process__wrapper.gridSet.min-content {
        grid-template-columns: repeat(1, 1fr);
    }

    .working-process__wrapper.gridSet.aec-content,
    .working-process__wrapper.gridSet {
        grid-template-columns: repeat(2, 1fr);
    }

    .pb-60 {
        padding-bottom: 30px;
    }

    .about-us__content {
        margin-top: 0px;
    }

    .table.table-stripped tr td {
        padding: 30px 30px;
    }

    .why-choose-us-2__item.bg-color-shade {
        align-items: center;
    }

    .why-choose-us-2__item.col-flex.chaos {
        align-items: center;
    }

    .cta__content {
        z-index: 2;
    }

    .cta__content-title {
        max-width: 100%;
    }

    .cta__content-title .bottom {
        margin-left: 0;
    }

    .w-90 {
        width: 100%;
    }

    .logo {
        padding: 0;
    }

    .mb-xs-0 {
        margin-bottom: 0px;
    }

    .section__title-wrapper.centerHead .section__title-wrapper.centerHead h2,
    .section__title-wrapper.centerHead span {
        text-align: start;
    }

    .font-head-title {
        font-size: 25px;
        line-height: 40px;
        margin-top: 10px;
    }

    .head-req {
        display: none;
    }

    .banner__item-wrapper.banner-title h1 {
        font-size: 25px;
        line-height: 40px;
    }

    .banner__slider__arrow {
        flex-direction: row-reverse;
        padding: 20px 0;
    }

    .section__subtitle {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
        text-align: left;
        margin-top: 15px;
    }

    .what-we-do__wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }

    .what-we-do__item .text {
        max-width: max-content;
        padding: 0 15px 0 0;
    }

    .header-1 .header__logo img {
        max-width: none;
        width: 125px;
    }

    .what-we-do__item.has--padding {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .working-process__item.d-flex.flex-column {
        margin-bottom: 3+0px;
    }

    .working-process__item.d-flex.flex-column .working-process__icon {
        margin-bottom: 0px;
    }

    .working-process__item.d-flex.flex-column .working-process__text h6 {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }

    .breadcrumb__title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 30px;
    }

    .breadcrumb__menu ul {
        row-gap: 0px;
    }

    .text,
    .text a,
    .what-we-do__item,
    .section__title-wrapper .projects {
        text-align: center;
        justify-content: center;
    }

    .working-process__icon {
        width: 120px;
        height: 120px;
    }

    .about-us__media {
        text-align: center;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin-right: auto;
        margin-left: auto;
    }

    #modalpopup2 .modal-dialog {
        max-width: 700px;
    }
}

/* New Logo Fix */
.img-logo img,
.footer__logo img {
    width: 200px;
    height: 100px;
    object-fit: cover;
}