:where(html) {
    --size-000: -.5rem;
    --size-00: -.25rem;
    --size-1: .25rem;
    --size-2: .5rem;
    --size-3: 1rem;
    --size-4: 1.25rem;
    --size-5: 1.5rem;
    --size-6: 1.75rem;
    --size-7: 2rem;
    --size-8: 3rem;
    --size-9: 4rem;
    --size-10: 5rem;
    --size-11: 7.5rem;
    --size-12: 10rem;
    --size-13: 15rem;
    --size-14: 20rem;
    --size-15: 30rem;
}


.hero_section .banner_image {
    max-width: 100%;
}

.hero_slider_slide {
    position: relative;
}

.top_backdrop {
    top: 0;
    left: 0;
    position: absolute;
}

.backdrop-down {
    bottom: 0;
    left: 0;
    position: absolute;
}

.hero_section .hero_slider_slide .slider-content {
    position: absolute;
    bottom: 6%;
    left: 32%;
    transform: translate(-50%, -50%);
}

.hero_section .hero_slider_slide .slider-content .slidre-title h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 115px;
    color: #FFFFFF;
    margin: 0;
}

.hero_section .hero_slider_slide .slider-content .slider-des p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    color: #FFFFFF;
    margin: 0;
    max-width: 696px;
}

.ony-res {
    display: none !important;
}

/* header */

header.header_main {
    position: sticky;
    top: 0;
    z-index: 1000;
    margin-bottom: -124px;
}

.header_main .header_row {
    max-width: 1641px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.5s all;
}

.header_menu_div li>a::after {
    content: "";
    display: block;
    margin: auto;
    height: 3px;
    width: 0;
    top: 5px;
    background: transparent;
    transition: all 0.3s;

}

.header_menu_div li>a:hover::after,
.header_menu_div li>a.active-nav::after {
    width: 100%;
    background: #ffffff;
}

.SHeader {
    background-color: #01505c;
    transition: 0.5s all;
}

.SHeader .header_row {
    padding: 15px 15px;
}

.header_main .header_menu_div ul {
    display: flex;
    align-items: center;
    list-style: none;
}

.header_main .header_menu_div ul li a {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
}

.header_main .header_menu_div ul li {
    margin-right: 55px;
}

.header_main .header_menu_div ul li:last-child {
    margin-right: 0;
}

.bars_icon {
    display: none;
}

.mobile_side_bar_menu {
    position: fixed;
    top: 0;
    background: #01505c;
    height: 100vh;
    width: 100%;
    padding: 14px 0px;
    display: none;
    max-width: 480px;
    overflow: auto;
    left: -120%;
    transition: 0.8s ease-in-out;
}

.mobile_side_bar_menu::before {
    content: '';
}

.mobile_side_bar_menu ul {
    list-style: none;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.mobile_side_bar_menu ul li a {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    text-decoration: none;
}

.side_bar_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff33;
    margin-bottom: 15px;
    padding: 0px 15px 15px 15px;
}

.side_bar_close img {
    background: #ffffff33;
    padding: 10px 10px;
    cursor: pointer;
}

.mobile_side_bar_menu ul li {
    margin-bottom: 15px;
}

.show_sidebar {
    left: 0%;
}

.but-tab img{
    height: 270px;
    object-fit: cover;
}
button.wh-bot{
    position: fixed;
    bottom: 2%;
    right: 2%;
    border: 0;
    background: none;
}
.wh-bot img{
    width: 70px;
    height: 70px;
    border-radius: 20px;
}

@media (max-width:1440px) {
    .header_main .header_menu_div ul li a {
        font-size: 20px;
        line-height: 22px;
    }

    .header_main .header_menu_div ul li {
        margin-right: 40px;
    }

    .header_main .header_row {
        padding: 30px 15px;
    }
}

@media (max-width:991px) {
    .header_main .header_row {
        padding: 20px 15px;
    }

    .bars_icon {
        display: block;
    }

    .mobile_side_bar_menu {
        display: block;
    }

    .header_main .header_menu_div ul {
        display: none;
    }

    .bars_icon #barsIcon {
        background: #ffffff33;
        padding: 9.5px 7px;
        cursor: pointer;
    }

    .mobile_side_bar_menu ul li a {
        font-size: 18px;
    }

    .mobile_side_bar_menu ul li {
        margin-bottom: 10px;
    }
}

/* banner */
.hero_section .slick-dots {
    position: absolute;
    bottom: 40%;
    right: 2px;
    max-width: 172px;
    width: 100%;
    display: flex;
    padding: 0;
    margin: 0;
    z-index: 99;
    list-style: none;
    text-align: left;
    flex-direction: column;
}

.hero_section .slick-dots li::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 90%;
    top: 46%;
    right: 0;
    background-color: #fff;
    opacity: 0;
}

.hero_section .slick-dots li {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 24px;
    width: 174px;
    position: relative;
    height: 100%;
}

.hero_section .slick-dots li span {
    font-family: 'Sansation';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    color: #FFFFFF;
    opacity: 0.5;
}

.hero_section .slick-dots .slick-active span {
    opacity: 1;

}

.hero_section .slick-dots .slick-active::before {
    opacity: 1;
}

@media (max-width:991px) {
    .hero_section .slick-dots {
        max-width: 100px;
        bottom: 30%;
    }

    .hero_section .slick-dots li {
        width: 100px;
        margin-bottom: 10px;
    }

    .hero_section .slick-dots li span {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width:767px) {
    .hero_section .slick-dots li::before {
        content: unset;
    }

    .hero_section .slick-dots li {
        width: 25px;
        margin-bottom: 0px;
        text-align: center;
    }

    .hero_section .slick-dots {
        text-align: center;
        max-width: 100%;
        bottom: -25px !important;
        left: 0;
        right: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-direction: row;
    }

    .hero_section .slick-dots li span {
        width: 12.5px;
        display: inline-block;
        height: 5px;
        background: #636363;
        border-radius: 15px;
        font-size: 0;
    }

    .hero_section .slick-dots .slick-active span {
        opacity: 1;
        width: 21.25px;
        background: #01505C;
    }
}







/* glob home */

.globcon_home {
    margin: 100px 0px;
    padding: 55px 0px;
    background-color: #F8F8F8;
    position: relative;
    z-index: 9;
}

.globcon_home .globcon_wrap {
    display: flex;
    align-items: center;
}

.globcon_home .globcon_text::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    max-width: 644px;
    width: 100%;
    height: 100%;
    background-image: url(../images/glob_home_bg.png);
    z-index: -9;
}

