/* common */

* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
html,
body {
	font-family: Arial;
	font-family: 'Open Sans', sans-serif;
	color: #313131;
	font-size: 14px;
}
input,
select,
textarea {
	font-family: Arial;
	font-size: 12px;
	color: #313131;
}
body {
	background: #fff;
}
img {
	border: 0px;
	display: block;
	max-width: 100%;
}
a,
input {
	outline: none;
	text-decoration: none;
color:#009ee0;
}
ul,
ol {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}
h1,
h2 {
	font-family: 'Museo Sans 500';
	font-size: 50px;
	font-weight: 400;
	line-height: 50px;
	letter-spacing: 0.5px;
}
h3 {
	font-family: 'Museo Sans 500';
	font-size: 33px;
	font-weight: 400;
	line-height: 33px;
	letter-spacing: 0.33px;
}
h4 {
	font-family: 'Museo Sans 500';
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 0.36px;
}
h5 {
	font-size: 16px;
	line-height: 21.84px;
	color: #009ee0;
	font-family: 'Museo Sans 500';
	letter-spacing: 0.16px;
}
h5.exp-title {
	font-size:20px;
	line-height:22px;
	margin-bottom:20px;
	text-align:center;
	
}
p {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.16px;
}
address {
	font-style: normal;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.container {
	max-width: 1170px;
	padding: 0px 15px;
	margin: 0 auto;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col {
	-ms-flex: 0 0 23%;
	flex: 0 0 23%;
	max-width: 23%;
	margin-right: 2.6%;
}
.col:last-child {
	margin-right: 0;
}
.bg-color1 {
	background: #f3f7f9;
}
/* section  */

#section {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100%;
}
/* page wrap */

#page-wrap {
	margin: 0 auto;
	width: 100%;
}
/* header */

section.error-404 {
	padding:40px 0px;
}

#header-wrap {
	position: sticky;
	position: -webkit-sticky;
	top:0px;
	z-index:999;
	
}
.header-top {
	background: #00b1e6;
	padding: 5px 0px 10px;
}
.header-top .menu li a {
	font-weight:normal;
}

.header-top .row,
.header-bottom .row {
	justify-content: space-between;
}
/* .header-bottom .row {
	align-items: center;
} */
.header-top span {
	margin-right: 2px;
}
.header-top span,
.header-top a,
.nav-block > ul > li > a {
	color: #ffffff;
	font-weight: 400;
	line-height: 17.56px;
	display: inline-block;
	vertical-align: middle;
}
.header-top a {
	font-weight: 700;
}
.header-top ul {
	display: flex;
	align-items: center;
}
.header-top ul li {
	margin-left: 60px;
}
.header-top ul li:first-child {
	margin-left: 0;
}
#header-wrap .logo a {
	display: block;
}
.logo img { 
	height:auto !important;
}
.header-bottom {
	background: #f3f7f9;
	padding: 15px 0px 14px;
	border-bottom: 1px solid #aaaaaa;
	position:relative;
}
.header-bottom .right-panel {
	display: flex;
	display: -webkit-flex;
	
}
.nav-block,
.menu-primary-menu-container { display: flex;
	display: -webkit-flex;} 
.nav-block > ul,
.menu-primary-menu-container > ul {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.nav-block > ul > li > a,
.menu-primary-menu-container > ul > li > a {
		padding:15px 0px;
}
.nav-block ul  li  a,
.sub-menu li > a {
	color: #7a797e;
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 300ms ease-in-out;

}
.nav-block > ul > li,
.menu-primary-menu-container > ul > li {
	margin-left: 25px;
	position:relative;
}
.nav-block > ul > li.active > a,
.menu-primary-menu-container > ul > li.active > a,
.nav-block > ul > li  a:hover,
.menu-primary-menu-container > ul > li > a:hover,
.menu-primary-menu-container > ul > li:hover > a,
.menu-primary-menu-container > ul > li.current-menu-item > a,
.sub-menu li:hover > a {
	color: #363537;
}
.menu-primary-menu-container > ul > li:hover > .submenu,
.menu-primary-menu-container > ul > li:hover > .sub-menu{
	display:block;
}
div.asl_w,
#ajaxsearchlite1 .probox, div.asl_w .probox {
	background:transparent !important;
}
#ajaxsearchlite1 .probox .proinput, div.asl_w .probox .proinput {
	padding:0px !important;
	margin:0px;
}

#banner-wrap {
	position:relative;
	overflow:hidden;
}
#banner-wrap .shadow {
    width: 812px;
    height: 535px;
    background: url(../images/top-layer.png) no-repeat center center / cover;
    position: absolute;
    top: 0px;
    left: 93px;
	margin-left: -139px;

}
#banner-wrap .shadow  .inner-text {
	max-width:56%;
	position:absolute;
	top:50%;
	left:47%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	width:100%;
	
}
.searchbtn div.asl_m .probox .promagnifier .innericon {
	position:relative;
	background:transparent !important;
}
div.asl_w .probox .promagnifier {
	background:transparent !important; 
}
.searchbtn div.asl_m .probox .promagnifier .innericon:after {
	content:"";
	position:absolute;
	width:18px;
	height:18px;
	background:url(../images/search-icon.png) no-repeat center center / cover;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	
}

.submenu,
.menu-primary-menu-container > ul > li > .sub-menu {
	display:none;
    position: absolute;
    top: 100%;
    background: #fff;
    width: 280px;
    left: -70px;
    z-index: 9999;
    padding: 25px 20px;
	box-shadow:0px 2px 10px rgba(0,0,0,0.2);
}
#ajaxsearchlite1 {
	display:flex;
	display:-webkit-flex;
	align-items:center;
}

.menu-primary-menu-container ul li .plus_prev {
	display:none;
}
.submenu:after,.submenu2:after,
.sub-menu:after {
	position: absolute;
	left: 50%;
	top: -10px;
	width: 30px;
	height: 30px;
	background: #ffffff;
	content: "";
	transform: translate(-50%,-0%)rotate(45deg);
	z-index: 1;
}
.menu-primary-menu-container > ul > li > .sub-menu > li > .sub-menu {
	
	padding-left:20px;
}
.menu-primary-menu-container > ul > li > .sub-menu > li > .sub-menu:after { 
	width: 20px;
	height: 20px;
	left:-11px;
	background:#fff;
    box-shadow: -1px 1px 0px 0px rgba(0,0,0,0.1);
    z-index: 9;
}


