body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background-color: transparent;
    background-image: linear-gradient(180deg, #292929 0%, #141414 100%);
}

h1,h2,h3,h4,h5,h6 {
    margin-block-start:.5rem;margin-block-end:1rem;font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-block-start:0;margin-block-end:.9rem}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em;
    white-space: pre-wrap
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #c36
}

a:active,a:hover {
    color: #336
}

a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

abbr[title] {
    border-block-end:none;-webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    height: auto;
    max-width: 100%
}

details {
    display: block
}

summary {
    display: list-item
}

figcaption {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400
}

[hidden],template {
    display: none
}

@media print {
    *,:after,:before {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        white-space: pre-wrap!important
    }

    blockquote,pre {
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        border: 1px solid #ccc
    }

    thead {
        display: table-header-group
    }

    img,tr {
        -moz-column-break-inside: avoid;
        break-inside: avoid
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        -moz-column-break-after: avoid;
        break-after: avoid
    }
}

label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0
}

input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s
}

input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus {
    border-color: #333
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    width: auto;
    -webkit-appearance: button
}

[type=button],[type=submit],button {
    display: inline-block;
    font-weight: 400;
    color: #c36;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #c36;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s
}

[type=button]:focus:not(:focus-visible),[type=submit]:focus:not(:focus-visible),button:focus:not(:focus-visible) {
    outline: none
}

[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover {
    color: #fff;
    background-color: #c36;
    text-decoration: none
}

[type=button]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

select {
    display: block
}

table {
    background-color: transparent;
    width: 100%;
    margin-block-end:15px;font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse
}

table td,table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0,0%,50.2%,.5019607843)
}

table th {
    font-weight: 700
}

table tfoot th,table thead th {
    font-size: 1em
}

table caption+thead tr:first-child td,table caption+thead tr:first-child th,table colgroup+thead tr:first-child td,table colgroup+thead tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th {
    border-block-start:1px solid hsla(0,0%,50.2%,.5019607843)}

table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0,0%,50.2%,.0705882353)
}

table tbody tr:hover>td,table tbody tr:hover>th {
    background-color: hsla(0,0%,50.2%,.1019607843)
}

table tbody+tbody {
    border-block-start:2px solid hsla(0,0%,50.2%,.5019607843)}

@media (max-width: 767px) {
    table table {
        font-size:.8em
    }

    table table td,table table th {
        padding: 7px;
        line-height: 1.3
    }

    table table th {
        font-weight: 400
    }
}

dd,dl,dt,li,ol,ul {
    margin-block-start:0;margin-block-end:0;border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

* {
	margin: 0;
  padding: 0;
  font-family: inherit;
  color: inherit;
  box-sizing: border-box;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important
	clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
	top: -10000em;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto!important;
    clip-path: none;
    color: #333;
    display: block;
    font-size: 1rem;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 12px 24px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}
.header-wrap {
	background-color: #426F8B;
}

header {
	position: fixed;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    top: 0px;
	background-color: #292929;
    display: flex;
    flex-direction: row;
	box-sizing: border-box;
    flex-wrap-mobile: wrap;
    justify-content: space-between;
    align-items: center;
    background-transition: 0.3s;
    padding-top: 1.65rem;
    padding-bottom: 1.65rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    z-index: 999;
	margin-right:19px
}
.header-left-box,
.header-right-box {
	display: flex;
	align-items: center;
	gap: 5rem;
}
.header-left-box {
	width: 100%;
}
.logotype {
	display: flex;
}
.logotype a {
	display: inline-block;
    line-height: 0;
}
.logotype img {
    width: 7rem;
    max-width: 7rem;
	height: auto;
    border: none;
    border-radius: 0;
    box-shadow: none;
	display: inline-block;
}
.box-nav-menu {
	position: relative;
    z-index: 2;
}
.box-nav-menu ul {
	display: flex;
    flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.box-nav-menu ul li {
	position: relative;
}
.box-nav-menu ul li a {
	color: #F6F6F6;
    fill: #F6F6F6;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
	font-size: 1rem;
	line-height: 1rem;
	font-family: "Poppins";
	position: relative;
    align-items: center;
    display: flex;
	transition: .4s;
	flex-grow: 1;
    white-space: nowrap;
}
.box-nav-menu ul >li:not(:last-child)>a {
	margin-inline-end: calc(2rem / 2);
}
.box-nav-menu ul >li:not(:first-child)>a {
	margin-inline-start:calc(2rem / 2);
}
.box-nav-menu ul li:hover a:after,
.box-nav-menu ul li.active a:after {
	display: block;
    position: absolute;
    transition: .3s;
    transition-timing-function: cubic-bezier(.58, .3, .005, 1);
    transform: scale(1);
	left: 0;
    width: 100%;
    z-index: 2;
	bottom: 0;
    content: "";
	background: #F6F6F6;
	height: 1px;
}


.header-right-box {
	display: flex;
	flex-direction: row;
	gap: 1rem;
}
.header-buttons-box {
	display: flex;
}
.header-buttons-box a {
	padding: 0.55rem 1.5rem;
    background-color: white;
    border-radius: 100rem;
    font-weight: 400;
    cursor: pointer;
	width: 220px;
	display: block;
	text-align: center;
	color: #231F20;
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	line-height: 25px;
}
.header-buttons-box a:hover {
	background-color: #d5d5d5;
	color: inherit;
}
.header-social-box {
	display: flex;
	gap: 1rem;
}
.header-social-box a {
	font-size: 1.2rem;
	line-height: 1.2rem;
    padding: 0.625rem;
    border-radius: 50%;
	color: #F6F6F6;
	border: 1px solid #F6F6F6;
}
.header-social-box a svg {
	width: 1em;
	height: 1.2rem;
	fill: #F6F6F6;
}
.mobile-menu-icon {
    display: flex;
    justify-content: flex-end;
}
.mobile-menu-icon svg {
	width: 1em;
    height: 1em;
    position: relative;
    overflow: hidden;
    display: inline;
	fill: #fff;
	font-size: 50px;
    text-align: center;
	line-height: 1;
    transition: all .3s;
	color: #fff;
}



.popup-modal-box {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
	background-color: transparent;
    display: flex;
    pointer-events: none;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto;
	justify-content: flex-start;
    align-items: flex-start;
	transition: 2s;
	overflow: hidden;
	left: -100%;
	opacity: 0;
}
.popup-modal-box.open{
	left: 0;
	opacity: 1;
}
.popup-modal-box-content {
	position: absolute;
	    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    max-height: 100%;
    max-width: 100%;
    overflow: visible;
    pointer-events: all;
    width: auto;
	    animation-duration: 0.5s;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
}
.popup-modal-close-button {
	cursor: pointer;
    position: absolute;
    margin-block-start: 15px;
    inset-inline-end: 15px;
    color: #fff;
    font-size: 15px;
    line-height: 1;
	display: flex;
    font-size: 24px;
    inset-inline-end: 20px;
    margin-top: 0;
    opacity: 1;
    pointer-events: all;
    top: 20px;
    z-index: 9999;
	width: 24px;
	height: 24px;
}
.popup-modal-close-button::before,
.popup-modal-close-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* Thickness of the lines */
  height: 22px; /* Length of the lines */
  background-color: #fff; /* Color of the lines */
  transform-origin: center;
}

.popup-modal-close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup-modal-close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-modal-inner {
	line-height: 1.5;
    box-sizing: border-box;
	display: flex;
    max-height: 100vh;
    max-width: 100vw;
    overflow: auto;
    padding: 0;
    width: 350px;
    height: 100vh;
    align-items: flex-start;
	background: #171b28;
	    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.popup-modal-inner-content {
	width: 100%;
}
.popup-modal-inner nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.popup-modal-inner nav li a{
	color: #FFF;
	line-height: 1em;
    align-items: center;
    display: flex;
	transition: .4s;
	flex-grow: 1;
    white-space: nowrap;
	font-family: "Josefin Sans", Sans-serif;
    font-size: 18px;
	padding: 15px 30px;
}
.popup-modal-inner nav li.active a{
	color: #DF3B26;
}
.popup-modal-logo {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.banner-hero {
	position: relative;
	display: flex;
    min-height: 45vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0rem 7.5rem;
    border-style: none;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 17rem;
    padding-right: 17rem;
	min-height: calc(100vh - 100px);
}
.banner-hero .background-video-container {
	z-index: -1;
}
#breadcrumbs {
	position: relative;
	font-family: "Poppins", Sans-serif;
    font-weight: 400;
    color: #fff;
	font-size: .85em;
}
#breadcrumbs a {
	color: #fff;
}
#content {
	margin-top: 96px;
	font-family: "Poppins", Sans-serif;
	overflow: hidden;
}
#content h1.heading-title {
    font-family: "Poppins", Sans-serif;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1em;
	margin: 20px 0px 0px 0px;
	color: #fff;
}
#content h2.heading-title {
    font-family: "Poppins", Sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1em;
	color: #fff;
}
.section {
	margin-top: 2em;
    margin-bottom: 4em;
    padding: 0px;
}
.container {
	max-width: 1400px;
	display: flex;
	flex-direction: column;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.filters-menu {
	margin-block: 3rem;
	display: flex;
	flex-wrap: wrap;
	column-gap: 3rem;
	row-gap: 2rem;
	justify-content: center;
}
.filter-btn {
	color: #F6F6F6;
	border: 1px solid #F6F6F6;
	border-radius: 100px;
	min-width: 190px;
}
.filter-btn:hover,
.filter-btn:focus,
.filter-btn:active {
	background-color: #F6F6F6;
	color: #292929;
}
.posts-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 2rem;
}

