/*
Embed fonts families:
-------------------
font-family: "Plus Jakarta Sans", sans-serif;

possible weights:
-------------------

.plus-jakarta-sans-<uniquifier> {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

animation:
-------------------
transition: all 0.5s;

Content:
1. Main styles override
2. Contact form 7 
3. Navbar bootstrap
4. ACF elements
5. Theme styles  
6. Responsive fixes
*/

/* ============================================= */
/* 1. Main styles override                       */
/* ============================================= */

body {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	background-image: url(../img/bg-wave-01.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
}
body.error404,
body.blog,
body.single-usluga,
body.single-branza,
body.post-type-archive-wiedza,
body.tax-kategoria-projektow {
	background-image: url(../img/bg-wave-06.webp);
}


body.admin-bar .navbar.fixed-top {
	margin-top: 32px;
}
html {
	scroll-behavior:smooth;
	font-display: swap
}
strong {
	font-weight: 700;
}
/* Links */
a {
	transition: all 0.5s;
	text-decoration: none;
	color:#fff;
}
a:focus, a:hover {
	text-decoration: none;
	outline: 0;
}
a:focus {
	outline: 0;
	outline-offset: -2px;
}
button, button:focus, button:active {
	outline: 0;
	box-shadow: 0
}


/* /Links */

/* Image responsive fix */
img {
	width: initial;
	max-width: 100%;
	height: auto;
}
/* /Image responsive fix */



/* Headers */
h1, h2, h3, h4, h5 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
}
h1 {
	font-size: 50px;
	font-weight: 500;
}
h1 strong {
	color:#dd1111;
	font-weight: 700;
}
h1.line-above {
	position: relative;
}
h1.line-above::before {
	content:"";
	position: absolute;
	top:-30px;
	width: 170px;
	background-color: rgb(221, 17, 17,0.4);
	height: 1px;
	left:0
}
.text-center h1.line-above::before {
	left:50%;
	transform: translateX(-50%);
}
h2 {
	font-size: 32px;
	font-weight: 600;
}
h2 strong {
	color:#dd1111;
	font-weight: 700;
}
.ms-slide h2 {
	font-size: 50px !important;
	position: relative;
}
.ms-slide h2::before {
	content:"";
	position: absolute;
	top:-30px;
	width: 200px;
	background-color: #dd1111;
	height: 1px;
	left:50%;
	transform: translateX(-50%);
}
.sidebar h2 {
	font-size: 32px;
	font-weight: 500;
}
.ms-slide h2 strong {
	color:#dd1111 !important;
}
.ms-layer {
	padding-left: 50px;
	padding-right: 50px;
}
h3 {
	font-size: 19px;
}
.cta h3 {
	font-weight: 400;
	font-size: 32px;
}
.knowledge-wrapper h3 {
	font-size: 32px;
	font-weight: 500;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
@media only screen and (max-width : 768px) {
	h1 {
		font-size: 40px;
	}
	.ms-slide h2 {
		font-size: 40px !important;
		line-height: 45px;
		position: relative;
	}
}
header span:not(.icon-bar) {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	color:#dd1111;
	font-weight: 600;
	letter-spacing: 0.150em;
	border:1px solid rgb(255, 255, 255, 0.4);
	padding:5px 15px;
	border-radius: 30px;
	margin-bottom: 15px;
}
header.line-top {
	position: relative;
}
header.line-top::before {
	content:"";
	position: absolute;
	width: 80px;
	height: 1px;
	background-color: #dd1111;
	margin-top: -20px;
	left:50%;
	transform: translateX(-50%);
}

.bg-wave-2 {
	background-image: url(../img/bg-wave-02.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
}
.text-grey {
	color:#767676;
}
.text-light-grey {
	color:#c4c4c4;
}
/* /Headers */

.bg-red {
	background-color: #dd1111;
}
.bg-red-semi-transparent {
	background-color: rgb(221, 17, 17, 0.4);
}
.bg-red-transparent {
	background-color: rgb(221, 17, 17, 0.15);
}
.bg-glass {
	backdrop-filter: blur(10px);
	transition: all linear 0.3s;
}
/* Bootstrap extra spaces */
.pt-6,
.py-6 {
	padding-top: 5rem !important;
}

.pe-6,
.px-6 {
	padding-right: 5rem !important;
}

.pb-6,
.py-6 {
	padding-bottom: 5rem !important;
}

.ps-6,
.px-6 {
	padding-left: 5rem !important;
}
.mt-6,
.my-6 {
	margin-top: 5rem !important;
}

.mr-6,
.mx-6 {
	margin-right: 5rem !important;
}

.mb-6,
.my-6 {
	margin-bottom: 5rem !important;
}

.ms-6,
.mx-6 {
	margin-left: 5rem !important;
}
.py-6-fixed {
	padding-top: 4rem !important;
	padding-bottom: 7rem !important;
}
@media only screen and (max-width : 768px) {
	.py-6-fixed {
		padding-top: 4rem !important;
		padding-bottom: 7rem !important;
	}
	.pt-6,
	.py-6 {
		padding-top: 4rem !important;
	}

	.pr-6,
	.px-6 {
		padding-right: 4rem !important;
	}

	.pb-6,
	.py-6 {
		padding-bottom: 4rem !important;
	}

	.pl-6,
	.px-6 {
		padding-left: 4rem !important;
	}
	.mt-6,
	.my-6 {
		margin-top: 4rem !important;
	}

	.me-6,
	.mx-6 {
		margin-right: 4rem !important;
	}

	.mb-6,
	.my-6 {
		margin-bottom: 4rem !important;
	}

	.ms-6,
	.mx-6 {
		margin-left: 4rem !important;
	}
}
/* /Bootstrap extra spaces */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: transparent;
  box-shadow: none;
  outline: 0 none;
}
/* Buttons */

.btn-default {
	background-color: #dd1111;
	border-radius: 35px;
	color: #fff;
	font-size:15px;
	font-weight:700;
	padding:15px 30px
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	background-color:#dd1111;
	color: #fff;
	transition: all 0.5s;
	-webkit-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.3);
}
.btn-black {
	background-color: #000;
	border-radius: 35px;
	color: #fff;
	font-size:15px;
	font-weight:700;
	padding:15px 30px
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active {
	background-color:#000;
	color: #fff;
	transition: all 0.5s;
	-webkit-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.3);
}
.btn-default.btn-search {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding-top: 16px;
	padding-bottom: 17px;
}
.btn-text {
	color:#dd1111;
	font-size: 13px;
	font-weight: 600;
	padding-left: 0;
	background-image: url(../img/bg-btn-text.webp);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 60px;
}
.btn-text:hover,
.btn-text:focus,
.btn-text:active {
	color: #ff0000 !important;
	background-image: url(../img/bg-btn-text.webp);
}
.contact-form-wrapper .btn-text {
	color:#fff;
	background-image: url(../img/bg-btn-text-white.webp);
}
.cn-button.bootstrap {
	background-color: #dd1111 !important;
	text-transform: uppercase !important;
}
.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
}
/* /Buttons */

