/* @import url(bootstrap.min.css); */
@import url(style.css);
@import url(animate.css);
/* @import url(../fonts/stylesheet.css); */
/* @import url(slick-theme.css);
@import url(slick.css); */
@import url(all.min.css);
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);
@import url(owl.theme.green.min.css);


@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2'),
		url('../fonts/Poppins-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
		url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
		url('../fonts/Poppins-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
		url('../fonts/Poppins-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-LightItalic.woff2') format('woff2'),
		url('../fonts/Poppins-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
		url('../fonts/Poppins-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
		url('../fonts/Poppins-ExtraBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
		url('../fonts/Poppins-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-BoldItalic.woff2') format('woff2'),
		url('../fonts/Poppins-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Black.woff2') format('woff2'),
		url('../fonts/Poppins-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-BlackItalic.woff2') format('woff2'),
		url('../fonts/Poppins-BlackItalic.woff') format('woff');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
		url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
		url('../fonts/Poppins-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
		url('../fonts/Poppins-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-ExtraLightItalic.woff2') format('woff2'),
		url('../fonts/Poppins-ExtraLightItalic.woff') format('woff');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-ThinItalic.woff2') format('woff2'),
		url('../fonts/Poppins-ThinItalic.woff') format('woff');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Italic.woff2') format('woff2'),
		url('../fonts/Poppins-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Light.woff2') format('woff2'),
		url('../fonts/Poppins-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

.down-arrow {
    margin-left: 10px;
}
.filter-box {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}
.filter-option.active {
    background-color: #f7f7f7 !important;
    border-radius: 5px !important;
}
.filter-bar .filter-item { 
	    cursor: pointer;
    padding: 7px 15px;
    background: #f1f1f1;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #f1f1f1;
    transition: 0.5s;
    min-width: 170px;
}
.filter-bar .filter-item:hover{
	border: 1px solid #000;
	transition: 0.5s;
}
.filter-panel.sortby {
    position: absolute;
    top: 110%;
    box-shadow: 2px 4px 10px 0px #b7b7b7;
    border-radius: 5px;
    min-width: 150px;
    left: 0;
    padding: 3px;
	gap: 0 !important;
	z-index: 1;
	transition: 0.5s;
}
.clear-filters, .clear_filters {
    background-color: transparent;
    color: #ff1010;
    border-color: transparent;
	transition: 0.5s;
}
.clear-filters:hover, .clear_filters:hover{
	transition: 0.5s;
    color: #e90505;
    background-color: #fffafa;
    border-color: #e90505;
}
.list-of-item .card{
	margin-bottom: 0;
}
.select-header{
    align-items: center;
    gap: 5px;
    position: relative;
	width: 100%;
}
span.filter-tag {
   border: 1px solid #ededed;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 2px 15px;
    border-radius: 50px;
    font-size: 14px;
    text-transform: capitalize;
}

span.filter-tag button{
	padding: 0;
	border: none;
	background-color: transparent;
	font-size: 20px;
}
.filter-item.sorting-item {
    background-color: transparent;
    transition: 0.5s;
    border: 1px solid #ededed;
    min-width: auto !important;
}
.filter-panel.sortby .filter-option {
    width: 100%;
    border-radius: 0;
    background-color: transparent;
	transition: 0.5s;
}
.filter-panel.sortby .filter-option:hover,
.filter-item.sorting-item:hover{
	background-color: #ededed;
    transition: 0.5s;
    border-radius: 5px;
}
footer .address-title{
	margin-bottom: 15px;
}
.filter-panel-container { position: relative; }
.filter-panel { display:none; background:#fff; padding-top:10px; border-top:1px solid #ddd;}
.filter-panel.active { 
	display:flex;
	flex-wrap:wrap;    
	gap: 10px !important;  
}
.filter-option { padding:5px 10px; cursor:pointer; background-color: #ededed;border-radius: 26px;}
.filter-option:hover { background:#f0f0f0; }
.selected-filters { flex-wrap: wrap; gap:5px; }
.selected-filters.has-active{
	margin-top: 20px;
}
.slider-banner .content p{
	font-size: 16px;
	margin-bottom: 0;
}

.pro-info h5{
	font-size: 22px;
}
footer .latest-posts .pots-info .post-content .blog-by p,
.inner-heading .page-title .breadcrumb-item, p,
.counter-section ul li .counter-box .counter-info p{
	font-size: 16px !important;
}
.blog-con table, .blog-con ul li, .blog-con ol li{
	font-size:16px;
}
.job-list ul li .jobinfo{
	height: 100%;
}
.sc-bg-color {
	background-color: #ebf9ff;
}

.success-stories .card .card-icon img {
	object-fit: cover;
}
.success-stories .card{
	    gap: 0;
    padding: 0;
    background: linear-gradient(#fafafa, #fafafa) padding-box, linear-gradient(to right, #62b651, #21ade4) border-box;
    border-radius: 15px;
    border: 2px solid transparent;
    box-shadow: 0 0 15px 0 rgba(25, 49, 57, .1019607843);
}
.story_cont .about-content {
	justify-content: flex-start;
}

.story_cont .client p,
.story_cont .client li {
	font-size: 14px;
}

.story_cont .client li ul {
	margin-top: 10px;
}

.story_cont .client ol li {
	margin-bottom: 10px;
}

.story_cont .client ol li:last-child {
	margin-bottom: 0;
}

.slider-banner {
	background-color: #ebf9ff;
}

.core-service .owl-item.active+.owl-item.active {
	padding-top: 40px !important;
}

.core-service .owl-item.active+.owl-item.active+.owl-item.active {
	padding-top: 80px !important;
}

.get-quote .form-group {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	position: relative;
}

.get-quote {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 15px;
}

.get-quote .form-control {
	border-radius: 40px;
	padding: 17px 125px 17px 25px;
}

.get-quote .form-group .button_su {
	margin-top: 0 !important;
	min-width: 112px;
	position: absolute;
	right: 5px;
}

.get-quote .form-group .button_su_inner {
	background: #3c8e2d;
	color: #fff;
}

.get-quote p {
	width: 100%;
	margin-bottom: 0;
}

.mobile-banner {
	display: none;
}

.slider-section .content h3 {
	font-size: 40px;
}

.blog-sec .blog-box .blog-footer span {
	width: 100%;
	display: none;
}
.blog-details-sec .blog-detail-content .blog-footer .blog-Share img, .blog-sec .blog-box .blog-footer .blog-Share img, .teams-sec .teams-list .team-info .team-name a img{
	width: 16px;
}
.breadcrumb-item {
	font-family: Poppins;
	line-height: 20px !important;
}

.services-sec .core-service .core-service-list .core-service-box a:focus,
.button_su .button_su_inner:focus {
	border: 1px solid #000;
}

#acwp-toolbar-btn-wrap,
.acwp-footer {
	display: none;
}

.acwp-heading p.acwp-title {
	font-size: 20px !important;
}

.acwp-toolbar.acwp-toolbar-show {
	top: 80px !important;
}

#acwp-toolbar-module {
	max-width: 380px !important;
}

.slider-span {
	font-size: 1.25rem;
	font-weight: 600;
	margin: 0;
}

footer .copy-right ul li a {
	padding: 14px;
}

body #acwp-toolbar-btn {
	box-shadow: none;
	height: 28px;
	width: 28px;
	margin: 0;
	padding: 0;
	border: none;
}

body.acwp-contrast #acwp-toolbar-btn svg,
#acwp-toolbar-btn svg {
	width: 24px !important;
	top: 0 !important;
}

.content-sty2 .con-list li h2 {
	font-size: 24px;
	font-weight: 600;
}

.skip-link:focus {
	transform: translateY(0);
	border: 2px solid #61b651;
	opacity: 1;
}

.screen-reader-text:focus {
	display: block;
	background: #E8E3DA;
	position: absolute;
	top: 42px;
	left: 0;
	transform: translateY(-100%);
	padding: 6px 12px;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	width: auto;
	z-index: 1000;
	clip: auto;
	clip-path: none;
	color: #333;
	height: auto;
	line-height: normal;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal;
	position: absolute;
	top: -10000em;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.banner-section .banner-text h1,
.sub-title {
	color: #388329;
}

.blog-by a {
	color: #000;
}

.sub-title::after,
.sub-title::before {
	background-color: #388329;
}

.success-stories a:hover {
	color: #000 !important;
}


@media screen and (min-width:767px) and (max-width:992px) {

	button#acwp-toolbar-btn:before,
	button#acwp-toolbar-btn:after {
		display: none;
	}
}

@media screen and (max-width:767px) {
	.filter-bar .filter-item{
		min-width: 100%;
	}
	button#acwp-toolbar-btn:before,
	button#acwp-toolbar-btn:after {
		display: none;
	}

	.change-lng {
		margin-right: 10px;
	}

	.mobile-app-sec {
		padding-top: 0 !important;
	}

	.mobile-app-sec .about-content {
		padding-bottom: 50px;
	}

	.get-quote {
		background-color: transparent;
		border: 0;
		padding: 0;
		border-radius: 0;
	}

	.banner-section .banner-text {
		position: relative;
		height: auto;
		padding-top: 110px;
	}

	.banner-section .banner-image {
		height: auto;
		order: 2;
	}

	.full-banner {
		display: none;
	}

	.mobile-banner {
		display: block;
	}

	footer .latest-posts .pots-info .post-img {
		display: none;
	}
}

footer .footer-icon ul,
ul.certificate-icon {
	padding: 0;
	list-style: none
}

body {
	margin: 0;
	padding: 0;
	font-family: Poppins;
	overflow: auto !important;
	padding-right: 0 !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Poppins;
	font-weight: 600
}

.blog-details-sec .blog-detail-content .blog-footer .container a {
	margin-left: 10px
}

#hubspot-messages-iframe-container.widget-align-right {
	right: 5px !important;
	bottom: 10px !important
}

.blog-sec .blog-box .blog-img img {
	object-fit: contain
}

.navbar-brand img {
	width: 190px;
	object-fit: contain
}

.contactpage-sec .cont-box a:hover,
.values-sec .values-con .values-con-list .values-con-box a:hover,
a {
	color: #20b0e4
}

a:hover {
	color: #61b651
}

.hw-40 {
	width: 40px;
	height: 40px
}

.hw-30 {
	width: 30px;
	height: 30px
}

.scroll-to-target.open {
	bottom: 105px
}

.form-btn {
	border-radius: 0 !important;
	margin-bottom: 0 !important
}

.about-content form .form-control,
.cont-form form .form-control,
.form-p p {
	margin-bottom: 0
}

.scroll-to-target {
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	bottom: -10%;
	right: 25px;
	font-size: 16px;
	border-radius: 4px;
	z-index: 99;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background: #ffc732;
	transition: 1s;
	border: none
}

.scroll__top::after {
	position: absolute;
	z-index: -1;
	content: "";
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, .25) 0, rgba(0, 0, 0, 0) 80%)
}

@-webkit-keyframes mover {
	0% {
		transform: translateY(0)
	}

	100% {
		transform: translateY(-10px)
	}
}

@keyframes mover {
	0% {
		transform: translateY(0)
	}

	100% {
		transform: translateY(-10px)
	}
}

@-webkit-keyframes mover1 {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(-10px)
	}
}

@keyframes mover1 {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(-10px)
	}
}

@keyframes inout {

	0%,
	100% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.2)
	}
}

