/* ------- Elementor Pop up video close button --------- */
.dialog-type-lightbox.elementor-lightbox{
	background-color: rgba(0, 0, 0, .9) !important;
}
.elementor-lightbox .dialog-lightbox-close-button{
	color: rgba(238, 238, 238, 0.9) !important;
	font-size: 40px !important;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.elementor-lightbox .dialog-lightbox-close-button:hover{
	text-decoration: none !important;
	transform: scale(1.1);
}

@media only screen and (max-width: 1350px) {	
	.elementor-lightbox .dialog-lightbox-close-button {
		font-size: 30px !important;
		right: 5px !important;
		margin-top: 5px !important;
	}
}


/*  Elementor popup video */  
	.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe, 
	.elementor-lightbox .elementor-video-container .elementor-video-landscape video { border: none !important; }
	.elementor-lightbox .elementor-video-container{position: absolute;top: 50%;left: 50%; -webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform:translate(-50%, -50%); }


	.elementor-lightbox .elementor-video-container .elementor-video-square iframe, 
    .elementor-lightbox .elementor-video-container .elementor-video-square video, 
    .elementor-lightbox .elementor-video-container .elementor-video-landscape iframe, 
    .elementor-lightbox .elementor-video-container .elementor-video-landscape video, 
    .elementor-lightbox .elementor-video-container .elementor-video-portrait iframe, 
    .elementor-lightbox .elementor-video-container .elementor-video-portrait video { max-height: 90vh; aspect-ratio: 1.77777 / 1; }


	@media only screen and (min-width: 1600px) {	
	.elementor-video-container iframe{
		width: 1280px !important;
		height: 720px !important;
		max-width: unset !important;
		/*max-width: 80% !important;*/
		}
	}

	@media only screen and (min-width: 1024px) and (max-width: 1599px)	{
	.elementor-video-container iframe{
		width: 960px !important;
		height: 540px !important;
		max-width: unset !important;
		}
	}

	@media only screen and (min-width: 768px) and (max-width: 1023px)	{
	.elementor-video-container iframe{
		width: 620px !important;
		height: 350px !important;
		max-width: unset !important;
		}
	}

	@media only screen and (min-width: 575px) and (max-width: 767px)	{
	.elementor-video-container iframe{
		width: 500px !important;
		height: 280px !important;
		max-width: unset !important;
		}
	}

	@media only screen and (max-width: 574px) {
		.elementor-lightbox .elementor-video-container{width: 100%;}
		.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe, .elementor-lightbox .elementor-video-container .elementor-video-landscape video {
			width: calc(100% - 20px);
			min-height: 235px !important;
		}
	}


/*Start https://www.cloudapper.ai/ai-in-hr/ page slider css*/

.relationships-slide .swiper-pagination{
	padding:10px 0;
	max-width: 700px;
    left: 50% !important;
    transform: translateX(-50%);
	}
.relationships-slide .swiper-pagination-bullet{
	width:130px; 
	height:36px; 
	border-radius:4px; 
	background-color:transparent;
	background-size:cover; 
	}
.relationships-slide .swiper-pagination-bullet.swiper-pagination-bullet-active{
	filter: grayscale(0) !important;
	opacity: 1 !important;
	}
.relationships-slide .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: rgb(15, 114, 239);
	border-bottom: 2px solid rgb(15, 114, 239);
	animation: load 5s normal forwards;
	-webkit-animation: load 5s normal forwards;
	}
.relationships-slide .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active::before {
	bottom: -24px;
	}	
@keyframes load {
	0% { width: 0; }
	100% { width: 100%; }
	}
@-webkit-keyframes load { /* Safari specific */
	0% { width: 0; }
	100% { width: 100%; }
	}
.relationships-slide .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 20px;
	position: relative;
	}