section {
	position: relative;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}

/* Vertical align */
.vertical-a {
	display: flex;
	justify-content: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	.vertical-align {
		display: block;
	}
}
.vertical-b {
	align-self: center;
	width: 100%;
}
/* /Vertical align */

/* Placeholder  */
::-webkit-input-placeholder {
	color:#888;
}
:-moz-placeholder {
	color:#888;
}
::-moz-placeholder {
	color:#888;
}
:-ms-input-placeholder {
	color:#888;
}
/* /Placeholder  */

/* Selection  */
::selection {
	background: #dd1111; /* WebKit/Blink Browsers */
	color:#fff;
}
::-moz-selection {
	background: #dd1111; /* Gecko Browsers */
	color:#fff;
}
/* /Selection */

/* Box links (often used)  */
.box-link {
	position:absolute;
	height:100%;
	width:100%;
	left:0px;
	top:0px;
}
/* /Box links (often used)  */

.bg-test {
	background-color: rgba(255,0,0,0.5);
}

.dark, .dark p, .dark a, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
	color: #fff;
}

/* Element single post box */
.post-box--img {
	width: 100%;
	height: 380px;
	position: relative;
}
.post-box--img img {
	width: 100%;
	height: 380px;
	object-fit: cover;
}
/* /Element single post box */

/* ============================================= */
/* 2. Contact form 7                             */
/* ============================================= */
.wpcf7 input[type="text"],
.wpcf7 input[type="date"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7-select,
.wpcf7 textarea {
	background-color: #101010;
	color: #303338;
	border-radius: 10px;
	border:1px solid #101010;
	padding: 13px 20px;
	font-size: 15px;
	width: 100% !important;
	min-width: 100% !important;
	color:#fff;
	margin-top: 7px;
}
.wpcf7-form label {
	width: 100% !important;
	text-indent: 20px;
}
@media only screen and (max-width : 768px) {
	.wpcf7-form label {
		width: 100% !important;
		text-indent: 0px;
	}
}
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7-select:focus {
	background-color: #000;
	color: #fff;
	box-shadow: none;
	outline: 0 none;
}
.wpcf7-form select {
	padding: 0px;
	line-height: 40px;
}
.wpcf7-list-item {
	display: block;
}

.wpcf7-list-item-label {
	color:#fff; 
	font-size: 14px;
	margin-left: 20px;
	padding-left:20px;
}

.wpcf7-list-item-label a {
	color:#fff; 
	font-weight: 500;
}

.wpcf7-form-control.wpcf7-acceptance label {
    display: flex;
    line-height: 1.2;
}

.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    width: auto;
    margin-top: 5px;
    margin-right: 5px;
    align-self: start;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}
