* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

#logo {
    width: 100px;
}

body {
    margin: 0px;
    padding: 0px;
}

header {
    position: relative;
    background-color: black;
    height: 75vh;
    height: 100%;
    min-height: 35rem;
    width: 100%;
    overflow: hidden;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

#lg {
    width: 50% !important;
    /* position: absolute !important;
    top: 50% !important;
    left: 50% !important; */
    display: block !important;
    margin: auto !important;
}

#sec1 {
    background-color: #9d1d40;
    border-radius: 0px;
    padding: 5%;
    margin: 0;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    min-height: 20vh;

}

#history {
    color: hsl(0, 0%, 28%);
    font-size: 50px;
    font-weight: bold;
    font-family: monospace;
    letter-spacing: 7px;
    cursor: pointer;
    padding-bottom: 60px;
}

#history span {
    transition: 0.5s ease-out;
}

#history:hover span:nth-child(1) {
    margin-right: 5px;
}

#history:hover span:nth-child(2) {
    margin-left: 30px;
}

#history:hover span {
    color: #fff;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #fff;
}

#sec2 {
    background-color: white;
    border-radius: 0px;
    min-height: 20vh;
    background-image: url("IMG_1122.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

p {
    color: white;
    font-size: 18px;
}

.hislogo img {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    width: 80%;
    box-shadow: 2px 5px 8px gray;
}

.btn button {
    transform: translateX(-20%);
    left: 0px;
    background-color: white;
    color: black;
    width: 150%;
    border-radius: 5px;
    height: 130%;
    margin: auto;
    border: none;
}

.btn button:hover {
    border: none;
    background-color: #fff;
    color: black;
    width: 180%;
    height: 160%;
    letter-spacing: 0.1rem;
    transition: 0.5s ease-out;
    /* font-weight: bold; */
    margin: auto;
}

/* -------------Courses------------------- */


.course {
    background-color: #9d1d40;
    padding-top: 30px;
}

#course-details {
    padding: 15px;
    color: black;
}

.Applybtn {
    width: 25% !important;
    height: 40px;
    border-radius: 10px;
    border: none;
}

.Applybtn:hover {
    background-color: rgb(224, 190, 36);
    box-shadow: 0px 0px 15px;
}

/* -------------Course_Button------------- */
.cb {
    height: 10% !important;
    padding: 2% !important;
    background-image: url("307576297_1238241090287716_7097608460152010989_n.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.coursebtn {
    text-align: center;
    width: 50%;
    margin: 2% !important;
    margin-left: 25% !important;
    height: 50px;
    border-radius: 10px;
    border: none;
}

.coursebtn:hover {
    background-color: #9d1d40;
    color: white;
    transition: 0.5s;
    scale: 110%;
    box-shadow: 0px 0px 15px white;
}

/* ------------Officers------------------ */

.talk {
    height: 50% !important;
}

.t1 {
    scale: 90%;
}

.talks2 {
    margin-left: 6% !important;
    width: 100% !important;
}

.txt1 {
    color: #9d1d40;
}

.t1:hover {
    scale: 95%;
    transition: 0.5s;
}

.cbody {
    scale: 85%;
}

.cbody:hover {
    scale: 100%;
    transition: 0.5s;
}

.cbody h5:hover {
    font-size: 24px;
    transition: 0.5s;
}

.talkimg:hover {
    box-shadow: 1px 5px 5px gray;
    transition: 0.5s;
}

/* --------------Gallery------------ */

#divgal {
    /* padding: 10%; */
    margin: auto;
    display: block;
    width: 100% !important;
    background-image: url("gal.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px !important;

}


#gal {
    color: hsl(0, 0%, 100%);
    text-align: center !important;
    font-size: 5rem;
    font-weight: bold;
    font-family: monospace;
    letter-spacing: 7px;
    cursor: pointer;
    /* padding-bottom: 60px; */

    position: relative !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.808);
}

#gal span {
    transition: 0.5s ease-out;
}

#gal:hover span:nth-child(1) {
    margin-right: 5px;
}

#gal:hover span:nth-child(2) {
    margin-left: 30px;
}

#gal:hover span {
    color: #9d1d40;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #fff;
}


.gallery {
    background-color: #9d1d40;
    width: 100% !important;
    margin: 0px;
    padding: 2%
}

/* .gallery1 {
    background-color: #9d1d40;
    width: 100% !important;
} */

/* .netbeans {
    position: relative;
    transform: rotate(20deg);
    width: 2%;
} */

.vs {
    position: absolute;
    /* top: 160rem; */
    right: 15%;
    transform: rotate(20deg);
    width: 30%;
}

.netbeans {
    position: absolute;
    top: 160rem;
    right: 8%;
    width: 40%;
}

.xampp {
    position: absolute;
    top: 178rem;
    right: 5%;
    transform: rotate(-20deg);
    width: 25%;
}

.photoshop {
    position: absolute;
    top: 158rem;
    right: 3rem;
    transform: rotate(-20deg);
    width: 20%;
}

.adobepremier {
    position: absolute;
    top: 160rem;
    right: 12%;
    /* transform: rotate(-20deg); */
    width: 20%;
}

#vs {
    width: 25%;
}

#netb {
    width: 20%;
}

#xam {
    width: 40%;
}

#ps {
    width: 20%;
}

#ap {
    width: 10%;
}

#vs:hover {
    scale: 120%;
    transition: 0.5s;
}


#netb:hover {
    scale: 120%;
    transition: 0.5s;
}

#xam:hover {
    scale: 60%;
    transition: 0.5s;
}