.menu-primary-menu-container > ul > li > .sub-menu:after {
	box-shadow:-2px -2px 3px -2px rgba(0,0,0,0.2);
}
.submenu li,
.sub-menu li{
	position:relative;
}
.submenu li a,
.sub-menu li a{
	border-bottom:dashed 1px #000;
	position:relative;
	z-index:2;
	line-height: 30px
}
.sub-menu li:hover > .sub-menu{
	display:block;
}
.submenu2,
.sub-menu li > .sub-menu {
	display:none;
	position: absolute;
	left: 100%;
	top: -25px;
	background: transparent;
	padding: 0px;
	
}
.sub-menu li > .sub-menu > .sub-menu {
	padding: 10px 20px;
	position:relative;
	background:#fff;
	box-shadow:0px 2px 10px rgba(0,0,0,0.2);
}
div.sub-menu:after {
	display:none !important;
}
.submenu2:after,
div.sub-menu .sub-menu:after {
	z-index: -1;
	left: -15px;
	top: 50%;
	transform: translate(-0%,-50%)rotate(45deg);	
	width: 20px;
	height: 20px;
	left:-11px;
	background:#fff;
    box-shadow: -1px 1px 0px 0px rgba(0,0,0,0.1);
    z-index: 9;
}
.searchbtn {
	display: flex;
	margin-left: 47px;
	position: relative;
	top: 10px;
}
.searchbtn i {
	display: inline-block;
	margin-left: 10px;
	margin-top: 3px;
}
.searchbtn input,
.searchbtn #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
	width: 156px;
	height: 26px !important;
	border-radius: 5px !important;
	border: 1px solid #959595 !important;
	background-color: #ffffff !important;
	padding: 0px 5px ;
	color: #000 !important;
	padding: 0 10px !important;
    box-sizing: border-box;
}
div.asl_m .probox .proclose {
	position:absolute !important;
	right:0px !important;
}
#ajaxsearchlite1 .probox, div.asl_w .probox {
	max-width:190px;
}
.home-banner-block {
	display: flex;
	align-items: center;
	background: url(../images/banner-img1.png)no-repeat center/cover;
	min-height: 529px;
}
.home-banner-block .inner-text {
	width: 40%;
}
.home-banner-block h1,
#banner-wrap .shadow  .inner-text H1 {
	color: #fff;
	margin-bottom: 15px;
}
.home-banner-block p,
#banner-wrap .shadow  .inner-text P {
	color: #fff;
	margin-bottom: 35px;
}
.btn,
.subscribe-newsletter .links .btn,
.f-panel .form-group .btn,
input[type="submit"] {
	display: inline-block;
	text-align: center;
	width: auto;
	max-width: 100%;
	height: auto;
	box-shadow: 0 0 21px rgba(255, 255, 255, 0.17);
	border-radius: 5px;
	background-image: linear-gradient(to left, #009036 0%, #bdcd00 100%);
	color: #ffffff;
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0.22px;
	transition: all 300ms ease-in-out;
	cursor:pointer;
	padding:2px 10px;
	padding-top:2px !important;
	padding-bottom:2px !important;
	box-sizing:border-box;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	position:relative;
	border:0px;
}
.post-password-form p {
	margin-bottom:20px;
}
.btn:hover {
	opacity:0.8;
	top:-2px;
}
.downlod-link input {
	font-size:20px;
	margin-bottom:0px;
}
.sidebar-panel #sticky form span {
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:0px;
}
.sidebar-panel #sticky form .form-group input {
	padding:0px 15px;
}
.sidebar-panel #sticky form .link {
	padding-top:20px;
}
/* content */

#content-wrap {}
/* footer wrap */
.serch-blck  {
	margin-bottom:30px;
}
.serch-blck article h3 {
	margin-bottom:20px;
}
.serch-blck .navigation h2 {
	color:#4b4a4d;
	display:none;
}
.serch-blck .navigation a {
	color:#4b4a4d;
}
.serch-blck article h3,
.serch-blck article h3 a {
	color:#4b4a4d;
}
.serch-blck article h3 a:hover {
	color:#363537;
}
.remove_bluebg:before {
	display:none !important;
} 
.show_bluebg{
	position:relative;
}
.show_bluebg:before {
	content:"";
	right: inherit;
	left: -14%;
	width: 625px;
	height: 561px;
	background: url(../images/bg-img3.png)no-repeat center/cover;
	position:absolute;
} 



.our-customer-block {
	background: #f3f7f9;
	padding-bottom: 53px;
}
.our-customer-block .title {
	padding: 58px 0px 0px;
}
.title {
	text-align: center;
	width: 72%;
	margin: 0 auto;
}
.title h2 {
	color: #009ee0;
	margin-bottom: 20px;
}
.title p {
	margin-bottom: 28px;
}
.our-customer-block ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 61px;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.our-customer-block ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 263px;
	width: 100%;
	height: 165px;
	box-shadow: 0 0 16px 5px rgba(118, 123, 125, 0.09);
	border-radius: 10px;
	background-color: #ffffff;
}
.our-customer-block .links {
	text-align: center;
}
.our-customer-block .btn {
	max-width: 257px;
}
/* product-block */

.product-block {
	position: relative;
	padding: 112px 0px 100px;
	background: url(../images/bg-img1.png)no-repeat center/cover;
}
.dropt-menu {
	position:relative;
	max-width:200px;
	z-index:999;
	background:#fff;	
	
}
a.drop-anchor {
	min-width:200px;
	padding:5px 10px;
	border-radius:5px;
	background:#fff;
	color:#4b4a4d;
	display:inline-block;
	
}
.dropt-menu .drop-menu {
    position: absolute;
    top: 30px;
    background: #fff;
    padding: 10px;
    width: 100%;
    max-height: 145px;
    overflow-y: scroll;
	display:none;

}
.dropt-menu .checkbtn {
	margin-bottom:10px;
}
.dropt-menu .checkbtn:last-child {
	margin-bottom:0px;
}
.product-block .title p {
	color:#fff;
}
.product-block h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 18px;
}
.product-panel figure {
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 25px;
}
.prod-h figure {
	display: flex;
	display: -webkit-flex;
	min-height: 239px;
	border-radius: 5px;
	overflow: hidden;
	cursor:pointer;
}
.prod-h figure .img {
    flex: 0 0 100%;
    max-width: 100%;
    transition: transform .2s;
    -webkit-transition: transform .2s;
}
.product-panel h3,.product-panel h3 a {
	color: #fff;
}
.product-panel:hover .img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.product-panel p {
	color: #fff;
	padding-right: 15px;
	letter-spacing: 0.16px;
	line-height: 21.84px;
}
.product-block .links {
	text-align: center;
	padding: 38px 0px 0px;
}
.product-block .links .btn,
.cases-panel .links .btn {
	padding: 0px 25px;
	max-width: initial;
	width: initial;
	line-height: 31px;
}
#slider1 .slick-slide {
	margin-right: 10px;
	margin-left: 10px;
}
.slick-arrow {
	position: absolute;
	top: 25%;
	z-index: 99;
	font-size: 0;
	outline: 0;
	border: none;
	cursor: pointer;
}
.slick-arrow.slick-prev {
	left: 0;
	position: absolute;
}
.slick-arrow.slick-next {
	right: 0;
	position: absolute;
}
.slick-arrow.slick-prev:after,
.slick-arrow.slick-next:after {
	position: absolute;
	left: -40px;
	top: 0;
	content: "";
	background: url(../images/left-white.png)no-repeat center/cover;
	width: 25px;
	height: 39px;
}
.slick-arrow.slick-next:after {
	left: inherit;
	right: -40px;
	background: url(../images/right-white.png)no-repeat center/cover;
}
/* cases-block */

.cases-block {
	padding: 50px 0px 105px;
	position: relative;
	overflow: hidden;
}
.cases-block:after,
.news-block:after,.product-overview-block:after,.product-overview-block:before {
	position: absolute;
	right: -19%;
	top: 15%;
	content: "";
	width: 775px;
	height: 540px;
	background: url(../images/bg-img2.png)no-repeat center/cover;
	z-index: -1;
}
.cases-block .title h2 {
	color: #009ee0;
	margin-bottom: 15px;
}
.cases-block .title p {
	margin-bottom: 32px;
}
.cases-panel figure {
	width: 100%;
	max-width: 653px;
	height: 410px;
	box-shadow: 0 0 16px 5px rgba(118, 123, 125, 0.09);
	border-radius: 10px;
	overflow: hidden;
}
.cases-panel .text,
.expert-panel .text {
	width: 100%;
	max-width: 653px;
	height: 410px;
	box-shadow: 0 0 16px 5px rgba(118, 123, 125, 0.09);
	border-radius: 10px;
	background-color: #00aff1;
	padding: 53px 86px 40px;
	position: relative;
	margin-top: -268px;
}


