@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

body {
    font-family: "Plus Jakarta Sans", sans-serif;
}
.header {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding: 20px 0;
    /* background: rgba(0,0,0,0.25); */
    backdrop-filter: blur(5px);
    transition: all ease-in-out 0.3s;
}
.header[data-bs-theme="dark"] {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.header.top {
    background: #fff;
}
.header[data-bs-theme="dark"].top  {
    background: #000;
}
.header .dropdown.nav-item {
    position: static;
}
.header .dropdown-menu {
    margin: 0;
    border-radius: 0;
    width: 100%;
    left: 0;
    justify-content: center;
    padding: 24px;
    border: none;
}
.header .dropdown-menu.show {
    display: flex;
}
.header .dropdown-menu .dropdown-item {
    padding: 12px 24px;
}
.header .navbar-collapse:after {
    width: 1px;
    height: 48px;
    background: rgba(0,0,0,0.2);
    margin-left: 40px;
    content: '';
}
.talk_btn {
    display: inline-flex;
    padding: 12px 24px;
    border-radius: 40px;
    margin: 0 40px;
    color: #000;
    text-decoration: none;
}
.talk_btn:hover {
    background: #000;
    color: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
    transition: all .3s;
}
.header[data-bs-theme="dark"] .talk_btn {
    color: #fff;
}
.header[data-bs-theme="dark"] .talk_btn:hover {
    background: #fff;
    color: #000;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
    transition: all .3s;
}
.header[data-bs-theme="dark"] .navbar-collapse:after {
    background: rgba(255,255,255,0.2);
}
.navbar-brand {
    padding: 0;
}
.navbar-brand img {
    width: 60px;
}
.header[data-bs-theme="dark"] .navbar-brand img {
    filter: invert(1);
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 12px 24px;
}
.banner_section {
    display: block;
    position: relative;
}
.banner_section:before {
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); */
    -webkit-box-shadow: inset 0px 5px 100px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 5px 100px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 5px 100px 0px rgba(0,0,0,0.75);
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.hero_banner {
    position: relative;
}
.hero_banner:before {
    width: 1px;
    height: 100%;
    content: '';
    background: rgba(255,255,255,0.2);
    position: absolute;
    top: 0;
    left: calc(100% / 3);
    z-index: 99;
    pointer-events: none;
}
.hero_banner:after {
    width: 1px;
    height: 100%;
    content: '';
    background: rgba(255,255,255,0.2);
    position: absolute;
    top: 0;
    left: calc((100% / 3) * 2);
    z-index: 99;
    pointer-events: none;
}
.hero_banner img {
    max-width: 100%;
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    object-fit: cover;
}
.hero_banner video {
    max-width: 100%;
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    object-fit: cover;
    display: block;
}
.banner_caption_wrapper {
    width: calc((100% / 3) * 2);
    position: absolute;
    bottom: 0;
    left: calc(100% / 3);
    display: flex;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    padding: 100px 100px 40px 40px;
}
.hero_banner .swiper-slide-active .banner_caption {
    opacity: 1;
    translate: none;
    transform: translate(0px, 0px);
}
.hero_banner .swiper-slide-active .banner_content {
    translate: none;
    transform: translate(0px, 0px);
}
.banner_content {
    display: block;
    transition: all linear 0.5s;
    transition-delay: 0.10s;
    transform-origin: left;
    translate: none;
    transform: translate(100%, 0%);
}
.banner_content a {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    gap: 16px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
	align-items: center;
}
.banner_content a img {
    width: 30px;
    height: 30px;
    min-height: 30px;
    filter: invert(1);
}
.banner_caption {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: inherit;
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(-100%, 0%);
    transition: all linear 0.5s;
    transition-delay: 0.10s;
    transform-origin: left;
    overflow: hidden;
}
.banner_caption h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 24px;
}
.about_section {
    display: block;
    padding: 100px 0;
}
.about_section h2 {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 24px;
}
.about_section p {
    font-size: 18px;
    line-height: 1.6;
}
.about_section h6 {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.about_section .count {
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0;
}
.stats_block {
    display: block;
    padding-top: 24px;
    border-top: 1px solid #ccc;
}
.about_section figure {
    display: flex;
    width: 100%;
    aspect-ratio: 16/10;
    border-radius: 20px;
    margin: 0;
}
.about_section figure img {
    width: 100%;
    aspect-ratio: 16/10;
    border-radius: 20px;
    object-fit: cover;
}
.about_section .icon {
    display: flex;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #0e0e3a;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.about_section .icon img {
    max-width: 24px;
}
.about_block {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.about_block h4 {
    margin-bottom: auto;
}
.about_section .about_block p {
    font-size: 15px;
    text-align: left;
}
.stats_card {
    display: flex;
    flex-direction: column;
    padding: 32px;
    width: 100%;
    max-width: 200px;
    min-width: 200px;
    border-radius: 20px;
    background: #0e0e3a;
    position: relative;
    color: #fff;
    overflow: hidden;
    height: 220px;
    -webkit-box-shadow: 20px 20px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 20px 20px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 20px 20px 20px 0px rgba(0,0,0,0.25);
}
.stats_card:after {
    width: 12px;
    height: 100%;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    content: '';
    background: #0676d7;
    border-radius: 0 12px 12px 0;
}
.stats_card h6 {
    margin-bottom: auto;
}
.stats_card + .stats_card {
    margin-top: 48px;
}
.usp_block {
    display: block;
    padding: 120px 0 30px 30px;
    border-radius: 30px;
    background: url(../images/packaging_box.jpg) center no-repeat;
    background-size: cover;
    margin-bottom: 100px;
}
.usp_content {
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(5px);
    padding: 24px;
    border-radius: 10px;
    width: 100%;
    max-width: 700px;
}
.usp_content h2 {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #000;
}
.usp_content p {
    font-size: 18px;
    line-height: 1.6;
}
.usp_content h6 {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.usp_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 30px;
    flex-direction: column;
}
.usp_list li {
    display: flex;
    gap: 40px;
}
.usp_list li p {
    font-size: 15px;
}
.usp_list li h4 {
    font-size: 20px;
    font-weight: 600;
    max-width: 200px;
    flex: 0 0 100%;
    line-height: 1.6;
}
.left_bar {
    position: absolute;
    top: 85px;
    left: 0;
    width: 84px;
    height: calc(100% - 85px);
    border-right: 1px solid rgba(255,255,255,0.2);
    z-index: 9;
    backdrop-filter: blur(5px);
    /* background: rgba(0,0,0,0.25); */
    display: flex;
    justify-content: center;
}
.stickybar {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    writing-mode: vertical-rl;
    overflow: visible;
    color: #fff;
    transform: rotate(180deg);
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
}
.scroll_down {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 300;
}
.scroll_down ins {
    text-decoration: none;
}
.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;
}
@keyframes updown {
    0% {
        bottom: -5px;
    }
    50% {
        bottom: -25px;
    }
    0% {
        bottom: -5px;
    }
}
.social_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 24px;
}
.social_list li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 4px;
}
.social_list li i {
    writing-mode: sideways-rl;
}
.right_bar {
    position: absolute;
    top: 85px;
    left: auto;
    right: 0;
    width: 84px;
    height: calc(100% - 85px);
    border-left: 1px solid rgba(255,255,255,0.2);
    z-index: 9;
    backdrop-filter: blur(5px);
    /* background: rgba(0,0,0,0.25); */
    display: flex;
    justify-content: center;
}
.navigationbar {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    writing-mode: vertical-rl;
    overflow: visible;
    color: #fff;
    transform: rotate(180deg);
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
}
.navigationbar .hero_banner-next, .navigationbar .hero_banner-prev {
    filter: invert(1);
}
.navigationbar .swiper-pagination {
    position: relative;
    width: auto;
    display: flex;
    gap: 20px;
}
.navigationbar .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    margin: 0 !important;
}
.navigationbar .swiper-pagination-bullet:before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    content: '';
    opacity: 0.3;
}
.navigationbar .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    opacity: 1;
}

