/* about intro area style */
.main_banner {
    padding-top: 210px;
    background-color: #f2f2f2;
    position: relative;
}
.header-area.style-2 .open-offcanvas span {
    color: var(--black);
}
.sticky.header-area.style-2 .open-offcanvas span {
    color: var(--white);
}
/* .header-area.style-2 .open-offcanvas span{
    color:var(--black);
} */

@media only screen and (max-width: 1919px) {
    .main_banner {
        padding-top: 180px;
    }
}
@media only screen and (max-width: 991px) {
    .main_banner {
        padding-top: 150px;
    }
}
@media only screen and (max-width: 767px) {
    .main_banner {
        padding-top: 130px;
    }
}
.main_banner:before {
    position: absolute;
    content: "";
    width: 51%;
    height: calc(100% - 210px);
    background-color: var(--white);
    inset-inline-end: 50px;
    bottom: 0;
}
@media only screen and (max-width: 991px) {
    .main_banner:before {
        display: none;
    }
}
.main_banner .section-symbol {
    font-size: 560px;
    font-weight: 800;
    font-family: var(--font_hkgrotesk);
    color: var(--primary);
    opacity: 0.07;
    position: absolute;
    top: -20px;
    inset-inline-start: 0;
    line-height: 0.7;
    z-index: -1;
}
@media only screen and (max-width: 1919px) {
    .main_banner .section-symbol {
        font-size: 460px;
    }
}
@media only screen and (max-width: 1199px) {
    .main_banner .section-symbol {
        font-size: 350px;
    }
}
@media only screen and (max-width: 991px) {
    .main_banner .section-symbol {
        font-size: 330px;
    }
}
.main_banner .about-area-inner {
    position: relative;
    z-index: 1;
}
.main_banner .section-heading {
    max-width: 1070px;
    margin-inline-start: 215px;
    padding-top: 57px;
    padding-bottom: 48px;
}
@media only screen and (max-width: 1919px) {
    .main_banner .section-heading {
        margin-inline-start: 165px;
    }
}
@media only screen and (max-width: 1199px) {
    .main_banner .section-heading {
        margin-inline-start: 125px;
        padding-top: 17px;
        padding-bottom: 18px;
    }
}
@media only screen and (max-width: 991px) {
    .main_banner .section-heading {
        margin-inline-start: 85px;
    }
}
@media only screen and (max-width: 767px) {
    .main_banner .section-heading {
        margin-inline-start: 0;
    }
}
.main_banner .section-title {
    max-width: 1070px;
}
@media only screen and (max-width: 1919px) {
    .main_banner .section-title {
        max-width: 730px;
    }
}
@media only screen and (max-width: 1199px) {
    .main_banner .section-title {
        max-width: 670px;
    }
}
.main_banner .subtitle-wrapper {
    margin-bottom: 33px;
}
.main_banner .section-title-wrapper .banner-subtitle {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    color: #06aaa8;
}
@media only screen and (max-width: 1919px) {
    .main_banner .subtitle-wrapper {
        margin-bottom: 23px;
    }
}
.main_banner .area-shape-1 {
    position: absolute;
    inset-inline-start: 43%;
    top: calc(100% - 24px);
    cursor: pointer;
}
@media only screen and (max-width: 1199px) {
    .main_banner .area-shape-1 {
        top: calc(100% - 0px);
    }
}

