@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/centurygothic_bold.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* --------------------------
Default Code 
-----------------------------*/
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    scroll-behavior: smooth;
}

.col_sm1 {
    width: 100%;
}

.col_sm11 {
    width: 101%;
}

.col_sm111 {
    width: 90%;
}

.col_sm2 {
    width: 48%;
    float: left;
    margin: 1%;
}

.col_sm2_cont {
    width: 43%;
    float: left;
    margin: 1%;
}


.col_sm2_1 {
    width: 45%;
    float: left;
    margin: 1%;
}

.col_sm2_2 {
    width: 47%;
    float: left;
    margin: 1%;
}

.col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
}


.col_sm33 {
    width: 26%;
    float: left;
    margin: 1%;
}

.col_sm4 {
    width: 23%;
    margin: 1%;
    float: left;
}

.col_sm4_4 {
    width: 24%;
    margin: 1%;
    float: left;
}

.col_sm44 {
    width: 28%;
    margin: 1%;
    float: left;
}


.col_sm5 {
    width: 18%;
    margin: 1%;
    float: left;
}

.col_sm6 {
    width: 14%;
    margin: 1%;
    float: left;
}

.col_sm8 {
    width: 58%;
    float: left;
    margin: 1%;
}

.col_sm88 {
    width: 38%;
    float: left;
    margin: 1%;
}

.col_sm9 {
    width: 37%;
    float: left;
    margin: 1%;
}

.col_sm99 {
    width: 53%;
    float: left;
    margin: 1%;
}

.clear {
    clear: both;
}

.top {
    width: 98%;
    margin: 0 auto;
    max-width: 1600px;
}

.top2 {
    width: 85%;
    margin: 1% auto;
}

.top3 {
    width: 98%;
    margin: 1% auto;
}

.top4 {
    width: 95%;
    margin: 1% auto;
}

.logo {
    width: 242px;
    float: left;
}

.navbarrr {
    width: fit-content;
    float: right;
    margin: 1%;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 1%;
}


.fix_nav {
    position: absolute;
    z-index: 9999;
    background: transparent;
}


.social-icon {
    width: 5%;
    float: right;
}

.social-icon img {
    width: 33%;
    margin-right: 11%;
}

.img {
    width: 100%;
}

.logo_img {
    width: 100%;
}

.bg_clr222 {
    background: white;
}

.footer-icon {
    text-align: center;
    margin-top: -23%;
}


/*-----------------------------
Whatsapp up
-----------------------------*/

.whatsapp_float {
    text-decoration: none;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.whatsapp-icon {
    margin-top: 16px;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
    width: 45px;
    height: 45px;
    position: fixed;
    display: flex;
    right: 1%;
    bottom: 2.5%;
    transition-duration: 1s;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    z-index: 9999;
    background-color: #ef282d;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.top_arrow:hover {
    background-color: #3f3f3f;
}



/*------------------------------------------
footer
------------------------------------------*/

.ftr h3 {
    font-size: 20px !important;
    margin-bottom: 0px !important;
    font-weight: 600 !important;
    color: #fff;
    font-family: "Barlow", sans-serif;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.ftr p {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 3% 0px;
    text-align: left;
}

.ftr_btn p {
    margin: 0 !important;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
}

.ftr_btn a {
    margin: 0 !important;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
}

.footer li {
    list-style: none;
    margin: 3% 0;
}

.footer a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 3% 0px;
    transition: all 0.5s ease-in-out;
}

.ftr_flex {
    display: flex;
    gap: 26px;
    justify-content: center;
}

.mrg-left {
    margin-left: 3%;
    margin-right: 0%;
}

.project-main2 {
    border: 1px solid #ccc;
    background-color: #fff;
}

.project-main2 h3 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 22px !important;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
}


.mrg-left2 {
    margin-left: -5%;
    margin-right: 1%;
}

.ftr a {
    color: #fff;
}


.ftr_right {
    text-align: right;
}

.fa-brands {
    font-size: 14px;
}

.fa-whatsapp {
    font-size: 35px;
}

.flex-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo_rigt {
    width: 100%;
}

.ftr_btn {
    background: #1a1a1a;
    border-top: 1px solid #cccccc61;
}



