* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif !important;
    background-color: #f8f9fa;
}


ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

.ff-1 {
    font-family: "Archivo", sans-serif;
}

.fc-1 {
    color: #cba135 !important;
}

.fc-2 {
    color: #0F122B !important;
}

.text-gray {
    color: #adb5bd !important;
}

:root {
    --pri-color: #1e3a5f;
    --pri-text: #fffdf2;
    --btn-pri-color: #081c15;
    --btn-sec-color: #1b1f3c;
    --btn-pri-text: #fffdf2;

    --navbar-bg: #0F122B;
}

.title {
    font-weight: 300;
}

.highlight {
    color: #cba135;
    font-weight: 700;
}

/* breadcrump */
.breadcrump {
    position: relative;
    top: 0;
    min-height: 300px;
    background-image: url(../asset/budgetline-constructin--service\ \(2\).jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}



.breadcrump-inner>.row {
    height: 100%;
}

.breadcrump-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.734);
}

.breadcrump-inner {
    /* display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; */
    height: 100%;
    text-align: center;
    color: white;
    overflow: hidden;
}

.breadcrump .sub_title {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 0.75rem;
}

.bread_link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.bread_link a {
    color: #FFF;
}

.bread_link .active {
    color: #fb8500;
}

.bd_title {
    color: #FFF;
}

.breadcrump h1 {
    margin: 0 auto;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Gilda Display", serif;
    padding: 0 15px;
}


.breadcrump-inner {
    position: relative;
    z-index: 15;
}

@media screen and (max-width:999px) {
    .breadcrump::before {
        width: 100%;
    }

    .breadcrump .ptr-1 {
        width: 100%;
    }

}

@media (min-width:400px) {
    .title {
        font-size: 28px;
    }
}

@media (min-width:600px) {
    .title {
        font-size: 30px;
    }

    .title.sec {
        font-size: 28px !important;
    }
}


@media (min-width:800px) {
    .title {
        font-size: 32px;
    }

    .title.sec {
        font-size: 30px !important;
    }
}


@media (min-width:1000px) {
    .title {
        font-size: 34px;
    }

    .title.sec {
        font-size: 32px !important;
    }
}

@media (min-width:1100px) {
    .title {
        font-size: 36px;
    }

    .title.sec {
        font-size: 34px !important;
    }
}


@media (min-width:1200px) {
    .title {
        font-size: 38px;
    }
}

@media (min-width:1300px) {
    .title {
        font-size: 40px;
    }

    .title.sec {
        font-size: 36px !important;
    }
}

@media (min-width:1350px) {
    .title {
        font-size: 42px;
    }

    .title.sec {
        font-size: 38px !important;
    }
}


@media (min-width:1400px) {
    .title {
        font-size: 44px;
    }

    .title.sec {
        font-size: 40px !important;
    }
}






.sub-title {
    display: block;
    color: #3a5a40;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
}

.butn_otln {
    border: 1px solid var(--pri-color);
    color: var(--pri-color);
}

.butn_otln:hover {
    background-color: #fb5607;
    border-color: #FFF;
    color: #FFF;
}

.abt_btn {
    background-color: #f9a620;
    color: #0F122B;
}

.sub-title.sec {
    font-size: clamp(12px, 1.5vw, 14px);
}

/* BUTTONS---------------------------------------------------- */
.butn {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0.438rem 1rem;
    border-radius: 100px;
    white-space: nowrap;
    text-decoration: none;
    font-size: clamp(14px, 2vw, 15px);
    transition: all 0.5s ease;

}

.butn:hover {
    transform: scale(1.03);
}

.nav_btn {
    background-color: #fb5607;
    color: var(--btn-pri-text);
}


.butn_1 {
    background-color: var(--btn-sec-color);
    color: var(--btn-pri-text);
}

.butn_1:hover {
    background-color: #fb5607;
    /* box-shadow: 8px 10px 50px 0px #fb5607; */
}

