@font-face {
    font-family: 'bangersregular';
    src: url('../font/bangers-regular-webfont.eot');
    src: url('../font/bangers-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/bangers-regular-webfont.woff2') format('woff2'), url('../font/bangers-regular-webfont.woff') format('woff'), url('../font/bangers-regular-webfont.ttf') format('truetype'), url('../font/bangers-regular-webfont.svg#bangersregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'benchnineregular';
    src: url('../font/benchnine-regular-webfont.eot');
    src: url('../font/benchnine-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/benchnine-regular-webfont.woff') format('woff'), url('../font/benchnine-regular-webfont.ttf') format('truetype'), url('../font/benchnine-regular-webfont.svg#benchnineregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: benchnineregular;
    word-spacing: 2px;
    letter-spacing: 0.09rem;
    position: relative;
    /* text-transform: capitalize; */
}

.img-responsive {
    height: auto;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.btn {
    border: none;
    color: white;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 6px;
    letter-spacing: 2px;
    transition: all 0.5s;
    background-color: black;
    text-transform: uppercase;
    font-family: benchnineregular;
    transition: all ease-in-out .5s;
}

.btn:hover {
    color: #000;
    background-color: #F9CF2D;
}

.btn1 {
    border: none;
    color: white;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    letter-spacing: 2px;
    transition: all 0.5s;
    background-color: black;
    text-transform: uppercase;
    font-family: benchnineregular;
    transition: all ease-in-out .5s;
}

.btn1:hover {
    color: #000;
    background-color: #FFF;
}

.display_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.heading h1 {
    color: #000;
    margin-top: 0;
    font-size: 43px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 45px 10px;
}

.slick-dots li button {
    background: #000 !important;
    border-radius: 50%;
    width: auto !important;
    height: auto !important;
}

.slick-dots {
    bottom: -40px !important;
}

.slick-dots li.slick-active button {
    opacity: .75;
    background: #F9CF2D !important;
}

.slick-dots li button:before {
    color: transparent !important;
}

.slick-dots li {
    margin: 0 4px !important;
}

.btn-shine {
    padding: 12px 48px;
    color: #fff;
    background: linear-gradient(to right, #000 0, #F9CF2D 10%, #000 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 4s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    white-space: normal;
}

@-moz-keyframes shine {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 300px;
    }
    100% {
        background-position: 600px;
    }
}

@-webkit-keyframes shine {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 300px;
    }
    100% {
        background-position: 600px;
    }
}

@-o-keyframes shine {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 300px;
    }
    100% {
        background-position: 600px;
    }
}

@keyframes shine {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 300px;
    }
    100% {
        background-position: 600px;
    }
}

.btn-shine1 {
    padding: 12px 48px;
    color: #fff;
    background: linear-gradient(to right, #000 0, #F9CF2D 10%, #000 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine1 5s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    white-space: normal;
}

@-moz-keyframes shine1 {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 350px;
    }
    100% {
        background-position: 700px;
    }
}

@-webkit-keyframes shine1 {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 350px;
    }
    100% {
        background-position: 700px;
    }
}

@-o-keyframes shine1 {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 350px;
    }
    100% {
        background-position: 700px;
    }
}

@keyframes shine1 {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 350px;
    }
    100% {
        background-position: 700px;
    }
}

.btn-shine2 {
    padding: 12px 48px;
    color: #fff;
    background: linear-gradient(to right, #000 0, #F9CF2D 10%, #000 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine2 15s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    white-space: normal;
}

@-moz-keyframes shine2 {
    0% {
        background-position: 0;
    }
    100% {
        background-position: 1220px;
    }
}

@-webkit-keyframes shine2 {
    0% {
        background-position: 0;
    }
    100% {
        background-position: 1220px;
    }
}

@-o-keyframes shine2 {
    0% {
        background-position: 0;
    }
    100% {
        background-position: 1220px;
    }
}

@keyframes shine2 {
    0% {
        background-position: 0;
    }
    100% {
        background-position: 1220px;
    }
}


/* --------------------------Main Menu start------------------------- */

.bg-img {
    position: relative;
    z-index: 1;
}

.mainmenu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    transition: all 1s ease-in-out;
}


/* menu bar on scroll top fixed  */

.fixed {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.596);
    transition: all 1s ease-in-out;
    top: 0;
}


/* on scroll logo width smaller */

.scroll_width {
    width: 100px;
    height: auto;
    transition: width 0.5s ease-in-out;
}

.mainlogo {
    padding-top: 1%;
    padding-left: 1%;
}

.mainlogo a {
    z-index: 3;
    background: transparent;
}

.nav-links li a:hover::before {
    width: 80%;
}

.hamburger {
    top: 50%;
    right: 2%;
    z-index: 8;
    display: block;
    cursor: pointer;
    position: absolute;
    transition: all 0.7s ease;
    transform: translate(-2%, -50%);
}

.hamburger div {
    width: 30px;
    height: 3px;
    background: black;
    margin: 5px;
    transition: all 0.3s ease;
}

.nav-links {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    text-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.9);
}

.nav-links>.open {
    z-index: 999999999999;
}

.nav-links ul {
    list-style-type: none;
}

.nav-links li {
    margin: 30px 0;
}

.nav-links li a {
    color: #FFF;
    font-size: 36px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all ease-in-out .5s;
}

.nav-links li a:hover {
    color: #F9CF2D;
}

.nav-links li a.active {
    color: #F9CF2D;
}

.nav-links li {
    opacity: 0;
}

.nav-links li:nth-child(1) {
    transition: all 0.5s ease 0.2s;
}

.nav-links li:nth-child(2) {
    transition: all 0.5s ease 0.4s;
}

.nav-links li:nth-child(3) {
    transition: all 0.5s ease 0.6s;
}

.nav-links li:nth-child(4) {
    transition: all 0.5s ease 0.7s;
}

.nav-links li:nth-child(5) {
    transition: all 0.5s ease 0.8s;
}

.nav-links li:nth-child(6) {
    transition: all 0.5s ease 0.9s;
    margin: 0;
}

.nav-links li:nth-child(7) {
    transition: all 0.5s ease 1s;
    margin: 0;
}

li.fade {
    opacity: 1;
}

.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
    background: white;
    transition: background 1s ease-in-out;
}

.toggle .line2 {
    transition: all 0.02s ease;
    width: 0;
}

.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
    background: white;
    transition: background 1s ease-in-out;
}


/* --------------------------Main Menu Ends------------------------- */


/* ------------------Social Media Section Start----------------------- */

.social_media_section {
    top: 40%;
    right: 0;
    z-index: 1;
    position: fixed;
}

.social_media_section ul {
    padding: 0;
}

.social_media_section ul li {
    margin: 10px 0;
    list-style-type: none;
}

.social_media_section ul li a {
    display: inline-block;
    text-decoration: none;
    background-color: #4D4D4D;
    transform: translateX(90px);
    z-index: 999;
    transition: all ease-in-out .5s;
}