.blog.style-1 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media only screen and (max-width: 991px) {
    .blog.style-1 {
        gap: 20px;
    }
}
.blog.style-1:hover .thumb img {
    transform: scale(1.02);
}
.blog.style-1 .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s;
}
.blog.style-1 .tag {
    font-size: 12px;
    font-weight: 600;
    color: var(--black);
    line-height: 1;
    background-color: #F0F0F0;
    padding: 4px 6px;
    display: inline-block;
}
.blog.style-1 .meta {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}
.blog.style-1 .date {
    font-size: 12px;
    line-height: 1;
}
.blog.style-1 .has-left-line {
    padding-inline-start: 25px;
}
.blog.style-1 .has-left-line:before {
    width: 15px;
    color: var(--black);
}
.blog.style-1 .title {
    font-size: 30px;
    line-height: 1.16;
    margin-bottom: 18px;
}
@media only screen and (max-width: 1399px) {
    .blog.style-1 .title {
        font-size: 24px;
    }
}
@media only screen and (max-width: 991px) {
    .blog.style-1 .title {
        font-size: 22px;
    }
}
.blog.style-1 .title span {
    font-weight: 600;
}
.blog.style-1 .title a:hover {
    color: inherit;
}
.blog.style-1 .text {
    font-size: 16px;
    line-height: 1.5;
}
.blog-area.style-1 .blog-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    margin: 0 -35px;
}
@media only screen and (max-width: 1199px) {
    .blog-area.style-1 .blog-wrapper {
        margin: 0 -25px;
    }
}
@media only screen and (max-width: 991px) {
    .blog-area.style-1 .blog-wrapper {
        margin: 0;
        gap: 30px;
    }
}
.blog-area.style-1 .blog {
    border-left: 1px solid #E2E2E2;
    padding: 0 35px;
}
@media only screen and (max-width: 1199px) {
    .blog-area.style-1 .blog {
        padding: 0 25px;
    }
}
@media only screen and (max-width: 991px) {
    .blog-area.style-1 .blog {
        padding: 0;
        margin: 0;
        border: none;
    }
}
.blog-area.style-1 .blog .title {
    font-weight: 600;
}
.blog-area.style-1 .section-heading {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 62px;
}
@media only screen and (max-width: 1199px) {
    .blog-area.style-1 .section-heading {
        margin-bottom: 52px;
    }
}
@media only screen and (max-width: 991px) {
    .blog-area.style-1 .section-heading {
        margin-bottom: 42px;
    }
}
.blog-area.style-1 .section-title {
    max-width: 607px;
}
@media only screen and (max-width: 991px) {
    .blog-area.style-1 .section-title {
        max-width: 477px;
    }
}
.cta-area.style-1 {
    position: relative;
}
.cta-area.style-1:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    top: 0;
    inset-inline-end: 0;
    background-color: #282828;
}
@media only screen and (max-width: 1199px) {
    .cta-area.style-1:before {
        display: none;
    }
}
@media only screen and (max-width: 1199px) {
    .cta-area.style-1 .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
.cta-area.style-1 .cta-area-wrapper {
    display: flex;
    margin-inline-start: 334px;
}
@media only screen and (max-width: 1919px) {
    .cta-area.style-1 .cta-area-wrapper {
        margin-inline-start: 274px;
    }
}
@media only screen and (max-width: 1199px) {
    .cta-area.style-1 .cta-area-wrapper {
        margin-inline-start: 0px;
    }
}
@media only screen and (max-width: 767px) {
    .cta-area.style-1 .cta-area-wrapper {
        flex-wrap: wrap;
    }
}
.cta-area.style-1 .cta-left {
    background-color: #8DCF9B;
    padding: 25px 80px;
    position: relative;
}
@media only screen and (max-width: 1199px) {
    .cta-area.style-1 .cta-left {
        padding: 25px 40px;
    }
}
@media only screen and (max-width: 767px) {
    .cta-area.style-1 .cta-left {
        text-align: center;
        width: 100%;
    }
}
.cta-area.style-1 .cta-left::before {
    content: "";
    position: absolute;
    inset-inline-end: 0;
    width: 19px;
    height: 14px;
    background-color: inherit;
    top: calc(100% - 1px);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media only screen and (max-width: 767px) {
    .cta-area.style-1 .cta-left::before {
        display: none;
    }
}
.dir-rtl .cta-area.style-1 .cta-left::before {
    transform: rotateY(173deg);
}
.cta-area.style-1 .cta-right {
    background-color: #282828;
    padding: 25px 80px;
    flex-grow: 1;
    padding-inline-start: 80px;
    padding-inline-end: 0;
}
@media only screen and (max-width: 1199px) {
    .cta-area.style-1 .cta-right {
        padding-inline-start: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .cta-area.style-1 .cta-right {
        padding: 25px 40px;
    }
}
.cta-area.style-1 .cta-right .btn-wrapper {
    max-width: 100%;
}
.cta-area.style-1 .cta-right .wc-btn-underline {
    color: var(--white);
    display: flex;
    justify-content: space-between;
    text-transform: none;
}
.cta-area.style-1 .cta-right .wc-btn-underline:hover:before {
    width: 0;
}
.cta-area.style-1 .cta-right .wc-btn-underline::before {
    width: 172px;
}
.cta-area.style-1 .cta-right .wc-btn-underline img {
    filter: brightness(100);
}
.cta-area.style-1 .cta-info li {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
    .cta-area.style-1 .cta-info li {
        justify-content: center;
    }
}
.cta-area.style-1 .cta-info li .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: var(--primary);
}
.cta-area.style-1 .cta-info li span {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary);
}
p {
    font-size: 18px;
    line-height: 1.44;
}
.blog-area.style-1.inner-style-1 {
    padding-top: 100px;
    padding-bottom: 70px;
}
@media only screen and (max-width: 991px) {
    .blog-area.style-1.inner-style-1 {
        padding-top: 60px;
        padding-bottom: 0px;
    }
}
.blog-area.style-1.inner-style-1 .section-title {
    font-size: 80px;
}
@media only screen and (max-width: 1199px) {
    .blog-area.style-1.inner-style-1 .section-title {
        font-size: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .blog-area.style-1.inner-style-1 .section-title {
        font-size: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-area.style-1.inner-style-1 .section-title {
        font-size: 35px;
    }
}
.blog-area.style-1.inner-style-1 .blog-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 0;
    padding-bottom: 60px;
}
@media only screen and (max-width: 991px) {
    .blog-area.style-1.inner-style-1 .blog-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-area.style-1.inner-style-1 .blog-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}
.blog-area.style-1.inner-style-1 .subtitle-wrapper {
    margin-bottom: 16px;
}
.blog-area.style-1.inner-style-1 .section-heading {
    max-width: 630px;
    margin: auto;
    text-align: center;
    margin-bottom: 100px;
    justify-content: center;
}
@media only screen and (max-width: 991px) {
    .blog-area.style-1.inner-style-1 .section-heading {
        margin-bottom: 50px;
    }
}
.blog-area.style-1.inner-style-1 .section-subtitle {
    border-bottom: 0;
}
.main-menu.menu-dark>ul>li>a {
    color: var(--black);
}
.main-menu.menu-light>ul>li>a {
    color: var(--black);
}
.sticky .main-menu.menu-light>ul>li>a {
    color: var(--white);
}
/* blog style 1 */
.blog.style-1 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media only screen and (max-width: 991px) {
    .blog.style-1 {
        gap: 20px;
    }
}
.blog.style-1:hover .thumb img {
    transform: scale(1.02);
}
.blog.style-1 .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s;
}
.blog.style-1 .tag {
    font-size: 12px;
    font-weight: 600;
    color: var(--black);
    line-height: 1;
    background-color: #F0F0F0;
    padding: 4px 6px;
    display: inline-block;
}
.blog.style-1 .meta {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}
.blog.style-1 .date {
    font-size: 12px;
    line-height: 1;
}
.blog.style-1 .has-left-line {
    padding-inline-start: 25px;
}
.blog.style-1 .has-left-line:before {
    width: 15px;
    color: var(--black);
}
.blog.style-1 .title {
    font-size: 30px;
    line-height: 1.16;
    margin-bottom: 18px;
}
@media only screen and (max-width: 1399px) {
    .blog.style-1 .title {
        font-size: 24px;
    }
}
@media only screen and (max-width: 991px) {
    .blog.style-1 .title {
        font-size: 22px;
    }
}
.blog.style-1 .title span {
    font-weight: 600;
}
.blog.style-1 .title a:hover {
    color: inherit;
}
.blog.style-1 .text {
    font-size: 16px;
    line-height: 1.5;
}
.blog-area.style-1 .blog-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    margin: 0 -35px;
}
@media only screen and (max-width: 1199px) {
    .blog-area.style-1 .blog-wrapper {
        margin: 0 -25px;
    }
}
@media only screen and (max-width: 991px) {
    .blog-area.style-1 .blog-wrapper {
        margin: 0;
        gap: 30px;
    }
}
.blog-area.style-1 .blog {
    border-left: 1px solid #E2E2E2;
    padding: 0 35px;
}
@media only screen and (max-width: 1199px) {
    .blog-area.style-1 .blog {
        padding: 0 25px;
    }
}
@media only screen and (max-width: 991px) {
    .blog-area.style-1 .blog {
        padding: 0;
        margin: 0;
        border: none;
    }
}
.blog-area.style-1 .blog .title {
    font-weight: 600;
}
.blog-area.style-1 .section-heading {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 62px;
}
@media only screen and (max-width: 1199px) {
    .blog-area.style-1 .section-heading {
        margin-bottom: 52px;
    }
}
@media only screen and (max-width: 991px) {
    .blog-area.style-1 .section-heading {
        margin-bottom: 42px;
    }
}
.blog-area.style-1 .section-title {
    max-width: 607px;
}
@media only screen and (max-width: 991px) {
    .blog-area.style-1 .section-title {
        max-width: 477px;
    }
}









