/* @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Manrope:wght@200..800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');


body {
/* 	font-family: "DM Sans", sans-serif;
    font-family: "Lexend", sans-serif; */
	font-family: "Space Grotesk", sans-serif;
	overflow-x: hidden;
}
.text-justify {
    text-align: justify;
}
header {
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: all ease-in 0.3s;
    z-index: 999;
}
header.top {
    padding: 0;
    position: fixed;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
}
.header {
    padding: 0 10px 0 20px;
    background: #fff;
    border-radius: 50px;
    transition: all ease-in 0.3s;
	max-width: 1730px;
	margin: 0 auto;
}
header.top .header {
    border-radius: 0;
    max-width: 100%;
}
.navbar-brand {
    padding: 0;
    padding-right: 24px;
    margin-right: 24px;
    border-right: 1px solid #e0e0e0;
}
.navbar-brand img {
    max-height: 40px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 30px 20px;
    font-size: 17px;
    font-weight: 500;
}
.navbar-collapse {
    margin-right: 40px;
}
.call_us_btn {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 24px;
}
.call_us_btn a {
    color: #8a8a8a;
    text-decoration: none;
}
.quote_btn {
    padding: 14px 30px;
    font-size: 14px;
    font-weight: 500;
    background: #F44A27;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    margin: 0;
    margin-left: 24px;
}
.contact_toggle {
    color: #000;
    line-height: 0;
}
.contact_toggle svg g {
    stroke: #000;
}
.banner_section {
    display: flex;
    width: 100%;
    min-height: 100vh;
    background: url(../images/contact_image.jpg) bottom center no-repeat;
    background-size: cover;
    flex-direction: column;
    padding-bottom: 100px;
    position: relative;
    border-radius: 0 0 0 30px;
    overflow: hidden;
}
.banner_section span.bar {
    width: 45%;
    height: 60px;
    border-radius: 30px 0 0 0;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: 9;
    background: #fff;
}
.banner_section span.bar:before {
    width: 30px;
    height: 30px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 100%;
    content: '';
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    background: #fff;
    transform: rotate(-90deg);
}
.banner_section span.bar:after {
    width: 30px;
    height: 30px;
    position: absolute;
    top: auto;
    bottom: 100%;
    left: auto;
    right: 0%;
    content: '';
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    background: #fff;
    transform: rotate(-90deg);
}
.banner_section:before {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.banner_caption {
    margin-top: auto;
    position: relative;
    z-index: 9;
}
.banner_caption .heading_block {
    margin: 0;
}
.banner_caption .heading_block h2 {
    font-size: 80px;
    line-height: 95px;
    font-weight: 700;
    color: #fff;
    max-width: 100%;
    margin: 0;
}
.banner_caption .subheading {
    border-color: #fff;
    color: #fff;
}
.banner_caption p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 400;
}
.banner_btn {
    display: inline-flex;
    align-items: center;
    padding: 5px 5px 5px 30px;
    background: rgba(255,255,255,0.25);
    font-size: 14px;
    font-weight: 300;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    transition: all ease 0.3s;
    gap: 10px;
}
.banner_btn span {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #F44A27;
    font-size: 16px;
    border-radius: 30px;
    transform: rotate(-45deg);
    transition: all ease 0.3s;
}
.banner_btn:hover {
    background: #F44A27;
    border-color: #F44A27;
    color: #fff;
}
.banner_btn:hover span {
    transform: rotate(0deg);
}
.heading_block {
    margin-bottom: 60px;
}
.heading_block h2 {
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 50px;
    font-weight: 800;
    max-width: 600px;
}
.heading_block h3 {
    font-size: 46px;
    line-height: 1.1;
    margin-bottom: 24px;
    font-weight: 800;
    max-width: 600px;
}
.heading_block p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 24px;
}
.about_section {
    display: block;
    padding: 100px 0;
}
.about_section h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.45em;
    margin-bottom: 24px;
}
.about_section h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.45em;
    margin-bottom: 24px;
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 16px;
}
.about_section p {
    font-size: 18px;
    color: #8a8a8a;
    margin-bottom: 20px;
}
.about_section .heading_block a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}
.about_section .heading_block a::after {
    display: block;
    width: 100%;
    height: 1px;
    background: #73c8d9;
    content: '';
}
.about_section .section_content {
    margin-bottom: 40px;
}
.about_image {
    width: 100%;
    aspect-ratio: 4/5;
    position: relative;
}
.about_image img {
    width: 100%;
    aspect-ratio: 4/5;
    border-radius: 30px;
}
.about_image span {
    width: 65%;
    height: 60px;
    border-radius: 0 0 30px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: #fff;
}
.about_image span:before {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    background: #fff;
    transform: rotate(90deg);
}
.about_image span:after {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    background: #fff;
    transform: rotate(90deg);
}
.about_rimage {
    width: 100%;
    aspect-ratio: 6/4;
    position: relative;
}
.about_rimage img {
    width: 100%;
    height: auto;
    aspect-ratio: 6/4;
    object-fit: cover;
    border-radius: 30px;
}
.about_rimage span {
    width: 40%;
    height: 50px;
    border-radius: 0 30px 0 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.about_rimage span:before {
    background-color: #FFFFFF;
    width: 30px;
    height: 30px;
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    content: '';
    position: absolute;
    bottom: 100%;
    top: auto;
    left: 0;
}
.about_rimage span:after {
    background-color: #FFFFFF;
    width: 30px;
    height: 30px;
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    content: '';
    position: absolute;
    bottom: 0;
    top: auto;
    left: 100%;
}
.about_card {
    display: flex;
    padding: 40px 40px 60px;
    background-color: #F5F5F5;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 25px;
    min-height: 338px;
    position: relative;
    margin-top: 13px;
}
.about_number {
    font-size: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: auto;
}
.about_card h4 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1;
}
.about_card p {
    margin: 0 0 10px;
}
.about_card a.link {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7142857143;
    color: #000;
    text-decoration: none;
    background-image: linear-gradient(to right, #000 0%, #000 100%);
    background-position: 0 calc(100% - 0em);
    background-size: 100% 1px;
    background-repeat: no-repeat;
}
.link_btn {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: #F44A27;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    transform: rotate(45deg);
    text-decoration: none;
    transition: all ease 0.3s;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: 99;
}
.about_card span {
    width: 50px;
    height: 50px;
    border-radius: 30px 0 0 0;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: 9;
    background: #fff;
}
.about_card span:before {
    width: 25px;
    height: 25px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 100%;
    content: '';
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    background: #fff;
    transform: rotate(-90deg);
}
.about_card span:after {
    width: 25px;
    height: 25px;
    position: absolute;
    top: auto;
    bottom: 100%;
    left: auto;
    right: 0%;
    content: '';
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    background: #fff;
    transform: rotate(-90deg);
}
.project_section {
    display: block;
    padding: 100px 0 0;
    background: #F6F3EC;
    position: relative;
}
.project_section .heading_block {
    position: sticky;
    top: 30px;
}
.project_card {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 16px;
}
.project_card figure {
    width: 100%;
    height: 500px;
    position: relative;
}
.project_card figure img {
    width: 100%;
    height: 500px;
    border-radius: 30px;
    object-fit: cover;
}
.project_card h3 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}
.location_bar {
    display: flex;
    gap: 16px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
    align-items: center;
    line-height: 1;
}
.location_bar i {
    color: #F44A27;
}
.view_project_bar {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 110px;
    align-items: flex-start;
    justify-content: flex-end;
}
.view_project_bar p {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
}

.product_section {
    display: block;
    padding: 80px 0;
    background: #fdece7;
}
.products {
    margin: 80px 0 0;
}
.products figure {
    margin-bottom: 24px;
}
.products figure img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.products figcaption h4 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}
.products figcaption p {
    font-size: 18px;
    color: #797C7F;
    line-height: 1.4;
    margin-bottom: 0;
}

