body {
	max-width: 1920px;
	overflow-x: hidden !important;
	margin: auto;
}

header { 
	width: 100vw !important;
}

footer {
	position: relative;
	bottom: 0;
	z-index: 33333333;
	width: 100%;
	min-height: 270px;
	background-repeat: no-repeat;
	background-position: right bottom;
	opacity: .89;
}



.main-holder.footer {
	max-width: initial;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
}

.home .rights {
	position: relative;
	bottom: 0;
	width: 100%;
	height: 38px;
	background-color: #1a1b1f;
	-webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, .07);
	box-shadow: inset 0 0 50px rgba(0, 0, 0, .07);
	opacity: 1;
	z-index: 9;
}

.home footer {
	position: relative;
	bottom: 0px;
}


.page-template-template-company .content {
    position: relative;
    display: grid;
    overflow: visible;
}

.footer .rights {
	position: relative !important;
}

.front.mouse {
	display: none;
}

.front.section2, .front.section2 .fp-tableCell{
	height: 360px !important;
}

.section_home_1 .fp-tableCell {
	/* padding-bottom: 360px; */
}

#fp-nav.fp-right {
	display: none;
}

.section_template_main .video .bodymovin-width {
	width: 950px;
}

.section_home_1 .bts .bt_a {
	width: 225px;
	float: left;
	height: 40px;
	margin: 60px 0px;
	background-color: #9e2986 !important;
	border-radius: 25px;
	-webkit-box-shadow: 4px 8px 15px rgba(158, 41, 134, .25), 0 0 4px rgba(158, 41, 134, .2) !important;
	box-shadow: 4px 8px 15px rgba(158, 41, 134, .25), 0 0 4px rgba(158, 41, 134, .2) !important;
	-webkit-transition: .5s;
	transition: .5s;
}

.section_home_1 .bts .bt_a .bt-text {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 40px;
	color: #fff;
	letter-spacing: .5px;
	direction: ltr;
}

.section-videos {
	margin-top: 130px;
}

.section_template_main.section_access_1 .holder-text .text.quote {
	position: relative;
	top: 120px;
	left: 0;
}

.section_template_main.section_access_1 .holder-text .text.quote p {
	color: #424242;
	font-style: italic;
	font-weight: 400;
}


.section_template_main.section_access_1 .holder-text .text.quote .author p{
	top: 10px;
	color: #424242;
	font-style: normal;
	font-weight: 600;
}

.single-products video {
	width: 100%;
	height: 100%;

}


.section_product_last .holder-text .title {
	position: relative;
	top: -193px;
	/* left: 485px; */
	top: 0;
	z-index: 4;
	padding: 70px 0;
}

.section_product_last .holder-text .bts {
	position: relative;
	top: 0;
	width: 100%;
	margin-bottom: 60px;
}

.post-type-archive-products .section_template_main.section_product_1 {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 200px;
}


.post-type-archive-products .main-holder {
	padding-right: 55px;
	padding-left: 55px;
	padding-top: 100px;
	padding-bottom: 100px;
}

.post-type-archive-products  .section_template_main .holder-text .icons {
	position: relative;
	top: 20px;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	flex-direction: row-reverse;
	-webkit-box-direction: reverse;
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row-reverse;
	margin: 0;
	width: 100%;
	column-gap: 20px;
}

.post-type-archive-products  .holder-text .icons .icon-s {
	width: 200px;
	height: 200px;
}

.post-type-archive-products  .holder-text .icons .icon-s .image_bg {
	border: none !important;
	height: 100%;
	width: 100%;
}

