html,
body {
    margin: 0px;
    padding: 0;
    width: 100%;
    background-color: #118C4E;
    font-family: sans-serif, helvetica;



}


#banner img {
    height: auto;
    width: 100%;

}

#banner h2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#669966+1,cccc99+51,cccc99+51,ffcc00+100,ffcc00+100,ffcc00+100,ffcc00+100,ffcc00+101 */
background: #669966; /* Old browsers */
background: -moz-linear-gradient(top, #669966 1%, #cccc99 51%, #cccc99 51%, #ffcc00 100%, #ffcc00 100%, #ffcc00 100%, #ffcc00 100%, #ffcc00 101%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #669966 1%,#cccc99 51%,#cccc99 51%,#ffcc00 100%,#ffcc00 100%,#ffcc00 100%,#ffcc00 100%,#ffcc00 101%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to left, #669966 1%,#cccc99 51%,#cccc99 51%,#ffcc00 100%,#ffcc00 100%,#ffcc00 100%,#ffcc00 100%,#ffcc00 101%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#669966', endColorstr='#ffcc00',GradientType=0 ); /* IE6-9 */
    background-size: cover;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    position: absolute;
    top: 120px;
    left: 80px;
    text-align: center;
    font-size: 50px;
    color: #fff;
    box-shadow: 10px -10px 10px #000;
}


.Realhero span {
    font-size: 15px;

}

.dkvquote {
    display: none;

}

.dkvquote p {
    color: #fff;


}


.control {
    position: absolute;
    right: 200px;
    top: 10px;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.control li {
    margin: 10px
}

.control li button {
    width: 40px;
    height: 40px;
    font-size: 20px
}



#menu {
    background: black;
    width: 100%;
    text-align: center;

}


.fa-bars {
    margin-left: 20px;
cursor: pointer;
}


.BKV {
    height: 200px;
    width: 80px;
    position: fixed;
    right: 20px;
    z-index: 1;
    top: 30px;
}

.BKV a {
    position: absolute;
    color: white;
    text-decoration: none;
    left: 0;
    top: 10px;
    padding: 60px 10px;
    display: block;
}


button {
    height: 260px;
    width: 100px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#359d13+0,eb9c31+100,207cca+100,2989d8+101 */
    background: #359d13;
    /* Old browsers */
    background: -moz-linear-gradient(top, #359d13 0%, #eb9c31 100%, #207cca 100%, #2989d8 101%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #359d13 0%, #eb9c31 100%, #207cca 100%, #2989d8 101%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #359d13 0%, #eb9c31 100%, #207cca 100%, #2989d8 101%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#359d13', endColorstr='#2989d8', GradientType=0);
    /* IE6-9 */
}

button img {
    width: 50px;
    height: 50px;
    position: relative;
    top: -20px;
    animation: spin 20s linear infinite;
}

@keyframes spin {


    100% {
        transform: rotate(360deg);


    }


}

button:hover {
    transform: scale(1.1);

}

/*Strip the ul of padding and list styling*/

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;

}

/*Create a horizontal list with spacing*/

li {
    display: inline-block;
    text-align: center;


}

/*Style for menu links*/

li a {
    display: block;
    min-width: 140px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;


    text-decoration: none;
    font-variant: small-caps;
}


/*Hover state for top level links*/

.active,
li:hover a {
    background-image: linear-gradient(to top, green, white, orange);
    background-image: -webkit-linear-gradient(to top, green, white, orange);
    background-image: -moz-linear-gradient(to top, green, white, orange);
    padding-bottom: 16px;
    padding-top: 14px;
    padding-left: 20px;
    padding-right: 20px;
    color: blue;


}

/*Style for dropdown links*/

li:hover ul a {
    background: #f3f3f3;
    color: #2f3036;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 0px;
    padding: 0px;

}

/*Hover state for dropdown links*/

li:hover ul a:hover {
    background: #333335;
    color: #fff;

}


ul li {

    width: 13%;

}

ul li ul li{
    width:180px;
}

/*Hide dropdown links until they are needed*/

li ul {
    display: none;

}

/*Make dropdown links vertical*/

li ul li {
    display: block;
    float: none;

}

/*Prevent text wrapping*/

li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}

/*Display the dropdown on hover*/

ul li a:hover + .hidden,
.hidden:hover {
    display: block;

}

/*Style 'show menu' label button and hide it by default*/

.show-menu {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    background: #171718;
    text-align: left;
    padding: 10px 0;
    display: none;
    border-bottom: 2px solid white;
    font-size: 30px;

}

/*Hide checkbox*/

input[type=checkbox] {
    display: none;
}