.industry_section {
    display: block;
    padding: 100px 0;
    background: #252223;
    color: #fff;
}
.industry_section h2 {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 0;
}
.industry_section p {
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
    margin: 0;
}
.industry_section .swiper-slide:nth-child(odd) figure {
    margin-top: 60px;
    margin-bottom: 24px;
}
.product_section {
    display: block;
    overflow: hidden;
}
.product_wrapper {
    display: block;
    padding: 100px 0;
    background: #efefef;
    position: relative;
}
.product_wrapper:before {
    width: 50px;
    height: 100%;
    border-radius: 40px 0 0 40px;
    content: '';
    background: #efefef;
    position: absolute;
    top: 0;
    left: auto;
    right: 100%;
}
.product_wrapper:after {
    width: 100%;
    height: 100%;
    content: '';
    background: #efefef;
    position: absolute;
    top: 0;
    left: 100%;
}
.product_section h2 {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 0;
}
.product_section p {
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
}
.product_section a {
    box-shadow: inset 0 -1px 0 0 #000;
    color: #000;
    text-decoration: none;
}
.product_card {
    display: block;
    padding: 40px 24px;
    border-radius: 24px;
    background: #fff;
}
.product_card img {
    max-width: 100%;
    height: auto;
	aspect-ratio: 1/1;
    object-fit: contain;
}
.product_card figure {
    margin-bottom: 24px;
}
.product_card figcaption {
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 24px;
}
.swiper.product {
    overflow: visible;
}
.product_card figcaption h4 {
    margin: 0;
	font-size: 24px;
	font-weight: 900;
}
.product_section a.read_btn {
    display: inline-flex;
	max-width: 60px;
	flex: 0 0 100%;
	height: 60px;
	align-items: center;
	justify-content: center;
    padding: 0;
    border: 1px solid #000;
    box-shadow: none;
    border-radius: 30px;
}
.product_section a.read_btn img {
    max-width: 30px;
}
.industry_section figure img {
    aspect-ratio: 3/4;
    object-fit: cover;
    max-width: 100%;
}
.why_section {
    display: block;
    padding: 100px 0;
    position: relative;
	overflow: hidden;
}
.why_section:before {
    width: 1px;
    height: 100%;
    content: '';
    background: #000;
    opacity: 0.05;
    position: absolute;
    top: 0;
    left: calc(100% / 3);
    z-index: 99;
    pointer-events: none;
}
.why_section:after {
    width: 1px;
    height: 100%;
    content: '';
    background: #000;
    opacity: 0.05;
    position: absolute;
    top: 0;
    left: calc((100% / 3) * 2);
    z-index: 99;
    pointer-events: none;
}
.why_card {
    display: block;
    width: 100%;
    max-width: 280px;
    position: relative;
}
.why_card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
}
.why_card p {
    font-size: 14px;
    line-height: 1.5;
}
.gap_100 {
    margin-top: 100px;
}
.gap_200 {
    margin-top: 200px;
}
.why_card span {
    font-size: 160px;
    font-weight: 900;
    opacity: 0.05;
    writing-mode: vertical-rl;
    transform: translate(-45%, -50%) rotate(180deg);
    position: absolute;
    left: 100%;
    transition: all .65s cubic-bezier(.23,1,.32,1);
}
.why_card:hover span {
    -webkit-text-stroke: 2px #000;
}
.why_card figure {
    width: 60px;
    height: 60px;
    border: 2px solid rgba(0,0,0,0.05);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.why_card figure img {
    max-width: 32px;
}
.testimonial_section {
    display: block;
    padding: 100px 0 0;
}
.testimonial_section h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.4;
}
.testimonial_section h6 {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.swiper.testimonial .testimonial-pagination {
    position: relative;
    display: flex;
    gap: 16px;
    font-weight: 600;
    bottom: auto;
}
.testimonial_navigation {
    display: inline-flex;
    align-items: center;
    gap: 24px;
}
.testimonial_section p {
    font-size: 20px;
    line-height: 1.5;
}
.testimonial_meta {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}
.testimonial_meta figure {
    margin: 0;
    aspect-ratio: 1/1;
    max-width: 80px;
}
.testimonial_meta figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.testimonial_meta h4 {
    font-size: 20px;
}
.testimonial_meta h5 {
    font-size: 16px;
    margin: 0;
    color: #898989;
}
footer {
    background: #151515;
    padding: 80px 0 0;
}
.footer_inner {
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.2);
}
.footer_inner h5 {
    color: rgba(255,255,255,0.3);
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 24px;
    letter-spacing: 1px;
}
.footer_inner p {
    font-size: 17px;
    color: #fff;
    text-decoration: none;
}
.footer_inner p a {
    color: #fff;
    text-decoration: none;
}
.footer_inner ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer_inner li {
    display: block;
    line-height: 1.5;
    margin-bottom: 10px;
}
.footer_inner li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
.footer_inner a {
    position: relative;
}
.footer_inner a:before {
    content: "";
    height: 0;
    position: absolute;
    width: 0%;
    right: 0;
    bottom: -2px;
    border-bottom: 2px solid #00b8ce;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity = 100);
    filter: alpha(opacity = 100);
    -webkit-transition: width .5s cubic-bezier(.25,.8,.25,1) 0s;
    -moz-transition: width .5s cubic-bezier(.25, .8, .25, 1) 0s;
    -ms-transition: width .5s cubic-bezier(.25, .8, .25, 1) 0s;
    -o-transition: width .5s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .5s cubic-bezier(.25,.8,.25,1) 0s;
}
.footer_inner a:hover:before {
    width: 100%;
}
.product_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
}
.policy_nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 24px;
}
.policy_nav li a {
    color: #898989;
    text-decoration: none;
    font-size: 14px;
}
.bottom_footer {
    padding: 24px 0;
    display: block;
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-top: 40px;
}
.copyright {
    text-align: right;
    color: #898989;
    margin: 0;
    font-size: 14px;
}
.footer_inner .footer_logo {
    filter: invert(1);
    width: 100px;
    height: auto;
}
.page_header {
    display: block;
    padding: 200px 0 100px;
    background: url(../images/360_F_829599000_6Id8GF6yQ28IIw3CGIMxrCY549tpqkuo.jpg);
    background-size: cover;
    position: relative;
}
.page_header:before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: radial-gradient(ellipse at center,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,1) 100%);
}
.page_header h2 {
    font-size: 40px;
    font-weight: 900;
    margin: 0;
    color: #fff;
}
.page_header p {
    margin: 0;
    color: #fff;
}
.page_header .container {
    position: relative;
    z-index: 9;
}
.info_block {
    display: block;
    padding: 100px 0;
}
.info_block .info_image {
    overflow: hidden;
    position: relative;
    height: 400px;
    width: 50vw;
    margin-left: calc(-50vw + 100%);
}
.info_block .info_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.info_block h2 {
    font-size: 40px;
    font-weight: 900;
    margin: 0;
    color: #000;
    margin-bottom: 24px;
}
.aimage {
    display: flex;
    aspect-ratio: 2/1;
    background: #f00;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 85% 100%, 0% 100%);
    margin: 0;
}
.aimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bimage {
    display: flex;
    aspect-ratio: 1/1;
    background: #f00;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 70% 100%, 0% 100%);
    margin: 0;
    height: 100%;
}
.bimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_stack {
	display: block;
	padding: 60px 0;
}
.count_stack {
	display: flex;
	align-items: center;
}
.count_number {
	max-width: 140px;
	flex:  0 0 100%;
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
}
.count_stack .number {
	font-size: 50px;
	font-weight: 900;
}
.count_stack p {
	margin: 0;
}
.team_heading {
    display: block;
    padding: 40px 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 60px;
}
.team_heading h2 {
    font-size: 40px;
    font-weight: 900;
    margin: 0;
    color: #000;
}
.team_section {
    display: block;
    padding-bottom: 60px;
}
.team_section h3 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.5;
    margin: 0;
    color: #000;
}
.team_section p {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}
.team_section a {
    box-shadow: inset 0 -1px 0 0 #000;
    color: #000;
    text-decoration: none;
}
.team_section figure {
    aspect-ratio: 1/1;
    width: 100%;
}
.team_section figure img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.team_section figcaption h4 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 900;
}
.team_section figcaption p {
    font-size: 16px;
    line-height: 1;
    margin: 0;
}
.product_row {
    display: block;
    padding: 60px 0;
}
.product_row .product_card {
    display: block;
    padding: 40px 24px;
    border-radius: 24px;
    background: #efefef;
    margin-bottom: 24px;
}
.product_row .product_card figure, .product_row .product_card figure img {
    border-radius: 12px;
}
.product_row a.read_btn {
    display: inline-block;
    padding: 0 12px;
    border: 1px solid #000;
    box-shadow: none;
    border-radius: 20px;
}
.product_row a.read_btn img {
    max-width: 30px;
}
.news_section {
    display: block;
    padding: 100px 0 0;
}
.news_section h2 {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 6px;
}
.news_section p {
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
    margin: 0;
}
.news_btn {
    display: inline-flex;
    padding: 16px 32px;
    line-height: 24px;
    position: relative;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    border: none;
    background: #0e0e3a;
}
.news_card {
    display: flex;
    position: relative;
    flex-direction: column;
    aspect-ratio: 16/10;
    margin: 0;
}
.news_card:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: rgba(0,0,0,0.5);
}
.news_card img {
    aspect-ratio: 16/10;
    object-fit: cover;
}
.news_caption {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    width: calc(100% - 60px);
    padding-top: 30px;
    border-top: 2px solid rgba(255,255,255,0.5);
    z-index: 1;
}
.news_caption h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
}
.news_meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
}
.contact_section {
    display: block;
    padding: 100px 0;
}
.contact_section h2 {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 0;
}
.contact_section h6 {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.contact_form {
    display: block;
    padding: 60px;
    background: #f1f2f4;
    border-radius: 20px;
}
.contact_form h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.4;
}
.contact_form p {
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 36px;
}
.contact_form .wpcf7-form p {
    margin: 0;
}
.textbox {
    display: block;
    padding: 16px;
    line-height: 24px;
    font-size: 16px;
    border: none;
    width: 100%;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #eee;
    color: #000;
}
.textbox:focus {
    outline: none;
}
.textarea {
    display: block;
    padding: 16px;
    line-height: 24px;
    font-size: 16px;
    border: none;
    width: 100%;
    height: 120px;
    border-radius: 3px;
    resize: vertical;
    background: #fff;
    border: 1px solid #eee;
    color: #000;
}
.textarea:focus {
    outline: none;
}
.contact_form label {
    margin-bottom: 10px;
    font-size: 16px;
}
.submit_btn {
    display: inline-flex;
    padding: 16px 32px;
    line-height: 24px;
    position: relative;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    border: none;
    background: #0e0e3a;
}
.contact_info {
    margin-top: 60px;
}
.contact_info h5 {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}
.contact_info h6 {
    font-size: 16px;
    color: #898989;
    margin-bottom: 24px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.5;
}
.contact_item {
    display: flex;
    margin-bottom: 10px;
    gap: 6px;
}
.contact_item figure {
    max-width: 20px;
    flex: 0 0 100%;
    margin: 0;
}
.contact_item figure img {
    max-width: 24px;
}
.contact_item a {
    color: #000;
    text-decoration: none;
    box-shadow: inset 0 -1px 0 0 #000;
    display: inline;
    transition: all 0.2s ease-in-out 0s;
}
.contact_item a:hover {
    color: #0676d7;
    box-shadow: inset 0 -1px 0 0 #0676d7;
}
.about_head {
    display: block;
    padding: 100px 0 0;
}
.about_head h6 {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.about_head h2 {
    font-size: 40px;
    font-weight: 900;
    margin: 0;
    color: #000;
    margin-bottom: 0;
}
.about_head h4 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    color: #000;
}
.about_head h4:first-child {
    text-align: right;
}
.about_video {
    margin: 100px 0;
    aspect-ratio: 16/7;
    line-height: 0;
}
.about_video video {
    width: 100%;
    height: auto;
    aspect-ratio: 16/7;
    object-fit: cover;
}
.about_video image {
    width: 100%;
    height: auto;
    aspect-ratio: 16/7;
    object-fit: cover;
}
.expertise_section h6 {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.expertise_section h2 {
    font-size: 40px;
    font-weight: 900;
    margin: 0;
    color: #000;
    margin-bottom: 24px;
}
.owner_box {
    margin-top: 24px;
    display: flex;
    padding: 24px;
    border-radius: 15px;
    background: #f1f2f4;
    align-items: center;
    gap: 24px;
}
.owner_box p {
    margin-bottom: 3px;
}
.owner_box a {
    box-shadow: inset 0 -1px 0 0 #000;
    color: #000;
    text-decoration: none;
}
.owner_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    position: relative;
}
.owner_list li:first-child {
    margin: 0;
}
.owner_list li {
    position: relative;
    width: 56px;
    height: 56px;
    overflow: hidden;
    margin-left: -16px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    border: 3px solid #fff;
}
.owner_list li img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 50%;
    box-shadow: none;
    object-fit: cover;
    aspect-ratio: 1/1;
}
.image_gallery {
    padding: 100px 30px 0;
}
.image_gallery .image_gallery__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 295px 295px;
    grid-template-rows: 295px 295px;
    gap: 30px 30px;
    grid-auto-flow: row;
    grid-template-areas:
        "bottom_left bottom_left bottom_center bottom_right_top"
        "bottom_left bottom_left bottom_center bottom_right_bottom";
    width: 100%;
    height: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.image_gallery .image_gallery__grid .image {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
}
.image_gallery .image_gallery__grid .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.image_gallery .image_gallery__grid .bottom_left {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: bottom_left;
}
.image_gallery .image_gallery__grid .bottom_center {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    grid-area: bottom_center;
}
.image_gallery .image_gallery__grid .bottom_right_top {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    grid-area: bottom_right_top;
}
.image_gallery .image_gallery__grid .bottom_right_bottom {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
    grid-area: bottom_right_bottom;
}
.know_more_section {
    display: block;
    padding: 100px 0 0;
}
.know_more_wrapper {
    display: flex;
    align-items: center;
}
.know_more_left {
    padding-right: 100px;
    max-width: 400px;
    flex: 0 0 100%;
}
.know_more_right {
    flex: 1;
    padding-left: 100px;
    border-left: 2px solid rgba(0,0,0,0.2);
}
.know_more_content h2 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 24px;
    color: #000;
}
.know_more_content h4 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 24px;
    line-height: 1.5;
    color: #000;
}
.know_more_content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    color: #000;
}
.more_item {
    display: block;
    padding-bottom: 24px;
    margin-bottom: 32px;
    border-bottom: 2px solid rgba(0,0,0,0.2);
    font-size: 24px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}