.video_area {
    display: block;
    position: relative;
}
.video_area::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    content: '';
}
.video_area img {
    max-width: 100%;
}
.video_area a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #fff;
    gap: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-weight: 700;
}
.wedo_section {
    display: block;
    padding: 80px 0;
}
.wedo_section p {
    font-size: 18px;
    color: #797C7F;
    line-height: 1.4;
    margin-bottom: 24px;
}
.wedo_section p:last-child {
    margin: 0;
}
.wedo_block {
    display: flex;
    padding-top: 80px;
}
.wedo_item {
    flex-basis: 25%;
    padding-right: 50px;
}
.wedo_item:last-child .wedo_card {
    border: none;
}
.wedo_card {
    padding: 16px 24px 16px 0;
    border-right: 1px solid #DBDBDB;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.wedo_card h4 {
    font-size: 24px;
    font-weight: 600;
}
.wedo_card a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    line-height: 1;
    overflow: hidden;
}
.wedo_card a span {
    text-indent: -81px;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out 0.4s;
}
.wedo_card a i {
    transition: all ease-in-out 0.4s;
}
.wedo_card:hover a i {
    margin-left: 10px;
}
.wedo_card:hover a span {
    text-indent: 0;
    visibility: visible;
    opacity: 1;
}
.wedo_card figure {
    margin: 0;
}
.wedo_card figure img {
    width: 64px;
    height: 64px;
    object-fit: scale-down;
}
.catalog_section {
    display: block;
    padding: 80px 0;
}
.portfolio_card {
    text-decoration: none;
    color: #000;
}
.portfolio_card figure {
    width: 100%;
    margin-bottom: 24px;
    overflow: hidden;
    aspect-ratio: 5/4;
}
.portfolio_card figure img {
    width: 100%;
    height: auto;
    aspect-ratio: 5/6;
    object-fit: cover;
    transition: all ease-in-out 0.4s;
}
.portfolio_card:hover figure img {
    transform: scale(1.05);
}
.portfolio_card figcaption {
    display: flex;
    padding-bottom: 24px;
    border-bottom: 1px solid #DBDBDB;
    position: relative;
    overflow: hidden;
}
.portfolio_card figcaption .number {
    transition: all ease-in-out 0.4s;
    font-size: 26px;
    font-weight: 700;
    text-indent: -50px;
    line-height: 34px;
    opacity: 0;
}
.portfolio_card:hover figcaption .number {
    opacity: 1;
    text-indent: 0;
}
.portfolio_card figcaption .portfolio_title {
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
}
.portfolio_card figcaption .arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    border: 1px solid #DBDBDB;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    opacity: 0;
    transition: all ease-in-out 0.4s;
}
.portfolio_card:hover figcaption .arrow {
    opacity: 1;
}
.portfolio_card figcaption:after {
    display: block;
    width: 0;
    height: 1px;
    background: #000;
    transition: all ease-in-out 0.4s;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}
.portfolio_card:hover figcaption::after {
    width: 100%;
}
.stats_section {
    display: block;
    padding-top: 150px;
    background: url(../images/h3_bg-1.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.stats_section:before {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #1B1F12 0%, #1B1F1200 100%);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.stats_block {
    display: flex;
    align-items: flex-end;
    gap: 40px;
}
.stats_item {
    min-height: 376px;
    padding-left: 40px;
    border-left: 1px solid #fff;
    position: relative;
    flex: 1;
}
.stats_item:before {
    width: 5px;
    height: 5px;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    top: -3px;
    left: -3px;
    content: '';
}
.stats_item:after {
    width: 21px;
    height: 21px;
    border-radius: 10px;
    background: transparent;
    border: 1px dashed #fff;
    position: absolute;
    top: -11px;
    left: -11px;
    content: '';
    -ms-animation: rotate 12s linear infinite;
    -o-animation: rotate 12s linear infinite;
    -moz-animation: rotate 12s linear infinite;
    -webkit-animation: rotate 12s linear infinite;
    animation: rotate 12s linear infinite;
}
@keyframes rotate {
    0% {
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.count_title {
    font-size: 22px;
    line-height: 1.4;
    color: #FFFFFF99;
    font-weight: 600;
}
.stats_count {
    font-size: 90px;
    color: #fff;
    font-weight: 800;
    line-height: 1;
    margin-top: -50px;
}
.stats_count sup {
    top: -.4em;
    color: #F44A27;
}



.stats_item:nth-child(2) {
    min-height: 546px;
}
.stats_item:nth-child(3) {
    min-height: 276px;
}
.stats_item:nth-child(4) {
    min-height: 436px;
}
.testimonial_section {
    display: block;
    padding: 100px 0;
    background-color: transparent;
    background-image: linear-gradient(180deg, #F6F3EC 0%, #F6F3EC00 100%);
    position: relative;
}
.testimonial_icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.testimonial_icon:before {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: url(../images/footer-bg.jpg) center no-repeat;
    background-size: cover;
    content: '';
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    position: absolute;
}
.testimonial_icon:after {
    content: '\f10d';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    color: #fff;
    font-size: 60px;
}
.testimonial_icon svg.title_text {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    width: 170px;
    height: 170px;
    overflow: visible;
    word-spacing: 2px;
}
.rotate_area {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    position: absolute;
}
.rotate {
    -ms-animation: rotate 12s linear infinite;
    -o-animation: rotate 12s linear infinite;
    -moz-animation: rotate 12s linear infinite;
    -webkit-animation: rotate 12s linear infinite;
    animation: rotate 12s linear infinite;
}
@keyframes rotate {
    0% {
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.testimonial_icon svg.title_text path {
    vector-effect: non-scaling-stroke;
    fill: var(--path-fill, transparent);
    stroke: var(--stroke-color, transparent);
    stroke-width: var(--stroke-width, 1px);
    transition: var(--stroke-transition) stroke, var(--stroke-transition) fill;
}
.testimonial_icon svg.title_text text {
    --fill: var(--text-color);
    fill: var(--fill);
    direction: var(--direction, ltr);
    transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill;
}
.testimonial_slide h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.45em;
    margin-bottom: 24px;
}
.testimonial_image {
    width: 100%;
    aspect-ratio: 16/10;
    position: relative;
}
.testimonial_image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    object-fit: cover;
    border-radius: 30px;
}
.testimonial_image span {
    width: 40%;
    height: 50px;
    border-radius: 0 30px 0 0;
    background: #faf8f3;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.testimonial_image span:before {
    background-color: #FFFFFF;
    width: 30px;
    height: 30px;
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    content: '';
    position: absolute;
    bottom: 100%;
    top: auto;
    left: 0;
}
.testimonial_image span:after {
    background-color: #FFFFFF;
    width: 30px;
    height: 30px;
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    content: '';
    position: absolute;
    bottom: 0;
    top: auto;
    left: 100%;
}
.author_card {
    display: flex;
    align-items: center;
    margin-top: 32px;
    gap: 24px;
}
.author_card figure {
    aspect-ratio: 1/1;
    max-width: 60px;
    flex: 0 0 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0;
}
.author_card figure img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
}
.author_card figcaption h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0px;
    color: #8a8a8a;
    margin: 0;
}
.author_card figcaption p {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.45em;
    margin: 0;
}
.reward_section {
    display: flex;
    border-top: 1px solid #e0e0e0;
}
.reward_title {
    margin: 70px 0 30px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.167em;
    letter-spacing: 0px;
}
.reward_block {
    padding: 0 30px;
    display: block;
    flex: 1;
    border-left: 1px solid #e0e0e0;
    text-align: center;
    height: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.reward_block:first-child {
    border: none;
}
.reward_block figure {
    width: 125px;
    height: 100px;
}
.reward_block figure img {
    width: 125px;
    height: 100px;
    object-fit: scale-down;
    opacity: 0.5;
}
.reward_block h4 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-bottom: 10px;
    max-width: 260px;
}
.reward_block p {
    font-size: 18px;
    color: #8a8a8a;
    margin: 0;
}
.reward_block h6 {
    font-size: 14px;
    color: #8a8a8a;
    margin: 0 0 10px;
}
.contact_section {
    padding: 0;
}
.contact_block h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.45em;
    margin-bottom: 24px;
}
.contact_block p {
    color: #4b4b4b;
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
}
.support_card {
    display: flex;
    align-items: center;
    margin-top: 32px;
}
.support_card span {
    display: inline-flex;
    max-width: 60px;
    flex: 0 0 60px;
    height: 60px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #F44A27;
    z-index: 1;
}
.support_card figure {
    aspect-ratio: 1/1;
    max-width: 60px;
    flex: 0 0 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0;
    margin-left: -10px;
}
.support_card figure img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
}
.support_card figcaption {
    padding-left: 24px;
}
.support_card figcaption h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0px;
    color: #8a8a8a;
    margin: 0;
}
.support_card figcaption p {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.45em;
    margin: 0;
}
.content_image {
    width: 100%;
    border-radius: 30px;
    height: 570px;
    position: relative;
}
.content_image img {
    width: 100%;
    height: 570px;
    border-radius: 30px;
    object-fit: cover;
}
.content_image span {
    width: 60%;
    height: 60px;
    display: block;
    background: #fff;
    border-radius: 0 0 0 30px;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
}
.content_image span:before {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: auto;
    right: 100%;
    content: '';
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    background: #fff;
    transform: rotate(180deg);
}
.content_image span:after {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    content: '';
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    background: #fff;
    transform: rotate(180deg);
}
.textbox {
    width: 100%;
    border-radius: 30px;
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
    font-size: 16px;
    line-height: 1.75;
    padding: 15px 30px;
    font-weight: 400;
    -webkit-appearance: none;
    box-sizing: border-box;
    transition: all ease-in-out 0.3s;
}
.textbox:focus {
    background: #000;
    border-color: #000;
    outline: none;
    color: #fff;
}
.textarea {
    width: 100%;
    border-radius: 30px;
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
    font-size: 16px;
    line-height: 1.75;
    padding: 15px 30px;
    font-weight: 400;
    -webkit-appearance: none;
    box-sizing: border-box;
    transition: all ease-in-out 0.3s;
    min-height: 120px;
}
.textarea:focus {
    background: #000;
    border-color: #000;
    outline: none;
    color: #fff;
}
.subheading {
    display: inline-flex;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #F44A27;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 24px;
    text-decoration: none;
}
.subheading.blue {
    border-color: #73c8d9;
}
.view_btn {
    display: inline-flex;
    align-items: center;
    padding: 5px 5px 5px 30px;
    border: 1px solid #e0e0e0;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 30px;
    color: #000;
    text-decoration: none;
    transition: all ease 0.3s;
    gap: 10px;
}
.view_btn span {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    background: #F44A27;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    transform: rotate(-45deg);
    transition: all ease 0.3s;
}
.view_btn:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}
.view_btn:hover span {
    transform: rotate(0deg);
}
.blog_section {
    display: block;
    padding: 100px 0;
}
.blog_card {
    display: block;
}
.blog_card figure {
    margin-bottom: 20px;
    border-radius: 30px;
    aspect-ratio: 16/10;
}
.blog_card figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 30px;
    aspect-ratio: 16/10;
}
.blog_card h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}
.blog_card h3 a {
    color: #000;
    text-decoration: none;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-image: linear-gradient(to right, #000 0%, #000 100%);
    background-position: 0 calc(100% - 0em);
    background-size: 0 2px;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    background-repeat: no-repeat;
}
.blog_card h3 a:hover {
    background-size: 100% 2px;
}
.blog_meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 16px;
}
.blog_meta:before {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ccc;
    order: 1;
}
.blog_cat {
    order: 0;
    display: inline-block;
    border-radius: 20px;
    background: #F44A27;
    padding: 9px 20px;
    color: #fff;
    line-height: 1;
    text-decoration: none;
}
.blog_date {
    color: #8a8a8a;
    font-size: 14px;
    font-weight: 500;
    order: 2;
}

