@import url('https:fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: Poppins,sans-serif;
    font-size: 15px;
    line-height: 1.5;
}
html, body
{
    overflow-x:hidden;
}

.container-fluid {
    margin: 0px;
    padding: 0px;
}

.topbar {
    padding: 6px;
    background-color: #f0d58d;
}

.yell {
    color: #FFB300;
}

a:hover {
    text-decoration: none;
}

.ball {
    margin-top: 3px;
}

.up {
    margin-top: -24px;
}

.ticker {
    position: fixed;
    z-index: 66;
    margin-top: 150px;
}

    .ticker img {
        width: 80px;
    }

.down {
    margin-top: -8px;
}

h2 {
    margin-bottom: 24px;
}

marquee span {
    margin-left: 20px;
    color: #000;
}

.what {
    position: fixed;
    left: 0;
    bottom: 0;
    margin-bottom: 10px;
    margin-left: 10px;
    z-index: 9999;
}

    .what img {
        width: 50px;
        height: 50px;
    }

.navbar {
    margin-bottom: 0px !important;
}

.atag {
    color: #fff;
}

    .atag i {
        font-size: 20px;
    }

.phone-icon {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    margin-bottom: 10px;
    margin-left: 10px;
}
@media (min-width: 992px) {
    .row-eq-height {
        display: flex;
    }

    .short-col {
        display: flex;
        flex-direction: column; /* Stack children vertically */
        justify-content: center; /* Vertical center */
    }
}
.whatsapp-icon {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 0;
    margin-bottom: 10px;
    margin-right: 10px;
}

.social-icon {
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 66;
}

.blue {
    background-color: #3B5999;
}

.red {
    background-color: #FF0000;
}

