/* font families */
@font-face {
    font-family: Inter-Light;
    src: url(../font-families/Inter-Light.otf);
}

@font-face {
    font-family: Inter-regular;
    src: url(../font-families/Inter-Regular.otf);
}

@font-face {
    font-family: Inter-Medium;
    src: url(../font-families/Inter-Medium.otf);
}

@font-face {
    font-family: Inter-SemiBold;
    src: url(../font-families/Inter-SemiBold.otf);
}

@font-face {
    font-family: Inter-Bold;
    src: url(../font-families/Inter-Bold.otf);
}

:root {
    --blue: #243B7D;
    --white: #fff;
    --black: #000;
}

/* general css */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: var(--blue);
    font-family: Inter-regular;
}

a:hover {
    text-decoration: none;
}

body {
    background: #fff;
}

html {
    scroll-behavior: smooth;
}

/* typography */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: Inter-SemiBold;
}

a,
p {
    font-size: 16px;
    margin: 0;
}

a,
a:hover {
    text-decoration: none;
}

img {
    width: 100%;
}


/* sider scrollbar */

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: var(--white);
}

::-webkit-scrollbar-thumb {
    background: var(--blue);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--blue);
}

/* fonts */

.f-36,
h2 {
    font-size: 36px;
}

.container {
    max-width: 91%;
}

/* general padding and margins */

.p-100 {
    padding: 100px 0px;
}

.p-80 {
    padding: 80px 0px;
}

.p-70 {
    padding: 70px 0px;
}

.mt-80 {
    margin-top: 80px;
}

/* ============== Header starts =============== */

.header-main .navbar-brand {
    width: 240px;
    margin-right: 15px;
    display: inline-block;
}

.nav_desk ul li a {
    color: #838890 !important;
    font-size: 16px;
    transition: all 0.2s linear;
    display: inline-block;
    text-transform: capitalize;
    margin: 0px 20px;
    position: relative;
}

.nav_desk ul li a:hover,
.nav_desk ul li a.nav-link:active {
    color: #404040 !important;
}

.header-main .navbar-nav {
    width: 100%;
}

.header-main .navbar-nav {
    justify-content: space-between;
}

.nav_desk ul {
    margin: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.mobile_menu {
    display: none;
}

.logo_desktop {
    padding: 20px 0px;
    align-items: center;
    justify-content: space-between;
}

/* ============= header ends ============ */

.v-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.btn-style {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 170px;
    border-radius: 50px;
    height: 49px;
    background-color: var(--blue);
    color: #fff;
    font-size: 16px;
    padding: 10px 22px 8px 22px;
    transition: all 0.3s linear;
    position: relative;
    z-index: 1;
}

.btn-style img {
    width: 17px;
    margin: 0px 0px 3px 12px;
}

.btn-style:hover {
    color: #fff;
    background-color: #4465c4;

}

.contact_btn {
    width: 240px;
    text-align: right;
}


.banner_text p {
    font-size: 24px;
    font-family: Inter-Medium;
    max-width: 400px;
    padding: 15px 0px 15px 40px;
    border-left: 1px solid #00000086;
    margin-left: 20px;
}

.main_section h1 {
    font-size: 64px;
    font-family: Inter-SemiBold;
}

.expandable_img {
    margin: 0 auto;
    max-width: 96%;
}

.expandable_img img {
    border-radius: 27px;
}

/* about section */
.about_sec hr {
    opacity: 1;
    background: #9FA1A4;
    margin: 50px 0px;
}

.about_box h2 {
    font-family: Inter-Medium;
    margin-bottom: 22px;
}

.about_box p {
    font-size: 25px;
    font-family: Inter-Light;
}

/* video section main */


/* video section */
.video-container {
    width: 100%;
    border-radius: 14px;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    justify-content: center;
    background-color: #ECECEC;
    padding: 40px 0px;
}

.video-container video {
    width: 100%;
    height: 340px;
    background-color: #000;
}

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto;
    width: 65px;
    height: 65px;
    padding: 15px;
    border-radius: 50%;
    margin-bottom: 20px;
    background-color: #ffffff73;
}

.play-button-wrapper #circle-play-b svg {
    width: 100%;
    padding: 6px 3px 0px 9px;
    height: auto;
}

.video_box {
    position: relative;
    z-index: 1;
}

.video_sec .container {
    text-align: right;
}

.video_left {
    max-width: 527px;
    margin-right: 0px;
    margin-left: auto;
}

/* building image */

