@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");
/* @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap"); */
/* @font-face {
    font-family: "brandon";
    src: url(../font/brandon_text_sv/Brandon-Text-Regular.otf);
} */

@font-face {
    font-family: "bh-medium";
    src: url(../font/BH_BrandonText-Medium.ttf);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 8px;
    height: 12px;
    background: url("../images/scroll_frame.png") center center;
    background-repeat: repeat-y;
}

::-webkit-scrollbar-thumb {
    background: #000;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
}

html {
    scroll-behavior: smooth;
}

:root {
    --main-font: "bh-medium";
}

body {
    font-family: var(--main-font), sans-serif;
}

         .formses  .just-validate-error-label{
       position:absolute;
       color:yellow;
       font-size:12px;
   }
.mbllogo
{
    display:none;
}

.nav-logo {
    height: 74px;
    width: 117px;
    left: 100px;
}

.nav-logo img {
    width: 70%;
    height: auto;
}

.mobile-login {
    display: none;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000000;
    overflow: hidden;
}

.preloader .inner {
    text-align: center;
    background-color: #fff;
}

.preloader .inner img {
    max-width: 100%;
    height: auto;
}
.get-estimate {
    position: fixed;
    z-index: 5;
    top: 50%;
    transform: rotate(270deg);
    /*left: -9%;*/
    right: -105px;
}
nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}






  .formses {
    background: linear-gradient(90deg, rgb(0 0 0 / 54%) 100%, rgb(0 0 0) 100%);
    padding: 30px;
    text-align: center;
    border-radius: 5px;
    width: 310px;
}
.formses .form-control::placeholder {
    color: white;
}
.formses .form-control {
    height: 40px;
    border-radius: 0px;
    background-color: transparent;
    color: white !important;
    cursor: pointer;
    border-style: none;
    border-bottom: 1px solid #ffffffb8;
}
.formses .form-control {
    height: 40px;
    color: white !important;
}

.formses .dealer {
    padding-left: 8px;
    color: #fff !important;
    cursor: pointer;
    border-style: none;
    background: transparent;
    border-bottom: 1px solid #ffffffb8;
    width: 100%;
    outline: none;
}

.formses .dealer:hover, .formses .dealer:active {
    background-color: rgba(0, 0, 0, 0.6) !important;
    color: white !important;
}


option {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.new_div{
    display:block;
   position: absolute;
    right: 130px;
    top: 150px;
    z-index: 1;
}
















.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 48px;
    left: 20%;
    padding: 0px;
}

.dropdown-item.active {
    color: #fff !important;
    text-decoration: none;
    background-color: #25d0ff;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #25d0ff#25d0ff;
    color: #fff;
}
/** Social Icons **/

.button {
    position: fixed;
    left: 10px;
    bottom: var(--position);
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: var(--bg-color);
    overflow: hidden;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1),
        inset 2px -2px 3px rgb(0 0 0 / 40%);
    z-index: 100;
    color: #fff;
}

.button span {
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
    margin-left: 10px;
    position: relative;
}

.button:hover {
    width: 200px;
    background-color: #fff;
    color: var(--bg-color);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.button .icon {
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.button .icon i {
    font-size: 22px;
    line-height: 50px;
    transition: all 0.3s ease-in-out;
}

.button:hover .icon {
    background-color: var(--bg-color);
    color: #fff;
    box-shadow: inset 2px -2px 3px rgb(0 0 0 / 40%);
}

.button:hover i {
    color: #fff;
}

.second-nav {
    justify-content: space-evenly;
}

.intro .login-nav button {
    text-align: center;
    border: 1px dashed #000;
}

.login-nav {
    text-align: center;
    border: 1px dashed #ffffff;
    position: relative;
    padding: 10px 30px;
    border-radius: 0 !important;
    font-size: 16px;
}

.login-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.4s;
    background-color: #25d0ff;
    transform-origin: right;
    transform: scaleX(0);
    z-index: -1;
}

.login-nav:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.login-nav:hover {
    color: #fff;
}

.intro .btn-login {
    font-weight: 700;
    font-size: 20px;
    line-height: 19px;
    color: #000;
    border: 1px dashed #000;
    box-shadow: none;
}

.btn-login {
    font-weight: 700;
    font-size: 20px;
    line-height: 19px;
    color: #ffffff;
}

.nav-logo {
    height: 74px;
    width: 117px;
    left: 100px;
}

.navbar-section {
    position: fixed;
    width: 100%;
    z-index: 500;
    /* position: relative; */
    background: transparent;
}

.navbar-section.home {
    background: transparent;
}

.nav-link {
    font-weight: 700;
    color: #fff !important;
}

.intro {
    background-color: #fff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}

.intro li a {
    color: #000 !important;
}

.home-banners {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px !important;
    position: relative;
    overflow: hidden;
    animation: zoom 25s ease-in-out infinite;
}

.home-banners.bg1 {
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.8) 24.55%,
            rgba(0, 0, 0, 0) 100%
        ),
        url(/images/banner2.webp);

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-banners.bg2 {
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.8) 24.55%,
            rgba(0, 0, 0, 0) 100%
        ),
         url(/images/banner3.webp);

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-banners.bg3 {
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.9) 24.55%,
            rgba(0, 0, 0, 0) 100%
        ),
        url(../homeimages/banners/banner3.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-banners.bg4 {
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.8) 24.55%,
            rgba(0, 0, 0, 0) 100%
        ),
        url(../homeimages/banners/banner4.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* @keyframes zoom {
    0% {
        background-size: 100%;
    }
    100% {
        background-size: 140%;
    }
} */

.slider_effect {
    position: absolute;
    width: 10%;
    height: 100%;
    top: 0;
    left: 120%;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: 50%;
    transition: all 8s;
}

.slider_effect.one {
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.7) 14.55%,
            rgba(0, 0, 0, 0) 100%
        ),
        url(/images/banner2.webp);
}

.slider_effect.two {
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.7) 14.55%,
            rgba(0, 0, 0, 0) 100%
        ),
        url(/images/banner3.webp);
}

.slider_effect.three {
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.7) 14.55%,
            rgba(0, 0, 0, 0) 100%
        ),
       url(/home/images/banner2.webp);
}

.slider_effect.four {
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.7) 14.55%,
            rgba(0, 0, 0, 0) 100%
        ),
        url(/home/images/banner2.webp);
}

.home-banners.slick-current.slick-active .slider_effect.come {
    animation: moving 5s;
    left: -50%;
}

@keyframes moving {
    0% {
        background-position: 100%;
    }
    to {
        background-position: 0;
    }
}

.home-banners-section {
    position: relative;
    width: 100%;
    height: 650px !important;
}

.graph {
    position: absolute;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.3);
}

.graph.line1 {
    width: 0;
    height: 1px;
    top: 16%;
    left: 0;
}

.graph.line2 {
    width: 1px;
    height: 0%;
    top: 0;
    left: 23%;
}

.graph.line3 {
    width: 1px;
    height: 0%;
    top: 80%;
    left: 23%;
}

.graph.line1.ani {
    width: 100%;
    transition: width 2s;
}

.graph.line2.ani {
    height: 35%;
    transition: height 2s 0.3s;
}

.graph.line3.ani {
    height: 20%;
    transition: height 2s 0.5s;
}

.degree {
    position: absolute;
    left: 23%;
    top: 16%;
    transition: opacity 2.5s 1s;
    z-index: 2;
    opacity: 0;
}

.degree.ani {
    opacity: 1;
}

.home-banners-section .slick-dots {
    bottom: 12%;
    padding-left: 10px;
    z-index: 10;
}

.home-banners-section .slick-dots li.slick-active button:before {
    background-color: #25d0ff;
    font-size: 0px;
    transform: scaleY(1.4);
}

.home-banners-section .slick-dots li button:before {
    color: #d9d9d9;
    font-size: 0px;
}

.home-banners-section .slick-dots li button:before {
    background: #fff;
    width: 2.5px;
    height: 35px;
    opacity: 1;
}

.video_banner h5 {
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    font-family: "Poppins", "sans-serif";
    letter-spacing: 4px;
}

.video_banner h5.home1 {
    text-shadow: 2px 0 0 #fff;
}

.video_banner h5.home2 {
    font-size: 70px;
    font-weight: bold;
    text-shadow: 3px 0 0 #fff;
}

.home-banners-section .row {
    margin-top: 250px;
}

.navbar-lists {
    position: relative;
}

.navbar-lists.active img {
    opacity: 1;
}

.navbar-lists:hover img {
    opacity: 1;
}

.navbar-act {
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.5s;
}

.videos-banner {
    position: absolute;
    width: 100%;
    height: 100vh;
}

video {
    height: 130%;
    overflow: hidden;
    z-index: 1;
}

.home-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.8) 14.55%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 2;
    display: none;
}

.downing {
    position: absolute;
    top: 20px;
    right: 20px;
}

.downing2 {
    animation: rotating 5s linear infinite;
}

@keyframes rotating {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.home-btn {
    background: #25d0ff;
    animation: btn 2s ease-in-out infinite;
    font-size: 22px;
    position: relative;
    z-index: 1;
    border-radius: 0px !important;
    padding: 8px 20px;
    color: #fff;
}

.home-btn::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #fff;
    transform-origin: left;
    transition: transform 0.5s;
    transform: scaleX(0);
}

.home-btn:hover::before {
    transform-origin: right;
    transform: scaleX(1);
}