.banner-butn {
    background-color: #fb5607;
}

/* NAVBAR---------------------------------------------------------------- */
.nav-btn a {
    display: inline-flex;
    align-items: center;
    padding: 0.625rem 1rem;
    background: var(--main-clr);
    font-size: 1rem;
    white-space: nowrap;
    border-radius: 38px;
    color: #fff;
    font-weight: 500;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2), inset -1px -1px 3px rgba(0, 0, 0, 0.1);

}

@media (max-width:1200px) {
    .nav-btn a {
        font-size: 14px;
        padding: 0.625rem 0.75rem;
    }
}

.btn-wrapper {
    display: flex;
    align-items: center;
}

.btn-wrapper .nav-btn:nth-child(1) {
    margin-right: 14px;
}

.nav-btn.otln a {
    background-color: transparent !important;
    border: 1px solid var(--main-clr);
    color: var(--main-clr);
    box-shadow: none;
}

.nav-btn.sec a {
    background-color: var(--btn-sec);
}

.nav-btn a span {
    display: flex;
}

.nav-btn.sec a {
    padding: 12px 16px;
    font-size: inherit;
}

.nav-btn a>.icon {
    border: 1px solid #eeeeee4d;
    background-color: #ffffff1a;
    border-radius: 50%;
    padding: 7px;
    margin-right: 10px;

    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-btn a>.icon i {
    font-size: 16px;
}


/* navbar */

.top-menu>.wrapper {
    display: flex;

}

.header-logo {
    position: relative;
    width: fit-content;
}

@media (min-width:1200px) {
    .header-logo {
        margin-top: -30px;
    }
}

.tp-w {
    background-color: #f8f9fa;
    flex-basis: 40%;
    margin-top: 5px;
    margin-bottom: -4px;
    transform: skew(40deg);
    margin-left: -60px;
}

.top-menu {
    background-image: linear-gradient(to right top, #0f122b, #101431, #121638, #14183e, #161a45);
}

.top-menu .top-menu-list {
    display: flex;
    align-items: center;
    padding: .313rem 0;
}

.top-menu-list>.wrapper {
    display: flex;
    padding-left: 50px;
    width: 75%;
    justify-content: space-between;

}


.top-msg {
    font-size: 14px;
    color: rgb(199, 206, 212);
}


.top-menu-links {
    display: flex;
    gap: 5px;
    align-items: center;
}


.nav-item.dropdown:hover .dropdown-menu{
    display: block;
} 


.top-menu-list .ic>a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    font-size: 1em;
    background-color: #202551;
    color: #cba135;
    border-radius: 100%;
    margin: 0 5px;

}


.header-social {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.scl-icon {
    border: 1px solid #454A69;
    border-radius: 50%;
    padding: 7px;
    margin-right: 10px;
    color: #454A69;
    background-color: #edefff;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc-title {
    display: inline-block;
    color: #5e6077;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1.3px;
    font-size: clamp(12px, 1.5vw, 13px);

}

.scl-text {
    display: flex;
    flex-direction: column;
}

.sc-text {
    color: var(--text-clr-pri);
    margin-top: 4px;
}

a.sc-text {
    font-size: clamp(12px, 1.5vw, 16px);
    font-weight: 400;
    color: #0F122B;
}

.navbar {
    background-color: #f8f9fa;
}

@media (min-width:1200px) {
    .navbar {
        background-image: linear-gradient(to right top, #0f122b, #101431, #121638, #14183e, #161a45);
    }
}



.navbar .nav-item .nav-link {
    font-size: clamp(14px, 1.5vw, 15px);
    color: #FFF;
    font-weight: 300;

}


.navbar .nav-item .nav-link.active {
    background-color: #1b2048;
    border-radius: 14px;
}

@media (max-width:1200px) {

    .navbar .nav-item .nav-link {
        padding-left: 20px;
    }

    .navbar .nav-item .nav-link.active {
        color: #FFF;
        border-radius: 2px;
    }
}

@media (min-width:1000px) {
    .navbar .nav-item {
        margin: 0 25px;
    }
}

@media(max-width:1200px) {
    .navbar {
        background-color: #FFF;

    }

    .navbar .nav-item .nav-link {
        color: #000000;
    }

    .navbar .navbar-brand img {
        width: 160px;
    }

}

@media (max-width:999px) {
    .top-menu-list>.wrapper {
        width: 100%;

    }

    .bnr::before {

        height: 80% !important;

    }
}



@media (max-width:600px) {
    .top-menu-list>.wrapper {
        padding-left: 20px;

    }

    .top-msg {
        font-size: 12px;

    }

    .navbar .navbar-brand img {
        width: 130px;
    }
}



.sec_card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border-bottom: 4px solid #ffffff;
    transition: all 0.5s ease;
    background-color: #FFF;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 100%;
}

.sec_icon {
    height: 65px;
    width: 65px;
    background-color: #CBA132;
    border-radius: 100%;
}

.banner_bottom .sec_card {
    background-color: #fffdf2;
}

.banner_bottom .sec_card:hover {
    transform: translateY(-20px);
}

.banner_bottom .sec_card:hover {
    border-bottom: 4px solid #f9a620;
}

.sec_card .card_bgImg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    transform: scale(0);
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 2;
}

.sec_bgOverlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    background-color: #000000b5;
    transform: scale(0);
    opacity: 0;
    transition: all 0.5s ease;
}

