html {
    overflow: auto
}

body {
    font-family: 'Raleway-Regular'
}

.text-blue {
    color: #4c9fc9 !important
}

.text-new-blue {
    color: #61b5e0 !important
}

.bg-blue {
    background-color: #4c9fc9 !important
}

.bg-new-blue {
    background-color: #61b5e0 !important
}

.text-black {
    color: #5a5b5d !important
}

.text-lightblack {
    color: #5c5c5c !important
}

.site-footer {
    background-color: #5b5c5d
}

.ourfont-bold {
    font-family: 'Raleway-Bold' !important
}

.ourfont-semibold {
    font-family: 'Raleway-SemiBold' !important
}

.ourfont-extrabold {
    font-family: 'Raleway-ExtraBold' !important
}

.ourfont-thin {
    font-family: 'Raleway-Thin' !important
}

.font-italic {
    font-style: italic !important
}

.font-justify {
    text-align: justify !important
}

.font-left {
    text-align: left !important
}

.blog ul {
    list-style: none
}

.blog ul li {
    margin: 0;
    margin-bottom: 1em;
    padding-left: 1.5em;
    position: relative;
}

.blog ul li:after {
    content: "";
    height: 0.4em;
    width: 0.4em;
    background: #000;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 0.5em;
    left: 0;
}
.bg-grey{
    background-color: #f4f4f4  !important;
}