@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    color: rgba(17, 17, 17, 0.75);
    font-family: 'DMSans-Light';
    font-size: 2rem;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
#page {
	padding: 0 30px 30px;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	/*height: 100px !important;*/
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.container {
	padding-left: 20px;
	padding-right: 20px;
}
/****header-area****/
.header-area {
	padding: 15px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background-color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-area.header-active {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.header-logo img {
	width: 162px;
	height: 80px;
}
.header-nav ul {
	display: flex;
	justify-content: center;
	gap: 44px;
	margin: 0;
}
.header-nav li {
	color: rgba(17, 17, 17, 0.50);
    font-family: 'DMSans-Medium';
	font-size: 2rem;
	line-height: normal;
	padding: 0;
	margin: 0;
}
.header-nav li::after {
	display: none;
}
.header-nav li a {
	color: rgba(17, 17, 17, 0.50);
}
.header-nav li a:hover,
.header-nav li a.this-pg {
	color: #111;
}
.header-btn .common-btn {
	background-color: #1c448e;
}
/***mobile-header*****/
.mobile-header .header-menu {
	position: fixed;
	top: 86px;
	background-color: #fff;
	height: 100vh;
	width: 100%;
	left: 0;
	padding: 40px;
	clip-path: inset(0 0 100% 0);
	transition: all 0.5s;
}
.mobile-header .header-menu ul {
	flex-direction: column;
	text-align: center;
}
.mobile-header .header-menu.mob-menu-active {
	clip-path: inset(0 0 0 0);
}
.mobile-header .header-menu ul {
	margin: 0;
}
.mobile-header .header-menu li {
	padding: 0;
	color: rgba(17, 17, 17, 0.50);
    font-family: 'DMSans-Medium';
	font-size: 2rem;
	margin-bottom: 20px;
}
.mobile-header .header-menu li a {
	color: rgba(17, 17, 17, 0.50);
}
.mobile-header .header-menu li a:hover,
.mobile-header .header-menu li a.this-pg {
	color: #1c448e;
}
.mobile-header .header-menu li::after {
	display: none;
}
.mobile-header .header-menu li.active {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
    -webkit-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	-o-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	animation-delay: calc(0.1s * attr(data-animation-offset number 1));
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.menu-bar {
    position: relative;
    max-width: 48px;
    width: 100%;
    margin-left: auto;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #111;
    content: '';
    height: 2px;
    margin: 5px 0 5px auto;
    width: 48px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div {
	transform: scale(0);
}
.menu-bar.active  div {
    transform: scale(0);
}
.menu-bar.active:before {
    transform: translateY(6px) rotate(135deg);
}
.menu-bar.active:after {
    transform: translateY(-8px) rotate(-135deg);
}
.header-area.header-area-mob-active {
	border-color: rgba(17, 17, 17, 0.3);
}
/***fix-wp****/
.fix-wp {
	position: fixed;
	width: 66px;
	height: 66px;
	bottom: 50px;
	right: 50px;
	z-index: 98;
}
/********banner-sec*********/
.banner-sec {
	position: relative;
}
.banner-content {
	position: absolute;
	bottom: 100px;
	left: 0;
	z-index: 2;
	width: 100%;
}
.banner-content h1 {
    margin-bottom: 35px;
}
.banner-video,.each-banner  {
	height: 836px;
	border-radius: 20px;
	overflow: hidden;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content-wrap {
	max-width: 1106px;
	width: 100%;
}
.banner-content-wrap .dark-btn::after {
	background-color: #1c448e;
}
/******product-sec********/
.product-sec {
	padding: 86px 0 115px;
	position: relative;
}
.product-tab-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
}
.product-tab-btn ul {
	padding: 0;
	margin: 0;
	display: flex;
}
.product-tab-btn li {
	margin: 0;
	color: #fff;
    font-family: 'DMSans-Medium';
	font-size: 2rem;
	padding: 0;
	overflow: hidden;
}
.product-tab-btn li::after {
	display: none;
}
.product-tab-btn li a {
	color: #fff;
	background-color: rgba(28, 68, 142, 0.4);
	padding: 12px 24px;
	display: block;
	border-right: 1px solid #fff;
	height: 100%;
}
.product-tab-btn li:last-child a {
	border-radius: 0;
}
.product-tab-btn li:last-child {
	border-radius: 0 10px 10px 0;
}
.product-tab-btn li a.active-product,
.product-tab-btn li a:hover {
	background-color: #1c448e;
}
.product-tab-btn-heading {
	padding: 12px 24px;
	border: 1px solid #1c448e;
	border-radius: 10px 0 0 10px;
}
.product-tab-btn-heading h4 {
	color: #111;
	line-height: normal;
}
.product-slider {
	position: relative;
	margin: 0 -53px;
}
.each-product-img {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 15px;
	/* height: 308px; */
}
.each-product-img img{
	object-fit: cover;
    aspect-ratio: 1 / .5;
	object-fit: cover;
}
.each-product-text h3 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-product-text p {
    font-family: 'DMSans-Medium';
	line-height: 32px;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-info {
	margin: 14px 0 20px;
}
.product-info ul {
	margin: 0;
}
.product-info li {
	border-radius: 5px;
	background-color: #EDEDED;
	overflow: hidden;
	padding: 7px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
	color: #111;
    font-family: 'DMSans-Medium';
	font-size: 2rem;
	line-height: 20px;
}
.product-info li::after {
	display: none;
}
.product-info h4 {
	color: #1c448e;
	font-family: 'DMSans-Medium';
	line-height: 20px;
	text-align: right;
	font-size: 2rem;
}
.each-product .common-btn {
	width: 100%;
}
.each-product:hover .common-btn::after {
	clip-path: inset(0 0 0 0);
}
.each-product:hover .common-btn strong {
    transform: translateY(-28px);
}
.product-slider .swiper-button-next {
	right: -20px;
}
.product-slider .swiper-button-prev {
	left: -20px;
}
.product-slider .common-arrow {
	top: 45%;
}
.product-btn {
	margin-top: 60px;
}
.product-mark {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: -1;
}
.product-mark img {
	height: 100%;
	object-fit: cover;
}
.product-btn .dark-btn::after {
    background-color: #1c448e;
}
/*****about-sec****/
.about-sec {
	padding: 80px 20px 50px;
	border-radius: 20px;
	background-color: #111;
}
.about-heading {
	max-width: 950px;
	width: 100%;
	margin: 0 auto 60px;
}
.about-heading h2 {
	color: #fff;
}
.about-heading p {
	color: rgba(255, 255, 255, 0.60);
	margin: 16px 0 80px;
}
.about-main {
	min-height: 495px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	border-radius: 10px;
	overflow: hidden;
	padding: 60px 20px 140px;
}
.counter {
	display: flex;
	justify-content: center;
}
.each-counter {
	position: relative;
	text-align: center;
	padding: 10px 50px;
}
.each-counter::after {
	content: "";
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.01) 99%,rgba(0,0,0,0) 100%);
	height: 100%;
	width: 2px;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	position: absolute;
}
.each-counter:last-child::after {
	display: none;
}
.each-counter h2 {
	color: #fff;
	line-height: 56px;
	margin-bottom: 10px;
}
.each-counter h2 strong {
	font-weight: normal;
}
.each-counter h3 {
	color: rgba(255, 255, 255, 0.70);
}
.about-sec .border-btn:hover::after {
    background-color: #1c448e;
}
/*****team-sec*****/
.team-sec {
	position: relative;
	padding: 66px 0 136px;
}
.member-slider {
	position: absolute;
	right: 0;
	width: 45%;
	top: 66px;
	margin-right: -30px;
	border-radius: 10px 0 0 10px;
	overflow: hidden;
}
.member-slider .swiper-slide {
	height: auto;
}
.each-member-img {
	border-radius: 10px;
	height: 564px;
	overflow: hidden;
}
.each-member-img img {
	height: 100%;
	object-fit: cover;
}
.each-member-quote p {
	font-size: 2.4rem;
    line-height: 35px;
	color: #111;
	font-family: 'DMSans-Italic';
	font-style: italic;
	margin: 0;
}
.member-quote {
	margin: 24px 0 80px;
}
.team-text h2 {
	line-height: 53px;
}
.team-text {
	max-width: 647px;
	width: 100%;
}
.member-slider-control {
	position: relative;
	width: 110px;
}
.member-slider-control .common-arrow {
	height: 44px;
	width: 44px;
}
.member-slider-control .swiper-button-prev {
	left: 0;
}
.member-slider-control .swiper-button-next {
	right: 0;
}
.member-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.team-mark {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	pointer-events: none;
}
.team-mark img {
	height: 100%;
	object-fit: cover;
}
/*****footer-area****/
.footer-area {
	padding: 65px 20px 25px;
	background-color: #111;
	border-radius: 20px;
	overflow: hidden;
}
.footer-logo img {
	width: 291px;
}
.footer-right {
	position: relative;
	max-width: 925px;
	width: 100%;
	padding: 64px 0 116px 70px;
	margin-left: auto;
}
.footer-right::after {
	content: "";
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.01) 99%,rgba(0,0,0,0) 100%);
	height: 100%;
    width: 2px;
    top: 0;
    left: 0;
    position: absolute;
}
.footer-info {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
}
.each-footer-info h3 {
	color: #fff;
	margin-bottom: 15px;
}
.each-footer-info p {
	color: rgba(255, 255, 255, 0.60);
	font-family: 'DMSans-Medium';
	line-height: normal;
	margin-bottom: 0;
}
.each-footer-info p a {
	color: rgba(255, 255, 255, 0.60);
}
.each-footer-info p a:hover {
	color: #1c448e;
}
.each-footer-info td {
	color: rgba(255, 255, 255, 0.60);
	font-family: 'DMSans-Medium';
	vertical-align: top;
	font-size: 2rem;
}
.each-footer-info td:nth-child(odd) {
	padding-right: 23px;
}
.each-footer-info td:nth-child(even) {
	width: 180px;
}
.footer-social ul {
	margin: 0;
	display: flex;
	gap: 25px;
}
.footer-social li {
	padding: 0;
	margin: 0;
}
.footer-social li::after {
	display: none;
}
.footer-social li img {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}
.footer-social li img:hover {
	filter: invert(47%) sepia(82%) saturate(1296%) hue-rotate(199deg) brightness(97%) contrast(96%);
	-webkit-filter: invert(47%) sepia(82%) saturate(1296%) hue-rotate(199deg) brightness(97%) contrast(96%);
}

.footer-wp {
	margin-top: 102px;
	max-width: 274px;
	width: 100%;
}
.footer-wp a {
	border-radius: 41px;
	background: rgba(37, 211, 102, 0.30);
	display: flex;
	align-items: center;
	padding: 10px;
}
.footer-wp-img {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #25D366;
	height: 63px;
	width: 63px;
	border-radius: 100%;
	margin-right: 18px;
}
.footer-wp-img img {
	width: 24px;
}
.footer-wp-text h5 {
	color: #fff;
	font-size: 1.4rem;
	line-height: 20px;
	text-transform: uppercase;
	font-family: 'DMSans-Medium';
}	
.footer-wp-text p {
	color: #fff;
	margin-bottom: 0;
	font-family: 'DMSans-Regular';
	font-size: 1.4rem;
	line-height: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-wp:hover .footer-wp-text p {
	color: #1c448e;
}
.footer-privacy {
	padding-left: 7%;
    max-width: 925px;
    margin-left: auto;
}
.footer-privacy p {
	color: rgba(255, 255, 255, 0.60);
	font-family: 'DMSans-Medium';
	margin: 0;
}
.footer-privacy p a {
	color: rgba(255, 255, 255, 0.60);
}
.footer-privacy p a:hover {
	color: #1c448e;
}
/*===========================popup start===============================*/
.modal-area .modal-dialog {
    max-width: 824px;
    margin: 8% auto 0;
}
.modal-area .modal {
	background: rgba(17, 17, 17, 0.5);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-area .popup-content {
	padding: 75px;
	border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
}
.modal-area .popup-content h2 {
	line-height: 56px;
	margin: 30px 0;
}
.modal-area .popup-content li {
	margin-bottom: 18px;
}
.modal-area .popup-content li:last-child {
    margin-bottom: 0;
}
.modal-area .popup-content p {
	margin-bottom: 0;
}
.close-img {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
	height: 60px;
	width: 60px;
	background-color: #1c448e;
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 100%;
}
.close-img img {
	width: 20px;
}
.popup-mark {
	position: absolute;
	bottom: -20%;
	right: 0;
	width: 70%;
	pointer-events: none;
}
.popup-mark img {
	height: 100%;
	object-fit: cover;
}
/*===========================vacature-list pg start===============================*/
/****inner-banner-sec****/
.inner-banner-sec {
	position: relative;
}
.inner-banner-img {
	border-radius: 20px;
	overflow: hidden;
}
.inner-banner-text {
	position: absolute;
	width: 100%;
	bottom: 40px;
	left: 0;
}
/****vacature-list-sec***/
.vacature-list-sec {
	padding: 125px 0 100px;
}
.vacature-list-heading {
	max-width: 906px;
	width: 100%;
	margin-bottom: 100px;
}
.each-vacature-list {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.each-vacature-list-text {
	position: absolute;
    bottom: -52px;
    left: 0;
    width: 100%;
    padding: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
	border-radius: 10px;
	text-align: center;
}
.each-vacature-list-text h2 {
	color: #fff;
	margin-bottom: 15px;
}
.each-vacature-list-text p {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
	color: #fff;
}
.each-vacature-list:hover .each-vacature-list-text {
    background-color: #1c448e;
	bottom: 0;
}
.each-vacature-list:hover .each-vacature-list-text p {
    -webkit-line-clamp: 4;
}
.vacature-list-main .col-lg-4 {
	padding: 0 10px;
}
.vacature-list-main .row {
	margin: 0 -10px;
	row-gap: 20px;
}
/*===========================vacature-dtl pg start===============================*/
.bk-btn-sec {
	padding-top: 40px;
}
.bk-btn {
	color: #212121;
    font-family: 'DMSans-Medium';
	font-size: 2rem;
	line-height: normal;
	letter-spacing: 0.2px;
	position: relative;
	padding-left: 25px;
}
.bk-btn::after {
	content: "";
    height: 14px;
    width: 14px;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    left: 0;
    background-size: 14px;
    background-image: url(../images/prev.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.bk-btn:hover::after {
	filter: brightness(0) saturate(100%) invert(37%) sepia(89%) saturate(2319%) hue-rotate(356deg) brightness(102%) contrast(106%);
	-webkit-filter: brightness(0) saturate(100%) invert(37%) sepia(89%) saturate(2319%) hue-rotate(356deg) brightness(102%) contrast(106%);
}
/***vacature-welcome-sec*****/
.vacature-welcome-sec {
	padding: 55px 0 95px;
}
.vacature-welcome-img {
	border-radius: 10px;
	overflow: hidden;
}
.vacature-welcome-text {
	padding-left: 30px;
}
.vacature-welcome-text h2 {
	margin-bottom: 20px;
}
.vacature-welcome-text h3 {
	margin: 45px 0 25px;
	font-family: 'Sequel100Black-45';
}
/****requirement-sec***/
.requirement-sec {
	padding: 53px 0;
	border-radius: 20px;
	overflow: hidden;
	background-color: #111;
}
.requirement-text {
	padding-right: 30px;
}
.requirement-text h2 {
	color: #fff;
	margin-bottom: 20px;
}
.requirement-text ul {
	margin-bottom: 0;
}
.requirement-text li {
	color: #fff;
	margin-bottom: 20px;
}
.requirement-img {
	border-radius: 10px;
	overflow: hidden;
}
/****offer-sec****/
.offer-sec {
	padding: 80px 0 150px;
	position: relative;
}
.offer-sec h2 {
	text-align: center;
	margin-bottom: 80px;
}
.offer-img {
	border-radius: 10px;
	max-width: 632px;
	overflow: hidden;
}
.offer-text {
	padding-left: 50px;
}
.offer-text ul {
	margin-bottom: 0;
}
.offer-text li {
	margin-bottom: 20px;
}
.offer-text li:last-child {
	margin-bottom: 0;
}
.offer-mark {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	pointer-events: none;
}
.offer-mark img {
	height: 100%;
	object-fit: cover;
}
/**form-sec***/
.form-sec {
	padding: 75px 20px;
	border-radius: 20px;
	overflow: hidden;
	background-color: #111;
	position: relative;
}
.form-heading {
	margin-bottom: 60px;
	max-width: 605px;
	width: 100%;
}
.form-heading h2 {
	color: #fff;
	margin-bottom: 13px;
}
.form-heading p {
	color: #fff;
	margin-bottom: 0;
}
.form-left {
    padding-right: 40px;
}
.form-block .row {
	margin: 0 -45px;
}
.form-block .col-lg-6,
.form-block .col-lg-12 {
	padding: 0 45px;
}
.form-block .form-style {
	resize: none;
	background-color: #111;
	border-radius: 0;
	font-size: 2rem;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    color: #fff;
	padding: 0 0 26px;
    font-family: 'DMSans-Medium';
}
.form-block .form-group {
	margin-bottom: 26px;
}
.form-block .form-style::placeholder {
	color: #fff;
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-block .form-style:placeholder {
	color: #fff;
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-block .form-style:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-block .form-style:focus {
    box-shadow: none;
	background-color: #111;
    color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-block .form-style:focus::placeholder {
	color: #1c448e;
}
.form-block textarea.form-style {
	height: 60px;
}
.form-block .common-btn {
	margin-top: 34px;
	background-color: #1c448e;
}
.form-info {
	margin-left: auto;
	max-width: 375px;
	width: 100%;
	margin-top: 60%;
}
.form-info ul {
	margin: 0;
}
.form-info li {
	padding: 0;
	margin-bottom: 40px;
	color: rgba(255, 255, 255, 0.60);
	font-family: 'DMSans-Medium';
	display: flex;
	align-items: center;
}
.form-info li::after {
	display: none;
}
.form-info li:last-child {
	margin-bottom: 0;
}
.form-info li a {
	color: rgba(255, 255, 255, 0.60);
}
.form-info li a:hover {
	color: #1c448e;
}
.form-info li img {
	margin-right: 20px;
	width: 25px;
}
.form-mark {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 70%;
	height: 100%;
	pointer-events: none;
}
.form-mark img {
	height: 100%;
	object-fit: cover;
}
.form-sec .row {
	align-items: start !important;
}
/***related-vacature-sec****/
.related-vacature-sec {
	padding: 135px 0;
}
.related-vacature-heading {
	text-align: center;
	margin-bottom: 60px;
}
/*===========================contact pg start===============================*/
/***map-sec***/
.map-sec {
	height: 500px;
	border-radius: 20px;
	overflow: hidden;
}
/* .gm-style img {
	filter: invert(47%) sepia(82%) saturate(1296%) hue-rotate(199deg) brightness(97%) contrast(96%);
	-webkit-filter: invert(47%) sepia(82%) saturate(1296%) hue-rotate(199deg) brightness(97%) contrast(96%);
} */
/*****contact-form-sec***/
.contact-form-sec {
	background-color: #fff;
	border-radius: 0;
	padding: 110px 0 154px;
}
.contact-form-sec .form-heading h2 {
	color: #000;
}
.contact-form-sec .form-heading p {
	color: #000;
}
.contact-form-sec .form-block .form-style {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.50);
	color: #000;
}
.contact-form-sec .form-block .form-style::placeholder {
	color: #000;
	opacity: 1;
}
.contact-form-sec .form-block .form-style:placeholder {
	color: #000;
	opacity: 1;
}
.contact-form-sec .form-block .form-style:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}
.contact-form-sec .form-block .form-style:focus {
	background-color: #fff;
}
.contact-form-sec .form-block .form-style:focus::placeholder {
	color: #1c448e;
}
.contact-form-sec .form-info li {
	color: rgba(0, 0, 0, 0.60);
}
.contact-form-sec .form-info li a {
	color: rgba(0, 0, 0, 0.60);
}
.contact-form-sec .form-info li a:hover {
	color: #1c448e;
}
.contact-form-sec .form-info li img {
	filter: brightness(0);
	-webkit-filter: brightness(0);
}
/*===========================overons pg start===============================*/
/*****overons-welcome-sec****/
.overons-welcome-sec {
	padding: 120px 0 110px;
}
.overons-welcome-img {
	max-width: 575px;
	width: 100%;
	margin-left: auto;
	border-radius: 10px;
	overflow: hidden;
}
.overons-welcome-text h2 {
	margin-bottom: 39px;
}
.overons-welcome-text p {
	color: #0A1520;
}
/***overons-usp-sec**/
.overons-usp-sec {
	padding: 80px 20px 115px;
	background-color: #111;
	overflow: hidden;
	border-radius: 20px;
}
.overons-usp-sec h2 {
	color: #fff;
	margin-bottom: 123px;
}
.overons-usp-img {
	border-radius: 10px;
	overflow: hidden;
}
.overons-usp-text {
	max-width: 670px;
	width: 100%;
	margin-left: auto;
	padding-left: 40px;
}
.overons-usp-text table {
	width: 100%;
	display: block;
}
.overons-usp-text tr {
	display: block;
}
.overons-usp-text td {
	display: block;
	padding: 0;
	margin-bottom: 60px;
}
.overons-usp-text td:last-child {
	margin-bottom: 0;
}
.overons-usp-text td h3 {
	color: #fff;
	font-family: 'DMSans-Medium';
	margin-bottom: 20px;
	position: relative;
	padding-left: 55px;
}
.overons-usp-text td h3::after {
	content: "";
    height: 50px;
    width: 50px;
    position: absolute;
    top: -13px;
    left: 0;
    background-size: 50px;
    background-image: url(../images/list-icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.overons-usp-text td p {
	color: #fff;
	margin-bottom: 0;
}
/****overons-team-sec**/
.overons-team-sec {
	padding-top: 160px;
}
.overons-team-sec .each-member-quote p {
	font-size: 2rem;
	font-family: 'DMSans-Light';
	font-style: normal;
	line-height: 28px;
}
.overons-team-sec .member-slider {
	top: 130px;
}
/*===========================aanbod pg start===============================*/
.aanbod-filter-sec {
	padding-top: 75px;
	padding-bottom: 20px;
}
.aanbod-product-sec {
	padding-bottom: 100px;
}
.aanbod-product-sec .each-product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.aanbod-product-sec > .container > .row {
	row-gap: 50px;
}
.reset_all_filter:hover img {
	filter: invert(47%) sepia(82%) saturate(1296%) hue-rotate(199deg) brightness(97%) contrast(96%);
	-webkit-filter: invert(47%) sepia(82%) saturate(1296%) hue-rotate(199deg) brightness(97%) contrast(96%);
}
.reset_all_filter {
	display: table;
    margin-left: auto;
}
/*===========================aanbod-dtl pg start===============================*/
/***dtl-top-sec***/
.dtl-top-sec {
	padding: 67px 0;
}
.dtl-top-slider {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.dtl-top-slider .common-arrow {
	opacity: 0;
	pointer-events: none;
}
.dtl-top-slider:hover .common-arrow {
	opacity: 1;
	pointer-events: all;
}
.each-dtl-car {
	border-radius: 10px;
	overflow: hidden;
}
.dtl-top-sec .col-lg-7 {
	width: 53%;
}
.dtl-top-sec .col-lg-5 {
	width: 47%;
}
.dtl-car-info {
	border-radius: 10px;
	background-color: rgba(28, 68, 142, 0.1);
	padding: 46px 23px 30px;
	overflow: hidden;
	height: 100%;
}
.dtl-car-info h2 {
	font-family: 'DMSans-SemiBold';
	line-height: 46px;
	margin-bottom: 40px;
}
.dtl-car-info ul {
	margin: 0;
	display: flex;
	column-gap: 60px;
}
.dtl-car-info li {
	padding: 0;
	color: #111;
    font-family: 'DMSans-Regular';
	font-size: 2rem;
	line-height: normal;
	display: inline-flex;
	align-items: center;
	margin: 0;
}
.dtl-car-info li img {
	margin-right: 13px;
	filter: invert(47%) sepia(82%) saturate(1296%) hue-rotate(199deg) brightness(97%) contrast(96%);
	-webkit-filter: invert(47%) sepia(82%) saturate(1296%) hue-rotate(199deg) brightness(97%) contrast(96%);
}
.dtl-car-info li::after {
	display: none;
}
.dtl-car-info-divider {
	opacity: 1;
	background-color: rgba(17, 17, 17, 0.50);
	height: 2px;
	margin: 35px 0;
}
.dtl-car-info table {
	width: 100%;
}
.dtl-car-info td {
	color: #111;
    font-family: 'DMSans-Regular';
	font-size: 2rem;
	line-height: normal;
	border-right: 1px solid rgba(17, 17, 17, 0.35);
	padding: 25px;
}
.dtl-car-info td:last-child {
	border-right: 0;
	padding-right: 0;
}
.dtl-car-info td:first-child {
	font-family: 'DMSans-SemiBold';
	padding-left: 0;
}
.dtl-car-info th {
	opacity: 0.5;
	font-family: 'DMSans-SemiBold';
	color: #111;
	font-size: 2rem;
	line-height: normal;
	padding: 12px 25px;
}
.dtl-car-info th:first-child {
	opacity: 1;
	padding-left: 0;
}
.dtl-car-info th:last-child {
	padding-right: 0;
}
.dtl-car-info tr {
	border-bottom: 1px solid rgba(17, 17, 17, 0.35);
}
.dtl-info-btn {
	margin-top: 36px;
}
.dtl-info-btn .common-btn.dark-btn {
	background-color: #111;
}
.dtl-info-btn .dark-btn::after {
    background-color: #1c448e;
}
.dtl-info-btn .common-btn {
	background-color: #1c448e;
}
/*****dtl-tab-sec******/
.dtl-tab-sec {
	padding-bottom: 84px;
}
.dtl-tab-wrap {
	max-width: 1146px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.kenmarken-block ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.kenmarken-block li {
	color: rgba(29, 29, 29, 0.70);
	font-family: 'PlusJakartaSans-Regular';
	font-size: 1.6rem;
	line-height: 30px; 
	width: 33.33%;
    padding: 20px 30px;
    display: flex;
	column-gap: 10px;
	margin-bottom: 0;
	flex-wrap: wrap;
}
.kenmarken-block li strong {
	font-weight: normal;
	width: 48%;
}
.kenmarken-block li strong:nth-child(odd) {
	font-family: 'PlusJakartaSans-Medium';
	color: #1D1D1D;
}
.kenmarken-block li::after {
	display: none;
}
.kenmarken-block li::before {
	content: "";
    position: absolute;
    height: 1px;
    width: 200vw;
    left: -100vw;
    bottom: 0;
    background-color: #D9D9D9;
}



/***related-product-sec****/
.related-product-sec {
	padding: 130px 0 100px;
}
.related-product-sec h2 {
	text-align: center;
	margin-bottom: 60px;
}
.related-product-slider {
	position: relative;
	margin: 0 -53px;
}
.related-product-slider .swiper-button-next {
	right: -20px;
}
.related-product-slider .swiper-button-prev {
	left: -20px;
}
.related-product-slider .common-arrow {
	top: 45%;
}
/*******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;
	border-radius: 10px;
	margin-top: 10px;
}

.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer > img {
    height: 30px;
    padding-top: 15px;
}

.star_icon h5{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #121212;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon{
    margin-bottom: 30px;
}
.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: 134px;
}
/* Cookie */
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 9999999999;
    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-loader {
	width: 45px;
	height: 40px;
	background: linear-gradient(#1c448e calc(1*100%/6),#fff 0 calc(3*100%/6),#1c448e 0),
			  linear-gradient(#1c448e calc(2*100%/6),#fff 0 calc(4*100%/6),#1c448e 0),
			  linear-gradient(#1c448e calc(3*100%/6),#fff 0 calc(5*100%/6),#1c448e 0);
	background-size: 10px 400%;
	background-repeat: no-repeat;
	animation: matrix 1s infinite linear;
  }
  @keyframes matrix {
	0% {
	  background-position: 0% 100%, 50% 100%, 100% 100%
	}
  
	100% {
	  background-position: 0% 0%, 50% 0%, 100% 0%
	}
  }
  .load_aanbod{
	justify-content: center;
    display: flex;
    column-gap: 30px;
    align-items: center;
    color: #000;
  }

.privacy_section {
	padding: 60px 0;
}

.form-block .error_cls,
.form-block .success_cls {
	border-top: 0 !important;
	border-right: 0 !important;
	border-left: 0 !important;
}

body .share-social-media-button .a2a_dd {
	padding: 0;
	height: 45px;
	min-width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	position: relative;
	top: 4px;
}
body .share-social-media-button .a2a_dd svg {
	margin-right: 0;
}
.share-social-media-button {
	display: inline-flex;
}
.bottom-radious {
    border-radius: 20px 20px 0px 0px;
}
.top-radious{
    border-radius: 0px 0px 20px 20px;
}