@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: "Calligrapher";
	src: url("../fonts/calligrapher.ttf") format("truetype");
}
@font-face {
    font-family: 'Palace Script MT Regular';
    font-style: normal; font-weight: normal;
    src: url('../fonts/Palace script.woff') format('woff');
}
@font-face {
    font-family: 'Neou Thin';
    src: url('../fonts/Neou-Thin.ttf') format('truetype');
}
.p_logo {
    position: absolute;
    top: 50vh;
    right: -4%;
    transform: translate(0,-50%) rotate(-90deg);
    color: #cc3438;
    font-size: 7em;
    font-family: 'Calligrapher';
    font-weight: bold;
    filter: drop-shadow(-6px -4px 4px #d4d4d2);
}
header nav,footer .body { background: #cc3438; }
header nav { color: #fff; }
.P_header { margin-bottom: 60px; }
.P_header .page_header {
    color: #000;
    padding: 15px 0 0 0;
    border-bottom: 1px solid rgba(206, 206, 206, 0.7);
    font-size: 36px;
    width: 240px;
    margin: 0 auto 12px auto;
    font-family: 'Gills Sans MT Condensed' !important;
}
.P_header .txt .for {
    font-family: 'Palace Script MT Regular' !important;
    font-size: 25px;
    padding: 5px 220px;
    margin: 0 auto;
    border-top: 2px solid #000;
}
.P_header .txt .faaw {
    font-family: 'Neou Thin';
    font-size: 22px;
    text-transform: uppercase;
}
.country {
    width: 95%;
    margin: 0 auto;
    display: grid;
    grid: auto / 25% 1fr;
    grid-gap: 10px;
    min-height: 30vh;
    max-height: 45vh;
}
.country .left .C_title {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 3px 0;
}
.country .left ul li {
    list-style: none;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
}
.country .left ul li.active { color: red; }
.country .country_name {
    margin: -10vh 0;
    width: 75%;
    font-family: 'Geometr231B';
    font-size: 200px;
    color: #313131;
    margin-bottom: 50px;
}
.grid {
    width: 95%;
    margin: 0 auto 100px auto;
    display: grid;
    grid: auto / 25% 1fr;
    grid-gap: 10px;
}
.grid .left .togg i.itogg {
    display: none;
    padding: 10px;
    cursor: pointer;
}
.grid .left ul#side_ul {
    list-style: none;
    width: 70%;
}
.grid .left ul#side_ul li#outer_li {
    font-size: 18px;
    padding: 0 0 3px 0;
    border-bottom: 1px solid rgba(136, 136, 136, 0.8);
}
.grid .left ul.inner {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.grid .left ul#side_ul li#outer_li.active ul.inner {
    height: auto;
    overflow: visible;
    transition: all 0.3s ease-in-out;
}
.grid .left ul.inner li.active { color: red; }
.grid .left ul.inner li {
    list-style: none;
    padding-left: 1vw;
    font-size: 15px;
    cursor: pointer;
}
.grid .left ul#side_ul li#outer_li i {
    float: right;
    font-size: 13px;
    font-weight: 100;
    line-height: 35px;
    margin-right: -10px;
    cursor: pointer;
    color: #5f5f5f;
}
.grid .middle { width: 75%; }
.grid .middle .city_name {
    color: #478fcb;
    font-size: 18px;
    border-bottom: 1px solid #478fcb;
    margin: 0 0 20px 0;
}
.grid .middle .project {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 15px 0;
}
.grid .middle p {
    width: 95%;
    font-size: 16px;
    color: #606060;
    font-weight: 400;
}
.grid .right { border: 1px solid red; }

.map {
    width: 75%;
    margin: 0 auto 15px auto;
    padding: 60px 0 100px 0;
    border-bottom: 1px solid #000;
}
.map #map {
    min-height: 60vh;
}

@media screen and (max-width: 900px) {
    .p_logo {
        display: none !important;
        /*position: absolute;
        top: 55% !important;
        right: 0 !important;
        left: 50%;
        transform: translate(-50%,-50%) rotate(0deg) !important;
        font-size: 4em !important;*/
    }
    .P_header .txt .for { padding: 5px 140px !important; }
    .P_header .txt .faaw { font-size: 18px !important; }
    .india { font-size: 8em !important; }
    .grid { grid-template-columns: 1fr !important; }
    .grid.active { grid-template-columns: 1fr !important; }
    .grid .left .togg i.itogg { display: block !important; }
    .grid.active ul#side_ul { display: block !important; }
    .grid .left ul#side_ul { display: none; }
    
    .grid .middle {
        width: 90% !important;
        padding: 0 0 0 20px;
    }
}