
/* By amrut Todkar 2022-06-01 */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
/* By amrut Todkar 2022-06-01 */

/* font family by pooja */
@font-face  {
	font-family: Graphik;
	src: url('fonts-imr/Graphik.ttf');
}


.font-family{
    font-family: 'Source Sans Pro', sans-serif !important;
    /* font-family: Graphik !important; */
}


.text-description h1,h2,h3,h4,h5,h6{
    font-family: 'Source Sans Pro', sans-serif !important;
    /* font-family: Graphik !important; */
}

/* css by pooja for banner section title  */
.page-title-heading h1 {
    text-transform: capitalize !important;
    font-size: 36px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    
}
@media (max-width: 767px){
    .page-title-heading h1 {
        font-size: 28px !important;
        margin-bottom: 10px !important;
    }
}

.page-title-heading h2{
    font-size: 18px;
    font-weight: 500;
}

/* banner section title end */

/* secondary title for card  */
/* .featured-title h5 {
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    margin-bottom: 8px !important;
}

.report-title h5 {
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    margin-bottom: 8px !important;
}

.secondary-title {
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 24px !important;
} */


.report-title a {
    color: #fff !important;
}
.report-title a:hover {
    color: #056fab !important;
}

.featured-title a {
    color: #031B4E !important;
}
.featured-title a:hover {
    color: #056fab !important;
}

/* css by pooja for report card text (published date and prize) */
.report-card-text{
    font-size: 18px !important;
    font-weight: 600 !important;
}


/* css by pooja for detailed blog and reports title */
.main-title{
    font-size: 25px !important;
    line-height: 32px !important;
    font-weight: 600 !important;
    color: #031b4e !important;  
}

@media (max-width: 991px){
    .main-title{
        font-size: 24px !important;
        line-height: 28px !important;
        font-weight: 600 !important;
        color: #031b4e !important;  
    }
}

/* css by pooja for subscribe now section title */
.right-card-title{
    font-size: 25px !important;
    line-height: 32px !important;
    font-weight: 600 !important; 
}

/* css by pooja for author section which is present in a blog page */
.author-card{
    font-size: 18px !important;
    line-height: 18px !important;
    font-weight: 600 !important;
}

/* side recent blogs reports and press relases section */
.latest-section{
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 700 !important;
}

/* css by pooja for filter  */

.filter-text{
    text-transform: capitalize !important;
    font-size: 16px !important;
    line-height: 25px !important;
    font-weight: 500 !important;    
}

/* css by pooja for sidebar section title  */

.widget-title {
    font-size: 21px !important;
    padding-bottom: 4PX !important;
    font-weight: 600 !important;
    line-height: 42px !important;
    color: #031b4e !important;
}

/* css by pooja for breadcrums */
.breadcrumb-wrapper li {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #031B4E !important;
}
.breadcrumb-wrapper a {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #056fab !important;
}
.breadcrumb-wrapper a:hover {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #031B4E !important;
}
    
/* font color classes by pooja */

.blue-font{
    color: #031b4e !important;
}

.white-font{
    color: #fff !important;
}

/* css by pooja for section header title */
.section-header{
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    line-height: 14px !important;
    margin-bottom: 10px !important;
    letter-spacing: 2px !important;
    color: #007cc2 !important;
}

.section-title{
    font-weight: 700 !important;
    font-size: 33px !important;
    line-height: 43px !important;
    margin-bottom: 0;
    color: #031b4e !important;
}

/* css by pooja for footer contact us form text */
.contact-us-bar{
    font-size: 1.5rem !important;
    color: #fff !important;
    font-weight: 700 !important;
    line-height: 1.8rem !important;
}

.secondary-title{
    font-size: 21PX !important;
    line-height: 27px !important;
    font-weight: 600 !important;
}