.globcon_wrap .globcon_text {
    max-width: 847px;
    width: 100%;
    padding-left: 50px;
    padding-right: 15px;
}

.globcon_wrap .globcon_text h3 {
    font-weight: 400;
    font-size: 60px;
    line-height: 86px;
    color: var(--heading_color);
}

.globcon_wrap .globcon_text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: var(--heading_color);
    margin-bottom: 10px;
}

.globcon_wrap .globcon_img {
    max-width: 775px;
    width: 100%;
}

.globcon_feture {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.globcon_feture .globcon_block svg {
    margin-bottom: 15px;
    height: 40px;
}

.globcon_feture .globcon_block .globcon_home_text {
    font-weight: 600;
    font-size: 25px;
    line-height: 20px;
    text-transform: uppercase;
    color: #212121;
    text-decoration: none;
    cursor: pointer;
}

.globcon_block a {
    text-decoration: none;
    cursor: pointer;
}

.globcon_feture .glob_box_top {
    padding-right: 35px;
}

.globcon_feture .block1 {
    margin-bottom: 50px;
}

.globcon_feture .glob_box_btm {
    padding-left: 35px;
}

@media (max-width: 1440px) {
    .globcon_wrap .globcon_text h3 {
        font-size: 50px;
        line-height: 70px;
    }
}

@media (max-width: 1199px) {
    .globcon_wrap .globcon_text h3 {
        font-size: 40px;
        line-height: 54px;
    }

    .globcon_wrap .globcon_text p {
        font-size: 16px;
        line-height: 22px;
    }

    .globcon_wrap .globcon_text {
        padding-left: 40px;
    }

    .globcon_feture .globcon_block .globcon_home_text {
        font-size: 20px;
        line-height: 18px;
    }

    .globcon_feture .glob_box_top {
        padding-right: 25px;
    }

    .globcon_feture .block1 {
        margin-bottom: 30px;
    }

    .globcon_feture .glob_box_btm {
        padding-left: 25px;
    }
}

@media (max-width: 991px) {
    .globcon_wrap .globcon_text h3 {
        font-size: 32px;
        line-height: 44px;
    }

    .globcon_wrap .globcon_text {
        padding-left: 30px;
    }

    .globcon_feture .globcon_block .globcon_home_text {
        font-size: 18px;
        line-height: 16px;
    }
}

@media (max-width: 767px) {
    .globcon_wrap .globcon_text h3 {
        font-size: 30px;
        line-height: 43px;
    }

    .globcon_wrap .globcon_text p {
        font-size: 14px;
        line-height: 25px;
    }

    .globcon_home .globcon_wrap {
        flex-wrap: wrap;
        padding: 0px 15px;
    }

    .globcon_feture {
        justify-content: center;
    }

    .globcon_wrap .globcon_text {
        padding-left: 0px;
        margin-top: 20px;
        text-align: center;
    }

    .globcon_home .globcon_text::before {
        background-image: none;
    }

    .globcon_feture .glob_box_top {
        padding-right: 30px;
        border-right: 1px solid #0000001a;
    }

    .globcon_feture .block1 {
        margin-bottom: 50px;
    }

    .globcon_feture .glob_box_btm {
        padding-left: 30px;
    }
}



/* specification css */

.specification-section {
    /* padding-top: 110px; */
    padding-bottom: 120px;
}

.section-title-heding {
    text-align: center;
}


.section-title-heding h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 86px;
    color: #161616;
    margin: 0;
}

.specification-section .specification-section-iner-box {
    padding-top: 11px;
}

.specification-section .specification-section-iner-box .specification-box {
    border: 1px solid #E9E9E9;
    padding: 21px 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.specification-section .specification-section-iner-box .specification-box .line-box {
    height: 1px;
    background-color: #b1b1b1;
    width: 83px;
    margin-right: 8px;
}

.specification-section .specification-section-iner-box .specification-box .box-specifi-section .content-specifi {
    padding-top: 11px;
}

.specification-section .specification-section-iner-box .specification-box .box-specifi-section .content-specifi h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #161616;
    margin: 0;
    padding-bottom: 9px;
}

.specification-section .specification-section-iner-box .specification-box .box-specifi-section .content-specifi p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #636363;
    margin: 0;
    max-width: 373px;
}

.pd-b-35 {
    padding-bottom: 35px;
}

/* layout & plans css */
.layout-and-plans {
    background: #F8F8F8;
    padding: 40px 0;
}

.layout-and-plans .layout-box-section {
    padding-top: 10px;
}

.layout-and-plans .layout-box-section .layout-box {
    background: #FFFFFF;
    box-shadow: 0px 13px 30px rgba(0, 0, 0, 0.07);
    padding: 16px 21px;
}

.layout-and-plans .layout-box-section .layout-box img {
    width: 100%;
}

.new-conteiner {
    --bs-gutter-x: 160px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.layout-and-plans .layout-box-section .box-name {
    padding-top: 35px;
    display: flex;
    justify-content: center;
}

.layout-and-plans .layout-box-section .box-name h3 {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1E1E1E;
    margin: 0;
    display: inline-flex;
    flex-direction: column;
}

.layout-and-plans .layout-box-section .box-name h3::after {
    content: '';
    margin: 0 auto;
    height: 2px;
    width: 83px;
    background-color: #01505C;
    margin-top: 13px;
}

.other-project-section {
    padding: 120px 0;
}

.text-align-left {
    text-align: left;
}

.other-project-section .other-project-section-box .other-project-box .other-project-img img {
    width: 100%;
}

.other-project-section .other-project-section-box .other-project-box .other-project-content {
    padding-top: 38px;
}

.other-project-section .other-project-section-box .other-project-box .other-project-content .othre-title h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #01505C;
    margin: 0;
}

.other-project-section .other-project-section-box .other-project-box .other-project-content .other-p {
    padding-top: 20px;
    /* border-bottom: 1px solid #d0d0d0; */
}

.other-project-section .other-project-section-box .other-project-box .other-project-content .other-p p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #636363;
    margin: 0;
    padding-bottom: 13px;
}

.other-project-section .other-project-section-box .other-project-box a {
    text-decoration: none;
}

.other-project-section .other-project-section-box .other-project-box .other-project-content .other-p p {
    text-decoration: none;
    color: #161616;
    padding-left: 5px;
}

.other-project-section .other-project-section-box .other-project-box .other-project-content .other-p p a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #636363;
    margin: 0;
    padding-bottom: 13px;
    text-decoration: none;
}