/*------------------------------------------
Main Code 
------------------------------------------*/
.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-background video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 132%;
    object-fit: cover;
    z-index: -1;
}


.video-background iframe {
    width: 100vw;
    height: 56.25vw;
    /* Maintain 16:9 aspect ratio */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Maintain 16:9 aspect ratio */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    /* disable interaction */
}

.banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgb(16 120 203 / 26%);
}

.banner .top2 {
    position: relative;
    z-index: 3;
    color: white;
}


.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.video-background iframe {
    width: 100vw;
    height: 56.25vw;
    /* Maintain 16:9 aspect ratio */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Maintain 16:9 aspect ratio */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    /* disable interaction */
}

.banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.26);
}


.content {
    position: absolute;
    z-index: 999;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 51px 0;
}

.content h2 {
    font-family: "Barlow", sans-serif;
    color: white;
    font-size: 62px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

.content p {
    font-size: 21px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    margin: 0;
    padding: 3% 0px;
}

.btn_flex {
    display: flex;
    align-items: center;
    gap: 5%;
}

.get-touch {
    margin-top: 1%;
}


.get-quote {
    margin-top: 4%;
}

.get-quote a {
    box-shadow: 0px 16px 32px -16px rgb(239 40 45 / 64%);
    background: rgb(239 40 45);
    width: fit-content;
    padding: 15px 41px;
    margin: 4% 0;
    transition: all 0.5s ease-in-out;
}

.get-quote a:hover {
    background: #000;
}


.get-touch a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
}


.get-touch a {
    box-shadow: 0px 16px 32px -16px rgb(239 40 45 / 64%);
    background: rgb(239 40 45);
    width: fit-content;
    padding: 15px 41px;
    margin: 4% 0;
    transition: all 0.5s ease-in-out;
}

.get-touch a:hover {
    background: #000;
}


.get-quote a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
}


.read-more {
    margin-top: 3%;
    text-align: center;
}

.read-more a {
    box-shadow: 0px 16px 32px -16px rgb(239 40 45 / 64%);
    background: rgb(239 40 45);
    width: fit-content;
    padding: 15px 41px;
    margin: 4% 0;
    transition: all 0.5s ease-in-out;
}

.read-more a:hover {
    background: #000;
}


.read-more a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
}

.fa-arrow-right {
    color: #fff;
}



.shagun-fonts h3 {
    font-family: 'Century Gothic' !important;
    text-transform: uppercase;
    font-size: 40px !important;
}

.about-us {
    padding: 80px 0;
}

.projects h2 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
}


.projects h4 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 23px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    margin-top: 2%;
}


.about-us h2 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
}


.about-us h4 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 23px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    margin-top: 2%;
}

.about-us1 {
    padding: 80px 0px 80px;
}


.about-us1 h2 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

.about-us2 h2 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

hr {
    border-block-start: 4px solid #ed191f;
    width: 64px !important;
    border-left: none;
    border-right: none;
    border-bottom: none;

}




.about-us h3 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

.about-us a {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

.about-us p {
    font-size: 16px;
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 3% 0% 3% 0;
    text-align: justify;
}


.about-us1 p {
    font-size: 16px;
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 3% 10% 3% 0;
    text-align: justify;
}

.about-us2 p {
    font-size: 16px;
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 3% 10% 3% 0;
    text-align: justify;
}


.about-img {
    position: relative;
    display: inline-block;
    /* Ensure container wraps content */
}

.about-img img {
    padding: 0 44px 44px 0;
    position: relative;
    z-index: 2;
}

.about-img::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 26px;
    right: 0;
    bottom: 3px;
    border: 4px solid #ed191f;
    z-index: 1;
    width: 97%;
}

.call-us-sub {
    display: flex;
    align-items: center;
    gap: 11px;
}

.fa-phone {
    color: #545454;
}

.btn-margin-left {
    margin-left: 20px;
    margin-bottom: 43px;
}

.call-us h4 {
    font-family: "Barlow", sans-serif;
    color: #545454;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
}


.get-free-consultation {
    background-image: url(../images/cta.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    background-attachment: fixed;
    padding: 40px 0;
}

.get-free-consultation:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #ffffffb0;
}

