* {
    margin: 0;
    padding: 0;
}
body{
    overflow-x: hidden;
}
html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset,
p {
    border: medium none;
    margin: 0;
    padding: 0;
}

a,
input,
select,
textarea {
    margin: 0;
    outline: medium none;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

img,
fieldset {
    border: 0 none;
}

a {
    border: medium none;
    outline: medium none;
}

input[type="search"] {}

img {
    border: medium none;
    height: auto;
    max-width: 100%;
    outline: medium none;
    vertical-align: middle;
}

input:focus {
    outline: none;
}

article,
aside,
details,
figcaption,
figure,
hgroup,
menu,
nav,
section {
    display: block;
    margin: 0;
    padding: 0;
}

div,
h1,
h2,
h3,
h4,
span,
p,
input,
form,
img,
hr,
img,
a {
    border: medium none;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

ul::after {
    clear: both;
    content: "";
    display: block;
}

ul {
    list-style: outside none none;
}

body {
    margin: 0;
    padding: 0;
    
}
header{
	padding:25px 0px !important;
}
.container {
    max-width: 1247px;
    margin: 0 auto;
    padding: 0 30px;
}
.site-content{
	padding:0px !important;
}
.office-pods-new-wrap{
	font-family: "Inria Sans" !important;
}
.padding-section-large {
    /* padding: 0px 0 90px; */
}

.padding-section-bottom-none {
    padding-bottom: 0px;
}

.padding-section-top-none {
    padding-top: 0px;
}

.header {
    padding: 24px 0;
    border-bottom: 0.5px solid #ececec;
}

.header_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.site-logo {
    max-width: 150px;
    width: 100%;
}

.site-logo a {
    width: 100%;
    display: inline-block;
}

.closebtn {
    display: none;
}

h1.mobile-menu {
    display: none;
}

.navigation ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.navigation ul li {
    list-style: none;
    display: inline-block;
    position: relative;
}

.navigation ul li a {
    color: #000;
    text-align: center;
    font-family: "Inria Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.navigation ul li a i {
    font-size: 12px;
}

.header .navigation-menu {
    max-width: 80%;
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: row-reverse;
}

.navigation ul li:hover ul.sub_menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.navigation ul li ul.sub_menu {
    position: absolute;
    top: 30px;
    width: 200px;
    text-align: left;
    padding: 20px;
    background: #000;
    display: none;
    z-index: 111;
}

.navigation ul li ul.sub_menu::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000;
    position: absolute;
    top: -10px;
    left: 20px;
}

.navigation ul li ul.sub_menu li a {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    display: inline-block;
}

.search_btn {
    width: 20px;
    cursor: pointer;
    background: transparent;
}

.search_form_wrap {
    display: none;
}

.header_right_wrap {
    display: flex;
    align-items: center;
    gap: 24px;
}

.phone-number {
    color: #000;
    text-align: center;
    font-family: "Inria Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.contact-btn {
    background: #ec6728;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-family: "Inria Sans";
    font-size: 16px;
    font-weight: 400;
}
.btn::after{
	display:none;
}
.hero_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 80px;
}

.hero_image_wrap {
    width: 50%;
}

.hero_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hero_content h1 {
    color: #ec6728;
   
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.hero_content p {
    color: #000;
   
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.office-pods-new-wrap .btn {
    border-radius: 50px;
    background: #ec6728;
    padding: 12px 40px;
    display: inline-block;
    color: #fff;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    text-align: center;
    min-width: 180px;
}

.hero_content_btn {
    margin-top: 30px;
}

.banner_bottom_wrap p {
    color: #000;
    text-align: center;
   
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.product_slider {
    position: relative;
    padding: 0;
}

.nav-style .owl-nav {
    position: absolute;
    top: 32%;
    right: 13px;
    margin-left: 0;
    margin-top: 0;
    z-index: 9999;
    width: 100%;
}



.nav-style button.owl-prev:before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    border: 1px solid #000000;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(224deg);
    top: 19px;
    left: 21px;
}

.nav-style button.owl-next:before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    border: 1px solid #000000;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(405deg);
    top: 19px;
    left: 15px;
}



.nav-style .owl-theme .owl-nav [class*='owl-']:hover:before {
    border-color: #FFF;
}

button.owl-next {
    position: absolute !important;
    right: 20px;
}


.nav-style button.owl-prev {
    position: absolute;
    left: 20px;
}

.nav-style .owl-theme .owl-nav [class*='owl-'] span {
    display: none;
}


.nav-style .owl-nav button {
    width: 50px;
    height: 50px;
    background: transparent;
    display: inline-block;
    border-radius: 50% !important;
    border: 1px solid #000 !important;
}

.nav-style button.owl-prev {
    left: -80px;
}

.nav-style button.owl-next {
    right: -103px;
}



.nav-style .owl-theme .owl-nav [class*='owl-']:hover {
    background: #ec6728 !important;
    border-color: #ec6728 !important;
}

.product_box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product_box_image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_box_image_wrap {
    height: 320px;
    width: 100%;
}

.product_box_content h4 {
    color: #000;
    font-size: 18px;
   
}

.product_box_content span {
    font-size: 18px;
    color: #000;
    display: block;
    
}

.product_box_content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 33px;
}

