
.provider-box-bg {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 280px;
    transition: all 4s linear 0s;
	border: 1px solid #dfdfdf;
	 position: relative;
}
.provider-box-bg:hover {
    background-position: center bottom;
}
.col-20{ width:100%; }
@media only screen and (max-width: 767px) {
	.col-20{ width:100%; }
	.provider-box-bg { height:300px; }
}	
.pages-name a{ 
	color: #000000;
    font-family: roboto;
    font-size: 16px;
	font-weight: normal;
}
.mfp-gallery .card-container{ width:20%; text-align:center; }
.pages-name{ padding:10px; margin-bottom:30px; border: 1px solid #dfdfdf; border-top:0; }
.pages-name h4{ margin:0;}

.new-update .provider-box-bg{
	 height: auto;
} 
.site-button{
	font-size:15px;
}

@media only screen and (max-width: 360px) {
	.preview-setting {
		bottom: 15px;
		height: auto;
		left: 50%;
		margin-top:0px;
		position: fixed;
		top: auto;
		z-index: 3;
		width: 180px;
		margin-left: -85px;
	}
	.preview-setting ul li{
		float: left;
		margin-bottom:0;
		margin-right:10px;
	}
	.preview-setting ul li span{
		left: -12px;
		text-align: center;
		top: -45px;
		width: 72px;
	}
	.dez-footer {
		padding: 2px 0;
		position: relative;
		z-index: 4;
	}
}

.core-features {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(83, 82, 82, 0.1);
    margin-bottom: 30px;
    padding: 20px 0;
    text-align: center;
	transition:all 0.5s;
}
.core-features:hover{
	transition:all 0.5s;
	transform:scale(1.2); 
}

.core-features .circle img {
    display: table;
    height: 80px;
    margin: 0 auto;
    width: 80px;
}
.core-features h3 {
    color: #232323;
    font-size: 14px;
    margin-top: 10px;
    text-transform: capitalize;
	margin-bottom: 0;
}

.plan-features-list ul{
	list-style:none;
}
.plan-features-txt{
	font-weight:700;
	color:#58575d;
	margin-bottom:10px;
}
.price-value{
	color: #8A7BD1;
    font-size: 110px;
    font-weight: 300;
    line-height: 110px;
}
.price-symbol{
    color: #58575d;
    font-size: 40px;
    position: relative;
    top: -45px;
}
.overlay-black-dark:after {
    opacity: 0.7;
}
.preview-img {
    height: 535px;
    overflow: hidden;
    box-shadow:0 0px 8px 0px rgba(0, 0, 0, 0.24);
	position: relative;
	text-align:center;
	transition:all 0.5s;
	
	
}
.preview-img:hover .preview-info{
	bottom: 0;
	transition:all 0.5s;
}
.preview-info a {
    margin: 0 5px;
}
.preview-info a:hover {
	background-color:#333;
	color:#fff;
}
.preview-info {
    background-color:#fff;
    color: #fff;
	width:100%;
	
	padding: 30px 0px 0;
	transition:all 0.5s;
}
/* .preview-info:after {
    content: "";
    position: absolute;
    top: 0;
    height: 3px;
    width: 100%;
    background-color:#FDC716;
    background-image: url(../images/line.png);
    background-position: top;
    background-repeat: repeat-x;
	left:0;
} */
.preview-info h4{
	color: #333;
	margin-top:0;
}
.dez-preview{
	padding-left:20px;
	padding-right:20px;
	margin-bottom:40px;
	
}
.dez-preview img{
	 width:100%;
}
.preloaders{
	text-align:center;
	border: 1px solid #F0F0F0;
}
.preloaders img {
    text-align: center;
    padding: 10px;
    max-height: 120px;
}
.overlay-50:before {
    background:#3C4149 none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    left: -20%;
    top: 0;
    transform: skewX(13deg);
    width: 60%;
    z-index: 1;
}


/* Site Button Style 2 */
.button-skew-s1 {
    padding: 0 0 0 20px;
}
.button-skew-s1 i {
    background-color: rgba(0, 0, 0, 0.2);
    margin-left: 25px;
    padding: 15px;
	position:relative;
	z-index: 1;
}
.button-skew-s1 i:after {
    border-bottom: 44px solid rgba(0, 0, 0, 0.2);
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-top: 0 none;
    content: "";
    left: -15px;
    position: absolute;
    top: 0;
}
/* sm */
.button-skew-s1.button-sm{
    padding: 0 0 0 15px;
}
.button-skew-s1.button-sm i{
	margin-left: 15px;
	padding: 8px;
}
.button-skew-s1.button-sm i:after {
	border-bottom: 28px solid rgba(0, 0, 0, 0.2);
    border-left: 10px solid rgba(0, 0, 0, 0);
    left: -10px;
}
/* lg */
.button-skew-s1.button-lg{
    padding: 0 0 0 35px;
}
.button-skew-s1.button-lg i{
	margin-left: 40px;
	padding: 25px;
}
.button-skew-s1.button-lg i:after {
    border-bottom: 66px solid rgba(0, 0, 0, 0.2);
    border-left: 20px solid rgba(0, 0, 0, 0);
    left: -20px;
}
/* lg */
.button-skew-s1.button-xl{
    padding: 0 0 0 45px;
}
.button-skew-s1.button-xl i{
	margin-left: 50px;
	padding: 35px;
}
.button-skew-s1.button-xl i:after {
    border-bottom: 93px solid rgba(0, 0, 0, 0.2);
    border-left: 35px solid rgba(0, 0, 0, 0);
    left: -35px;
}


.scroll-img .preview-img{
	transition:all 8s;
	height:275px;
}

.scroll-img:hover .preview-img{
	transition:all 8s;
	background-position:bottom;
}
.head-bg{
	background-image:url(../images/title-bg.png);
	background-position:center;
	background-repeat:no-repeat;
}
.text-black p{
	color: #58575d;
}
.owl-carousel .owl-item:hover img{
	opacity: 0;
}
.site-button-secondry:hover,
.preview-info a:hover{
	background-color:#8B7CD1;
}
body .site-button:hover{
	background-color:#2d3239;
}
.particles-js-canvas-el {
    position: absolute;
    top: 0;
    z-index: 1;
	height:100%;
}
.footer-logo img{
	max-width:200px;
}
#particles-js .container,
#particles-snow .container,
#particles-snow1 .container{
	position:relative;
	z-index:2;
}
#particles-snow1 .container{
	width:100%;
}
.site-footer{
	position:relative;
}
@media only screen and (max-width: 1024px) {
	.scroll-img .preview-img{
		height:220px;
	}
	.button-skew-s1{
		padding:10px 20px;
	}
	.button-skew-s1 i{
		display:none;
	}
	.ninja-img img{
		max-width:150px;
	}
	.core-features h3{
		font-size:12px;
	}
}