footer {
    background: url(../images/footer-bg.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
    padding: 130px 30px 30px;
}
footer:after {
    width: 100%;
    height: 50px;
    border-radius: 0 0 50px 50px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
footer:before {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.footer_top {
    position: relative;
    z-index: 3;
    max-width: 1730px;
    margin: 0 auto;
}
.footer_top h2 {
    font-size: 62px;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
    margin-bottom: 24px;
}
.footer_top p {
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.footer_text {
    position: relative;
    z-index: 1;
    max-width: 1730px;
    margin: 0 auto;
    margin-bottom: -40px;
}
.footer_text img {
    max-width: 100%;
}
.footer_btn {
    background-color: #00000005;
    backdrop-filter: blur(60px);
    width: 160px;
    height: 160px;
    padding: 16px 30px;
    border-radius: 80px;
    border: 1px solid #FFFFFF1A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin: 30px auto -30px;
    z-index: 9;
}
.footer_bottom {
    padding-top: 60px;
    background: #fff;
    border-radius: 40px;
    position: relative;
    z-index: 1;
    max-width: 1730px;
    margin: 0 auto;
}
.footer_widget_center {
    display: flex;
    padding: 0 40px 20px;
    height: 100%;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    gap: 24px;
    justify-content: space-between;
}
.footer_widget_right {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    padding-bottom: 20px;
    height: 100%;
    align-items: flex-start;
    justify-content: space-between;
}
.footer_widget_left {
    display: flex;
    flex-direction: column;
    padding-right: 40px;
    padding-bottom: 20px;
    height: 100%;
    align-items: flex-start;
    justify-content: space-between;
}
footer p {
    margin: 0;
    font-size: 18px;
    color: #8a8a8a;
}
.footer_logo {
    width: auto;
    height: 60px;
}
footer h2 {
    font-size: 46px;
    line-height: 1.1;
    margin-bottom: 50px;
    font-weight: 800;
    max-width: 600px;
    color: #fff;
}
footer h5 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 32px;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
footer ul li {
    display: block;
}
footer li a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    background-image: linear-gradient(to right, #000 0%, #000 100%);
    background-position: 0 calc(100% - 0em);
    background-size: 0 1px;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    background-repeat: no-repeat;
    text-decoration: none;
}
footer li a:hover {
    background-size: 100% 1px;
}
.social {
    display: flex;
    flex-direction: row;
    margin-top: auto;
}
.social li a {
    font-size: 14px;
    color: #8a8a8a;
}
.footer_link {
    font-size: 36px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    box-shadow: inset 0 -1px 0 0 #e0e0e0;
}
.footer_link:hover {
    box-shadow: inset 0 -1px 0 0 #F44A27;
}
.separator {
    opacity: 1;
    margin: 0;
    margin-top: 60px;
    border-color: #e0e0e0;
}
.copyright {
    padding: 40px 0;
}
.copyright p {
    margin: 0;
    font-size: 18px;
    color: #8a8a8a;
    text-align: center;
}
.inner_banner {
    display: flex;
    width: 100%;
    min-height: 50vh;
    background: url(../images/contact_image.jpg) bottom center no-repeat;
    background-size: cover;
    flex-direction: column;
    padding: 150px 0 100px;
    position: relative;
    border-radius: 0 0 30px 30px;
    overflow: hidden;
}
.inner_banner.project {
    min-height: 30vh;
    padding-bottom: 50px;
}
.inner_banner:before {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.inner_banner .heading_block {
    margin-bottom: 100px;
}
.inner_banner p {
    margin: 0;
}
.breadcrumb_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 24px;
}
.breadcrumb_list li {
    display: flex;
    align-items: center;
    gap: 24px;
    color: #fff;
}
.breadcrumb_list li a {
    display: block;
    color: #fff;
    text-decoration: none;
}
.breadcrumb_list li:after {
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    content: '';
    background: #fff;
}
.breadcrumb_list li:last-child::after {
    display: none;
}
.about_stat {
    display: block;
    padding: 24px;
    border-radius: 30px;
    background: url(../images/contact_image.jpg) bottom center no-repeat;
    background-size: cover;
    flex-direction: column;
    position: relative;
    padding-top: 90px;
    margin: 0;
}
.stat_card {
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 40px;
    border-radius: 20px;
    margin-top: 40px;
}
.stat_card + .stat_card {
    margin-top: 8px;
}
.about_stats_count {
    font-size: 80px;
    color: #111;
    font-weight: 800;
    line-height: 1;
}
.about_stats_count sup {
    top: -.4em;
    color: #65c4d7;
}
.about_count_title {
    font-size: 16px;
    line-height: 1.4;
    color: #8a8a8a;
    font-weight: 600;
}
.stat_card figure {
    margin-left: auto;
    margin-bottom: 40px;
}
.stat_card figure svg {
    width: 50px;
    height: 50px;
}
.about_stat span.pesodu {
    width: 70%;
    height: 60px;
    display: block;
    background: #fff;
    border-radius: 0 0 0 30px;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
}
.about_stat span.pesodu:before {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: auto;
    right: 100%;
    content: '';
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    background: #fff;
    transform: rotate(180deg);
}
.about_stat span.pesodu:after {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    content: '';
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    background: #fff;
    transform: rotate(180deg);
}
.logo_section {
    display: block;
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid #e0e0e0;
}
.logo_title {
    margin: 0 0 30px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.167em;
    letter-spacing: 0px;
}
.logo_slider img {
    width: 160px;
    height: 106px;
    object-fit: scale-down;
    display: block;
    margin: 20px auto;
}
.testimonial_slide.center_slide {
    margin-top: 100px;
    text-align: center;
}
.center_slide .author_card {
    text-align: left;
    justify-content: center;
}
.service_card figure {
}
.service_card figure svg {
    width: 50px;
    height: 50px;
    fill: #e0e0e0;
}
.service_card figcaption {
    padding-top: 24px;
    border-top: 1px solid #e0e0e0;
    margin-top: 24px;
}
.service_card figcaption h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
.service_card figcaption p {
    font-size: 18px;
    line-height: 1.5;
}
.service_section {
    padding: 100px 0 200px;
    display: block;
}
.service_image {
    width: 100%;
    aspect-ratio: 16/10;
    position: relative;
    margin-bottom: 60px;
}
.service_image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    object-fit: cover;
    border-radius: 30px;
}
.service_image span {
    width: 40%;
    height: 50px;
    border-radius: 0 30px 0 0;
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.service_image span:before {
    background-color: #FFFFFF;
    width: 30px;
    height: 30px;
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    content: '';
    position: absolute;
    bottom: 100%;
    top: auto;
    left: 0;
}
.service_image span:after {
    background-color: #FFFFFF;
    width: 30px;
    height: 30px;
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    content: '';
    position: absolute;
    bottom: 0;
    top: auto;
    left: 100%;
}
.commitment_section {
    display: block;
    padding: 100px 0;
    background-color: #e8eff2;
}
.commitment_image {
    width: 100%;
    aspect-ratio: 4/5;
    position: relative;
    margin-bottom: 60px;
}
.commitment_image img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/5;
    object-fit: cover;
    border-radius: 30px;
}
.commitment_image span {
    width: 40%;
    height: 50px;
    border-radius: 0 30px 0 0;
    background: #e8eff2;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.commitment_image span:before {
    background-color: #e8eff2;
    width: 30px;
    height: 30px;
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    content: '';
    position: absolute;
    bottom: 100%;
    top: auto;
    left: 0;
}
.commitment_image span:after {
    background-color: #e8eff2;
    width: 30px;
    height: 30px;
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    content: '';
    position: absolute;
    bottom: 0;
    top: auto;
    left: 100%;
}
.commitment_block {
    display: block;
    position: sticky;
    top: 100px;
}
.commitment_card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 370px;
    background: #f5f5f5;
    padding: 60px 50px 40px 80px;
    border-radius: 30px;
    position: relative;
    margin-bottom: 24px;
    overflow: hidden;
}
.commitment_card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #1a6081;
    transform: scale3d(1, 1, 1);
    transform-style: preserve-3d;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    z-index: 0;
}
.commitment_card:hover:before {
    transform: scale3d(45, 45, 1);
    will-change: transform;
}
.commitment_card span {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e8eff2;
    border-radius: 25px 0 25px 0;
}
.commitment_card span:before {
    width: 30px;
    height: 30px;
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    transform: rotate(90deg);
    background-color: #e8eff2;
}
.commitment_card span:after {
    width: 30px;
    height: 30px;
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    transform: rotate(90deg);
    background-color: #e8eff2;
}
.commitment_card figure {
    display: flex;
    width: 50px;
    height: 50px;
    max-width: 50px;
    flex: 0 0 50px;
    border-radius: 50%;
    background: #1a6081;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.commitment_card figure svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.commitment_card figcaption {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    position: relative;
    z-index: 1;
}
.commitment_card:hover figcaption {
    color: #fff;
}
.commitment_card figcaption h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    transition: all 0.8s ease;
}
.commitment_card figcaption p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    margin-top: auto;
    transition: all 0.8s ease;
}
.impact_section {
    display: block;
    padding: 100px 0;
    background: #000;
}
.impact_image {
    width: 100%;
    aspect-ratio: 16/10;
    position: relative;
    margin-bottom: 60px;
}
.impact_image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    object-fit: cover;
    border-radius: 30px;
}
.impact_image span {
    width: 40%;
    height: 50px;
    border-radius: 0 30px 0 0;
    background: #061a25;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.impact_image span:before {
    background-color: #061a25;
    width: 30px;
    height: 30px;
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    content: '';
    position: absolute;
    bottom: 100%;
    top: auto;
    left: 0;
}
.impact_image span:after {
    background-color: #061a25;
    width: 30px;
    height: 30px;
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    content: '';
    position: absolute;
    bottom: 0;
    top: auto;
    left: 100%;
}
.impact_section .subheading {
    color: #fff;
}
.impact_section .heading_block h2 {
    color: #fff;
}
.impact_section h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.45em;
    margin-bottom: 24px;
    color: rgba(255,255,255,0.5);
}
.project_bar {
    display: block;
    width: 100%;
    margin-bottom: 100px;
    border-radius: 30px;
    position: sticky;
    top: 270px;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 30px 50px rgba(0,0,0,.12);
    -ms-box-shadow: 0 30px 50px rgba(0,0,0,.12);
    -o-box-shadow: 0 30px 50px rgba(0,0,0,.12);
    box-shadow: 0 30px 50px rgba(0, 0, 0, .12);
}
.project_bar img {
    aspect-ratio: 16/7;
    object-fit: cover;
    border-radius: 30px;
    width: 100%;
}
.project_content {
    position: absolute;
    left: auto;
    bottom: 50px;
    left: 50px;
    padding: 35px;
    background: #fff;
    box-shadow: 10px 10px 0 0 rgba(255, 255, 255, 0.4);
    width: 100%;
    max-width: 490px;
}
.project_content h6 {
    font-size: 14px;
    font-weight: 500;
    color: #999;
    line-height: 26px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    /* border-bottom: 1px solid #d7d7d7;
    padding-bottom: 22px;
    margin-bottom: 22px; */
}
.project_content h4 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    margin: 0;
}
.project_content .scope {
    border-top: 1px solid #d7d7d7;
    padding-top: 16px;
    margin-top: 16px;
}
.project_content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 420px;
    color: #666;
}
.project_content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 16px;
}
.project_content ul li {
    flex: 1;
}
.project_content ul li h6 {
    color: #F44A27;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2em;
    letter-spacing: 1px;
}
.project_content ul li p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
}
.product_section {
    display: block;
    padding: 100px 0;
    background: #061a25;
}
.product_section h2 {
    color: #fff;
}
.product_section .subheading {
    color: #fff;
}
.product_wrapper {
    display: flex;
    margin-top: 100px;
    gap: 30px;
    padding: 0 100px;
}
.product_card {
    display: flex;
    flex-direction: column;
    padding: 30px;
    justify-content: flex-end;
    align-items: flex-start;
    border-radius: 20px;
    background: url(../images/footer-bg.jpg) center no-repeat;
    background-size: cover;
    transition: all ease-in 0.5s;
    position: relative;
    overflow: hidden;
    height: 500px;
    flex: 1;
}
.card_content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 300px;
    opacity: 0;
    transition: opacity ease-in 0.5s;
}
.card_content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.card_content ul li {
    position: relative;
    color: #fff;
    padding-left: 30px;
    margin: 0;
}
.card_content ul li:before {
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: 900;
    color: #F44A27;
}
.card_content h4 {
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap;
    position: relative;
    color: #fff;
    margin-bottom: 24px;
}
.product_card:before {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.product_card.active {
    flex-basis: 30%;
    /* align-items: flex-start; */
}
.product_card.active .card_content {
    opacity: 1;
}
.product_card h4.card_heading {
    font-size: 24px;
    font-weight: 700;
    writing-mode: vertical-lr;
    white-space: nowrap;
    position: relative;
    color: #fff;
    transform: rotate(180deg);
    margin: 0;
    margin-left: 80%;
}
.product_card.active h4.card_heading {
    /* writing-mode: horizontal-tb;
    transform: none; */
    margin-left: 0;
    transition: all ease-in 0.5s;
    opacity: 0;
}
.product_card .view_btn {
    margin-top: 100px;
    position: relative;
    margin-bottom: -150px;
    transition-delay: 0.5s;
}
.product_card.active .view_btn {
    margin-top: 24px;
    position: relative;
    margin-bottom: 0;
}
.productview_section {
    display: block;
    padding: 100px 0;
}
.productview_section + .productview_section {
    padding-top: 0;
}
.productview_section h4 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 16px;
}
.productview_section p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 24px;
}
.productsection_image {
    width: 100%;
    aspect-ratio: 4/5;
    position: sticky;
    top: 30px;
}
.productsection_image img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/5;
    object-fit: cover;
    border-radius: 30px;
}
.productsection_image span {
    width: 40%;
    height: 50px;
    border-radius: 0 0 0 30px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.productsection_image span:before {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: auto;
    right: 100%;
    content: '';
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    background: #fff;
    transform: rotate(180deg);
}
.productsection_image span:after {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    content: '';
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    background: #fff;
    transform: rotate(180deg);
}
.product_bar {
    display: block;
    margin-top: 50px;
    cursor: pointer;
}
.product_bar h4 {
    font-size: 26px;
    margin-bottom: 16px;
    font-weight: 600;
}
.product_bar p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
}
.product_bar .count {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 14px;
    font-weight: 500;
}
.productview_second_section {
    display: block;
    padding: 100px 0;
    background-color: transparent;
    background-image: linear-gradient(180deg, #F6F3EC 0%, #F6F3EC00 30%);
}
.productview_second_section h4 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 16px;
}
.productview_second_section p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 24px;
}
.product_second_card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.product_second_card figure {
    display: flex;
    width: 80px;
    max-width: 80px;
    flex: 0 0 80px;
    border-radius: 50%;
    background: #F44A27;
    align-items: center;
    justify-content: center;
}
.product_second_card figure svg {
    width: 36px;
    height: 36px;
    fill: #fff;
    filter: invert(1);
}
.product_second_card figcaption {
    padding-top: 24px;
    border-top: 1px solid #e0e0e0;
    margin-top: 24px;
}
.product_second_card figcaption h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
.product_second_card figcaption p {
    font-size: 18px;
    line-height: 1.5;
}

