body {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font: normal 14px/18px 'Epilogue', sans-serif;
    color: #000;
    min-height: 100vh;
}

p {
    padding: 0px;
    margin: 0px;
}

a {
    padding: 0px;
    margin: 0px;
    outline: none;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

label {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul li {
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}

input[type="text"]::-webkit-placeholder {
    opacity: 1;
}

input[type="text"]::-moz-placeholder {
    opacity: 1;
}

input[type="password"]::-webkit-placeholder {
    opacity: 1;
}

input[type="password"]::-moz-placeholder {
    opacity: 1;
}

input[type="search"]::-webkit-placeholder {
    opacity: 1;
}

input[type="search"]::-moz-placeholder {
    opacity: 1;
}

input[type="email"]::-webkit-placeholder {
    opacity: 1;
}

input[type="email"]::-moz-placeholder {
    opacity: 1;
}

input[type="tel"]::-webkit-placeholder {
    opacity: 1;
}

input[type="tel"]::-moz-placeholder {
    opacity: 1;
}

textarea::-moz-placeholder {
    opacity: 1;
}

textarea::-webkit-placeholder {
    opacity: 1;
}

a:hover {
    outline: none !important;
    text-decoration: none;
}

a:active {
    outline: none !important;
    text-decoration: none;
}

a {
    text-decoration: none !important;
}

a,
button,
input[type="submit"] {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

input[type="submit"] {
    cursor: pointer;
    border: 0px;
    outline: none;
    background: none;
}


@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?ic2kpj');
    src: url('../fonts/icomoon.eot?ic2kpj#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?ic2kpj') format('truetype'),
        url('../fonts/icomoon.woff?ic2kpj') format('woff'),
        url('../fonts/icomoon.svg?ic2kpj#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
    content: "\e90c";
}

.icon-Vector19:before {
    content: "\e900";
}

.icon-Vector9:before {
    content: "\e901";
}

.icon-circle2017:before {
    content: "\e902";
}

.icon-Download:before {
    content: "\e903";
}

.icon-Vector10:before {
    content: "\e904";
}

.icon-Vector11:before {
    content: "\e905";
}

.icon-Vector12:before {
    content: "\e906";
}

.icon-Vector13:before {
    content: "\e907";
}

.icon-Vector14:before {
    content: "\e908";
}

.icon-Vector15:before {
    content: "\e909";
    color: #6f612b;
}

.icon-Vector16:before {
    content: "\e90a";
}

.icon-Vector17:before {
    content: "\e90b";
}




/*
.headersec.fixed, .navbar-brand{
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
}
.headersec.fixed{position: fixed; top: 0; left: 0; width: 100%; z-index: 999;
-moz-box-shadow: 0 0 8px -5px #333;
-webkit-box-shadow: 0 0 8px -5px #333;
box-shadow: 0 0 8px -5px #333;}


@-webkit-keyframes animationFade{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px);}
100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
}
@keyframes animationFade{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);}
100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}
.headersec.fixed{top:0;left:0;right:0;position:fixed;margin:0;z-index:1002;-webkit-animation-name:animationFade;-o-animation-name:animationFade;animation-name:animationFade;-webkit-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-moz-box-shadow:0 0 8px -5px #333;-webkit-box-shadow:0 0 8px -5px #333;box-shadow:0 0 8px -5px #333;}
*/


/*
font-family: 'Epilogue', sans-serif;
*/

body {
    background: #2C2E35;
}

.pagemesg {
    width: 100%;
    background: #535661;
    padding: 25px 15px;
    text-align: center;
}

.pagemesg p {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
}

.bannerSec {
    width: 100%;
}

.bnrimg {
    width: 100%;
}

.bnrimg img {
    width: 100%;
}

.headersec {
    width: 100%;
    padding: 76px 0 30px;
}

.hderinr {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hdrmnu {
    width: auto;
    padding-right: 53px;
}

.hdrmnu li,
.hdrmnu li a {
    border: 0px !important;
    background: none !important;
}

.hdrmnu li a {
    display: inline-block;
    color: #2b2e37;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}

.hdrmnu li {
    margin-right: 100px;
}

.hdrmnu li:last-child {
    margin: 0px;
}

.hdrbtn {
    display: inline-block;
    color: #fff;
    background: #FF432D;
    border-radius: 55px;
    padding: 0 15px 0 18px;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
}

.hdrbtn span {
    margin-left: 5px;
}

.hdrbtn:hover {
    background: #FFDF61;
    color: #574A15;
}

.hdrmnu li a:hover {
    color: #FF432D;
}

.hdrserch {
    width: 100%;
    margin: 30px 0 0;
}

.hdrsrcinr {
    width: 100%;
    position: relative;
}

.hdrsrcinr input[type="text"] {
    width: 100%;
    background: #FFDF61;
    border-radius: 40px;
    height: 48px;
    color: #574A15;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border: 0px;
    outline: none;
}

.hdrsrcinr input[type="text"]::placeholder {
    opacity: 1;
    color: #574A15;
}

.hdrsrcinr span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #2C2E35;
    border-radius: 100%;
    position: absolute;
    right: 4px;
    top: 2px;
    transition: all 0.3s ease-in-out;
}

.hdrsrcinr input[type="submit"] {
    width: 100%;
    height: 100%;
    padding: 0px;
    border-radius: 100%;
}

.hdrsrcinr span::before {
    position: absolute;
    content: "\e902";
    color: #fff;
    font-family: 'icomoon';
    font-size: 19px;
    pointer-events: none;
}

.hdrsrcinr span:hover {
    background: #ff432d;
}


.chancellerySec {
    width: 100%;
    padding: 54px 0 0;
}

.chancellerytop {
    width: 100%;
    max-width: 730px;
    display: inline-flex;
    align-items: center;
    margin-left: 75px;
}

.chancellerytop h1 {
    color: #847a51;
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    margin-right: 65px;
}

.chancellerytop p {
    color: #847a51;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

.chancellerybtm {
    width: 100%;
    /*background: #515461;*/
    /*box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.09), 40px 104px 134px rgba(0, 0, 0, 0.06)*/
    ;
    border-radius: 8px;
    margin: 32px 0 0;
    padding: 39px 53px;
}

.chancellerybtm ul {
    display: block;
}

.chancellerybtm li {
    padding: 21px 30px 28px 25px;
    border-top: 1px solid #EFEFF0;
}

.chancelleryhding {
    width: 100%;
    position: relative;
}

.chancellerybtm li:first-child {
    border: 0px;
}

.chancelleryhding em {
    color: #000;
    font-weight: 600;
    font-size: 11px;
    line-height: 18px;
    font-style: normal;
}

.chancelleryhding h4 {
    color: #E9EAED;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 2px 0;
}

.chancelleryhding p {
    color: #9295A2;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.chancelleryhding h4 a {
    color: #343c43;
}

.rightarw {
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: #515461;*/
    border: 1px solid #B4BAD0;
    width: 31px;
    height: 31px;
    border-radius: 100%;
    font-size: 10px;
    position: absolute;
    right: 0;
    bottom: 0px;
    color: #B4BAD0;
}

.rightarw:hover {
    background: #B4BAD0;
    border-color: #B4BAD0;
    color: #000;
}


.foterSec {
    width: 100%;
    padding: 70px 0 53px;
}

.ftrinr {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ftrinr p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

.ftrinr p a {
    color: #fff;
}

.ftrinr p a:hover {
    color: #515461;
}

.ftrinr ul {
    display: inline-flex;
    align-items: center;
}

.ftrinr li {
    margin-right: 7px;
}

.ftrinr li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    background: #fff;
    border-radius: 100%;
    color: #2C2E35;
    font-size: 19px;
}

.ftrinr li:last-child {
    margin: 0px;
}

.ftrinr li:last-child a {
    background: #2E78B6;
    color: #fff;
}


.ftrctagry {
    width: 100%;
    margin: 83px 0 0;
}

.ftrctagrybx {
    width: 100%;
    max-width: 275px;
    margin: 0 auto;
}

.ftrctagrybx h4 {
    font-weight: 400;
    color: #000;
    font-size: 22px;
    line-height: 26px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.ftrctagrybx span {
    background: #FF432D;
    width: 77px;
    height: 77px;
    border-radius: 100%;
    margin-right: 15px;
    position: relative;
    color: #fff;
    font-size: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.25);
}

.ftrctagrybx .media {
    align-items: center;
}

.ftrctagrybx .media a {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ftrctagrybx .media a:hover h4 {
    color: #B4BAD0;
}


.ftrctagrybx .media-object {
    flex: 1;
}

.ftrctagrybx span::after {
    position: absolute;
    content: "";
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    background: #FF432D;
    border-radius: 100%;
    z-index: -1;
}

.ftrctagry .row>div:nth-child(2) .ftrctagrybx span,
.ftrctagry .row>div:nth-child(2) .ftrctagrybx span::after {
    background: #FFDE5F;
    box-shadow: 0px 24px 74px #27282F;
}

.ftrctagry .row>div:nth-child(3) .ftrctagrybx span {
    background: #3F424D;
    box-shadow: 0px 24px 74px #2C2D34;
}

.ftrctagry .row>div:nth-child(3) .ftrctagrybx span::after {
    background: #656975;
    box-shadow: 0px 24px 74px #2C2D34;
}


.leftctagory {
    width: 100%;
    position: fixed;
    max-width: 365px;
    top: 0;
    left: 0;
    height: 100vh;
    background: #FFDF61;
    padding: 65px 72px;
    overflow: auto;
    border-right: 4px solid #ff432d;
}

body.custom_pad {
    padding-left: 365px;
}

.pgelogo {
    width: 100%;
    margin: 0 0 15px;
}

.pgelogo img {
    max-width: 100%;
}

.ctagorylink {
    width: 100%;
}

.ctagorylink li {
    margin: 100px 0 0;
    display: inline-flex;
    width: 100%;
    align-items: center;
}

.ctagorylink li a {
    display: inline-block;
    color: #947E29;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
}

.ctagorylink li span {
    color: #947E29;
    margin-right: 16px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.ctagorylink li a:hover {
    color: #383116;
}

.ctagorylink li a:hover span {
    color: #383116;
}

.hdrmnu ul {
    display: inline-flex;
}

.collapse-button {
    display: none;
}

/*su css 24mar 22*/
.pagewidth {
    width: 1050px;
    max-width: 100%;
    margin: auto;
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid #000;
    padding-bottom: 15px;
}


.inrHdr {
    background-color: #FFDF61;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inrHdr a {
    display: inline-block;
}

.inrHdr img {
    width: 58px;
}

.innrpagewidth .container {
    margin: auto;
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid #000;
    padding-bottom: 15px;
}

.inrContWrap {
    padding: 40px 70px;
}

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

.tophdng h1 {
    font: 400 35px/45px 'Epilogue', sans-serif;
    margin-bottom: 40px;
}

.psswrdIconCol {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.psswrdIconWrap img {
    width: 97px;
    margin-bottom: 8px;
}

.psswrdColContWrap {
    position: relative;
    width: 100%;
}

.beColBtm1::before,
.beColBtm2::before,
.beColBtm3::before {
    content: '';
    width: calc(100% + 30px);
    height: 1px;
    position: absolute;
    top: 0;
    left: -15px;
    right: 0;
    background-color: #E6E6E6;
}

.psswrdColContWrap a {
    display: inline-block;
    font: 400 13px/23px 'Epilogue', sans-serif;
    color: #101010;
    margin-bottom: 20px;
    border-bottom: 2px solid #101010;
}

.psswrdColContWrap a:hover {
    color: #B4BAD0;
    border-bottom: 2px solid #B4BAD0;
}

.psswrdColContWrap p {
    font: 400 18px/26px 'Epilogue', sans-serif;
    color: #141414;
    margin-bottom: 4px;
}

.psswrdColContWrap em {
    display: block;
    font: 400 13px/23px 'Epilogue', sans-serif;
    color: #141414;
    margin-bottom: 4px;
}

.psswrdColContWrap span {
    display: block;
    font: 400 16px/20px 'Epilogue', sans-serif;
    color: #141414;
}

.rw-hr {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E6E6E6;
}

.passwrdBtmWrap {
    padding: 5px 0;
    text-align: center;
}

.passwrdBtmWrap p {
    font: 400 18px/26px 'Epilogue', sans-serif;
    color: #141414;
    margin-top: 25px;
    margin-bottom: 10px;
}

.passwrdBtmWrap span {
    display: block;
    font: 400 16px/20px 'Epilogue', sans-serif;
    color: #3C3C3C;
}

.beColBtm1 {
    margin-top: 20px;
    padding-top: 20px;
}

.beColBtm2 {
    margin-top: 87px;
    padding-top: 20px;
}

.beColBtm3 {
    margin-top: 35px;
    padding-top: 20px;
}

.colmPadLft {
    padding-left: 60px;
}

.colmPadRight {
    padding-right: 60px;
}

.paswdBtmRow .ftrBtmColm:first-child {
    border-right: 1px solid #E6E6E6;
}

.ftrBtmColm .psswrdIconWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 20px;
}

.colmPadLft .passwrdBtmWrap p:first-child {
    margin-top: 0;
}


@media screen and (min-width: 1200px) {

    .container {
        max-width: 1127px;
    }


}


@media (min-width: 1700px) and (max-width: 1799px) {

    .ctagorylink li {
        margin: 80px 0 0;
    }

    .pagemesg p {
        font-size: 18px;
        line-height: 24px;
    }

    .pagemesg {
        padding: 20px 15px;
    }






}

@media (min-width: 1600px) and (max-width: 1699px) {

    .ctagorylink li {
        margin: 60px 0 0;
    }

    .pagemesg p {
        font-size: 16px;
        line-height: 20px;
    }

    .pagemesg {
        padding: 20px 15px;
    }

    .leftctagory {
        max-width: 300px;
        padding: 55px 50px;
    }

    body.custom_pad {
        padding-left: 300px;
    }

    .ctagorylink li a {
        font-size: 16px;
    }

    .ftrctagry {
        margin: 75px 0 0;
    }

    .foterSec {
        padding: 65px 0 50px;
    }

    .ftrctagrybx h4 {
        font-size: 20px;
        line-height: 25px;
    }




}



@media only screen and (max-width: 1599px) {

    .ctagorylink li {
        margin: 50px 0 0;
    }

    .pagemesg p {
        font-size: 13px;
        line-height: 20px;
    }

    .pagemesg {
        padding: 15px 13px;
    }

    .leftctagory {
        max-width: 250px;
        padding: 45px 35px;
    }

    body.custom_pad {
        padding-left: 250px;
    }

    .ctagorylink li a {
        font-size: 14px;
        line-height: 20px;
    }

    .ftrctagry {
        margin: 60px 0 0;
    }

    .foterSec {
        padding: 55px 0 45px;
    }

    .ftrctagrybx h4 {
        font-size: 18px;
        line-height: 25px;
    }

    .ctagorylink li span {
        margin-right: 10px;
        font-size: 15px;
    }

    .pgelogo img {
        max-width: 125px;
    }

    .hdrmnu li {
        margin-right: 70px;
    }

    .headersec {
        padding: 55px 0 25px;
    }

    .chancellerySec {
        padding: 45px 0 0;
    }

    .ftrctagrybx span {
        width: 70px;
        height: 70px;
    }

    .ftrinr p {
        font-size: 15px;
        margin: auto;
    }



}

@media only screen and (max-width: 1199px) {

    .leftctagory {
        max-width: 215px;
        padding: 35px 20px;
    }

    .ctagorylink li {
        margin: 45px 0 0;
    }

    .pgelogo img {
        max-width: 115px;
    }

    body.custom_pad {
        padding-left: 215px;
    }

    .pagemesg {
        padding: 10px;
    }

    .hdrmnu li {
        margin-right: 55px;
    }

    .headersec {
        padding: 40px 0 20px;
    }

    .hdrbtn {
        padding: 1px 15px 0 15px;
        font-size: 13px;
        line-height: 35px;
    }

    .chancellerytop h1 {
        font-size: 23px;
        line-height: 30px;
        margin-right: 25px;
    }

    .chancellerytop {
        max-width: 700px;
        margin-left: 30px;
    }

    .chancellerySec {
        padding: 40px 0 0;
    }

    .hdrserch {
        margin: 25px 0 0;
    }

    .chancellerybtm {
        margin: 30px 0 0;
        padding: 35px 30px;
    }

    .chancellerybtm li {
        padding: 20px 15px;
    }

    .ftrctagrybx h4 {
        font-size: 16px;
        line-height: 23px;
    }

    .ftrctagrybx span {
        width: 60px;
        height: 60px;
        margin-right: 25px;
    }

    .ftrctagrybx span::after {
        top: -8px;
        bottom: -8px;
        left: -8px;
        right: -8px;
    }

    .ftrctagry {
        margin: 50px 0 0;
    }

    .foterSec {
        padding: 45px 0 40px;
    }

    .inrHdr {
        height: 60px;
    }

    .tophdng h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .inrHdr img {
        width: 45px;
    }

    .psswrdIconWrap img {
        width: 67px;
    }

    .psswrdColContWrap p {
        font-size: 16px;
        line-height: 24px;
    }

    .psswrdColContWrap span {
        font-size: 14px;
        line-height: 18px;
    }

    .passwrdBtmWrap {
        padding: 5px 0 0;
    }

    .passwrdBtmWrap p {
        font-size: 16px;
        line-height: 24px;
    }

    .passwrdBtmWrap span {
        font-size: 14px;
        line-height: 18px;
    }

    .beColBtm2 {
        margin-top: 83px;
    }
}



@media only screen and (max-width: 991px) {


    .collapse-button {
        width: auto;
        position: static;
        transform: inherit;
        background: none !important;
        padding: 0px !important;
        border-radius: 0px !important;
        font: inherit;
    }

    .collapse-button span {
        width: 25px !important;
        height: 2px !important;
        background: #000 !important;
        border-radius: 5px !important;
        margin: 6px 0 0 !important;
        display: flex !important;
    }

    .collapse-button span:first-child {
        margin: 0px !important;
    }

    .collapse-button span:last-child {
        width: 25px !important;
    }

    .hdrtpinr {
        width: auto;
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: row;
        float: right;
        padding-left: 20px;
        position: relative;
    }

    .hdrtpinr ul {
        display: flex;
        align-items: center;
        pointer-events: visible;
    }

    .hdrtpinr li {
        margin-right: 12px;
    }

    .hdrtpinr li a {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #E3E3E3;
        width: 43px;
        height: 43px;
        border-radius: 100%;
        font-size: 17px;
        color: #F7941E;
    }

    .hdrtpinr li:last-child {
        margin: 0px;
    }

    .hdrtpinr li:last-child a {
        border-color: #464646;
        width: 43.3px;
        height: 43.3px;
        color: #2F2F2F;
        letter-spacing: 0.02em;
        font: 500 18px/24px 'Poppins', sans-serif;
        text-transform: uppercase;
    }

    .hdrtpinr::before {
        position: absolute;
        content: "";
        top: -50px;
        left: 0;
        bottom: -50px;
        width: 1px;
        background: #E1D3C1;
    }

    .collapse-button {
        width: 25px;
        height: 25px;
        flex-direction: column;
        justify-content: center;
        display: flex;
    }


    .collapse-button.showtoggle .icon-bar:nth-child(1) {
        -ms-transform: matrix(1, -1, 0, 1, 0, 0);
        transform: matrix(1, -1, 0, 1, 0, 0);
        -webkit-transform: matrix(1, -1, 0, 1, 0, 0);
        width: 25px !important;
    }

    .collapse-button.showtoggle .icon-bar:nth-child(2) {
        opacity: 0;
        width: 0px !important;
        margin: 0px !important;
    }

    .collapse-button.showtoggle .icon-bar:nth-child(3) {
        -ms-transform: matrix(1, 1, 0, 1, 0, 0);
        transform: matrix(1, 1, 0, 1, 0, 0);
        -webkit-transform: matrix(1, 1, 0, 1, 0, 0);
        width: 25px !important;
        margin-top: -4px !important;
    }

    .collapse-button .icon-bar {
        display: block;
        border-radius: 3px;
        background-color: #fff;
        opacity: 1;
        transform: matrix(1, 0, 0, 1, 0, 0);
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .collapse-button {
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        border-radius: 0px;
        border: 0px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    .collapse-button.showtoggle {
        width: 25px;
        height: 25px;
    }

    .overlyBdy {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.65);
        z-index: 9;
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s ease-in-out;
    }

    .openMenu .overlyBdy {
        opacity: 1;
        visibility: visible;
        pointer-events: visible;
    }

    body.custom_pad {
        padding-left: 0;
    }

    .rightarw {
        position: static;
        margin: 15px 0 0;
    }

    .leftctagory {
        z-index: 99;
        left: -300px;
        transition: all 0.3s ease-in-out;
    }

    .openMenu .leftctagory {
        left: 0;
    }

    .headersec {
        padding: 35px 0 20px;
    }

    .hdrserch {
        margin: 20px 0 0;
    }

    .hdrmnu li {
        margin-right: 30px;
    }

    .hderinr {
        justify-content: space-between;
    }

    .hdrmnu {
        padding-right: 0;
    }

    .chancellerybtm {
        margin: 25px 0 0;
        padding: 25px;
    }

    .chancellerySec {
        padding: 35px 0 0;
    }

    .collapse-button {
        display: inline-flex;
        z-index: 9;
    }

    .inrContWrap {
        padding: 30px 30px;
    }

    .tophdng h1 {
        font-size: 25px;
        line-height: 35px;
    }

    .inrContWrap .row {
        justify-content: center;
    }

    .inrContWrap .row .psswrdIconCol {
        margin-bottom: 25px;
    }

    .inrContWrap .row .psswrdIconCol:last-child {
        margin-bottom: 0;
    }

}


@media only screen and (max-width: 767px) {

    .pagemesg {
        padding: 5px;
    }

    .pagemesg p {
        font-size: 12px;
        line-height: 18px;
    }

    .headersec {
        padding: 30px 0 20px;
    }

    .hdrmnu li {
        margin-right: 20px;
    }

    .hdrbtn {
        padding: 1px 10px 0 10px;
        font-size: 12px;
        line-height: 25px;
        border-radius: 3px;
    }

    .chancellerytop h1 {
        font-size: 20px;
        line-height: 25px;
        margin-right: 0;
        width: 100%;
        margin: 0 0 4px;
    }

    .chancellerytop {
        max-width: 100%;
        margin-left: 0;
        flex-wrap: wrap;
        text-align: center;
    }

    .chancellerybtm {
        margin: 20px 0 0;
        padding: 15px;
    }

    .chancellerybtm li {
        padding: 15px;
    }

    .ftrctagrybx h4 {
        font-size: 13px;
        line-height: 18px;
    }

    .ftrctagrybx span {
        width: 40px;
        height: 40px;
        margin-right: 15px;
        font-size: 23px;
    }

    .ftrctagrybx span::after {
        top: -5px;
        bottom: -5px;
        left: -5px;
        right: -5px;
    }

    .ftrctagry {
        margin: 30px 0 0;
    }

    .ftrinr p {
        font-size: 13px;
    }

    .foterSec {
        padding: 35px 0;
    }

    .ctagorylink li {
        margin: 40px 0 0;
    }

    .leftctagory {
        padding: 30px 15px;
    }

    .pgelogo img {
        max-width: 110px;
    }

    .bnrimg img {
        height: 130px;
        object-fit: cover;
    }

    .beColBtm1::before,
    .beColBtm2::before,
    .beColBtm3::before {
        display: none;
    }

    .beColBtm1,
    .beColBtm2,
    .beColBtm3 {
        margin-top: 0;
    }

    .inrContWrap .row .psswrdIconCol {
        border-bottom: 1px solid #E6E6E6;
        padding-bottom: 20px;
    }

    .inrContWrap .row .psswrdIconCol:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .colmPadRight {
        padding-right: 15px;
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 1px solid #E6E6E6;
    }

    .colmPadLft {
        padding-left: 15px;
    }

    .paswdBtmRow .ftrBtmColm:first-child {
        border-right: 0;
    }
    .ftrBtmColm .psswrdIconWrap{
        margin-top: 0;
    }

}


@media only screen and (max-width: 575px) {

    .headersec {
        padding: 25px 0 20px;
    }

    .hdrmnu li {
        margin-right: 15px;
    }

    .hdrbtn span {
        display: none;
    }

    .hdrmnu li a {
        font-size: 14px;
    }

    .ftrctagry .row>div {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .ftrctagry .row {
        justify-content: center;
    }

    .ftrctagrybx {
        max-width: 155px;
        margin: 30px auto 0;
    }

    .ftrctagry {
        margin: 0;
    }

    .foterSec {
        padding: 25px 0;
    }




}


@media only screen and (max-width: 480px) {

    .hderinr {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 30px 0 0;
        position: relative;
    }

    .hdrmnu {
        width: 100%;
        margin: 5px 0 0;
    }

    .hdrmnu ul {
        justify-content: center;
        width: 100%;
    }

    .headersec {
        padding: 20px 0;
    }

    .hdrsrcinr input[type="text"] {
        height: 40px;
        border-radius: 5px;
        padding: 0 15px;
        font-size: 14px;
        padding-right: 40px;
    }

    .hdrsrcinr span {
        width: 35px;
        height: 35px;
        border-radius: 5px;
        right: 2px;
        top: 2px;
    }

    .hdrsrcinr span::before {
        font-size: 15px;
    }

    .hdrserch {
        margin: 15px 0 0;
    }

    .hdrbtn {
        position: absolute;
        top: 0;
        left: 0;
    }

    .collapse-button {
        position: absolute;
        top: 0;
        right: 0;
    }

    .chancellerybtm {
        padding: 0px;
    }

    .ftrinr {
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .ftrinr p {
        width: 100%;
        text-align: center;
        margin: 4px 0 0;
    }

    .ftrctagry .row>div:last-child {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .inrContWrap {
        padding: 25px 0;
    }

    .psswrdColContWrap a {
        font-size: 12px;
        margin-bottom: 10px;
    }

}

/* su css 24march 22 */
body {
    background: #ebe9e3;
    background: -moz-linear-gradient(top, #ebe9e3 0%, #515150 100%);
    background: -webkit-linear-gradient(top, #ebe9e3 0%, #515150 100%);
    background: linear-gradient(to bottom, #ebe9e3 0%, #515150 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebe9e3', endColorstr='#515150', GradientType=0);

}