.post-type-archive-products .holder-text .icons .icon-s .image_bg .image {
	margin-top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.section_template_main.section_access_1 .quoe-holder .quoe-blue {
	position: absolute;
	top: 20px;
	left: 20px;
}


.page-template-template-solutions .template_solutions_main .video {
	position: absolute;
	bottom: 0;
	z-index: 4;
	right: 0px;
	top: 0;
	width: auto;
}

.section_solutions_1 {
	padding-bottom: 80px;
}

@media only screen and (max-width: 1500px) {
	.page-template-template-solutions .template_solutions_main .video {
		position: absolute;
		bottom: 0;
		z-index: 4;
		right: -12%;
		left: auto;
		top: 0;
		width: auto;
		height: auto;
		top: 20%;
	}
}


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

	.post-type-archive-products .section_template_main.section_product_1 .video.mp4 {
		position: relative !important;
		top: 0;
		bottom: 0;
		margin: auto;
		height: 400px;
		width: 100%;
		transform: translateY(0px);
	}


	.section_template_main.section_access_1 .quoe-holder .quoe-blue {
		width: 30px;
	}
}
.section_template_main.section_access_1 .quoe-holder .quoe-white {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
@media only screen and (max-width: 1000px) {
	.section_template_main.section_access_1 .quoe-holder .quoe-white {
		width: 30px;
	}
}
.section_template_main.section_access_1 .quoe-holder .quoe-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: 300px;
	height: 100%;
	margin: auto;

	-webkit-box-align: center;
	-ms-flex-align: center;
}
.section_template_main.section_access_1 .quoe-holder .quoe-cont .quoe-text p {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #7d8790;
}
.section_template_main.section_access_1 .quoe-holder .quoe-cont .quoe-text .quoe-text2 {
	margin-top: 5px;
}
.section_template_main.section_access_1 .quoe-holder .quoe-cont .quoe-text .quoe-text2 p {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #424242;
}

.start-opacity {
	opacity: 1;
}

@media only screen and (min-width: 1000px) and (min-height: 850px) and (min-height: 751px) {
	.template_access_2 .holder .holder-text .holder-access_2_a {
		top: 0;
	}

	.template_access_2 .holder .holder-text2 {
		margin-top: 18%;
		position: relative;
	}
}


@media (min-width: 976px) { 



	.template_access_2 .holder .holder-text2 {
		position: relative;
	}

	.template_access_2 .holder .holder-text {
		display: flex;
		width: 50%;
		justify-content: flex-start;
		margin-top: 15%;
	}

	.template_access_2 .holder .holder-text .holder-access_2_a {

		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}

	.template_access_2 .holder .holder-text .title {
		position: relative;
		top: 0px;
		left: -6px;
	}

	.template_access_2 .holder .holder-text .text {
		position: relative;
		top: 0px;
	}

	.template_access_2 .holder .holder-text .access_2_a {
		position: relative;
		top: 0px;
		left: 0;
	}

	.template_access_2 .holder .holder-text2 .line {
		position: absolute;
		top: 0;
		left: -37px;
		width: 1px;
		height: 278px;
		margin-right: auto;
		border: 1px solid #b8c5d0;
	}

	.single-products video {
		max-width: 755px;
		max-height: 644px;
	}

	.single-products video[src="http://igentify-com-dev.s201.upress.link/wp-content/uploads/2019/08/Access_Header-1.mp4"] {
		max-height: 1200px;
	}

	.single-products  .author {
		top: 60px;
		position: relative;
	}
}

@media (max-width: 975px) {
	.section_home_1 .bts .bt_a {
		float: none;
		margin: auto;
		margin-top: 40px;
	}

	.section_home_1 .fp-tableCell {
		padding-bottom: 0px;
	}

	.front.section2, .front.section2 .fp-tableCell{
		height: 0px !important;
	}
}

.section_template_main .video {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 400px;
	transform: translateY(-100px);
}

.page-template-template-company .section_template_main .video {
	position: absolute;
	top: 20%;
	bottom: auto;
	height: 400px;
	transform: translateY(0px) translateX(0);
	left: auto;
	right: 5%;
	width: fit-content;
	margin: auto;
}