@keyframes mymove {
	50% {
		transform: rotate(180deg)
	}
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input[type=number] {
	-moz-appearance: textfield
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000000
}

.overlayContent {
	opacity: 0;
	margin-top: -15px
}


.slider-section .img img {
	width: 100%;
	max-height: 695px;
	object-fit: contain
}

.slider-section .content {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding-left: 13%;
	gap: 15px
}

.slider-section .content h1 {
	font-size: 40px;
	margin: 0
}

.slider-section .content h5 {
	margin: 0
}

.slider-section .content h2 {
	margin-bottom: 50px
}

.slider-banner .slick-dots {
	bottom: 25px !important
}

.slider-banner .banner-slider {
	margin: 0 !important
}

.card-box .card,
.slider-banner {
	overflow: hidden
}

.teams-sec .teams-list .team-img img {
	object-position: top;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.download-brochure,
.services-sec {
	padding: 60px 0
}

footer .footer-icon ul li img {
	width: auto;
	height: 24px
}

.project-list .project-type {
	background-color: #fff
}

p#msg {
	color: #3c8e2d
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #000
}

.mega-menu {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.mega-menu .dropdown-item:hover {
	letter-spacing: inherit;
	transition: .5s
}

header nav li.nav-item {
	position: static !important
}

.navbar-expand-lg .navbar-nav .mega-menu.dropdown-menu {
	right: 5%;
	padding: 10px !important
}

header ul.navbar-nav .mega-menu li {
	border-bottom: none;
	margin-bottom: 10px
}

header ul.navbar-nav .mega-menu li a {
	border-bottom: 1px solid #efefef;
    border-radius: 0;
    padding: 0 0 10px 0;
    align-items: center;
}
.mobile-app-sec .wpcf7-not-valid-tip{
  position: absolute;
}
.scimg img{
  width: 90%;
}
.mobile-app-sec .get-quote{
  position: relative;
}
header ul.navbar-nav .mega-menu li a span {
	display: flex;
	align-items: center
}

.certificate-icon li img {
	height: 55px
}

ul.certificate-icon {
	margin: 0;
	display: flex;
	align-items: center;
	text-align: center;
	gap: 10px
}

ul.certificate-icon li p {
	margin: 0;
	font-size: 12px
}

footer .certificate-icon {
	text-align: left;
	margin-top: 20px
}

footer .certificate-icon li p {
	margin: 5px 0 0;
	font-size: 16px
}

footer .certificate-icon li img {
	height: 85px
}

.success-stories .card .card-icon img {
	width: 100%;
	max-height: 257px
}

.nav-link:focus,
.nav-link:hover {
	color: #212529
}

.errorpage {
	min-height: 70vh;
	padding: 100px 15px;
	text-align: center
}

.card-box .card::after {
	content: "";
	background-image: url(../images/blobanimation-1.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	right: -30%;
	top: -26%;
	width: 60%;
	height: 80%;
	opacity: .3;
	transition: .5s
}

.mob-img,
.post-type-archive-success-storie .card-box .card::after {
	display: none
}

.change-lng:focus {
	border: 1px solid #000
}

footer .latest-posts .pots-info .post-img a img {
	object-position: center;
	object-fit: contain;
	background: #fff
}

.grecaptcha-badge,
.modal-backdrop {
	display: none !important
}

.vacancies-sce select.form-select {
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem
}

.button_su .button_su_inner,
.company-success-story .blog-Share p {
	transition: .5s
}

.company-success-story .blog-Share p:hover {
	transform: rotate(45deg);
	transition: .5s
}

.button_su .button_su_inner:hover {
	background-color: #3c8e2d;
	color: #fff !important
}

.change-lng .menu-item-has-children:hover .dropdown-menu {
	right: 0;
	min-width: auto
}

.change-lng .menu-item-has-children .dropdown-menu a {
	text-decoration: none
}

.banner-section .banner-text h3:lang(es),
.banner-section .banner-text h3:lang(nl) {
	min-height: 125px;
	text-transform: lowercase
}

.change-lng .dropdown-toggle:hover img {
	filter: invert(60%) sepia(13%) saturate(1979%) hue-rotate(64deg) brightness(106%) contrast(73%)
}

.change-lng ul,
.change-lng ul li a.dropdown-toggle {
	padding: 0 !important
}

.job-list ul li .jobinfo .job-type span {
	width: auto
}

.banner-section .banner-text,
.desk-img img,
.job-list ul li .jobinfo .job-type span:last-child,
.mob-img img {
	width: 100%
}

.dropdown-menu[data-bs-popper] {
	top: auto;
	left: auto;
	margin: 0 !important
}

.nav-link:focus {
	color: #000 !important
}
.newsletter{
	display: none;
	padding: 50px 0 20px 0;
}
.newsletter p{
	margin-bottom: 0;
}
.newsletter input{
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}
.newsletter .wpcf7-response-output{
	margin: 0 !important;
    font-size: 12px;
    border-radius: 5px;
    border-width: 1px;
}
.body-shadow section.about-sec.training-sec:first-child{
	padding-top: 90px;
	padding-bottom: 45px;
}
.body-shadow section.about-sec.training-sec{
	padding-top: 45px;
	padding-bottom: 45px;
}
.body-shadow section.about-sec.training-sec:last-child{
	padding-bottom: 90px;
}
section.full-bgimg.mb-50{
	margin-bottom: 50px;
}
button#theme-toggle {
    width: 35px;
    height: 35px;
    margin-left: 10px;
    border: none;
    background-color: transparent;
    border-radius: 100%;
}
header nav .dropdown-toggle::after{
	content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%3E%3Cmask%20id%3D%22mask0_516_31%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2225%22%20height%3D%2225%22%3E%3Crect%20x%3D%220.611572%22%20y%3D%220.326416%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_516_31)%22%3E%3Cpath%20d%3D%22M12.6116%2015.7015L6.61157%209.70151L8.01157%208.30151L12.6116%2012.9015L17.2116%208.30151L18.6116%209.70151L12.6116%2015.7015Z%22%20fill%3D%22%231C1B1F%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
#menu-change-lng a img{
	width: 28px;
}
.counter-section{
	overflow: hidden;
}
.counter-section::after{
	background-position: center 73%;
	width: 103%;
}
header .navbar #theme-toggle:before, 
header .navbar #theme-toggle:after{
	display: none;
}