.sec_card:hover .card_bgImg {
    transform: scale(1);
    opacity: 1;
}

.sec_card:hover .sec_bgOverlay {
    transform: scale(1);
    opacity: 1;
}

.sec_card:hover .sec_title-1 {
    color: #FFF;
}

.sec_card:hover {
    border-bottom: 4px solid #001d3d;
}

.sec_thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background-color: #FFF;
}


.sec_thumbnail .thumb_icon {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 100%;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.5px);
    -webkit-backdrop-filter: blur(6.5px);
    border: 1px solid rgba(255, 255, 255, 0.17);
}

.sec_card .sec_thumbnail img {
    transition: all 0.5s ease;
}

.sec_card:hover .sec_thumbnail img {
    transform: scale(1.05);
}

.sec_2.services {
    position: relative;
}


.sec_2.services .sec_2-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 100%;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-image: linear-gradient(to right top, #0f122b, #101431, #121638, #14183e, #161a45);
    z-index: -1;
}

@media (max-width:1200px) {
    .sec_2.services .sec_2-bg {

        width: 100%;
        border-top-right-radius: 70px;
        border-top-left-radius: 70px;
        border-bottom-right-radius: 0;

    }
}


.sec-desc {
    font-size: clamp(14px, 1.2vw, 14px);

}

.sec_title {
    position: relative;
    display: block;
    font-size: clamp(18px, 2.2vw, 22px);
    font-weight: 600;
    color: #001f36;
}

.sec_title:hover {
    color: #003f88;
}

.sec-icon {
    position: relative;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    border: 2px solid #FFF;
    background-color: #FFF;
    z-index: 2;
}

.sec-inner-content {
    position: relative;
    padding-top: 30px;
    margin-top: -28px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
    background-color: #FFF;
}


.sec-inner-content {
    position: relative;
    padding-top: 0;
    margin-top: 0;
    padding-left: clamp(12px, 4vw, 20px);
    padding-right: clamp(12px, 4vw, 20px);
    padding-bottom: clamp(20px, 6vw, 35px);
    background-color: #FFF;
}

.sec_des {
    color: #343a40;
    font-weight: 400;
    font-size: 15px;
}

/* .sec_btn a {
    font-size: 15px;
} */

.sec-cnt-imgolv {
    position: absolute;
    right: 10%;
    top: 10%;
    height: 100px;
    width: 100px;
    filter: opacity(10%);

}