.banner_bottom_wrap {
    max-width: 1060px;
    margin: 0 auto;
}

.process_wrap {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.process_title {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 100%;
    margin: 0 auto;
}

.process_title h2, .sec-head h2{
    color: #ec6728;
    
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.process_title p {
    color: #000;
    /* text-align: center; */
   
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.process_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.process_item h4 {
    color: #000;
    font-size: 30px;
    
    font-weight: 600;
}

.process_item p {
    color: #000;
   
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.process_item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.process_btn {
    text-align: center;
}

.catalogue_wrapper {
    background: #faf9f9;
    padding: 70px 0px;
}

.catalogue_content h2 {
    color: #000;
    font-size: 30px;
   
}

.catalogue_content p {
    color: #000;
   
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.catalogue_content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.catalogue_wrap {
    display: flex;
    align-items: center;
    gap: 48px;
}

.catalogue_image_wrap {
    width: 60%;
}

.catalogue_content {
    width: 40%;
}

.service_title {
    text-align: center;
    margin: 0px auto;
	max-width:560px;
}

.service_title h2 {
    color: #000;
   
    font-size: 38px;
    /* line-height: 30px; */
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.bench_projects_wrapper {
    background: #faf9f9;
    padding: 60px 0px;
}

.bench_projects_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.bench_projects_wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
    /* margin: 50px; */
}

.bench_projects_title {
    text-align: center;
}

.bench_projects_title h2 {
    color: #ec6728;
   
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.bench_projects_item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

.bench_projects_item h4 {
    color: #000;
    font-size: 24px;
   
}

.faq_wrap {
    display: flex;
    gap: 60px;
    align-items: center;
}

.faq_image_wrap {
    width: 50%;
}

.accordion {
    width: 50%;
}

.accordion-body {
    display: none;
    margin-top: 20px;
}

.faq_accordion_item.open .accordion-body {
    display: block;
}

.faq_accordion_header {
    background: transparent;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 24px;
    cursor: pointer;
}

.acc-toggle {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
}

.faq_accordion_item {
    margin-top: 24px;
}

.faq_accordion_item:first-child {
    margin-top: 0;
}

.faq_accordion_item.open .acc-toggle {
    rotate: 180deg;
}

.acc-left {
    color: #000;
    font-size: 21px;
  
    line-height: 26px;
}

.accordion-body p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.consultant_btn {
    margin-top: 48px;
	display:flex;
	justify-content:center;
}

.faq_image_wrap img {
    width: 100%;
}

.process {
    display: none;
}

.process.active {
    display: block;
}

.service_wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.process-bar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 26px;
    padding: 0 20px;
}

.process-bar::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    height: 2px;
    background: #000;
    z-index: 1;
}
.btn.download-btn {
    display: block;
    max-width: 70%;
}
.step {
    width: 16px;
    height: 16px;
    background: #2d3740;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    cursor: pointer;
    /*transition: 0.3s ease;*/
}

.step.active {
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #2d3740;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step.active::after {
    content: "";
    width: 20px;
    height: 20px;
    background: #e7671d;
    border-radius: 50%;
}

.process-content h3 {
    color: #000;
    font-size: 24px;
    
    margin-bottom: 15px;
}

.process-content p {
    color: #000;
   
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.process-content {
    padding: 0 20px;
    max-width: 468px;
	min-height:250px;
}

.contact-btn:hover,
.btn:hover {
    background: #000;
}
.faq_image_wrap .sec-head {
    margin-bottom: 40px;
}



/* New CSS */



.hero_wrapper {
   
background-repeat: no-repeat !important;
   
background-size: cover !important;
   
margin-bottom: 0;
   
position: relative;
   
background-position: center;
   
padding: 86px 0px 103px;
   
height: 75vh;
   
display: flex;
   
align-items: end;
   
box-sizing: border-box;
}

.hero_image_wrap {
    display: none;
}

.hero_content {
    text-align: center;
    position: relative;
}

.hero_wrapper:before {
    content: "";
    background: #FFF;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.4;
}

.hero_content p {
    font-size: 38px;
    margin: 0px auto 0;
}

.hero_content_btn {
    margin-top: 12px;
}
.hero_content_btn .btn {
    padding: 11px 85px;
}
.hero_content_btn a {
    /* min-width: 144px; */
    /* font-size: 22px; */
}

.down-arrow-icon img {
    max-width: 29px;
}

.down-arrow-icon {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
}

.scroll-icon {
    width: 40px;
    height: 40px;
    border: 1px solid #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 20px;
}
.scroll-icon a {
    display: block;
    width: 100%;
    text-align: center;
    height: 100%;
    line-height: 40px;
}
.scroll-icon span {
    width: 10px;
    height: 10px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(45deg);
    top: -3px;
    display: inline-block;
    position: relative;
}

.feature-bar {
    background: #f5f5f5;
    padding: 25px 0;
    border-bottom: 1px solid #e9e5e5;
}

.feature-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.feature-icon {
    width: 32px;
    height: 26px;
}
.feature-icon img{
	width:32px;
	 height: 26px;
	object-fit:contain;
}
 .inspiration-slider{padding: 70px 0;}

.slide-image img{
width:100%;
height:500px;
object-fit:cover;
border-radius:0px;
}

.inspiration-item{
position:relative;
}

.slide-label {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
    background: #f26522;
    color: #fff;
    padding: 11px 84px 15px;
    border-radius: 30px;
    font-weight: 600;
    width: 100%;
    max-width: max-content;
    text-align: center;
    font-size: 28px;
    line-height: 24px;
}
.inspiration-slider{padding-bottom: 40px;background: #faf9f9;}

.inspiration-carousel .owl-stage-outer {
    /* overflow: visible; */
    padding-bottom: 54px;
}

.owl-nav span {
    display: none;
}
.product_wrapper {
    margin-bottom: 52px;
} 
.process_wrapper {
    padding: 0px 0px 70px;
}

.service_wrapper {
    padding: 70px 0px;
}

.faq_wrapper {
    padding: 70px 0px;
}

/* mobile */

@media(max-width:768px) {

    .feature-grid {
        flex-direction: column;
        gap: 10px;
    }

}


@media (max-width:767px) {

    .down-arrow-icon {
        bottom: -53px;
    }
	.btn.download-btn{
		width:100%;
		max-width:100%;
	}
	.hero_content p br{
		display:none;
	}
	.process_title{
		text-align:center;
	}
	.office-pods-new-wrap .btn{
		font-size:18px;
	}
	.slide-label{
		font-size:20px;
		padding:10px 30px;
	}
    .hero_wrapper .padding-section-large {
        padding-top: 0 !important;
    }

}


@media screen and (max-width: 767px) {
    .padding-section-large {
        /* padding: 60px 0; */
    }
    .header_search_wrap,
    .phone-number,
    .contact-btn {
        display: none;
    }
    .hero_wrap {
        gap: 30px;
        flex-direction: column;
    }
    .hero_content,
    .hero_image_wrap,
    .catalogue_image_wrap,
    .catalogue_content,
    .faq_image_wrap,
    .accordion {
        width: 100%;
    }
    .banner_bottom_wrap p {
        font-size: 20px;
    }
    .process_grid {
        grid-template-columns: 1fr;
    }
    .catalogue_wrap,
    .faq_wrap {
        flex-direction: column;
    }
    .process-bar {
        padding: 0 0px;
    }
    .bench_projects_grid {
        grid-template-columns: 1fr;
    }
    .footer_inner_grid {
        grid-template-columns: 1fr 1fr;
    }
    .bench_projects_wrap {
        gap: 0;
    }
    .acc-toggle {
        width: 30px;
        height: 30px;
        min-width: 30px;
		
    }
  
.process_title p {
    font-size: 20px;
}

.feature-grid {
    justify-content: start;
    text-align: left;
}

.feature-item {
    width: 100%;
}

.hero_wrapper {
    height: 353px;
}

.process_title h2, .sec-head h2 {
    font-size: 30px;
    line-height: 1.2;
}

.sec-head {
    margin-bottom: 20px;
}

.faq_wrap .sec-head {
    text-align: center;
}

.catalogue_wrapper, .faq_wrapper, .bench_projects_wrapper , .service_wrapper{
    padding: 40px 0px;
}

.acc-left {
    font-size: 20px;
}

.faq_accordion_header {
    gap: 16px;
}

.faq_wrap {
    gap: 40px;
}

 .inspiration-slider {
    padding: 40px 0 0px;
    padding-bottom: 20px !important;
}
 

.process_wrapper {
    padding: 0px 0px 40px;
}

.hero_content p {
    font-size: 24px;
}
.catalogue_content {
    text-align: center;
}

.consultant_btn {
    text-align: center;
}

.process_title h2, .sec-head h2 {
    text-align: center;
}

.process-content {
    text-align: center;
}

.process_grid {
    text-align: center;
}

.product_box_content {
    text-align: center;
}

    
}

