@media (max-width:767px) {
    .iview-directionNav a.iview-prevNav {
        background: unset !important;
        width: 80px;
        height: 80px;
        top: 50%;
        left: 0px !important;
    }

    .iview-directionNav a.iview-prevNav:before {
        content: "\f060";
        color: red;
        font-weight: 300;
        font-size: 14px;
        line-height: 80px;
    }

    .iview.iview-hover .iview-directionNav a.iview-nextNav {
        right: 0px I !important;
        background: unset !important;
        color: red;
    }

    .iview-directionNav a.iview-nextNav {
        background: unset !important;
        color: red;
        width: 80px;
        height: 80px;
        top: 50%;
        right: 0px !important;
    }

    .iview-directionNav a.iview-nextNav:before {
        content: "\f061";
        /* font-family: "Font Awesome 5 Pro"; */
        color: red;
        font-weight: 300;
        font-size: 14px;
        line-height: 80px;
    }
}

.direction-right {
    direction: rtl;
}

.float-right {
    float: right;
}


.pagination {
    direction: rtl;
    justify-content: center;
    flex-wrap: wrap;
    font-family: IRANSansFa;
}

.pagination li a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: 0px;
    line-height: 1.25;
    /*color: #007bff;*/
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination .page-list li {
    padding: unset;
}

.pagination li span {
    position: relative;
    display: block;


    line-height: 1.25;
    /*color: #007bff;*/
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination li a:hover {
    color: #fff;
    background-color: #FF5E3A;
}

.pagination .active a {
    background-color: #FF5E3A;
}

.menu a:hover {
    color: #FF5E3A;
    /* background-color: #FF5E3A; */
}

.menu-title:hover {
    color: #FF5E3A;
    /* background-color: #FF5E3A; */
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
}

.menu {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: white;
    padding: 20px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
    transition: left 0.3s ease-in-out;
    z-index: 100;
}

.menu.active {
    left: 0;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.menu a {
    display: block;
    padding: 10px 0;
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.hamburger {
    position: absolute;
    top: -75px;
    left: 20px;
    background: black;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    z-index: 100;
}

.close-btn {
    background: red;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
}

.dropdown-menu {
    display: none;
    padding-left: 10px;
}

.dropdown-menu.active {
    display: block;
}

.open>.dropdown-menu {
    display: contents !important;
}


/* site index  */

.custom-button .owl-theme .owl-buttons .owl-prev:before {
    content: "\f0a8";
    font-size: 30px;
    /* font-family: 'Font Awesome 5 Pro'; */
    font-weight: 300;
    color: #7c8195;
}

.custom-button .owl-theme .owl-buttons .owl-next {
    left: 50px !important;
    right: auto !important;
}

.custom-button .owl-theme .owl-buttons .owl-prev {
    right: auto !important;
    left: 15px !important;
}

.btn-more-information {
    font-size: 12px;
    font-weight: bold;
    padding: 15px 25px;
    min-width: 200px;
    height: 50px;
    /* letter-spacing: 1px; */
    background: #FF5E3A;
    color: #FFF;
    display: block;
    border-radius: 4px;
}

.btn-more-information:hover {
    background-color: #FFF;
    color: #FF5E3A;
    border: 1px solid #FF5E3A;
}

@media (max-width:490px) {
    .mobile_font_size {
        font-size: 17px !important;
    }

    .owl-carousel .owl-item {
        padding: 0 60px !important;
    }
}


#owl-demo .item {
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.owl-prev,
.owl-next {
    background-color: #ff6600;
    /* Change button background color */
    color: #fff;
    /* Change button text color */
    border-radius: 50%;
    /* Make buttons round */
    width: 40px;
    /* Set button width */
    height: 40px;
    /* Set button height */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    /* Adjust icon size */
    transition: all 0.3s ease;
    /* Add a smooth hover effect */
}

.owl-prev:hover,
.owl-next:hover {
    background-color: #e55d00;
    /* Change background color on hover */
    color: #fff;
    /* Keep text color consistent */
    transform: scale(1.1);
    /* Slightly enlarge on hover */
}

/* Optional: Position the buttons */
.owl-prev {
    position: absolute;
    left: -50px;
    /* Adjust as needed */
    top: 50%;
    transform: translateY(-50%);
}

.owl-next {
    position: absolute;
    right: -50px;
    /* Adjust as needed */
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .iviewSlider {
        width: 100% !important;
        height: 650px !important;
        background-size: cover !important;
        background-position: top center !important;

    }


    .caption-contain {
        left: -200px !important;
        font-size: 30px !important;
    }


}

#owl-slider .item img {
    display: block;
    width: 100%;
    height: auto;
}

#owl-slider .owl-wrapper-outer .owl-wrapper .owl-item {
    padding: unset !important;
}

.owl-theme .owl-controls .owl-buttons div {
    display: flex !important;
}



#owl-slider .item {
    position: relative;
}
.slider_caption {
    position: absolute;
    top: 10%;
    left: 15%;
    text-align: center;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
}
.slider_caption h2 {
    font-size: 40px;
    margin: 35px 0;
    
    color: rgb(44, 54, 93);
}
.slider_caption h3 {
    font-size: 30px;
    margin: 55px 0;
    color: rgb(44, 54, 93);
}
.slider_caption h4 {
    font-size: 18px;
    margin: 35px 0;
    color: rgb(44, 54, 93);
}
.btn_contact_us {
    display: inline-block;
    background: #ff9800;
    color: #fff !important;
    padding: 10px 20px;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 5px;
} 


@media screen and (max-width: 767px) {
    .slider_caption {
        padding: 15px;
        top: 5%;
        font-size: 10px;
    }

    .slider_caption h2 {
        font-size: 1.5em;
        margin: 15px 0;
    }

    .slider_caption h3 {
        font-size: 1.2em;
        margin: 25px 0;
    }

    .slider_caption h4 {
        font-size: 1em;
        margin: 15px 0;
    }

    .slider_caption .btn {
        font-size: 0.9em;
        padding: 8px 15px;
    }

    #owl-slider .item img{
        min-height: 250px !important;
    }
}