.social_media_section ul li .icon {
    width: 45px;
    height: 45px;
    color: #F9CF2D;
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
}

.social_media_section ul li .text {
    color: #F9CF2D;
    font-size: 16px;
    line-height: 45px;
    padding: 0 15px 0 0;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    text-transform: uppercase;
}

.social_media_section ul li a:hover {
    transform: translateX(0px);
}


/* ------------------Social Media Section Ends----------------------- */


/* -------------------------Contact Details start--------------------------------  */

#mobile_banner_img {
    display: none;
}

.contact {
    width: 100%;
    margin-top: -5px;
    padding: 30px 15px 40px 15px;
    background-color: #F9CF2D;
    overflow: hidden !important;
}

.contact .heading h1 {
    padding: 20px 10px 30px 10px;
}


/* -------------------------Contact Details Ends--------------------------------  */


/* -------------------------Abouts Company Details start------------------------- */

.about {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    /* padding: 70px 0; */
}

.about .heading h1 {
    text-align: left;
    /* padding-top: 120px; */
    padding: 40px 10px 20px 0;
}


/* .about-img {
        padding-top: 10px;
    } */

.about-details {
    padding-right: 80px;
}

.about-details>div>p {
    font-size: 22px;
    margin-top: 0;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: justify;
}


/* -------------------------Abouts Company Details Ends-----------------------  */


/* -------------------------Services Details Starts---------------------------- */