.building_wraper {
    max-width: 50%;
    position: relative;
    margin-top: -230px;
}

.building_layers {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 50%;
    z-index: 0;
}

.blue_sec {
    background-color: var(--blue);
    padding: 140px 0px 100px 0px;
}

.combine_sec {
    overflow: hidden;
}

.building_sec .container-fluid {
    position: relative;
}

.dots {
    position: absolute;
    max-width: 52%;
    bottom: -32%;
    left: 0px;
}

.value_box h2,
.value_box p,
.value_inner h4,
.value_inner p {
    color: #fff;
}

.value_box h2 {
    margin-bottom: 28px;
}

.value_box_2 p {
    max-width: 385px;
    font-size: 18px;
    font-family: Inter-Light;
}

.value_box_2 {
    padding-left: 30px;
}

.c-row {
    flex-wrap: wrap;
}

.c-col-50 {
    width: 50%;
    margin-bottom: 22px;
}

.value_inner h4 {
    font-size: 24px;
    margin-bottom: 15px;
    font-family: Inter-SemiBold;
}

.value_inner p {
    font-family: Inter-Light;
    margin-bottom: 20px;
}

.value_inner {
    height: 100%;
    border-bottom: 1px solid #fff;
    width: 210px;
}


.value_box_1 .c-row .c-col-50:nth-child(3) .value_inner,
.value_box_1 .c-row .c-col-50:last-child .value_inner {
    border-bottom: none;
}

.service_icon {
    min-width: 80px;
    width: 80px;
    max-width: 80px;
    margin-right: 25px;
}

.service_right h4 {
    font-size: 28px;
    font-family: Inter-regular;
}

.service_right p {
    margin: 12px 0px 20px 0px;
}

.service_right p,
.service_right a {
    font-family: Inter-Light;
    font-size: 15px;
    color: var(--blue);
}

.service_right {
    position: relative;
}

.service_right a {
    position: absolute;
    bottom: -25px;
    left: 0px;
}

.service_right a img {
    width: 17px;
    margin-left: 10px;
}

.service_right a:hover {
    color: var(--blue);
}

.service_box {
    padding: 35px 25px 55px 25px;
    height: 100%;
    background-color: #F4F1F1;
}

/* project section */

.choose_sec {
    position: relative;
}

.choose_sec::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 500px;
    z-index: 0;
    background-color: #F2F2F2;
}

.choose_sec .container {
    position: relative;
    z-index: 1;
}

.choose_img {
    box-shadow: 0px 3px 5px 2px #243b7d1a;
}

.btn_choose {
    font-size: 17px;
    font-family: Inter-SemiBold;
    padding: 5px 50px 5px 20px;
    position: relative;
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    min-height: 80px;
}

.btn_choose img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    right: 20px;
}

.btn_choose:focus,
.btn_choose:active:focus {
    box-shadow: none;
    outline: none;
}

.choose_box {
    background: #fff;
    box-shadow: 0px 4px 15px 5px #00000014;
}

.choose_box .card-body {
    padding: 0px 20px 25px 20px;
    border: none;
    min-height: 170px;
}

.btn_right {
    text-align: end;
    margin: 50px 50px 0px 0px;
}

/* project section */
.btn_read_more {
    background: var(--blue);
    padding: 6px 18px;
    color: #fff;
    border-radius: 7px;
    font-family: Inter-Light;
    font-size: 16px;
    transition: all 0.2s linear;
    text-transform: capitalize;
}

.btn_read_more:hover {
    color: #fff;
    background-color: #4465c4;
}

/* project section */

.project_sec {
    background-color: #F2F2F2;
}

.slide_content h3 {
    font-family: Inter-regular;
    font-size: 40px;
}

.slide_content p {
    font-size: 22px;
    color: #5B5B5B;
    font-family: Inter-Light;
    max-width: 477px;
    margin: 25px 0px;
}

.project_slider .carousel-inner {
    background: #fff;
    border-radius: 7px;
    width: 90%;
    margin: 0 auto;
}

.project_slider .carousel-item {
    padding: 60px 50px;
}

.arrow-a {
    background-color: #fff;
    border-radius: 93px;
    width: 70px;
    height: 70px;
    opacity: 1;
    padding: 22px;
    transition: all 0.2s linear;
    transform: translateY(-50%);
    top: 50%;
}

.arrow-a svg {
    fill: var(--blue);
    transition: all 0.2s linear;
}

.arrow-a:hover {
    background-color: var(--blue);
}