/*Show menu when invisible checkbox is checked*/

input[type=checkbox]:checked ~ #menu {
    display: block;
}

/*Responsive Styles*/

@media only screen and (max-width: 768px) {
    /*Make dropdown links appear inline*/
    ul {
        position: static;
        display: none;
    }
    /*Create vertical spacing*/
    li {
        margin-bottom: 1px;

    }
    /*Make all menu links full width*/
    ul li,
    li a {
        width: 100%;
    }
    /*Display 'show menu' link*/
    .show-menu {
        display: block;

    }

    .BKV {
        height: 200px;
        width: 80px;

        margin-top: 10px;
    }
    button {
        position: fixed;
        right: 0;
        height: 260px;
        width: 100px;
        background-image: linear-gradient(to left, #359D13, #EB9C31);
        top: 10px;
    }
    #banner img {
        height: 350px;
        width: 100%;

    }


    .Realhero span {
        font-size: 12px;
        color: #47B722;
    }


    .dkvquote {
        display: none;

    }


    #banner h2 {

        position: absolute;
        top: 20%;
        left: 10px;
        text-align: center;
        font-size: 40px;
        color: #fff;
    }



}

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

    ul {
        position: static;
        display: none;
    }
    /*Create vertical spacing*/
    li {
        margin-bottom: 1px;

    }
    /*Make all menu links full width*/
    ul li,
    li a {
        width: 100%;
    }
    /*Display 'show menu' link*/
    .show-menu {
        display: block;
    }

    .BKV {
        height: 200px;
        width: 80px;
        position: fixed;
        right: 0;
        z-index: 1;
    }

    button {
        position: fixed;
        right: 0;
        height: 260px;
        width: 100px;
        background-image: linear-gradient(to left, #359D13, #EB9C31);
        top: 10px;
    }





    #banner h2 {

        position: absolute;
        top: 35%;
        left: 10px;
        text-align: center;
        font-size: 30px;
        color: #fff;
    }


    .dkvquote {
        display: none;

    }




}


.newsindia {
    width: 100%;
    max-width: 100%;

}






p {

    color: black;
    font-size: bold;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 100px;
    text-align: centre;
}




.introduction {
    margin-bottom: 0px;
    font-size: 17px;

}

.introduction p {
    margin-top: 100px;
    text-align: justify;


}


#banner {
    margin-bottom: 10px;
    border: 4px solid black;


}



.quote {

    text-align: center;
    color: white;
    margin-bottom: 30px;
    margin-top: 80px;


}


.quote img {

    transform: translate(0px, 0px);

}



.KING {
    color: black;
    border: 2px solid black;
    border-style: dotted;

}

.KING h3 {
    background-image: linear-gradient(to top, green, #E67E22);
    padding: 20px;
    color: white;
    -webkit-text-stroke: 1px navy;
    font-size: 21px;
}

.KING img {}






#Team {
    font-size: 17px;
    margin-top: 20px;
    text-align: justify;
}





iframe {
    height: 150%;
    width: 700px;



}




.image {
    width: 100%;

}



#slideshow {
    margin: 50px auto;
    position: relative;
    width: 1000px;
    max-width: 100%;
    height: 420px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

#slideshow > div {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

#slideshow img {
    width: 1000px;
    height: 400px;
    max-width: 100%;


}

.circle-up {
    width: 60px;
    height: 60px;
    background-color: grey;
    border-radius: 50%;
    position: fixed;
    right: 20px;
    top: 80%;
    padding: 10px;
    display: block;
    cursor: pointer;
    z-index: 1;
    display: none;
}


.circle-up i {
    font-size: 45px;
    position: absolute;
    margin-right: 20px;

    color: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}



.footer_section {
    background-color: #302F2F;
    height: 250px;
    position: relative;
    width: 100%;
    margin-top: 20px;

}



.footer_section ul1 li a {
    text-decoration: none;

}

li a {
    display: inline;
    font-size: 18px;
    text-transform: lowercase;
}

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


ul1 li {
    float: left;
    width: 217px;
    height: 35px;
    opacity: .5;
    line-height: 35px;
    text-align: center;
    margin-left: 20px;




}





#footer1 {
    background-color: grey;

    position: absolute;
    margin-bottom: 0px;
    width: 100%;
    color: white;



}

#footer1 h5 {

    margin-bottom: 30px;
    text-align: center;

}

#icon a {
    margin: 5px;
    text-decoration: none;
}


#icon a img {
    width: 35px;
    height: 35px;
}


#icon {

    text-align: center;
    transform: translate(0, -70px);
}


.Contact p {
    color: #F1C40F;
    transform: translate(0, 10px);
    font-size: 18px;


}

