
/*carousel-style start*/
    .carousel .carousel-caption{
        position: absolute;
        right: 0;
        top: 40%;
        bottom: 0;
        left: 15%;
        padding-bottom: 0;
        text-align: left;
    }
    /*.carousel .carousel-inner .carousel-item:nth-child(2n) .carousel-caption{*/
    /*    right: 15%;*/
    /*    top: 45%;*/
    /*    bottom: 0;*/
    /*    left: 0;*/
    /*    text-align: right;*/
    /*}*/
    .carousel .carousel_line{
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .carousel .bi{
        width: 50px;
        height: 50px;
    }
    .carousel .carousel-indicators button{
        width: 15px;
        transition: all 0.5s ease-in-out;
    }
    .carousel .carousel-indicators button:hover{
        width: 20px;
    }
/*carousel-style end*/

/*services-style start*/
    .services {
        background: url("../images/index_bg02.png") no-repeat;
        background-attachment: fixed;
        background-position: top center;
        background-size: cover;
        padding: 0;
    }
    .services .services_con{
        padding: 100px 15px;
        background: rgba(0,0,0,0.2);
    }

    .services .services_item p{
        overflow: hidden;
        transition: transform 0.3s ease;
        transform: skew(-10deg);
        background: rgba(0,0,0,0.3);
        border: 1px solid rgba(255,255,255,0.2);
        border-radius: 5px;
        font-size: 18px;
    }

    .services .services_item p:hover{
        transform: scale(1.1) skew(-10deg);
        background: #E94F1A;
        box-shadow: rgba(0,0,0,0.5) 0 7px 5px 3px;
        border-radius: 5px;
        font-size: 18px;
        color: #fff;
    }
    .services .services_item:hover p span{
        color: #fff;
    }
    .services p .span1{
        display: block;
        float: right;
        color: #E94F1A;
        font-size: 28px;
        font-weight: bold;
    }
    .services p .span2{
        display: block;
        float: right;
    }

/*services-style end*/

/*products-style start*/
    .products {
        background: url("../images/index_bg04.png") no-repeat;
        background-size: cover;
        padding: 100px 15px;
    }
    .products .more_btn{
        transition: transform 0.3s ease;
        background: #fff;
        color: #E94F1A !important;
    }
    .products .more_btn:hover{
        transform: scale(1.1);
        box-shadow: rgba(0,0,0,0.5) 0 7px 5px 3px;
    }
    .products .bi{
        transition: transform 0.3s ease;
    }
    .products .bi:hover{
        transform: scale(1.4);
    }
    .products .products_img a{
        overflow: hidden;
    }
    .products .products_img img{
        transition: transform 0.4s ease;
    }
    .products .products_img img:hover{
        transform: scale(1.4);
    }
/*products-style end*/

/*special_function-style start*/
    .special_function {
        background: url("../images/index_bg05.png") no-repeat;
        background-size: cover;
        padding: 100px 15px;
    }
    .special_function .special_function_item{
        transition: transform 0.7s ease-in-out;
        position: relative;
        margin-bottom: 15px;
    }
    .special_function .special_function_item a{
        transition: transform 0.7s ease-in-out;
    }
    .special_function .special_function_item:hover{
        transform: rotateY(180deg);
    }
    .special_function .special_function_item:hover a{
        background:rgba(0, 0, 0, 0.3);
        transform: rotateY(-180deg);
    }
    .special_function .special_function_item .special_function_a_bg {
        display: none;
        transition: opacity 0.3s ease-in-out;
    }
    .special_function .special_function_item:hover .special_function_a_bg{
        width: 80%;
        display: block;
        box-shadow: rgba(0,0,0,0.5) 0 7px 7px 3px;
    }
    .special_function .special_function_bg{
        width: 100%;
    }
    .special_function .special_function_bg img{
        width: 100%;
    }
    .special_function .special_function_item a{
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        background:rgba(233, 79, 26, 0.93);
    }
    .special_function .special_function_item a .iconv{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
/*products-style end*/

/*contact-style start*/
    .contact {
        background: url("../images/index_bg06.png") no-repeat;
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
        padding: 100px 15px;
        margin-bottom: 50px;
    }
    .contact_item a{
        display: block;
    }
    .contact_item .bi{
        width: 30px;
        height: 30px;
        color: #E94F1A;
    }
    .contact_item p,.contact_item a,.contact_item .bi{
        transition: transform 0.7s ease-in-out;
    }
    .contact_item:hover p,.contact_item:hover a,.contact_item:hover .bi{
        color: #E94F1A !important;
        transform: scale(1.4);
    }

/*contact-style end*/
@media (max-width:1100px) {
    .header{
        background: #000;
    }
    .carousel{
        margin-top: 141px;
    }
    .carousel .carousel-caption{
        top: 30%;
    }
}
@media (max-width: 768px) {

    /*carousel-style start*/
        .carousel .carousel-caption{
            display: none;
        }
        .carousel .carousel-inner .carousel-item:nth-child(2n) .carousel-caption{
            top: 20%;
        }
        .carousel h1{
            font-size: 18px;
        }
        .carousel .bi{
            width: 20px;
            height: 20px;
        }
        .carousel .public_btn{
            font-size: 12px;
        }
    /*carousel-style end*/
}