@media only screen and (max-width: 991px) {
	.scroll-img .preview-img{
		height:160px;
	}
	.overlay-50:before{
		display:none;
	}
	.documentation{
		text-align:center;
	}
	.preloaders{
		margin-bottom:30px;
	}
	.preview-img{
		height:350px;
	}
}


.subscribe {
    border: 1px solid #fff;
    border-radius: 50px;
    box-shadow: 0 0 30px 0 rgba(62, 28, 131, 0.05);
    height: 62px;
    margin-bottom: 50px;
    position: relative;
    max-width: 500px;
	margin:0px auto;
}
.subscribe input {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    color: #2D3239;
    font-family: "hindlight";
    font-size: 17px;
    height: 100%;
    padding: 0 130px 0 32px;
    width: 100%;
}
.subscribe input::placeholder{
	color:#fff;
}
.subscribe button {
    background-color: #2D3239;
    border: medium none;
    border-radius: 50px;
    color: #ffffff;
    cursor: pointer;
    font-family: "hindbold";
    font-size: 15px;
    height: 48px;
    line-height: 48px;
    padding: 0 30px;
    position: absolute;
    right: 6px;
    text-decoration: none;
    text-transform: uppercase;
    top: 6px;
    z-index: 1;
}
.social{
	list-style:none;
}
.social li{
	display:inline;
}
.social li a{
	font-size:24px;
	padding: 0 10px;
}


/* pulsating circle */
.pulsating-circle-bx{
	position:relative;
}
.pulsating-circle {
  position: absolute;
  right: -65px;
  top: 31px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
}
.pulsating-circle:before {
  content: '';
  position: relative;
  display: block;
  width: 200%;
  height: 200%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 90px;
  background-color: #ff2e2e;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
		  
}
.pulsating-circle:after {
  content: 'NEW';
  position: absolute;
  left: -50%;
  top: -50%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ff2e2e;
  color:#fff;
  line-height: 50px;
  border-radius: 30px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
          animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}






