/* main-slider **/
.main-slider {
    position: relative;
}

.main-slider .pattern-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 1035px;
    height: 740px;
    top: 0px;
    right: 0px;
    background-repeat: no-repeat;
    animation-name: slideInRight;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    -webkit-animation-name: slideInRight;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: slideInRight;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -ms-animation-name: slideInRight;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear;
}

.main-slider .slide {
    position: relative;
    width: 100%;
    padding: 175px 0px 100px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main-slider .content-box {
    position: relative;
    display: block;
    max-width: 560px;
    width: 100%;
    padding-top: 70px;
    z-index: 1;
}

.main-slider .top-text {
    position: relative;
    display: inline-block;
    padding-left: 43px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    opacity: 0;
    margin-bottom: 9px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.main-slider .active .top-text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 500ms;
}

.main-slider h1 {
    position: relative;
    display: block;
    font-size: 74px;
    line-height: 80px;
    color: #222;
    font-weight: 700;
    margin-bottom: 33px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
}

.main-slider .active h1 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 1000ms;
}

.main-slider .text {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #666666;
    font-weight: 700;
    margin-bottom: 47px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
}

.main-slider .active .text {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 1000ms;
}

.main-slider .btn-box {
    opacity: 0;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider .active .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1500ms;
}

.main-slider .btn-box .theme-btn.style-one {
    margin-right: 8px;
}

.main-slider .image-box {
    position: relative;
    padding-right: 65px;
}

.main-slider .image-box .bg-layer {
    position: absolute;
    right: -75px;
    bottom: 0px;
    width: 972px;
    height: 625px;
    background-repeat: no-repeat;
    z-index: -1;
}

.main-slider .image-box .image {
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider .active .image-box .image {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1000ms;
}

.main-slider .active .image-box .image img {
    position: relative;
    width: auto;
}


/** slider-style-two **/
.main-slider.style-two {
    position: relative;
}

.main-slider.style-two .content-box {
    max-width: 560px;
    padding-top: 0px;
}

.main-slider.style-two h1 {
    margin-bottom: 53px;
}

.main-slider.style-two .content-box .btn-box .video-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 30px;
    padding: 17px 30px 17px 67px;
    z-index: 1;
}

.main-slider.style-two .content-box .btn-box .video-btn:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: -1;
    transition: all 500ms ease;
}

.main-slider.style-two .content-box .btn-box .video-btn:hover::before {
    width: 100%;
    left: 0px;
}

.main-slider.style-two .content-box .btn-box .video-btn i {
    position: absolute;
    left: 6px;
    top: 6px;
    font-size: 18px;
    border: 2px solid #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
}

.main-slider.style-two .content-box .btn-box .theme-btn.style-two {
    margin-right: 10px;
}

.main-slider.style-two .slide {
    padding: 133px 0px 270px 0px;
}
/** slider-style-three **/
.main-slider.style-three .content-box {
    max-width: 100%;
    padding-top: 0px;
}

.main-slider.style-three .slide {
    padding: 190px 0px 200px 0px;
}

.main-slider.style-three h1 {
    font-size: 60px;
    line-height: 68px;
}/** feature-section **/
.feature-section {
    position: relative;
    padding-bottom: 100px;
}

.feature-section .sec-title {
    margin-bottom: 41px;
}

.feature-section .inner-content {
    position: relative;
}

.feature-section .feature-block {
    position: relative;
}

.feature-section .feature-block:last-child::before {
    display: none;
}

.feature-block-one {
    position: relative;
    display: block;
    background: #fff;
    text-align: center;
    padding: 30px 30px;
}

.feature-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 28px;
    transition: all 500ms ease;
}

.feature-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}

.feature-block-one .inner-box h3 a {
    display: inline-block;
    color: #222;
}

.feature-block-one .inner-box .text {
    position: relative;
    margin-bottom: 22px;
}

.feature-block-one .inner-box .link a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
}/** filtration-process **/
.filtration-process {
    position: relative;
    padding: 120px 0px 105px 0px;
}

.filtration-process .bg-pattern {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.filtration-process .border-shap .border-1 {
    top: -45px;
}

.filtration-process .sec-title h1,
.filtration-process .top-title .text-inner .text {
    color: #fff;
}

.filtration-process .top-title {
    margin-bottom: 60px;
}

.filtration-process .top-title .title-inner .sec-title:before {
    background: #fff;
}

.filtration-process .single-item {
    position: relative;
    max-width: 280px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.filtration-process .single-item .icon-box {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 105px;
    line-height: 105px;
    text-align: center;
    font-size: 60px;
    color: #fff;
    background-repeat: no-repeat;
    margin-bottom: 43px;
    transition: all 500ms ease;
}

.filtration-process .single-item:hover .icon-box {
    transform: rotateY(180deg);
}

.filtration-process .single-item h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 27px;
    margin-bottom: 17px;
}

.filtration-process .single-item h3 a {
    display: inline-block;
    color: #fff;
}

.filtration-process .single-item h3 a:hover {}

.filtration-process .single-item .text {
    position: relative;
    color: #fff;
}

.filtration-process .single-column {
    position: relative;
}
.filtration-process .single-column:last-child::before {
    display: none;
}