@media (min-width:1300px) and (max-width:1441px) {
	.banner-section .banner-text {
		padding-right: 35px
	}

	.banner-section .banner-text h3 {
		font-size: 40px
	}
}

@media (min-width:700px) and (max-width:767px) {
	.banner-section {
		height: 880px !important
	}

	.banner-section .banner-text {
		height: auto;
		padding-top: 150px
	}
}

@media (max-width:767px) {
	.body-shadow section.about-sec.training-sec:first-child{
		padding-top: 40px;
	}
	.sub-title::after{
		top: 15px;
	}
	section.about-sec.training-sec .scimg img {
		width: 100%;
	}
	.col-md-6.img_item{
		order: 1;
	}
	.col-md-6.con_item{
		order: 2;
	}
	.body-shadow::after,
	.body-shadow::before,
	footer .copy-right ul li::after,
	header ul.navbar-nav .mega-menu li a span img {
		display: none
	}

	.banner-section .banner-text,
	header nav .navbar-brand img {
		width: 100%
	}

	.blog-footer .blog-by p,
	.industries-sec .industries-list ul li a img {
		margin-right: 15px
	}

	.blog-sec .blog-box .blog-content .blog-title {
		min-height: 60px
	}

	.nav-link:focus,
	.nav-link:hover {
		color: #fff !important
	}

	.blog-details-sec .blog-detail-content .blog-footer,
	.counter-section ul,
	.industries-sec .industries-list ul,
	.industries-sec .industries-list ul li a,
	footer .address-title,
	footer .content-se ul,
	footer .content-se ul li,
	footer .latest-posts .pots-info,
	footer .latest-posts .pots-info .post-content .blog-by,
	header .d-flex.align-items-center {
		gap: 0
	}

	.blog-details-sec .blog-detail-content .blog-footer .blog-by,
	.counter-section ul li,
	.industries-sec .industries-list ul li {
		margin-bottom: 15px
	}

	.industries-sec .industries-list ul:last-child,
	footer .content-se ul li:last-child {
		margin-bottom: 0
	}

	.success-stories .card .card-icon img {
		max-height: fit-content
	}

	.industries-sec .industries-list ul li,
	.job-list ul li {
		width: 100%;
		max-width: 100%
	}

	.banner-section .banner-text h3:lang(es),
	.banner-section .banner-text h3:lang(nl) {
		min-height: 66px;
		text-transform: lowercase
	}

	header .d-flex.align-items-center .navbar-toggler {
		margin-left: 15px
	}

	footer .content-se ul li .con-icon,
	footer .latest-posts .pots-info .post-img {
		margin-right: 20px
	}

	footer .address-title p {
		margin-left: 20px
	}

	footer .latest-posts .pots-info .post-content .blog-by p:first-child {
		margin-right: 10px
	}

	footer .copy-right .menu-footer-menu-container ul {
		justify-content: center;
		flex-direction: column;
		align-items: center
	}

	footer .content-se ul li {
		margin-bottom: 20px
	}

	header .navbar ul.navbar-nav {
		z-index: inherit !important;
		padding-top: 0;
		margin-top: 100px
	}

	.change-lng a.dropdown-toggle {
		padding: 0
	}

	nav.navbar.navbar-expand-lg {
		overflow: visible !important
	}

	header nav.navbar.navbar-expand-lg {
		padding: 0 5px
	}

	.change-lng .dropdown-menu.show {
		position: absolute !important;
		background: #fff;
		width: 130px !important;
		min-width: 130px;
		max-width: 130px;
		left: -100px;
		border: 1px solid #ccc
	}

	.change-lng .menu-item-has-children .dropdown-menu a {
		text-decoration: none;
		justify-content: flex-start;
		color: #000 !important;
		align-items: center
	}

	.change-lng ul.navbar-nav {
		padding: 0 !important;
		margin: 0 !important;
		overflow: visible
	}

	.change-lng ul.navbar-nav li {
		opacity: 1;
		transform: none
	}

	section.services-sec .title,
	section.values-sec .title {
		padding: 0 15px
	}

	header ul.navbar-nav .mega-menu li a span svg {
		width: 9px
	}

	.banner-section {
		min-height: 660px;
		height: 660px
	}

	.slider-banner {
		position: relative;
		z-index: 1
	}

	.slider-section .content {
		padding: 50px 15px 10px
	}

	.slider-section .content h1 {
		font-size: 30px !important
	}

	.about-sec .about-content {
		padding-top: 50px
	}

	a.navbar-brand {
		width: 150px
	}

	.mega-menu {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1
	}

	.navbar-expand-lg .navbar-nav .mega-menu.dropdown-menu {
		padding: 0 !important;
	}
	.navbar-nav .dropdown-menu{
		background-color: #ffffff29;

	}

	header ul.navbar-nav .mega-menu li a {
		border: none;
		padding: 10px 15px;
		border-radius: 0;
		        justify-content: flex-start;
	}

	header ul.navbar-nav li a {
		justify-content: space-between;
		font-size: 16px
	}

	header ul.navbar-nav .mega-menu li a span {
		width: 100%;
		justify-content: space-between
	}

	header ul.navbar-nav .mega-menu li {
		border-bottom: none;
		margin-bottom: 0
	}

	.logo_sec ul li {
		padding: 15px;
		width: 50% !important
	}
}