.sec-cnt-imgolv.sec {
    filter: brightness(0) saturate(100%) invert(19%) sepia(8%) saturate(4638%) hue-rotate(176deg) brightness(94%) contrast(90%) opacity(10%);
}

.sec-icon img {
    padding: 9px;
    object-fit: contain;
}

.sec_content {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: -50px;
    z-index: 10;
}

.sec_content.sec {
    margin-top: 0;

}

.sec_title_sec {
    font-size: 15px;
    color: #bf953f;
}


.sec_content.th {
    margin-top: -40px !important;
    margin: 0 10px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    overflow: hidden;
}


.badge-custom {
    position: relative;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 10px;
    background-color: #ffc300;
}


/* SECTION 4---------------------------------------------------- */
.desc {
    color: #343a40;
    font-weight: 300;
}

.sec_4.wch {
    position: relative;

}

.sec_4.wch .sec_4-wch-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 95%;
    height: 100%;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    background-image: linear-gradient(to right top, #0f122b, #101431, #121638, #14183e, #161a45);
    z-index: -1;
}



@media (max-width:1200px) {
    .sec_4.wch .sec_4-wch-bg {
        width: 100%;
        border-top-left-radius: 0;
        border-bottom-right-radius: 70px;
        border-bottom-left-radius: 70px;

    }
}


.sec_4-main-icon {
    position: relative;
    height: 20px;
    width: 20px;
}

.sec_4-main-icon img {
    /* filter: brightness(0) saturate(100%) invert(58%) sepia(66%) saturate(430%) hue-rotate(6deg) brightness(97%) contrast(94%); */


}

.sec_4-main-icon::before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #001d3d;
    z-index: -1;
}

.sec_4-title {
    display: block;
    font-size: clamp(18px, 2.2vw, 22px);
    font-weight: 400;
    color: #0a2323;
    letter-spacing: 0em;
}

.sec_4-desc {
    font-weight: 300;
    color: #495057;
    font-size: 15px;
}

.sec_4-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.sec_4-image-inner {
    position: relative;
    height: 100%;
    max-width: 80%;

}


.sec_4-image-inner::before {
    position: absolute;
    left: -10px;
    bottom: -10px;
    content: '';
    border: 1px solid #cba0358d;
    height: 100%;
    width: 100%;
    border-radius: 30px;

}

.sec_4-image-inner img {
    border-radius: 20px;
}


/* testimonial */

.testi-wrapper.sct_7 {
    position: relative;
    overflow: hidden;
}

.testi-wrapper .sct_7-ptrn {
    position: absolute;
    right: -60px;
    bottom: -50px;
    filter: opacity(20%);
    z-index: -1;
}


.testi-header {
    text-align: center;

}

.t-quote {
    position: relative;
    border-radius: 10px;
}