.cases-panel .text {
	display:flex;
	display:-webkit-flex;
	align-items:center;
}
.cases-panel h3,
.cases-panel p {
	color: #fff;
}
.cases-panel p {
	margin-bottom: 15px;
}
.cases-panel .text-right {
	display: flex;
	/* justify-content: flex-end; */
}
.cases-panel .text {
	margin-top: 0px;
}
.cases-panel .links {
	text-align: center;
	padding-top: 30px;
}
.cases-block.case-new .cases-panel {
	display:flex;
	display:-webkit-flex;
}
.cases-block.case-new .cases-panel figure {
	max-width:580px;
	margin-right:20px;
}
.cases-block.case-new .cases-panel .text {
	padding:53px 35px 40px;
}
#slider2 .slick-arrow,
#slider3 .slick-arrow {
	top: 47%;
	transform: translate(-0%, -50%);
}
#slider2 .slick-arrow.slick-prev:after,
#slider3 .slick-arrow.slick-prev:after {
	background: url(../images/left-blue.png)no-repeat center/cover;
}
#slider2 .slick-arrow.slick-next:after,
#slider3 .slick-arrow.slick-next:after {
	background: url(../images/right-blue.png)no-repeat center/cover;
}
.slick-dots {
	position: absolute;
	left: 50%;
	bottom: -53px;
	transform: translate(-50%, -0%);
	display: flex;
	align-items: center;
}
.slick-dots li {
	margin: 0px 6px;
}
.slick-dots li button {
	font-size: 0;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	border: 1px dashed #959595;
	background-color: #bfbfbf;
	outline: 0;
}
.slick-dots li.slick-active button {
	border: 1px dashed #959595;
	background-color: #009ee0;
}
/* expert */

.expert-block {
	padding: 50px 0px 170px;
}
.cases-block.expert-block:after,
.product-overview-block:before {
	right: inherit;
	left: -14%;
	width: 625px;
	height: 561px;
	background: url(../images/bg-img3.png)no-repeat center/cover;
}
.expert-panel .row {
	justify-content: space-between;
}
.expert-panel figure {
		min-height: 471px;
		width: 100%;
		position: relative;
		border-radius: 5px 5px 0px 0px;
		max-width: 458px;
}
.expert-panel figure:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 32%;
	background: rgba(0, 0, 0, 0.51);
}
.expert-panel .text {
	margin-top: 0;
	height: 471px;
	padding: 65px 98px 40px;
}
.expert-panel .links {
	position: absolute;
	bottom: 45px;
	left: 50%;
	transform: translate(-50%, -0%);
}
.social-panel {
	display: flex;
	height: 100%;
	align-items: flex-end;
	justify-content: flex-end;
	padding-right: 88px;
}
.social-panel ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	top: -27px;
	z-index: 2;
}
.social-panel ul li {
	margin-left: 13px;
}
/* news-block */

.news-block {
	padding-bottom: 73px;
	position: relative;
	overflow: hidden;
}
.news-block.home-news .row .col {
	background:#fff;
	border-radius:20px;
	box-shadow: 1px 0px 5px rgba(0,0,0,0.1);
}
.show_yellowbg {
	position:relative;
	overflow:hidden;
}
.pointer {
	cursor:pointer;
}
.news-block:after,
.show_yellowbg:after
 {
	content:"";	
	background: url(../images/bg-img4.png)no-repeat center/cover;
	width: 434px;
	height: 411px;
	right: -5%;
    top: 15%;
}
.show_yellowbg .container {
	position:relative;
	z-index:99;
}
.show_yellowbg:after {
	position:absolute;
}
.news-block .row {
	margin-bottom: 40px;
	position: relative;
}
.news-panel {
	border-radius: 10px;
	overflow: hidden;
}
.news-panel p {
	margin-bottom: 5px;
}
.news-panel p span {
	font-weight: 700;
	color: #009ee0;
}
.readmrebtn {
	color: #009ee0;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0.14px;
	display: inline-block;
	vertical-align: middle;
}
.readmrebtn i {
	display: inline-block;
	vertical-align: middle;
}
.news-panel .text {
	padding: 20px 23px;
}
.read-links {
	display: flex;
	justify-content: flex-end;
}
.news-block .links {
	text-align: center;
}
.news-block .links .btn {
	
}
/* subscribe-newsletter */

.subscribe-newsletter {
	background: url(../images/bg-img5.png)no-repeat center/cover;
	padding: 77px 0px 81px;
}
.subscribe-newsletter {} .subscribe-newsletter h3 {
	color: #ffffff;
	font-size: 36px;
	line-height: 41px;
	letter-spacing: 0.5px;
	margin-bottom: 28px;
}
.subscribe-newsletter p {
	color: #ffffff;
}
.subscribe-newsletter .col1 {
	-ms-flex: 0 0 57%;
	flex: 0 0 57%;
	max-width: 57%;
}
.subscribe-newsletter .col2 {
	-ms-flex: 0 0 43%;
	flex: 0 0 43%;
	max-width: 43%;
}
.subscribe-newsletter input,
.f-panel .form-group input,
input[name="post_password"] {
	width: 100%;
	max-width: 48.5%;
	height: 34px;
	border: none;
	background-color: #ffffff;
	color: #393939;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.16px;
	padding: 0px 15px;
	border-radius: 10px;
	margin-right: 3%;
}
input[name="post_password"] {
	border:1px solid #ccc;
}
.subscribe-newsletter .form-group input,
.f-panel .form-group input {
	width:100%;
	max-width: 100%;	
}
.subscribe-newsletter .form-group span.your-name,
.f-panel .form-group span.your-name,
.f-panel .form-group span.your-tel {
	margin-right: 3% !important;
} 
.subscribe-newsletter input:last-child,
.f-panel .form-group input:last-child {
	margin-right: 0;
}
.subscribe-newsletter input::placeholder,
.f-panel .form-group input::placeholder {
	color: #393939;
}
.subscribe-newsletter .form-group {
	display: flex;
	justify-content: space-between;
	padding: 43px 0px 60px;
}
.subscribe-newsletter .links {
	display: flex;
	justify-content: flex-end;
}
.subscribe-newsletter .links .btn {
	
}
#footer-wrap {
	width: 100%;
}
.footer-block {
	padding: 57px 0px 35px;
}
.footer-block .col5 {
	flex:0 0 40%;
	max-width:40%;
}
.footer-block h5 {
	margin-bottom: 23px;
}
.footer-block address,
.footer-block ul li a {
	color: #6e6b6b;
	font-size: 16px;
	font-weight: 400;
	line-height: 21.84px;
	letter-spacing: 0.16px;
	display: inline-block;
}
.footer-block address {
	margin-bottom: 23px;
}
.footer-block ul {
	margin-bottom: 22px;
}
.footer-block ul.f-social {
	display: flex;
	align-items: center;
}
.footer-block ul.f-social li {
	margin-right: 10px;
}
.footer-block .col2 {
	-ms-flex: 0 0 17%;
	flex: 0 0 17%;
	max-width: 17%;
	margin-right: 7%;
}
.footer-block .col3 {
	-ms-flex: 0 0 14%;
	flex: 0 0 14%;
	max-width: 14%;
	margin-right: 5%;
}
.footer-block .col4 {
	margin-right: 3%;
}
.certificate li {
	margin-bottom: 15px;
}
.f-panel .form-group {
	display: flex;
	margin-bottom: 15px;
	justify-content: space-between;
	padding-top: 5px;
}
.f-panel .form-group .btn {
	max-width: 48.5%;
}
.topbtn {
	position: fixed;
	left: 17.5%;
	transform: translate(-50%, -0%);
	bottom: 25px;
	margin-left: -100px;
	display:none;
	cursor:pointer;
}

