body {
  font-family: 'Signika', sans-serif;
}


.p0{
    padding-left: 0px;
}

.p1{
    padding-left: 0.5rem;
}

.p2{
    padding-left: 1rem;
}

.p3{
    padding-left: 1.5rem;
}

.p4{
    padding-left: 2rem;
}

.p5{
    padding-left: 2.5rem;
}

.p5{
    padding-left: 3rem;
}
a{
    cursor: pointer;
     text-decoration: none;
}

.a-none a {
  text-decoration: none;
}

.primary-color {
    color: #0b4588;
}

.text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    display: block;
}

.fx-container {
    display: flex;
    flex-direction: row;
  }
  
  .fx-left {
    flex: 0 0 320px !important;
    padding-left: 10px;
  }
  
  .fx-right {
    flex: 0 0 calc( 100vw - 330px ) !important;
    padding: 0px 10px;
  }

.alt-color {
  color: #e97703;
}

.alt-bg-color {
  background-color: #e97703;
  color: #ffffff;
}

.alt-bg-color:hover {
  background-color: #e97703;
  color: #ffffff;
}

#list li {
    cursor: pointer;
    list-style: none;
    white-space: nowrap;
    /*height: 30px;*/
    /*padding-bottom: 0.5rem;*/
    padding-bottom: 5px;
    margin: 1px;
    padding-top: 5px;
}

#list a{
    text-decoration: none;
}

#list a:hover li{
  background-color: #F5BA6E;
  color: #ffffff;
}

.breadcrumb a{
    text-decoration: none;
    color: #0b4588;
}

.breadcrumb .active a{
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
}

ul#list {
    padding-left: 0;
    padding-top: 0.3rem;
}

ul.chlist {
    padding-left: 0.5rem;
    padding-top: 0.3rem;
}
/*li:hover span {*/
/*     color: #ffffff;*/
/*    font-size: 0.9rem;*/
/*    cursor: pointer;*/
/*    display: inline-block;*/
/*    padding-top: 5px;*/
/*    padding-right: 5px;*/
/*    padding-bottom: 5px;*/
/*    padding-left: 5px;*/
/*    font-weight: bold;*/
/*}*/
ul li span {
     color: #212529;
    font-size: 0.9rem;
    cursor: pointer;
    display: flex;
    padding: 2px;
    font-weight: 500;
}

ul#list input[type="checkbox"] {
    appearance     : none;
    position       : relative;
    width          : 20px;
    height         : 20px;
    vertical-align : text-bottom;
    pointer-events:none;
    margin-left: 5px;
  }
  ul#list input[type="checkbox"]::before {
    position   : absolute;
    display    : block;
    top        : 0;
    left       : 0;
    width      : 100%;
    height     : 100%;
    content    : '';
    box-sizing : border-box;
    border     : 2px solid #0b4588;
    }
  ul#list input[type="checkbox"]:checked::after {
    position   : absolute;
    display    : block;
    top        : 4px;
    left       : 4px;
    width      : calc(100% - 8px);
    height     : calc(100% - 8px);
    background : #0b4588;
    content    : '';
    } 

.is-logo {
    width: 180px;
    padding-left: 16px;
}

.pro-thumps {
    height: 120px;
}

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

.txt-al-c {
    text-align: center;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1rem;
    color: rgba( 0,0,0,0.8);
}

.cat-txt {
    display: inline-block;
 /*   overflow: hidden; */
    text-overflow: ellipsis;
    max-width: 220px;
    line-height: 10px;
}

.fixed {
    position: fixed;
    height: 100%;
}

.in-rel {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    width: calc( 100% - 19px );
}

.cat-head {
    font-size: 1rem;
    letter-spacing: 1.7px;
    padding: 5px 0px;
    background: #264180;
    color: #fff;
    text-align: center;
    width: 290px;
}

.bg-left {
    border-right: 2px solid #eee;
    background: #ffffff;
}
.card-txt-bg {
    background: #f7f7f7;
    height: 70px;
}

.pro-items .row>* {
    margin-top: 5px;
}
.pro-page .pagination { margin: 5px; }
.pro-page .txt-wt { width: 160px; max-width: 100%;}


/* /////// */