.mix {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.social-icon li a i {
    font-size: 20px;
    margin-top: 7px;
    color: #fff;
}

.social-icon li {
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 100%;
    margin-top: 4px;
}

.he {
    animation: blinker 2s linear infinite;
    cursor: pointer;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.ph_number {
    color: #fff;
    font-size: 20px;
    white-space: nowrap;
}

    .ph_number:hover {
        color: #fff;
    }

.phone a {
    color: #fff;
    text-decoration: none;
}

.ga {
    padding: 20px;
}

.go {
    width: 73%;
    margin: auto !important;
}

.img {
    padding: 10px;
    margin-left: 5%;
}

.img_box img {
    height: 80px !important;
}

.cour_box img {
    width: 100%;
}

.cour_box {
    padding-left: 0px;
    padding-right: 0px;
}

.box_border {
    border: 3px solid #e85222;
    padding: 10px;
    background-color: #0e1572;
    box-shadow: 0px 5px 11px #16284f;
    height: 197px;
    border-radius: 66px 50px 20px 86px/55px 42px 92px 40px;
}

    .box_border i {
        font-size: 88px;
        color: #FFFFFF;
        margin-top: 20px;
    }

.fam2 .smart {
    margin-top: 23px;
}

.fam2 .bat {
    height: 173px;
}

.fam2 .clas {
    margin-top: 59px;
}

.fam2 .host {
    height: 174px;
}

.page-header {
    padding: 40px 0;
    background: url('../img/heading-bg.jpg');
    margin:0px;
    background-size: contain;
}

    .page-header h3 {
        text-align: center;
        background: #e85222aa;
        width: fit-content;
        color: #ffffff;
        padding: 5px 10px;
        border-radius: 10px
    }

    .page-header p {
        text-align: center;
        background: #e8522299;
        width: fit-content;
        color: #ffffff;
    }

.side-box {
    background: #0e1572;
}

    .side-box .list-title {
        color: #ffffff;
        padding: 10px 20px;
        font-size: 2rem;
        background: #e85222;
    }

    .side-box .sidebox-ul {
        margin: 0;
        padding: 10px 20px;
    }

        .side-box .sidebox-ul li a {
            color: #ffffff;
            padding: 10px 0;
            display: block;
        }

.page-content {
    color: #333;
    font-weight: 400;
}

    .page-content a.read-more {
        color: #fff;
        background-color: #fc0101;
        border-radius: 15px;
        border-top-left-radius: 0;
        display: inline-block;
        padding: 10px 15px;
        font-weight: 500;
        border: 1px solid #fc0101;
        text-decoration: none;
        transition: .3s all ease-in-out;
    }

        .page-content a.read-more:hover {
            color: #fff;
            background-color: transparent;
        }

    .page-content figure {
        padding: 10px;
    }

        .page-content figure img {
            border-radius: 10px;
        }

        .page-content figure h3 {
            text-align: center;
            font-size: 1.8rem;
        }

            .page-content figure h3 small {
                display: block;
                color: #fc0101;
            }

.float-left {
    float: left;
}

.about {
    padding: 40px 0;
}

.para_box {
    padding: 40px 0;
    max-height: 400px;
    background-image: url(img/para.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden
}

.course_box {
    border: 1px solid #fff;
    padding: 10px;
    background-color: #fff;
	margin-bottom:10px;
    border-radius: 10px;
    box-shadow: 0px 4px 11px #16284f;
}

.icons .col-md-4 {
    padding: 10px;
}

.up_box {
    box-shadow: 0px 5px 10px #9d9788a6;
    border-radius: 10px;
    overflow: auto;
}

    .up_box img {
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        height: 150px;
    }

    .up_box .leo {
        padding: 10px;
        height: 210px;
        overflow: auto;
    }

.box .row {
    margin-left: 0px;
    margin-right: 0px;
}

.smallbox {
    border: 1px solid black;
    border-radius: 10px;
    background-color: #e85222;
    margin-top: 0px;
    padding: 3px;
}

    .smallbox a {
        text-align: center;
        margin-top: 10px;
        color: white;
        font-weight: bold;
        font-size: 15px;
        text-decoration: none;
    }

.phone {
    color: white;
    font-size: 20px;
    text-align: right;
    margin-top: 10px
}

.box2 {
    border: 1px solid black;
    padding: 5px;
    width: 80px;
    height: 30px;
    background-color: #e85222;
    border-radius: 10px;
    font-size: 15px;
    margin-top: -7px;
    color: white;
    font-weight: bold
}

.box3 {
    margin-top: 6px;
}

    .box3 a {
        border: 1px solid black;
        padding: 5px;
        width: 100px;
        background-color: #e85222;
        border-radius: 10px;
        font-size: 15px;
        font-weight: bold
    }

    .box3 a {
        text-decoration: none;
        color: white;
        text-align: center;
    }

.icon i {
    font-size: 22px;
    color: #ffffff;
    background: #e85222;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #000
}

.ic img {
    border-radius: 10px;
}

.ic p {
    font-size: 14px;
}

.ic a {
    color: #000;
    font-weight: 600;
}

.nav {
    float: right;
    margin-top: 15px;
}

.navbar-default {
    border: none;
}

    .navbar-nav li:hover, .navbar-nav li:hover a,
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: #e8001f;
        border-radius: 10px 10px 0 0;
        color: #ffffff !important;
    }

.dropdown-menu {
    padding: 0
}

    .dropdown-menu li a {
        color: black !important;
        padding: 10px;
    }

.navbar li > a {
    padding: 10px 12px;
}

.navbar .mint {
    padding: 5px 0;
}
/*table tr td {width: 520px;height: 37px}*/
h2 {
    color: #060F52;
    font-weight: bold;
    text-align: center;
    font-size: 40px;
}

    h2 span {
        color: #e85222;
        font-size: 35px;
    }

.click {
    width: 100%
}

.border2 {
    border: 3px solid black;
    margin-top: 10px
}

    .border2:hover {
        border-color: #009EE2;
    }

.button {
    margin-top: 30px
}

.btn-admission, .btn-reg {
    margin-top: 20px;
    display: inline-block;
    background: #e85222;
    color: #ffffff;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    transition: all .2s;
}

.btn-reg {
    background: #060f52;
}

    .btn-admission:hover, .btn-reg:hover {
        color: #eeeeee;
    }

h3 {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}

.iframe {
    margin-top: 30px
}

.img1 {
    padding: 20px;
}

h3 img {
    width: 124px;
    height: 90px;
}

.facebook h3 {
    text-align: center;
    font-size: 29px;
    margin-top: -10px;
    font-weight: normal;
}

.fluid {
    margin-top: 20px;
}

.batch {
    font-size: 29px
}

span img {
    width: 50px;
    height: 30px
}

.fluid span {
    font-weight: bold;
    font-size: 32px;
    color: #00A33E
}

.border3 {
    border: 1px solid black;
    padding: 12px;
    background-color: #0D3A1D
}

    .border3 span a {
        color: white !important
    }

.desk {
    border: 1px solid #01308a;
    padding: 10px;
    background-color: #01308a;
    opacity: 85%
}

    .desk h3 {
        font-size: 38px;
        font-weight: bolder !important;
        color: #FFB300;
    }

.style {
    padding: 40px;
}

h4 {
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    color: #000000;
    margin-top: -16px;
}

.join {
    padding: 20px
}

    .join p {
        font-size: 17px
    }

.icons {
    padding: 10px;
    background-color: #69BAD0
}

    .icons i {
        font-size: 58px;
        color: #16284F;
    }

    .icons p {
        font-size: 19px;
        color: #000;
        margin-top: 3px;
    }

    .icons span {
        font-size: 28px;
        font-weight: bold;
        margin-left: 0px;
    }

    .icons .btn-success {
        margin-top: 40px !important;
        width: 109px;
        margin-bottom: 37px;
    }

    .icons .container {
        margin-top: 30px
    }

.fam {
    border: 1px solid black;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    background-color: black
}

    .fam:hover {
        background-color: #0D3A1D;
    }

    .fam i {
        font-size: 50px;
        margin-top: 20px;
        color: white
    }

.fam2 {
    margin-top: 20px
}

    .fam2 h5 {
        margin-top: 66px;
        font-size: 25px;
        color: #e85222
    }

.test h2 {
    text-align: center;
    margin-top: 55px;
}

.test p {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}

.text {
    font-style: initial !important;
}

.footer1 {
    background-color: #013098
}

.footer {
    padding: 10px
}

    .footer p {
        color: #ffffff
    }

    .footer li {
        list-style: none;
        line-height: 25px;
        color: white
    }

        .footer li i {
            color: #ffffff
        }

        .footer li a {
            color: white
        }

.address li {
    margin-bottom: 10px !important
}

.address .add {
    line-height: 19px !important
}

h6 {
    font-size: 20px;
    color: white;
    font-weight: bold
}

.footer ul {
    padding: 0px !important
}

.face {
    font-size: 30px
}

.insta {
    font-size: 30px;
}

.you {
    font-size: 30px;
    color: red !important
}

.border51 {
    margin-top: 70px;
}

.you1 h2 {
    margin-top: 55px;
}

.cds h1 {
    font-size: 46px;
    color: #060F52;
    margin-top: 21px;
}

.cds h5 {
    font-size: 20px;
    color: #060F52 !important;
    font-weight: bold;
}

@media only screen and (max-width: 480px) {

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff !important;
    }

    .border51 {
        margin-top: 0px;
    }

    .icons .ic {
        text-align: center !important;
    }

    .navbar-nav {
        float: left !important;
        margin-left: 0px !important;
    }

    .facebook h3 {
        font-size: 19px;
    }

    .batch {
        font-size: 19px;
    }

    .fluid span {
        margin-left: 7px;
    }

    .fam i {
        font-size: 26px;
        margin-top: 13px;
    }

    .fam {
        height: 50px;
        width: 50px;
        margin-top: 44px;
    }

    .fam2 h5 {
        margin-top: 16px;
        font-size: 15px
    }

    .fam2 p {
        margin-top: 16px;
    }

    p {
        color: #000;
        margin-top: 0px;
    }

    .icons p {
        font-size: 17px;
        text-align: center
    }

    .icons i {
        font-size: 37px
    }

    .icons span {
        margin-left: 10px
    }

    .img img {
        width: 100%
    }

    .item img {
        width: 100%
    }

    .charges h3 {
        text-align: center;
    }

    .cds h5 {
        text-align: center;
        font-size: 26px;
        color: #060F52;
    }

    .cds p {
        text-align: center;
    }
    /*img{width: 100%;}*/
    .airforce2 img {
        margin-top: 62px
    }

    .afcat li {
        margin-left: 15px;
    }

    h5 {
        margin-top: 59px
    }

    .join p {
        text-align: justify;
    }

    .footer1.col-md-12 {
        padding-left: 8px !important;
    }

    .img1 img {
        width: 100% !imp;
    }

    .image1 {
        padding-right: 21px !important;
        margin-left: 20px;
    }

    .header4 {
        font-size: 45px !important;
    }

    .border5 img {
        width: 100%;
        height: 240px;
    }

    .header2 {
        text-align: center;
    }

    .header1 {
        font-size: 25px !important;
    }

    .para1 {
        text-align: center;
        margin-bottom: 20px;
    }

    .para2 {
        font-size: 12px;
    }

    .color2 iframe {
        height: 200px;
    }

    .header5 {
        font-size: 23px !important;
        margin-top: 99px !important;
    }

    .para4 {
        font-size: 9px !important;
    }

    .header6 {
        font-size: 28px !important;
        text-align: center;
    }

    .para3 {
        font-size: 10px !important;
    }

    .m11 {
        margin-top: 0px !important;
    }

    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive >
    .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: normal;
    }

    .image {
        width: 100% !important
    }

    .navbar {
        min-height: 50px !important;
    }

    .navbar-header {
        width: 100% !important;
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.footer2 {
    background-color: #282828
}

    .footer2 p {
        color: white;
        text-align: center;
        margin-top: 10px
    }
/*admission procedure*/
h1 {
    color: #fff;
    text-align: center;
    font-weight: bolder;
    font-size: 69px;
    margin: 0 !important;
    padding: 0
}

    h1 span {
        font-size: 80px;
        color: #ffffff;
        background: #e85222;
        padding: 0 20px;
        border-radius: 20px;
    }

.admission {
    text-align: center;
    font-size: 18px;
    color: #333;
    text-decoration: underline;
}

ol li {
    font-weight: bold;
    color: #000
}

.nda {
    font-size: 17px;
    font-weight: bold
}

.reg {
    color: red
}

.the {
    font-weight: bold;
    color: #000
}

.bold span {
    color: #000;
    font-weight: bold
}

.bold p {
    color: #000
}
/*ourlocation*/
.newimg {
    background-image: url(../img/Contact-Us-1024x475.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px
}

.us {
    text-align: center;
    font-size: 50px;
    font-weight: bolder;
    margin-top: -161px;
    color: #000
}

.info {
    color: #6EC1E4;
    font-size: 50px;
    font-weight: bold;
    margin-top: 50px;
    text-decoration: none
}

.contact p {
    color: #000;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 20px
}

.cont i {
    color: #FFB300;
    font-size: 20px;
}

.form {
    background-color: #265C30;
    margin-top: 5px;
    padding: 57px;
}

    .form h2 {
        font-size: 20px;
        color: #fff;
        margin-top: -43px;
    }

label {
    color: white;
    font-weight: normal;
    font-size: 15px
}

.form select {
    background-color: #265C30
}

.form input {
    background-color: #265C30
}
/*nda*/
.ndaaa p {
    font-size: 18px
}

.ndaaa h1 {
    font-size: 46px;
    color: #060F52;
    margin-top: 18px;
}

.quali {
    color: #060F52;
    text-align: left;
    font-size: 20px
}

table th {
    text-align: center
}

table td {
    text-align: center
}
/*indian navy*/
/*.photo{width: 80%}*/
.navy p {
    text-align: left;
    font-size: 16px;
    color: #000;
    margin-top: 20px;
    line-height: 26px
}

.navy h5 {
    text-align: left;
    margin-top: 24px;
    color: #060F52;
    font-weight: bold;
    font-size: 19px
}

.navy ul li {
    text-align: left;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    list-style-type: square;
}
/*afcat*/
.afcat h5 {
    font-size: 20px;
    font-weight: bold;
    color: #060F52 !important;
    margin-top: 20px;
    margin-bottom: 20px
}

.afcat p {
    margin-top: 25px;
    color: #000;
    line-height: 24px
}

.afcat li {
    color: #000;
    line-height: 28px
}

.afcat span {
    color: #333
}
/*cds*/
.cds p {
    margin-top: 25px;
    color: #000;
    font-size: 15px
}

.cds li {
    color: #000;
    line-height: 40px;
    list-style-type: square;
}

.cds h6 {
    color: #333;
    font-weight: normal;
    margin-top: -12px;
    font-size: 18px
}
/*airforce*/
.airforce {
    background-color: #818181;
}

.img-r {
    background-image: url('../img/photo.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    background-size: 100% 550px;
}

.airforce2 {
    border: 1px solid black;
    padding: 10px;
    height: 444px;
    margin-top: 25px
}

.airforce3 {
    border: 1px solid black;
    padding: 10px;
    height: 319px;
    margin-top: 25px
}

.airforce2 img {
    margin-top: 35px;
    margin-bottom: -40px
}

.airforce2 p {
    font-size: 15px;
    margin-bottom: 38px;
    color: #767373
}

.airforce2 a {
    color: #2b2929;
    text-decoration: none
}

    .airforce2 a:hover {
        color: #66BBF8
    }

.airforce3 img {
    margin-top: 35px;
    margin-bottom: -40px
}

.airforce3 p {
    font-size: 15px;
    margin-bottom: 38px;
    color: #767373
}

.airforce3 a {
    color: #2b2929;
    text-decoration: none
}

    .airforce3 a:hover {
        color: #66BBF8
    }

.ind {
    margin-top: 37px
}

.read {
    margin-top: 20px
}
/*indian airforce*/
.IA p {
    font-size: 16px;
    margin-top: 25px;
    color: #2b2929
}

.IA li {
    font-size: 16px;
    line-height: 30px;
    color: #2b2929;
    list-style-type: square;
}

.IA h5 {
    margin-top: 27px;
    font-size: 20px;
    color: #060F52;
    font-weight: bold;
}

.IA h6 {
    color: #060F52;
    font-weight: bold;
    font-size: 20px;
    margin-top: -12px;
    margin-bottom: -12px
}

.IA h1 {
    color: #060F52 !important;
    font-size: 46px;
    margin-top: 22px;
}
/*foundation course*/
.fond h1 {
    color: #060F52;
    font-size: 46px;
    margin-bottom: 55px;
    margin-top: 28px;
}

.fond h2 {
    font-size: 25px;
    color: #00A33E;
    text-decoration: underline;
    text-align: center;
}

.table1 {
    border: 1px solid black;
    padding: 10px;
    background-image: linear-gradient(180deg, #23a455 0%, rgba(134,224,78,0.57) 100%);
    height: 273px;
}
/*.table tr td{width: 291px;}*/
.table2 {
    border: 1px solid black;
    padding: 10px;
    float: right;
    background-image: linear-gradient(180deg, #23a455 0%, rgba(134,224,78,0.57) 100%);
    height: 273px;
}

.charges h2 {
    text-align: left;
    color: #0C2AB2;
    font-size: 20px
}

.charges h3 {
    text-align: left;
    font-size: 18px;
    color: #060F52;
}

.charges p {
    color: #000;
    font-size: 15px;
}

.select h2 {
    color: #0C2AB2;
    font-size: 20px;
    text-align: left
}

.select table tr td {
    text-align: left;
    width: 200 !important;
    color: #000
}

.c {
    width: 813px;
    height: 56px;
    line-height: 31px;
}

.select p {
    color: #000;
    margin-top: 23px;
    font-size: 15px;
}

.table1 h6 {
    color: #0C2AB2;
    text-align: center
}

.table1 tr td {
    color: #000;
    font-weight: bold;
    line-height: 40px
}

.table2 h6 {
    color: #0C2AB2;
    text-align: center
}

.table2 tr td {
    color: #000;
    font-weight: bold;
    line-height: 40px
}

.size td {
    font-size: 21px;
    color: #333 !important;
    line-height: 50px
}

table th, table td {
    border-bottom: 1px solid #ddd
}

.neww {
    position: absolute;
    width: 100%;
}

.border4 {
    border: 1px solid black;
    padding: 20px;
}

.image {
    background-image: url('../img/Management-fees.jpg');
    background-size: cover;
    height: 500px;
    width: 100%;
}

.fees {
    text-align: center;
    font-size: 35px;
    text-decoration-line: underline;
    text-decoration-style: initial;
    text-decoration-color: initial;
    color: #23A455;
    margin-top: 0px;
}

.font span {
    color: red;
}

.fees2 {
    text-align: center;
    font-size: 25px;
}

tr th {
    text-align: center;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid black;
}

.table, th {
    text-transform: uppercase;
}

.table, tr td {
    text-align: center;
    font-weight: 600;
}

.background {
    background-color: #008000;
    color: #fff;
}

.form2 {
    text-align: center;
    font-size: 35px;
    text-decoration-line: underline;
    text-decoration-style: initial;
    text-decoration-color: initial;
    color: black;
}

.form1 {
    text-align: center;
    font-size: 25px;
    color: #23A455;
}

.font {
    font-size: 18px;
}

.border4 tr td {
    border-top-color: black;
    border-top-style: solid;
    border-top-width: 2px;
    border-right-color: black;
    border-right-style: solid;
    border-right-width: 2px;
    border-left-color: black;
    border-left-style: solid;
    border-left-width: 2px;
}

.overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    opacity: 0;
    top: -1500px;
    transition: .2s ease;
}


.d1:hover .overlay {
    bottom: 0;
    height: 100%;
    opacity: 1;
    top: 0px;
}

.d1 {
    background-image: url('../img/defence.jpg');
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    padding: 0px !important;
    position: relative;
}

.overlay1 {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    opacity: 0;
    top: -2000px;
    transition: .2s ease;
}


.d2:hover .overlay1 {
    bottom: 0;
    height: 100%;
    opacity: 1;
    top: 0px;
}

.d2 {
    background-image: url('../img/mirage.jpg');
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    padding: 0px !important;
    position: relative;
}

.overlay2 {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    opacity: 0;
    top: -2500px;
    transition: .2s ease;
}


.d3:hover .overlay2 {
    bottom: 0;
    height: 100%;
    opacity: 1;
    top: 0px;
}

.d3 {
    background-image: url('../img/NDA.jpg');
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    padding: 0px !important;
    position: relative;
}

.overlay3 {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    opacity: 0;
    top: -3000px;
    transition: .2s ease;
}


.d4:hover .overlay3 {
    bottom: 0;
    height: 100%;
    opacity: 1;
    top: 0px;
}

.d4 {
    background-image: url('../img/UPSC-NDA.jpg');
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    padding: 0px !important;
    position: relative;
}

.title {
    color: #e53b3b;
    font-weight: 600;
    font-size: 61px;
    text-align: center;
}

.description {
    color: #fff;
    font-weight: 900;
    font-size: 35px;
    text-align: center;
}

.title1 {
    color: #ff5151;
    font-weight: 600;
    font-size: 61px;
    text-align: center;
}

.title2 {
    color: #009ee2;
    font-weight: 600;
    font-size: 61px;
    text-align: center;
}

.title3 {
    color: #009ee2;
    font-weight: 600px;
    font-size: 61px;
    text-align: center;
}

.description3 {
    color: #fff;
    font-weight: 900;
    font-size: 34px;
    text-align: center;
}

.h4style {
    color: white;
    text-align: center;
    margin-top: 25px;
}

.bg {
    background-color: blue;
    height: 500px;
}

.bg1 {
    background-color: #7AA0C5;
    height: 500px;
    margin-bottom: 10px;
}

.border4 label {
    color: black;
}

about gda
.color1 {
    background-color: #096C10;
}

.color2 {
    background-image: linear-gradient(180deg, #0B6E11 0%, rgba(134,224,78,0.57) 100%);
    height: 650px;
}

.color3 {
    background-color: #FFCF68;
}

.c1 {
    border-style: solid;
    border-width: 15px 15px 15px 15px;
    border-color: #fff;
    box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.5);
}

.embed-responsive-item {
    height: 600px !important;
}

./border {
    border: 1px solid red;
}

.header4 {
    font-size: 44px;
    font font-weight:800;
    text-align: center;
    color: #fff;
    margin-top: 32px;
}

.header5 {
    text-align: center;
    margin-top: 151px;
    color: #011e36;
    font-size: 34px;
    line-height: 1em;
    letter-spacing: -0.5px;
}

.header6 {
    font-size: 40px;
    font-weight: normal;
    color: green;
}

.para2 {
    color: #fff;
    font-size: 17px;
    font-weight: 100 !important;
}

.para3 {
    color: #353535;
    font-size: 18px;
    line-height: 1.6;
}

.para4 {
    color: #000;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-align: center;
    line-height: 1.8;
    margin-top: 3px;
}

.p {
    margin-top: 4px;
}

.c1 {
    border-style: solid;
    border-width: 15px 15px 15px 15px;
    border-color: #fff;
    box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.5);
}

.embed-responsive .embed-responsive-item, .embed-responsive embed,
.embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    height: 70%;
}

.embed-responsive-4by3 {
    padding: 389px !important;
}

ul li {
    list-style: none;
}

.header1 {
    font-size: 40px;
    color: #000;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: -6px;
}

.header2 {
    font-size: 25px;
    font-weight: 500;
    color: #000;
}

.para1 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.m11 {
    margin-top: 40px;
}


.header {
    border: 2px solid red;
    font-size: 50px;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    color: #000;
    text-align: center;
    font-weight: bold;
    margin-bottom: 28px;
    margin-top: 20px !important;
}

.image1 {
    float: left;
    padding-bottom: 10px;
    padding-right: 10px;
}

.under {
    justify-content: center;
}

.list {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.pen {
    font-size: 31px !important;
    color: #000;
}

li.list:hover {
    color: #fff;
}

.pen:hover {
    color: white;
}

.icontext:hover {
    color: white;
}

.icontext {
    color: #000;
    padding: 10px;
    black-space: nowrap;
    overflow: hidden;
}

.float {
    float: right;
}

.para {
    color: #000000;
    font-size: 17.4px;
    color: #7a7a7a;
    font-weight: 400;
    text-align: justify;
    line-height: 1.7;
}

table tr.resize {
    width: 40px !important
}

@media only screen and (max-width: 480px) {
    .box_border {
        height: 122px;
    }

        .box_border i {
            font-size: 42px;
            margin-top: 12px;
        }

    .fam2 .col-md-3 {
        padding: 10px;
    }

    .img {
        width: 30%;
    }

    .navbar-toggle {
        margin-top: -60px !important;
    }

    .navbar {
        min-height: 90px !important;
        position: sticky;
        top: 0;
        z-index: 66;
    }

    .para_box h1 {
        font-size: 45px;
    }

        .para_box h1 span {
            font-size: 48px;
        }

    .up_box img {
        width: 100% !important;
    }

    .you1 .col-md-3 {
        padding: 10px;
    }

    .img_box img {
        height: 90px;
    }

    .fond h1 {
        font-size: 20px !important;
        margin-bottom: 22px;
        margin-top: 40px !important;
    }

    .select h2 {
        font-size: 18px;
    }

    h2 {
        font-size: 40px;
    }

    .you1 h2 {
        margin-top: 34px;
    }

    .up_box img {
        height: 200px;
    }

    .up_box .leo {
        height: 163px;
    }

    .cour_box img {
        height: 180px;
    }

    .para4 {
        font-size: 16px;
    }

    .header5 {
        margin-top: 404px;
    }

    .go {
        width: 90% !important;
    }

    .dropdown-menu li a {
        color: #fff !important;
    }

    .image {
        height: 144px !important;
    }

    .newimg {
        height: 134px !important;
    }

    .info {
        font-size: 32px !important;
        margin-top: 20px !important;
    }

    .header {
        font-size: 30px;
        margin-top: 20px !important;
        margin-bottom: 0px !important;
    }

    .ndaaa h1 {
        margin-top: 20px !important;
    }

    h2 {
        font-size: 27px;
    }

    .cds h1 {
        font-size: 27px;
        margin-top: 20px !important;
    }

    .IA h1 {
        font-size: 32px;
        margin-top: 20px !important;
    }

    .carr {
        margin-top: 1px;
    }

    .footer ul {
        text-align: left;
    }
}

@media only screen and (max-width: 960px) {

    .go {
        width: 72% !important;
        margin-top: -4px !important;
    }

    .nav > li > a {
        margin-top: -11px !important;
    }
}

@media only screen and (min-width: 768px) {
    .go {
        width: 73% !important
    }

    .nd {
        background: linear-gradient(217deg, rgb(255, 179, 0), rgba(255,0,0,0) 91.71%);
    }

    .cd {
        background: linear-gradient(217deg, rgb(24, 41, 106), rgba(255, 0, 0, 0) 91.71%);
    }

    .af {
        background: linear-gradient(217deg, rgb(0, 168, 46), rgba(255,0,0,0) 91.71%);
    }

    .fact {
        background-color: #cccccc82;
        margin-bottom: -48px;
    }

    .img-circle {
        border-radius: 50%;
        height: 92px;
    }

    blockquote {
        border-left: none;
    }

    .carousel-control i a {
        color: #000;
    }

    .fa-star {
        color: #FFB300;
    }

    .upp {
        margin-top: -118px;
    }