.more_item:last-child {
    margin: 0;
    border: none;
    padding-bottom: 0;
}
.know_more_content {
    display: none;
}
.know_more_content.active {
    display: block;
}
.more_item.active {
    font-weight: bold;
}
.contact_head {
    display: block;
    padding: 100px 0 0;
}
.contact_head h6 {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.contact_head h2 {
    font-size: 80px;
    font-weight: 900;
    margin: 0;
    color: #000;
    margin-bottom: 24px;
}
.contact_head p {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #898989;
    margin-bottom: 24px;
}
.contact_head figure {
    padding: 0 30px;
    margin: 0;
    position: relative;
}
.contact_head figure img {
    max-width: 100%;
    position: relative;
    z-index: -1;
}
.contact_box {
    display: block;
    padding: 48px;
    max-width: 900px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 30px;
}
.contact_box h5 {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: 600;
}
.contact_box h6 {
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.5;
}
.contact_head .contact_box figure {
    padding: 0;
    margin: 0;
}
.contact_head .contact_box figure img {
    z-index: 0;
}
.map_area {
    width: 100%;
    padding: 0 30px;
    line-height: 0;
    margin-bottom: 100px;
}
.map_area iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.news_head {
    display: block;
    padding: 100px 0 0;
}
.news_head h6 {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.news_head h2 {
    font-size: 40px;
    font-weight: 900;
    margin: 0;
    color: #000;
    margin-bottom: 24px;
}
.news_head p {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #898989;
    margin-bottom: 24px;
}
.news_wrapper {
    display: block;
    padding: 100px 0;
}
.news_block {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
.news_block figure {
    line-height: 0;
    margin-bottom: 16px;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 4px;
}
.news_block figure img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 4px;
}
.news_block h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    line-height: 1.5;
    display: inline;
    box-shadow: inset 0 -1px 0 0 #000;
}
.news_block p {
    color: #898989;
    margin-top: 16px;
}
.news_metas {
    display: flex;
    margin-top: 16px;
    align-items: center;
    gap: 24px;
}
.news_meta_item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #000;
    font-size: 16px;
}
.news_meta_item span {
    line-height: 1;
}
.page_head {
    display: block;
    padding: 100px 0 0;
}
.page_head h6 {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.page_head h2 {
    font-size: 40px;
    font-weight: 900;
    margin: 0;
    color: #000;
    margin-bottom: 24px;
}
.headlist {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
}
.headlist li {
    display: block;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.headlist li:last-child {
    border: none;
}
.headlist li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    text-decoration: none;
}
.content_bar {
    padding: 100px 0;
}
.content_bar h6 {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.content_bar h4 {
    font-size: 30px;
    font-weight: 900;
    margin: 0;
    color: #000;
    line-height: 1.4;
    margin-bottom: 24px;
}
.content_bar p {
    line-height: 1.8;
}
.gallery_slider .swiper-wrapper {
    align-items: center;
}
.gallery_slider .swiper-slide:nth-child(odd) figure {
    aspect-ratio: 1/1;
    width: 100%;
    margin: auto;
}
.gallery_slider .swiper-slide:nth-child(odd) figure img {
    aspect-ratio: 1/1;
    width: 100%;
    margin: 0;
    object-fit: cover;
}
.gallery_slider .swiper-slide:nth-child(even) figure {
    aspect-ratio: 4/3;
    width: 100%;
    margin: auto;
}
.gallery_slider .swiper-slide:nth-child(even) figure img {
    aspect-ratio: 4/3;
    object-fit: cover;
    width: 100%;
    margin: 0;
}
.reach_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    gap: 20px 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.reach_list li {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14px;
}
.reach_list li:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-inline-end: 1em;
    border-radius: 50em;
    background-color: #000;
}
.video_section {
    display: block;
    padding: 0 30px;
    line-height: 0;
}
.video_section video, .video_section img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/5;
    object-fit: cover;
}
.blog_header {
    display: block;
    padding: 60px 0;
}
.blog_header h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}
.blog_image {
    width: 100%;
    line-height: 0;
}
.blog_image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.blog_meta {
    margin: 0 0 16px;
    padding: 0;
    display: flex;
    align-items: center;
    list-style-type: none;
    gap: 15px;
}
.blog_meta li {
    display: flex;
    gap: 15px;
    align-items: center;
}
.blog_meta li:after {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
    display: block;
    content: '';
}
.blog_meta li:last-child::after {
    display: none;
}
.page_content {
    padding:  60px 0;
    font-weight: 400;
    line-height: 1.73em;
    font-size: 19px;
    color: #737373;
    position: relative;
}
.share_position {
    position: absolute;
    top: 14vh;
    bottom: 0;
    left: 0;
    z-index: 10;
    margin-inline-start: 5vw;
    pointer-events: none;
}
.share {
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    position: sticky;
    top: 60px;
    left: 30px;
    gap: 30px;
}
.share a {
    color: #898989;
    line-height: 1;
}
.share span {
    writing-mode: sideways-lr;
    text-transform: uppercase;
    line-height: 1;
    font-size: 14px;
}
.product_area {
    display: block;
    padding: 60px 0;
}
.product_card2 {
    display: flex;
    height: 100%;
    padding: 40px 24px;
    background: #f0f0f0;
    border-radius: 16px;
    flex-direction: column;
    color: #000;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
}
.product_card2 figure {
    margin: 0;
}
.product_card2 img {
	max-width: 100%;
	height: auto;
    aspect-ratio: 16/10;
    object-fit: scale-down;
}
.product_card2 h2 {
    font-size: 24px;
    text-align: center;
    font-weight: 900;
}
.product_card2 img {
    mix-blend-mode: darken;
}
.product_card2 p {
    text-align: center;
    margin: 0;
}
.certificate_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    margin-top: 30px;
    gap: 30px;
}
.certificate_list li {
    flex-basis: 20%;
}
.certificate_list li img {
    max-width: 100%;
    aspect-ratio: 1/1;
    object-fit: scale-down;
}