.contact a {
    color: #F1C40F;
    text-decoration: none;

}

.contact a:hover {
    text-decoration: underline;


}

#image01 {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 100px;
    max-width: 300px;

}


.boxshadow {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    max-width: 100%;
    width: 100%;

}



.image3 img {

    max-width: 300px;
    text-align: center;

}

.image3 p {

    text-align: center;


    margin-left: 20px;
    margin-right: 20px;
}



.video1962 {
    width: 100%;
    max-width: 500px;
    margin-top: 30px;

}


.video1962 p {
    text-align: center;
    margin: auto, 0;

}





.introduction3 {
    margin-left: 20px;
    margin-top: 60px;
    text-align: justify;

}


.introduction3 p {
    margin-top: 10px;

}


.introduction3 h3 {
    color: white;
    margin: 0px;
}

.introduction3 h2 {
    color: white;
    -webkit-text-stroke: 1px black;
    font-family: rockwell;

}

#banner3 {
    margin-bottom: 10px;
    border: 2px solid black;

}






#video1 {
    text-align: center;
    max-width: 100px;
    margin: 0px, auto;
    transform: translate(0, -100px);
}

#documentary h3 {
    transform: translate(0, 480px);
}


.image2 {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    max-width: 100%;
    width: 100%;


}

.image2 img {

    max-width: 300px;


}

.image2 p {

    text-align: center;

}





h4 {
    position: absolute;
    left: 0px;
    bottom: 0px;


}






.introduction2 {

    margin-left: 20px;
    margin-top: 60px;
    text-align: justify;


}

.introduction2 p {
    margin-top: 10px;

}


.introduction2 h2 {
    -webkit-text-stroke: 1px black;
    color: white;
    font-family: rockwell;



}




.image0 {
    Margin-left: 140px;
    float: left;


}



p {

    color: black;
    font-size: bold;
    margin-left: 20px;
    margin-top: 100px;
    text-align: centre;
}




.image02 {
    margin-left: 20px;


}




h4 {
    position: absolute;
    left: 0px;
    bottom: 0px;
}






#indopak {
    margin-top: 60px;
    margin-bottom: 20px;
    margin-left: 20px;
    text-align: justify;
}


#indopak p {
    margin-top: 10px;

}






#indopak h2 {
    color: white;
    -webkit-text-stroke: 1px black;
    font-family: rockwell;

}

#indopak h3 {
    color: white;


}






#banner4 {
    margin-bottom: 10px;
    border: 2px solid black;

}


.image4 img {

    max-width: 600px;
    text-align: center;

}

.image4 p {

    text-align: center;
    margin: auto, 0;
    margin-left: 20px;
    margin-right: 20px;
}


.video2 {
    width: 100%;
    margin-top: 30px;
    max-width: 500px;
    height: 300px;
}


.shift {

    transform: translate(0px, 500px);


}





#hero {

    margin-left: 20px;
    max-width: 300px;
    margin-right: 20px;
}



#documentary2 h3 {
    position: absolute;
    text-align: center;
    background: black;
    margin-top: 0px;
    padding: 10px;
    margin-bottom: 20px;
    left: 45%;
    color: white;
    top: 2250px;



}




.introduction5 {
    margin-top: 60px;
    margin-bottom: 20px;
    margin-left: 10px;
    text-align: justify;
    margin-right: 10px;
}

.introduction5 p {
    margin-top: 10px;
}



.introduction5 h3 {
    color: white;

}

.introduction5 h5 {
    text-align: justify;

}


.introduction5 h2 {
    color: white;
    -webkit-text-stroke: 1px black;
    font-family: rockwell;

}


.arora {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);

}

.arora img {
    width: 100%;
    text-align: center;
    max-width: 600px;

}


.image5 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;

}



.video71 {
    max-width: 400px;

}










#documentary3 h3 {
    position: absolute;
    text-align: center;
    background: black;
    margin-top: 20px;
    padding: 10px;
    margin-bottom: 60px;
    left: 45%;
    color: white;
    transform: translatey(-60px);


}



.image04 {
    max-width: 500px;
    margin-right: 20px;
    text-align: center;

}



h4 {
    position: absolute;
    left: 0px;
    bottom: 0px;


}


.introduction6 {
    margin-left: 20px;
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: justify;


}


.introduction6 p {
    margin-top: 20px;

}



.introduction6 h3 {
    color: white;
}


.introduction6 h2 {
    color: white;
    -webkit-text-stroke: 1px black;
    font-family: rockwell;

}












.video6 {
    max-width: 500px;
    text-align: center;


}



.sena {
    margin-left: 20px;
    margin-right: 20px;



}