#ps:hover {
    scale: 190%;
    transition: 0.5s;
}

#ap:hover {
    scale: 160%;
    transition: 0.5s;
}

.title {

    margin-bottom: 50px;
    text-transform: uppercase;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;

}

.card {
    font-size: 1em;
    overflow: hidden;
    padding: 5;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-top: 20px;
}

.btn {
    margin-top: auto;
}

/* ---------Facilities--------- */

.facility {
    padding-top: 5%;
    width: 100% !important;
    background-color: #9d1d40;
}

.card {
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.596);
}



.faciText {
    color: black;
}

.facility {
    padding: 0px;
    margin: 0px;
    box-shadow: 3px 5px 5px white !important;
}

.faci1 {
    border-radius: 5% !important;
    scale: 90%;
}

.faci1:hover {
    scale: 93%;
    transition: 0.5s;
    box-shadow: 0px 0px 15px black;
}

.facility1 {
    text-align: center;
    color: #fff;
}

/* ---------Conatct-------- */

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contact {
    background: linear-gradient(to right, #9d1d40 0%, #9d1d40 100%);
    font-size: 12px;
}

button,
input {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.background {
    display: flex;
    min-height: 100vh;
}

.container {
    flex: 0 1 700px;
    margin: auto;
    padding: 10px;
}

.screen {
    position: relative;
    background: #3e3e3e;
    border-radius: 15px;
}

.screen:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    bottom: 0;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
    z-index: -1;
}

.screen-header {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background: #4d4d4f;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.screen-header-left {
    margin-right: auto;
}

.screen-header-button {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 3px;
    border-radius: 8px;
    background: white;
}

.screen-header-button.close {
    background: #ed1c6f;
}

.screen-header-button.maximize {
    background: #e8e925;
}

.screen-header-button.minimize {
    background: #74c54f;
}

.screen-header-right {
    display: flex;
}

.screen-header-ellipsis {
    width: 3px;
    height: 3px;
    margin-left: 2px;
    border-radius: 8px;
    background: #999;
}

.screen-body {
    display: flex;
}

.screen-body-item {
    flex: 1;
    padding: 50px;
}

.screen-body-item.left {
    display: flex;
    flex-direction: column;
}

.app-title {
    display: flex;
    flex-direction: column;
    position: relative;
    color: white;
    font-size: 35px;
}

.app-title:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 25px;
    height: 4px;
    background: #ea1d6f;
}

.app-contact {
    margin-top: auto;
    font-size: 12px;
    color: white;
}

.app-form-group {
    margin-bottom: 15px;
}

.app-form-group.message {
    margin-top: 40px;
}

.app-form-group.buttons {
    margin-bottom: 0;
    text-align: right;
}

.app-form-control {
    width: 100%;
    padding: 10px 0;
    background: none;
    border: none;
    border-bottom: 1px solid #666;
    color: #ddd;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
    transition: border-color .2s;
}

.app-form-control::placeholder {
    color: #666;
}

.app-form-control:focus {
    border-bottom-color: #ddd;
}

.app-form-button {
    background: none;
    border: none;
    color: #ea1d6f;
    font-size: 14px;
    cursor: pointer;
    outline: none;
}

.app-form-button:hover {
    color: #b9134f;
}

.credits {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    color: #ffa4bd;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.credits-link {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.dribbble {
    width: 20px;
    height: 20px;
    margin: 0 5px;
}

.contact1:hover {
    scale: 105%;
    transition: 0.5s;
}

.contactmain:hover {
    scale: 105%;
    transition: 0.5s ease-out;
}

/* ------footer---------- */

ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: white;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #9d1d40;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #9d1d40;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #9d1d40;
    padding: 13px 20px;
    border: 1px solid #9d1d40;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #9d1d40;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #9d1d40;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

#qr {
    width: 45%;
}

/* ---------Animation--------- */


/* ---------- Translate ----------- */

/* .goog-te-banner-frame,
.skiptranslate,
.goog-te-gadget-simple img,
img.goog-te-gadget-icon,
.goog-te-menu-value span {
    display: none !important;
} */







/* @media (pointer: coarse) and (hover: none) {
    header {
        background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
    }

    header video {
        display: none;
    }
} */

@media(max-width:1500px) {
    header video {
        height: auto;
        background-color: black;
        opacity: 0.5;

    }

    header .overlay {
        background-color: black;
        opacity: 0.5;
        height: auto;
        width: auto;

    }

    header {
        background-color: black;
        height: auto;
    }

    .container {
        top: 120px;

    }
}

@media(max-width:1200px) {
    .sec2 {
        display: none !important;
    }

    .hislogo {
        display: none;
    }

}

@media(max-width:1000px) {
    #faci {
        display: none;
    }
}

@media(max-width:835px) {

    header {
        position: relative;
        height: 100%;
        width: 100%;
    }

    header video {
        height: auto;
        width: auto;
    }

}

@media screen and (max-width: 600px) {
    .screen-body {
        padding: 40px;
    }

    .screen-body-item {
        padding: 0;
    }
}



/* @media(max-width:1200px) {
    #gal {
        display: none;
    }
} */

@media (max-width:548px) {
    #gal {
        font-size: 2.5rem !important;
    }

    #carouselExampleIndicators {
        width: 100% !important;
    }

}

@media screen and (max-width: 520px) {
    .screen-body {
        flex-direction: column;
    }

    .screen-body-item.left {
        margin-bottom: 30px;
    }

    .app-title {
        flex-direction: row;
    }

    .app-title span {
        margin-right: 12px;
    }

    .app-title:after {
        display: none;
    }
}