@media (max-width:992px) {
	footer .footer-icon ul {
		justify-content: center
	}

	.menu-footer-menu-container {
		margin: 10px 0
	}

	.copy-right .text-end {
		text-align: center !important
	}

	.owl-theme .owl-dots .owl-dot:hover span {
		background: #d6d6d6
	}

	body.open .collapse:not(.show) {
		display: block
	}
}

@media (min-width:767px) and (max-width:992px) {
	.logo_sec ul li {
		padding: 15px;
		width: 33% !important
	}

	header ul.navbar-nav .mega-menu li {
		border-bottom: none;
		margin-bottom: 0
	}

	.navbar-expand-lg .navbar-nav .mega-menu.dropdown-menu {
		padding: 10px !important
	}

	footer .copy-right ul li::after,
	header ul.navbar-nav .mega-menu li a span img {
		display: none
	}

	footer .address-title {
		margin-bottom: 20px
	}

	.contactpage-sec .cont-box {
		min-height: 300px
	}

	.blog-sec .blog-box .blog-footer {
		padding: 12px 8px
	}

	.full-bgimg img {
		height: 300px
	}

	.about-content iframe,
	.client-sec .about-content .values-box ul li,
	.values-con,
	footer .content-se ul {
		width: 100%
	}

	header ul.navbar-nav li a {
		justify-content: space-between;
		color: #fff !important
	}

	header ul.navbar-nav li .nav-link:focus,
	header ul.navbar-nav li .nav-link:hover {
		color: #fff !important
	}

	header .dropdown-menu {
		margin: 0 13px;
		background-color: transparent;
		border: none;
		box-shadow: none
	}

	.counter-section ul li .counter-box {
		display: flex;
		gap: 10px;
		flex-direction: column;
		text-align: center;
		align-items: center
	}

	.counter-section ul li {
		width: 25%
	}

	.customer-sec {
		padding: 60px 0
	}

	footer .content-se ul li {
		width: 100%;
		flex: 1;
		flex-direction: column;
		align-items: center;
		text-align: center
	}

	.teams-sec .teams-list .team-info p {
		height: 50px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: initial;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical
	}

	.full-bgimg {
		max-height: 50vh;
		overflow: hidden
	}

	.industries-sec .industries-list ul li,
	.job-list ul li {
		width: 50%;
		max-width: 50%
	}

	header .navbar ul.navbar-nav {
		z-index: inherit !important
	}

	.change-lng a.dropdown-toggle {
		padding: 0
	}

	.pro-info .product-content {
		z-index: inherit;
		position: relative
	}

	nav.navbar.navbar-expand-lg {
		overflow: visible !important
	}

	.change-lng .dropdown-menu.show {
		position: absolute !important;
		background: #fff;
		width: 130px;
		left: -30px
	}

	.change-lng .menu-item-has-children .dropdown-menu a {
		text-decoration: none;
		justify-content: flex-start;
		color: #000 !important
	}

	.change-lng ul.navbar-nav {
		padding: 0 !important;
		margin: 0 !important;
		overflow: visible
	}

	.change-lng ul.navbar-nav li {
		opacity: 1;
		transform: none
	}

	.slider-section .img img {
		height: 550px;
		object-fit: contain
	}

	.slider-section .content h1 {
		font-size: 30px
	}

	footer .latest-posts .pots-info .post-content .blog-by {
		flex-wrap: wrap
	}

	.slider-section .content h2 {
		margin-bottom: 25px
	}

	.mega-menu {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1
	}

	header ul.navbar-nav .mega-menu li a {
		border: none
	}

	header ul.navbar-nav .mega-menu li a span {
		justify-content: space-between;
		width: 100%
	}
}