/* page2 */
.breadcrumbs-block{
	padding: 15px 0px;
	position: relative;
	z-index: 99;
}
.breadcrumbs-block ul,
#breadcrumbs>span{
    display: flex;
    background-color: #e5e5e5;
    width: fit-content;
    padding: 5px 10px;
}
.breadcrumbs-block li,
#breadcrumbs>span a {
	color: #4b4a4d;
	font-weight: 400;
	line-height: 17.56px;
	text-transform: uppercase;
	font-size: 14px;
	
	position:relative;
}
.breadcrumbs-block li.active,
#breadcrumbs>span span {
	font-weight:700;	
	color: #4b4a4d;
	margin-right: 15px;
}
#breadcrumbs>span span {
	position:relative;
	overflow:hidden;
	
}
#breadcrumbs>span cite {
	font-weight:normal;
}
#breadcrumbs span.parent_first cite + span {
	text-decoration:underline;
}

.breadcrumbs-block li:last-child:after{
	display:none;
}
.product-overview-block{
	padding: 112px 0px 40px;
	position: relative;
	margin-top: -62px;
	background: url(../images/p-bg1.png)no-repeat center/cover;
	overflow:hidden;
}
.product-overview-block .product-panel figure {
	cursor:pointer;
}
.product-overview-block .product-panel figure {
	border-radius:5px;
	overflow:hidden;	
}
.product-overview-block .product-panel figure img {
	transition: transform .2s;
	-webkit-transition: transform .2s;
}
.product-overview-block .product-panel:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.product-overview-block .title{
	margin-bottom:70px;
}
.product-overview-block .col1{
	-ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
	margin-right: 2%;
	margin-bottom: 6.5%;
}
.product-overview-block .col1:nth-child(3n){
	margin-right:0;
}
.product-overview-block .product-panel h3 a {
    color: #009ee0;
}
.product-overview-block .product-panel p {
    color: #4b4a4d;
	padding:0;
}
.product-overview-block:after,.product-overview-block:before{
	z-index: 2;
}


.product-overview-block:after{
	right: -24%;
	top: 24%;
}
.product-overview-block:before{
	top: 45%;
	left: -17%;
}
/* page-3 */
.branches .title h2,
.branches .product-panel h3 a{
    color: #009036;
}
.branches:after{
	top: 45%;
}
.branches:before{
	top: 10%;
}
/* page-4 */
.product-content-block {
    padding: 20px 0px 30px;
}
.content-panel {
	-ms-flex: 0 0 74.5%;
    flex: 0 0 74.5%;
	max-width: 74.5%;
	margin-right: 2.5%;
}
.content-panel.fullwidth {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
	max-width: 100%;
	margin-right:0px;
}
.content-panel.fullwidth .title {
	max-width: 74.5%;
	margin:initial;
}
.sidebar-panel{
	-ms-flex: 0 0 23%;
    flex: 0 0 23%;
	max-width: 23%;
}
.content-panel .title{
	text-align:left;
	width: 100%;
}
.content-panel .title h1.sm-tits{
	color: #00b1e6;
	font-size: 16px;
	margin-bottom: 22px;
	font-weight:700;
	line-height:21.84px;
}
.content-panel .title h1{
	color: #00b1e6;
	margin-bottom: 22px;
	font-weight:700;
}
.content-panel .title p{
	color: #00b1e6;
    font-weight: 700;
    line-height: 21.84px
}
.single-branche .content-panel .title p,
.single-branche .content-panel .title h1,
.single-branche h5,
.single-branche .text-panel a {
	color:#009036;
}
.product-content-block .images-panel figure  {
	display:flex;
	display:-webkit-flex;
	min-height:270px;
	border-radius:5px;
	overflow:hidden;
	position:relative;
	
}
.sub_title {
	display:block;
	font-family: 'Museo Sans 500';
	font-size:50px;
	font-weight:400;
	line-height:50px;
	letter-spacing:0.5px;
	padding:0px 0px 10px;
	color:#00b1e6;
}
.product-content-block .images-panel figure video {
	width: 100%;
    height: 100%;
    object-fit: fill;
}
.product-content-block .images-panel figure .img {
	flex:0 0 100%;
	max-width:100%;
	transition: transform .2s;
	-webkit-transition: transform .2s;
	
}
.product-content-block .images-panel figure:hover .img {
transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.images-panel{
	display:flex;
	justify-content:space-between;
	margin-bottom: 20px;
}
.images-panel figure{
	-ms-flex: 0 0 48%;
    flex: 0 0 48%;
	max-width: 48%;
	margin-right: 4%;
}
.images-panel figure img{
	width:100%;
}
.images-panel figure:last-child{
	margin-right:0;
}
.content-panel .text-panel p,
.register-content p {
	margin-bottom:23px;
}
.content-panel .text-panel h2 {
	font-size: 16px;
    line-height: 21.84px;
    color: #009ee0;
    font-family: 'Museo Sans 500';
    letter-spacing: 0.16px;
	margin-bottom:0px;
}
.text-panel ul,
.text-panel ol,
.register-content ul,
.register-content ol {
	margin-left:60px;
	margin-bottom:22px;
}
.text-panel h1,
.text-panel h2,
.text-panel h3 {
	margin-bottom:22px;
}
.text-panel ul > li,
.register-content ul > li { 
	list-style:outside;
	font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.16px;
	
	margin-bottom:10px;
}
.text-panel ul > li > ul,
.register-content ul > li > ul,
.text-panel ol > li > ol,
.register-content ol > li > ol {
	margin-top:10px;
	margin-left:40px;
}

.text-panel ul > li > ul > li,
.register-content ul > li > ul > li{
	list-style:circle;
	
}


.text-panel ol > li,
.register-content ol > li { 
	list-style: decimal;
	font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.16px;
	
	margin-bottom:10px;
}
.text-panel ul li:last-child,
.text-panel ol li:last-child,
.register-content ul li:last-child,
.register-content ol li:last-child {
	margin-bottom:0px;
}
.sidebar-panel #sticky {
	/* margin-top:229px; */
    width: 100%;
    box-shadow: 0 0 10px rgba(63, 62, 62, 0.15);
    border-radius: 10px;
    background-color: #ffffff;
 /* position: fixed; */
	max-width: 262.19px;
/*  top: 13%;	
	right: 20%;	
	z-index:999; */
	/* position: relative; */
	z-index: 99;
	position:sticky;
	position:-webkit-sticky;
	top:0px;
}
.sidebar-panel .expert-panel figure {
	min-height: 233px;
	width: 100%;
	height: 233px;
}
.sidebar-panel .social-panel {
    padding-right: 0;
    justify-content: center;
} 
.sidebar-panel .social-panel ul li a {
    display:block;
	width:36px;
}
.sidebar-panel .social-panel ul {
    top: -10px;
}
.sidebar-text {
	padding: 32px 20px;
}
.sidebar-panel .sidebar-text p{
	color: #4b4a4d;
}
.sidebar-panel .sidebar-text .btn{
	max-width:100%;
	margin-bottom: 10px;
	width:100%;
	word-break:break-word;
	min-height:34px;
	height:auto;
	white-space:pre-wrap;
	color:#fff !important;
	
}
.sidebar-text .panel{
    padding-bottom: 10px;
	position:relative;
	margin-bottom:20px;
}
.sidebar-text .panel p,
.sidebar-text .panel center{
	font-size:14px;
	text-align:center;
	color:#313131;
	line-height: 22px;
    letter-spacing: 0.16px;
}
.sidebar-text .panel:last-child {
	margin-bottom:0px;
}
.sidebar-text .panel:after{
	position:absolute;
	left:50%;
	bottom:0;
	content:"";
	transform:translate(-50%,-0%);
	width: 87px;
	border: 1px dashed #959595;
}
.sidebar-panel .sidebar-text span{
	color: #4b4a4d;
	line-height: 22px;
	font-family: 'Museo Sans 500';
	font-size: 19px;
	letter-spacing: 0.19px;
	text-align:center;
	display: block;
	padding-top: 20px;
	margin-bottom: 16px;
}