.other-project-section .other-project-section-box .other-project-box .other-project-content .other-p p .to-do {
    color: green;
    padding-left: 5px;
    text-decoration: underline !important;
}

.other-project-section .other-project-section-box .other-project-box .other-project-content .other-btn {
    padding-top: 11px;
}

.other-project-section .other-project-section-box .other-project-box .other-project-content .other-btn .download-bro {
    display: flex;
    align-items: center;
    justify-content: left;
}

.other-project-section .other-project-section-box .other-project-box .other-project-content .other-btn .download-bro .down-b-icon a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-decoration-line: underline;
    color: #161616;
    margin: 0;
    cursor: pointer;
}

.other-project-section .other-project-section-box .other-project-box .other-project-content .other-btn .download-bro .down-b-icon a svg {
    margin-right: 9px;
}

.line-one {
    width: 1px;
    background-color: #d0d0d0;
    height: 31px;
}

.gallery-section {
    padding-bottom: 100px;
}

@import "https://unpkg.com/open-props";

img {
    width: 100%;
    display: block;
}

.page {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-areas: "header" "main";
    color: black;
    background-color: white;
    font-family: var(--font-sans);
}

.page__header {
    grid-area: header;
}

.page__main {
    grid-area: main;
}

.main {
    display: grid;
    grid-template-areas: "gallery";
}

.main__gallery {
    grid-area: gallery;
}

.gallery {
    display: flex;
    gap: var(--size-2);
    justify-content: center;
    flex-wrap: wrap;
    padding: var(--size-2);
}

.gallery__col {
    flex: calc(20% - var(--size-2));
    max-width: calc(20% - var(--size-2));
}

.request-for-section {
    background-color: #01505C;
    margin-bottom: 120px;
}

.request-for-section .main-row {
    padding-left: 225px;
}

.request-for-section .main-row .request-left {
    padding-top: 50px;
}

.request-for-section .main-row .request-left h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0;
}

.request-for-section .main-row .request-left p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #b3cace;
    margin: 0;
    max-width: 537px;
}

.request-for-section .main-row .request-left .request-send-form {
    padding-top: 29px;
}

.request-for-section .main-row .request-left .request-send-form .request-form {
    background: #FFFFFF;
    padding: 20px 29px;
}

.request-for-section .main-row .request-left .request-send-form .request-form .input-box h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #161616;
    margin: 0;
    padding-bottom: 10px;
}

.request-for-section .main-row .request-left .request-send-form .request-form .input-box input {
    background: #EBEEF3;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #818285;
    padding: 18px 15px;
    border: none;
    width: 100%;
}

.request-for-section .main-row .request-left .request-send-form .request-form .input-box select {
    background: #EBEEF3;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #818285;
    padding: 18px 15px;
    border: none;
    width: 100%;
}

.request-for-section .main-row .request-left .request-send-form .request-form .input-box input:focus {
    outline: none;
}

.request-for-section .main-row .request-left .request-send-form .request-form .input-box textarea {
    background: #EBEEF3;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #818285;
    padding: 18px 15px;
    border: none;
    width: 100%;
    height: 122px;
    resize: none;
}

.request-for-section .main-row .request-left .request-send-form .request-form .input-box textarea:focus {
    outline: none;
}

.request-for-section .main-row .request-left .request-send-form .request-form .form-btn {
    padding-top: 16px;
    text-align: end;
    display: flex;
    justify-content: space-between;
}

.request-for-section .main-row .request-left .request-send-form .request-form .form-btn button {
    background: #01505C;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 18px 38px;
    border: none;
    display: flex;
    align-items: center;
    border: 1px solid #01505C;
    transition: 0.5s ease-in-out;
}

.request-for-section .main-row .request-left .request-send-form .request-form .form-btn button svg {
    margin-left: 4px;
    transition: 0.5s ease-in-out;
}

.request-for-section .main-row .request-left .request-send-form .request-form .form-btn button:hover svg path {
    fill: #000000;
}

.request-for-section .main-row .request-left .request-send-form .request-form .form-btn button:hover {
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
}

.pd-top-19 {
    padding-top: 19px;
}

.request-for-section .main-row .map-img {
    height: 100%;
    position: relative;
}

.request-for-section .main-row .map-img img {
    max-height: 824px;
    height: 100%;
}

.request-for-section .main-row .map-img .map-address {
    background: #01505C;
    padding: 35px 32px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.request-for-section .main-row .map-img .map-address .inner-address {
    display: flex;
    align-items: center;
}

.request-for-section .main-row .map-img .map-address .inner-address svg {
    margin-right: 10px;
}

.request-for-section .main-row .map-img .map-address .inner-address .addres-add p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0;
    max-width: 213px;
}

.request-for-section .main-row .map-img .map-address .inner-address .addres-add p a {
    text-decoration: none;
    color: #FFFFFF;
}

.pd-ad-top {
    padding-top: 20px;
}

.main-footer {
    background: #01505C;
}

