﻿
/*Common */
body {
    padding-top: 0px !important;
    font-family: Calibri;
    font-size: 20px;
}

h2 {
    font-weight: bold;
    color: #b79500;
}

h3, h4 {
    color: #db0000;
}
/*end*/

/*Layout page -Start*/
@media only screen and (max-width: 725px) {
    .body-content {
        width: auto;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .nav-logo {
        margin-left: 0px !important;
        text-align: center !important;
    }

    .nimslogodet {
        position: relative !important;
        z-index: 0 !important;
    }

    .nimsRenDiv {
        margin-top: 10px !important;
        margin-bottom: 50px !important;

    }

    .nims {
        font-size: 26px !important;
        text-align: center;
    }

    .icon-menu {
        visibility: visible !important;
        position: fixed;
        right: 15px !important;
        top: 15px !important;
        background-color: white;
        z-index: 900 !important;
        width: 40px !important;
        height: 40px !important;
    }

    .sidenav {
        padding-top: 15px;
        visibility: visible !important;
    }

        .sidenav a {
            font-size: 18px;
        }

    .footer-div {
      /*  position: relative !important;*/
        height: auto !important;
        bottom:0px !important;
    }
}

.body-content {
    width: auto;
    padding-left: 80px;
    padding-right: 80px;

}

.spanborder {
    border: solid tomato;
}

.footer-div {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: black;
    color: white;
    text-align: center;
    font-size: small;
    padding: 4px;
}

    .footer-div a {
        color: #7cc5f0;
    }

.activeColor {
    background-color: #f5c800 !important;
  /*  border-bottom: solid 2px black !important;*/
    border-top: solid 3px black !important;
}

.nimsRenDiv {
    margin-top: 200px;
    margin-bottom: 45px;
}

p {
    margin: 0px 0px 2px;
}

.nimsanchor {
    color: #0637f9 !important;
}

.main-header {
    padding-top: 10px !important;
}

.nav-tabs {
    border-bottom: 10px solid #af7c25;
}

.nav-logo {
    margin-left: 40px;
    margin-top: 10px;
    text-align: right;
}

.address {
    text-align: center;
    font-size: 16px;
    font-family: "proxima-nova",sans-serif !important;
}

.heading1 {
    font-family: "proxima-nova",sans-serif !important;
    font-size: 20px;
    text-align: center;
}

.container-header {
    margin-right: 0px;
    margin-left: 0px;
}

.nav > li {
    color: white;
}

    .nav > li > a {
        color: unset;
       /* padding:1px !important;
        margin-top:1px !important;*/
    }

.navbar-nav li a:hover {
    background-color: #ecce30;
    color: black;
    margin-top: 2px;
}

.nimsSpan {
    color: orangered;
}

.nimsNavSticky {
    position: absolute;
    margin-top: 10px;
}

.nims {
    font-family: "proxima-nova",sans-serif !important;
    font-size: 45px;
    text-align:center;
}

.nimslogodet {
    position: fixed;
    text-align: left;
    background-color: #f5c800 !important;
    z-index: 900;
    color: black !important;
}

.nimslogodet, .nimsnavitems {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.nimsnavitems {
    
    text-align: center;
    background-color: black;
    transform:none;
    z-index: 900;
}

.nimsHr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border: 1px solid black;
}

.icon-menu {
    visibility: hidden;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    visibility: hidden;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
/*Layout Page End*/


/*ABOUT,COURSE,JOBS,CONTACT*/

.about1 p {
    text-align: justify;
}

.about1 ul li p b {
    color: #074416bf;
}

.course h3 {
    text-align: center;
    color: #db0000;
}

.course p {
    text-align: justify;
}

.tablehead {
    background-color: #febf39;
}

.rowthem {
    background-color: lightyellow;
}

.job p {
    text-align: justify;
}

/*END*/



/*Index Page - Strat*/
    @media only screen and (max-width: 725px) {
        .reg-form {
            margin-top: 15px;
        }

        .nimsMoveImg {
            height: 360px !important;
        }

        #myCarousel {
            height: 360px !important;
            padding:0;
        }

        #CaptchaImage {
            width: 90px !important;
            height: 40px !important;
        }

        #regSubmit {
            text-align: center;
            margin-top: 10px !important;
            width:50% !important;
        }

        .my-captcha a {
            position: relative;
            top: 3px;
            left: 2px !important;
            /*padding: 0px 23px 0px 23px;*/
        }
}

    .reg-form {
    border: 1px solid black;
    background-color: #f5c800;
    color: black;
}

.form-group {
    margin-bottom: 8px;
}

.nimsHR {
    margin-top: 5px;
    margin-bottom: 10px;
}

.nimsRegis {
    text-align: right;
    margin-top: 10px !important;
}

.nimsMoveImg {
    height: 495px;
}

.formHeader {
    text-align: center;
    font-size: 20px;
    font-weight:bold;
}

.sum-btn {
    color: black;
}

.noWrap {
    white-space: nowrap;
}

.nimsTextArea {
    border: none !important;
    height: 60px !important;
    border-radius: 5px !important;
}

.nimsSpan {
    color: red;
}

#myCarousel {
    height: 593px;
}

.text-danger {
    font-size: 15px;
    color: #d90000;
}

/*Captcha */
.my-sticky-class {
    background-color: green;
    margin-top: 70px;
}

#CaptchaImage {
    height: 46px;
    width: 200px;
    border: 1px solid #8188f6;
    border-radius: 4px;
}

.my-captcha a {
    position: relative;
    top: 3px;
    left: -2px;
    padding: 0px 23px 0px 23px !important;
}

.my-captcha {
    float: none;
}

#CaptchaInputText {
    background-color: #f9f9f9;
    border-radius: 4px;
    padding: 8px;
    border: 1px solid #c6c6c6;
    width: 165px;
    height: 42px;
    position: relative;
    top: 2px;
    float: right;
}

.success {
    color: forestgreen;
}

.fail {
    color: red;
}

/*Index Page End*/

.error {
    margin-top:250px;
}