.related-cases .col,.knowledge-article .col {
    -ms-flex: 0 0 31.6%;
    flex: 0 0 31.6%;
    max-width: 32.6%;
}
.four_items {
	width: 100%;
    max-width: 100%;
}
.four_items .row {
	display:block;
	width:100%;
}
.four_items .row .slick-track {
	margin:initial;
}
.four_items .row .slick-slide {
    margin-right: 2.6%;
}
.has_slider .col {
	flex:0 0 100%;
	-ms-flex: 0 0 100%;
	max-width:100%;
}
.rel-com .news-panel figure {
	border-radius:10px 10px 0px 0px;
	overflow:hidden;
	display:flex;
	display:-webkit-flex;
	min-height:283px;
}
.rel-com .news-panel figure .img {
	flex:0 0 100%;
	max-width:100%;
	transition: transform .2s;
	-webkit-transition: transform .2s;
}
.rel-com .col:hover .img  {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

/* related-cases */
.related-cases{
/* 	background: url(../images/r-cases.png)no-repeat center/cover; */
	position: relative;
   /*  margin-top: -114px; */
    padding: 30px 0px 3px;
}
.related-cases h4{
	color: #ffffff;
	margin-bottom: 55px;
}
.related-cases .news-panel .text,.knowledge-article .text {
	background:#fff;
	padding: 20px 23px 7px;
	border-radius: 0px 0px 10px 10px;
}
.knowledge-article {
	padding:30px 0px;
}
.knowledge-article h4{
	color: #009ee0;
	margin-bottom: 55px;
}
.knowledge-article .row {
    margin-bottom: 10px;
}
.our-customer-block h4{
	color: #009ee0;
}
.our-customer-block ul li {
	overflow:hidden;
	cursor:pointer;
}
.our-customer-block ul li img {
	transition: transform .2s;
	-webkit-transition: transform .2s;
}
.our-customer-block ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.branch .links {
	justify-content:flex-end;
	display:flex;
	margin-bottom: 41px;
}
.branch .links .btn {
	max-width: 310px;
}
.branch .row{
    margin-bottom: 38px;
}
.branch h4 {
    color: #ffffff;
    margin-bottom: 30px;
}
.branch-cust{
	padding-bottom: 48px;
}
.branch-cust .title {
   padding: 40px 0px 35px;
}
.branch-cust ul{
	margin-bottom:0;
}
.branch-cust ul li {
	margin-bottom:35px;
}

/* page-6 cases-overzicht */
.casesoverzicht { 
    padding: 60px 0px 40px;
}
.branch-choose {
	
}
.branch-choose h5{
	color: #4b4a4d;
	letter-spacing: 0.16px;
	font-weight: 700;
	margin-bottom:10px;
}
.checkbtn {
	display: block;
	position: relative;
	padding-left: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index:999;
	color: #4b4a4d;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0.16px;
}
.checkbtn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 0;
	border: 1px solid #959594;
	background-color: #ffffff;
  
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbtn input:checked ~ .checkmark:after {
  display: block;
}
.checkbtn .checkmark:after {
	left: 2.8px;
    top: 1.5px;
    width: 6px;
    height: 6px;
    border: solid #009ee0;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.casesoverzicht .title {
    position: relative;
    top: -55px;
	margin-bottom: 0px;
}
.casesoverzicht .row{
	position:relative;
	margin-top: -30px;
}
/* references-block */
.references-block{
	background:#f3f7fa;
    padding: 47px 0px;
}
.references-block .inner{
	max-width:900px;
	margin:0 auto;
}
.references-block .title {
	width: 100%;
	padding-bottom: 38px;
	position:relative;
}
.references-block .title h1{
	color: #009036;
	    margin-bottom: 20px;
}
.references-block .title p{
	color: #009036;
	font-weight: 700;
}
.references-block .title:after,.references-block .text-panel ul li:after ,.references-block .text-panel:after,.bg-green .text-panel:before{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,-0%);
    width: 331px;
    background: #009ee0;
    content: "";
    height: 1px;
}

.bg-green .text-panel:before,
.bg-green .text-panel:after {
	background:#009036 !important;
}
.bg-green .text-panel .readmorebtn:after {
	color:#009036 !important;
}
.references-block .text-panel{
	text-align:center;
	margin:0 auto;
	width:75%;
    padding: 20px 0px 24px;
	position:relative;
}
.references-block .text-panel h5{
	color: #009036;
	font-size: 20px;
	line-height: 31.23px;
	font-weight: 700;
	letter-spacing: 0.2px;
	font-family: 'Open Sans', sans-serif;
}
.references-block .text-panel p{
	letter-spacing: 0.2px;
	color: #009ee0;
	font-size: 20px;
	line-height: 31.23px;
	    margin-bottom: 5px;
}
.references-block a.readmorebtn {
	color: #009ee0;
}
.product-content-block.bg-green .references-block .text-panel p {
	color:#009036;
}
.product-content-block.bg-green .references-block a.readmorebtn {
	color: #009ee0;
}
.references-block .text-panel ul{
	display:flex;
	justify-content:center;
	    margin-bottom: 11px;
		list-style:none;
		margin-left:l0px;
}
.references-block .text-panel ul li{
	color: #4b4a4d;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.16px;
	margin-right: 20px;
	position:relative;
	list-style:none;
}
.readmorebtn{
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.16px;
	color: #009ee0;
	padding-right: 20px;
	position:relative;
}
.readmorebtn:after{
	position: absolute;
    bottom: -1px;
	right:0;
	content: ">";
	font-size: 16px;
	font-weight: 600;
	color: #009ee0;
	
}
.bg-green .references-block .text-panel .readmorebtn:after{ 
	color: #009036 !important;
}
.references-block .text-panel ul li:after {
    height: 15px;
    transform: inherit;
    left: inherit;
    right: -11px;
    background: #4b4a4d;
    width: 1px;
    top: 4px;
}
.references-block .text-panel ul li:last-child:after {
	display:none;
}
.mega-cases-block  {
	background-color: #eeeeee;
}
.mega-cases-block .our-customer-block {
	background-color: #eeeeee;
}
.mega-cases-block .title {
	text-align: left;
	width:100%;
}
.mega-cases-block .title h4 {
	color: #009036;
}
.mega-cases-block .branch-cust {
    padding-bottom: 19px;
}
/* page-7 cases-details */
.bg-green{
	padding: 20px 0px 40px;
}
.bg-green .content-panel .title h1,
.bg-green .content-panel .title p,
.bg-green .content-panel  .sub_title,
.single-branche .content-panel  .sub_title,
.single-branche .content-panel .text-panel h2, 
.single-branche .content-panel .text-panel h1,
.single-branche .content-panel .text-panel h3,
.single-branche .content-panel .text-panel h4,
.bg-green .content-panel .text-panel h2, 
.bg-green .content-panel .text-panel h1,
.bg-green .content-panel .text-panel h3,
.bg-green .content-panel .text-panel h4,
.bg-green h5.exp-title,
.bg-green .content-panel .text-panel a,
.single-branche .content-panel .text-panel a,
.single-branche .sidebar-panel .panel a
 {
   color: #009036;
}
.bg-green .text-panel h5,
.bg-green .text-panel h5  a,
.bg-green .fig-img a {
	color: #009036;
}
.fig-img p a {
	text-align:center;
	display:block;
}