@keyframes btn {
    0% {
        transform: translateY(7px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(7px);
    }
}

/*
.line1 {
    position: absolute;
    width: 0px;
    height: 255px;
    left: 202px;
    top: 1px;
    border: 0.5px solid rgba(255, 255, 255, 0.5);
}

.line2 {
    position: absolute;
    width: 0px;
    height: 168px;
    left: 202px;
    top: 551px;
    border: 0.5px solid rgba(255, 255, 255, 0.5);
}

.line3 {
    position: absolute;
    width: 57px;
    height: 52.01px;
    left: 202px;
    top: 90.5px;
    border-bottom-right-radius: 50px;
    border: 0.5px solid rgba(255, 255, 255, 0.5);
} */

.banners {
    position: relative;
    z-index: 3;
}

.vec1 {
    position: absolute;
    width: 14.5px;
    height: 16px;
    left: 196px;
    top: 643px;
    /* background: #FFFFFF; */
}

.scroll-down {
    position: absolute;
    left: 50%;
    top: -22%;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    transform: translateX(-50%);
}

/*
.scroll-down::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0px 0px 10px 10px red;
    width: 20px;
    height: 20px;
    background-color: #fff;
} */

/* ========================================architacture================================ */

.architecture {
    position: relative;
}

.heading-arch {
    font-weight: 600;
    font-size: 22px;
    text-align:center;
    /*font-size: 40px;*/
    line-height: 43px;
    /* or 108% */
    padding-bottom: 20px;
    color: #000000;
}

.para-arch {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
    text-align: justify;
    padding-top: 10px;
    color: #000000;
}

.arch1 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.arch-down {
    position: absolute;
    width: 50px;
    height: 204px;
    left: 23%;
    bottom: -84px;
}

.vertorup {
    position: absolute;
    width: 14.5px;
    height: 16px;
    left: 22.5%;
    top: -80px;
    transform: rotate(0deg);
}

.vertorup img:last-child {
    position: absolute;
    top: 16px;
    left: 6px;
}

.time {
    position: absolute;
    left: 20.5%;
    top: 30px;
    font-size: 20px;
    line-height: 43px;
    color: #8f8f8f;
    transform: rotate(270deg);
}

.bussiness {
    position: relative;
}

.bus-new1 {
    position: absolute;
    width: 300px;
    height: 180px;
    right: 0;
    bottom: 9%;
    font-weight: 700;
    font-size: 145px;
    color: #ffffff;
    mix-blend-mode: overlay;
    transform: rotate(-90deg);
    text-shadow: 8px 0 0 #fff;
    font-family: "Poppins";
    letter-spacing: 15px;
}

.bus-img {
    height: 100%;
    width: 100%;
}

.bus-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: linear-gradient(
        270deg,
        #231f20 1.13%,
        rgba(59, 61, 61, 0.54) 52.83%,
        rgba(217, 217, 217, 0) 100%
    );
}

/*.bus-new2 {*/
/*    position: absolute;*/
/*    width: 50%;*/
/*    height: 90px;*/
/*    right: 8%;*/
/*    top: 20px;*/
/*    font-weight: 700;*/
/*    font-size: 60px;*/
/*    text-align: right;*/
/*    color: #ffffff;*/
/*    font-family: "Poppins";*/
/*    text-shadow: 3px 0 0 #fff;*/
/*    letter-spacing: 3px;*/
/*}*/

.bus-new2 {
    position: absolute;
     width: 50%; 
    height: 90px;
    right: 8%;
    top: 20px;
    font-weight: 700;
    font-size: 16px;
    text-align: right;
    color: #ffffff;
        font-family: var(--main-font), sans-serif;
    /*font-family: "Poppins";*/
    /* text-shadow: 3px 0 0 #fff; */
    letter-spacing: 3px;
}

/*.bus-new3 {*/
/*    position: absolute;*/
/*    width: 304px;*/
/*    height: 36px;*/
/*    top: 90px;*/
/*    right: 8%;*/
/*    font-weight: 300;*/
/*    font-size: 24px;*/
/*    line-height: 36px;*/
/*    text-align: right;*/
/*    color: #ffffff;*/
/*    font-family: "Poppins";*/
/*}*/

.login-navs:hover {
    background: #25d0ff;
    color:#fff;
    transition:0.5s;
}
.login-navs {
    background: #25d0ff;
        font-weight: 700;
    font-size: 20px;
    /*line-height: 19px;*/
    color: #fff;
    border: 1px dashed #000;
    box-shadow: none;
        font-family: var(--main-font), sans-serif;
}


.bus-new3 {
    position: absolute;
    width: 100%;
    height: 36px;
    /*top: 90px;*/
    top: 125px;
    right: 8%;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: right;
    color: #ffffff;
    /*font-family: "Poppins";*/
        font-family: var(--main-font), sans-serif;
}
.bus-new4{
    position: absolute;
    width: 100%;
    height: 36px;
    /*top: 140px;*/
    top:196px;
    right: 8%;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: right;
    color: #ffffff;
    font-family: "Poppins";
}

/* ============================================================specification=============== */

.specification {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

.spec-dash1 {
    font-weight: 600;
    font-size: 34px;
    line-height: 20px;
    /* identical to box height, or 108% */
    color: #000000;
}

.spec-dash2 {
    display: flex;
    align-items: center;
}

.fill-bg {
    position: absolute;
    opacity: 0;
    transition: 0.5s;
    top: 0;
    left: 0;
}

.no-bg {
    position: relative;
}

.no-bg:hover .fill-bg {
    opacity: 1;
}

.service-item {
    display: flex;
    justify-content: center;
    padding-top: 25px;
    height: 150px;
}

.space-dash3 {
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
    padding-bottom: 90px;
}

.services-dot {
    display: flex;
    justify-content: space-between;
}

.spec-dash4 {
    font-weight: 600;
    font-size: 27px;
    line-height: 20px;
    /* identical to box height, or 108% */
    text-align: right;
    color: #000000;
}

.spec-line1 {
    position: absolute;
    width: 0px;
    height: 92px;
    left: 49%;
    top: 30px;
}

.arrow_box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.empty_box {
    width: 200px;
    height: 53%;
    margin: auto;
}

.specilation_scroll_slick {
    padding: 100px 0 80px 0;
}

/*
.spec-line2 {
    position: absolute;
    width: 0px;
    height: 92px;
    left: 49.4%;
    transform: translateX(-50%);
    bottom: 30px;
}

.spec-line3 {
    position: absolute;
    width: 14.5px;
    height: 16px;
    left: 50%;
    top: 32px;
    transform: translateX(-50%);
} */

.spec-line4 {
    position: absolute;
    width: 14.5px;
    height: 16px;
    left: 655px;
    top: 345px;
}

.services-one {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    padding-bottom: 80px;
}

/* ============================================footer====================================== */

.bussiness-footer {
    background: #2b2b2b;
    position: relative;
}

.backtop {
    width: 50px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 100;
    cursor: pointer;
    padding: 8px 10px 0;
    border-radius: 30px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 22%);
}

.backtop img {
    margin-bottom: 10px;
    width: 90%;
    cursor: pointer;
}

.backtop p {
    font-size: 12px;
    color: #fff;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

.section-footer {
    padding-top: 50px;
}

.footer-heading1 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    /* text-align: center; */
    color: #ffffff;
}

.footer-links {
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    color: #ffffff;
}

.footer-link-lists {
    display: contents;
}

.address {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
}

.footer-mail {
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #ffffff;
}

.footing-icons {
    padding-right: 8px;
}

.footer-number {
    font-weight: 500;
    font-size: 15px;
    line-height: 2;
    /* identical to box height, or 128% */
    color: #fcfcfc;
}

.search-icon {
    background: #25d0ff;
    border-radius: 0px 7.0769px 6.0769px 0px;
    padding-left: 4px;
    padding-right: 4px;
}

.icon-search {
    left: 91.41%;
    right: 7.62%;
    top: 96.57%;
    bottom: 3.23%;
}

.search {
    background: #ffffff;
    border-radius: 8.0769px 0px 0px 8.0769px;
}

.footer-icon {
    padding-bottom: 22px;
}

.bottom-footer {
    padding-top: 70px;
}

.footer-copy {
    padding-bottom: 30px;
    color: #ffffff;
}

.footer-rights {
    color: #ffffff;
}

.footer-links,
.footer-mail,
.footer-number {
    transition: all 0.4s;
}

.footer-links:hover {
    margin-left: 7px;
    color: #25d0ff;
}

.footer-mail:hover {
    margin-left: 5px;
    color: #25d0ff;
}

.footer-number:hover {
    margin-left: 5px;
    color: #25d0ff;
}

/* ==============================================why1=========================================== */

.why2 {
    font-weight: 600;
    font-size: 40px;
    text-align: right;
    color: #000000;
}

.why1-choose1 {
    padding-top: 50px;
}

.why-choose {
    position: relative;
    padding-top: 70px;
    background: #eaedf2;
}

.liability1 {
    padding-bottom: 88px;
}

.why-heading1 {
    font-weight: 600;
    font-size: 36px;
    color: #000000;
}

.why-content h5 {
    font-size: 30px !important;
}

.why-para1 {
    font-weight: 390;
    font-size: 17px;
    text-align: justify;
    color: #000000;
    margin-bottom: 0px;
}

.why-content4 {
    padding-top: 50px;
}

.why-content5 {
    padding-top: 75px;
}

.why-content3 {
    padding-top: 70px;
}

.why-content2 {
    padding-top: 40px;
}

.city-buildings {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 234px;
    background-repeat: repeat-x;
    /* background-size: contain; */
    background-position: left bottom;
    animation: 10s linear 0s infinite normal none running slide;
    z-index: 3;
    mix-blend-mode: multiply;
    /* z-index: 3; */
}