.project-details-area {
    padding-top: 100px;
}
@media only screen and (max-width: 1919px) {
    .project-details-area {
        padding-top: 100px;
    }
}
@media only screen and (max-width: 991px) {
    .project-details-area {
        padding-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .project-details-area {
        padding-top: 60px;
    }
}
.project-details-area .thumb-main {
    position: relative;
    height: 60vh;
    margin: 50px 0;
}
.project-details-area .thumb-main img {
    object-fit: cover;
    border-radius: 15px;
}
.project-details-area .thumb-main:after {
    display: none;
}
.project-details-area .thumb-main img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.project-details-area .meta-box {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.project-details-area .meta-box .icon {
    width: 1px;
    height: 10px;
    background-color: #999999;
    margin-top: 2px;
}
.project-details-area .meta-box .title {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 12px;
}
@media only screen and (max-width: 991px) {
    .project-details-area .meta-box .title {
        margin-bottom: 7px;
        font-size: 14px;
    }
}
.project-details-area .meta-box .text {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary);
    line-height: 1;
}
.project-details-area .meta {
    display: flex;
    flex-direction: column;
    gap: 40px 40px;
    width: 200px;
    min-width: 200px;
}
@media only screen and (max-width: 1199px) {
    .project-details-area .meta {
        width: 140px;
        min-width: 140px;
    }
}
@media only screen and (max-width: 991px) {
    .project-details-area .meta {
        flex-direction: row;
        width: auto;
        flex-wrap: wrap;
        gap: 30px 16px;
    }
    .project-details-area .meta-box .text {
        font-size: 16px;
        font-weight: 600;
    }
}
.project-details-area .section-main-content {
    display: flex;
    gap: 140px;   
    align-items: flex-start;
}
@media only screen and (max-width: 1919px) {
    .project-details-area .section-main-content {
        gap: 80px;       
    }
}
@media only screen and (max-width: 991px) {
    .project-details-area .section-main-content {
        flex-direction: column;
        gap: 40px;       
    }
}
@media only screen and (max-width: 767px) {

    .project-details-area .section-main-content {       
        gap: 30px;
    }
}
.project-details-area .feature-content h2 {
    font-weight: 600;
    font-size: 32px;
}
.project-details-area .section-title {
    margin-bottom: 15px;
}
.project-details-area .section-title-subtitle {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 400;
}
.related_blogs .blog.style-1 {
    gap: 10px;
}
.related_blogs .blog.style-1 .title {
    font-size: 24px;
}
@media (max-width: 767px) {
    .project-details-area .feature-content h2 {
        font-size: 32px;
    }
}    



.space_10px {height: 10px;}
.space_20px {height: 20px;}
.space_30px {height: 30px;}
.space_40px {height: 40px;}
.space_50px {height: 50px;}
.space_60px {height: 60px;}
.space_70px {height: 70px;}

@media (max-width: 767px) {    
    .space_sm_10px {height: 10px;}
    .space_sm_20px {height: 20px;}
    .space_sm_30px {height: 30px;}
    .space_sm_40px {height: 40px;}
    .space_sm_50px {height: 50px;}
    .space_sm_60px {height: 60px;}
    .space_sm_70px {height: 70px;}
}