@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'montserratregular';
    font-size: 1.8rem;
    color: #fff;
	background-color: #fff;
}
html {
    font-size: 62.5%;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/**************************index*******************************/
/***************header***************/
.header-area {
    position: fixed;
    height: auto;
    padding: 20px 0;
    z-index: 111;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: linear-gradient(175deg, rgba(35, 31, 32, 0.17) 3.98%, rgba(35, 31, 32, 0.02) 96.02%);
    backdrop-filter: blur(10px);
}
.header-area .navbar-brand img {
    width: 213px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;   
}
.menu-items a{
	font-size: 1.6rem;
	letter-spacing: normal;
	text-transform: none;
    margin: 0;
    /* text-transform: capitalize; */
}
.menu-items a:hover {
	color: #ffffff;
    text-decoration: underline;
}
.menu-icon{
    margin-left: 0;
    margin-top: -4px;
	width: 40px;
}
.menu-icon:after, .menu-icon:before, .menu-icon div {
    height: 3px;
}
.menu-icon:after, .menu-icon:before{
    width: 35px;
    margin-left: auto;
    margin-right: 0;
}
.menu-icon.active:after {
	transform: translateY(-7px) rotate(-135deg);
}
.menu-icon.active {
    width: 3.7rem;
}
.menu-items ul{
    text-align: left;
}
.header-area .nav_menu_right_part{
    position: relative;
    right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin: 0;
}
.header_inner{
    padding: 0;
}
.nav_menu_right_part.active a.menu-word{
    opacity: 0;
}
.menu-navigation {
    padding: 15rem 3rem 3rem;
}
.menu-items {
    background-color: #171717;
}
.menu-items.active{
	width: 31rem;
}
.desktop_menu ul{
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0;
    margin: 0;
    list-style: none;
    column-gap: 28px;
}
.desktop_menu a{
    font-family: 'montserratmedium';
    line-height: normal;
    font-size: 1.6rem;
    position: relative;
}
.desktop_menu a::after{
    position: absolute;
    left: 0;
    top: -40px;
    content: '';
    height: 3px;
    width: 0%;
    background-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.stiky .desktop_menu a::after {
    top: -20px;
}
.desktop_menu a:hover::after{
    width: 100%;
}
/* .desktop_menu .common_btn{
    border-color: #fff;
} */
.desktop_menu .common_btn:hover{
    border-color: #1A4375;
}
.inner_header_logo{
    display: none;
}
.stiky .header_logo{
    display: none;
}
.stiky .inner_header_logo{
    display: block;
}
.stiky{
    background: #fff;
    padding: 0;
    backdrop-filter: unset;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1);
}
.stiky .navbar-brand img{
    transform: scale(.9);
}

.inner-header .desktop_menu a,
.stiky .desktop_menu a{
    color: #231F20;
}
.inner-header .desktop_menu a::after,
.stiky .desktop_menu a::after{
    background-color: #1A4375;
}
.stiky .desktop_menu a:not(.common_btn):hover{
    color: #1A4375;
}
.inner-header .desktop_menu .common_btn,
.stiky .desktop_menu .common_btn{
    background-color: #1A4375;
    color: #ffff;
}
.stiky .desktop_menu .common_btn:hover {
    background-color: #fff;
}
.menu-navigation ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
/* =========== index ============== */

/* ===== banner ==== */
.banner-video,
.each-banner {
	height: 850px;
}
.banner-video video {
	height: 100%;
	display: block;
	object-fit: cover;
}
.home_banner {
	position: relative;
}
.home_banner_content {
	position: absolute;
	left: 50%;
	bottom: 66px;
	transform: translateX(-50%);
	z-index: 2;
	width: 100%;
}
.home_banner_content p{
    color: rgba(255, 255, 255, 0.6);
}
.home_banner_content h1 {
	margin-bottom: 24px;
    max-width: 1100px;
}
.home_banner_content ul{
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    column-gap: 10px;
    margin-top: 96px;
}
.home_banner_content .sliding_text span{
    color: #fff;
}
/* ========= home_top ======= */
.home_top{
    padding: 115px 0 0;
}
.home_heading{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}
.home_heading h2{
    margin-bottom: 30px;
}
.home_top .common_btn{
    margin-top: 36px;
}
.each_home-product{
    padding: 40px 26px 35px;
    height: 100%;
    border: 2px solid rgba(35, 31, 32, 0.07);
    background: #FCFCFC;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
    transition: all 0.5s;
}
.home-product .col-xl-4:first-child{
    border-left: 1.5px solid ;
}
.home-product .col-xl-4{
    height: auto;
    border-width: 1.5px;
    border-style: solid;
    border-image: linear-gradient(rgba(35, 31, 32, 0), rgba(181, 181, 181, 1)) 10;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    padding-bottom: 114px;
}
.each_home-product-top{
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 34px;
}
.product_heading p{
    font-family: 'montserratmedium';
    color: #231F20;
}
.product_logo{
    height: 74px;
    width: 74px;
    background-color: #D4D4D4;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.product_logo img{
    width: 41px;
}
.each_home-product-mid h3{
    margin-bottom: 14px;
    height: 2lh;
}
.each_home-product-mid p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3lh;
}
.each_home-product-btm table{
    width: 100%;
    margin-top: 34px;
}
.each_home-product-btm tr{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.each_home-product-btm td{
    color: rgba(35, 31, 32, 0.50);
    font-size: 16px;
    /* text-transform: capitalize; */
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.each_home-product-btm td img{
    width: 16px;
}
.home-product_wrap {
    /* padding-bottom: 114px; */
}
.service_bg{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    pointer-events: none;
}
.service_bg img{
    width:861.59px;
    right: 0;
}
.each_home-product:hover{
    border: 2px solid #1A4375;
    background: #FCFCFC;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
}
.home-filter{
    padding:74px 0 ;
}
.home-filter .row{
    justify-content: space-between;
    align-items: end;
}
.home-filter .col-4 {
    width: 18%;
}
.home-filter .col-5 {
    width: 30%;
}
.home-filter .filter-btn {
    width: 12%;
}
.home-filter .select-style {
    background: url(../images/down-arrow.svg) no-repeat 96% center / 15px;
    appearance: none;
    padding-left: 0;
}
.form-styl {
    resize: none;
    border: 0;
    border-bottom: 1.5px solid rgba(35, 31, 32, 0.50);
    color: rgba(35, 31, 32, 0.60);
    font-size: 1.8rem;
    padding: 1rem 2rem;
    letter-spacing: normal;
    line-height: 24px;
    border-radius: 0;
    outline: 0;
    background-color: transparent;
}
.form-styl:placeholder {
	color: rgba(35, 31, 32, 0.60);
	border-color: rgba(0, 0, 0, 0.35);
}
.form-styl:-ms-input-placeholder {
	color: rgba(35, 31, 32, 0.60);
}
.form-styl::placeholder {
	color: rgba(35, 31, 32, 0.60);
}
.form-styl:focus {
    background-color:transparent;
}
.home-filter .select-style.select-style-selected,
.form-styl:focus {
    box-shadow: none;
	border-color: #1A4375;
    color: #231F20;
}
.home-filter .select-style.select-style-selected,
.form-styl:focus::placeholder{
    color: #231F20;
}
.search_field{
    position: relative;
}
.search_field .form-styl{
    padding-left: 40px;
}
.search_field::before{
    position: absolute;
    left: 0;
    top: 50%;
    height: 25px;
    width: 25px;
    content: "";
    background-image: url(../images/search.svg);
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    opacity: .5;
}
.home-filter .select-style.select-style-selected,
.home-filter .select-style:focus{
    background-image: url(../images/balack_search.svg);
}
.search_field_focus::before{
    opacity:1;  
}
.search_field_focus .form-control{
    border-color: #1A4375;
    color:#231F20 ;
}
/* ======= service-sec ===== */
.service-sec{
    padding: 114px 0 0;
    background-color: #231F20;
    position: relative;
}
.service-sec::after{
    position: absolute;
    right: 0;
    top: 0;
}
.service-sec .home_heading{
    text-align: left;
    margin-left: 0;
    max-width: 704px;
}
.service-sec .home_heading p{
    color: rgba(255, 255, 255, 0.60);
}
.service-sec .home_heading h2{
    color:#fff;
}
.service-sec .home_heading .common_btn{
    margin-top: 47px;
}
.each_service_img{
    height: 617px;
    position: relative;
    overflow: hidden;
}
.service_content {
    padding: 45px;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    transform: translateY(60%);
    transition: all .5s;
    -webkit-transition: all .5s;
}
.service_content strong{
    font-weight: normal;
    display: block;
    margin-bottom: 17px;
}
.each_service{
    border-width: 1.5px;
    border-style: solid;
    padding-top: 140px;
    margin-top: 30px;
    border-image: linear-gradient( rgba(35, 31, 32, 0) ,rgba(181, 181, 181, 1)) 10;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
}
.each_service_img::before,
.each_service_img::after{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background: linear-gradient(180deg, #231F20 0.02%, rgba(35, 31, 32, 0.00) 153.92%);
    content: "";
    z-index: 2;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.each_service_img::before{
    height: 100%;
    background: #231F20;
    opacity: 1;
}
.service_content h2{
    font-family: 'montserratregular';
    line-height: normal;
    color: rgba(133, 133, 133, 1);
    margin-bottom: 28px;
    font-size: 3.6rem;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.service_content p{
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .3s;
}
.each_service_img a{
    display: block;
    height: 100%;
    object-fit: cover;
}
.each_service a:hover .service_content{
    transform: translateY(30%);
}
.each_service a:hover .service_content p{
    -webkit-line-clamp: 4;
    opacity: 1;
}
.each_service a:hover .each_service_img::after{
    height: 100%;
    opacity: 1;
}
.each_service .each_service_img{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each_service a:hover .each_service_img::before{
    opacity: 0;
}
.each_service a:hover h2{
    color: #fff;
}
.service-sec-img .swiper-slide-active .each_service{
    border-left: 1.5px solid;
}
/* ======= home-mid ==== */
.home-mid{
    overflow: hidden;
    padding: 115px 0;
}
.home-mid-bg{
    position: absolute;
    left: -35%;
    top: 0;
    /* z-index: 5; */
    z-index: -1;
    pointer-events: none;
    width:100%;
    height: 100%;
}
.home-mid-bg img{
    width:100%;
    height: 100%;
}
.home-mid-content{
    padding-left: 30%;
    margin-top: 115px;
}
.home-mid-text{
    /* padding-left: 6.6%; */
    padding-left: 54px;
    position: relative;
    z-index: 2;
}
.home-mid-text p{
    margin: 36px 0 ;
}
.home-mid::before{
    top: -15%;
}
.each-counter{
    display: flex;
    align-items:flex-start;
    column-gap: 26px;
    justify-content: center;
}
.counter_logo img{
    width: 61px;
}
.counter-sec{
    margin-top: 80px;
}
.counter_content h3{
    margin-bottom: 7px;
    font-family: 'montserratmedium';
}
/* ==== review ===== */
.google-review{
    background-color: #231F20;
    padding: 115px 0;
}
/* ========= footer ======= */
.footer-area{
    background-color: #231F20;
}
.each_footer_menu h3{
    color: #fff;
    font-family: 'montserratmedium';
    margin-bottom: 15px;
    letter-spacing: 1.6px;
}
.each_footer_menu td,
.each_footer_menu a{
    color: rgba(255, 255, 255, 0.60);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each_footer_menu a:hover:not(.common_btn){
    color: #1A4375;
}
.each_footer_menu:has(table){
    max-width: max-content;
    margin-left:auto ;
    margin-right: auto;
}
.each_footer_menu table{
    width: 100%;
}
.each_footer_menu tr td:nth-child(even){
    padding-left: 10px;
}
.footer_social ul{
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    column-gap: 15px;
    align-items: center;
}
.footer_social a{
    height: 52px;
    width: 52px;
    background-color: rgba(217, 217, 217, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer_logo img{
    width: 208px;
}
.footer_social a:hover{
    background-color: #1A4375;
}
.footer_social a img{
    width: 24px;
}
.footer_logo{
    text-align: right;
}
.footer_logo .common_btn{
    margin-top: 28px;
}
.footer-area-mid{
    margin-top: 100px;
}
.footer-menu ul{
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: end;
    align-items: center;
    list-style: none;
    column-gap: 28px;
}
.footer-menu a{
    font-family: 'montserratmedium';
    font-size: 1.6rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-menu a:hover{
    color: #1A4375;
}
.footer-area-btm{
    border-top: 1px solid #858585;
    margin-top: 10px;
}
.footer-area-btm h5:last-child{
    display: none;
}
.footer-area-btm h5{
    color: #2B2728;
    font-family: 'montserratextrabold';
    font-size: 7.5vw;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    padding: 60px  0;
}

/* ==================== Vacature_list ============= */
.inner-banner{
    position: relative;
}
.inner-banner p{
    max-width: 742px;
    margin-bottom: 10px;
}
.vacature_filte{
    background-color: #231F20;
}
.vacature_filte .home-filter {
    padding: 60px 0;
}
.vacature_filte .form-styl{
    color: rgba(255, 255, 255, 0.60);
    border-color: rgba(255, 255, 255, 0.5);
}

.vacature_filte .search_field_focus .form-styl::placeholder,
.vacature_filte .search_field_focus{
    color: #FFFFFF;
}
.vacature_filte .home-filter .select-style.select-style-selected{
    color: #fff;
    background-image: url(../images/white_doun-arrow.svg);
}
.vacature_filte .form-styl::placeholder{
    color: rgba(255, 255, 255, 0.6);
}
.vacature_filte .search_field_focus .form-control{
    color: #fff;
    border-color: #1A4375;
}
.vacature_filte .select-style{
    background-color: #231F20;
    background-image: url(../images/gray-down-arrow.svg);
}
.vacature_filte .home-filter .search_field::before{
    background-image: url(../images/gray_search.svg);
}
.vacature_filte .home-filter .search_field_focus::before{
    filter:  brightness(0) invert(1);
}
.vacature_filte .vacature_filte .form-styl.search_field_focus{
    background-color: transparent;
}
.reset_all_filter {
    font-size: 1.6rem;
    margin-top: 20px;
}
.reset_all_filter img {
    width: 13px;
}
.reset_all_filter:hover {
    opacity: 0.5;
}
/* ============ download ========== */
/* .download_top ul{
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: space-between;
    column-gap: 10px;
    margin-bottom: 0;
    margin-top: 36px;
}
.download_top .common_btn{
    padding-left:28px;
    padding-right: 28px;
}
.download_mid{
    margin: 80px 0 115px;
} */
/* / ============ download ==========  / */
.download_top ul{
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: space-between;
    column-gap: 10px;
    margin-bottom: 0;
    margin-top: 36px;
}
.download_top .common_btn{
    padding-left:28px;
    padding-right: 28px;
}
.download_mid{
    margin: 80px 0 115px;
}
/***download-pop-up***/
.tab-popup {
    position: fixed;
    /* top: 167px; */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.tab-popup-content-wrap{
    overflow-x: hidden;
    overflow-y: scroll;
}
.popup-opacity{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(35, 31, 32, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    background: #fff;
    position: relative;
    z-index: 101;
    max-width: 64%;
    margin: auto auto;
    padding: 0 58px;
    width: 100%;
    height: 84vh;
}
.popup-cross{
    background: #1A4375;
    width: 53px;
    height: 53px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: -24px;
    right: -24px;
    border-radius: 100%;
    cursor: pointer;
}
.tab-popup-content {
    overflow: scroll;
    padding-bottom: 40px;
}
.tab-popup-content .form-main-area{
    padding-left: 0;
}
.popup-cross img{
    width: 24px;
}
.tab-popup-area h2 {
    padding-top: 40px;
    margin-bottom: 14px;
    text-align: center;
}
.tab-popup-area p{
    padding-bottom: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.show-popup{
    display: none;
}
.show-popup .form-btn .common_btn {
    padding: 16px 28px;
}
/* ========= overons ====== */
.overons-mid {
    background-color: #231F20;
    padding-bottom: 50px;
    padding-top: 80px;
}
.overons-mid::before{
    top: 0;
}
.overons-mid .container{
    display: flex;
    flex-direction: column-reverse;
}
.overons-mid .counter-sec{
    margin-top: 0;
    margin-bottom: 32px;
}
.overons-mid .counter_logo img{
    filter: brightness(0) invert(1);
}
.overons-mid .counter_content h3{
    color: #FFF;
}
.overons-mid .counter_content p{
    color: rgba(255, 255, 255, 0.6);
}
.overons-mid .home-mid-text h2{
    color: #FFF;
}
.overons-mid .home-mid-text p{
    color: rgba(255, 255, 255, 0.60);
}
.overons-mid .home-mid-content .row {
    padding-top: 48px;
    padding-bottom:48px;
    position: relative;
    z-index: 99;
    padding-right: 10%;
}
.overons-mid .home-mid-img{
    padding-right:4% ;
}
.overons-btm {
    padding: 85px 0 115px;
}
.overons-btm .home_heading h2 {
    margin-bottom: 15px;
}
.overons-btm::before{
    background-image: linear-gradient(to right,  rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 1px, transparent 1px, transparent 100%), 
    linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 1px,transparent 1px,transparent 100% );
    mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
}
.overons-btm-content{
    margin-top: 115px;
}
.overons-btm-content .left-block {
    padding-left: 100px;
}
.overons-btm-content .right-block {
    padding-left: 100px;
}
.overons-btm .home_heading{
    max-width: 650px;
}
.overons-btm-content ul{
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    max-width: 504px;
}
.overons-btm-content li{
    color: rgba(35, 31, 32, 0.60);
    background: url(../images/over-btm-list.svg) no-repeat left 4px; 
    padding-left: 30px;
    margin: 0;
    background-size: 18px;
    line-height: 26px;
    margin-top: 10px;
}
.vacature-dtl-right li{
    color: rgba(35, 31, 32, 0.60);
    background: url(../images/over-btm-list.svg) no-repeat left 4px; 
    padding-left: 30px;
    margin: 0;
    background-size: 18px;
    line-height: 26px;
    margin-top: 10px;
}
.vacature-dtl-right ul{
    list-style: none;
    padding-left: 0;
}
.vacature-dtl-right .second-block h2{
    margin: 53px 0 35px;
}
.team-slider {
    padding-bottom: 115px;
}
.team-slider .swiper-button-next{
    right: -38px;
}
.team-slider .swiper-button-prev{
    left: -38px;
}
.each-member-slide {
    position: relative;
    overflow: hidden;
}
.each-member-slide img{
    transition: all 0.5s;
    -webkit-animation: all 0.5s;
    filter: grayscale(1);
}
.each-member-slide:hover img {
    filter: grayscale(0);
}
.each-member-slide-content{
    position: absolute;
    left: 50%;
    bottom: 26px;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.5s;
    -webkit-animation: all 0.5s;
}
.each-member-slide-content h3{
    color: #fff;
    font-family: 'montserratmedium';
    letter-spacing: 1.68px;
}
.each-member-slide-content p{
    color: rgba(255, 255, 255, 0.60);
    /* text-transform: capitalize; */
    line-height: 30px;
}
.each-member-slide:hover .each-member-slide-content{
    opacity: 1;
}
.each-member-slide:hover img{
    transform: scale(1.1)
}
.team-slider .swiper{
    margin-top: 53px;
}
/* ======= experties-dtl ====== */
.inner-header{
    backdrop-filter:unset;
    background: #fff;
}
.inner-header .header_logo{
    display: none;
}
.inner-header .inner_header_logo{
    display: block;
}
.inner-main{
    margin-top: 130px;

}
.expertise_back .back-btn-area{
    bottom: -100px;
    position: relative;
    z-index: 101;
}
.expertise_detail_top{
    margin-top:50px;
    position: relative;
}
.expertise_back .txt-btn{
    border-color: #1A4375;
    color: #231F20;
}
.expertise_back .txt-btn::after{
    filter: brightness(1) invert(1);
}
/* .expertise_back .sliding_text span::after{
    filter: brightness(1) invert(1);
} */
.expertise_back .txt-btn .sliding_text {
    color: #fff;
}
.expertise_detail_to_left{
    padding-top: 110px;
    padding-right: 16px;
}
.expertise_detail_to_left h2{
    margin-bottom: 33px;
}
.expertise_detail_top_right{
    padding-left:7%;
    max-width: 557px;
}
.expertise_detail_top .row{
    position: relative;
    z-index: 100;
}
.expertise_detail_mid_right{ 
    max-width: 560px;
    padding-left: 30px;
}
.expertise_detail_mid_right h2{
    margin-bottom: 33px;
}
.expertise_detail_mid{
    padding-top:80px;
    padding-bottom: 115px;
}
.expertise_detail_mid::before{
    z-index: -1;
}
.expertise_detail_mid_left{
    padding-right:7%;
}
.expertise_detail_top_bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    pointer-events: none;
}
.expertise_detail_top_bg img{
    width: 600px;
    height: 100%;
    object-fit: cover;
}
.expertise-dtl-slider-sec .swiper{
    padding-right: 5px;
}
.expertise-dtl-slider-sec .swiper-wrapper{
    height: auto;
    padding: 0 3px;
}
.expertise-dtl-slider-sec .swiper-backface-hidden .swiper-slide{
    height: auto;
    border-width: 1.5px;
    border-style: solid;
    border-image: linear-gradient(rgba(35, 31, 32, 0), rgba(181, 181, 181, 1)) 10;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    padding: 0 12px 150px; 
}
.expertise-dtl-slider-sec .swiper-slide-active {
    border-left: 1.5px solid !important;
}               
.expertise-dtl-slider-sec .each-expertise-list-area .common_btn{
    left: 20px;
}
.expertise-dtl-slider-sec.expertise-list-sec{
    padding-bottom: 0;
}


/* %%%%%%%%%%%%%%%%%%%%%%%  */

/* %%%%%%%%%%%%%%%%%%%%%%%  */
/* / ==================== Vacature_detail ============= / */
/***vacature-dtl-banner***/
.vacature-dtl-banner .home_banner_content {
    top: 28%;
    bottom: 0;
}
.vacature-dtl-banner .home_banner_content h1 {
    margin-top: 24px;
    margin-bottom: 0;
}
 /***back-btn***/
.txt-btn {
    position: relative;
    display: inline-flex;
    border: 1px solid #fff;
    color: #fff;
    padding: 14px 49px;
    border-radius: 100px;
    font-size: 1.6rem;
    font-family: 'montserratmedium';
    line-height: normal;
    transition: .6s cubic-bezier(.645, .045, .355, 1);
    align-items: center;
    z-index: 2;
    overflow: hidden;
    padding-right: 29px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.txt-btn .sliding_text span{
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.sliding_text span::after{
	content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url(../images/txt-arrw.svg);
    background-size: 10px;
    background-position: center center;
    background-repeat: no-repeat;
}
.txt-btn::after {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
    left: 27px;
    transform: translateY(-50%);
    background-image: url(../images/txt-arrw.svg);
    background-size: 10px;
    background-position: center center;
    background-repeat: no-repeat;
}
.txt-btn:hover {
    background-color: #1A4375;
    border-color: #1A4375;
}
.txt-btn:hover::after{
	opacity: 0;
}
/***vacature-dtl-sec***/
.vacature-dtl-sec {
    position: relative;
    z-index: 2;
    margin-top: -387px;
}
/* .vacature-dtl-area .row {
    align-items: center;
} */
.vacature-dtl-area .col-lg-5 {
    width: 44%;
}
.vacature-dtl-area .col-lg-7 {
    width: 56%;
}
.vacature-dtl-left {
    background: #0F0F0F;
    padding: 97px 77px 95px;
    height: 100%;
}
.vacature-dtl-left h2 {
    color: #FFFFFF;
    margin-bottom: 32px;
}
.vacature-dtl-left ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    column-gap: 6px;
}
.vacature-dtl-left li {
    line-height: normal;
    /* text-transform: capitalize; */
    width: 49%;
    margin-bottom: 25px;
}
.vacature-dtl-left li:nth-last-child(2),
.vacature-dtl-left li:last-child{
    margin-bottom: 0;
}
.vacature-dtl-left li:nth-child(even) {
    color: rgba(255, 255, 255, 0.50);
}
.vacature-dtl-right {
    background: #FCFCFC;
    padding: 104px 108px 95px;
    height: 100%;
}
.vacature-dtl-right p {
    margin: 27px 0 35px;
}
/***vacature-dtl-mid-sec***/
.vacature-dtl-mid-sec {
    padding: 169px 0 148px;
}
.vacature-dtl-mid-sec.border_box::before{
    background-image: 
		linear-gradient(to right, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 3px, transparent 3px, transparent 100%),
		linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 3px, transparent 3px, transparent 100%);
    opacity: 0.3;
}
.vacature-dtl-mid-area {
    padding: 0 66px;
}
.vacature-dtl-mid-area h2 {
    margin-bottom: 20px;
}
.vacature-dtl-mid-area ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.vacature-dtl-mid-area li {
    position: relative;
    line-height: 26px;
    color: rgba(35, 31, 32, 0.60);
    padding-left: 31px;
    margin-bottom: 11px;
}
.vacature-dtl-mid-area li::after {
    /* position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    content: "";
    background-image: url(../images/tick.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    border: 1.5px solid #1A4375;
    border-radius: 18px;
    background-position: center; */
    position: absolute;
    left: 0;
    top: 3px;
    width: 22px;
    height: 22px;
    content: "";
    background-image: url(../images/tick.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    border: 2px solid #1A4375;
    border-radius: 18px;
    background-position: center;
}
.vacature-dtl-mid-left,
.vacature-dtl-mid-right {
    width: 100%;
    max-width: 536px;
}
/***form-sec***/
.form-sec {
    background: #231F20;
    padding: 131px 0 100px;
}
.form-left {
    padding-right: 88px;
}
.form-left h2 {
    color: #fff;
}
.form-left p {
    color: rgba(255, 255, 255, 0.60);
    margin: 26px 0 37px;
}
.form-contact-dtl ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
}
.form-contact-dtl ul::after{
    position: absolute;
    left: 7px;
    top: 4px;
    content: "";
    width: 1.5px;
    height: 100%;
    background-color: #fff;
}
.form-contact-dtl li {
    position: relative;
    padding-left: 33px;
    margin-bottom: 54px;
}
.form-contact-dtl li:last-child{
    margin-bottom: 0;
}
.form-contact-dtl li::after{
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../images/form-bullet.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    z-index: 1;
}
.form-contact-dtl li a {
    color: rgba(255, 255, 255, 0.60);
    line-height: 26px;
}
.form-contact-dtl li a:hover {
    color: #1A4375;
}
.form-contact-dtl h4 {
    font-family: 'montserratmedium';
    font-size: 1.8rem;
    line-height: 26px;
    margin-bottom: 5px;
}
.form-main-area {
    padding-left: 34px;
}
.form-main-area .form-group {
    margin-bottom: 37px;
    overflow-x: hidden;
}
.form-main-area .form-styl {
    font-family: 'montserratregular';
    resize: none;
    color: #fff;
    line-height: 26px;
    padding: 11px 17px;
    border: 1.5px solid rgba(255, 255, 255, 0.40);
}
.form-main-area .form-styl:placeholder {
	color: rgba(255, 255, 255, 0.40);
}
.form-main-area .form-styl:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.40);
}
.form-main-area .form-styl::placeholder {
	color: rgba(255, 255, 255, 0.40);
}
.form-main-area .form-styl:focus {
    box-shadow: none;
    color: #fff;
    border: 1px solid #FFF;
}
.form-main-area .form-group .form-styl:focus label {
    color: #fff;
}
.form-main-area .common-btn.color-btn{
    margin-top: 6px;
}
.form-group textarea.form-styl {
    min-height: 150px;
}
.form-right-area {
    margin-top: 2px;
	padding-left: 47px;
}
.form-area{
	position: relative;
	z-index: 1;
}
.form-main-area .row{
	margin: 0 -12px;
}
.form-main-area .col-md-6 {
    padding: 0 12px;
}
.form-main-area .col-md-12{
	padding: 0 12px;
}
.form-btn {
    margin-top: 19px;
}
.form-btn .sliding_text span{
    color: #fff;
}
.form-main-area .form-group label {
    font-family: 'montserratmedium';
    line-height: 26px;
    color: rgba(255, 255, 255, 0.50);
    margin-bottom: 5px;
}
.form-main-area .form-group label span {
    color: rgba(249, 33, 33, 0.50);
}
.form-main-area .form-group.focused label{
    color: #fff;
}
.form-main-area .form-styl.photo_upload {
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    padding: 18px 50px;
    padding-left: 45px;
    font-family: 'montserratmedium';
    line-height: normal;
    cursor: pointer;
}
.form-main-area .focused .form-styl{
    border-color: #fff;
}
.form-main-area .form-styl.photo_upload strong{
    font-weight: normal;
    color: #1A4375;
}
.form-main-area .form-styl.photo_upload::after{
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/form-pin.svg);
    background-repeat: no-repeat;
    background-size: 24px;
}
.form-main-area .form-styl.photo_upload:focus {
    box-shadow: none;
    color: #fff;
    border: 1px solid #FFF;
}
.mobile-form-contact {
    display: none;
}
.custom-input-wrapper {
    position: relative;
}
.custom-input {
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 0;
    background: transparent;
    caret-color: transparent; 
}
.blinking-cursor {
    position: absolute;
    top: 42px;
    left: 17px;
    width: 1px;
    height: 28px;
    background: #fff;
    animation: blink 1s step-end infinite;
    display: none;
}
@keyframes blink {
    50% {
        opacity: 0;
    }
}
.custom-input-wrapper.focused .blinking-cursor {
    display: block;
}
/***vacature-dtl-slider-sec***/
.vacature-dtl-slider-sec {
    padding: 121px 0 132px;
}
.vacature-dtl-slider-title h2 {
    margin-bottom: 77px;
    text-align: center;
}
.vacature-dtl-slider-sec .common_btn {
    margin-top: 36px;
}

/* / ==================== expertise-list ============= / */
/***expertise-list-banner***/
.inner-banner.expertise-list-banner p {
    max-width: 704px;
}
.inner-banner.expertise-list-banner .home_banner_content {
    bottom: 80px;
}
.inner-banner.expertise-list-banner .home_banner_content h1 {
    margin-bottom: 35px;
}
/***expertise-list-sec***/
.expertise-list-sec {
    padding: 80px 0 115px;
    position: relative;
}
.expertise-list-sec .home-mid-bg {
    left: auto;
    right: 0;
    top: 18%;
    z-index: 0;
    width: 50%;
    height: 50%;
}
.each-expertise-img {
    height: 100%;
    overflow: hidden;
}
.each-expertise-img img{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-expertise-list-area{
    height: 100%;
    position: relative;
}
.each-expertise-list-area .common_btn{
    position: absolute;
    bottom: 0;
    left: 0;
}
.each-expertise-content {
    margin-top: 33px;
}
.each-expertise-content p {
    width: 100%;
    max-width: 432px;
    margin: 20px 0 81px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.expertise-list-area .row {
    margin: 0 -11px;
    row-gap: 60px;
}
.expertise-list-area .col-lg-6 {
    padding: 0 11px;
}
.each-expertise-list {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-expertise-list:hover .each-expertise-img {
    overflow: hidden;
}
.each-expertise-list:hover .each-expertise-img img{
    transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/* / ==================== vind professionals ============= / */
/***vind-prof-mid-area***/
.vind-prof-mid-area {
    max-width: 912px;
    margin: 0 auto;
    text-align: center;
    padding: 82px 0;
}
/***vind-prof-form-sec***/
.form-sec.vind-prof-form-sec{
    background: #fff;
    padding: 7px 0 113px;
    position: relative;
}
.vind-prof-form-sec .form-bg {
    position: absolute;
    left: -33%;
    top: -50%;
    z-index: 5;
    pointer-events: none;
    width: 100%;
    height: 100%;
}
.vind-prof-form-sec .form-bg img {
    width: 100%;
    height: 100%;
}
.vind-prof-form-sec .form-left h2{
    color: #231F20;
}
.vind-prof-form-sec .form-left p{
    color: rgba(35, 31, 32, 0.60);
}
.vind-prof-form-sec .form-left {
    padding-right: 87px;
}
.vind-prof-form-sec .form-contact-dtl ul::after{
    background-color: #231F20;
}
.vind-prof-form-sec .form-contact-dtl h4 {
    color: #231F20;
}
.vind-prof-form-sec .form-contact-dtl a{
    color: rgba(35, 31, 32, 0.60);
}
.vind-prof-form-sec .form-group label{
    color: rgba(35, 31, 32, 0.50);
}
.vind-prof-form-sec .form-main-area .form-styl{
    color: #231F20;
    border-color: rgba(35, 31, 32, 0.40);
    background-color: #fff;
}
.vind-prof-form-sec .form-main-area .form-styl:placeholder {
	color: rgba(35, 31, 32, 0.40);
}
.vind-prof-form-sec .form-main-area .form-styl:-ms-input-placeholder {
	color: rgba(35, 31, 32, 0.40);
}
.vind-prof-form-sec .form-main-area .form-styl::placeholder {
	color: rgba(35, 31, 32, 0.40);
}
.vind-prof-form-sec .form-main-area .form-styl:focus {
    color: #231F20;
    border-color: #231F20;
}
.vind-prof-form-sec .form-main-area .form-group .form-styl:focus label {
    color: #231F20;
}
.vind-prof-form-sec .form-group label {
    color: rgba(35, 31, 32, 0.50);
}
.vind-prof-form-sec .form-group.focused label{
    color: #231F20;
}
.vind-prof-form-sec .blinking-cursor{
    background: #231F20;
}
.vind-prof-form-sec .form-btn .sliding_text span{
    color: #231F20;
}
/* / ==================== contact ============= / */
/***contact-top-sec***/
.contact-top-area{
    max-width: 1005px;
    margin: 0 auto;
    text-align: center;
    padding: 81px 0 77px;
}
.contact-top-area p:first-child{
    margin-bottom: 28px;
}
/***contact-form***/
.contact-form .form-left {
    padding-right: 0;
}
.map {
    height: 505px;
    object-fit: cover;
}
.contact-form .service_bg {
    top: -50%;
    z-index: 1;
}
.contact-form .service_bg img {
    width: 883px;
}
.form-sec.vind-prof-form-sec.contact-form {
    padding: 7px 0 94px;
}
/***contact-btm-sec***/
.contact-btm-sec {
    padding-bottom: 110px;
}
.contact-btm-area {
    padding: 0 90px;
}
.contact-btm-area .col-lg-4:nth-child(2) .each_footer_menu {
    display: table;
    margin: 0 auto;
}
.contact-btm-area .each_footer_menu h3 {
    color: #231F20;
    line-height: 26px;
    letter-spacing: 1.68px;
}
.contact-btm-area .each_footer_menu td, 
.contact-btm-area .each_footer_menu a {
    color: rgba(35, 31, 32, 0.60);
    line-height: 30px;
    /* text-transform: capitalize; */
}
.contact-btm-area .each_footer_menu tr td:nth-child(odd){
    text-transform: none;
}
.contact-btm-area .each_footer_menu a {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.contact-btm-area .each_footer_menu a:hover {
    color: #1A4375;
}

/* / ==================== bedankt ============= / */
/***bedankt-banner***/
.bedankt-banner .home_banner_content h1 {
    max-width: 903px;
}
/***bedankt-footer***/
.bedankt-footer {
    padding-top: 80px;
}
/* / ======= popup ========== / */
.modal-area .modal-dialog {
    max-width: 72%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background: rgba(35, 31, 32, 0.70);
    backdrop-filter: blur(7px);
}
.modal-area .modal-content {
    border: 0;
    background-color: #F1F1F1;
    position: relative;
}
.pop-up-image {
    height: 100%;
}
.modal-area .popup-content {
    padding: 123px 46px 74px 65px;
    background-color: #F1F1F1;
}
.modal-area .popup-content p {
    color: rgba(35, 31, 32, 0.60);
    width: 100%;
    max-width: 456px;
    margin-top: 26px;
}
.modal-area .popup-content h2 {
    color: rgba(13, 13, 13, 0.97);
    margin: 12px 0 30px;
    width: 100%;
    max-width: 485px;
}
.modal-area .popup-content ul {
    padding-left: 0;
    list-style: none;
}
.modal-area .popup-content li {
    font-family: 'montserratregular';
    line-height: 26px;
    margin-bottom: 9px;
    color: rgba(35, 31, 32, 0.60);
    padding-left: 15px;
    position: relative;
}
.modal-area .popup-content li strong {
    /* font-family: 'montserratsemibold'; */
    font-weight: 600;
}
.modal-area .popup-content li::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #2C76C0;
    background-size: 8px;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.popup-info-btm p {
    margin-top: 11px;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: -30px;
    right: -15px;
    z-index: 1;
    font-size: 3rem;
    height: 53px;
    width: 53px;
    background-color: #1A4375;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
}
.close-img img{
    width: 23px;
    height: 23px;
}
.close-img:hover {
	color: #fff;
}
.modal-content .col-lg-5 {
    width: 40%;
}
.modal-content .col-lg-7 {
    width: 60%;
}
/* ========== vacature ========== */
.vacature_list_block {
    padding-bottom: 115px;
    padding-top: 80px;
}
.vacature_list_block .home-product .col-xl-4 {
    border-width: 0;
    padding-bottom: 0;
}
/* ********************************************************** DEFAULT LOADER CSS  START *********************************************************/

/*******loader*****/
#loader_section{
    display:none;
    width:100%;
    position: fixed;
    top: 0;
    background: #000000b8;
    z-index: 9999999;
    height: 100vh;
    padding: 30vh 0px;
  }
  #loader_section p{
    color:#fff;
    font-size:18px;
    text-align: center;
  }
  #loader_section img{
    width: 100px;
    margin-bottom: 25px;
  }
  
  /*********Morgen Footer************/
  .morgeninternet-footer {
      background: #000000;
      width: 100%;
      height: 50px;
      display: block;
      text-align: center;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer:hover {
      background: #202020;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer > img {
      height: 30px;
      padding-top: 15px;
  }
  
  .cookie_div{
      position: fixed;
      bottom: 0;
      z-index: 999999;
      width: 100%;
      padding: 0px 0;
  }
  .cookie_div{
      color:#9c9c9c;
      font-size: 12px;
      /*font-family: 'Calibri';*/
      font-family: 'arial';
  }
  .cookie_div h4{
      margin-bottom: 15px;
      font-size: 13pt;
      font-family: 'Calibri';
  }
  .cookie_div a{
      color:#38b6be;
      font-size: 10pt;
      font-weight:bold;
      margin-left:8px;
      font-family: 'Calibri';
  }
  .cookie_div button{
      color:#3c935c;
      background:#dbffe8;
      font-weight: bold;
      border: 0;
      padding: 10px 25px;
      margin:5px 0;
      cursor: pointer;
      font-size: 12px;
      /*font-family: 'Calibri';*/
      font-family: 'arial';
  }
  .light_theme{
      background:rgba(255, 255, 255, 0.83);
      -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
      box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
  }
  .dark_theme{
      background: rgba(0, 0, 0, 0.78);
      -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
      box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
  }
  .light_theme h4{
      color:#2a2a2a;
  }
  .dark_theme h4{
      color:#c9c9c9;
  }

  /****aanbod dtl****/
.kenteken_np {
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 0 6px 44px;
    color: #000;
    background-size: 152px;
  }
  
  .star_icon h4{
      padding-bottom: 10px;
      text-transform: uppercase;
      padding-top: 15px;
      margin-bottom: 15px;
      color: #1c1c1c;
      border-bottom: 1px solid #1c1c1c;
      text-transform: uppercase;
  }
  .star_icon p img{
      width: 15px;
      margin-top: -3px;
      margin-right: 5px;
  }
  .star_icon p{
      font-family: 'NunitoSansRegular';
      font-size: 16px;
      color: black;;
      padding-bottom: 6px;
      word-break: break-word;
  }
  .photo_contnt li img{
      width: 15px;
      margin-left: 5px;
  }
  .star_icon h3 {
      margin: 40px 0 30px;
  }
  .aanbod-detail-tab-sec .tab-content .star_icon p {
      margin: 0;
  }
  .bullet-panel h3 {
      margin-bottom: 30px;
  }
  
    .home-product .swiper{
        padding-left: 10px;
    }
    .home-product .swiper-wrapper{
        flex-wrap: nowrap  ;
    }
/* ********************************************************** DEFAULT LOADER CSS  END *********************************************************/
/* %%%%%%%%%%%%% */
.vind-prof-form-sec{
    position: relative;
    z-index: 9999;
}
.vacature-dtl-right .solid_btn{
    margin-top: 85px;
}
.team-slider .home_heading h2 {
  margin-bottom: 30px;
  margin-top: 50px;
}
.footer_social .nbbu-logo a img {
    width: 110px;
    filter: brightness(10);
}
.footer_social .nbbu-logo a {
    background-color: transparent;
    width: auto;
    height: auto;
    border-radius: 0;
}
.footer_social li.nbbu-logo {
    margin-left: 30px;
}

/*========new bedankt=========*/
header.transparent:not(.stiky){
    background: transparent;
    backdrop-filter: blur(0);
}
.new-bedankt-block{
    --color-line: rgba(255,255,255,0.15);
}
.new-bedankt-block .position-absolute:not(.border-div){
    bottom: 60px;
    z-index: 1;
}
.new-bedankt-block h2{
    color: #fff;
    margin-bottom: 56px;
}
.new-bedankt-block h6{
    font-family: 'montserratregular';
    font-size: 1.8rem;
    line-height: 26px;
    margin: 10px 0 20px;
}
.new-bedankt-block .solid_btn{
    margin-right: 6px;
    margin-bottom: 10px;
    font-family: 'montserratmedium';
}
.new-bedankt-block .solid_btn:hover{
    background-color: #fff;
    border-color: #fff;
}
.new-bedankt-block .border-div {
    background-position: top left 7.5%, top left 36.2%, top left 65%, top left 92%;
    background-image: linear-gradient(var(--color-line),var(--color-line)),linear-gradient(var(--color-line),var(--color-line)),
    linear-gradient(var(--color-line),var(--color-line)), linear-gradient(var(--color-line),var(--color-line));
    background-size: 1px;
    background-repeat: no-repeat;
    height: calc(100% - 15%);
}
/*===========inschrijving==========*/
.inschrijving-block{
    padding: 70px 0 80px;
    position: relative;
    --color-line: rgba(35, 31, 32, 0.42);
}
.inschrijving-block .border-div{
    position: absolute;
    background-position: top left 7.5%, top left 36.2%, top left 92%;
    background-image: linear-gradient(var(--color-line),var(--color-line)),linear-gradient(var(--color-line),var(--color-line)),
    linear-gradient(var(--color-line),var(--color-line));
    background-size: 2.5px;
    background-repeat: no-repeat;
    height: 100%;
    opacity: .1;
}
.inschrijving-block .position-relative{
    padding: 130px 0;
    z-index: 1;
}
.inschrijving-block p a{
    color: #1A4375;
}
.inschrijving-block p a:hover{
    text-decoration: underline;
}
.inschrijving-block .common_btn{
    margin-top: 80px;
}
.inschrijving-block h2{
    margin-bottom: 20px;
    max-width: 497px;
}
.inschrijving-block .position-absolute{
    width: 53%;
    height: 613px;
    max-width: 1180px;
}
.inschrijving-block img.h-100{
    object-fit: cover;
}
.inschrijving-image{
    width: 60%;
}
.vector-div{
    width: 40%;
}