.image1 {
    margin-left: 20px;
    margin-top: 20px;

}


h4 {
    position: absolute;
    left: 0px;
    bottom: 0px;


}






.introduction7 {
    width: 90%;


}



.quote7 {

    color: white;
    text-align: center;



}





#tribute {
    text-align: center;
    margin-top: 50%;

}



.image1 {
    margin-left: 20px;
    margin-top: 20px;

}



h4 {
    position: absolute;
    left: 0px;
    bottom: 0px;


}




.introduction8 {}



.introduction8 p {
    margin-top: 0px;
    text-align: justify;
    margin-left: 20px;
}





.introduction8 h2 {
    color: white;


}



.introduction8 h3 {
    color: white;


}

.introduction8 h4 {
    color: white;


}



.introduction8 h5 {
    color: white;


}






.image8 img {


    max-width: 500px;
    text-align: center;

}


.image8 p {

    text-align: center;
    margin-right: 13px;
}



#firstwar {
    Margin-left: 20px;

}


#Desh {
    margin-left: 20px;
    margin-bottom: 0px;
    color: white;
    font-family: rockwell;
    -webkit-text-stroke: 1px black;
    font-size: 20px;
}




.image1 {
    margin-left: 20px;
    margin-top: 20px;

}










h4 {
    position: absolute;
    left: 0px;
    bottom: 0px;

}





.image13 {
    Margin-left: 140px;
    float: left;



}




h4 {
    position: absolute;
    left: 0px;
    bottom: 0px;


}





.introduction10 {

    margin-top: 0px;
    margin-left: 20px;
}







.image10 {
    Margin-left: 140px;
    float: left;

}

#Achievement {
    margin-left: 20px;
    color: white;
    -webkit-text-stroke: 1px black;
    font-family: Rockwell;

}


#singh {
    font-size: 15px;

}

.Me {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    width: 450px;
    height: 500px;
    max-width: 100%;
    margin: auto;
}


.Me img {

    margin-top: 30px;


}


.quote img {
    max-width: 400px;
    width: 100%;
}


.button {
    position: absolute;
    top: 132%;
    left: 48%;

}


.button1 {

    text-align: center;
}

.button2 {
    transform: translate(600px, 30px);

}


.button3 {
    transform: translate(405px, 30px);
}


.button4 {
    transform: translate(600px, 30px);
}











.fact h3 {
    text-align: center;
    color: white;
    position: relative;
    margin-bottom: 100px;
}







.box {
    height: 50px;
    margin-bottom: 10px;
    background-image: linear-gradient(to left, orange, white, green);


}


.fileupoader {
    text-align: center;

}





.main {
    width: 500px;
    margin: 50px auto;
    border-radius: 10px;
    border: 5px solid #dc143c;
    border-left: 40px solid #dc143c;
    border-right: 40px solid #dc143c;
    box-shadow: 1px 2px 10px #555;
    margin-top: 80px;

}


.info {
    width: 100%;
    background-color: #dc143c;
    padding: 7px;
    text-shadow: 1px 1px 1px #222;
    color: #fff;
    font-size: 20px;
}



label {

    color: navy;
    font-size: 18px;
    display: none;
}

#show-menu {
    display: none;
}






#documentary h3 {
    position: absolute;
    text-align: center;
    background: black;
    margin-top: 20px;
    padding: 10px;
    margin-bottom: 20px;
    left: 45%;
    color: white;



}

* {
    box-sizing: border-box;
}


/* The grid: Four equal columns that floats next to each other */

.column {
    float: left;
    width: 16%;
    padding: 10px;

}

.row {

    width: 1400px;
    max-width: 100%;
    height: auto;
    margin: auto;

}

/* Style the images inside the grid */

.column img {
    opacity: 0.8;
    cursor: pointer;
    width: 50px;
    height: 140px;

}

.column img:hover {
    opacity: 1;
}

/* Clear floats after the columns */

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* The expanding image container */

.container {
    position: relative;
    display: none;
    width: 600px;
    max-width: 100%;
    margin: auto;
}

/* Expanding image text */

#imgtext {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    font-size: 20px;
}

/* Closable button inside the expanded image */

.closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}


#Martyr h2 {
    color: #000;
    -webkit-text-stroke: 1px white;
    margin-top: 130px;

    text-align: center;
    font-family: Rockwell;
    padding-top: 20px;
    padding-bottom: 20px;

    border-radius: 20px;

    background-image: linear-gradient(to left, orange, white, green);
    width: 100%;


}






.feedback iframe {

    width: 100%;
    max-width: 600px;
    text-align: center;
    margin-top: 20px;




}