.get-free-consultation-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 99;
    top: 0;
    left: 0;
}


.get-free-consultation-content h2 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 2%;
    padding: 0;
    text-align: center;
}

.get-free-consultation-content p {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 0% 0px;
    text-align: center;
}


.free-consultation {
    background-image: url(../images/cta.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    min-height: 54vh;
    background-attachment: fixed;
    padding: 80px 0;
}

.free-consultation:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #ffffffb0;
}

.free-consultation-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    z-index: 99;
    top: 28%;
    left: 21%;
}


.free-consultation-content h2 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 2%;
    padding: 0;
}

.free-consultation-content p {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 0% 0px;
    text-align: center;
}


.free-consultation-content2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    z-index: 99;
    left: 8%;
    right: 8%;
    top: 26%;
}


.free-consultation-content2 h2 {
    font-family: "Barlow", sans-serif;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 2%;
    padding: 0;
}

.free-consultation-content2 p {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 0% 0px;
    text-align: center;
}


.free-consultation-content3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
}

.free-consultation-content3 h3{
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 26px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 0%;
    padding: 0;
}


.free-consultation-content3 h2 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 2%;
    padding: 0;
}

.free-consultation-content3 p {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 0% 0px;
    text-align: center;
}

.our-specialization-mrg-left {
    margin-left: 7%;
}

.box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.box img {
    width: 11%;
}

.box h2 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 25px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

.box p {
    font-size: 16px;
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 0% 0px;
}

.test-box .img_box{
    display: flex;
    justify-content: center;
}

.test-box .img_box img {
    width: 150px !important;
    height: 150px;
    border-radius: 50%;
    border: 6px solid #fff;
}
.test-box p{
    font-size: 16px;
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    text-align: center;
    padding: 2% 5%;
}


.test-content {
    padding: 2%;
}

.test-content p {
    font-size: 15px;
    text-decoration: none;
    color: #545454;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 0% 0px;
}

.test-content h5 {
    font-size: 16px;
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 0% 0px;
}

.quote {
    width: 20%;
}

.project a {
    box-shadow: 0px 16px 32px -16px rgb(239 40 45 / 64%);
    background: #ed191f;
    width: fit-content;
    padding: 15px 41px !important;
    margin: 18% 0 0 0 !important;
    transition: all 0.5s ease-in-out;
    float: right;
}

.project a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

.project a:hover {
    background: #000;
}

.fa-arrow-right {
    color: #fff;
}