.wpcf7-submit {
	background-color: #000;
	border-radius: 35px;
	color: #fff;
	font-size:15px;
	font-weight:700;
	padding:15px 30px;
	transition: all 0.5s;
	border:0;
	-webkit-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.3);
}
.wpcf7-form.submitting .wpcf7-submit,
.wpcf7-form.invalid .wpcf7-submit {
	color: #fff !important;
}

.wpcf7-submit:disabled {
	opacity:0.7;
}
.wpcf7-not-valid-tip {
	margin-left: 30px;
	margin-right: 30px;
	color:#dd1111;
	background-color: #fff;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.wpcf7-list-item-label {
	text-indent: 0;
	padding-left: 0;
}
.wpcf7-response-output {
	border-radius: 15px;
}
/* Placeholder  */
::-webkit-input-placeholder {
 color:#fff;
 opacity: 0.7;
}
:-moz-placeholder {
 color:#fff;
 opacity: 0.7;
}
::-moz-placeholder {
 color:#fff;
 opacity: 0.7;
}
:-ms-input-placeholder {
 color:#fff;
 opacity: 0.7;
}
:active::-webkit-input-placeholder,
:focus::-webkit-input-placeholder {
 color:#b5b5b5;
 opacity: 1;
}
:active::-moz-placeholder,
:focus::-moz-placeholder {
 color:#b5b5b5;
 opacity: 1;
}
:active::-moz-placeholder,
:focus::-moz-placeholder {
 color:#b5b5b5;
 opacity: 1;
}
:active::-ms-input-placeholder,
:focus::-ms-input-placeholder {
 color:#b5b5b5;
 opacity: 1;
}
/* /Placeholder  */

/* ============================================= */
/* 3. Navbar (bootstrap)                         */
/* ============================================= */
.navbar {
	font-family: "Plus Jakarta Sans", sans-serif;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-top: 30px;
	padding-top: 0;
	padding-bottom: 0;
	transition: all 0.5s;
}
.navbar-nav {
	border-radius: 50px;
}
@media only screen and (max-width : 991px) {
	.navbar-nav.bg-red-transparent {
		background-color: rgb(221, 17, 17, 0.8);
		margin-top: 10px;
		border-radius: 15px;
	}
}
.sticky.navbar {
	background-color: rgb(0, 0, 0, 0.9);
	margin-top: 0px;
	padding-top: 5px;
	transition: all 0.5s;
}
.sticky .navbar-nav {
	border-radius: 15px;
}
.navbar-brand {
	padding-bottom: 0;
	padding-top: 0;
}
.navbar-brand img {
	transition: all linear 0.5s;
	width: 255px; 
}

.navbar-dipvision .navbar-nav .nav-link {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding:17px 25px;
	transition: all 0.5s;
}
.sticky.navbar-dipvision .navbar-nav .nav-link {
	padding:10px 25px;
	transition: all 0.5s;
}
.sticky .navbar-brand img {
	transition: all linear 0.3s;
	width:150px;
}

