

/*______________________industry______________________*/
.industries {
    padding-top: 90px;
    min-height: 250px;
    display: block;
    height: auto;
    width: 100%;
}
.industries .address_page {
    background-color: #fff;
}
.industries .address_page p {
    padding: 25px 0;
    font-weight: 600;
    font-size: 14px;
    color: #222;
}
.industries .address_page p a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: #222;
}
.industries .address_page p a:hover {
    color: #FAA91B;
}
.industries .address_page p span {
    font-size: 17px;
    color: #FAA91B;
}
.industries .industries_top {
    background-color: #f5f5f7;
    padding: 0 0;
    display: block;
    height: 45vh;
    width: 100%;
}
.industries .industries_top .industries_top_back {
    backdrop-filter: blur(10px);
    background-color: #e1e1e161;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.industries .industries_top .container {
    position: relative;
    height: 100%;
    padding: 35px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.industries.industries_child .industries_top .container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.industries.industry .industries_top .container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.industries .industries_top h1 {
    text-align: center;
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 40px;
    color: #FAA91B;
}
.industries.industries_child .industries_top h1 {
    color: #545454;
}
.industries.industry .industries_top h1 {
    max-width: 100%;
    text-align: left;
    color: #545454;
}
.industries .industries_top img {
    box-shadow: 0 2px 12px transparent;
    border-radius: 50%;
    height: 100%;
    width: auto;
}
.industries .industries_top p {
    text-align: center;
    line-height: 1.4;
    font-size: 16px;
    width: 60%;
    color: #000;
}
.industries.industry .industries_top p {
    text-align: left;
}
.industries .industries_top form {
    position: relative;
    float: right;
    left: auto;
}
.industries .industries_top form input {
    padding: 15px 40px 15px 15px;
    border: 2px solid #cacaca;
    border-radius: 50px;
    font-size: 17px;
    width: 410px;
}
.industries .industries_top form button {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #FAA91B;
    border-radius: 50px;
    position: absolute;
    cursor: pointer;
    padding: 10px;
    right: 4px;
    top: 4px;
}
.industries .industries_top form button:hover {
    background-color: #cacaca;
}
.industries .industries_top form button img {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    filter: brightness(0.4);
    width: 26px;
}
.industries .industries_top form button:hover img {
    filter: brightness(0.3);
}
.industries .industries_posts {
    padding-bottom: 70px;
    display: block;
    width: 100%;
}
.industries .industries_posts .industries_posts_cat {
    padding: 50px 0;
    width: 100%;
}
.industries .industries_posts .industries_posts_cat ul {
    margin-top: 10px;
    display: table;
    width: 100%;
}
.industries .industries_posts .industries_posts_cat ul li {
    display: inline-block;
    margin-right: 12px;
    text-align: left;
    float: left;
}
.industries .industries_posts .industries_posts_cat ul li a {
    border: 1px solid #cacaca;
    background-color: #f5f5f7;
    display: inline-block;
    border-radius: 50px;
    padding: 10px 24px;
    font-size: 17px;
    color: #222;
    opacity: 1;

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.industries .industries_posts .industries_posts_cat ul li.active a {
    border: 1px solid #FAA91B;
    background-color: #FAA91B;
    color: #fff;
}
.industries .industries_posts .industries_posts_cat ul li:hover a {
    background-color: #FAA91B;
    color: #fff;
}
.industries .industries_posts .industries_post {
    display: table;
    width: 100%;
}
.industries .industries_posts .industries_post .industries_post_all {
    display: table;
    width: 100%;
}
.industries .industries_posts .industries_post a {
    display: none;
    border-radius: 5px;
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 4px 8px;
    float: left;
    color: #111;
    width: 20%;

}
.industries .industries_posts .industries_post a span {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

    border: 3px solid #ffffff;
    background-color: #ccc;
    margin: 10px auto 0 auto;
    border-radius: 8px;
    filter: sepia(0);
    cursor: pointer;
    display: block;
    height: 200px;
    width: 93%;
}
.industries .industries_posts .industries_post a:hover span {
    border: 3px solid #faaa1a;
    border-radius: 10px;
    filter: sepia(0.4);
}
.industries .industries_posts .industries_post a h2 {
    background-color: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 2px;
    font-weight: 500;
    font-size: 17px;
    padding: 8px;
    height: 60px;
    z-index: 10;
    color: #111;
}
.industries .industries_posts .industries_post a:hover h2 {
    color: #faa91b;
}
.industries .industries_posts .industries_post a h2:before {
    content: '';
    background-color: transparent;
    position: absolute;
    border-radius: 8px;
    display: block;
    z-index: -1;
    height: 96%;
    width: 99%;
    left: 0;
    top: 0;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.industries .industries_posts .industries_post a:hover h2:before {

}
.industries .industries_posts .industries_post .load_more {
    background-color: transparent;
    border:2px solid #FAA91B;
    border-radius: 50px;
    padding: 8px 40px;
    font-weight: 600;
    font-size: 16px;
    display: table;
    cursor: pointer;
    margin: 25px auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.industries .industries_posts .industries_post .load_more:hover {
    background-color: #FAA91B;
}
.industries_contact {
    background-color: #eee;
    border-radius: 12px;
    margin-top: 30px;
    display: table;
    padding: 20px;
    width: 100%;
}
.industries_contact .industries_contact_text {
    display: inline-block;
    float: left;
    width: 50%;
}
.industries_contact .industries_contact_text h3 {
    margin: 15px auto 30px auto;
    font-weight: 600;
    font-size: 40px;
    display: block;
    width: 80%;
}
.industries_contact .industries_contact_text p {
    margin: 15px auto;
    font-size: 17px;
    display: block;
    width: 80%;
}
.industries_contact .industries_contact_form {
    display: inline-block;
    float: right;
    width: 50%;
}
.industries_contact .industries_contact_form p {
    text-align: center;
}
.industries_contact .industries_contact_form p span {

}
.industries_contact .industries_contact_form p span input {
    margin-bottom: 10px;
    border-radius: 8px;
    font-size: 16px;
    padding: 10px;
    border: none;
    width: 100%;
}
.industries_contact .industries_contact_form p span .wpcf7-not-valid-tip {
    margin-bottom: 15px;
    text-align: left;
    font-size: 13px;
}
.industries_contact .industries_contact_form p span textarea {
    margin-bottom: 10px;
    border-radius: 8px;
    font-size: 16px;
    padding: 10px;
    border: none;
    width: 100%;
}
.industries_contact .industries_contact_form p input.wpcf7-submit {
    background-color: #FAA91B;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    color: #000000;
    display: block;
    padding: 14px;
    border: none;
    width: 100%;
    opacity: 1;

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.industries_contact .industries_contact_form p input.wpcf7-submit:hover {
    opacity: 0.8;
}
.industries_contact .industries_contact_form .wpcf7-response-output {
    border-radius: 6px;
    text-align: center;
    padding: 10px;
    margin: 2px;
}

.industries.industry .industries_top {
    height: 50vh;
}
.industries_child .industries_top {
    height: 50vh;
}
.industries .industries_posts .industries_posts_title {
    padding: 70px 0 20px 0;
    margin: 0 auto;
    display: block;
    width: 75%;
}
.industries .industries_posts .industries_posts_title p {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
}
.industries .industries_posts .industries_posts_title h2 {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
}

.industries .tell_us {
    background-color: #eee;
    border-radius: 12px;
    margin: 35px 0;
    padding: 25px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.industries .tell_us .tell_us_img {
    display: inline-block;
    width: 25%;
}
.industries .tell_us .tell_us_img img {
    border-radius: 10px;
    margin: 0 auto;
    width: 85%;
}
.industries .tell_us .tell_us_text {
    display: inline-block;
    width: 75%;
}
.industries .tell_us .tell_us_text h3 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 26px;
}
.industries .tell_us .tell_us_text p {
    margin-bottom: 15px;
    line-height: 1.4;
    font-size: 16px;
    width: 94%;
}
.industries .tell_us .tell_us_text a {
    background-color: #FAA91B;
    display: inline-block;
    margin-bottom: 5px;
    padding: 10px 20px;
    border-radius: 7px;
    font-size: 16px;
    color: #000000;
    opacity: 1;

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.industries .tell_us .tell_us_text a:hover {
    opacity: 0.7;
}

.industries .optional_text {
    padding: 30px 0;
    display: block;
    width: 100%;
}
.industries .optional_text .optional_text_single {
    margin-bottom: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.industries .optional_text .optional_text_single:last-child {
    margin-bottom: 5px;
}
.industries .optional_text .optional_text_single.rtl {
    display: flex;
    flex-direction: row-reverse;
}
.industries .optional_text .optional_text_single .optional_text_img {
    display: inline-block;
    width: 46.5%;
}
.industries .optional_text .optional_text_single .optional_text_img img {
    border-radius: 10px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.industries .optional_text .optional_text_single .optional_text_text {
    display: inline-block;
    width: 46.5%;
}
.industries .optional_text .optional_text_single .optional_text_text h3 {
    margin-bottom: 15px;
    margin-top: 5px;
    font-weight: 600;
    font-size: 26px;
}
.industries .optional_text .optional_text_single .optional_text_text p {
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 16px;
}
.industries .optional_text .optional_text_single .optional_text_text_width {
    width: 100%;
}

.industries .industries_video {
    padding: 40px 0;
    width: 100%;
}

.industries .industries_video iframe {
    border: 0 solid #222;
    border-radius: 12px;
    min-height: 580px;
    display: block;
    height: auto;
    width: 100%;
}
.industries .industries_product {
    padding: 30px 0;
    display: block;
    width: 100%;
}
.industries .industries_product h2 {
    margin-bottom: 25px;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
}
.industries .industries_product .main-carousel {
    width: 100%;
}
.industries .industries_product .main-carousel .carousel-cell {
    display: grid;
    width: 33.33%;
    height: 480px;
    padding: 0 10px;
}
.industries .industries_product .main-carousel .carousel-cell a {
    background-color: #f5f5f7;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    color: #111;
}
.industries .industries_product .main-carousel .carousel-cell a .industries_product_single_img {
    position: relative;
    filter: none;
    height: 280px;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.industries .industries_product .main-carousel .carousel-cell a:hover .industries_product_single_img {
    filter: grayscale(1);
}
.industries .industries_product .main-carousel .carousel-cell a .industries_product_single_img:before {
    content: '';
    background: linear-gradient(0deg, #f5f5f7, transparent);
    position: absolute;
    height: 30px;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.industries .industries_product .main-carousel .carousel-cell a:hover .industries_product_single_img:before {
    height: 50px;
}
.industries .industries_product .main-carousel .carousel-cell a h3 {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 17px;
    height: 50px;
}
.industries .industries_product .main-carousel .carousel-cell a:hover h3 {
    color: #FAA91B;
}
.industries .industries_product .main-carousel .carousel-cell a p {
    overflow-y: scroll;
    line-height: 1.4;
    padding: 0 10px;
    font-size: 16px;
    height: 94px;
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.industries .industries_product .main-carousel .carousel-cell a p:first-of-type {
    display: block;
}
.industries .industries_product .main-carousel .carousel-cell a p::-webkit-scrollbar {
    display: none;
}
.industries .industries_product .main-carousel .carousel-cell a span {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    padding: 12px 10px;
    font-weight: 600;
    font-size: 17px;
    height: 15px;
    width: 100%;
}
.industries .industries_product .main-carousel .carousel-cell a:hover span {
    color: #FAA91B;
}
.industries .industries_product .main-carousel .carousel-cell a span:hover {
    opacity: 0.7;
}
.industries .industries_product .main-carousel .carousel-cell a span img {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: -6px;
    width: 25px;
}


.products_all {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    width: 100%;
}
.products_all .products_single {
    margin-bottom: 15px;
    display: block;
    width: 90%;
}
.products_all .products_single a {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    display: block;
    color: #111;
    margin: 0;
}
.products_all .products_single a img {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #ccc;
    border-radius: 5px;
    transform: scale(1);
    min-height: 180px;
    width: 100%;
}
.products_all .products_single a:hover img {
    transform: scale(1.5);
}
.products_all .products_single a h3 {
    margin-bottom: 0;
    text-align: center;
    padding: 12px;
    margin-top: 2px;
    font-weight: 400;
    font-size: 16px;
    opacity: 1;
    color: #222;
}
.products_all .products_single a .products_single_text {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #ffbb42d4;
    position: absolute;
    padding: 24px 18px;
    height: 100%;
    width: 100%;
    right: 0;
    left: 0;
    top: 300px;
}
.products_all .products_single a:hover .products_single_text {
    top: 0;
}
.products_all .products_single a .products_single_text h4 {
    text-align: center;
    line-height: 1.4;
    font-size: 16px;
    color: #111;
}
.products_all .products_single a .products_single_text p {
    text-align: center;
    line-height: 1.4;
    font-size: 15px;
    margin: 10px 0;
    color: #333;
}
.products_all .products_single a .products_single_text img {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    background-color: transparent;
    transform: scale(1);
    object-fit: contain;
    min-height: unset;
    filter: brightness(0.4);
    transform: rotate(-100deg);
    margin: 12px auto;
    display: block;
    height: 36px;
    width: 36px;
}
.products_all .products_single a .products_single_text img:hover {
    filter: brightness(0);
}
.products_all .products_single a:hover .products_single_text img {
    transform: rotate(0deg);
}
