:root {
    --pbmit-global-color: #1f3863;
    --pbmit-secondary-color: #ff9c00;
    --pbmit-light-color: #f6f6f6;
    --pbmit-white-color: #ffffff;
    --pbmit-blackish-color: #4471c4;
    --pbmit-link-color-normal: #14193c;
    --pbmit-link-color-hover: #3147f3;
    --pbmit-global-color-rgb: rgb(49, 71, 243);
    --pbmit-secondary-color-rgb: rgb(255, 156, 0);
    --pbmit-responsive-breakpoint: 1200px;
    --pbmit-body-typography-font-family: 'Schibsted Grotesk', sans-serif;
    --pbmit-body-typography-variant: regular;
    --pbmit-body-typography-font-size: 16px;
    --pbmit-body-typography-line-height: 1.6;
    --pbmit-body-typography-color: #666666;
    --pbmit-heading-typography-font-family: 'Chakra Petch', sans-serif;
    --pbmit-heading-color: #14193c;
    --pbmit-heading-font-variant: 700;
    --pbmit-btn-typography-font-family: 'Chakra Petch', sans-serif;
    --pbmit-btn-typography-variant: 600;
    --pbmit-btn-typography-font-size: 16px;
    --pbmit-btn-typography-line-height: 26px;
}

body {
    font-family: 'Hind Siliguri Regular';
    font-style: normal;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
strong {
    font-family: 'Hind Siliguri Regular';
    font-style: normal;
    font-weight: normal;
    text-align: justify;
}

.site-title {
    height: 110px;
}

.site-header .site-branding img {
    max-height: 100px;
}

.header-style-3 .site-branding .logo-img {
    max-height: 100px;
}

.header-style-3 {
    overflow: visible;
}

.header-style-3 .site-navigation ul.navigation>li>a {
    margin: 0 10px;
    font-family: 'Hind Siliguri Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}

.header-style-3 .sticky-header .site-navigation ul.navigation>li>a {
    margin: 0 10px;
    font-family: 'Hind Siliguri Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #000;
}

.site-navigation .navigation li .active {
    color: #ccc;
}

.header-style-3 .sticky-header .site-navigation ul.navigation>li>a,
.header-style-3 .sticky-header .pbmit-social-links li a,
.header-style-3 .sticky-header .pbmit-header-search-btn a,
.header-style-3 .sticky-header .main-menu ul>li.dropdown>a:after,
.header-style-3 .sticky-header .site-navigation ul.navigation>li.active>a,
.header-style-3 .sticky-header .site-navigation ul.navigation>li.active>a:after {
    color: #000;
}

.nivoSlider {
    overflow: visible;
    z-index: 0;
}

.page-content {
    background-color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-8 {
    height: 100%;
}

.acme-news-ticker-label {
    background: #4471c4;
}

.header-style-3 .pbmit-pre-header-right ul li i {
    color: #fff;
}

.pbmit-breadcrumb-inner .sep {
    font-size: 13px;
    top: 0px;
    position: relative;
    color: #fff;
}

.footer-style-2 {
    background-image: none;
    color: #000;
}

.footer-style-3 .pbmit-footer-big-area {
    background: #000;
}

.pbmit-footer-widget-area {
    color: #000;
}

.site-footer .widget .widget-title {
    color: #000;
}

.list-group .pbmit-icon-list-text {
    text-align: left !important;
}

.site-header .pbmit-header-search-btn {
    padding-right: 0px;
}

.site-header .pbmit-header-search-btn .btn {
    border-radius: 1.5px;
    background: #4471c4;
    border: none;
}

@media (max-width: 1200px) {
    .site-header .pbmit-header-search-btn {
        margin-right: 50px;
    }
}

@media (max-width: 1200px) {
    .header-style-3 .site-branding .pbmit-responsive-logo {
        display: block;
        background: #fff;
        max-height: 50px;
        padding: 1px;
    }
}

@media (max-width: 767px) {
    .section-xl {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer-style-2 .pbmit-footer-big-area {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer-style-2 .pbmit-footer-text-area {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.page-item.active .page-link {
    color: #fff;
}