@media (min-width:500px) and (max-width:990px) {
	footer .content-se ul {
		flex-wrap: wrap;
		gap: 15px;
		flex-direction: column;
		width: 100%
	}

	footer .content-se ul li .con-info ul {
		gap: 5px;
		flex-direction: row
	}

	.owl-theme .owl-dots .owl-dot:hover span {
		background: #d6d6d6
	}
}

@media (min-width:993px) and (max-width:1024px) {

	footer .content-se ul,
	footer .latest-posts .pots-info .post-content .blog-by {
		flex-wrap: wrap
	}

	.navbar-expand-lg .navbar-nav .mega-menu.dropdown-menu {
		right: 1%;
		padding: 20px !important
	}

	.dropdown-menu[data-bs-popper] {
		top: 100%;
		left: inherit;
		margin-top: var(--bs-dropdown-spacer)
	}

	.slider-section .img img {
		height: 475px
	}

	.slider-section .content h2 {
		margin-bottom: 35px
	}
}

@media (min-width:1023px) and (max-width:1200px) {
	.counter-section ul li .counter-box {
		display: flex;
		gap: 10px;
		flex-direction: column;
		align-items: center;
		text-align: center
	}
}

@media (min-width:1300px) and (max-width:1600px) {
	.mega-menu {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		padding: 10px !important
	}
}

