/*--------------------------------------------------------------
# reset
--------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
body {
	line-height: 1;
	font-family: 'Roboto', sans-serif
}
ol,
ul {
	list-style: none
}
blockquote,
q {
	quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after { 
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
* {
	box-sizing: border-box
}
* {
	outline: 0
}


/*--------------------------------------------------------------
# typography
--------------------------------------------------------------*/
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100%
}

body {
	font-family: 'Proxima Nova', sans-serif;
	color: #000000;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 400;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	color: #000000;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 20px;
}
h1,.h1 {
	font-size: 62px;
	line-height: 60px;
}
h2,.h2 {
	font-size: 50px;
	line-height: 50px;
}
h3,.h3 {
	font-size: 36px;
	line-height: 40px;
}
h4,.h4 {
	font-size: 32px;
	line-height: 40px;
}
h5,.h5 {
	font-size: 30px;
	line-height: 40px;
}
h6 {
	font-size: 24px;
	line-height: 34px;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: inherit;
	background: #fff;
	border: 1px solid #000;
}
input {
	line-height: normal
}
textarea {
	max-height: 130px
}
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
input[type='url'],
input[type='date'],
select,textarea {
	padding: 10px 15px !important;
	border-radius: 0;
	width: 100%;
	display: block;
	border: 1px solid rgba(0,0,0,.75);
	background-color: #fff;
	box-shadow: none;
	color: rgba(0,0,0,.75);
	font-size: 17px;
	line-height: 1.4;
	border-radius: 6px;
}
::-webkit-input-placeholder {
	color: rgba(0,0,0,.75)
}
:-ms-input-placeholder {
	color: rgba(0,0,0,.75)
}
::placeholder {
	color: rgba(0,0,0,.75)
}
input:focus,
select:focus,
textarea:focus {
	border-color: rgba(0,0,0,1)
	outline: 0
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	border: none;
	margin-right: 10px
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="file"] {
	-webkit-appearance: none;
	cursor: pointer;
	line-height: normal;
	overflow: visible
}
button[disabled],
input[disabled] {
	cursor: default;
	opacity:.6;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}
body .gform_wrapper {
    margin-bottom: 0;
    margin-top: 0;
    max-width: 100%;
}
body .gform_wrapper ul.gform_fields {
	margin:0 -10px !important;
	display:flex !important;
	flex-wrap:wrap;
}
body .gform_wrapper ul.gform_fields li {
	padding:0 10px !important;
	margin-top: 3px !important;
}
body .gform_wrapper .gform_footer {
	margin:12px 0 0;
	padding:12px 0px;
}
body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
}
ul,ol,dl {
	font-size: 100%;
	line-height: 1.1
}
dl {
	margin: 0 0 1em 0
}
dd {
	margin: 0 0 1em .8em
}
ul {
	list-style-type: disc;
	margin: 0 0 1em 0;
	padding-left: 1em
}
ol {
	list-style-type: decimal;
	margin: 0 0 1em 0;
	padding-left: 1em
}
ul ul,
ol ul {
	list-style-type: circle;
	margin-top: 0
}
ol ol {
	list-style-type: lower-latin;
	margin-top: 0
}

p,li {
	color: #000000;
	font-size: 20px;
	line-height: 1.5;
}
p {
	padding-bottom: 24px;
}

blockquote,cite,q,var,dfn {
	font-style: italic
}

blockquote {
	background: transparent;
	padding:0px 0px 30px;
	position:relative;
}
blockquote:before {
	content:"“";
}
blockquote:after {
	content:"”";
	line-height: 0;
}
blockquote p,blockquote:before, blockquote:after {
	font-style:normal;
	padding:0;
	display:inline;
	color: #000000;
	font-size: 55px;
	font-weight: 700;
	line-height: 65px;
}
small {
	font-size: 85%;
	line-height: 1.75
}
pre,code,kbd,tt,
samp,var {
	font-size: 100%
}
pre {
	font-size: 100%;
	line-height: 1.5;
	margin: 0 0 1.5em 0;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
pre,
code {
	color: #800
}
kbd,
samp,
var {
	color: #888;
	font-weight: 700
}
acronym,
abbr {
	border-bottom: 1px #6e5951 dotted;
	font-variant: small-caps;
	cursor: help
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
em {
	font-style: italic
}
img {
	max-width: 100%;
	height: auto
}
figure {
	margin: 0
}
a {
	color: #3d9bd9;
	text-decoration: none
}
a:hover,
a:focus {
	text-decoration: underline
}
a:active {
	outline: none
}
table {
	border: none;
	margin: 0 0 24px 0;
	border-collapse: collapse;
	width: 100%;
	font-size: 22px;
	line-height: 30px
}
caption {
	font-variant: small-caps
}
th,td {
	line-height: 1.47;
	vertical-align: top;
	padding: 10px;
	font-size: 17px;
	color: #000;
	border-bottom: 1px solid rgba(0,0,0.75);
	border-right: 1px solid rgba(0,0,0.75)
}
th *:first-child,
td *:first-child {
	margin-top: 0
}
tr>*:last-child {
	border-right: none
}
th {
	font-weight: 700
}
tbody th {
	text-align: left
}
tbody td {
	color: #1e1e1e;
}
strong,b {
	font-weight: 700
}
.btn,input.btn,button.btn,
button,input[type="button"],
input[type="reset"],input[type="submit"],input[type="file"] {
	display: inline-block;
	vertical-align: middle;
	padding: 8px 20px;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
	background-color:#fff;
	border-radius: 23px;
	border: 1px solid #000000;
	text-align:center;
	color: #000000;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 600;
	text-decoration: none;
	transition: .4s all;
}
.btn:hover {
	background-color: #382d5d;
	color: #fff;
	border-color: #382d5d;
	text-decoration: none;
}

.btn-selected {
	background-color: #382d5d !important;
	color: #ffffff !important;
	border-color: #382d5d !important;
	text-decoration: none;
}
/*
.btn-yellow:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5rem
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5rem
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption.alignnone {
	margin: .313rem 1.25rem 1.25rem 0
}
.wp-caption.alignleft {
	margin: .313rem 1.25rem 1.25rem 0
}
.wp-caption.alignright {
	margin: .313rem 0 1.25rem 1.25rem
}
.widget {
	margin: 0 0 1.75rem
}
.widget select {
	max-width: 100%
}
.widget-title {
	color: #000000;
	font-size: 20px;
	font-weight: 700;
}
.widget ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.widget li {
	padding: 0px 0 10px;
}
.searchform>div {
	display: flex
}
.searchform>div>input {
	height: 44px;
	display: block
}
.searchform input[type="submit"] {
	border-radius: 0;
	border: none
}

.comment-content a {
	word-wrap: break-word
}
.bypostauthor {
	display: block
}
.comment-body .pull-left {
	padding-right: .625rem;
	float: left
}
.comment-list .comment {
	display: block
}
.comment-list {
	padding-left: 0
}
.comment-content {
	clear: both;
	margin-top: 10px
}
.comments-title {
	font-size: 1.125rem
}
.comment-list .pingback {
	border-top: 1px solid rgba(0, 0, 0, .125);
	padding: .563rem 0
}
.comment-list .pingback:first-child {
	border: medium none
}

.screen-reader-text {
	display: none
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}

embed,
iframe,
object {
	max-width: 100%
}
.wp-caption {
	background: #f1f1f1 none repeat scroll 0 0;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: .313rem .313rem 0;
	text-align: center
}
.wp-caption img[class*="wp-image-"] {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto
}
.wp-caption .wp-caption-text {
	font-size: .688rem;
	line-height: 1.063rem;
	margin: 0;
	padding: .625rem
}

.gallery {
	margin-bottom: 1.5em
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%
}
.gallery-item .gallery-columns-2 {
	max-width: 50%
}
.gallery-item .gallery-columns-3 {
	max-width: 33.33333%
}
.gallery-item .gallery-columns-4 {
	max-width: 25%
}
.gallery-item .gallery-columns-5 {
	max-width: 20%
}
.gallery-item .gallery-columns-6 {
	max-width: 16.66667%
}
.gallery-item .gallery-columns-7 {
	max-width: 14.28571%
}
.gallery-item .gallery-columns-8 {
	max-width: 12.5%
}
.gallery-item .gallery-columns-9 {
	max-width: 11.11111%
}


.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}
.clearfix {
	display: block
}


.container {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 25px;
	width: 100%;
}
.container-fluid {
	max-width:100%;
	width: 100%;
	margin: 0 auto;
}

.d-flex {
	display:flex;
}
.d-inline-flex {
	display: inline-flex;
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px
}
.row>div {
	padding-left: 15px;
	padding-right: 15px
}
.col-auto {
	width: auto;
	flex: 1; 
}
.col1 {
	width: 8.33%
}
.col2 {
	width: 16.66%
}
.col3 {
	width: 25%
}
.col4 {
	width: 33.33%
}
.col5 {
	width: 41.66%
}
.col6 {
	width: 50%
}
.col7 {
	width: 58.34%
}
.col8 {
	width: 66.66%
}
.col9 {
	width: 75%
}
.col10 {
	width: 83.33%
}
.col11 {
	width: 91.66%
}
.col12 {
	padding: 0 15px;
	width: 100%
}
.align-center {
	align-items: center
}
.align-tp {
	align-items: flex-start
}
.align-btm {
	align-items: flex-end
}
.justify-between {
	justify-content:space-between;
}
.justify-center {
	justify-content:center;
}
.justify-end {
	justify-content:flex-end;
}
.row-reverse {
	flex-direction:row-reverse;
}
.no-wrap {
	flex-wrap: nowrap;
}
.mar-auto {
	margin: 0 auto;
}
.mar1 {
	margin: 0 6.33%
}
.mar2 {
	margin: 0 16.66%
}
.text-center {
	text-align:center;
}
.text-right {
	text-align:right;
}
.no-padding {
	margin:0;
}
.no-padding> div {
	padding:0;
}
.hidden-body {
	overflow: hidden;
}

.blue {
	color: #3d9bd9 !important;
}
.darkblue {
	color: #382d5d !important;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#header-wrap {
  background-color: #ffffff;
  width:100%;
  position:relative;
  z-index:99;
  padding: 40px 0 28px;
  transition: .3s all linear;
}
#header-wrap.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
}
a.menu-logo {
    width: 225px;
    transition:.3s all;
}
#header-wrap.sticky a.menu-logo {
    width: 150px;
}
/*#header-wrap .col9 {
	position:relative;
}*/
ul.headermenu {
	margin: 0;
  padding: 0;
  line-height: 1.2;
	list-style:none;
	display:flex;
	align-items:center;
}
.headermenu li:not(.menu-item-megamenu) {
	position: relative;
}
.headermenu > li.menu-item a {
	display:block;
	color: #000000;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	transition:.3s all;
	margin: 0px 15px 0 16px;
	padding: 15px 0;
	position: relative;
}
.headermenu > li.menu-item > a:after{
	content: "";
	height: 4px;
	background-color: #3d9bd9;
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 0;
	opacity: 0;
	transition:.3s all;
}
.headermenu > li.current-menu-item a,.headermenu > li.current-page-ancestor > a,
.headermenu > li.active a,.headermenu > li.menu-item a:hover,
.headermenu > li.menu-item.current > a  {
	text-decoration:none;
}
.headermenu > li.current-menu-item > a:after,.headermenu > li.current-page-ancestor > a:after,
.headermenu > li.active > a:after,.headermenu > li.menu-item:hover > a:after,
.headermenu > li.menu-item.current > a:after {
	width: 100%;
	opacity: 1;
}
.open--ph{
	display:none;
}


ul.sub-menu {
	list-style: none;
	margin:0;
	padding:0;
}
ul.sub-menu > li.menu-item a {
	padding: 10px 0;
	border-bottom: 1px solid rgba(61, 155, 217,.1);
  font-size: 18px;
  white-space: nowrap;
}
ul.sub-menu > li.menu-item:last-child > a {
	border-bottom: none;
}
ul.sub-menu > li.menu-item a:hover {
	color: #3d9bd9;
}
.custom-submenu > ul.sub-menu > li.menu-item:last-child > a{
	border-bottom: 1px solid rgba(61, 155, 217,.1);
}
.custom-submenu > ul.sub-menu > li.menu-item >
.custom-submenu > ul.sub-menu > li.menu-item:last-child > a{
	border-bottom: none;
}

.headermenu > li.menu-item-megamenu > .custom-submenu > ul.sub-menu > li > a {
	font-weight: 500;
}
.headermenu > li.menu-item-megamenu > .custom-submenu > ul.sub-menu > li li a {
	font-size: 16px;
	padding: 8px 0;
}
#header-wrap .row {
	position:relative;
}
.headermenu > li.menu-item-megamenu > .custom-submenu > ul.sub-menu > li {
		padding: 0 0 10px;
	}

@media (min-width: 1161px) {
	.headermenu > li > .custom-submenu {
		position: absolute;
		padding:15px 15px;
		box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
		border-radius: 3px;
		background: #fff;
		transition: .4s all;
		z-index: 9;
		display:none;
	}
	.headermenu > li.menu-item-megamenu > .custom-submenu {
		width: 100%;
		left: 0;
		/*top: 80%;*/
	}
	.headermenu > li:not(.menu-item-megamenu) > .custom-submenu {
		min-width: 200px;
		top: 100%;
		left: 0;
	}
	.headermenu > li:hover > .custom-submenu {
		display: block;
	}
	.headermenu > li.menu-item-megamenu > .custom-submenu > ul.sub-menu {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px;
	}
	.headermenu > li.menu-item-megamenu > .custom-submenu > ul.sub-menu > li {
		width: 33.3%;
		padding: 0 15px 20px;
	}
}

/*ul.sub-menu {
	list-style: none;
	margin:0;
	padding:0;
}
ul.sub-menu > li.menu-item a {
	padding: 10px 0;
	border-bottom: 1px solid rgba(61, 155, 217,.1);
  font-size: 18px;
  white-space: nowrap;
}
ul.sub-menu > li.menu-item:last-child > a {
	border-bottom: none;
}
ul.sub-menu > li.menu-item a:hover {
	color: #3d9bd9;
}
@media (min-width: 1161px) {
	ul.sub-menu {
		position: absolute;
		padding:15px 15px;
		min-width: 200px;
		box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
		top: 100%;
		left: 0;
		border-radius: 3px;
		background: #fff;
		transition: .4s all;
		z-index: 9;
		display:none;
	}
	.headermenu li:hover > .sub-menu {
		display: block;
	}
}*/

.menu-toggle {
	margin-left:38px;
	position:relative;
	z-index: 9;
	display:none;
}
.menu-toggle > span {
	color: #382d5d;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.5;
}
.toggle-mnu {
  width: 25px;
  height:20px;
	position:relative;
	z-index:3;
	margin-left:12px;
}
.toggle-mnu span:after, .toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
}
.toggle-mnu span:after {
  top: 16px;
}
.toggle-mnu span {
  position: relative;
  display: block;
}
.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
  width: 100%;
  height: 3px;
  background-color: #382d5d;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