.bg-green .references-block {
    padding: 0px 0px;
}
.bg-green .text-panel:before{
    bottom: inherit;
	top:0;
}
.product-content-block .fig-img {
	margin-top:23px;
	margin-bottom:30px;
}
.product-content-block .fig-img iframe {
	width:100% !important;
}
.product-content-block .fig-img img {
	border-radius:5px;
}
.cases {
	margin-top:0;
	background:#e5e5e5;
}
.cases h4 {
    color: #009ee0;
}
/* page-9  Kennisartikelen */
.knowledge-articles {
	padding-bottom:0;
}
.knowledge-articles .product-panel h3, .knowledge-articles .product-panel h3 a {
	font-family: 'Museo Sans 500';
	font-size: 24px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0.33px;
	color:#009ee0;
}
.knowledge-articles .title h2 {
	color: #009ee0;
}
.knowledge-articles .col1 {
    margin-bottom: 3.5%;
}
.dates {
	margin-bottom:10px;
}
.dates li{
	display:flex;
	margin-bottom:3px;
}
.dates li strong {
	margin-right:5px;
}
.dates li strong , .dates li span {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.33px;
	color:#4b4a4d;
}
.dates li span{
	font-weight: 400;
}
.txt-blue{
	color:#009ee0 !important; 
}
/* page-11 contact */
.contact-block{
	padding: 20px 0px;
}
.contact-block h1{
	color: #00b1e6;
	margin-bottom:50px;
}
.contact-block .container > .row {
	margin-bottom:30px;
}
.contact-block  .row  .col1{
	max-width: 23%;
    margin-right: 2.6%;
}
.sm-h figure {
	overflow:hidden;
}
.sm-h figure .img {
	width:100%;
	height:239px;
	transition: transform .2s;
	-webkit-transition: transform .2s;	
}
.sm-h:hover .img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.contact-block  .row .col1:last-child{
	margin-right:0;
}
.contact-panel{
	border-radius:10px;
	overflow:hidden;
	box-shadow: 0 0 10px rgba(63, 62, 62, 0.15);
    padding-bottom: 30px;
	background-color: #ffffff;
}
.contact-panel .img {
	height:236px;
}
.contact-panel .text{
    padding: 30px 18px 25px;
	position:relative;
}
.contact-panel .text:after{
	position:absolute;
	left:50%;
	transform:translate(-50%,-0%);
	bottom:0;
	content:"";
	width: 87px;
	border-top: 1px dashed #959595;
}
.contact-panel .btn{
	max-width:100%;
	margin-bottom: 30px;
}
.contact-panel p{
	padding:0px 5px;
}
.registratiom-form {
	padding: 15px 0px 0;
}
.registratiom-form .form-group{
	margin-bottom:3px;
}
.registratiom-form label{
	color: #4b4a4d;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.16px;
	margin-bottom: 5px;
    display: block;
}
.registratiom-form input{
	width: 100%;
	height: 34px;
	border-radius: 10px;
	border: 1px solid #d2d2d2;
	background-color: #ffffff;
	padding:0 10px;
}
.registratiom-form textarea{
	width: 100%;
	height: 162px;
	border-radius: 10px;
	border: 1px solid #d2d2d2;
	background-color: #ffffff;
	resize:none;
}
.registratiom-form .links{
	padding-top: 12px;
}
.registratiom-form .btn{
	max-width: 226px;
}
.registratiom-form .col-2{
	max-width: 74%;
	width: 100%;
	margin-right: 3%;
}
.registratiom-form .col-3{
	max-width: 23%;
	width: 100%;
}
.map-block figure{
	height: 447px;
	background:url(../images/map-img.png)no-repeat center/cover;
}
.address-panel{
	padding:24px 0px;
}
.address-panel h5{
	color: #6e6b6b;
}
.address-panel address{
	margin-bottom: 24px;
}
.address-panel address ,
.address-panel ul li a,.team-view{
	font-size:16px;
	line-height:22px;
	color:#6e6b6b;
}
.address-panel ul{
    margin-bottom: 35px;
}
.team-view {
	display:flex;
    justify-content: flex-start;
	align-items:center;
}
/* page-12 thinktank-block */
.thinktank-block {
    padding: 75px 0px 43px;
	background: url(../images/bg-img6.png)no-repeat center/cover;
	position: relative;
	margin-top: -56px;
	overflow:hidden;
}
.thinktank-block:after,.thinktank-block:before {
    left: -14%;
    width: 625px;
    height: 561px;
    background: url(../images/bg-img3.png)no-repeat center/cover;
	position: absolute;
	content: "";
    top: 5%;
	z-index:1;
}
.thinktank-block:before {
    left: inherit;
    background: url(../images/bg-img2.png)no-repeat center/cover;
    width: 775px;
    height: 540px;
    right: -20%;
    top: 26%;
}
.thinktank-block .title{
	width:100%;
}
.thinktank-block .title h1 {
	color: #00b1e6;
	margin-bottom: 32px;
}
.thinktank-block .col1 {
	width:100%;
	max-width:31%;
	margin-right:3%;
	position: relative;
    z-index: 5;
}
.thinktank-block .col2{
	width:100%;
	max-width:66%;
	position: relative;
	z-index: 5;
}
.planned-panel {
	border-radius: 10px;
	background-color: #00b1e6;
	padding: 32px 27px;
	margin-bottom: 50px;
}
.planned-panel p { 
	color:#fff;   
	margin-bottom: 27px;
}
.planned-panel p:last-child {
	margin-bottom:0px;
}
.planned-panel h2 {
	color: #ffffff;
	font-size: 44px;
	letter-spacing: 0.44px;
	line-height: 46px;
	text-align:center;
	margin-bottom: 5px;
}
.planned-panel  span{
	display: block;
	text-align:center;
	margin-bottom: 25px;
}
.planned-text-panel h3{
	color: #00b1e6;
}
.fig1-panel{
	height: 520px;
	background:url(../images/cases-fig.png)no-repeat center/cover;
	background-color:#eee !important; 
	border-radius:10px;
	overflow:hidden;
    margin-bottom: 50px;
	position:relative;
}
.fig1-panel iframe {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	margin:auto;
}
.register-panel h4{
	color: #4b4a4d;
	font-size: 24px;
	letter-spacing: 0.24px;
	line-height: 42.68px;
	margin-bottom: 10px;
}
.register-panel .checkmark,
.register-panel span.wpcf7-list-item-label:before {
	content:"";
	border-radius: 50%;
	width: 17px;
	height: 17px;
	border: 1px solid #d2d2d2;
	background-color: #ffffff;
	position:absolute;
	left:0px;
	top:2px;
}