@keyframes slide {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 200px 0;
    }
}

/* ==========================================counter========================================= */

.overlay2 {
    height: 134px;
    background: #25d0ff;
}

.overlay1 {
    height: 124px;
    background: #c9ccd0;
    position: relative;
    z-index: -1;
}
.counter-section {
    position: relative;
    top: 0px;
}

.section-counters {
    justify-content: space-between;
}

.counter-full {
    position: absolute;
    width: 198px;
    height: 158px;
    /* left: 101.05px; */
    top: 20%;
    background: #ffffff;
    border-radius: 15.8826px;
    text-align: center;
}

.counterplus {
    font-weight: 800;
    font-size: 48px;
    text-align: center;
    color: #454545;
    margin-top: 10%;
}

.clent-section {
    padding-top: 70px;
}

.clients-one {
    font-weight: 600;
    font-size: 40px;
    line-height: 43px;
    text-align: center;
    color: #000000;
}

.slick1 {
    padding-top: 50px;
    padding-bottom: 70px;
}

.slick1 .client-logo {
    height: 120px;
    display: flex;
    align-items: center;
}

.slick1 .slick-slide img {
    margin: auto;
}

/* ======================================quotes================================= */

.parallax {
    padding: 170px 0;
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
    background-repeat: no-repeat;
    background-size: cover !important;
    overflow: hidden;
}

.parallax * {
    color: #fff;
    text-shadow: #000 1px 1px 1px;
}

.parallax-content {
    position: relative;
    z-index: 6;
}

.parallax-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../homeimages/dotpara.png);
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.parallax-overlay1 {
    position: absolute;
    left: 0;
    right: 0;
    top: -7px;
    height: 100%;
    width: 100%;
    background-image: url(../homeimages/building-rev4.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 4;
}

.bullding-rev {
    position: absolute;
}

.quotses2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #ffffff;
}

.quotes5 {
    padding-top: 60px;
}

.quotses3 {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 3;
    color: #ffffff;
}

.parallax-1 .slick-dots li.slick-active button:before {
    color: #25d0ff#25d0ff;
    font-size: 10px;
}

.parallax-1 .slick-dots li button:before {
    color: #ffffff;
    font-size: 10px;
}

.parallax-1 .slick-dots {
    text-align: start;
}
.whole-id {
    overflow-x: hidden;
}
/* =====================================video section======================= */

/* .video-section {
    position: relative;
    height: 100vh;
}

.isotope-list {
    cursor: pointer;
    margin-right: 40px;
}

.isotope-unordered {
    display: flex;

}



.isotope-list {
    font-weight: 420;
    font-size: 18px;
    line-height: 2;
    color: #000000 !important;
    background-color: transparent !important;
}

.item-menu {
    padding-top: 100px;
}

.item-menu ul li:hover,
.item-menu ul li.active {
    border: 1px dashed #000000;
    padding-left: 10px;
    padding-right: 10px;
    transition: 1s;
}

.grid-item-details {
    margin-top: 30px;
}

.whole-id {
    overflow-x: hidden;
}



.video-section1{
    position:absolute ;
    z-index: 3;
}

.item-menuses:hover,
.item-menuses.active {

    transition: 1s;
}
.item-menus {
    font-weight: 420;
    font-size: 18px;
    line-height: 2;
   color: #000000;

}
.nav-pills .nav-link.active{
    border: 1px dashed #000000;
    transition: 1s;
} */

.video-section-banner {
    height: auto;
}

.video-item-menus {
    font-weight: 420;
    font-size: 18px;
    line-height: 2;
    color: #000000;
    margin-left: 8%;
}

.video-item-menuses {
    margin-right: 20px;
}

.video-item-menuses .nav-link {
    border: 1px dashed transparent;
    border-radius: 0 !important;
}

.video-item-menuses .nav-link:hover {
    border: 1px dashed #000000;
}

.video-item-menuses .nav-link.active {
    border: 1px dashed #000000;
    transition: 1s;
}

.video-list {
    padding: 0 20px;
    font-weight: 500;
    font-size: 18px;
    color: #000000 !important;
    background-color: transparent !important;
}

.videos-sections {
    padding-top: 8%;
}

.video-owl.owl-carousel {
    top: 40px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent !important;
}

.video-owl .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}

.video-owl .owl-nav .owl-prev {
    position: absolute;
    left: 10%;
}

.video-owl .owl-nav .owl-next {
    position: absolute;
    right: 10%;
}

.owl-carousel .owl-item {
    padding: 35px 0;
}

.owl-carousel .owl-item .item-video img {
    width: 92%;
    margin: auto;
}

.owl-carousel .owl-item .item-video {
    margin-top: 12px;
    position: relative;
}

.owl-carousel .owl-item.center .item-video {
    margin-top: 0 !important;
}

.video_plybtn {
    position: absolute;
    top: 15%;
    left: 11%;
    transform: translate(-50%, -50%);
    display: none;
}

.video_plybtn img {
    box-shadow: none !important;
    cursor: pointer;
}

.owl-carousel .owl-item.center .item-video .video_plybtn {
    display: block !important;
}

.owl-carousel .owl-item .item-video::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.owl-carousel .owl-item.center .item-video::before {
    display: none;
}

.owl-carousel .owl-item.center .item-video .video_img {
    box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.6) !important;
    width: 100% !important;
}

/* ==============================================projects================================================== */

.section-projects {
    position: relative;
    padding-top: 70px;
}

.section-projects .aroow {
    animation: arrow 3s infinite ease-in-out;
}

@keyframes arrow {
    0% {
        width: 15%;
    }
    50% {
        width: 25%;
    }
    100% {
        width: 15%;
    }
}

.btn-projects {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.8;
    color: #ffffff;
    z-index: 1;
    padding-left: 5px;
    padding-right: 5px;
}

.btn-projects::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 42%;
    height: 110%;
    background-color: #000000;
    color: #fff;
    z-index: -1;
    transition: width 0.5s;
}

.btn-projects:hover {
    color: #fff;
}

.btn-projects:hover::before {
    width: 100% !important;
}

.section-projects .content h5 {
    font-weight: 700;
    font-size: 30px;
    line-height: 2;
    color: #ffffff;
}

ul.project {
    background-color: #eee;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 90vh;
    display: flex;
    margin-top: 40px;
    gap: 10px;
}

li.project3 {
    position: relative;
    width: 30%;
    height: 100%;
    box-sizing: border-box;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.sub_title {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #2d2d2d99;
}

li.project3 h3 {
    position: absolute;
    width: 200%;
    height: 50%;
    transform: rotate(270deg);
    left: -20%;
    top: 32%;
    color: #fff;
    font-weight: 200;
    font-size: 16px;
    letter-spacing: 2px;
    transition: all 0.5s;
    font-weight: 100;
    letter-spacing: 4px;
    font-family: "Poppins";
}

.project3 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

li.project3:hover {
    width: 100%;
}

li.project3:hover .sub_title {
    opacity: 0;
}

li.project3.active {
    width: 100%;
}

.content {
    position: absolute;
    top: 7%;
    left: 6%;
    box-sizing: border-box;
    padding: 0 2px;
    opacity: 0;
    transition: all 0.5s;
}

li.project3.active .content {
    opacity: 1;
}

li.project3.active .sub_title {
    opacity: 0;
}

li.project3:hover .content {
    color: #fff;
    opacity: 1;
}

.city1-buildings {
    position: relative;
    top: 0;
}

/* ===========================================================================================================================================================================================================================about page=============================================== */

.about-heading {
    font-weight: 600;
    font-size: 66px;
    line-height: 94px;
    text-align: center;
    color: #000000;
}

.about-page-section1 {
    padding-top: 100px;
}

.challenge-head {
    font-weight: 600;
    font-size: 36px;
    line-height: 51px;
    padding-top: 50px;
    padding-bottom: 30px;
    color: #000000;
}

.challenge-para1 {
    font-weight: 390;
    font-size: 20px;
    line-height: 1.3;
    text-align: justify;
    color: #000000;
}

.challenge-para2 {
    font-weight: 390;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #000000;
    padding-top: 25px;
}

.challenge-head2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: justify;
    padding-top: 14px;
    color: #000000;
    padding-bottom: 15px;
}
.space-dash9 {
    /*padding: 25px 0;*/
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.about-page-section3 {
    height: 87vh;
    position: relative;
    opacity: 0.9;
}

.about-viewing {
    position: absolute;
    top: 10px;
    left: 10%;
}

.about-headings {
    font-weight: 600;
    font-size: 36px;
    line-height: 3;
    color: #000000;
}

.commit2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 0.5;
    text-align: justify;
    color: #000000;
}

.commit3 {
    font-weight: 390;
    font-size: 15px;
    /*line-height: 2;*/
    margin-top: 25px;
    text-align: justify;
    color: #000000;
}

.key1 {
    font-weight: 600;
    font-size: 35px;
    /* line-height: 4; */
    color: #000000;
}

.angel-right {
    background: #000;
    color: #ffffffff;
    padding: 7px 10px;
    border-radius: 100%;
    margin-right: 10px;
    animation: 4s infinite angel ease-in-out;
}

@keyframes angel {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(15px);
    }
    100% {
        transform: translateX(0px);
    }
}

.angel1 {
    font-weight: 390;
    font-size: 14px;
    /* line-height: 17px; */
    letter-spacing: 0.2em;
    color: #000000;
}

.angel1:hover {
    color: #000000;
}

.about-page-btn {
    padding-bottom: 30px;
}