.productview_third_section {
    display: block;
    padding: 100px 0;
    background: #061a25;
}
.productview_third_section .subheading {
    color: #fff;
}
.productview_third_section h3 {
    color: #fff;
}
.productview_third_section h4 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 16px;
}
.productview_third_section p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 24px;
    color: #fff;
    opacity: 0.5;
}
.product_third_card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.product_third_card figure {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_third_card figure img {
    max-width: 100%;
    aspect-ratio: 5/4;
    border-radius: 10px;
    object-fit: cover;
    height: auto;
}
.product_third_card figcaption {
    padding-top: 24px;
}
.product_third_card figcaption h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}
.product_third_card figcaption p {
    font-size: 18px;
    line-height: 1.5;
}
.fabrication_product_bar.active h4, .glazing_product_bar.active h4, .cladding_product_bar.active h4, .fenestration_product_bar.active h4 {
    color: #F44A27;
}
.impact_section .logo_section {
    border-color: rgba(255,255,255,0.1);
}
.impact_section .logo_title {
    color: rgba(255,255,255,0.5);
}
.impact_section .logo_slider img {
    background: #fff;
    border-radius: 10px;
}
.project_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 2 columns */
    /*grid-template-rows: repeat(5, auto); */  /* 5 rows */
    max-width: 100%;
    gap: 60px;
}
.project_list li {
    display: block;
}
.project_list li figure {
    position: relative;
    margin-bottom: 24px;
    border-radius: 30px;
    overflow: hidden;
}
.project_list li img {
    max-width: 100%;
    height: auto;
    aspect-ratio: 5/4;
    object-fit: cover;
    border-radius: 30px;
}
.project_list li span {
    width: 40%;
    height: 50px;
    border-radius: 0 30px 0 0;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: -1px;
    z-index: 1;
}
.project_list li span:before {
    background-color: #fff;
    width: 30px;
    height: 30px;
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    content: '';
    position: absolute;
    bottom: 100%;
    top: auto;
    left: 0;
}
.project_list li span:after {
    background-color: #fff;
    width: 30px;
    height: 30px;
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    content: '';
    position: absolute;
    bottom: 0;
    top: auto;
    left: 100%;
}
.project_list h4 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.project_list h4 a {
    color: #000;
    text-decoration: none;
}
.project_list p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 420px;
    color: #666;
}
.project_list ul.project_metas {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 200px;
    height: 100%;
    position: absolute;
    padding: 32px 24px;
    background: rgba(0,0,0,0.85);
    border-radius: 24px 0 0 0;
    display: flex;
    flex-direction: column;
    top: 0;
    left: auto;
    right: 0;
    gap: 16px;
    transform: translate(100%);
    transition: transform ease-in-out 0.5s;
}
.project_list ul li {
    margin-bottom: auto;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.project_list ul li h6 {
    color: #F44A27;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2em;
    letter-spacing: 1px;
}
.project_list ul li p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
    color: #fff;
}
.project_list .subheading {
    margin-top: -40px;
    position: relative;
}
.project_list ul li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.project_list ul.project_metas:before {
    width: 24px;
    height: 100px;
    background: rgba(0,0,0,0.85) url(../images/chevron-left.svg) center no-repeat;
    border-radius: 10px 0 0 10px;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 100%;
    content: '';
}
.project_list ul.project_metas:after {
    background: rgba(0,0,0,0.85);
    width: 12px;
    height: 12px;
    clip-path: path("M0 0 Q0,12 12,12 L 0 12 Z");
    content: '';
    position: absolute;
    bottom: 100px;
    left: auto;
    right: 100%;
    transform: rotate(-90deg);
}
.project_block {
    display: block;
}
.project_block:hover .project_metas {
    transform: translate(0);
}
.project_details {
    display: block;
    padding: 100px 0;
}
.project_details h1 {
    font-size: 54px;
    font-weight: 900;
}
.project_details h2 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 24px;
}
.project_details h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 24px;
}
.project_submetas {
    display: block;
    padding-top: 40px;
    margin-top: 24px;
    border-top: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 24px;
}
.meta_item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 auto;
}
.meta_item figure {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    flex-basis: 62px;
    flex: 0 0 62px;
    padding: 18px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    margin: 0;
    width: 62px;
    height: 62px;
}
.meta_item figcaption h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    color: #8a8a8a;
    margin: 0;
}
.meta_item figcaption p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    color: #000;
    margin: 0;
}
.project_image {
    margin: 40px 0;
}
.project_image img {
    width: 100%;
    height: 570px;
    border-radius: 30px;
    object-fit: cover;
}
.fact_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 24px 0;
}
.fact_list li {
    display: flex;
    gap: 16px;
}
.fact_list li:before {
    display: block;
    margin-top: 10px;
    width: 5px;
    height: 5px;
    max-width: 5px;
    flex: 0 0 5px;
    content: '';
    background: #F44A27;
}
.photo_slider {
    margin: 80px 0;
}
.photo_slider img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    border-radius: 20px;
    object-fit: cover;
}
.challenging_section figure {
    width: 50vw;
    height: auto;
    display: flex;
    margin: 0;
    border-radius: 30px 0 0 30px;
    position: relative;
    aspect-ratio: 16/9;
}
.challenging_section figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px 0 0 30px;
}
.challenge_list {
    display: flex;
    margin: 30px 0;
    padding: 0;
    list-style-type: none;
    flex-wrap: wrap;
    gap: 30px 60px;
}
.challenge_list li {
    flex-basis: calc(50% - 30px);
    display: flex;
    align-items: flex-start;
    gap: 24px;
}
.challenge_list li figure {
    padding: 22px;
    border-radius: 50%;
    background: #F44A27;
    max-width: 76px;
    flex: 0 0 76px;
    flex-basis: 76px;
    width: 76px;
    height: 76px;
}
.challenge_list li figure img {
    width: 32px;
    height: 32px;
    filter: invert(1);
}
.challenge_list h4 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
}
.challenge_list p {
    margin: 0;
}
.compromise_section {
    display: block;
    margin: 100px 0;
}
.compromise_content {
    display: block;
    padding: 30px 46px;
    background: #fff;
    border-radius: 20px;
        -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 30px 50px rgba(0,0,0,.12);
    -ms-box-shadow: 0 30px 50px rgba(0,0,0,.12);
    -o-box-shadow: 0 30px 50px rgba(0,0,0,.12);
    box-shadow: 0 30px 50px rgba(0, 0, 0, .12);
}
.compromise_section figure {
    width: 50vw;
    height: 100%;
    display: flex;
    margin: 0;
    border-radius: 30px;
    aspect-ratio: 16/9;
}
.compromise_section figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.call_back_area {
    display: block;
    padding: 80px 24px;
    border-radius: 20px;
    background-image: url(../images/services_single.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
}
.call_back_area:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: rgba(0,0,0,0.6);
    content: '';
}
.call_back_content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.call_back_content img {
    max-width: 50px;
}
.call_back_content h5 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}
.call_back_number {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    box-shadow: inset 0 -1px 0 0 #F44A27;
}
.result_section {
    display: block;
    margin: 100px 0;
}
.result_content {
    display: block;
    padding: 30px 46px;
    background: #fff;
    border-radius: 20px;
        -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 30px 50px rgba(0,0,0,.12);
    -ms-box-shadow: 0 30px 50px rgba(0,0,0,.12);
    -o-box-shadow: 0 30px 50px rgba(0,0,0,.12);
    box-shadow: 0 30px 50px rgba(0, 0, 0, .12);
    position: relative;
    z-index: 1;
}
.result_section figure {
    width: 50vw;
    height: auto;
    display: flex;
    margin: 0;
    border-radius: 30px;
    float: right;
    aspect-ratio: 16/9;
}
.result_section figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.legacy_section figure {
    width: 50vw;
    height: auto;
    display: flex;
    margin: 0;
    border-radius: 0 30px 30px 0;
    margin-left: calc(-50vw + 100%);
    aspect-ratio: 16/9;
}
.legacy_section figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 30px 30px 0;
}
.project_sidebar {
    display: block;
    position: sticky;
    top: 120px;
}
.project_info_bar {
    display: block;
    border-radius: 20px;
}
.project_info_bar h3 {
    padding: 24px 40px;
    font-size: 24px;
    font-weight: 500;
    background: #F44A27;
    color: #fff;
    border-radius: 20px 20px 0 0;
    margin: 0;
}
.project_info_bar ul {
    padding: 24px 40px;
    display: flex;
    flex-direction: column;
    background: #f5f5f5;
    border-radius: 0 0 20px 20px;
    margin-bottom: 24px;
    list-style-type: none;
}
.project_info_bar ul li {
    padding: 10px 0;
    border-bottom: 1px solid #172C451A; 
}
.project_info_bar ul li:last-child {
    border: none;
}
.project_info_bar h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    color: #8a8a8a;
    margin: 0;
}
.project_info_bar p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    color: #000;
    margin: 0;
}
.project_figure {
    margin: 16px 0;
}
.project_figure img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    aspect-ratio: 16/8;
}
.h4 {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.scope_block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.scope_block ul li {
    background: #fff;
    border: 1px solid #172C451A;
    position: relative;
    border-radius: 20px;
    padding: 20px 15px 20px 55px;
    margin: 0;
}
.scope_block ul li:before {
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 18px;
    font-weight: 900;
    color: #F44A27;
}
.challenge_block ul {
    margin: 30px 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.challenge_block ul li {
    display: block;
}
.challenge_block ul li h5 {
    position: relative;
    font-size: 20px;
    text-transform: capitalize;
    padding-left: 30px;
    margin-bottom: 15px;
}
.challenge_block ul li h5:before {
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: 900;
    color: #F44A27;
}
.technical_block ul {
    display: flex;
    margin: 30px 0;
    padding: 0;
    list-style-type: none;
    flex-wrap: wrap;
    gap: 24px;
    flex-direction: column;
    border-radius: 20px;
    margin-top: 40px;
    padding: 40px;
    background: #e8eff2;
}
.technical_block li {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 24px;
}
.technical_block li:last-child {
    border: none;
    padding-bottom: 0;
}
.technical_block li figure {
    padding: 13px;
    border-radius: 50%;
    background: #1a6081;
    max-width: 50px;
    flex: 0 0 50px;
    flex-basis: 50px;
    width: 50px;
    height: 50px;
}
.technical_block li figure img {
    width: 24px;
    height: 24px;
    filter: invert(1);
}
.technical_block li h4 {
    font-size: 18px;
    font-weight: 700;    
    margin-bottom: 10px;
}
.technical_block li p {
    margin: 0;
}
.contact_info {
    display: block;
    padding: 100px 0 0;
}
.contact_card {
    display: flex;
    padding: 50px;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    flex-direction: column;
    height: 100%;
}
.contact_card p {
    min-height: 48px;
    margin-bottom: 24px;
    color: #4b4b4b;
}
.contact_card a {
    display: flex;
    padding: 14px 30px;
    font-size: 14px;
    font-weight: 500;
    background: #F44A27;
    color: #fff;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 30px;
	margin-top: auto;
}
.contact_card i {
    margin-bottom: 30px;
    font-size: 24px;
}
.contact_bottom {
    display: block;
    padding: 100px 0;
}
.map_area {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}
.map_area iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.news_wrapper {
    padding: 100px 0;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 60px;
}
.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 16px;
    color: #8a8a8a;
    text-decoration: none;
    text-transform: uppercase;
}
.page-numbers.current {
    background: #73c8d9;
    color: #000;
}
.wpcf7 form .wpcf7-response-output {
    margin: 10px 0 0;
}
.happy_client_block {
    display: block;
    padding-top: 24px;
    margin-top: 100px;
}
.happy_client_block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.happy_client_block ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg,  rgba(101,196,215,1) 0%,rgba(26,96,129,1) 100%);
    color: #fff;
    font-size: 30px;
}
.happy_client_block ul li + li {
    margin-left: -10px;
}
.happy_client_block ul li img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
.happy_client_text {
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
    color: #8a8a8a;
}
.happy_client_text span {
    color: #000;
}
.team_section {
    display: block;
    padding: 100px 0;
    background-color: #e8eff2;
}
/* .team_section:before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(180deg, #FFFFFF00 25%, #1B1F12 100%);
} */
.team_content {
    display: flex;
    flex-direction: column;
    position: relative;
}
.team_core ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.team_core ul li {
    position: relative;
    color: #000;
    padding-left: 30px;
    margin: 0;
}
.team_core ul li:before {
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: 900;
    color: #73c8d9;
}
.team_content h2 {
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 50px;
    font-weight: 800;
    max-width: 600px;
    color: #fff;
}
.team_image {
    width: 100%;
    aspect-ratio: 6/4;
    position: relative;
}
.team_image img {
    width: 100%;
    height: auto;
    aspect-ratio: 6/4;
    object-fit: cover;
    border-radius: 30px;
}
.team_image span {
    width: 40%;
    height: 50px;
    border-radius: 0 30px 0 0;
    background: #e8eff2;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.team_image span:before {
    background-color: #e8eff2;
    width: 30px;
    height: 30px;
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    content: '';
    position: absolute;
    bottom: 100%;
    top: auto;
    left: 0;
}
.team_image span:after {
    background-color: #e8eff2;
    width: 30px;
    height: 30px;
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    content: '';
    position: absolute;
    bottom: 0;
    top: auto;
    left: 100%;
}
.team_top {
    margin-top: auto;
}
.team_block {
    display: block;
    background: #fff;
    padding: 16px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.team_item {
    display: flex;
    gap: 16px;
    align-items: center;
}
.team_item figure {
    position: relative;
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    max-width: 56px;
    flex: 0 0 56px;
    font-size: 20px;
    border: 3px solid #fff;
    margin: 0;
}
.team_item figure img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 50%;
    box-shadow: none;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
.team_item figcaption {
    display: flex;
    align-items: center;
    gap: 16px;
}
.team_item figcaption p {
    margin: 0;
}
.team_item figcaption p:last-child {
    flex-basis: 70%;
}
.team_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    border-top: 1px solid #00000010;
    margin-top: 24px;
}
.team_bottom p {
    color: #000;
    font-size: 18px;
    margin: 0;
    max-width: 50%;
}
.case_study_section {
    display: block;
    padding: 100px 0;
}
.case_study_block {
    display: block;
    padding: 0 0 50px;
}
.case_study_block + .case_study_block {
    padding-top: 50px;
    border-top: 1px solid #e0e0e0;
}
.case_study_block figure {
    aspect-ratio: 16/10;
    border-radius: 20px;
    margin: 0;
}
.case_study_block figure img {
    aspect-ratio: 16/10;
    border-radius: 20px;
    max-width: 100%;
    object-fit: cover;
}
.case_study_block h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 16px;
}
.case_study_block h3 a {
    color: #000;
    text-decoration: none;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-image: linear-gradient(to right, #000 0%, #000 100%);
    background-position: 0 calc(100% - 0em);
    background-size: 0 2px;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    background-repeat: no-repeat;
    display: inline;
}
.case_study_block h3 a:hover {
    background-size: 100% 2px;
}
.case_study_block p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 24px;
}
.case_study_block a.link {
    display: inline-flex;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    transition: all ease 0.3s;
    color: #000;
    position: relative;
    text-decoration: none;
    padding-bottom: 4px;
}
.case_study_block a.link:before, .case_study_block a.link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -1px;
    display: block;
    width: calc(100% + 2px);
    height: 2px;
    background-color: #F44A27;
    transform: scaleX(0);
    transform-origin: 0 0;
    -webkit-transition: 0.3s cubic-bezier(0.48, 0.05, 0.5, 0.94);
    -o-transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
    transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
}
.case_study_block a.link:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition: 0.3s cubic-bezier(0.48, 0.05, 0.5, 0.94) 0.2s;
    -o-transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
    transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
}
.case_study_block a.link:hover:before {
    background-color: #000;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: 0.3s cubic-bezier(0.48, 0.05, 0.5, 0.94) 0.2s;
    -o-transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
    transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
}
.case_study_block a.link:hover:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #000;
    -webkit-transition: 0.3s cubic-bezier(0.48, 0.05, 0.5, 0.94);
    -o-transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
    transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
}
.scope_list {
    margin: 0 0 30px;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.scope_list li {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-basis: calc(50% - 15px);
}
.scope_list li figure {
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    background: #e8eff2;
    display: flex;
    margin: 0;
    border-radius: 50%;
    max-width: 60px;
    flex: 0 0 60px;
}
.scope_list li figure svg {
    width: 24px;
    height: 24px;
}
.scope_list li figcaption p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}
.scope_list li figcaption h6 {
    font-size: 16px;
    margin: 0 0 5px;
    color: #888;
}
@keyframes updown {
    0% {
        bottom: -5px;
    }
    50% {
        bottom: -25px;
    }
    0% {
        bottom: -5px;
    }
}
.scroll_down {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 300;
    writing-mode: vertical-rl;
    overflow: visible;
    transform: rotate(180deg) translate(-100px, -50%);
    transition: all ease-in 0.3s;
    position: fixed;
    bottom: 50%;
    right: 0;
    padding: 20px;
    z-index: 99;
    background: #F44A27;
    color: #fff;
    border-radius: 0 20px 20px 0;
}
.scroll_down.active {
    transform: rotate(180deg) translate(0, -50%);
}
.scroll_down span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 20px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 24px;
    position: relative;
}
.scroll_down span:before {
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    content: '';
    position: relative;
    bottom: -5px;
    -webkit-animation: updown 1s ease-in-out infinite;
    animation: updown 1s ease-in-out infinite;
}
.scroll_down ins {
    text-decoration: none;
}
.scroll_down:after {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    background: #F44A27;
    transform: rotate(90deg);
}
.scroll_down:before {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 100%;
    left: 0;
    content: '';
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    background: #F44A27;
}
.why_section {
    display: block;
    padding: 100px 0;
    background-color: #e8eff2;
}
.why_section .heading_block h2 {
    max-width: 800px;
}
.why_image {
    width: 100%;
    aspect-ratio: 6/4;
    position: relative;
    margin-bottom: 32px;
}
.why_image img {
    width: 100%;
    height: auto;
    aspect-ratio: 6/4;
    object-fit: cover;
    border-radius: 30px;
}
.why_image span {
    width: 40%;
    height: 50px;
    border-radius: 0 30px 0 0;
    background: #e8eff2;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.why_image span:before {
    background-color: #e8eff2;
    width: 30px;
    height: 30px;
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    content: '';
    position: absolute;
    bottom: 100%;
    top: auto;
    left: 0;
}
.why_image span:after {
    background-color: #e8eff2;
    width: 30px;
    height: 30px;
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    content: '';
    position: absolute;
    bottom: 0;
    top: auto;
    left: 100%;
}
.why_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #d5d8dc;
}
.why_list li {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 20px 0;
    font-size: 20px;
    color: #8a8a8a;
    border-top: 1px solid #d5d8dc;
}
.why_count {
    display: flex;
    width: 50px;
    height: 50px;
    max-width: 50px;
    flex: 0 0 50px;
    border-radius: 50%;
    background: #1a6081;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: #fff;
}
.why_section .support_card span {
    background: #1a6081;
}
.drive_us_section {
    display: block;
    padding: 100px 0;
    background: #061a25;
}
.drive_us_section .heading_block h2 {
    max-width: 900px;
}
.drives_count {
    height: 70px;
    color: #73c8d9;
    font-family: "Manrope", sans-serif;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 24px;
}
.drives_count span {
    font-size: 130px;
    font-weight: 700;
    line-height: 100px;
    display: inline-block;
    vertical-align: top;
}
.drive_us_section h4 {
    font-size: 26px;
    margin-bottom: 32px;
    color: #fff;
    font-weight: 700;
}
.drive_us_section p {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
}
#talk_modal .modal-body, #free_modal .modal-body, #team_modal .modal-body {
	padding: 32px 50px;
	position: relative;
}
#talk_modal .btn-close, #free_modal .btn-close, #team_modal .btn-close {
	position: absolute;
	top: 26px;
	right: 26px;
	left: auto;
}
.faqs_section {
    display: block;
    padding: 100px 0;
}
.accordian_heading {
    padding: 40px 80px;
    font-size: 20px;
    font-weight: 600;
    border-top: 1px solid #e0e0e0;
    position: relative;
    cursor: pointer;
}
.accordian_heading .before {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 20px 20px 20px 0;
    background: #F44A27;
    color: #fff;
    position: absolute;
    top: 32px;
    left: 0;
}
.accordian_heading .after {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 20px 20px 20px 0;
    color: #000;
    position: absolute;
    top: 32px;
    right: 0;
}
.accordian_content {
    padding: 0 80px 40px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: #8a8a8a;
}
.page_content {
    display: block;
    padding: 100px 0;
}
.blog_header {
    display: block;
    padding: 0 0 40px;
    text-align: center;
}
.blog_header h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}
.blog_image {
    width: 100%;
    line-height: 0;
    margin-bottom: 40px;
}
.blog_image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 20px;
    object-fit: cover;
}
.blog_info_meta {
    margin: 0 0 16px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    gap: 15px;
}
.blog_info_meta li {
    display: flex;
    gap: 15px;
    align-items: center;
}
.blog_info_meta li:after {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
    display: block;
    content: '';
}
.blog_info_meta li:last-child::after {
    display: none;
}
.share {
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background: #F44A27;
    color: #fff;
    gap: 30px;
    padding: 20px;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    border-radius: 0 20px 20px 0;
}
.share a {
    color: #fff;
    line-height: 1;
}
.share span {
    writing-mode: sideways-lr;
    text-transform: uppercase;
    line-height: 1;
    font-size: 14px;
}
.share:after {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    background: #F44A27;
    transform: rotate(90deg);
    margin-top: -1px;
}
.share:before {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 100%;
    left: 0;
    content: '';
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    background: #F44A27;
    margin-bottom: -1px;
}