.main-footer .footer-top {
    padding-top: 60px;
    padding-bottom: 50px;
    /* border-bottom: 1px solid #C9C9C9; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-footer .footer-top .footer-menu ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
}

.main-footer .footer-top .footer-menu ul li {
    padding-right: 40px;
}

.main-footer .footer-top .footer-menu ul li:nth-last-child(1) {
    padding-right: 0;
}

.main-footer .footer-top .footer-menu ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #99b9be;
    margin: 0;
    text-decoration: none;
    transition: 0.5s ease-in-out;
}

.main-footer .footer-top .footer-menu ul li a:hover {
    color: #ffffff;
}

.main-footer .footer-bottom {
    padding-top: 50px;
    padding-bottom: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-footer .footer-bottom .footer-copy-right p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #ABAFC7;
    margin: 0;
}

.main-footer .footer-bottom .footer-social-media ul {
    display: flex;
    align-items: center;
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.main-footer .footer-bottom .footer-social-media ul li {
    padding-right: 45px;
}

.main-footer .footer-bottom .footer-social-media ul li a {
    transition: 0.5s ease-in-out;
}

.main-footer .footer-bottom .footer-social-media ul li a:hover svg path {
    fill: #ffffff;
}

.main-footer .footer-bottom .footer-social-media ul li:nth-last-child(1) {
    padding-right: 0;
}

.home-about-section {
    background-image: url(../images/home-about-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}



.home-about-section .home-about-left-section .home-about-all-content .home-about-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #636363;
    margin: 0;
    padding-bottom: 13px;
    max-width: 847px;
}

.home-about-section .home-about-left-section .home-about-all-content .home-about-content p:nth-last-child(1) {
    padding-bottom: 0;
}

.home-about-section .home-about-left-section .home-about-all-content .home-about-points {
    padding-top: 38px;
}

.home-about-section .home-about-left-section .home-about-all-content .home-about-points .point-one {
    display: flex;
    align-items: baseline;
}

.home-about-section .home-about-left-section .home-about-all-content .home-about-points .point-one .line-green {
    width: 83px;
    height: 2px;
    background-color: #01505C;
    margin-right: 8px;
}

.home-about-section .home-about-left-section .home-about-all-content .home-about-points .point-one .point-content .point-heding h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #01505C;
    margin: 0;
}

.home-about-section .home-about-left-section .home-about-all-content .home-about-points .point-one .point-content .point-des {
    padding-top: 9px;
}

.home-about-section .home-about-left-section .home-about-all-content .home-about-points .point-one .point-content .point-des p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #636363;
    margin: 0;
    max-width: 756px;
}

.pd-top-38 {
    padding-top: 38px;
}

.home-about-section .home-about-left-section .home-about-all-content {
    padding-left: 225px;
}

.home-about-section {
    margin-top: -30px;
}

.project-conter {
    padding: 104px 0;
    background: #01505C;
}

.new--counter-container {
    max-width: 1500px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
}

.project-conter .counter-box {
    display: flex;
    align-items: center;
}

.project-conter .counter-box h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 100px;
    line-height: 130px;
    margin: 0;
    -webkit-text-stroke: 1px #FFFFFF;
    color: transparent;
}

.project-conter .counter-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    margin: 0;
    margin-left: 22px;
    max-width: 95.62px;
}

.banner-top .slick-dots {
    display: none;
}

.banner-top .hero_slider_slide .slider-content {
    position: absolute;
    bottom: 0%;
    left: 21%;
    transform: translate(-50%, -50%);
}

.new-add-color-bg {
    background-color: #ffffff !important;
    background-image: url(../images/home-about-bg.png);
    margin-top: -30px;
}

.new-add-color-bg .main-row .request-left h3 {
    color: #000000 !important;
}

.new-add-color-bg .main-row .request-left p {
    color: #161616 !important;
}

.new-add-color-bg .main-row .request-left .request-send-form .request-form {
    box-shadow: 0px 13px 40px rgba(0, 0, 0, 0.07);
}

.but-tab {
    position: relative;
    transition: 0.5s ease-in-out;
}

.but-tab .view-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.but-tab:hover .view-image button {
    display: block !important;
}


.but-tab .view-image button {
    background: #01505C;
    padding: 14px 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    border: none;
    display: none;
    transition: 0.5s ease-in-out;
}

.but-tab .view-image button svg {
    margin-right: 8px;
}

.gallery-item {
    flex-basis: 32.7%;
    margin-bottom: 6px;
    opacity: .85;
    cursor: pointer;
}

.gallery-item:hover {
    opacity: 1;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-content {
    font-size: .8em;
}

.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 9999;
}

.lightbox-content {
    position: relative;
    width: 70%;
    height: 70%;
    margin: 5% auto;
}

.lightbox-content img {
    border-radius: 7px;
    /* box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25); */
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 15px;
    top: 45%;
    cursor: pointer;
}

.custom-close-icon {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px;
    top: 0%;
    cursor: pointer;
    right: 0;
}

.fa-angle-left:before {
    content: "\f104";
    font-size: 20px !important;
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
    font-size: 35px !important;
}

.fa-angle-right:before {
    content: "\f105";
    font-size: 35px !important;
}

.lightbox-prev {
    left: 0;
}

.lightbox-next {
    right: 0;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: .8;
}

.input-of-bro label {
    margin-bottom: 10px;
}

.input-of-bro input {
    background: #EBEEF3;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #212529;
    padding: 18px 15px;
    border: none;
    width: 100%;
    border-radius: 5px;
}

.input-of-bro select {
    background: #EBEEF3;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #212529;
    padding: 18px 15px;
    border: none;
    width: 100%;
    border-radius: 5px;
}

.input-of-bro textarea {
    background: #EBEEF3;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #212529;
    padding: 18px 15px;
    border: none;
    width: 100%;
    border-radius: 5px;
    resize: none;
}

.my-coe {
    background-color: #01505c !important;
    border: none;
}

@media (max-width: 767px) {
    .gallery-container {
        width: 100%;
    }

    .gallery-item {
        flex-basis: 49.80%;
        margin-bottom: 3px;
    }

    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}

@media (max-width: 480px) {
    .gallery-item {
        flex-basis: 100%;
        margin-bottom: 1px;
    }

    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }
}


@media screen and (max-width: 48em) {
    .gallery__col {
        flex: calc(50% - var(--size-2));
        max-width: calc(50% - var(--size-2));
    }
}

@media screen and (max-width: 36em) {
    .gallery__col {
        flex: calc(100% - var(--size-2));
        max-width: calc(100% - var(--size-2));
    }
}

.gallery__img {
    margin-bottom: var(--size-2);
}





@media (min-width: 1450px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

@media (min-width: 1550px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1450px;
    }
}

@media (min-width:1601px) and (max-width:1812px) {
    .but-tab .view-image button {
        padding: 14px 14px;
    }
}

