* {
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #ffff;
    font-family: "InterDisplay", sans-serif !important;
}

a {
    text-decoration: none;
}

h1 {
    font-family: inherit !important;
    font-style: normal;
    color: #1b1b1b !important;
    font-weight: 500 !important;
    font-size: 72px !important;
    line-height: 87px !important;
    margin-bottom: 40px !important;
    letter-spacing: 0.5%;
}

h2 {
    font-family: inherit !important;
    color: #1b1b1b !important;
    font-size: 59px !important;
    font-weight: 500 !important;
    line-height: 80px !important;
    letter-spacing: 0.005em !important;
    margin-bottom: 60px !important;
}

h3 {
    font-family: inherit !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 48px !important;
    line-height: 57px !important;
    color: #1b1b1b !important;
}

h4 {
    font-family: inherit !important;
    letter-spacing: 0.5%;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 33px !important;
    line-height: 39.93px !important;
    color: #1b1b1b !important;
}

h5 {
    font-family: inherit !important;

    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 38px !important;
    line-height: 46px !important;
    color: #1b1b1b;
}

h6 {
    font-family: inherit !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 28px !important;
    line-height: 34px !important;
    color: #1b1b1b !important;
}

p {
    font-family: inherit !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    letter-spacing: 0.005em !important;
    color: #1b1b1b;
}

hr {
    color: #1b1b1b !important;
}

label {
    font-family: inherit !important;

    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    letter-spacing: -0.02em !important;
    color: #404040 !important;
}

.w-100 {
    max-width: 100%;
    width: 100%;
}

.w-50 {
    width: 50%;
    max-width: 50%;
}

.vm {
    vertical-align: middle !important;
}

.rel {
    position: relative !important;
}

.liststylenone {
    list-style: none !important;
}

.container {
    max-width: 1300px !important;
    width: 100%;
    margin: auto;
    padding: 0px 20px !important;
}

.desktop-hide {
    display: none;
}

.rel {
    position: relative;
}

/* ------------------------------- */

header {
    display: block;
    padding: 14px 0px;
    background-color: #fff;
    margin-bottom: 24px;
    z-index: 999;
    position: fixed;
    -webkit-transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    left: 0px;
    top: 0px;
    width: 100%;
}

.mobilesidebar {
    width: 96% !important;
    border: none !important;
    max-width: 350px;
}

.mobile_menu {
    display: none !important;
    cursor: pointer;
}

#navhead {
    transition: opacity 0.3s, visibility 0.3s;
    visibility: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.logo_bx {
    width: 200px;
    max-width: 157px;
    display: block;
}

.logo_bx img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
}

.nav_warp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-left: 76px;
    list-style: none;
    margin-left: auto;
    margin-bottom: 0px;
}

.nav_warp li {
    display: block;
    padding-right: 30px;
    position: relative;
}

.nav_warp li a {
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: rgba(0, 0, 0, .6);
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.nav_warp li .dropdown button {
    padding: 0px;
    background-color: transparent;
    outline: none;
    display: flex;
    justify-content: space-between;
    border: none;
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: rgba(0, 0, 0, .6);
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    align-items: center;
}

.nav_warp li .dropdown button span {
    margin-left: 10px !important;
}

.nav_warp li .dropdown button:focus {
    background-color: transparent !important;
    box-shadow: none !important;
}

.nav_warp li .dropdown button:active {
    color: #000 !important;
    background-color: transparent !important;
}

.nav_warp li .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0px !important;
    vertical-align: 0px !important;
    content: "";
    border: none !important;
}

.nav_warp li .megaMenuDropdown .megaMenuDropdownBlock {
    box-shadow: 0px 7px 22px #132c5729;
    padding: 5px;
    border: 1px solid #021b4217;
}

/* mega-menu drop start here */
.megaMenuDropdown:hover .megaMenuDropdownBlock {
    display: block !important;
}

.megamenuSubmenu:hover .megaSubmenuDropdown {
    display: block !important;
}

.megamenuSubmenu {
    position: relative;
}

.megaSubmenuDropdown {
    width: 100%;
    position: absolute;
    left: 90%;
    top: 0px;
}


/* mega-menu drop ends here */



.nav_warp li .dropdown .dropdown-menu ul li::after {
    width: 0% !important;
}

.nav_warp li .dropdown .dropdown-menu ul li:hover::after {
    width: 0% !important;
}

.nav_warp li .dropdown .dropdown-menu li {
    padding: 5px 0px;
    border-bottom: 1px solid #eee;
}

.nav_warp li .dropdown .dropdown-menu li::after {
    width: 0% !important;
}

.nav_warp li .dropdown .dropdown-menu li:hover::after {
    width: 0px !important;
}

.nav_warp li .dropdown .dropdown-menu li a {
    font-size: 15px !important;
    font-family: inherit;
    font-weight: 400;
}

.nav_warp li .dropdown .dropdown-menu li a:hover {
    color: #233e62 !important;
}

.nav_warp li .dropdown .dropdown-menu li:last-child {
    border-bottom: 0px !important;
}

.dropdown-item.active,
.dropdown-item:active {
    text-decoration: none !important;
    background-color: transparent !important;
    border-radius: 4px;
}

.nav_warp li:hover a {
    color: #233e62;
}

/* .nav_warp li::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: unset;
    right: 0px;
    width: 0%;
    height: 1px;
    background-color: #233e62;
    border-radius: 25px;
    -webkit-transition: 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
} */

.nav_warp li .active {
    color: #033367 !important;
}

.nav_warp li:hover::after {
    width: 100%;
    left: 0px;
    right: unset;
}

.nav_warp li .dropdown .btn.active {
    color: #033367 !important;
}

.nav_warp li:last-child {
    padding-right: 0px;
}