.post-item-inner {
	background-color: #231F20;
	display: flex;
    min-height: 100%;
    flex-direction: column;
    flex-wrap-mobile: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 2rem;
    background-transition: 0.3s;
    overlay-opacity: 1;
    border: 1px solid #A6A6A6;
    border-radius: 0.5rem;
    padding: 1rem;
	overflow: hidden;
	position: relative;
}
.post-item-inner:before {
	content: '';
    display: block;
    position: absolute;
    mix-blend-mode: initial;
    opacity: 0.5;
    transition: 1s;
    border-radius: 0.5rem;
    top: -1px;
    left: -1px;
    width: max(100% + 1px + 1px, 100%);
    height: max(100% + 1px + 1px, 100%);
	transition: background 1s, border-radius 0.3s, opacity 1;
	background-image: url(../images/blurredElipse.svg);
    background-position: 500px 500px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.post-item-inner:hover:before {
	background-image: url(../images/blurredElipse.svg);
    background-position: 200px 400px;
    background-repeat: no-repeat;
    background-size: 100% auto;
	background-attachment: scroll;
}

.post-item img {
	width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center center;
    border-radius: 0.5rem;
}
.post-item p {
	color: #F6F6F6;
	font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.post-item .post-button {
	background-color: #F6F6F600;
    padding: 10px 10px 10px 0px;
	gap: 1rem;
	flex-direction: row;
	display: flex;
	font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 400;
	color: #fff;
	margin-top: auto;
}
.post-item .post-button svg {
    width: 1em;
    height: auto;
}
.box-headline {
	display: flex;
    margin: auto;
	margin-top: 4rem;
	justify-content: center;
}
#content .box-headline h2 {
    font-family: "Poppins", Sans-serif;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1em;
	padding-bottom: 15px;
	position: relative;
	margin: 0;
	text-align: center;
}
#content .box-headline h2:before {
    content: "";
    background-color: #DF3B26;
    position: absolute;
    bottom: 0%;
    left: 0%;
    transform: translateY(50%);
    width: 100%;
    height: 3px;
}
#content .box-headline h2:after {
    content: "";
    background-color: #DF3B26;
    position: absolute;
    bottom: 0%;
    right: 0%;
    transform: translate(50%, 50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.projects-overview .filter-btn {
	padding: .7rem 1rem;
	color: #fff;
	fill: #fff;
	font-size: 16px;
	line-height: 1em;
	padding-top: 15px;
    padding-bottom: 15px;
	font-family: "Poppins", Sans-serif;
}
.projects-overview .filter-btn:hover{
	color: #231F20
}
.projects-overview .filters-menu {
	row-gap: 1rem;
}
.article-content {
	gap: 8.25rem 8.25rem;
    width: 100%;
    max-width: min(100%, 1200px);
    margin: 0 auto;
	padding: 120px 0;
    height: 100%;
	display: flex;
	flex-wrap: initial;
    justify-content: initial;
    align-items: initial;
    align-content: initial;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
}
.bg-white {
	background: #fff;
	margin: 0;
}
@media (min-width: 768px) {
    .main-content {
        width: 60%;
    }
}
.main-content {
	display: flex;
	flex-direction: column;
	color: #231F20;
}
.main-content ul {
	padding-left: 40px;
}
.main-content img {
	margin-bottom: 15px;
}
.main-content img.rounded {
	border-radius: 1rem;
}
.sidebar {
	width: 40%;
}

.box-contact {
	position: sticky;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    top: 200px;
	background-color: transparent;
    background-image: linear-gradient(183deg, #231F20 53%, #941F10 100%);
	display: flex;
    flex-direction: column;
	justify-content: center;
    align-items: center;
	gap: 3rem;
	border-radius: 1rem;
	padding: 4rem 2rem;
}
.box-heading-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
    gap: 0.5rem
}
#content .box-heading-title .heading-title {
    font-family: "Poppins", Sans-serif;
    font-size: 2rem;
    font-weight: 400;
	margin: 0;
	text-align: center;
}
#content .box-heading-title .heading-title.large {
	font-family: "Poppins", Sans-serif;
    font-size: 2rem;
    font-weight: bold;
    font-style: italic;
    line-height: 1em;
}
@media (min-width: 768px) {
    .post-item-inner {
        width: 90%;
    }
	.projects-overview .post-item-inner {
        width: 80%;
        margin: auto;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    #content .container {
        width: 95%;
    }
}

@media only screen and (max-width: 1024px) {
	.container-inner { 
		padding: 2rem;
	}
	.filters-menu {
		flex-wrap: wrap;
		column-gap: 1rem;
		row-gap: 1.5rem;
	}
	.posts-container {
		gap: 2rem;
		grid-template-columns: repeat(2, 1fr);
	}
	#content h1.heading-title {
		font-size: 4rem;
	}
	.particle-section .box-buttons .arrow {
		left: -120px;
	}
	.particle-section .testimonials-box {
		padding: 0rem 2rem 0rem 3rem;
	}
	.particle-section .swiper-testimonials p {
		font-size: 2rem;
	}
	.particle-section .swiper-testimonials span {
		font-size: 1.2rem;
	}
}