.toggle-mnu span.hi0 {
	height:0;
}
.toggle-mnu.on span {
  background-color: transparent;
}
.toggle-mnu.on span:before {
  transform: rotate(45deg) translate(-1px, 0px);
}
.toggle-mnu.on span:after {
  transform: rotate(-45deg) translate(6px, -7px);
}

.lang-menu {
	position:absolute;
	bottom:calc(100% + 8px);
	right:0;
	padding-left: 15px;
}
#header-wrap.sticky .lang-menu {
	display: none;
}
.lang-menu a {
	font-size:17px;
	line-height: 18px;
	color:#000;
	display: block;
	text-decoration:none;
}
.lang-menu > a {
	display: flex;
	align-items: center;
}
.lang-menu a:hover {
	text-decoration:none;
}
.lang-menu > a:after {
	content:"";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin-left:6px;
	background:url(../svg/glob.svg)no-repeat center/18px; 
}
.lang-menu ul {
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
	padding: 15px 0 15px 15px;
  box-shadow: 2px 3px 4px rgb(0, 0, 0,.2);
	display: none;
}
.lang-menu ul a {
	padding: 5px 0;
}
.lang-menu ul a:hover,.lang-menu ul li.active a {
	  color: #382d5d;
}
@media (max-width:1240px) {
	.lang-menu {
		transform: translateX(0);
	}
}
@media (max-width:1160px) {
	#header-wrap {
	    padding: 22px 0;
	}
	#header-wrap.sticky {
    padding: 12px 0;
  }
	.menu-toggle {
	    margin-left: 20px;
	    display: inline-flex;
	}
	.tesktop-se , .opened .mobile--se{
		display:none;
	}
	
	.mobile--se{
		margin-left:30px;
	}
	
	.opened.menu-toggle > span {
		color: #fff;
	}
	 .on.toggle-mnu span:after, .on.toggle-mnu span:before {
		background: #fff;
	}
	#header-wrap .col3 {
		width:100%;
		display:flex;
		justify-content: space-between;
	}
	#header-wrap.site-header .col9 {
		position:fixed;
		top:0;
		right:0;
		background:#382d5d;
		width:100%;
		/*flex-direction: column;*/
    justify-content: center;
    align-items: center;
    padding:40px 20px 52px;
    display:none;
    height: 100vh;
    flex-wrap: wrap;
	}
	#header-wrap.site-header .col9.opened {
		display: flex;
	}
	a.menu-logo {
    max-width: 182px;
	}
	.header-nav {
		height: 100%;
		padding: 40px 0 0;
		width: 100%;
	}
	ul.headermenu {
	    align-items: center;
	    flex-direction: column;
	    height: 100%;
	    overflow-y: scroll;
	    max-width: 400px;
	    margin: 0 auto;
	}
	.headermenu li.menu-item {
		width: 100%;
	}
	.headermenu > li.menu-item > a {
		color: #fff;
		margin: 0;
		padding: 12px 0;
		font-weight: 700;
	}
	.headermenu > li.menu-item a {
		color: #fff;
	}
	.lang-menu {
	    position: relative;
	    bottom: auto;
	    right: auto;
	}
	#header-wrap.sticky .lang-menu {
    display: block;
	}
	.lang-menu > a {
		color: #fff;
	}
	#header-wrap .btn {
		margin-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 20px;
	}
	.lang-menu > a:after {
		filter: brightness(0) invert(1);
	}
	.headermenu > li.menu-item > a:after {
    height: 2px;
    bottom: 0;
    display: none;
  }
  .lang-menu ul {
  	/*box-shadow: none;*/
  	top: auto;
  	bottom: 100%;
  }
  /*.lang-menu ul a:hover, .lang-menu ul li.active a {
  	opacity: .8;
  }*/
  
  .open--ph{
	  display:block;
  }
  
  
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#site-footer {
	padding: 60px 0 60px;
}
#site-footer ul,.social-icons {
	list-style: none;
	margin: 0;
  padding: 0;
}
.footer .col-auto {
	width:auto;
}
.footer ul > li > a {
	color: #000;
	font-size: 17px;
}
.social-icons {
	display:flex;
	align-items: center;
	padding-top: 25px !important;
}
.social-icons a {
	width: 31px;
	height: 31px;
	/*background-color: #000000;*/
	margin-right: 10px;
}
.widget_wpb_widget .btn {
	display: block;
	margin-bottom: 15px;
	max-width: 208px;
}

@media (max-width: 1159px) {
	.footer .col-auto {
    width: 33.3%;
    flex: auto;
	}
}
@media (max-width: 767px) {
	.footer .col-auto {
    width: 50%;
	}
}
@media (max-width: 400px) {
	.footer .col-auto {
    width: 100%;
	}
	.widget_wpb_widget a.btn {
		margin: 0 auto 15px;
	}
	.social-icons {
		justify-content: center;
	}
	
	.banner-rotation-wrap h2.title{
		font-size:30px;
		line-height:30px;
	}
	
	.banner-rotation-wrap .text-anim-item{
		top:9px;
	}
	
	.rotate.rotate1 .text-anim-items span{
		word-break: break-word;
		white-space:inherit;
		font-size: 14px;
		height:25px;
	}
	
}



p:last-child {
	padding:0;
}

/* content */
.corona-bar {
	background:#382d5d;
	padding:6px 0;
}
.corona-bar .container {
	position: relative;
	    padding: 0 40px;
}
.corona-bar * {
	color:  #fff;
	font-size: 16px;
}
.corona-bar p:last-child {
	padding:0;
}
.bar-close {
	position: absolute;top: 0;
	right: 14px;
	color: #fff;
}

