body {
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: verdana, arial, helvetica, geneva;

}

a {
    text-decoration: none;
}

A.menuclass {
    COLOR: #fff;
    TEXT-DECORATION: none;
}

A.menuclass:visited {
    COLOR: #fff;
}

A.menuclass:hover {
    COLOR: #ff6600;
    BACKGROUND-COLOR: #CCCC99;
}

A.dblue {
    COLOR: #333366;
    TEXT-DECORATION: none;
}

A.dblue:visited {
    COLOR: #333366;
}

A.dblue:hover {
    COLOR: #ffffff;
    BACKGROUND-COLOR: #CCCC99;
}

A.dwhite:visited {
    COLOR: #ffffff;
}

A.dwhite:hover {
    COLOR: #ffffff;
    BACKGROUND-COLOR: #CCCC99;
}

.navbar {
    background-color: #1d4d7e !important;
}


.hindi {
    font-family: 'Tiro Devanagari Hindi', serif;
    font-size: 2rem;
    color: #fff;
    line-height: 1.2rem;
}

.content {
    height: auto;
    font-size: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

A.menuclass {
    COLOR: #ffff;
}

A.menuclass:visited {
    COLOR: #ffff;
}

A.menuclass:hover {
    COLOR: #ff6600;
    BACKGROUND-COLOR: #CCCC99;
}

A.dblue {
    COLOR: #333366;
}

A.dblue:visited {
    COLOR: #333366;
}

A.dblue:hover {
    COLOR: #ffffff;
    BACKGROUND-COLOR: #CCCC99;
}

A.dwhite {
    COLOR: #ffffff;
}

A.dwhite:visited {
    COLOR: #ffffff;
}

A.dwhite:hover {
    COLOR: #ffffff;
    BACKGROUND-COLOR: #CCCC99;
}

.hr {
    height: 30px;
    margin: 0 auto;
    margin-top: .8rem;
}

.hr>p {
    font-size: 1.2rem;
    font-family: 'Oswald', sans-serif;
}
.head_line{
    margin-top: 1.2rem;
}

.line {
    height: 2px;
}

.email {
    color: #ffffff;
}

.r_img>img {
    max-width: 600px;
}


figure {
    max-width: 1000px;
    max-height: 400px;
}

figure>img {
    width: 100%;
    height: 100%;
}

.navbar {
    max-height: 50px !important;
}


.navbar-toggler>span {
    border-color: #fff !important;
    height: 20px !important;
}

.dwhite {
    white-space: nowrap !important;
}

.col-2 {
    width: 130px;
}

.offcanvas {
    width: 250px !important;
    background-color: rgba(0, 0, 0, 0.5);
}

.offcanvas-header {
    position: relative;
    color: #fff;
}

i.bi-x-lg {
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 10px;
}

.ul-offcanvas {
    padding-left: 0 !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
    figure {
        width: 400px;
        height: 300px;
    }
    .content{
        flex-direction: column-reverse !important;
    }
}



@media only screen and (max-width: 768px) {
    .content{
        flex-direction: column-reverse !important;
    }
    .col-2>img {
        width: 90px;
        height: 90px;
    }

    .heading {
        flex-direction: column;
    }

    figure {
        width: 300px;
        height: 200px;
    }

    .content {
        flex-direction: column;
    }

    .left>p {
        margin: 0;
        padding: 0;
        padding-left: 1rem;
        line-height: 1.3rem;
    }

    .hr {
        padding-left: .2rem;

    }

       .content {
        padding-left: 0;
        padding-right: 0;
    }

    .content>div:first-child {
        margin-bottom: 1rem;
    }

    .col-10 {
        text-align: center;
    }

    .col-10>p {
        font-size: 1rem !important;
    }

}