.project-main h3 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.project-main h4 {
    font-family: "Barlow", sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.project-main p {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    text-align: center;
    padding: 10px;
}

.project-main-content {
    background-color: #e37506;
    min-height: 259px;
}



.project-main2 h3 {
    font-family: "Barlow", sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.project-main2 h4 {
    font-family: "Barlow", sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.project-main2 p {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    text-align: center;
    padding: 10px;
}

.project-main-content {
    background-color: #e37506;
    min-height: 259px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
}

.social-link .fa-brands {
    background: #5a5a5a;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.social-link .fa-brands:hover {
    background: #ed1c22;
}


.expert-team h2 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
}


.expert-team p {
    font-size: 16px;
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 3% 0px;
}


.team h2 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 26px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.team p {
    font-size: 16px;
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 3% 0px;
    text-align: center;
}



.ftr {
    background: #1a1a1a;
    padding: 40px 0;
}


.social-links {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.social-links2 {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: left;
}

.social-links-sub {
    width: 14%;
}



.footer a:hover {
    color: #ee1d23;
}

/* project */

.project-banner {
    background-image: url(../images/project-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    padding: 66px 0;
    height: 84vh;
}

.project-banner:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, .65), transparent 82.1%);
    content: "";
    height: 40%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.project-banner .top2 {
    position: relative;
}

.project-banner .content {
    margin-top: -18%;
    position: absolute;
    z-index: 99;
    left: 40%;
}

.project-banner .content h2 {
    font-family: "Barlow", sans-serif;
    color: white;
    font-size: 50px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

.project-content-box {
    background: #000000c4;
    width: fit-content;
    margin-top: 37%;
    padding: 1%;
}

.project-content-box h2 {
    font-family: "Barlow", sans-serif;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

.project-content-box h4 {
    font-size: 19px;
    text-decoration: none;
    color: #ff8104;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 0% 0px;

}

.project-content-box p {
    font-size: 19px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 0% 0px;
}



.project-content-box2 {
    background: #000000c4;
    width: fit-content;
    margin-top: 37%;
    padding: 1%;
}

.project-content-box2 h2 {
    font-family: "Barlow", sans-serif;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

.project-overview h2 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.project-overview p {
    font-size: 16px;
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 2% 0px;
    text-align: center;
}

.amenities {
    margin: 80px 0 0;
    background: #f9f9f9;
    padding: 20px 0;
}

.amenities-sub {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.amenities-sub img {
    width: 83%;
}

.amenities-flex {
    display: flex;
    justify-content: center;
    gap: 3%;
    flex-wrap: wrap;
}

.amenities h2 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.amenities h3 {
    text-align: center;
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

.amenities p {
    font-size: 16px;
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 2% 0px;
    text-align: center;
}

.container {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}



.location-info {
    position: absolute;
    top: 5px;
    left: 8px;
    width: 350px;
    padding: 13px;
    background: rgba(248, 249, 250, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 10;
    border: 1px solid rgba(233, 236, 239, 0.8);
}

.address-section {
    margin-bottom: 8px;
}

.address-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.address-title {
    letter-spacing: 0.5px;
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
}


.address-text {
    font-size: 16px;
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    margin: 0;
    padding: 0% 0px;
    text-align: left;
}

.directions-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    padding: 15px;
    background: white;
    border-radius: 6px;
    border: 1px solid #e9ecef;
}

.direction-icon {
    width: 40px;
    height: 40px;
    background: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.direction-img {
    width: 14%;
}

.direction-text {
    font-size: 16px;
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    margin: 0;
    padding: 0% 0px;
    text-align: left;
}

.map-container {
    width: 100%;
    height: 600px;
    position: relative;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.source-text {
    font-size: 12px;
    color: #999;
    margin-top: 20px;
}

/* Icons using CSS shapes */
.road-icon::before {
    content: "━";
    color: white;
    font-weight: bold;
}

.metro-icon::before {
    content: "■";
    color: white;
    font-size: 12px;
}

.highway-icon::before {
    content: "═";
    color: white;
    font-weight: bold;
}

.link-icon::before {
    content: "↗";
    color: white;
    font-weight: bold;
}

.gm-style .place-card-large {
    padding: 9px 4px 9px 11px;
    display: none !important;
}

/* project */

/* about-us */
.page-bg {
    background-color: #f7f7f7;
}

.flex-offer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}


.offer-txt h2 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 26px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: justify;
    padding: 10px 20px;
}

.offer-txt p {
    font-size: 16px;
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 3% 0px;
    text-align: justify;
    min-height: 100px;
    padding: 10px 20px;
}

.offer-txt h3 a {
    font-size: 14px;
    text-decoration: none;
    color: #545454;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 10px 20px;
    display: inline-block;
    transition: color 0.5s ease-in-out;
}

.offer-txt h3 a:hover {
    color: #e3000f;
}

/* Icon styling */
.offer-txt h3 a i {
    color: inherit;
    margin-left: 5px;
    transition: transform 0.3s ease-in-out;
}

/* Move arrow slightly on hover */
.offer-txt h3 a:hover i {
    transform: translateX(5px);
}

.bg-img {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.career-banner {
    background-image: url(../images/career-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    padding: 66px 0;
    height: 84vh;

}

.career-banner:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, .65), transparent 82.1%);
    content: "";
    height: 40%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.career-banner .top2 {
    position: relative;
}

.career-banner .content {
    margin-top: -20%;
    position: absolute;
    z-index: 99;
    left: 40%;
}

.career-banner .content h2 {
    font-family: "Barlow", sans-serif;
    color: white;
    font-size: 50px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

.about-banner {
    background-image: url(../images/about-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    padding: 66px 0;
    height: 84vh;
}

.about-banner:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, .65), transparent 82.1%);
    content: "";
    height: 40%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.about-banner .top2 {
    position: relative;
}

.about-banner .content {
    margin-top: -20%;
    position: absolute;
    z-index: 99;
    left: 40%;
}

.about-banner .content h2 {
    font-family: "Barlow", sans-serif;
    color: white;
    font-size: 50px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

/* about-us */

/*------------------------------------------
bullet
------------------------------------------*/

.bullet {
    width: 100%;
    margin-top: 0%;
}

.bullet ul {
    list-style-image: url(../images/bullet.png);
    margin-left: 1%;
}

.bullet ul li {
    margin: 0% 0% 1.1% 2%;
    font-size: 17px;
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: justify;
    margin-right: 3%;
    margin-bottom: 2%;
}

.bullet ul li a {
    margin: 0% 0% 1.1% 2%;
    font-size: 16px;
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: justify;
    margin-right: 3%;
}


.bullet2 ul {
    list-style-image: url(../images/bullet.png);
    margin-left: 1%;
    display: flex;
    flex-wrap: wrap;
}

.bullet2 ul li {
    margin: 0% 0% 1.1% 2%;
    font-size: 17px;
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: justify;
    margin-right: 3%;
    margin-bottom: 2%;
}

.bullet2 ul li a {
    margin: 0% 0% 1.1% 2%;
    font-size: 16px;
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: justify;
    margin-right: 3%;
}


.project {
    margin: 0% !important;
}

.gallery {
    padding: 20px 0;
    margin: 20px 0;
}

.gallery h2 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.floor-plan {
    background: #f4f3f3;
    padding: 20px 0;
    margin: 20px 0;
}

.floor-plan h2 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.floor-plan p {
    font-size: 16px;
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 0% 0 2% 0px;
    text-align: center;
}

.unit-plan h2 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.unit-plan p {
    font-size: 16px;
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 0% 0 2% 0px;
    text-align: center;
}

.unit-plan img {
    border: 1px solid #ccc;
}

.unit-plan-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%;
    flex-wrap: wrap;
}

.walk-through h2 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.video-wrapper {
    text-align: center;
}

.video-container {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.video-container video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}


.contact-banner {
    background-image: url(../images/contact-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    padding: 66px 0;
    height: 84vh;
}

.contact-banner:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, .65), transparent 82.1%);
    content: "";
    height: 40%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.contact-banner .top2 {
    position: relative;
}

.contact-banner .content {
    margin-top: -18%;
    position: absolute;
    z-index: 99;
    left: 40%;
}

.contact-banner .content h2 {
    font-family: "Barlow", sans-serif;
    color: white;
    font-size: 50px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

.contact-us h3 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: justify;
}

.cont-bg {
    background-color: #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 22px 30px;
}

.flex-info {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}


.info-cont a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    transition: all 0.5s ease-in-out;
}

.info-cont h3 {
    font-size: 18px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    transition: all 0.5s ease-in-out;
}

.info-cont p {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    transition: all 0.5s ease-in-out;
}

.icon-bg {
    background-color: #ed191f66;
    border-radius: 50px;
    padding: 13px;
}

.social-info {
    width: 18%;
}

.social-info .fa-brands {
    font-size: 18px;
}

.margin-btm-1 {
    margin-bottom: 37px;
}

.btm-pdg {
    padding-bottom: 80px;
}

.contact-banner .content {
    margin-top: -20%;
}


.popup h2 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 26px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.popup h3 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.popup h4 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.popup p {
    font-size: 16px;
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 0% 0px;
    text-align: left;
}


.banner-top {
    padding-top: 7%;
}

.banner-top2 {
    padding-top: 10%;
}

.upcoming-project p{
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 3% 0% 3% 0;
    text-align: center;
    font-size: 16px;
}

.box_flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.dis-test-img{
    display: block;
}

.mbl-test-img{
    display: none;
}
/*------------------------------------------
Responsive Code 
------------------------------------------*/
@media only screen and (max-width :1600px) {
    .free-consultation-content {
        top: 26%;
        left: 14%;
    }
}

@media only screen and (max-width :1500px) {

    #contactForm input[type="text"],
    #contactForm input[type="email"],
    #contactForm input[type="url"],
    #contactForm textarea {
        padding: 9px 11px !important;
    }
}

@media only screen and (max-width :1400px) {

    .project-main-content {
        min-height: 303px;
    }
    #contactForm input[type="text"],
    #contactForm input[type="email"],
    #contactForm input[type="url"],
    #contactForm textarea {
        padding: 9px 10px !important;
    }
}

@media only screen and (max-width :1300px) {
    .free-consultation-content {
        left: 7%;
    }

    .about-us1 p {
        padding: 3% 10px 3% 10px;
    }
}



@media only screen and (max-width :1200px) {
    .project-main-content {
        min-height: 326px;
    }

    .project-content-box2 {
        margin-top: 48%;
    }

    #contactForm select,
    #contactForm #resume {
        width: 92% !important;

    }

    .free-consultation-content {
        left: 4%;
    }

    .col_sm3 {
        width: 48%;
    }

    .banner-top {
        padding-top: 10%;
    }

    .banner-top2 {
        padding-top: 10%;
    }


}

@media screen and (max-width: 1100px) {

    #contactForm button[type="submit"] {
        margin: 8% 0px 10px 1% !important;
    }

    .col_sm2 {
        width: 98%;
    }

    .col_sm2_1 {
        width: 98%;
    }

    .top3 {
        width: 85%;
        margin: 0 auto;
    }

    .col_sm11 {
        width: 100%;
    }

    .col_sm111 {
        width: 100%;
    }

    .project a {
        margin: -3% 0 2% 0 !important;
        float: left;
    }
}

@media only screen and (max-width :1000px) {
    .banner-top2 {
        padding-top: 13%;
    }

    .project-content-box2 {
        margin-top: 57%;
    }

    #contactForm select,
    #contactForm #resume {
        width: 98% !important;
    }

    #contactForm input[type="text"],
    #contactForm input[type="email"],
    #contactForm input[type="url"],
    #contactForm textarea {
        width: 98% !important;
    }

    .social-icon {
        display: none;
    }

    .col_sm6 {
        width: 29%;
    }

    .col_sm9 {
        width: 98%;
    }

    .col_sm99 {
        width: 98%;
    }
}


