.flex {
    display: flex;
    align-items: center;
}

.start {
    display: flex;
    justify-content: start ;
}

.center {
    display: flex;
    justify-content: center;
}

.end {
    display: flex;
    justify-content: end;
}

.between {
    display: flex;
    justify-content: space-between;
}

.around {
    display: flex;
    justify-content: space-around;
}

.text-justify {
    text-align: justify;
}

.pointer {
    cursor: pointer;
}

.text-shadow {
    text-shadow: 0 0 15px white;
}

.ff-bold {
    font-family: "Peyda-ExtraBold";
}

.ff-extra-bold {
    font-family: "Peyda-ExtraBold";
}

.p-sticky {
    position: sticky;
    top: 0;
}

.h-100vh {
    height: 100vh;
}


.absolute-button {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 25px 0 0 25px;
}



/* Colors */
.bg-success {
    background-color: #003b34 !important;
}

.border-success {
    border-color: #003630 !important;
}

.text-success {
    color: #003b34 !important;
}

.btn-success {
    background-color: #003b34;
    color: #fff !important;
    transition: all .3s ease-in-out;
}

.btn-success:hover {
    background-color: #003630;
}

.btn-outline-success {
    border: 1px solid #003b34;
    transition: all .3s ease-in-out;
}

.btn-outline-success:hover {
    color: #fff !important;
    background-color: #003b34;
}

.bg-secondary {
    background-color: #b3c4c2 !important;
    border: 1px solid #94a09f;
}

.text-secondary {
    color: #b3c4c2 !important;
}

.btn-secondary {
    background-color: #b3c4c2;
    color: #fff !important;
    transition: all .3s ease-in-out;
}

.btn-secondary:hover {
    background-color: #a4afae;
}

.btn-outline-secondary {
    border: 1px solid #b3c4c2;
    transition: all .3s ease-in-out;
}

.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #b3c4c2;
}



/* Breadcrumb */
.breadcrumb {
    font-size: 15px;
}



/* Pagination */
.pagination a {
    color: #31516d;
}

.pagination a.active {
    background-color: #31516d;
    border: none;
}





/* Animate-box */
.animate-box {
    opacity: 0;
    transition: opacity 1s ease;
}






/* Full page */
.fp-watermark {
    display: none;
}


#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #686868 !important;
}

#fp-nav ul li .fp-tooltip {
    color: #686868;
    font-family: 'Peyda';
}

.fp-controlArrow.fp-prev {
    width: 50px;
    height: 50px;
    color: #fff;
}

.fp-controlArrow.fp-next {
    width: 50px;
    height: 50px;
    color: #fff;
}








#updating .modal-dialog .modal-content {
    color: #31516d;
    background: #ffffffa1;
    backdrop-filter: blur(5px);
    filter: drop-shadow(0 0 0.75rem #d8e6ec65);
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 250px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: repeating-conic-gradient(#31516db7 0 90deg, #d8e6ecb7 0 180deg);
    animation: l21 1s infinite linear;
}

@keyframes l21 {
    100% {
        transform: rotate(.5turn)
    }
}





/*  col 20


.col-20 {
    width: 20%;
}
    in bootstrap .col-20{flex:0 0 auto;width:20%}
*/
/*  empty  */
.empty{
    display: block;
    height: 50px;
}

/* Swiper slider */
.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}






/* Tags */
.tags ul {
    margin: 0;
    padding: 0;
}

.tags ul li {
    background-color: #f8b21b;
    border: 2px solid #f8b21b;
    border-radius: 5px;
    display: inline-block;
    font-size: small;
    margin-bottom: 5px;
    margin-right: 2px;
    transition: all .3s ease-in-out;
}

.tags ul li a {
    display: flex;
    padding: 5px 10px;
    color: #fff;
    transition: all .3s ease-in-out;
}







/* Particles JS */
#particles-js {
    position: absolute;
    inset: 0;
}









/* Pagination */
.pagination li a {
    color: #202020 !important;
}

.pagination li.active a {
    color: #fff !important;
    background-color: #202020;
    border: 1px solid #202020;
}





/* Map */
.map-box iframe {
    width: 100%;
    height: 500px;
    border-radius: 15px;
    border: 3px solid #fff;
}


/* font */

@media screen and (max-width: 426px) {
    .h5, h5 {
        font-size: 15px;
    }
    .product-list span{
        font-size: 13px;
    }
    .product-list button{
        font-size: 11px;
    }
  }
/*
  .ful-screan{
    width: 100%;
    height: 100%;
  } */

  li{
    list-style-type: none;
  }


  .active>.page-link, .page-link.active
{
    z-index: 3;
    background-color: #024d45 !important;
    border: 1px solid #024d45 !important;
}