.rovation {
    background: #eaedf2;
    margin: 20px 0px;
}

.services-about1 {
    font-weight: 600;
    font-size: 18px;
    padding-top: 26px;
    color: #000000;
    padding-bottom: 30px;
    text-align: center;
}

.services-about2 {
    font-weight: 600;
    font-size: 18px;
    padding-top: 45px;
    color: #000000;
    padding-bottom: 30px;
    text-align: center;
}

.services-about3 {
    font-weight: 600;
    font-size: 18px;
    padding-top: 30px;
    color: #000000;
    padding-bottom: 30px;
    text-align: center;
}

.services-about4 {
    font-weight: 600;
    font-size: 18px;
    padding-top: 44px;
    color: #000000;
    padding-bottom: 30px;
    text-align: center;
}

.services-about5 {
    font-weight: 600;
    font-size: 18px;
    padding-top: 45px;
    color: #000000;
    padding-bottom: 30px;
    text-align: center;
}

.blog img {
    max-width: 100%;
}

.blog-head {
    margin-bottom: 70px;
}

.about-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #1d1916;
    overflow: hidden;
    width: 100%;
    height: 0%;
    transition: all 0.5s;
}

.about-page-section5 .item {
    position: relative;
    overflow: hidden;
    margin: auto;
    width: 60%;
}

.item:hover .about-overlay {
    bottom: -60px;
    height: 100%;
    width: 100%;
}

.bottom-overlay {
    top: 100%;
}

.item:hover .bottom-overlay {
    top: 0;
}

.fade-overlay {
    height: 100%;
    opacity: 0;
}

.item:hover .fade-overlay {
    opacity: 1;
}

.item:hover .title-overlay {
    opacity: 0.9;
}

.about-page-section5 .text {
    color: white;
    font-size: 15px;
    position: absolute;
    top: 5%;
    left: 5%;
    right: 5%;
    bottom: 5%;
    /* -webkit-transform: translate(-50%, -50%); */
    /* -ms-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%);  */
    text-align: justify;
}

.bussenesman-role {
    color: #000000;
    text-align:center;
    margin-top: -5px;
    font-size: 16px;
}

.names{
    text-align:center;
    margin-top: 20px;
}

.team-box{
    border: 1px solid #e3e3e3;
    width: 80%;
    margin: auto;
    padding-bottom: 20px;
    border-radius: 20px;
    box-shadow: 0px 3px 30px rgb(0 0 0 / 20%);
    margin-bottom: 50px;
}

.team-box img{
    border-radius: 3px;
}

.names h5{
    font-size: 22px;
    font-weight: 700;
}

.about-page-section4 {
    padding-top: 32px;
    padding-bottom: 100px;
}

.bussenesman-name {
    font-weight: 600;
    font-size: 26px;
    line-height: 43px;
    color: #000;
    text-align:center;
}

.key2 {
    align-items: center;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: none;
}

.bread1 {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}

.bread1:hover {
    color: #000;
}

.page-sec1 {
    padding-top: 5px;
}

/* ==============================================navbar2 ============================= */

.navbar-section2 {
    position: fixed;
    width: 100%;
    z-index: 10;
    /* position: relative; */
    background: #fff;
    color: #000;
    box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.25);
}

.navbar-section2 .nav-link {
    font-weight: 500;
    line-height: 19px;
    color: #000 !important;
}

.navbar-section2 .btn-login {
    font-weight: 700;
    font-size: 20px;
    line-height: 19px;
    color: #000;
}

.second-nav2 {
    justify-content: space-evenly;
}

.login-nav2 {
    text-align: center;
    border: 1px dashed #000;
}

.footer-rights:hover {
    color: #25d0ff;
}

/* ------===============================================================================estimate pade=============================== */

.estimate-head1 {
    font-weight: 600;
    font-size: 50px;
    line-height: 7;
    text-align: center;
    color: #000000;
}

/*
*
*
*
*
***********************
Services Page Css Start
***********************
*
*
*
*
*/

.services_page_main_container {
    padding-top: 25px;
    overflow: hidden;
}

.services_section_heading {
    font-weight: 800;
    font-size: 66px;
    line-height: 94px;
    color: #000;
}

.services_whatwe_offer_section {
    padding: 50px 0 150px 0;
}

.what_we_do_section_image {
    position: relative;
}

.what_we_do_section_image img {
    position: absolute;
    left: -120px;
    z-index: -1;
}

.filter_select_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.services_filter_link {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    display: inline-block;
    padding: 0 50px;
}

.offer_heading {
    font-size: 36px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 20px;
}
.offer_secont-three {
    padding: 20px;
}
.offer_first_content {
    font-size: 16px;
    line-height: 27px;
    text-align: justify;
    color: #000000;
    /*font-style: italic;*/
}

.offer_second_content {
    font-size: 16px;
    /*line-height: 24px;*/
    text-align: justify;
    color: #000000;
    list-style: disc;
    padding-top: 15px;
}

.what_we_offer_cont_container {
    margin-top: 10px;
    /*align-items:baseline;*/
}
.servie-fig {
    display: flex;
    align-items: center;
    justify-content: center;
}

.serv_black_section {
    padding: 0 0 170px;
    position: relative;
    display: grid;
    place-items: center;
    height: 80vh;
}

.section_over_lay_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.green_btn {
    font-weight: 420;
    font-size: 22px;
    line-height: 37px;
    padding: 12px 45px;
    color: #000000;
    background: #25d0ff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    display: inline-block;
}

.black_btn {
    font-weight: 420;
    font-size: 22px;
    line-height: 37px;
    padding: 16px 45px;
    color: #fff;
    background: #000;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    display: inline-block;
}

.construction_ser_head {
    font-weight: 800;
    font-size: 60px;
    line-height: 72px;
    color: #ffffff;
}

.construction_ser_head_white {
    font-weight: 800;
    font-size: 60px;
    line-height: 72x;
    color: #000;
}

.construct_serv_content {
    font-size: 20px;
    line-height: 35px;
    font-weight: 390;
    color: #ffffff;
    max-width: 70%;
    margin: 30px 0;
}

.construct_serv_content_white {
    font-size: 20px;
    line-height: 35px;
    font-weight: 390;
    color: #000;
    max-width: 70%;
    margin: 30px 0;
}

.serv_white_section {
    padding: 0 0 170px;
    position: relative;
    display: grid;
    place-items: center;
    height: 80vh;
}

.get_in_touch_link_cont {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.get_in_touch_section {
    padding: 250px 0 250px 0;
    position: relative;
}

.black_get_in_touch {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    animation: getInTouch 3s ease-in-out infinite;
}

@keyframes getInTouch {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    35% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(0);
    }
    75% {
        transform: translateX(-5px);
    }
    85% {
        transform: translateX(-5px);
    }
    100% {
        transform: translateX(0);
    }
}

.black_get_in_touch i {
    color: #fff;
    font-size: 14px;
}

.get_in_tch_text {
    font-weight: 390;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.2em;
    color: #000000;
}