.banner-wrap {
	padding:95px 0 88px;
	position:relative;
	margin-bottom: 30px;
}
.banner-wrap.bordered {
	border-bottom: 10px solid #3d9bd9;
}
.banner-wrap .sub-title {
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	display: block;
	margin-bottom: 25px;
	padding-top: 10px;
}
.banner-wrap p {
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
	padding-bottom: 24px;
	color: inherit;
}
.banner-wrap video {
	width: 100%;
}
.banner-wrap figure img {
	display: block;
	margin: 0 auto;
}

.banner-wrap .col7 {
	margin-top: 80px;
	margin-bottom: 48px;
}
.cblock-wrap {
	padding: 47px 27px 28px 53px;
	display: flex;
	justify-content: space-between;
}
.cblock-content {
	width: 41%;
}
.cblock-wrap h5 {
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 29px;
}
.cblock-wrap h6 {
	font-weight: 600;
	line-height: 24px;
	font-size: 20px;
	margin-bottom: 60px;
}
.cblock-wrap .cblock-image {
	position: relative;
	margin-top: -108px;
	width: 56%;
}
.cblock-image img {
	display: block;
	width: 100%;
}
.banner-search-wrap {
	background: #fff;
	padding: 60px 15%;
	margin-top: -32px;
}
.banner-search-wrap label {
	display: block;
	margin-bottom: 22px;
}
.banner-search-wrap select {
	border-radius: 0;
	border: 2px solid #000000;
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	 -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;       /* Remove default arrow */
   background: url(../png/arrow.png) no-repeat 10px center; 
   padding-left: 45px !important;
}
.banner-search-wrap .btn {
	margin-top: 18px;
	min-width: 120px;
}
.banner-wrap .btn:hover,.banner-wrap .btn.active {
	background-color: #382d5d !important;
    color: #fff !important;
    border-color: #382d5d !important;
    text-decoration: none;
}

.second-job-search label span {
	color: #000000;
	font-size: 24px;
	font-weight: 700;
   background: url(../png/arrow.png) no-repeat 10px center; 
   padding-left: 45px !important;
   display: block;
}
.second-job-search select {
	border: none;
	border-bottom: 1px solid #000000;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	background: none;
	padding-left: 5px !important;
}

@media (max-width:991px) {
	h1, .h1 {
    font-size: 52px;
    line-height: 54px;
	}
	.banner-wrap {
	    padding: 62px 0;
	}
	.banner-wrap .col6,.banner-wrap .col5, .banner-wrap .col7 {
		width: 100%;
		max-width: 720px;
		margin: 0 auto;
	}
	.banner-wrap .col7 {
		margin-top: 80px;
		margin-bottom: 48px;
	}
	.banner-wrap .col6 + .col6 {
		margin-top: 30px;
	}
	.banner-wrap .sub-title {
    font-size: 30px;
  }
	.banner-wrap p {
	    font-size: 20px;
	}
	.banner-search-wrap {
    background: #fff;
    padding: 30px 0;
    margin-top: 0;
 }
}
@media (max-width: 767px) {
	.cblock-wrap {
    padding: 48px 40px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
 	}
 	.cblock-wrap > div {
 		width: 100%;
 	}
 	.cblock-wrap .cblock-image {
 		margin-bottom: 30px;
 		margin-left: auto;
    margin-right: auto;
 	}
 	.cblock-wrap h6 {
    margin-bottom: 30px;
	}
}

.banner-rotation-wrap {
	padding: 86px 0 38px;
	overflow: hidden;
}
.banner-rotation-wrap h2 {
	font-weight: 500;
	margin-bottom: 10px;
}
.banner-rotation-wrap h2 strong {
	color:#3d9bd9;
}


.banner-rotation-wrap img {
	display: block;
}
@media (max-width: 991px) {
	.banner-rotation-wrap {
    padding: 46px 0 38px;
	}
	
}
@media (max-width:600px) {
	.banner-rotation-wrap .col4, .banner-rotation-wrap .col8 {
		width: 100%;
	}
	.banner-rotation-wrap svg {
		margin: 0 auto;
	}
}


.sticky-holder {
	position: relative;
}
.side-title {
	  color: #3d9bd9;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    position: relative;
    display: block;
    /*transform-origin: bottom left;
    position: sticky;
	  position: -webkit-sticky;
	  top: 0;*/
}
.side-title span {
	position: absolute;
	top: 130px;
	left: 0;
	white-space: nowrap;
	transform: rotate(-90deg) translate(-100%,0);
  transform-origin: top left;
}
.content-verspringend-wrap {
	padding: 30px 0 80px;
}
.content-verspringend-wrap h5 {
	font-weight: 600;
	margin-bottom: 15px;
}
.blk-excerpt p {
	margin-bottom: 24px;
}
.blocks-inner {
	padding: 40px 30px;
	margin-top: -120px;
}
.row.first-row .blocks-inner {
	margin-top: 0;
}
.blocks-inner:hover {
	background-color: #382d5d;
}
.blocks-inner:hover h5 {
	color: #3d9bd9;
}
.blocks-inner:hover p {
	color: #fff;
}


.opsomming-wrap {
	padding: 94px 0 80px;
	margin: 60px 0;
}
.opsomming-wrap h2 {
	margin-bottom: 52px;
}
.opsomming-wrap ul,.check-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.opsomming-wrap li {
	position: relative;
	color: #000000;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 30px;
  padding-left: 50px;
}
.check-list li {
	margin-bottom: 30px;
  padding-left: 50px;
  position: relative;
  font-size: 24px;
	line-height: 32px;
	font-weight: 700;
}
.opsomming-wrap li:before,.check-list li:before{
	content: "";
	width: 29px;
	height: 30px;
	background: url(../svg/check-o.svg) no-repeat center / cover;
	position: absolute;
	left: 0;
	right: 0;
}
.check-list-new li:before{
	content: "\f058";
	width: 29px;
	height: 30px;
	font-family: "Font Awesome 6 Free";
  font-weight: 400;
  background: none;
	position: absolute;
	left: 0;
	right: 0;
	font-size: 28px;
}
@media (max-width: 991px) {
	.check-list li {
    margin-bottom: 22px;
    font-size: 22px;
    line-height: 28px;
	}
}

.case-slider-wrap {
	padding: 60px 0 30px;
	overflow: hidden;
}
.case-slider-wrap h2 {
	margin-bottom: 68px;
}
.case-slider-wrap h3 {
	font-size: 34px;
	font-weight: 600;
	line-height: 38px;
	margin-bottom: 28px;
}
.case-slider-wrap h6 {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}
.case-slider-wrap h6 span {
	color: #3d9bd9;
}
.case-slider-wrap svg {
	display: block;
	max-width: 100%;
	height: auto;
}
.case-slider-wrap .col6 {
	width: 55%;
}
.case-slider-wrap .col6.case-content {
	width: 45%;
}
.case-content figure.logo-case {
	margin: 35px 0;
}
figure.logo-case img {
	display: block;
	max-height: 70px;
}
.case-slider-wrap .btn-group {
	margin-top: 26px;
}
.case-slider-wrap .case-slider.case-slider-layout1 .slick-list {
	overflow: unset;
}
.case-slider-wrap .slick-dots {
    width: 50%;
    right: 0;
    bottom: 110px;
}
.slick-dotted.slick-slider.case-slider {
    margin-bottom: 0;
}
a.slide-btn {
	width: 22px;
	height: 15px;
	display: inline-block;
}
a.slide-btn.prev {
	background: url(../png/left.png) no-repeat center;
}
a.slide-btn.next {
	background: url(../png/right.png) no-repeat center;
	margin-left: 30px;
}
.case-slider-wrap .nav-btn {
	margin-right: 45px;
	margin-bottom: 10px;
}
.case-slider-layout2 .row {
	margin: 0;
}
.case-slider-wrap .case-slider-layout2 .col6.case-content {
	width:100%; 
}
@media (max-width: 1023px) {
	.case-slider-wrap svg {
	    display: block;
	    max-width: 100%;
	    height: auto;
	}
}

@media (max-width: 767px) {
	.case-slider-wrap .col6, .case-slider-wrap .col6.case-content {
    width: 100%;
	}
	.case-slider-wrap .slick-dots {
    width: 100%;
  }
  .case-slider-wrap .col6.case-content {
  	margin-bottom: 30px;
  }
  .case-slider-wrap svg {
  	margin:  0 auto;
  	width: 481px;
    max-width: 100%;
    height: auto;
  }
  .case-slider-wrap .btn-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}

.btn-link {
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	padding: 7px 0;
	color: #000;
	position: relative;
	display: inline-block;
}
.btn-link:hover {
	text-decoration: none;
}
.btn-link:after {
	content: "";
	height: 2px;
	width: 30px;
	display: block;
	margin: 8px 0;
	background: #429cd7;
	transition: .4s all;
}
.btn-link:hover:after  {
	width: 100%;
}
.btn + .btn-link {
	margin-left: 20px;
}

.btn-link2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
	position: relative;
	display: inline-block;
	color: #000;
}
.btn-link2:after {
	content: "";
	position: relative;
	display: inline-flex;
	margin-left: 20px;
	vertical-align: middle;
	width: 32px;
	height: 23px;
	background: url(../png/right.png) no-repeat center;
}
.btn-link2:hover {
	text-decoration: none;
}


.events-slider-wrap {
	padding: 30px 0;
}
.events-slider-wrap h2 {
	margin-bottom: 38px;
}
.event-content .top-tag {
	background-color: #3d9bd9;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	padding: 8px 12px;
	border: none;
	display: inline-block;
    margin-bottom: 12px;
}
.all--cate{
	margin-bottom: 12px;
}
.event-content {
	padding: 35px 28px 25px;
	background: #fff;
	display: block;
}
.event-content:hover {
	background-color: #382d5d;
	text-decoration: none;
}
.event-content:hover .top-tag {
	background: #fff;
	color: #000;
}
.when-event {
	margin-bottom: 15px;
	    color: #000;
}
.event-content h5 {
	line-height: 34px;
}
.event-content:hover .when-event,.event-content:hover h5, .event-content:hover .btn-link2 {
	color: #fff;
}
.event-content:hover .btn-link2:after {
	filter: brightness(0) invert(1);
}
.when-event span, .when-event strong {
	display: block;
	line-height: 26px;
}
.when-event strong {
	font-size: 20px;
}
.event-content:hover .btn-link-wrap {
	justify-content: flex-end;
}

