/* 18-1-2024 */
/*===== Common Class =====*/
 html {
	position: relative;
	min-height: 100%;
}
html {
	-webkit-font-smoothing: antialiased;
}
* {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
body {
	font-size: 16px;
	color: #000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0px;
	line-height:normal;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
li, ul, ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
a, a img {
	text-decoration: none;
	border: 0;
	outline: none !important;
}
a, 
button, 
input[type=submit], 
.input-text {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
}
a:hover, 
a:focus {
	text-decoration: none;
	outline: none;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.clear {
}
.clear:before, .clear:after {
	display: table;
	content: "";
}
.clear:after {
	clear: both;
}
input, textarea {
	outline: none !important;
}
#wrapper {
	width: 100%;
}
input[type=text]::-moz-placeholder, 
input[type=search]::-moz-placeholder, 
.input-text::-moz-placeholder, 
.input_text::-moz-placeholder {
 color: inherit;
 opacity: 1;
}
input[type=text]::-webkit-input-placeholder, 
input[type=search]::-webkit-input-placeholder, 
.input-text::-webkit-input-placeholder, 
.input_text::-webkit-input-placeholder {
 color: inherit;
 opacity: 1;
}
input[type=text]::-ms-placeholder, 
input[type=search]::-ms-placeholder, 
.input-text::-ms-placeholder, 
.input_text::-ms-placeholder {
 color: inherit;
 opacity: 1;
}
 input[type=email]::-moz-placeholder {
 color: inherit;
 opacity: 1;
}
 input[type=email]::-webkit-input-placeholder {
 color: inherit;
 opacity: 1;
}
 input[type=email]::-ms-placeholder {
 color: inherit;
 opacity: 1;
}
 textarea::-moz-placeholder {
 color: inherit;
 opacity: 1;
}
 textarea::-webkit-input-placeholder {
 color: inherit;
 opacity: 1;
}
 textarea::-ms-input-placeholder {
 color: inherit;
 opacity: 1;
}

/***** Select Dropdown Start *****/
.bootstrap-select {
	display: inline-block;
	float: none;
	width: 100%;
}
.bootstrap-select .btn, .bootstrap-select .btn.dropdown-toggle {
	width: 100%;
	max-width: 345px;
	padding: 11px 50px 13px 15px;
	font-size: 13px;
	color: #323232;
	text-align: left;
	background: none;
	border-color: #707070;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.bootstrap-select.select-1 .btn {
	min-width: 250px;
}
.bootstrap-select.select-2 .btn, .bootstrap-select.select-2 .btn.dropdown-toggle {
	min-width: 205px;
	padding-left: 6px;
	color: #acacac;
}
.bootstrap-select.select-2 .sort_by {
	display: none;
}
.bootstrap-select .sort_by {
	display: inline-block;
}
.bootstrap-select .pull-left {
	display: inline-block;
	float: none !important;
}
.bootstrap-select .btn .caret {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 100%;
	text-align: center;
	border-top: none;
	border-right: none;
	border-left: solid 1px transparent;
}
.bootstrap-select .btn .caret:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	font-family: 'FontAwesome';
	font-size: 18px;
	color: #323232;
	content: "\f107";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.bootstrap-select .dropdown-menu {
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.bootstrap-select div.dropdown-menu {
	height: auto;
	min-height: 136px !important;
	margin-top: 0;
	border-top: none;
	border-color: #ccc;
	overflow-y: auto !important;
}
.bootstrap-select ul.dropdown-menu {
	top: 0;
	max-height: inherit !important;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	overflow: hidden !important;
}
.bootstrap-select .dropdown-menu li {
	border-bottom: solid 1px #ccc;
}
.bootstrap-select .dropdown-menu li:last-child {
	border-bottom-color: #fff;
}
.bootstrap-select .dropdown-menu li.selected a, .bootstrap-select .dropdown-menu li.selected a:focus, .bootstrap-select .dropdown-menu li a:hover {
	background: #f1f1f1;
}
.bootstrap-select .dropdown-menu li a:focus {
	background: none;
}
.bootstrap-select .dropdown-menu li a i {
	display: none;
}
/***** Select Dropdown End *****/

/*============ Default Css End ============*/



/*============ Bootstrap Class Overwriter CSS Code Start ============*/

@media (min-width: 768px) {
.container {
	width: 750px;
}
}

@media (min-width: 992px) {
.container {
	width: 970px;
}
}

@media (min-width: 1230px) {
.container {
	width: 1200px;
	max-width: 1200px;
}
}
.center-block {
	float: none;
}
/* navbar start */



.flxrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flxrow .flxfix {
	-ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.flxrow .flxflexi {
	-ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    position: relative;
}

/*=========================================*/
/* Elements css Start  */
/*=========================================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	 
}
p{ margin:0px; padding:0px; font-size:20px; line-height:28px; color:#000;   }
 
/*=========================================*/
/* Elements css End  */
/*=========================================*/
.main_wapper{ overflow:hidden; padding:168px 0 0 0; }

/*=========================================*/
/* Main Header */
/*=========================================*/
#header {
	width: 100%;
	position:fixed; left:0px; top:0px; z-index:100; background:#fff;
}
.header_wapper {
	display: inline-block;
	width: 100%;
	position: relative;
}

.header_top_outer { background:#000002;   }
.header_top { height:46px; position:relative; align-items:center;  }
.header_top .h_links{  margin-left:auto; }
.header_top .phone_no{ font-size:18px; font-family: 'SegoeUI'; color:#fff;  }
.header_top .phone_no a{ color:#FFF; }
.header_top .h_links a{ margin:0 0 0 27px; font-size:18px; font-family: 'SegoeUI'; color:#fff; }
.header_top .h_links a:hover{ opacity:0.5; }
.header_bottom { height:122px; align-items:center; }
.header_bottom.flxrow { -ms-flex-direction: row-reverse !important;flex-direction: row-reverse !important; }
.header_bottom .logo { margin-left:auto; }
.menu_links { align-items: center; }
.menu_icon a{ display:inline-block; }
.menu_icon a img { width: 47px; height: auto; }
.header-btn { padding-left: 20px; }
.header-btn a { font-size: 20px;font-family: 'AvenirLTStd-Black'; text-transform: uppercase; padding: 0 20px; line-height: 47px; display: inline-block; vertical-align: top; }
/* .header-btn a:hover { background-color: #ea741a !important; border-color: #ea741a !important; color: #ffffff !important; } */

.menu_outer{ left:-300px; position:fixed; padding:0 44px; overflow:auto; box-shadow:rgba(0,0,0,0.7) -45px 0px 100px; width:288px; z-index:1000;   top:46px; bottom:0px; 

/*background: #5c2795;
background: -moz-linear-gradient(top,  #5c2795 0%, #980081 100%);
background: -webkit-linear-gradient(top,  #5c2795 0%,#980081 100%);
background: linear-gradient(to bottom,  #5c2795 0%,#980081 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c2795', endColorstr='#980081',GradientType=0 );*/

background: #f7a600;
background: -moz-linear-gradient(45deg,  #f7a600 0%, #e30513 100%);
background: -webkit-linear-gradient(45deg,  #f7a600 0%,#e30513 100%);
background: linear-gradient(45deg,  #f7a600 0%,#e30513 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7a600', endColorstr='#e30513',GradientType=1 );

-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity:0;
}
.menu_outer.is-active { opacity:1; left:0px; }

.cls-menu{ position:absolute; left:44px; top:30px; }
.menu_outer .main_nav{ padding:100px 0 0 0;     }
.main_nav > ul > li{ flex-direction:column;   position:relative;  width:100%;   padding:0 16px; padding:0px 16px 0;  align-items:center; }
.main_nav > ul > li > a{display: -webkit-box;
	display: -ms-flexbox; align-items:center;  
	display: flex; padding:0 0px; min-height:88px;   width:100%;  color:#fff; font-size:20px; line-height:24px; }
.main_nav > ul > li + li{border-top:#fff solid 1px;  }
.main_nav > ul > li.menu-item-has-children > a{ padding-right:35px;   }
.main_nav > ul > li.menu-item-has-children .icon{ position:absolute; right:0px; top:20px;  font-size:26px; color:#fff; padding:10px; cursor:pointer; }
 
 
 
 
.nav_social{ padding:39px 16px 20px; }
.nav_social ul li{ display:inline-block; margin:0 20px 0 -2px; }
.nav_social ul li a{ display:inline-block; }
.nav_social ul li:last-child{ margin-right:0px; }
.nav_social ul li a img{ width:35px;}



.main_nav > ul > li ul{ display:none; position:relative; top:100%; padding:0 0 10px;  width:100%;  }
.main_nav > ul > li ul li{ padding:0 0 15px; }
.main_nav > ul > li ul li a{ color:#fff; font-size:16px;  }
.main_nav > ul > li.has-child  .icon .fa{-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out; }
.main_nav > ul > li.has-child.active .icon .fa{ -webkit-transform:rotate(180deg); transform:rotate(180deg); }
/*=========================================*/
/* Main Banner Start */
/*=========================================*/
.banner_wapper {
	width: 100%;
	position: relative;
	z-index: 2;
}


.home-banner{ position:relative;  }
.home-banner-inner{ padding:0 25px; position:relative; }
.left_big_image{ width:50%; border:#fff solid 2px; position:relative; min-width:50%; }
.left_big_image .image{ z-index:1; position:relative; display:block; }
.left_big_image .image span{ position:relative; display:block; min-height:572px; background-size:cover; background-repeat:no-repeat; background-position: center center; }

.right_banner-boxes{ width:50%; flex-wrap:wrap; }
.banner-box{  position:relative; width:50%; height:50%; border:#fff solid 2px;}
.krijg-grip-block.banner-box .hover_box { 
background: #5c2795;
background: -moz-linear-gradient(45deg,  #5c2795 0%, #980081 100%);
background: -webkit-linear-gradient(45deg,  #5c2795 0%,#980081 100%);
background: linear-gradient(45deg,  #5c2795 0%,#980081 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c2795', endColorstr='#980081',GradientType=1 );
/*background: #f7a600;
background: -moz-linear-gradient(45deg,  #f7a600 0%, #e30513 100%);
background: -webkit-linear-gradient(45deg,  #f7a600 0%,#e30513 100%);
background: linear-gradient(45deg,  #f7a600 0%,#e30513 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7a600', endColorstr='#e30513',GradientType=1 );*/
justify-content: flex-start;
	text-align: left;
padding-left: 45px;
z-index: 2;	
}

.krijg-grip-block.banner-box .hover_box:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-image: url(../images/home-banner_img.png) !important; background-position: top 23px right; background-repeat: no-repeat; background-size: auto 197px; z-index: -1; }
.krijg-grip-block.banner-box .hover_box h3 { text-align: left; color: #FFFFFF; }
.banner-box .image{ overflow:hidden; height:100%; position:relative; z-index:1; display:block; }
.banner-box .image span{ position:relative; display:block; min-height:100%; background-size:cover; background-repeat:no-repeat; background-position: center center; }
.banner-box .image:after,
.left_big_image .image:after{ position:absolute; left:0px; bottom:0px; width:100%; height:100%; content:'';
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+35,000000+35,000000+100&0+35,1+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 35%, rgba(0,0,0,1) 100%); 
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 35%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 35%,rgba(0,0,0,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );  

 }

.banner_text{ z-index:2; padding:0 50px; position:absolute; left:0px;bottom:40px; width:100%; color:#fff; }
.banner_text h1{ max-width:96%; padding:0 0 10px; font-size:41px; color:#fff; font-family: 'AvenirLTStd-Black'; text-transform:uppercase;  }
.banner_text p{ color:#fff; max-width:400px;  }

.banner_text_small{ z-index:2; padding:0 38px; position:absolute; left:0px;bottom:30px; width:100%; color:#fff; }
.banner_text_small h2{ font-family: 'AvenirLTStd-Roman'; font-size:30px; line-height:36px; color:#fff; }

.banner-box.pink-bg .image:before {
       position:absolute; left:0px; bottom:0px; width:100%; height:100%; content:''; z-index:3;
    background:url(../images/shap-pink-1.svg) no-repeat center center; background-size:100% 100%; mix-blend-mode: multiply; -webkit-mix-blend-mode: multiply; 

    }
.banner-box .hover_box{ text-align:center; padding:0 20px; align-items:center; justify-content:center; position:absolute; left:0px; top:0px; width:100%; height:100%; z-index:5; 
/* background: rgb(250,165,26);
background: -moz-linear-gradient(45deg,  rgba(250,165,26,1) 0%, rgba(237,28,36,1) 100%);
background: -webkit-linear-gradient(45deg,  rgba(250,165,26,1) 0%,rgba(237,28,36,1) 100%); 
background: linear-gradient(45deg,  rgba(250,165,26,1) 0%,rgba(237,28,36,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa51a', endColorstr='#ed1c24',GradientType=1 ); */
background-color: #F4F4F4;
 
-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.banner-box:hover .hover_box{ opacity:1; }
.banner-box .hover_box h3{ padding:0 0 20px; font-size:36px; color:rgb(0, 0, 0); font-family: 'AvenirLTStd-Black'; text-transform:uppercase; text-align:center;  }	
.banner-box .hover_box p{ color:#fff; }
.banner-box .hover_box_inner{ max-width:360px; }


/*=========================================*/
/* Main Banner End */
/*=========================================*/



/*=========================================*/
/* Main Content Start */
/*=========================================*/
.contain_wapper {
	width: 100%;
	position: relative;
}
/****************************/
/* homepage start */
.home_wapper {
	width: 100%;
	position: relative;
}


.dod-wapper{ padding:38px 77px 38px 77px; align-items:center; }
.dod-wapper .dod_text{ width:214px; min-width:214px; max-width:214px; text-transform:uppercase; }
.dod-wapper .dod_text span{ font-family: 'AvenirLTStd-Black'; font-size:34px; line-height:1.1;  
/* background: linear-gradient(45deg, rgba(250,165,26,1) ,rgba(237,28,36,1) 80%);
-webkit-background-clip: text; */
/* -webkit-text-fill-color: transparent; */
color: #000000;
}
.hom_dod_inner { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -14px; }
.hom_dod_inner .dod-box { width: auto; border: none !important; padding: 0; }
.hom_dod_inner > .item { width: 10%; padding: 14px; }
 
.dod-box{ width:226px; position:relative; border-right:#d3d3d4 solid 1px; border-left:#d3d3d4 solid 1px; padding:0 15px;   
	 display: -webkit-box;
	display: -ms-flexbox;
	display: flex; min-height:160px; flex-direction:column; justify-content:center;
}
.dod-box .image_box{ text-align:center;   text-align:center; position:relative; z-index:2; }
.dod-box .image_box i img{ display:inline-block !important; max-width:126px;  }
.dod-box .image_box span{ font-size:14px;font-family: 'AvenirLTStd-Black'; display:block; color:#5a616e; text-transform:uppercase; font-family: 'AvenirLTStd-Roman'; line-height: 1.428571; display: block; padding-top: 16px; border-top: solid 1px #707070; }
.hom_dod_inner .dod-box .image_box a { display: inline-block; vertical-align: top; width: 100%; }
.hom_dod_inner .dod-box .image_box a i { display: -ms-flexbox; display: flex; align-items: center; align-content: center; justify-content: center; font-size: 0; line-height: normal; width: 100%; height: 128px; }
.hom_dod_inner .dod-box .image_box a i img { width: auto; height: auto; max-width: 100%; max-height: 100%; }
.dod-box .hover_box{ display: -webkit-box;
	display: -ms-flexbox;
	display: flex; align-items:center;  text-align:center; background:#edefee;  position:absolute; left:0px;top:0px; height:100%; width:100%; z-index:5; padding:0 20px; 
	opacity:0; 
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	}
.dod-box:hover .hover_box{ opacity:1; }	
.dod-wapper { width:100%; overflow:hidden;}
.dod-wapper.onze_diensten { padding-bottom: 92px; }
.dod_slider-outer{ width:calc(100% - 214px); position:relative; align-self: center; }
.dod-box .hover_box h5 { padding:0 0 3px; font-size:12px;font-family: 'AvenirLTStd-Black'; display:block; color:#5a616e; text-transform:uppercase; }	
.dod-box .hover_box p{ font-size:12px; line-height:14px; }
.dod-box .more_links{ padding:11px 0 0 0; }
.dod-box .more_links a{ display:inline-block; font-size:11px; color:#5a616e; font-family: 'AvenirLTStd-Black';  text-transform:uppercase; height:29px; line-height:29px; border:#91969e solid 1PX; width:104PX; }
.dod-box .more_links a  .fa{ line-height:26px; padding-left:5px;  font-size:16px; }
.dod-box .more_links a:hover{  background:#5a616e; color:#fff;}

.dod_slider-outer a.dod_custom_prev_btn,
.dod_slider-outer a.dod_custom_next_btn { width:28px; height:52px; overflow:hidden; font-size:0px; text-indent:100%; border:none; border-radius:0px; outline:none; position:absolute; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index:1; margin:0 0 0 0; padding:0px; z-index: 11; background-size: contain !important; }
.dod_slider-outer a.dod_custom_prev_btn { background:url(../images/slider-arrow-prev.svg) center center no-repeat; left:0;}
.dod_slider-outer a.dod_custom_next_btn { background:url(../images/slider-arrow-next.svg) center center no-repeat; right:0;}


.dod_slider-outer:after{ 
/* pointer-events: none; position:absolute; left:0px; top:0px; height:100%; width:130px; content:''; 
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(255,255,255,0) 100%); 
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,0) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); 

z-index:10; */
}
.dod_slider-outer:before{
/* pointer-events: none; position:absolute; right:0px; top:0px; height:100%; width:130px; content:''; 
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%); 
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%);
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); 


z-index:10; */
}

.visie-outer{ padding:100px 0 50px 0; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e7e7e8+0,f3f3f4+100 */
background: rgb(231,231,232);
background: -moz-linear-gradient(left,  rgba(231,231,232,1) 0%, rgba(243,243,244,1) 100%); 
background: -webkit-linear-gradient(left,  rgba(231,231,232,1) 0%,rgba(243,243,244,1) 100%);
background: linear-gradient(to right,  rgba(231,231,232,1) 0%,rgba(243,243,244,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e8', endColorstr='#f3f3f4',GradientType=1 ); 
 }
.visie_blk{ margin:0 auto; max-width:860px; padding:0 0 27px; text-align:center; }
 .visie_blk h2{ display:inline-block; width:auto; border-top:#0e0e10 solid 1px; position:relative; padding:10px 0 46px; font-size:48px; color:#000; font-family: 'AvenirLTStd-Black';  text-transform:uppercase;  }
 .visie_blk h2:after{     width: 0;
      height: 0;
      border-top: 12px solid #000;
      border-right: 12px solid transparent; position:absolute; left:0px; top:0px;  content:'';} 
 .visie_blk .image{ padding:58px 0 0 0; }
 .visie_blk .image img{ height:84px;  }
 .home_team_outer{ padding:88px 0 100px 0; }
 .section-title{ text-align:center; }
.section-title h2{ font-size:48px; color:#000; font-family: 'AvenirLTStd-Black';  text-transform:uppercase; text-align:center; }
.section-title p{ padding:29px 0 0 0; display:block; margin:0 auto; max-width:600px; }

.team_outer_slider{ margin:47px 0 0 0; position:relative;}
.team-box{ margin:0 0 60px; position:relative;   } 
.team-box .image span{ display:inline-block; width:100%; position:relative; background-size:cover; background-position: center center; background-repeat:no-repeat; min-height:423px; }
.team-box .image span:after{ position:absolute; left:0px; bottom:0px; width:100%; height:100%; background:url(../images/team-shape-1.svg) no-repeat left bottom; content:''; mix-blend-mode: multiply;
-webkit-mix-blend-mode: multiply; z-index:5; }
.team-box .image span:before{ position:absolute; left:0px; bottom:0px;content:''; z-index:4; width:100%; height:100%;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); 
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); 
}

.team-box .over-text{ z-index:6; padding:0 46px; position:absolute; left:0px; bottom:61px; width:100%; height:auto; }
.team-box .over-text h3{ padding:0 0 9px; color:#fff; font-size:39px;  line-height:48px;  font-family: 'AvenirLTStd-Black';  }
.team-box .over-text p{  font-family: 'AvenirLTStd-Roman'; color:#fff; font-size:26px; }
.team-box .over-text h3 span:first-child{ position:relative; margin-left:-20px;   left:-5px; }
.team-box .more_links{ z-index:10; position:absolute; left:20px; bottom:-25px; }
.team-box .more_links a{ padding:0 17px; box-shadow:rgba(0,0,0,0.50) 5px 0 15px; font-size:20px; text-transform:uppercase; height:50px; line-height:50px; font-family: 'AvenirLTStd-Black'; background:#fff; display:inline-block; color:#000; }
.team-box .more_links a i.fa{ line-height:48px; padding:0 0 0 13px; font-size:28px;  }

.team-box .more_links a:hover{ color:#fff; background:#000; }

.team-box .image.sed-pink span:after{  background:url(../images/team-shape-2.svg) no-repeat left bottom; }
.team-box .image.sed-yello span:after{  background:url(../images/team-shape-3.svg) no-repeat left bottom; }
.team_outer_slider{ overflow:hidden; } 
.team_outer_slider .owl-stage-outer{ overflow:visible; }

.team_outer_slider:after{ pointer-events: none; position:absolute; left:0px; top:0px; height:100%; width:185px; content:''; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+20,0+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%); 
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); 



z-index:10;
}
.team_outer_slider:before{ pointer-events: none; position:absolute; right:0px; top:0px; height:100%; width:185px; content:''; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+80 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%); 
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); 



z-index:10;
}

.view_all{ padding:30px 0 0 0; text-align:center; }
.view_all a{ background:#000; display:inline-block; padding:0 16px; height:50px; line-height:50px; border:#000002 solid 1px; line-height:48px; color:#fff; text-transform:uppercase; font-size:20px; font-family: 'AvenirLTStd-Black';  }
.view_all a:hover{ background:#fff; color:#000; }



.home_company-outer{ padding:48px 0 0 0; background:#f1f1f2; overflow:hidden; }
.home_company_blk { margin:0px 0 0 0; min-height:654px; }
.home_company_left{ width:50%; flex-wrap:wrap;  }
.company-box-left{ width:50%; height:50%; position:relative; display:inline-block; }
.home_company_blk { margin:51px 0 -2px 0; }
.home_company_right{ width:50%;   position:relative; display:inline-block; }
.home_company_right .image{ border:#fff solid 2px; width:100%; height:100%; display:block; position:relative;}
.home_company_right .image span{ width:100%; height:100%; display:block; position:relative; background-size: cover;
background-repeat: no-repeat;
background-position: center center;}

.home_company_right .image span:after{  position:absolute; right:0px; top:0px; height:100%; width:100%; opacity:0.8; content:''; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.65+0,1+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(255,255,255,1) 100%); 
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(255,255,255,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#ffffff',GradientType=0 ); 
}

.company-box-left .image{ border:#fff solid 2px; width:100%; height:100%; display:block; position:relative;}
.company-box-left .image span{ width:100%; height:100%; display:block; position:relative; background-size: cover;
background-repeat: no-repeat;
background-position: center center;}
.home_company_right .company-box-over{ position:absolute; left:0px; top:138px; z-index:10; width:100%; text-align:center; color:#fff;  }
.home_company_right .company-box-over h3{ font-family: 'AvenirLTStd-Roman'; font-size:40px; }
.home_company_right .company-box-over h2 { padding:4px 0 0 0; margin:0 0 -3px; font-size:80px; font-family: 'AvenirLTStd-Black'; line-height:1; }

.home_company_right .micro-logo{ width:100%; position:absolute; left:0px; bottom:43px; z-index:15px; text-align:center;}
.home_company_right .micro-logo img{ height:107px; }
.company-box-left .company-box-over{ position:absolute; left:0px; top:50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); z-index:10; width:100%; text-align:center; color:#fff;  }
.company-box-left .company-box-over h3{  font-family: 'AvenirLTStd-Roman'; font-size:40px; }
.company-box-left .company-box-over h2 { padding:0px 0 0 0; margin:0 0 1px; font-size:68px; font-family: 'AvenirLTStd-Black'; line-height:1; }

.company-box-left .image span:after{ pointer-events: none; position:absolute; right:0px; top:0px; height:100%; width:100%; opacity:0.8; content:'';
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(255,255,255,0) 100%); 
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(255,255,255,0) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00ffffff',GradientType=0 ); 
}
.company-box-left.orange-box .image{ opacity:0; }
.company-box-left.orange-box{ border:#fff solid 2px;    

background: #5c2795;
background: -moz-linear-gradient(45deg,  #5c2795 0%, #980081 100%);
background: -webkit-linear-gradient(45deg,  #5c2795 0%,#980081 100%);
background: linear-gradient(45deg,  #5c2795 0%,#980081 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c2795', endColorstr='#980081',GradientType=1 );

/*background: #f7a600;
background: -moz-linear-gradient(45deg,  #f7a600 0%, #e30513 100%);
background: -webkit-linear-gradient(45deg,  #f7a600 0%,#e30513 100%);
background: linear-gradient(45deg,  #f7a600 0%,#e30513 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7a600', endColorstr='#e30513',GradientType=1 );*/
 
-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out; }
.company-box-left .company-box-over h3 + h2{ padding:5px 0 0 0; }
.company-box-left.black-box	 .image{ opacity:0; }
.company-box-left.black-box{ border:#fff solid 2px; background:#000002; }
.company-box-left .company-box-over h2 span{ line-height:20px;   }
.home-read-it-outer{ padding:88px 0 50px 0; }
.home-read-it-outer .section-title p{ max-width:920px; margin-top:16px; }
.learn-listing{ padding:34px 0 0 0; }
.learn-listing .row .col-md-4{ padding:15px; }
.learn-box{ height:100%; margin:0px 0 0px;  position:relative; box-shadow:rgba(0,0,0,0.30) 3px 0 15px; }
.learn-box .image{ position:relative; }
.learn-box .image span{ width:100%; height:170px; display:block; position:relative; background-size: cover;
background-repeat: no-repeat;
background-position: center center;}
.learn-box .image .cat{ height:38px;  font-family: 'AvenirLTStd-Black'; text-transform:uppercase; line-height:38px; padding:0 25px; font-size:18px; position:absolute; left:0px; bottom:-19px; background:#000; color:#fff; border-radius:0px 100px 100px 0; }

.learn-box .learn-box_inner{ padding:28px 40px 65px; } 
.learn-box .learn-box_inner h4 { padding:0 0 28px; font-family: 'AvenirLTStd-Black'; font-size:28px; line-height:33px; color:#000;}
.learn-box .learn-box_inner h4 a{ color:#000; }
.learn-box .learn-box_inner h4 a:hover{ color:rgba(237,28,36,1); }

.learn-listing .view_all{ padding:35px 0 0 0; }

.home_vedio-outer .image{ position:relative;  }
.home_vedio-outer .image span{ width:100%; height:525px; display:block; position:relative; background-size: cover;
background-repeat: no-repeat;
background-position: center center;}

.home_vedio-outer .image .ply-icon-1{ position:absolute; left:50%; top:50%; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%); }

.dna-outer{  padding:88px 0 125px; overflow: hidden; position: relative; }
.dna-outer .outer_dna_images { position: absolute; bottom: 0; right: 125px; width: 321px; top: auto; overflow: hidden; }
.dna-outer .outer_dna_images img { width: 100%; height: auto; }
.dna_blk{ max-width:600px; margin:0 auto; display:block; text-align:center; }
.dna_blk h2{ padding:0 0 55px;  font-family: 'AvenirLTStd-Black'; text-transform:uppercase; line-height:58px; font-size:48px; color:#000; }
.dna_blk .more-abt-links{ padding:47px 0 0 0; }
.more-abt-links a{  display:inline-block; padding:0 21px; height:50px; line-height:50px; border:#000002 solid 1px; line-height:48px;  text-transform:uppercase; font-size:20px; font-family: 'AvenirLTStd-Black';  background:#fff; color:#000;  }
.more-abt-links a:hover{color:#fff; background:#000; }
.more-abt-links a i.fa{ line-height:46px; padding:0 0 0 8px; font-size:26px;  }
/* homepage End */
/****************************/


/****************************/
/* Inner page start */

/* Inner page End */
/****************************/

/*=========================================*/
/* Main Content End */
/*=========================================*/


/*=========================================*/
/* Footer main Start */
/*=========================================*/
.footer {
	position: relative;
	background: #000002;
	padding:0 0 26px;
}
.chat-icon{ display:none; position:absolute; right:21px; top:-83px; }
.footer_top{ border-bottom:#808081 solid 1px; padding:54px 0 22px 0; }
.footer_top  .f_right { margin-top:-13px; margin-left:auto;  }
.f_left .f-logo img{ width:170px;   }
.f_social { padding:83px 0 0 0; }
.f_social span{ padding:0 0 19px; display:block; color:#fff; font-size:20px; }
.f_social ul li{ display:inline-block; margin:0 24px 0  -2px; }
.f_social ul li a{ display:inline-block; }
.f_social ul li a:hover{  opacity:0.5;  }


.f_right .f-box{ width:202px; display:inline-block;}
.f_right .f-box h5{ padding:0 0 28px; display:block; color:#fff; font-size:18px; font-family: 'SegoeUI-Bold'; }
.f_right .f-box ul li a{ line-height:26px; color:#fff; font-size:18px; font-family: 'SegoeUI-Light'; }
.f_right .f-box ul li a:hover{ opacity:0.5; }
.f_right .f-box p{ line-height:26px; color:#fff; font-size:18px; font-family: 'SegoeUI-Light'; }
.f_right .f-box p a{ color:#fff; }
.f_right .f-box p a:hover{ opacity:0.5; }

.f_right .f-box:nth-child(2){ width:342px;  }
.f_right .f-box ul#menu-oplossingen-menu li + li { margin-top: 6px; }
.f_right .f-box:nth-child(3){ width:150px; margin-right:50px;  }


.copyright{ padding:13px 28px; color:#fff; font-size:14px; font-family: 'SegoeUI-Light'; }
.copyright span{ padding:0 5px; }
.copyright a{ color:#fff; } 
.copyright a:hover{ opacity:0.5; }

/*=========================================*/
/* Footer main End */
/*=========================================*/

/*=============================================================*/
/*====================== New Style Start ======================*/
/*=============================================================*/

/*============ Inner-Banner Start ============*/
.inner-banner { width:100%; position:relative; padding:0px 25px;}
.inner-banner .inner-banner-wrap { width:100%; min-height:calc(90vh - 168px); position:relative; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center;}
.inner-banner .inner-banner-image { width:100%; height:100%; background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; top:0px; left:0px; z-index:1;}
.inner-banner .inner-banner-caption { width:100%; position:relative; z-index:2; padding:100px 0px;}
.inner-banner .inner-banner-caption .caption-text { width:100%; display:block;}
.inner-banner .inner-banner-caption .caption-text h1 { font-family: 'AvenirLTStd-Black'; font-size:72px; color:#FFF; text-transform:uppercase; line-height:86px; margin:0 0 29px 0; padding:0px;}
.applies_text h2 {font-size: 48px; color: #fff; font-family: 'AvenirLTStd-Black';text-transform: uppercase; padding: 0 0 30px;}
.applies_text h3 {font-size: 34px; color: #fff; font-family: 'AvenirLTStd-Black';text-transform: uppercase; padding: 0 0 30px;}
.applies_text h4 {font-size: 28px; color: #fff; font-family: 'AvenirLTStd-Black';text-transform: uppercase; padding: 0 0 30px;}
.applies_text h5 {font-size: 24px; color: #fff; font-family: 'AvenirLTStd-Black';text-transform: uppercase; padding: 0 0 30px;}
.applies_text h6 {font-size: 18px; color: #fff; font-family: 'AvenirLTStd-Black';text-transform: uppercase; padding: 0 0 30px;}
.inner-banner .inner-banner-caption .caption-text p { width:490px; max-width:100%; font-family: 'SegoeUI';  color:#FFF; line-height:24px; margin:0 0 27px 0; padding:0px;}
.inner-banner .inner-banner-caption .caption-text .btnbox { width:100%; display:block;}
.inner-banner .inner-banner-caption .caption-text .btnbox .button { width:auto; position:relative; display:inline-block; vertical-align:top;font-family: 'AvenirLTStd-Black'; font-size:20px; color:#000; text-transform:uppercase; line-height:1; background:#FFF; border:none; border-radius:0px; box-shadow:none; outline:none; margin:0px; padding:15px 30px;}
.inner-banner .inner-banner-caption .caption-text .btnbox .button .fa { font-size:26px; line-height:16px; margin:2px 0 0 6px;}
.inner-banner .inner-banner-strip { width:100%; height:10px;

/*background: #5c2795;
background: -moz-linear-gradient(45deg,  #5c2795 0%, #980081 100%);
background: -webkit-linear-gradient(45deg,  #5c2795 0%,#980081 100%);
background: linear-gradient(45deg,  #5c2795 0%,#980081 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c2795', endColorstr='#980081',GradientType=1 );*/

background: #f7a600;
background: -moz-linear-gradient(45deg,  #f7a600 0%, #e30513 100%) !important;
background: -webkit-linear-gradient(45deg,  #f7a600 0%,#e30513 100%) !important;
background: linear-gradient(45deg,  #f7a600 0%,#e30513 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7a600', endColorstr='#e30513',GradientType=1 );

	position:absolute; left:0px; bottom:0px; z-index:3;}

.inner-banner .inner-banner-strip.yellow{


/*background: #5c2795;
background: -moz-linear-gradient(45deg,  #5c2795 0%, #980081 100%);
background: -webkit-linear-gradient(45deg,  #5c2795 0%,#980081 100%);
background: linear-gradient(45deg,  #5c2795 0%,#980081 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c2795', endColorstr='#980081',GradientType=1 );*/

background: #f7a600;
background: -moz-linear-gradient(45deg,  #f7a600 0%, #e30513 100%) !important;
background: -webkit-linear-gradient(45deg,  #f7a600 0%,#e30513 100%) !important;
background: linear-gradient(45deg,  #f7a600 0%,#e30513 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7a600', endColorstr='#e30513',GradientType=1 );

} 
	 
.inner-banner .inner-banner-strip.ornage-strip{

/*background: #5c2795;
background: -moz-linear-gradient(45deg,  #5c2795 0%, #980081 100%);
background: -webkit-linear-gradient(45deg,  #5c2795 0%,#980081 100%);
background: linear-gradient(45deg,  #5c2795 0%,#980081 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c2795', endColorstr='#980081',GradientType=1 );*/

background: #f7a600;
background: -moz-linear-gradient(45deg,  #f7a600 0%, #e30513 100%) !important;
background: -webkit-linear-gradient(45deg,  #f7a600 0%,#e30513 100%) !important;
background: linear-gradient(45deg,  #f7a600 0%,#e30513 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7a600', endColorstr='#e30513',GradientType=1 );

} 
.inner-banner .inner-banner-strip.blue-strip	{
/*background: #5c2795;
background: -moz-linear-gradient(45deg,  #5c2795 0%, #980081 100%);
background: -webkit-linear-gradient(45deg,  #5c2795 0%,#980081 100%);
background: linear-gradient(45deg,  #5c2795 0%,#980081 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c2795', endColorstr='#980081',GradientType=1 );*/

background: #f7a600;
background: -moz-linear-gradient(45deg,  #f7a600 0%, #e30513 100%) !important;
background: -webkit-linear-gradient(45deg,  #f7a600 0%,#e30513 100%) !important;
background: linear-gradient(45deg,  #f7a600 0%,#e30513 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7a600', endColorstr='#e30513',GradientType=1 );

}  
.inner-banner .scroll-down { width:50px; position:absolute; left:50%; bottom:50px; z-index:4; display: none !important; }
.inner-banner .scroll-down img { width:100%; display:block;}
.inner-banner .inner-banner-logo { width:260px; text-align:center; background:#FFF; box-shadow:-5px -5px 5px rgba(0,0,0,0.30); position:absolute; right:0px; bottom:-40px; z-index:10; padding:30px 20px;}
.inner-banner .inner-banner-logo img { max-width:100%; max-height:70px;}
/*============ Inner-Banner End ============*/

/*============ Common Style Start ============*/
.inner_wapper { width:100%; position:relative;}
.section-title { width:100%; display:inline-block; vertical-align:top; text-align:center; margin:0 0 40px 0;}
.section-title.with-border h2{ display:inline-block; width:auto; border-top:#0e0e10 solid 1px; position:relative; padding:10px 0 7px; font-size:48px; color:#000; font-family: 'AvenirLTStd-Black';  text-transform:uppercase;  }
.section-title.with-border h2:after{     width: 0;
      height: 0;
      border-top: 12px solid #000;
      border-right: 12px solid transparent; position:absolute; left:0px; top:0px;  content:'';}
.section-text { width:100%; display:inline-block; vertical-align:top; text-align:center;}
.section-text h5 { font-family: 'AvenirLTStd-Black'; font-size:28px; color:#000; line-height:1.2; margin:0 0 28px 0; padding:0px;}
.section-text p {   color:#000;   margin:0 0 32px 0; padding:0px;}
.section-text p:last-of-type { margin:0px;}
.section-text p i,
.section-text p em { font-family: 'SegoeUI-BoldItalic'; font-style:normal;}
/*============ Common Style End ============*/

/*============ Page-4 Page Start ============*/
.opmaat-services-section { width:100%; position:relative; padding:114px 0px 0;}
.opmaat-services-text { width:100%; display:inline-block; vertical-align:top; margin:0 0 98px 0;}
.opmaat-services-block { width:100%; overflow:hidden; display:inline-block; padding:0 0 93px; vertical-align:top;}
.opmaat-services-block .opmaat-services-row { width:100%; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin:-3px 0 0 0; padding:0px 50px;}
.opmaat-services-block .opmaat-services-row .opmaat-services-box { min-height:296px; width:20%; float:left; text-align:center; border-top:3px solid #eeefee; border-left:3px solid #eeefee; margin:0px; padding:28px 25px 0px;}
.opmaat-services-block .opmaat-services-row .opmaat-services-box:nth-child(5n+1) { border-left:none;}
.opmaat-services-block .opmaat-services-row .opmaat-services-box:last-child  { border-left:3px solid #eeefee;}
.opmaat-services-block .opmaat-services-row .opmaat-services-box .box-icon { width:auto; max-width:100%; display:inline-block; vertical-align:top;}
.opmaat-services-block .opmaat-services-row .opmaat-services-box .box-icon img { max-width:100%; max-height:182px;}
.opmaat-services-block .opmaat-services-row .opmaat-services-box .box-title { width:100%; display:inline-block; vertical-align:top; font-family: 'SegoeUI-Bold'; font-size:16px; color:#606471; text-transform:uppercase; line-height:1.2; margin:10px 0 0 0;}

.expertise-section { width:100%; position:relative; background:#eeefee; padding:95px 0px 126px;}
.expertise-block { width:100%; display:inline-block; vertical-align:top;}
.expertise-block .expertise-title { width:100%; display:inline-block; vertical-align:top; text-align:center; margin:0 0 40px 0;}
.expertise-block .expertise-title h3 { font-family: 'AvenirLTStd-Black'; font-size:38px; color:#000; text-transform:uppercase; line-height:1.2; margin:0px; padding:0px;}
.expertise-block .expertise-title p { width:670px; max-width:100%; display:block;   color:#000;  margin:0 auto; padding:10px 0 0 0;}
.expertise-block .expertise-slider { margin:23px 0 0 0; width:100%; position:relative; padding:0px 60px;}
.expertise-block .expertise-slider .item { width:100%; display:inline-block; vertical-align:top; text-align:center;}
.expertise-block .expertise-slider .item .slider-box { width:auto; max-width:100%; display:inline-block; vertical-align:top;}
.expertise-block .expertise-slider .item .slider-box img { width:auto; max-width:100%; max-height:70px;}
.expertise-block .expertise-slider .owl-carousel .owl-nav button.owl-prev,
.expertise-block .expertise-slider .owl-carousel .owl-nav button.owl-next { width:28px; height:52px; overflow:hidden; font-size:0px; text-indent:100%; border:none; border-radius:0px; outline:none; position:absolute; top:50%; z-index:1; margin:-26px 0 0 0; padding:0px;}
.expertise-block .expertise-slider .owl-carousel .owl-nav button.owl-prev { background:url(../images/slider-arrow-prev.svg) center center no-repeat; left:-60px;}
.expertise-block .expertise-slider .owl-carousel .owl-nav button.owl-next { background:url(../images/slider-arrow-next.svg) center center no-repeat; right:-60px;}
/*============ Page-4 Page End ============*/

/*============ Page-7 Page Start ============*/
.bouwoplossingen-section { width:100%; position:relative; padding:110px 0px 96px;}
.bouwoplossingen-block { width:100%; display:inline-block; vertical-align:top;}
.vraagstuk-section { width:100%; position:relative; background:#eeefee; padding:110px 0px 96px;}
.vraagstuk-block { width:100%; display:inline-block; vertical-align:top;}
.page-banner-section { width:100%; position:relative;}
.page-banner-image { display:inline-block; width:100%; min-height:320px; position:relative; background-position:center center; background-repeat:no-repeat; background-size:cover;}
.page-text-section { width:100%; position:relative; padding:95px 0px;}
.page-text-block { width:100%; display:inline-block; vertical-align:top;}

.details-page-colum .page-banner-image + .container{ padding-bottom:80px; padding-top:80px; }
.details-page-colum .page-banner-image:first-child{ margin-top:-80px; }
/*============ Page-7 Page End ============*/

/*=============================================================*/
/*======================= New Style End =======================*/
/*=============================================================*/
body.hiddenscroll{ overflow:hidden; }

.inner-banner-wrap:after{
position:absolute; left:0px; top:0px; width:80%; content:''; bottom:10px; z-index:10;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); 
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); 
}
.down_arrow{ position:absolute; left:0px; bottom:40px;  width:100%; text-align:center; display: none !important; }
.down_arrow a{ position:relative; z-index:20; display:inline-block; font-family: 'LetterGothicStd'; color:#fff; font-size:72px; }
.down_arrow a span{ position:relative; left:-20px; display:inline-block; -webkit-transform:rotate(90deg); transform:rotate(90deg); }
.inner-banner .inner-banner-wrap{ position:relative;}

.inner-banner .inner-banner-caption{  z-index:15;}












.het-begin-outer{ padding:110px 0 100px; } 
.het-begin_blk .row{ align-items:center; }
.het-begin-left{ max-width:450px; }  
.het-begin-left h2{ padding:  0 0 31px;font-family: 'AvenirLTStd-Black'; font-size:48px; color:#000; text-transform:uppercase;}

.het-begin-right .vdi_image { position:relative; }
.het-begin-right .vdi_image span{ min-height:372px; position:relative; display:block; background-position:center center; background-size:cover; background-repeat:no-repeat; }
.het-begin-right .vdi_image .ply-icon{ z-index:15; position:absolute; left:50%; top:50%; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%);}
.het-begin-right .vdi_image .ply-icon img{ width:115px;}
.het-begin-right .vdi_image span:after{pointer-events: none; position:absolute; z-index:5; left:0px; top:0px; height:100%; width:100%; content:''; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); 
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); 
}
.het-begin-right .vdi_image span:before{ pointer-events: none; z-index:10; position:absolute; left:0px; top:0px; height:100%; width:100%; content:''; background:url(../images/vdi-shape.svg) no-repeat left top; mix-blend-mode: multiply; -webkit-mix-blend-mode: multiply;
}

.download_pdf_btn { padding:30px 0 0 0; text-align:center; }
.download_pdf_btn a{ background:#000; display:inline-block; padding:0 16px; height:50px; line-height:50px; border:#000002 solid 1px; line-height:48px; color:#fff; text-transform:uppercase; font-size:20px; font-family: 'AvenirLTStd-Black';  }
.download_pdf_btn a:hover{ background:#fff; color:#000; }
.download_pdf_btn > span { display: inline-block; vertical-align: top; padding: 0; }

.download_pdf_btn a i { line-height: 48px;padding: 0 0 0 8px;font-size: 28px; } 

section h5 { font-size: 24px;color: #000;font-family: 'AvenirLTStd-Black';text-transform: uppercase !important;padding: 0 0 30px; }
.blog-text-bottom .embed-container { margin: 20px 0; }


.vedio-modal { }
.vedio-modal .modal-dialog{ max-width:850px; }
.vedio-modal button.close{ position:absolute; right:0px; top:0px; padding:0px; width:40px; height:40px; font-size:30px; line-height:34px; color:#000; opacity:1; background:#fff; }
.vedio-modal button.close span{ position:relative; top:-3px; }  
.vedio-modal button.close:hover{ opacity:1 !important; }
.vedio-modal .vedio-iframe { width:100%; display:block;}
.vedio-modal .vedio-iframe  iframe{ height:477px; width:100%; display:block;}


.link-it-value-outer{ position:relative; padding:92px 0 0 0; background:#edefee; }
.link-it-value-outer .section-title h2{ text-align:left; }
.link-it-value-outer:after{ position:absolute; left:0px; bottom:0px; width:100%; z-index:1; height:26%; content:''; background:#fff;  }

.value_listing{ flex-direction:column;  padding:3px 0 0 0; position:relative; z-index:10; }
.first-blk{ box-shadow:rgba(0,0,0,0.20) 0px 0 15px; padding:59px 68px 70px; max-width:770px; background:#fff;  }
.first-blk h5 { padding:0 0 30px;font-family: 'AvenirLTStd-Black'; font-size:48px; color:#000; text-transform:uppercase; 
	background: #5c2795;
	background: -moz-linear-gradient(45deg,  #5c2795 0%, #980081 100%);
	background: -webkit-linear-gradient(45deg,  #5c2795 0%,#980081 100%);
	background: linear-gradient(45deg,  #5c2795 0%,#980081 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c2795', endColorstr='#980081',GradientType=1 );
	
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; }
.first-blk p{ line-height:27px; }

.second-blk{ position:relative; z-index:10; margin:-42px 0 -34px; margin-left:auto;  padding:59px 68px 70px;   max-width:654px; background:#000;  }
.second-blk h5 { padding:0 0 30px;font-family: 'AvenirLTStd-Black'; font-size:48px; color:#000; text-transform:uppercase; 
	/* background: linear-gradient(45deg, rgba(250,165,26,1) ,rgba(237,28,36,1) 80%); */
	background: #5c2795;
background: -moz-linear-gradient(45deg,  #5c2795 0%, #980081 100%);
background: -webkit-linear-gradient(45deg,  #5c2795 0%,#980081 100%);
background: linear-gradient(45deg,  #5c2795 0%,#980081 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c2795', endColorstr='#980081',GradientType=1 );

-webkit-background-clip: text;
-webkit-text-fill-color: transparent; }
.second-blk p{ color:#fff;   }


.third-blk{ position:relative; margin:0px 0 0 230px;  padding:51px 68px 62px;   max-width:770px; 
/*background: #5c2795;
background: -moz-linear-gradient(45deg,  #5c2795 0%, #980081 100%);
background: -webkit-linear-gradient(45deg,  #5c2795 0%,#980081 100%);
background: linear-gradient(45deg,  #5c2795 0%,#980081 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c2795', endColorstr='#980081',GradientType=1 );*/
background: #f7a600;
background: -moz-linear-gradient(45deg,  #f7a600 0%, #e30513 100%);
background: -webkit-linear-gradient(45deg,  #f7a600 0%,#e30513 100%);
background: linear-gradient(45deg,  #f7a600 0%,#e30513 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7a600', endColorstr='#e30513',GradientType=1 );

}
.third-blk h5 { padding:0 0 30px 0;font-family: 'AvenirLTStd-Black'; font-size:48px; color:#fff; text-transform:uppercase;  }
.third-blk p{ color:#fff;   }
.third-blk h5 span{ margin:0 0px 0 -50px; }

.white-box{  box-shadow:rgba(0,0,0,0.15) 0px 0 15px;position:absolute; left:-247px; width:270px; top:70px; background:#fff; color:#000; padding:14px 26px 14px 34px; }
.white-box p{ color:#000; font-size:16px;  font-family: 'AvenirLTStd-BookOblique'; line-height:22px; }
.white-box p span{ margin-left:-10px; }
.white-box:after{ position:absolute; left:100%; top:56px; content:''; 
      width: 0;
      height: 0;
      border-bottom: 46px solid #fff;
      border-right: 46px solid transparent;
    }

.four-blk{ box-shadow:rgba(0,0,0,0.20) 0px 0 15px; margin:-23px 0 -30px 0; margin-left:auto; padding:59px 68px 70px; min-width:630px; max-width:630px; background:#fff;  }
.four-blk h5,
.five-blk h5 { padding:0 0 30px 0;font-family: 'AvenirLTStd-Black'; font-size:48px; color:#000; text-transform:uppercase; 
/* background: linear-gradient(45deg, rgba(250,165,26,1) ,rgba(237,28,36,1) 80%); */
background: #5c2795;
background: -moz-linear-gradient(45deg,  #5c2795 0%, #980081 100%);
background: -webkit-linear-gradient(45deg,  #5c2795 0%,#980081 100%);
background: linear-gradient(45deg,  #5c2795 0%,#980081 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c2795', endColorstr='#980081',GradientType=1 );

-webkit-background-clip: text;
-webkit-text-fill-color: transparent; }
.four-blk h5 i{ font-style:normal; }
.four-blk h5 span,
.five-blk h5 span{background: linear-gradient(45deg, rgba(250,165,26,1) ,rgba(237,28,36,1) 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; display:block;   }
.four-blk h5 span i{ margin-left:-50px; }
.four-blk p{ max-width:410px; line-height:27px; }


.five-blk{ margin:0 auto; min-width:630px; max-width:630px; /*width:435px;*/ padding:58px 68px 34px; background:#000;  }
.five-blk h5{padding:0 0 40px 0px; }
/*.five-blk h5{  padding:0 0 40px 0px;font-family: 'AvenirLTStd-Black'; font-size:48px; color:#fff; text-transform:uppercase; }
.five-blk h5 span{background: linear-gradient(45deg, rgba(250,165,26,1) ,rgba(237,28,36,1) 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; display:block;   }*/
.five-blk p { color:#fff; }
.feture_outer{ padding:100px 0  170px  0; }
.feture_outer .section-title.with-border{ text-align:left; }
.feture_outer .section-title.with-border h2{ text-align:left; max-width:81%; }
.feture_outer .download_pdf_btn { padding: 0 0 30px 0; text-align: left; }


.vedio-slider-blk{ margin:4px 0 0 0; overflow:hidden; position:relative; width:100%; padding-right:204px; }
.vedio-slider-blk .owl-stage-outer{ overflow:visible;}
.feature-box .image{ position:relative; }
.feature-box .image span{ min-height:388px; display:block; background-position:center center; background-size:cover; background-repeat:no-repeat; }
.feature-box .image .ply-icon{ z-index:15; position:absolute; left:50%; top:50%; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%);}
.feature-box .image .ply-icon img{ width:114px;}

.vedio-slider-blk:after{ pointer-events: none; position:absolute; right:0px; top:0px; height:100%; width:185px; content:''; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+80 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%); 
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); 



z-index:10;
}


.community_outer{ padding:99px 0 87px 0; position:relative; box-shadow:rgba(0,0,0,0.05) 0px -10px 15px; }
.community_outer .section-title{ margin:0 0 29px; }
.community-text{ padding:0 100px; }
.community-text p{ line-height:34px; text-align:center; font-family: 'SegoeUI-Italic'; font-size:25px; }

.community-logos{ padding:33px 0 0 0; text-align:center; }
.community-logos ul li{ margin:0 68px; display:inline-block; }
.community-logos ul li img{  filter: grayscale(100%); -webkit-filter: grayscale(100%); }

.pixel-heart{ position:absolute; right:314px; top:-70px; }


.details-page-banner .inner-banner-image{ background-position:98% center; background-size:auto 130%; background-color:#dddede; }
.details-page-banner.inner-banner-wrap::after{ opacity:0.7; width:100%;}


.details-page-colum{ background:#eeefef; padding:80px   0 0;  }
.details-page-colum .row{ margin:0 0px; align-items:center; }
.details-page-colum .row .col-md-6{ padding:0 0px; }
.right-image img{ max-width:100%; width:100%; }
.details-page-colum .left-text{ max-width:75%; } 
.details-page-colum .left-text p + p{ padding:28px 0 0 0; }
 .details-page-colum .container{ padding-bottom:80px; }
.details-page-colum .col-md-10 .left-text { padding-bottom:16px;   text-align:center; max-width:100%; } 
.details-page-colum .left-text h2 {font-size: 48px; color: #000; font-family: 'AvenirLTStd-Black';text-transform: uppercase; padding: 0 0 30px;}
.details-page-colum .left-text h3 {font-size: 34px; color: #000; font-family: 'AvenirLTStd-Black';text-transform: uppercase; padding: 0 0 30px;}
.details-page-colum .left-text h4 {font-size: 28px; color: #000; font-family: 'AvenirLTStd-Black';text-transform: uppercase; padding: 0 0 30px;}
.details-page-colum .left-text h5 {font-size: 24px; color: #000; font-family: 'AvenirLTStd-Black';text-transform: uppercase; padding: 0 0 30px;}
.details-page-colum .left-text h5 a { color: #000; }
.details-page-colum .left-text h6 {font-size: 18px; color: #000; font-family: 'AvenirLTStd-Black';text-transform: uppercase; padding: 0 0 30px;}


.details-page-colum .left-text p em,
.details-page-colum .left-text p i {
    font-family: 'SegoeUI-BoldItalic';
    font-style: normal;
}
.applies_text{ padding: 97px 0 ; z-index:10; position:relative; margin:0 auto; max-width:76%; text-align:center; }
.applies_text h2 {font-size: 48px; color: #000; font-family: 'AvenirLTStd-Black';text-transform: uppercase; padding: 10px 0 30px;}
.applies_text h3 {font-size: 34px; color: #000; font-family: 'AvenirLTStd-Black';text-transform: uppercase; padding: 10px 0 30px;}
.applies_text h4 {font-size: 28px; color: #000; font-family: 'AvenirLTStd-Black';text-transform: uppercase; padding: 10px 0 30px;}
.applies_text h5 {font-size: 24px; color: #000; font-family: 'AvenirLTStd-Black';text-transform: uppercase; padding: 10px 0 30px;}
.applies_text h6 {font-size: 18px; color: #000; font-family: 'AvenirLTStd-Black';text-transform: uppercase; padding: 10px 0 30px;}


.applies_blk { z-index:10; margin:0 0 20px; align-items:center; position:relative; background:#fff; box-shadow:rgba(0,0,0,0.30) 3px 0 15px; }
.applies_blk  .image{ position:relative; min-width:370px;}
.applies_blk  .image span{ position:relative; display:block; width:100%; min-height:490px; background-repeat:no-repeat; background-size:cover; background-position: center center; }
.applies_blk  .image span:after{ position:absolute; left:0px; top:0px; height:100%; width:100%; content:''; background:url(../images/case-sed.svg) no-repeat left  bottom; background-size:100% auto;     mix-blend-mode: multiply; -webkit-mix-blend-mode: multiply; }
.applies_blk .applies_data{ padding:30px 100px; }
.applies_blk .applies_data h3{ padding:0 0 26px; font-family: 'AvenirLTStd-Black'; font-size:48px; color:#000; text-transform:uppercase; line-height:58px; }
.applies_blk .applies_data .case_btn a{  display:inline-block; padding:0 21px; height:52px; line-height:50px; border:#000002 solid 2px; line-height:48px;  text-transform:uppercase; font-size:20px; font-family: 'AvenirLTStd-Black';  background:#fff; color:#000;  }
.applies_blk .applies_data .case_btn a:hover{color:#fff; background:#000; }
.applies_blk .applies_data .case_btn a i.fa{ line-height:46px; padding:0 0 0 8px; font-size:26px;  }
.applies_blk .applies_data .case_btn{ padding:30px 0 0 0; }



.applies-outer{ position:relative;  }
.applies-outer:after{ position:absolute; left:0px; pointer-events:none; z-index:1; bottom:-20px; content:''; width:100%; background:#e9eaeb; height:265px;  }

.services-section{  background:#e9eaeb; padding:70px 100px 100px; }
.services-slider-blk{ position:relative; }
#services-slider {}
#services-slider.owl-carousel .owl-nav button.owl-prev,
#services-slider.owl-carousel .owl-nav button.owl-next { width:28px; height:52px; overflow:hidden; font-size:0px; text-indent:100%; border:none; border-radius:0px; outline:none; position:absolute; top:50%; z-index:1; margin:-26px 0 0 0; padding:0px; background-size: contain !important;}
#services-slider.owl-carousel .owl-nav button.owl-prev { background:url(../images/slider-arrow-prev.svg) center center no-repeat; left:-60px;}
#services-slider.owl-carousel .owl-nav button.owl-next { background:url(../images/slider-arrow-next.svg) center center no-repeat; right:-60px;}
.ser-box{width: 240px;
position: relative;
border-right: #c5c6c8 solid 1px;
border-left: #c5c6c8 solid 1px;
padding: 0 0px;}
.ser-box a{ text-align:center; display:block; min-height:186px; }
.ser-box .image_box i { display: -ms-flexbox; display: flex; height: 146px; width: 100%; align-items: center; align-content: center; justify-content: center; margin-bottom: 15px; }
.ser-box .image_box i img { width: auto; height: auto; max-height: 100%; max-width: 100%; }
.ser-box a img{ max-height:146px; }
.ser-box a span{ margin:-4px 0 0 0; text-align:center; display:inline-block; width:100%; font-family: 'AvenirLTStd-Black'; font-size:14px; color:#5a616e; text-transform:uppercase; line-height:16px;}
.services-section .section-title{ margin-bottom:30px; }



.services-slider-blk:after{ pointer-events: none; position:absolute; left:0px; top:0px; height:100%; width:185px; content:''; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+20,0+100 */
background: -moz-linear-gradient(left,  rgba(233,234,235,1) 0%, rgba(233,234,235,1) 20%, rgba(233,234,235,0) 100%); 
background: -webkit-linear-gradient(left,  rgba(233,234,235,1) 0%,rgba(233,234,235,1) 20%,rgba(233,234,235,0) 100%);
background: linear-gradient(to right,  rgba(233,234,235,1) 0%,rgba(233,234,235,1) 20%,rgba(233,234,235,0) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); 



z-index:10;
}
.services-slider-blk:before{  pointer-events: none; position:absolute; right:0px; top:0px; height:100%; width:185px; content:''; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+80 */
background: -moz-linear-gradient(left,  rgba(233,234,235,0) 0%, rgba(233,234,235,1) 80%, rgba(233,234,235,1) 100%); 
background: -webkit-linear-gradient(left,  rgba(233,234,235,0) 0%,rgba(233,234,235,1) 80%,rgba(233,234,235,1) 100%);
background: linear-gradient(to right,  rgba(233,234,235,0) 0%,rgba(233,234,235,1) 80%,rgba(233,234,235,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); 



z-index:10;
}

.team-top{ max-width:77%; padding:106px 0 20px 0;  }
.team_listing{ padding:0 0 32px; }
.team_listing .team-box .image span{ min-height:570px; }




.team_outer_slider a.custom_prev_btn,
.team_outer_slider a.custom_next_btn { width:28px; height:52px; overflow:hidden; font-size:0px; text-indent:100%; border:none; border-radius:0px; outline:none; position:absolute; top:217px; z-index:1; margin:0 0 0 0; padding:0px; z-index: 11; background-size: contain !important; }
.team_outer_slider a.custom_prev_btn { background:url(../images/slider-arrow-prev.svg) center center no-repeat; left:20px;}
.team_outer_slider a.custom_next_btn { background:url(../images/slider-arrow-next.svg) center center no-repeat; right:20px;}

.team-box .image.sed-yello-1 span::after{ background:url(../images/team-shape-1-1.png) no-repeat left bottom; }
.team-box .image.sed-pink-1 span::after{ background:url(../images/team-shape-1-5.png) no-repeat left bottom; }
.team_listing .team-box .over-text h3{ line-height:1; padding:0 0 14px; }
.team_listing .team-box .over-text{ padding-right:25px; }
.team_listing .team-box{ margin:50px 0; }
.load_more{ padding:30px 0 0 0; text-align:center; }
.load_more span{ display:inline-block; position:relative; border-bottom:#000 solid 1px; padding:0 0 9px; }
.load_more a{ background:#000; display:inline-block; padding:0 12px; height:50px; line-height:50px; border:#000002 solid 1px; line-height:48px; color:#fff; text-transform:uppercase; font-size:20px; font-family: 'AvenirLTStd-Black';  }
.load_more a:hover{ background:#fff; color:#000; }
.load_more span:after{     width: 0;
      height: 0;
      border-top: 12px solid #000;
      border-right: 12px solid transparent; position:absolute; left:0px; bottom:-12px;  content:'';} 
	  
.services-section.white-bg	  { background:#fff; }
.services-section.white-bg .services-slider-blk:after{ pointer-events: none; position:absolute; left:0px; top:0px; height:100%; width:185px; content:''; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+20,0+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%); 
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); 



z-index:10;
}
.services-section.white-bg .services-slider-blk:before{ pointer-events: none; position:absolute; right:0px; top:0px; height:100%; width:185px; content:''; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+80 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%); 
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); 



z-index:10;
}



.blog-top{ max-width:91%; padding:113px 0 0 0;}
.blog-top h2 { display:inline-block; width:auto; border-top:#0e0e10 solid 1px; position:relative; padding:10px 0 44px; font-size:48px; color:#000; font-family: 'AvenirLTStd-Black';  text-transform:uppercase;  }
.blog-top h2:after{     width: 0;
      height: 0;
      border-top: 12px solid #000;
      border-right: 12px solid transparent; position:absolute; left:0px; top:0px;  content:'';} 
.blog_listing{ padding:113px 0 111px 0;  }
.blog_listing .row .col-md-4,
.blog_listing .row .col-md-8{ padding:17px 15px; }

.linkedin-box{ height:100%; margin:0px 0 0px;  position:relative; box-shadow:rgba(0,0,0,0.30) 3px 0 15px; }
.linkedin-box .image{ position:relative; height:100%; position:relative;  }
.linkedin-box .image span{ width:100%; height:100%; display:block; position:relative; background-size: cover;
background-repeat: no-repeat;
background-position: center center;}




.linkedin-box .learn-box_inner{ padding:0 40px; position:absolute; left:0px; bottom:31px;  }
.linkedin-box .learn-box_inner h4{ padding:0 0 18px;  font-family: 'AvenirLTStd-Black'; font-size:36px; line-height:44px; color:#fff; }

.linkedin-box .linked-links a{ padding:0 17px; box-shadow:rgba(0,0,0,0.50) 5px 0 15px; font-size:20px; text-transform:uppercase; height:50px; line-height:50px; font-family: 'AvenirLTStd-Black'; background:#fff; display:inline-block; color:#000; }
.linkedin-box .linked-links a i.fa{ line-height:48px; padding:0 0 0 13px; font-size:28px;  }

.linkedin-box .linked-links a:hover{ color:#fff; background:#000; }

.learn-box_inner .cat{ letter-spacing:0.05rem; margin:0 0 15px; position:relative; left:-40px; width:auto; display:inline-block;    font-family: 'AvenirLTStd-Black'; padding:0 26px; background:#1680b9; height:36px; line-height:36px; font-size:18px; color:#fff; border-radius:0 60px 60px 0px; text-transform:uppercase;  }
.linkedin-box .image span:after{ position:absolute; left:0px; top:0px; width:100%; height:100%; content:''; background:url(../images/linedin-sed.svg) no-repeat left bottom; mix-blend-mode: multiply; -webkit-mix-blend-mode: multiply; }
.blog_listing .load_more{ padding:33px 0 0 0; }



.blog-text{ padding:113px 0 95px 0; text-align:center; max-width:937px; margin:0 auto; display:block; }
.blog-details-outer.custom-align .blog-text { text-align:left; }
.blog-text .alignright { float:right;margin:0 0 30px 30px; }
.blog-text .alignleft { float:left;margin:0 30px 30px 0; }
.blog-text .aligncenter { margin:0 auto; }
.blog-details-outer.custom-align .blog-text p + p { margin-top:28px; }
.blog-details-outer.custom-align .blog-text p strong { display:block;padding-top:10px; }
.blog-details-outer.custom-align .blog-text p + figure { margin-top:30px; }
.blog-details-outer.custom-align .blog-text figcaption { display:block;margin-top:10px; }
 
 
.blog-text-bottom { padding:91px 0 104px 0; text-align:center; max-width:880px; margin:0 auto; display:block; }
.blog-text-bottom ul{ padding:30px 0px; width:100%;} 
.blog-text-bottom ul li{ text-align:left; font-size:20px; line-height:28px; position:relative; padding:0 0 0 17px; }
.blog-text-bottom ul li:after{ position:absolute; left:0px; border-radius:10px; content:''; top:13px; width:5px; height:5px; background:#000; }

.blog-text-bottom p + p{ padding:28px 0 0 0; }
.blog-text-bottom p strong{ font-weight:normal;  font-family: 'SegoeUI-Bold'; line-height:1.4; }


.vacancies-top-blk{ padding:79px 0 86px 0px; max-width:1060px; }
.our-people-outer{ padding:0px; }
.our-people-outer .section-title{ margin:0px;  }
.our-people-outer .section-title h2{ text-align:left;  }

.people_listing_desltop{ padding:109px 0 75px 0; }
.people_listing_desltop ul{ flex-wrap:wrap; }
.people_listing_desltop ul li{ position:relative; }
.people_listing_desltop ul li.people-1{ width:656px;  }
.people_listing_desltop ul li.people-2{ width:656px; right:-27px; top:-57px; margin-left:-142px;  }
.people_listing_desltop ul li.people-3{ width:436px; left:-43px; top:-43px;  }
.people_listing_desltop ul li.people-4{ width:332px; margin-left:-66px;  }
.people_listing_desltop ul li.people-5{ width:436px; z-index:5; margin-left:-46px; top:-83px;  }

.people-box{ width:100%; position:relative; display:inline-block;}
.people-box .image{width:100%; z-index:2; position:relative; display:inline-block;}
.people-box .image span{width:100%; min-height:361px; background-position:center center; background-size:cover; background-repeat:no-repeat; position:relative; display:inline-block;}
.people-box .people-text{ position:absolute; left:0px; bottom:0px; z-index:4;  font-family: 'AvenirLTStd-Black'; font-size:40px; width:100%; color:#fff; text-transform:uppercase; }

.people-2 .people-box .image span:after{pointer-events: none; z-index:3; position:absolute; left:0px; bottom:0px; height:233px; content:''; width:100%; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+76&0+0,0.65+76 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 76%); 
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 76%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 76%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); 

 }
 .people-4 .people-box .image span:after{ pointer-events: none;z-index:3; position:absolute; left:0px; bottom:0px; height:233px; content:''; width:100%; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+76&0+0,0.65+76 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 76%); 
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 76%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 76%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); 

 }

.people-1 .people-box .people-text{ bottom:71px; padding:0 15px 0 72px; }
.people-2 .people-box .people-text{ bottom:50px; padding:0 15px 0 70px; }
.people-3 .people-box .people-text{ bottom:50px; text-align:center; padding:0 15px 0 15px; }
.people-4 .people-box .people-text{ bottom:50px; text-align:center; padding:0 15px 0 15px; }
.people-5 .people-box .people-text{ bottom:50px; text-align:center; padding:0 15px 0 15px; }



.fit-outer{ padding:75px 0 0 0; }
.fit-title h2{ display:inline-block; width:auto; border-top:#0e0e10 solid 1px; position:relative; padding:10px 0 7px; font-size:48px; color:#000; font-family: 'AvenirLTStd-Black';  text-transform:uppercase;  }
.fit-title h2:after{     width: 0;
      height: 0;
      border-top: 12px solid #000;
      border-right: 12px solid transparent; position:absolute; left:0px; top:0px;  content:'';}
.fit-box{ /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e7e7e8+0,f3f3f4+100 */
background: #e7e7e8;
background: -moz-linear-gradient(45deg,  #e7e7e8 0%, #f3f3f4 100%); 
background: -webkit-linear-gradient(45deg,  #e7e7e8 0%,#f3f3f4 100%);
background: linear-gradient(45deg,  #e7e7e8 0%,#f3f3f4 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e8', endColorstr='#f3f3f4',GradientType=1 ); 
}
.fit_listing{ padding:5px 0 0 0; }	  
.fit_listing .row .col-md-4{ padding:40px 15px;  }
.fit-box{ margin:0px 0 0px; height:100%; padding:29px 39px 52px; position:relative; }
.fit-box .icon{ position:absolute; right:9px; top:9px; }
.fit-box .icon img{ width:38px;}
.fit-box h5{ position:relative; z-index:2; padding:0 0 22px; font-family: 'AvenirLTStd-Black'; font-size:27px; text-transform:uppercase; line-height:1.5; }
.fit-box .text{ position:relative; z-index:2; min-height:239px; padding:0 0 20px; }
.fit-box .uur-text{ font-size:26px; font-family: 'AvenirLTStd-Roman';  }
.fit-box .sub-links{ z-index:10; position:absolute; left:20px; bottom:-25px; }
.fit-box .sub-links a{ padding:0 15px; box-shadow:rgba(0,0,0,0.50) 5px 0 15px; font-size:20px; text-transform:uppercase; height:50px; line-height:50px; font-family: 'AvenirLTStd-Black'; background:#fff; display:inline-block; color:#000; }
.fit-box .sub-links a i.fa{ line-height:48px; padding:0 0 0 8px; font-size:28px;  }
.fit-box .sub-links a:hover{ color:#fff; background:#000; }	  
	  
	  
.fit-box.second-tyle{ min-height:330px; padding-top:25px; }	  
.fit-box.second-tyle h5{ padding:0 0 19px; font-size:37px; }
.fit-box.second-tyle .text{ min-height:0px; padding:0 0 20px; }	  
.fit-box .shape-bg{ position:absolute; left:0px; top:0px; height:100%; width:100%; background:url(../images/blue-shape.svg) no-repeat left bottom ;background-size:100% auto; z-index:1;  }
.fit-box .shape-bg.yello-bg{ position:absolute; left:0px; top:0px; height:100%; width:100%; background:url(../images/yellow-shape.svg) no-repeat left bottom ;background-size:100% auto; z-index:1;  }	  

.fit-outer + .feture_outer .section-title.with-border h2{ max-width:54.3%;  }
.fit-outer + .feture_outer{ padding:85px 0 84px 0; }



.inner-banner .inner-banner-caption .caption-text h1 + .btnbox{ margin-top:-15px; }
.digital-top { padding:88px 0 76px 0; margin:0 auto; max-width:970px; text-align:center; }
.digital-top  h2{ display:inline-block; width:auto; border-top:#0e0e10 solid 1px; position:relative; padding:10px 0 30px; font-size:48px; color:#000; font-family: 'AvenirLTStd-Black';  text-transform:uppercase;  }
.digital-top h2:after{     width: 0;
      height: 0;
      border-top: 12px solid #000;
      border-right: 12px solid transparent; position:absolute; left:0px; top:0px;  content:'';}
.digital-top p  + p{ padding:28px 0 0 0; }	  

.details-page-colum .left-text ul{ padding:0 0 0 0px; width:120%;} 
.details-page-colum .left-text ul li{ text-align:left; font-size:20px; line-height:28px; position:relative; padding:0 0 0 17px; }
.details-page-colum .left-text ul li:after{ position:absolute; left:0px; border-radius:10px; content:''; top:13px; width:5px; height:5px; background:#000; }




.contata-top{ margin:0 auto; max-width:970px; padding:69px 0 75px 0;   text-align:center; }
.contata-top h2{  position:relative; padding:10px 0 22px; font-size:48px; color:#000; font-family: 'AvenirLTStd-Black';  text-transform:uppercase;  }

.contact-bottom { padding:0 0 94px;  text-align:center; }
.contact-bottom .contact-links{ text-align:center; }
.contact-bottom .contact-links span{ padding:10px 0; display:block; text-align:center; } 
.contact-bottom .contact-links  a{ background:#000; display:inline-block; padding:0 5px; height:50px; line-height:50px; border:#000002 solid 1px; line-height:48px; color:#fff; text-transform:uppercase; width:218px; text-align:center;  font-size:20px; font-family: 'AvenirLTStd-Black';  }
.contact-bottom .contact-links  a:hover{ background:#fff; color:#000; }
.contact-bottom .contact-links  a i.fa{ line-height:48px; padding:0 0 0 8px; font-size:28px;  } 
.contact-bottom  .ct-address{ padding:3px 0 0 0; line-height:28px; font-size:20px; }
.contact-map iframe{ width:100%; height:447px;}


.details-page-colum .col-md-6:last-child .left-text{ max-width:100%; padding-left:60px; }




.people_listing_mobile{ display:none; }
.het-begin-right .vdi_image span::before{  }


.home_vedio-outer{ position:relative;  }
.home_vedio-outer .video_iframe{ z-index:10; position:absolute; left:0px; top:0px; width:100%; height:100%; }
.home_vedio-outer .video_iframe iframe{ position:absolute; left:0px; top:0px; width:100%; height:100%; }


#header{-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;}
.four-zero-page { padding:100px 0; min-height:calc(100vh - 586px); }
#header.fixed-header{ box-shadow:rgba(0,0,0,0.20) 3px 0 12px;  }
.error404 #header { box-shadow:rgba(0,0,0,0.20) 3px 0 12px;  }
.page-template-default:not(.home) #header { box-shadow:rgba(0,0,0,0.20) 3px 0 12px;  }

.default_page{ padding:100px 0;  min-height:calc(100vh - 586px); }
.default_page h1,
.default_page h2,
.default_page h3,
.default_page h4,
.default_page h5,
.default_page h6{ font-family: 'AvenirLTStd-Black'; padding:40px 0 15px;}
.default_page p + p{ padding:28px 0 0 0; }  
 
.default_page .alignleft{margin:15px; margin-left:0px; }
.default_page .alignright{margin:15px; margin-right:0px; }


.default_page ul{ padding:20px 0; } 
.default_page ul li{ text-align:left; font-size:20px; line-height:28px; position:relative; padding:0 0 0 17px; }
.default_page ul li:after{ position:absolute; left:0px; border-radius:10px; content:''; top:14px; width:5px; height:5px; background:#000; }
.default_page ol{ padding:20px 20px; } 
.default_page ol li{ text-align:left; padding:0 0 0 7px; font-size:20px; line-height:28px; position:relative; display:list-item; list-style-type:decimal; list-style-position:outside;  }


.section-text ul{ padding:20px 0; } 
.section-text ul li{ text-align:left; font-size:20px; line-height:28px; position:relative; padding:0 0 0 17px; }
.section-text ul li:after{ position:absolute; left:0px; border-radius:10px; content:''; top:14px; width:5px; height:5px; background:#000; }
.section-text ol{ padding:20px 20px; } 
.section-text ol li{ text-align:left; padding:0 0 0 7px; font-size:20px; line-height:28px; position:relative; display:list-item; list-style-type:decimal; list-style-position:outside;  }

.default_page p strong{ font-weight:normal;   font-family: 'AvenirLTStd-Black';}
.default_page p a{ text-decoration:underline; color:#000;  }

.home_company-outer  .home_company_blk { margin-top:0px; } 

/* 
.sed-yello-1-label {
	background: #FCAD1A !important;
} */

/* .sed-pink-label {
	background: #8D298E !important;
}

.sed-pink-1-label {
	background: #8D298E !important;
}

.sed-yello-label {
	background: #FCAD1A !important;
}

.blue-label {
	background: #4aa3d3 !important;
} */


.vedio-slider-blk a.vid_owl_prev,
.vedio-slider-blk a.vid_owl_next { width:28px; height:52px; overflow:hidden; font-size:0px; text-indent:100%; border:none; border-radius:0px; outline:none; position:absolute; top:50%; z-index:11; margin:-26px 0 0 0; padding:0px; background-size: contain !important;}
.vedio-slider-blk a.vid_owl_prev { background:url(../images/slider-arrow-prev.svg) center center no-repeat; left:15px;}
.vedio-slider-blk a.vid_owl_next { background:url(../images/slider-arrow-next.svg) center center no-repeat; right:15px;}

img[data-toggle="modal"],
img[data-bs-toggle="modal"] {cursor: pointer;}
.model-image .close {opacity: 1;position: absolute;top: 0;right:-30px;font-size: 30px;text-shadow: none;outline: none;}
.model-image .modal-dialog {max-width: 90vw;}
.model-image .modal-content {border:0;border-radius:0;}
.model-image .modal-body {padding:0;max-height: 90vh;overflow-y: auto;}
.model-image .model-inner-img img {width: 100%;}

.download_pdf_btn > span { display: block; width: 100%; }
.download_pdf_btn > span + span { padding-top: 8px; }
.download_pdf_btn.single-line { text-align: left; }

.page-template-webinar .down_arrow { display: block !important; }
.top_webi_sec { position: relative; width: 100%; padding: 100px 0; }
.webi_inner_sec { display: block; width: 100%; position: relative; }
.webi_blk { display: block; width: 100%; position: relative; }
.webi_blk .row [class*="col-"] { display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; }
.webi_blk .webi_img { width: 100%; position: relative; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.webi_dtl { width: 100%; display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; padding: 50px 50px 50px 20px; }
.webi_time { width: 100%; display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; align-items: center; padding-bottom: 10px; }
.webi_time .time,
.webi_time .date { font-family: 'AvenirLTStd-Roman'; font-size: 25px; color: #000; display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; align-items: center; }
.webi_time .date:after { content: ''; height: 9px; width: 9px; border-radius: 4px; background: #000; margin-left: 17px; margin-right: 18px; } 
.webi_dtl h3 { font-family: 'AvenirLTStd-Black';font-size: 39px;line-height: 1;color: #000; padding: 0 0 10px 0; }
.name_of_cust { display: block; width: 100%; font-family: 'SegoeUI'; font-size: 20px; color: #000000; }
.webi_blk { -webkit-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.2); -ms-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.2); box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.2); background-color: #fff; }
.bottm_button_grp { display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; align-items: center; padding: 52px 0 0 0; width: 100%; }
.bottm_button_grp .more-abt-links + .links { margin-left: 44px; }
.more-abt-links.black a { color: #ffffff; background-color: #000000; }
.more-abt-links.black a:hover { background-color: transparent; color: #000000; }
.links a { display: inline-block;text-transform: uppercase;font-size: 20px;font-family: 'AvenirLTStd-Black';color: #000; }
.links a i { padding: 0 0 0 8px;font-size: 26px; -webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out; }
.links a:hover i { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); transform: translateX(5px); }
.top_webi_sec .section-title { margin: 0 0 28px 0; }

.list_webina_sec { width: 100%; position: relative; background: #f2f2f2; padding: 90px 0 87px; }
.list_webina_sec .webi_blk .webi_img { height: 221px; }
.list_webina_sec .webi_time .time, 
.list_webina_sec .webi_time .date { font-size: 20px; }
.list_webina_sec .webi_dtl h3 { font-size: 28px; line-height: 38px; }
.list_webina_sec .webi_dtl h3 a { color: #000000; }
.list_webina_sec .webi_dtl h3 a:hover { opacity: 0.5; }
.list_webina_sec .webi_dtl { padding: 40px 55px 50px; }
.list_webina_sec .webi_time .date:after { width: 7px; height: 7px; border-radius: 6px; margin-left: 15px;margin-right: 14px; }
.list_webina_sec .webi_time { padding-bottom: 4px; }
.list_webina_sec .bottm_button_grp { padding: 45px 0 0 0; }
.list_webina_main { position: relative; width: 100%; }
.list_webina_main .row [class*="col-"] { margin-top: 12px; margin-bottom: 13px; }
.list_webina_sec .section-title { margin: 0 0 26px 0; }
.list_webina_sec .webi_blk { height: 100%; }

.bottom_footer_sec { position: relative; width: 100%; padding: 100px 0; }
.bottom_footer_sec .bottom_footer_inner { position: relative; width: 100%; text-align: center; }
.bottom_footer_sec .more-abt-links { padding-top: 44px; }

.single-our_webinar .down_arrow { display: block !important; }
.banner_date_blk { display: inline-block; vertical-align: top; width: auto; padding: 10px 0 20px 0; }
.banner_date_blk .webi_time { background-color: #000; padding: 7px 23px 9px; }
.banner_date_blk .webi_time .time, 
.banner_date_blk .webi_time .date { color: #ffffff; font-family: 'SegoeUI-Bold'; text-transform: uppercase; }
.banner_date_blk .webi_time .date:after { background-color: #ffffff; }
.single-our_webinar .inner-banner .inner-banner-caption .caption-text .btnbox .button .fa { margin-left: 15px; }
.single-our_webinar .inner-banner .inner-banner-caption .caption-text h1 { font-size: 50px; line-height: 60px; text-transform: none; margin-bottom: 6px; }
.single-our_webinar .inner-banner .inner-banner-caption .caption-text { padding-top: 37px; padding-bottom: 47px; }
.more-abt-links.white a { border: none; -webkit-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.2); -ms-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.2); box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.2); }
.more-abt-links.white a:hover { -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; box-shadow: none; }
.more-abt-links + .more-abt-links { margin-left: 25px; }
.center.bottm_button_grp { justify-content: center; }


.list_webina_sec.webina_sec_v2 .webi_blk .webi_img { height: 148px; }
.list_webina_sec.webina_sec_v2 .webi_dtl {padding: 45px 44px 50px;}
.list_webina_sec h5 { font-size: 25px; }
.list_webina_main.webina_sec_v2 .list_webina_main { padding-top: 23px; }
.webina_mainrow { display: block; width: 100%; }
.webina_mainrow + .webina_mainrow { padding-top: 82px; }
.list_webina_main .load_more { margin-top: 7px; }
.list_webina_sec.webina_sec_v2 .list_webina_inner { padding-bottom: 24px; }

.list_webina_sec.webina_sec_v2 { background-color: transparent; }
.top_webi_sec .top_webi_inner .webi_blk .webi_img:after { position: absolute;left: 0px;bottom: 0px;width: 100%;height: 100%;background: url(../images/webi_shap_blue.svg) no-repeat left bottom;content: '';mix-blend-mode: multiply;-webkit-mix-blend-mode: multiply;z-index: 5; background-size: 370px auto !important; }
.mac .links a { line-height: 1.6; }
.mac .more-abt-links.white a { line-height: 52px; }
.mac .load_more a { line-height: 52px; }
.mac .more-abt-links.white a {line-height: 54px;}

.page-template-webinar_archive .down_arrow { display: block !important; }

.date_post { display: block; width: 100%; position: relative; color: #848484; padding: 15px 0 0 0; font-size: 18px; }
.caption-text .date_post { color: #ffffff; padding: 0 0 15px; }


.related-blog-sec { position: relative;width: 100%;padding: 50px 0 60px; }
.related-blog-sec .container .section-title { margin-bottom: 0 !important;text-align: left; }
.related-blog-sec .container .section-title h2 {text-align: left; }
.related-blog-sec .row { margin-top: 40px; }
.related-blog-sec .row div[class*="col-"] { margin-bottom: 40px; }
.related-blog-sec .learn-box .learn-box_inner { padding: 28px 20px 65px; }
.related-blog-sec .learn-box .learn-box_inner h4 { font-size: 22px;line-height: 26px; }
.related-blog-sec .learn-box .learn-box_inner p { font-size: 18px;line-height: 24px; }
.opmaat-services-box .box-icon img{width: 100%;}

.form_security_sec { width: 100%; position: relative; margin-top: -370px; }
.details-page-colum.form_security_parent { margin-top: 290px; }
.form_security_sec .security_form_inner { width: 100%; position: relative; -webkit-box-shadow: 3.5px 3.5px 15px 0 rgba(0, 0, 0, 0.2); -moz-box-shadow: 3.5px 3.5px 15px 0 rgba(0, 0, 0, 0.2); -ms-box-shadow: 3.5px 3.5px 15px 0 rgba(0, 0, 0, 0.2); box-shadow: 3.5px 3.5px 15px 0 rgba(0, 0, 0, 0.2); background-color: #fff; }
.security_form_row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; }
.security_form_row .security_form_image { width: 348px; position: relative; min-height: 588px; }
.security_form_row .security_form_image img { width: 100%; height: 100%; object-fit: cover; }
.security_form_row .security_form_image:after { position: absolute; left: 0px; bottom: 0px; width: 100%; height: 100%; background: url(../images/security_form_img_shap.svg) no-repeat left bottom; background-size: 100% auto; content: ''; mix-blend-mode: multiply; -webkit-mix-blend-mode: multiply; z-index: 5; }
.security_form_right { width: calc(100% - 348px); padding: 50px 76px 49px 88px; }
.security_form_right .security_form_heading { width: 100%; position: relative; }
.security_form_right .security_form_heading h2 {padding: 0 0 23px 0; font-size: 48px; color: #000; font-family: 'AvenirLTStd-Black'; text-transform: uppercase; line-height: 1; }
.security_form_right .security_form_heading p { font-family: 'SegoeUI'; font-size: 20px; line-height: 1.4; color: #000; }
.security_form_blk { width: 100%; position: relative; padding: 41px 0 0 0; }
.security_form_blk .wpforms-container { width: 100%; position: relative; margin: 0; }
.security_form_blk .wpforms-container .security_input_field { padding: 9px 0 !important; }
.security_form_blk .wpforms-container .security_input_field input { border: none !important; border-bottom: solid 1px #c5c5c5 !important; padding: 0 0 29px 0 !important; height: 55px !important; border-radius: 0 !important; font-size: 20px !important; font-family: 'SegoeUI'; }

.security_form_blk .wpforms-container .security_input_field ::-webkit-input-placeholder { color:#000000 !important; opacity: 0.5; }
.security_form_blk .wpforms-container .security_input_field :-moz-placeholder {  opacity: 0.5; color: #000000 !important; }
.security_form_blk .wpforms-container .security_input_field ::-moz-placeholder {  opacity: 0.5; color: #000000 !important; }
.security_form_blk .wpforms-container .security_input_field :-ms-input-placeholder { opacity: 0.5; color: #000000 !important; }
.security_form_blk .wpforms-container .wpforms-recaptcha-container { display: none !important; }
.security_form_blk div.wpforms-container-full .wpforms-form .wpforms-submit-container { padding: 43px 0 0 0; }
.security_form_blk div.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit { padding: 0 38px 3px; height: 51px;  border: #000002 solid 2px; text-transform: uppercase; font-size: 20px; font-family: 'AvenirLTStd-Black'; background: #fff; color: #000; }
.security_form_blk div.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit:after { content: "\f105"; display: inline-block; font: normal normal normal 14px / 1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 25px; margin: 0 0 0 6px; line-height: inherit; }
.security_form_blk div.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit:hover { background-color: #000; color: #fff; }
.applies_blk .applies_data .case_btn a:hover{color:#fff; background:#000; }
.applies_blk .applies_data .case_btn a i.fa{ line-height:46px; padding:0 0 0 8px; font-size:26px;  }
.form_security_sec .container { padding-bottom: 143px; }





/* Landing page Start */
.page-template-landing header#header { display: none !important; }
#wpadminbar { display: none !important; }
@media (min-width: 1230px){
	.page-template-landing .container { width: 1102px;max-width: 1102px; }
}

.lendin_header.fixed-header { box-shadow:rgba(0,0,0,0.20) 3px 0 12px; }
.page-template-landing footer.footer { display: none !important; }
.page-template-landing .main_wapper { padding-top: 153px; }
.lendin_header { position: fixed; top: 0; left: 0; width: 100%; background-color: #fff; z-index: 100;background: #fff; -webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out; }
.lendin_header .lending_header_top { width: 100%;position: relative; background-color: #000000; }
.lendin_header .lending_header_top .lending_header_top_inner { width: 100%; position: relative; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; min-height: 41px; padding: 8px 0; }
.lendin_header .lending_header_top .lending_header_top_right ,
.lendin_header .lending_header_top .lending_header_top_left { color: #fff; font-family: 'SpaceGrotesk-Regular'; font-size: 16px; line-height: 1.5; letter-spacing: 0.02em; }
.lendin_header .lending_header_top .lending_header_top_right a ,
.lendin_header .lending_header_top .lending_header_top_left a { color: #fff; }
.lendin_header .lending_header_top .lending_header_top_right a:hover ,
.lendin_header .lending_header_top .lending_header_top_left a:hover { opacity: 0.5; }
.lending_header_main { width: 100%; position: relative; }
.lending_header_main_inner { width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: flex-end; padding: 27px 0 24px; }
.lending_header_main_inner .logo { display: -ms-flexbox; display: flex; }
.lending_header_main_inner a { display: -ms-flexbox; display: flex; }
.lending_header_main_inner a img { height: 61px; width: auto; }

.landing_wrap { width: 100%; position: relative; }
.landing_banner_main { width: 100%; position: relative; padding: 0 23px; }
.landing_banner { width: 100%; position: relative; min-height: 834px; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; align-content: center; justify-content: center; }
.landing_banner .landing_banner_img { width: 100%; position: absolute; top: 0; left: 0; height: 100%; }
.landing_banner .landing_banner_img img { width: 100%; height: 100%; object-fit: cover; }
.landing_banner_content { padding: 80px 0; }
.landing_banner_txt { width: 100%; position: relative; max-width: 920px; }
.landing_banner_txt h1 { font-family: 'SpaceGrotesk-Bold'; font-size: 75px; line-height: 1.0666667; color: #fff; letter-spacing: 0.02em; padding: 0 0 27px 0; }
.landing_banner_txt h1 span { color: #AA3CF5; }
.landing_banner_txt p { font-family: 'SpaceGrotesk-Regular'; font-size: 28px; letter-spacing: 0.02em; line-height: 1.25; color: #fff; max-width: 650px; }
.banner_bottom_logo { position: absolute; bottom: 0; right: 82px; }
.banner_bottom_logo a { font-size: 0; line-height: normal; display: inline-block; vertical-align: top; }
.banner_bottom_logo img { width: 136px; height: auto; }

.landing_after_banner_sec { width: 100%; position: relative; padding: 114px 0; }
.landing_after_banner_sec .landing_after_banner_inner { width: 100%; position: relative; max-width: 890px; margin: 0 auto; text-align: center; }
.landing_wrap h2 { font-family: 'SpaceGrotesk-Bold'; font-size: 40px; line-height: 1.25; color: #000000; letter-spacing: 0.02em; }
.landing_wrap h2 span { color: #AA3CF5; }
.landing_wrap h6 { font-family: 'SpaceGrotesk-Bold'; font-size: 18px; letter-spacing: 0.02em; line-height: 1.6666667; color: #000000; }
.landing_wrap p { font-family: 'SpaceGrotesk-Regular'; font-size: 16px; letter-spacing: 0.02em; line-height: 1.875; color: #000000; }
.landing_wrap p + p { padding-top: 24px; }
.landing_after_banner_inner h2 { padding: 0 0 37px 0; }
.landing_after_banner_inner h6 { padding: 0 0 12px 0; }
.landing_after_banner_content { max-width: 624px; margin: 0 auto; }
.specialization_landing_sec { width: 100%; position: relative; padding: 164px 0 332px; background-color: #F2F2F2; }
.specialization_landing_inner { text-align: center; }
.specialization_landing_inner + .specialization_landing_inner { padding-top: 129px; }
.specialization_landing_inner_1 { max-width: 842px; margin: 0 auto; }
.specialization_landing_inner_1 h2 { padding: 0 0 27px 0; }
.specialization_landing_inner_1 h6 { padding: 0 0 16px 0; }
.specialization_landing_inner_2 { max-width: 920px; margin: 0 auto; }
.specialization_landing_inner_2 h2 { padding: 0 0 33px 0; }
.specialization_landing_inner_2 h6 { padding: 0 0 15px 0; }

.landing_footer { width: 100%; position: relative; background-color: #000000; display: -ms-flexbox; display: flex; justify-content: center; }
.landing_footer_top { width: 100%; position: relative; margin: -227px 0 0 0; background-color: #fff; }
.landing_footer_top_row { width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.landing_footer_top_row .landing_footer_top_img { width: 53.359%; min-height: 454px; background-position: center center; background-repeat: no-repeat; background-size: cover; display: -ms-flexbox; display: flex; align-items: center; align-content: center; justify-content: center; padding: 40px; }
.landing_footer_top_row .landing_footer_top_img_main { width: 100%; position: relative; text-align: center; }
.landing_footer_top_row .landing_footer_top_img_main img { width: auto; height: auto; margin: 0 auto; max-width: 100%; max-height: 100%; }
.landing_footer_top_row .landing_footer_top_dtl { width: calc(100% - 53.359%); padding: 40px 60px 40px 48px; text-align: right; align-self: center; }
.landing_footer_top_dtl h2 { font-family: 'SpaceGrotesk-Bold'; font-size: 40px; line-height: 1.25; color: #000000; letter-spacing: 0.02em; padding: 0 0 26px 0; }
.landing_footer_top_dtl h2 span { color: #AA3CF5; }
.landing_footer_top_dtl h6 { font-family: 'SpaceGrotesk-Bold'; font-size: 18px; letter-spacing: 0.02em; line-height: 1.6666667; color: #000000; }
.landing_footer_top_dtl p { font-family: 'SpaceGrotesk-Regular'; font-size: 16px; letter-spacing: 0.02em; line-height: 1.875; color: #000000; }
.landing_footer_top_dtl p + p { padding-top: 24px; }

.landing_footer_center { width: 100%; position: relative; padding: 127px 0 36px; }
.landing_footer_center_inner { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; align-items: center; align-content: center; }
.landing_footer_center_inner .f_logo { display: -ms-flexbox; display: flex; }
.landing_footer_center_inner .f_logo a { display: -ms-flexbox; display: flex; }
.landing_footer_center_inner .f_logo a img { width: 242px; height: auto; }
.landing_footer_center_inner .f_landing_contact { margin-left: auto; }
.landing_footer_center_inner .f_landing_contact .f_contact_row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; row-gap: 10px; }
.landing_footer_center_inner .f_landing_contact .f_contact_row .f_contact { display: -ms-flexbox; display: flex; align-items: center; align-content: center; }
.landing_footer_center_inner .f_landing_contact .f_contact_row .f_contact a { color: #fff; }
.landing_footer_center_inner .f_landing_contact .f_contact_row .f_contact a:hover { color: #fff; opacity: 0.5; }
.landing_footer_center_inner .f_landing_contact .f_contact_row .f_contact:before,
.landing_footer_center_inner .f_landing_contact .f_contact_row .f_contact { font-family: 'SpaceGrotesk-Regular'; font-size: 28px; letter-spacing: 0.02em; line-height: 1.25; color: #fff; }
.landing_footer_center_inner .f_landing_contact .f_contact_row .f_contact + .f_contact:before { content: '|'; display: -ms-flexbox; display: flex; align-items: center; align-content: center; padding: 0 30px 0 27px; }
.landing_footer_bottom { width: 100%; position: relative; padding: 19px 0 16px; border-top: solid 1px #fff; }
.landing_footer_bottom p { font-family: 'SpaceGrotesk-Regular'; font-size: 16px; line-height: 1.25; letter-spacing: 0.02em; color: #fff; }
.landing_footer_bottom p strong { font-weight: normal; font-family: 'SpaceGrotesk-Bold'; }
.landing_footer_bottom p a { color: #fff; }
.landing_footer_bottom p a:hover { color: #fff; opacity: 0.5; }
/* Landing page End */