.t-quote .t-quote-pattern {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    background-image: linear-gradient(to right top, #0f122b, #101431, #121638, #14183e, #161a45);
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.t-section {
    /* margin-left: 15px; */
    margin-bottom: 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 18px;
}


.qt-ptr {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 90px 90px;
    border-color: transparent transparent #141840 transparent;
    transform: rotate(0deg);
}

.t-quote .t-quote-pattern .t-quote-qmark {
    flex-basis: 100px;
    font-size: 60pt;
    color: #999999;
    text-align: center;
    height: 80px;
    line-height: 90pt;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.t-quote .testi-image {
    position: absolute;
    top: 45px;
    left: calc(50% - 35px);
    width: 60px;
    height: 60px;
    background-size: contain;
    background-color: #FFF;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 12px;
}

.t-quote .t-quote-base {
    background: #ffffff;
    padding:
        clamp(30px, 4vw, 30px)
        /* top */
        clamp(24px, 5vw, 40px)
        /* right */
        clamp(20px, 4vw, 30px)
        /* bottom */
        clamp(24px, 5vw, 40px);
    /* left */

    font-size: 11pt;
    line-height: 1.62em;
    border-radius: 0 0 10px 10px;
}

.t-quote .t-quote-base .t-quote-text {
    color: #232223;
}

.t-quote .t-quote-meta {
    margin-top: 30px;
    padding-top: 10px;
    text-align: center;
}

.t-quote .t-quote-meta .t-quote-author,
.t-quote .t-quote-meta .t-quote-source {
    color: #777777;
}

.t-quote .t-quote-meta .t-quote-author {
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 10pt;
    font-weight: bold;
}



.t-quote .t-quote-meta .t-quote-source {
    font-size: 9pt;
}



@media screen and (max-width: 768px) {

    .t-quote .t-quote-base {
        padding-left: 30px;
    }
}

.testi-slider .swiper-navigation {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

.testi-slider .swiper-button-prev,
.testi-slider .swiper-button-next {
    position: relative;
    background-color: #128C7E;
    color: #FFF;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

@media (min-width:767px) {
    .testi-slider .swiper-slide {
        transition: transform 0.5s ease, opacity 0.5s ease;
        transform: scale(0.9);
        padding-bottom: 40px;
    }

    .testi-slider .swiper-slide-active {
        transform: scale(1.04);
        opacity: 1;
        z-index: 2;
    }
}

.testi-card {
    padding-top: 30px;
}


/* footer -------------------------------------------------------------------*/
.footer {
    position: relative;
    z-index: 1;
    background-image: linear-gradient(to right top, #0f122b, #101431, #121638, #14183e, #161a45);
    background-position: center center;
    background-attachment: scroll;
    margin-top: -8px;

}

@media(max-width:767px) {
    .footer {

        padding-bottom: 50px;
    }

    .footer-bottom {

        text-align: center;
    }
}

.ftr-desc-sec {
    color: #FFF;
}


.footer .widget {
    padding: 40px 0 0;
    height: 100%;
    overflow: hidden;
}

@media (max-width:500px) {
    .footer .widget {
        padding: 20px 0 0;

    }
}


.footer .widget .widget-title {
    font-size: 19PX;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    color: #FFF;
}

.footer .textwidget p {
    color: #ffffff5e;
    font-weight: 400;
    font-size: 15px;
}

footer .widget-text {
    color: #FFF;
}


.footer .social-icons li>a {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 36px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    transition: all .3sease-in-out;
    -webkit-transition: all .3sease-in-out;
    color: var(--pri-link);
}

.social-icons ul {
    display: flex;
    gap: 10px;

}

.footer_logo {
    border-radius: 10px;
    overflow: hidden;
}

.social-icons.circle li>a {
    border-width: 1px;
    border-style: solid;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    background-color: #202551;
    color: #CBA132;
    font-size: 19px;
    border: none;
    border-radius: 50%;
}

.menu .menu-link a {
    display: block;
    padding: 0 0 11px 0;
    position: relative;
    color: #FFF;
    padding-left: 22px;
    font-weight: 200;
}

.widget .menu .menu-link a:before {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    height: 1px;
    width: 10px;
    background-color: #ffffff5e;
}

.footer .widget .widget-title:before {
    position: absolute;
    content: '';
    bottom: -14px;
    left: 0;
    width: 18px;
    height: 2px;
    display: block;
    background-color: var(--sec-clr);
}



.frt-footer .widget-area:not(:nth-child(2)) .widget {
    background-color: #0F122B;
}


.frt-footer .widget-area:nth-child(2) .widget {
    background-color: var(--sec-clr);
}

.frt-footer .widget-area:nth-child(2) .widget .featured-icon-box .featured-desc {
    color: #FFF !important;

}


.featured-icon-box .featured-desc {
    color: #FFF;
    font-weight: 200;
    opacity: 0.6;
}

/* .frt-footer .widget-area{
    display: flex;

} */

.frt-footer .widget-area .widget {
    display: flex;
    align-items: center;
    padding: 17px 30px;
    position: relative;
}

.frt-footer .featured-icon-box {
    display: flex;
    align-items: center;
}

.frt-footer .featured-icon-box .featured-content {
    padding-left: 15px;
}

.frt-footer .featured-icon-box .featured-icon .cmt-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    color: #CBA132;
    line-height: 46px;
    background-color: rgba(255, 255, 255, .07);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, .08);
}


.frt-footer .featured-icon-box .featured-title h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-wrap: wrap;
    margin-bottom: 0;
    color: #FFF;
}

.footer .adrs .adrs-icon {
    border-width: 1px;
    border-style: solid;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 1em;
    border-radius: 50%;
    color: #CBA132;
    flex-shrink: 0;
}


.widget-adrs {
    position: relative;
    height: 100%;
    width: 100%;

}

.widget-adrs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/map.png);
    background-size: contain;
    background-repeat: no-repeat;
    filter: opacity(50%);
    z-index: -1;

}


.adrs {
    display: flex;
    align-items: center;

}

.adrs .adrs-text {
    height: 100%;
    color: #FFF;
}

.adrs .adrs-text a {
    color: #FFF;
}

.adrs .adrs-icon {
    margin-right: 9px;
}

.adrs:nth-child(2) {
    padding-top: 18px;
}

.footer-bottom {
    padding-top: 40px;
    padding-bottom: 30px;
    border-top: 1px solid #ffffff1c;
}

.footer-bottom .copyright {
    color: #ffffff40;
    font-size: 12px;
}

.footer-bottom .design {
    color: #ffffff40;
    font-size: 12px;
}

.footer-bottom .design a {
    color: #ffffff8f;
}

/* SECTION 3--------------------------------------------- */
.sec_3.cnt_serv {
    position: relative;
    background-image: url(../asset/budgetline-constructin--service.jpg);
    background-position: 30% center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

.sec_3-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;

    object-position: left center;
}

.sec_3-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #00000086;
}

