@font-face {
    font-family: 'irSans';
    src: url('font/sansweb/IRANSansWeb.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
:root {
    --nav-bg-color: #007b67;
    
}
body {
    font-family: 'irSans';
    overflow-y: hidden;
}
.copyright {
	font-size: 0.75rem !important;
}

.razavieh-cover {
    /*background-image: url('../image/air23.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}



.main-menu {
    background-color: var(--nav-bg-color);
}

.main-menu > nav.navbar {
    border-radius: 30px !important;
}

.offcanvas {
    background-color: var(--nav-bg-color);
}
.carousel {
	position: relative;
	margin-top: -28px;
	z-index: -3;
}

.section-title {
    border-color: #fff;
}
.toop-slider {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    
}

.toop-slider li{
    padding: 10px;
    border: 2px solid #1c1c1c;
    border-radius: 50%;
    margin-right: 0.8em;
}
.fived{
    margin-right: 0;
}
.b{
    background-color: #1c1c1c;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    background-color: #fff;
    display: flex;
	justify-content: center;
	align-items: center;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
  }

.navbar {
    background-color: var(--nav-bg-color);
}

.navbar-toggler {
    border-color: white;
} 

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/></svg>");
}

a {
    text-decoration: none
}

.carousel-text {
    max-width: 50vw;
    position: absolute;
    bottom: 42%;
    right: 39%;
    font-size: 3vw;
    color: white;
    text-shadow: 3px 3px 2px black;
}

.pointer {
    cursor: pointer;
  }

@media only screen and (max-width: 999px) {
    .desktop-header, .carousel, .prev, .next {
        display: none;
    }
    .mobile-header, .mobile-banner {
        display: block;
    }
  .accordion-slider > img {
        width: 95%;
        height: 50px;
        object-fit: cover;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .accordion-slider > .act {
        height: 400px;
    }
    .razavieh-cover > img {
        width: 50%;
    }

    .mobile-banner > .container > img {
        height: 33.33vh;
    }
  

}

@media only screen and (min-width: 1000px) {
    .desktop-header {
        display: block;
    }
    .mobile-header, .mobile-banner {
        display: none;
    }
    .accordion-slider > img {
        width: 40px;
        height: 400px;
        object-fit: cover;
        border-radius: 25px;
    }

    .accordion-slider > .act {
        width: 50vw !important;
        max-width: 700px !important;
    }

}

.read-news > p {
    text-align: justify;
}

.footable-detail-row {
    white-space: nowrap !important;
    text-align: right !important;
}


/*
.footable-pagination-wrapper [data-page="last"],
.footable-pagination-wrapper [data-page="next"],
.footable-pagination-wrapper [data-page="prev"],
.footable-pagination-wrapper [data-page="first"],
*/
.footable-pagination-wrapper .divider,
.footable-pagination-wrapper .label-default {
  display: none !important;
}

.footable-pagination-wrapper {
    direction: ltr;
}


.footable .pagination > .active > a, .footable .pagination > .active > a:focus, .footable .pagination > .active > a:hover, .footable .pagination > .active > span, .footable .pagination > .active > span:focus, .footable .pagination > .active > span:hover {
	background-color: #6c757d !important;
	border-color: #6c757d !important;
    color: #fff !important;
}

.footable .pagination > li > a, .footable .pagination > li > span {
	color: #6c757d !important;
}