@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');

@font-face {
    font-family: 'SUSE';
    src: url('../fonts/SUSE-ExtraBold.woff2') format('woff2'),
        url('../fonts/SUSE-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SUSE';
    src: url('../fonts/SUSE-Bold.woff2') format('woff2'),
        url('../fonts/SUSE-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SUSE';
    src: url('../fonts/SUSE-Thin.woff2') format('woff2'),
        url('../fonts/SUSE-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SUSE';
    src: url('../fonts/SUSE-ExtraLight.woff2') format('woff2'),
        url('../fonts/SUSE-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SUSE';
    src: url('../fonts/SUSE-Light.woff2') format('woff2'),
        url('../fonts/SUSE-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SUSE';
    src: url('../fonts/SUSE-Medium.woff2') format('woff2'),
        url('../fonts/SUSE-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SUSE';
    src: url('../fonts/SUSE-Regular.woff2') format('woff2'),
        url('../fonts/SUSE-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SUSE';
    src: url('../fonts/SUSE-SemiBold.woff2') format('woff2'),
        url('../fonts/SUSE-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SUSE';
    src: url('../fonts/SUSE-Thin.woff2') format('woff2'),
        url('../fonts/SUSE-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: "DM Sans", sans-serif;
	overflow-x: hidden;
}
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1536px;
    }
}
.header {
    padding: 10px 0;
}
.navbar-brand {
    padding: 10px 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 24px;
}
.dropdown-item.active, .dropdown-item:active {
    background: #199781;
}
.text-theme {
    color: #199781;
}
.whatsapp_icon {
	display: flex;
	padding: 12px;
}
.whatsapp_icon img {
	max-width: 24px;
}
.page_content {
	padding: 60px 0;
}
.section_heading {
    font-size: 48px;
    font-family: 'SUSE';
    margin-bottom: 24px;
    font-weight: bold;
}
.section_subheading {
    font-size: 20px;
    max-width: 632px;
    margin: 0 auto;
    margin-bottom: 60px;
    color: #475569;
    line-height: 1.7;
}
.section_button {
    display: inline-block;
    padding: 17px 42px;
    border-radius: 6px;
    background: #199781;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}
.button {
    display: inline-block;
    padding: 17px 42px;
    border-radius: 6px;
    background: #199781;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}
.banner_section {
    display: block;
    padding: 150px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.banner_section.inner {
    padding: 100px 0;
}
.banner_section:before {
    width: 100%;
    height: 100%;
    background: url(../images/banner_grid.svg) center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
	z-index: 2;
}
.banner_section:after {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
	z-index: 1;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e1e1e+0,199781+100 */
	background: linear-gradient(135deg,  rgba(30,30,30,1) 0%,rgba(25,151,129,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	mix-blend-mode: multiply;
}
.banner_section video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.banner_section .container {
    position: relative;
    z-index: 3;
}
.banner_section h1 {
    font-family: 'SUSE';
    color: #fff;
    font-weight: bold;
    font-size: 70px;
    margin-bottom: 32px;
}
.banner_section h3 {
    font-family: 'SUSE';
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 32px;
}
.banner_section h4 {
    color: #fff;
    font-weight: 500;
    font-size: 32px;
    margin: 0 auto;
    margin-bottom: 32px;
    opacity: 0.7;
    max-width: 1000px;
}
.banner_section h6 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto;
    margin-bottom: 32px;
    opacity: 0.7;
    max-width: 730px;
}
.banner_section a {
    display: inline-block;
    padding: 17px 45px;
    font-size: 20px;
    border-radius: 6px;
    background: #1abc9c;
    text-decoration: none;
    color: #000;
	margin-top: 10px;
/* 	box-shadow: 0 0 15px rgba(26, 188, 156, 0.5); */
	position: relative;
	/* background: linear-gradient(-45deg, #072d27, #126a5a, #199781, #47ac9a, #8ccbc0); */
    background: linear-gradient(-45deg, #ffa500, #ffde21, #ffff00);
	background-size: 600%;
	-webkit-animation: anime 6s linear infinite;
	animation: anime 6s linear infinite;
}
/* .banner_section a:before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
	background-size: 400%;
	z-index: -1;
	filter: blur(6px);
	border-radius: 10px;
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
	animation: glowing 20s linear infinite;
}

@keyframes glowing {
	0% { background-position: 0 0; }
	50% { background-position: 400% 0; }
	100% { background-position: 0 0; }
} */
@keyframes anime {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.banner_section a + a {
    background: #fff;
    color: #199781;
    margin-left: 10px;
	background: linear-gradient(-45deg, #8ccbc0, #bae0d9, #d1eae6, #e8f5f2, #ffffff);
	background-size: 600%;
	-webkit-animation: anime 6s linear infinite;
	animation: anime 6s linear infinite;
}
.logo_section {
    display: block;
    padding: 60px 0;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}
.logo_section h6 {
    font-family: 'SUSE';
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 48px;
}
.about_section {
    display: block;
    padding: 100px 0;
}
.about_content h6 {
    font-size: 20px;
    margin: 0 auto;
    margin-bottom: 24px;
    color: #475569;
    line-height: 1.7;
}
.about_image {
	display: flex;
	height: 100%;
}
.about_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.about_card {
    display: block;
	padding: 40px 32px;
	border-radius: 10px;
	background: #199781;
	color: #fff;
}
.about_card figure {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    background: #199781;
}
.about_card figure img {
    max-width: 60px;
}
.about_card h5 {
    font-family: 'SUSE';
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 24px;
	line-height: 1.5;
}
.about_card p {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    color: rgba(255,255,255,0.7);
}
.stat_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 64px;
}
.stat_list li {
    flex-basis: 50%;
}
.stat_list li:nth-child(2n) {
    padding-left: 32px;
    border-left: 1px solid #e5e5e5;
}
.stat_list li:first-child, .stat_list li:nth-child(3n - 1) {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 32px;
}
.stat_list li:last-child, .stat_list li:nth-child(4n - 1) {
    padding-top: 32px;
}
.stat_list li h6 {
    font-size: 20px;
    color: #000;
    margin: 0;
    line-height: 1;
    font-weight: bold;
}
.count {
    font-family: 'SUSE';
    color: #0A3C34;
    font-weight: bold;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-end;
}
.number {
    font-size: 96px;
    line-height: 67px;
    font-family: 'SUSE';
    color: #0A3C34;
}
.pesodu {
    color: #199781;
    font-size: 64px;
    line-height: 46px;
}
.technology_section {
    display: block;
    padding: 100px 0;
    position: relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#051e1a+0,0a3c34+100 */
    background: linear-gradient(45deg,  #051e1a 0%,#0a3c34 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    background: #F6F6F8;
}
.technology_section::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/lines-white-footer\ 1.svg) center no-repeat;
    background-size: cover;
}
.technology_section .container {
    position: relative;
    z-index: 2;
}
.technology_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    border-radius: 10px;
    background: #fff;
    height: 100%;
    box-shadow: 0 8px 18px rgba(221,221,231,0.95);
}
.technology_card img {
    width: 70px;
	height: 70px;
}
.technology_card h5 {
    font-size: 24px;
    color: #199781;
    font-weight: 300;
    font-family: 'SUSE';
	text-transform: uppercase;
    margin: 0;
	line-height: 1.4;
}
.technology_card h6 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin: 0;
}
.technology_card span {
	font-size: 100px;
	line-height: 75px;
	font-weight: 900;
	color: #eee;
}
.industry_section {
    display: block;
    padding: 100px 0;
    background: #051E1A;
}
.industy_card {
    display: block;
}
.industy_card figure {
    display: inline-flex;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    background: rgba(255,255,255,0.2);
}
.industy_card figure img {
    max-width: 40px;
}
.industy_card h5 {
    font-family: 'SUSE';
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 24px;
}
.industy_card p {
    font-size: 16px;
    color: #fff;
    opacity: 0.5;
}
.service_section {
    display: block;
    padding: 100px 0;
}
.service_card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    border: 1px solid rgba(71,85,105,0.2);
    color: #162836;
    text-decoration: none;
    height: 100%;
    border-radius: 10px;
    transition: all ease-in-out 0.3s;
}
.service_card:hover {
    background: #051E1A;
}
.service_card figure {
    display: inline-flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.service_card figure img {
    max-width: 60px;
}
.service_card h5 {
    font-family: 'SUSE';
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
    transition: all ease-in-out 0.3s;
}
.service_card:hover h5 {
    color: #fff;
}
.service_card ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.service_card ul li {
    margin-bottom: 16px;
    display: flex;
    font-size: 16px;
    gap: 10px;
    transition: all ease-in-out 0.3s;
}
.service_card:hover ul li {
    color: #fff;
}
.service_card ul li:last-child {
    margin-bottom: 0;
}
.service_card ul li:before {
    width: 24px;
    height: 24px;
    content: '';
    background: url(../images/check.svg) center no-repeat;
}
.team_section {
    display: block;
    padding: 100px 0;
}
.team_block {
    margin-top: 60px;
}
.team_card {
    display: flex;
    width: 100%;
    padding: 0 24px 24px;
    padding-top: 90%;
    position: relative;
    border-radius: 10px;
    text-decoration: none;
}
.team_card img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 10px;
}
.team_content {
    position: relative;
    z-index: 9;
    display: block;
    width: 100%;
    padding: 20px 30px;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.10);
    backdrop-filter: blur(40px);
    border-radius: 4px;
}
.team_content h5 {
    font-size: 24px;
    margin-bottom: 4px;
    font-family: 'SUSE';
    font-weight: bold;
    color: #000;
}
.team_content p {
    margin: 0;
    font-size: 20px;
    color: #475569;
}
.testimonial_section {
    display: block;
    padding: 100px 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#051e1a+0,0a3c34+100 */
    background: linear-gradient(135deg,  #051e1a 0%,#0a3c34 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.testimonial {
    margin-top: 60px;
}
.testimonial_card {
    display: block;
    padding: 40px 50px 50px;
    background: #fff;
    border-radius: 10px;
}
.testimonial_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.testimonial_foot h5 {
    font-family: 'SUSE';
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 4px;
}
.testimonial_foot p {
    color: #475569;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.testimonial_body {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
}
.testimonial .swiper-pagination {
    position: relative;
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.testimonial .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.5);
}
.testimonial .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    background: #fff;
}
.career_section {
    display: block;
    padding: 100px 0;
	background: #051E1A;
}
.career_section h6 {
    margin-bottom: 24px;
}
.job_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 40px;
    border: none;
    border-radius: 10px;
    margin-bottom: 24px;
    text-decoration: none;
	background: #fff;
	box-shadow: 0 8px 18px rgba(0,0,0,0.95);
}
.job_card:last-child {
    margin: 0;
}
.job_card h5 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 6px;
    color: #000;
    font-family: 'SUSE';
}
.job_card p {
    font-size: 18px;
    color: #475569;
    font-weight: 500;
    margin: 0;
}
.job_card span {
    display: inline-flex;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    background: #E8F5F2;
    transition: ease-in-out 0.2s;
}
.job_card span svg {
    transition: ease-in-out 0.2s;
}
.job_card:hover span {
    background: #0A3C34;
}
.job_card:hover span svg {
    filter: brightness(0) invert(1);
}
footer {
    display: block;
    padding: 100px 0 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#051e1a+0,0a3c34+100 */
    background: linear-gradient(to right,  #051e1a 0%,#0a3c34 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
footer h6 {
    font-family: 'SUSE';
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 32px;
    color: #fff;
}
.footer_bottom {
    display: block;
    padding: 38px 0;
    border-top: 1px solid rgba(255,255,255,0.10);
}
.footer_bottom p {
    margin: 0;
    color: rgba(255,255,255,0.5);
    font-size: 16px;
    line-height: 24px;
}
.policy_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
}
.policy_menu li {
    display: block;
}
.policy_menu li a {
    color: rgba(255,255,255,0.5);
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}
.footer_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer_menu li {
    display: block;
    margin-bottom: 16px;
}
.footer_menu li:last-child {
    margin: 0;
}
.footer_menu li a {
    color: rgba(255,255,255,0.5);
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}
.footer_logo {
    margin-bottom: 40px;
    filter: brightness(0) invert(1);
}
footer p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 16px;
}
footer p a {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
}

/*** Service Page ****/

.left_image_content {
    display: block;
    padding: 100px 0;
}
.left_image_content .image_wrap {
    max-width: 100%;
    aspect-ratio: 1/1;
    margin: 0;
}
.left_image_content .image_wrap img {
    max-width: 100%;
    aspect-ratio: 1/1;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}
.content_box img {
    max-width: 100%;
}
.content_box h3 {
    font-size: 32px;
    font-family: 'SUSE';
    margin-bottom: 10px;
    font-weight: 500;
    color: #199781;
}
.content_box h2 {
    font-size: 48px;
    font-family: 'SUSE';
    margin-bottom: 24px;
    font-weight: bold;
}
.content_box h5 {
    font-size: 24px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 24px;
}
.content_box h6 {
    font-size: 20px;
    color: #475569;
    line-height: 1.7;
}
.content_box p {
    font-size: 16px;
    color: #475569;
    line-height: 1.7;
}
.content_box ul {
    margin: 24px 0 0;
    padding: 0;
    list-style-type: none;
}
.content_box ul li {
    margin-bottom: 16px;
    display: flex;
    font-size: 16px;
    gap: 10px;
    transition: all ease-in-out 0.3s;
}
.content_box ul li:last-child {
    margin-bottom: 0;
}
.content_box ul li:before {
    width: 24px;
    height: 24px;
    content: '';
    background: url(../images/check.svg) center no-repeat;
	max-width: 24px;
    flex: 0 0 24px;
}
.content_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 40px;
}
.content_list li {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 40px;
    font-size: 22px;
    color: #475569;
}
.content_list li:last-child {
    margin: 0;
}
.content_list li figure {
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    background: #E8F5F2;
    border-radius: 4px;
    margin: 0;
    max-width: 60px;
    flex: 0 0 60px;
}
.content_list li figure img {
    max-width: 32px;
}
.left_image_content + .left_image_content {
    padding-top: 0;
}
.offer_tab_section {
    display: block;
    padding: 100px 0 0;
    background: #051E1A;
}
.offer_tab_section p {
    margin-bottom: 24px;
    font-size: 16px;
    color: #199781;
}
.offer_tab_section h2 {
    font-size: 48px;
    font-family: 'SUSE';
    margin-bottom: 24px;
    font-weight: bold;
    color: #fff;
}
.offer_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-left: 1px solid rgba(255,255,255,0.20);
    margin-top: 40px;
    margin-bottom: 100px;
}
.offer_list li {
    display: block;
    padding-left: 36px;
    margin-bottom: 40px;
    cursor: pointer;
    position: relative;
}
.offer_list li:last-child {
    margin: 0;
}
.offer_list li h4 {
    font-size: 26px;
    font-family: 'SUSE';
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
}
.offer_list li p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    color: rgba(255,255,255,0.60);
    max-width: 420px;
    font-weight: 400;
}
.offer_list li.active h4 {
    color: #199781;
}
.offer_list li.active p {
    color: #fff;
}
.offer_image {
    width: 100%;
}
.offer_image img {
    max-width: 100%;
}
.offer_list li.active:before {
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#199781+0,0a3c34+100 */
    background: linear-gradient(to bottom,  #199781 0%,#0a3c34 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.cta_section {
    display: block;
    padding: 0;
    position: relative;
}
.cta_section:before {
    display: block;
    width: 100%;
    height: 50%;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#051e1a+0,0a3c34+100 */
    background: linear-gradient(to right,  #051e1a 0%,#0a3c34 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.cta_block {
    display: block;
    border-radius: 30px;
    background: #0A3C34 url(../images/joule-lines-bg.svg) center;
    padding: 0 12px;
}
.cta_content {
    padding: 100px 0;
    padding-right: 0;
    padding-left: 88px;
}
.cta_content h2 {
    font-size: 48px;
    font-family: 'SUSE';
    margin-bottom: 32px;
    font-weight: bold;
    color: #fff;
}
.cta_content h5 {
    font-size: 24px;
    margin-bottom: 32px;
    line-height: 1.7;
    color: rgba(255,255,255,0.60);
}
.cta_content h6 {
    font-size: 20px;
    margin-bottom: 32px;
    line-height: 1.7;
    color: rgba(255,255,255,0.60);
}
.cta_content h5 a {
    display: inline-block;
    padding: 0;
    font-size: 24px;
    border-radius: 0;
    background: transparent;
    color: #fff;
    text-decoration: none;
    border: none;
}
.cta_content a {
    display: inline-block;
    padding: 15px 23px;
    font-size: 20px;
    border-radius: 6px;
    background: #fff;
    color: #199781;
    text-decoration: none;
    border: 2px solid #fff;
	background: linear-gradient(-45deg, #8ccbc0, #bae0d9, #d1eae6, #e8f5f2, #ffffff);
	background-size: 600%;
	-webkit-animation: anime 6s linear infinite;
	animation: anime 6s linear infinite;
}
.cta_content a + a {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    margin-left: 10px;
}
.left_half_image_content {
    display: block;
    padding: 100px 0;
}
.left_half_image_content figure {
    overflow: hidden;
    position: relative;
    height: 630px;
    width: 50vw;
    margin-left: calc(-50vw + 100%);
    border-radius: 0 5px 5px 0;
}
.left_half_image_content figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.left_half_image_content h2 {
    font-size: 48px;
    font-family: 'SUSE';
    margin-bottom: 32px;
    font-weight: bold;
    color: #162836;
}
.left_half_image_content p {
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
    text-align: justify;
}
.cta_large_image_section {
    display: block;
    padding: 100px 0;
}
.cta_large_image_section img {
    max-width: 100%;
}
.cta_large_image_section h2 {
    font-size: 48px;
    font-family: 'SUSE';
    margin-bottom: 32px;
    font-weight: bold;
    color: #162836;
}
.cta_large_image_section h6 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    color: #475569;
}
.cta_large_image_section h6 a {
    color: #199781;
    background: transparent;
    text-decoration: underline;
    padding: 0;
}
.cta_large_image_section a {
    display: inline-block;
    padding: 17px 45px;
    font-size: 20px;
    border-radius: 6px;
    background: #199781;
    color: #fff;
    text-decoration: none;
}
.grid_section {
    display: block;
    padding: 100px 0;
    background: #051E1A;
}
.grid_box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 52px 40px;
    border-radius: 10px;
}
.grid_box img {
    max-width: 60px;
    margin-bottom: 24px;
}
.grid_box h5 {
    font-size: 24px;
    font-family: 'SUSE';
    margin-bottom: 24px;
    font-weight: 600;
    color: #fff;   
}
.grid_box p {
    font-size: 19px;
    color: rgba(255,255,255,0.60);
    margin: 0;
}
.grid_section .col-sm-4:nth-child(2n) .grid_box {
    background: rgba(255,255,255,0.10);
}
.why_choose_section {
    display: block;
    padding: 100px 0;
    background: #F6F6F8;
}
.why_choose_box {
    display: flex;
    gap: 30px;
    padding: 40px 30px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(221,221,231,0.95);
    height: 100%;
	align-items: flex-start;
}
.why_choose_box figure {
    display: flex;
    max-width: 80px;
	min-height: 80px;
    flex: 0 0 80px;
    align-items: center;
    justify-content: center;
    background: rgba(25,151,129,0.05);
    border: 1px solid rgba(25,151,129,0.15);
    border-radius: 6px;
    margin: 0;
}
.why_choose_box figure img {
    max-width: 40px;
}
.why_choose_box h5 {
    font-family: 'SUSE';
    font-size: 24px;
    font-weight: bold;
    color: #020F0D;
    margin-bottom: 16px;   
}
.why_choose_box p {
    font-size: 16px;
    color: #475569;
    font-weight: 500;
    margin: 0;   
}
.row_service_section {
    display: block;
    padding: 100px 0;
}
.service_list {
    margin: 80px 0 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid rgba(71, 85, 105, 0.2);
}
.service_list > li {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 30px 0;
    border-top: 1px solid rgba(71, 85, 105, 0.2);
}
.service_list > li figure {
    aspect-ratio: 2/1;
    margin: 0;
    max-width: 200px;
}
.service_list > li figure img {
    aspect-ratio: 2/1;
    margin: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}
.service_list > li figcaption {
    flex: 1;
}
.service_list > li span {
    font-size: 32px;
    font-weight: 700;
    color: #199781;
    line-height: 1;
}
.service_list > li h4 {
    font-family: 'SUSE';
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #051E1A;
}
.service_list > li p {
    font-size: 20px;
    color: #475569;
    margin: 0;
    font-weight: 500;
/*     max-width: 700px; */
}
.service_list ul {
    margin: 24px 0 0;
    padding: 0;
    list-style-type: none;
}
.service_list ul li {
    margin-bottom: 16px;
    display: flex;
    font-size: 16px;
    gap: 10px;
    transition: all ease-in-out 0.3s;
}
.service_list ul li:last-child {
    margin-bottom: 0;
}
.service_list ul li:before {
    width: 24px;
    height: 24px;
    content: '';
    background: url(../images/check.svg) center no-repeat;
	max-width: 24px;
    flex: 0 0 24px;
}
.offer_card_section {
    display: block;
    padding: 100px 0;
    background: #F6F6F8;
}
.offer_card_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 30px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(221,221,231,0.95);
    height: 100%;
}
.offer_card_box h5 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-family: 'SUSE';
    color: #051E1A;
    margin: 0 0 24px;
}
.offer_card_box h5:last-child {
    margin: 0;
}
.offer_card_box p {
    font-size: 16px;
    text-align: center;
    color: #475569;
    font-weight: 500;
    margin: 0;   
}
.offer_card_box figure {
    display: flex;
    max-width: 80px;
    width: 80px;
    flex: 0 0 80px;
    align-items: center;
    justify-content: center;
    background: rgba(25,151,129,0.05);
    border: 1px solid rgba(25,151,129,0.15);
    border-radius: 6px;
    margin-bottom: 40px;
}
.offer_card_box figure img {
    max-width: 40px;
}
.work_us_section {
    display: block;
    padding: 100px 0;
    background: #051E1A;
}
.work_card_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 24px;
    border-radius: 15px;
    background: #199781;
    box-shadow: 0 8px 18px rgba(5,30,26,0.20);
    height: 100%;
}
.work_card_box h5 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-family: 'SUSE';
    color: #fff;
    margin: 0;
}
.work_card_box p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin: 0;   
    margin-top: 24px;
}
.work_card_box figure {
    display: flex;
    max-width: 80px;
    width: 80px;
    flex: 0 0 80px;
    align-items: center;
    justify-content: center;
    background: #051E1A;
    border-radius: 6px;
    margin-bottom: 40px;
}
.work_card_box figure img {
    max-width: 40px;
    filter: brightness(0) invert(1);
}
.cta_section_form {
    display: block;
    padding: 0;
    position: relative;
}
.cta_section_form:before {
    display: block;
    width: 100%;
    height: 50%;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#051e1a+0,0a3c34+100 */
    background: linear-gradient(to right,  #051e1a 0%,#0a3c34 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.callback_form {
    padding: 100px 0;
    padding-right: 88px;
}
.callback_form p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    font-weight: 500;
    color: #fff;
}
.submit_btn {
    display: inline-block;
    padding: 17px 45px;
    font-size: 20px;
    border-radius: 6px;
    line-height: 26px;
    width: 100%;
    background: #199781;
    text-decoration: none;
    color: #fff;
    border: none;
}
.wpcf7 form .wpcf7-response-output {
    margin: 24px 0 0;
    color: #000;
}
.textbox {
    width: 100%;
    border-radius: 5px;
    background-color: #051E1A;
    border: 1px solid #199781;
    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;
    color: #fff;
}
.textarea {
    display: block;
    padding: 16px;
    line-height: 24px;
    font-size: 16px;
    border: none;
    width: 100%;
    height: 120px;
    border-radius: 3px;
    resize: vertical;
}
.textbox:focus {
    background: #051E1A;
    border-color: #199781;
    outline: none;
    color: #fff;
}
.textarea:focus {
    background: #051E1A;
    border-color: #199781;
    outline: none;
    color: #fff;
}
.section_title {
    display: block;
    padding: 100px 0 0;
}
.section_title .section_heading:last-child {
    margin: 0;
}
.section_title .section_subheading:last-child {
    margin: 0;
}
.section_title + section {
    padding-top: 80px;
}
.service_grid_section {
    display: block;
    padding: 100px 0;
    position: relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#051e1a+0,0a3c34+100 */
    background: linear-gradient(45deg,  #051e1a 0%,#0a3c34 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.service_grid_section::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/lines-white-footer\ 1.svg) center no-repeat;
    background-size: cover;
}
.service_grid_section .container {
    position: relative;
    z-index: 2;
}
.service_grid_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 24px;
    padding: 40px 42px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    height: 100%;
}
.service_grid_card img {
    max-width: 100%;
    aspect-ratio: 5/4;
    border-radius: 5px;
    object-fit: cover;
}
.service_grid_card h5 {
    font-size: 24px;
    color: #199781;
    font-weight: bold;
    font-family: 'SUSE';
    margin: 0;
}
.service_grid_card h6 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
}
.gallery img {
	aspect-ratio: 1/1;
	width: 80px;
	height: auto;
	object-fit: scale-down;
}
.page_header {
	display: block;
	padding: 80px 0;
	background: #051E1A url(../images/joule-header-bg.webp) center no-repeat;
	background-size: 100% auto;
}
.page_header h2 {
	font-size: 48px;
	font-family: 'SUSE';
    color: #fff;
    font-weight: bold;
	margin-bottom: 20px;
}
.page_header p {
	font-size: 18px;
	line-height: 1.5;
	color: #FFFFFFA6;
	max-width: 500px;
}
.breadcrumb {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 10px;
}
.breadcrumb li {
	color: #fff;
	display: flex;
	align-items: center;
	gap: 10px;
}
.breadcrumb li:before {
	color: #fff;
	content: '\f054';
	font-family:"Font Awesome 5 Pro";
	font-size: 10px;
}
.breadcrumb li:first-child:before {
	display: none;
}
.breadcrumb li a {
	color: #fff;
	text-decoration: none;
}
.contact_wrapper {
	display: block;
    padding: 100px 0;
    background: #F6F6F8;
	overflow: hidden;
}
.form_area {
	display: block;
	padding: 40px 50px 50px;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 8px 18px rgba(221,221,231,0.95);
}
.form_area .textbox {
	border: 1px solid #d7d7d7;
	background: #F6F6F8;
	color: #000;
}
.form_area .textarea {
	border: 1px solid #d7d7d7;
	background: #F6F6F8;
	color: #000;
}
.form_area .textbox:focus, .form_area .textarea:focus {
	border-color: #199781;
	outline: none;
}
.form_area label {
	margin-bottom: 10px;
}
.creative_btn {
	display: inline-block;
    padding: 17px 45px;
    font-size: 20px;
    border-radius: 6px;
    background: #199781;
    text-decoration: none;
    color: #fff;
	border: none;
}
.contact_content {
	border: 1px solid #d7d7d7;
	border-right: none;
	background: #fff;
	padding: 40px 50px 50px;
	border-radius: 15px 0 0 15px;
	position: relative;
	height: 100%;
	font-size: 18px;
	line-height: 1.5;
	color: #888;
}
.contact_content:after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 100%;
	background: #fff;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	content: ''
}
.contact_content h3 {
	font-size: 30px;
	font-family: 'SUSE';
    color: #000;
    font-weight: bold;
	margin-bottom: 20px;
}
.contact_content p {
	font-size: 18px;
	line-height: 1.5;
	color: #888;
}
.contact_content a {
	color: #888;
	text-decoration: none;
}
.contact_content h6 {
	color: #000;
	font-size: 18px;
}
.contact_content hr {
	margin: 0;
}
.navbar-expand-lg .navbar-nav {
	align-items: center;
}
.navbar-expand-lg .navbar-nav .cta_btn a.nav-link {
	background: linear-gradient(-45deg, #ffa63d, #ff3d77, #164599, #3cf0c5);
	background-size: 600%;
	-webkit-animation: anime 6s linear infinite;
	animation: anime 6s linear infinite;	
	padding: 12px 24px;
	color: #fff;
	border-radius: 4px;
	font-weight: 600;
}
.navbar-expand-lg .navbar-nav .call_btn a.nav-link {
	background: linear-gradient(-45deg, #072d27, #126a5a, #199781, #47ac9a, #8ccbc0);
	background-size: 600%;
	-webkit-animation: anime 6s linear infinite;
	animation: anime 6s linear infinite;	
	padding: 12px 24px;
	color: #fff;
	border-radius: 4px;
	font-weight: 600;
	margin-right: 10px;
}
.digital_section {
    display: block;
    padding: 60px 0;
}
.digital_block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0;
    grid-auto-flow: row;
    grid-template-areas:
        "bottom_left bottom_left bottom_center_top bottom_right_top"
        "bottom_left bottom_left bottom_center_bottom bottom_right_bottom";
    width: 100%;
    height: 100%;
    grid-column-gap: 0;
    grid-row-gap: 0;
}
.digital_card {
    display: block;
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
}
.digital_card:before {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 23%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0) 81%, rgba(0, 0, 0, 0) 92%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(100%);
    transition: all 0.5s ease 0s;
    content: '';
}
.digital_card:hover:before {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%) repeat scroll 0 0;
    transform: translateY(0px);
}
.digital_card img {
    max-width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.digital_card figcaption {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: 0px;
    left: 20px;
    right: 20px;
    max-height: 40px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.digital_card:hover figcaption {
    height: auto;
    max-height: 200px;
    bottom: 50px;
}
.digital_card figcaption h4 {
    color: #fff;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.digital_card .digital_content {
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
}
.digital_block .digital_card:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: bottom_left;
}
.digital_block .digital_card:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: bottom_center_top;
}
.digital_block .digital_card:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    grid-area: bottom_center_bottom;
}
.digital_block .digital_card:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    grid-area: bottom_right_top;
}
.digital_block .digital_card:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
    grid-area: bottom_right_bottom;
}
.offer_section {
    display: block;
    padding-bottom: 60px;
}
.offer_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-decoration: none;
    color: #000;
}
.offer_card h3 {
    text-align: center;
    color: #000;
    font-size: 32px;
    line-height: 1.3;
    margin: 0 auto;
    max-width: 70%;
    font-weight: 700;
}
.offer_card span {
    display: block;
    width: 40px;
    height: 40px;
    margin: 10px;
    background: url(../images/explore_expand.svg) center no-repeat;
    background-size: 100%;
    transition: all 0.5s ease;
}
.offer_card:hover span {
    transform: rotate(360deg);
}
.poster_section {
    display: block;
    padding: 250px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.poster_section.inner {
    padding: 100px 0;
}
.poster_section ul {
	margin: 0;
	margin-top: 60px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.poster_section ul li {
    display: block;
    font-size: 24px;
    gap: 24px;
    transition: all ease-in-out 0.3s;
	color: #fff;
	padding-left: 24px;
	border-left: 3px solid rgba(255,255,255,0.5);
	margin: 0;
}
.poster_section ul li:hover {
	border-left-color: #fff;
}
/* .poster_section ul li:last-child {
    margin-bottom: 0;
}
.poster_section ul li:before {
    width: 30px;
    height: 30px;
    content: '';
    background: #fff url(../images/check.svg) center no-repeat;
	background-size: 24px;
	max-width: 30px;
    flex: 0 0 30px;
	padding: 3px;
	border-radius: 50%;
	margin-top: 3px;
} */
.poster_section ul li h4 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #fff;
	opacity: 1;
}
.poster_section ul li p {
	font-size: 16px;
	margin-bottom: 0;
	opacity: 0.6;
}
.poster_section label.form_label {
	margin-bottom: 5px;
}
.poster_section .textbox {
    border: 1px solid #d7d7d7;
    background: #F6F6F8;
    color: #000;
}
.poster_section .textarea {
    border: 1px solid #d7d7d7;
    background: #F6F6F8;
    color: #000;
}
/* .poster_section:before {
    width: 100%;
    height: 100%;
    background: url(../images/banner_grid.svg) center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
	z-index: 2;
}
.poster_section:after {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
	z-index: 1;
	background: linear-gradient(135deg,  rgba(30,30,30,1) 0%,rgba(25,151,129,1) 100%);
	mix-blend-mode: multiply;
} */
.poster_section .container {
    position: relative;
    z-index: 2;
}
.poster_section img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.poster_section h2 {
    font-family: 'SUSE';
    color: #fff;
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 32px;
}
.poster_section h3 {
    font-family: 'SUSE';
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 32px;
}
.poster_section h4 {
    color: #fff;
    font-weight: 500;
    font-size: 32px;
    margin: 0 auto;
    margin-bottom: 32px;
    opacity: 0.7;
    max-width: 1000px;
}
.poster_section h6 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto;
    margin-bottom: 32px;
    opacity: 0.7;
    max-width: 730px;
}
.poster_section a {
    display: inline-block;
    padding: 17px 45px;
    font-size: 20px;
    border-radius: 6px;
    background: #1abc9c;
    text-decoration: none;
    color: #000;
	margin-top: 10px;
/* 	box-shadow: 0 0 15px rgba(26, 188, 156, 0.5); */
	position: relative;
	/* background: linear-gradient(-45deg, #072d27, #126a5a, #199781, #47ac9a, #8ccbc0); */
    background: linear-gradient(-45deg, #ffa500, #ffde21, #ffff00);
	background-size: 600%;
	-webkit-animation: anime 6s linear infinite;
	animation: anime 6s linear infinite;
}
.form_container {
	display: block;
	padding: 40px 60px;
	background: #fff;
	border-radius: 10px;
}
.get_started_section {
	display: block;
	padding: 24px;
	border-radius: 10px;
	background: #fff;
}

@media(max-width: 575px) {
    .banner_section {
        padding: 24px 0;
    }
    .banner_section h1 {
        font-size: 30px;
        margin-bottom: 16px;
    }
    .banner_section h4 {
        font-size: 22px;
        margin-bottom: 16px;
    }
    .banner_section a {
        padding: 12px 24px;
        font-size: 15px;
    }
    .banner_section a + a {
        margin-left: 0;
    }
    .logo_section {
        padding: 24px 0;
    }
    .about_section {
        padding: 24px 0;
    }
    .section_heading {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .about_content h6 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .about_content img {
        margin-bottom: 16px;
    }
    .number {
        font-size: 60px;
    }
    .pesodu {
        font-size: 30px;
    }
    .stat_list li h6 {
        font-size: 16px;
    }
    .stat_list {
        margin-bottom: 16px;
    }
    .section_subheading {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 24px;
    }
    .technology_section {
        padding: 24px 0;
    }
    .service_section {
        padding: 24px 0;
    }
    .industry_section {
        padding: 24px 0;
    }
    .industy_card {
        text-align: center;
    }
    .industy_card h5 {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .team_section {
        padding: 24px 0;
    }
    .team_block {
        margin-top: 24px;
    }
    .testimonial_section {
        padding: 24px 0;
    }
    .testimonial {
        margin-top: 24px;
    }
    .testimonial .swiper-pagination {
        margin-top: 24px;
    }
    .testimonial_card {
        padding: 12px;
    }
    .testimonial_body {
        font-size: 15px;
        line-height: 1.4;
    }
    .testimonial_foot h5 {
        font-size: 18px;
        line-height: 1.4;
    }
    .career_section {
        padding: 24px 0;
    }
    .job_card {
        padding: 12px;
    }
    .job_card span {
        flex: 0 0 60px;
    }
    footer {
        padding: 24px 0 0;
    }
    footer h6 {
        margin-top: 32px;
        margin-bottom: 16px;
    }
    .footer_bottom {
        padding: 16px 0;
    }
    .policy_menu {
        justify-content: center;
    }
    .footer_bottom p {
        text-align: center;
    }
    .section_button {
        padding: 12px 24px;
        font-size: 15px;
    }
    .banner_section.inner {
        padding: 24px 0;
    }
    .banner_section h3 {
        font-size: 25px;
        margin-bottom: 16px;
    }
    .banner_section h6 {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 16px;
    }
    .left_image_content {
        padding: 24px 0;
    }
    .content_box {
        margin-top: 16px;
    }
    .content_box h3 {
        font-size: 22px;
    }
    .content_box h2 {
        font-size: 26px;
        margin-bottom: 16px;
    }
    .content_box h5 {
        font-size: 20px;
        line-height: 1.4;
    }
    .content_list li {
        font-size: 18px;
        margin-bottom: 16px;
        gap: 20px;
    }
    .offer_tab_section {
        padding: 24px 0 0;
    }
    .offer_tab_section h2 {
        font-size: 26px;
    }
    .offer_list li {
        padding-left: 16px;
        margin-bottom: 16px;
    }
    .offer_list li h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .cta_content {
        padding: 24px 12px 12px;
    }
    .cta_content h2 {
        font-size: 26px;
        margin-bottom: 16px;
    }
    .cta_content h6 {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 16px;
    }
    .cta_content a {
        padding: 12px 24px;
        font-size: 15px;
        border-width: 1px;
        width: 100%;
        text-align: center;
    }
    .cta_content a + a {
        margin: 10px 0 0;
    }
    .cta_section img {
        max-width: 100%;
    }
    .cta_section:before {
        bottom: -1px;
    }
    .cta_block {
        border-radius: 15px;
    }
    .left_half_image_content {
        padding: 24px 0;
    }
    .left_half_image_content figure {
        margin: 0 0 16px;
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        border-radius: 5px;
    }
    .left_half_image_content h2 {
        font-size: 26px;
        margin-bottom: 16px;
    }
    .left_half_image_content p {
        font-size: 18px;
        line-height: 1.4;
    }
    .grid_section {
        padding: 24px 0;
    }
    .grid_box {
        padding: 24px 12px;
    }
    .grid_box img {
        max-width: 50px;
        margin-bottom: 16px;
    }
    .grid_box h5 {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .grid_box p {
        font-size: 15px;
        line-height: 1.4;
    }
    .cta_large_image_section {
        padding: 24px 0;
    }
    .cta_content h5 a {
        width: auto;
        font-size: 18px;
    }
    .cta_content h5 {
        font-size: 18px;
    }
    .content_box h6 {
        font-size: 16px;
    }
    .why_choose_section {
        padding: 24px 0;
    }
    .why_choose_box {
        padding: 24px 12px;
        gap: 16px;
    }
    .why_choose_box figure {
        max-width: 50px;
        min-height: 50px;
        flex: 0 0 50px;
    }
    .why_choose_box figure img {
        max-width: 24px;
    }
    .why_choose_box h5 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .why_choose_box p {
        font-size: 15px;
    }
    .row_service_section {
        padding: 24px 0;
    }
    .service_list {
        margin: 24px 0 0;
    }
    .service_list > li {
        gap: 16px;
        flex-wrap: wrap;
        padding: 16px 0;
    }
    .service_list > li figure {
        max-width: 100%;
    }
    .service_list > li span {
        font-size: 24px;
    }
    .service_list > li h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .service_list > li p {
        font-size: 16px;
    }
    .offer_card_section {
        padding: 24px 0;
    }
    .work_us_section {
        padding: 24px 0;
    }
    .offer_card_box {
        padding: 24px 12px;
    }
    .offer_card_box h5 {
        font-size: 18px;
    }
    .work_card_box {
        padding: 24px 12px;
    }
    .work_card_box h5 {
        font-size: 18px;
    }
    .offer_card_box figure, .work_card_box figure {
        max-width: 50px;
        width: 50px;
        flex: 0 0 50px;
        margin-bottom: 24px;
    }
    .offer_card_box figure img, .work_card_box figure img {
        max-width: 24px;
    }
    .callback_form {
        padding: 0 12px 24px;
    }
    .submit_btn {
        padding: 12px 24px;
        font-size: 15px;
    }
    .textbox {
        padding: 12px 24px;
        font-size: 15px;
    }
    .button {
        padding: 12px 24px;
        font-size: 15px;
    }
    .service_grid_section {
        padding: 24px 0;
    }
    .service_grid_card {
        padding: 24px 12px;
    }
    .service_grid_card h6 {
        font-size: 16px;
    }
    .service_grid_card img {
        aspect-ratio: 16/9;
    }
    .section_title + section {
        padding-top: 24px;
    }
    .section_title {
        padding: 24px 0 0;
    }
    .navbar-expand-lg .navbar-nav .nav-item {
        width: 100%;
    }
    .navbar-expand-lg .navbar-nav .call_btn a.nav-link {
        margin: 0 0 10px;
        text-align: center;
    }
    .navbar-expand-lg .navbar-nav .cta_btn a.nav-link {
        text-align: center;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        display: flex;
        justify-content: space-between;
    }
    .page_header {
        padding: 24px 0;
    }
    .page_header h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .contact_wrapper {
        padding: 24px 0;
    }
    .form_area {
        padding: 24px 12px;
    }
    .contact_content {
        margin-top: 16px;
        padding: 24px 12px;
    }
    .digital_section {
        padding: 24px 0;
    }
    .digital_block {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .offer_card {
        padding: 16px;
    }
    .offer_card h3 {
        max-width: 100%;
        font-size: 20px;
    }
    .offer_card span {
        width: 24px;
        height: 24px;
    }
	.poster_section.inner {
		padding: 24px 0;
	}
	.poster_section h2 {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.poster_section ul {
		margin: 0 0 16px;
		padding: 0;
	}
	.poster_section ul li {
		font-size: 18px;
	}
}