.home .section-control > .e-con-inner{
	padding-top:0 !important;
}
.client-slider .slick-list  {
	padding-right:82px;
	padding-bottom:50px;
}
.client-slider .slick-track{
	padding-top:200px;
}
.client-slider .slick-slide:before {
    content: "";
    position: absolute;
    top: calc(-100% + -2px);
	opacity: 0.2;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #292561 0%, #1E1B47 100%);
    left: 0;
    border-radius: 50px;
}
.client-slider .slick-slide:after {
    content: "";
    position: absolute;
    bottom: calc(-100% + -2px);
	opacity: 0.2;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #1E1B47 0%, #292561 100%);
    left: 0;
    border-radius: 50px;
}
.client-slider .slick-slide{
	display:flex !important;
	gap:30px;
	margin-right:2px;
}
.client-slider .slick-current {
    background: rgba(86, 90, 242, 1) !important;
	margin-top:0 !important;
	opacity:100% !important;
}
.client-slider  .slick-current + .slick-active{
   margin-top:150px !important;
	opacity:100% !important;
}
.client-slider  .slick-active:not(.slick-current) + .slick-active{
   margin-top:300px;
	opacity:100%;
}
.client-slider .slick-active:not(.slick-active) + .slick-slide{
   margin-top:450px;
	opacity:20%;
}
.client-slider .slick-active + .slick-slide {
    margin-top: 450px;
    opacity: 20%;
}
.client-slider .slick-slide p{
	margin-bottom:0 !important;
}
.client-slider button.slick-arrow{
    position: absolute;
}
.client-slider ul.slick-dots {
    position: absolute;
    bottom: 200px;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 0;
    gap: 2px;
    left: -33px;
}
.client-slider ul.slick-dots li {
    list-style: none;
    padding: 0;
    height: 2px;
    background: rgba(86, 90, 242, 1);
	opacity:30%;
    width: 46px;
	transition:all ease 0.3s;
}
.client-slider ul.slick-dots button {
    opacity: 0;
    height: 2px;
    padding: 0;
}
.client-slider ul.slick-dots li.slick-active {
    width: 97px;
	opacity:100%;
	transition:all ease 0.3s;
}
.client-slider button.slick-arrow {
    position: absolute;
    right: 112px;
    top: calc(500px - 100px);
    border: none;
    border-radius: 25px;
    padding: 20px;
    height: 62px;
    font-size: 0;
    border-radius: 25px;
    overflow: hidden;
    z-index: 9;
}
.client-slider button.slick-arrow:hover {
	border:none;
}
button.slick-prev.slick-arrow {
    right: calc(33% - 176px);
}
button.slick-prev.slick-arrow {
    right: calc(33% - 25px);
    width: 62px;
    background: rgba(30, 27, 71, 1);
    z-index: 999;
}
button.slick-next.slick-arrow {
    width: calc(32% - 125px);
    background: rgba(30, 27, 71, 1);
    z-index: 999;
}
.client-slider button.slick-next:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../images/client-errow-next.png);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
    background-position-y: center;
    filter: brightness(0) saturate(100%) invert(13%) sepia(45%) saturate(2455%) hue-rotate(227deg) brightness(94%) contrast(96%);
}
.client-slider button.slick-prev:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index:-1;
    background-image: url(../images/client-errow.png);
    background-repeat: no-repeat;
    background-position: center;
}
.client-slider button.slick-arrow:hover:after {
	filter: brightness(0) saturate(100%) invert(50%) sepia(80%) saturate(6708%) hue-rotate(231deg) brightness(99%) contrast(91%);
}


/* Blog Page CSS */