@media (max-width: 1360px) {
	.main-menu {
		display: flex;
		flex-direction: column-reverse;
	}

}
@media (max-width: 975px) {

	.home footer {
		position: relative;
	}




	.fp-section.fp-table, .fp-slide.fp-table {
		height: 100% !important;
	}

	.section_template_main.section_product_1 .video.mp4 {
		display: flex;
		align-items: flex-end;
	}
	.post-type-archive-products .section_template_main .holder-text .icons {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;	
		margin-bottom: 55px;
	}

	.post-type-archive-products .holder-text .icons .icon-s {
		width: auto;
		height: auto;
	}

	.section_template_main .video {
		position: static;
		height: auto;
		margin-top: 180px;
		margin-bottom: -100px;
	}

	.section_template_main .video .bodymovin-width {
		width: 100%
	}

	.section_company_3 .holder-logos .logo img {
		width: auto;
		max-width: 70%;
	}
	.section_company_4 .fp-tableCell {
		display: block;
	}

	.section_company_4 .container.master {
		position: static !important;
	}

	.section_company_5 .holder-mans .man .image {
		filter: grayscale(100%);
	}

	#page {
		max-width: 100%;
	}



	.section_home_2 {
		padding-top: 0;
		margin-top: -100px;
	}
}

@media only screen and (max-width: 1361px) {
	.template_access_2 .holder .holder-text2 .line {
		top: 50%;
		transform: translateY(-80%);
	}
}

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

	body.single-products .fp-tableCell {
		height: auto !important;
		margin: 50px 0px;
	}

	.section_template_main.section_access_1 .holder-text .text.quote {
		position: relative;
		top: 28px;
		left: 0;
		height: auto;
		margin-bottom: 80px;
	}

	body.single-products .content-wrap {
		height: 100% !important;
	}

	.template_access_2 .holder .holder-text .access_2_a {
		height: auto;
	}

	.footer-top {
		padding: 10px 0;
		background-color: rgba(255,255,255,.25);
		border-top: 2px solid #f0f2f4;
		overflow-x: hidden;
	}

	.page-template-template-company .section_template_main .video {
		position: relative;
		top: 0;
		bottom: 0;
		height: auto;
		transform: translateY(50px) translateX(0%);
		left: 0;
		right: 0;
		width: 100%;
		margin: auto;
	}
}


@media only screen and (max-width: 1366px) {
	.template_solutions_main .video .holder-video .bodymovin-width {
		width: 580px;
	}

	.section_template_main .video {
		transform: translateY(0px);
	}

	.template_access_2 .holder .holder-text2 .line {
		top: 200px;
	}

	.section_template_main.section_product_1 .video.mp4 {
		top: 85px;
	}
	.section_template_main.section_product_1 #holder-video-product {
		width: 470px;
	}

	.footer-top .part-icons .box-icon {
		display: flex;
	}

}


@media (min-width: 976px) {
	.template_access_2 .holder .holder-text2 {
		position: relative;
		display: flex;
		align-items: center;
	}
}


@media only screen and (max-width: 1366px) and (min-width: 976px) {
	.section_access_last .holder .holder-text {
		padding-bottom: 200px;
	}
	.section_company_5 .holder-mans {
		margin-top: 20px;
	}
	.section_company_5 .holder-mans .man .image {
		max-width: 150px;
	}
	.template_home_1 .holder-text .title p {
		font-size: 70px;
	}
	.template_home_1 .holder-text .title2 p {
		font-size: 70px;
	}
}


.section_template_main.section_product_1 .main-holder {
	display: flex;
	flex-direction: row-reverse;
	width 100%;
	position: relative;
}



.section_template_main.section_product_1 .video .holder-video.mp4 {
	top: 0;
	left: 0;
}

.section_company_1 .video .holder-video {
	top: 58px;
	left: 0;
}

.post-type-archive-products .section_product_main .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	direction: ltr;
	justify-content: space-between;
}


.post-type-archive-products .section_product_main .holder .holder-text {
	position: relative;
	left: 0;
	width: 750px;
	padding-left: 0px;
	max-width: 50%;
}


.post-type-archive-products .section_template_main.section_product_1 .video.mp4 {
	position: relative !important;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 400px;
	width: 50%;
	transform: translateY(30px);
}

.post-type-archive-products .template_product_2 .holder-2 {
	margin-top: 50px;
}