.arrow-a:hover svg {
    fill: var(--white)
}

.carousel-control-prev.arrow-a {
    left: -30px;
}

.carousel-control-next.arrow-a {
    right: -30px;
}

.slide_amount {
    font-family: Inter-Light;
    padding: 13px 15px;
}

.slide_amount span {
    font-family: Inter-Medium;
}

.slide_amount,
.slide_amount span {
    font-size: 12px;
    color: var(--blue);
}

.slide_box {
    display: block;
    background: #fff;
    box-shadow: 0px 4px 15px 5px #00000014;
}

.slide_cards {
    margin: 100px 0px 40px 0px;
}

.slide_image {
    position: relative;
}

.slide_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, #ffffff00 33%, #243B7D 110%);
    padding: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: end;
}

.slide_overlay .location,
.slide_appartment {
    font-family: Inter-Medium;
    font-size: 12px;
    color: #fff;
}

.slide_overlay .sector_slide {
    font-family: Inter-Light;
    font-size: 12px;
    color: #fff;
}

.slide_location {
    width: 15px;
    min-width: 15px;
    max-width: 15px;
    margin-right: 10px;
}

.slide_over_text li {
    align-items: center;
}

.slide_appartment {
    position: absolute;
    top: 0px;
    left: 0px;
    height: auto;
    padding: 5px 15px;
    width: 100%;
    background: linear-gradient(270deg, #243b7d21 33%, #243B7D 110%);
}

/* sustainability */

.sustainability_sec {
    background-image: url(../images/sustain_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 170px 0px;
    display: flex;
    align-items: center;
    background-attachment: fixed;
    position: relative;
}

.sustainability_sec .container {
    position: relative;
    z-index: 1;
}

.sustain_overlay {
    z-index: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #192c0a24 0%, #033825a3 100%);
}

.sustain_content h2,
.sustain_content h3,
.sustain_content p {
    color: #fff;
}

.sustain_content h3 {
    margin: 50px 0px 15px 0px;
}

.sustain_content p {
    font-family: Inter-Medium;
    font-size: 18px;
    margin: 50px 0px 50px 0px;
}

.sustain_content li {
    font-size: 16px;
    color: #fff;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
}

.sustain_content li:before {
    content: "·";
    font-size: 110px;
    vertical-align: middle;
    line-height: 20px;
    left: -8px;
    position: absolute;
    top: 2px;
}

.right_link a {
    color: #fff;
    font-size: 15px;
}

.right_link {
    margin-right: 0px;
    margin-left: auto;
}

.right_link a img {
    width: 39px;
    margin-left: 25px;
}

/* footer */

footer {
    background-color: var(--blue);
    padding: 100px 0px 70px 0px;
}

footer .container {
    position: relative;
}

.scroll_top {
    position: absolute;
    top: 0px;
    right: 15px;
}

.footer_bottom h4,
.social_icons h4 {
    font-family: Inter-Medium;
    font-size: 20px;
    margin: 80px 0px 15px 0px;
}

.footer_heading {
    line-height: 1.1;
    font-family: Inter-Medium;
    margin-bottom: 30px;
    font-size: 48px;
}

footer p,
footer p a,
footer p a:hover,
footer h4,
.footer_heading {
    color: #fff;
}

footer p {
    font-family: Inter-Light;
}

.footer_logo {
    max-width: 240px;
    display: inline-block;
}

.footer_l {
    max-width: 500px;
}

.footer_bottom {
    max-width: 355px;
}

.footer_r .footer_bottom {
    margin-top: 0px;
}

/* form style */

.form_box .input-group {
    position: relative;
    background: transparent;
    border-radius: 0px;
}

.form_box input {
    background: transparent !important;
    border-radius: 0px !important;
    padding: 7px 0px;
    border: none;
    border-bottom: 1px solid #AEAEAE;
    max-width: 85%;
    font-size: 16px;
    color: #fff !important;
    font-family: Inter-Light;
}

.form_box input::placeholder {
    color: #AEAEAE;
    font-size: 16px;
    font-family: Inter-Light;
}

.form_box input:focus,
.form_box input:active:focus,
.form_box .btn-submit:focus,
.form_box .btn-submit:active:focus {
    box-shadow: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #AEAEAE;
}

.form_box .btn-submit {
    background-color: var(--blue);
    padding: 4px 15px 8px 15px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    border-radius: 0px;
    border: none;
    cursor: pointer;
    height: 100%;
    transition: all 0.2s linear;
}

.form_box .btn-submit:hover {
    background-color: #fff;
    color: var(--blue);
}

.form_box {
    max-width: 510px;
    margin: 20px 0px 50px 0px;
}

.social_col {
    width: 47%;
}

.footer_social {
    align-items: flex-end;
    margin-top: 100px;
}

.social_icons a {
    display: inline-block;
    margin-left: 15px;
    width: 30px;
    transition: all 0.2s linear;
}

.social_icons a:hover {
    opacity: 0.7;
}

.social_icons {
    align-items: flex-end;
}

.scroll_top {
    color: #fff;
    font-size: 15px;
    display: inline-block;
}

.scroll_top img {
    width: 39px;
    margin-left: 15px;
}

.scroll_top:hover {
    color: #fff;
}

.service_row,
.choose_sec .row,
.slide_cards .row {
    row-gap: 30px;
}









/* ============= Responsive ================ */

@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1300px;
    }

    .nav_desk ul li a {
        margin: 0px 25px;
    }

    .expandable_img {
        max-width: 1514px;
    }

    .expandable_img {
        height: 614px;
    }

    .about_box p {
        font-size: 28px;
    }

    .f-36,
    h2 {
        font-size: 36px;
    }

    .video_left {
        max-width: 577px;
    }

    .service_right h4 {
        font-size: 32px;
    }

    .service_right p,
    .service_right a {
        font-size: 16px;
    }

    .btn_choose {
        font-size: 18px;
    }

    .choose_sec::before {
        height: 530px;
    }

    .slide_overlay .location,
    .slide_appartment {
        font-size: 15px;
    }

    .slide_overlay .sector_slide {
        font-size: 13px;
    }

    .sustain_content p {
        font-size: 20px;
    }

    .footer_bottom h4,
    .social_icons h4 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1365px) {

    /* header */
    .nav_desk li a {
        font-size: 25px;
    }

    .container,
    .expandable_img {
        max-width: 95%;
    }

    /* home page */
    .main_section h1 {
        font-size: 55px;
    }

    .banner_text p {
        font-size: 22px;
        max-width: 390px;
        padding: 10px 0px 10px 40px;
    }

    .f-36,
    h2 {
        font-size: 32px;
    }

    .about_box p {
        font-size: 23px;
    }

    .service_icon {
        min-width: 60px;
        width: 60px;
        max-width: 60px;
    }

    .service_right h4 {
        font-size: 24px;
    }

    .btn_choose {
        font-size: 16px;
    }

    .arrow-a {
        width: 50px;
        height: 50px;
        padding: 15px;
    }

    .carousel-control-prev.arrow-a {
        left: -20px;
    }

    .carousel-control-next.arrow-a {
        right: -20px;
    }

    .slide_cards {
        margin: 80px 0px 30px 0px;
    }

    .sustainability_sec {
        padding: 150px 0px;
    }

    .footer_heading {
        font-size: 40px;
    }
}