.register-panel .checkbtn {
   padding-left:30px;
   position:relative;
}
.register-panel .checkbtn span {
	margin-left:0px;
}
.register-panel span.wpcf7-list-item-label:after {
    left: 2.8px;
    top: 1.5px;
    width: 6px;
    height: 6px;
    border: solid #009ee0;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	display:none;
	position:absolute;
}

.register-panel .checkbtn .checkmark:after,
.register-panel span.wpcf7-list-item-label:after {
	left: 3px;
	top: 2px;
}
.register-panel span.wpcf7-list-item-label:after {
	left: 5.5px;
    top: 6px;
}

.register-panel input:checked ~ span.wpcf7-list-item-label:after {
    display: block;
}
.register-panel .registratiom-form {
    padding-top: 0px;
	margin-top:-6px;
}
.register-panel .registratiom-form textarea {
    height: 111px;
}
.register-panel .registratiom-form .form-group {
    margin-bottom: 11px;
}
.register-panel .registratiom-form .links {
    padding-top: 0px;
}
.register-panel .registratiom-form .btn {
	border-radius: 5px;
}
.register-content{
    padding: 70px 0px 95px;
}
.register-content .top{
    margin-bottom: 45px;
}
.register-content .top h3{
	color: #00b1e6;
	font-size: 33px;
	font-weight: 400;
	letter-spacing: 0.33px;
	line-height: 42.68px;
	margin-bottom: -6px;
}
.register-content .top p{
	color: #4b4a4d;
	text-align:justify;
}
.register-content{}
.register-content h5{
	color: #00b1e6;
	font-size: 24px;
	letter-spacing: 0.24px;
	line-height: 30px;
}
.register-content .bottom{}
.register-content .bottom .col1{
    width: 100%;
    max-width: 47.5%;
    margin-right: 4%;
}
.register-content .bottom .col1:last-child{
	margin-right:0;
}
.landing .registratiom-form input{
	width: 226px;
	height: 34px;
	border-radius: 10px;
	border: 1px solid #d2d2d2;
	background-color: #f3f7f9;
}
.landing .sidebar-panel .sidebar-text .link {
	padding-top:20px;
}
.landing .sidebar-panel .sidebar-text .btn {
    font-size:20px;
}
.landing {
    padding: 20px 0px 50px;
}
#footer-wrap {
    background-color: #e5e5e5;
}
/* mtoggle */
.mtoggle {
  display: none;
  cursor: pointer;
}
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
  transform: rotate(-45deg) translate(-9px, 6px) ;
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-9px, -6px) ;
  transform: rotate(45deg) translate(-9px, -6px) ;
}

