﻿body {
    font-family: "Josefin Sans", sans-serif;
}

.bg-primary {
    background: #455fd0 !important;
}

.text-primary {
    color: #455fd0 !important;
}

a {
  text-decoration: none;
}

    a:hover {
        color: #455fd0;
    }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.link-dark:hover
{
  color: #6d4cc7 !important;
}


.footer-bg {
    background: #212529 !important;
    color: #fff;
    background-position: center;
    background-size: cover;
    min-height: 40vh;
}


.footer-bg > ul > li > a{
    color: #fff;
}

.col-min-height {
    min-height: 313px;
}

.fa-2x {
    font-size: 23px !important;
    color : #fff;
}

.fs-20{
    font-size : 16px;
}



.text-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.main-heading {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 1.25rem;
}

.main-subheading {
    font-size: 1rem;
    line-height: 1.2rem !important;
    letter-spacing: -0.0225rem;
    margin-bottom: 0.8rem;
}

.image-aspect{
    aspect-ratio: 1/1;
}

.image-ratio-19-6{
    aspect-ratio: 3/2;
}

@media (min-width: 576px) { /* Small */
    .main-heading {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) { /* Medium */
    .main-heading {
        font-size: 2.3rem;
    }
}

@media (min-width: 992px) { /* Large */
    .main-heading {
        font-size: 2.7rem;
    }
}

@media (min-width: 1200px) { /* Extra Large */
    .main-heading {
        font-size: 2.7rem;
    }
}

.heading-text-underline {
    text-decoration: underline;
    text-decoration-color: #455fd0;
    text-decoration-thickness: 0.125rem;
    text-transform: unset;
    text-underline-offset: 0.4rem;
}

.blog-border-bottom:not(:last-of-type) {
    border-bottom: 0.0625rem solid #737373;
}

.xl-bold{
    font-weight: 900 !important;
}

a:hover {
    color: #455fd0 !important;
}

.blog-heading-2 {
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: 0.0075rem;
    word-break: break-word;
}

.widget_categories ul,
.widget_nav_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
 
.widget_categories .menu,
.widget_categories>ul,
.widget_nav_menu .menu,
.widget_nav_menu>ul {
	margin: 0;
}
 
.widget_categories a,
.widget_nav_menu a {
	background-color: initial;
	background-color: #455fd0;
	border-radius: 4px;
	color: #000000;
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.313;
	margin: 0 0 10px;
	padding: 16px 45px 19px 27px;
	position: relative;
	z-index: 2;
}
 
.widget_categories a:before,
.widget_nav_menu a:before {
	background-color: rgb(232, 232, 232);
	border-radius: inherit;
	content: "";
	inset: 0;
	position: absolute;
	transition: 0.4s ease-in-out;
	z-index: -1;
}
 
.widget_categories a:hover,
.widget_nav_menu a:hover {
	color: #fff !important;
}

    .widget_categories a:hover:after,
    .widget_nav_menu a:hover:after {
        background-color: #455fd0;
        color: #fff !important;
    }
 
.widget_categories a:hover:before,
.widget_nav_menu a:hover:before {
	transform: scaleY(0);
}
 
.widget_categories li:last-child a,
.widget_nav_menu li:last-child a {
	border-bottom: none;
}
 