.back_to_top_cont {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.bac_t_text {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.back_top_image {
    animation: backTop 3s ease-in infinite;
    width: 35%;
    max-width: 100%;
}

@keyframes backTop {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(10px);
    }
    35% {
        transform: translateY(10px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(10px);
    }
    85% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}

@media screen and (max-width: 768px) {
    .construct_serv_content {
        max-width: 100%;
    }
    .construct_serv_content_white {
        max-width: 100%;
    }
}

.bread_cumb_image {
    max-width: 100%;
    display: inline-block;
}

.bred_cumb_container {
    position: relative;
}

.glow-on-hover {
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 0;
    transition: all 0.35s;
}

.glow-on-hover:hover {
    color: #000;
    transform: translateY(-2px);
}

.glow-on-hover:active {
    transform: translateY(1px);
}

.glow-on-hover:before {
    content: "";
    background: linear-gradient(45deg, #000, #000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #25d0ff;
    left: 0;
    top: 0;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

.glow-on-hover-black {
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 0;
    transition: all 0.35s;
}

.glow-on-hover-black:hover {
    color: #fff;
    transform: translateY(-2px);
}

.glow-on-hover-black:active {
    transform: translateY(1px);
}

/*
*************************
Projects page css start
************************
*/

.projects_section {
    padding: 90px 0 0px 5%;
}
.side_bar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6%;
    height: 100%;
    background: #2b2b2b;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}

.side_inner {
    text-align: center;
    font-size: 18px;
    /*border-right: 1px solid #f9f9f9;*/
    padding-top: 2%;
    height: 14.8%;
    color: #fff;
    padding-top: 3%;
    transform: rotate(270deg);
    z-index: 20;
    position: absolute;
}

.side_inner span img {
    width: 12%;
}

.side_inner.first {
    position: fixed;
    bottom: 10%;
    left: -6.5%;
    width: 18%;
    padding-left: 1%;
}

.side_inner.second {
    position: fixed;
    bottom: 40%;
    left: -5%;
    width: 15%;
    padding-left: 2%;
}

.side_inner.third {
    position: fixed;
    bottom: 68%;
    left: -5%;
    width: 15%;
}

.first span:nth-child(1) {
    margin-right: 20px;
}

.second span:nth-child(1) img {
    transform: rotate(90degs);
    animation: float 2s ease-in-out infinite;
    width: 12%;
}

@keyframes float {
    0% {
        transform: rotate(90deg) translateY(10px);
    }
    50% {
        transform: rotate(90deg) translateY(0);
    }
    100% {
        transform: rotate(90deg) translateY(10px);
    }
}

.projects_section .project_box {
    max-width: 1358px !important;
}

.projects_section .project_inner {
    /* display: flex;
    flex-wrap: wrap;
    gap: 15px; */
    display: grid;
    grid-template-columns: repeat(8, minmax(350px, 1fr));
    grid-auto-rows: auto;
    grid-auto-flow: dense;
    grid-gap: 10px;
    margin: 20px auto;
}

.projects_section .project_inner .img_box {
    width: 350px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.projects_section .only_projects .project_inner .img_box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    background-color: rgba(0, 0, 0, 0.5);
    transition: transform 0.5s 0.3s ease-in-out;
}

.projects_section .only_projects .project_inner .img_box:hover::after {
    transform: scale(1);
}

.projects_section .only_projects .project_inner img {
    width: 350px;
    height: auto;
    object-fit: cover;
}

.projects_section .only_projects .project_inner .project_content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 10%;
    color: #fff;
    opacity: 0;
    transition: all 0.4s 0.3s ease-in;
    z-index: 1;
    width: 100%;
    height: 40%;
}

.projects_section .only_projects .project_inner .project_content h3 {
    /*font-size: 30px;*/
       font-size: 25px;
}

.projects_section .only_projects .project_inner .project_content a p {
    display: flex;
    gap: 10px;
    font-size: 18px;
    color: #fff;
    position: relative;
    padding: 0 5px;
    align-items: center;
    height: 30%;
}

.projects_section .only_projects .project_inner .project_content a p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
    background-color: #25d0ff;
    z-index: -1;
    transition: all 0.4s;
}

.projects_section
    .only_projects
    .project_inner
    .project_content
    p:hover::before {
    width: 30%;
}

.projects_section
    .only_projects
    .project_inner
    .img_box:hover
    .project_content {
    opacity: 1;
}

.projects_section .only_projects .project_inner .project_content span {
    width: 25%;
}

.projects_section .only_projects .project_inner .project_content img {
    width: 100%;
}

.projects_page_container {
    padding-top: 50px;
}

.projects_section .video_play_btn {
    position: absolute;
    left: 9%;
    top: 12%;
    transform: translate(-50%, -50%);
}

.projects_m_container {
    height: calc(100vh - 50px);
    width: 100vw;
    overflow-y: hidden;
    overflow-x: scroll;
}

.projects_grid_section {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
    margin-top: 50px;
}

.grid_content {
    width: 30vw;
    height: 33.3333333vh;
    background: black;
}

.login-nav,
.btn-login {
    transition: all 0.4s;
}

.login-nav:hover {
    background: #25d0ff;
}

.login-nav:hover .btn-login {
    color: #fff;
}

.filter_select_container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -12px;
    left: 28%;
}

.services_filter_link.transform_link {
    transform: translateX(37%);
}

section.serv_black_section.pad-fix {
    padding-bottom: 15px;
}

@media screen and (max-width: 1200px) {
    .filter_select_container {
        position: static;
        /* top: -12px; */
        /* left: 28%; */
    }
    .services_filter_link.transform_link {
        transform: translateX(0);
    }
}

nav.navbar.navbar-expand-lg.navbar-light.navbar-section.intro {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}

.follow-container {
    padding-left: 15px;
}

/** ------------- Project view page style -------------- **/

.project_view_section,
.video_view_section {
    padding: 90px 0 50px;
    background-color: #2b2b2b;
}

.project_view_section .breadcum_img,
.video_view_section .breadcum_img {
    padding: 60px 0;
}

.projectview_banner .inner_content {
    position: absolute;
    top: 20%;
    left: 12%;
    text-align: left;
    color: #fff;
}

.projectview_banner .banner_img img {
    width: 60%;
}

.projectview_banner .inner_content p,
.project_view_section .project_concept .title p {
    font-size: 25px;
    margin: 0;
}

.projectview_banner .inner_content h2,
.project_view_section .project_concept .title h2 {
    font-size: 60px;
    font-weight: 900;
}

.projectview_banner .inner-para {
    padding: 0 10%;
    color: #fff;
    text-align: justify;
    line-height: 30px;
    margin-top: 60px;
}

.projectview_banner .down-arrow {
    position: absolute;
    bottom: 30%;
    left: 20%;
    cursor: pointer;
    animation: down 2s ease-in-out infinite;
}

@keyframes down {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
}

.project_view_section .project_concept {
    padding: 70px 0;
    color: #fff;
}

.project_view_section .project_concept .col-lg-9 {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.project_view_section .project_concept .concept-img {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.project_view_section .project_concept .concept-img::before,
.projects_section .project_inner .img_box::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(
        right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.4) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.4) 100%
    );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.project_view_section .project_concept .concept-img:hover::before,
.projects_section .project_inner .img_box:hover::before {
    -webkit-animation: shine 1.2s;
    animation: shine 1.2s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.project_view_section .video_section {
    padding-top: 50px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../images/project_view/video-section.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 650px;
    position: relative;
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.6);
}

.project_view_section .inner_conent {
    position: absolute;
    bottom: 10%;
    left: 10%;
    color: #fff;
}

.project_view_section .inner_conent h1 {
    font-size: 60px;
    letter-spacing: 3px;
    font-weight: 600;
}

.project_view_section .inner_conent p {
    font-size: 25px;
}

.project_view_section .video_section .video_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.project_view_section .quote_section {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url(../images/project_view/quote.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 550px;
}

.project_view_section .quote_section .dot_overlay {
    background-image: url(../homeimages/dotpara.png);
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.project_view_section .quote_section .inner_content p:first-child {
    font-weight: 600;
    letter-spacing: 2px;
}

.project_view_section .quote_section .inner_content p:last-child {
    font-style: italic;
}

.project_view_section .quote_section .two_quote {
    position: absolute;
    top: 25%;
    left: 10%;
    mix-blend-mode: overlay;
    z-index: 2;
}

.project_view_section .quote_section .inner_content {
    position: absolute;
    bottom: 15%;
    left: 10%;
    z-index: 2;
    font-size: 25px;
}

.project_view_section .nextproject {
    padding-top: 80px;
}

.project_view_section .nextproject .banner_img figure::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    right: 0;
}

.project_view_section .nextproject .inner_content {
    position: absolute;
    bottom: 30%;
    left: 10%;
    color: #fff;
    text-align: left;
}

.project_view_section .nextproject .inner_content h2 {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 2px;
}

.project_view_section .nextproject .inner_content p {
    font-size: 25px;
}

/** ------------- Project view page style End-------------- **/

/** ------------- Video view page style -------------- **/

.video_view_section .video_div {
    width: 100%;
    margin: auto;
    position: relative;
}

.video_view_section .video_div .video_bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 0 60px;
}

.video_view_section .inner-para {
    color: #fff;
    line-height: 30px;
    text-align: justify;
    margin-top: 60px;
}

/** ------------- Video view page style End-------------- **/

/* ======================================================================contact page============================================== */

.address-section-page .input-types {
    color: black;
}

.address-section-page {
    background-image: linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.7) 100%,
            rgba(0, 0, 0, 1) 100%
        ),
        url("../contactimg/contact.jpg");
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 27px;
    margin: -5px 0px;
    padding-bottom: 80px;
}

.model-spans {
    font-weight: 400;
    font-size: 16px;
    line-height: 4;
    color: #ffffff;
}

.address-section-page .input-type {
    background: rgba(255, 255, 255, 0.5);
    mix-blend-mode: normal;
    border: 1px solid #ababab;
    box-shadow: none;
    color: #fff;
}

.send-item {
    display: flex;
    justify-content: end;
    line-height: 2;
    padding-top: 30px;
}

.btn-send-messeges {
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    width: 300px;
    height: 58px;
    color: #000;
    background: #fff;
    border: 1px solid #ababab;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.btn-send-messeges::before {
    width: 300px;
    height: 58px;
    content: "";
    background-color: #438517;
    top: -1px;
    left: -1px;
    position: absolute;
    z-index: -1;
    border-radius: 10px;
    transition: transform 0.3s;
    transform: scaleX(0);
    transform-origin: right;
}

.btn-send-messeges:hover::before {
    color: #000;
    transform: scaleX(1);
    transform-origin: left;
    border-radius: 10px;
}

.contact-page-section1 .breadcrumb-item.active {
    padding-left: 40px;
}

.contact-page-section1 {
    position: relative;
    background-image: url("../contactimg/contactget.jpg");
    height: 100vh;
    /* mix-blend-mode: screen; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 100px;
}

.contact-page-section1 .contact-full {
    text-align: center;
    padding-top: 50px;
}

.contact-bread1 {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000a3;
}

.contact-get {
    padding-top: 20px;
}

.contact-get h5 {
    /*font-family: 'Poppins';*/
    font-size: 80px;
    font-weight: 900;
    color: #fff;
}

.contact-page-section1 a:hover {
    color: green;
}

.contact-get .touch {
    mix-blend-mode: difference;
}

/* ------===============================================================================estimate page=============================== */

.estimate-head1 {
    font-weight: 600;
    font-size: 50px;
    line-height: 2;
    text-align: center;
    color: #000000;
}