@media only screen and (max-width:960px) {
    .dis-test-img{
        display: none;
    }
    
    .mbl-test-img{
        display: block;
    }

    .project-main-content {
        min-height: 360px;
    }

    .banner-top {
        padding-top: 16%;
    }

    .banner-top2 {
        padding-top: 16%;
    }

    .col_sm2_cont {
        width: 93%;
    }

    .logo a {
        display: flex;
        justify-content: center;
    }

    .col_sm4_4 {
        width: 48%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .ftr img {
        width: 60%;
    }

    .ftr_right {
        text-align: left;
    }

    .col_sm3 {
        width: 48%;
    }

    .social-links {
        justify-content: center;
    }
    .social-links-sub img{
        width: 100%;
    }
    .social-links-sub {
        padding: 0% 3%;
        width: 10%;
    }

    .mrg-left {
        margin-left: 0%;
        margin-right: 0%;
    }

    .mrg-left2 {
        margin-left: 0%;
        margin-right: 0%;
    }

    .logo {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .logo img {
        width: 75%;
    }

    .navbarrr {
        width: 100%;
    }

    .flex-menu {
        display: block;
        width: 100% !important;
    }

    .content h2 {
        font-size: 49px;
    }

    .navbarrr {
        background: #f0f0f0;
        margin: 1% 0 -1% 0;
    }
}

@media only screen and (max-width:800px) {
    .client-carousel .owl-nav .owl-prev {
        display: none !important;
    }

    .client-carousel .owl-nav .owl-next {
        display: none !important;
    }

    .project-main-content {
        min-height: 250px;
    }

    .banner-top2 {
        padding-top: 22%;
    }

    #contactForm button[type="submit"] {
        margin: 10% 0px 10px 1% !important;
    }

    .project-banner {
        height: 64vh;
    }

    .about-banner {
        height: 64vh;
    }

    .career-banner {
        height: 64vh;
    }

    .contact-banner {
        height: 64vh;
    }


    .col_sm3 {
        width: 98%;
    }

    .content {
        padding: 38px 0;
    }

    .content h2 {
        font-size: 61px;
    }

    .free-consultation-content {
        padding: 0 6%;
        top: 21%;
        left: 0%;
    }

    .about-us p {
        padding: 3% 0% 3% 0;
    }

}


@media only screen and (max-width : 700px) {

    .social-links-sub {
        width: 11%;
        padding: 2% 1%;
    }

    .social-links {
        gap: 0px;
    }


    .social-links-sub img {
        width: 100% !important;

    }


    .banner-top {
        padding-top: 21%;
    }

    .banner-top2 {
        padding-top: 21%;
    }

    #contactForm button[type="submit"] {
        margin: 0% 0px 10px 1% !important;
    }

    #contactForm input[type="text"],
    #contactForm input[type="email"],
    #contactForm input[type="url"],
    #contactForm textarea {
        width: 90%;
        margin: 1% 1%;
        padding: 20px 9px;
        float: none;
    }

    .map-container {
        height: 654px;
    }

    .col_sm3 {
        width: 98%;
    }
}