/* Footer */
footer {
	padding: 5.2rem 7rem;
	padding-bottom: 100px;
	border-top: 2px solid #A6A6A6;
	position: relative;
	color: #fff;
}
footer:before {
	background-color: transparent;
    background-overlay: '';
    background-image: linear-gradient(180deg, #292929 51%, #40292929 94%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content:"";
}
.background-video-container {
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
	transition: opacity 1s;
    pointer-events: none;
	z-index: 0;
}
.background-video-container:before {
	background-color: transparent;
    background-overlay: '';
    background-image: linear-gradient(180deg, #292929 51%, #40292929 94%);
	transition: background .3s, border-radius .3s, opacity .3s;
	content: '';
    display: block;
    position: absolute;
    mix-blend-mode: initial;
    opacity: 0.5;
    transition: .3s;
    border-radius: 0;
	border: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 1;
}
.background-video-container video {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.footer-inner {
	display: flex;
	position: relative;
}
.column-form {
	display: flex;
	flex-direction: column;
	align-content: normal;
	align-items: center;
	align-self: center;
	gap: 1rem 1rem;
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 1;
	width: 100%;
}
.column-info {
	display: flex;
	flex-direction: column;
	width: 60.78%;
	gap: 1.5rem 1.5rem;
	flex-grow: 0;
    flex-shrink: 0;
}

footer .button {
	font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 400;
	border: 1px solid #F6F6F6;
	color: #fff;
	border-radius: 100px;
	width: 100%;
}
footer .button:hover {
	background: #F6F6F6;
	color: #231F20;
}
.input-field {
	position: relative;
	margin-bottom: 1rem;
	padding-right: calc(10px / 2);
    padding-left: calc(10px / 2);
}
.input-field.required:before {
	content: "*";
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: red;
}
footer input[type=text],
footer input[type=tel],
footer input[type=email] {
	width: 100%;
    max-width: 100%;
    color: #1f2124;
    vertical-align: middle;
    flex-grow: 1;
	min-height: 40px;
	padding: .5rem 1rem;
    transition: all .3s;
	font-family: "Poppins", Sans-serif;
    font-size: 16px;
	line-height: 1.4;
    font-weight: 400;
	background-color: #ffffff;
    border-radius: 0.5rem;
	
}
footer .heading-title {
    font-family: "Poppins", Sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1em;
	margin: 0;
	padding; 0;
}
footer .heading-title.first {
	font-size: 2rem;
}
footer p {
	color: #F6F6F6;
    font-family: "Poppins", Sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2em;;
}
footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}
footer ul li a {
	font-family: "Poppins", Sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1em;
	color: #F6F6F6;
	flex-grow: 1;
    white-space: nowrap;
	padding: 13px 0px;
	transition: .4s;
	margin: 0 4px;
	display: block;
}
footer ul li.active a,
footer ul li a:hover {
	color: #C4C4C4;
}
footer ul>li:last-child>a {
    margin-right: 0;
}
footer ul>li:first-child>a {
    margin-left: 0px;
}

footer form {
	width: 100%;
	max-width:430px;
}

footer .contact-info {
	display: flex;
	gap: 1.5rem
}
footer .contact-info a {
	display: flex;
	align-items: center;
	gap: 15px;
	color: #FFFFFF;
	fill: #FFFFFF;
	border-color: #FFFFFF;
    transition: all .3s;
	font-family: "Poppins", Sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1em;
}
footer .contact-info a svg {
	width: 1em;
    height: 1em;
    position: relative;
    display: block;
	font-size: 1.5rem;
}


::-webkit-scrollbar {
  width: 10px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #fff;
  box-shadow: inset 1px 1px 2px #e0e0e0;
  border: 1px solid #fff;
}

::-webkit-scrollbar-thumb {
  background: #212121;
  box-shadow: inset 1px 1px 2px rgba(155, 155, 155, 0.4);
}
::-webkit-scrollbar-thumb:hover {
	box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb:active {
	background: #212121;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}

@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}
@keyframes slideDownBounce {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
	opacity: 1;
  }
}
@keyframes slideUpBounce {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
	opacity: 0;
  }
}
.dialog-lightbox {
	position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    pointer-events: none;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto;
	background-color: rgba(0, 0, 0, .8);
    justify-content: center;
    align-items: center;
    pointer-events: all;
	display: flex;
	opacity: 0;
	z-index: -3;
}
.dialog-lightbox.open {
	z-index: 100;
	opacity: 1;
}
.dialog-content {
	position: absolute;
	max-height: 100%;
    max-width: 100%;
    overflow: visible;
    pointer-events: all;
    width: auto;
	animation-duration: 1s;
    background-color: transparent;
    background-image: linear-gradient(165deg, #231F20 69%, #DF3B26 150%);
    border: 1px solid #F6F6F6;
    border-radius: 0.5rem;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
}
.dialog-lightbox.open .dialog-content {
	animation: slideDownBounce 0.8s ease-out ;
}
.dialog-close-button {
	cursor: pointer;
    position: absolute;
    margin-block-start: 15px;
    inset-inline-end: 15px;
    color: #fff;
    font-size: 15px;
    line-height: 1;
	display: flex;
    inset-inline-end: 20px;
    margin-top: 0;
    opacity: 1;
    pointer-events: all;
    top: 20px;
    z-index: 9999;
	width: 15px;
	height: 15px;
}
.dialog-close-button::before,
.dialog-close-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px; /* Thickness of the lines */
  height: 15px; /* Length of the lines */
  background-color: #fff; /* Color of the lines */
  transform-origin: center;
}

.dialog-close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.dialog-close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.dialog-message {
	display: flex;
    max-height: 100vh;
    max-width: 100vw;
    overflow: auto;
    padding: 0;
    width: 350px;
    height: auto;
}
.dialog-inner {
	display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal;
	padding: 4rem 1.5rem;
	gap: 0.5rem;
	width: 100%;
}

.dialog-lightbox .heading-title {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: center;
}
.dialog-lightbox .heading-title.first {
	font-size: 2rem;
	font-weight: bold;
}
.dialog-lightbox input[type=text],
.dialog-lightbox input[type=tel],
.dialog-lightbox input[type=email] {
	width: 100%;
    max-width: 100%;
    color: #1f2124;
    vertical-align: middle;
    flex-grow: 1;
	min-height: 40px;
	padding: .5rem 1rem;
    transition: all .3s;
	font-family: "Poppins", Sans-serif;
    font-size: 16px;
	line-height: 1.4;
    font-weight: 400;
	background-color: #ffffff;
    border-radius: 0.5rem;
	
}
.dialog-form-content {
	margin-top: 2rem;
	margin-left: calc(-10px / 2);
    margin-right: calc(-10px / 2);
    margin-bottom: -1rem;
}

.dialog-lightbox .button {
	font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 400;
	border: 1px solid #F6F6F6;
	color: #fff;
	border-radius: 100px;
	width: 100%;
	line-height: 1.1;
}
.dialog-lightbox .button:hover {
	background: #F6F6F6;
	color: #231F20;
}
.box-buttons {
	display: flex;
	flex-direction: column;
    gap: 1rem;
	width: 100%;
	max-width: 220px;
}
.box-buttons.horizontal {
	flex-direction: row;
	max-width: 100%;
	align-items: center;
	justify-content: center;
}
.box-buttons .button {
	background-color: #F6F6F600;
    font-family: "Poppins", Sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
    fill: #F6F6F6;
    color: #F6F6F6;
    border: 1px solid #F6F6F6;
    border-radius: 100rem;
    padding: 0.7rem 1.4375rem 0.7rem 1.4375rem;
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}
.box-buttons .button:hover {
	color: #231F20;
	background: #F6F6F6;
}
.box-buttons .button.white {
	color: #231F20;
	fill: #231F20;
	background: #F6F6F6;
	border: none;
}
.box-buttons .button.white:hover {
	background: #C4C4C4;
}
.box-buttons .button svg {
	height: 1em;
}
.box-buttons .button.black {
	color: #F6F6F6;
	fill: #F6F6F6;
	background: #231F20;
	
}
.box-buttons .button.black:hover {
	background: #F6F6F6;
	color: #231F20;
	border: 1px solid #231F20;
}
.box-buttons .button.green {
	color: #F6F6F6;
	fill: #F6F6F6;
	background: #60D669;
	border: #60D669;
	padding: 0.5rem 0rem 0.5rem 0rem;
}
.box-buttons .button.green svg {
	font-size: 1.5rem;
    display: flex;
}
.box-buttons .button.green:hover {
	background: #34A83C;
}
.related-posts {
	overflow: hidden;
}
.web-services-section .related-posts p {
	font-size: 1rem;
}
.related-posts .container  {
	display: flex;
	gap: 3rem;
	flex-direction: column;
	padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}
.related-posts .box-buttons .button {
	width: 166px;
	padding: 0.8rem 1.5rem;
	font-size: 20px;
}
.related-posts .box-buttons .button:not(.white) {
	width: 180px;
    line-height: 23px;
}
.related-posts .box-headline {
	margin-top: 0;
}
@media (min-width: 768px) {
    .related-posts .container {
        max-width: 1500px;
    }
}
.swiper {
	width: 100%;
	 position: static;
}
.swiper-wrapper {
    width: 100%;
    position: static;
	align-items: stretch
}
.swiper-slide {
	display: flex;
	width: 33.333%;
	height: auto;
}
#content .swiper-button-prev,
#content .swiper-button-next {
	font-size: 15px;
    background-color: #F6F6F600;
    border: 2px solid #A6A6A6;
    border-radius: 50%;
    padding: 0.5em;
	width: 19px;
	height: 19px;
}
#content .swiper-button-prev *,
#content  .swiper-button-next * {
	display: none;
}
#content .swiper-button-next {
	right: -60px;
}
#content .swiper-button-prev {
	left: -60px;
}