@media only screen and (max-width : 1350px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 12px;
		padding-right: 12px; 
	}
}
@media only screen and (max-width : 1040px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 10px;
		padding-right: 10px; 
	}
}
.navbar-dipvision .navbar-nav .nav-link:hover,
.navbar-dipvision .navbar-nav .nav-link:focus,
.navbar-dipvision .navbar-nav .show > .nav-link,
.navbar-dipvision .navbar-nav .nav-link.show {
	color: #dd1111;
	transition: all 0.5s;
}
.navbar-dipvision .navbar-nav .current-menu-item .active > .nav-link,
.navbar-dipvision .navbar-nav .current-menu-item .nav-link.active {
	color: #fff;
	background-color: #dd1111;
	border-radius: 35px;
}
.navbar-toggler {
	border-radius: 0px;
	transition: all 0.5s;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.navbar-toggler span {
	display: block;
	background-color: rgba(255,255,255,0.6);
	height: 2px;
	width: 24px;
	margin-top: 6px;
	margin-bottom: 6px;
	position: relative;
	left: 0;
	opacity: 1;
	transition: all 0.35s ease-out;
	transform-origin: center left;
}
.navbar-toggler span:nth-child(1) {
	transform: translate(0%, 0%) rotate(0deg);
}
 
.navbar-toggler span:nth-child(2) {
	opacity: 1;
}
 
.navbar-toggler span:nth-child(3) {
	transform: translate(0%, 0%) rotate(0deg);
}
.navbar-toggler span:nth-child(1) {
	margin-top: 0.3em;
}
 
.navbar-toggler:not(.collapsed) span:nth-child(1) {
	transform: translate(15%, -33%) rotate(45deg);
}
 
.navbar-toggler:not(.collapsed) span:nth-child(2) {
	opacity: 0;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
	transform: translate(15%, 33%) rotate(-45deg);
}

.navbar .contact a.nav-link {
	background: #00465e;
	/*background: linear-gradient(0deg, rgba(33,37,41,1) 0%, rgba(0,62,83,1) 100%);*/
}
.search-activator {
	cursor: pointer;
}

.search-activator a.nav-link {
	text-indent: -9999px;
	background-image: url(../img/icon-main-menu-search.png);
	background-repeat: no-repeat;
	background-position: center;
}

.dropdown-menu {
	margin-top: -2px;
	border-radius: 0px;
	background-color: #1e1e1e;
	border:0px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.10);
}
.dropdown-menu[data-bs-popper] {
	margin-top: -1px;
	border-top:1px solid #dd1111;
}
.dropdown-menu li a.dropdown-item {
	font-size: 15px;
	line-height: 35px;
	color: #fff;
	transition: all 0.5s;
}


.dropdown-menu li a.dropdown-item:hover {
	color:#dd1111;
	transition: all 0.3s;
}
.dropdown-menu li a.dropdown-item:hover,
.dropdown-menu li a.dropdown-item:focus,
.dropdown-menu li a.dropdown-item:active {
	background-color: transparent;
	transition: all 0.3s;
	border-left-color: #dd1111;
}
.dropdown-item.active {
	background-color: transparent;
	color:#dd1111 !important;
}


/* Search window */
#search-container {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.9);
	top:0px;
	left:0px;
	max-height: 100vh;
	z-index: 999999999;
}
#search-container .d-flex {
	height: 100%;
}
#search-close {
	position: absolute;
	right: 40px;
	top:25px;
	background-image: url(../img/search-close.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 41px;
	width: 41px;
	z-index: 100000;
	cursor: pointer;
}
#search-close span {
	position: absolute;
	right: 50px;
	top:10px;
	width: 100px;
	text-align: right;
	color: #fff
}
#search-container .vertical-align {
	height: 100%;
}
#title .form-control {
	border:0;
}
.search-btn {
	background-image: url(../img/icon-search.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.search-input {
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
	line-height: 56px;
	height: 56px;
	padding-left: 25px;
}
/* /Search window */

/* Open on hover for desktops only */
ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;    
}
@media (min-width: 979px) {
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
}
/* /Open on hover for desktops only */


/* ============================================= */
/* 4. ACF elements                               */
/* ============================================= */
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 
.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.acf-map {
	width: 100%;
	height: 520px;
	margin-bottom: 0px;
}
/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}
.gm-style iframe + div { border:none!important; }

/* ============================================= */
/* 5. Theme styles                               */
/* ============================================= */

/* Tiny Slider Banner */
.banner-slider-container .height-keeper {
	left: 12px;
	top: 0;
	width: 100%;
	min-height: 80vh;
	overflow:hidden;
	padding-bottom: 50px;
}
.slider-container .slider-controls {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;   
	top: 50%;
	transform: translatey(-50%);
	display: flex;
	align-items: center;    
	justify-content: space-between;
}
.testimonials-slider-container .slider-controls {
	left: 30px;
	right: 30px;
	z-index: 40;
}
.testimonials-slider-container .slider-item {
	padding: 0;
}
.arrow {
	height: 18px;
	width: 40px;
	background-image: url(../img/arrows.png);
	cursor: pointer;
}

.arrow.arrow-right {
	background-position: 40px 0;
}
.tns-nav {
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
}
.tns-nav button {
	background-color: #cfcfcf;
	border:0;
	margin: auto 5px;
	border-radius: 0;
	width: 1px;
	height: 12px;
	padding:0;
}
.tns-nav button.tns-nav-active {
	background-color: #dd1111;
	border:0;
	margin: auto 5px;
	border-radius: 0;
	width: 1px;
	height: 30px;
}
/* /Tiny Slider Banner */
.signet-half {
	top: -45%;
	left: -252px;
}
#projects .signet-half {
	top: -155px;
	left: -252px;
}