@media only screen and (max-width: 1199px) {

    .nav_desk ul li a {
        font-size: 15px;
        margin: 0px 14px;
    }

    .contact_btn,
    .header-main .navbar-brand,
    .footer_logo {
        width: 200px;
    }

    .main_section h1 {
        font-size: 48px;
    }

    .banner_text p {
        padding: 5px 0px 5px 40px;
    }

    .p-80 {
        padding: 60px 0px;
    }

    .p-100 {
        padding: 85px 0px;
    }

    .about_box h2 {
        margin-bottom: 20px;
    }

    .footer_bottom h4,
    .social_icons h4 {
        font-size: 18px;
        margin: 60px 0px 15px 0px;
    }

    .social_icons a {
        width: 23px;
    }

    footer {
        padding: 80px 0px 70px 0px;
    }

    .right_link a img {
        margin-left: 10px;
    }

    .slide_overlay .location,
    .slide_appartment {
        font-size: 11px;
    }

    .slide_overlay .sector_slide {
        font-size: 11px;
    }

    .slide_cards {
        margin: 60px 0px 30px 0px;
    }

    .btn_choose {
        font-size: 14px;
    }

    .about_box p {
        font-size: 20px;
    }

    .service_box {
        padding: 32px 17px 52px 17px;
    }

    .blue_sec {
        background-color: var(--blue);
        padding: 100px 0px 70px 0px;
    }

    .video_left {
        max-width: 455px;
    }

    .video-container video {
        height: 300px;
    }
}