@media (min-width:1020px) and (max-width:1300px) {
	.mega-menu {
		width: 90% !important;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		padding: 10px !important
	}

	header ul.navbar-nav .mega-menu li a {
		padding: 8px
	}

	header ul.navbar-nav .mega-menu li {
		margin-bottom: 15px
	}
}

@media (min-width:1100px) and (max-width:1300px) {
	.teams-sec .teams-list .team-info p:lang(es) {
		height: 50px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: initial;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical
	}
}

@media (min-width:750px) and (max-width:767px) {
	.success-stories .card .card-icon img {
		max-height: 330px
	}

	.vacancies-detail .about-content .btn_div {
		flex-direction: row
	}
}

@media (min-width:810px) and (max-width:990px) {
	.blog-detail-content .blog-Share {
		width: auto
	}

	.blog-slider,
	.blog-slider-sce .blog-bg-slider,
	.values-sec .values-con {
		margin: 0
	}

	.blog-slider .p-25 {
		padding: 0
	}

	.blog-sec .blog-box .blog-img img {
		height: 250px;
		max-height: 250px
	}

	.blog-Share {
		overflow: hidden;
		width: 75px
	}

	.blog-sec .blog-box .blog-footer span {
		padding: 4px
	}

	header .navbar button {
		opacity: 1;
		margin-left: 25px
	}

	header .d-flex.align-items-center {
		gap: 0
	}

	.success-stories .card .card-icon img {
		height: 210px;
		object-fit: cover;
		max-height: 210px
	}
}