/* responsive */
@media only screen and (max-width: 1439px) {
	
}
@media only screen and (max-width: 1279px) {
	.our-customer-block ul li {
		margin: 0px 25px 25px;
	}
	.our-customer-block ul {
		margin-bottom: 20px;
		justify-content: center;
	}
	.slick-arrow.slick-prev {
		left: 30px;
	}
	.slick-arrow.slick-next {
		right: 30px;
	}
	.expert-panel figure {
		max-width: 370px;
	}
	.cases-panel .text, .expert-panel .text {
		max-width: 580px;
		padding: 53px 60px 40px;
	}
	.footer-block .col2 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
		margin-right: 4%;
	}
	.social-panel {
		justify-content: center;
		padding-right: 0px;
	}
	.topbtn {
		left: 35px;
	}
	.menu-primary-menu-container > ul > li {
		margin-left: 20px;
	}
	.searchbtn {
		margin-left: 30px;
	}
	#header-wrap .logo a {
		margin-bottom:15px;
	}
	.header-bottom .right-panel {
		width: 100%;
		justify-content: space-between;
	}
	.submenu, .sub-menu {
		left: -35px;
	}
}
@media only screen and (max-width: 1023px) {
	.home-banner-block {
		min-height: 440px;
	}
	#banner-wrap .shadow {
		height: 440px;
	}
	.our-customer-block .title {
		padding: 30px 0px 0px;
	}
	.title {
		width: 100%;
	}
	.product-block {
		padding: 70px 0px 70px;
	}
	.expert-block {
		padding: 50px 0px 100px;
	}
	#page-wrap {
		
	}
	.sidebar-panel #sticky {
		right: 5px;
	}
}
@media only screen and (max-width: 991px) {
	.col {
		-ms-flex: 0 0 31.5%;
		flex: 0 0 31.5%;
		max-width: 31.5%;
		margin-right: 2.5%;
		margin-bottom: 30px;
	}
	.news-block .row .col:nth-child(3n) {
		margin-right: 0%;
	}
	.sub-menu:after {
		display:none;
	} 
	.sub-menu  {
		box-shadow:none !important;
	}
	.sub-menu li > .sub-menu:after,
	.menu-primary-menu-container > ul > li > .sub-menu > li > .sub-menu:before	{
		display:none;
	}
	.footer-block .col2,
	.footer-block .col3,
	.footer-block .col4,
	.footer-block .col5 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-right: 0%;
		margin-bottom: 30px;
	}
	.expert-panel figure {
		max-width: 300px;
	}
	.cases-panel .text, .expert-panel .text {
		max-width: 420px;
		padding: 40px 40px 40px;
	}
	.expert-panel .links {
		width: 85%;
	}
	.cases-panel .links .btn {
		max-width: 100%;
		width: 100%;
	}
	.btn, 
	.subscribe-newsletter .links .btn,
	.f-panel .form-group .btn {
		font-size: 19px;
	}
	.cases-panel .links {
		padding-top: 10px;
	}
	.cases-panel .text, .expert-panel .text {
		height: auto;
	}
	.header-bottom .row {
		align-items: center;
	}
	.header-bottom .right-panel {
		display:none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: #ffffff;
		z-index: 9999;
		padding: 20px 0px;
	}
	.mtoggle{
		display:block;
	}
	#header-wrap .logo a {
		margin-bottom: 0px;
	}
	.nav-block > ul, .menu-primary-menu-container > ul {
		display: block;
	}
	.menu-primary-menu-container ul li .plus_prev {
		display:block;
	}
	.menu-primary-menu-container > ul > li {
		margin-left: 0px;
	}
	.menu-primary-menu-container > ul > li span.plus_prev {
		width:39px;
		height:39px;
		display:flex;
		display:-webkiy-flex;
		align-items:center;
		justify-content:center;
		position:absolute;
		top:0px;
		right:0px;
		color: #7a797e;
		font-size:22px;
		cursor:pointer;
		z-index: 9999;
	}
	.breadcrumbs-block {
		display:none !important;
	}
	.searchbtn {
		margin-left: 15px;
	}
	.nav-block > ul > li > a, .menu-primary-menu-container > ul > li > a {
		padding: 10px 15px;
	}
	.menu-primary-menu-container > ul > li:hover > .submenu,
	.menu-primary-menu-container > ul > li:hover > .sub-menu{
		display:none;
	}
	div.sub-menu:after {
		display:none !important;
	}
	.submenu, .sub-menu,
	.menu-primary-menu-container > ul > li > .sub-menu,
	.sub-menu li > .sub-menu	{
		position: relative;
		top: 100%;
		width: 100%;
		left: 0px;
		padding: 10px 20px;
	}
	.nav-block, .menu-primary-menu-container {
		display: block;
	}
	.references-block .text-panel {
		width: 100%;
	}
	.contact-block .row .col1 {
		max-width: 31.6%;
		margin-right: 2.6%;
		margin-bottom:30px;
	}
	.contact-block .row .col1:nth-child(3n) {
		margin-right: 0%;
	}
	.thinktank-block .col1 ,.thinktank-block .col2 {
		max-width:100%;
		margin-right: 0%;
	}
	.content-panel.fullwidth .title {
		max-width: 100%;
	}
	.content-panel{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0%;
	}
	#sticky{
		position:relative !important;
	}
	.sidebar-panel {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
	.sidebar-panel .expert-panel figure {
		background-size:100%;
	}
	.cases-block.case-new .cases-panel {
		flex-direction:column;
	}
	.cases-block.case-new .cases-panel figure {
		flex:0 0 100%;
		max-width:100%;
		width:100%;
		margin-bottom:20px;
		min-height:400px;
	}
	.cases-block.case-new .cases-panel .text-right {
		flex:0 0 100%;
		max-width:100% !important;
		width:100%;
	}
	.cases-block.case-new .cases-panel .text-right .text {
		max-width:100%;
		margin-top:0px !important;
	}
}
@media only screen and (max-width: 767px) {
	.our-customer-block ul li {
		margin: 0px 20px 25px;
	}
	.expert-panel figure {
		max-width: 240px;
	}
	.cases-panel .text, .expert-panel .text {
		max-width: 350px;
	}
	.col,.related-cases .col, .knowledge-article .col {
		-ms-flex: 0 0 47.6%;
		flex: 0 0 47.6%;
		max-width: 47.6%;
		margin-bottom: 30px;
		margin-right: 25px;
	}
	.has_slider .col {
		flex: 0 0 100% !important;
		-ms-flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.four_items .row .slick-track {
		margin-left:auto;
		margin-right:auto;
	}
	.news-block .row .col:nth-child(3n) {
		margin-right: 25px;
	}
	.news-block .row .col:nth-child(2n) {
		margin-right: 0%;
	}
	.subscribe-newsletter .col1,.subscribe-newsletter .col2 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom:30px;
	}
	.subscribe-newsletter {
		padding: 60px 0px 60px;
	}
	.f-panel .form-group {
		display: block;
	}
	.f-panel .form-group span.your-name, 
	.f-panel .form-group span.your-tel {
		margin-right: 0% !important;
		margin-bottom:20px;
		display: block;
	}
	.subscribe-newsletter .form-group {
		padding: 35px 0px 35px;
	}
	h1, h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 25px;
	}
	.cases-block:after, 
	.news-block:after, 
	.product-overview-block:after, 
	.product-overview-block:before,
	.cases-block.expert-block:after, 
	.product-overview-block:before,
	.show_bluebg:before ,
	.thinktank-block:before,
	.thinktank-block:after{
		display:none;
	}
	.news-block {
		padding-bottom: 40px;
	}
	.news-block .row {
		margin-bottom: 0;
	}
	.subscribe-newsletter h3 {
		font-size: 30px;
	}
	.expert-block {
		padding: 25px 0px 100px;
	}
	#banner-wrap .shadow {
		width: 100%;
		margin-left: 0;
	}
	#banner-wrap .shadow .inner-text {
		max-width: 85%;
	}
	.product-overview-block .col1 {
		-ms-flex: 0 0 49%;
		flex: 0 0 49%;
		max-width: 49%;
		margin-right: 2%;
		margin-bottom: 6.5%;
	}
	.product-overview-block .col1:nth-child(2n),
	.product-overview-block .row .col1:last-child {
		margin-right: 0;
	}
	.product-overview-block .col1:nth-child(3n) {
		margin-right: 2%;
	}
	.our-customer-block .title {
		padding: 30px 0px 20px;
	}
	.casesoverzicht .title {
		top: 0;
	    margin-bottom: 35px;
	}
	.references-block .title {
		padding-bottom: 2px;
	}
	.references-block .text-panel p {
		font-size: 17px;
		line-height: 28px;;
	}
	h4 {
		font-size: 30px;
	}
	.contact-block .row .col1 {
		max-width: 47.4%;
		margin-right: 2.6%;
	}
	.contact-block .row .col1:nth-child(3n) {
		margin-right: 2.6%;
	}
	.registratiom-form .col-2,
	.registratiom-form .col-3 {
		max-width: 100%;
		margin-right: 0%;
	}
	.planned-panel h2 {
		font-size: 40px;
		line-height: 40px;
	}
	.planned-text-panel {
		padding-bottom: 30px;
	}
	.sidebar-panel {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.sidebar-panel .expert-panel figure {
		max-width: 100%;
	}
	.fig1-panel iframe {
		position:initial;
		left:initial;
		top:initial;
		bottom:initial;
		right:initial;
	}
}
@media only screen and (max-width: 639px) {
	.four_items .row .slick-slide {
		margin-right:0px;
	}
	
	.footer-block .col2,
	.footer-block .col3,
	.footer-block .col4,
	.footer-block .col5,
	.col,
	.register-content .bottom .col1	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.subscribe-newsletter .form-group,.subscribe-newsletter .form-group span.your-name {
		display: block;
	}
	.subscribe-newsletter .form-group span.your-name {
		margin-bottom: 20px;
	}
	.col,.register-content .bottom .col1{
		margin-right:0;
	}
	.header-top .left{
		display:none;
	}
	.header-top .right {
		width: 100%;
	}
	.header-top ul {
		justify-content: space-between;
		width: 100%;
	}
	.header-top ul li {
		margin-left: 0px;
	}
	.cases-panel .text ,.expert-panel figure{
		max-width: 100%;
	}
	#slider2 .text {
		margin-top: -240px;
	}
	.product-block .links .btn{
		max-width:100%;
		width:100%;
	}
	.home-banner-block {
		min-height: 400px;
	}
	#banner-wrap .shadow {
		height: 400px;
		background:rgba(0,177,230, 0.8);
	}
	.subscribe-newsletter .links .btn {
		max-width: 100%;
	}
	.subscribe-newsletter .form-group span.your-name, .f-panel .form-group span.your-name, .f-panel .form-group span.your-tel {
		margin-right: 0% !important;
	}
	.cases-panel .text, .expert-panel .text {
		padding: 30px 30px 30px;
	}
	.product-overview-block .col1 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0%;
	}
	.product-overview-block .col1:nth-child(2n),
	.product-overview-block .col1:nth-child(3n),
	.product-overview-block .row .col1:last-child {
		margin-right: 0;
	}
	.product-overview-block .title {
		margin-bottom: 40px;
	}
	.contact-block .row .col1 {
		max-width: 100%;
		margin-right: 0%;
	}
	.sidebar-panel {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col, .related-cases .col,.knowledge-article .col{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
		margin-right: 0px;
	}
	.sidebar-panel #sticky {
		max-width: 100%;
	}
	.images-panel figure {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0%;
		margin-bottom:20px;
	}
	.images-panel {
		display: block;
	}
	
}
@media only screen and (min-width: 1024px) { 
	.planned-panel {
	
		display:flex;
		display:-webkit-flex;
		flex-direction:column;
		justify-content:space-between;
		min-height:460px;
	} 
	.thinktank-block .col2 .fig1-panel {
		min-height:460px;
	} 
	.planned-text-panel h3,
	.register-content .top h3,
	.register-content h5	{
		margin-bottom:15px;
	}
}
@media only screen and (max-width: 479px) {
	h1, h2 {
		font-size: 35px;
		line-height: 40px;
	}
	.header-top span{
		display:none;
	}
	.expert-panel figure {
		min-height: 385px;
	}
	#header-wrap .logo a {
		width: 150px;
	}
	.planned-panel h2 {
		font-size: 35px;
		line-height: 35px;
	}
	.register-content {
		padding: 20px 0px 40px;
	}

}














0