.relationships-slide .swiper-pagination-bullet:first-child {
	background-image: url(https://www.cloudapper.ai/wp-content/uploads/2023/07/Providence-Health.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.6;
	filter: grayscale(100%);
	}	
.relationships-slide .swiper-pagination-bullet:nth-child(2) {
	background-image: url(https://www.cloudapper.ai/wp-content/uploads/2023/07/Prime-Communication.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.6;
	height:30px;
	filter: grayscale(100%);
	margin-left:0 !important;
	margin-bottom: 6px !important;
	}
.relationships-slide .swiper-pagination-bullet:nth-child(3) {
	background-image: url(https://www.cloudapper.ai/wp-content/uploads/2023/07/City-National-Bank.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.6;
	filter: grayscale(100%);
	}
.relationships-slide .swiper-pagination-bullet:nth-child(4) {
	background-image: url(https://www.cloudapper.ai/wp-content/uploads/2023/07/Applegreen.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.6;
	filter: grayscale(100%);
	}
.relationships-slide .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: -50px;
	}
.relationships-slide .swiper-slide .industry {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 8px 12px 0px;
	cursor: pointer;
	border-radius: 8px;
	background-color: rgb(255, 255, 255);
	padding: 16px;
	z-index: 2;
	opacity: 0.4;
	}
.relationships-slide .swiper-slide.swiper-slide-next .industry{
	opacity: 1 !important;
	}
.relationships-slide .logo-content {
	margin-right: 16px;
	}
.relationships-slide .text-content{
	text-align: left;
	font-style: normal;
	}
.relationships-slide .img-wraper img {
    width: 100%;
    aspect-ratio: 10 / 4;
    object-fit: contain;
	}
.relationships-slide .heading {
	font-size: 13px;
	line-height: 26px;
	display: block;
	font-weight: 400;
	color: rgb(84, 82, 85);
	}
.relationships-slide .company {
	font-size: 16px;
	line-height: 1.3;
	display: block;
	font-weight: 500;
	}
.relationships-slide .divider {
	width: 150px;
	margin: 6px 0px;
	height: 1px;
	border: 1px solid rgb(230, 230, 231);
	}
.relationships-slide .swiper-pagination{
	border-bottom: 1px solid rgb(178, 180, 184);
	}
.relationships-slide .elementor-swiper-button.elementor-swiper-button-prev{
	display: none;
	}
.relationships-slide .elementor-swiper-button.elementor-swiper-button-next{
	display: none;
	}
.relationships-slide .swiper-slide.swiper-slide-next .company{
	color:#000;
	opacity:1;
	}

@media only screen and (min-width: 1024px) {
.relationships-slide .img-wraper {
	/*background: rgb(18, 121, 253,.8);*/
	background: #cde3ffb3;
	border-radius: 8px;
	width: 136px;
    height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 6px;
	}
}
	
	
@media screen and (min-width: 1025px) and (max-width: 1200px) {
.relationships-slide .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
	}
.elementor-widget-testimonial-carousel .swiper-slide {
	padding-left: 10px;
	padding-right: 10px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
.relationships-slide .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px;}	
.elementor-widget-testimonial-carousel .swiper-slide {padding: 5px;}
.key-relation{padding-bottom:80px !important;}
.relationships-slide .divider {width: 120px;}
}


@media screen and (min-width: 768px) and (max-width: 1023px) {
.relationships-slide .swiper-slide.swiper-slide-next .industry{
	opacity: 1 !important;
	}
.relationships-slide .swiper-pagination-bullet{
	display:none;
	}
}

@media only screen and (max-width: 1023px) {
.relationships-slide .industry {
    flex-direction: column !important;
    gap: 10px;
    flex-wrap: wrap;
    align-items: stretch !important;
	}
.relationships-slide .company{
	color:#000;
	}	
.relationships-slide .logo-content {
	margin-right: 0;
	}
.relationships-slide .text-content {
	text-align: center;
	}
.relationships-slide .divider {
	width: 100%;
	}	
.relationships-slide .img-wraper {
	/*background: rgb(18, 121, 253,.8);*/
	background: #cde3ffb3;
	border-radius: 8px;
    padding-top: 36px;
    padding-bottom: 36px;
}	
.relationships-slide .img-wraper img {
	width: 140px;
	height: auto;
	}
.relationships-slide .swiper-slide.swiper-slide-next .industry{
	opacity: 0.4;
	}
.relationships-slide .swiper-slide.swiper-slide-active .industry{
	opacity: 1;
	}
.relationships-slide .swiper-pagination {
	display: none;
	}
.relationships-slide .elementor-swiper-button.elementor-swiper-button-prev{
	display: inline-flex;
	}
.relationships-slide .elementor-swiper-button.elementor-swiper-button-next{
	display: inline-flex;
	}
}

/*End https://www.cloudapper.ai/ai-in-hr/ page slider css*/

























