/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  overflow-x: hidden;
  scroll-behavior: smooth; /* For Smooth Page Down */
}
body{
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
	font-size: 18px;
	line-height: 36px;
	font-weight: 600;
	color: #6b7176;
	font-family: 'Manrope', sans-serif;
	overflow-x: hidden;
  	position: relative;
}
h1,h2,h3,h4,h5,h6,p,ul,li,ol{
	padding: 0;
	margin: 0;
}

h1{
	font-size: 90px;
	line-height: 90px;
	font-weight: normal;
	color: #000000;
  font-family: 'Max-Book';
  margin:0 0 10px;
}

h2{font-size:20px;line-height:24px;font-family: 'Max-Book'; font-weight: 400; margin:0 0 10px;}
h3{font-size:15px;line-height:19px;font-family: 'Max-Book'; font-weight: 400; margin:0 0 13px;}
h4{font-size:15px;line-height:19px;font-family: 'Max-Book'; font-weight: 400; margin:0 0 10px;}
h5{font-size:10px;line-height:14px;font-family: 'Max-Book'; font-weight: 400; margin:0 0 6px;}
h6{font-size:10px;line-height:14px;font-family: 'Max-Book'; font-weight: 400; margin:0 0 10px;}
p{font-size:18px;line-height: 30px; margin:0 0 16px;}
p:last-child{margin-bottom:0 !important;}
strong{font-weight: 400;}
a{
	text-decoration: none;
	border: 0;
	outline: 0;
  color: #000000;
  transition:all 0.3s ease-in-out;
}
a:hover{text-decoration:none; color:#000000;}
a:focus{outline:none;}
ul, ol{list-style:none; list-style-type: none; margin: 10px 0;}
ul li{list-style: none; list-style-type: none; position: relative; font-size:18px;line-height:36px;}
ul li + li{margin-top: 5px;}
ol li{list-style: none; position: relative; counter-reset: item; font-size:15px;line-height:20px;}
ol li + li{margin-top: 5px;}
img{
	max-width: 100%;
	height: auto;
	border: 0;
	outline: 0;
}

*{
	box-sizing: border-box;
}
.flex{
  display: -webkit-flex; 
  display: flex; 
  -webkit-flex-wrap:wrap; 
  flex-wrap: wrap;
}
.fw{
	max-width: 1518px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	margin: 0 auto;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* Font Face Start */
@font-face {
    font-family: 'Max-Book';
    src: url('../fonts/Max-Book.eot');
    src: url('../fonts/Max-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Max-Book.woff2') format('woff2'),
        url('../fonts/Max-Book.woff') format('woff'),
        url('../fonts/Max-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MaxPro-Light';
    src: url('../fonts/MaxPro-Light.eot');
    src: url('../fonts/MaxPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MaxPro-Light.woff2') format('woff2'),
        url('../fonts/MaxPro-Light.woff') format('woff'),
        url('../fonts/MaxPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
/* Font Face End */


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   /*font-family: 'Manrope', sans-serif;
   font-family: 'Max-Book';
   font-family: 'MaxPro-Light';*/
.wrapper {
	width: 100%;
}

.container {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
}

.container>div:first-child {
	padding-top: 170px;
}

.home .container>div:first-child {
	padding-top: 0;
}


/* Header Start */

.header {
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}

.header-inn {}

.header-top {
	position: relative;
	z-index: 2;
	/* max-width: 1726px; */
	padding: 15px 0px 30px;
	max-width: 1486px;
	margin: 0 auto;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.header-top .logo {
	max-width: 363px;
	width: 100%;
	display: block;
	margin-top: 27px;
	position: relative;
	z-index: 2;
}

.header-top .logo .mob-logo {
	display: none;
}


/* Hamburgur icon Start */

.header-top #hamburgur-icon,
.header-video-landing-inn #hamburgur-icon {
	color: #fff;
  background-color: #0e1d38;
  width: 60px;
  height: 60px;
	background-image: url(../img/hamburgur-icon.png);
	background-position: center;
	background-repeat: no-repeat;
  display: none;
  transition: all 0.4s ease-in-out;
  border-radius: 100%;
}
.header-top #hamburgur-icon.open,
.header-video-landing-inn #hamburgur-icon.open{
  background-image: url(../img/hamburgur-icon-close.png);
}

/* Hamburgur icon End */

.header-right {
	flex-direction: column-reverse;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.header-right-inn{
  flex-direction: column-reverse;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.header-right .header-right-top {
	margin-right: 14px;
	padding-bottom: 25px;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.header-right .header-right-top ul {
	padding: 0;
	margin: 0;
}

.header-right .header-right-top ul li {
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	color: #8f979d;
	background-color: inherit;
	letter-spacing: 2.5px;
	position: relative;
}

.header-right .header-right-top ul li a {
	color: #8f979d;
	background-color: inherit;
	padding: 0 0 7px 0;
}

.header-right .header-right-top ul li a:hover {
	color: #8f979d;
	background-color: inherit;
}

.header-right .header-right-top ul li+li {
	margin-left: 12px;
}

.header-right .header-right-top ul li a::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #8f979d;
	left: 0;
	right: 0;
	bottom: -4px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition: -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
	transition: -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
	transition: transform .4s cubic-bezier(0, 0, .2, 1);
	transition: transform .4s cubic-bezier(0, 0, .2, 1), -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
}

.header-right .header-right-top ul li:hover a:after {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}


/* Dropdown Start */

.header-right .header-right-top ul li ul {
	display: none;
	flex-direction: column;
	position: absolute;
	left: 0;
	top: 25px;
	width: 68px;
	z-index: 1;
	/* color: inherit;
  background-color: #fff; */
}

.header-right .header-right-top ul li:hover>ul {
	display: block;
}

.header-right .header-right-top ul li li {
	margin-left: 0;
	margin-bottom: 5px;
}


/* Dropdown End */

.header-light .header-right .header-right-top ul li {
	color: rgba(255, 255, 255, 0.3);
}

.header-light .header-right .header-right-top ul li a {
	color: rgba(255, 255, 255, 1.0);
}

.header-light .header-right .header-right-top ul li a:hover {
	color: rgba(255, 255, 255, 1.0);
}

.header-light .header-right .header-right-top ul li a::after {
	background-color: rgba(255, 255, 255, 1.0);
}


/* Menu Start */

.header-right .nav-wrapp {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.header-right .nav-wrapp .nav ul {
	padding: 0;
	margin: 0;
}

.header-right .nav-wrapp .nav ul li {
	/* position: relative; */
	font-family: 'Manrope', sans-serif;
	font-weight: 800;
	font-size: 18px;
	line-height: 59px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	color: #10161e;
	background-color: inherit;
	/* position: relative; */
	text-transform: capitalize;
}

.header-right .nav-wrapp .nav ul li+li {
	margin-left: 60px;
}

.header-right .nav-wrapp .nav ul li.dropdown-item a::before {
	content: "";
	display: block;
	position: absolute;
	right: -30px;
	top: 50%;
	margin-top: -3px;
	width: 16px;
	height: 9px;
	background-image: url(../img/nav-dropdown-arrow-b-l.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto auto;
}

.header-right .nav-wrapp .nav ul li.number-item .count-number {
	display: block;
	position: absolute;
	right: -29px;
	top: -5px;
	width: 20px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background-color: #ff4315;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.header-right .nav-wrapp .nav ul li a {
	color: #10161e;
	background-color: inherit;
	position: relative;
	z-index: 2;
}

.header-right .nav-wrapp .nav ul li a:hover {
	color: #10161e;
	background-color: inherit;
}

.header-right .nav-wrapp .nav>ul>li>a:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #000;
	left: 0;
	right: 0;
	bottom: -4px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition: -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
	transition: -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
	transition: transform .4s cubic-bezier(0, 0, .2, 1);
	transition: transform .4s cubic-bezier(0, 0, .2, 1), -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
}

.header-light .header-right .nav-wrapp .nav ul li a {
	color: #fff;
}

.header-light .header-right .nav-wrapp .nav ul li a:hover {
	color: #fff;
}

.header-light .header-right .nav-wrapp .nav ul li.dropdown-item a::before {
	background-position: 0 100%;
}

.header-light .header-right .nav-wrapp .nav>ul>li>a:after {
	background-color: #fff;
}

.header-right .nav-wrapp .nav>ul>li:hover>a:after,
.header-light .header-right .nav-wrapp .nav>ul>li:hover>a:after {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.header-email {
	display: none;
}

.header-right .nav-wrapp .pno-num-top {
	position: relative;
	border: 1px solid #10161e;
	padding: 20px 28px 20px 47px;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	margin-left: 71px;
	color: #10161e;
	background-color: inherit;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.header-right .nav-wrapp .pno-num-top a {
	color: #10161e;
	background-color: inherit;
}

.header-right .nav-wrapp .pno-num-top a:hover {
	color: #10161e;
	background-color: inherit;
}

.header-right .nav-wrapp .pno-num-top::after {
	content: "";
	display: block;
	position: absolute;
	left: 20px;
	top: 20px;
	width: 17px;
	height: 17px;
	background-image: url(../img/pho-icon-top.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto auto;
}

.header-light .header-right .nav-wrapp .pno-num-top {
	border-color: #fff;
	color: #fff;
}

.header-light .header-right .nav-wrapp .pno-num-top a {
	color: #fff;
}

.header-light .header-right .nav-wrapp .pno-num-top a:hover {
	color: #fff;
}

.header-light .header-right .nav-wrapp .pno-num-top::after {
	background-position: 0 100%;
}


/* Dropdown Menu Start */

.header-right .nav-wrapp .nav>ul>li .submenu-toggle {
	content: "";
	display: inline-block;
	width: 16px;
	height: 9px;
	background-image: url(../img/nav-dropdown-arrow-b-l.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto auto;
	text-indent: -200000px;
	vertical-align: middle;
	margin: -1px 0 0 11px;
}
.header-right .nav-wrapp .nav>ul>li .submenu-toggle{
	filter: invert(1);
}
.header-light .header-right .nav-wrapp .nav>ul>li .submenu-toggle, .blue-menu-hover .header-right .nav-wrapp .nav>ul>li .submenu-toggle{
	filter: inherit;
}

.header-right .nav-wrapp .nav ul.sub-menu {
	display: flex;
	flex-wrap: wrap;
	width: 700px;
	padding-top: 98px;
	padding-bottom: 63px;
	opacity: 0;
	max-height: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: -110px;
	transition: all .3s ease-in-out 0s;
}


/* FIX FOR LAST DROPDOWN — RIGHT ALIGNED, ONE COLUMN, PROPER WIDTH */
.header-right .nav-wrapp .nav > ul > li:last-child ul.sub-menu {
    left: 0;             /* remove the negative left offset */
    right: auto;               /* align the dropdown to the right */
    width: max-content;     /* make width fit the longest link */
    max-width: 550px;       /* adjust wider/narrower if needed */
    display: block;         /* override flex from the mega menu */
    flex-wrap: nowrap;      /* prevent multi-column layout */
}

/* Make the last dropdown a single column */
.header-right .nav-wrapp .nav > ul > li:last-child ul.sub-menu li {
    width: 100%;            /* force single-column layout */
}



.header-right .nav-wrapp .nav ul.sub-menu li {
	width: calc(100% / 3);
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-weight: 600;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	background-color: inherit;
	padding: 0;
	margin: 0;
}

.header-right .nav-wrapp .nav ul.sub-menu::before {
	width: 200vw;
	left: 0;
	content: '';
	height: calc(100% + 157px);
	position: absolute;
	background-color: rgba(14, 29, 56, 0.9);
	top: -157px;
	display: block;
	z-index: -1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header-right .nav-wrapp .nav ul li li a {
	color: #fff;
	background-color: inherit;
}

.header-right .nav-wrapp .nav ul li li a:hover {
	color: #fff;
}

.header-right .nav-wrapp .nav ul li li a:hover {
	color: #fff;
}

.header-right .nav-wrapp .nav ul li li a:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #fff;
	left: 0;
	right: 0;
	bottom: -4px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition: -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
	transition: -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
	transition: transform .4s cubic-bezier(0, 0, .2, 1);
	transition: transform .4s cubic-bezier(0, 0, .2, 1), -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
}

.header-right .nav-wrapp .nav ul li li:hover>a:after {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.blue-menu-hover .header-right .nav-wrapp .nav ul li a {
	color: #fff;
}

.blue-menu-hover .header-right .nav-wrapp .nav>ul>li>a:after {
	background-color: #fff;
}

.blue-menu-hover .header-right .nav-wrapp .pno-num-top {
	border-color: #fff;
	color: #fff;
}

.blue-menu-hover .header-right .nav-wrapp .pno-num-top a {
	color: #fff;
}

.blue-menu-hover .header-right .nav-wrapp .pno-num-top::after {
	background-position: 0 100%;
}

.blue-menu-hover .header-top .logo .mob-logo {
	display: block;
}

.blue-menu-hover .header-top .logo .desktop-logo {
	display: none;
}

.header-right .nav-wrapp .dropdown-menu-wrapp {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	color: inherit;
	background-color: rgba(14, 29, 56, 0.6);
	display: none;
}

.header-right .nav-wrapp .dropdown-menu-wrapp .dmw-inn {}

.header-right .nav-wrapp .nav .dropdown-menu-wrapp .dropdown-menu {
	padding: 0;
	margin: 0;
}

.header-right .nav-wrapp .nav .dropdown-menu-wrapp .dropdown-menu li {
	width: calc(100% / 3);
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-weight: 600;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	background-color: inherit;
	padding: 0;
	margin: 0;
	position: inherit;
}

.header-right .nav-wrapp .nav .dropdown-menu-wrapp .dropdown-menu li a {
	color: #fff;
	background-color: inherit;
}

.header-right .nav-wrapp .nav .dropdown-menu-wrapp .dropdown-menu li a:hover {
	color: #fff;
	background-color: inherit;
}

.header-right .nav-wrapp .nav .dropdown-menu-wrapp .dropdown-menu li+li {
	margin-left: 0;
}


/* Dropdown Menu End */


/* Menu End */


/* Slider Home Start */

.slider-hm-block {
	width: 100%;
	display: block;
	margin-top: 0;
	margin-bottom: 100px;
}

.slider-hmb-item {
	position: relative;
	height: 80vh;
	min-height: 720px;
}

.slider-hmb-item-bg {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.slider-hmb-item-bg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider-hmb-item .slider-hmbi-inn {
	position: relative;
	z-index: 1;
	/* min-width: 1127px;   */
	/* height: 80vh; */
	height: 100%;
	flex-direction: row;
	-webkit-align-content: flex-end;
	align-content: flex-end;
}

.slider-hmb-item .slider-hmbi-content {
	max-width: 740px;
	padding-bottom: 60px;
	position: absolute;
	left: 15px;
	bottom: 0;
}

.slider-hmb-item .slider-hmbi-content h2 {
	font-family: 'Max-Book';
	font-weight: normal;
	font-size: 95px;
	line-height: 95px;
	margin: 0 0 21px 0;
	padding: 0;
	color: #fff;
	background-color: inherit;
	letter-spacing: -2px;
}

.slider-hmb-item .slider-hmbi-content h2 span {
	display: block;
}

.slider-hmb-item .slider-hmbi-content p {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 25px 0;
	padding: 0;
	color: #fff;
	background-color: inherit;
}

.slider-hmb-item .slider-hmbi-content .slider-hmb-control-wrapp {}

.slider-hmb-item .slider-hmbi-content .slider-hmb-control-wrapp a.slider-hmb-control {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 90px;
	color: #fff;
	background-color: inherit;
	position: relative;
	padding-left: 115px;
}

.slider-hmb-item .slider-hmbi-content .slider-hmb-control-wrapp a.slider-hmb-control:before {
	width: 90px;
	height: 90px;
	background-image: url('../img/slider-play-btn-hm.png');
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #ffffff;
	border-radius: 100%;
	cursor: pointer;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
}

.slider-hmb-item .slider-hmb-right-content {
	width: 0px;
	color: inherit;
	background-color: #fff;
	height: 203px;
	position: absolute;
	right: 0;
	bottom: 0;
}


/* Slider Home End */


/* Header End */


/* Home Page Start */


/* Big Heading With Listing Module Start */

.heading-with-listing-module {
	margin-bottom: 165px;
}

.heading-with-listing-module .hwidth {
	max-width: 1225px;
	margin-bottom: 123px;
}

.heading-with-listing-module .hwidth h2 {
	font-family: 'Max-Book';
	font-weight: normal;
	font-size: calc(10px + 24*(100vw - 100px)/1486);
	line-height: calc(16px + 36*(100vw - 100px)/1486);
	margin: 0 0 0px 0;
	padding: 0;
	color: #000;
	background-color: inherit;
	letter-spacing: -2px;
}

.heading-with-listing-module .hwidth h2 span {
	display: block;
}

.heading-with-listing-module h6 {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	margin: 0 0 57px 0;
	padding: 0;
	color: #8f979d;
	text-transform: uppercase;
	background-color: inherit;
	letter-spacing: 2.6px;
}

.heading-with-listing-module ul {
	padding: 0;
	margin: 0;
}

.heading-with-listing-module ul li {
	padding: 0;
	margin: 0;
	width: 31.255%;
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 48px;
	color: #000;
	background-color: inherit;
	will-change: opacity, transform;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	transform: none;
	transition: opacity .6s cubic-bezier(.19, 1, .22, 1), transform 1s cubic-bezier(.19, 1, .22, 1);
}

.heading-with-listing-module ul li a {
	color: #000;
	background-color: inherit;
	overflow: hidden;
}

.heading-with-listing-module ul li a:hover {
	color: #000;
	background-color: inherit;
}

.heading-with-listing-module ul li a span {
	display: inline-block;
	position: relative;
}

.heading-with-listing-module ul li a span::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #000;
	left: 0;
	right: 0;
	bottom: 4px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition: -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
	transition: -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
	transition: transform .4s cubic-bezier(0, 0, .2, 1);
	transition: transform .4s cubic-bezier(0, 0, .2, 1), -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
}

.heading-with-listing-module ul li a:hover span:after {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}


/* Big Heading With Listing Module End */


/* Left Img With Right Heading Module Start */

.left-img-with-right-heading-module.revert .liwrhm-inn {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.left-img-with-right-heading-module .liwrhm-inn {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.left-img-with-right-heading-module .liwrhm-img {
	width: 48.522%;
}

.left-img-with-right-heading-module .liwrhm-img .liwrhm-img-img-inn {}

.left-img-with-right-heading-module .liwrhm-img img {
	display: block;
	width: 100%;
}

.left-img-with-right-heading-module .liwrhm-video {
	width: 100%;
}

.left-img-with-right-heading-module .liwrhm-video .liwrhm-video-inn {
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}

.left-img-with-right-heading-module .liwrhm-video .liwrhm-video-full {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.left-img-with-right-heading-module .liwrhm-video video {
	width: auto;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.left-img-with-right-heading-module .liwrhm-content {
	width: 37.49%;
	padding-top: 60px;
}

.left-img-with-right-heading-module .liwrhm-content h6 {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	margin: 0 0 64px 0;
	padding: 0;
	color: #8f979d;
	text-transform: uppercase;
	background-color: inherit;
	letter-spacing: 2.6px;
}

.left-img-with-right-heading-module .liwrhm-content p {
	font-family: 'Max-Book';
	font-weight: normal;
	font-size: 28px;
	line-height: 40px;
	margin: 0 0 60px 0;
	padding: 0;
	color: #000;
	background-color: inherit;
}

.left-img-with-right-heading-module .liwrhm-content .content-line ul {
	padding: 0;
	margin: 0;
}

.left-img-with-right-heading-module .liwrhm-content .content-line ul li {
	position: relative;
	padding-left: 20px;
	line-height: 30px;
}

.left-img-with-right-heading-module .liwrhm-content .content-line ul li:after {
	width: 6px;
	height: 6px;
	background: #0e1d38;
	content: '';
	position: absolute;
	left: 0;
	top: 13px;
}

.left-img-with-right-heading-module .liwrhm-content .content-line ul li+li {
	margin-top: 20px;
}


/* Left Img With Right Heading Module End */


/* Right Img With Left Heading Module Start */

.left-img-with-right-heading-module.liwrhm-extra-mar {
	margin-bottom: 208px;
}


/* Right Img With Left Heading Module End */


/* Background Img with left Content Module Start */

.bg-img-with-left-content-module {
	background-image: url(../img/bgiwlcm-bg-img.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 1010px;
	margin-top: -172px;
	margin-bottom: 242px;
}

.bg-img-with-left-content-module .bgiwlcm-inn {
	padding-top: 302px;
}

.bg-img-with-left-content-module .bgiwlcm-content {
	width: 45.522%;
}

.bg-img-with-left-content-module .bgiwlcm-content h6 {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	margin: 0 0 75px 0;
	padding: 0;
	color: #8f979d;
	text-transform: uppercase;
	background-color: inherit;
	letter-spacing: 2px;
}

.bg-img-with-left-content-module .bgiwlcm-content p {
	font-family: 'Max-Book';
	font-weight: normal;
	font-size: 28px;
	line-height: 40px;
	margin: 0 0 60px 0;
	padding: 0;
	color: #fff;
	background-color: inherit;
}


/* Background Img with left Content Module End */


/* Blue Bg Text With Right Img Text Module Start */

.bluebg-text-right-img-text-module {
	padding-bottom: 178px;
	padding-top: 140px;
	margin-top: 360px;
	color: inherit;
	background-color: #f7f7f8;
}

.bluebg-text-right-img-text-module .bbgtritm-inn {
	margin-top: -323px;
}

.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-content {
	width: 50%;
	text-align: center;
	color: #fefefe;
	background-color: #0e1d38;
	-webkit-align-items: center;
	align-items: center;
}
.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-content.green{
	background-color: #0e5746;
}

.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-content .bbgtritm-content-inn {
	padding: 0 71px 0;
}

.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-content p {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 50px 0;
	padding: 0;
	color: #fefefe;
	background-color: inherit;
}

.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-content a {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	background-color: inherit;
	will-change: opacity, transform;
	opacity: 1;
	transform: none;
	transition: opacity .6s cubic-bezier(.19, 1, .22, 1), transform 1s cubic-bezier(.19, 1, .22, 1);
}

.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-content a:hover {
	color: #fff;
	background-color: inherit;
}

.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-content a span {
	display: inline-block;
	position: relative;
}

.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-content a span:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #fff;
	left: 0;
	right: 0;
	bottom: -11px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition: -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
	transition: -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
	transition: transform .4s cubic-bezier(0, 0, .2, 1);
	transition: transform .4s cubic-bezier(0, 0, .2, 1), -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
}

.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-content a:hover span:after {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-img {
	width: 50%;
	position: relative;
	text-align: center;
}

.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-img .overlay {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: inherit;
	background-color: rgba(0, 0, 0, 0.2);
}

.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-img img {
	display: block;
	width: 100%;
}

.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-img .bbgtritm-img-content {
	padding: 0 103px 0;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
	text-align: center;
}

.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-img .bbgtritm-img-content-inn {}

.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-img p {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 50px 0;
	padding: 0;
	color: #fefefe;
	background-color: inherit;
}

.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-img a {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	background-color: inherit;
	display: inline-block;
	margin: 0 auto;
	transform: none;
	transition: opacity .6s cubic-bezier(.19, 1, .22, 1), transform 1s cubic-bezier(.19, 1, .22, 1);
}

.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-img a:hover {
	color: #fff;
	background-color: inherit;
}

.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-img a span {
	display: inline-block;
	position: relative;
}

.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-img a span:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #fff;
	left: 0;
	right: 0;
	bottom: -11px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition: -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
	transition: -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
	transition: transform .4s cubic-bezier(0, 0, .2, 1);
	transition: transform .4s cubic-bezier(0, 0, .2, 1), -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
}

.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-img a:hover span:after {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}


/* Blue Bg Text With Right Img Text Module End */


/* Home Page End */


/* Footer Start */

.footer {
	color: inherit;
	background-color: #0e1d38;
}

.footer-inn {
	padding-top: 123px;
	padding-bottom: 165px;
}


/* Footer Top Module Start */

.footer-top-module {
	padding-left: 48px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.footer-top-module h6 {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 36px;
	margin: 0 0 59px 0;
	padding: 0;
	color: #49556b;
	text-transform: uppercase;
	background-color: inherit;
	letter-spacing: 1px;
}

.footer-top-module p {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 36px;
	margin: 0 0 0px 0;
	padding: 0;
	color: #fff;
	background-color: inherit;
}

.footer-top-module p span {
	display: block;
}

.footer-top-module .ftm-left {
	width: 24.597%;
	/* width: 320px; */
}

.footer-top-module .ftm-left ul {
	padding: 0;
	margin: 90px 0 0 0;
}

.footer-top-module .ftm-left ul li {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 66px;
	margin: 0 0 0px 0;
	padding: 0;
	color: #fff;
	background-color: inherit;
	transform: none;
	transition: opacity .6s cubic-bezier(.19, 1, .22, 1), transform 1s cubic-bezier(.19, 1, .22, 1);
}

.footer-top-module .ftm-left ul li a {
	color: #fff;
	background-color: inherit;
}

.footer-top-module .ftm-left ul li a:hover {
	color: #fff;
	background-color: inherit;
}

.footer-top-module .ftm-left ul li+li {
	padding: 0;
	margin: 0;
}

.footer-top-module .ftm-left ul li a span {
	display: inline-block;
	position: relative;
}

.footer-top-module .ftm-left ul li a span:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #fff;
	left: 0;
	right: 0;
	bottom: 13px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition: -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
	transition: -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
	transition: transform .4s cubic-bezier(0, 0, .2, 1);
	transition: transform .4s cubic-bezier(0, 0, .2, 1), -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
}

.footer-top-module .ftm-left ul li a:hover span:after {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.footer-top-module .ftm-left ul li.mail-icon::before {
	content: "";
	display: block;
	position: absolute;
	left: -48px;
	top: 50%;
	margin-top: -6px;
	width: 16px;
	height: 12px;
	background-image: url(../img/footer-mail-icon.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto auto;
}

.footer-top-module .ftm-left ul li.pho-icon::before {
	content: "";
	display: block;
	position: absolute;
	left: -48px;
	top: 50%;
	margin-top: -8px;
	width: 17px;
	height: 17px;
	background-image: url(../img/footer-pho-icon.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto auto;
}

.footer-top-module .ftm-right {
	width: 66%;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.footer-top-module .ftm-right ul {
	padding: 0;
	margin: 0;
}

.footer-top-module .ftm-right ul li {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 36px;
	margin: 0 0 0px 0;
	padding: 0;
	color: #fff;
	background-color: inherit;
}

.footer-top-module .ftm-right ul li a {
	color: #fff;
	background-color: inherit;
	position: relative;
}

.footer-top-module .ftm-right ul li a:hover {
	color: #fff;
	background-color: inherit;
}

.footer-top-module .ftm-right ul li a::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	left: 0;
	right: 0;
	bottom: -4px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition: -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
	transition: -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
	transition: transform .4s cubic-bezier(0, 0, .2, 1);
	transition: transform .4s cubic-bezier(0, 0, .2, 1), -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
}

.footer-top-module .ftm-right ul li:hover a:after {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.footer-top-module .ftm-right .ftmr-sitemap {
	width: 17.121%;
}

.footer-top-module .ftm-right .ftmr-activiteiten {
	/* width: 71.121%; */
	width: 77.121%;
}

.footer-top-module .ftm-right .ftmr-activiteiten ul li {
	width: calc(100% / 3);
}


/* Footer Top Module End */


/* Footer Bottom Module Start */

.footer-bottom-module {
	padding-left: 48px;
	padding-top: 97px;
}

.footer-bottom-module ul {
	padding: 0;
	margin: 0;
}

.footer-bottom-module ul li {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 36px;
	margin: 0 0 0px 0;
	padding: 0;
	color: #49556b;
	background-color: inherit;
}

.footer-bottom-module ul li+li {
	margin-left: 32px;
}

.footer-bottom-module ul li a {
	color: #FFF;
	background-color: inherit;
	position: relative;
}

.footer-bottom-module ul li a:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #49556b;
	left: 0;
	right: 0;
	bottom: -4px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition: -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
	transition: -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
	transition: transform .4s cubic-bezier(0, 0, .2, 1);
	transition: transform .4s cubic-bezier(0, 0, .2, 1), -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
}

.footer-bottom-module ul li a:hover:after {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}


/* Footer Bottom Module End */


/* Footer End */


/* Contatct Page Start */


/* Inner Pages top Block Start */


/* Breadcrumb Start */

.breadcrumb-wrapper .breadcrumb-wrapper-inn {
	padding-top: 153px;
	padding-bottom: 112px;
}

.breadcrumb-wrapper .breadcrumb-wrapper-inn .breadcrumb {
	padding: 0;
	margin: 0;
}

.breadcrumb-wrapper .breadcrumb-wrapper-inn .breadcrumb li {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 25px;
	margin: 0 0 0px 0;
	padding: 0;
	color: #dce0de;
	background-color: inherit;
}

.breadcrumb-wrapper .breadcrumb-wrapper-inn .breadcrumb li+li::after {
	content: ">";
	display: block;
	position: absolute;
	left: -20px;
	top: 1px;
	width: 6px;
	height: 10px;
	color: #dce0de;
	background-color: inherit;
}

.breadcrumb-wrapper .breadcrumb-wrapper-inn .breadcrumb li+li {
	margin-left: 30px;
}

.breadcrumb-wrapper .breadcrumb-wrapper-inn .breadcrumb li a {
	color: #dce0de;
	background-color: inherit;
	position: relative;
}

.breadcrumb-wrapper .breadcrumb-wrapper-inn .breadcrumb li.active a {
	color: #10161e;
}

.breadcrumb-wrapper .breadcrumb-wrapper-inn .breadcrumb li.active a:hover {
	color: #10161e;
}

.breadcrumb-wrapper .breadcrumb-wrapper-inn .breadcrumb li a:hover {
	color: #dce0de;
	background-color: inherit;
}

.breadcrumb-wrapper .breadcrumb-wrapper-inn .breadcrumb li a:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #10161e;
	left: 0;
	right: 0;
	bottom: -4px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition: -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
	transition: -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
	transition: transform .4s cubic-bezier(0, 0, .2, 1);
	transition: transform .4s cubic-bezier(0, 0, .2, 1), -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
}

.breadcrumb-wrapper .breadcrumb-wrapper-inn .breadcrumb li a:hover:after {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}


/* Breadcrumb End */


/* Heading Single Module Start */

.heading-single-module .hsm-inn {}

.heading-single-module .hsm-inn .hsm-inn-width {
	max-width: 1225px;
}

.heading-single-module .hsm-inn h2 {
	font-family: 'Max-Book';
	font-weight: normal;
	font-size: 40px;
	line-height: 56px;
	margin: 0 0 0px 0;
	padding: 0;
	color: #000;
	background-color: inherit;
	letter-spacing: -2px;
}

.heading-single-module .hsm-inn h2 span {
	display: inherit;
}

.heading-single-module.contact-heading-single-module .hsm-inn h2 {
	font-size: 46px;
	line-height: 65px;
}


/* Heading Single Module End */


/* Inner Pages top Block End */


/* Contact Info Module Start */

.contact-info-module .cim-inn {
	padding-top: 80px;
	padding-bottom: 172px;
}

.contact-info-module .cim-inn .contact-partners-link {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	margin: 0 0 0px 0;
	padding: 0;
	color: #000;
	background-color: inherit;
	position: relative;
	transform: none;
	transition: opacity .6s cubic-bezier(.19, 1, .22, 1), transform 1s cubic-bezier(.19, 1, .22, 1);
}

.contact-info-module .cim-inn .contact-partners-link span {
	display: inline-block;
	position: relative;
}

.contact-info-module .cim-inn .contact-partners-link:hover {
	color: #000;
	background-color: inherit;
}

.contact-info-module .cim-inn .contact-partners-link span:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #000;
	left: 0;
	right: 0;
	bottom: 4px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition: -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
	transition: -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
	transition: transform .4s cubic-bezier(0, 0, .2, 1);
	transition: transform .4s cubic-bezier(0, 0, .2, 1), -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
}

.contact-info-module .cim-inn .contact-partners-link:hover span:after {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.contact-info-module .cim-inn .cim-address-contact-num {
	padding-bottom: 90px;
}

.contact-info-module .cim-inn .cim-address-contact-num p {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	margin: 0 0 0px 0;
	padding: 0;
	color: #000;
	background-color: inherit;
}

.contact-info-module .cim-inn .cim-address-contact-num .cimacn-add {}

.contact-info-module .cim-inn .cim-address-contact-num .cimacn-pho {
	margin-left: 85px;
}

.contact-info-module .cim-inn .cim-address-contact-num .cimacn-pho p a {
	color: #000;
	background-color: inherit;
	position: relative;
}

.contact-info-module .cim-inn .cim-address-contact-num .cimacn-pho p a:hover {
	color: #000;
	background-color: inherit;
}

.contact-info-module .cim-inn .cim-address-contact-num .cimacn-pho p a:hover::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #000;
	left: 0;
	right: 0;
	bottom: -4px;
}


/* Contact Info Module End */


/* Partners Details Module Start */

.partners-details-module {
	padding-top: 184px;
	padding-bottom: 629px;
	color: inherit;
	background-color: #0e1d38;
}

.partners-details-module .partners-left-heading-right-content-wrapp {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.partners-details-module .partners-left-heading-right-content-wrapp .plhrcw-heading {
	width: 37.453%;
}

.partners-details-module .partners-left-heading-right-content-wrapp .plhrcw-heading h3 {
	font-family: 'Max-Book';
	font-weight: normal;
	font-size: 72px;
	line-height: 75px;
	margin: 0 0 0px 0;
	padding: 0;
	color: #fff;
	background-color: inherit;
	letter-spacing: -2.6px;
}

.partners-details-module .partners-left-heading-right-content-wrapp .plhrcw-content {
	width: 55.559%;
}

.partners-details-module .partners-left-heading-right-content-wrapp .plhrcw-content p {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 36px;
	margin: 0 0 0px 0;
	padding: 0;
	color: #fff;
	background-color: inherit;
}


/* Partners Details Module End */


/* Partners Info Section Start */

.partners-info-list-wrapp {
	margin-top: 137px;
}

.partners-info-list-wrapp .pilw-list {
	padding: 0;
	margin: 0;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.partners-info-list-wrapp .pilw-list li {
	width: calc(98% / 4);
	border: 1px solid #323f56;
	margin: 0 0 0px 0;
	padding: 0;
	color: #6b7176;
	background-color: inherit;
	align-content: center;
	-webkit-align-content: center;
	height: 268px;
}

.partners-info-list-wrapp .pilw-list li+li {
	margin-bottom: 9px;
	margin-left: 7px;
}

.partners-info-list-wrapp .pilw-list li:nth-child(4n+1) {
	margin-left: 0;
}

.partners-info-list-wrapp .pilw-list li .pilw-list-inn {
	padding: 0 65px;
}

.partners-info-list-wrapp .pilw-list li h6 {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 32px;
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: inherit;
}

.partners-info-list-wrapp .pilw-list li p {
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	margin: 0;
	padding: 0;
	color: #6b7176;
	background-color: inherit;
}

.partners-info-list-wrapp .pilw-list li p a {
	color: #6b7176;
	background-color: inherit;
	position: relative;
	display: block;
}

.partners-info-list-wrapp .pilw-list li p a:hover {
	color: #6b7176;
	background-color: inherit;
}

.partners-info-list-wrapp .pilw-list li p a:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #6b7176;
	left: 0;
	right: 0;
	bottom: -4px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition: -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
	transition: -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
	transition: transform .4s cubic-bezier(0, 0, .2, 1);
	transition: transform .4s cubic-bezier(0, 0, .2, 1), -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
}

.partners-info-list-wrapp .pilw-list li p a:hover:after {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}


/* Partners Info Section End */


/* Single Video Module Start */

.single-video-module {
	/*margin-top: -431px;*/
	margin-bottom: 178px;
}

.single-video-module .video-overlay-play {
	position: relative;
	padding-top: 0;
}

.single-video-module .video-overlay-play h5 {
	font-size: 21px;
	line-height: 25px;
	color: #fff;
	padding: 0;
	margin: 0;
	letter-spacing: normal;
	text-transform: capitalize;
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 50px;
}

.single-video-module .video-overlay-play video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	outline: none;
}


/* Single Video Module End */


/* Contatct Page End */


/* Job Page Start */


/* Job Left Img Right Content Link Module Start */

.job-left-img-right-content-module {
	margin-top: 148px;
	color: inherit;
	background-color: #f7f7f8;
	padding-bottom: 118px;
}

.job-left-img-right-content-module .jlircm-bg-white-link-wrapper {
	color: inherit;
	background-color: #fff;
}

.job-left-img-right-content-module .jlircm-bg-white-link {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	padding-top: 56px;
	padding-bottom: 86px;
	margin-bottom: -182px;
}

.job-left-img-right-content-module .jlircm-bg-white-link .jlircm-bg-white-link-inn {
	width: 42.3%;
}

.job-left-img-right-content-module .jlircm-bg-white-link .jlircm-bg-white-link-inn a {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: inherit;
	position: relative;
	transform: none;
	transition: opacity .6s cubic-bezier(.19, 1, .22, 1), transform 1s cubic-bezier(.19, 1, .22, 1);
}

.job-left-img-right-content-module .jlircm-bg-white-link .jlircm-bg-white-link-inn a::after {
	content: "";
	display: block;
	position: absolute;
	right: -38px;
	top: 50%;
	margin-top: -12px;
	width: 15px;
	height: 25px;
	background-image: url(../img/link-downarrow.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto auto;
}

.job-left-img-right-content-module .jlircm-bg-white-link .jlircm-bg-white-link-inn a span {
	display: inline-block;
	position: relative;
}

.job-left-img-right-content-module .jlircm-bg-white-link .jlircm-bg-white-link-inn a:hover {
	color: #000;
	background-color: inherit;
}

.job-left-img-right-content-module .jlircm-bg-white-link .jlircm-bg-white-link-inn a span:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #000;
	left: 0;
	right: 0;
	bottom: 4px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition: -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
	transition: -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
	transition: transform .4s cubic-bezier(0, 0, .2, 1);
	transition: transform .4s cubic-bezier(0, 0, .2, 1), -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
}

.job-left-img-right-content-module .jlircm-bg-white-link .jlircm-bg-white-link-inn a:hover span:after {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.job-left-img-right-content-module .jlircm-img-content {
	padding-left: 0px;
	padding-right: 120px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.job-left-img-right-content-module .jlircm-img-content .jlircm-img {
	width: 56.180%;
}

.job-left-img-right-content-module .jlircm-img-content .jlircm-img img,
.job-left-img-right-content-module .jlircm-img-content .jlircm-img video {
	width: 100%;
	height: 99%;
	display: block;
	object-fit: cover;
}

.job-left-img-right-content-module .jlircm-img-content .jlircm-content {
	width: 37.3%;
	padding-top: 305px;
}

.job-left-img-right-content-module .jlircm-img-content .jlircm-content p {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 36px;
	margin: 0 0 59px 0;
	padding: 0;
	color: #40464b;
	background-color: inherit;
}


/* Job Left Img Right Content Link Module End */


/* Job Left Content With Right Listing Comntent Module Start */

.job-left-content-right-listing-content-module {
	color: inherit;
	background-color: #f7f7f8;
	padding-bottom: 166px;
}

.job-left-content-right-listing-content-module .jlcrlcm-inn {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.job-left-content-right-listing-content-module .jlcrlcm-heading-content {
	width: 48.522%;
}

.job-left-content-right-listing-content-module .jlcrlcm-heading-content h6 {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	margin: 0 0 62px 0;
	padding: 0;
	color: #8f979d;
	background-color: inherit;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.job-left-content-right-listing-content-module .jlcrlcm-heading-content h3 {
	font-family: 'Max-Book';
	font-weight: normal;
	font-size: 56px;
	line-height: 72px;
	margin: 0 0 59px 0;
	padding: 0;
	color: #000;
	background-color: inherit;
}

.job-left-content-right-listing-content-module .jlcrlcm-heading-content p {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 36px;
	margin: 0 0 59px 0;
	padding: 0;
	color: #40464b;
	background-color: inherit;
}

.job-left-content-right-listing-content-module .jlcrlcm-listing-content {
	width: 42.836%;
	padding-top: 50px;
}

.job-left-content-right-listing-content-module .jlcrlcm-listing-content ul {
	padding: 0;
	margin: 0;
}

.job-left-content-right-listing-content-module .jlcrlcm-listing-content ul li {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	padding: 40px 0 33px 78px;
	margin: 0;
	color: #40464b;
	background-color: inherit;
	border-bottom: 1px solid #e2e3e5;
}

.job-left-content-right-listing-content-module .jlcrlcm-listing-content ul li a {
	color: #40464b;
	background-color: inherit;
	position: relative;
}

.job-left-content-right-listing-content-module .jlcrlcm-listing-content ul li::before {
	content: "";
	display: block;
	position: absolute;
	left: 9px;
	top: 50%;
	margin-top: -10px;
	width: 24px;
	height: 24px;
	background-image: url(../img/bulletin-icon.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto auto;
}

.job-left-content-right-listing-content-module .jlcrlcm-listing-content ul li:last-child {
	border-bottom: none;
}

.job-left-content-right-listing-content-module .jlcrlcm-listing-content ul li a:hover {
	color: #40464b;
	background-color: inherit;
}

.job-left-content-right-listing-content-module .jlcrlcm-listing-content ul li a:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #40464b;
	left: 0;
	right: 0;
	bottom: -4px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition: -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
	transition: -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
	transition: transform .4s cubic-bezier(0, 0, .2, 1);
	transition: transform .4s cubic-bezier(0, 0, .2, 1), -webkit-transform .4s cubic-bezier(0, 0, .2, 1);
}

.job-left-content-right-listing-content-module .jlcrlcm-listing-content ul li a:hover:after {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}


/* Job Left Content With Right Listing Comntent Module End */


/* Job Listing With Heading With Blue Background Module Start */

.job-heading-listing-blue-background-module {
	color: inherit;
	background-color: #0e1d38;
	padding-top: 160px;
	padding-bottom: 160px;
	margin-bottom: 178px;
}

.job-heading-listing-blue-background-module h6 {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	margin: 0 0 60px 0;
	padding: 0;
	color: #8f979d;
	background-color: inherit;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.job-heading-listing-blue-background-module h4 {
	font-family: 'Max-Book';
	font-weight: normal;
	font-size: 72px;
	line-height: 75px;
	margin: 0 0 65px 0;
	padding: 0;
	color: #fff;
	background-color: inherit;
	letter-spacing: -2.6px;
}

.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul {
	padding: 0;
	margin: 0;
}

.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li {
	padding: 0;
	margin: 0;
	/* border-bottom: 2px solid #323f56;
  border-top: 2px solid #323f56; */
	cursor: pointer;
}

.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li .jhlbbm-list-smallinfo-content-wrapp {
	padding: 85px 153px 72px 74px;
	/* border-bottom: 2px solid #323f56; */
	border-top: 2px solid #323f56;
}

.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li:last-child .jhlbbm-list-smallinfo-content-wrapp {
	border-bottom: 2px solid #323f56;
}

.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-smallinfo {
	width: 19.231%;
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 0px 0;
	padding: 0;
	color: #fff;
	background-color: inherit;
}

.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-smallinfo span {
	display: block;
	color: #6b7176;
	background-color: inherit;
}

.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content {
	width: 79%;
}

.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content h5 {
	font-family: 'Max-Book';
	font-weight: normal;
	font-size: 48px;
	line-height: 55px;
	margin: 0 0 0px 0;
	padding: 0;
	color: #fff;
	background-color: inherit;
	position: relative;
}

.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content h5::after {
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -9px;
	width: 32px;
	height: 18px;
	background-image: url(../img/right-arrow-job.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto auto;
}

.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content p {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	padding: 0 0 0 0;
	margin: 0 0 55px 0;
	color: #40464b;
	background-color: inherit;
	display: none;
}

.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content .job-list-link {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	padding: 0 0 0 0;
	margin: 0 0 0px 0;
	color: #000;
	background-color: inherit;
	display: none;
	transform: none;
	transition: opacity .6s cubic-bezier(.19, 1, .22, 1), transform 1s cubic-bezier(.19, 1, .22, 1);
}

.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content .job-list-link span {
	display: inline-block;
	position: relative;
}

.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content .job-list-link span:after,
.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content .job-list-link span:before {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -14px;
	left: 0;
	color: inherit;
	background: #000;
	transition: transform .6s cubic-bezier(.77, 0, .175, 1);
}

.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content .job-list-link span:before {
	transform: scaleX(1);
	transform-origin: left center;
	transition-delay: .1s;
}

.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content .job-list-link span:after,
.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content .job-list-link:hover span:before {
	transform: scaleX(0);
	transform-origin: right center;
	transition-delay: 0s;
}

.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content .job-list-link:hover span:after {
	transform: scaleX(1);
	transform-origin: left center;
	transition-delay: .1s;
}

.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li.active .jhlbbm-list-smallinfo-content-wrapp {
	color: inherit;
	background-color: #fff;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
}

.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li.active .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-smallinfo {
	color: #000;
	background-color: inherit;
}

.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li.active .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content h5 {
	color: #000;
	background-color: inherit;
	margin-bottom: 35px;
}

.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li.active .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content p {
	display: block;
}

.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li.active .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content .job-list-link {
	display: block;
}

.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li.active .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content .jhlbbm-list-content-inn {
	padding-left: 36px;
}

.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li:hover .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content .jhlbbm-list-content-inn {
	padding-left: 36px;
}

.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li:hover .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content h5::after {
	left: 104%;
}


/* Job Listing With Heading With Blue Background Module End */


/* Job Page End */


/* Oplossing Page Start */


/* Oplossing Big Banner Single Img Module Start */

.opl-big-single-img-module {
	width: 100%;
	margin: 147px 0 0 0;
}

.opl-big-single-img-module .oplbs-img {
	width: 100%;
	/* margin: 147px 0 0 0; */
}

.opl-big-single-img-module img {
	display: block;
	width: 100%;
	/* margin: 147px 0 0 0; */
}

.opl-big-single-img-module .oplbs-video {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 100vh;
}

.opl-big-single-img-module .oplbs-video-full {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.opl-big-single-img-module .oplbs-video-inn {}

.opl-big-single-img-module .oplbs-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	height: auto;
	width: auto;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
	object-fit: cover;
}


/* Oplossing Big Banner Single Img Module End */


/* Opl Body Content With Bg Texture Section Start */

.opl-body-section-bg-texture {
	padding: 214px 0 0 0;
	/* background-image: url('../img/opl-bg-texture.jpg'); */
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


/* Opl Body Content With Bg Texture Section End */


/* Right Img With Left Heading Module Start */

.left-img-with-right-heading-module.opl-liwrhm-module .liwrhm-content h3 {
	font-family: 'Max-Book';
	font-weight: normal;
	font-size: 45px;
	line-height: 55px;
	margin: 0 0 60px 0;
	padding: 0;
	color: #000;
	background-color: inherit;
}

.left-img-with-right-heading-module.opl-liwrhm-module .liwrhm-content p {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 30px 0;
	padding: 0;
	color: #6b7176;
	background-color: inherit;
	letter-spacing: 0.4px;
}

.left-img-with-right-heading-module.opl-liwrhm-module.opl-liwrhm-reduce-mar {
	margin-bottom: 165px;
}

.home .left-img-with-right-heading-module.opl-liwrhm-module .liwrhm-content p {
	font-family: 'Max-Book';
	font-weight: normal;
	font-size: 28px;
	line-height: 40px;
	margin: 0 0 60px 0;
	padding: 0;
	color: #000;
	background-color: inherit;
}


/* Right Img With Left Heading Module End */


/* Heading Single Module Start */

.heading-single-module.opl-heading-single-module {
	margin-bottom: 210px;
}

.heading-single-module.opl-heading-single-module .hsm-inn h6 {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	margin: 0 0 64px 0;
	padding: 0;
	color: #8f979d;
	background-color: inherit;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.heading-single-module.opl-heading-single-module .hsm-inn h2 {
	font-family: 'Max-Book';
	font-weight: normal;
	font-size: 40px;
	line-height: 55px;
	margin: 0 0 0px 0;
	padding: 0;
	color: #000;
	background-color: inherit;
}


/* Heading Single Module End */


/* Single Video Module Start */

.single-video-module.opl-single-video-module {
	margin-top: 0;
	margin-bottom: 142px;
}


/* Single Video Module End */


/* Big Heading With Listing Module Start */

.heading-with-listing-module.opl-heading-with-listing-module ul li {
	width: calc(100% / 4);
}


/* Big Heading With Listing Module End */


/* Oplossing Page End */


/* Video Landing Page Start */


/* Video Landing Header Start */

.header-video-landing {
	padding-top: 136px;
	display: block;
	width: 100%;
}

.video-landing-menu .video-landing-menu-inn {}

.header-video-landing .logo {
	max-width: 361px;
	width: 100%;
	display: block;
	margin: 0 auto;
}

.header-video-landing .logo img {
	display: block;
}

.video-landing-menu {
	width: 100%;
	justify-content: center;
	padding-top: 100px;
	margin-top: 0;
	margin-bottom: 0;
}

.video-landing-menu li {
	display: block;
	margin-top: 0;
	margin-bottom: 0;
}

.video-landing-menu li+li {
	margin-left: 130px;
}

.video-landing-menu li a {
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	color: #8f979d;
	text-transform: uppercase;
	display: block;
	font-family: 'Manrope', sans-serif;
	letter-spacing: 2.5px;
}


/* Video Landing Header End */


/* Video Landing Content With Video Start */

.video-lang-section {
	width: 100%;
	background: #ffffff;
	display: block;
	padding-top: 174px;
	padding-bottom: 230px;
}

.video-lang-section.grey {
	background: #f2f1f0;
}

.video-lang-section .video-heading-with-content {
	max-width: 990px;
	display: block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	padding-bottom: 74px;
}

.video-lang-section .video-heading-with-content h6 {
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	color: #8f979d;
	text-transform: uppercase;
	font-family: 'Manrope', sans-serif;
	letter-spacing: 2.5px;
	padding-bottom: 22px;
	margin: 0;
}

.video-lang-section .video-heading-with-content h1 {
	padding-bottom: 46px;
	letter-spacing: -2px;
	margin: 0;
}

.video-lang-section .video-heading-with-content p {
	letter-spacing: -0.5px;
	margin: 0;
}

.video-overlay-play {
	width: 100%;
	display: block;
	padding-top: 90px;
}

.video-overlay-play h5 {
	font-size: 18px;
	line-height: 40px;
	font-weight: 600;
	color: #6b7176;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	font-family: 'Manrope', sans-serif;
	display: block;
	text-align: center;
	margin-bottom: 30px;
}

.video-overlay-box {
	width: 100%;
	display: block;
	position: relative;
}

.video-overlay-box img {
	width: 100%;
	display: block;
	height: auto;
}

.video-overlay-box:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	background: rgba(0, 0, 0, 0.3);
}

.video-overlay-box .play-btn {
	width: 138px;
	height: 138px;
	background-image: url('../img/play-btn-ic.png');
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #ffffff;
	border-radius: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	display: block;
}


/* Video Landing Content With Video End */


/* Video Landing Page End */


/*=========== Media Queries Start ========== */

@media only screen and (max-width: 1580px) {
	.slider-hmb-item .slider-hmbi-content {
		left: 45px;
	}
}

@media only screen and (max-width: 1520px) {
	.header-top {
		padding-left: 30px;
		padding-right: 15px;
	}
	.slider-hmb-item .slider-hmbi-content {
		left: 15px;
	}
}

@media only screen and (max-width: 1370px) {
	/* Logo  */
	.header-top .logo {
		max-width: 248px;
	}
	.header-right .nav-wrapp .nav ul.sub-menu {
		left: -150px;
	}
	/* Logo  */
	/* Slider Start */
	.slider-hmb-item {
		min-height: 100%;
	}
	.slider-hmb-item .slider-hmbi-content {
		padding-bottom: 10px;
	}
	.slider-hmb-item .slider-hmbi-content h2 {
		font-size: 49px;
		line-height: 54px;
		margin-bottom: 3px;
	}
	.slider-hmb-item .slider-hmbi-content p {
		font-size: 20px;
		line-height: 36px;
		margin-bottom: 14px;
	}
	.slider-hmb-item .slider-hmbi-content .slider-hmb-control-wrapp a.slider-hmb-control {
		font-size: 20px;
		line-height: 66px;
		padding-left: 87px;
	}
	.slider-hmb-item .slider-hmbi-content .slider-hmb-control-wrapp a.slider-hmb-control:before {
		width: 66px;
		height: 66px;
	}
	/* Slider End */
}

@media only screen and (max-width: 1350px) {
	/* Logo  */
	/* .header-top .logo{
  max-width: 248px;
} */
	/* Logo  */
	/* Menu Start */
	.header-right .nav-wrapp .nav ul li {
		font-size: 16px;
	}
	.header-right .nav-wrapp .nav ul li+li {
		margin-left: 50px;
	}
	.header-right .nav-wrapp .pno-num-top {
		font-size: 16px;
		margin-left: 50px;
	}
	/* Menu End */
	.breadcrumb-wrapper .breadcrumb-wrapper-inn {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	/* Slider Start */
	.slider-hm-block {
		margin-bottom: 100px;
	}
	/* .slider-hmb-item .slider-hmbi-content h2{
  font-size: 49px;
  line-height: 54px;
}
.slider-hmb-item .slider-hmbi-content p{
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 14px;
}
.slider-hmb-item .slider-hmbi-content .slider-hmb-control-wrapp a.slider-hmb-control{
  font-size: 20px;
  line-height: 66px;
  padding-left: 87px;
}
.slider-hmb-item .slider-hmbi-content .slider-hmb-control-wrapp a.slider-hmb-control:before{
  width: 66px;
  height: 66px;
} */
	/* Slider End */
	.heading-with-listing-module {
		margin-bottom: 100px;
	}
	.heading-with-listing-module .hwidth h2 {
		font-size: 40px;
		line-height: 56px;
	}
	.heading-with-listing-module .hwidth {
		margin-bottom: 100px;
	}
	.heading-with-listing-module ul li {
		font-size: 20px;
		line-height: 44px;
	}
	.left-img-with-right-heading-module .liwrhm-content p {
		font-size: 26px;
		line-height: 38px;
	}
	.home .left-img-with-right-heading-module.opl-liwrhm-module .liwrhm-content p {
		font-size: 26px;
		line-height: 38px;
	}
	.bg-img-with-left-content-module {
		margin-bottom: 142px;
	}
	.bg-img-with-left-content-module .bgiwlcm-content p {
		font-size: 26px;
		line-height: 38px;
	}
	.left-img-with-right-heading-module.liwrhm-extra-mar {
		margin-bottom: 108px;
	}
	.bluebg-text-right-img-text-module {
		padding-bottom: 78px;
		margin-top: 260px;
	}
	.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-content p {
		font-size: 24px;
		line-height: 36px;
	}
	.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-img p {
		font-size: 24px;
		line-height: 36px;
	}
	.footer-inn {
		padding-bottom: 100px;
	}
	.footer-top-module .ftm-left ul li {
		font-size: 24px;
		line-height: 60px;
	}
	.heading-single-module .hsm-inn h2 {
		font-size: 40px;
		line-height: 56px;
	}
	.heading-single-module.contact-heading-single-module .hsm-inn h2 {
		font-size: 60px;
		line-height: 65px;
	}
	.contact-info-module .cim-inn {
		padding-bottom: 100px;
	}
	.partners-details-module {
		padding-top: 100px;
		padding-bottom: 450px;
	}
	.single-video-module {
		margin-bottom: 334px;
		/*margin-top: -386px;*/
	}
	.partners-details-module .partners-left-heading-right-content-wrapp .plhrcw-heading h3 {
		font-size: 60px;
		line-height: 65px;
	}
	.partners-details-module .partners-left-heading-right-content-wrapp .plhrcw-content p {
		font-size: 20px;
		line-height: 34px;
	}
	.partners-info-list-wrapp {
		margin-top: 100px;
	}
	.partners-info-list-wrapp .pilw-list li {
		width: calc(98% / 3);
	}
	.partners-info-list-wrapp .pilw-list li .pilw-list-inn {
		margin: 0 auto;
	}
	.partners-info-list-wrapp .pilw-list li:nth-child(4n+1) {
		margin-left: 7px;
	}
	.partners-info-list-wrapp .pilw-list li:nth-child(3n+1) {
		margin-left: 0;
	}
	.job-left-img-right-content-module {
		margin-top: 100px;
		padding-bottom: 100px;
	}
	.job-left-img-right-content-module .jlircm-bg-white-link {
		padding-bottom: 64px;
	}
	.job-left-img-right-content-module .jlircm-img-content .jlircm-content {
		padding-top: 254px;
	}
	.job-left-img-right-content-module .jlircm-img-content .jlircm-content p {
		font-size: 18px;
		line-height: 30px;
	}
	.job-left-content-right-listing-content-module {
		padding-bottom: 100px;
	}
	.job-left-content-right-listing-content-module .jlcrlcm-heading-content h3 {
		font-size: 30px;
		line-height: 45px;
		margin-bottom: 90px;
		letter-spacing: 0;
	}
	.job-heading-listing-blue-background-module {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.job-heading-listing-blue-background-module h4 {
		font-size: 60px;
		line-height: 65px;
	}
	.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content h5 {
		font-size: 35px;
		line-height: 42px;
	}
	.opl-big-single-img-module {
		margin-top: 100px;
	}
	.opl-big-single-img-module img {
		margin-top: 0;
	}
	.opl-body-section-bg-texture {
		padding-top: 100px;
	}
	.left-img-with-right-heading-module.opl-liwrhm-module .liwrhm-content h3 {
		font-size: 26px;
		line-height: 38px;
	}
	.left-img-with-right-heading-module.opl-liwrhm-module .liwrhm-content p {
		font-size: 18px;
		line-height: 30px;
	}
	.left-img-with-right-heading-module.opl-liwrhm-module.opl-liwrhm-reduce-mar {
		margin-bottom: 100px;
	}
	.heading-single-module.opl-heading-single-module .hsm-inn h2 {
		font-size: 45px;
		line-height: 60px;
	}
	.heading-single-module.opl-heading-single-module {
		margin-bottom: 100px;
	}
	.video-lang-section {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.video-lang-section .video-heading-with-content {
		padding-bottom: 10px;
	}
	.video-lang-section .video-heading-with-content h1 {
		font-size: 60px;
		line-height: 60px;
	}
	.video-lang-section .video-heading-with-content p {
		font-size: 20px;
		line-height: 34px;
	}
}

@media only screen and (max-width: 1115px) {
	/* .heading-single-module .hsm-inn h2 {
    font-size: 55px;
  } */
}

@media only screen and (min-width: 1025px) {
	.header-right .nav-wrapp .nav>ul>li:hover ul.sub-menu {
		opacity: 1;
		visibility: visible;
		max-height: 1500px;
	}
}

@media only screen and (max-width: 1024px) {
	.header-top {
		padding-left: 30px;
		padding-right: 30px;
	}
	.header-top .logo {
		margin-top: 0;
		z-index: 6;
	}
	.header-top .logo .mob-logo {
		display: none;
	}
	.header-top .logo .desktop-logo {
		display: block;
	}
	/* Responsive Menu Start */
  .header-top #hamburgur-icon,
  .header-video-landing-inn #hamburgur-icon {
		display: block;
		margin-top: 4px;
		z-index: 6;
	}
	.header-right .header-right-top {
		width: 100%;
		margin-right: 0;
		padding-bottom: 0;
		margin-top: 47px;
		justify-content: flex-start;
	}
	.header-right .header-right-top ul li a {
		color: rgba(255, 255, 255, 1);
	}
	.header-light .header-right .header-right-top ul li a {
		color: rgba(255, 255, 255, 1);
	}
	.header-right {
		width: 100vw;
		position: fixed;
		left: 100%;
		top: 0;
		background-color: #0e1d38;
		color: inherit;
		z-index: 5;
		padding: 150px 30px 30px 30px;
		transition: all 0.8s cubic-bezier(0.63, 0.02, 0.32, 0.98);
		display: block;
  }
  .header-right-inn{
    height: 100%;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    display: block;
  }
	.show-nav-wrapp .header-right {
		visibility: visible;
		opacity: 1;
    height: 100vh;
    left: 0;
	}
	.show-nav-wrapp .logo .desktop-logo {
		display: none;
	}
	.show-nav-wrapp .logo .mob-logo {
		display: block;
	}
	.nav-wrapp {
		width: 100%;
		display: block;
	}
	.header-right .nav-wrapp .nav{
		width: 100%;
  }
	.header-right .nav-wrapp .nav ul {
		width: 100%;
	}
	.header-right .nav-wrapp .nav ul li {
		margin-bottom: 27px;
		width: 100%;
    line-height: 25px;
    font-weight: 700;
  }
  .header-right .nav-wrapp .nav > ul > li{
    transform: translateX(10%);
    opacity: 0;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  }
  .show-nav-wrapp .header-right .nav-wrapp .nav > ul > li{
    transform: translateX(0);
    opacity: 1;
  }
	.header-right .nav-wrapp .nav ul li+li {
		margin-left: 0;
	}
	.header-right .nav-wrapp .nav ul li a {
		display: inline;
		color: #fff;
	}
	.header-right .nav-wrapp .nav ul li a:after {
		display: none;
	}
	.header-right .nav-wrapp .nav ul li.dropdown-item a::before {
		background-position: 0 100%;
	}
	.header-email {
		font-weight: 600;
		font-family: 'Manrope', sans-serif;
		font-size: 18px;
		color: #fff;
		text-decoration: underline;
		background: url(../img/email.svg) no-repeat 0 center;
		padding-left: 43px;
    display: inline-block;
    background-size: 18px;
	}
	.header-right .nav-wrapp .pno-num-top {
		font-size: 18px;
		color: #fff;
		border: 0;
		padding: 0 0 0 43px;
		margin-left: 0;
		margin-top: 11px;
    align-self: flex-start;
    font-family: 'Manrope', sans-serif;
	}
	.header-right .nav-wrapp .pno-num-top::after {
		background: url(../img/phone.svg) no-repeat 0 0;
		background-position: 0 100%;
		top: 0;
		left: 0;
	}
	.header-right .nav-wrapp .nav ul li.number-item .count-number {
		left: 50%;
		top: 4px;
		margin-left: 61px;
		right: inherit;
	}
	.header-right .nav-wrapp .nav ul li {
		position: relative;
		font-size: 22px;
	}
	.header-right .nav-wrapp .nav ul li.submenu-open ul.sub-menu {
		max-height: 1500px;
		opacity: 1;
		visibility: visible;
	}
	.header-right .nav-wrapp .nav ul.sub-menu {
		width: auto;
		position: inherit;
		display: block;
		padding: 0 0 0 20px;
		top: 0;
		background: 0 0;
		max-height: 0;
		opacity: 0;
		visibility: hidden;
    left: 0;
    overflow: hidden;
	}
	.header-right .nav-wrapp .nav ul.sub-menu::before {
		display: none;
	}
	.header-right .nav-wrapp .nav ul.sub-menu li {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    transform: translateY(50%);
    opacity: 0;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  .header-right .nav-wrapp .nav ul.sub-menu li:first-child{
    padding-top: 26px;
  }
	.header-right .nav-wrapp .nav>ul>li .submenu-toggle {
    background-position: center;
    background-size: 16px 9px;
    width: 25px;
    height: 30px;
	transition: all 0.4s ease-in-out;
	filter: initial;
  }
  .header-right .nav-wrapp .nav>ul>li.submenu-open .submenu-toggle{
    transform: rotate(180deg);
  }
  .header-right .nav-wrapp .nav>ul>li.submenu-open ul.sub-menu li{
    opacity: 1;
    transform: translateY(0);    
  }
	.scroll-lock {
		height: 100%;
	}
	.scroll-lock body {
		height: 100%;
		overflow: hidden;
	}
	.fw{
		padding-left: 30px;
    	padding-right: 30px;
	}
	/* Responsive Menu End */
	.container>div:first-child {
		padding-top: 164px;
	}
	.breadcrumb-wrapper .breadcrumb-wrapper-inn {
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.breadcrumb-wrapper .breadcrumb-wrapper-inn .breadcrumb li {
		font-size: 20px;
		line-height: 23px;
	}
	.slider-hm-block {
		margin-top: 0;
		margin-bottom: 50px;
	}
	.slider-hmb-item .slider-hmbi-content .slider-hmb-control-wrapp a.slider-hmb-control:before {
		width: 60px;
		height: 60px;
	}
	.slider-hmb-item .slider-hmbi-content .slider-hmb-control-wrapp a.slider-hmb-control {
		font-size: 18px;
		line-height: 60px;
		padding-left: 80px;
	}
	.slider-hmb-item .slider-hmbi-content {
		position: static;
		padding-bottom: 23px;
	}
	.slider-hmb-item .slider-hmb-right-content {
		width: 100%;
		position: inherit;
		right: inherit;
		bottom: inherit;
	}
	.heading-with-listing-module .hwidth h2 {
		font-size: 30px;
		line-height: 43px;
		letter-spacing: -0.4px;
	}
	.heading-with-listing-module .hwidth {
		margin-bottom: 60px;
	}
	.heading-with-listing-module ul li {
		/* width: 100%; */
		font-size: 20px;
		line-height: 40px;
	}
	.heading-with-listing-module h6 {
		margin-bottom: 38px;
		font-size: 10px;
    	line-height: 12px;
	}
	.heading-with-listing-module {
		margin-bottom: 50px;
	}
	.left-img-with-right-heading-module .liwrhm-img {
		width: 100%;
	}
	.left-img-with-right-heading-module .liwrhm-content {
		width: 100%;
		padding-top: 75px;
	}
	.left-img-with-right-heading-module .liwrhm-content h6 {
		margin-bottom: 20px;
		font-size: 10px;
    	line-height: 12px;
	}
	.left-img-with-right-heading-module .liwrhm-content p {
		font-size: 20px;
		line-height: 33px;
		margin-bottom: 20px;
	}
	.home .left-img-with-right-heading-module.opl-liwrhm-module .liwrhm-content p {
		font-size: 20px;
		line-height: 33px;
		margin-bottom: 20px;
	}
	.bg-img-with-left-content-module {
		margin-bottom: 75px;
		margin-top: 75px;
		min-height: inherit;
	}
	.bg-img-with-left-content-module .bgiwlcm-inn {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.bg-img-with-left-content-module .bgiwlcm-content {
		width: 100%;
	}
	.bg-img-with-left-content-module .bgiwlcm-content h6 {
		margin-bottom: 20px;
		font-size: 10px;
		line-height: 12px;
	}
	.bg-img-with-left-content-module .bgiwlcm-content p {
		font-size: 20px;
		line-height: 33px;
		margin-bottom: 20px;
	}
	.left-img-with-right-heading-module.opl-liwrhm-module .liwrhm-content p {
		margin-bottom: 20px;
	}
	.left-img-with-right-heading-module.liwrhm-extra-mar {
		margin-bottom: 50px;
	}
	.bluebg-text-right-img-text-module {
		padding-bottom: 50px;
		margin-top: 0;
		padding-top: 50px;
	}
	.bluebg-text-right-img-text-module .bbgtritm-inn {
		margin-top: 0;
	}
	.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-content {
		width: 100%;
	}
	.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-content .bbgtritm-content-inn {
		padding: 10px 10px 20px;
		text-align: center;
		margin: 0 auto;
	}
	.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-content p {
		font-size: 20px;
		line-height: 33px;
		margin-bottom: 20px;
	}
	.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-content a {
		/* font-size: 16px;
  line-height: 22px; */
	}
	.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-img {
		width: 100%;
	}
	.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-img .bbgtritm-img-content {
		padding: 10px 10px 20px;
	}
	.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-img .bbgtritm-img-content-inn {
		margin: 0 auto;
		text-align: center;
	}
	.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-img p {
		font-size: 20px;
		line-height: 33px;
		margin-bottom: 20px;
	}
	.footer-inn {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.footer-top-module {
		padding-left: 0;
	}
	.footer-top-module .ftm-left {
		width: 33%;
		margin-bottom: 20px;
	}
	.footer-top-module h6 {
		margin-bottom: 0;
	}
	.footer-top-module .ftm-left ul {
		margin: 20px 0 0 0;
	}
	.footer-top-module .ftm-left ul li {
		font-size: 16px;
		line-height: 40px;
		padding-left: 30px;
	}
	.footer-top-module .ftm-left ul li a span::before {
		bottom: 8px;
	}
	.footer-top-module .ftm-left ul li.mail-icon::before {
		left: 0;
	}
	.footer-top-module .ftm-left ul li.pho-icon::before {
		left: 0;
	}
	.footer-top-module .ftm-left ul li+li {
		padding-left: 30px;
	}
	.footer-top-module .ftm-right {
		width: 64%;
	}
	.footer-top-module .ftm-right .ftmr-sitemap {
		width: 25%;
		margin-bottom: 20px;
	}
	.footer-top-module .ftm-right .ftmr-activiteiten {
		width: 75%;
	}
	.footer-top-module .ftm-right .ftmr-activiteiten ul li {
		width: calc(100% / 2);
	}
	.footer-bottom-module {
		padding-left: 0;
		padding-top: 20px;
	}
	/* .footer-bottom-module ul li{
  width: auto;
}
.footer-bottom-module ul li + li {
  margin-left: 0;
  margin-top: 15px;
} */
	.heading-single-module .hsm-inn h2 {
		font-size: 30px;
		line-height: 43px;
		letter-spacing: 0;
	}
	.heading-single-module.contact-heading-single-module .hsm-inn h2 {
		font-size: 30px;
		line-height: 43px;
	}
	.contact-info-module .cim-inn {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.contact-info-module .cim-inn .cim-address-contact-num {
		padding-bottom: 50px;
	}
	.contact-info-module .cim-inn .cim-address-contact-num p {
		font-size: 20px;
		line-height: 33px;
	}
	.contact-info-module .cim-inn .contact-partners-link {
		font-size: 20px;
		line-height: 33px;
	}
	.partners-details-module {
		padding-top: 50px;
		/* padding-bottom: 500px; */
	}
	.single-video-module {
		margin-bottom: 95px;
		/*margin-top: -348px;*/
	}
	.partners-details-module .partners-left-heading-right-content-wrapp .plhrcw-heading {
		width: 100%;
	}
	.partners-details-module .partners-left-heading-right-content-wrapp .plhrcw-heading h3 {}
	.partners-details-module .partners-left-heading-right-content-wrapp .plhrcw-content {
		width: 100%;
		text-align: center;
	}
	.partners-info-list-wrapp {
		margin-top: 50px;
	}
	.partners-info-list-wrapp .pilw-list li {
		width: calc(98% / 2);
	}
	.partners-info-list-wrapp .pilw-list li:nth-child(3n+1) {
		margin-left: 7px;
	}
	.partners-info-list-wrapp .pilw-list li:nth-child(2n+1) {
		margin-left: 0;
	}
	.partners-info-list-wrapp .pilw-list li h6 {
		font-size: 20px;
		line-height: 33px;
	}
	.partners-info-list-wrapp .pilw-list li p {
		font-size: 20px;
		line-height: 33px;
	}
	.job-left-img-right-content-module {
		margin-top: 50px;
		padding-bottom: 50px;
	}
	.job-left-img-right-content-module .jlircm-bg-white-link {
		padding-bottom: 50px;
		padding-top: 0px;
		margin-bottom: 0;
	}
	.job-left-img-right-content-module .jlircm-bg-white-link .jlircm-bg-white-link-inn {
		width: 100%;
	}
	.job-left-img-right-content-module .jlircm-bg-white-link .jlircm-bg-white-link-inn a {
		font-size: 20px;
		line-height: 33px
	}
	.job-left-img-right-content-module .jlircm-img-content {
		padding-top: 50px;
		padding-left: 60px;
		padding-right: 60px;
	}
	.job-left-img-right-content-module .jlircm-img-content .jlircm-img {
		width: 100%;
	}
	.job-left-img-right-content-module .jlircm-img-content .jlircm-content {
		padding-top: 50px;
		width: 100%;
	}
	.job-left-img-right-content-module .jlircm-img-content .jlircm-content p {
		margin-bottom: 20px;
	}
	.job-left-content-right-listing-content-module {
		padding-bottom: 30px;
	}
	.job-left-content-right-listing-content-module .jlcrlcm-heading-content {
		width: 100%;
	}
	.job-left-content-right-listing-content-module .jlcrlcm-heading-content h6 {
		margin-bottom: 20px;
	}
	.job-left-content-right-listing-content-module .jlcrlcm-heading-content h3 {
		margin-bottom: 20px;
	}
	.job-left-content-right-listing-content-module .jlcrlcm-heading-content p {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.job-left-content-right-listing-content-module .jlcrlcm-listing-content {
		width: 100%;
		padding-top: 30px;
	}
	.job-heading-listing-blue-background-module {
		padding-top: 50px;
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
	.job-heading-listing-blue-background-module h6 {
		margin-bottom: 30px;
	}
	.job-heading-listing-blue-background-module h4 {
		font-size: 32px;
		line-height: 37px;
		margin-bottom: 30px;
		letter-spacing: 0;
	}
	.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li .jhlbbm-list-smallinfo-content-wrapp {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-smallinfo {
		width: 100%;
		margin-bottom: 10px;
	}
	.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content {
		width: 100%;
	}
	.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content h5 {
		font-size: 23px;
		line-height: 30px;
		letter-spacing: 0;
	}
	.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content p {
		margin-bottom: 30px;
	}
	.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li.active .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content h5 {
		margin-bottom: 30px;
	}
	.opl-big-single-img-module {
		margin-top: 50px;
	}
	.opl-body-section-bg-texture {
		padding-top: 50px;
	}
	.left-img-with-right-heading-module.opl-liwrhm-module .liwrhm-content h3 {
		margin-bottom: 20px;
	}
	.left-img-with-right-heading-module.opl-liwrhm-module.opl-liwrhm-reduce-mar {
		margin-bottom: 50px;
	}
	.heading-single-module.opl-heading-single-module .hsm-inn h6 {
		margin-bottom: 20px;
	}
	.heading-single-module.opl-heading-single-module .hsm-inn h2 {
		font-size: 30px;
		line-height: 45px;
		letter-spacing: 0;
	}
	.heading-single-module.opl-heading-single-module {
		margin-bottom: 50px;
	}
	.single-video-module.opl-single-video-module {
		margin-bottom: 100px;
	}
	/* Video Landing Page Start */
	/* Video Landing Responsive Menu Start */
	.header-video-landing-inn {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.header-video-landing-inn .video-landing-menu-wrapp {
		min-height: 0;
		height: 0;
		visibility: hidden;
		opacity: 0;
		width: 100%;
	}
	.show-nav-wrapp .video-landing-menu-wrapp {
		width: 100vw;
		height: 100vh;
		display: block;
		visibility: visible;
		opacity: 1;
		position: absolute;
		left: 0;
		top: 0;
		background-color: rgba(14, 29, 56, 0.9);
		color: inherit;
		z-index: 5;
		padding: 83px 0 260px 0;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		flex-direction: column-reverse;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	/* .header-video-landing-inn .video-landing-menu-wrapp{
  width: 100%;
 } */
	.header-video-landing-inn .video-landing-menu-wrapp ul {
		-webkit-justify-content: center;
		justify-content: center;
		width: 100%;
		text-align: center;
	}
	.header-video-landing-inn .video-landing-menu-wrapp ul li {
		margin-bottom: 10px;
		width: 100%;
		line-height: 25px;
	}
	/* Video Landing Responsive Menu End */
	h1 {
		font-size: 60px;
		line-height: 60px;
	}
	.header-video-landing {
		padding-top: 60px;
	}
	.header-video-landing .logo {
		max-width: 280px;
		margin: 0;
	}
	.video-landing-menu {
		padding-top: 60px;
	}
	.video-landing-menu li+li {
		margin-left: 0;
	}
	.video-landing-menu li a {
		font-size: 12px;
		line-height: 20px;
		color: #fff;
	}
	.video-lang-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.video-lang-section .video-heading-with-content {
		padding-bottom: 30px;
	}
	.video-lang-section .video-heading-with-content h1 {
		padding-bottom: 24px;
		font-size: 40px;
		line-height: 40px;
	}
	.video-lang-section .video-heading-with-content p {
		font-size: 20px;
		line-height: 34px;
	}
	.video-overlay-play {
		padding-top: 50px;
	}
	.video-overlay-play h5 {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	.video-overlay-box .play-btn {
		width: 80px;
		height: 80px;
	}
	.header-right .nav-wrapp .pno-num-top {
		border-color: #fff;
		color: #fff;
	}
	.header-right .nav-wrapp .pno-num-top a {
		color: #fff;
	}
}

@media only screen and (max-width: 767px) {
  .header-top .logo {
		max-width: 165px;
		/* margin: 0 auto 30px; */
	}
	.heading-with-listing-module ul li {
		width: 100%;
	}
	.container>div:first-child {
		padding-top: 121px;
	}
	.breadcrumb-wrapper .breadcrumb-wrapper-inn .breadcrumb li {
		font-size: 16px;
		line-height: 20px;
	}
	.slider-hmb-item .slider-hmbi-content h2 {
		font-size: 46px;
		line-height: 46px;
		margin-bottom: 10px;
	}
	.slider-hmb-item .slider-hmbi-content p {
		font-size: 14px;
		line-height: 20px;
	}
	.slider-hmb-item .slider-hmbi-content .slider-hmb-control-wrapp a.slider-hmb-control {
		font-size: 14px;
		line-height: 45px;
		padding-left: 58px;
	}
	.slider-hmb-item .slider-hmbi-content .slider-hmb-control-wrapp a.slider-hmb-control:before{
		width: 45px;
		height: 45px;
		background-size: 7px;
	}
	.heading-with-listing-module .hwidth h2 {
		font-size: 20px;
		line-height: 33px;
	}
	.heading-with-listing-module .hwidth h2 span {
		display: inline;
	}
	.left-img-with-right-heading-module .liwrhm-content p {
		font-size: 22px;
		line-height: 30px;
	}
	.home .left-img-with-right-heading-module.opl-liwrhm-module .liwrhm-content p {
		font-size: 22px;
		line-height: 30px;
	}
	.bg-img-with-left-content-module .bgiwlcm-content p {
		font-size: 22px;
		line-height: 30px;
	}
	.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-content p {
		font-size: 16px;
		line-height: 26px;
	}
	.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-content a {
		font-size: 16px;
		line-height: 22px;
	}
	.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-img p {
		font-size: 16px;
		line-height: 26px;
	}
	.bluebg-text-right-img-text-module .bbgtritm-inn .bbgtritm-img a {
		font-size: 16px;
		line-height: 22px;
	}
	.footer-top-module .ftm-left {
		width: 100%;
	}
	.footer-top-module .ftm-right {
		width: 100%;
	}
	.footer-top-module .ftm-right .ftmr-sitemap {
		width: 100%;
	}
	.footer-top-module .ftm-right .ftmr-activiteiten {
		width: 100%;
	}
	.footer-top-module .ftm-right .ftmr-activiteiten ul li {
		width: 100%;
	}
	.footer-bottom-module ul li {
		width: 100%;
	}
	.footer-bottom-module ul li+li {
		margin-left: 0;
		margin-top: 15px;
	}
	.heading-single-module .hsm-inn h2 {
		font-size: 20px;
		line-height: 33px;
		letter-spacing: -0.6px;
	}
	.heading-single-module .hsm-inn h2 span {
		display: inline;
	}
	.heading-single-module.contact-heading-single-module .hsm-inn h2 {
		font-size: 23px;
		line-height: 35px;
	}
	.contact-info-module .cim-inn {
		padding-top: 30px;
	}
	.contact-info-module .cim-inn .cim-address-contact-num {
		padding-bottom: 20px;
	}
	.contact-info-module .cim-inn .cim-address-contact-num .cimacn-add {
		width: 100%;
	}
	.contact-info-module .cim-inn .cim-address-contact-num .cimacn-pho {
		margin-left: 0;
		width: 100%;
	}
	.contact-info-module .cim-inn .cim-address-contact-num p {
		font-size: 16px;
		line-height: 26px;
	}
	.contact-info-module .cim-inn .contact-partners-link {
		font-size: 16px;
		line-height: 26px;
	}
	.partners-details-module .partners-left-heading-right-content-wrapp .plhrcw-heading h3 {}
	.partners-details-module .partners-left-heading-right-content-wrapp .plhrcw-content p {
		font-size: 16px;
		line-height: 26px;
	}
	.partners-info-list-wrapp .pilw-list li {
		width: 100%;
	}
	.partners-info-list-wrapp .pilw-list li+li {
		margin-bottom: 0;
		margin-left: 0;
		margin-top: 9px;
	}
	.partners-info-list-wrapp .pilw-list li h6 {
		font-size: 16px;
		line-height: 26px;
	}
	.partners-info-list-wrapp .pilw-list li p {
		font-size: 16px;
		line-height: 26px;
	}
	.partners-info-list-wrapp .pilw-list li:nth-child(3n+1) {
		margin-left: 0;
	}
	.partners-details-module {
		padding-bottom: 50px;
	}
	.single-video-module {
		margin-bottom: 57px;
		margin-top: 50px;
	}
	.single-video-module .video-overlay-play h5 {
		font-size: 16px;
		margin-top: -31px;
	}
	.job-left-img-right-content-module .jlircm-img-content {
		padding-left: 0;
		padding-right: 0;
	}
	.job-left-img-right-content-module .jlircm-bg-white-link .jlircm-bg-white-link-inn a {
		font-size: 16px;
		line-height: 26px;
	}
	.job-left-img-right-content-module .jlircm-img-content .jlircm-content p {
		font-size: 16px;
		line-height: 26px;
	}
	.job-left-content-right-listing-content-module .jlcrlcm-heading-content h3 {
		font-size: 23px;
		line-height: 29px;
		letter-spacing: 0;
	}
	.job-left-content-right-listing-content-module .jlcrlcm-heading-content p {
		font-size: 16px;
		line-height: 26px;
	}
	.job-left-content-right-listing-content-module .jlcrlcm-listing-content ul li {
		font-size: 16px;
		line-height: 26px;
		padding: 20px 0 20px 60px;
	}
	.job-heading-listing-blue-background-module h4 {
		font-size: 28px;
		line-height: 34px;
		letter-spacing: 0;
	}
	.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li .jhlbbm-list-smallinfo-content-wrapp {
		padding: 15px;
	}
	.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-smallinfo {
		font-size: 16px;
	}
	.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content h5 {
		font-size: 18px;
		line-height: 30px;
	}
	.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content h5::after {
		display: none;
	}
	.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li:hover .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content .jhlbbm-list-content-inn {
		padding-left: 10px;
	}
	.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li.active .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content .jhlbbm-list-content-inn {
		padding-left: 10px;
	}
	.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content p {
		font-size: 16px;
	}
	.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li.active .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content h5 {
		margin-bottom: 20px;
	}
	.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content p {
		margin-bottom: 20px;
	}
	.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content .job-list-link {
		font-size: 16px;
	}
	.job-heading-listing-blue-background-module .jhlbbm-list-wrapp ul li .jhlbbm-list-smallinfo-content-wrapp .jhlbbm-list-content .job-list-link span::before {
		bottom: -5px;
	}
	.left-img-with-right-heading-module.opl-liwrhm-module .liwrhm-content h3 {
		font-size: 23px;
		line-height: 35px;
		letter-spacing: 0;
	}
	.left-img-with-right-heading-module.opl-liwrhm-module .liwrhm-content p {
		font-size: 16px;
		line-height: 26px;
	}
	.heading-single-module.opl-heading-single-module .hsm-inn h2 {
		font-size: 23px;
		line-height: 35px;
	}
	.single-video-module.opl-single-video-module {
		margin-bottom: 50px;
	}
	.heading-with-listing-module.opl-heading-with-listing-module ul li {
		width: 100%;
	}
	.video-lang-section .video-heading-with-content h1 {
		font-size: 37px;
		line-height: 37px;
	}
	.video-lang-section .video-heading-with-content p {
		font-size: 16px;
		line-height: 26px;
	}
	.video-lang-section .video-heading-with-content {
		padding-bottom: 0;
	}
}

/* Video Landing Page End */
/*=========== Media Queries End ========== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1024px) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}