.client_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 50px;
}
.client_list li {
    flex-basis: calc((100% - 250px) / 6);
}
.client_list li img {
    max-width: 100%;
    aspect-ratio: 1/1;
    object-fit: scale-down;
    border: 1px solid #eee;
    padding: 24px;
    box-sizing: border-box;
}
.faq_section {
    display: block;
	padding-top: 60px;
    padding-bottom: 60px;
}
.faq_section h2 {
    font-size: 40px;
    font-weight: 900;
    margin: 0;
    color: #000;
}
.accordian {
	margin-top: 60px;
}
.accordian_heading {
	font-weight: 700;
	padding: 24px 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	line-height: 30px;
	cursor: pointer;
	padding-right: 78px;
	position: relative;
}
.accordian_heading:first-child {
	border: none;
}
.accordian_heading::after {
	content: "\f067";
	position: absolute;
	font-family:"Font Awesome 5 Pro";
	right: 0;
	top: 24px;
	font-size: 24px;
	font-weight: normal;
	transition: transform 0.3s;
}
.accordian_heading.active::after {
	content: "\f068";align-content
}
.accordian_content {
	padding-bottom: 24px;
}
.dropdown-item.active, .dropdown-item:active {
	background: #111;
}
#talk_modal .modal-body {
	padding: 32px 50px;
	position: relative;
}
#talk_modal .btn-close {
	position: absolute;
	top: 26px;
	right: 26px;
	left: auto;
}