.web-services-section {
	display: flex;
    flex-direction: column;
    gap: 2rem 2rem;
    overflow: hidden;
    margin: 0rem;
    padding: 4rem 0;
    z-index: 0;
}
.web-services-section.development {
	gap: 3.8rem;
}
#content .web-services-section h1.heading-title {
    font-family: "Poppins", Sans-serif;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1em;
	margin: 0;
}
#content .web-services-section.development h1.heading-title {
	padding-bottom: 15px;
}
.web-services-section > * {
	align-self: center;
}
.div-flex {
	display: flex;
    flex-direction: row;
	align-items: stretch;
    gap: 2rem;
}
.div-flex_left {
	width: 50%;
	gap: 2rem;
    display: flex;
    flex-direction: column;
}
.div-flex_left.center {
	text-align: center;
}
.div-flex_right {
	width: 50%;
}
.web-services-section p {
	color: #F6F6F6;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.process-section {
	display: flex;
    gap: 1rem;
	display: flex;
    flex-direction: column;
	margin-bottom: 2rem;
}
.process-section .headline-box {
	background: #231F20;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 0.5rem;
    padding: 2.2rem 0;
}
#content .process-section .heading-title {
    font-family: "Poppins", Sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    font-style: italic;
    line-height: 1em;
	margin: 0;
}

.steps-box {
	display: flex;
    flex-direction: row;
	gap: 1rem;
}
.steps-box .step {
	font-size: 1rem;
	color: white;
	background-color: #231F20;
	width: 100%;
	border-radius: 0.5rem;
	padding: 1.5rem 2rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	border: 1px solid #A6A6A6;
}
.steps-box .step .number {
	font-size: 3rem;
	font-weight: bold;
}
.steps-box .step .dot {
	color: #df3b26;
}
.steps-box .step p {
	margin: 0;
	font-size: 16px;
}
.process-section.vertical {
	flex-direction: row;
	width: 100%;
	margin-bottom: 0;
}
.div-flex.width-2 {
	gap: 5rem;
	width: 100%;
	max-width: 1350px;
	padding: 10px 0;
} 
#content .process-section.vertical .heading-title{
	transform: rotate(-90deg);
    text-wrap: nowrap;
}
.process-section.vertical .steps-box {
	flex-direction: column;
	width: 85%;
}
.process-section.vertical .steps-box .step{
	font-size: 1rem;
	color: white;
	background-color: #231F20;
	width: 100%;
	border-radius: 0.5rem;
	padding: 1rem 2rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	border: 1px solid #C4C4C4;
}
.process-section.vertical .steps-box .step .number {
	font-size: 4rem;
	font-weight: bold;
	line-height: 100%;
}
.process-section.vertical .steps-box .step p {
	font-size: 1rem;
}
.process-section.vertical .headline-box {
	width: 15%;
}
.business-section {
	padding: 3rem 0;
	padding-left: 10%;
    padding-right: 10%;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.business-section .box-headline {
	margin: 0;
}
.business-section_inner {
	display: flex;
    flex-direction: row;
	gap: 0rem 3.8rem;
	margin-top: 5rem;
}
.testimonials-box {
	width: 50%;
	position: relative;
}
.swiper-testimonials {
	width: 100%;
	overflow: hidden;
}
.swiper-testimonials .swiper-slide {
	flex-direction: column;
	gap: 1.8rem;
	padding: 10px;
}
.swiper-testimonials p {
	font-family: "Poppins", Sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1em;
	color: #F6F6F6;
}
.swiper-testimonials span {
	font-family: "Poppins", Sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1em;
	color: #F6F6F6;
	text-align: right;
}
.inner_text {
	width: 50%;
}
.inner_text p {
	color: #F6F6F6;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.icon-quote {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-40%, -50%);
	z-index: -1;
}
@media (min-width: 768px) {
    .div-flex, .process-section {
        width: 80%;
    }
}
.first-step-section {
	background: #F6F6F6;
	width: 100%;
	padding: 3rem 0;
}
.first-step_inner {
	gap: 2rem;
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
	display: flex;
	flex-direction: column;
}
.first-step-section .box-headline {
	margin: 0;
}
#content .first-step-section .heading-title {
    color: #231F20;
    font-family: "Poppins", Sans-serif;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1em;
	color: #231F20;
}
#content .first-step-section .heading-title strong {
	font-weight: bold;
	font-style: italic;
}
.first-step-section .box-buttons .button {
	width: 185px;
}

.help-section {
	display: flex;
    flex-direction: column;
	gap: 3.8rem 3.8rem;
	padding: 4rem 0;
	width: 100%;
}
.help-section .box-headline {
	margin: 0;
}

.inner-help-section {
	max-width: 1350px;
	width: 100%;
	display: flex;
	gap: 1rem;
	margin: auto;
}
.inner-help-section .box {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    border: 1px solid;
    border-radius: 0.5rem;
    padding: 5rem 0rem 5rem 0rem;
	background: #231F20;
	height: 100%;
}

.box h3 {
	font-family: "Poppins", Sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1em;
	color: #FFFFFF;
	text-align: center;
	margin-top: .5rem;
    margin-bottom: 1rem;
}
.box svg {
	margin: 0 auto 15px;
	width: 32px;
    height: 32px;
    position: relative;
}
.box p {
	color: #F6F6F6;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 200;
	text-align: center;
}
.both {
	display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1rem 1rem;
	flex-direction: column;
}
.inner-help-section .col-1,
.inner-help-section .col-2 {
	display: flex;
	flex-direction: column;
	gap: 1rem 1rem;
	
}
.inner-help-section .both {
	flex-direction: column;
	height: 100%;
}
.content-wrap {
	position: relative;
	display: flex;
    flex-direction: column;
	width: 100%;
	overflow: hidden;
}
.overlay-right {
	position: absolute;
	right: -21%;
	top: 31%;
	z-index: -1;
}
.overlay-left {
	position: absolute;
	left: -4%;
	top: 33%;
	z-index: -1;
}
.overlay-left img {
	max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
	vertical-align: middle;
    display: inline-block;
	width: 650px;
    height: 650px;
    object-fit: contain;
    object-position: center center;
	transform: translateY(-50%);
}
.overlay-right img {
	max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
	vertical-align: middle;
    display: inline-block;
	width: 650px;
    height: 650px;
    object-fit: contain;
    object-position: center center;
}
.logos-section {
	background-color: #231F20CC;
	display: flex;
    flex-direction: column;
	gap: 3.5rem 3.5rem;
	padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
	margin-bottom: 20px;
}
.logos-section .box-headline {
	margin: 0;
}
.logos-wrap {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-items: stretch;
	grid-column-gap: 30px;
    grid-row-gap: 35px;
}
.logo {
	min-width: 11.1111%;
	display: flex;
	text-align: center;
	flex-direction: column;
	align-items: center;
}
.logo img {
	width: 150px;
    height: 100px;
    object-fit: contain;
    object-position: center center;
    transition-duration: 1s;
	object-fit: scale-down;
    filter: contrast(0) brightness(12);
}
.logo:hover img {
    filter: brightness(200%) contrast(0%) saturate(0%) blur(0px) hue-rotate(73deg);
}

