@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/* ======================logo page css================================ */

    .main_div{
    padding: 61px 70px 30px 70px;
    }
.typo_head {
    font-family: 'Plus Jakarta Sans';
    font-size: var(--font30);
    line-height: 79px;
    /* or 263% */
    padding-top: 28px;
    text-transform: capitalize;
    font-weight: 700;
    color: var(--black);
    margin-bottom: unset;
}
.oswald {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 70px;
    line-height: 79px;
    /* or 113% */
    text-transform: capitalize;
    color: var(--Grey1);
}
.download {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    /* or 150% */
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #15628C;
}
.info {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: var(--black);
}
    .font_style{
    list-style-type: none;
    padding-left: unset;
    }
        .font_style li {
            font-family: 'Plus Jakarta Sans';
            font-style: normal;
            font-size: var(--font30);
            line-height: 36px;
            /* or 120% */
            text-transform: capitalize;
            color: var(--Grey1);
            padding-top: 20px;
        }
    .ExtraLight{
    font-weight: 200;
    padding-top: unset !important;
    }
    .light{
    font-weight: 300;
    }
    .regular{
    font-weight: 400;
    }
    .medium{
    font-weight: 500;
    }
    .semibold{
    font-weight: 600;
    }
    .bold{
    font-weight: 700;
    }
    .extrabold{
    font-weight: 700;
    }
.font_typo {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 53px;
    /* or 151% */
    text-transform: capitalize;
    color: var(--Grey1);
}
.mulish {
    font-family: 'Plus Jakarta Sans';
}
.font_style_mulish li {
    font-family: 'Plus Jakarta Sans';
}
.italic li {
    font-family: 'Plus Jakarta Sans';
}
.font_typo1 {
    font-family: 'Plus Jakarta Sans';
}

    /*new style*/

.main_body_div{
    padding:0 80px;
}

.primFont {
    font-family: 'Plus Jakarta Sans';
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 79px;
    letter-spacing: 0em;
    text-align: left;
    color: #3A3829;
    margin-bottom: 0;
}
.Plus_Jakarta_Display {
    font-family: 'Plus Jakarta Sans';
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 79px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 20px;
    color: #3A3A3A;
}

.typoDescription {
    font-family: 'Plus Jakarta Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}
.DownLink {
    font-family: 'Plus Jakarta Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #2443AB;
}
a.DownLink {
    border-bottom: 1px solid #2443AB;
    color: #2443AB;
    text-decoration: none;
}

.fontStyle p {
    font-family: 'Plus Jakarta Sans';
    font-size: 30px;
    font-style: normal;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #3A3A3A;
}

.textLetter, .Numbers {
    font-family: 'Plus Jakarta Sans';
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    color: #3A3A3A;
}
    .textLetter{
        line-height:40px;
    }
.Numbers{
    line-height:53px;
}

.thin {
    font-weight: 100;
}
.extralight {
    font-weight: 200;
}
.light {
    font-weight: 300;
}
.regular {
    font-weight: 400;
}
.medium {
    font-weight: 500;
}
.semiBold {
    font-weight: 600;
}
.bold {
    font-weight: 700;
}
.extrabold {
    font-weight: 800;
}
.black {
    font-weight: 800;
}

.fontStyle{
    margin:0 0 100px 0;
}