.box--data p {
	color:#c4c4c4;
}
.features-wrapper {
	margin-top: -60px;
}
.features-wrapper .box-1 {
	margin-top: 0px;
	border-top-left-radius: 100px !important;
}
.features-wrapper .box-2 {
	margin-top: 30px;
}
.features-wrapper .box-3 {
	margin-top: 60px;
	border-bottom-right-radius: 100px !important;
}
.features-wrapper .feature-box:first-of-type .box,
.features-wrapper-industry .feature-box:first-of-type .box {
	border-top-left-radius: 100px !important;
}
.features-wrapper .feature-box:last-of-type .box,
.features-wrapper-industry .feature-box:last-of-type .box {
	border-bottom-right-radius: 100px !important;
}
.features-wrapper .feature-box:nth-child(even) .box {
	margin-top: 30px;
}
.features-wrapper-industry .feature-box:nth-child(3n+2) .box {
	margin-top: 30px;
}
.features-wrapper-industry .feature-box:nth-child(3n+3) .box {
	margin-top: 60px;
}
@media only screen and (max-width : 768px) {
	.features-wrapper {
		margin-top: 0px;
	}
	.features-wrapper .feature-box:nth-child(even) .box {
		margin-top: 0px;
	}
}
.bg-red-hover:hover {
	background-color: #dd1111;
	transition: all 0.5s;
}
.bg-grey {
	background-color: #181818;
}
#services,
#other-posts {
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	background-image: url(../img/sygnet-big.webp);
	background-repeat: no-repeat;
	background-position: top right;
}
#other-posts {
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
}
@media only screen and (max-width : 768px) {
	#services {
		background-image: url(../img/sygnet-big-dark.webp);
		border-top-left-radius: 50px;
		border-top-right-radius: 50px;
	}
}

.box--service {
	border-top-left-radius: 60px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 60px;
}
.box--service p {
	color:#c4c4c4;
}

