/* Table of Content

==================================================

	#Font-Face

	#Site Styles

	#Media Queries */



/* #Font-Face

================================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');



/* #Site Styles

================================================== */



/* ### general ### */

html,

body { font-family: 'Montserrat', sans-serif; font-size: 15px; color: #fff; }

body { background: #2c2c2c; }

img { display: block; border: 0; }

:focus { outline: none; }

.CookieDeclaration p {
    margin-bottom: 0!important;
}

#CookiebotWidget-widgetContent .CookiebotWidget-main-logo,
#CybotCookiebotDialogPoweredbyCybot,
#CybotCookiebotDialogPoweredByText {
    display: none!important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background: linear-gradient(45deg, rgba(37, 170, 175, 1) 0%, rgba(82, 182, 149, 1) 100%) !important;
    color: #fff!important;
    border-color: #4cb598 !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    border-color: #4cb598 !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
    color: #4cb598!important;
}

#CybotCookiebotDialog a:hover:after, #CybotCookiebotDialog a:hover:before, #CybotCookiebotDialog button:hover:after, #CybotCookiebotDialog button:hover:before {
    border-color: #4cb598!important;
}

#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
    background: linear-gradient(45deg, rgba(37, 170, 175, 1) 0%, rgba(82, 182, 149, 1) 100%) !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    border-color: #fff !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    border-width: 1px !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-color: #4cb598!important;
    color: #4cb598!important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
    color: #4cb598!important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink, #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a, #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a, #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a, #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink, #CybotCookiebotDialogDetailBodyContentTextAbout a {
    color: #4cb598!important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
    fill: #4cb598!important;
}

#CookiebotWidget .CookiebotWidget-consent-details button {
    color: #4cb598!important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
    background: linear-gradient(45deg, rgba(37, 170, 175, 1) 0%, rgba(82, 182, 149, 1) 100%) !important;
    color: #fff!important;
    border-color: #4cb598 !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
    border-color: #fff!important;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover, #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover, #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
    color: #4cb598!important;
}

a, a:hover, a:active, a:focus {

	color: #fff;

}

#cookie-warning {
	position: fixed;
	bottom: 60px;
	right: 0;
	left: 0;
	z-index: 1000;
	transition-timing-function: ease;
	transition-duration: .4s;
	transform: translateY(0);
}

#cookie-warning.hide {
	transform: translateY(150%);
}

#cookie-warning .block{
	position: relative;
    width: 275px;
	max-width: 100%;
    padding: 25px;
	margin-left: auto;
}

#cookie-warning p {
    font-weight: 500;
    font-size: 14px;
    margin: 10px 0 25px 0;
}

#cookie-warning p a {
	text-decoration: none!important;
}

#cookie-warning .block:before {
	position: absolute;
    top: 42px;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100% - 40px);
    border-radius: 5px;
    content: '';
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 25%);
    transition: 1s;
	background-color: #2c2c2c;
	z-index: -1;
}

#cookie-warning button {
	text-decoration: none;
    color: #fff;
    border: 1px solid;
    border-radius: 5px;
    border-color: #4cb598 !important;
    background: linear-gradient(45deg, rgba(37, 170, 175, 1) 0%, rgba(82, 182, 149, 1) 100%);
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 15%);
	margin-left: auto;
    display: block;
}

.text-message p { margin-bottom: 0px !important; }

.grecaptcha-badge { display: none !important; }