.post-type-archive-products  .section_product_main .video .holder-video {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.post-type-archive-products .section_product_main {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 150px;
	padding-top: 100px;
}


.single-products  .template_access_2 .holder .holder-text2 {
	margin-top: 11%;
}

.single-products .template_access_2 .holder .holder-text {
	margin-top: 10%;
}

.single-products .section_access_3 .main-holder,
.single-products .section_access_4 .main-holder,
.single-products .section_access_5 .main-holder {
	padding-top: 0px;
}

.single-products .template_last .holder .holder-text {
	position: relative;
	top: 0;
}


.single-products .main-holder.footer {
	max-width: initial;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
}

.template_solutions_main .holder-text .title {
	position: relative;
	top: -68px;
	left: 0;
	max-width: 70%;
	direction: ltr;
	align-self: flex-end;
}
@media only screen and (max-width: 1366px) and (min-width: 976px) {
	.section_company_1 .video .holder-video {
		top: -62px;
		left: -70px;
	}
}

.section_company_1 .video .holder-video .quoe-holder .quoe-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: 300px;
	height: 100%;
	margin: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
}



.content-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	min-height: 600px;
	pointer-events: none;
}


.main-holder {
	padding-right: 55px;
	padding-left: 55px;
	padding-top: 200px;
	padding-bottom: 100px;
}

.main-holder.footer {
	max-width: initial;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 38px;
}

.template_home_1 .video {
	position: absolute;
	top: 0px;
	bottom: 0;
	z-index: 4;
	right: 0;
	left: auto;
	width: 50%;
}


.template_home_1 .video .holder-video {
	position: relative;
	top: 50px !important;
	right: 0px !important;
	height: 100%;
}

.template_home_1 .video .bodymovin-width {
	width: 100% !important;
	margin: auto;
}

.section_template_main.section_company_4 {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
}


.section_template_main.section_company_4 .container.master {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
}

.section_template_main.section_company_4 .main-holder {
	min-height: 900px;
}

.dark-all {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/* display: none; */
	pointer-events: none;
	height: 100%;
}

.section_company_2 {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 900px;
}

.section_company_2 .video .bodymovin-width {
	width: 100% !important;
	margin-bottom: 0;
	top: 50px;
	position: relative;
}


.bg_blue {
	background-color: #3388e5;
	-webkit-transition: background-color 1000ms linear;
	transition: background-color 1000ms linear;
}




@media only screen and (max-height: 1100px) and (min-width: 976px)  {
	.content-wrap {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: fit-content;
		min-height: auto;
		pointer-events: none;
		height: 100%;
	}

	.section_template_main .video {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		height: 400px;
		transform: translateY(30px);
	}

	.content {
		z-index: 3;
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		overflow: visible;
	}


}


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


	.page-template-template-company .content-wrap {
		height: initial !important;
		min-height: auto !important;
	}

	.post-type-archive-products .section_template_main.section_product_1 #holder-video-product {
		width: 100%;
	}

	.post-type-archive-products .section_template_main .video {
		position: static;
		height: auto;
		margin-top: 0;
		margin-bottom: 0;
	}

	.post-type-archive-products .content-wrap {
		height: initial !important;
		min-height: auto !important;
		margin: 50px 0;
	}

	.single-products .section_template_main .video {
		position: static;
		height: auto;
		margin-top: 0;
		margin-bottom: 0;
	}

	.single-products .content-wrap {
		height: initial !important;
		min-height: auto !important;
		margin: 50px 0;
	}

	.single-products .template_last .holder-text .bts {
		top: initial;
		left: initial;
		margin-top: 30px;
		margin-bottom: 0px !important;
	}
}



@media only screen (min-width: 1300px)  {

	.page-template-template-company  .content-wrap {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: fit-content;
		min-height: auto;
		pointer-events: none;
	}

	.page-template-template-company .container.master {
		top: 28px;
		position: relative !important;
	}

	.page-template-template-company .fp-section.fp-table, .fp-slide.fp-table {
		display: table;
		table-layout: fixed;
		width: 100%;
		height: auto !important;
	}

	.page-template-template-company .fp-tableCell {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		height: auto !important;
	}

}





.post-type-archive .main-holder.footer {
	max-width: initial;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}