.lets-talk-section h4, .lets-talk-section p {
	margin: 0;
}
.lets-talk-section .contact-form {
	background: #292561;
	padding: 25px;
	border-radius: 50px;
}
.lets-talk-section .form-row {
	display: flex;
	align-items: center;
	margin-bottom: 2px;
}
.lets-talk-section .form-row span {
	width: 100%;
}
.lets-talk-section input {
	height: 62px;
	background: linear-gradient(90deg, #A844FF 0%, rgba(30, 27, 72, 1) 73%) !important;
	border-radius: 25px !important;
	border: 0 !important;
	color: #ffff !important;
	background-color: unset !important;
	z-index: 3;
}
.lets-talk-section input:focus{
	box-shadow:none !important;
	outline:none !important;
	outline:none;
}
.lets-talk-section textarea {
	border-radius: 25px;
	background-color: #5B5FFF !important;
	border: 0 !important;
	color: #ffff !important;
	padding: 24px;
	height: 190px;
	resize: none;
	margin-bottom:30px;
	margin-top:30px;
}
.lets-talk-section input::placeholder, .lets-talk-section textarea::placeholder{
	color: #ffff;
	font-size:20px;
	font-weight: 400;
	opacity: unset !important;
}
.lets-talk-section .elementor-field-type-text, .lets-talk-section .elementor-field-type-email {
	flex-wrap: nowrap;
}
.contact-form .elementor-button {
	background: linear-gradient(90deg, rgba(30, 27, 71, 0) 25%, #A844FF 100%), #1E1B47 !important;
} 
.contact-form .elementor-button-icon svg {
	width:22px;
	height:22px;
}


.contact-form  .elementor-column:first-child label::after{
	left:41px;
}
/* .contact-form  .elementor-column:nth-child(3) label::after{
left:41px;
} */
.contact-form .elementor-field-type-textarea label {
    display: none;
}

.lets-talk-section h2 {
	font-family: 'tt_travels_next';
}
.sub-description span {
	color: #FF6A00;
	font-weight: 700;
}
.why-settling span {
	color: #FF6A00;
	font-family: 'tt_travels_next' !important;
}
.need-help-form{
	width: 100% !important;	
	margin: 0 auto;	
}
.need-help-form .elementor-field-type-email {
	width: 70% !important;
}
.need-help-form .elementor-field-type-submit {
	top: 0 !important;
	right: 70px !important;
}
.need-help-form  span.elementor-button-icon {
	height: 62px !important;
	right: -90px !important;
}
.need-help-form  input:focus {
	box-shadow: unset !important;
}
.need-help-form input::placeholder {
	color: #fff !important;
	opacity: unset !important;
}
.social-btn {
	cursor: pointer;
	position: relative;
}
.social-btn a {
	padding: 15px !important;
}
.social-btn a::after {
	content: "";
	background: url(/wp-content/uploads/2025/09/blue-button-icon.svg);
	position: absolute;
	top: 22px;
	right: 15px;
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-size: contain;
}
.contact-form label {
	background: #A844FF;
	padding: 21px;
	color: #292561 !important;
	font-size: 20px;
	font-weight: 400;
	border-radius: 24px;
	height: 62px;
	position: relative;
	z-index: 3;
}
.blog-listing .elementor-button-icon svg {opacity: 0;}
.contact-form label::after {
	content: "";
	background: url(/wp-content/uploads/2025/09/purple-shape.png);
	position: absolute;
	top: 0;
	left: 37px;
	width: 162px;
	height: 62px;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}
.contact-form .elementor-field-group-field_520f4ec label::after {
	left: 77px !important;
}
.contact-form span.elementor-button-content-wrapper {
	justify-content: space-between !important;
}
.blog-list-img {
	position: relative;
}
/* .blog-list-img:after {
content: "";
position: absolute;
width: 584px;
height: 292px;
left: 0px;
top: 0px;
background: radial-gradient(100% 100% at 50% 0%, #5B5FFF 39.9%, rgba(30, 27, 71, 0) 90.38%);
display: block;
} */
.blog-listing .elementor-button-icon {
	position: absolute;
	right: -50px;
	background-image: url(/wp-content/uploads/2025/09/icon_plus-1-1.svg);
	background-repeat: no-repeat;
	background-size: 21px;
	background-position: center center;
}
.blog-listing  a#show-more-btn {
	background: linear-gradient(90deg, rgba(41, 37, 97, 0) 60%, #5B5FFF 100%), #292561;
	border-radius: 25px;
	padding: 15px 20px !important;
	width: 33%;
	position: relative;
}
.blog-listing  a#show-more-btn::after {
	content: "";
	background: url(/wp-content/uploads/2025/09/blue-btn.png);
	position: absolute;
	top: 0px;
	width: 120px;
	height: 62px;
	background-size: contain;
	background-repeat: no-repeat;
	right: -63px;
	border-radius: 50px;
	z-index:-1;
}
.blog-listing a#show-more-btn span {
	justify-content: flex-start;
	font-family: 'tt_travels_next';
}
.blog-listing .e-loop__load-more.elementor-button-wrapper {
	margin-top: 50px;
	margin-right: 90px;
}