/*
.pagination .page-link[rel="prev"],
.pagination .page-link[rel="next"] {
    display: none;
}
*/

/* //////////// home //////////////// */

.icon-png {
  width: 100px;
  padding: 16px;
}

.no-icon  .dropdown-toggle::after {
  display: none;
} 

.card-br {
  border: 2px solid #cccccc;
}

.card-br:hover {
  border-color: #e97703;
}

.bg-color {
  background-color: #264180;
  color:#fff;
}


.card-br:hover .bg-color {
  background-color: #e97703;
  color:#fff;
}


/* ////////// item //////////////// */

.card-ht {
    overflow: hidden;
    text-align: center;
}    

.card-img-t {
  width: auto;
  padding: 50px 20px;
  margin: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.product-list {
padding: 12px 8px;
}

.itm-container {
    position: relative;  
    cursor: pointer;
    padding: 5px;
    border: 3px solid #fff;
    border-radius: 8px;
}
/* .itm-container:before {
  content:"";
  position:absolute;
  margin: 5px 5px;
    bottom: 0;
  top:0;left:0;right:0;
  background-color:rgba(0,0,0,0.025);
  z-index: 1;
} */
.itm-container:hover {
  /* background-color:rgba(38, 65, 128,0.2); */
  border-color:#F5BA6E;
  opacity: 0.7;
}
.itm-container img {
  display:block;
}
.itm-container a.btn {
  /* position: absolute; */
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); */
  background: #0b4588;
  color: #fff;
  z-index: 1;
} 
.itm-container:hover a.btn {   
  /* opacity: 1;
  transition: all 1s ease; */
  background: #e97703;
  color: #fff;
} 

/* ///////////// links //////////////// */

    .active>.page-link, .page-link.active {
        background-color: #0b4588;
        border-color: #0b4588;
    }

    .page-link {
        color: #0b4588;;
    }
     
/* form group */

.form-label.required:after, .required:after { 
  content:"*";
  color:red;
}

.checkbox-group :invalid ~ .invalid-feedback {
  display: none;
}

.checkbox-group :checked ~ .invalid-feedback {
  display: none;
}


    /* /////// loders/////// */


    .loader {
        position: fixed;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99999;
        background: rgb(237 237 237 / 78%);
        text-align: center;
        padding-top: 45vh;
      }
      

    .lds-roller {
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
      }
      .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
      }
      .lds-roller div:after {
        content: " ";
        display: block;
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #0b4588;
        margin: -4px 0 0 -4px;
      }
      
      .lds-roller div:nth-child(1) {
        animation-delay: -0.036s;
      }
      
      .lds-roller div:nth-child(1):after {
        top: 63px;
        left: 63px;
      }
      
      .lds-roller div:nth-child(2) {
        animation-delay: -0.072s;
      }
      
      .lds-roller div:nth-child(2):after {
        top: 68px;
        left: 56px;
      }
      
      .lds-roller div:nth-child(3) {
        animation-delay: -0.108s;
      }
      
      .lds-roller div:nth-child(3):after {
        top: 71px;
        left: 48px;
      }
      
      .lds-roller div:nth-child(4) {
        animation-delay: -0.144s;
      }
      
      .lds-roller div:nth-child(4):after {
        top: 72px;
        left: 40px;
      }
      
      .lds-roller div:nth-child(5) {
        animation-delay: -0.18s;
      }
      
      .lds-roller div:nth-child(5):after {
        top: 71px;
        left: 32px;
      }
      
      .lds-roller div:nth-child(6) {
        animation-delay: -0.216s;
      }
      
      .lds-roller div:nth-child(6):after {
        top: 68px;
        left: 24px;
      }
      
      .lds-roller div:nth-child(7) {
        animation-delay: -0.252s;
      }
      
      .lds-roller div:nth-child(7):after {
        top: 63px;
        left: 17px;
      }
      
      .lds-roller div:nth-child(8) {
        animation-delay: -0.288s;
      }
      
      .lds-roller div:nth-child(8):after {
        top: 56px;
        left: 12px;
      }
      
      @keyframes lds-roller {
        0% {
          transform: rotate(0deg);
        }
        100% {
          transform: rotate(360deg);
        }
      }