body {
	overflow-x: hidden !important;
}

ul.oto {
	/* position: fixed;
	top: 53px;
	right: 0%; */
	/* height: 23px; */
	width: 93px;
	/* border: 1px #000 solid; */
	z-index: 9999;
	/* border-radius: 10px; */
	text-align: center;
	justify-content: center;
	justify-items: center;
	display: flex !important;
	padding: 0px 1px 0px 0px;
}

ul.oto li {
	text-align: center;
	z-index: 2;
	border-radius: 20px;
	/* padding-right: 8px; */
	/* margin-bottom: 8px; */
	margin-right: 5px;

}

ul.oto li img {
	/* border-radius: 10px; */
	/* width: 45px; */
	width: 19px;
	height: 16px;
	/* margin-bottom: 12px; */

}



/* ul.oto li:not(.init) {
	width: 45px;
	display: block !important;
	background: #ddd;
	text-align: center;
	margin-left: -44px;

} */


ul li.selected:not(.init) {
	/* background: #09f; */
	/* margin-left: -15px; */
}

li.init {
	/* cursor: pointer; */
}

a#submit {
	z-index: 1;
}

.custCarousel {
	width: 100%;
	display: grid;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.dg-container {
	width: 100%;
	height: 500px;
	position: relative;
}

.dg-wrapper {
	width: 451px;
	position: relative;
	transform-style: preserve-3d;
	perspective: 1000px;
	z-index: 999;
}

.dg-wrapper .card {
	width: 451px;
	height: 350px;
	padding: 50px;
	display: block;
	position: absolute;
	background-color: transparent;
	left: 0;
	top: 0;
	border: none;
}

.dg-wrapper .card .card-body {
	position: relative;
	height: 150px;
}

.dg-wrapper .card.dg-transition {
	transition: all 0.5s ease-in-out;
}

.dg-wrapper .card img {
	display: block;
	width: 350px;
	height: 300px;
}

.dg-wrapper .card div {
	text-align: justify;
	color: blue;
	font-size: 14px;
	width: 100%;
	bottom: -15px;
	display: none;
	position: absolute;
}

.dg-wrapper .card .card-title {
	font-size: 20px;
}

.dg-wrapper .card .card-text {
	font-size: 14px;
	color: #000;
}

.dg-wrapper .card .img-before {
	width: 150px;
	height: 50px;
}

.dg-wrapper .card .card-img-top {
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.dg-wrapper .card.dg-center div {
	display: block;
}

.carousel__control {
	display: flex;
	text-align: center;
	justify-content: center;
	justify-items: center;

}

.carousel__btn {
	outline: none;
	border: 1px solid #00599c;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	background: #fff;
	padding: 0.5em 1em;
	font-size: 1.2em;
	font-weight: 500;
	color: #00599c;
	cursor: pointer;
	margin: 0 2rem;
	margin-top: 450px;
	z-index: 9999;
}

.carousel__btn:hover {
	transform: scale(1.13);
	transition: transform 0.5s ease-in;
	background: #ececec;
}

.between-cards {
	position: relative;
	top: 30px;
	z-index: 0.1;
	width: 370px;
	height: 680px;
	background-color: #ececec;
	border-radius: 0.2rem;
}

/*  our clients*/
.page-template-page-portfolio .projects-container .projects {
	padding-bottom: 30px;
	/* display: -ms-grid; */
	display: grid;
	/* -ms-grid-columns: (1fr); */
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}

/* @media screen and (max-width:1000px) {

	.page-template-page-portfolio .projects-container .projects .image {
		width: 30%;
	}

	.page-template-page-portfolio .projects-container .projects .content {
		width: 70%;
	}
} */

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

	.page-template-page-portfolio .projects-container .projects {
		display: flex;
		flex-wrap: wrap;
	}
}


@media screen and (max-width:500px) {

	.page-template-page-portfolio .projects-container .projects .project {
		display: block !important;
		width: 100%;
		height: 100% !important;
		margin: 15px;
	}


	.page-template-page-portfolio .projects-container .projects .project .image {
		display: block !important;
		width: 100% !important;
	}


	.page-template-page-portfolio .projects-container .projects .project .content {
		display: block !important;
		width: 100% !important;
	}
}

.page-template-page-portfolio .projects-container .projects .project {
	display: flex;
	background: #80468c;
	height: 350px;
	box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	border-radius: 5px;
}

.page-template-page-portfolio .projects-container .projects .project:hover .image::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: #80468c;
	opacity: .8;
	width: 100% !important;
	height: 100%;
	z-index: 20;
}


.page-template-page-portfolio .projects-container .projects .project .image {
	position: relative;
	height: 100%;
	width: 50%;
}