.section-404-banner h1{
	-webkit-background-clip: text;
	line-height:1.3 !important;
	background-clip: text !important;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(51deg, #A844FF 39%, #FF6A00 100%);

}

@media screen and (max-width: 1400px) {
	.social-button {
		width: 90%;
	}
}
@media screen and (max-width: 1280px) {
	.social-btn a::after {
		right: 10px;
		width: 14px;
		height: 14px;
		top: calc(50% - 5px);
	}
}
@media screen and (max-width: 1024px) {
	.blog-listing  a#show-more-btn {
		width: 50%;
	}
	.section-404-banner .site-button span.elementor-button-icon svg  {
		left:65%;
	}
	.section-404-banner .site-button{
		width:55% !important;
	}
}
@media screen and (max-width: 991px) {
	.blog-listing  a#show-more-btn {
		width: 65%;
	}
}
@media screen and (max-width:767px){
	.client-slider .slick-list{
		padding-right:0 !important;
		padding-bottom:180px;
	}
	.home-accordian span.e-n-accordion-item-title-header {
		width: 78% !important;
		padding:22px 17px !important; 
	}
	.full-from button {
		display: flex;
		width: 100% !important;
		justify-content: flex-start;
	}
	.full-from svg{
		opacity:0;
	}

	.full-from .elementor-button-content-wrapper{
		width:100%;
	}
	.full-from  .elementor-button .elementor-button-text {
		width: calc(100% - 58px) !important;
		display: flex;
		height: 58px !important;
		font-size:24px !important;
		line-height: 21px !important;
	}
	 .full-from .elementor-button .elementor-button-icon {
		 right: 0 !important;
		 justify-content: end;
		 width: 116px !important;
		 height: 58px !important;
		 background-position:right;
	}
	.full-from .elementor-button-content-wrapper {
		justify-content: flex-end !important;
	}
	.site-button-blue span.elementor-button-icon {
		right: -4px;
	}
	.blog-listing .e-loop__load-more.elementor-button-wrapper {
		margin-right: 60px;
	}
	.site-button a{
		width: 100% !important;
		/* height: 44px; */
	}
	.site-button span.elementor-button-icon {
		width: 60px !important;
		left: -11px !important;
		background-position: -35px;
		background-size: cover;
		height:44px !important;
	}
	.site-button span.elementor-button-text {
		min-width: calc(100% - 70px) !important;
		font-size: 20px !important;
		width: 100% !important;
		padding: 6px 20px !important;
	}
	.site-button span.elementor-button-icon svg {
		left: 50% !important;
	}
	.site-button span.elementor-button-icon:after {
		right: -8px !important;
		box-shadow: 0px 0px 57px 10px #ff6a00;
		width: 40px;
		height: 40px;
	}
	.section-traffict-type .site-button span.elementor-button-icon:after {
		display:none !important;
	}
	.section-traffict-type .e-n-tab-title.e-n-tab-title[aria-selected="true"]::after, .section-traffict-type .e-n-tab-title:hover::after {
		width: 14px !important;
		height: 14px !important;
		outline: 3px solid rgba(255,255,255,10%) !important;
		right: -1px !important;
		border: none !important;
	}
	.section-traffict-type .e-n-tab-title[aria-selected="true"]::before, .section-traffict-type .e-n-tab-title:hover::before {
		width: 26px !important;
		height: 26px !important;
		right: 13px !important;
	}
	.client-slider .slick-track {
		padding-top: 64px;
	}
	.client-slider .slick-slide:after {
		border-radius: 34px;
	}
	.client-slider button.slick-prev.slick-arrow {
		right: unset;
		bottom: 120px !important;
		top: unset !important;
		display: flex !important;
		left: 14px;
		background-color:transparent;
	}
.client-slider button.slick-next.slick-arrow {
    right: 0 !important;
    bottom: 120px !important;
    top: unset !important;
    display: flex !important;
    width: 56% !important;
    background: linear-gradient(90deg, rgba(30, 27, 71, 0) 20%, #5B5FFF 100%), #1E1B4700;
    border-radius: 0px 17px 17px 0px;
}
.blog-listing  a#show-more-btn {
		width: 100%;
	}
	.lets-talk-section .elementor-image-box-wrapper {
		display: flex;
		gap: 8px;
		justify-content: center;
		align-items: center;
	}
	.lets-talk-section .contact-form {
		padding: 30px 15px;
	}
	a#show-more-btn {
		width: 100%;
	}
	a#show-more-btn span {
		font-size: 22px;
	}
	.blog-listing .elementor-button-icon {
		right: -44px;
		top: 19px;
	}
	.get-button .elementor-button-text {
		background: linear-gradient(90deg, #FF6A00 64.48%, #FFD100 100%) !important;
	}
	.section-404-banner .site-button span.elementor-button-text{
		padding: 11px 20px !important;
	}

	.section-404-banner .site-button span.elementor-button-icon {
		width: 109px !important;
		height: 53px !important;
		left: -20px !important;
	}
	.section-404-banner .site-button{
		width:100% !important;
	}
	.section-404-banner  .site-button span.elementor-button-icon:after {
		right:-15px !important
	}
	.section-404-banner   .site-button span.elementor-button-icon svg {
		left: 58% !important;
	}
	.ad-formate-divices ul.elementor-icon-list-items{
		column-gap: 20px;
    	padding: 0 20px !important;
	}
	.ad-formate-divices ul.elementor-icon-list-items li {
		width: calc(50% - 10px);
		margin: 0 0 12px 0 !important;
	}
}