.sec_3-bg-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
}

.cnt_serv>.wrapper {
    position: relative;

}

.cnt_serv>.wrapper::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background-color: #001f36;

}

.combiner {
    position: relative;
    overflow: hidden;
}

@media (min-width:1200px) {
    .combiner .shape {
        position: absolute;
        top: 0;
        left: 0;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 300px 400px 200px;
        border-color: transparent transparent transparent #2a2d460b;
        transform: rotate(0deg);
        z-index: -1;

    }

    .combiner>.shape:nth-child(2) {
        position: absolute;
        top: 0;
        left: 0;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 300px 400px 300px;
        border-color: transparent transparent transparent #2a2d460b;
        transform: rotate(0deg);
        z-index: -1;
    }
}


.sec_4.abt {
    position: relative;
}



.abt-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
}

.abt-image-wrapper .abt-img-inner {
    max-width: 88%;
}

.abt-image-wrapper .experience {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    position: absolute;
    bottom: 30%;
    right: 10%;
    background-color: #f9a620;
    padding: clamp(15px, 4vw, 30px);
    border-radius: 20px;
}

@media (max-width:1200px) {
    .abt-image-wrapper .experience {
        bottom: 20%;
    }
}

@media (max-width:767px) {
    .abt-image-wrapper .experience {
        bottom: 10%;
    }
}


.experience::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 110%;
    width: 110%;
    border: 1px solid #f9a620;
    border-radius: 40px;
}

.abt-image-wrapper .experience .inner {
    position: relative;

}

