/*** GENERIC CSS ***/
@font-face {
    font-family: 'Satoshi';
    font-weight: 400;
    src: local('Satoshi Regular'), url('../fonts/Satoshi-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Satoshi';
    font-weight: 300;
    src: local('Satoshi Light'), url('../fonts/Satoshi-Light.woff') format('woff');
}

@font-face {
    font-family: 'Satoshi';
    font-weight: 500;
    src: local('Satoshi Medium'), url('../fonts/Satoshi-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Satoshi';
    font-weight: bold;
    src: local('Satoshi Bold'), url('../fonts/Satoshi-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Satoshi';
    font-weight: 900;
    src: local('Satoshi Black'), url('../fonts/Satoshi-Black.woff') format('woff');
}

body {
    font-size: 16px;
    color: #3B3B39;
    background: #FBFAF4;
}

html,body {
    font-family: 'Satoshi';
	font-weight:400;
}


a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #000e35;
}

a:hover {
    text-decoration: none;
    color: #24a9e2;
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
}

button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color:#3B3B39;
    font-family: 'Satoshi';
    font-weight: 400;
}

h1 {
    font-size:54px;
    line-height: 1.5;
}

h2 {
    font-size: 48px;
    line-height: 1.2;
}

h3 {
    font-size:35px;
    line-height: 1.5;
}

h4 {
    font-size:27px;
    line-height: 1.5;
}

h5 {
    font-size:24px;
    line-height: 1.5;
}

p {
    color: #3B3B39;
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 44.82px;
    letter-spacing: 0.25px;
    font-family: 'Satoshi';
    font-weight: 400;
}

p:last-child {
    margin-bottom: 0;
}

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

.btn-default {
    background: #005CFF;
    color: #fff;
    padding: 0px 17px;
    font-family: 'Satoshi';
    font-weight: 400;
    font-size: 20px;
    line-height: 56px;
    border: 1px solid #005CFF;
    display: inline-block;
    text-align: center;
	appearance: none;
	-webkit-appearance: none;
}

.btn-default.black {
    background: #3B3B39;
    border-color: #3B3B39;
    color: #fff;
}

.btn-default.black:hover {
    background: #005CFF;
    border-color: #005CFF;
    color: #fff;
}

.btn-default:hover {
    background: none;
    color: #005CFF;
}

.btn-default.bordered {
    background: none;
    color: #005CFF;
}

.btn-default.bordered:hover {
    background: #005CFF;
    color: #fff;
}

.section-title h2 {
    color: #3B3B39;
    font-family: 'Satoshi';
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0px;
}

.section-title p {
    color: #3B3B39; 
    font-size: 30px;
    font-weight: 200;
    line-height: 44.8px;
}


/*** BANNER ***/
.banner {
    background: #EEECE0;
    padding: 130px 0px 160px 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
}

.banner .container {
    position: relative;
    z-index: 2;
}

.banner .align {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.banner h1 {
    color: #3B3B39;
    font-family: 'Satoshi';
    font-size: 153.333px;
    font-weight: 400;
    line-height: 140px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.banner p {
    color: #3B3B39;
    font-family: 'Satoshi';
    font-size: 30px;
    font-weight: 400;
    line-height: 44.82px;
    margin-bottom: 30px;
}

.banner .space {
    padding-left: 95px;
    padding-right: 25px;
}

.banner .btn-default {
    margin-right: 10px;
    margin-bottom: 10px;
}

/**/
.banner {
    height: 100vh;
}

.banner .align {
    text-align: right;
    width: 50vw;
}

.banner .align img {
    width: 100%;
    max-height: 96vh;
    object-fit: cover;
    object-position: top right;
}


/*** PORTFOLIO ***/
.portfolio {
    padding: 130px 0px 130px 0px;
    overflow: hidden;
}

.portfolio .section-title {
    margin-bottom: 90px;
}

.progress {
    background: #D9D9D9;
    border-radius: 0px;
    height: 11px;
}

.progress .progress-bar {
	transition: width 1.5s ease-in-out;
}

.portfolio .progress-text {
    color: #191917; 
    font-family: 'Satoshi';
    font-size: 20px;
    font-weight: 400;
    line-height: 44.82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.portfolio p {
    color: #3B3B39; 
    font-size: 30px;
    font-weight: 400;
    line-height: 44.8px;
    letter-spacing: 0.9px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}


/*** CONTACT FORM ***/
.contact-form {
    padding: 130px 0px 113px 0px;
    background: #FBFAF4;
    overflow: hidden;
}

.contact-form .section-title h2 {
    margin-bottom: 25px;
}

.contact-form .form-box {
    padding-top: 110px;
}

.contact-form .form-control::-webkit-input-placeholder {
    color: #3B3B39;
}

.contact-form .form-control {
    margin-bottom: 25px;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #C8C8C8;
    color: #3B3B39;
    font-size: 18px;
    font-family: 'Satoshi';
    font-weight: 400;
    padding: 0px;
    background: none !important;
    outline: none !important;
    box-shadow: none !important;
    height: 50px;
}

.contact-form textarea.form-control {
    height: 150px;
    resize: none;
    margin-bottom: 48px;
}

.form-check.check-input {
    color: #3B3B39;
    font-size: 18px;
    padding-left: 35px;
    margin-bottom: 25px;
    font-weight: 400;
    font-family: 'Satoshi';
    font-weight: 400;
}

.form-check.check-input .form-check-input[type=checkbox] {
    margin-left: -35px;
    background-color: transparent;
    border: 2px solid #BFBFBF !important;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    top: 0px;
    position: relative;
    outline: none !important;
    box-shadow: none !important;
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url(../img/check.svg);
}


/*** FOOTER ***/
.footer {
    background: #3B3B39;
    padding: 44px 0px 22px 0px;
    border-top: 48px solid #FBFAF4;
    overflow: hidden;
}

.footer h2 {
    color: #E2E2E2;
    font-family: 'Satoshi';
    font-size: 120px;
    font-weight: 400;
    line-height: 140px;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.footer .btns {
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top:30px;
}

.footer .btns a {
    display: inline-block;
    border: 1px solid #FFF;
    color: #fff;
    padding: 0px 17px;
    font-size: 20px;
    line-height: 58px;
    margin-left: 20px;
    font-family: 'Satoshi';
    font-weight: 400;
}

.footer .btns a:hover,
.footer .btns a.active {
    background: #fff;
    color: #191917;
}

.footer .copy {
    padding: 20px 0px 30px 0px;
    border-top: 1px solid #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer .copy p {
    color: #FFF;
    font-family: 'Satoshi';
    font-size: 14px;
    font-weight: 400;
    line-height: 14.34px;
    margin: 0px;
}

.footer .copy p + p {
    padding-left: 90px;
}

.footer .copy ul {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer .copy ul li {
    display: inline-block;
    margin-left: 20px;
}

.footer .copy ul li a {
    display: inline-block;
    color: #FFF;
    font-family: 'Satoshi';
    font-size: 14px;
    font-weight: 400;
    line-height: 14.34px;
}

.footer .copy ul li a:hover {
    opacity: .6;
}




/*** HEADER ***/
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all .3s;
    padding: 0px 0px;
}

header .main-nav {
    padding: 15px 0px;
}

.navbar {
	padding:0px 0px;
}

.navbar-nav {
    align-items: center;
}

.navbar-light .navbar-nav>.nav-item {
    margin-left: 35px;
	display:inline-block;
    vertical-align: top;
	position:relative;
}

.navbar-light .navbar-nav>.nav-item>.nav-link {
    position: relative;
    color: #191917;
    font-size: 16px;
    line-height: 40px;
    padding-bottom: 5px;
    transition: all .3s;
    font-family: 'Satoshi';
    font-weight: 400;
    padding: 0px 0px !important;
    letter-spacing: 0;
}

.navbar-light .navbar-nav>.nav-item:hover>.nav-link {
    color: #3B3B39;
    font-weight: 500;
}

.navbar-light .navbar-nav>.nav-item.menu-item-has-children>.nav-link:after {
    content: '';
    background: url(../img/arrow-down.svg) 50% 50% no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin-left: 15px;
}

.navbar-light .navbar-nav>.nav-item ul.sub-menu {
    border: none;
    border-radius: 0px !important;
    text-align: left;
    display: block;
    list-style: none;
    margin: 0;
    position: absolute;
    overflow: hidden;
    left: calc(50% - 100px);
    min-width: 180px;
    padding: 0px;
    opacity: 0px;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    white-space: nowrap;
}

.navbar-light .navbar-nav>.nav-item:hover ul.sub-menu {
	display:block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.navbar-light .navbar-nav>.nav-item ul.sub-menu>li {
	width:100%;
    position: relative;
}

.navbar-light .navbar-nav>.nav-item ul.sub-menu>li:last-child {
    border: none;
}

.navbar-light .navbar-nav>.nav-item ul.sub-menu>li>.nav-link {
    transition: all .3s;
    display: inline-block;
    clear: both;
    margin: 0px;
	width:100%;
	position:relative;
    line-height: 40px;
    padding: 0px 18px !important;
    font-size: 15px;
    border: none;
    white-space: nowrap;
    color: #3B3B39;
    background-color: #fff;
    text-transform: uppercase;
    font-family: 'Satoshi';
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
}

.navbar-light .navbar-nav>.nav-item ul.sub-menu>li:hover>a,
.navbar-light .navbar-nav>.nav-item ul.sub-menu>li.active>a {
	color:#fff!important;
    background: #000;
}

/*** HOMEPAGE CSS ***/
.banner.homepage h1 {
    color: #3B3B39;
}

.banner.homepage .link {
    color: #005CFF;
    font-size: 30px;
    font-weight: 400;
    line-height: 44.82px;
}

.link {
    color: #005CFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
}

.link img {
    position: relative;
    top: -2px;
}

.link:hover {
    font-weight: 400;
    color: #005CFF;
    text-decoration: underline;
}

.banner.homepage .link img {
    position: relative;
    top: -2px;
}

.banner.homepage .info {
    position: absolute;
    top: 30%;
    right: 30px;
    color: #191917;
    font-family: 'Satoshi';
    font-size: 20px;
    font-weight: 400;
    list-style: none;
    padding: 0px;
}

.banner.homepage .info li {
    position: relative;
    top: -10px;
    padding-left: 13px;
}

.banner.homepage .info li::before {
    content: "•";
    color: #191917;
    font-family: 'Satoshi';
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    top: 13px;
    left: 0px;
}

.banner.homepage .exp {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-35%, 0%);
    font-family: "Inter", sans-serif;
    color: #3B3B39;
    font-size: 12.7px;
    line-height: 20px;
    z-index: 3;
}

.banner.homepage .exp img {
    margin-right: 5px;
}

/*** FEATURED-PROJECTS ***/
.featured-projects {
    background: #F9F8F1;
    padding: 130px 0px;
    position: relative;
    overflow: hidden;
}

.featured-projects .section-title h2 {
    margin-bottom: 50px;
}

.featured-projects h5 {
    color: #191917;
    font-family: 'Satoshi';
    font-size: 24px;
    font-weight: 400;
    line-height: 16.14px;
    margin-bottom: 35px;
}

.featured-projects p {
    color: #3B3B39;
    font-family: 'Satoshi';
    font-size: 18px;
    font-weight: 400;
    line-height: 17px;
}

.featured-projects .text {
    padding-left: 75px;
}

.featured-projects .scroll-up {
    display: inline-block;
    color: #191917;
    font-size: 24px;
    font-weight: 400;
    white-space: nowrap;
    transform: rotate(-90deg);
    position: absolute;
    top: 15%;
    right: -35px;
}

.featured-projects .scroll-up img {
    margin-left: 10px;
}

.featured-projects .bts {
    margin-bottom: 160px;
}


/*** WORK-CATEGORY ***/
.work-category {
    background: #F9F8F1;
    padding: 0px 0px 115px 0px;
    overflow: hidden;
}

.work-category .section-title {
    margin-bottom: 65px;
}

.category-box {
    padding: 40px;
    border: 1px solid #DDDEDA;
    position: relative;
    margin-bottom: 24px;
}

.category-box .num {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #1E1E1E;
    font-family: "Inter", sans-serif;
    font-size: 20.6px;
    font-weight: 300;
    line-height: 32px;
}

.category-box h3 {
    color: #191917;
    font-family: 'Satoshi';
    font-size: 44px;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 10px;
}



body.page-template-template-landing .banner .space {
    padding-left: 116px;
}

body.page-template-template-landing .banner .align {
    width: 35vw;
}

.form-check.check-input span.wpcf7-list-item {
	margin: 0px;
}

.form-check.check-input span.wpcf7-list-item input[type="checkbox"] {
	position: absolute;
	top: 2px;
	left: -35px;
	min-width: 20px;
	height: 20px;
}

input.wpcf7-form-control.wpcf7-not-valid{
	border-bottom: 2px solid #f00 !important;
}
span.wpcf7-not-valid-tip{
	display:none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	display:inline-block !important; 
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
	display:inline-block !important;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output{
	display:none !important;
}
.wpcf7 form .wpcf7-response-output{
	display:inline-block !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	background: #f6f4ee; 
	color: #0a3a2a; 
	border: 2px solid #0a3a2a;
	padding: 1rem 1.5rem;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	max-width: 500px;
	margin: 1.5rem auto;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	opacity: 0;
	animation: fadeInUp 0.6s ease forwards;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	background: #fdf2f2; 
	color: #8b0000; 
	border: 2px solid #e63946; 
	padding: 1rem 1.5rem;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	max-width: 500px;
	margin: 1.5rem auto;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	opacity: 0;
	animation: fadeInUp 0.6s ease forwards;
}

.wpcf7-not-valid-tip {
	color: #e63946; 
	font-size: 14px;
	margin-top: 4px;
	font-weight: 500;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.banner {
	height: 100vh;
}

.banner .align {
	text-align: right;
	width: 50vw;
}

.banner .align img {
	width: 100%;
}

.banner {
    padding: 0px;
}

body.page-template-template-home .banner .align {
    width: 30vw;
}

 
.progress {
    width: calc(100% - 6px);
    margin-left: 6px;
}
 
.portfolio p {
    padding-left: 4px;
}
 
.footer .btns {
    justify-content: end;
} 
 
.footer .copy {
    width: calc(100% - 6px);
    margin-left: 6px;
}
  
.portfolio .progress-text {
    padding-left: 6px;
}


.section-title h2 {
    font-weight: 500;
}
 
.featured-projects .text {
    padding-left: 0px;
}
 
.featured-projects .text h5 {
    color: #191917;
    font-size: 44px;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 20px;
}
 
.work-category {
    padding: 0px 0px 70px 0px;
}
 
.work-category .section-title {
    margin-bottom: 25px;
}
 
.category-box {
    border: none;
}
 
.link {
    display: inline-block;
    font-size: 20px;
    line-height: 56px;
    padding: 0px 18px;
    text-align: center;
    border: 1px solid #005CFF;
    text-transform: inherit;
}
 
.link:hover img {
    filter: invert(1) brightness(999999999999);
}
 
.link:hover {
    color: #fff;
    text-decoration: none;
    background: #005CFF;
}
 
.work-category h3 {
    color: #3B3B39;
    font-size: 30px;
    font-weight: 400;
}
 
 
.contact-form {
    padding: 130px 0px 60px 0px;
}
 
.contact-form form {
    margin-top: 110px;
}
 
.footer {
    border: none;
}
 
.footer .btns {
    justify-content: end;
    margin-bottom: 30px;
}
 
.footer h3 {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 15px;
}
 
.footer .links ul {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
 
.footer .links ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
 
.footer .links ul li a {
    display: inline-block;
    color: #FFF;
    font-family: 'Satoshi';
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
 
.footer .links ul li a:hover {
    display: inline-block;
    color: #FFF;
    font-family: 'Satoshi';
    font-size: 14px;
    font-weight: 400;
    line-height: 14.34px;
}
 
 
 
/*** SIDEMENU ***/
.menu-btn {
    min-width: 20px;
    min-height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    margin-left: 40px;
    justify-content: end;
    text-align: right;
}
 
.menu-btn span {
    display: block;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #292D32 !important;
    height: 2px;
    margin: 5px 0px;
    border-radius: 10px;
    transition: all .3s;
    margin-left: auto;
}
 
.menu-btn span:nth-child(2) {
    width: 50%;
}
 
.menu-btn:hover span {
    width: 100% !important;
}
 
.menu-btn div {
    position: relative;
    top: 0px;
    vertical-align: middle;
    width: 32px;
}
 
.side-menu {
    background: #EEECE0;
    position:fixed;
    top:0px;
    left: -100%;
    width: 340px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height:100%;
    z-index:9999999;
    padding: 55px 25px;
    overflow:hidden;
    overflow-y:auto;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}
 
.side-menu.intro {
    left:0px;
}
 
.side-menu ul.main-menu {
    padding-left:0px;
    margin-top:45px;
    text-align: center;
}
 
.side-menu ul.main-menu.navbar-nav li {
    list-style:none;
    display:inline-block;
    width:100%;
    margin: 0;
    margin-bottom: 38px;
}
 
.side-menu ul.main-menu li a {
    display: inline-block;
    width: 100%;
    color: #3B3B39;
    font-size: 32px;
    padding: 0px 0px;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    font-weight: 400;
}
 
.side-menu ul.main-menu li:hover>a,
.side-menu ul.main-menu li.active>a {
    background:none;
    color:#000;
}
 
.side-menu a.CloseBtn {
    float: right;
    color: #292D32;
    font-size: 22px;
    margin: 0;
    position: relative;
    z-index: 99;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    min-width: 40px;
    min-height: 40px;
}
 
.side-menu a.CloseBtn:before,
.side-menu a.CloseBtn:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 0px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    top: 50%;
}
 
.side-menu a.CloseBtn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
 
.side-menu a.CloseBtn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
 
.side-menu .menu-item-has-children {
    cursor: pointer;
}
 
.side-menu .menu-item-has-children>a {
    pointer-events: none;
    cursor: pointer;
    position: relative;
    padding-right: 50px !important;
}
 
.side-menu .menu-item-has-children:hover>a,
.side-menu .menu-item-has-children.active>a {
    color: #000 !important;
}
 
.side-menu .menu-item-has-children>a:before {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 27px;
    z-index: 99;
    top: 51%;
    transform: translate(0px, -50%);
    right: 6px;
    content: "";
    background: url(../img/drop-arrow.svg) 50% 50% no-repeat;
    background-size: contain;
    display: inline-block;
    width: 20px;
    height: 20px;
}
 
.side-menu ul.navbar-nav>li.menu-item-has-children ul.sub-menu {
    opacity: 1;
    visibility: visible !important;
    position: relative !important;
    left: 0 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 0px 0px !important;
    display: none !important;
    top: 0 !important;
    text-align: center;
}
 
.side-menu ul.navbar-nav>li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}
 
.side-menu ul.navbar-nav>li>ul.sub-menu>li {
    margin: 0;
}
 
.side-menu ul.navbar-nav>li>ul.sub-menu>li a {
    font-size: 15px;
    background: #ebebeb;
    color: #000;
    margin: 0;
    padding: 10px 15px !important;
}
 
.side-menu ul.navbar-nav>li>ul.sub-menu>li:hover a,
.side-menu ul.navbar-nav>li>ul.sub-menu>li.current_page_item>a,
.side-menu ul.navbar-nav>li>ul.sub-menu>li.active>a {
    color: #fff !important;
    background: #000 !important;
}
 
.side-menu ul li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}
 
.side-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 25, 23, 0.20);
    z-index: 5;
    pointer-events: none;
    transition: all .3s;
    opacity: 0;
}
 
.side-menu-overlay.active {
    opacity: 1;
}
 
.featured-projects .scroll-up {
    right: -50px;
}
 
.banner .space {
    padding-left: 235px;
}
 
 
/**/
.kunden-fullpage {
    position: relative;
    overflow-y: auto;
}
 
.kunden-section {
    width: 100%;
	margin-top:100px;
}
 



/*** PORTFOLIO PAGE ***/
header.inner {
    background: #EEECE0;
}

header.inner .main-nav {
    padding: 20px 0px;
}

.portfolio-main {
    background: #F9F8F1;
    padding: 120px 0px 40px 0px;
}


.portfolio-main .over-scroll {
    margin-top: 50px;
    margin-bottom: 40px;
}

.portfolio-main .button-group .button {
    color: #3B3B39;
    text-align: center;
    font-family: 'Satoshi';
    font-size: 30px;
    font-weight: 400;
    line-height: 50px;
    border-bottom: 2px solid transparent;
    background: none;
    padding: 0px 0px;
    margin-right: 50px;
	margin-bottom:20px;
}

.portfolio-main .button-group .button.is-checked {
    color: #005CFF;
    border-color: #005CFF;
}

.portfolio-box {
    position: relative;
    margin-bottom: 50px;
}

.portfolio-box h3 {
    color: #191917;
    font-size: 44px;
    font-weight: 400;
    margin: 10px 0px 0px 0px;
}

.portfolio-box p {
    color: #777;
    font-size: 12px;
    font-family: 'Satoshi';
    font-weight: 300;
    margin: 0px;
    line-height: 1.2;
}

/*** PROJECT DETAILS ***/
.project-details {
    background: #F9F8F1;
    padding: 120px 0px 60px 0px;
}
 
.project-details p {
    color: #777;
    font-family: 'Satoshi';
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
}
 
.project-details h6 {
    color: rgba(28, 28, 30, 0.60);
    font-family: 'Satoshi';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    line-height: 1.3;
    margin-top: 35px;
    margin-bottom: 10px;
}
 
.project-details .tags {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}
 
.project-details .tags a {
    display: inline-block;
    border-radius: 30px;
    background: #EAE7D6;
    line-height: 33px;
    text-align: center;
    padding: 0px 15px;
    color: #1C1C1E;
    font-family: 'Satoshi';
    font-size: 16px;
    font-weight: 400;
    margin-right: 15px;
    margin-bottom: 10px;
}
 
.project-details .tags a:hover {
    background: #000;
    color: #fff;
}
 
.imgbox {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
 
.imgbox img {
    width: 100%;
}
 
.project-details .link {
    margin-top: 30px;
}
 
 
/*** REFERENCES ***/
.references {
    background: #F9F8F1;
    padding: 120px 0px 60px 0px;
}
 
.references .section-title {
    margin-bottom: 40px;
}
 
.references .button-group {
    display: flex;
    align-items: start;
}
 
.references .button-group .button {
    color: #005CFF;
    border: 1px solid #005CFF;
    text-align: center;
    font-family: 'Satoshi';
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    background: none;
    padding: 0px 15px;
    margin-right: 15px;
}
 
.references .button-group .button.is-checked {
    color: #fff;
    background: #005CFF;
}
 
.references .search {
    color: #000;
    height: 44px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-family: 'Satoshi';
    padding: 0px 10px 0px 40px;
    border: 1px solid #DCD9D5;
    border-radius: 0;
    background: url(../img/icon-search.svg) 17px 50% no-repeat;
    background-size: 16px auto;
}
 
.references .search::-webkit-input-placeholder {
    color: #8E8E93;
}
 
.references .grid {
    margin-top: 50px;
}
 
.reference-box {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #DCD9D5;
    padding: 24px 0px 14px 0px;
    position: relative;
}
 
.reference-box .arrow {
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -14px;
}
 
.reference-box h3 {
    color: #333;
    font-size: 30px;
    font-weight: 500;
    line-height: 28px;
}
 
.reference-box p {
    color: #777;
    font-family: 'Satoshi';
    font-size: 10px;
    font-weight: 400;
    line-height: 1.3;
}
 
.reference-box .tags {
    display: inline-block;
    width: 100%;
}
 
.reference-box .tags a {
    display: inline-block;
    border-radius: 30px;
    background: #EAE7D6;
    line-height: 33px;
    text-align: center;
    padding: 0px 15px;
    color: #1C1C1E;
    font-family: 'Satoshi';
    font-size: 16px;
    font-weight: 400;
    margin-right: 5px;
    margin-bottom: 10px;
}
 
.reference-box .tags a.light {
    opacity: 0.4;
    background: #EAE7D6;
}
 
.reference-box .tags a:hover {
    background: #000 !important;
    color: #fff !important;
    opacity: 1 !important;
}
 
 
 .references {
    min-height: 1000px;
}
 
.navbar-light .navbar-nav>.nav-item ul.sub-menu {
    box-shadow: 0px 8px 40px 0px #00000029;
    background: #FDFBF0;
    text-align: left;
    padding: 15px;
}
 
.navbar-light .navbar-nav>.nav-item ul.sub-menu>li>.nav-link {
    text-align: left;
    background: none;
    line-height: 36px;
    padding: 0px 10px !important;
    letter-spacing: 0px;
    text-transform: inherit;
    font-size: 18px;
    font-weight: 400;
}
 
.navbar-light .navbar-nav>.nav-item ul.sub-menu>li {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
 
.navbar-light .navbar-nav>.nav-item ul.sub-menu>li:last-child {
    margin: 0px;
}
 
.navbar-light .navbar-nav>.nav-item.menu-item-has-children>.nav-link:after {
    border: none;
    margin-left: 10px;
}
 
.navbar-light .navbar-nav>.nav-item.menu-item-has-children:hover>.nav-link:after {
    transform: rotate(180deg);
}
 
.navbar-light .navbar-nav>.nav-item ul.sub-menu>li:hover>a,
.navbar-light .navbar-nav>.nav-item ul.sub-menu>li.current-menu-item>a {
    color: #3B3B39 !important;
    background: #EEECE0;
}
 
.navbar-light .navbar-nav>.nav-item:hover>.nav-link,
.navbar-light .navbar-nav>.nav-item.current_page_ancestor>.nav-link,
.navbar-light .navbar-nav>.nav-item.current_page_item>.nav-link {
    color: #3B3B39;
    font-weight: 400;
}
 
 
.side-menu ul.main-menu li a {
    text-align: left;
}
 
.side-menu ul.navbar-nav>li.menu-item-has-children ul.sub-menu {
    box-shadow: 0px 8px 40px 0px #00000029;
    background: #FDFBF0;
    text-align: left;
    padding: 15px;
    background: none !important;
    box-shadow: none !important;
}
 
.side-menu ul.navbar-nav>li>ul.sub-menu>li {
    margin: 0;
}
 
.side-menu ul.navbar-nav>li>ul.sub-menu>li a {
    font-size: 32px;
    background: none;
    color: #3B3B39;
    margin: 0;
    padding: 10px 0px !important;
}
 
.side-menu ul.navbar-nav>li>ul.sub-menu>li:hover a, .side-menu ul.navbar-nav>li>ul.sub-menu>li.current_page_item>a, .side-menu ul.navbar-nav>li>ul.sub-menu>li.active>a {
    color: #3B3B39 !important;
    background: none !important;
}
 
.side-menu .menu-item-has-children:hover>a:before,
.side-menu .menu-item-has-children.current-menu-parent>a:before {
    transform: translate(0px, -50%) rotate(180deg);
}
 
.side-menu ul.main-menu li:hover>a,
.side-menu ul.main-menu li.current_page_item>a,
.side-menu ul.main-menu li.current-menu-parent>a {
    color: #3B3B39 !important;
}

.imgbox {
    margin-bottom: 24px;
}

body.page-template-template-home .banner .align {
    width: 35vw;
}
 
.banner .space {
    padding-left: 116px;
}
 
.kunden-fullpage {
    overflow-y: inherit;
}

  
.category-box {
    padding: 40px 0px;
}

 
.reference-box {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #DCD9D5;
    padding: 24px 0px 14px 0px;
    position: relative;
}
 
.reference-box .tags div {
    display: inline-block;
    border-radius: 30px;
    background: #EAE7D6;
    line-height: 33px;
    text-align: center;
    padding: 0px 15px;
    color: #1C1C1E;
    font-family: 'Satoshi';
    font-size: 16px;
    font-weight: 400;
    margin-right: 5px;
    margin-bottom: 10px;
}
 
.reference-box .tags div:hover {
    background: #000 !important;
    color: #fff !important;
    opacity: 1 !important;
}
 
.reference-box .tags div.light {
    opacity: 0.4;
    background: #EAE7D6;
}
 
.project-details .tags div {
    display: inline-block;
    border-radius: 30px;
    background: #EAE7D6;
    line-height: 33px;
    text-align: center;
    padding: 0px 15px;
    color: #1C1C1E;
    font-family: 'Satoshi';
    font-size: 16px;
    font-weight: 400;
    margin-right: 15px;
    margin-bottom: 10px;
}
 
.project-details .tags div a:hover {
    background: #000;
    color: #fff;
}
 
.project-details .tags div.light {
    opacity: 0.4;
    background: #EAE7D6;
    pointer-events: none;
}
.navbar-light .navbar-nav>.nav-item>.nav-link {
    color: #3B3B39 !important;
}

section.project-details.default-pages p{
	font-size:16px;
	color:#000;
	line-height:30px;
}

/* Default (mobile) */
:root {
    --container-width: 100%;
}

/* SM */
@media (min-width: 576px) {
    :root { --container-width: 540px; }
}

/* MD */
@media (min-width: 768px) {
    :root { --container-width: 720px; }
}

/* LG */
@media (min-width: 992px) {
    :root { --container-width: 960px; }
}

/* XL */
@media (min-width: 1200px) {
    :root { --container-width: 1140px; }
}

/* XXL */
@media (min-width: 1400px) {
    :root { --container-width: 1320px; }
}

/* Fixed button positioning */
.sticky-anchor.fixed {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: calc((100vw - var(--container-width)) / 4);
}
.footer .copy p a{
    color: #FFF;
    font-family: 'Satoshi';
    font-size: 14px;
    font-weight: 400;
    line-height: 14.34px;
    margin: 0px;
}

.portfolio-main .button-group.filters-button-group {
    display: flex;
    justify-content: space-between;
}
 
.portfolio-main .button-group.filters-button-group .button {
    margin-right: 0px;
}
 .portfolio-box h3 {
    padding-right: 30px;
}
 
.portfolio-box p {
    padding-right: 30px;
}