@import url(../animate.css);
@import url(../menu_footer.css);
@font-face { font-family: 'Gills Sans MT Condensed'; src: url(../../fonts/GILC____.TTF); }
@font-face { font-family: 'JasmineUPC'; src: url(../../fonts/upcjl.ttf); }
@font-face { font-family: 'Geometr231B'; src: url(../../fonts/GEO231B.TTF); }
@font-face { font-family: 'Geometr231B lt'; src: url(../../fonts/Geo231Lt.ttf); }
@font-face { font-family: 'bank gothic medium bt'; src: url(../../fonts/bank_gothic_medium_bt.ttf); }
@font-face { font-family: 'bank gothic light bt'; src: url(../../fonts/bank_gothic_light_bt.ttf); }
header nav,footer .body { background: #d9d2c5; }
body { background: #f7f7f8; }
.site.side-open { height: 100vh; }
.P_header .page_heading {
    padding: 5px 0 0 0;
    font-size: 36px;
    max-width: 190px;
    border-bottom: 1px solid #e8e8e9;
    color: #000;
    margin: 0 auto;
    font-family: 'Gills Sans MT Condensed';
}
.P_header .sub_heading {
    padding: 10px 25px 7px 25px;
    border-bottom: 1px solid #0a0b0c;
    width: 40vw;
    margin: 0 auto;
    font-size: 22px;
    font-family: 'Geometr231B';
    color: #1f1a17;
}
.P_header .hindi_slok {
    margin: 15px 0 0 0;
    font-weight: bold;
    font-size: 18px;
    color: #afa28d;
}
.P_logo {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    min-height: 50vh;
}
.P_logo .image {
    min-height: 50vh;
    margin: 10vh auto;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.35));
}
.P_logo .image img { width: 260px; transition: all 0.2s; }
.P_logo .image img:hover { transform: scale(1.05); transition: all 0.2s; }
.policy { margin: 0 0 50vh 0; }
.Policy_toggler {
    position: relative;
    width: 100%;
    margin: 2vh 0 0 0;
    height: 80vh;
    display: grid;
    grid-template-columns: 1fr;
    z-index: 1;
    transition: all 0.2s;
}
.Policy_toggler.active {
    grid-template-columns: 65% 1fr;
    transition: all 0.2s;
}
.Policy_toggler .left {
    position: relative;
    display: grid;
    align-items: center;
    justify-content: center;
    background: #d9d2c5;
    text-transform: uppercase;
    height: auto;
    cursor: pointer;
    font-family: 'bank gothic medium bt';
    font-size: 2.1em;
    padding-bottom: 3vh;
}
.Policy_toggler.active .left::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translate(-50%,0) rotate(45deg);
    width: 35px;
    height: 35px;
    background: inherit;
}
.Policy_toggler .right {
    display: none;
    background: #fff;
    padding-bottom: 3vh;
}
.Policy_toggler.active .right { display: block; }
.Policy_toggler .right .ul_holder {
    height: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
}
.Policy_toggler .right .ul_holder li {
    text-transform: uppercase;
    font-size: 19px;
    height: auto;
    line-height: inherit;
    font-family: 'bank gothic light bt';
    padding: 0.75vh 0;
    font-weight: 600;
    cursor: pointer;
}
.Policy_toggler .right .ul_holder ul ul li { list-style: none; }
.policy .content {
    position: relative;
    display: none;
    width: 90%;
    margin: -50px auto 20vh auto;
    padding: 1vh 25px 1vh 50px;
    min-height: 80vh;
    height: auto;
    padding: 8vh 0 0 50px;
    box-shadow: 0 0 4px rgba(0,0,0,.6);
    background: #fff;
    z-index: 2;
    transition: all 0.1s;
}
.policy .content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 100%;
    background: #d9d2c5;
    transition: all 0.2s;
}
.content.change::before {
    width: 100%;
    transition: all 0.2s;
}
.content .title {
    position: relative;
    width: 96.5%;
    font-size: 22px;
    font-weight: 600;
    font-family: 'bank gothic light bt';
    text-transform: uppercase;
}
.content .title::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2px;
    width: calc(100% - 70px);
    background: #000;
}
.content .matter {
    padding: 7vh 25px 2vh 90px;
    font-family: 'JasmineUPC';
    font-size: 26px;
}