


.slider-section.style-home-2 {
    background: url(../image/slider1-h-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.slider-section.style-home-3 {
    background: url(../image/slider1-h-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slider-section.style-home-3.slider-3 {
   background: url(../image/slider1-h-3.jpg);
     background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slider-section.style-home-3.slider-3 p.style-home-3 {
    color: #fff !important;
    width: 55%;
    font-size: 18px;
    opacity: 0.902;
    line-height: 28px;
}
.slider-section.style-home-2 .slider-content p {
    color: #666666;
    padding: 28px 0 0px;
}

.slider-section.style-home-3 .slider-content p {
    color: #666666;
    padding: 28px 0 0px;
}


.slider-section.style-home-2.slider-2 {
   background: url(../image/slider2-h-2.jpg);
     background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slider-section.style-home-2.slider-2 p.style-home-2 {
    color: #fff !important;
    width: 55%;
    font-size: 18px;
    opacity: 0.902;
    line-height: 28px;
}

.slider-video-button {
    float: right;
    top: -215px;
    position: relative;
    left: -28%;
}

.slider-video-button i {
    display: inline-block;
    color: #7EB53D;
    background: #ffff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 23px;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
    }
}

/*=====================================
 <--start-About-secion-Home-2-->
======================================*/
.about-section.style-home-2 {
    padding: 88px 0 88px;
}

.about-thumb.style-home-2 {
    margin-left: 8px;
}
.slider-section {
    background: url(https://en.dntz.com/static/index/img/slider1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 920px;
    position: relative;
}

.slider-section.slider-2 {
    background: url(https://en.dntz.com/static/index/img/slider2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 920px;
    position: relative;
}
.align-items-center {
    align-items: center !important;
}
.d-flex {
    display: flex !important;
}
.slider-section.slider-2 .slider-content h1 {
    color: #fff;
	text-shadow: 1px 1px 1px #000; 
}

.slider-content {
    animation: 3.1s running fadeInUp;
	padding-bottom:150px;
	text-align:center
}

.slider-content h4 {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: -7px;
	    color: #fff;
	text-shadow: 1px 1px 1px #000; 
}

.slider-content h1 {
    font-size: 48px;
    line-height: 38px;
	    color: #fff;
	text-shadow: 1px 1px 1px #000; 
}

.slider-content p {
    color: #fff;
    width: 45%;
    padding: 19px 0 0px;
}