.service-bg {
    background-image: url(../Web-Images/service_back.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.service-bg .heading h1 {
    padding: 70px 20px;
}

.moblie_services {
    display: none !important;
}

.services_pd_main {
    padding-bottom: 20px;
}

.serices-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 1.5rem;
    margin: 0 20px;
}

.serices-item {
    padding: 1em 0.5em;
    border-radius: 10px;
    transition: all ease-in-out .5s;
    box-shadow: 2px 4px 4px 0px #B3B3B3;
    background-color: rgba(249, 207, 45, 0.5);
    display: flex;
    flex-direction: column;
}

.serices-item:hover {
    transform: scale(1.03);
}

.serices-item div {
    display: flex;
    justify-content: center;
}

.serices-item img {
    height: 70px;
}

.serices-item h4 {
    margin: 0;
    font-size: 22px;
    padding: 10px 0;
    font-weight: 700;
    /* letter-spacing: 0; */
    text-align: center;
}

.serices-item .right-arrow a {
    border: 2px solid black;
    border-radius: 50%;
    padding: 2px 6px;
    color: black;
    text-decoration: none;
}

.serices-item .right-arrow a span i {
    color: black;
}


/* -------------------------Services Details Ends----------------------------  */


/* -----------------------client image starts-------------------------------- */

.client-image {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden !important;
}

.client-image .client_first_img img {
    border-right: 1px solid black;
}

.client-image .client_second_img img {
    border-left: 1px solid black;
}


/* -----------------------client image Ends-------------------------------- */


/* ------------------------Delivery details Starts----------------------------  */

.delivery {
    margin-top: -5px;
    padding: 5px 80px 50px 80px;
    background-color: #f2f2f2;
}

.delivery .heading h1 {
    text-align: center;
}

.delivery-part {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.delivery-product div:nth-child(1) {
    height: 70px;
}

.delivery-product>div {
    text-align: center;
}

.delivery-product h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
}

.delivery-product p {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 25px;
    /* letter-spacing: 1px; */
}


/* ------------------------Delivery details Ends---------------------------- */


/*  ------------------------ Gallery section start ----------------------------  */


/* .customnavs_tabs input[name="tabs"] {
        display: none;
    }

    .customnavs_tabs input[name="tabs"]#tab-1:checked~.content .tab:nth-of-type(1) {
        height: auto;
    }

    .customnavs_tabs input[name="tabs"]#tab-1:checked~.tabs label:nth-child(1) {
        color: #000;
    }

    .customnavs_tabs input[name="tabs"]#tab-1:checked~.tabs label:nth-child(1):after {
        width: calc(100% - 1px);
        transition: .3s;
    }

    .customnavs_tabs input[name="tabs"]#tab-2:checked~.content .tab:nth-of-type(2) {
        height: auto;
    }

    .customnavs_tabs input[name="tabs"]#tab-2:checked~.tabs label:nth-child(2) {
        color: #000;
    }

    .customnavs_tabs input[name="tabs"]#tab-2:checked~.tabs label:nth-child(2):after {
        width: calc(100% - 1px);
        transition: .3s;
    }

    .customnavs_tabs .tabs {
        overflow-X: auto;
        text-align: center;
        position: relative;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .customnavs_tabs label {
        font-size: 18px;
        cursor: pointer;
        font-weight: 600;
        color: #818181;
        position: relative;
        padding: 0 15px 15px;
        display: inline-block;
        text-transform: uppercase;
    }

    .customnavs_tabs label:after {
        left: 0%;
        width: 0;
        bottom: 0;
        height: 2px;
        content: '';
        transition: .1s;
        position: absolute;
        background: #F9CF2D;
    }

    .customnavs_tabs .content {
        padding-top: 30px;
    }

    .customnavs_tabs .content .tab {
        height: 0;
        width: 100%;
        overflow-y: hidden;
    } */

.customnavs_tabs button.active_tab::after {
    width: calc(100% - 1px);
    transition: .3s;
}

.customnavs_tabs button.active_tab {
    color: #000 !important;
}

.customnavs_tabs .tabs {
    overflow-X: auto;
    text-align: center;
    position: relative;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.customnavs_tabs button {
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    color: #818181;
    background-color: transparent;
    border: none;
    letter-spacing: 1px;
    position: relative;
    padding: 0 15px 15px;
    display: inline-block;
    text-transform: uppercase;
}

.customnavs_tabs button:after {
    left: 0%;
    width: 0;
    bottom: 0;
    height: 2px;
    content: '';
    transition: .1s;
    position: absolute;
    background: #F9CF2D;
}

.customnavs_tabs .content {
    padding-top: 30px;
}

.customnavs_tabs .content .tab {
    /* height: 0; */
    width: 100%;
    overflow-y: hidden;
}

.project-type {
    padding: 5px;
    margin-bottom: 20px;
}

.project-type .btn1 {
    text-decoration: none;
    padding: 10px 20px;
    margin-left: 0.3rem;
    color: #b3b3b3;
    display: inline-block;
}

.project-img {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2em;
    margin: 0 2em;
}

.image-inner {
    position: relative;
    overflow: hidden;
}

.project-card-body {
    width: 95%;
    opacity: 0;
    left: 2.5%;
    right: 2.5%;
    height: 50px;
    color: #000;
    display: flex;
    overflow: hidden;
    line-height: 50px;
    border-radius: 6px;
    position: absolute;
    text-align: center;
    align-items: center;
    transition: all 0.5s;
    justify-content: center;
    background-color: rgba(249, 207, 45, 0.7);
}

.project-card-body h4 {
    font-size: 21px;
    letter-spacing: 2px;
}

.side-image {
    display: grid;
    grid-gap: 2em;
}

.image-inner:hover .project-card-body {
    opacity: 1;
    bottom: 15px;
}

.explore-details {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}


/*  ------------------------ Gallery section Ends ----------------------------  */


/* ----------------------------footer Start-------------------------------------  */

.main-footer .footer-header {
    background-color: #F9CF2D;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.footer-header h2 {
    padding: 15px 20px;
    color: black;
    font-size: 30px;
    margin: 0;
}

.main-footer .footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2em;
    background-color: #000000;
    padding: 40px 20px;
}

.footer .footer-link {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.footer .footer-link,
ul {
    margin: 0;
    padding: 0 10px;
}

.footer .link-footer-head h4 {
    color: #F9CF2D;
    margin: 0;
    letter-spacing: 1px;
    word-spacing: 2px;
    padding: 0 0px 20px 10px;
    font-size: 18px;
}

.footer .footer-link li {
    list-style-type: none;
    text-decoration: none;
}

.footer .footer-link li a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    color: white;
    padding: 15px 0;
    transition: all ease-in-out .5s;
}

.footer-link li a:hover {
    color: #F9CF2D;
}

.footer .footer-address {
    display: grid;
    justify-content: center;
}

.footer .footer-address .footer-office {
    margin: 0;
    padding: 0;
}

.footer .footer-address .footer-office h4 {
    margin: 0;
    padding-bottom: 20px;
    color: #F9CF2D;
    font-size: 18px;
    letter-spacing: 1px;
    word-spacing: 2px;
}

.footer .footer-address .footer-contact p {
    color: white;
    margin: 0;
    line-height: 3;
    letter-spacing: 1px;
    word-spacing: 2px;
}

.footer .footer-address .footer-media {
    margin: 0;
    padding: 0;
}

.footer .footer-address .footer-media a {
    margin-right: 00.5em;
    line-height: 3;
    font-size: 22px;
    color: #F9CF2D;
    padding: 10px 20px 10px 5px;
    transition: all ease-in-out .5s;
}

.footer .footer-address .footer-media a:hover {
    color: #FFF;
}

footer .main-footer .copyright {
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: white;
    color: black;
}

.main-footer .copyright h5 {
    margin: 0;
    padding: 5px 2px;
    font-size: 15px;
    word-spacing: 2px;
}

.main-footer .copyright h5 a {
    color: #000;
}

.main-footer .contact-whatsapp {
    right: 2%;
    bottom: 2%;
    z-index: 99;
    position: fixed;
}

.main-footer .scroll-to-top {
    right: 2%;
    bottom: 15%;
    z-index: 99;
    position: fixed;
    display: none;
    /* animation: rotate; */
    transition: all 1s ease-in-out 0.02s;
}

.rotate-top {
    animation-timing-function: ease-in-out;
    animation-name: rotate-top;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-direction: alternate;
}

.rotate-bottom {
    animation-timing-function: ease-in-out;
    animation-name: rotate-bottom;
    animation-duration: 2s;
    animation-fill-mode: backwards;
    animation-play-state: running;
    animation-direction: reverse;
}

@keyframes rotate-top {
    0% {
        transform: rotate(-180deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes rotate-bottom {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-180deg);
    }
}

.main-footer .scroll-to-top a {
    padding: 5px 7px;
    color: #4D4D4D;
}

.scroll-to-top a span i {
    font-size: 45px;
}

.animation-gradient {
    text-align: center;
    background-image: linear-gradient(45deg, #fff070 10%, #fff070 20%, #000 50%, #fff070 70%, #fff070 90%, #9abdbe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: glow 10s linear infinite;
    background-size: 200%;
}

@-webkit-keyframes glow {
    20% {
        background-position: 0% 43%;
    }
    50% {
        background-position: 100% 58%;
    }
    80% {
        background-position: 10% 43%;
    }
}

@keyframes glow {
    20% {
        background-position: 0% 43%;
    }
    50% {
        background-position: 100% 58%;
    }
    80% {
        background-position: 10% 43%;
    }
}


/* ----------------------------footer Ends-------------------------------------  */


/* -------------------------------------------------------About Us Page--------------------------------------------  */


/* <!-- ----------------------------------------------about_content starts-------------------------------------------  */

.about_content .about_content_header h1 {
    color: #F9CF2D;
    margin-top: 0;
    font-size: 43px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 55px 10px 40px 10px;
}

.about_content .about_content_par {
    padding: 5px 70px;
    width: 80%;
    margin: auto;
}

.about_content .about_content_par .content_inner {
    padding: 10px 20px;
    /* text-indent: 35px; */
    margin: 0 !important;
    line-height: 30px;
    font-size: 20px;
    text-align: justify;
}

.about_content .about_content_par .about_li {
    padding: 10px 70px;
}

.about_content .about_content_par .about_li ul li {
    padding: 10px 60px;
    line-height: 28px;
    font-size: 20px;
}

.about_content_par .heading h1 {
    line-height: 47px;
}

.list-primary li {
    padding-left: 18px;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.list-primary li::marker {
    content: '\25CF';
    color: black;
    margin: 0 15px;
    font-size: 19px;
}

.animate_heading1 {
    grid-column: 1 / span 2;
}


/* <!-- ----------------------------------------------about_content Ends------------------------------------------- --> */


/* <!-- -------------------------------------------Core Committment Start------------------------------------------ --> */

.Core_Committment_main .core_committment_header h1 {
    color: #F9CF2D;
    margin-top: 0;
    font-size: 43px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 15px 10px 65px 10px;
}

.Core_Committment_main .core_comm_card_main {
    display: grid;
    grid-template-columns: 1fr;
    width: 80%;
    margin: auto;
}

.Core_Committment_main .core_comm_card_main .core_committment_card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    align-items: center;
}

.Core_Committment_main .core_comm_card_main .core_committment_card .core_vision h3 {
    margin: 0;
    line-height: 50px;
    font-size: 35px;
}

.Core_Committment_main .core_comm_card_main .core_committment_card .core_vision p {
    margin: 0;
    line-height: 28px;
    font-size: 20px;
}

.Core_Committment_main .core_comm_card_main .core_committment_card .core_img2 img,
.core_img1 img {
    border-radius: 5px;
}

.Core_Committment_main .core_comm_card_main .core_committment_card .core_img2 {
    order: 1;
}

.core_committment_card .core_vision p {
    line-height: 30px;
    margin: 0;
}

.Core_Committment_main .core_committment_card:nth-child(2) .core_vision {
    text-align: right;
}


/* <!-- -------------------------------------------Core Committment Ends---------------------------------------- --> */


/* <!-- -------------------------------------------Value Proposition Start---------------------------------------- --> */

.value_Proposition {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    /* background-image: url(../Web-Images/Building_Construction.mp4); */
    background-size: contain;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-clip: content-box;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    /* height: 100%; */
    /* width: 100%; */
}

.video_set {
    width: 100% !important;
    position: absolute;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    display: grid;
    align-items: center;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.8);
}

.value_Proposition video {
    height: 100%;
    width: 100%;
    object-fit: initial !important;
}

.value_Proposition h1 {
    color: #F9CF2D;
    margin-top: 0;
    font-size: 43px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 45px 10px 30px 10px;
}

.value_Proposition .container {
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    transform: scale(0.94);
    animation: scale 1s 1s infinite cubic-bezier(0.5, 1, 0.89, 1);
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 2rem;
    width: 55%;
    margin: 0 auto;
}

.value_Proposition .container li {
    font-size: 30px;
    line-height: 30px;
    opacity: 0;
    text-align: left;
    filter: blur(4px);
    font-weight: 700;
    padding: 20px 10px;
    /* list-style-type: none; */
}

.value_Proposition .container li:nth-child(1) {
    animation: fade-in 0.4s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.value_Proposition .container li:nth-child(2) {
    animation: fade-in 0.5s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.value_Proposition .container li:nth-child(3) {
    animation: fade-in 0.6s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.value_Proposition .container li:nth-child(4) {
    animation: fade-in 0.7s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.value_Proposition .container li:nth-child(5) {
    animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.value_Proposition .container li:nth-child(6) {
    animation: fade-in 0.9s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.value_Proposition .container li:nth-child(7) {
    animation: fade-in 0.10s 0.10s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.value_Proposition .container li:nth-child(8) {
    animation: fade-in 0.11s 0.11s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes fade-in {
    100% {
        opacity: 1;
        filter: blur(0);
    }
}


/* <!-- -------------------------------------------Value Proposition Ends---------------------------------------- --> */


/* <!-- ---------------------------------------------------Team Details Start-----------------------------------  --> */

.team_details {
    height: 100%;
    width: 100%;
    margin: auto;
    background-image: url(../Web-Images/background_about.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.team_details video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -1px;
    left: 0%;
}

.team_main {
    display: grid;
    grid-template-columns: 1fr;
    width: 65%;
    margin: auto;
    padding: 20px;
}

.team_main h1 {
    text-align: center;
    margin: 0;
    line-height: 60px;
    padding: 5px 10px 5px 10px;
    font-size: 43px;
    color: #000;
}

.team_main .team_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    padding: 20px;
}

.team_main .team_grid .team_card {
    text-align: center;
    padding: 20px;
    line-height: 21px;
    color: #000;
    background-color: rgba(252, 250, 244, 0.705);
    margin: 0;
    box-shadow: 2px 4px 4px 0px #b3b3b3;
    border-radius: 20px;
}

.team_main .team_grid .team_card h2 {
    margin: 5px 0;
    font-size: 40px;
    line-height: 60px;
}

.team_main .team_grid .team_card p {
    margin: 0;
    line-height: 28px;
    font-size: 20px;
}


/* <!-- ---------------------------------------------------Team Details Ends-----------------------------------  --> */


/* <!-- ------------------------------------Work It Start------------------------------------- --> */

.Work_details {
    display: grid;
    grid-template-columns: 1fr;
}

.Work_details .work_how h1 {
    text-align: center;
    margin: 0;
    line-height: 60px;
    padding: 25px 10px 15px 10px;
    font-size: 43px;
    color: #F9CF2D;
}

.Work_details .Work_project h2 {
    margin: 0;
    line-height: 60px;
    text-align: center;
    font-size: 35px;
}

.animation_work_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.animation_work_grid .heading h1 {
    padding: 20px 10px 45px 10px;
    font-size: 35px;
}

.Work_details .Work_project p {
    margin: 0;
    line-height: 28px;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    /* color: #F9CF2D; */
}

.project-management {
    padding: 50px 80px 25px 80px;
}


/* <!-- ------------------------------------Work It Ends------------------------------------- --> */


/* <!-- ------------------------------------Choosing Us Start------------------------------------- --> */

.Choosing_us_main {
    padding: 0 80px 50px 80px;
}

.Choosing_us_main h1 {
    text-align: center;
    margin: 0;
    line-height: 60px;
    padding: 30px 10px 30px 10px;
    font-size: 43px;
    color: #F9CF2D;
}

.Choosing_us_main .choosing_us {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2rem;
}

.mobile_choose_us {
    display: none !important;
}

.Choosing_us_main .choosing_us .chosing-product {
    /* display: grid; */
    justify-content: center;
    text-align: center;
    background-color: rgba(249, 207, 45, 0.5);
    box-shadow: 2px 4px 4px 0px #b3b3b3;
    padding: 20px 30px;
    border-radius: 10px;
}

.Choosing_us_main .choosing_us .chosing-product h4 {
    margin: 0;
    line-height: 28px;
    font-size: 22px;
    margin-bottom: 10px;
}

.Choosing_us_main .choosing_us .chosing-product p {
    margin: 0;
    line-height: 25px;
    font-size: 19px;
}


/* <!-- ------------------------------------Choosing Us Ends----------------------------------------------- --> */


/* <!-- -----------------------------------------About Us Page Ends------------------------------------------ --> */


/* ------------------------------------------Services_ page_start----------------------------------------------  */


/* -----------------------------------------services_page_work_starts------------------------------------------- */

.services_page_work {
    background-color: #f2f2f2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.services_page_work .Services_project_mang {
    padding: 50px 15px;
}

.services_page_work .Services_project_mang .services_part {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
}

.services_page_work .services_animation_heading h1,
.services_page_work .animate_heading h1 {
    font-size: 35px;
}


/* <!-- ---------------------------------------Services-page-work-Ends------------------------------------------ --> */


/* <!-- ----------------------------------------services_packages_starts----------------------------------------- --> */


/* <!-- ---------------------------------------services_packages_ends-------------------------------------------- --> */


/* <!-- ----------------------------------------consult_page_starts---------------------------------------------- --> */

.consult_main_bg {
    height: auto;
    width: 100%;
    background-image: url(../Web-Images/bg_image_services.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -2 !important;
    padding-bottom: 60px;
}

.consult_main_bg .Consult_heading h1 {
    color: white;
    margin-top: 0;
    font-size: 43px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    text-shadow: 1px 1px 8px black;
    padding: 45px 10px;
}

#all {
    /* margin: 160px auto; */
    /* width: 100px; */
    /* height: 100px; */
    -webkit-animation: grow 4s;
    /*   animation-timing-function: ease-in; */
    -webkit-animation-delay: 0.5s;
    animation-fill-mode: forwards;
    /*Safari and Chrome*/
}

.script {
    font-family: Microsoft YaHei;
    color: #fff;
    font-size: 40px;
    display: block;
    position: relative;
    /*   text-align: left; */
}


/* .java {
    font-family: Microsoft YaHei;
    color: #fff;
    font-size: 40px;
    display: block;
    position: relative;
} */


/* .java:before {
    content: "";
    display: block;
    position: absolute;
    left: 85px;
    width: 20px;
    height: 100%;
    background-color: red;
    -webkit-animation-delay: 2s;
    -webkit-animation: grow 4s;
    -webkit-animation-delay: 0.5s;
        animation-fill-mode: forwards;
} */

@-webkit-keyframes grow {
    from {
        width: 0px;
    }
    to {
        width: 480px;
    }
}

#div1 {
    position: relative;
    height: 450px;
}

#div1 a {
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: Microsoft YaHei;
    color: black;
    font-size: 14px !important;
    font-weight: bold;
    text-decoration: none;
    padding: 2px 6px;
    background: #fbe796;
    padding: 20px;
    z-index: 0 !important;
    border-radius: 100px;
}


/* <!-- ---------------------------------------consult_page_ends---------------------------------------------------- --> */


/* <!-- -----------------------------------project_ready_part_starts-------------------------------------------------- --> */

.Delivery_stage_main {
    display: grid;
    grid-template-columns: 1fr;
    width: 80%;
    margin: auto;
}

.Delivery_stage_main .project_img {
    display: grid;
    grid-template-columns: 1fr;
    width: 30%;
    margin: auto;
    padding: 10px;
    padding-bottom: 60px;
}

.rotate {
    animation: rotation 8s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.Delivery_stage_main .Delivery_stage_heading h1 {
    color: #000;
    margin-top: 0;
    font-size: 43px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 60px 10px 50px 10px;
}

.delivery_project_part {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
    align-items: flex-start;
}

.construction_part {
    background-color: #f2f2f2;
    box-shadow: 2px 4px 4px 0px #b3b3b3, -2px 0px 8px 0px #b3b3b3;
    text-align: center;
}

.construction_part .construction_color {
    background-color: #fff070;
    margin: 0;
    margin-bottom: 10px;
    border-bottom: 2px solid gray;
}

.construction_part .construction_color h1 {
    padding: 25px 15px;
    margin: 0 10px;
}

.contruction_type,
.designers_type {
    padding: 0 30px;
}

.contruction_type li,
.coordinate_section .coordinate_type .coordinate_div .designers_type li,
.coordinate_section .coordinate_type .coordinate_div p,
.coordinate_section .coordinate_type .coordinate_div p {
    text-align: left;
    line-height: 28px;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 10px;
    padding: 0px 5px 0 5px;
}


/* <!-- ---------------------------------project_ready_part_ends-------------------------------------------------- --> */


/* <!-- -----------------------------------coordinate section starts---------------------------------------------- --> */

.coordinate_section {
    display: grid;
    grid-template-columns: 1fr;
    width: 80%;
    margin: auto;
}

.coordinate_section .coordinate_heading h1 {
    color: #000;
    margin-top: 0;
    font-size: 43px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 60px 10px 50px 10px;
}

.coordinate_section .coordinate_type {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
    align-items: start;
}

.coordinate_section .coordinate_type .coordinate_div,
.coordinate_section .coordinate_type .coordinate_div {
    background-color: #f2f2f2;
    box-shadow: 2px 4px 4px 0px #b3b3b3, -2px 0px 8px 0px #b3b3b3;
    text-align: center;
}

.coordinate_section .coordinate_type .coordinate_div .coordinate_color {
    background-color: #fff070;
    border-bottom: 2px solid gray;
    margin: 0;
    margin-bottom: 10px;
}

.coordinate_section .coordinate_type .coordinate_div h1,
.coordinate_section .coordinate_type .coordinate_div h1 {
    padding: 25px 15px;
    margin: 0;
}

.coordinate_section .coordinate_type .coordinate_div {
    background-color: #f2f2f2;
    margin-bottom: 30px;
    box-shadow: 2px 4px 4px 0px #b3b3b3, -2px 0px 8px 0px #b3b3b3;
    text-align: center;
}

.coordinate_section .coordinate_type .coordinate_providers {
    margin-top: 70px;
}

.coordinate_section .coordinate_type .coordinate_div h1 {
    padding: 25px 15px;
    margin: 0;
}


/* <!-- -----------------------------------coordinate section ends---------------------------------------------- --> */


/* ------------------------------------------services_page_ends-------------------------------------------------- */


/* -------------------------------------------protfolio_page_starts------------------------------------------------ */

.section {
    color: #fff;
    width: 100%;
    position: relative;
    min-height: 100vh;
    padding-top: 30px;
    padding-bottom: 80px;
    border-bottom: 3px solid rgba(250, 250, 250, 0.25);
}

.section-heading {
    text-align: center;
    padding: 80px 45px;
}

.section-heading h2 {
    margin: 0 auto;
    padding: 10px auto;
    font-size: 32px;
    font-weight: 700;
    color: #4b52b6;
    background-color: #fff;
    transition: 1s;
}

.section-heading h2:hover {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    background-color: #4b52b6;
    transition: 1s;
}

.section-heading .line-dec {
    width: 60px;
    height: 3px;
    background-color: #4b52b6;
    margin: 10px auto;
}

.section-heading span {
    margin-top: 5px;
    font-size: 16px;
    color: #4b52b6;
    letter-spacing: 0.5px;
}

.isotope-toolbar {
    /* display: inline-block; */
    /* justify-content: center; */
    margin-bottom: 20px;
    /* overflow-x: scroll; */
    white-space: nowrap;
    flex-wrap: nowrap;
    text-align: center;
    /* margin: 10px 0 30px 0; */
    /* grid-template-columns: 1fr 1fr 1fr;
        width: 25%;
            margin: 0 auto; */
}

.isotope-toolbar button {
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 16px;
    margin: 0px 10px;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 6px;
    letter-spacing: 2px;
    transition: all 0.5s;
    background-color: black;
    text-transform: uppercase;
    font-family: benchnineregular;
    white-space: nowrap;
    transition: all ease-in-out .5s;
}

.isotope-toolbar button:hover {
    outline: none;
    background-color: #F9CF2D;
    color: #000;
}

.isotope-toolbar .protfolia_btn.active {
    outline: none;
    background-color: #F9CF2D;
    color: #000;
}

.section-heading {
    text-align: center;
    padding: 80px 45px 50px 45px;
}

.isotope-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
}

.isotope-toolbar span {
    text-transform: capitalize;
    display: inline-block;
    /* margin-right: 15px; */
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    transform: ease-in-out 0.5s;
    cursor: pointer;
    flex: 1;
}

.isotope-box {
    position: relative;
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    width: 90%;
    /* grid-template-columns: 1fr 1fr 1fr 1fr; */
    /* width: 95%; */
    height: auto !important;
    margin: auto;
    /* overflow: scroll; */
}

.isotope-item {
    /* position: relative; */
    position: unset !important;
    box-shadow: 0.3rem 0.4rem 0.3rem rgba(0, 0, 0, 0.4);
    /* border-bottom: 2px solid rgba(250, 250, 250, 0.1); */
    border-radius: 5px;
}

.isotope-item img {
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    height: 370px;
    object-fit: cover;
}

figure {
    overflow: hidden;
    text-align: center;
    -webkit-perspective: 50em;
    perspective: 50em;
    margin: 0;
}

figure * {
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

figure figcaption {
    top: 50%;
    left: 20px;
    right: 20px;
    position: absolute;
    opacity: 0;
    z-index: 1;
}

figure h4 {
    margin-top: 15px;
    margin-bottom: 5px;
    color: #232323;
}

figure span {
    font-size: 14px;
    font-style: italic;
    display: block;
    color: #7a7a7a;
}

figure svg {
    position: relative !important;
    font-size: 18px;
    background-color: #F9CF2D;
    width: 40px;
    height: 40px;
    padding: 5px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
    fill: red;
}

figure:after {
    background-color: #ffffff;
    position: absolute;
    content: "";
    display: block;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    /* height: 345px; */
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
}

figure a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

figure:hover figcaption,
figure.hover figcaption {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

figure:hover:after,
figure.hover:after {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 0.9;
}

.lightboxOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: fixed;
    top: 10% !important;
    left: 0;
    width: 100% !important;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid white;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    width: 50% !important;
    height: auto !important;
    margin: 0 auto;
    border-radius: 4px;
    background-color: white;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../Web-Images/loader.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-container img {
    width: 100% !important;
    /* height: auto !important; */
    object-fit: contain;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 10%;
    left: 20px;
    float: left;
    background: url(../Web-Images/pre_arrow.png) 48% no-repeat !important;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next {
    width: 10%;
    right: 20px;
    float: right;
    background: url(../Web-Images/next_arrow.png) 48% no-repeat !important;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    /* *zoom: 1; */
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    position: relative;
    bottom: 75px;
    width: 95%;
    left: 2.5%;
    color: #000;
    height: 50px;
    border-radius: 6px;
    overflow: hidden;
    line-height: 50px;
    font-weight: 700;
    background-color: rgba(249, 207, 45, 0.7);
    text-align: center !important;
}

.lb-data .lb-caption {
    font-size: 22px !important;
    text-align: center;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: none !important;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    position: absolute;
    top: -20px;
    right: 15%;
    height: 30px;
    background: url(../Web-Images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

@media only screen and (min-width: 275px) and (max-width:691px) {
    .isotope-box {
        grid-template-columns: 1fr;
    }
    .lb-outerContainer {
        width: 90% !important;
    }
    .lb-data .lb-details {
        bottom: -13px;
    }
    .lb-data .lb-close {
        top: 110%;
        right: 3%;
    }
    .isotope-toolbar button {
        display: block;
        margin: 5px;
        padding: 12px 15px;
    }
    .isotope-item img {
        height: auto !important;
    }
}

@media only screen and (min-width: 692px) and (max-width:991px) {
    .isotope-box {
        grid-template-columns: 1fr 1fr;
    }
    .lb-outerContainer {
        width: 80% !important;
    }
    .lb-data .lb-close {
        right: 2%;
    }
    .isotope-item img {
        height: 210px;
    }
}


/* @media only screen and (min-width: 992px) and (max-width:1200px) {
    .isotope-box {
        grid-template-columns: 1fr 1fr 1fr;
    }
} */


/* ---------------------------------------------protfolio_page_ends---------------------------------------------- */


/* --------------------------------------------contact_us_page_starts-------------------------------------------- */

.contactus_main .contactus_heading h1 {
    color: #000;
    margin-top: 0;
    font-size: 43px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 45px 10px 45px 10px;
}

.contactus_main .contact_main {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1em;
}

.contact_main .contact_head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3em;
    width: 60%;
    margin: 0 auto;
    align-items: center;
}

.contact_main .contact_details {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1em;
    text-align: left;
    margin: 20px 0;
}

.contact_main .contact_details .contact_inner {
    display: grid;
    grid-template-columns: 1fr 11fr;
    grid-gap: 1em;
    align-items: center;
}

.contact_main .contact_details .contact_inner .contact_innner_p {
    margin: 0;
    font-size: 19px;
    line-height: 28px;
}

.contact_main .contact_details .contact_inner .contact_innner_p a {
    text-decoration: none;
    color: #000;
}

.contact_main .contact_footer_main {
    background: #e6e6e6;
}

.contact_main .contact_footer_main .contact_footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em;
    width: 60%;
    margin: 40px auto;
    align-items: center;
}

.contact_main .contact_footer_main .contact_footer .contact_footer_p {
    line-height: 28px;
    font-size: 19px;
    font-weight: 500;
}

.contact_main .contact_footer_main .contact_footer .contact_footer_p a {
    color: #000;
}

.contact_main .contact_footer_main .contact_footer .contact_form p {
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
    padding: 10px 0;
}

.txtbox {
    /* background: none; */
    padding: 15px 10px;
    width: 100%;
    font-size: 12px;
    opacity: 1;
    position: relative;
    color: #000;
    border: none;
    border-bottom: 1px solid #000;
    background: #fff;
    transition: all .5s;
}

.elementor-custom-embed iframe {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
    height: 480px;
}


/* -------------------------------contactus_page_ends-------------------------------------  */


/* -------------------------------Mobile_width_Start-------------------------------------- */

@media only screen and (min-width: 275px) and (max-width:691px) {
    #mobile_banner_img {
        display: block;
    }
    #dekstop_banner_img {
        display: none;
    }
    .contact {
        padding: 15px 15px 20px 15px
    }
    .contact .heading h1 {
        padding: 10px 10px 15px 10px;
        font-size: 20px;
    }
    .heading h1 {
        font-size: 30px;
    }
    .mainlogo a img {
        width: 65px;
        padding: 5px;
    }
    .hamburger div {
        width: 25px;
    }
    .about {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
    .about .heading h1 {
        padding: 20px 10px 20px 5px;
    }
    .about-details {
        margin: 1em 1em 1em 1em;
        padding-right: 40px;
    }
    .about-details>div>p {
        margin-top: 0;
    }
    .service-bg {
        background-position: center top;
        background-size: cover;
    }
    .single_heading h1 {
        padding: 35px 10px 40px 10px !important;
    }
    .service-bg .heading h1 {
        padding: 20px 10px 40px 10px;
    }
    .service-bg .animation-gradient h1 {
        padding: 55px 10px;
    }
    .service_dekstop {
        display: none;
    }
    .moblie_services {
        display: block !important;
    }
    .moblie_services .serices-item {
        margin: 10px;
    }
    .services_pd_main {
        padding-bottom: 60px;
    }
    .serices-inner {
        grid-template-columns: 1fr;
    }
    .mobile_none {
        display: none;
    }
    .client-image {
        grid-template-columns: 1fr;
    }
    .client-image .client_first_img img {
        border-right: none;
        border-bottom: 1px solid black;
    }
    .client-image .client_second_img img {
        border-left: none;
        border-top: 1px solid black;
    }
    .delivery {
        padding: 5px 20px 50px 20px;
    }
    .delivery-part {
        grid-template-columns: 1fr;
        margin: 0;
        padding: 5px;
    }
    .delivery-product {
        padding-bottom: 0px;
    }
    .project-img {
        grid-template-columns: 1fr;
        grid-gap: 1em;
        margin: 0 1em;
    }
    .project-img div:nth-child(1) {
        grid-column: 1 !important;
    }
    .side-image {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1em;
    }
    .main-footer .footer-header {
        flex-direction: column;
    }
    .main-footer .footer {
        grid-template-columns: 1fr;
    }
    .footer .link-footer-head h4 {
        padding: 0 0 20px 0;
    }
    .footer .footer-link,
    ul {
        padding: 0;
    }
    .footer .footer-address {
        justify-content: left;
    }
    /* about Page  */
    .about_content .about_content_par {
        padding: 5px 20px;
        width: 100%;
    }
    .about_content .about_content_header h1 {
        padding: 23px 10px 20px 10px;
    }
    .about_content .about_content_par .about_li {
        padding: 10px 20px;
    }
    .about_content .about_content_par .about_li ul li {
        padding: 10px 5px;
    }
    .about_content_par .heading h1 {
        font-size: 22px;
        line-height: 45px;
        padding: 30px 30px 20px 30px;
    }
    .Core_Committment_main .core_comm_card_main .core_committment_card {
        grid-gap: 1em;
        grid-template-columns: 12fr;
    }
    .video_set {
        position: inherit;
    }
    .value_Proposition video {
        display: none;
    }
    .value_Proposition .container {
        grid-template-columns: 1fr;
        width: 100%;
    }
    .value_Proposition .container li {
        font-size: 20px;
        padding: 10px 5px;
    }
    .Core_Committment_main .core_comm_card_main .core_committment_card .core_img2 {
        order: 0;
    }
    .Core_Committment_main .core_committment_card .core_vision {
        text-align: center;
    }
    .Core_Committment_main .core_committment_card:nth-child(2) .core_vision {
        text-align: center;
    }
    /* .Core_Committment_main .core_committment_header h1 {
        font-size: 30px;
    } */
    .value_Proposition h1 {
        padding: 40px 10px 30px 10px;
    }
    .value_Proposition .container p {
        font-size: 30px;
        line-height: 30px;
    }
    .team_main {
        width: 100%;
        padding: 10px;
    }
    .team_main .team_grid {
        grid-template-columns: 1fr;
        padding: 10px;
    }
    .project-management {
        padding: 20px 20px 20px 20px;
    }
    .mobile_work {
        display: none;
    }
    .team_main .team_grid .team_card {
        padding: 20px;
    }
    .team_main .team_grid {
        grid-template-columns: 1fr;
    }
    .Work_details .Work_project h2 {
        line-height: 50px;
    }
    .animation_work_grid {
        grid-template-columns: 1fr;
    }
    .animation_work_grid .animate_heading h1 {
        padding: 45px 10px 20px 10px;
        font-size: 30px;
    }
    .animation_work_grid .heading h1 {
        font-size: 30px;
    }
    .Choosing_us_main {
        padding: 20px;
    }
    .Choosing_us_main .choosing_us {
        grid-template-columns: 1fr;
    }
    .dekstop_choose_us {
        display: none !important;
    }
    .mobile_choose_us {
        display: grid !important;
    }
    .mobile_choose_us .chosing-product {
        margin: 10px !important;
    }
    .Choosing_us_main .choosing_us .chosing-product {
        padding: 20px 30px;
    }
    /* about_page_ends */
    /* services_page_strats */
    .services_page_work {
        grid-template-columns: 1fr;
    }
    .animate_heading1 {
        grid-column: 1 / span 1;
    }
    .services_page_work .Services_project_mang {
        padding: 25px 10px;
    }
    .services_page_work .Services_project_mang .services_part {
        grid-template-columns: 1fr !important;
    }
    .Delivery_stage_main {
        width: 90%;
    }
    .Delivery_stage_main .Delivery_stage_heading h1 {
        padding: 45px 0px;
    }
    .delivery_project_part {
        grid-template-columns: 1fr;
        grid-gap: 1.5rem;
    }
    .Delivery_stage_main .project_img {
        width: 80%;
    }
    #div1 {
        transform: scale(0.65);
        /* overflow: scroll !important; */
    }
    .coordinate_section {
        width: 90%;
    }
    .coordinate_section .coordinate_type {
        grid-template-columns: 1fr;
        grid-gap: 1.5rem;
    }
    .coordinate_section .coordinate_type .coordinate_div {
        margin: 0;
    }
    .coordinate_section .coordinate_type .coordinate_providers {
        margin-top: 0px;
    }
    .animate_heading h1 {
        padding: 20px 10px 20px 10px;
    }
    .services_animation_heading h1 {
        padding: 20px 10px 45px 10px;
    }
    .isotope-toolbar {
        display: flex !important;
    }
    /* services_page_ends */
    /* contact_page_starts */
    .contact_main .contact_head {
        grid-template-columns: 1fr;
        width: 100%;
        padding: 10px;
    }
    .contact_footer_main .contact_footer .contact_footer_left {
        text-align: center;
    }
    .contact_main .contact_footer_main .contact_footer {
        grid-template-columns: 1fr;
        width: 100%;
        padding: 10px;
    }
    /* contact_page_ends */
}


/* -----------------------------Mobile_width_Ends------------------------- */


/* -----------------------------Tablet_width_Start------------------------- */

@media only screen and (min-width: 692px) and (max-width:991px) {
    .about {
        grid-template-columns: 1fr;
        grid-gap: 0ch;
    }
    .about .heading h1 {
        padding: 30px 10px 20px 0;
    }
    .service-bg {
        background-position: bottom center;
        /* background-size: auto; */
    }
    .serices-inner {
        grid-template-columns: 1fr 1fr;
    }
    .about-details {
        margin: 1em 1em;
        padding-right: 40px;
    }
    .delivery-part {
        grid-template-columns: 1fr 1fr;
        margin: 0;
        padding: 5px;
    }
    .delivery-product {
        padding-bottom: 0px;
    }
    .main-footer .footer {
        align-items: center;
    }
    .footer .footer-address .footer-contact p {
        line-height: 2;
    }
    .footer .footer-address .footer-media a {
        line-height: 2;
    }
    /* about-page-strats*/
    .about_content .about_content_par {
        padding: 5px 10px;
        width: 90%;
    }
    .about_content .about_content_par .about_li {
        padding: 10px 40px;
    }
    .about_content .about_content_par .about_li ul li {
        padding: 10px 30px;
    }
    .about_content_par .heading h1 {
        padding: 20px 10px 10px 10px;
    }
    .team_main {
        width: 100%;
        padding: 10px;
    }
    .team_main .team_grid {
        grid-gap: 1rem;
    }
    .animation_work_grid {
        grid-template-columns: 1fr;
    }
    .animation_work_grid .animate_heading h1 {
        padding: 20px 10px 20px 10px;
    }
    .Choosing_us_main .choosing_us {
        grid-template-columns: 1fr 1fr;
    }
    .value_Proposition .container {
        width: 90%;
    }
    .value_Proposition {
        padding: 50px 0;
    }
    .value_Proposition .container li {
        font-size: 24px;
        padding: 12px 10px;
    }
    /* about-page-ends */
    /* services-page-strats */
    .animate_heading1 {
        grid-column: 1 / span 1;
    }
    .services_page_work {
        grid-template-columns: 1fr;
        align-items: center;
    }
    .services_page_work .Services_project_mang {
        padding: 25px 10px;
    }
    .services_page_work .Services_project_mang .services_part {
        grid-template-columns: 1fr 1fr !important;
    }
    .Delivery_stage_main {
        width: 100%;
        padding: 0 20px;
    }
    .delivery_project_part {
        grid-gap: 1.25rem;
    }
    .Delivery_stage_main .project_img {
        width: 60%;
    }
    .construction_part h1 {
        padding: 25px 10px;
    }
    .coordinate_section {
        width: 100%;
        padding: 0 20px;
    }
    .coordinate_section .coordinate_type {
        grid-gap: 1.25rem;
    }
    .animate_heading h1 {
        padding: 20px 10px 20px 10px;
    }
    .services_animation_heading h1 {
        padding: 20px 10px 45px 10px;
    }
    /* services-page-ends */
    /* contact_page_starts */
    .contact_main .contact_head {
        grid-template-columns: 1fr;
    }
    .contact_main .contact_footer_main .contact_footer {
        grid-template-columns: 1fr;
    }
    /* contact_page_ends */
}


/* -----------------------------Mobile_width_Ends------------------------- */


/* -----------------------------Laptop_width_Start------------------------- */

@media only screen and (min-width: 992px) and (max-width:1200px) {
    .about {
        align-items: inherit;
    }
    .about-details>div>p {
        margin-bottom: 1em;
        margin-top: 0;
    }
    .service-bg {
        background-position: center top;
        background-size: cover;
        /* padding: 30px 0; */
    }
    .serices-item h4 {
        font-size: 19px;
    }
    .delivery {
        padding: 0 40px 50px 40px;
    }
    .delivery .heading h1 {
        padding: 70px 20px;
    }
    .about_content .about_content_par {
        padding: 5px 10px;
        width: 90%;
    }
    .value_Proposition .container {
        width: 80%;
    }
    .value_Proposition {
        padding: 50px 0;
    }
    .team_main {
        width: 90%;
    }
    .project-management {
        padding: 50px 35px 25px 35px;
    }
    .Choosing_us_main {
        padding: 0 40px 50px 40px;
    }
    .Choosing_us_main .choosing_us .chosing-product {
        padding: 20px 25px;
    }
    .Choosing_us_main .choosing_us .chosing-product h4 {
        line-height: 30px;
    }
    .Delivery_stage_main {
        width: 100%;
        padding: 20px;
    }
    .Delivery_stage_main .project_img {
        width: 40%;
    }
    .coordinate_section {
        width: 100%;
        padding: 20px;
    }
    /* contact_page_starts */
    .contact_main .contact_head {
        grid-template-columns: 1fr;
    }
    .contact_main .contact_footer_main .contact_footer {
        grid-template-columns: 1fr;
    }
    .isotope-item img {
        height: 230px;
    }
    /* contact_page_ends */
}

@media only screen and (min-width: 1201px) and (max-width:1490px) {
    .about .heading h1 {
        padding: 40px 10px 20px 0;
    }
    /* contact_page_starts */
    .contact_main .contact_head {
        width: 90%;
        grid-gap: 2rem;
    }
    .contact_main .contact_footer_main .contact_footer {
        width: 90%;
        grid-gap: 2rem;
    }
    .isotope-item img {
        height: 250px;
    }
    /* contact_page_ends */
}


/* -----------------------------Laptop_width_Ends------------------------- */

@media only screen and (min-width: 1550px) {
    .about {
        vertical-align: middle;
    }
    /* .about .heading h1 {

        } */
    /* services-page-ends */
    /* contact_page_starts */
    .contact_main .contact_head {
        /* grid-template-columns: 1fr; */
    }
    /* .contact_main .contact_footer_main .contact_footer {
        grid-template-columns: 1fr;
    } */
    /* contact_page_ends */
}


/* -----------------------------Mobile_width_Ends------------------------- */


/* -----------------------------Laptop_width_Start------------------------- */

@media only screen and (min-width: 992px) and (max-width:1200px) {
    .about {
        align-items: inherit;
    }
    .about-details>div>p {
        margin-bottom: 1em;
        margin-top: 0;
    }
    .service-bg {
        background-position: center top;
        background-size: cover;
        /* padding: 30px 0; */
    }
    .serices-item h4 {
        font-size: 19px;
    }
    .delivery {
        padding: 0 40px 50px 40px;
    }
    .delivery .heading h1 {
        padding: 70px 20px;
    }
    .about_content .about_content_par {
        padding: 5px 10px;
        width: 90%;
    }
    .value_Proposition .container {
        width: 80%;
    }
    .value_Proposition {
        padding: 50px 0;
    }
    .team_main {
        width: 90%;
    }
    .project-management {
        padding: 50px 35px 25px 35px;
    }
    .Choosing_us_main {
        padding: 0 40px 50px 40px;
    }
    .Choosing_us_main .choosing_us .chosing-product {
        padding: 20px 25px;
    }
    .Choosing_us_main .choosing_us .chosing-product h4 {
        line-height: 30px;
    }
    .Delivery_stage_main {
        width: 100%;
        padding: 20px;
    }
    .Delivery_stage_main .project_img {
        width: 40%;
    }
    .coordinate_section {
        width: 100%;
        padding: 20px;
    }
    /* contact_page_starts */
    .contact_main .contact_head {
        grid-template-columns: 1fr;
    }
    .contact_main .contact_footer_main .contact_footer {
        grid-template-columns: 1fr;
    }
    .isotope-item img {
        height: 230px;
    }
    /* contact_page_ends */
}

@media only screen and (min-width: 1201px) and (max-width:1490px) {
    .about .heading h1 {
        padding: 40px 10px 20px 0;
    }
    /* contact_page_starts */
    .contact_main .contact_head {
        width: 90%;
        grid-gap: 2rem;
    }
    .contact_main .contact_footer_main .contact_footer {
        width: 90%;
        grid-gap: 2rem;
    }
    .isotope-item img {
        height: 250px;
    }
    /* contact_page_ends */
}


/* -----------------------------Laptop_width_Ends------------------------- */

@media only screen and (min-width: 1550px) {
    .about {
        vertical-align: middle;
    }
    /* .about .heading h1 {

        } */
}