/* header_nested _menu_below */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .nested-menu {
    width: 100%;
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

/* hero_sec_start */
.hero_sec {
    padding-top: 93px;
    margin-bottom: 100px;
    overflow: hidden;
}

.hero_sec_content {
    padding-top: 40px;
}

.banner_img {
    padding-top: 50%;
    display: block;
    width: 100%;
    position: relative;
    width: 100%;
}

.banner_img img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

/* hero_sec_ends */

/* about us */
.sec_padding {
    margin-bottom: 80px;
    overflow: hidden;
}

.abt_img_block {
    padding-top: 49%;
    display: block;
    width: 100%;
    position: relative;
    width: 100%;
}

.abt_img_block2 {
    padding-top: 100% !important;
}

.abt_img_block img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.abt_img_block iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.abt_right_content p {
    margin-bottom: 40px;
}

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

.abt_right_content {
    padding-left: 20px;
}

/* services */
.services {
    padding: 50px;
}

.sec_padding.service_sec {
    margin-bottom: 100px !important;
}

.service {
    width: 100%;
    max-width: 300px;
}

.service img {
    width: 50px;
    height: auto;
}

.service svg {
    margin-bottom: 30px;
    width: 56px;
    height: 56px;
}

.service h2 {
    font-family: inherit;
    font-size: 33px !important;
    font-weight: 400 !important;
    line-height: 40px !important;
    letter-spacing: 0.005em !important;
    color: #fff !important;
    margin-bottom: 16px !important;
}

.service p {
    font-family: inherit;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    letter-spacing: 0.005em !important;
    color: #fff !important;
}

.abt_img_block.projectOneImg {
    padding-top: 60.5%;
}

.our_projects_content {
    display: block;
    width: 100%;
    margin-bottom: 80px;
}

.our_projects_content h2 {
    margin-bottom: 40px !important;
}

.Project_card {
    width: 100%;
}

.Project_card_img {
    padding-top: 65.1%;
    display: block;
    width: 100%;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.Project_card_img img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.Project_card_head {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.Project_card_head h3 {
    text-transform: uppercase;
}

.Project_card_head h4 {
    font-weight: 400 !important;
}

.view_details_link {
    width: 147px;
    height: 44px;
    padding: 10px 20px 10px 20px;
    border-radius: 39px;
    border: 1px solid #173057;
    background-color: #173057;
    font-family: inherit;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    transition: 0.4s;
}

.view_details_link.active {
    border: 1px solid #003369;
    background-color: #003369;
    color: #fff !important;
}

.view_details_link.active:hover {
    border: 1px solid #1b1b1b;
    background-color: transparent;
    color: #1b1b1b !important;
}

.view_details_link:hover {
    border: 1px solid #003369;
    background-color: #003369;
    color: #fff !important;
}

.Project_card_body p {
    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    letter-spacing: 0.005em !important;
    margin-bottom: 16px !important;
}

.hint_caption {
    font-family: inherit !important;
    font-size: 18px;
    text-align: left;
    display: block;
    font-weight: 500;
    color: #003369;
    letter-spacing: 0.005em;
    display: block;
    margin-bottom: 12px !important;
    line-height: 20px;
}


.sec_padding.cp_sc {
    padding-top: 40px !important;
    border-top: 1px solid rgb(27 27 27 / 30%);
    /* padding-bottom: 40px !important; */
    border-bottom: 1px solid rgb(27 27 27 / 30%);
}

.tag_sold_out {
    max-width: 146.43px;
}

.craftsmanship_container {
    padding: 65px 0px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.Craftsmanship_content h2 {
    color: #fff !important;
    max-width: 800px;
    margin-bottom: 30px !important;
}

.Craftsmanship_content p {
    color: #fff !important;
    max-width: 900px;
}

.service2 .col-md-12 {
    border-right: 1px solid #ffff;
}

.service2 .col-md-12:nth-child(2) {
    padding-left: 173px;
}

.service2 .col-md-12:nth-child(3) {
    padding-left: 173px;
}

.service2 .col-md-12:last-child {
    border: none;
}

/* .Craftsmanship_sec {
    padding-top: 90px;
} */

/* happy customer  */
.sec_padding.happy_customers_sec {
    margin-bottom: 100px !important;
}

.cust_title {
    margin-bottom: -10px !important;
    max-width: 600px;
}

.player_thump {
    padding-top: 65.1%;
    display: block;
    width: 100%;
    position: relative;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.player_thump .player_thump_img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.player_thump iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.head_content_customers {
    margin-bottom: 30px;
}

.play_icn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    user-select: none;
    font-size: 56px !important;
    color: #fff;
    transition: 0.5s;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 100px;
    animation: 0.6s pulse1 infinite;
    transition: 0.6s pulse1 infinite;
}

@keyframes pulse1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.player_thump:hover .play_icn {
    transform: translate(-50%, -50%) scale(1.2) !important;
    box-shadow: 0px 2px 21px #003369 !important;
}

.locationTxt {
    font-family: inherit;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.005em;
    margin-bottom: 0px !important;
}

/* testimonial-sec */

.testimonial-section h2 {
    max-width: 393px;
    margin-bottom: -10px !important;
}

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

.tetimonial_btn_warp .btns {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 1px solid #1b1b1b;
    font-family: inherit;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.005em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    transition: 0.5s;
}

.tetimonial_btn_warp .btns:nth-child(1) {
    margin-right: 26px;
}

.tetimonial_btn_warp .btns:hover {
    background-color: #003369;
    color: #fff;
    border: 1px solid #003369;
    transform: scale(0.95);
}

.user_img {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    display: block;
    border-radius: 100px;
    overflow: hidden;
    background-color: #fff;
    margin-right: 20px;
}

.user_img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.testimonial-card {
    padding: 30px;
    background-color: rgb(245 245 245 / 50%);
    min-height: 272px;
}

.testimonial-content .title {
    font-family: inherit;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    letter-spacing: 0.005em !important;
    margin-bottom: 10px;
    color: #1b1b1b !important;
}

.testimonial-content .sub_title {
    font-family: inherit;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    letter-spacing: 0.005em !important;
    color: #484848 !important;
}

.testimonial-card-head {
    display: flex;
    margin-bottom: 25px;
}

.testimonial-card .testimonial {
    font-family: inherit;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    letter-spacing: 0.005em !important;
}

.form_img_wrap {
    width: 100%;
    height: 600px;
}

.form_img_wrap img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.custom-form {
    margin: auto;
    padding: 0px 0px 0px 25px;
    background: #fff;
}

.form-control {
    border-radius: 2px;
    margin-bottom: 1rem;
    padding: 18px !important;
    font-family: inherit;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 19px !important;
    letter-spacing: 0.005em !important;
    color: #1b1b1bcc !important;
}

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

.form-check-label {
    margin-bottom: 1rem;
}

.form-check-input {
    margin-right: 0.5rem;
}

.btn-primary {
    background-color: #00467f;
    /* Change button color as needed */
    border: none;
    padding: 0.75rem 1.5rem;
    margin-top: 0.5rem;
}

.btn-primary:hover {
    background-color: darken(#00467f, 10%);
    /* Adjust hover state color as needed */
}

.form-text {
    display: block;
    margin-top: 1rem;
    font-size: 0.875rem;
}

.form-group textarea {
    height: 195px;
    text-align: left;
    overflow-y: auto;
    scrollbar-width: none;
    resize: none;
}

.form-control::placeholder {
    font-family: inherit;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 19px !important;
    letter-spacing: 0.005em !important;
    text-align: left !important;
}

.btn-primary.form_btn {
    padding: 19px !important;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.005em;
    transition: 0.5s;
}

.form_btn:hover {
    transition: 0.5;
    transform: translateY(-5px);
    background-color: #000 !important;
    color: #fff !important;
}

.terms_check {
    cursor: pointer;
}

.terms_check label {
    cursor: pointer;
}

.acceptance_message {
    font-family: inherit;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    letter-spacing: 0.005em !important;
}

.message_bx {
    padding: 18px 20px;
    background-color: #f5f5f54d;
    margin-bottom: 20px;
    border: 1px solid #f5f5f54d;
}

/* footer start */
.footer {
    background-color: #003366;
    color: #fff;
    padding: 60px 0 0px;
}

.footer .logo {
    margin-bottom: 20px;
}

.footer h5 {
    color: #fff !important;
    text-transform: uppercase;
    margin-top: 20px;
    letter-spacing: normal;
}

.footer ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
}

.footer ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.footer ul li a:hover {
    color: #fff;
}

.form-group {
    margin-bottom: 20px;
}

.form-group .form-control {
    margin-bottom: 0px !important;
}

.footerBlock h5 {
    font-family: inherit;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    letter-spacing: 0.005em;
    margin-bottom: 21px;
}

.footerBlock ul {
    list-style: none;
    display: block;
    width: 100%;
}

.footerBlock ul li {
    padding: 10px 0px;
}

.footerBlock ul li a {
    font-family: inherit;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.005em;
    text-align: left;
}

.footstrip {
    background-color: #001d4b !important;
    padding: 27px 10px;
}

.footstrip .copyright {
    font-family: inherit;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    letter-spacing: 0.005em !important;
    text-align: center;
    color: #fff;
}

.footer_logo {
    max-width: 214px;
    display: block;
}

.footer_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.footer-wrap {
    margin-bottom: 51px;
}

/* footer ends */

.deskHide {
    display: none;
}

.swiper-pagination {
    display: none;
}

.Project_card_footer .view_details_link {
    display: none;
}

.mobile_accordium {
    display: none;
}

.offcanvas-start {
    visibility: visible !important;
    z-index: 99999 !important;
}

.accordion.mobile .accordion-item {
    background-color: transparent !important;
    border: transparent;
    padding: 15px 0px;
    border-radius: 0px !important;
}

.accordion.mobile .accordion-item .accordion-header .accordion-button {
    background-color: transparent !important;
    color: #fff !important;
    padding: 10px 30px 10px 10px !important;
    height: 0px !important;
}

.accordion.mobile .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none !important;
}

.accordion.mobile .accordion-item .accordion-collapse .accordion-body {
    padding: 8px !important;
}

.accordion.mobile .accordion-item .accordion-collapse .accordion-body ul li {
    padding: 2px 0px;
}

.accordion.mobile .accordion-item .accordion-collapse .accordion-body ul {
    padding-left: 15px !important;
}

.accordion.mobile .accordion-item .accordion-collapse .accordion-body ul li a {
    font-family: inherit;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 19px !important;
    letter-spacing: 0.005em !important;
}

.accordion.mobile .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.accordion.mobile .accordion-item .accordion-header .accordion-button.collapsed::after {
    transform: translateY(-50%) rotate(0deg);
}

.accordion.mobile .accordion-item .accordion-header .accordion-button::after {
    content: "\002B" !important;
    position: absolute !important;
    background-image: none !important;
    top: 50% !important;

    transform: translateY(-50%) rotate(45deg);
    color: #fff !important;
    right: 0px;
    font-size: 20px !important;
}

.accordion.mobile .accordion-item .accordion-header {
    font-family: inherit !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    letter-spacing: 0.005em !important;
    margin-bottom: 0px !important;
}

.accordion.mobile .accordion-item {
    border-bottom: 1px solid #ffffff21;
}

/* mobile footer accourdiun ends here */

/* mobile sider-bar starts here */

.mobilenav-link {
    font-family: inherit;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 19px !important;
    letter-spacing: 0.005em !important;
    color: #1b1b1b !important;
    text-decoration: none !important;
}

.mobilenav .nav-item {
    border-bottom: 1px solid #eeee;
    padding: 10px 0px;
}

.headerMobileAccourdiun {
    border: none !important;
}

.headerMobileAccourdiun .accordion-item {
    border: none !important;
    border-bottom: 1px solid #eeee !important;
}

.headerMobileAccourdiun .accordion-item .accordion-header .accordion-button {
    padding: 12px !important;
    border: none !important;
}

.headerMobileAccourdiun .accordion-item .accordion-header .accordion-button:focus {
    /* box-shadow: 0px 25px 25px #cccccc69; */
}

.headerMobileAccourdiun .accordion-item .accordion-header .accordion-button::after {
    content: "+";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.mobilesidebarlist {
    padding: 10px 0px !important;
}

.mobilesidebarlist ul {
    list-style: none;
    padding-left: 10px !important;
}

.mobilesidebarlist ul li .dropdown {
    width: 100%;
}

.mobilesidebarlist ul li .dropdown button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px;
}

/* .mobilesidebarlist ul li .dropdown button:focus {
    box-shadow: none !important;
    border: none !important;
} */

.mobilesidebarlist ul li {
    padding: 5px 0px;
}

.mobilesidebarlist ul li .dropdown .dropdown-menu {
    width: 100% !important;
}

/* mobile sider-bar ends here */

/* gallery-sec-starts-here */
.gallery_content h2 {
    margin-bottom: 16px !important;
}

.content_box h2 {
    margin-bottom: 20px !important;
}

.enquiry-section2 h2 {
    margin-bottom: 24px !important;
}

.custom-form .title_sub {
    font-size: 47px !important;
}

/* gallery-sec-ends-here */

.embed-responsive {
    padding-top: 56.5%;
    display: block;
    width: 100%;
    position: relative;
    width: 100%;
}

.embed-responsive iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.ph_callbtn {
    border-radius: 25px !important;
    padding: 10px 20px !important;
}

.ph_callbtn .material-icons {
    margin-right: 4px;
}

/* download sec starts  here */
.download-section {
    color: white;
    border-bottom: 1px solid #ffffff7b;
    margin-bottom: 60px;
    padding-bottom: 40px !important;
}

.download-section h2 {
    color: white;
    font-size: 1.5rem;
}

.download-section p {
    color: white;
}

.btn-primary {
    background-color: #ffffff;
    color: #007bff;
    border: none;
    border-radius: 50px;
    padding: 0.5rem 2rem;
}

.download_leftCol {
    max-width: 520px;
}

.download_leftCol h3 {
    margin-bottom: 16px !important;
}

.download_btn {
    padding: 13px 26px !important;
    max-width: 200px;
    border-radius: 25px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 25px !important;
    font-family: inherit;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.005em;
    margin-left: auto;
}

.download_btn .material-icons {
    margin-right: 11px;
}

.btn-close.modalCloseBtn {
    cursor: pointer !important;
    user-select: none !important;
    position: absolute !important;
    background-color: #fdfdfd87 !important;
    top: -52px;
    right: 0px;
    font-size: 25px;
    padding: 6px;
    transition: 0.5s ease-in-out;
}

.btn-close.modalCloseBtn:hover {
    transform: rotate(180deg);
}

.modal-body.customModalBody {
    background-color: #ffffff30 !important;
    backdrop-filter: blur(10px) !important;
}

.modal-body.customModalBody2 {
    background-color: #fffbfbb5 !important;
    backdrop-filter: blur(10px) !important;
}

.customModalContent {
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
}

/* flex gallery */
.image-gallery {
    display: flex;
    gap: 10px;
    overflow: hidden;
    margin-top: 30px;
}

.image-column {
    flex: 1;
    transition: flex-grow 1s ease-out;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    min-height: 333px;
}

.image-column:hover {
    flex-grow: 1.8;
}

/* flex ensd */

/* Spacious */

.Spacious_BlockBody {
    margin-top: 40px;
}

.Spacious_BlockBody h4 {
    margin-bottom: 20px !important;
}

.Spacious_BlockBody ul {
    padding-left: 10px;
}

.Spacious_BlockBody ul li {
    padding: 5px 0px;
    font-family: inherit;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
}

.icn_mini {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

.icn_mini img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.icn_mini2 {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    margin-right: 23px;
}

.icn_mini2 img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

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

.icn_res_block_warp {
    display: flex;
    align-items: center;
}

.icn_res_block_warp2 {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.icn_res_block_content {
    padding-left: 15px;
}

.icn_res_block_content .title {
    font-family: inherit !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 29px !important;
    letter-spacing: 0em !important;
    display: block;
    margin-bottom: 6px;
}

.icn_res_block_content2 .title {
    font-family: inherit !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 29px !important;
    letter-spacing: 0em !important;
    display: block;
    margin-bottom: 6px;
}

.icn_res_block_content .sub_title {
    font-family: inherit !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    display: block;
}

.icn_res_block_content2 .sub_title {
    font-family: inherit !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    display: block;
}

.view_box_wrap {
    padding-top: 56.5%;
    display: block;
    width: 100%;
    position: relative;
    width: 100%;
    margin-top: 40px;
}

.view_box_wrap img,
.view_box_wrap iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

/* apartment sec below */
.tab_block {
    margin-top: 40px;
}

.custom_navtabs {
    margin-bottom: 40px !important;
    border: none !important;
}

.custom_navtabs .nav-item {
    width: 100%;
    max-width: 285px;
}

.custom_navtabs .nav-item .nav-link {
    width: 100%;
    max-width: 100%;
    background: #f5f5f5 !important;
    padding: 16px 116px 16px 116px;
    border-radius: 4px;
    font-family: inherit;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    letter-spacing: 0em !important;
    color: #1b1b1b !important;
    user-select: none;
}

.custom_navtabs .nav-item .nav-link.active {
    background: #003369 !important;
    color: #fff !important;
}

/* .nav-tabs .nav-link.active {
    background-color: #007bff;
    color: white;
} */

.secondary_card {
    width: 100%;
    max-width: 596px;
    padding: 40px;
    background-color: rgb(227, 243, 251);
}

.secondary_card.radius {
    border-radius: 20px !important;
}

.secondary_card_head h4 {
    margin-bottom: 40px;
}

.secondary_card_head h6 {
    margin-bottom: 30px !important;
}

.secondary_card_head {
    margin-bottom: 60px;
}

.secondary_card_list {
    list-style: none;
    padding-left: 0px !important;
}

.secondary_card_list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    font-family: inherit;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    padding: 14px;
    border-bottom: 1px solid #a6b2b7;
}

.secondary_card_list_lft {
    font-family: inherit;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
}

.direction_btn {
    padding: 16px 25px !important;
    border-radius: 4px !important;
    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 19px !important;
    letter-spacing: 0.005em !important;
    text-decoration: none !important;
    margin-top: 30px !important;
    max-width: 261px;
    width: 100%;
}

.content_box_para p {
    margin-bottom: 20px;
}

.secondary_card_listtwo.secondary_card_list li {
    font-family: inherit;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
}

.secondary_card_listtwo.secondary_card_list .secondary_card_list_lft {
    font-family: inherit;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 19px !important;
    letter-spacing: 0em !important;
}

.Features_block img {
    width: 56px;
    height: 56px;
    display: block;
    margin-bottom: 19px;
}

.Features_block span {
    font-size: 46px;
    display: block;
    margin-bottom: 19px;
    text-align: center;
}



.Features_block p {
    font-family: inherit;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 31px !important;
    letter-spacing: 0em !important;
    color: #1b1b1b !important;
    margin-bottom: 0px !important;
    text-align: center;
}

.readMoreWrap {
    height: 200px !important;
    overflow: hidden;
    position: relative;
}

.readMoreWrap.active {
    height: auto !important;
}

.readMoreWrap::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom,
            rgb(249 249 249) 0%,
            rgb(253 253 253 / 90%) 100%);
    z-index: 1;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    height: 60px;
}

.readMoreWrap.active::before {
    opacity: 0;
    /* Show the overlay when active */
}

.readMoreWrap .row {
    border-bottom: 1px solid #bbbbbb;
    margin-bottom: 20px;
    padding: 20px 0px !important;
}

.readMoreBtn {
    margin-left: auto !important;
    display: flex !important;
    background-color: transparent !important;
    border: none !important;
    font-family: inherit !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 31px !important;
    letter-spacing: 0em !important;
    color: #003369 !important;
    align-items: center;
}

.unlock_desk .row {
    border-bottom: 1px solid #b3b3b3;
    padding: 22px 0px;
}

.unlock_desk .row:last-child {
    border: none !important;
}

.unlock_btn {
    border-radius: 25px !important;
    max-width: 227px !important;
    width: 100%;
    padding: 10px 30px !important;
    font-family: inherit;
    font-size: 20px !important;
    font-weight: 400 !important;
    justify-content: center;
    letter-spacing: 0.005em !important;
    display: flex !important;
    align-items: center !important;
    margin: 0px auto !important;
}

.unlock_desk_minTitle {
    font-family: inherit !important;
    font-size: 26px !important;
    font-weight: 400 !important;
    line-height: 31px !important;
    letter-spacing: 0em !important;
}

.unlock_desk_Txt {
    font-family: inherit;
    font-size: 33px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0em;
    color: #1b1b1b;
}

.unlock_mob {
    display: none;
}

.gray_card {
    padding: 16px;
    background-color: #f9f9f9;
    border-radius: 20px;
    margin-bottom: 20px;
}

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

.themeAccourdiunBlock h2 {
    margin-bottom: 20px !important;
}

.theme_accordion-button {
    font-family: inherit;
    font-size: 33px !important;
    font-weight: 400 !important;
    line-height: 40px !important;
    letter-spacing: 0.005em !important;
    text-align: left !important;
    color: #1b1b1b;
    border: none;

    border-bottom: 1px solid #b3b3b3 !important;
}

.theme_accordion-button::after {
    content: none !important;
}

.theme_accordion-item {
    border: none !important;
}

.listItemsAcc {
    padding-left: 10px !important;
}

.listItemsAcc li {
    font-family: inherit !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    letter-spacing: 0.005em !important;
    text-align: left !important;
    padding: 10px !important;
}

.theme_accordion-button .svg_float {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(7deg) !important;
    transition: 0.3s;
    width: 33.3px !important;
    height: 33.3px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.svg_float svg {
    width: 33.3px;
    height: 33.3px;
}

.theme_accordion-button.collapsed .svg_float {
    transform: translateY(-50%) rotate(263deg) !important;
}

.theme_accordion-body {
    padding-left: 30px !important;
}

.top_banner_sec {
    width: 100%;
    position: relative;
    padding: 30px 38% 30px 0px;
    /* height: 1034px; */
}

.top_banner_sec::after {
    content: "";
    width: 61%;
    height: 100%;
    max-height: 1034px;
    background-image: url(../img/cropbanner.webp);
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    /* background-position: center center; */
}

.top_banner_sec.aspire::after {
    background-image: url(../img/apire_building_desk.png) !important;
}

.minTxt2 {
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    color: #1b1b1b;
}

.Icn_Features_cards {
    margin-top: 50px;
    max-width: 425px;
    width: 100%;
    padding-right: 20px;
    overflow: hidden;
}

.icn_res_block_warp2 p {
    font-family: inherit !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
}

/* top banner sec below */
.top_banner_sec_content h1 {
    margin-bottom: 79px !important;
}

.sub_content .subpara {
    font-family: inherit !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    letter-spacing: 0em !important;
    margin-bottom: 12px !important;
}

.custom-form2 .title_sub {
    margin-bottom: 18px !important;
}

.custom-form2 .unlock_btn {
    max-width: 195px !important;
}

.custom-form2 p {
    line-height: 24px !important;
}

.hero_sec2 {
    margin-bottom: 100px !important;
}

.abt_img_block_hero {
    display: none;
}

.left_col_avn_block .tag_sold_out {
    max-width: 434px;
    width: 100%;
}

.abt_img_block.abt_img_block2.tab_image_block {
    padding-top: 56% !important;
}

.plan_container {
    max-width: 732px !important;
}

.secondary_card.varient_sec {
    max-width: 100% !important;
    width: 100%;
}

.varient_sec_block {
    display: flex;
    align-items: center;
    padding: 15px 0px;
}

.varient_sec_block h6 {
    font-family: inherit !important;
    font-size: 33px !important;
    font-weight: 600 !important;
    line-height: 40px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    margin-right: 5px !important;
}

.varient_sec_block span {
    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 19px !important;
    letter-spacing: 0em !important;
}

.ryt_block_reachus {
    padding-left: 107px;
}

.locationTxt {
    font-family: inherit;
    font-size: 33px !important;
    font-weight: 400 !important;
    line-height: 40px !important;
    letter-spacing: 0.005em !important;
    margin-bottom: 40px !important;
}

.reach_link {
    font-family: inherit;
    font-size: 33px !important;
    font-weight: 400 !important;
    line-height: 40px !important;
    letter-spacing: 0.005em !important;
    margin-bottom: 40px !important;
    display: flex;
    align-items: center;
    color: #007bfe !important;
}

.reach_link i {
    font-size: 40px !important;
    margin-right: 10px !important;
}

.social_links {
    width: 72px;
    height: 72px;
    display: block;
    border-radius: 100px;
    margin-right: 60px;
    background-color: rgba(245, 245, 245, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.social_links i {
    font-size: 30px !important;
    color: rgba(27, 27, 27, 1);
}

.social_links:hover {
    background: rgba(0, 51, 105, 1);
}

.social_links:hover i {
    color: rgba(255, 255, 255, 1);
}

.gray_sec {
    padding: 52px 0px;
}

.mobileLogos {
    display: none;
    margin-bottom: 15px;
    max-width: 79px;
    width: 100%;
}

.mobileTxtTitle {
    font-family: inherit !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 29px !important;
    letter-spacing: 0.005em !important;
    margin-bottom: 10px !important;
    display: none;
}

.FollowTxt {
    font-family: inherit !important;
    font-size: 33px !important;
    font-weight: 400 !important;
    line-height: 40px !important;
    letter-spacing: 0.005em !important;
    margin-bottom: 40px !important;
}

.theme_card {
    background-color: #fff !important;
    padding: 39px;
}

/* about sec below */
.about_banner {
    padding-top: 54%;
    display: block;
    width: 100%;
    position: relative;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 100px;
}

.about_banner img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.anout_ban_txt_title {
    left: 0px;
    top: 5px;
    position: absolute;
    z-index: 10;
}

.anout_ban_txt_para {
    right: 0px;
    bottom: 5px;
    position: absolute;
    z-index: 10;
    max-width: 600px;
}

.About_us_mobile {
    display: none;
}

.About_us_mobile p {
    margin-top: 20px !important;
}

.our_stroy_img_bx {
    padding-top: 78%;
    display: block;
    width: 100%;
    position: relative;
    width: 100%;
}

.our_stroy_img_bx img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.our_story_block_wrap {
    margin-top: -10px;
    margin-bottom: 100px !important;
}

.our_story_content .number-circle {
    margin-bottom: 14px !important;
}

.our_story_content p {
    max-width: 330px;
}

.our_story_content p.w-100 {
    max-width: 100% !important;
}

.our_story_content.block3 {
    max-width: 673px !important;
    margin: 0px auto 0px auto;
    transform: translateX(-42px);
}

.our_story_content.block2 {
    margin-bottom: 150px !important;
}

.our_stry_mob {
    display: none;
}

.our_stry_mob .our_stroy_img_bx {
    margin-bottom: 20px !important;
}

.our_stry_mob p {
    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    letter-spacing: 0.005em !important;
}

.contact_us_block {
    max-width: 615px;
    margin: auto;
}

.contact_us_block h2 {
    margin-bottom: 30px !important;
}

.contact_us_block .abt_img_block {
    margin-bottom: 30px !important;
}

.contact_ryt_col .loc_txxt {
    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    letter-spacing: 0.005em !important;
    margin-bottom: 10px !important;
}

.contact_ryt_col .reach_link {
    font-size: 16px !important;
    margin-bottom: 0px !important;
    justify-content: flex-end !important;
}

.contact_ryt_col .reach_link i {
    font-size: 24px !important;
    margin-right: 10px !important;
}

.contact_lft_col h6 {
    font-family: inherit !important;
    font-size: 33px !important;
    font-weight: 500 !important;
    line-height: 40px !important;
    letter-spacing: 0.005em !important;
    text-align: left !important;
}

.contact_lft_col .minilogos {
    width: 100%;
    max-width: 106px;
}

.contact_us_block_body .row {
    border-bottom: 1px solid #8d8d8d;
    justify-content: space-between !important;
    padding: 20px 0px !important;
}

.contact_ryt_col {
    text-align: right;
}

.contact_us_block_body {
    overflow: hidden;
}

.map_block {
    padding-top: 56.5%;
    display: block;
    width: 100%;
    position: relative;
    width: 100%;
    margin-top: 60px;
}

.map_block iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.otherPages_cardblock {
    background-color: #fff;
    padding: 40px;
    border-radius: 14px;
    overflow: hidden;
    max-width: 1000px;
    margin: auto;
}

/* other-pages-styling-below */

.otherPages_cardblock {
    background-color: #fff !important;
    padding: 40px;
}

article {
    width: 100%;
}

article .article_block {
    margin-bottom: 20px !important;
}

article.csr_activities .article_block p {
    font-size: 18px !important;
    line-height: 2em !important;
}


article .article_block h2 {
    font-family: inherit;
    font-weight: 500 !important;
    font-size: 18px !important;
    color: #003369 !important;
    margin-bottom: 9px !important;
    line-height: 24px !important;
}

article .article_block p {
    font-family: inherit;
    font-weight: 400 !important;
    font-size: 13px !important;
    color: #666666 !important;
    margin-bottom: 20px !important;
    line-height: 1.8em !important;
}

.otherPages_cardblock h1 {
    margin-bottom: 20px !important;
    font-size: 33px !important;
    line-height: 26px !important;
}

.otherPages_cardblock h2 {
    margin-bottom: 20px !important;
    font-size: 30px !important;
    line-height: 26px !important;
}

.otherPages_cardblock h3 {
    margin-bottom: 18px !important;
    font-size: 28px !important;
    line-height: 24px !important;
}

.otherPages_cardblock h4 {
    margin-bottom: 16px !important;
    font-size: 24px !important;
    line-height: 24px !important;
}


.article_block ul li p {
    font-family: inherit;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #1B1B1B !important;
    margin-bottom: 20px !important;
    line-height: 24px !important;
}

.credai_logo {
    max-width: 180px;
    width: 100%;
    margin-top: 10px;
    background-color: #fff;
    padding: 15px;
    border-radius: 6px;
}

.mobileBannerSwiper {
    display: none;
}

.mobileBannerSwiper .swiper {
    padding-bottom: 0px !important;
}

.text_logo {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #003369 !important;
    letter-spacing: 2px;
    line-height: 1.6em;
    display: block;
    margin-bottom: 10px;
}


.csr_activities .img_block {
    max-width: 400px;
    width: 100%;
    overflow: hidden;
    margin: auto;
}

.csr_activities .img_block .abt_img_block.projectOneImg {
    padding-top: 80%;
}



/* ALL MEDIA QAURIES BELOW */

@media (max-width: 1800px) {
    .dropdown-submenu .nested-menu {
        width: 100%;
        top: 0;
        left: 0px !important;
        margin-top: 10px;
        margin-left: 0px;
    }

    .anout_ban_txt_para {
        padding-left: 10px;
    }

    .megaSubmenuDropdown {
        left: -100%;
    }

}

@media (max-width: 1400px) {
    .about_banner {
        display: none;
    }

    .About_us_mobile {
        display: block;
        margin-bottom: 50px;
    }

    .left_col_avn_block .tag_sold_out {
        max-width: 171px;
        margin: 0px auto !important;
        display: block !important;
    }

    .ryt_block_reachus {
        padding-left: 40px;
    }

    .top_banner_sec {
        width: 100%;
        position: relative;
        padding: 20px 63% 20px 0px;
    }

    .top_banner_sec_content h1 {
        margin-bottom: 16px !important;
        font-size: 33px !important;
        line-height: 44px !important;
    }

    .sub_content .subpara {
        font-size: 20px !important;
        margin-bottom: 7px !important;
    }

    .custom-form2 .title_sub {
        margin-bottom: 16px !important;
        font-size: 33px !important;
        line-height: 39.93px !important;
    }

    .custom-form2 p {
        line-height: 20px !important;
    }

    .icn_res_block_warp2 {
        margin-bottom: 40px;
    }
}

@media (max-width: 1200px) {
    .our_stry_mob {
        display: block !important;
    }

    .our_story_block_wrap {
        display: none !important;
    }

    .ryt_block_reachus {
        padding-left: 20px;
    }

    .top_banner_sec::after {
        display: none;
    }

    .abt_img_block_hero {
        display: block;
        margin-bottom: 30px !important;
    }

    .custom-form2 .unlock_btn {
        max-width: 100% !important;
    }

    .top_banner_sec {
        padding: 20px !important;
        margin-bottom: 30px !important;
    }

    .custom-form.custom-form2 {
        margin-top: 0px !important;
    }

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

    .hero_sec2 {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 992px) {
    .tag_sold_out {
        margin-top: -47px;
    }

    .Project_card_body p {
        height: 120px;
    }

    .hero_sec_content {
        padding-top: 20px;
    }

    .hero_sec_content h1 {
        font-size: 33px !important;
        line-height: 44px !important;
        margin-bottom: 16px !important;
    }

    .credai_logo {
        max-width: 130px;
        margin-top: 21px;
        padding: 10px;
        border-radius: 4px;
    }

    .Icn_Features_cards {
        max-width: 100% !important;
        padding-right: 0px !important;
    }

    p {
        font-family: inherit !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 24px !important;
        letter-spacing: 0.005em !important;
    }

    .nav_warp {
        display: none;
    }

    h1 {
        font-size: 47px !important;
        line-height: 54px !important;
        margin-bottom: 16px !important;
    }

    h2 {
        font-size: 33px !important;
        font-weight: 400 !important;
        line-height: 39px !important;
        margin-bottom: 20px !important;
    }

    h6 {
        font-family: inherit !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 24px !important;
        line-height: 34px !important;
        color: #1b1b1b !important;
    }

    .hero_sec {
        margin-bottom: 50px;
    }

    .logo_bx {
        max-width: 150px;
    }

    .abt_content .row {
        flex-direction: column-reverse;
    }

    .abt_img_block {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .abt_right_content {
        padding-left: 0px;
    }

    .service {
        max-width: 100%;
        margin-bottom: 20px;
        border-bottom: 1px solid #ffffff42;
        padding-bottom: 20px;
    }

    .services {
        padding: 24px;
    }

    .service h2 {
        font-size: 22px !important;
        line-height: 26px !important;
        margin-bottom: 14px !important;
    }

    .service svg {
        margin-bottom: 30px;
        width: 48px;
        height: 48px;
    }

    .sec_padding {
        margin-bottom: 40px;
    }

    .Project_card_head h3 {
        font-size: 29px !important;
        line-height: 35px !important;
        margin-bottom: 0px !important;
    }

    .our_projects_content h2 {
        margin-bottom: 16px !important;
    }

    .Project_card_head {
        justify-content: space-between;
        align-items: center;
        margin-bottom: 16px;
    }

    .sec_padding.cp_sc {
        padding-top: 20px !important;
    }

    .sec_padding.service_sec {
        margin-bottom: 30px !important;
    }

    .view_details_link {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        line-height: 24px;
        margin-top: 26px !important;
        display: block;
        width: 100%;
    }

    .hint_caption {
        font-size: 16px;
    }

    .our_projects_content {
        margin-bottom: 40px;
    }

    .craftsmanship_container {
        padding: 48px 0px;
    }

    .Craftsmanship_sec {
        padding-top: 20px;
    }

    .service2 .col-md-12:nth-child(2) {
        padding-left: 0px;
    }

    .service2 .col-md-12:nth-child(3) {
        padding-left: 0px !important;
    }

    .service2 .col-md-12:nth-child(3) .service {
        border-bottom: 0px !important;
    }

    .service2 .col-md-12 {
        border-right: 0px solid #ffff;
        padding: 0;
    }

    .cust_title {
        margin-bottom: 20px !important;
    }

    .head_content_customers .row .col-sm-12:nth-child(2) p {
        font-size: 20px !important;
    }

    .tetimonial_btn_warp {
        display: none;
    }

    .testimonialSwiper {
        margin-top: 20px;
    }

    .testimonial-card-head {
        display: flex;
        margin-bottom: 25px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .user_img {
        width: 72px;
        height: 72px;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .testimonial-content {
        text-align: center;
    }

    .custom-form {
        padding: 0px 0px 0px 0px;
        margin-top: 30px;
    }

    .form_img_wrap {
        width: 100%;
        height: 300px;
    }

    .form-control {
        padding: 15px !important;
    }

    .testimonial-card .testimonial {
        text-align: center !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 23px !important;
    }

    .testimonial-card {
        padding: 19px;
        min-height: 330px;
    }

    .sec_padding.happy_customers_sec {
        margin-bottom: 30px !important;
    }

    .container {
        padding: 0px 15px !important;
    }

    .footstrip .copyright {
        font-size: 14px !important;
        line-height: 23px !important;
    }

    .footerBlock ul li a {
        font-family: inherit;
        font-size: 16px;
    }

    .footerBlock ul li {
        padding: 5px 0px;
    }

    .footer {
        padding: 30px 0 0px;
    }

    .footerBlock h5 {
        font-size: 20px !important;
        margin-bottom: 15px;
    }

    .mb_hide {
        display: none !important;
    }

    .deskHide {
        display: block;
    }

    .abt_right_content p {
        margin-bottom: 20px;
    }

    .swiper {
        padding: 0 0 30px !important;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 0px !important;
    }

    .swiper-pagination {
        display: block;
    }

    .Project_card_footer .view_details_link {
        display: block;
    }

    .mobile_menu {
        display: block !important;
    }

    .footer-wrap .column {
        display: none;
    }

    .mobile_accordium {
        display: block;
    }

    .ph_callbtn .material-icons {
        margin-right: 0px;
    }

    .ph_callbtn .num {
        display: none !important;
    }

    .ph_callbtn {
        display: block;
        border-radius: 100px !important;
        padding: 7px !important;
        margin-top: 0px !important;
    }

    .download_btn {
        padding: 12px 24px !important;
        max-width: 100% !important;
        border-radius: 25px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 25px !important;
        font-family: inherit;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0.005em;
        margin-left: auto;
    }

    .download-section {
        border-bottom: 0px !important;
    }

    .download-section {
        color: white;
        border-bottom: 1px solid #ffffff7b;
        margin-bottom: 40px;
        padding-bottom: 20px !important;
    }

    .download_leftCol h4 {
        font-size: 24px !important;
        line-height: 29px !important;
    }

    .custom-form .title_sub {
        font-size: 33px !important;
        line-height: 39.93px !important;
    }

    .custom-form h4 {
        font-size: 24px !important;
        line-height: 29px !important;
        margin-bottom: 20px !important;
    }

    .enquiry-section2 h2 {
        margin-bottom: 16px !important;
    }

    .enquiry-section p {
        margin-bottom: 30px !important;
    }

    .image-gallery {
        display: none;
    }

    .content_box h2 {
        margin-bottom: 14px !important;
    }

    .content_box P {
        margin-bottom: 0px !important;
    }

    .content_box {
        margin-bottom: 21px !important;
    }

    .Spacious_BlockBody h4 {
        font-size: 24px !important;
    }

    .icn_res_block_warp .icn_mini {
        display: none;
    }

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

    .Spacious_BlockBody ul li {
        padding: 3px 0px;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0em;
    }

    .Spacious_BlockBody ul {
        padding-left: 30px;
    }

    .icn_res_block {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        background: #f5f5f5;
        border-radius: 20px;
        margin-bottom: 30px;
    }

    .icn_res_block_content {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .icn_res_block_content .title {
        font-size: 20px !important;
        line-height: 24px !important;
        margin-bottom: 0px;
        color: #034384;
    }

    .icn_res_block_content .sub_title {
        font-size: 16px;
        line-height: 19px;
        text-align: right;
    }

    .icn_res_block_content {
        padding-left: 0px;
    }

    .icn_res_block_warp {
        padding: 16px;
        border-bottom: 1px solid #1b1b1b36;
    }

    .icn_res_block .icn_res_block_warp:last-child {
        border-bottom: 0px !important;
    }

    .view_box_wrap {
        margin-top: 30px;
    }

    .custom_navtabs .nav-item {
        width: 100%;
        max-width: 50%;
    }

    .custom_navtabs .nav-item .nav-link {
        width: 100%;
        max-width: 100%;
        background: #f5f5f5 !important;
        padding: 12px;
        font-size: 16px !important;
        font-weight: 500;
    }

    .tab_block {
        margin-top: 20px;
    }

    .secondary_card {
        width: 100%;
        max-width: 100%;
        padding: 20px;
    }

    .secondary_card_head h4 {
        margin-bottom: 26px;
        font-size: 24px !important;
    }

    .secondary_card_head {
        margin-bottom: 29px;
    }

    .secondary_card_list li {
        font-size: 16px;
        line-height: 30px;
        padding: 10px 8px;
    }

    .secondary_card_list_lft {
        font-size: 14px;
    }

    .sec_padding.threed_sec {
        margin-bottom: 60px !important;
    }

    .custom_navtabs {
        margin-bottom: 20px !important;
    }

    .direction_btn {
        padding: 12px !important;
        font-size: 16px !important;
        line-height: 19px !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        max-width: 100%;
        width: 100%;
    }

    .secondary_card_listtwo.secondary_card_list li {
        font-size: 16px !important;
        line-height: 30px !important;
    }

    .secondary_card_listtwo.secondary_card_list .secondary_card_list_lft {
        font-size: 14px !important;
        line-height: 19px !important;
    }

    .content_box_para p {
        margin-bottom: 16px !important;
    }

    .readMoreBtn {
        margin-left: 0px !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        width: 100%;
        background-color: #003369 !important;
        border: none !important;
        font-size: 16px !important;
        line-height: 24px !important;
        letter-spacing: 0em !important;
        color: #fff !important;
        align-items: center;
        padding: 12px !important;

        border-radius: 25px !important;
    }

    .Features_block span {
        font-size: 30px;
        margin-bottom: 0px;
        margin-right: 15px;
    }

    .Features_block {
        display: flex;
        padding-bottom: 18px;
    }

    .Features_block p {
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 24px !important;
        border-bottom: 1px solid #b7b7b7;
        width: 100%;
        text-align: left;
    }

    .readMoreWrap .row {
        border-bottom: 0px solid #b7b7b7;
        margin-bottom: 0px;
        padding: 0px !important;
    }

    .readMoreWrap_block {
        background-color: #f9f9f9;
        border-radius: 20px;
        padding: 20px 16px;
    }

    .readMoreWrap {
        height: 185px !important;
    }

    .unlock_desk {
        display: none !important;
    }

    .unlock_mob {
        display: block;
    }

    .unlock_btn {
        width: 100% !important;
        padding: 10px 30px !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        justify-content: center;
        margin-top: 24px !important;
        max-width: 100% !important;
    }

    .unlock_desk_Txt {
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
    }

    .unlock_desk_minTitle {
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 24px !important;
        letter-spacing: 0em !important;
        text-align: right;
        display: block;
    }

    .gray_card_warp {
        border-bottom: 1px solid #b7b7b7;
        padding: 16px 0px;
    }

    .theme_accordion-button .svg_float {
        display: none !important;
    }

    .theme_accordion-button {
        font-size: 24px !important;
        font-weight: 400 !important;
        line-height: 29px !important;
        padding: 10px 0px !important;
    }

    .listItemsAcc li {
        font-size: 16px !important;
        line-height: 24px !important;
        padding: 10px !important;
    }

    .theme_accordion-body {
        padding: 10px !important;
    }

    .varient_sec_block {
        justify-content: space-between;
        border-bottom: 0.5px solid rgba(27, 27, 27, 0.15);
        padding: 5px 0px;
    }

    .secondary_card.varient_sec {
        border-radius: 20px;
    }

    .varient_sec_block h6 {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .abt_content.flex-reverse_none .row {
        flex-direction: column !important;
    }

    .flex-reverse_none .row {
        flex-direction: column !important;
    }

    .readytomove_content h2 {
        font-family: inherit !important;
        font-size: 47px !important;
        font-weight: 400 !important;
        line-height: 57px !important;
        letter-spacing: 0.005em !important;
        margin-bottom: 20px !important;
    }

    .ryt_block_reachus {
        padding-left: 0px;
    }

    .bg-secondary.gray_sec {
        background-color: transparent !important;
    }

    .gray_sec {
        padding: 10px 0px;
    }

    .locationTxt {
        font-size: 16px !important;
        line-height: 24px !important;
        margin-bottom: 14px !important;
    }

    .locationTxt br {
        display: none;
    }

    .reach_link {
        font-size: 16px !important;
        line-height: 24px !important;
        margin-bottom: 18px !important;
    }

    .reach_link i {
        font-size: 20px !important;
        margin-right: 10px !important;
    }

    .social_links {
        width: 40px;
        height: 40px;
        margin-right: 30px;
    }

    .social_links i {
        font-size: 20px !important;
        color: rgba(27, 27, 27, 1);
    }

    .ryt_block_reachus {
        padding-bottom: 20px;
        border-bottom: 0.5px solid #8d8d8d;
    }

    .abt_img_block2.reachbusBlockimg {
        padding-top: 56.5% !important;
    }

    .mobileLogos {
        display: block;
    }

    .mobileTxtTitle {
        display: block !important;
    }

    .FollowTxt {
        font-size: 24px !important;
        font-weight: 500 !important;
        margin-bottom: 20px !important;
    }

    .f_block {
        margin-top: 30px !important;
    }

    .theme_card {
        padding: 0px;
    }

    section.sec_padding.bg-secondary.gray_sec.mb-0 {
        margin-bottom: 50px !important;
    }

    .contact_ryt_col {
        text-align: left;
        margin-top: 13px !important;
    }

    .contact_ryt_col .reach_link {
        justify-content: flex-start !important;
    }

    .contact_lft_col h6 {
        font-size: 24px !important;
        line-height: 24px !important;
        margin-bottom: 14px !important;
    }

    .contact_us_block h2 {
        margin-bottom: 16px !important;
    }


    .otherPages_cardblock {
        padding: 20px;
    }

    .otherPages_cardblock h1 {
        margin-bottom: 18px !important;
        font-size: 28px !important;
        line-height: 24px !important;
    }

    .otherPages_cardblock h2 {
        margin-bottom: 18px !important;
        font-size: 26px !important;
        line-height: 24px !important;
    }

    .otherPages_cardblock h3 {
        margin-bottom: 15px !important;
        font-size: 24px !important;
        line-height: 24px !important;
    }

    .otherPages_cardblock h4 {
        margin-bottom: 14px !important;
        font-size: 22px !important;
        line-height: 24px !important;
    }

    .mobileBannerSwiper {
        display: block;
    }

    .NobannerMobile {
        display: none;
    }

    .mobile_none {
        display: none;
    }

    .left_col_avn_block h1 {
        font-size: 33px !important;
        line-height: 44px !important;
    }

    .left_col_avn_block h1 br {
        display: none !important;
    }

    .top_banner_sec {
        padding: 10px !important;
    }

}