.banner__image-lists li img {
	width: 100%;
}

.pt-like-it.disabled{
	pointer-events: none
}
.blog-card.list_item {
	display: grid;
	grid-template-columns: 30% 70%;
}
.domain-search-box input#hostim-domain{
	width: 68%;
}

.result-wrapper.alert-success {
	padding: 10px;
	margin-top: 15px;
	margin-left: 3px;
}
.hm2-feedback-slider{
	overflow: hidden;
}
hr.spacer{
	background: #ddc5c5 !important;
	margin: 20px 0 !important;
}
.app-explore .app-thumbs img {
	width: 56px;
	height: 56px;
	border-radius: 50% !important;
}
.clients-explore .app-thumbs img {
	width: 52px;
	height: 52px;
	border-radius: 50% !important;
	border: 3px solid #fff;
}
.app-explore .app-thumbs img + img,
.clients-explore .app-explore img + img {
	margin-left: -15px;
}

.hero-style-1 .hero-right img {
	max-width: inherit;
}

/*Footer menu style*/
.elementor-widget-container ul.menu li a {
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
	color: #ffffff;
	font-size: 15px;
}

.elementor-widget-container ul.menu li a::before {
	content: "//";
	position: absolute;
	left: 0;
	top: 0;
	color: #ffffff;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.elementor-widget-container ul.menu li a:hover {
	padding-left: 15px;
	color: #1C40F2;
}

.elementor-widget-container ul.menu li a:hover::before {
	opacity: 1;
	color: #1C40F2;
}

.elementor-widget-container ul.menu li+li {
	margin-top: 12px;
}
.elementor-widget-container > .footer-widget{
	margin-bottom: 0;
}

@keyframes theme_fadeInUp {
	0% {
		transform: translateY(30px);
		opacity: 0;
	}

	50% {
		transform: translateY(30px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes theme_scaleUp {
	0% {
		transform: scale(0.7); 
		opacity: 0;
	}
	100% {
		tranform: scale(1); 
		opacity: 1
	}
}

.vps-hero.swiper-slide-active .dm-hero-left h4{
	animation: 1s theme_fadeInUp;
}
.vps-hero.swiper-slide-active .dm-hero-left h1{
	animation: 1.2s theme_fadeInUp;
}
.vps-hero.swiper-slide-active .dm-hero-left p{
	animation: 1.4s theme_fadeInUp;
}
.vps-hero.swiper-slide-active .dm-hero-left ul{
	animation: 1.6s theme_fadeInUp;
}
.vps-hero.swiper-slide-active .dm-hero-left .template-btn{
	animation: 1.8s theme_fadeInUp;
}
.vps-hero.swiper-slide-active .wp-hero-right img{
	animation: 1.5s theme_scaleUp;
}


.hostim_slider .swiper-pagination {
	bottom: 100px !important;
}
.swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 40px;
	border-radius: 50px;
}