.inner-help-section .col-2	{
	flex-direction: row;
	width: 100%;
}
.inner-help-section .col-2 > div{
	width: 50%;
}

.home-banner-hero {
	position: relative;
	display: flex;
    min-height: calc(100vh - 100px);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0rem 3rem;
    border-style: none;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 5rem;
    padding-right: 5rem;
}
.home-banner-hero .background-video-container {
	z-index: -2;
}
.home-banner-hero:before {
	background-color: transparent;
    background-image: linear-gradient(180deg, #292929 50%, #40292961 94%);
	content: "";
    display: block;
    position: absolute;
    mix-blend-mode: initial;
    opacity: 0.86;
    transition: .3s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: -1;
}
.inner-banner_left {
	display: flex;
	gap: 1rem;
    width: 100%;
    max-width: min(100%, 1200px);
    margin: 0 auto;
    padding-inline-start: 0;
    padding-inline-end: 0;
    height: 100%;
	flex-direction: column;
	flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
	padding-top: 12rem;
	padding-bottom: 3.7rem;
	align-self: stretch;
}
#content .home-banner-hero h1.heading-title {
    font-family: "Poppins", Sans-serif;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1em;
	color: #fff;
	margin:  0;
}
.box-tags {
	width: fit-content;
    margin: 0 auto 0 0;
	display: flex;
	border: 1px solid #F6F6F6;
	padding: 0.5rem 1rem;
	gap: 0rem 1rem;
}
#content .home-banner-hero h2.heading-title {
    font-family: "Poppins", Sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1em;
	margin: 0;
	padding-right: 1rem;
	border-right: 1px solid #333;
}
#content .home-banner-hero h2.heading-title:last-child {
	border: none;
	padding-right: 0;
}
.home-banner-hero p {
	color: #F6F6F6;
    font-family: "Poppins", Sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 23px;
}
.home-banner-hero p strong {
	font-weight: bolder;
}
.home-banner-hero .box-buttons {
	justify-content: start;
}
.home-banner-hero .box-buttons .button {
	font-size: 20px;
    padding: 0.9rem 0;
    min-width: 180px;
}
.inner-banner_right {
	width: 24.938%;
}
.banner-image {
	margin: -80px -80px -80px -80px;
}
.banner-image img {
    width: 150%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.help-section.large-box {
	position: relative;
	gap: 3.375rem 3.375rem;
	border-top: 1px solid #F6F6F6;
	border-bottom: 1px solid #F6F6F6;
}
.help-section.large-box .overlay-left {
	left: 0;
    top: 25%;
}
.help-section.large-box .overlay-left img {
	transform: none;
}
.help-section.large-box .overlay-right {
	right: 0;
    top: 55%;
}
.overlay-industries {
	left: 80%;
	position: absolute;
	top: 50%;
    z-index: 0;
    text-align: right;
	transform: rotateZ(90deg) translateY(-50%);
}
.overlay-services {
	right: 84%;
	position: absolute;
	top: 50%;
    z-index: 0;
    text-align: right;
	transform: rotateZ(270deg) translateY(-50%);
}
#content .inner-help-section .overlay-industries h2.heading-title {
    color: #FFFFFF24;
    font-family: "Poppins", Sans-serif;
    font-size: 7rem;
    font-weight: 600;
    line-height: 0;
}
#content .inner-help-section .overlay-services h2.heading-title {
    color: #FFFFFF24;
    font-family: "Poppins", Sans-serif;
    font-size: 7rem;
    font-weight: 600;
    line-height: 0;
}
.help-section.large-box .inner-help-section {
	max-width: 1200px;
	gap: 1.5rem 2.5rem;
	position: relative;
}
.inner-help-section_left,
.inner-help-section_right {
	display: flex;
    gap: 1.5rem 1.5rem;
	flex-direction: column;
	flex: 0 1 auto;
	width: 100%;
}
.inner-help-section_right {
	flex-grow: 0;
    flex-shrink: 0;
}
@media (min-width: 768px) {
	.inner-help-section_right {
		width: 30%;
	}
	.inner-help-section_left {
		width: 70%;
	}
}
#content .inner-help-section h2.heading-title {
    font-family: "Poppins", Sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1em;
	margin: 0;
	text-align: center;
}
.services_list {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: stretch;
    gap: 1rem;
    min-width: 100%;
}
.services_list .box svg {
	width: 40px;
	height: 40px;
	margin: 0;
}
.services_list .left .top .box .text {
	max-width: 110px;
}
.services_list .box {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.services_list .left .top .box svg {
	margin-bottom: 15px;
}
.inner-help-section_left .left {
	display: flex;
	flex-direction: column;
	width: 65%;
	gap: 1rem;
}
.inner-help-section_left .right {
	width: 35%;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	height: 100%;
}
.inner-help-section_left .bottom {
	display: flex;
	flex-direction: row;
	gap: 1rem;
	width: 100%;
}
.inner-help-section_left .inner_left, .inner-help-section_left .inner_right {
	width: 50%;
}
.help-section.large-box .box {
	background: #292929;
	min-height: 250px;
	border: 1px solid white;
	border-radius: 0.5rem;
	padding: 2rem;
	color: white;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: bolder;
}
.left .bottom .box {
	min-height: 516px;
}
.industries_list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2.2rem;
    flex-wrap: nowrap;
    border: 1px solid;
    border-radius: 1rem;
    padding: 0rem; 
	height: 100%;
}
.industries_list p {
	margin: 0;
	padding: 0.5rem;
	font-size: 2rem;
	display: flex;
	align-items: center;
	font-weight: bold;
	color: #A6A6A6;
	text-align: center;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
.industries_list p span {
	font-size: 2rem;
	font-weight: bold;
	color: #DF3B26;
}
.chat-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
	margin: auto;
}
#content .chat-box h2.heading-title.first {
    font-family: "Poppins", Sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1em;
	margin: 0;
	font-style: normal;
}
#content .chat-box h2.heading-title {
    font-family: "Poppins", Sans-serif;
    font-size: 2rem;
    font-weight: 700;
    font-style: italic;
    line-height: 1em;
	margin: 15px 0 0;
}
.chat-box .box-buttons {
	margin-top: 2rem;
	padding: 10px;
}
.chat-box .box-buttons .button {
	width: 180px;
	font-size: 20px;
	line-height: 1.25rem;
}
.chat-box .box-buttons .button.white {
	border: 1px solid #F6F6F6;
}
.chat-box .box-buttons .button.white:hover {
	background-color: #F6F6F600;
	fill: #F6F6F6;
    color: #F6F6F6;
}
.particle-section {
	position: relative;
}
.particle-section:before{
	background-image: url(../images/prticalesBg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	content: '';
    display: block;
    position: absolute;
    opacity: 0.06;
    transition: .3s;
    border-radius: 0;
	border: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: -1;
}
.particle-section .container {
	display: flex;
	padding-top: 4rem;
	padding-bottom: 4rem;
	gap: 3.375rem 3.375rem;
}
.particle-section .overlay-right {
	right: 0px;
	top: 80%;
}
.particle-section .overlay-left {
	left: 0px;
	top: 50%;	
}
.particle-section .overlay-right img,
.particle-section .overlay-left img{
	transform: translateY(-50%);
}
.particle-section .box-headline {
	margin: 0;
}
.repeater-grid {
    display: flex;
    flex-wrap: wrap;
}
.repeater-item {
	flex: 0 1 calc(100% / 2);
    flex-grow: 1;
	padding-right: calc(55px / 2);
    padding-left: calc(55px / 2);
    padding-bottom: 16px;
}
.repeater-box {
	background: #231F20;
	display: flex;
    flex-direction: column;
	gap: 0.5rem 0.5rem;
	height: 100%;
	border: 1px solid #C4C4C4;
	padding: 2.8rem 1rem;
	border-radius: 0.5rem;
	min-height: 17.5rem;
}
.icon-headline {
	display: flex;
    flex-direction: row;
	gap: 0.5rem 0.5rem;
	align-items: center;
	color: #fff;
    margin-bottom: 0px;
    font-family: "Poppins", Sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1em;
}
.repeater-item p {
	color: #A6A6A6;
    margin-bottom: 0px;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.particle-section .box-buttons > div {
	position: relative;
	width: 30%;
}
.particle-section .box-buttons .button {
	font-size: 20px;
	width: 180px;
	line-height: 1.75rem;
	margin: auto;
	border: 1px solid #F6F6F6;
}
.particle-section .box-buttons .button:hover {
	background-color: #F6F6F600;
	border: 1px solid #F6F6F6;
	fill: #F6F6F6;
    color: #F6F6F6;
}
.particle-section .box-buttons .arrow {
	position: absolute;
	width: auto;
    max-width: auto;
    top: -100%;
	left: -10px;
}
.particle-section .testimonials-box {
	width: 100%;
	margin-top: 8rem;
    margin-bottom: 11.5rem;
}
.client-section {
	background: #F6F6F6;
}
.client-section .container {
	display: flex;
	padding-top: 4rem;
	padding-bottom: 4rem;
	gap: 3.5rem;
	max-width: 1450px;
}
.client-section .box-headline {
	margin: 0;
}
#content .client-section  .box-headline h2 {
	color: #231F20;
	font-size: 55px;
	font-weight: 500;
	line-height: 1em;
}
.projects-container {
	display: flex;
}
.projects-images {
	width: 40%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.projects-images .project-image {
	height: 80px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color 0.3s ease;
	cursor: pointer;
}
.projects-images .project-image:hover {
	background-color: rgba(0, 0, 0, 0.125);
}
.projects-images .project-image img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	filter: grayscale(1);
	transition: filter 0.3s ease;
}
.projects-images .project-image:hover img {
	filter: grayscale(0);
}
.project-details {
	width: 60%;
	padding: 1.2rem;
	box-sizing: border-box;
    position: relative;
}
.project-content {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 10rem 7.5rem;
}
.project-content * {
	z-index: 1;
	position: relative;
}
.project-content .content_bg_cover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #00000080;
}
.project-content .project_title {
	font-size: 3rem;
	color: white;
	font-weight: bold;
}
.project-content .project_subtitle,
.project-content .project_content_text {
	font-size: 1rem;
	color: white;
	font-weight: 400;
}
.project-content .buttons {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1rem;
}
.project-content .buttons .read_more_btn {
	font-size: 1rem;
	color: white;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.project-content .buttons .read_more_btn:hover {
	font-weight: bold;
}
.start_your_project_popup_trigger {
    padding: 0.55rem 1.5rem;
    background-color: white;
    border-radius: 100rem;
    font-weight: 600;
    cursor: pointer;
}
.start_your_project_popup_trigger:hover{
	background-color: #d5d5d5;
}
.comprehensive-solutions .container {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 4rem 4rem;
	padding:  8rem 0;
}
.comprehensive-solutions .box-headline {
	margin: 0;
}
.comprehensive-solutions .overlay-left {
	left: 0px;
	top: 50%;
}
.comprehensive-solutions .overlay-right {
	right: 0px;
	top: 80%;
}
.comprehensive-solutions .overlay-right img {
	transform: translateY(-50%);
}
.steps-section {
	
}
.steps-section .container {
	display: flex;
    flex-direction: row;
	gap: 3.3rem 3.3rem;
	margin: 4rem auto;
	position: relative;
}
.steps-section .overlay-right.top {
	right: 0px;
	top: 62%;
}
.steps-section .overlay-left.top {
	left: -20%;
	top: -10%;
}
.steps-section .overlay-right.bottom {
	right: 0px;
	top: 80%;
}
.steps-section .overlay-left.bottom {
	left: -20%;
	top: 100%;
}
.steps-section .overlay-left img,
.steps-section .overlay-right img {
	transform: translateY(-50%);
}
.steps-section_item {
	background-color: #231F20;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	display: flex;
	align-items: stretch;
    min-height: 100%;
    flex-direction: column;
    gap: 1rem 1rem;
    overflow: hidden;
    border: 1px solid #444444;
    border-radius: 8px 8px 8px 8px;
    padding: 2rem 3.3rem;
	backdrop-filter: blur(5px);
	position: relative;
	width: 50%;
}
.steps-section_item:before {
	content: "";
    display: block;
    position: absolute;
    mix-blend-mode: initial;
    opacity: 0.8;
    transition: .3s;
    border-radius: 8px;
    border: 1px solid #444444;
    top: -1px;
    left: -1px;
    width: max(100% + 1px + 1px, 100%);
    height: max(100% + 1px + 1px, 100%);
	background-color: #000000;
	z-index: -1;
}
.steps-section_item .overlay-right {
	right: -40%;
	top: 45%;
}
.steps-section_item .column {
	display: flex;
	flex-direction: row;
	gap: 1rem 1rem;
	align-items: stretch;
	height: 100%;
}
.steps-section .process-section .steps-box{
	flex-direction: column;
}
.steps-section .left {
	background-color: #231F20;
	display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5rem 0.5rem;
    border: 1px solid;
    border-radius: 0.5rem;
    padding: 1rem;
}
.steps-section p {
	text-align: left;
    color: #F6F6F6;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-weight: 400;	
}
.steps-section .left p {
	font-family: "Poppins", Sans-serif;
}
.steps-box .step .number,
.steps-box .step p {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#content .steps-section .left .heading-title {
    font-family: "Poppins", Sans-serif;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1em;
	margin: 0;
	display: flex;
	flex-direction: row;
	gap: 2rem ;
	align-items: center;
}
.steps-section .process-section {
	width: 100%;
	margin:0;
}
.white-btn {
	background-color: #F6F6F6;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
	line-height: 20px;
    font-weight: 400;
	fill: #231F20;
    color: #231F20;
    border-radius: 0.5rem;
    padding: 2rem;
	display: block;
	text-align: center;
}
.white-btn svg {
	fill: #231F20;
    color: #231F20;
	width: 1em;
    height: auto;
	font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 400;
}
.white-btn svg path {
	stroke: #231F20;
}
.comprehensive-solutions_inner {
	text-align: center;
}
.swiper-pagination {
	display: none;
}
@media (min-width: 768px) {
	.steps-section .container {
		max-width: 90%;
	}
	.steps-section .left {
		width: 57.84%;
	}
	.steps-section .right {
		width: 39.963%;
	}
}
@media (min-width: 1025px) {
    .comprehensive-solutions_inner-mobile {
        display: none;
    }
	
}
@media (min-width: 768px) {
    .inner-help-section .col-1 {
		width: 40%;
	}
	.inner-help-section .col-2	{
		width: 40%;
		
	}
	.inner-help-section .col-3	{
		width: 20%;
	}
	.comprehensive-solutions .container {
		max-width: 90%;
	}
}
@media (min-width: 1025px) and (max-width: 99999px) {
    .hidden-desktop {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .hidden-tablet {
        display: none;
    }
}
@media (max-width: 767px) {
    .hidden-mobile {
        display: none;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
	.process-section {
		width: 90%;
	}
}
@media (max-width: 1366px) {
	footer {
		padding: 4rem;
		padding-bottom: 100px;
	}
	.footer-inner {
		gap: 4rem;
	}
	footer .column-info .heading-title {
		font-size: 1.3rem;
	}
	footer p,
	footer ul li a,
	footer .contact-info a {
		font-size: 0.8rem;
	}
	footer .contact-info a svg {
		font-size: 1.2rem;
	}
	#content .first-step-section .heading-title {
		font-size: 2rem;
	}
}
@media (max-width: 1024px) {
	footer {
		padding: 0;
		padding-bottom: 100px;
	}
	
	.footer-inner {
		flex-direction: column;
	}
	
	footer .column-form,
	footer .column-info	{
		padding: 3rem;
	}
	
	.banner-hero {
		flex-direction: column-reverse;
        padding: 0.9rem 2rem;
        gap: 2rem 5rem;
	}
	.section {
		padding: 2rem;
	}
	.web-services-section.development {
		padding-top: 4rem;
        padding-bottom: 4rem;
        padding-left: 2rem;
        padding-right: 2rem;
	}
	.div-flex {
		padding-top: 4rem;
        padding-bottom: 4rem;
        padding-left: 2rem;
        padding-right: 2rem;
	}
	
	.home-banner-hero {
		flex-direction: column-reverse;
        gap: 0rem 5rem;
        padding: 0.9rem 2rem;
	}
	.services_list {
		
	}
	.inner-help-section_left .left,
	.inner-help-section_left .right	{
		width: 50%;
	}
	.inner-help-section_left .inner_left, .inner-help-section_left .inner_right {
		width: 100%;
	}
	.inner-help-section_left .bottom,
	.help-section.large-box .inner-help-section		{
		flex-direction: column;
	}
	.left .bottom .box {
		min-height: 250px;
	}
	.inner-help-section_left {
		width: 100%;
	}
	.inner-help-section_right {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }
	.comprehensive-solutions_inner {
        display: none;
    }
	.comprehensive-solutions_inner-mobile {
		text-align: center;
	}
	.comprehensive-solutions_inner-mobile img {
		width: 80%;
        height: 100%;
        object-fit: contain;
        object-position: center center;
	}
	.steps-section .container {
		flex-direction: column;
	}
	.steps-section_item {
		width: 100%;
	}
	.home-banner-hero p {
		font-size: 1.1rem;
	}
	#content .chat-box h2.heading-title {
		font-size: 1.7rem;
	}
	#content .chat-box h2.heading-title.first {
		font-size: 1.6rem;
	}
}
@media (max-width: 1024px) and (min-width: 768px) {
    footer .column-info {
        width: 100%;
    }
}
@media (max-width: 767px) { 

	header {
		width: 100%;
        flex-direction: column;
        container-widget-width: 100%;
        container-widget-height: initial;
        container-widget-flex-grow: 0;
        container-widget-align-self: initial;
        flex-wrap-mobile: wrap;
        padding-top: 1.66rem;
        padding-bottom: 1.66rem;
        padding-left: 2.18rem;
        padding-right: 2.18rem;
		background: #292929;
	}
	.mobile-menu-icon {
		width: 50%;
	}
	.mobile-menu-icon svg{
		height: 1.75rem;
	}
	
	.logotype {
		width: 50%;
		justify-content: center;
	}
	
	.popup-modal-inner {
		        margin-top: 0px;
        margin-bottom: 0px;
        padding: 4rem 2rem 0rem 2rem;
	}
	.popup-modal-close-button {
		top: 10px;
		right: 90%;
	}
	
	.popup-modal-logo img {
		width: 80%;
	}
	
	footer {
		align-items: center;
        container-widget-width: calc((1 - 0) * 100%);
        gap: 2rem 2rem;
        padding-top: 2rem;
        padding-bottom: 100px;
        padding-left: 1rem;
        padding-right: 1rem;
	}
	
	.footer-inner {
		align-items: center;
        container-widget-width: calc((1 - 0) * 100%);
        gap: 2rem 2rem;
        padding-top: 0rem;
        padding-bottom: 2rem;
        padding-left: 0rem;
        padding-right: 0rem;
	}
	
	footer .column-form,
	footer .column-info	{
		padding: 0;
		text-align: center;
		align-items: center;
		width: 100%;
	}
	footer .contact-info a {
		flex-direction: column;
		white-space: nowrap;
		gap: 0;
	}
	footer .contact-info a svg {
		margin-bottom: 20px;
	}
	footer .column-info > div {
		gap: 1rem;
		display: flex;
		flex-direction:column;
	}
	footer .column-form .heading-title {
        font-size: 1.1rem;
    }
	
	.posts-container {
		gap: 1rem;
		grid-template-columns: repeat(1, 1fr);
	}
	
	#content {
		overflow: hidden;
	}
	#content .container-inner {
		padding: 1rem;
	}
	.article-content {
		flex-wrap: wrap;
		padding: 0;
	}
	.sidebar {
		width: 100%;
	}
	.div-flex {
		flex-wrap: wrap;
	}
	.div-flex > div {
		width: 100%;
	}
	.process-section.vertical .headline-box {
		width: 30%;
	}
	.process-section.vertical .steps-box {
		width: 60%;
	}
	#content .web-services-section h1.heading-title,
	#content .box-headline h2 {
		font-size: 1.7rem;
	}
	.related-posts .post-item-inner {
		width: 90%;
		margin: auto;
	}
	.inner-help-section {
		flex-wrap: wrap;
		margin: 1rem;
		width: auto;
	}
	.inner-help-section .both {
		flex-direction: row;
	}
	.inner-help-section .both > div {
		width: 50%;
	}
	.box {
		background: #292929;
        min-height: 100px;
        border: 1px solid white;
        border-radius: 0.5rem;
        padding: 0;
        color: white;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-weight: bolder;
	}
	.inner-help-section .col-1,
	.inner-help-section .col-3 {
		width: 100%;
	}
	.steps-box {
		flex-direction: column;
	}
	.process-section {
		width: 100%;
		padding-left: 2rem;
        padding-right: 2rem;
	}
	
	.business-section_inner {
		flex-wrap: wrap;
		gap: 1rem;
	}
	.business-section_inner >  div {
		width: 100%;
	}
	.swiper-testimonials p {
		font-size: 1.3rem;
	}
	.swiper-testimonials span {
		font-size: 1rem;
	}
	.icon-quote img {
		width: 60%;
	}
	.business-section {
		padding: 0 1.5rem;
	}
	.testimonials-box {
		margin-left:30px;
	}
	.related-posts .container {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	#content h1.heading-title {
        font-size: 3rem;
    }
	.projects-container {
		flex-direction: column;
	}
    .projects-images,
	.project-details {
		width: 100%;
	}
	.project-details {
		padding: 0;
	}
	.project-content {
		padding: 2rem;
		position: relative;
	}
	.client-section .container {
		padding-bottom: 0;
	}
	.steps-section .container {
		padding: 3.5px;
		margin: 0;
	}
	.steps-section_item {
		padding: 2rem 1rem
	}
	.steps-section_item .column {
		flex-direction: column;
	}
	.steps-section .left {
		background: none;
		border: none;
		padding: 0.5rem
	}
	#content .steps-section .left .heading-title {
		align-items: center;
		justify-content: center;
		width: 100%;
	    flex-direction: column;
		text-align: center;
	}
	.steps-section .process-section {
		padding: 0;
		flex-direction: row;
		align-self: stretch;
	}
	.process-section .headline-box {
		width: 24.9%;
	}
	#content .process-section .heading-title {
		transform: rotate(-90deg);
		width: 100%;
		text-wrap: nowrap;
	}
	.box-tags,
	.box-buttons.horizontal {
		flex-wrap: wrap;
	}
	.help-section.large-box .box {
		aspect-ratio: 1 / 1; 
		padding: 0;
		gap: 0;
		min-height: 140px;
	}
	.help-section.large-box .box svg {
		margin-bottom: 0;
		width: 2.5rem;
		height: 2.5rem;
		aspect-ratio: 1 / 1;  
		margin-top: 0.7rem;
	}
	#content .chat-box h2.heading-title.first {
		text-align: center;
	}
	.home-banner-hero {
		padding: 0.875rem;
	}
	.inner-banner_right {
		max-width: 400px;
		width: 100%;
	}
	.banner-image {
		margin: 0rem 0rem -14rem 0rem;
	}
	.banner-image img {
		width: 100%;
        max-width: 100%;
        object-fit: contain;
        object-position: center center;
	}
	#content .home-banner-hero h1.heading-title {
		text-align: center;
	}
	.box-tags {
		justify-content: center;
		padding: 0;
		gap: 0.5rem;
	}
	.home-banner-hero p {
		font-size: 0.875rem;
	}
	.home-banner-hero .box-buttons .button {
		width: 100%;
	}
	.services_list{
		margin: 1rem 0;
	}
	.industries_list {
		padding: 1rem;
		gap: 1rem;
	}
	.help-section.large-box .overlay-left{
		top: 30%;
	}
	.help-section.large-box .overlay-right {
		top: 64%;
	}
	.particle-section .box-headline {
		margin: 15px;
	}
	.particle-section .container {
		padding: 32px 15px;
	}
	.repeater-item {
		padding-left: 0;
		padding-right: 0;
		flex: 0 1 calc(100% / 1);
	}
	.repeater-grid {
		padding: 1rem;
	}
	.icon-headline {
		flex-direction: column;
	}
	.repeater-box {
		text-align: center;
	}
	.particle-section .box-buttons .arrow {
		transform: rotateZ(350deg);
		top: auto;
		left: -30px;
		bottom: -35px;
	}
	.particle-section .box-buttons .arrow img {
		width: 70%;
	}
	.particle-section .box-buttons > div {
		width: auto;
		position: static;
	}
	.particle-section .box-buttons {
		position: relative;
	}
	.particle-section .swiper-testimonials p {
		font-size: 1.3rem;
	}
	.particle-section .testimonials-box {
		padding: 0rem 1rem 0rem 2rem;
		margin-left: 0;
        margin-bottom: 0;
	}
	.icon-quote {
		transform: translate(0, -50%);
	}
	#content .comprehensive-solutions .box-headline h2 {
		font-size: 1.4rem;
	}
	.particle-section .overlay-right {
		top: 75.5%;
	}
	.comprehensive-solutions .overlay-left,
	.comprehensive-solutions .overlay-right {
		display: none;
	}
	#content .first-step-section .heading-title {
		font-size: 1.5rem;
	}
	.steps-section .overlay-right.top,
	.steps-section .overlay-right.bottom,
	.steps-section .overlay-left.top,
	.steps-section .overlay-left.bottom {
		display: none;
	}
	.steps-section_item .overlay-right {
		right: -50%;
        max-width: 100%;
	}
	footer .contact-info {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	#content .home-banner-hero h2.heading-title {
		font-size: 0.9rem;
		padding: 0rem 0.5rem 0rem 0rem;
		border-width: 0px 1px 0px 0px;
	}
	
	.web-services-section.development {
		padding-left: 26px;
		padding-right: 26px;
	}
	#content .web-services-section.development h1.heading-title {
		text-align: center;
	}
	.web-services-section.development  .process-section{
		padding-left: 1rem;
        padding-right: 0;
		gap: 0.7rem 0.7rem;
	}
	.web-services-section.development .process-section.vertical .headline-box {
        width: 31.3%;
    }
	.web-services-section.development .process-section.vertical .steps-box {
		width: 62.5%;
		gap: 0.7rem 0.7rem;
	}
	.web-services-section.development .inner-help-section {
		margin: 0 -10px;
	}
	.web-services-section.development .inner-help-section .box {
		aspect-ratio: 1 / 1;
		padding: 0;
		gap: 0;
		background: #292929;
	}
	.web-services-section.development .inner-help-section .box h3 {
		font-size: 1rem;
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		margin-bottom: 0;
		font-weight: bold;
		line-height: 24px;
	}
	.web-services-section.development .inner-help-section .box p {
		font-weight: bold;
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		margin: 0;
	}
	.web-services-section.development .inner-help-section .box svg {
		width: 40px;
		height: 40px;
		margin-bottom: 0;
	}
	#content .help-section .box-headline h2,
	#content .logos-section .box-headline h2	{
		padding: 0px 15px 30px 15px;
	}
	.web-services-section.development .help-section {
		padding-bottom: 0;
	}
	.page-template-page-development .content-wrap .overlay-right {
		position: absolute;
		right: -12%;
		top: 21%;
		z-index: -1;
	}
	.page-template-page-development .related-posts .container {
		padding: 0;
	}
	.page-template-page-development .related-posts .post-item-inner {
		width: 100%;
	}
	.swiper-pagination {
		position: static;
		display: flex;
		justify-content: center;
		width: 100%!important;
		margin-top: 20px;
		transform: none!important;
	}
	.swiper-pagination-bullet {
		width: 7px;
		height: 7px;
		background: rgb(255, 255, 255);
		margin: 0 4px;
		transform: none!important;
	}

	.logo img {
		width: 100px;
	}
	.logos-section {
		margin: 0 -24px;
	}
	.web-services-section.development {
		padding-bottom: 20px;
	}
	footer .column-form .heading-title.first {
		font-size: 32px;
	}
	
	.page-template-page-consulting #content .process-section .heading-title {
		transform: none;
		text-align: center;
	}
	.page-template-page-consulting .process-section {
		padding-left: 0.5rem;
        padding-right: 0.5rem;
	}
	.page-template-page-consulting .process-section .headline-box {
		width: 100%;
	}
	.div-flex {
		padding-left: 0.5rem;
        padding-right: 0.5rem;
		padding-top: 1rem;
        padding-bottom: 1rem;
	}
	.page-template-page-consulting .overlay-right {
		top: 42%;
	}
	.page-template-page-consulting .overlay-left {
		left: -10%;
		top: 40%;
		width: 90%;
	}
	.help-section.large-box .box br {
		display: none;
	}
	
	.inner-help-section_left .inner-help-section .box svg {
        width: 40px;
        height: 40px;
		margin-top: 0;
		margin-bottom: 0;
    }
	.inner-help-section_left .inner-help-section .box h3 {
        font-size: 1rem;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        margin-bottom: 0;
        font-weight: bold;
        line-height: 24px;
    }
	.inner-help-section_left .inner-help-section .box p {
        font-weight: bold;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		margin: 0;
	}
	.inner-help-section_left .inner-help-section .box {
        aspect-ratio: 1 / 1;
        padding: 0;
        gap: 0;
        background: #292929;
    }
	.inner-help-section_left .inner-help-section {
		margin-left: 0;
		margin-right: 0;
	}
}
@media (min-width: 767px) { 
	.hidden-desktop {
		display: none;
	}
}
@media (max-width: 767px) { 
	.hidden-mobile {
		display: none;
	}
}