.slider_item_two .slide-content h2{
    font-size: 160px;
    line-height: 160px
}
.slider_item_two .slide-content{
    max-width: 900px !important;
}
.slider_item.slider_item_two .slide-overlay{
    background-color: rgba(0, 0, 0, 0.3);
}
.slider_item.slider_item_two .slide-content .download{
    margin-right: 0;
    padding: 18px 50px;
    font-size: 30px;
    margin-top: 30px;
}
.post-warp-two {
    text-align: left;
}
.post-warp-two .inline-meta{
    padding: 0;
}
.post-warp-two .inline-meta li{
    display: inline-block;
    position: relative;
    margin-right: 15px;
}
.post-warp-two .inline-meta li.by-admin{
    
}
.post-warp-two .inline-meta li:before {
    position: absolute;
    content: "";
    bottom: 5px;
    width: 1px;
    right: -10px;
    left: inherit;
    height: 15px;
    background-color: #cacaca;
}
.post-warp-two .inline-meta li:last-child::before{
    position: relative;
}
.post-warp-two .post-info h3{
    margin-bottom: 10px;
}
.post-image .chat{
    text-align: center;
}

.services-block {
    padding: 15px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 15px 114px -26px rgba(85,98,164,0.29);
    -moz-box-shadow: 0px 15px 114px -26px rgba(85,98,164,0.29);
    box-shadow: 0px 15px 114px -26px rgba(85,98,164,0.29);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    background: #fff;
    color: #000;
    text-align: left;
}
.services-block.last-block{
    margin-bottom: 0px;
}
.services-block:hover{
    background: #fff;
}
.services-block:hover .service-title{
    color: #000;
}
.services-block:hover .fade-number {
    color: #fbfbfb;
}
.ser-icon{
    position: relative;
    margin-bottom: 10px;
}
.service-icon{
    color: #197aff;
    font-size: 50px;
    display: inline;
    line-height: 1;
    font-style: normal;
}
.service-title{
    position: relative;
    margin-bottom: 30px;
}
.service-title::before{
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 50%;
    content: "";
    padding: 5px 0;
    border-top: 1px solid #197aff;
    border-bottom: 1px solid #197aff;
}
.service-title::after{
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 40%;
    content: "";
    height: 1px;
    background: #197aff;
    -webkit-transition : all 0.3s;
    -moz-transition : all 0.3s;
    transition : all 0.3s;
}
.services-block:hover .service-title::after{
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 60%;
    content: "";
    height: 1px;
    background: #197aff;
}
.fade-number {
    color: #e8e8e8;
    position: absolute;
    z-index: 0;
    font-size: 50px;
    width: 100%;
    height: 100%;
    text-align: right;
    padding-right: 30px;
    line-height: 1;
}
.ser-details{
    position: relative;
    z-index: 2;
}

.video-home,
.parallax-home {
	background-position: center center;
	background-size: cover;
	height: 100vh;
	position: relative;
	width: 100%;
	z-index: 1;
}

#particles-js {
	z-index: 9;
	position: relative;
}

.jarallax {
	position: relative;
	z-index: 0;
}

.jarallax>.jarallax-img {
	position: absolute;
	object-fit: cover;
	/* support for plugin https://github.com/bfred-it/object-fit-images */
	font-family: 'object-fit: cover;';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.video-home .overlay,
.parallax-home .overlay {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 8;
}
.slider_item.video-slide .slide-overlay {
    background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width:992px){
    .slider_item_two .slide-content h2{
        font-size: 120px;
        line-height: 120px
    }  
}
@media (max-width:767px){
    .slider_item_two .slide-content h2{
        font-size: 80px;
        line-height: 80px
    } 
    .slider_item.slider_item_two .slide-content .download{
        padding: 15px 30px;
        font-size: 20px;
    }
}
@media (max-width:480px){
    .slider_item_two .slide-content h2{
        font-size: 50px;
        line-height: 50px
    } 
    .slider_item.slider_item_two .slide-content .download{
        padding: 12px 25px;
        font-size: 18px;
    }  
}