.page-template-page-portfolio .projects-container .projects .project .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-template-page-portfolio .projects-container .projects .project:nth-of-type(3n+2),
.page-template-page-portfolio .projects-container .projects .project:nth-of-type(3n+2) .image:after {
	background: #f37467;
	/* background: #006299; */
}

.page-template-page-portfolio .projects-container .projects .project:nth-of-type(3n+2):hover .image::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: #f37467;
	opacity: .8;
	width: 100% !important;
	height: 100%;
	z-index: 20;
}


.page-template-page-portfolio .projects-container .projects .project:nth-of-type(3n+3),
.page-template-page-portfolio .projects-container .projects .project:nth-of-type(3n+3) .image:after {
	background: #43b586;
}

.page-template-page-portfolio .projects-container .projects .project:nth-of-type(3n+3):hover .image::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: #43b586;
	opacity: .8;
	width: 100% !important;
	height: 100%;
	z-index: 20;
}

.page-template-page-portfolio .projects-container .projects .project .content {
	padding: 10px 20px;
	width: 50%;
}

.page-template-page-portfolio .projects-container .projects .project .content .terms-list {
	/* font-family: proxima-nova, sans-serif; */
	color: #fff;
}

.page-template-page-portfolio .projects-container .projects .project:nth-of-type(3n+3),
.page-template-page-portfolio .projects-container .projects .project:nth-of-type(3n+3) .image:after {
	background: #43b586;

}

.page-template-page-portfolio .projects-container .projects .project:nth-of-type(3n+5),
.page-template-page-portfolio .projects-container .projects .project:nth-of-type(3n+5) .image:after {
	background: #f37467;
}

.page-template-page-portfolio .projects-container .projects .project:nth-of-type(3n+5):hover .image::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: #f37467;
	opacity: .8;
	width: 100% !important;
	height: 100%;
	z-index: 20;
}

.page-template-page-portfolio .projects-container .projects .project:nth-of-type(3n+6),
.page-template-page-portfolio .projects-container .projects .project:nth-of-type(3n+6) .image:after {
	background: #006299;
}

.page-template-page-portfolio .projects-container .projects .project:nth-of-type(3n+6):hover .image::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: #006299;
	opacity: .8;
	width: 100% !important;
	height: 100%;
	z-index: 20;
}

.page-template-page-portfolio .projects-container .projects .project .nitro {
	display: -ms-grid;
	display: grid;
	/* -ms-grid-columns: (1fr)[2]; */
	grid-template-columns: repeat(2, 1fr);
	background: #804444;
}



.page-template-page-portfolio .projects-container .projects .project .content .terms-list a {
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
}

.project {
	position: relative !important;
}

.page-template-page-portfolio .projects-container .projects .image::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	width: 0;
	height: 100%;
	z-index: 20;
	transition: .1s;
}

/* .project:hover::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: var(--color, transparent);
	width: 100% !important;
	height: 100%;
	z-index: 20;
	transition: 1s;

} */

.page-template-page-portfolio .projects-container .projects .project .content .excerpt {
	margin-bottom: 30px;
}

.page-template-page-portfolio .projects-container .projects .project .content .excerpt p {
	margin: 0;
	font-size: 16px;
	color: #fff;
	line-height: 1.4;
	margin-top: 20px;
	/* text-transform: uppercase; */
}

.page-template-page-portfolio .projects-container .projects .project .content .links {
	padding: 15px 30px;
	display: flex;
	justify-content: center;
	display: none;
}

* {
	box-sizing: border-box;
}

* {
	-webkit-font-smoothing: antialiased;
}

.page-template-page-portfolio .projects-container .projects .project .content h2 {
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
}

.h2,
h2 {
	/* font-family: proxima-nova, sans-serif; */
	font-size: 16px;
	font-weight: 300;
	color: #453f3e;
}



/* h2 {
	display: block;
	font-size: 1.2em;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
} */

.page-template-page-portfolio .projects-container .projects .project .content h2:hover {
	color: #febd12;
	transition: all 0.2s;
}

a {
	font-family: proxima-nova, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #febd12;
	line-height: 31px;
	letter-spacing: 1px;
	text-decoration: none;
	transition: all .3s ease;
}

.links a {
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
}

p {
	/* font-family: proxima-nova, sans-serif; */
	font-size: 18px;
	font-weight: 400;
	color: #453f3e;
	line-height: 1.4;
}



img {
	border-style: none;
}

div {
	display: block;
}

.page-template-page-portfolio .projects .project .content a {
	text-decoration: none;
}

/*** Nos clients ***/

.clients-container {
	font-size: 18px;
}

.clients-container .clients-listing {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: 1px solid #e3e4e5;
	border-radius: 5px;
	padding: 25px;
	position: relative;
	margin: 35px 0;
}

.clients-container .clients-listing::after {
	content: "OURS CLIENTS";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	padding: 5px;
	font-weight: 700;
	color: #006696;
}