.box--service:hover p {
	color:#fff;
}
.line-horizontal {
	width: 70%;
	margin-left:15%;
	height: 1px;
	background-color:rgb(255, 255, 255,0.1);
	background-repeat: no-repeat;
	background-position: center center;
}
.bg-cross::before {
	content:"";
	position: absolute;
	width: 1px;
	height: 60%;
	background-color:rgb(255, 255, 255,0.1);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 33.3333%;
	top:50%;
	transform: translateY(-50%);
}
.bg-cross::after {
	content:"";
	position: absolute;
	width: 1px;
	height: 60%;
	background-color:rgb(255, 255, 255,0.1);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 66.6666%;
	top:50%;
	transform: translateY(-50%);
}
@media only screen and (max-width : 768px) {
	.bg-cross::after,
	.bg-cross::before {
		display: none;
	}
	.line-horizontal {
		display: none;
	}
}
.cta .bg-grey-half {
	position: absolute;
	top:0;
	left: 0;
	background-color:#181818;
	height:50%;
	width: 100%;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
}
.cta .bg-red {
	border-top-left-radius: 200px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 200px;
	padding: 80px 50px 80px 180px;
	background-image: url(../img/bg-cta.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media only screen and (max-width : 768px) {
	.cta .bg-red {
		border-top-left-radius: 50px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 50px;
		padding: 80px 50px 80px 50px;
		background-image: url(../img/bg-cta.webp);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
}
.cta header {
	border-left:1px solid #fff;
	position: relative;
}
.cta header::after {
	content:"";
	position: absolute;
	width: 1px;
	height:100px;
	background-color:rgb(255, 255, 255,1);
	left: -1px;
	top:-78px;
}
.cta .bg-red .box--data {
	border-left:1px solid #fff;
	position: relative;
}
.box--left-icon {
	border-top-left-radius: 60px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 60px;
}
.project-box h3  {
	line-height: 26px !important;
	font-weight: 600;
}
.project-box h3 a {
	font-size: 22px;
	color:#fff;
}
.project-box:hover h3 a {
	color:#fff;
}
.project-box .box-img {
	width: 100%;
	height: 300px;
	position: relative;
}
.project-box .box-img img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.project-box .project-box--location {
	color:#dd1111;
	font-size: 13px;
}
.project-box:hover .project-box--location {
	color:#fff;
}
.project-box .project-box--excerpt {
	color:#c4c4c4;
}
.project-box:hover .project-box--excerpt {
	color:#fff;
}
.project-box-1 {
	margin-top: 0px;
	border-top-left-radius: 100px !important;
}
.project-box-1 img {
	border-top-left-radius: 100px !important;
}
.project-box-2 {
	margin-top: 30px;
}
.project-box-3 {
	margin-top: 60px;
	border-bottom-right-radius: 100px !important;
}
.promo-fact-1 {
	margin-top: 0px;
}
.promo-fact-2 {
	margin-top: 30px;
}
.promo-fact-3 {
	margin-top: 60px;
}
.horizontal-promo-facts .promo-fact-1 {
	margin-top: 0px;
	margin-left:60px;
}
.horizontal-promo-facts .promo-fact-2 {
	margin-top: 0px;
	margin-left:30px;
}
.horizontal-promo-facts .promo-fact-3 {
	margin-top: 0px;
	margin-left:0px;
}
@media only screen and (max-width : 768px) {
	.promo-fact-2 {
		margin-top: 0px;
	}
	.promo-fact-3 {
		margin-top: 0px;
	}
}
.bg-whyus {
	position: absolute;
	height: 75%;
	width: 5000px;
	bottom:0;
	right:0;
	background-image: url(../img/bg-wave-03.webp);
	background-repeat: no-repeat;
	background-position: top right;
	border-top-right-radius: 250px;
	border-bottom-right-radius: 10px;
}
.promo-fact .value {
	font-size: 36px;
	color:#dd1111;
	font-weight: 700;
	padding-bottom:25px;
	margin-bottom:15px;
	border-bottom:1px solid #666666;
}
.promo-fact .legend {
	font-size: 16px;
	color:#c4c4c4;
	font-weight: 600;
}
.text-red {
	color:#dd1111;
}
.testimonial-pos--author {
	font-size:15px;
	font-weight: 600;
}
.testimonial-pos--company {
	font-size:15px;
	font-weight: 600;
}
.testimonial-pos--source {
	font-size:13px;
}
.testimonial-pos--gfx {
	position: absolute;
	height: 120px;
	width: 1px;
	background-color: #767676;
	top:0px;
	left: 0px;
}

/* Accordion readmore */
.accordions-readmore-wrapper .read-more-btn .accordion-hide {
	display:inline
}
.accordions-readmore-wrapper .read-more-btn:not(.collapsed) .accordion-show {
	display:none
}
.accordions-readmore-wrapper .read-more-btn.collapsed .accordion-hide {
	display:none
}
.accordions-readmore-wrapper .accordion-read-more {
	position: relative;
}

.accordions-readmore-wrapper .accordion-read-more .accordion-item,
#gallery .accordion-item,
.accordion-premises .accordion-item {
 background-color: transparent;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-body,
#gallery .accordion-read-more .accordion-body,
.accordion-premises .accordion-body {
 padding-left: 0;
 padding-right: 0;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button.read-more-btn {
	background-color: transparent;
	padding:0;
	position: relative;
	border:0;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button.read-more-btn::before {
	content:"";
	position: absolute;
	left: -5px;
	top:-100px;
	height: 100px;
	width: calc(100% + 10px);
	/*background: rgb(233,233,233);
	background: linear-gradient(0deg, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 100%);*/
}
.contact-form-wrapper .accordions-readmore-wrapper .accordion-read-more .accordion-button.read-more-btn::before {
	content:"";
	position: absolute;
	left: -5px;
	top:-100px;
	height: 100px;
	width: calc(100% + 10px);
	background: rgb(237, 235, 240);
	background: linear-gradient(0deg, rgba(137, 10, 10, 1) 20%, rgba(137, 10, 10, 0) 100%);
}
#clients .accordions-readmore-wrapper .accordion-read-more .accordion-button.read-more-btn::before {
	content:"";
	position: absolute;
	left: -5px;
	top:-100px;
	height: 100px;
	width: calc(100% + 10px);
	background: rgb(237, 235, 240);
	background: linear-gradient(0deg, rgba(24, 24, 24, 1) 20%, rgba(24, 24, 24, 0) 100%);
}
.bg-grey .accordions-readmore-wrapper .accordion-read-more .accordion-button.read-more-btn::before {
	content:"";
	position: absolute;
	left: -5px;
	top:-100px;
	height: 100px;
	width: calc(100% + 10px);
	background: rgb(237, 235, 240);
	background: linear-gradient(0deg, rgba(24, 24, 24, 1) 20%, rgba(24, 24, 24, 0) 100%);
}

.accordions-readmore-wrapper .accordion-read-more .accordion-button.read-more-btn:not(.collapsed)::before {
	display: none;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button.read-more-btn::after {
	display: none;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button {
	color:#000 !important;
	padding:0;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	display: inline-block;
	box-shadow: none !important;
   border-color: rgba(0,0,0,.125) !important;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button span {
	position: relative;
	
	transition: all 0.5s;
}

.accordions-readmore-wrapper .accordion-read-more .accordion-button span.accordion-show::after{
	transition: all 0.5s;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button span.accordion-hide::after{
	transition: all 0.5s;
}

.accordions-readmore-wrapper .accordion-read-more .accordion-button span:hover{
	color:#000;
}
.dark .accordions-readmore-wrapper .accordion-read-more .accordion-button span:hover{
	color:#fff !important;
	padding-left: 0;
}

/* /Accordion readmore */

.accordion-item {
	border: none;
	margin-bottom:2px;
	border-radius: 25px !important;
	background-color: transparent;
}
.accordion-header {
	border-radius: 25px !important;
}
.accordion-button {
	background-color: rgb(221, 17, 17, 0.15);
	font-size:16px;
	font-weight: 700;
	border-radius: 25px;
	font-weight: 400;
}
.accordion-button:hover,
.accordion-button:not(.collapsed) {
	background-color: rgb(221, 17, 17, 1);
	color:#fff;
}
.accordion-button:focus {
	box-shadow: none;
	border-color: rgba(0,0,0,.125);
}
[data-bs-theme="dark"] .accordion-button::after {
	filter: brightness(0) invert(1);
}
.accordion-body {
	padding: 40px 40px;
}
footer .bg-red {
	border-top-left-radius: 200px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 200px;
	background-image: url(../img/bg-wave-04.webp);
	background-position: center center;
}
@media only screen and (max-width : 1399px) {
	footer .bg-red {
		border-top-left-radius: 60px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 60px;
	}
}
@media only screen and (max-width : 768px) {
	footer .bg-red {
		border-top-left-radius: 50px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 50px;
	}
}
.footer-menus h3 {
	margin-bottom: 30px;
}
.footer-menus ul {
	margin:0;
	padding:0;
}
.footer-menus ul li {
	list-style-type: none;
}
.footer-menus ul li a {
	color:#fff;
}
.gfx-line {
	height:120px;
	width: 1px;
	background-color: #fff;
	top:0;
	left: 0;
	position:absolute;
}
.copyrights {
	font-size: 13px;
}
.copyrights a {
	color:#fff;
}
footer a {
	color:#fff;
}
.breadcrumbs-wrapper {
	border-top-left-radius: 5px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 20px;
	font-size: 13px;
	color:#767676;
}
.breadcrumbs-wrapper a {
	color:#fff;
}
.line-separator {
	display: inline-block;
	width: 17px;
	height:1px;
	background-color: rgba(255,0,0,0.5);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom:4px;
}
.contact-box {
	color:#c4c4c4;
}
.contact-box a {
	font-weight: 700;
}
.contact-box a:hover {
	color:#dd1111;
}
.contact-form-wrapper,
.clients-list-wrapper {
	background-color: #890a0a;
}
.contact-form-wrapper h2 {
	font-weight: 400;
}
.contact-form-wrapper h2 strong {
	color:#fff;
}
#map {
	background-image: url(../img/bg-wave-05.webp);
	background-repeat: no-repeat;
}
.contact-signet {
	width: 167px;
	height:181px;
	right: 0;
	top:50%;
	transform: translateY(-50%);
	border-right: 1px solid #dd1111;
	min-height: 211px;
	background-image: url(../img/sygnet-half-notext.webp);
	background-repeat: no-repeat;
	background-position: center center;
}
.border-start {
	border-left-color: #dd1111 !important;
}
.border-end {
	border-right-color: #dd1111 !important;
}
#industries .bg-grey {
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	background-image: url(../img/sygnet-big.webp);
	background-repeat: no-repeat;
	background-position: top right;
}
#clients {
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
}
.searchandfilter ul {
	padding: 0;
	margin:0;
}
.searchandfilter ul li ul {
	display: flex;
	justify-content: center;
}
.searchandfilter ul li ul li {
	padding: 0;
	margin:0;
	margin-right: 15px;
	display: inline-block;
	border:1px solid #dd1111;
	border-radius: 35px;
	font-weight: 700;
}
.searchandfilter ul li ul li label {
	padding:12px 25px !important;
	cursor:pointer;
}
.searchandfilter ul li ul li.sf-option-active label {
	background-color: #dd1111;
	border-radius: 35px;
}
.searchandfilter ul li ul li input {
	display: none;
}
#projects .row .col-md-3:first-of-type .project-box,
#projects .row .col-md-3:first-of-type .project-box img,
.posts-wrapper .col-md-3:first-of-type .project-box,
.posts-wrapper .col-md-3:first-of-type .project-box img {
	border-top-left-radius: 100px !important;
}
#projects .row .col-md-3:last-of-type .project-box,
.posts-wrapper .col-md-3:last-of-type .project-box {
	border-bottom-right-radius: 100px !important;
}
#projects .bg-red-transparent {
	background-color: rgb(221, 17, 17, 0.4);
}
#projects .bg-red-transparent:hover {
	background-color: rgb(221, 17, 17, 1);
}
 ul.categories-wrapper {
	padding: 0;
	margin:0;
}
ul.categories-wrapper li {
	padding: 0;
	margin:0;
	margin-right: 10px;
	display: inline-block;
	border:1px solid #dd1111;
	border-radius: 35px;
	font-weight: 700;
	border-radius: 35px;
}
ul.categories-wrapper li a {
	display: block;
	padding:12px 25px !important;
}
ul.categories-wrapper li.current-cat,
ul.categories-wrapper li:hover {
	background-color: #dd1111;
}
#knowledge .sidebar {
	border-bottom-right-radius: 100px !important;
}
#knowledge .sidebar a {
	position: relative;
}
#knowledge .sidebar a:hover:before {
	content:"";
	width: 15px;
	height: 1px;
	background-color: #dd1111;
	left: -24px;
	top:50%;
	position: absolute;
}
.page-numbers {
	color:#fff;
	background-color:transparent;
	border:1px solid #dd1111;
	border-radius: 45px;
	width: 45px;
	height:45px;
	line-height: 45px;
	text-align: center;
	display: inline-block;
}
.page-numbers:hover,
.page-numbers.current {
	background-color:#dd1111;
}
.categories-wrapper .gfx {
	height:200px;
	top:-50px;
	left: 25px;
}
.rounded-top {
	border-top-left-radius: 100px !important;
	border-top-right-radius: 100px !important;
}
.rounded-bottom {
	border-bottom-left-radius: 100px !important;
	border-bottom-right-radius: 100px !important;
}

.description-box h3 {
	font-size:22px;
	font-weight: 500;
}
.description-box .description-box--data,
.description-box .description-box--data .accordion-body {
	color:#767676;
}


.description-box-main h3 {
	font-size: 32px;
	font-weight: 500;
}
.description-box-main .description-box--data {
	color:#c4c4c4;
}
.text-bigger {
	font-size: 18px;
}
#schema {
	background-image: url(../img/bg-wave-07.webp);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
}
.ms-skin-default .ms-tooltip-cont {
	padding: 10px;
	background: #dd1111 !important;
	border-radius: 15px !important;
	text-shadow: none !important;
	font-size: 15px !important;
	margin-left: -1px;
}
.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: #dd1111 !important;
	bottom: -10px;
}

