/* custom pagination start */
.custompagination .pagination{
    box-shadow: none !important;
    display: block;
    margin-top: 37px;
    padding-bottom: 30px;
    margin-bottom:0px !important;
}
.custompagination .pagination .nav-links {
    border: none !important;
}
.custompagination .pagination .nav-links a, .custompagination .pagination .nav-links span, .custompagination .pagination .nav-links  .next ,  .custompagination .pagination .nav-links .prev{

      background-color: rgba(255,255,255,.05);
      border: 1px solid #BBBBBB;
      border-radius: 15%;
      color: #BBBBBB;
      margin-left: 0;
      margin-right: 12px;
      font-size: 15px;
      height: 30px;
      width: 30px;
      line-height: 29px;

}
.custompagination .pagination .nav-links a:hover{
     background-color: #00beea;
     border-color:#00beea;
     color: #fff;
}
.custom_page {

    text-align: center;
    font-size: 17px;
    line-height: 22px;

}
.custompagination .pagination .nav-links .current{
 background-color: #fff;
    color: #000000;
}
.custompagination {
    text-align: center;
    position: relative;
}
.custompagination .nav-links .page-numbers{ border-radius:5px; font-size:17px; font-weight:normal; margin-right:5px; padding:0px; height:40px; width:40px; line-height:40px; border:1px solid #f2f2f2; background-color:transparent; color:#000000;}
.custompagination .nav-links .page-numbers.current{background-color:#00beea; color:#fff; border-color:#00beea;}
.custompagination .nav-links .page-numbers:last-child{margin-right:0px;}
.custompagination .nav-links .page-numbers .screen-reader-text{margin-right:0px;}
.custompagination .nav-links .page-numbers.next:before{height:auto; width:40px; line-height:29px; font-size:0px; }
.custompagination .nav-links .page-numbers.prev:before{height:auto; width:40px; line-height:29px; font-size:0px;}
/* custom pagination end */


/* custom pagination  media query start */
@media (max-width:767px){
    .cstm_search_page .cstm_search_form.no-search-results-form.section-inner.thin {
        width: 100%;
        
    }
    .custompagination .nav-links .page-numbers.next::before {
        line-height: 27px;
        width: 28px;
    }
    .custompagination .nav-links .page-numbers {
        height: 26px;
        line-height: 25px;
        width: 27px;
        font-size: 12px; margin:0 4px !important;
    } 
    .custompagination .pagination .nav-links a, .custompagination .pagination .nav-links span, .custompagination .pagination .nav-links .next, .custompagination .pagination .nav-links .prev {
        margin-left: 0;
        margin-right: 0;
    }
    .custompagination .nav-links .page-numbers.prev::before {
        line-height: 24px;
        width: 26px;
    }
}

.custompagination .next.page-numbers,.custompagination .prev.page-numbers {
    background: transparent !important;
    border: none !important;
}
.custompagination .next.page-numbers::before {
    background: url(img/left-1.svg) center center / 100px 100px rgba(0, 0, 0, 0.0);
    height: 30px!important;
    width: 30px!important;
    border-radius: 15%;
    border: 1px solid #BBBBBB;
    padding: 10px 13px;
    transform: rotate(181deg);
    
}
.custompagination .prev.page-numbers::before {
    background: url(img/left-1.svg) center center / 100px 100px rgba(0, 0, 0, 0.0);
    height: 30px!important;
    width: 30px!important;
    border-radius: 15%;
    border: 1px solid #BBBBBB;
    padding: 10px 13px;
}
.custompagination .next.page-numbers::before,.custompagination .prev.page-numbers::before {
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px !important;
    margin: 0 auto;
    content: -moz-alt-content !important;
        background-size: 7px 17px;
}


body {
    font-size: var(--global--font-size-base);
    font-weight: normal;
    color: var(--global--color-primary);
    text-align: left;
    background-color: #fff !important;
}
.cstm_width {
    width: 100% !important;
}
/* 404 PAGE CSS */
.cstm_error {
    padding: 100px 0px;
}

 ul#menu-header-menu li.active a{
    color: #00beea !important;
}

.cstm-box-sliders img {
    width: 100%;
}

/* ARCHIEVE PAGE CSS */
.cstm_category {
    background: transparent;
    padding: 20px 0px;
    display: block;
    text-align: center;
    text-transform: capitalize;
}

.cstm_default_img .item figure{
    width: auto;
}