@media only screen and (max-width:600px) {
    .col_sm4_4 {
        width: 98%;
    }
    .test-box {
        flex-wrap: wrap;
    }

    .test-box img {
        width: 100%;
    }

    .location-info {
        width: 240px;

    }

    .bullet2 ul {
        margin-left: 8%;
    }

    .banner-top {
        padding-top: 29%;
    }


    .banner-top2 {
        padding-top: 29%;
    }

    .career-banner {
        background-image: url(../images/career-banner-m.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        width: 100%;
        padding: 66px 0;
        height: 84vh;
    }

    .logo img {
        width: 90%;
    }

    .project-content-box2 {
        margin-top: 75%;
    }


    .content h2 {
        font-size: 40px;
    }

    .free-consultation-content h2 {
        text-align: center;
    }

    .box img {
        width: 19%;
    }


    .col_sm8 {
        width: 98%;
    }

    .col_sm88 {
        width: 98%;
    }

    .free-consultation-content3 {
        top: 0%;
    }

    .get-free-consultation {
        padding: 81px 0;
    }

    .get-free-consultation-content {
        position: relative;
        top: 0;
        left: 0;
    }
}

@media only screen and (max-width:500px) {
    .ftr img {
        width: 61%;
    }

    .col_sm2_cont {
        width: 86%;
    }

    .project-banner {
        height: 54vh;
        background-position: center;
    }

    .about-banner {
        height: 43vh;
    }

    .career-banner {
        height: 43vh;
    }

    .contact-banner {
        height: 43vh;
    }

    .col_sm6 {
        width: 45%;
    }

    .about-banner {
        height: 56vh;
    }


    .free-consultation-content {
        top: 9%;
    }

    #contactForm input[type="text"],
    #contactForm input[type="email"],
    #contactForm input[type="url"],
    #contactForm textarea {
        width: 92% !important;
    }

    #contactForm select,
    #contactForm #resume {
        width: 92% !important;
    }

    #contactForm button[type="submit"] {
        margin: 20% 0px 10px 1% !important;
    }

    .banner-top {
        padding-top: 34%;
    }

    .banner-top2 {
        padding-top: 34%;
    }

}


@media only screen and (max-width:400px) {

    .banner-top {
        padding-top: 41%;
    }

    .banner-top2 {
        padding-top: 41%;
    }


    .project-content-box p {
        font-size: 17px;
    }


    .project-content-box h2 {
        font-size: 31px;
    }


    .quote img {
        width: 40%;
    }

    .ftr img {
        width: 96%;
    }

    .project-content-box2 {
        margin-top: 90%;
    }
}

@media only screen and (max-width:360px) {

    .banner-top {
        padding-top: 46%;
    }

    .banner-top2 {
        padding-top: 46%;
    }

    .col_sm6 {
        width: 53%;
    }

    .our-specialization-mrg-left {
        margin-left: 0;
    }

    .project-content-box2 {
        margin-top: 87%;
    }

    .content h2 {
        font-size: 34px;
    }

    .get-touch {
        margin-top: 6%;
    }

}