.logos-wrap {
	padding:80px 0 60px;
}
.logos-wrap h2 {
	margin-bottom: 35px;
}
/*.logo-slideshow {
	margin: 45px 0 45px;
}*/
.logos-wrap .slick-track {
	display: flex;
	align-items: center;
}
.logo-item {
	padding: 0 15px;
}
.logo-slideshow.image-changes-effect a,.logo-slideshow.image-changes-effect .logo-item {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0 15px;
}
.logo-slideshow img {
	display: block;
	margin: 0 auto;
	transition: .3s all;
	max-height: 160px;
}
.logo-slideshow.logo-hover-effect .logo-item:hover img {
	 filter: invert(79%) sepia(65%) saturate(5580%) hue-rotate(177deg) brightness(94%) contrast(80%);
}
.image-changes-effect .logo-item:hover img {
	opacity: 0;
}
.image-changes-effect .img-h {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}
.image-changes-effect .logo-item:hover .img-h {
	opacity: 1;
}
.logos-wrap p {
	margin-bottom: 45px;
}
.logos-wrap .btn {
	margin-top: 45px;
}

.text-image-wrap {
	padding:70px 0 70px;
	overflow: hidden;
}
.text-image-wrap .container {
	max-width: 1105px;
}
.text-image-wrap h2 {
	margin-bottom: 34px;
}
.text-image-wrap svg {
	display:block;
	max-width: fit-content;
	height: auto;
}
.text-image-wrap .btn-group .btn + .btn {
	margin-left: 30px;
}
.text-image-wrap .image-wrapper {
	display: flex;
	justify-content: flex-end;
}
.image-right .image-wrapper {
	justify-content: flex-start;
}
.text-image-wrap.text-image-wrap-layout1 .image-wrapper svg {
	max-width: fit-content;
}
.text-image-wrap .col6 {
	width: 54%;
}
.text-image-wrap .col5 {
	width: 40%;
}
.text-image-wrap-layout2.text-image-wrap .col6 {
	width: 32%;
}
.text-image-wrap-layout2.text-image-wrap .col5 {
	width: 65%;
}

@media (max-width:991px) {
	.text-image-wrap {
	    padding: 58px 0 38px;
	}
	.text-image-wrap h2 {
    margin-bottom: 28px;
	}
	.text-image-wrap .col5 {
		width:100%;
		margin-top: 30px;
	}
	.text-image-wrap .col6 {
		width:100%;
		max-width: 720px;
		margin: 0 auto;
	}
	.text-image-wrap .row {
		flex-direction: column-reverse;
	}
	.text-image-wrap svg {
    margin: 0 auto;
    max-width: 480px;
	}
	.text-image-wrap .image-left .col5 {
    margin-left: 0;
	}
	.text-image-wrap-layout2.text-image-wrap .col6,
	.text-image-wrap-layout2.text-image-wrap .col5 {
    width: 100%;
	}
}


.blog-wrap {
	padding: 74px 0;
	overflow: hidden;
}
.blog-wrap h2 {
	margin-bottom: 40px;
}
.blog-wrap .col6 {
	margin-bottom: 38px;
}
.blog-wrap .feature-img {
	width: 35%;
}
.blog-wrap .feature-img svg {
	display: block;
	max-width: 100%;
	height: auto;
}
.blog-wrap .post-summery {
	width: 61%;
}
.blog-wrap .post-summery h6 {
	margin-bottom: 12px;
}

.search-form {
	max-width:520px;
	margin:15px auto 15px;
	position:relative;
}
.search-form-modal {
	max-width:550px;
	margin:0px auto 0px;
	position:relative;
}
.search-form input[type="text"]{
	box-shadow:none;
	width:100%;
}
.search-form button {
	position:absolute;
	top:8px;
	left:12px;
	padding:14px;
	box-shadow:none;
	border:none;
	background: url(../svg/search.svg) no-repeat center / 22px;
}
.text-block {
	padding:70px 0;
}
.text-block h2 {
	margin-bottom: 64px;
}
.half-block h2 {
	margin-bottom: 40px;
}
.half-block .btn {
	margin-top: 30px;
}
.breadcrumbs-wrap {
	background: #f0f0ee;
}
#breadcrumbs a,#breadcrumbs .breadcrumb_last {
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	margin:0 10px;
	color:#1e1e1e;
}
#breadcrumbs a:first-child {
	margin-left:0;
}
.pagination-nav ul.page-numbers {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	margin-top: 40px;
	font-size: 9px;
	line-height: normal;
	list-style: none
}
.pagination-nav .page-numbers li {
	margin: 0 4px
}
.pagination-nav .page-numbers a,
.pagination-nav .page-numbers span {
	padding: 7px 14px;
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 16px;
	display: block;
	font-weight:700;
}
.pagination-nav .page-numbers span {
	background-color: #000;
	color: #fff
}

.banner-rotation-wrap h2{
	font-size:48px;
}


@media (max-width:1023px) {
	.sticky-holder {
	    display: none;
	}
	.sticky-holder + .col11 {
		width: 100%;
	}
	.text-image-wrap .col10, .opsomming-wrap .col10, .banner-rotation-wrap .col10 {
		width: 100%;
	}
	.banner-wrap {
    padding: 65px 0 53px;
  }
  .content-verspringend-wrap {
    padding: 30px 0 40px;
	}
	.events-slider-wrap h2 {
    margin-bottom: 30px;
	}
	.logos-wrap {
    padding: 30px 0 30px;
	}

}
@media (max-width:991px) {
	h2, .h2 {
    font-size: 44px;
    line-height: 46px;
	}
	h3, .h3 {
    font-size: 32px;
    line-height: 36px;
	}
	blockquote p, blockquote:before, blockquote:after {
    font-size: 42px;
    line-height: 48px;
	}
	
	.banner-rotation-wrap h2{
		font-size:40px;
	}
	
	.content-verspringend-wrap .col6 {
		width: 75%;
	}
	.blocks-inner {
    padding: 40px 30px;
    margin-top: 0;
	}
	.opsomming-wrap li {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 22px;
    padding-left: 40px;
	}
	.opsomming-wrap li:before {
    width: 25px;
    height: 26px;
  }
  .opsomming-wrap {
    padding: 60px 0;
    margin: 40px 0;
	}
	.opsomming-wrap h2 {
    margin-bottom: 35px;
	}
  .logos-wrap .col9 {
  	width: 90%;
  }
  .blog-wrap {
    padding: 54px 0;
	}
	.text-block h2 {
		margin-bottom: 44px;
	}
}

@media (max-width: 767px) {
	.content-verspringend-wrap .col6, .opsomming-wrap .col6 {
		width: 100%;
	}
	.blog-wrap .mobile-slider {
		display: block;
		margin: 0 0 40px;
	}
	.blog-wrap .mobile-slider .row {
		margin: 0;
	}
	.blog-wrap .slick-dots {
    position: absolute;
    bottom: -20px;
  }
	.blog-wrap .row .col6 {
		width: 100%;
		display: flex;
		padding: 0 15px;
	}
	.blog-wrap {
    padding: 34px 0;
	}
	.opsomming-wrap .col6 {
		display: flex;
		justify-content: center;
	}
	.text-block .col6 {
		width: 100%;
	}
	.text-block .col6 + .col6 {
		margin-top: 40px;
	}
}


.rotate {
	display: inline-block;
	height: 55px;
	position: relative;
	text-decoration: none;
	max-width: 100%;
}
/* .ttile > .rotate {
	width: 100% !important;
} */
.rotate1 {
	height: 32px;
}
.ttile .d-flex span {
	white-space: nowrap;
}
.ttile .d-flex > span {
	margin-right: 8px;
}
/*.rotate-title1 {
	width:  382px !important; 
}*/
.rotate-image {
	width: 221px !important;
	height: 254px;
	overflow: hidden;
	display: block;
}
[data-words] {
  overflow: hidden;
}
[data-words]:after {
  display: none !important;
}
.text-anim-item {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 2px;
  width: 100%;
  text-align:left;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  display: block;
  background: #fff;
}
/*.text-anim-item.anim-in:not(.anim-out) {
	z-index: 2;
}*/
.text-anim-item.anim-in {
  -webkit-transform: translate3d(-50%, -100%, 0);
  transform: translate3d(-50%, -100%, 0);
  -webkit-animation: textAnimInCenter .8s .5s forwards;
  animation: textAnimInCenter .8s .5s forwards;
}

.text-anim-item.anim-out {
  -webkit-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  -webkit-animation: textAnimOutCenter .8s  forwards;
  animation: textAnimOutCenter .8s  forwards;
}

@-webkit-keyframes textAnimIn {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
}

@keyframes textAnimIn {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
}