@media(max-width: 1570px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 30px 10px;
    }
    .call_us_btn span {
        display: none;
    }
}
@media(max-width: 1390px) {
    .call_us_btn {
        font-size: 14px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }
    .quote_btn {
        padding: 10px 20px;
        font-size: 12px;
    }
}
@media(max-width: 1240px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 20px 8px;
    }
    .header {
        padding: 0;
    }
    .navbar-brand {
        padding-right: 0;
        margin-right: 0;
        border: none;
    }
    .quote_btn {
        margin-left: 10px;
    }
    .navbar-collapse {
        margin-right: auto;
    }
    .navbar-toggler {
        padding: 0;
        border: none;
    }
}
@media(max-width: 1100px) {
    .navbar-brand img {
        max-height: 30px;
    }
    .banner_caption .heading_block h2 {
        font-size: 50px;
        line-height: 1.4;
    }
}
@media(max-width: 1060px) {
    .call_us_btn {
        display: none;
    }
}
@media(max-width: 992px) {
    .header {
        padding: 12px 0;
        border-radius: 6px;
    }
    header {
        padding: 12px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 0;
    }
}
@media(max-width: 575px) {
    .banner_caption .heading_block h2 {
        font-size: 40px;
        line-height: 1.2;
    }
    .quote_btn {
        margin: 0;
    }

    .stats_block {
        flex-wrap: wrap;
        gap: 0;
    }
    .reward_section {
        flex-wrap: wrap;
    }
    footer {
        padding: 100px 12px 12px;
    }
    .heading_block h2 {
        font-size: 30px;
        margin-bottom: 16px;
    }
    .project_bar {
        box-shadow: none;
        display: flex;
        flex-direction: column-reverse;
        position: relative;
        top: auto;
        margin-bottom: 16px;
    }
    .project_section .heading_block {
        position: relative;
        top: auto;
    }
    .product_wrapper {
        flex-direction: column;
    }
    .product_card {
        align-items: flex-start;
    }
    .product_card h4.card_heading {
        writing-mode: horizontal-tb;
        transform: none;
        margin: 0;
    }
    .product_card.active {
        flex-basis: 60%;
    }
    .product_wrapper {
        gap: 12px;
    }
    .card_content {
        position: relative;
        bottom: auto;
        left: auto;
        height: 0;
        overflow: hidden;
        transition: all ease-in 0.5s;
    }
    .product_card.active .card_content {
        height: auto;
    }
    .product_card .view_btn {
        margin: 0;
        transition-delay: 0s;
    }
    .project_content {
        left: auto;
        position: relative;
        box-shadow: none;
        bottom: auto;
        padding: 12px;
    }
    .project_bar img {
        border-radius: 0;
        box-shadow: none;
        aspect-ratio: 5/4;
    }
    .about_section {
        padding: 20px 0;
    }
    .heading_block {
        margin-bottom: 20px;
    }
    .about_image {
        margin-bottom: 16px;
    }
    .about_card {
        min-height: 10px;
    }
    .logo_section {
        padding-top: 20px;
        margin-top: 20px;
    }
    .product_section {
        padding: 20px 0;
    }
    .product_wrapper {
        margin-top: 16px;
    }
    .project_section {
        padding: 20px 0;
    }
    .stats_item {
        max-width: 50%;
        padding-left: 20px;
        flex-basis: 50%;
    }
    .stats_count {
        font-size: 50px;
    }
    .count_title {
        font-size: 16px;
    }
    .stats_item, .stats_item:nth-child(2), .stats_item:nth-child(3), .stats_item:nth-child(4) {
        min-height: 200px;
    }
    .testimonial_section {
        padding: 20px 0;
    }
    .testimonial_image {
        margin-bottom: 16px;
    }
    .reward_block {
        border-top: 1px solid #e0e0e0;
        border-left: none;
    }
    .footer_widget_left, .footer_widget_center, .footer_widget_right {
        padding: 10px 0;
        border: none;
    }
    .footer_link {
        font-size: 26px;
    }
    .footer_top h2 {
        font-size: 30px;
        margin-bottom: 16px;
    }
    .blog_section {
        padding: 20px 0;
    }
    .inner_banner {
        padding: 100px 0 50px;
        min-height: 40vh;
    }
    .inner_banner .heading_block {
        margin-bottom: 10px;
    }
    .happy_client_block {
        margin: 24px 0;
    }
    .team_bottom {
        flex-direction: column;
        gap: 10px;
    }
    .team_bottom .view_btn {
        margin-right: auto;
    }
    /* .team_content {
        min-height: 450px;
    } */
    .commitment_section {
        padding: 20px 0;
    }
    .commitment_image {
        margin-bottom: 20px;
    }
    .commitment_card {
        min-height: 50px;
        padding: 70px 20px 20px;
        margin: 20px 0 0;
    }
    .service_section {
        padding-top: 20px;
    }
    .service_image {
        margin-bottom: 20px;
    }
    .service_card figcaption {
        padding-bottom: 24px;
    }
    .productview_section {
        padding: 20px 0;
    }
    .heading_block h3 {
        font-size: 26px;
        margin-bottom: 16px;
    }
    .productview_section h4 {
        font-size: 22px;
    }
    .productsection_image {
        margin-bottom: 20px;
    }
    .productview_third_section {
        padding: 20px 0;
    }
    .impact_image {
        margin: 0;
    }
    .product_wrapper {
        padding: 0 12px;
    }
    .project_list {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
    .project_list p {
        margin: 0;
    }
    .project_details {
        padding: 20px 0;
    }
    .photo_slider {
        margin: 20px 0 0;
    }
    .contact_card {
        margin-top: 20px;
        padding: 16px;
    }
    .contact_info {
        padding: 0;
    }
    .contact_bottom {
        padding: 20px 0;
    }
    .map_area {
        margin-top: 20px;
    }
    .case_study_section {
        padding: 20px 0;
    }
    .case_study_block figure {
        margin-bottom: 16px;
    }
    .case_study_block h3 {
        font-size: 26px;
    }
    .project_details h1 {
        font-size: 34px;
    }
    .project_submetas {
        padding-top: 10px;
        margin-top: 10px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .project_image {
        margin: 16px 0;
    }
    .project_image img {
        height: auto;
        aspect-ratio: 16/10;
    }
    .project_details h2 {
        font-size: 24px;
    }
    .challenging_section {
        padding: 20px 0 0;
    }
    .project_details h3 {
        font-size: 22px;
        margin-bottom: 16px;
    }
    .challenge_list li {
        flex-basis: 100%;
    }
    .challenging_section figure, .compromise_section figure {
        width: 100%;
        border-radius: 30px;
    }
    .challenging_section figure img, .compromise_section figure img {
        border-radius: 30px;
    }
    .compromise_section {
        margin: 20px 0;
    }
    .compromise_content {
        padding: 0;
        box-shadow: none;
    }
    .legacy_section figure {
        margin: 0 0 16px;
        width: 100%;
    }
    .legacy_section figure img {
        border-radius: 30px;
    }
    .result_section {
        margin: 20px 0;
    }
    .result_section figure {
        width: 100%;
    }
    .result_section figure img {
        border-radius: 30px;
    }
    .result_content {
        box-shadow: none;
        padding: 0;
    }
    .scope_list {
        flex-direction: column;
    }
    .scope_list li {
        flex-basis: 100%;
    }
    .accordian_heading {
        padding: 20px 50px;
    }
    .accordian_content {
        padding: 0 0 16px;
    }
    .why_section {
        padding: 12px 0;
    }
    .why_list {
        margin-top: 16px;
    }
    .why_list li {
        font-size: 16px;
    }
    .drive_us_section {
        padding: 12px 0;
    }
    .team_section {
        padding: 12px 0;
    }
    .team_core {
        margin-bottom: 20px;
    }
    .team_bottom p {
        max-width: 100%;
    }
    .team_item figcaption {
        flex-direction: column;
        align-items: flex-start;
        gap: 3px;
    }
}