@media (min-width:1367px) and (max-width:1600px) {
    .globcon_wrap .globcon_img {
        max-width: 600px;
        width: 100%;
    }

    .globcon_feture .globcon_block .globcon_home_text {
        font-weight: 600;
        font-size: 18px;
        line-height: 16px;
        text-transform: uppercase;
    }

    .globcon_feture .block1 {
        margin-bottom: 35px;
    }

    .globcon_wrap .globcon_text h3 {
        font-weight: 400;
        font-size: 40px;
        line-height: 40px;
        color: var(--heading_color);
    }

    .globcon_feture {
        margin-top: 20px;
        display: flex;
        align-items: center;
    }

    .specification-section {
        padding-bottom: 80px;
    }

    .section-title-heding h3 {
        font-size: 50px;
        line-height: 70px;
    }

    .specification-section .specification-section-iner-box .specification-box .box-specifi-section .content-specifi h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .specification-section .specification-section-iner-box .specification-box .box-specifi-section .content-specifi p {
        font-size: 15px;
        line-height: 24px;
        max-width: 300px;
    }

    .other-project-section {
        padding: 80px 0;
    }

    .other-project-section .other-project-section-box .other-project-box .other-project-content {
        padding-top: 25px;
    }

    .other-project-section .other-project-section-box .other-project-box .other-project-content .othre-title h3 {
        font-size: 28px;
        line-height: 20px;
    }

    .other-project-section .other-project-section-box .other-project-box .other-project-content .other-p p a {
        font-size: 16px;
        line-height: 26px;
    }

    .other-project-section .other-project-section-box .other-project-box .other-project-content .other-btn .download-bro .down-b-icon a {
        font-size: 15px;
        line-height: 25px;
    }

    .gallery-section {
        padding-bottom: 80px;
    }

    .request-for-section {
        margin-bottom: 80px;
    }

    .request-for-section .main-row {
        padding-left: 100px;
    }

    .request-for-section .main-row .request-left h3 {
        font-size: 50px;
        line-height: 150%;
    }

    .request-for-section .main-row .request-left p {
        font-size: 18px;
        line-height: 28px;
    }

    .hero_section .hero_slider_slide .slider-content .slidre-title h3 {
        font-size: 60px;
        line-height: 90px;
    }

    .hero_section .hero_slider_slide .slider-content .slider-des p {
        font-size: 20px;
        line-height: 25px;
    }


    .home-about-section .home-about-left-section .home-about-all-content {
        padding-left: 100px;
    }

    .home-about-section .home-about-left-section .home-about-all-content .home-about-content p {
        font-size: 16px;
        line-height: 24px;
        max-width: 750px;
    }

    .home-about-section .home-about-left-section .home-about-all-content .home-about-points .point-one .point-content .point-heding h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .home-about-section .home-about-left-section .home-about-all-content .home-about-points .point-one .point-content .point-des p {
        font-size: 16px;
        line-height: 24px;
        max-width: 668px;
    }

    .home-about-section .home-about-left-section .home-about-all-content .home-about-points {
        padding-top: 25px;
    }

    .pd-top-38 {
        padding-top: 25px;
    }

    .home-about-section {
        margin-top: -30px;
    }

    .about-right-img img {
        height: 100%;
        min-height: 665px;
        object-fit: cover;
    }

    .project-conter {
        padding: 70px 0;
    }

    .project-conter .counter-box {
        justify-content: center;
    }

    .project-conter .counter-box h3 {
        font-size: 90px;
        line-height: 120px;
    }

    .project-conter .counter-box p {
        font-size: 16px;
        line-height: 20px;
    }

    .but-tab .view-image button {
        padding: 12px 11px;
        font-size: 12px;
        line-height: 17px;
    }

}

@media (min-width:1200px) and (max-width:1650px) {
    .header_main .header_row {
        max-width: 1300px;
    }
}

@media (min-width:1121px) and (max-width:1366px) {
    .specification-section {
        padding-bottom: 70px;
    }

    .section-title-heding h3 {
        font-size: 40px;
        line-height: 54px;
    }

    .specification-section .specification-section-iner-box .specification-box .box-specifi-section .content-specifi h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .specification-section .specification-section-iner-box .specification-box .box-specifi-section .content-specifi p {
        font-size: 15px;
        line-height: 22px;
    }

    .layout-and-plans .layout-box-section .box-name {
        padding-top: 20px;
    }

    .layout-and-plans .layout-box-section .box-name h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .layout-and-plans .layout-box-section .box-name h3::after {
        margin-top: 9px;
    }

    .other-project-section {
        padding: 70px 0;
    }

    .other-project-section .other-project-section-box .other-project-box .other-project-content {
        padding-top: 20px;
    }

    .other-project-section .other-project-section-box .other-project-box .other-project-content .othre-title h3 {
        font-size: 25px;
        line-height: 20px;
    }

    .other-project-section .other-project-section-box .other-project-box .other-project-content .other-p {
        padding-top: 15px;
    }

    .other-project-section .other-project-section-box .other-project-box .other-project-content .other-p p a {
        font-size: 15px;
        line-height: 25px;
    }

    .other-project-section .other-project-section-box .other-project-box .other-project-content .other-btn .download-bro .down-b-icon a {
        font-size: 12px;
        line-height: 25px;
    }

    .gallery-section {
        padding-bottom: 70px;
    }

    .request-for-section {
        margin-bottom: 70px;
    }

    .request-for-section .main-row {
        padding-left: 80px;
    }

    .request-for-section .main-row .request-left h3 {
        font-size: 45px;
        line-height: 150%;
    }

    .request-for-section .main-row .request-left p {
        font-size: 16px;
        line-height: 26px;
    }

    .request-for-section .main-row .map-img .map-address .inner-address .addres-add p {
        font-size: 15px;
        line-height: 20px;
    }

    .hero_section .hero_slider_slide .slider-content .slidre-title h3 {
        font-size: 50px;
        line-height: 75px;
    }

    .hero_section .hero_slider_slide .slider-content .slider-des p {
        font-size: 18px;
        line-height: 25px;
    }

    .hero_section .hero_slider_slide .slider-content {
        position: absolute;
        bottom: 6%;
        left: 37%;
        transform: translate(-50%, -50%);
    }

    .home-about-section .home-about-left-section .home-about-all-content {
        padding-left: 80px;
    }

    .home-about-section .home-about-left-section .home-about-all-content .home-about-content p {
        font-size: 14px;
        line-height: 22px;
        max-width: 659px;
    }

    .home-about-section .home-about-left-section .home-about-all-content .home-about-points {
        padding-top: 20px;
    }

    .home-about-section .home-about-left-section .home-about-all-content .home-about-points .point-one .point-content .point-heding h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .home-about-section .home-about-left-section .home-about-all-content .home-about-points .point-one .point-content .point-des p {
        font-size: 14px;
        line-height: 22px;
        max-width: 600px;
    }

    .pd-top-38 {
        padding-top: 20px;
    }

    .about-right-img img {
        height: 100%;
        min-height: 585px;
        object-fit: cover;
    }

    .home-about-section {
        margin-top: -30px;
    }

    .project-conter {
        padding: 50px 0;
    }

    .project-conter .counter-box h3 {
        font-size: 80px;
        line-height: 120px;
    }

    .project-conter .counter-box {
        justify-content: center;
    }

    .project-conter .counter-box p {
        font-size: 16px;
        line-height: 20px;
        margin-left: 10px;
    }

    .banner-top .hero_slider_slide .slider-content {
        position: absolute;
        bottom: 0%;
        left: 21%;
        transform: translate(-50%, -50%);
    }

    .but-tab .view-image button {
        padding: 10px 6px;
        font-size: 10px;
        line-height: 17px;
    }

    .but-tab .view-image button svg {
        margin-right: 5px;
        width: 15px;
    }
}