select option { color: #000; }



/* ### global classes ### */

.clear { visibility: hidden; clear: both; height: 0; line-height: 0; }

.center { margin: 0 auto; position: relative; max-width: 1200px; }

.centered { padding-right: calc((100% - 1200px) / 2); padding-left: calc((100% - 1200px) / 2); }

.container { max-width: 1370px; }

.btn { padding: 13px 16px; font-size: 15px; font-weight: 700; color: #fff; }

.btn:hover { text-decoration: none; color: #fff; border: 1px solid; border-radius: 5px; border-color: #4cb598 !important;; background: linear-gradient(45deg, rgba(37, 170, 175, 1) 0%, rgba(82, 182, 149, 1) 100%); box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15); }

.btn:first-letter { text-transform: capitalize; }

.btn + .btn { margin-left: 25px; }

.btn.btn-outline-primary { border-color: #fff; }

.btn.btn-outline-secondary { color: #2c2c2c; border-color: #2c2c2c; }

.btn.btn-outline-secondary:hover { color: #fff; }



/* ### wrapper ### */

#wrapper { position: relative; display: block; width: 100%; min-height: 100%; overflow: hidden; }



/* ### main container ### */

#mainCntr { width: 100%; }



/* ### background box ### */

.backgroundBox { position: absolute; top: 0; left: 0; width: 100%; height: 920px; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 67.5%); }

.backgroundBox img { opacity: 0.1; width: 100%; height: 100%; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%); object-fit: cover; object-position: center center; }



/* ### header container ### */

#headerCntr { margin-bottom: 127px; padding-top: 37px; position: relative; z-index: 3; width: 100%; }

#headerCntr .logo { position: relative; }

#headerCntr .logo img { margin-left: 1px; position: relative; z-index: 1; max-width: 100%; }

#mainCntr:before { position: absolute; top: 0; left: 0; width: 871px; height: 288px; background: url('../images/logo-outline.png') no-repeat; content: ''; }

#headerCntr .mobileMenu { margin-top: -18px; margin-right: -3px; position: relative; z-index: 15; display: none; float: left; width: 37px; height: 40px; transition: 0.2s; cursor: pointer; overflow: hidden; }

#headerCntr .mobileMenu span { position: absolute; top: 50%; right: 10%; left: 10%; display: block; height: 4px; text-indent: -9999px; border-radius: 5px; background: transparent; transition: 0.2s; }

#headerCntr .mobileMenu span:before,

#headerCntr .mobileMenu span:after { position: absolute; left: 0; display: block; width: 100%; height: 5px; border-radius: 5px; background-color: #fff; transition-duration: 0.2s, 0.2s; content: ''; }

#headerCntr .mobileMenu span:before { top: -7px; }

#headerCntr .mobileMenu span:after { bottom: -7px; width: 20px; }

.is-open-menu body {overflow: hidden;}

.is-open-menu #headerCntr .mobileMenu span { background: none; }

.is-open-menu #headerCntr .mobileMenu.is-active span:before,

.is-open-menu #headerCntr .mobileMenu.is-active span:after { transition-delay: 0s, 0.2s; }

.is-open-menu #headerCntr .mobileMenu span:before { top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.is-open-menu #headerCntr .mobileMenu span:after { bottom: 0; width: 100%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }



/* ### menu box ### */

.menuBox:not(.mm-menu) ul { margin: 0; display: flex; align-items: center; width: auto; list-style: none; }

.menuBox:not(.mm-menu) ul li { margin-left: 61px; padding: 15px 0; position: relative; font-size: 15px; font-weight: 400; }

.menuBox:not(.mm-menu) ul li a { display: flex; align-items: center; color: #fff; }

.menuBox:not(.mm-menu) ul li a:hover { text-decoration: none; }

.menuBox:not(.mm-menu) ul li.dropdown a:after { margin-left: 8px; position: relative; top: 1px; font-family: 'Font Awesome 5 Pro', sans-serif; content: '\f107'; }

.menuBox:not(.mm-menu) ul li ul { margin: 0; padding: 0; position: absolute; top: 50px; left: 50%; display: none; width: 236px; border-radius: 5px; background-color: #fff; transform: translateX(-50%); }

.menuBox:not(.mm-menu) ul li:hover ul { display: block; }

.menuBox:not(.mm-menu) ul li ul:before { position: absolute; top: -5px; left: 50%; border-right: 5px solid transparent; border-bottom: 5px solid #fff; border-left: 5px solid transparent; transform: translateX(-50%); content: ''; }

.menuBox:not(.mm-menu) ul li ul li { margin: 0; padding: 0; font-size: 13px; border-bottom: 1px solid #f4f4f4; }

.menuBox:not(.mm-menu) ul li ul li:first-child { overflow: hidden; border-radius: 5px 5px 0 0; }

.menuBox:not(.mm-menu) ul li ul li:last-child { border-bottom: 0; border-radius: 0 0 5px 5px; overflow: hidden; }

.menuBox:not(.mm-menu) ul li ul li a { padding: 20px 10px 20px 20px; color: #2c2c2b; border-left: 5px solid #fff; }

.menuBox:not(.mm-menu) ul li ul li a:after { display: none; }

.menuBox:not(.mm-menu) ul li ul li a:hover { color: #fff; border-left: 5px solid #1ba6b5; background-image: linear-gradient(45deg, rgba(96, 193, 203, 1) 0%, rgba(143, 207, 176, 1) 100%); }

.menuBox:not(.mm-menu) ul li ul.service-drop { width: 300px; }

.menuBox:not(.mm-menu) ul li ul.service-drop li a { padding-left: 65px; position: relative; }

.menuBox:not(.mm-menu) ul li ul.service-drop li a:before { position: absolute; top: 50%; left: 24px; display: block; width: 26px; height: 26px; background-repeat: no-repeat; background-position: left center; background-size: cover; transform: translateY(-50%); content: ''; }

.menuBox:not(.mm-menu) ul li ul.service-drop li.icon a:before { background-image: url('../images/menu-icon.png'); }

.menuBox:not(.mm-menu) ul li ul.service-drop li.icon a:hover:before { background-image: url('../images/link-icon.png'); }

.menuBox:not(.mm-menu) ul li ul.service-drop li.icon1 a:before { background-image: url('../images/menu-icon1.png'); }

.menuBox:not(.mm-menu) ul li ul.service-drop li.icon1 a:hover:before { background-image: url('../images/link-icon1.png'); }

.menuBox:not(.mm-menu) ul li ul.service-drop li.icon2 a:before { background-image: url('../images/menu-icon2.png'); }

.menuBox:not(.mm-menu) ul li ul.service-drop li.icon2 a:hover:before { background-image: url('../images/link-icon2.png'); }

.menuBox:not(.mm-menu) ul li ul.service-drop li.icon3 a:before { background-image: url('../images/menu-icon3.png'); }

.menuBox:not(.mm-menu) ul li ul.service-drop li.icon3 a:hover:before { background-image: url('../images/link-icon4.png'); }

.menuBox:not(.mm-menu) ul li ul.service-drop li.icon4 a:before { background-image: url('../images/menu-icon4.png'); }

.menuBox:not(.mm-menu) ul li ul.service-drop li.icon4 a:hover:before { background-image: url('../images/link-icon3.png'); }

.menuBox:not(.mm-menu) ul li ul.service-drop li.icon5 a:before { background-image: url('../images/menu-icon5.png'); }

.menuBox:not(.mm-menu) ul li ul.service-drop li.icon5 a:hover:before { background-image: url('../images/link-icon7.png'); }

.menuBox:not(.mm-menu) ul li ul.service-drop li.icon6 a:before { background-image: url('../images/menu-icon6.png'); }

.menuBox:not(.mm-menu) ul li ul.service-drop li.icon6 a:hover:before { background-image: url('../images/link-icon5.png'); }

.menuBox:not(.mm-menu) ul li ul.service-drop li.icon7 a:before { width: 21px; background-image: url('../images/menu-icon7.png'); }

.menuBox:not(.mm-menu) ul li ul.service-drop li.icon7 a:hover:before { background-image: url('../images/link-icon6.png'); }

.menuBox:not(.mm-menu) ul li ul.service-drop li.icon8 a:before { background-image: url('../images/menu-icon8.png'); }

.menuBox:not(.mm-menu) ul li ul.service-drop li.icon8 a:hover:before { background-image: url('../images/link-icon8.png'); }



/* ### menu box ### */

.mobile-menu { padding: 135px 20px 50px; position: fixed; top: 0; left: 0; visibility: hidden; opacity: 0; width: 100%; height: 100vh; background-color: #2c2c2c; transition: 0.25s; overflow-x: hidden; overflow-y: auto; }

.mobile-menu:after { position: absolute; top: 0; left: -260px; width: 871px; height: 288px; background: url('../images/logo-outline.png') no-repeat; content: ''; }

.is-open-menu .mobile-menu { visibility: visible; opacity: 1; transition: .25s; }
.is-open-menu #headerCntr { z-index: 100; }

.mobile-menu ul { margin: 0 auto; padding: 0; position: relative; z-index: 1; width: 260px; list-style: none; }

.mobile-menu ul li { padding: 15px 0; position: initial; font-size: 15px; font-weight: 400; }

.mobile-menu ul li a { display: flex; align-items: center; color: #fff; }

.mobile-menu ul li a:hover { text-decoration: none; }

.mobile-menu ul li.dropdown a:after { margin-left: auto; font-family: 'Font Awesome 5 Pro', sans-serif; transform: rotate(-90deg); content: '\f107'; }

.mobile-menu ul li.dropdown.menu-arrow a:after { transform: rotate(0deg); }

.mobile-menu ul li .mobile-drop { padding-bottom: 10px; position: absolute; top: 0; left: 0; display: none; width: 100%; text-align: right; }

.mobile-menu ul li ul { margin: 0 0 10px; padding: 0; width: 100%; border-radius: 5px; background-color: #fff; }

.mobile-menu ul li ul li { margin: 0; padding: 0; font-size: 13px; border-bottom: 1px solid #f4f4f4; }

.mobile-menu ul li ul li:first-child { overflow: hidden; border-radius: 5px 5px 0 0; }

.mobile-menu ul li ul li:last-child { border-bottom: 0; border-radius: 0 0 5px 5px; overflow: hidden; }

.mobile-menu ul li ul li a { padding: 20px 10px 20px 20px; color: #2c2c2b; border-left: 5px solid #fff; }

.mobile-menu ul li ul li a:after { display: none; }

.mobile-menu ul li ul li a:hover { color: #fff; border-left: 5px solid #1ba6b5; background-image: linear-gradient(45deg, rgba(96, 193, 203, 1) 0%, rgba(143, 207, 176, 1) 100%); }

.mobile-menu .back { display: inline-block; }

.mobile-menu .back:after { display: none; }



/* ### content container ### */

#contentCntr { position: relative; z-index: 1; width: 100%; }



/* ### slider box ### */

.sliderBox { position: relative; z-index: 3; width: 100%; }

.sliderBox .container { position: relative; }

.sliderBox .slick-list { padding-top: 30px; box-sizing: content-box; }

.sliderBox .phone { margin-top: 68px; }

.sliderBox .text { margin-left: -56px; width: 680px; }

.sliderBox .text h2 { margin-bottom: 42px; font-size: 48px; font-weight: 400; line-height: 60px; color: #fff; }

.sliderBox .js-banner-slider { margin-left: -200px; width: 1539px; }

.sliderBox .slick-dots { margin: 0; padding: 0; position: absolute; top: 0; right: 0; display: flex; align-items: center; list-style: none; }

.sliderBox .slick-dots li { margin-left: 24px; }

.sliderBox .slick-dots li button { padding: 0; display: block; width: 5px; height: 5px; text-indent: -9999px; border: 2px solid transparent; border-radius: 50%; background-color: #fff; outline: none; }

.sliderBox .slick-dots li.slick-active button { width: 9px; height: 9px; border-color: #fff; background-color: transparent; }



/* ### specialties box ### */

.specialtiesBox { margin-top: 99px; margin-bottom: 103px; width: 100%; }

.specialtiesBox .content { position: relative; display: flex; }

.specialtiesBox .content:after { position: absolute; top: 50%; right: 120px; z-index: 2; display: block; width: 124px; height: 760px; background-image: linear-gradient(45deg, rgba(30, 167, 180, 1) 0%, rgba(95, 186, 142, 1) 100%); transform: skew(-21deg) translateY(-60%); content: ''; box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25); }

.specialtiesBox .text { width: 100px; font-size: 15px; font-weight: 400; }

.specialtiesBox .text a { display: block; text-align: center; color: #fff; }

.specialtiesBox .text a:hover { text-decoration: none; }

.specialtiesBox .text img { margin: 0 auto 25px; }

.specialtiesBox .slick-prev,

.specialtiesBox .slick-next { position: absolute; top: 50%; display: block; opacity: 0.1; font-size: 45px; color: #fff; border: 0; background: none; transform: translateY(-50%); outline: none; }

.specialtiesBox .slick-prev { left: -60px; }

.specialtiesBox .slick-next { right: -55px; }

.specialtiesBox .slick-disabled { opacity: 0; }

.specialtiesBox .js-specialties-slider { z-index: 3; width: 720px; }

.specialtiesBox .button { margin-top: 28px; margin-left: 10px; position: relative; z-index: 3; font-size: 45px; color: #fff; }

.specialtiesBox .fa-long-arrow-right { opacity: 0.1; }



/* ### hello box ### */

.helloBox { padding-top: 138px; padding-bottom: 50px; position: relative; width: 100%; min-height: 920px; }

.helloBox:before { margin-left: -820px; position: absolute; top: 0; left: 50%; display: block; width: 60000px; height: 100%; border-radius: 5px 0 0 5px; background-color: #e0e0df; content: ''; box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25); }

.helloBox:after { position: absolute; right: 0; bottom: 0; mix-blend-mode: darken; display: block; width: 1613px; height: 761px; background: url('../images/back-logo-outline.png') left 8px top no-repeat; content: ''; }

.helloBox .container { position: relative; z-index: 1; }

.helloBox h2 { margin-bottom: 57px; margin-left: -5px; padding-bottom: 17px; position: relative; z-index: 1; font-size: 60px; font-weight: 500; color: #2c2c2c; }

.helloBox h2:after { position: absolute; bottom: 0; left: 5px; display: block; width: 73px; height: 3px; background-color: #2c2c2c; content: ''; }

.helloBox p { line-height: 2; color: #2c2c2c; }

.helloBox a { color: #2c2c2c; text-decoration: none; }

.helloBox a:hover { color: #2c2c2c; text-decoration: none; }

.helloBox + .projectBox { margin-top: -248px; }



/* ### project box ### */

.projectBox { position: relative; z-index: 2; width: 100%; }

.projectBox .content { padding-right: 29px; padding-left: 47px; }

.projectBox h3 { margin-bottom: -63px; margin-left: 68px; position: relative; z-index: 1; display: flex; align-items: center; font-size: 24px; font-weight: 400; line-height: 44px; color: #fff; }

.projectBox h3:after { margin-left: 60px; opacity: 0.1; font-family: 'Font Awesome 5 Pro', sans-serif; font-size: 40px; font-weight: 300; content: '\f178'; }

.projectBox .project { margin-left: 43px; padding: 25px 25px 70px; position: relative; width: 280px; }

.projectBox .project:before { position: absolute; top: 42px; left: 0; display: block; width: 100%; height: calc(100% - 40px); border-radius: 5px; background-color: transparent; content: ''; box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25); transition: 1s; }

.projectBox .project:after { position: absolute; top: 50%; left: 50%; display: none; opacity: 0.1; width: 82px; height: 83px; border-radius: 5px; background: url('../images/plus.png') no-repeat; background-size: cover; transform: translate(-50%, -50%); content: ''; }

.projectBox .project:hover:before { top: 0; height: 100%; background-image: linear-gradient(to bottom, rgba(95, 186, 142, 1) 0%, rgba(30, 167, 180, 1) 100%); transition: 1s; }

.projectBox .project:hover:after { display: block; }

.projectBox .project { display: block; color: #fff; text-decoration:none; }

.projectBox h2 { position: relative; z-index: 1; font-size: 36px; font-weight: 400; line-height: 1.2; }

.projectBox h2 span { display: none; }

.projectBox .name { position: relative; z-index: 1; font-size: 18px; }

.projectBox .project-icon { position: absolute; right: 30px; bottom: 34px; z-index: 1; display: flex; align-items: center; justify-content: flex-end; max-width: 79%;}

.projectBox .project-icon img { margin-left: 17px; height: 29px; filter: brightness(0) invert(1); }

.projectBox .first { margin-top: 130px; min-height: 320px; }

.projectBox .second { margin-top: 0; min-height: 400px; }

.projectBox .third { margin-top: 100px; min-height: 320px; }

.projectBox .forth { margin-top: 10px; min-height: 360px; }

.projectBox .project:hover h2 span { display: inline-block; }

.projectBox .row-bottom { margin-top: 2px; }

.projectBox .row-bottom .first { margin-top: 38px; }

.projectBox .row-bottom .third { margin-top: 18px; }

.projectBox .row-bottom .forth { margin-top: -32px; }

.projectBox .slick-slide { padding: 0 30px 30px; }

.projectBox .slick-dots { margin: 10px 0 0; padding: 0; display: none; align-items: center; justify-content: center; width: 100%; list-style: none; }

.projectBox .slick-dots li { margin: 0 12px; }

.projectBox .slick-dots li button { padding: 0; display: block; width: 5px; height: 5px; text-indent: -9999px; border: 2px solid transparent; border-radius: 50%; background-color: #fff; outline: none; }

.projectBox .slick-dots li.slick-active button { width: 9px; height: 9px; border-color: #fff; background-color: transparent; }

.projectBox .button-base { margin-top: 59px; display: flex; justify-content: flex-end; width: 100%; }

.projectBox .btn { margin-right: 12.7%; }

.projectBox .desktop { display: none; }

.projectBox .tablet { display: none; }

.projectBox .phone { margin-left: -30px; display: none; width: 320px; }

.projectBox.home-project .project:before { background-color: #2c2c2c; }

.projectBox + .accountBox { margin-top: 157px; }



/* ### account box ### */

.accountBox { position: relative; z-index: 1; width: 100%; }

.accountBox .text { padding-top: 225px; position: relative; }

.accountBox .text:before { position: absolute; top: -32px; left: -354px; display: block; width: 460px; height: 492px; background: url('../images/u.png') no-repeat; background-size: cover; content: ''; }

.accountBox .text:after { position: absolute; top: 50%; left: -93px; z-index: 2; display: block; opacity: 0.05; width: 124px; height: 760px; border: 1px solid #fff; background: transparent; transform: skew(-21deg) translateY(-41%); content: ''; }

.accountBox .text h2 { margin-bottom: 38px; position: relative; z-index: 2; font-size: 36px; font-weight: 400; line-height: 1.3; }

.accountBox .text h2 span { background-image: linear-gradient(45deg, rgba(30, 167, 180, 1) 0%, rgba(95, 186, 142, 1) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.accountBox .text h2:after { margin-left: 10px; position: relative; top: 7px; display: inline-block; opacity: 0.1; font-family: 'Font Awesome 5 Pro', sans-serif; font-size: 45px; font-weight: 300; line-height: 1; color: #fff; border: 0; background: none; content: '\f178'; outline: none; }

.accountBox .new-account { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; }

.accountBox .account-logo { margin-top: 12px; margin-right: 50px; }

.accountBox .account-logo-mob { position: absolute; top: 93px; right: 20px; display: none; }

.accountBox .button { padding: 13px 16px; }

.accountBox .image { margin-left: -257px; }

.accountBox + .workBox { margin-top: 90px; }

.accountBox + .serviceBox { margin-top: -48px; }



/* ### work box ### */

.workBox { width: 100%; }

.workBox h2 { margin-bottom: 48px; margin-left: 19.2%; padding: 0; font-size: 24px; font-weight: 400; color: #fff; }

.workBox .image { margin-right: 10px; display: flex; align-items: center; justify-content: center; height: 120px; border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 5px; }

.workBox .slick-dots { margin: 30px 0 0; padding: 0; display: none; align-items: center; justify-content: center; width: 100%; list-style: none; }

.workBox .slick-dots li { margin: 0 12px; }

.workBox .slick-dots li button { padding: 0; display: block; width: 5px; height: 5px; text-indent: -9999px; border: 2px solid transparent; border-radius: 50%; background-color: #fff; outline: none; }

.workBox .slick-dots li.slick-active button { width: 9px; height: 9px; border-color: #fff; background-color: transparent; }



/* ### welcome box ### */

.welcomeBox { padding-top: 20px; width: 100%; }

.welcomeBox h1 { margin-bottom: 57px; margin-left: -5px; padding-bottom: 17px; position: relative; z-index: 1; font-size: 60px; font-weight: 500; color: #fff; }

.welcomeBox h1:after { position: absolute; bottom: 0; left: 5px; display: block; width: 73px; height: 3px; background-color: #fff; content: ''; }

.welcomeBox .text { max-width: 430px; }

.welcomeBox p { margin-bottom: 30px; line-height: 30px; }

.welcomeBox a { margin-bottom: 30px; line-height: 30px; }

.welcomeBox a:hover { text-decoration: none; }

.welcomeBox .button-base { padding-top: 20px; }

.welcomeBox + .accountBox { margin-top: 147px; }

.welcomeBox + .deviceBox { margin-top: 139px; }



/* ### service box ### */

.serviceBox { padding-top: 138px; padding-bottom: 50px; position: relative; width: 100%; min-height: 870px; overflow: hidden; }

.serviceBox:before { margin-right: -820px; position: absolute; top: 0; right: 50%; display: block; width: 60000px; height: 100%; border-radius: 0 5px 5px 0; background-color: #e0e0df; content: ''; box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25); }

.serviceBox:after { position: absolute; bottom: -379px; left: -52px; mix-blend-mode: darken; display: block; width: 1840px; height: 774px; background: url('../images/back-logo-outline.png') center top no-repeat; background-size: cover; content: ''; }

.serviceBox .container { position: relative; z-index: 1; }

.serviceBox h2 { margin-bottom: 57px; margin-left: -5px; padding-bottom: 18px; position: relative; z-index: 1; font-size: 60px; font-weight: 500; color: #2c2c2c; }

.serviceBox h2:after { position: absolute; bottom: 0; left: 5px; display: block; width: 73px; height: 3px; background-color: #2c2c2c; content: ''; }

.serviceBox p { line-height: 2; color: #2c2c2c; }

.serviceBox .slider { margin-top: 110px; margin-left: -18px; max-width: 1250px; }

.serviceBox .list { margin-right: 2px; display: block; text-align: center; }

.serviceBox .list a { line-height: 20px; color: #2c2c2c; }

.serviceBox .list img { margin: 0 auto 25px; }

.serviceBox .button-base { padding-top: 34px; }



/* ### link box ### */

.linkBox { margin-top: 40px; width: 100%; }

.linkBox .service-desktop { padding-left: 90px; }

.linkBox .link { margin-top: 40px; padding: 20px 27px 32px; position: relative; width: 387px; }

.linkBox .link.responsive { margin-top: 170px; }

.linkBox .link.corporate { margin-top: 140px; }

.linkBox .link:before { position: absolute; top: 40px; left: 0; display: block; width: 100%; height: calc(100% - 40px); border-radius: 5px; background-color: transparent; content: ''; box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25); transition: 1s; }

.linkBox .link:after { position: absolute; top: 50%; left: 50%; display: none; opacity: 0.1; width: 82px; height: 83px; border-radius: 5px; background: url('../images/plus.png') no-repeat; background-size: cover; transform: translate(-50%, -50%); content: ''; }

.linkBox .link:hover:before { top: 0; height: 100%; background-image: linear-gradient(to bottom, rgba(95, 186, 142, 1) 0%, rgba(30, 167, 180, 1) 100%); transition: 1s; }

.linkBox .link:hover:after { display: block; }

.linkBox .text { position: relative; z-index: 1; }

.linkBox .link h2 { margin-top: 8px; font-size: 36px; line-height: 48px; }

.linkBox .link img { margin-left: 5px; }

.linkBox .link p { margin-top: 30px; margin-bottom: 0; display: none; line-height: 30px; transition: 1s; }

.linkBox .link:hover p { display: block; transition: 1s; }

.linkBox .service-tablet { display: none; }

.linkBox .service-phone { display: none; }

.linkBox a { color: #fff; text-decoration: none; }



/* ### device box ### */

.deviceBox { padding-top: 138px; padding-bottom: 50px; position: relative; width: 100%; min-height: 750px; }

.deviceBox:before { margin-left: -821px; position: absolute; top: 0; left: 50%; display: block; width: 60000px; height: 100%; border-radius: 5px 0 0 5px; background-color: #e0e0df; content: ''; box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25); }

.deviceBox:after { position: absolute; top: 0; left: 184px; mix-blend-mode: darken; display: block; width: 1372px; height: 590px; background: url('../images/back-logo-outline.png') right bottom no-repeat; content: ''; }

.deviceBox .container { position: relative; z-index: 1; }

.deviceBox .image { margin-top: 9px; margin-left: -254px; }

.deviceBox h2 { margin-bottom: 34px; margin-left: -5px; padding-bottom: 22px; position: relative; z-index: 1; font-size: 36px; font-weight: 500; line-height: 48px; color: #2c2c2c; }

.deviceBox h2:after { position: absolute; bottom: 0; left: 5px; display: block; width: 73px; height: 3px; background-color: #2c2c2c; content: ''; }

.deviceBox p { margin-bottom: 30px; line-height: 2; color: #2c2c2c; }

.deviceBox p a { color: #2c2c2c; }

.deviceBox p a:hover { color: #2c2c2c; text-decoration: none; }



/* ### expand box ### */

.expandBox { margin-top: 98px; margin-bottom: 136px; width: 100%; }

.expandBox .content { padding-left: 200px; }

.expandBox h2 { margin-bottom: 34px; margin-left: -5px; padding-bottom: 22px; position: relative; z-index: 1; font-size: 36px; font-weight: 500; line-height: 48px; color: #fff; }

.expandBox h2:after { position: absolute; bottom: 0; left: 5px; display: block; width: 73px; height: 3px; background-color: #fff; content: ''; }

.expandBox p { margin-bottom: 30px; line-height: 2; color: #fff; }

.expandBox .text { padding-top: 40px; }

.expandBox .image { margin-left: -43px; position: relative; }

.expandBox .image img { position: relative; z-index: 6; width: 816px; height: 506px; }

.expandBox .image:before,

.expandBox .image:after { position: absolute; display: block; content: ''; }

.expandBox .image:before { top: -174px; right: -455px; z-index: 3; width: 719px; height: 773px; background: url('../images/big-u.png') no-repeat; background-size: cover; }

.expandBox .image:after { top: -196px; right: -389px; width: 749px; height: 841px; background: url('../images/u-transparent.png') no-repeat; }

.expandBox .u-shape { position: absolute; top: -236px; right: -389px; z-index: 2; display: block; width: 749px; height: 138px; background: url('../images/u-shape.png') no-repeat; }



/* ### expand box rest ### */

.expandBoxRest { margin-top: 98px; margin-bottom: 136px; width: 100%; }

.expandBoxRest .content { padding-left: 200px; }

.expandBoxRest h2 { margin-bottom: 34px; margin-left: -5px; padding-bottom: 22px; position: relative; z-index: 1; font-size: 36px; font-weight: 500; line-height: 48px; color: #fff; }

.expandBoxRest h2:after { position: absolute; bottom: 0; left: 5px; display: block; width: 73px; height: 3px; background-color: #fff; content: ''; }

.expandBoxRest p { margin-bottom: 30px; line-height: 2; color: #fff; }

.expandBoxRest .text { padding-top: 40px; }

.expandBoxRest .image { margin-left: -43px; position: relative; }

.expandBoxRest .image img { position: relative; z-index: 6; width: 816px; height: 506px; }

.expandBoxRest .image:before,

.expandBoxRest .image:after { position: absolute; display: block; content: ''; }



/* ### hosting box ### */

.hostingBox { padding-top: 140px; padding-bottom: 50px; position: relative; width: 100%; min-height: 664px; overflow: hidden; }

.hostingBox:before { margin-right: -307px; position: absolute; top: 0; right: 50%; display: block; width: 60000px; height: 100%; border-radius: 0 5px 5px 0; background-color: #e0e0df; content: ''; box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25); }

.hostingBox:after { position: absolute; bottom: -369px; left: -178px; display: block; width: 1440px; height: 774px; background: url('../images/back-logo-outline.png') left top no-repeat; content: ''; }

.hostingBox .container { position: relative; z-index: 1; }

.hostingBox h2 { margin-bottom: 34px; margin-left: -5px; padding-bottom: 22px; position: relative; z-index: 1; font-size: 36px; font-weight: 500; line-height: 48px; color: #2c2c2c; }

.hostingBox h2:after { position: absolute; bottom: 0; left: 5px; display: block; width: 73px; height: 3px; background-color: #2c2c2c; content: ''; }

.hostingBox p { line-height: 2; color: #2c2c2c; }

.hostingBox p a { color: #2c2c2c; }

.hostingBox p a:hover { color: #2c2c2c; text-decoration: none; }

.hostingBox .button-base { padding-top: 35px; }

.hostingBox + .discoverBox, .deviceBox + .discoverBox, .expandBox + .discoverBox { margin-top: 134px; }



/* ### discover box ### */

.discoverBox { width: 100%; }

.discoverBox h2 { margin-bottom: 34px; margin-left: -5px; padding-bottom: 22px; position: relative; z-index: 1; font-size: 36px; font-weight: 400; line-height: 48px; color: #fff; }

.discoverBox h2:after { position: absolute; bottom: 0; left: 5px; display: block; width: 73px; height: 3px; background-color: #fff; content: ''; }

.discoverBox .slider { margin-top: 68px; margin-left: -18px; max-width: 1100px; }

.discoverBox .list { margin-right: 2px; display: block; text-align: center; }

.discoverBox .list a { line-height: 20px; color: #fff; }

.discoverBox .list a:hover { text-decoration: none; }

.discoverBox .list img { margin: 0 auto 25px; }



/* ### projecten box ### */

.projectenBox { margin-top: 158px; position: relative; z-index: 2; width: 100%; }

.projectenBox .content { padding-right: 29px; padding-left: 47px; }

.projectenBox .project { margin-left: 43px; padding: 25px 25px 70px; position: relative; width: 280px; }

.projectenBox .project:before { position: absolute; top: 42px; left: 0; display: block; width: 100%; height: calc(100% - 40px); border-radius: 5px; background-color: transparent; content: ''; box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25); transition: 1s; }

.projectenBox .project:after { position: absolute; top: 50%; left: 50%; display: none; opacity: 0.1; width: 82px; height: 83px; border-radius: 5px; background: url('../images/plus.png') no-repeat; background-size: cover; transform: translate(-50%, -50%); content: ''; }

.projectenBox .project:hover:before { top: 0; height: 100%; background-image: linear-gradient(to bottom, rgba(95, 186, 142, 1) 0%, rgba(30, 167, 180, 1) 100%); transition: 1s; }

.projectenBox .project:hover:after { display: block; }

.projectenBox .project { display: block; color: #fff; text-decoration: none; }

.projectenBox h2 { position: relative; z-index: 1; font-size: 36px; font-weight: 400; line-height: 1.2; }

.projectenBox h2 span { display: none; }

.projectenBox .name { position: relative; z-index: 1; font-size: 18px; }

.projectenBox .project-icon { position: absolute; right: 30px; bottom: 34px; z-index: 1; display: flex; align-items: center; justify-content: flex-end; }

.projectenBox .project-icon img { margin-left: 17px; height: 29px; filter: brightness(0) invert(1); }

.projectenBox .first { margin-top: 130px; min-height: 320px; }

.projectenBox .second { margin-top: 0; min-height: 400px; }

.projectenBox .third { margin-top: 100px; min-height: 320px; }

.projectenBox .forth { margin-top: 10px; min-height: 360px; }

.projectenBox .project:hover h2 span { display: inline-block; }

.projectenBox .row-bottom { margin-top: 2px; }

.projectenBox .row-bottom .first { margin-top: 38px; }

.projectenBox .row-bottom .third { margin-top: 18px; }

.projectenBox .row-bottom .forth { margin-top: -32px; }

.projectenBox .slick-slide { padding: 0 30px 30px; }

.projectenBox .slick-dots { margin: 10px 0 0; padding: 0; display: none; align-items: center; justify-content: center; width: 100%; list-style: none; }

.projectenBox .slick-dots li { margin: 0 12px; }

.projectenBox .slick-dots li button { padding: 0; display: block; width: 5px; height: 5px; text-indent: -9999px; border: 2px solid transparent; border-radius: 50%; background-color: #fff; outline: none; }

.projectenBox .slick-dots li.slick-active button { width: 9px; height: 9px; border-color: #fff; background-color: transparent; }

.projectenBox .button-base { margin-top: 59px; display: flex; justify-content: flex-end; width: 100%; }

.projectenBox .btn { margin-right: 12.7%; }

.projectenBox .desktop { display: none; }

.projectenBox .tablet { display: none; }

.projectenBox .phone { margin-left: -30px; display: none; width: 320px; }

.projectenBox + .accountBox { margin-top: 157px; }



.projectenBox .row > div:nth-child(1) > .project { margin-top: 130px; min-height: 320px; }

.projectenBox .row > div:nth-child(2) > .project { margin-top: 0; min-height: 400px; }

.projectenBox .row > div:nth-child(3) > .project { margin-top: 100px; min-height: 320px; }

.projectenBox .row > div:nth-child(4) > .project { margin-top: 10px; min-height: 360px; }

.projectenBox .row > div:nth-child(5) > .project { margin-top: 38px; min-height: 320px; }

.projectenBox .row > div:nth-child(6) > .project { margin-top: 0px; min-height: 400px; }

.projectenBox .row > div:nth-child(7) > .project { margin-top: 18px;; min-height: 320px; }

.projectenBox .row > div:nth-child(8) > .project { margin-top: -32px; min-height: 360px; }



.projectenBox .row > div:nth-child(10) > .project { margin-top: 38px; min-height: 320px; }

.projectenBox .row > div:nth-child(9) > .project { margin-top: 10; min-height: 400px; }

.projectenBox .row > div:nth-child(12) > .project { margin-top: 100px; min-height: 320px; }

.projectenBox .row > div:nth-child(11) > .project { margin-top: 0; min-height: 360px; }

.projectenBox .row > div:nth-child(14) > .project { margin-top: 38px; min-height: 320px; }

.projectenBox .row > div:nth-child(13) > .project { margin-top: 0px; min-height: 400px; }

.projectenBox .row > div:nth-child(16) > .project { margin-top: 18px;; min-height: 320px; }

.projectenBox .row > div:nth-child(15) > .project { margin-top: -32px; min-height: 360px; }





.projectBox .row > div:nth-child(1) > .project { margin-top: 130px; min-height: 320px; }

.projectBox .row > div:nth-child(2) > .project { margin-top: 0; min-height: 400px; }

.projectBox .row > div:nth-child(3) > .project { margin-top: 100px; min-height: 320px; }

.projectBox .row > div:nth-child(4) > .project { margin-top: 10px; min-height: 360px; }



/* ### restaurant box ### */

.restaurantBox { padding-top: 20px; position: relative; z-index: 2; width: 100%; }

.restaurantBox .container { position: relative; z-index: 1; }

.restaurantBox .phone { margin-top: 78px; margin-left: -599px; }

.restaurantBox h2 { margin-bottom: 65px; margin-left: -5px; padding-bottom: 22px; position: relative; z-index: 1; font-size: 60px; font-weight: 500; line-height: 60px; color: #fff; }

.restaurantBox h2:after { position: absolute; bottom: 0; left: 5px; display: block; width: 73px; height: 3px; background-color: #fff; content: ''; }

.restaurantBox p { margin-bottom: 30px; line-height: 2; color: #fff; }

.restaurantBox .button-base { padding-top: 20px; }

.restaurantBox .list.mobile { display: none; }

.restaurantBox .list { margin: 202px 0 0 50px; padding: 0; list-style: none; }

.restaurantBox .list li { padding: 13px 0 14px; }

.restaurantBox .list li img { margin-right: 20px; width: 38px; height: 38px; filter: brightness(0) invert(1); }

.restaurantBox .list li a { display: flex; align-items: center; opacity: 0.1; color: #fff; transition: 1s; }

.restaurantBox .list li a:hover { opacity: 1; text-decoration: none; }

.restaurantBox .container:after { position: absolute; right: -48px; bottom: -460px; z-index: 6; display: block; width: 124px; height: 760px; background-image: linear-gradient(45deg, rgba(30, 167, 180, 1) 0%, rgba(95, 186, 142, 1) 100%); transform: skew(-21deg) translateY(0%); content: ''; box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25); }

.restaurantBox + .customerBox { margin-top: 130px; }



/* ### customer box ### */

.customerBox { padding-top: 138px; padding-bottom: 50px; position: relative; width: 100%; min-height: 830px; }

.customerBox:before { margin-left: -820px; position: absolute; top: 0; left: 50%; display: block; width: 60000px; height: 100%; border-radius: 5px 0 0 5px; background-color: #e0e0df; content: ''; box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25); }

.customerBox:after { margin-left: -820px; position: absolute; bottom: 0; left: 50%; mix-blend-mode: darken; display: block; width: 1777px; height: 451px; background: url('../images/back-logo-outline.png') left -63px top no-repeat; content: ''; }

.customerBox .container { position: relative; z-index: 1; }

.customerBox .content { padding-left: 159px; }

.customerBox h2 { margin-top: 5px; margin-bottom: 40px; margin-left: -4px; position: relative; z-index: 1; font-size: 36px; font-weight: 500; color: #2c2c2c; }

.customerBox p { margin-bottom: 30px; line-height: 2; color: #2c2c2c; }

.customerBox .button-base { padding-top: 21px; }

.customerBox .customer-image { margin-bottom: -173px; padding-top: 90px; padding-left: 127px; position: relative; width: 100%; }

.customerBox .js-customer-slider { width: 590px; }

/* .customerBox .slick-list { padding: 40px; } */

.customerBox .slick-slide { overflow: hidden; border-radius: 5px; box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25); }

.customerBox .image { position: absolute; display: block; overflow: hidden; border-radius: 5px; box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25); }

.customerBox .image.first { top: 40px; left: 17px; }

.customerBox .image.second { position: absolute; top: 130px; left: 167px; z-index: 1; }

.customerBox .image.third { top: -178px; left: 527px; }

.customerBox .slick-dots { margin: 0; padding: 0; position: absolute; bottom: 173px; left: -120px; z-index: 3; display: flex; align-items: center; justify-content: center; width: 150px; list-style: none; }

.customerBox .slick-dots li { margin: 0 12px; }

.customerBox .slick-dots li button { padding: 0; display: block; width: 5px; height: 5px; text-indent: -9999px; border: 2px solid transparent; border-radius: 50%; background-color: #fff; outline: none; }

.customerBox .slick-dots li.slick-active button { width: 9px; height: 9px; border-color: #fff; background-color: transparent; }

.customerBox .bg { position: absolute; top: -570px; right: 79px; z-index: 1; display: none; width: 124px; height: 760px; background-image: linear-gradient(45deg, rgba(30, 167, 180, 1) 0%, rgba(95, 186, 142, 1) 100%); transform: skew(-21deg) translateY(0%); content: ''; box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25); }

.customerBox + .projectBox { margin-top: 237px; }



/* ### footer container ### */

#footerCntr { margin-top: 110px; position: relative; z-index: 1; width: 100%; overflow: hidden; }

#footerCntr:before,

#footerCntr:after { position: absolute; display: block; content: ''; }

#footerCntr:before { top: 0; left: -38.35%; width: 100%; height: 1px; background-color: rgba(255, 255, 255, 0.05); }

#footerCntr:after { bottom: -361px; left: -674px; width: 1840px; height: 774px; background: url('../images/footer-logo-outline.png') no-repeat; background-size: cover; }



/* ### footer box ### */

.footerBox { margin-top: 110px; position: relative; z-index: 1; width: 100%; }

.footerBox .main { margin-bottom: 122px; }

.footerBox .main:last-child { margin-bottom: 0; }

.footerBox address { margin-bottom: 30px; line-height: 2; }

.footerBox address a { color: #fff; }

.footerBox address a:hover { text-decoration: none; }

.footerBox input[type='text'] { padding: 0 15px; width: 100%; height: 50px; font-size: 13px; color: #fff; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 5px; background: transparent; }

.footerBox input[type='text']::placeholder,

.footerBox textarea::placeholder { color: #fff; }

.footerBox select { padding: 0 15px; width: 100%; height: 50px; font-size: 13px; color: #fff; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 5px; background: url('../images/select-arrow.png') right 16px center no-repeat; -webkit-appearance: none; }

.footerBox textarea { padding: 12px 15px; width: 100%; height: 120px; font-size: 13px; color: #fff; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 5px; background: transparent; }

.footerBox h2 { margin-bottom: 39px; font-size: 24px; font-weight: 400; color: #fff; }

.footerBox ul { margin: 0; padding: 0; list-style: none; }

.footerBox li { display: flex; align-items: center; width: 100%; font-size: 15px; font-weight: 400; line-height: 30px; }

.footerBox li a { color: #fff; }

.footerBox li a:hover { text-decoration: none; }

.footerBox li .fab { font-size: 22px; border-radius: 5px; overflow: hidden; }

.footerBox .social h2 { margin-bottom: 28px; }

.footerBox .link h2 { margin-bottom: 28px; }



/* ### copyright box ### */

.copyrightBox { margin-top: 58px; margin-bottom: 65px; position: relative; z-index: 1; width: 100%; font-size: 13px; color: #fff; }

.copyrightBox a:hover { text-decoration: none; }


/* ### news box ### */

.news-box {
	position: relative;
	display: block;
	height: calc(100% - 45px);
	padding: 25px;
	text-decoration: none!important;
}

.news-box:before {
	position: absolute;
	top: 42px;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100% - 40px);
    border-radius: 5px;
    background-color: transparent;
    content: '';
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 25%);
    transition: 1s;
}

.news-box:hover:before {
	top: 0;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(95, 186, 142, 1) 0%, rgba(30, 167, 180, 1) 100%);
    transition: 1s;
}

.news-box img {
	position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 5px;
	margin-bottom: 25px;
}

.news-box h3 {
	position: relative;
    z-index: 1;
}

.news-box:hover h3 {
	text-decoration: none;
}

.menuBox:not(.mm-menu) ul { padding: 0; }

.customerBox p {margin-bottom: 0;}


/* #Media Queries

================================================== */

@media only screen and (max-width: 1740px) {

	.helloBox:before { margin-left: 0; left: 70px; }

	.helloBox:after { right: inherit; left: 140px; }

	.serviceBox:before { margin-right: 0; right: 70px; }

	.serviceBox:after { right: 70px; left: inherit; }

	.deviceBox:before { margin-left: 0; left: 70px; }

	.deviceBox:after { right: inherit; left: 140px; }

	.customerBox:before { margin-left: 0; left: 70px; }

	.customerBox:after { margin-left: 0; right: inherit; left: 140px; }

}



@media only screen and (max-width: 1539px) {

	.helloBox:before { margin-left: 0; left: 30px; }

	.helloBox:after { right: inherit; left: 75px; }

	.deviceBox:before { margin-left: 0; left: 30px; }

	.deviceBox:after { right: inherit; left: 75px; }

	.customerBox:before { margin-left: 0; left: 30px; }

	.customerBox:after { right: inherit; left: 75px; }

}



@media only screen and (max-width: 1439px) {

	.container { padding-right: 50px; padding-left: 50px; max-width: 1200px; }

	.backgroundBox { height: 865px; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 78%); }

	.sliderBox .js-banner-slider { margin-left: -406px; }

	.sliderBox .phone { margin-left: -13px; }

	.sliderBox .text { margin-left: 0; position: absolute; top: 0; right: 50px; }

	.sliderBox .slick-dots { right: 50px; }

	.sliderBox .text h2 { margin-bottom: 28px; }

	.specialtiesBox .content:after { right: 218px; }

	.specialtiesBox .slick-prev { left: -50px; }

	.helloBox { padding-top: 98px; min-height: 870px; }

	.helloBox .content { padding-left: 125px; }

	.helloBox:before { left: 70px; }

	.helloBox:after { right: inherit; left: 229px; height: 711px; }

	.helloBox .main { justify-content: space-between; }

	.helloBox .left { flex: 0 0 45%; max-width: 45%; }

	.helloBox .right { flex: 0 0 51%; max-width: 51%; }

	.helloBox .btn span { display: none; }

	.helloBox .btn .mob { display: inline; }

	.projectBox h3 { margin-left: 38px; }

	.projectBox .desktop-large { display: none; }

	.projectBox .desktop { padding-left: 15px; display: block; max-width: 950px; }

	.projectBox .project { margin-left: 0; }

	.projectBox .btn { margin-right: 40px; }

	.accountBox .text { padding-top: 177px; padding-left: 75px; position: relative; width: 620px; }

	.accountBox .text:before { top: -31px; left: -274px; }

	.accountBox .text:after { left: -12px; }

	.accountBox .image { margin-top: 21px; margin-left: -127px; }

	.accountBox .image img { width: 860px; }

	.accountBox .new-account { justify-content: flex-start; }

	.accountBox .account-logo { margin-right: 48px; margin-left: 117px; }

	.accountBox + .workBox { margin-top: 158px; }

	.accountBox + .serviceBox { margin-top: 160px; }

	.workBox h2 { margin-left: 12.3%; }

	.serviceBox { padding-top: 98px; min-height: 870px; }

	.serviceBox .slider { max-width: 1098px; }

	.linkBox .service-desktop { padding-left: 0; }

	.linkBox .link { width: 337px; }

	.welcomeBox + .deviceBox { margin-top: 129px; }

	.deviceBox:before { left: 70px; }

	.deviceBox:after { left: 122px; }

	.deviceBox .image { margin-left: -313px; }

	.expandBox .content { padding-left: 162px; }

	.expandBox .image { margin-left: -60px; }

	.expandBox .image:before { right: -556px; }

	.expandBox .image:after { right: -490px; }

	.expandBox .u-shape { display: none; }

	.expandBoxRest .content { padding-left: 162px; }

	.expandBoxRest .image { margin-left: -60px; }

	.expandBoxRest .image:before { right: -556px; }

	.expandBoxRest .image:after { right: -490px; }

	.expandBoxRest .u-shape { display: none; }

	.hostingBox { padding-top: 100px; min-height: 584px; }

	.hostingBox:before { margin-right: 0; right: 70px; }

	.hostingBox:after { right: 69px; left: inherit; }

	.projectenBox { margin-top: 138px; }

	.projectenBox .desktop-large { display: none; }

	.projectenBox .desktop { padding-left: 15px; display: block; max-width: 950px; }

	.projectenBox .project { margin-left: 0; }

	.restaurantBox .phone { margin-top: 99px; margin-left: -391px; }

	.restaurantBox .phone img { height: 476px; }

	.restaurantBox .text { width: 115%; }

	.restaurantBox .list { margin: 2px 0 0; }

	.restaurantBox .list li { display: flex; justify-content: flex-end; }

	.restaurantBox .list li a { margin-right: 15px; }

	.restaurantBox .list li a span { display: none; }

	.restaurantBox .container:after { right: 87px; bottom: -497px; }

	.restaurantBox + .customerBox { margin-top: 167px; }

	.customerBox { padding-top: 118px; }

	.customerBox .content { padding-left: 40px; }

	.customerBox:before { right: 70px; left: inherit; border-radius: 0 5px 5px 0; }

	.customerBox:after { right: 285px; left: inherit; }

	.customerBox .customer-image { padding-top: 111px; padding-left: 57px; }

	.customerBox .image img { width: 100%; height: auto; }

	.customerBox .image.first { top: 57px; left: -18px; width: 320px; }

	.customerBox .image.third { top: -138px; left: 375px; width: 360px; }

	.customerBox .slick-dots { left: -90px; justify-content: left; }

	#footerCntr:after { left: -900px; }

	.footerBox .main { justify-content: space-between; }

	.footerBox .right { flex: 0 0 72.5%; max-width: 72.5%; }

}



@media only screen and (max-width: 1199px) {
	.menuBox:not(.mm-menu) ul li { margin-left: 41px; }

	.container { padding-right: 40px; padding-left: 40px; max-width: 980px; }

	.backgroundBox { height: 845px; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 82%); -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 82%); }

	.sliderBox .js-banner-slider { margin-left: -446px; width: 1391px; }

	.sliderBox .text { top: -30px; right: 60px; width: 100%; }

	.sliderBox .slick-slide .phone img  { max-width: 850px; }
	.sliderBox .slick-dots { top: -35px; right: 65px; }

	.specialtiesBox .content { padding-left: 50px; }

	.specialtiesBox .js-specialties-slider { width: 480px; }

	.helloBox { padding-top: 87px; min-height: 920px; }

	.helloBox:before { left: 66px; }

	.helloBox:after { left: 225px; height: 761px; }

	.helloBox .main { justify-content: space-between; }

	.helloBox .left { flex: 0 0 100%; max-width: 100%; }

	.helloBox .right { flex: 0 0 100%; max-width: 100%; }

	.helloBox .content { padding-left: 120px; }

	.helloBox p { margin-bottom: 30px; }

	.accountBox .text { padding-left: 58px; width: 596px; }

	.accountBox .text:before { left: -294px; }

	.accountBox .text:after { left: -35px; }

	.accountBox .btn { padding-right: 12px; padding-left: 12px; }

	.accountBox .image { margin-left: -67px; }

	.workBox h2 { margin-left: 15.2%; }

	.welcomeBox .text { width: 100%; max-width: 100%; }

	.welcomeBox p { column-count: 1; }

	.serviceBox { min-height: 810px; }

	.serviceBox:before { right: 0; border-radius: 0; }

	.serviceBox:after { right: -149px; }

	.serviceBox .slider { max-width: 840px; }

	.linkBox { margin-top: 10px; }

	.linkBox .service-desktop { display: none; }

	.linkBox .service-tablet { display: block; }

	.linkBox .link { width: 100%; }

	.welcomeBox + .deviceBox { margin-top: 139px; }

	.deviceBox:before { left: 0; border-radius: 0; }

	.deviceBox .image { margin-top: 13px; margin-left: -310px; }

	.deviceBox .image img { max-height: 550px; max-width: 700px; }

	.expandBox { margin-bottom: 131px; }

	.expandBox .content { padding-left: 61px; }

	.expandBox .image:before { right: -616px; }

	.expandBox .image:after { right: -550px; }

	.expandBox .image { margin-left: -110px; padding-top: 55px; }

	.expandBox .image img { width: 734px; height: 456px; }

	.expandBoxRest { margin-bottom: 131px; }

	.expandBoxRest .content { padding-left: 61px; }

	.expandBoxRest .image:before { right: -616px; }

	.expandBoxRest .image:after { right: -550px; }

	.expandBoxRest .image { margin-left: -110px; padding-top: 55px; }

	.expandBoxRest .image img { width: 734px; height: 456px; }

	.hostingBox:before { right: 66px; }

	.hostingBox:after { right: 64px; }

	.discoverBox .slider { max-width: 840px; }

	.projectenBox { margin-top: 128px; }

	.projectenBox .content { padding-right: 0; padding-left: 0; }

	.projectenBox .desktop { padding-left: 0; }

	.restaurantBox .phone { margin-top: 146px; margin-left: -310px; }

	.restaurantBox .phone img { height: 380px; }

	.restaurantBox .container:after { right: 77px; bottom: -467px; }

	.customerBox:before { right: 66px; }

	.customerBox .content { padding-left: 0; }

	.customerBox:after { right: 281px; }

	.customerBox .customer-image { padding-top: 131px; padding-left: 63px; }

	.customerBox .js-customer-slider { width: 540px; }

	.customerBox .js-customer-slider img { width: 100%; }

	.customerBox .image.first { top: 87px; left: 0; width: 288px; }

	.customerBox .image.third { top: -88px; left: 354px; width: 324px; }

	.customerBox .slick-dots { bottom: 130px; }

	.projectBox { margin-top: 128px; }

	.projectBox .content { padding-right: 0; padding-left: 0; }

	.projectBox .desktop { padding-left: 0; }

	.projectBox .project { margin-left: 0; }

	.projectBox h3 { margin-left: -12px; }

	#footerCntr:after { right: 55px; left: inherit; }

	.footerBox li span { display: none; }

	.copyrightBox { margin-bottom: 45px; }

}

@media only screen and (max-width: 991px) {
	.expandBoxRest .image { margin-left: 0;margin-top: -171px;position: relative;right: -198px;}

	.projectenBox .row > div:nth-child(8) > .project {margin-top: 50px;}


	.mobile-menu ul {width: 100%; max-width: 768px; padding: 0 34px;}

	div.mobile-menu { display:block !important; padding-left:0; padding-right: 0; }
	
	#headerCntr .mobileMenu { display: block; }

	.mobile-menu ul li .mobile-drop {padding: 0 34px;}

	.container { padding-right: 34px; padding-left: 34px; max-width: 768px; }

	#headerCntr { margin-bottom: 96px; }

	.menuBox:not(.mm-menu) ul { padding: 0; }

	.menuBox:not(.mm-menu) ul li { margin-left: 41px; }

	.menuBox:not(.mm-menu) ul li:first-child { margin-left: 0; }
	
	.menuBox:not(.mm-menu) { display: none; }

	.sliderBox .js-banner-slider { margin-left: -479px; width: 1178px; }

	.sliderBox .phone { margin-top: 139px; margin-left: 0; }

	.sliderBox .text { right: 15px; }

	.sliderBox .slick-dots { right: 20px; }

	.specialtiesBox { margin-top: 59px; }

	.specialtiesBox .content { padding-left: 30px; }

	.specialtiesBox .content:after { right: 160px; }

	.specialtiesBox .js-specialties-slider { width: 410px; }

	.helloBox { min-height: 920px; }

	.helloBox:before { left: 0; border-radius: 0; }

	.helloBox:after { left: 152px; }

	.helloBox .content { padding-left: 20px; }

	.accountBox .text { padding-left: 110px; width: 100%; }

	.accountBox .text:before { left: -244px; }

	.accountBox .text:after { left: 15px; }

	.accountBox .text h2:after { display: none; }

	.accountBox + .workBox { margin-top: 305px; }

	.workBox h2 { margin-left: 35px; }

	.workBox .image { width: 260px; }

	.welcomeBox { padding-top: 50px; }

	.serviceBox:after { right: -261px; }

	.linkBox { margin-top: 0; }

	.linkBox .link { width: 100%; }

	.linkBox .link h2 { font-size: 32px; line-height: 44px; }

	.deviceBox:after { left: -94px; }

	.deviceBox .image { margin-left: -340px; }

	.expandBox .image:before { right: -586px; }

	.expandBox .image:after { right: -520px; }

	.expandBox .content { padding-left: 52px; }

	.expandBoxRest .image:before { right: -586px; }

	.expandBoxRest .image:after { right: -520px; }

	.expandBoxRest .content { padding-left: 52px; }

	.hostingBox:before { right: 0; border-radius: 0; }

	.hostingBox:after { right: -48px; }

	.discoverBox .slider { width: 100%; max-width: inherit; }

	.projectenBox { margin-top: 147px; }

	.projectenBox .desktop { display: none; }

	.projectenBox .tablet { display: block; }

	.projectBox .project { width: 100%; }

	.projectenBox .project { width: 100%; }

	.projectenBox .btn { margin-right: 10%; }

	.projectBox h3 { margin-left: 37px; }

	.projectBox h3:after { margin-left: 40px; }

	.projectBox .desktop { display: none; }

	.projectBox .tablet { display: block; }

	.projectBox .btn { margin-right: 10%; }

	.restaurantBox { padding-top: 55px; }

	.restaurantBox h2 { margin-bottom: 60px; }

	.restaurantBox .text { width: 100%; }

	.restaurantBox .list.mobile { margin: 0; position: absolute; top: -2px; right: 10px; display: block; }

	.restaurantBox .phone { margin-top: 303px; margin-left: -410px; }

	.restaurantBox .phone img { height: 380px; }

	.restaurantBox .btn span { display: none; }

	.restaurantBox .container:after { right: 10px; bottom: -447px; }

	.restaurantBox + .customerBox { margin-top: 147px; }

	.customerBox { min-height: 750px; }

	.customerBox:before { right: 0; border-radius: 0; }

	.customerBox:after { right: 277px; }

	.customerBox .customer-image { margin-bottom: -130px; padding-left: 0; }

	.customerBox .image.first { display: none; }

	.customerBox .image.third { left: 197px; }

	.customerBox .btn span { display: none; }

	.customerBox .js-customer-slider { margin-left: -13px; }

	.footerBox h2 span { display: none; }

	.footerBox .left { flex: 0 0 30%; max-width: 30%; }

	.footerBox .right { flex: 0 0 70%; max-width: 70%; }

	#footerCntr:after { right: -55px; left: inherit; }

	.footerBox li { font-size: 11px; }

	.copyrightBox span { display: none; font-size: 12px; }

	.discoverBox {margin-top: 134px;}

}



@media only screen and (max-width: 767px) {

	.mobile-menu ul li .mobile-drop {padding: 0}

	.mobile-menu ul {width: 260px; max-width: unset; padding: 0;}

	#mainCntr:before {left: -290px; top: -37px;}

	.projectBox .slick-slide {padding: 0 15px 30px;}
	.projectenBox .slick-slide {padding: 0 15px 30px;}

	.linkBox .link.responsive {margin-top:0;}

	.linkBox .link {margin-top:20px;}

	.linkBox .link.corporate{margin-top:0;}

	.welcomeBox a {margin-bottom: 0;}

	.container { padding-right: 30px; padding-left: 30px; max-width: 320px; }

	.btn { padding-right: 6px; padding-left: 6px; width: 100%; text-align: center; }

	.btn + .btn { margin-top: 20px; margin-left: 0; }

	#headerCntr { margin-bottom: 57px; }

	.menuBox:not(.mm-menu) { display: none; }

	#headerCntr .mobileMenu { display: block; }

	.sliderBox .js-banner-slider { margin-left: -242px; width: 600px; }

	.sliderBox .js-banner-slider .slick-slide .btn { width: 80%; }

	.sliderBox .phone { margin-top: 0; }

	.sliderBox .phone img { width: 100%; }

	.sliderBox .slick-list { padding-top: 0; }

	.sliderBox .text { margin-left: 215px; position: relative; top: -20px; right: inherit; width: 320px; text-align: center; }

	.sliderBox .text h2 { font-size: 36px; line-height: 48px; }

	.sliderBox .slick-dots { margin-top: 15px; margin-left: 241px; position: relative; top: inherit; right: inherit; display: flex; justify-content: center; width: 260px; }

	.sliderBox .slick-dots li { margin: 0 10px; }

	.specialtiesBox { margin-top: 163px; margin-bottom: 73px; }

	.specialtiesBox .content { padding-left: 10px; display: block; }

	.specialtiesBox .content:after { right: 185px; transform: skew(-21deg) translateY(-46%); }

	.specialtiesBox .content .button { margin-top: 22px; margin-left: 50%; display: inline-block; transform: translateX(-50%); }

	.specialtiesBox .fa-long-arrow-right { opacity: 0.3; }

	.specialtiesBox .js-specialties-slider { width: 260px; }

	.specialtiesBox .slick-prev { top: inherit; right: inherit; bottom: -90px; left: 28%; transform: translate(-50%, 0); }

	.specialtiesBox .slick-next { top: inherit; right: inherit; bottom: -90px; left: 47%; transform: translate(-50%, 0); }

	.helloBox { padding-top: 254px; padding-bottom: 216px; }

	.helloBox .content { padding-left: 0; }

	.helloBox:after { top: 159px; left: 32px; }

	.helloBox h2 { font-size: 47px; }

	.helloBox .btn { margin-top: 20px; width: 100%; }

	.helloBox .btn .mob { display: none; }

	.helloBox + .projectBox { margin-top: -118px; }
	.helloBox + .projectBox .container { padding: 0;}
	.helloBox + .projectBox .slick-list { padding: 0 30px;}


	.projectBox h3 { margin: 0 0 23px 10px; }

	.projectBox .tablet { display: none; }

	.projectBox .phone { display: block; }

	.projectBox .project { min-height: 320px; }

	.projectBox .slick-dots { display: flex; }

	.projectBox .button-base { display: none; }

	.projectBox .button-base.project-btn { display: flex; justify-content: flex-end; }

	.projectBox .button-base.project-btn .btn { padding-right: 20px; padding-left: 20px; width: auto; }

	.projectBox .btn { margin-right: 0; }

	.projectBox.home-project .button-base { display: flex; justify-content: center; }

	.projectBox.home-project .btn { padding-right: 20px; padding-left: 20px; width: auto; }

	.projectBox .slick-list { overflow: visible; }

	.accountBox .text:after { top: 30%; left: 0; }

	.accountBox .text:before { top: 0; left: -102px; width: 300px; height: 320px; }

	.accountBox .text { padding-top: 191px; padding-left: 0; }

	.accountBox .text h2 { margin-bottom: 49px; width: 103%; font-size: 30px; line-height: 42px; }

	.accountBox .text h2:after { display: none; }

	.accountBox .account-logo { display: none; }

	.accountBox .account-logo-mob { display: block; }

	.accountBox .btn span { display: none; }

	.accountBox + .workBox { margin-top: 180px; }

	.workBox .slick-dots { display: flex; }

	.workBox .image { margin-right: 0; width: 100%; }

	.welcomeBox { padding-top: 45px; }

	.welcomeBox h1 { font-size: 38px;}

	.welcomeBox .btn span { display: none; }

	.serviceBox { min-height: 920px; }

	.serviceBox h2 { font-size: 48px; }

	.serviceBox .btn span { display: none; }

	.serviceBox:after { right: -461px; }

	.serviceBox .slider { margin-top: 84px; margin-left: 0; }

	.linkBox .service-tablet { display: none; }

	.linkBox .service-phone { display: block; }

	.linkBox .link h2 { font-size: 24px; line-height: 30px; }

	.welcomeBox + .deviceBox { margin-top: 80px; }

	.deviceBox { padding-top: 0; }

	.deviceBox:after { left: -318px; }

	.deviceBox .image { margin-top: 20px; margin-left: -185px; }

	.deviceBox .image img { height: 305px; }

	.expandBox { margin-top: 70px; margin-bottom: 10px; }

	.expandBox .content { padding-left: 0; }

	.expandBox .btn { margin-top: 20px; }

	.expandBox .btn span { display: none; }

	.expandBox .image { margin-left: -110px; padding-top: 217px; }

	.expandBox .image img { width: 439px; height: 273px; }

	.expandBox .image:before { top: 79px; right: -230px; width: 431px; height: 463px; }

	.expandBox .image:after { top: 66px; right: -130px; width: 389px; height: 445px; background-size: cover; }

	.expandBoxRest { margin-top: 70px; margin-bottom: 10px; }

	.expandBoxRest .content { padding-left: 0; }

	.expandBoxRest .btn { margin-top: 20px; }

	.expandBoxRest .btn span { display: none; }

	.expandBoxRest .image { margin-left: -110px; padding-top: 0; margin-top: 0; right: unset; }

	.expandBoxRest .image img { width: 439px; height: 273px; }

	.expandBoxRest .image:before { top: 79px; right: -230px; width: 431px; height: 463px; }

	.expandBoxRest .image:after { top: 66px; right: -130px; width: 389px; height: 445px; background-size: cover; }

	.hostingBox { padding-bottom: 100px; }

	.hostingBox:after { right: -272px; }

	.hostingBox .btn span { display: none; }

	.discoverBox .slider { margin: 0; }

	.projectenBox { margin-top: 118px; }

	.projectenBox .tablet { display: none; }

	.projectenBox .phone { display: block; }

	.projectenBox .project { min-height: 320px; }

	.projectenBox .slick-dots { display: flex; }

	.projectenBox .button-base { display: none; }

	.projectenBox .btn { margin-right: 0; }

	.restaurantBox { padding-top: 0; z-index: 2; }

	.restaurantBox .phone { margin-top: 0; margin-left: -244px; }

	.restaurantBox .phone img { height: 298px; }

	.restaurantBox .list.mobile { top: inherit; right: unset; bottom: 10px; display: flex; justify-content: flex-start; }

	.restaurantBox .list li { padding: 0 16px 0 5px; }

	.restaurantBox .list li a img { margin-right: 0; width: 27px; height: 27px; }

	.restaurantBox .list li a { margin-right: 0; }

	.restaurantBox h2 { margin-top: 3px; margin-bottom: 57px; font-size: 48px; line-height: 48px; }

	.restaurantBox .btn { padding-right: 20px; padding-left: 20px; width: auto; }

	.restaurantBox .btn + .btn { margin-top: 0; margin-left: 15px; }

	.restaurantBox .container:after { right: 80px; bottom: -390px; z-index: 0; display: none; }

	.restaurantBox .text { position: relative; z-index: 1; }

	.restaurantBox + .customerBox { margin-top: 200px; }

	.customerBox { padding-top: 0; padding-bottom: 100px; }

	.customerBox .content { position: relative; z-index: 2; }

	.customerBox:after { right: -55px; }

	.customerBox .customer-image { margin: 0; padding: 0 0 40px; }

	.customerBox .js-customer-slider { margin: -80px 0 45px -10px; width: 100%; max-width: 360px; left: -35px; }

	.customerBox .image.third { 
		right: -95px;
		width: 200px;
		top: -75px;
		left: unset;
	 }

	.customerBox .slick-dots { position: relative; bottom: 0; left: 180px; }

	.customerBox .bg { display: block; }

	.customerBox + .projectBox { margin-top: 128px; }

	#footerCntr:after { right: -70px; }

	.footerBox .left { margin-bottom: 45px; flex: 0 0 100%; max-width: 100%; }

	.footerBox .right { flex: 0 0 100%; max-width: 100%; }

	.footerBox li { font-size: 15px; }

	.copyrightBox { text-align: center; }

	.copyrightBox .power { padding-top: 10px; display: block; }

	div.mobile-menu { display:block !important; }

}



@media only screen and (max-width: 575px) {

	.menuBox:not(.mm-menu) { display: none; }

	#headerCntr .mobileMenu { display: block; }

	#footerCntr:after { right: -280px; }

}