.basic1 {
    background: linear-gradient(180deg, #595b5d 0%, #2b2829 68.23%);
    /*border-radius: 11.025px 11.025px 0px 0px;*/
    text-align: center;
    width: 72%;
    margin: 30px auto 0;
}

.basci-btn1 {
    font-weight: 600;
    font-size: 25px;
    line-height: 80px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
}

.standard1 {
    background: linear-gradient(180deg, #595b5d 0%, #2b2829 68.23%);
    /* border-radius: 11.025px 11.025px 0px 0px; */
    text-align: center;
    width: 80%;
    margin: 20px auto 0;
}

.standard-btn1 {
    font-weight: 600;
    font-size: 25px;
    line-height: 105px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
}

.premium1 {
    background: linear-gradient(180deg, #595b5d 0%, #2b2829 68.23%);
    /*border-radius: 11.025px 11.025px 0px 0px;*/
    text-align: center;
    width: 80%;
    margin: 15px auto 0;
}


.premium-btn1 {
    font-weight: 600;
    font-size: 25px;
    line-height: 80px;
    text-align: center;
    color: #ffffff;
}

.premium2 {
    background: var(--price-bg);
    border-radius: 0px 0px 11.025px 11.025px;
    text-align: center;
    width: 100%;
    z-index: 2;
    margin-top: -5px;
}

.premium-btn2 {
    font-weight: 450;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: rgba(255, 255, 255, 0.45);
    mix-blend-mode: normal;
    margin-right: 10px;
}

.standard2 {
    background: #1376bc;
    border-radius: 0px 0px 11.025px 11.025px;
    text-align: center;
    width: 100%;
    z-index: 2;
    margin-top: -22px;
}

.standard-btn2 {
    font-weight: 450;
    font-size: 18;
    line-height: 30px;
    text-align: center;
    color: rgba(255, 255, 255, 0.45);
    mix-blend-mode: normal;
    margin-right: 10px;
}

.standard-btn3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 2;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
}

.basic2 {
    background: #ce6101;
    border-radius: 0px 0px 11.025px 11.025px;
    text-align: center;
    width: 100%;
    margin-top: -8px;
}

.basic-btn2 {
    font-weight: 450;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: rgba(255, 255, 255, 0.45);
    mix-blend-mode: normal;
    margin-right: 10px;
}

.basic-btn3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 45px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
}

.premium-btn3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 2;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
}

.estimate5 {
    background: #dedede !important;
}

.estimate5-head {
    border-bottom: none;
    font-weight: 600;
    font-size: 22px;
    line-height: 2.5;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.estimate-one {
    position: relative;
    z-index: 1;
}

.price-tag1 {
    text-align: center;
    /* margin-left: 46px; */
}

.price-tag2 {
    text-align: center;
    /* margin-left: 46px; */
}

.price-tag3 {
    text-align: center;
    /* margin-left: 100px; */
}

.estimate-buttons1 {
    z-index: -1;
    margin-top: -50px;
}

.estimate-buttons2 {
    z-index: -1;
    margin-top: -60px;
}

.estimate-buttons3 {
    z-index: -1;
    margin-top: -46px;
}

.estimate-three {
    position: relative;
    z-index: 1;
    margin-top: 12px;
}

.estimate-three:nth-child(1){
    margin-top: -10px;
}

.estimate-three:last-child{
    margin-top: -9px;
}
.price-tag1,.price-tag2,.price-tag3{
    font-size: 12px;
    margin-top: 5px;
}
.estimate-two {
    position: relative;
    z-index: 1;
}

.sidenavbar-section {
    margin-top: 100px;
}

.sidenavbar-section button.active {
    background: linear-gradient(180deg, #e6e6e6 0%, #9a9a9a 70.83%);
    font-weight: 600;
    text-align: center;
    color: #000 !important;
    width: 100%;
}

.estimate5-data {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    color: #000000;
    border-bottom: none;
    font-family: sans-serif;
    word-break: break-word;
    
}

.estimate5-data1 {
    font-weight: 400;
    font-size: 18px;
    /* line-height: 3; */
    height: 70px;
    text-align: center;
    color: #000000;
    border-bottom: none;
}

.estimate5-data2 {
    font-weight: 400;
    font-size: 18px;
    /* line-height: 4; */
    height: 122px;
    text-align: center;
    color: #000000;
    border-bottom: none;
}

.estimate5-row {
    background: #f2f2f2;
    border: 0.1px solid #fff;
}

.sidenavbar-section .estimating {
    width: 100%;
    height: auto;
    left: 100px;
    top: 1090px;
    border: none !important;
    border-radius: 1px;
    background: linear-gradient(180deg, #595b5d 0%, #2b2829 68.23%);
}

.estimating-col {
    padding: 0px 0px;
}

.estimate-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.estimate-buttons10 {
    position: relative;
    z-index: 1;
    margin-top: -50px;
    margin-left: 50px;
}

.estimate-table .row .col-lg-2{
    width: 19.2%;
}

/* .estimate-table {
    position: absolute;
    left: 150px;
    z-index: 1;
    top: 50px;
    width: 84%;
} */

.cost-calculator {
    padding-bottom: 100px;
}

.cost-calculator .cost1 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 45px;
    line-height: 2;
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.basic11 {
    background: linear-gradient(180deg, #595b5d 0%, #2b2829 68.23%);
    border-radius: 15.5463px 15.5463px 0px 0px;
    /* width: 239px; */
}

.standard-full {
    justify-content: space-around;
}

.basic11-btn11 {
    font-weight: 450;
    font-size: 28px;
    line-height: 2;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 0px;
}

.premium11 {
    margin-right: 15px;
}

.standard11 {
    justify-content: space-around;
}

.standard12 {
    background: #e9e9e9;
    border-radius: 0px 0px 15.5463px 15.5463px;
    width: 250px;
    height: 73px;
    margin-left: -10px;
}

.standard13 {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.5;
    width: 100%;
    text-align: center;
    color: #000000 !important;
}

.cost-calculator .nav-pills .nav-link.active {
    width: 100%;
    background-color: var(--btn-bg);
    border: none;
    line-height: 1;
    height: 73px;
    color: #fff !important;
    border-radius: 0px 0px 15.5463px 15.5463px;
}

.cost-calculator .constuction {
    padding: 20px 40px;
}

.constuction-head {
    background: #1376bc;
    border-radius: 20px 20px 0px 0px;
}

.construction-head1 {
    font-style: normal;
    font-weight: 420;
    font-size: 24px;
    line-height: 3;
    color: #ffffff;
}

.construction-full {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.table-lights {
    background: #e9e9e9;
}

.table-inputs {
    background: transparent;
    height: 46px;
    border: 1px solid #000000;
    border-radius: 10px;
    color: black;
    padding-left: 15px;
}

.table-head {
    font-weight: 400;
    font-size: 18px;
    line-height: 2.5;
    color: #000000;
}

.table-head1 {
    font-weight: 390;
    font-size: 24px;
    line-height: 2.5;
    color: #000000;
}

.table-head2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    color: #000000;
    text-align: center;
}

.acceept {
    display: flex;
    justify-content: end;
}

.next-button1 {
    font-size: 26px;
    text-align: center;
    padding-top: 3px;
    color: #ffffff;
    border-radius: 5px;
    background: #000;
    padding: 8px 35px;
}

.nexted-submit {
    display: contents;
}

.table-head3 {
    text-align: end;
    font-weight: 600;
    font-size: 28px;
    line-height: 3;
    color: #000000;
}

.table-head4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 3;
    color: #000000;
}

.table-head5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 3;
    color: #000000;
    margin: 0;
}
.table-second-view1,.table-second-view2,.table-second-view3,.table-second-view4,.table-second-view5,.table-second-view6 {
    margin: 0;
}
.table-second-view1 h5,.table-second-view2 h5,.table-second-view3 h5,.table-second-view4 h5,.table-second-view5 h5,.table-second-view6 h5{
    font-size: 18px;
    
}
.table-second-view3 h5,.table-second-view4 h5,.table-second-view5 h5,.table-second-view6 h5{
    text-align: center;
}
.table-second-view6{
    text-align:center;
}

.table-second-view2,.table-second-one{
    text-align: left;
}

.table-head6 {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #000000;
    padding-top: 20px;
}

.table-head7 {
    display: flex;
    justify-content: end;
}

.table-head8 {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
        rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    z-index: 2;
    margin: -16px 0px;
}

.area1 {
    padding-left: 33px;
}

.table-head10 {
    padding: 50px 0px;
}

.construct-one {
    position: relative;
}

.construct-two {
    position: relative;
}

.table-inputs11 {
    /* position: absolute; */
    color: #fff;
    text-align: center;
    line-height: 1.6;
    width: 650px;
    height: 30px;
    left: 271px;
    font-size: 16px;
    /* top: 2137px; */
    /* z-index: 1; */
    margin: auto;
    background: linear-gradient(186.37deg, #4e4e50 38.92%, #2b2829 102.34%);
    border-radius: 20px 20px 0px 0px;
}

.table-head {
    padding-top: 16px;
}

.table3 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -32px;
    width: 100%;
    padding: 0;
}

.inner {
    width: 100%;
    background: #fff;
}

.table-head2 {
    padding: 30px 0;
}

.table-head {
    padding: 30px 0;
}

.table-second-view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #1376bc;
    color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.table-first-view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ce6101;
    color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    text-align:center;
}

.table-three-view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--table-head-bg);
    color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.table-second-view1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffff;
    /* margin: 0 37px; */
    color: #000000;
}

.table-second-one {
    line-height: 2.5;
}

.table-second-viewtwo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e9e9e9;
    /* margin: 0 37px; */
    color: #000000;
}

.table-full-view {
    max-width: 100%;
    margin: 0 auto;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 9px 0px;
}

.table-input-one {
    background-color: transparent;
    padding-left: 10px;
    height: 30px;
    border-radius: 5px;
    width: 85%;
    border: 1px solid #000000;
}

.table-full-view.next_box {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    transform: scale(1);
}

.table-overall {
    padding-top: 40px;
}