@media only screen and (min-width: 992px) {

    /* Header scroll animation start */
    .header-main {
        position: sticky;
        top: 0px;
        z-index: 3;
        position: sticky;
        top: 0px;
        background: #fff;
        transition: all 0.5s linear;
        border-bottom: 1px solid #83889038;
    }

    body.scroll-down .header_b {
        background: #fff;
        top: -112px;
        transition: all 0.5s linear;
        position: sticky;
    }

    body.scroll-up .header_b {
        background: #fff;
        top: 0;
        position: sticky;
        transition: all 0.5s linear;
    }

    /* Header scroll animation end */
}

@media only screen and (max-width: 991px) {

    .header_b {
        background: #fff;
        top: 0px;
        transition: all 0.5s linear;
        position: sticky !important;
        z-index: 3;
        border-bottom: 1px solid #83889038;
    }

    .nav_desk {
        display: none;
    }

    /* mobile menu */

    .mobile-menu .offcanvas-start {
        width: 320px;
    }

    .mobile-menu .offcanvas-body {
        padding: 0px;
        background: var(--blue);
    }

    .side-bar-list li a {
        border-bottom: 1px solid #ffffff78;
        text-decoration: none;
        display: block;
        color: #fff !important;
        text-transform: capitalize;
        font-size: 20px;
        padding: 20px 0px;
        transition: all 0.2s linear;
    }

    .side-bar-list li a:hover {
        color: #7d9fff !important;
    }

    .side-bar-list ul {
        margin-top: 30px;
    }

    .mobile_menu {
        display: block;
    }

    .hamburger_menu {
        border: none;
        background: transparent;
        padding: 0px;
        width: 35px;
    }

    .page-side-bar {
        padding: 40px 50px;
        text-align: left;
        position: relative;
        height: 100vh;
    }

    .btn-close_menu {
        width: auto;
        height: auto;
        padding: 0px;
        color: #fff;
        background: none;
        opacity: 1 !important;
        position: absolute;
        right: 20px;
        top: 20px;
        border: none;
        box-shadow: none !important;
    }

    .btn-close_menu svg {
        fill: var(--white);
        width: 22px;
        height: 22px;
    }

    .header-main .container {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-menu .offcanvas-end {
        width: 425px;
    }

    .header-main .navbar-brand {
        padding: 5px 0px;
    }

    .desktop_contact {
        display: none;
    }

    /* header ends */

    .main_section h1 {
        font-size: 40px;
    }

    .banner_text p {
        font-size: 18px;
        max-width: 320px;
    }

    .about_box p {
        font-size: 20px;
    }

    .f-36,
    h2 {
        font-size: 28px;
    }

    .about_box h2 {
        margin-bottom: 12px;
    }

    .logo_desktop {
        padding: 8px 0px;
    }

    .p-100 {
        padding: 70px 0px;
    }

    .blue_sec {
        padding: 70px 0px;
    }

    .video_left {
        max-width: 360px;
    }

    .video-container video {
        height: 240px;
    }

    .value_box_2 {
        padding-left: 0px;
        margin-top: 20px;
    }

    .value_box h2 {
        margin-bottom: 20px;
    }

    .value_box_2 p {
        max-width: 100%;
    }

    .btn_choose {
        font-size: 16px;
    }

    .slide_overlay .location,
    .slide_appartment {
        font-size: 13px;
    }

    .slide_overlay .sector_slide {
        font-size: 13px;
    }

    .slide_amount,
    .slide_amount span {
        font-size: 14px;
        color: var(--blue);
    }

    .project_slider .carousel-item {
        padding: 50px 30px 40px 30px;
    }

    .slide_content p {
        font-size: 18px;
        max-width: 400px;
        margin: 12px 0px 25px 0px;
    }

    .slide_content h3 {
        font-family: Inter-regular;
        font-size: 32px;
    }

    .arrow-a {
        width: 40px;
        height: 40px;
        padding: 12px;
    }

    .carousel-control-next.arrow-a {
        right: -10px;
    }

    .carousel-control-prev.arrow-a {
        left: -10px;
    }

    .sustainability_sec {
        padding: 100px 0px;
    }

    .sustain_content p,
    .sustain_content li {
        font-size: 16px;
    }

    .sustain_content p {
        margin: 20px 0px 20px 0px;
    }

    .right_link a img {
        width: 31px;
    }

    .footer_heading {
        font-size: 28px;
    }

    .footer_social {
        margin-top: 34px;
        flex-direction: column;
        row-gap: 30px;
    }

    .social_col {
        width: 100%;
    }

    footer p {
        font-size: 15px;
    }

    footer {
        padding: 70px 0px 50px 0px;
    }

    footer .row.mt-80 {
        margin-top: 50px;
    }

    .value_inner h4 {
        margin-bottom: 10px;
        font-size: 19px;
    }

    .value_inner {
        width: auto;
        max-width: 270px;
    }

    .building_wraper {
        margin-top: -80px;
    }

    .sustain_content h3 {
        font-size: 24px;
    }
}


@media only screen and (max-width: 767px) {
    .banner_text p {
        font-size: 16px;
        max-width: 360px;
        padding: 0px;
        border: none;
        margin: 15px 0px 0px 0px;
    }

    .p-80 {
        padding: 50px 0px;
    }

    .expandable_img img {
        border-radius: 17px;
    }

    .p-100 {
        padding: 70px 0px;
    }

    .about_box p {
        font-size: 18px;
    }

    .building_wraper {
        margin-top: 0px;
    }

    .video-container {
        padding: 30px 0px;
    }

    .video_left {
        margin: 0 auto 40px auto;
    }

    .value_inner {
        max-width: 240px;
    }

    .f-36,
    h2 {
        font-size: 26px;
    }

    .value_box_2 p {
        font-size: 16px;
    }

    .choose_box,
    .slide_box,
    .service_box {
        max-width: 400px;
        margin: 0 auto;
    }

    .arrow-a {
        transform: none;
        top: -70px;
    }

    .project_slider.mt-80 {
        margin-top: 130px;
    }

    .carousel-control-next.arrow-a {
        right: 0px;
    }

    .carousel-control-prev.arrow-a {
        right: 50px;
        left: auto;
    }

    .right_link {
        margin: 30px 0px 0px 0px;
    }

    .footer_bottom h4,
    .social_icons h4 {
        font-size: 17px;
        margin: 40px 0px 15px 0px;
    }

    footer .row.mt-80 {
        row-gap: 40px;
    }

    .form_box {
        margin: 30px 0px 40px 0px;
    }

    .footer_social {
        margin-top: 40px;
        align-items: flex-start;
    }

    .project_slider .carousel-inner {
        width: 100%;
    }

    .btn_right {
        text-align: end;
        margin: 30px 0px 0px 0px;
    }

    .choose_box .card-body {
        min-height: auto;
    }

    .sustain_content h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 575px) {

    .f-36,
    h2 {
        font-size: 25px;
    }

    .about_sec hr {
        margin: 35px 0px;
    }

    .main_section h1 {
        font-size: 34px;
    }

    .contact_btn,
    .header-main .navbar-brand,
    .footer_logo {
        width: 160px;
    }

    .container,
    .expandable_img {
        max-width: 98%;
    }

    .expandable_img {
        padding: 0px 10px;
    }

    .p-100 {
        padding: 60px 0px;
    }

    .expandable_img img {
        border-radius: 17px;
        height: 250px;
        object-fit: cover;
    }

    .main_section.p-80 {
        padding-bottom: 40px;
    }

    .building_wraper {
        max-width: 100%;
    }

    .dots {
        max-width: 100%;
    }

    .about_box p {
        font-size: 16px;
    }

    .video_left {
        max-width: 400px;
    }

    .c-col-50 {
        width: 100%;
    }

    .value_inner {
        max-width: 400px;
        margin: 0 auto;
    }

    .value_box_1 .c-row .c-col-50:nth-child(3) .value_inner,
    .value_box_1 .c-row .c-col-50:last-child .value_inner {
        border-bottom: 1px solid #fff;
    }

    .slide_content h3 {
        font-size: 26px;
    }

    .slide_content p {
        font-size: 16px;
    }

    footer {
        padding: 60px 0px 50px 0px;
    }

    .p-100 {
        padding: 60px 0px;
    }

    .about_sec.p-100 {
        padding: 60px 0px 40px 0px;
    }
}

@media only screen and (max-width: 424px) {
    .page-side-bar {
        padding: 30px 35px;
    }

    .expandable_img img {
        height: 200px;
    }
}

@media only screen and (max-width: 374px) {
    .scroll_top {
        font-size: 13px;
        top: 15px;
    }

    .scroll_top img {
        width: 24px;
        margin-left: 4px;
    }

    .project_slider .carousel-item {
        padding: 30px 20px 40px 20px;
    }
}