.abt-image-wrapper .experience .inner .outer-line {
    position: absolute;
    top: -10px;
    left: 10px;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.experience .exp-title {
    font-weight: 700;

}

.sec_4.abt {
    position: relative;
}

.sec_4.abt .bg-ptr {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    filter: opacity(15%);

}

.service_main {
    position: relative;
}

.service_main .shape_se {
    position: absolute;
    top: -40%;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 300px 400px 400px 0;
    border-color: transparent #2a2d460b transparent transparent;
    transform: rotate(0deg);
    z-index: -1;
}

.service_main .shape_se_2 {
    position: absolute;
    top: -47%;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: clamp(150px, 15vw, 300px) clamp(200px, 25vw, 400px) clamp(200px, 25vw, 400px) 0;
    border-color: transparent #2a2d460b transparent transparent;
    transform: rotate(0deg);
    z-index: -1;
}

.sec_4-shape {
    position: absolute;
    bottom: -30%;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 300px 400px 200px;
    border-color: transparent transparent transparent #2a2d4627;
    transform: rotate(0deg);
    z-index: -1;
}

.sec_4-shape-2 {
    position: absolute;
    bottom: -35%;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 300px 400px 200px;
    border-color: transparent transparent transparent #2a2d460b;
    transform: rotate(0deg);
    z-index: -1;
}


.wch-image-inner {
    position: relative;
    columns: 2;
    column-gap: 7px;
}


@media (min-width:992px) {
    .wch-content-inner {
        padding-left: 40px;
    }
}


.wch-image-inner img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    border-radius: 18px;
}

.wch-box {
    position: relative;
    background-image: linear-gradient(to right top, #0f122b, #101431, #121638, #14183e, #161a45);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    border-radius: 10px;
    height: 100%;

}

.wch-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #FFF;
    padding: 16px;
    border-radius: 50%;
    margin-top: -75px;
    margin-bottom: 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;


}

.wch-icon img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

.wch-text {
    color: #FFF;
}

.wch-title {
    display: block;
    font-size: clamp(20px, 2.2vw, 22px);
    margin-bottom: 14px;
}

.wch-text p {
    color: #FFF;
    filter: opacity(0.8);
    font-weight: 300;
}


/* contact page */
.contact-body {
    height: 100%;

}

.contact-body-inner {
    position: relative;
    height: 100%;
    background-image: linear-gradient(to right top, #0f122b, #101431, #121638, #14183e, #161a45);
    border-radius: 10px;
    padding: clamp(20px, 4vw, 40px) clamp(15px, 3vw, 30px) clamp(10px, 2.5vw, 20px) clamp(15px, 3vw, 30px);
    color: #FFF;
    transition: all 0.3s linear;

}

.cnt-head-desc {

    font-weight: 200;
    filter: opacity(0.9);
}

.cnt {
    display: flex;
    align-items: center;

}

.cnt-text {
    width: 100%;
}

.cnt-text a {
    display: inline-flex;
    padding: 10px;
    color: #c1c1c1;
    border-radius: 16px;
    width: 100%;
    transition: all 0.3s ease;
}

.cnt-icon {
    padding: 10px;
    margin-right: 10px;

}

.cnt-header {
    border-bottom: 1px solid #ffffff31;
}

.cnt-text {
    font-weight: 200;
    border-radius: 10px;
}


.cnt-text:hover a {
    background-color: rgba(255, 255, 255, 0.153);
    color: #FFF;
}

.cnt-text:hover a {
    color: #ffc300;
}


.src-image-inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-row: 1;
}

.src-image-inner .img-1 {
    grid-column: 2 / span 6;
    grid-row: 1;
    z-index: 1;
}

.src-image-inner .img-2{
    grid-column: 6 / span 6;
    z-index: 2;
    grid-row: 1;
}


.bg_{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 98%;
    height: 100%;
    background-image: linear-gradient(to right top, #0f122b, #101431, #121638, #14183e, #161a45);
    z-index: -1;
    border-radius: 14px;
}

@media (max-width:667px) {
    .bg_{
        width: 100%;
    }
}

.sticky01 {
    right: 0;
    position: fixed;
    top: 330px;
    z-index: 1000;
}