/*---------------------- Public Style ---------------------*/

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    direction: rtl;
    overflow-x: hidden;
}

* {
    font-family: IRANSans;
    outline: medium none !important;
    text-decoration: none !important;
}

/*---------------------- /Public Style ---------------------*/

/*---------------------- Header Main ---------------------*/

.header-main {
    position: relative;
    background: url('../images/site/bg-balcon.jpg') no-repeat center center / cover;
    height: 100vh;
}

.header-main::before, .header-main::after {
    content: "";
    background-color: #fff;
    position: absolute;
    bottom: -150px;
    right: -5%;
    left: 0;
    width: 55%;
    height: 200px;
    transform: rotate(-4deg);
    z-index: 10;
}

.header-main::after {
    transform: rotate(4deg);
    right: auto;
    left: -5%;
}

.header-main .header-top {
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.header-main .header-top .btn-call {
    background-image: -moz-linear-gradient( 0deg, #b31217 0%, #e52d27 100%);
    background-image: -webkit-linear-gradient( 0deg, #b31217 0%, #e52d27 100%);
    background-image: -ms-linear-gradient( 0deg, #b31217 0%, #e52d27 100%);
    padding: 16px 30px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.header-main .header-top .lbl-sc {
    font-size: 14px;
    color: #777;
}

.header-main .header-top .list-socials {
    padding: 0;
    margin-right: 10px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    list-style: none;
}

.header-main .header-top .list-socials>li {
    line-height: 0;
}

.header-main .header-top .list-socials .link-sc {
    font-size: 18px;
    color: #777;
    margin: 0 10px;
    transition: all 0.4s;
}

.header-main .header-top .list-socials .link-sc:hover {
    color: #e52d27;
}

.header-main .header-info {
    height: 100%;
}

.header-main .header-info .header-menu {
    position: relative;
    z-index: 999999;
    padding: 20px 0;
    border-bottom: 1px dashed #fff;
}

.header-main .header-info::before {
    content: "";
    background-color: #263238;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0.7;
}

.header-main .header-info .header-menu .logo-abr>img {
    height: 40px;
}

.header-main .header-info .header-menu .logo-ebara>img {
    height: 70px;
}

.header-main .header-info .header-menu .navbar-nav {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-main .header-info .header-menu .navbar-nav .nav-link {
    position: relative;
    padding: 10px;
    margin-left: 35px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    transition: all 0.4s;
}

.header-main .header-info .header-menu .navbar-nav .nav-link:hover {
    color: #e52d27;
}

.header-main .header-info .header-menu .navbar-nav .nav-link::after {
    content: "";
    width: 5px;
    height: 5px;
    background: #e52d27;
    content: "";
    position: absolute;
    left: -20px;
    top: 49%;
    border-radius: 50%;
}

.header-main .header-info .header-menu .navbar-nav>li:last-child>.nav-link::after {
    display: none;
}

.header-main .header-info .image-abara>img {
    position: absolute;
    top: 50px;
    left: -50px;
    z-index: 20;
    width: 100%;
}

.header-main .header-info .info-abr {
    margin-top: 50px;
    text-align: center;
    position: relative;
    z-index: 20;
    padding: 0;
}

.header-main .header-info .info-abr .title-site {
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
    background-image: -moz-linear-gradient( 0deg, #b31217 0%, #e52d27 100%);
    background-image: -webkit-linear-gradient( 0deg, #b31217 0%, #e52d27 100%);
    background-image: -ms-linear-gradient( 0deg, #b31217 0%, #e52d27 100%);
    text-transform: uppercase;
    font-size: 24px;
    border-radius: 6px;
    padding: 10px 50px;
    display: inline-block;
}
.header-main .header-info .info-abr .icon-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.header-main .header-info .info-abr .icon-logo img{
    height: 70px;
    margin: 0 5px;
}

.header-main .header-info .info-abr .desc-about {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 2;
    margin-bottom: 30px;
}

.header-main .header-info .list-type-pump .box-typ {
    display: block;
    position: relative;
    background-color: #fff;
    padding: 0;
    border-radius: 20px;
    text-align: center;
    height: 220px;
    border: 6px solid rgba(255, 255, 255, 0.15);
    background-clip: padding-box;
    overflow: hidden;
}

.header-main .header-info .list-type-pump .box-typ .icon-logo {
    
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-main .header-info .list-type-pump .box-typ .icon-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}

.header-main .header-info .list-type-pump .box-typ .title-typ {
    background-image: -moz-linear-gradient( 0deg, #b31217 0%, #e52d27 100%);
    background-image: -webkit-linear-gradient( 0deg, #b31217 0%, #e52d27 100%);
    background-image: -ms-linear-gradient( 0deg, #b31217 0%, #e52d27 100%);
    width: 90%;
    text-align: center;
    padding: 12px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 8px;
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.header-main .arrow-bottom {
    cursor: pointer;
    bottom: 30px;
    height: 88px;
    left: 50%;
    margin-left: -12px;
    overflow: hidden;
    position: absolute;
    width: 24px;
    z-index: 20;
}

.header-main .arrow-bottom .animated-angle-1 {
    animation: 3s ease-out 0s normal none infinite running angle1;
    opacity: 0;
}

.header-main .arrow-bottom .icon-arrow-down {
    position: relative;
    font-size: 25px;
    color: #fff;
    display: block;
    width: 16px;
    height: 16px;
    margin-bottom: 20px;
}

.header-main .arrow-bottom .animated-angle-2 {
    animation: 3s ease-in 0s normal none infinite running angle2;
    opacity: 1;
}

@keyframes angle1 {
    0% {
        opacity: 0;
        transform: translate(0px, 0px);
    }
    90% {
        opacity: 0;
        transform: translate(0px, 0px);
    }
    100% {
        opacity: 1;
        transform: translate(0px, 36px);
    }
}

@keyframes angle2 {
    0% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
    90% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
    100% {
        opacity: 0;
        transform: translate(0px, 36px);
    }
}

/*---------------------- /Header Main ---------------------*/

/*---------------------- Content Main ---------------------*/

.content-main {
    position: relative;
    z-index: 999;
    margin-top: 30px;
}

.content-main .slides-product .item-pr .image-pr {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 15px;
    border-radius: 20px;
    height: 270px;
    border: 3px solid rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
}
.content-main .slides-product .item-pr .image-pr > img{
    border-radius: 15px;
}

.content-main .slides-product .owl-nav div[class*="owl-"],
.header-main .header-info .list-type-pump .owl-nav div[class*="owl-"] {
    width: 45px;
    height: 45px;
    background-color: #fee;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 36%;
    font-size: 12px;
    color: #e52d27;
    transition: all 0.4s;
}

.content-main .slides-product .owl-nav div[class*="owl-"]:hover {
    background-color: #e52d27;
    color: #fff;
}

.content-main .slides-product .owl-nav .owl-next {
    left: -70px;
}

.content-main .slides-product .owl-nav .owl-prev {
    right: -70px;
}

.content-main .slides-product .owl-dots {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.content-main .slides-product .owl-dots .owl-dot {
    width: 9px;
    height: 9px;
    background-color: #f0f6ff;
    border-radius: 100px;
    margin: 0 3px;
    border: 1px solid #eee;
    transition: all 0.4s;
}

.content-main .slides-product .owl-dots .owl-dot.active {
    background-color: #e52d27;
    border-color: #e52d27;
    width: 30px;
}

/*---------------------- /Content Main ---------------------*/

/*---------------------- Footer Main ---------------------*/

.footer-main {
    background-color: #263238;
    margin-top: 30px;
    position: relative;
    z-index: 99;
    padding: 70px 0 15px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.footer-main::before, .footer-main::after {
    content: "";
    background-color: #fff;
    position: absolute;
    top: -90px;
    right: -5%;
    left: 0;
    width: 55%;
    height: 150px;
    transform: rotate(3deg);
    z-index: 10;
}

.footer-main::after {
    transform: rotate(-3deg);
    right: auto;
    left: -5%;
}

.footer-main .copyright-text {
    margin-bottom: 0;
}

/*---------------------- /Footer Main ---------------------*/

/*---------------------- Pages ---------------------*/

.header-page{
    height: 350px;
}
.header-page .header-info .title-page{
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.content-page .filter-products .box-filters{
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 1px 59px 0px rgba(0, 0, 0, 0.11);
}
.content-page .filter-products .item-filter{
    text-align: right;
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.content-page .filter-products .item-filter .lbl-filter{
    font-size: 12px;
    font-weight: bold;
    color: #263238;
    min-width: 110px;
}
.content-page .filter-products .item-filter input.form-control{
    background-color: #fff;
    padding: 10px 15px;
    transition: .3s;
    border-radius: 6px;
    border: 1px solid rgb(183, 183, 183);
    box-shadow: none;
    margin-left: 10px;
    width: 80px;
    text-align: center;
}
.content-page .filter-products .item-filter .select2-selection--single{
    height: 38px;
    background-color: rgb(247, 247, 247);
    border-radius: 6px;
    border: 1px solid rgb(183, 183, 183);
}
.content-page .filter-products .item-filter .select2-selection__rendered{
    line-height: 38px;
    font-size: 14px;
    padding: 0 15px 0 36px;
}
.content-page .filter-products .item-filter .select2-selection__arrow b{
    display: none;
}
.content-page .filter-products .item-filter .select2-selection__arrow{
    right: auto;
    left: 0;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-page .filter-products .item-filter .select2-selection__arrow::after{
    content: "\e905";
    font-family: 'icomoon';
    font-size: 8px;
}
.select2-container--default .select2-results__option{
    font-size: 14px;
    text-align: right;
    padding: 10px;
    min-height: 40px;
}
.select2-container--default .select2-results__option--selected{
    background-color: rgb(247, 247, 247);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #e52d27;
}
.select2-container--open .select2-dropdown--below{
    border: 1px solid rgb(183, 183, 183);
    border-radius: 6px;
    overflow: hidden;
}
.content-page .filter-products .item-filter .btn-search{
    background-image: -moz-linear-gradient( 0deg, #b31217 0%, #e52d27 100%);
    background-image: -webkit-linear-gradient( 0deg, #b31217 0%, #e52d27 100%);
    background-image: -ms-linear-gradient( 0deg, #b31217 0%, #e52d27 100%);
    font-size: 14px;
    height: 38px;
    border-radius: 6px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: none;
}
.content-page .filter-products .item-filter .btn-search > i{
    font-size: 16px;
    margin-right: 10px;
}
.content-page .filter-products .view-tab-filter{
    margin: 40px 0;
}
.content-page .filter-products .view-tab-filter .title-filter{
    font-size: 18px;
    font-weight: bold;
    color: #263238;
    margin-bottom: 15px;
}
.content-page .filter-products .view-tab-filter .nav-tabs{
    display: flex;
    justify-content: center;
    border: none;
    padding: 0;
}
.content-page .filter-products .view-tab-filter .nav-tabs .nav-link{
    background-color: rgb(247, 247, 247);
    border-radius: 6px;
    border: 1px solid rgb(183, 183, 183);
    padding: 8px 25px;
    font-size: 13px;
    color: #777;
    font-weight: bold;
    margin: 0 5px;
    transition: all 0.4s;
}
.content-page .filter-products .view-tab-filter .nav-tabs .nav-link.active{
    background-image: -moz-linear-gradient( 0deg, #b31217 0%, #e52d27 100%);
    background-image: -webkit-linear-gradient( 0deg, #b31217 0%, #e52d27 100%);
    background-image: -ms-linear-gradient( 0deg, #b31217 0%, #e52d27 100%);
    border-color: #e52d27;
    color: #fff;
}
.content-page .filter-products .list-items-pump{
    margin-top: 30px;
}
.content-page .filter-products .list-items-pump .item-pump{
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 1px 59px 0px rgba(0, 0, 0, 0.11);
    margin-bottom: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content-page .filter-products .item-pump .image-pump{
    width: 80px;
    height: 80px;
    border-radius: 10px;
    border: 1px solid rgb(183, 183, 183);
    margin-left: 15px;
    overflow: hidden;
    flex-shrink: 0;
}
.content-page .filter-products .item-pump .image-pump > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-page .filter-products .item-pump .info-main-pump{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}
.content-page .filter-products .item-pump .info-main-pump .info-pump{
    width: 30%;
}
.content-page .filter-products .item-pump .name-pump{
    font-size: 14px;
    font-weight: bold;
    color: #e52d27;
    margin: 0;
}
.content-page .filter-products .item-pump .rev-pump{
    font-size: 12px;
    font-weight: normal;
    color: #777;
    margin: 0;
}
.content-page .filter-products .item-pump .stat-info .counts-stat{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}
.content-page .filter-products .item-pump .stat-info .cn-number{
    display: flex;
    align-items: center;
    margin: 0 10px;
}
.content-page .filter-products .item-pump .stat-info .cn-number > i{
    font-size: 7px;
    margin-left: 5px;
}
.content-page .filter-products .item-pump .stat-info .cn-number.up{
    color: #4CAF50;
}
.content-page .filter-products .item-pump .stat-info .cn-number.down{
    color: #f44336;
}
.content-page .filter-products .item-pump .head-info .cn-number.up{
    color: #e52d27;
}
.content-page .filter-products .item-pump .head-info .cn-number.down{
    color: #777;
}
.content-page .filter-products .item-pump .stat-info .cn-number.down > i{
    transform: scaleY(-1);
    position: relative;
    top: -1px;
}
.content-page .filter-products .item-pump .stat-info .text-muted{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    color: #777;
}
.content-page .filter-products .item-pump .stat-info .unit{
    font-size: 12px;
    font-weight: bold;
    color: #263238;
}
.content-page .filter-products .item-pump .types-pump .txt-type{
    font-size: 12px;
    font-weight: bold;
    color: #263238;
}
.content-page .filter-products .item-pump .types-pump .txt-type .typ{
    color: #777;
    font-weight: normal;
    margin-right: 5px;
}
.content-page .filter-products .item-pump .view-info{
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    margin-right: 60px;
}
.content-page .filter-products .item-pump .view-info .efficiency{
    background-color: rgb(247, 247, 247);
    border-radius: 8px;
    border: 1px solid rgb(183, 183, 183);
    font-size: 14px;
    color: #4CAF50;
    font-weight: bold;
    width: 180px;
    padding: 5px;
    text-align: center;
}
.content-page .filter-products .item-pump .view-info .btn-more{
    background-image: -moz-linear-gradient( 0deg, #b31217 0%, #e52d27 100%);
    background-image: -webkit-linear-gradient( 0deg, #b31217 0%, #e52d27 100%);
    background-image: -ms-linear-gradient( 0deg, #b31217 0%, #e52d27 100%);
    color: #fff;
    border-radius: 8px;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    width: 180px;
    margin-top: 5px;
}
.box-shadow-abara{
    background-color: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0px 1px 59px 0px rgba(0, 0, 0, 0.11);
    font-size: 16px;
    font-weight: normal;
    color: #777;
    line-height: 2.2;
    text-align: justify;
}
.services-page .box-service{
    font-weight: bold;
    color: #777;
}
.content-page .list-certificates .image-cert{
    margin: 15px 0;
}
.content-page .list-certificates .image-cert .box-image{
    width: 100%;
    height: 250px;
    overflow: hidden;
    border: 1px solid rgb(183, 183, 183);
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.content-page .list-certificates .image-cert .box-image>img{
    width: 100%;
    object-fit: contain;
}
.content-page .form-contact .input-group .form-control{
    background-color: rgb(247, 247, 247);
    padding: 10px 15px;
    transition: .3s;
    border-radius: 8px;
    border: 1px solid rgb(183, 183, 183);
    box-shadow: none;
    height: 50px;
    font-size: 14px;
    transition: all 0.4s;
} 
.content-page .form-contact .input-group .form-control:focus{
    background-color: #fff;
}
.content-page .form-contact .input-group .form-control::placeholder{
    color: #90A4AE;
    font-size: 12px;
}
.content-page .form-contact .input-group textarea.form-control{
    min-height: 150px;
    max-height: 250px;
}
.content-page .box-contact{
    padding: 30px;
}
.content-page .form-contact .input-group .btn-send{
    background-image: -moz-linear-gradient( 0deg, #b31217 0%, #e52d27 100%);
    background-image: -webkit-linear-gradient( 0deg, #b31217 0%, #e52d27 100%);
    background-image: -ms-linear-gradient( 0deg, #b31217 0%, #e52d27 100%);
    font-size: 14px;
    height: 40px;
    border-radius: 6px;
    padding: 10px 40px;
    font-weight: bold;
    color: #fff;
    border: none;
    box-shadow: none;
    transition: all 0.4s;
}
.content-page .form-contact .input-group .btn-send:hover{
    padding: 10px 50px;
}
.content-page .info-contact{
    border-left: 1px solid #eee;
}
.content-page .info-contact .box-map{
    border: 1px solid #eee;
    border-radius: 10px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
}
.content-page .info-contact .box-map iframe{
    width: 100%;
    height: 100%;
}
.content-page .info-contact .item-inf{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #777;
    margin-top: 15px;
    line-height: 1.5;
}
.content-page .info-contact .item-inf > i{
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: -moz-linear-gradient( 0deg, #b31217 0%, #e52d27 100%);
    background-image: -webkit-linear-gradient( 0deg, #b31217 0%, #e52d27 100%);
    background-image: -ms-linear-gradient( 0deg, #b31217 0%, #e52d27 100%);
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
    flex-shrink: 0;
}

/*---------------------- /Pages ---------------------*/

@media only screen and (max-width:1024px) {
    .header-main .navbar-ebara .navbar-collapse {
        position: fixed;
        top: 0px;
        width: 300px;
        display: block;
        right: auto;
        left: -350px;
        height: 100% !important;
        background-color: #fee;
        z-index: 999999;
        border-radius: 0;
        box-shadow: rgba(0, 0, 0, 0.4) 2px 0px 50px;
        background-clip: padding-box;
        transition: all 0.5s;
    }
    .header-main .navbar-ebara .navbar-collapse.show {
        left: 0;
    }
    .header-main .navbar-ebara .mega-dropdown-menu {
        position: absolute;
    }
    .header-main .navbar-ebara .mega-dropdown-menu.show {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        top: 40px;
        -moz-transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -o-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        transform: skewX(0deg);
    }
    .header-main .navbar-ebara .navbar-nav {
        padding: 25px 10px !important;
        z-index: initial;
    }
    .header-main .navbar-ebara .navbar-nav>li {
        width: 100%;
        margin-bottom: 25px;
    }
    .header-main .navbar-ebara .navbar-nav>li>a {
        text-align: right;
        padding: 0 15px !important;
        border: none;
        color: #e52d27 !important;
    }
    .header-main .navbar-ebara .navbar-nav>li.dropdown>a::before, .header-main .navbar-ebara .navbar-nav>li.dropdown>a::after {
        left: 15px;
        top: 5px;
    }
    .header-main .header-info .header-menu .navbar-nav .nav-link::after{
        display: none;
    }
    .header-main .navbar-ebara{
        position: absolute;
        top: 10px;
        right: 15px;
        padding: 0 !important;
    }
    .header-main .navbar-ebara .navbar-toggler{
        padding: 0;
        background-image: -moz-linear-gradient( 0deg, #b31217 0%, #e52d27 100%);
        background-image: -webkit-linear-gradient( 0deg, #b31217 0%, #e52d27 100%);
        background-image: -ms-linear-gradient( 0deg, #b31217 0%, #e52d27 100%);
        width: 50px;
        height: 50px;
        border-radius: 8px;
    }
    .header-main .header-info .list-type-pump .owl-nav .owl-prev{
        right: 25px;
    }
    .header-main .header-info .list-type-pump .owl-nav .owl-next{
        left: 25px;
    }
}