@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: 'Geometr231B'; src: url(../../fonts/GEO231B.TTF); }
@font-face { font-family: 'Geometr231B lt'; src: url(../../fonts/Geo231Lt.ttf); }
@font-face { font-family: 'bank gothic light bt'; src: url(../../fonts/bank_gothic_light_bt.ttf); }
@font-face {
    font-family: "Avalon Quest";
    src: url("../../fonts/Avalon-Quest.ttf") format("truetype");
    font-weight:normal;
    font-style:normal;
}
header nav,footer .body { background: #fcecf3; }
.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: #e4e5e6;
}
.S_logo {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    min-height: 50vh;
}
.S_logo .image {
    min-height: 50vh;
    margin: 10vh auto;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.35));
}
.S_logo .image img { width: 260px; transition: all 0.2s; }
.S_logo .image img:hover { transform: scale(1.05); transition: all 0.2s; }
.social_container {
    height: auto;
    width: 85%;
    margin: 25vh 3vw 20vh auto;
    box-shadow: 0 0 3px rgba(0,0,0,.6);
    border-radius: 4px;
}
.social_container .margin_controller { background: #fafafa; }
.social_container .holder {
    position: relative;
    background: #fafafa;
    min-height: 50vh;
    margin: 50vh 0;
    transition: all 0.2s;
}
.social_container .holder:first-child { margin-top: 20vh; }
.social_container .holder:last-child { margin-bottom: 20vh; }
.social_container .holder .social_toggler {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0,0);
    width: 60%;
    height: 50vh;
    border-radius: 4px;
    cursor: pointer;
    display: grid;
    align-content: center;
    justify-content: center;
    text-align: center;
    font-family: 'bank gothic light bt';
    font-size: 25px;
    font-weight: 600;
    transition: all 0.2s;
}
.social_container .holder.active .social_toggler {
    transform: translate(-20%,-50%);
    transition: all 0.2s;
}
.social_container .one .social_toggler { background: #fdf3f7; }
.social_container .two .social_toggler { background: #f1f1f2; }
.social_container .three .social_toggler { background: #f2fafe; }
.social_container .social_stuff {
    height: 0;
    overflow: hidden;
    padding-top: 30vh;
    width: 95%;
    margin: 0 auto;
    transition: all 0.2s;
}
.social_container .holder.active .social_stuff {
    height: auto;
    overflow: visible;
    transition: all 0.2s;
}
.social_container .social_stuff .title {
    display: grid;
    grid: 40px / repeat(2,1fr);
    grid-gap: 10px;
}
.social_container .social_stuff .title > div {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
}
.social_container .social_stuff .title .left {
    border-top: 1px solid #000;
    text-align: right;
}
.social_container .social_stuff .title .right { border-bottom: 1px solid #000; }