.logo_sec {
	margin-bottom: 60px
}

.logo_sec ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.logo_sec ul li {
	padding: 15px;
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center
}

.logo_sec ul li img {
	width: 100%;
	height: 135px;
	object-fit: contain
}

.home-modal {
	background-color: #00000082
}

.home-modal button.btn-close {
	position: absolute;
	right: -7px;
	background-color: #fff;
	opacity: 1;
	top: -4px;
	z-index: 9999
}

.home-modal .modal-header {
	padding: 0;
	border: none
}

.desk-img {
	display: block
}
.customer-logo .item{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.testimonial-sec{
	padding-top:50px;
}
.testimonial-sec .logo{
	border-radius: 80px;
	overflow: hidden;
	border: 1px solid #0000001c;
	background-color: #fff;
}
.testimonial-sec .logo img{
	width: 80px;
	height: 80px;
	object-fit: contain;
}
.testimonial-sec .testimonial-box .d-flex{
	gap: 15px;
	align-items: center;
}
.testimonial-sec .testimonials-wrap {
  padding: 40px 0 0 0;
}
.testimonial-sec .testimonial-box {
  display: block;
  position: relative;
  padding: 30px 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.testimonial-sec .user-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  min-width: 80px;
  background-size: 100%;
}
.testimonial-sec .carousel-testimonial .item {
  padding: 30px 10px;
}
.testimonial-sec .quote {
  position: absolute;
  top: -23px;
  color: #3c8e2d;
  font-size: 28px;
}
.testimonial-sec .name {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
.testimonial-sec .position {
  color: #636363;
  font-size: 14px;
}
.testimonial-sec .carousel-testimonial .owl-nav {
  text-align: center;
}
.testimonial-sec .carousel-testimonial .owl-nav button.owl-next,
.testimonial-sec .carousel-testimonial .owl-nav button.owl-prev {
  padding: 0 12px !important;
}
.testimonial-sec .carousel-testimonial .owl-nav button {
  outline: none;
  padding: 0;
}
.testimonial-sec .carousel-testimonial .owl-nav button.owl-next span,
.testimonial-sec .carousel-testimonial .owl-nav button.owl-prev span {
  display: block;
  font-size: 40px;
  width: 25px;
  height: 25px;
  vertical-align: 0px;
  line-height: 16px;
}
.testimonial-sec .carousel-testimonial .owl-nav button.owl-next.disabled,
.testimonial-sec .carousel-testimonial .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}
.intl-tel-input.separate-dial-code .selected-flag{
	background-color: #f5f5f5 !important;
}
span.wpcf7-form-control-wrap .intl-tel-input,
span.wpcf7-form-control-wrap .intl-tel-input input{
	background-color: #f5f5f5 !important;
}
@media screen and (max-width:767px) {
	.desk-img {
		display: none
	}

	.mob-img {
		display: block
	}

	.home-modal button.btn-close {
		right: 2px;
		top: -4px;
		z-index: 9999
	}

	.banner-btn {
		width: 100%
	}
}

@media screen and (min-width:767px) and (max-width:992px) {
	.banner-btn {
		width: 100%
	}

	.banner-section .banner-text .button_su {
		margin: 25px 10px
	}
}