.clients-container .client-item {
	width: 180px;
	height: 120px;
	margin: 15px 15px 15px 25px;
	/*filter: grayscale(0);*/
	transition: 0.5s;
	background-color: #fff;
	padding: 10px;
	/*border: 1px solid #e3e4e5;*/
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}

.clients-container .client-item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.swiper {
	width: 100%;
	height: 100%;
}

.projects-container .swiper-slide {
	white-space: normal !important;
}

.projects-container .swiper-button-next:before {
	content: "";
}

.projects-container .swiper-button-prev:before {
	content: "";
}

/* .projects-container .swiper-button-next:after {
	content: "";
} */


/*** Code slide pen  */
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,500,700&subset=latin-ext");

.codeopen-slide {
	position: relative;
	overflow-x: hidden !important;
	/*  height: 600px; */
	/* height: 100%;
	width: 100%; */
	overflow: hidden;
	/* padding: 85px 0; */
	padding-bottom: 90px;
}

/*     .codeopen-slide .swiper-slide {
	display: block !important;
	white-space: normal;
}

.codeopen-slide {
	font-family: "Quicksand", sans-serif;
}

.codeopen-slide a,
.codeopen-slide a:hover {
	text-decoration: none;
}

.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.background {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.background:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(45deg, rgba(209, 0, 42, 0.6) 0%, #0E5DC4 100%);
	opacity: 0.9;
}

.codeopen-slide .wrapper {

	height: 100%;

}

.background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	user-select: none;
}

.item-bg {
	width: 300px;
	height: 500px;
	position: absolute;
	top: 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
	opacity: 0;
	transition: all 0.3s;
	left: -30px;
}

.item-bg.active {
	left: 0;
	top: 0;
	opacity: 1;
}

.news-slider {
	z-index: 2;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

@media screen and (max-width: 1300px) {
	.news-slider {
		max-width: 1000px;
	}
}

@media screen and (max-width: 576px) {
	.news-slider {
		margin-top: 45px;
	}
}

.news-slider__wrp {
	display: flex;
	align-items: flex-start;
	position: relative;
	z-index: 2;
}

.news-slider__item {
	width: 400px;
	flex-shrink: 0;
}

.news__heading {
	display: flex
}

.news-date {}

.news-date img {
	height: 50px;
	width: 100px;
}

@media screen and (max-width: 992px) {
	.news-slider__item {
		width: 340px;
	}
}

.news-slider__item.swiper-slide {
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s;
}

.news-slider__item.swiper-slide-active,
.news-slider__item.swiper-slide-prev,
.news-slider__item.swiper-slide-next {
	opacity: 1;
	pointer-events: auto;
}

.news-slider__ctr {
	position: relative;
	z-index: 12;
}

.news-slider__arrow {
	background: #fff;
	border: none;
	display: inline-flex;
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	z-index: 12;
	cursor: pointer;
	outline: none !important;
}

.news-slider__arrow:focus {
	outline: none !important;
}

.news-slider__arrow .icon-font {
	display: inline-flex;
}

.news-slider__arrow.news-slider-prev {
	left: 15px;
	transform: translateY(-50%);
}

.news-slider__arrow.news-slider-next {
	right: 15px;
	transform: translateY(-50%);
}

.news-slider__pagination {
	text-align: center;
	margin-top: 50px;
}

.news-slider__pagination .swiper-pagination-bullet {
	width: 13px;
	height: 10px;
	display: inline-block;
	background: #fff;
	opacity: 0.2;
	margin: 0 5px;
	border-radius: 20px;
	transition: opacity 0.5s, background-color 0.5s, width 0.5s;
	transition-delay: 0.5s, 0.5s, 0s;
}

.news-slider__pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #ffffff;
	width: 100px;
	transition-delay: 0s;
}

@media screen and (max-width: 576px) {
	.news-slider__pagination .swiper-pagination-bullet-active {
		width: 70px;
	}
}

.news__item {
	padding: 40px;
	color: #fff;
	border-radius: 10px;
	display: block;
	transition: all 0.3s;
}

@media screen and (min-width: 800px) {
	.news__item:hover {
		color: #222222;
		transition-delay: 0.1s;
	}

	.news__item:hover .news-date,
	.news__item:hover .news__title,
	.news__item:hover .news__txt {
		opacity: 1;
		transition-delay: 0.1s;
		color: #000;
	}

	.news__item:hover .news__img {
		box-shadow: none;
	}
}

.news__item.active {
	color: #222222;
}

.news__item.active .news-date,
.news__item.active .news__title,
.news__item.active .news__txt {
	opacity: 1;
}

.news__item.active .news__img {
	box-shadow: none;
}

@media screen and (max-width: 992px) {
	.news__item {
		padding: 30px;
	}
}

@media screen and (max-width: 576px) {
	.news__item {
		padding: 20px;
	}
}

.news-date {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid;
	display: inline-block;
	opacity: 0.7;
	transition: opacity 0.3s;
}

@media screen and (max-width: 576px) {
	.news-date {

display: inline-flex;
align-items: center;
padding-bottom: 0;
}
}

.news-date__title {
	display: block;
	font-size: 32px;
	margin-bottom: 10px;
	font-weight: 500;
}

@media screen and (max-width: 576px) {
	.news-date__title {
		margin-right: 10px;
	}
}

.news-date__txt {
	font-size: 16px;
}

.news__title {
	font-size: 25px;
	font-weight: 500;
	opacity: 0.7;
	transition: opacity 0.3s;
}

@media screen and (max-width: 576px) {
	.news__title {
		font-size: 22px;
		margin-bottom: 10px;
	}
}

.news__txt {
margin: 10px 0;
font-size: 15px;
opacity: 0.7;
transition: opacity 0.3s;
color: #fff;
}

.news__img {
	border-radius: 10px;
	box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
	height: 200px;
	margin-top: 30px;
	width: 100%;
	transition: all 0.3s;
	transform-origin: 0% 0%;
}

@media screen and (max-width: 576px) {
	.news__img {
		height: 180px;
		margin-top: 20px;
	}
}

.news__img img {
	max-width: 100%;
	border-radius: 10px;
	height: 100%;
	width: 100%;
}

*/