.estimate-section a.hover {
    color: #fff;
}

.estimate-section img{
    width: 100%;
}

.cost-calculator .form-control {
    width: 75%;
    border-bottom: 1px solid #aaaaaa !important;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.cost-calculator .form-group {
    display: flex;
    justify-content: right;
    align-items: center;
    text-align: center;
}

.cost-calculator .form-group1 {
    display: flex;
    justify-content: space-around;
    padding-top: 7px;
}

.cost-calculator .modal-body {
    margin-right: 40px;
}

.cost-calculator .modal-header {
    border-bottom: none;
}

.cost-calculator .modal-content {
    background-image: url("..quote.phpimg/city-build2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 24px;
}

.cost-calculator .modeling {
    text-align: center;
    padding: 25px 0px;
    margin: 0px 20px;
}

.cost-calculator .models-btn {
    width: 25%;
    background-color: #438517;
    color: #2f080b;
    font-size: 20px;
    font-weight: 600;
    box-shadow: none;
}
.videos-page-section1 {
    padding-top: 0px;
}
.service-items {
    display: flex;
    justify-content: center;
}
.videos-page-section1 .bread1 {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    padding-left: 60px;
}
.cost-calculator .models-row {
    row-gap: 50px;
}

.cost-calculator .model-span {
    color: #aaaaaa;
    font-size: 17px;
    font-weight: 400;
}
.address-section-page .form-group {
    position: relative;
}
.address-section-page #message11 {
    position: absolute;
}
.address-section-page #message12 {
    position: absolute;
}
.address-section-page #message13 {
    position: absolute;
}
.address-section-page #message14 {
    position: absolute;
}
.address-section-page #message15 {
    position: absolute;
}
.address-section-page #message16 {
    position: absolute;
}
.team-section {
    /*margin: -50px;*/
    /*padding-bottom: 100px;*/
    margin-top: 40px;
}

.team-section .build_img {
    border-radius: 7px;
    width: 89%;
    top: 75px;
}
.section-mission {
    margin-bottom: 100px;
    padding-top: 50px;
}
.section-mission .container .box {
    position: relative;
    /* width:calc(400px - 60px);
    height:calc(300px - 30px); */
    height: 100%;
    background: #000;
    float: left;
    /*margin:15px;*/
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.8);
}
.section-mission .container .box:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    transition: 0.5s;
    transform: scaleX(1);
    opacity: 1;
}
.section-mission .container .box:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    transition: 0.5s;
    transform: scaleY(1);
    opacity: 1;
}
.section-mission .container .box .imgBox img {
    width: 100%;
    transition: 0.5s;
    opacity: 0.4;
}
.section-mission .container .box:hover .imgBox img {
    transform: scale(1.2);
}
.section-mission .container .box .content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    /* padding:20px; */
    padding-right: 58px;
    box-sizing: border-box;
    text-align: center;
    opacity: 1 !important;
}
.section-mission .container .box .content h2 {
    margin: 0 0 10px;
    padding: 0;
    color: #fff;
    transition: 0.5s;
    transform: translateY(-20px);
    opacity: 1;
}
.section-mission .container .box .content p {
    margin: 0;
    padding: 0;
    color: #fff;
    /*transform:translateY(50px);*/
    opacity: 1;
}

/* =====================================================construction service page=================================== */
.construction-page {
    padding-top: 50px;
    padding-bottom: 40px;
}

.construct-para {
    font-weight: 400;
    font-size: 19px;
    line-height: 2;
    color: #000000;
    text-align: justify;
}

.construct-head {
    font-weight: 600;
    font-size: 39px;
    /* line-height: 43px; */
    padding-bottom: 20px;
    color: #000000;
}

.const-img1 {
    display: flex;
    justify-content: center;
}

.our-process {
    font-family: "Brandon Grotesque";
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    /* line-height: 3; */
    padding-bottom: 30px;
    text-align: right;
    color: #000000;
}

.const-img2 {
    text-align: right;
}

.const-para1 {
    text-align: left;
}

.const-para1 p {
    font-weight: 400;
    font-size: 19px;
    /* line-height: 1.8; */
    padding-bottom: 40px;
    text-align: right;
    color: #000000;
}

.construction-row1 {
    align-items: center;
    justify-content: center;
}

.section-contruction-page1 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.projects-section-img {
    padding-bottom: 80px;
    padding-top: 30px;
}

.projects-section-img .project_inner .img_box {
    width: 350px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.projects-section-img .project_inner .img_box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    background-color: rgba(0, 0, 0, 0.5);
    transition: transform 0.5s 0.3s ease-in-out;
}

.projects-section-img .project_inner .img_box:hover::after {
    transform: scale(1);
}

.projects-section-img .project_inner img {
    width: 350px;
}

.projects-section-img .project_inner .project_content {
    position: absolute;
    bottom: 0;
    left: 10%;
    color: #fff;
    opacity: 0;
    transition: all 0.4s 0.3s ease-in;
    z-index: 1;
}

.projects-section-img .project_inner .project_content h3 {
    font-size: 30px;
}

.projects-section-img .project_inner .project_content a {
    display: flex;
    gap: 10px;
    font-size: 18px;
    color: #fff;
}

.projects-section-img .project_inner .project_content p {
    position: relative;
    padding: 0 5px;
}

.projects-section-img .project_inner .project_content p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24%;
    height: 100%;
    background-color: #25d0ff;
    z-index: -1;
    transition: all 0.4s;
}

.projects-section-img .project_inner .project_content p:hover::before {
    width: 50%;
}

.projects-section-img .project_inner .img_box:hover .project_content {
    opacity: 1;
}

.projects-section-img .project_inner .project_content img {
    width: 100%;
}

.projects-section-img .projects-view {
    row-gap: 20px;
}

.remaining-services .services2 {
    font-weight: 600;
    font-size: 19px;
    /* line-height: ; */
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
    color: #000000;
}

.remaining-services .services1 {
    font-weight: 600;
    font-size: 19px;
    margin: 7px 0px;
    /* line-height: ; */
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
    color: #000000;
}

.remaining-services {
    background: #eaedf2;
}

.remaining-services .services3 {
    border-left: 3px solid #25d0ff;
    margin: 7px 0px;
}

