/******************************
INDEX:
    00 - General
    01 - Typography
    02 - Text Color & Background Color
    03 - Background Position & Size
    04 - Helper class
    05 - Social icons
    06 - Header
    07 - Bootstrap Overwrite
    08 - Swiper
    09 - Scroll To Top
    10 - Search Box
******************************/

.pagination{
    --bs-link-color:#024EA1;
    --bs-pagination-active-bg:#0F4080;
}
:root {

     --pbmit-global-color: #024EA1;
     --pbmit-secondary-color: #0F4080;
     --pbmit-light-color: #f2f6fb;
     --pbmit-white-color:#ffffff;
     --pbmit-blackish-color: #101010;
     --pbmit-link-color-normal: #101010;
     --pbmit-link-color-hover:#024EA1;
     --pbmit-global-color-rgb: rgb(1, 205, 97);
     --pbmit-secondary-color-rgb: rgb(0, 50, 129);
     --pbmit-responsive-breakpoint: 1200px;
     --pbmit-body-typography-font-family: 'Archivo', sans-serif;
     --pbmit-body-typography-variant: regular;
     --pbmit-body-typography-font-size: 15px;
     --pbmit-body-typography-line-height: 1.7;
     --pbmit-body-typography-color: #666666;
     --pbmit-heading-typography-font-family:'Poppins', sans-serif;
     --pbmit-heading-color: #101010;
     --pbmit-heading-font-variant: 700;
     --pbmit-btn-typography-font-family:'Poppins', sans-serif;
     --pbmit-btn-typography-variant: 700;
     --pbmit-btn-typography-font-size: 13px;
     --pbmit-btn-typography-line-height:19px;
	 --border-radius: 0px;
}