.our-client-section {
	background: url('../images/bg_experience.png') center/cover;
	/* height: 500px; */
	position: relative;
	padding: 120px;
}

@media (max-width: 480px) {
	.our-client-section {
		padding: 25px 0px 25px 0px;
	}

	.myslider {
		margin: 0 !important;
		/* width: 100% !important; */
		padding: 5px !important;
	}
}

.slick-cloned {
	/* position: relative; */
	/*  width: 308px !important; */
}

.slick-list {
	padding: 0 !important;
	margin: 0 45px;
}

/* .slick-cloned::after {
	position: absolute;
	content: "";
	background-color: transparent;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
} */

/*     .our-client-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(45deg, rgba(209, 0, 42, 0.6) 0%, #0E5DC4 100%);
	opacity: 0.9;
} */

.myslider {
	/* padding: 30px 20px; */
	margin: 0 15px;
	border-radius: 10px;
	transition: .5s;
	max-height: 580px !important;
	height: 100%;
	/* max-width: 430px;
	width: 100%; */

}
.myslider {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
	margin-bottom: 50px;
}

@media screen and (min-width: 480) and (max-width: 980px) {
	.myslider {
		max-height: 800px !important;
	}
}

/* .slick-slide {
	max-width: 430px;
	width: 100%;
} */

.myslider {
	background-color: #fff;
	box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
}

.myslider .myslider-title,
.myslider .myslider-description {
	color: #000;
}

.myslider .myslider-header::after {
	position: absolute;
	content: "";
	width: 45px;
	height: 3px;
	background-color: #000;
	left: 0;
	bottom: 0;
}

.myslider-header {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	position: relative;
	height: max-content !important;
}

.myslider-header::after {
	position: absolute;
	content: "";
	width: 45px;
	height: 3px;
	background-color: #fff;
	left: 0;
	bottom: 0;
}

.myslider-title {
	display: flex;
	justify-content: flex-start;
	width: calc(100% - 65px);
	text-align: left;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;

	/*  display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; */
}

.myslider-header-img {
	width: 65px;
	height: 100px;
}

.myslider-header-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.myslider-description {
	color: #fff;
	text-align: left;
	height: 100%;
	max-height: 100px;
}


.myslider-img {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 180px;
	overflow: hidden;
	border-radius: 10px;
	width: 100%;
	box-shadow: -5px 10px 35px -10px rgb(0 0 0 / 50%);
	background: #fff;

}

.myslider-img img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	/* border-radius: 10px; */
}

.slick-current {
	background-color: #fff !important;
}

.slick-current .myslider-title,
.slick-current .myslider-description {
	color: #000;
}

.slick-current .myslider-header::after {
	position: absolute;
	content: "";
	width: 45px;
	height: 3px;
	background-color: #000;
	left: 0;
	bottom: 0;
}

.slick-next,
.slick-prev {
	position: absolute;
	bottom: -70px;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	line-height: 0;
	font-size: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	border: none;
	outline: none;
	color: transparent;
	background: transparent;

}

.slick-next {
	right: 25px;
}

.slick-prev {
	left: 15px;
}

.slick-prev::before {
	content: "\279C";
	transform: rotateY(180deg);
}

.slick-next:before {
	content: '\279C';
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 15px;
	/* line-height: 1; */
	color: #000;
	background-color: white;
	height: 35px;
	width: 35px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

/*     .myslider-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
} */