
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&display=swap');

.container {
    font-family: 'Rubik', sans-serif;
}

.bg-white {
    background-color: #fff;
}
.border-radius-sm {
    border-radius: 5px;
}
.heading {
    font-size: 20px;

}

.content {
    padding: 23px;
}

.content-half-padded{
    padding:10px;
}

.margin-right-40 {
    margin-right: 40px;
}

.margin-top-20{
    margin-top: 40px
}

.icon{
    height:70px
}

.bg-light-blue{
    background-color: #e6f5fc
}

.icon-xs{
    height:45px;
    margin-right: 15px;
}

.icon-xxs {
    height:20px;
}

.icon-xxxs{
    height:13px;
    margin-right: 10px;
}

.text-white{
    color: #ffff
}

.text-center{
    text-align: center;
}

.flex-row{
    display: flex;
    flex-direction: row;
}

.align-items-center{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.text-hdfc-blue {
    color: #013183
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid green;
    position: absolute;
    right: 0px;
}

.rectangle {
    border: 2px solid #013183;
    border-right: none;
}


.section-achievements{
    font-size: 12px;
    margin-top: 10px;
}

/********************************/

.category-heading {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 24px;
    background: -webkit-gradient(linear, left top, right top, from(#1DE1D1), to(#780BEE));
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

a:hover {
    background: -webkit-gradient(linear, left top, right top, from(#1DE1D1), to(#780BEE));
    color: #fff
}

.btn-register{
    color:#fff;
    background-color: #012d71;
    font-weight: 100;
    font-size: 13px;
}

.bg {
    background-color: #edeff1 !important;
}

.bg-white{
    background-color: #fff;
}

.text-body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.625em;
    letter-spacing: 0.01em;
    font-size: 1em;
    color: #73747f;
}

.main-heading {
    font-weight: 300;
    line-height: 1.244em;
    font-size: 25px;
    font-family: 'Rubik', sans-serif;
    color: #012d71;
    background-color: #fff; padding-right:10px;
}

.-mt-13{
    margin-top:-13px
}

.position-relative {
    position: relative;
}

/*.main-heading::before{*/
/*    content: " ";*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    background-color: #e0e0e0;*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: 0;*/
/*}*/