.get-in-section {
    position: relative;
    height: auto;
    background-image: url("../constructimg/sky.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 135px;
    background-position: center center;
}

.about-page-btn2 {
    padding-bottom: 30px;
    position: absolute;
    top: 20%;
    left: 5%;
}
.whatsapping {
    font-size: 32px;
}
/* ===============================about page values============================= */
.area-planning1 {
    justify-content: space-around;
}
.services-area3 {
    font-weight: 600;
    font-size: 18px;
    padding-top: 40px;
    color: #000000;
    padding-bottom: 40px;
    text-align: center;
}
.area-planning-head {
    font-weight: 600;
    font-size: 30px;
    line-height: 24px;
    text-align: center;
    padding-top: 40px;
    color: #000000;
}
.area-planning-para {
    font-weight: 600;
    font-size: 20px;
    /* line-height: 24px; */
    text-align: center;
    padding-top: 15px;
    color: #000000;
}
.rovation1 {
    background: #f9f9fa;
    margin: 50px 0px;
}
.section-malls1 {
    font-weight: 600;
    font-size: 36px;
    color: #000000;
}
.section-malls2 {
    padding: 0px;
    line-height: 3;
}
.section-malls2 li {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    display: flex;
    align-items: baseline;
}
.about-values-points {
    width: 100%;
}
.caping {
    color: #aad471;
    padding-right: 10px;
}
.quality-section {
    background-color: #25d0ff;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
.quality1 {
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 26px;
}
.quality2 {
    font-weight: 500;
    font-size: 16px;
    text-align: justify;
    line-height: 1.4;
    letter-spacing: 0.7px;
    padding-left: 15px;
}

.quality2.hih_content {
    font-size: 20px;
}
.building-people-section {
    padding-top: 40px;
}
.about-img12 {
    width: 85%;
    max-width: 100%;
    height: auto;
}
.services-about11 {
    font-weight: 600;
    font-size: 18px;
    /*padding-top: 26px;*/
    color: #000000;
    padding-bottom: 30px;
    text-align: center;
}

.services-about12 {
    font-weight: 600;
    font-size: 18px;
    /*padding-top: 45px;*/
    color: #000000;
    padding-bottom: 30px;
    text-align: center;
}

.services-about13 {
    font-weight: 600;
    font-size: 18px;
    /*padding-top: 30px;*/
    color: #000000;
    padding-bottom: 30px;
    text-align: center;
}

.services-about14 {
    font-weight: 600;
    font-size: 18px;
    /*padding-top: 44px;*/
    color: #000000;
    padding-bottom: 30px;
    text-align: center;
}

.services-about15 {
    font-weight: 600;
    font-size: 18px;
    /*padding-top: 45px;*/
    color: #000000;
    padding-bottom: 30px;
    text-align: center;
}
.abt-mg1 {
    border-radius: 5px;
}

.price_strikethrough {
    text-decoration: line-through;
}

.inner_content.quotes_container.text-white {
    max-width: 50%;
}

@media screen and (max-width: 1024px) {
    .inner_content.quotes_container.text-white {
        max-width: 100%;
    }
}

/* Contact page a css start*/

@media screen and (max-width: 320px) {
    .contact-page-section1 {
        height: 35vh;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}

@media screen and (min-width: 321px) and (max-width: 500px) {
    .contact-page-section1 {
        height: 52vh;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
    .contact-page-section1 {
        height: 80vh;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}

.navbar {
    transition: all 0.5s linear;
}
.navbar.add {
    top: -100%;
    transition: all 0.5s linear;
}

.cost-calculator {
    transform: scale(0.78);
}

.table-overall {
    padding-top: 16px;
}

.table-head10 {
    padding: 16px 0px;
}


.standard13 {
    font-size: 30px;
}

.standard12 {
    height: 54px;
    /* line-height: 1; */
}

.cost-calculator .nav-pills .nav-link.active {
    height: 54px;
}

.cost-calculator {
    padding-bottom: 10px;
}

.scale {
    height: 90%;
}

.scale img {
    height: 100%;
}

.projects_section {
    padding: 90px 0 0px 5%;
}

section.project_view_section {
    overflow: hidden;
}

.project_view_section .breadcum_img,
.video_view_section .breadcum_img {
    padding: 20px 0;
}

.video_view_section .inner-para {
    margin-top: 24px;
}

.project_view_section,
.video_view_section {
    padding: 90px 0 24px;
}

.myModal .modeling {
    text-align: center;
    padding: 25px 0px;
    margin: 0px 20px;
}

.myModal .model-span {
    color: #aaaaaa;
    font-size: 17px;
    font-weight: 400;
}

.myModal .form-control {
    width: 75%;
    border-bottom: 1px solid #aaaaaa !important;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.myModal .modeling {
    text-align: center;
    padding: 25px 0px;
    margin: 0px 20px;
}

.myModal .model-span {
    color: #aaaaaa;
    font-size: 17px;
    font-weight: 400;
}

.myModal .form-control {
    width: 75%;
    border-bottom: 1px solid #aaaaaa !important;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.myModal .models-btn {
    font-weight: 420;
    font-size: 26px;
    height: 50px;
    text-align: center;
    padding-top: 3px;
    color: #ffffff;
    border-radius: 5px;
    background: #000;
}

i.fab.fa-whatsapp.whatsapping {
    font-size: 25px;
}

/* Contact page a css end*/

section.address-section-page {
    padding-top: 60px;
}

.project_get_in_touch {
    color: #fff;
}

.project_box.mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .estimate-table .row .col-lg-2{
        width: 19.9%;
    }
    .mobile_project_inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .project_box.mobile {
        display: block;
        padding-bottom: 80px;
    }

    .project_box.desktop {
        display: none;
    }

    .projects_section .mobile_project_inner .mobile_img_box {
        height: auto;
        overflow: hidden;
        position: relative;
    }

    .projects_section
        .only_projects
        .mobile_project_inner
        .mobile_img_box::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        background-color: rgba(0, 0, 0, 0.5);
        transition: transform 0.5s 0.3s ease-in-out;
    }

    .projects_section
        .only_projects
        .mobile_project_inner
        .mobile_img_box:hover::after {
        transform: scale(1);
    }

    .projects_section .only_projects .mobile_project_inner img {
        max-width: 100%;
        height: auto;
    }
    .projects_section .mobile_project_inner img {
        max-width: 100%;
    }
    .projects_section .only_projects .mobile_project_inner .project_content {
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 5%;
        color: #fff;
        opacity: 0;
        transition: all 0.4s 0.3s ease-in;
        z-index: 1;
        width: 100%;
        height: 40%;
    }

    .projects_section .only_projects .mobile_project_inner .project_content h3 {
        font-size: 20px;
    }

    .projects_section
        .only_projects
        .mobile_project_inner
        .project_content
        a
        p {
        display: flex;
        gap: 10px;
        font-size: 14px;
        color: #fff;
        position: relative;
        padding: 0 5px;
        align-items: center;
        height: 30%;
    }

    .projects_section
        .only_projects
        .mobile_project_inner
        .project_content
        a
        p::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 15%;
        height: 100%;
        background-color: #25d0ff;
        z-index: -1;
        transition: all 0.4s;
    }

    .projects_section
        .only_projects
        .mobile_project_inner
        .project_content
        p:hover::before {
        width: 30%;
    }

    .projects_section
        .only_projects
        .mobile_project_inner
        .mobile_img_box:hover
        .project_content {
        opacity: 1;
    }

    .projects_section
        .only_projects
        .mobile_project_inner
        .project_content
        span {
        width: 25%;
    }

    .projects_section
        .only_projects
        .mobile_project_inner
        .project_content
        img {
        width: 100%;
    }

    .projectview_banner .inner-para {
        line-height: 1.45;
    }

    .project_view_section .project_concept .col-lg-9 {
        padding-left: 50px;
    }
}

.dot-line img {
    max-width: 100%;
}

.container.page-sec1.proview_sect {
    padding-bottom: 50px;
    padding-top: 25px;
}

a.bread1.provew_tit {
    color: #fff;
}

a.bread1.provew_tit.active {
    color: #25d0ff;
}

.container.page-sec1 .breadcrumb {
    margin-bottom: 5px;
}

.serv_black_section.pad-fix.quality_control_sec {
    padding-bottom: 130px;
}

.home_spectialization {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.backtop {
    display: none;
}

.common {
    text-align: center;
}

.get-estimate {
    transition: all 0.5s;
}

.get-estimate.hide {
    right: -200px;
}

.social_icons {
    transition: all 0.5s;
}

.social_icons.hide {
    transform: translateX(-100px);
    transition: all 0.5s;
}

.spec_image {
    width: 120px;
    height: 110px;
    max-width: 120px;
    max-height: 110px;
    object-fit: contain;
}

.common {
    text-align: center;
}

.container.sevices_center_container {
    transform: translateY(-29%) !important;
}

p.reality_content {
    font-size: 24px;
    font-weight: 700;
}

p.quality2.suppor_content {
    font-weight: 800;
    font-size: 18px;
}

li.nav-item.navbar-lists.active .nav-link {
    color: #25d0ff#25d0ff !important;
}

li.nav-item.navbar-lists:hover .nav-link {
    color: #25d0ff !important;
}

@media screen and (min-width: 1400px) {
    .about-values-points {
        width: 100%;
        height: 562px;
    }
}

@media screen and (min-width: 990px) and (max-width: 1210px) {
    .about-values-points {
        width: 60%;
        height: 97%;
        object-fit: cover;
    }
}

@media screen and (max-width: 1050px) {
    .video_plybtn {
        width: 18%;
    }
}

/* section.about-page-section2 {
    font-family: "Montserrat", sans-serif;
} */

.services_quick_link {
    display: flex;
    justify-content: space-evenly;
}

img.footer_logo_image {
    width: 130px;
}

@media screen and (min-width: 514px) and (max-width: 768px) {
    .serv_black_section {
        height: auto;
        height: 70vh;
    }

    .serv_white_section {
        height: auto;
        height: 70vh;
    }
}

@media screen and (min-width: 450px) and (max-width: 514px) {
    .serv_black_section {
        height: auto;
        height: 80vh;
    }

    .serv_white_section {
        height: auto;
        height: 80vh;
    }
}

.col-lg-10.estimate-table {
    margin-left: -28px;
    transform: translateY(10px);
    /* border:10px solid #000; */
}

section.contact_career_section {
    background-color: #000000;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

p.contact_quality2 {
    font-weight: 500;
    font-size: 16px;
    text-align: justify;
    line-height: 1.4;
    letter-spacing: 0.7px;
}

.careers_contents_container {
    padding-left: 60px;
}

h4.contact_quality1 {
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 14px;
}

.contatct_find_out_btn {
    margin-top: 30px;
    padding-left: 40px;
}

.carers_page_container {
    margin-bottom: 100px;
    padding-top: 120px;
}

.apply-job-btn {
    font-weight: 700;
    font-size: 20px;
    line-height: 19px;
    color: #000;
    border: 1px dashed #000;
    box-shadow: none;
    padding: 10px 30px;
    position: relative;
    transition: all 0.4s;
}

.apply-job-btn:hover {
    background: #25d0ff;
}

.apply-job-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.4s;
    background-color: #25d0ff;
    transform-origin: right;
    transform: scaleX(0);
    z-index: -1;
}

.apply-job-btn:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.career-card-image {
    /*max-width: 35%;*/
    max-width: 100%;
    margin: 0 auto;
}

.ca_card_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
    .ca_card_container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

@media screen and (max-width: 768px) {
    .ca_card_container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .ca_card_container .card-body {
        text-align: center;
    }
}
/*  */

button.close {
    border: none;
    outline: none;
    font-size: 24px;
}
.blog_preloader {
    display: grid;
    place-items: center;
    height: 50vh;
}

.blog_contents {
    animation: blogTransform 0.5s ease-in;
}

@keyframes blogTransform {
    0% {
        transform: translateY(10px);
        opacity: 0.5;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/** Gn Estimate page Table **/

.note-table{
    padding-left: 0;
    margin-top: -15px;
}

.note-table .table{
    width: 97.2%;
}

.note-table .table tr td{
    padding: 20px;
}



img.footing-icons {
    display: inline-block;
    transition: all 0.4s;
}


img.footing-icons:hover {
    transform: translateY(-3px);
}



img.client_logo_images {
    max-width: 220px;
    height: 110px;
    object-fit: contain;
}


.img_box img {
    max-height: 267px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}



.item-video img {
    max-height: 330px;
    width: 100%;
    object-fit: cover;
}



.concept-img img {
    max-height: 370px;
    object-fit: cover;
}



.project_concept .concept-img img {
    max-width: 100%;
    height: 350px;
    object-fit: cover;
}

   .hide-mobile {
    text-align:center;
    }


.project_inner img { 
    
    /*height : 260px ;*/
}

p span{
    font-family: 'bh-medium' !important;
}