@media(max-width: 575px) {
	.left_bar {
		width: 32px;
	}
	.right_bar {
		width: 32px;
	}
	.banner_caption_wrapper {
		width: 100%;
		padding: 32px 40px 20px;
		left: 0;
	}
	.banner_caption h1 {
		font-size: 24px;
	}
	.navigationbar .swiper-pagination-bullet {
		width: 16px;
		height: 16px;
	}
	.banner_content a {
		font-size: 14px;
		padding: 8px 16px;
	}
	.hero_banner .swiper-slide {
		overflow: hidden;
	}
	.about_section {
		padding: 24px 0;
	}
	.about_section h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.about_section p {
		font-size: 14px;
	}
	.about_block h4 {
		margin-bottom: 16px;
	}
	.owner_box {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 14px;
		gap: 10px;
	}
	.stats_card {
		flex-direction: row;
        max-width: 100%;
        height: auto;
        justify-content: space-between;
        align-items: center;
		margin-bottom: 12px;
	}
	.stats_card h6 {
		margin: 0;
	}
	.stats_card + .stats_card {
		margin-top: 12px;
		margin-bottom: 0;
	}
	.usp_block {
		border-radius: 0;
		padding: 24px 12px;
		margin: 0;
	}
	.usp_content h2 {
		font-size: 24px;
	}
	.usp_list li {
		flex-direction: column;
		gap: 10px;
	}
	.usp_list li h4 {
		max-width: 100%;
		font-size: 18px;
		margin: 0;
	}
	.usp_list li p {
		margin: 0;
	}
	.product_wrapper {
		padding: 24px 0;
	}
	.product_section h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.product_section p {
		font-size: 15px;
		text-align: left;
	}
	.why_section {
		padding: 24px 0;
	}
	.gap_100, .gap_200 {
		margin-top: 30px;
	}
	.industry_section {
		padding: 24px 0;
	}
	.industry_section h2 {
		font-size: 24px;
		margin-bottom: 16px;
	}
	.product_card figcaption h4 {
		font-size: 16px;
	}
	.product_card {
		padding: 20px 12px;
		border-radius: 10px;
	}
	.product_section a.read_btn {
		max-width: 40px;
		height: 40px;
	}
	.product_section a.read_btn img {
		max-width: 20px;
	}
	.industry {
		padding: 0 12px;
	}
	.industry_section .swiper-slide:nth-child(odd) figure {
		margin-top: 16px;
	}
	.testimonial_section {
		padding: 24px 0;
	}
	.testimonial_section h3 {
		font-size: 20px;
		margin-bottom: 16px;
	}
	.testimonial_meta {
		gap: 16px;
	}
	.testimonial_meta figure {
		max-width: 60px;
	}
	.testimonial_section p {
		font-size: 15px;
	}
	.news_section {
		padding: 24px 0;
	}
	.news_section h2 {
		font-size: 24px;
	}
	.news_section p {
		font-size: 15px;
		margin-bottom: 6px;
	}
	.news_btn {
		font-size: 15px;
		padding: 8px 16px;
		line-height: 1;
	}
	.news_caption {
		position: absolute;
		left: 10px;
		right: 10px;
		bottom: 10px;
		width: calc(100% - 20px);
		padding-top: 10px;
		border-top: 1px solid rgba(255, 255, 255, 0.5);
		z-index: 1;
	}
	.news_caption h4 {
		font-size: 16px;
		line-height: 1.2;
	}
	.news_meta {
		font-size: 13px;
	}
	.contact_section {
		padding: 24px 0;
	}
	.contact_section h2 {
		font-size: 24px;
	}
	.contact_info {
		margin: 0 0 16px;
	}
	.contact_form {
		padding: 24px 16px;
	}
	.contact_form p {
		text-align: left;
	}
	.product_list {
		display: block;
	}
	.footer_inner {
		padding-top: 0;
		padding-bottom: 16px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		border-top: none;
		margin-bottom: 16px;
	}
	.policy_nav {
		justify-content: center;
		margin-bottom: 10px;
	}
	.copyright {
		text-align: center;
	}
	.bottom_footer {
		border: none;
		margin: 0;
	}
	.news_head {
		padding: 24px 0 0;
		margin-bottom: 10px;
	}
	.news_head h2 {
		font-size: 24px;
	}
	.news_wrapper {
		padding: 24px 0;
	}
	.news_block {
		margin-bottom:16px;
	}
	.blog_header {
		padding: 24px 0 10px;
	}
	.blog_header h1 {
		font-size: 24px;
		margin-bottom: 16px;
	}
	.blog_image img {
		height: auto;
		aspect-ratio: 16/10;
	}
	.page_content {
        padding: 0 0 24px 30px;
        font-size: 15px;
    }
	.share_position {
		margin-inline-start: 3vw;
	}
	.product_area {
		padding: 0;
	}
	.product_card2 {
		padding: 24px 16px;
		border-radius: 6px;
	}
	.product_card2 h2 {
		font-size: 18px;
	}
	.product_card2 p {
		font-size: 15px;
	}
	.map_area {
		padding: 0 12px 0;
		margin-bottom: 24px;
	}
	.contact_head {
		padding-top: 24px;
	}
	.contact_head h2 {
		font-size: 40px;
	}
	.contact_box {
		position: relative;
		left: 0;
		padding: 24px 12px;
	}
	.contact_head figure {
		margin: 0;
		padding: 0;
	}
	.page_head {
		padding: 24px 0 0;
	}
	.page_head h2 {
		font-size: 24px;
	}
	.image_gallery {
		padding: 0 10px;
	}
	.image_gallery .image_gallery__grid {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		-ms-grid-rows: 100px 100px 100px 100px;
		grid-template-rows: 100px 100px 100px 100px;
		gap: 10px 10px;
		grid-auto-flow: row;
		grid-template-areas:
			"bottom_left bottom_left"
			"bottom_left bottom_left"
			"bottom_center bottom_right_top"
			"bottom_center bottom_right_bottom";
		width: 100%;
		height: 100%;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
	.content_bar {
		padding: 24px 0;
	}
	.video_section {
		padding: 0;
	}
	.video_section video, .video_section img {
		aspect-ratio: 16 / 10;
	}
	.about_head {
		padding: 24px 0 0;
	}
	.about_head h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.about_head h4 {
		font-size: 20px;
	}
	.about_video {
		margin: 24px 0;
		aspect-ratio: 16/10;
	}
	.about_video video {
		aspect-ratio: 16/10;
	}
	.expertise_section h2 {
		font-size: 24px;
	}
	.know_more_section {
		padding: 24px 0 0;
	}
	.know_more_wrapper {
		flex-direction: column;
	}
	.know_more_left {
		max-width: 100%;
		padding: 0;
		display: flex;
		width: 100%;
	}
	.more_item {
		padding: 0;
		margin: 0;
		border: none;
		flex: 1;
		text-align: center;
		font-size: 18px;
	}
	.more_item:nth-child(2) {
		border-left: 1px solid rgba(0, 0, 0, 0.2);
		border-right: 1px solid rgba(0, 0, 0, 0.2);
	}
	.know_more_right {
		flex: 1;
		padding: 16px 0 0;
		margin-top: 16px;
		border: none;
		border-top: 1px solid rgba(0, 0, 0, 0.2);
	}
	.know_more_content h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.know_more_content h4 {
		font-size: 18px;
	}
	.know_more_content p {
		font-size: 15px;
	}
	.about_stack {
		padding: 24px 0;
	}
	.aimage {
		margin-bottom: 12px;
	}
	.bimage {
		aspect-ratio: 2/1;
		clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 85% 100%, 0% 100%);
	}
	.info_block {
		padding: 24px 0;
	}
	.info_block .info_image {
		width: 100%;
		height: auto;
		aspect-ratio: 16/9;
		margin: 0 0 16px;
	}
	.info_block h2 {
		font-size: 24px;
		margin-bottom: 26px;
	}
	.team_section {
		padding: 0;
	}
	.team_heading {
		padding: 16px 0;
		margin-bottom: 16px;
	}
	.team_heading h2 {
		font-size: 24px;
	}
	.team_section h3 {
		font-size: 20px;
		margin-bottom: 16px;
	}
	.faq_section {
		padding: 24px 0;
	}
	.faq_section h2 {
		font-size: 24px;
	}
	.accordian {
		margin-top: 20px;
	}
	.accordian_heading {
		padding: 10px 0;
		padding-right: 32px;
		font-size: 18px;
		line-height: 1.4;
	}
	.talk_btn {
		margin: 0;
		margin-left: auto;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 12px 6px;
	}
	.header .navbar-collapse:after {
		display: none;
	}
	.header .dropdown-menu.show {
		padding: 0;
	}
}