.post-type-archive .content--related {
	min-height: auto;
}


.post-type-archive .template_last .holder .holder-text {
	position: relative;
	top: 0;
}


.post-type-archive .section_template_main.section_product_1 #holder-video-product {
	width: 91%;
	margin: auto;
	top: -20px;
	position: relative;
}

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

	header {
		width: 100vw !important;
		z-index: 99999999999999;
	}

	.post-type-archive-products .section_template_main.section_product_1 {
		display: block;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center;
		padding-top: 0px;
	}

	.post-type-archive-products .section_template_main.section_product_1 .video.mp4 {
		position: relative !important;
		top: 0;
		bottom: 0;
		margin: auto;
		height: auto;
		width: 100%;
		transform: translateY(0px);
	}

	.post-type-archive-products .section_product_main {
		display: block;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center;
		padding-bottom: 0;
		padding-top: 0;
	}

	.post-type-archive-products .main-holder {
		padding-right: 55px;
		padding-left: 55px;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.section_product_last  .main-holder{
		padding-right: 0;
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	.template_home_1 .video {
		position: relative;
		top: 0px;
		bottom: auto;
		z-index: 4;
		right: 0;
		left: auto;
		width: 100%;
		transform: translateY(-100px);
	}

	.home .main-holder {
		padding-right: 55px;
		padding-left: 55px;
		padding-top: 110px;
		padding-bottom: 100px;
	}

	.home .rights {
		position: relative;
		z-index: 9999999999;
		color: white;
		overflow: hidden;
	}
	.home .front.section2 {
		height: auto !important;
		display: flex;
		flex-direction: column;
	}


	.post-type-archive .section_template_main.section_product_1 .main-holder {
		display: flex;
		flex-direction: column;
	} 

	.post-type-archive-products .section_product_main .holder .holder-text {
		position: relative;
		left: 0;
		width: 750px;
		padding-left: 0px;
		max-width: 100%;
	}

	.post-type-archive-products .section_product_main .holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		direction: ltr;
		justify-content: space-between;
		flex-direction: column;
	}
	.page-template-template-solutions .template_solutions_main .video {
		position: relative;
		bottom: 0;
		z-index: 4;
		right: 0;
		left: auto;
		top: 0;
		width: 100%;
		height: auto;
		height: auto;
		top: auto;
	}

	.template_solutions_main .holder-text .title {
		position: relative;
		top: 0;
		left: 0;
		max-width: 70%;
		direction: ltr;
		align-self: flex-end;
	}

	.template_solutions_main .main-holder {
		padding-right: 55px;
		padding-left: 55px;
		padding-top: 0;
		padding-bottom: 0;
	}

	.template_solutions_main .content-wrap {
		height: initial !important;
		min-height: auto!important;
		padding-top: 100px;
	}


	.template-template-company  .section_template_main.section_company_4 .main-holder {
		min-height: auto;
	}

	.template-template-company .section_template_main.section_company_4 .main-holder {
		min-height: auto;
		PADDING: 0PX;
	}

	.page-template-template-company .main-holder {
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 100PX;
		padding-bottom: 0;
	}

	.page-template-template-company .section_company_6 .main-holder {
		padding-right: 0px;
		padding-left: 0px;
		padding-top: 100PX;
		padding-bottom: 0;
	}

	.page-template-template-company .section_company_5 .holder-mans .man .name {
		height: 80px;
	}

	.section_company_5 .holder-mans .man .job {
		max-width: 210px;
		margin: auto;
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 400;
		color: #8447b3;
		direction: ltr;
		height: 85px;
	}

	.page-template-template-company .section_template_main .holder-text .title p {
		font-size: 28px;
		line-height: normal;
	}

	.page-template-template-company .hot-spot {
		display: none;
	}

	.page-template-template-company  .section_template_main.section_company_4 .main-holder {
		min-height: auto;
	}

	.section_template_main.section_company_4 .title_our_team p {
		font-size: 36px;
		line-height: initial;
		color: #000000ba;
	}

	.single-products .main-holder {
		padding-right: 55px;
		padding-left: 55px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

}

