.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: #dd1111 !important;
	top: -10px;
}
.ms-skin-default .ms-tooltip-point {cursor: pointer;}
.ms-skin-default .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px;
	border-radius: 15px;
	border: solid 2px rgb(221, 17, 17) !important;
	background: white;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}
.ms-skin-default .ms-tooltip-point .ms-point-border {

	background:rgba(221, 17, 17, 0.8) !important;
}
.bg-case-enterance {
	width: 100%;
	height:100%;
	background-position: top right;
	background-repeat: no-repeat;
}
/* ============================================= */
/* 6. Responsive fixes                           */
/* ============================================= */

@media only screen and (max-width : 1150px) {
	.slider-container .slider-controls {
		margin: 0;
	    padding: 0;
	    list-style: none;
	    position: absolute;   
	    top: 50%;
	    transform: translatey(-50%);
	    display: flex;
	    align-items: center;    
	    justify-content: space-between;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) { 

	.fixed-top.navbar-light .navbar-nav .nav-link {
		padding-top:8px;
		padding-bottom:8px;
	}
	.navbar-dipvision .navbar-nav .nav-link {
		padding-top:10px;
		padding-bottom:10px;
	}
	.navbar {
		padding-top:8px !important;
		padding-bottom:8px !important;
	}
	.navbar-brand img {
		width: 120px; 
		height: auto;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	/* WP image float fix */
	figure.alignleft, img.alignleft, figure.alignright, img.alignright {
		float:none;
	}
	/* /WP image float fix */

} 

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
}


/* Height */
@media only screen and (max-height : 730px) {
}