@media (min-width:768px) and (max-width:1120px) {
    .specification-section {
        padding-bottom: 60px;
    }

    .section-title-heding h3 {
        font-size: 32px;
        line-height: 44px;
    }

    .specification-section .specification-section-iner-box .specification-box .box-specifi-section .content-specifi h3 {
        font-size: 16px;
        line-height: 25px;
    }

    .specification-section .specification-section-iner-box .specification-box .line-box {
        width: 40px;
    }

    .specification-section .specification-section-iner-box .specification-box .box-specifi-section .content-specifi p {
        font-size: 13px;
        line-height: 20px;
    }

    .pd-b-35 {
        padding-bottom: 20px;
    }

    .new-conteiner {
        --bs-gutter-x: 80px;
    }

    .layout-and-plans .layout-box-section .box-name {
        padding-top: 15px;
    }

    .layout-and-plans .layout-box-section .box-name h3 {
        font-size: 16px;
        line-height: 16px;
    }

    .layout-and-plans .layout-box-section .box-name h3::after {
        margin-top: 4px;
    }

    .other-project-section {
        padding: 60px 0;
    }

    .other-project-section .other-project-section-box .other-project-box .other-project-content {
        padding-top: 15px;
    }

    .other-project-section .other-project-section-box .other-project-box .other-project-content .othre-title h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .other-project-section .other-project-section-box .other-project-box .other-project-content .other-p {
        padding-top: 10px;
    }

    .other-project-section .other-project-section-box .other-project-box .other-project-content .other-p p a {
        font-size: 14px;
        line-height: 24px;
    }

    .other-project-section .other-project-section-box .other-project-box .other-project-content .other-btn .download-bro .down-b-icon a {
        font-size: 10px;
        line-height: 25px;
    }

    .other-project-section .other-project-section-box .other-project-box .other-project-content .other-btn .download-bro .down-b-icon a svg {
        margin-right: 2px;
        width: 15px;
    }

    .gallery-section {
        padding-bottom: 60px;
    }

    .request-for-section {
        margin-bottom: 60px;
    }

    .request-for-section .main-row {
        padding-left: 60px;
    }

    .request-for-section .main-row .request-left {
        padding-top: 20px;
    }

    .request-for-section .main-row .request-left h3 {
        font-size: 35px;
        line-height: 150%;
    }

    .request-for-section .main-row .request-left p {
        font-size: 14px;
        line-height: 24px;
    }

    .request-for-section .main-row .request-left .request-send-form {
        padding-top: 12px;
    }

    .pd-top-19 {
        padding-top: 12px;
    }

    .request-for-section .main-row .request-left .request-send-form .request-form .form-btn {
        padding-top: 10px;
    }

    .request-for-section .main-row .request-left .request-send-form .request-form .input-box textarea {
        height: 100px;
    }

    .request-for-section .main-row .map-img .map-address .inner-address .addres-add p {
        font-size: 15px;
        line-height: 20px;
    }

    .main-footer .footer-top .footer-menu ul li a {
        font-size: 16px;
        line-height: 20px;
    }

    .main-footer .footer-top {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .main-footer .footer-bottom {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .hero_section .hero_slider_slide .slider-content .slidre-title h3 {
        font-size: 40px;
        line-height: 60px;
    }

    .hero_section .hero_slider_slide .slider-content .slider-des p {
        font-size: 17px;
        line-height: 25px;
    }

    .hero_section .hero_slider_slide .slider-content {
        position: absolute;
        bottom: 6%;
        left: 37%;
        transform: translate(-50%, -50%);
    }

    .home-about-section .home-about-left-section .home-about-all-content {
        padding-left: 60px;
        padding-top: 20px;
    }

    .home-about-section .home-about-left-section .home-about-all-content .home-about-content p {
        font-size: 13px;
        line-height: 20px;
        padding-bottom: 10px;
    }

    .home-about-section .home-about-left-section .home-about-all-content .home-about-points {
        padding-top: 15px;
    }

    .home-about-section .home-about-left-section .home-about-all-content .home-about-points .point-one .point-content .point-heding h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .home-about-section .home-about-left-section .home-about-all-content .home-about-points .point-one .point-content .point-des p {
        font-size: 13px;
        line-height: 20px;
    }

    .pd-top-38 {
        padding-top: 15px;
    }

    .home-about-section .home-about-left-section .home-about-all-content .home-about-points .point-one .line-green {
        width: 35px;
    }

    .about-right-img img {
        height: 100%;
        min-height: 622px;
        object-fit: cover;
    }

    .home-about-section {
        margin-top: -30px;
    }

    .project-conter {
        padding: 40px 0;
    }

    .project-conter .counter-box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .project-conter .counter-box h3 {
        font-size: 70px;
        line-height: 110px;
    }

    .project-conter .counter-box p {
        font-size: 15px;
        line-height: 20px;
        margin-left: 5px;
    }

    .banner-top .hero_section .banner_image {
        max-width: 100%;
        height: 278px;
        object-fit: cover;
    }

    .banner-top .slick-list {
        overflow: unset !important;
        overflow-x: hidden !important;
        height: 278px !important;
    }

    .banner-top .hero_slider_slide .slider-content {
        position: absolute;
        bottom: 0%;
        left: 21%;
        transform: translate(-50%, -50%);
    }

    .but-tab .view-image button svg {
        margin-right: 4px;
        width: 10px;
    }

    .but-tab .view-image button {
        padding: 5px 4px;
        font-size: 8px;
        line-height: 17px;
    }

    .but-tab .view-image button svg {
        margin-right: 4px;
        width: 9px;
    }
}


@media (min-width:901px) and (max-width:1120px) {
    .home-about-section .home-about-left-section .home-about-all-content .home-about-content p {
        max-width: 550px;
    }

    .home-about-section .home-about-left-section .home-about-all-content .home-about-points .point-one .point-content .point-des p {
        max-width: 500px;
    }
}

@media (min-width:768px) and (max-width:900px) {
    .home-about-section .home-about-left-section .home-about-all-content .home-about-content p {
        max-width: 452px;
    }

    .home-about-section .home-about-left-section .home-about-all-content .home-about-points .point-one .point-content .point-des p {
        max-width: 414px;
    }
}


@media (min-width:581px) and (max-width:767px) {
    .specification-section {
        padding-bottom: 50px;
    }

    .section-title-heding h3 {
        font-size: 30px;
        line-height: 43px;
    }

    .specification-section .specification-section-iner-box .specification-box .line-box {
        width: 60px;
    }

    .specification-section .specification-section-iner-box .specification-box .box-specifi-section .content-specifi p {
        font-size: 14px;
        line-height: 20px;
        max-width: 373px;
    }

    .specification-section .specification-section-iner-box .specification-box .box-specifi-section .content-specifi h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .pc-b-20 {
        padding-bottom: 20px;
    }

    .pc-b-20:nth-last-child(1) {
        padding-bottom: 0;
    }

    .pd-b-35 {
        padding-bottom: 20px;
    }

    .layout-and-plans .layout-box-section .box-name {
        padding-top: 20px;
    }

    .layout-and-plans .layout-box-section .box-name h3 {
        font-size: 16px;
        line-height: 16px;
    }

    .layout-and-plans .layout-box-section .box-name h3::after {
        margin-top: 5px;
    }

    .mb-3-one {
        padding-bottom: 20px;
    }

    .mb-3-one:nth-last-child(1) {
        padding-bottom: 0px;
    }

    .new-conteiner {
        --bs-gutter-x: 50px;
    }

    .other-project-section {
        padding: 50px 0;
    }

    .other-project-section .other-project-section-box .other-project-box .other-project-content {
        padding-top: 20px;
    }

    .other-project-section .other-project-section-box .other-project-box .other-project-content .othre-title h3 {
        font-size: 25px;
        line-height: 20px;
    }

    .other-project-section .other-project-section-box .other-project-box .other-project-content .other-p p a {
        font-size: 15px;
        line-height: 25px;
    }

    .other-project-section .other-project-section-box .other-project-box .other-project-content .other-p {
        padding-top: 15px;
    }

    .other-project-section .other-project-section-box .other-project-box .other-project-content .other-btn .download-bro .down-b-icon a {
        font-size: 15px;
        line-height: 20px;
    }

    .other-project-section .other-project-section-box .other-project-box .other-project-content .other-btn .download-bro {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .gallery-section {
        padding-bottom: 50px;
    }

    .request-for-section {
        margin-bottom: 50px;
    }

    .request-for-section .main-row {
        padding-left: 20px;
    }

    .request-for-section .main-row .request-left {
        padding-top: 30px;
    }

    .request-for-section .main-row .request-left h3 {
        font-size: 40px;
        line-height: 150%;
    }

    .request-for-section .main-row .request-left p {
        font-size: 15px;
        line-height: 25px;
    }

    .request-for-section .main-row .map-img .map-address .inner-address .addres-add p {
        font-size: 15px;
        line-height: 20px;
    }

    .main-footer .footer-top .footer-menu ul li {
        padding-right: 15px;
    }

    .main-footer .footer-top .footer-menu ul li a {
        font-size: 14px;
        line-height: 15px;
    }

    .main-footer .footer-top {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .main-footer .footer-bottom {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .hero_section .hero_slider_slide .slider-content .slidre-title h3 {
        font-size: 35px;
        line-height: 50px;
    }

    .hero_section .hero_slider_slide .slider-content .slider-des p {
        font-size: 15px;
        line-height: 25px;
    }

    .hero_section .hero_slider_slide .slider-content {
        position: absolute;
        bottom: 4%;
        left: 37%;
        transform: translate(-50%, -0%);
    }

    .home-about-section .home-about-left-section .home-about-all-content {
        padding: 0 20px;
    }

    .home-about-section .home-about-left-section {
        padding-top: 30px;
    }

    .home-about-section .home-about-left-section .home-about-all-content .home-about-content p {
        font-size: 15px;
        line-height: 25px;
    }

    .home-about-section .home-about-left-section .home-about-all-content .home-about-points .point-one .point-content .point-heding h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .home-about-section .home-about-left-section .home-about-all-content .home-about-points .point-one .point-content .point-des p {
        font-size: 15px;
        line-height: 22px;
    }

    .home-about-section .home-about-left-section .home-about-all-content .home-about-points {
        padding-bottom: 30px;
    }

    .project-conter {
        padding: 25px 0;
    }

    .project-conter .counter-box h3 {
        font-size: 70px;
        line-height: 110px;
    }

    .project-conter .counter-box p {
        font-size: 16px;
        line-height: 20px;
    }

    .project-conter .counter-box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner-top .hero_section .banner_image {
        max-width: 100%;
        height: 278px;
        object-fit: cover;
    }

    .banner-top .slick-list {
        overflow: unset !important;
        overflow-x: hidden !important;
        height: 278px !important;
    }

    .banner-top .hero_slider_slide .slider-content {
        position: absolute;
        bottom: 0%;
        left: 21%;
        transform: translate(-50%, -50%);
    }

    .but-tab .view-image button {
        padding: 14px 14px;
        font-size: 12px;
        line-height: 17px;
    }

    .globcon_home {
        margin: 0px 0px;
        margin-bottom: 50px;
        padding: 55px 0px;
        background-color: #F8F8F8;
        position: relative;
        z-index: 9;
    }

    .banner-top .slick-list .hero_slider_slide .banner_image {
        height: 278px !important;
        object-fit: cover;
    }

}

@media screen and (max-width:580px) {

    .but-tab .view-image button {
        display: block !important;
    }

    .specification-section {
        padding-bottom: 40px;
    }

    .section-title-heding h3 {
        font-size: 30px;
        line-height: 43px;
    }

    .specification-section .specification-section-iner-box .specification-box .box-specifi-section .content-specifi p {
        font-size: 13px;
        line-height: 20px;
    }

    .specification-section .specification-section-iner-box .specification-box .box-specifi-section .content-specifi h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .pc-b-20 {
        padding-bottom: 20px;
    }

    .pc-b-20:nth-last-child(1) {
        padding-bottom: 0;
    }

    .pd-b-35 {
        padding-bottom: 20px;
    }

    .specification-section .specification-section-iner-box .specification-box .line-box {
        width: 50px;
    }

    .new-conteiner {
        --bs-gutter-x: 50px;
    }

    .mb-3-one {
        padding-bottom: 20px;
    }

    .mb-3-one:nth-last-child(1) {
        padding-bottom: 0px;
    }

    .layout-and-plans .layout-box-section .box-name {
        padding-top: 15px;
    }

    .layout-and-plans .layout-box-section .box-name h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .layout-and-plans .layout-box-section .box-name h3::after {
        margin-top: 5px;
    }

    .other-project-section {
        padding: 40px 0;
    }

    .other-project-section .other-project-section-box .other-project-box .other-project-content {
        padding-top: 15px;
    }

    .other-project-section .other-project-section-box .other-project-box .other-project-content .othre-title h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .other-project-section .other-project-section-box .other-project-box .other-project-content .other-p {
        padding-top: 10px;
    }

    .other-project-section .other-project-section-box .other-project-box .other-project-content .other-p p a {
        font-size: 14px;
        line-height: 24px;
    }

    .other-project-section .other-project-section-box .other-project-box .other-project-content .other-btn .download-bro .down-b-icon a {
        font-size: 12px;
        line-height: 18px;
    }

    .other-project-section .other-project-section-box .other-project-box .other-project-content .other-btn .download-bro {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .gallery-section {
        padding-bottom: 40px;
    }

    .request-for-section .main-row {
        padding: 0 20px;
    }

    .request-for-section {
        margin-bottom: 40px;
    }

    .request-for-section .main-row .request-left {
        padding-top: 20px;
    }

    .request-for-section .main-row .request-left h3 {
        font-size: 30px;
        line-height: 43px;
        text-align: center;
    }

    .request-for-section .main-row .request-left p {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }

    .ps-new-res {
        padding-top: 19px;
    }

    .request-for-section .main-row .request-left .request-send-form .request-form .form-btn button {
        font-size: 14px;
        line-height: 17px;
        padding: 12px 25px;
    }

    .request-for-section .main-row .map-img .map-address .inner-address .addres-add p {
        font-size: 13px;
        line-height: 22px;
        color: #000000;
    }

    .request-for-section .main-row .map-img img {
        opacity: 0;
        height: 236px;
    }

    .request-for-section .main-row .map-img .map-address {
        padding: 20px 10px;
        background: #ffffff;
        bottom: 14px;
    }

    .request-for-section .main-row .map-img {
        margin-top: 20px;
    }

    .request-for-section .main-row .map-img .map-address {
        padding: 20px 10px;
        background: #ffffff;
        bottom: 45px;
        width: 100%;
    }

    .new-add-color-bg .main-row .map-img .map-address {
        padding: 20px 10px;
        background: #ffffff;
        bottom: 45px;
        width: 100%;
        box-shadow: 0px 13px 40px rgba(0, 0, 0, 0.07);
    }

    .main-footer .footer-top {
        padding-top: 40px;
        padding-bottom: 40px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .main-footer .footer-top .footer-menu ul {
        flex-wrap: wrap;
    }

    .main-footer .footer-top .footer-menu ul li {
        width: 100%;
        padding-top: 20px;
        text-align: center;
    }

    .main-footer .footer-bottom {
        padding-top: 25px;
        padding-bottom: 25px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .main-footer .footer-bottom .footer-social-media {
        padding-top: 20px;
    }

    .main-footer .footer-top .footer-menu ul li {
        padding-right: 0px;
    }

    .main-footer .footer-top .footer-logo {
        width: 100%;
        text-align: center;
    }

    .main-footer .footer-bottom .footer-copy-right {
        width: 100%;
        text-align: center;
    }

    .ony-res {
        display: block !important;
    }

    .ony-des {
        display: none !important;
    }

    .hero_section .hero_slider_slide .slider-content {
        position: absolute;
        bottom: 6%;
        left: 0%;
        transform: translate(0%, 0%);
    }

    .hero_section .hero_slider_slide .slider-content .slidre-title h3 {
        font-size: 35px;
        line-height: 50px;
        text-align: center;
    }

    .hero_section .hero_slider_slide .slider-content .slider-des p {
        font-size: 15px;
        line-height: 25px;
        text-align: center;
    }

    .header_main .header_row .logo_div a img {
        max-width: 84px;
    }

    .home-about-section .home-about-left-section .home-about-all-content {
        padding: 0 20px;
    }

    .home-about-left-section .home-about-all-content .section-title-heding {
        padding-top: 45px;
    }

    .home-about-left-section .home-about-all-content .section-title-heding h3 {
        text-align: center;
    }

    .home-about-left-section .home-about-all-content p {
        padding-top: 9px
    }

    .home-about-section .home-about-left-section .home-about-all-content .home-about-content p {
        font-size: 14px;
        line-height: 25px;
        padding-bottom: 0px;
        text-align: center;
    }

    .home-about-section .home-about-left-section .home-about-all-content .home-about-points .point-one .line-green {
        display: none;
    }

    .home-about-section .home-about-left-section .home-about-all-content .home-about-points .point-one .point-content .point-heding h3 {
        font-size: 18px;
        line-height: 20px;
        text-align: center;
    }

    .home-about-section .home-about-left-section .home-about-all-content .home-about-points .point-one .point-content .point-des p {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

    .home-about-section .home-about-left-section .home-about-all-content .home-about-points {
        padding-top: 15px;
        padding-bottom: 30px;
    }

    .home-about-left-section .home-about-all-content p {
        padding-top: 7px;
    }

    .pd-top-38 {
        padding-top: 25px;
    }

    .about-right-img {
        display: none;
    }

    .project-conter {
        padding: 17px 0;
    }

    .new--counter-container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .project-conter .counter-box h3 {
        font-size: 70px;
        line-height: 130px;
    }

    .project-conter .counter-box p {
        font-size: 18px;
        line-height: 23px;
    }

    .project-conter .counter-box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .text-align-left {
        text-align: center;
        padding-bottom: 10px;
    }

    /* .hero_section .banner_image {
        max-width: 100%;
        height: 278px;
        object-fit: cover;
    } */

    .banner-top .slick-list {
        overflow: unset !important;
        overflow-x: hidden !important;
        height: 278px !important;
    }

    .banner-top .slick-list .hero_slider_slide .slider-content {
        position: absolute;
        bottom: 6%;
        left: 3%;
        transform: translate(0%, 0%);
    }

    .banner-top .slick-list .hero_slider_slide .slider-content .slidre-title h3 {
        text-align: left;
    }

    .banner-top .slick-list .hero_slider_slide .slider-content .slider-des p {
        text-align: left;
    }

    .banner-top .slick-list .hero_slider_slide .banner_image {
        height: 278px !important;
        object-fit: cover;
    }

    .but-tab .view-image button {
        padding: 14px 14px;
        font-size: 12px;
        line-height: 17px;
    }

    .request-for-section .main-row .map-img .map-address .inner-address .addres-add p a {
        color: #000000;
    }

    .home-about-section {
        background-image: none;
    }

    .globcon_home {
        margin: 0px 0px;
        margin-bottom: 40px;
        padding: 55px 0px;
        background-color: #F8F8F8;
        position: relative;
        z-index: 9;
    }
}