@-webkit-keyframes textAnimOut {
  0% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes textAnimOut {
  0% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes textAnimInCenter {
  0% {
    -webkit-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes textAnimInCenter {
  0% {
    -webkit-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

@-webkit-keyframes textAnimOutCenter {
  0% {
    -webkit-transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100%, 0);
    transform: translate3d(-50%, 100%, 0);
  }
}

@keyframes textAnimOutCenter {
  0% {
    -webkit-transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100%, 0);
    transform: translate3d(-50%, 100%, 0);
  }
}

@media (max-width: 991px) {
	.rotate {
		height: 54px;
	}
	.rotate1 {
		height: 30px;
		font-size:15px;
	}
	.rotate-image {
		height: 254px;
	}
}

@media (max-width: 767px) {
	.rotate {
		height: 50px;
		display:block;
	}
	.rotate1 {
		height: 30px;
	}
	.rotate-image {
		height: 260px;
	}
}

.content-grijze-wrap {
	padding: 65px 0 72px;
}
.content-grijze-wrap h2 {
	margin-bottom: 40px;
}
.content-grijze-wrap .col6 {
	margin-top: 36px;
}
.grijze-inner {
	background: #f2f2f2;
	padding: 42px 0 28px 44px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	overflow: hidden;
}
.grijze-inner h5 {
	width:62%;
	line-height: 36px;
}
.grijze-content {
	width: 50%;
	padding-right: 20px;
}
.grijze-content .btn {
	margin-bottom: 24px;
	max-width: 100%;
  white-space: unset;
}
.grijze-img {
	width: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	margin-top: -46px;
}
.grijze-img svg {
	display: block;
	transition: .4s all;
}
.grijze-inner:hover .grijze-img svg {
	transform: scale(1.1);
}
@media (max-width: 991px){
	.content-grijze-wrap {
    padding: 45px 0 42px;
	}
	.content-grijze-wrap h2 {
		margin-bottom: 24px;
	}
	.content-grijze-wrap .col6 {
		margin-top: 26px;
	}
	.content-grijze-wrap .col6 {
		width: 100%;
		margin: 25px auto 0px;
    max-width: 640px;
	}
	.grijze-inner {
    padding: 40px 28px;
	}
	.grijze-inner h5 {
		width: 100%;
		order: 1;
	}
	.grijze-img {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    order: 2;
    justify-content: flex-end;
	}
	.grijze-img svg {
		margin-right: -27px;
	}
	.grijze-content {
    width: 100%;
    padding-right: 0;
    order: 3;
	}

}

.banner-photo-op-wrap {
	background-color: #382d5d;
	padding: 138px 0 98px;
	position: relative;
	margin: 60px 0;
}
.banner-photo-op-layout2 {
	padding: 94px 0 70px;
}
.banner-photo-op-wrap figure {
	position: absolute;
  right: 54%;
  top: 0;
  width: 50%;
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.banner-photo-op-wrap figure img {
	display: block;
	max-width: fit-content;
	height: 100%;
	width: auto;
}
.banner-photo-op-layout1 h2 {
	margin-bottom: 55px;
}
.content-photo-op * {
	color: #fff;
}
.banner-photo-op-layout2 figure {
	right: 59%;
	top: 0;
}
.banner-photo-op-layout2 .col6 {
	width: 58%;
}
.banner-photo-op-layout2 h2 {
	margin-bottom: 38px ;
}
.banner-photo-op-layout2 .check-list li {
    margin-bottom: 10px;
    font-weight: 400;
}
.smallest-img {
	    position: absolute;
    top: 65%;
    right: 15.25%;
}
figure.three-images {
	align-items: center;
	top: -52px;
}
.big-img {
	margin-right: 30px;
	position: relative;
	top: -68px;
}
@media (max-width: 991px) {
	.banner-photo-op-wrap {
    padding: 84px 0 80px;
    margin: 42px 0;
	}
	.smallest-img {
    position: absolute;
    top: 52%;
    right: 17.25%;
    max-width: 39%;
	}
}
@media (max-width: 767px) {
	.banner-photo-op-wrap {
    padding: 0px 0 80px;
    margin: 42px 0;
	}
	.banner-photo-op-wrap figure {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	}
	.banner-photo-op-layout2 figure {
		right: 0;
		top: 0;
		max-height: 450px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
	}
	.banner-photo-op-wrap .col6 {
		width: 100%;
	}
	.banner-photo-op-wrap figure img {
    max-width: 460px;
    height: auto;
	}
	.banner-photo-op-layout2 figure img {
		max-width: 100%;
    height: auto;
    width: 100%;
	}
	.smallest-img {
    top: 0;
    right: 0;
  }
  .big-img {
    top: -20px;
	}
	.banner-photo-op-wrap figure svg {
		max-width: 90%;
    height: auto;
    position: relative;
    display: block;
    margin: 0 auto 30px;
	}
}

.banner-call-action-wrap {
	padding: 90px 0;
}
.banner-call-action-wrap .h1 {
	color: #fff;
	margin-bottom: 40px;
}
.banner-call-action-wrap .btn {
	border: none;
}
@media (max-width: 991px) {
	.banner-call-action-wrap {
		padding: 54px 0;
	}
	.banner-call-action-wrap .col8 {
		width: 90%;
	}
	.banner-call-action-wrap .h1 {
    margin-bottom: 30px;
	}
}

.content-overlappende-wrap {
	margin-top: -80px;
	padding-bottom: 60px;
	overflow: hidden;
}
.content-overlappende-wrap svg {
	display: block;
	max-width: fit-content;
	position: relative;
	z-index: 1;
}
.content-overlappende {
	padding-top: 120px;
	padding-bottom: 60px;
}
.content-overlappende-wrap .col7 {
	padding-left: 5%;
}
@media (max-width: 991px) {
	.content-overlappende-wrap .row {
		flex-direction: column-reverse;
	}
	.content-overlappende-wrap .col7 {
		padding-left: 15px;
		width: 100%;
	}
	.content-overlappende-wrap .col5 {
		width: 100%;
		padding-bottom: 0;
	}
	.content-overlappende-wrap svg {
		max-width: 480px;
		margin: 0 auto;
		height: auto;
		width: 100%;
	}
}

.contact-person-wrap {
	padding: 60px 0;
}
.contact-person-wrap .ttile {
	font-weight: 500;
	max-width: 100%;
}
.contact-person-wrap .ttile span {
	font-weight: 700;
}
.contact-person-wrap .social-icons {
	padding-top: 0 !important;
	margin-top: -16px;
}
@media (max-width: 991px) {
	.contact-person-wrap {
    padding: 40px 0;
	}
	.contact-person-wrap .col10 {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.contact-person-wrap  .row>div {
		width: 100%;
	}
	.contact-person-wrap .img-wrap {
		display: flex;
    margin-bottom: 20px;
    justify-content: center;
	}
}

.services-wrap {
	padding: 90px 0;
}
.services-wrap h2 {
	margin-bottom: 85px;
}
.services-wrap .col3 {
	width: 25%;
}
@media (max-width: 991px){
	.services-wrap  {
		padding: 45px 0;
	}
	.services-wrap .col3 {
		width: 33.3%;
	}
	.services-wrap h2 {
		margin-bottom: 35px;
	}
	.services-wrap .col2 {
		margin-top: 30px;
	}
}
@media (max-width: 767px){
	.services-wrap .col3 {
		width: 100%;
		margin-bottom: 30px;
	}
	.services-wrap .col2 {
    margin-top: 0;
    width: 100%;
    justify-content: flex-end;
	}
}

.two-image-wrap {
	padding: 44px 0;
}
.two-image-wrap img {
	display: block;
}

.features-wrap {
	padding: 52px 0 22px;
}
.features-wrap h2 {
	margin-bottom: 68px;
}
.feature-content figure {
	margin-bottom: 40px;
}
.feature-content img {
	display: block;
}
.feature-content h6 a {
	color: #000000;
}
.feature-content h6 a:hover {
	text-decoration: none;
}
.feature-content span {
	display: block;
	color: #3d9bd9;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 8px;
}
.feature-content .btn {
	margin-top: 22px;
}
.features-wrap .col3 {
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.features-wrap .col3 {
		width: 50%;
	}
	.feature-content figure {
    margin-bottom: 24px;
	}
}
@media (max-width: 767px) {
	.features-wrap .col3 {
		width: 100%;
	}
	.feature-content figure {
		display: flex;
		justify-content: center;
	}
}

.content-met-logos-wrap {
	padding: 58px 0;
}
.content-met-logos-wrap .logos {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-flex;
	flex-wrap: wrap;
}
.content-met-logos-wrap h2 {
	margin-bottom: 44px;
}
.content-met-logos-wrap .logos li {
	width: 50%;
	padding: 30px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logos li img {
	display: block;
}
.content-met-logos-wrap .btn {
	margin-top: 20px;
}
@media (max-width: 991px) {
	.content-met-logos-wrap {
    padding: 22px 0 30px;
	}
	.content-met-logos-wrap .logos {
		margin-bottom: 30px;
	}
	.content-met-logos-wrap .col7, .content-met-logos-wrap .col5 {
		width: 100%;
		max-width: 720px;
		margin: 0 auto;
	}
	.content-met-logos-wrap h2 { 
		margin-bottom: 24px;
	}
}

.slider_content_met-wrap {
	padding: 60px 0 40px;
}
.slider_content_met-wrap .nav-btn {
	margin: 30px 0 0;
}
.slider_content .col7 {
	display: flex;
	justify-content: flex-end;
}
.slider_content .col7 svg {
	display: block;
 	max-width: fit-content;
  width: auto;
}
.slider_content .image-left .col7 svg {
    position: relative;
    left: -8%;
}
@media (max-width: 991px) {
	.slider_content .row {
		flex-direction: column;
	}
	.slider_content .col7, .slider_content .col5 {
		width: 100%;
		max-width: 720px;
		margin: 0 auto;
	}
	.slider_content .col7 svg {
		width: 480px;
		margin: 0 auto 30px;
		max-width: 100%;
		height: auto;
	}
}

.facts_figures-wrap {
	padding: 46px 0;
}
.facts_figures-wrap h2 {
	margin-bottom: 40px;
}
.facts_figures-wrap .col5 {
	margin-bottom: 62px;
}
.counter {
	margin-bottom: 12px;
}
@media (max-width: 480px) {
	.facts_figures-wrap .col5 {
		width: 100%;
	}
}

.quote-wrap {
	padding: 46px 0;
}
.quote-wrap blockquote {
	padding-right: 14%;
}
@media (max-width: 767px) {
	.quote-wrap blockquote {
		padding-right: 0;
		text-align: center;
	}
}

.single-banner {
	background-color: #d8e2dd;
	padding: 10vh 0;
}

.application-process-wrap {
	padding: 60px 0;
}
.application-process-wrap h2 {
	margin-bottom: 92px;
}
.application-process-wrap .col-auto {
	max-width: 192px;
}
.application-process-wrap img {
	max-width: 160px;
	height: auto;
	display: block;
	margin-bottom: 35px;
}

.jobs-items-wrap {
	padding: 60px 0;
}
.jobs-items-wrap .btn-link {
	margin-top: 45px;
}
.job-summery .when-event span {
	font-size: 16px;
	font-weight: 600;
}
.job-summery .when-event em {
	font-style: normal;
}

.banner-photo50-wrap {
	background-color: #382d5d;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left top;
	padding: 90px 0;
	max-width: 1368px;
	margin: 40px auto;
}
.banner-photo50-wrap *:not(.btn) {
	color: #fff;
}
@media (max-width: 767px) {
	.banner-photo50-wrap  {
		padding-top: 54vw;
    	background-size: auto 50vw;
	}
	.banner-photo50-wrap .col5 {
		width: 100%;
	}
}

.event-overview-inner {
	border: 2px solid #000;
	margin-bottom: 43px;
	display: flex;
	/*max-width: 920px;*/
	transition: .3s all;
}
.event-overview-inner:hover {
	background-color: #382d5d;
	border: 2px solid #382d5d;
}
.events-overzicht-wrap h2 {
	margin-bottom: 96px;
}
.event-detail {
	width: 28%;
	border-right: 2px solid #000;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.event-detail .event-date:not(.event-diff-date) {
	text-align: center;
}
.event-detail .event-dates strong {
	font-size: 60px;
	line-height: 50px;
	display: block;
}
.event-detail .event-dates span {
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	display: block;
}
.event-summery {
	padding: 40px 46px;
	width: 75%;
}
.event-category {
	color: #3d9bd9;
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	margin-bottom: 6px;
    display: block;
}
.event-summery h5 {
	margin-bottom: 12px;
}
.event-summery p {
	font-size: 17px;
	padding-bottom: 34px;
}
.event-time-place {
	list-style: none;
	margin: 0;
	padding: 0;
}
.event-time-place li {
	position: relative;
	padding-left: 34px;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #3d9bd9;
	margin-bottom: 6px;
}
.event-time-place li:before {
	content: "";
	width: 20px;
	height: 21px;
	position: absolute;
	left: 0;
	top: 2px;
	background: url(../svg/watch.svg) no-repeat center/20px;
}
.event-time-place li.event-place:before {
	width: 16px;
	height: 21px;
	background: url(../svg/marker.svg) no-repeat center/16px;
}
.event-overview-inner:hover .event-detail {
	border-right: 2px solid #fff;
}
.event-overview-inner:hover * {
	color: #fff;
}
.event-overview-inner:hover .event-time-place li:before, .event-overview-inner:hover .btn-link2:after {
	filter: brightness(0) invert(1);
}
.event-dates {
	margin-bottom: 25px;
}
@media (max-width: 991px) {
	.event-detail {
    width: 30%;
    padding: 40px 26px;
 	}
 	.event-summery {
    padding: 40px 44px;
    width: 70%;
	}
}
@media (max-width: 767px) {
	.event-overview-inner {
		flex-wrap: wrap;
	}
	.event-detail {
    width: 100%;
    padding: 40px 26px;
    border-right: none;
    border-bottom: 2px solid #000;
 	}
 	.event-summery {
    padding: 40px 44px;
    width: 100%;
	}
}

.selected-categories {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.selected-categories a {
	color: #3d9bd9;
	border-color: #3d9bd9;
	margin-right: 10px;
	margin-bottom: 10px;
}

.selected-categories-cases {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.selected-categories-cases a {
	color: #3d9bd9;
	border-color: #3d9bd9;
	margin-right: 10px;
	margin-bottom: 10px;
}

.selected-cases {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.selected-cases a {
	color: #3d9bd9;
	border-color: #3d9bd9;
	margin-right: 10px;
	margin-bottom: 10px;
}

.banner-wrap .h4 {
	font-weight: 400;
	margin-bottom: 30px;
}

.blog-overview-wrap {
	padding: 0px 0 60px;
}
.blog-overview-wrap .col6 {
	margin-bottom: 40px;
}
.blog-overview-wrap .post-summery {
	border: 2px solid #000000;
	background-color: #ffffff;
	padding: 34px 42px;
	display: block;
	text-decoration: none;
	transition: .4s all;
	height: 100%;
}
.blog-overview-wrap .post-summery:hover {
	border: 2px solid #3d9bd9;
	background-color: #3d9bd9;
	text-decoration: none;
}
.post-summery .date {
	margin-right: 30px;
	font-size: 16px;
}
.cat-btn {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	border-radius: 21px;
	background-color: #3d9bd9;
	display: inline-block;
	padding: 5px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.date-cat {
	margin-bottom: 40px;
	flex-wrap: wrap;
}
.blog-overview-wrap .post-summery:hover * {
	color: #fff;
}
.blog-overview-wrap .post-summery:hover .cat-btn {
	background-color: #382d5d;
}
.author-details {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #000;
}
.author-details svg {
	max-width: 100%;
	height: auto;
}
.author-details .author-img {
	width: 30%;
}
.author-detail {
	width: 65%;
	position: relative;
}
.author-detail strong,.author-detail > span {
	display: block;
}
.author-detail span.btn-link2 {
	position: absolute;
	left: 0;
	bottom: -50px;
}
.author-detail span.btn-link2.no-author {
	position: relative;
	bottom: auto;
}
.blog-overview-wrap .post-summery:hover .author-detail span.btn-link2 {
	left: auto;
	right: 0;
	filter: brightness(0) invert(1);
}

.spes-ind {
	margin-bottom: 28px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
}
.spes-ind span {
	margin-right: 20px;
	color: #000;
}
.blog-overview-wrap .post-summery:hover .spes-ind span .blue {
	color: #000 !important;
}
.job-ex {
	width: 59%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.job-ex + .img-wrap {
	width: 38%;
}
.blog-overview-wrap .post-summery:hover .btn-link2 {
	filter: brightness(0) invert(1);
}
@media(max-width: 991px) {
	.spes-ind {
		display: flex;
    flex-direction: column;
	}
	.post-summery .d-flex.justify-between {
		flex-direction: column-reverse;
	}
	.job-ex {
    width: 100%;
    margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.blog-overview-wrap .col6 {
		width: 100%;
	}
}

.newsletter-wrap {
	padding: 90px 0;
	background: #382D5D;
	margin-top: 50px;
	    overflow: hidden;
}
.newsletter-wrap h2 {
	margin-bottom: 40px;
}
.newsletter-wrap * {
	color: #fff;
}
.newsletter-wrap input:not([type=submit]) {
	color: #fff !important;
	background: none !important;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #fff;
	font-size: 18px !important;
	font-style: italic;
	font-weight: 400;
  padding-left: 0 !important;
}
.newsletter-wrap label {
	font-size: 15px;
}
.newsletter-wrap ::-webkit-input-placeholder {
	color: #fff
}
.newsletter-wrap :-ms-input-placeholder {
	color: #fff
}
.newsletter-wrap ::placeholder {
	color: #fff
}
.newsletter-wrap input[type=submit] {
	background: #3D9BD9;
	width: auto !important;
	color: #fff;
	border: none;
	font-size: 18px !important;
}
body .newsletter-wrap:not(#signup-form) .gform_wrapper .gform_footer {
	    float: right;
    width: auto;
    padding: 0;
    margin: 0;
    margin-top: -30px;
}
body .newsletter-wrap .gform_wrapper ul.gform_fields li {
    margin-top: 20px !important;
}
svg {
	overflow: hidden;
}

.blog-overview-archive {
	padding-top: 70px;
}

.form-wrapper {
	margin-bottom: 60px;
}
.archive-case-wrap {
	padding: 80px 0;
}
.archive-case-wrap .col6 {
	margin-bottom: 60px;
}


@media (max-width: 767px) {
	h1, .h1 {
	    font-size: 40px;
	    line-height: 42px;
	}
	h2, .h2  , .banner-rotation-wrap h2{ 
    font-size: 36px;
    line-height: 40px;
	}
	h3, .h3 {
    font-size: 29px;
    line-height: 32px;
	}
	h5, .h5 {
    font-size: 28px;
    line-height: 32px;
  }
  blockquote p, blockquote:before, blockquote:after {
    font-size: 34px;
    line-height: 38px;
	}
  .btn-group {
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  }
  .btn-group > .btn {
  	margin: 0;
  	margin-bottom: 15px;
  }
  .text-image-wrap .btn-group .btn + .btn {
    margin-left: 0;
	}
}
.resizecase {
	max-width: 300px;
	height: auto;

}

.new-addi .feature-img image{
	height:inherit!important;
} 

.banner-rotation-wrap h2.ttile{
	width:100%;
}



@media (max-width: 480px) {
	.banner-rotation-wrap h2{
		font-size: 23px;
		line-height: 37px;
	}
	.banner-rotation-wrap .text-anim-item{
		top: 7px !important;
	}
}

/********  Search Form  ******/

.open-popup{
	padding: 10px;
    box-shadow: none;
    border: none;
    background: url(../svg/search.svg) no-repeat center center;
	width:20px;
	height:20px;
	cursor: pointer;
}


.model {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.57);
    padding: 20px;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    z-index: 99;
    display: none;
}



.model-inner {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 680px;
    padding: 40px;
    max-height: 100%;
    overflow-y: scroll;
}

.model-header {
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 60px;
    line-height: 1;
}

.search-form {
    max-width: 520px;
    margin: 25px auto 25px;
    position: relative;
}

.search-form input[type="text"] {
    padding: 8px 20px 8px 42px!important;
    border-radius: 3px;
    box-shadow: none;
    width: 100%;
}

.search-form button {
    position: absolute;
    top: 6px;
    left: 10px;
    padding: 14px;
    box-shadow: none;
    border: none;
    background: url(../svg/search.svg) no-repeat center / 19px;
}

.search--pa{
	list-style: none;
	padding-left:0;
	flex-wrap:wrap;
}

.search--pa li a{
	color: #3d9bd9;
    border-color: #3d9bd9;
    margin-right: 20px;
    margin-bottom: 10px;
} 

.banner-wrap.Searr{
	padding-bottom:0;
}

.close-popup {
	color: #382d5d;
}

.nplr {
	margin-left: none !important;
	margin-right: none !important;
	max-width: 550px !important;
}

.nopt {
	padding-top: 0px !important;
}

.text-anim-item.anim-in.anim-out strong{
	color:#fff!important;
	font-size:0
}

/* .banner-rotation-wrap .col8 .d-flex.align-center{
	line-height:55px;
} */

.servv{
	display: block;
}

.rotate .text-anim-item, .rotate .text-anim-item strong {
	color: #fff !important;
}

.rotate .text-anim-item.anim-in, .rotate .text-anim-item.anim-in strong {
	color: #000 !important;
}

.rotate .text-anim-item.text-blue.anim-in, .rotate .text-anim-item.text-blue.anim-in strong {
	color: #3d9bd9 !important;
}


/* LP page */
/* lp-header */
.lp-header .container{
	padding-top: 131px;
	padding-bottom: 177px;
}
.lp-header .top-content{
	padding-right: 190px;
	font-weight: 600;
}
.lp-header .col6 .top-content{
	padding-right: 128px;
	font-weight: 600;
}
.lp-header h2{
	margin-bottom: 32px;
}
.lp-header .head-form{
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
	margin: 57px 53px 0px 0px;
	padding: 21px 31px 33px;
  font-weight: 600;
  background: #ffffff;
}
.lp-header .col6 .head-form{
	margin: 57px -42px 0px 0px;
}
.lp-header-content{
	position: relative;
}
.lp-header .head-form form{
	display: flex;
  align-items: center;
}
.lp-header .head-form .gform_wrapper.gravity-theme .gform_footer,
.lp-header .head-form .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0px 0 0 !important;
    padding: 0px 0 !important;
}
.lp-form input[type='text'],.lp-form input[type='email']{
	padding: 14px 20px !important;
	min-width: 310px;
	font-size: 19px !important;
	border: none;
	background-color: #eaeaea;
}
.lp-form input[type='submit']{
    padding: 15px 22px;
    border: none;
    border-radius: 6px;
    color: #ffffff;
    font-size: 18px;
    background-color: #3d9bd9;
    margin-left: 10px;
    margin-bottom: 0px !important;
}
.lp-header .head-form h4{
	font-weight: 400;
  font-size: 34px;
  margin-bottom: 12px;
}
.lp-header .head-form p {
    padding-bottom: 19px;
}
.lp-header .container{
	position: relative;	
}
.lp-header .lp-head-img{
	position: absolute;
  right: -246px;
  top: 49px;
}
.lp-header .bg-image{
	position: absolute;
  top: -32px;
  right: -51px;
}
.shadow-top{
	position: relative;
}
.shadow-top:before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 290px;
	background: url(../png/benifit-bg.png) no-repeat center bottom;
	z-index: -1;
}
.shadow-bottom{
	position: relative;
}
.shadow-bottom:before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 350px;
	background: url(../png/benifit-bg.png) no-repeat center top;
}

/* lp-benefit */
.lp-benefit{
	background: #000000 ;
	color: #ffffff;
	padding-top: 74px;
	padding-bottom: 75px;
	font-size: 34px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 38px;
}
.lp-benefit .container{
	position: relative;
}
.lp-benefit h2{
	color: #ffffff;
	margin-bottom: 14px;
}
.lp-benefit .number-pnl .col4{
	padding-left: 30px;
}
.lp-benefit .number-pnl .col4:nth-child(2){
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* lp-usp-slider */
.lp-usp-slider{
	background-color: #382d5d;
	padding-top: 80px;
	padding-bottom: 114px;
	overflow: hidden;
}
.lp-usp-slider .col8{
	padding-left: 112px;
}
.lp-usp-slider .col4{
	padding-left: 46px;
	position: relative;
}
.lp-usp-slider .col4 .svg-image{
	position: relative;
}
.lp-usp-slider .col4 .shadow-img{
	position: absolute;
	top: -2px;
	right: 30px;
	max-width: 133px;
}
.lp-usp-slider h2{
	color: #ffffff;
	font-weight: 500;
}

.lp-usp-slider .main-info p{
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}
.lp-usp-slider h2 span{
	font-weight: 700;
}
.lp-usp-slider .lp-slider.ups-slider{
	padding-top: 60px;
}
.lp-usp-slider .ups-slider-content{
	display: flex;
	color: #ffffff;
}
.lp-usp-slider .ups-slider-content p,
.lp-usp-slider .ups-slider-content h6{
	color: #ffffff;
}
.lp-usp-slider .ups-slider-content p{
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	padding-bottom: 40px;
}
.lp-usp-slider .ups-slider-content h6{
	line-height: 30px;
	margin-bottom: 26px;
}
.lp-usp-slider .ups-slider-content .slider-img{
	width: 96px;
	padding-top: 9px;
}
.lp-usp-slider .ups-slider-content .slider-content{
	max-width: calc(100% - 96px);
	padding-right: 42px;
}
.lp-slider .slick-prev {
    background: url(../png/slider-arrow.png) no-repeat left center / 32px;
    right: auto;
    left: -42px;
    width: 32px;
}
.lp-slider .slick-next {
    background: url(../png/slider-arrow.png) no-repeat left center / 32px;
    right: -42px;
    width: 32px;
    -webkit-transform: rotate(180deg) translate(0, 50%);
    -moz-transform: rotate(180deg) translate(0, 50%);
    transform: rotate(180deg) translate(0, 50%);
}
.btn.lp-btn{
	background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.lp-h5{
	font-size: 34px;
	font-weight: 400;
}
/* lp-customer-story */
.lp-customer-story{
	padding-top: 146px;
	padding-bottom: 38px;
	position: relative;
}
.lp-customer-story:before{
	content: '';
	position: absolute;
	top: 0px;
  left: -7%;
  width: 87%;
  height: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	z-index: -2;
}
.lp-customer-story:after{
	content: '';
	position: absolute;
	top: 0px;
  right: 0%;
  width: 100%;
  height: 100%;
  background-image:url('../png/customer-overlay.png');
	background-repeat: repeat-y;
	background-position: right top;
	z-index: -1;
}
.lp-customer-story .story-content{
	padding-left: 110px;
}
.lp-customer-story p,
.lp-customer-story h2{
	color: #ffffff;
}
.lp-customer-story h5{
	color: #3aa094;
	line-height: 38px;
	margin-bottom: 9px;
}
.lp-customer-story p{
	padding-bottom: 34px;
}
.lp-customer-story .title h2{
	font-size: 90px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 90px;
	margin-bottom: 34px;
}
.lp-customer-story .left-img{
	padding-top: 253px;
	position: relative;
}
.lp-customer-story .left-img img{
	position: relative;
}
.lp-customer-story .left-img .overlay-img{
	position: absolute;
	bottom: -146px;
  left: -42px;
}
.lp-customer-story .main-img{
	display: none;
}

/* lp-whitepaper-slider */
.lp-whitepaper-slider{
	background-color: #567c7b;
	padding-top: 144px;
	padding-bottom: 147px;
	overflow: hidden;
}
.whitepaper-slider{
	position: relative;
}
.whitepaper-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #ffffff;
}
.whitepaper-slider .slick-dots {
    position: absolute;
    bottom: auto;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    top: 14px;
    right: 113px;
}
.whitepaper-slider .slick-dots li button:hover,
.whitepaper-slider .slick-dots li button:focus,
.whitepaper-slider .slick-dots .slick-active button {
    background-color: #aabfb4;
}

.whitepaper-slider:before{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 83%;
	height: 100%;
	border: 2px solid #ffffff;
}
.whitepaper-slider-content{
	display: flex;
	position: relative;
	justify-content: end;
  padding-left: 22px;
}
.whitepaper-slider .slider-content{
	padding-top: 39px;
	padding-right: 190px;
	padding-bottom: 31px;
}
.whitepaper-slider .slider-content h5{
	margin-bottom: 6px;
	color: #ffffff;
}
.whitepaper-slider .slider-content h2{
	margin-bottom: 26px;
	color: #ffffff;
}
.whitepaper-slider .slider-content p{
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 24px;
	padding-bottom: 34px;
}
.whitepaper-slider .slider-img{
	position: absolute;
  left: -75px;
  width: 70%;
  top: 32px;
  z-index: -1;
}
.whitepaper-slider .slider-img .clip-img{
	position: absolute;
	bottom: -25px;
  left: 149px;
  z-index: -1;
}
.whitepaper-slider .lp-form input[type='text'] {
    background-color: #ffffff;
}
.whitepaper-slider .lp-form input[type='submit'] {
    margin-left: 0px;
    width: auto !important;
    padding: 15px 25px !important;
    background-color: #c3654b;
}
.whitepaper-slider .lp-form .gform_wrapper.gravity-theme .gform_footer,
.whitepaper-slider .lp-form .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0px 0 0 !important;
}
.lp-whitepaper-slider .container{
	position: relative;
}
.lp-whitepaper-slider .clip-img1{
	position: absolute;
	right: 13px;
  bottom: -197px;
  max-width: 198px;
  z-index: 1;
}
/* lp-logo-demo */
.lp-logo-demo{
	background: #000000;
	padding-top: 94px;
	padding-bottom: 179px;
}
.lp-logo-demo .logo-panel{
	flex-wrap: wrap;
	border-bottom: 2px solid #ffffff;
	padding-bottom: 69px;
}
.logo-panel .logo-demo{
	text-align: center;
	padding-bottom: 20px;
}
.lp-logo-demo .bottom-content{
	padding-top: 141px;
	position: relative;
	flex-wrap: wrap;
}
.lp-logo-demo .bottom-content .col5 img{
	position: absolute;
  right: -88px;
  top: 232px;
}
.lp-logo-demo .bottom-content p,
.lp-logo-demo .bottom-content h2,
.lp-logo-demo .bottom-content h5{
	color: #ffffff;
}
.lp-logo-demo .bottom-content h5{
	color: #3d9bd9;
	margin-bottom: 8px;
}
.lp-logo-demo .bottom-content h2{
	margin-bottom: 30px;
}
.lp-logo-demo .bottom-content p{
	padding-right: 140px;
	padding-bottom: 34px;
}
.lp-logo-demo .bottom-content .btn.lp-btn {
  border-radius: 5px;
	background-color: #3d9bd9;
	border: none;
	font-size: 20px;
	font-weight: 600;
	line-height: 16px;
	padding: 20px 21px;
}

/* lp-image-content */
.lp-image-content{
	background-color: #3d9bd9;
	padding-top: 158px;
	padding-bottom: 178px;
	overflow: hidden;
}
.lp-image-content h5{
	margin-bottom: 7px;
	color: #ffffff;
}
.lp-image-content h2{
	margin-bottom: 31px;
}
.lp-image-content .left-image img{
	margin-left: -64px;
  margin-top: 42px;
}
.lp-image-content .youtube-video{
	margin-top: 21px;
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	line-height: 16px;
	display: inline-flex;
	align-items: center;
}
.lp-image-content .youtube-video img{
	margin-right: 11px;
}
.lp-image-content .container{
	position: relative;
}
.lp-image-content .clip-img1{
	position: absolute;
  top: -249px;
  right: -114px;
  max-width: 275px;
}
.lp-image-content .clip-img2{
	position: absolute;
  bottom: -254px;
  left: 63px;
  max-width: 199px;
  z-index: 1;
}

/* lp-content-offers */
.lp-content-offers{
	padding-top: 168px;
	padding-bottom: 138px;
}
.offer-content{
	padding-left: 96px;
}
.offer-content h5{
	color: #3d9bd9;
}
.offer-content h2{
	margin-bottom: 34px;
}
.offer-content p{
	padding-right: 60px;
}
.offer-panel{
	padding-left: 25px;
	position: relative;
}
.offer-pnl{
	padding-bottom: 25px;
}
.offer-box{
	border-radius: 12px;
	padding: 31px 39px;
}
.offer-box h6{
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	margin-bottom: 0px;
}
.offer-box p{
	padding-top: 9px;
	padding-bottom: 6px;
}
.offer-icon{
	width: 52px;
	margin-right: 33px;
	position: relative;
}
.offer-icon:before{
	content: '';
	position: absolute;
	bottom: -16px;
	left: 50%;
	width: 1px;
	height: calc(100% - 55px);
	background: #000000;
	transform: translate(-50%, 0);
}
.offer-pnl:last-child .offer-icon:before{
	content: '';
	position: absolute;
	bottom: -16px;
	left: 50%;
	width: 1px;
	height: calc(100% - 55px);
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 35%, rgba(255,255,255,1) 70%);
	transform: translate(-50%, 0);
}

/* lp-contact */
.lp-contact{
	background-color: #382d5d;
	padding-top: 123px;
	padding-bottom: 236px;
	overflow: hidden;
}
.lp-contact h2{
	padding-right: 100px;
	color: #ffffff;
}
.lp-contact h5{
	color: #c3654b;
	margin-bottom: 7px;
	color: #c3654b;
}
.lp-contact .left-content{
	padding-left: 111px;
	padding-top: 93px;
	position: relative;
}
.lp-contact .lp-form form {
	display: flex;
  align-items: center;
  margin-top: 46px;
}
.lp-contact .lp-form .gform_wrapper.gravity-theme .gform_footer,
.lp-contact .lp-form .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0px 0 0 !important;
  padding: 0px 0 !important;
}
.lp-contact .lp-form input[type='submit'] {
  background-color: #c3654b;
}
.lp-contact .container,
.person-details{
	position: relative;
}
.person-details .need-help{
	color: #ffffff;
	font-size: 34px;
	font-weight: 600;
	line-height: 38px;
	padding-top: 13px;
}
.person-details .name-fuction{
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
	padding-top: 2px;
	padding-left: 3px;
}
.person-details .name{
	font-weight: 700;
	padding-right: 4px;
}
.person-details .phone {
	padding-top: 12px;
	padding-left: 2px;
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
	line-height: 38px;
}
.person-details .phone a{
	display: inline-flex;
	color: #ffffff;
}
.person-details .phone img{
	margin-right: 28px;
}
.lp-contact .shadow-img1 {
  position: absolute;
  top: -169px;
  right: -24px;
}
.lp-contact .shadow-img2 {
  position: absolute;
  bottom: -312px;
  left: -133px;
  max-width: 200px;
}

@media (max-width: 1670px) {
	.lp-header .container {
		overflow: hidden;
	}
	.lp-header .lp-head-img {
    right: -150px;
	}
}

@media (max-width: 1160px) {
	.lp-usp-slider .lp-slider.ups-slider .slick-list{
		max-width: 95%;
		margin: 0px auto;
	}
	.lp-customer-story .title h2 {
    font-size: 62px;
    line-height: 60px;
    margin-bottom: 20px;
	}

	.lp-usp-slider .ups-slider-content .slider-content {
    padding-right: 20px;
	}
	.lp-slider .slick-next {
    right: 0px;
  }
  .lp-slider .slick-prev {
    left: 0px;
  }
}

@media (max-width: 1023px) {
  .lp-header .top-content {
    padding-right: 110px;
	}
  .lp-header .col6 .top-content {
    padding-right: 0px;
	}
	.lp-header .col6 .head-form,
	.lp-header .head-form {
    margin: 20px 0px 0px 0px;
    padding: 20px;
	}
	.lp-header .bg-image {
    display: none;
	}
	.lp-header .lp-head-img {
    right: -180px;
	}
	.lp-form input[type='text'] {
    min-width: auto;
	}
	.lp-header .head-form form {
    display: block;
	}
	.lp-form input[type='submit'] {
    margin-left: 0px;
    margin-top: 10px;
	}
	.lp-header .container,
	.lp-benefit,
	.lp-usp-slider,
	.lp-customer-story,
	.lp-whitepaper-slider,
	.lp-logo-demo,
	.lp-image-content,
	.lp-content-offers,
	.lp-contact {
    padding-top: 60px;
    padding-bottom: 60px;
	}

	.lp-benefit {
    font-size: 30px;
    line-height: 34px;
	}
	.lp-usp-slider .col8 {
    padding-left: 15px;
	}
	.lp-customer-story .story-content {
    padding-left: 15px;
	}
	.lp-customer-story .left-img {
    padding-top: 30px;
    position: relative;
	}
	.lp-logo-demo .col10,
	.lp-image-content .col10{
		width: 100%;
	}
	.lp-logo-demo .bottom-content .col5 img {
    position: static;
	}
	.lp-logo-demo .logo-panel {
    padding-bottom: 50px;
	}
	.lp-logo-demo .bottom-content {
    padding-top: 60px;
	}
	.lp-image-content .left-image img {
    margin-left: 0px;
    margin-top: 42px;
	}
	.offer-content {
    padding-left: 0px;
	}
	.lp-contact .lp-form form {
    display: block;
	}
	.lp-contact .left-content {
    padding-left: 15px;
    padding-top: 50px;
    position: relative;
	}
	.whitepaper-slider .slider-content {
    padding-top: 39px;
    padding-right: 100px;
    padding-bottom: 31px;
    padding-left: 20px;
	}
	.whitepaper-slider .slider-img {
    left: -30px;
    width: 50%;
    top: 32px;
	}
	.whitepaper-slider .slider-img .clip-img {
    position: absolute;
    bottom: -25px;
    left: 112px;
    z-index: -1;
    max-width: 240px;
	}
	.lp-customer-story .main-img{
		display: none;
	}
}
@media (max-width: 920px) {
	.lp_page .col3,
	.lp_page .col4,
	.lp_page .col6,
	.lp_page .col7,
	.lp_page .col8,
	.lp_page .col9 {
    width: 100%;
	}
	.lp-header .lp-header-content{
		padding-bottom: 30px;
	}
	.lp-header .lp-head-img {
    position: static;
    max-width: 600px;
    margin: 20px auto 0px;
	}
	.lp-header .top-content {
    padding-right: 0px;
    max-width: 370px;
    margin: 0px auto;
    text-align: center;
	}
	.lp-header .head-form {
    margin: 20px 0px 0px 0px;
    padding: 30px;
	}
	.lp-usp-slider .col4 {
    padding-left: 0px;
    position: relative;
	}
	.lp-usp-slider .ups-top-img {
    max-width: 311px;
    margin: 0px auto;
    padding-left: 15px;
	}
	.lp-customer-story{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.lp-customer-story:before{
		display: none;
	}
	.lp-customer-story .container{
		padding: 0px;
	}
	.lp-customer-story .row{
		margin: 0px 0px;
	}
	.lp-customer-story .main-img{
		display: block;
	}
	.lp-customer-story .left-img {
    padding: 0px;
    position: relative;
	}
	.lp-customer-story .logo-img{
		position: absolute !important;
		right: 25px;
		bottom: 20px;
		max-width: 180px;
	}
	.lp-customer-story .left-img img {
    display: block;
	}
	.lp-customer-story .story-content{
		background: #000000;
		padding: 20px 40px 60px;
	}
	.lp-customer-story .left-img .overlay-img {
    position: absolute;
    bottom: -146px;
    left: 24px;
    max-width: 200px;
	}
	.whitepaper-slider .slider-img {
		position: relative;
    left: 0px;
    width: 100%;
    top: 0px;
	}
	.whitepaper-slider-content {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: end;
    padding-left: 0px;
    flex-direction: column-reverse;
	}
	.slick-slide .whitepaper-slider-content img {
    display: block;
    margin: 0px auto;
	}
	.whitepaper-slider .slider-content {
    padding: 40px 100px;
	}
	.whitepaper-slider .lp-form input[type='submit'] {
    margin-left: 0px;
    margin-top: 0px;
}
	.logo-panel .logo-demo {
    text-align: center;
    padding-bottom: 20px;
    width: 50%;
	}
	.lp-logo-demo .bottom-content {
    padding-top: 60px;
    flex-direction: column-reverse;
    align-items: center;
	}
	.lp-logo-demo .bottom-content .col7{
		margin-top: 30px;
	}
	.lp-image-content .image-content{
		flex-wrap: wrap;
		justify-content: center;
	}
	.lp-image-content .left-image img {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
	}
	.lp-image-content .clip-img2 {
    bottom: -130px;
	}
	.lp-image-content .clip-img1 {
    top: -90px;
    right: 18px;
    max-width: 215px;
	}
	.offercontent{
		flex-wrap: wrap;
		/*flex-direction: column-reverse;*/
	}
	.offercontent .offer-content{
		padding-bottom: 40px;
	}
	.offer-panel {
    padding-left: 0px;
    padding-bottom: 20px;
    position: relative;
	}
	.lp-contact .left-content {
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 40px;
    position: relative;
	}
	.lp-contact .person-details{
		max-width: 300px;
		margin: 0px auto;
	}
}

@media (max-width: 767px) {
	.lp_page .col5 {
    width: 100%;
	}
	.lp-h5 {
    font-size: 30px;
    font-weight: 400;
	}
	.lp-benefit .number-pnl{
		flex-wrap: wrap;
	}
	.lp-benefit .number-pnl .col4 {
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
	}
	.lp-benefit .number-pnl .col4:nth-child(2) {
    border-left: none;
    border-right: none;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
	}
	.lp-customer-story .title h2 {
    font-size: 40px;
    line-height: 42px;
	}
	.whitepaper-slider .slider-content {
    padding: 40px 60px 20px;
	}
	.whitepaper-slider .slider-img {
    width: 82%;
    margin: 0px auto;
	}
	.whitepaper-slider .slick-dots {
    top: 8px;
    right: 53px;
	}
	.lp-image-content .col5,
	.lp-logo-demo .col5{
		text-align: center;
	}
	.lp-customer-story .logo-img {
    position: absolute !important;
    right: 25px;
    bottom: 20px;
    max-width: 120px;
	}
	.lp-content-offers{
		padding-top: 90px;
	}
	.shadow-top:before {
    height: 200px;
    z-index: -1;
	}
}
@media (max-width: 560px) {
	.logo-panel .logo-demo {
    width: 100%;
	}
}