/* CSS Document */

@import url("fonts.css");
html,
body,
table,
tbody,
tfoot,
tr,
th,
td,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
strong,
span,
img {
    margin: 0;
    padding: 0;
    font-size: 14px;
    letter-spacing: 1px;
}

img {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'bebas_neueregular';
    font-weight: normal;
    margin: 12px 0;
    color: #FFF;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    margin: 12px 0;
}

table,
tbody,
tfoot,
tr,
th,
td {
    border: 0;
    border-collapse: collapse;
}

ol,
ul,
li {
    list-style: none;
    list-style-position: outside;
}

.listt li::before {
    content: '\2713';
    margin-right: 10px;
    color: #E46B03;
    font-size: 16px;
}

.left {
    float: left;
    margin: 0 25px 10px 0;
}

.right {
    float: right;
    margin: 0 0px 10px 25px;
}

.line {
    height: 1px;
    border-bottom: 1px solid #333;
    width: 100%;
}

.clear {
    clear: both;
}

.clear1 {
    clear: both;
    margin: 12px 0;
}

.border {
    border: 2px solid #e46b03;
}

.header_bg {
    height: 35px;
    line-height: 35px;
    background: #e46b03;
    width: 300px;
    margin-left: 20px;
    padding-left: 20px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.header_bg2 {
    width: 350px;
}

.header_bgSmall {
    height: 35px;
    line-height: 35px;
    background: #e46b03;
    width: 150px;
    margin-left: 20px;
    padding-left: 15px;
}

.header_line {
    width: 100%;
    height: 5px;
    border-top: 1px solid #e46b03;
}

.vline {
    width: 5px;
    border-right: 1px dotted #666;
    /*height: 530px;*/
    float: left;
    margin-left: 10px;
}

.readmore {
    padding: 6px 13px;
    background-color: #e59f0f;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    float: right;
}

.download {
    padding: 6px 13px;
    background-color: #e59f0f;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
}

body {
    font-family: Arial;
    font-size: 12px;
    line-height: 20px;
    background: #95a06b;
}

#wrapper {
    width: 100%;
    height: auto;
}

header {
    width: 100%;
    height: 170px;
    background: #e46b03;
}

#innerHeader {
    width: 1000px;
    height: auto;
    margin: 0 auto 0;
}

#logo {
    width: 499px;
    height: 115px;
    padding: 10px 0 0 0;
    float: left;
}

#phone {
    width: 270px;
    height: auto;
    padding: 30px 0 0 0;
    float: right;
}

nav {
    width: 100%;
    height: 34px;
    margin: 11px auto 0;
    border: 0px solid #ff0;
    background: url(images/nav_bar.png) left top no-repeat;
}

nav ul {
    width: 100%;
    border: 0px solid #f00;
    margin: 0 auto;
    padding: 0 0 0 8px;
}

nav ul li {
    float: left;
    height: 34px;
    line-height: 34px;
    display: block;
}

nav ul li a {
    padding: 0 20px;
    text-decoration: none;
    color: #333;
    display: block;
    border-right: 1px solid #c1c0c0;
}

nav ul li a:hover,
nav ul li a.hover {
    text-decoration: none;
    color: #FFF;
    background-color: #a9b85d;
}

nav ul li:last-child a {
    border: 0px solid #000;
}

.nav {
    background-color: #D3D7BF;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin: 0px;
    padding-bottom: 5px;
}

.nav div {
    display: inline-block;
    padding: 12px 10px;
    margin: 0px;
    border-right: 1px solid rgb(193, 192, 192);
}

.nav div a {
    text-decoration: none;
    color: rgb(51, 51, 51);
    padding: 12px 5px;
}

.nav div:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #a9b85d;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.active {
    background-color: #a9b85d;
}

.nav div:hover a {
    color: #fff;
}

.drop ul {
    z-index: 51;
}

.nav .drop li {
    display: none;
}

.nav .drop ul {
    position: absolute;
    margin-top: 12px;
}

.nav .drop ul li {
    padding: 12px 10px;
    background-color: rgba(255, 255, 255, .8);
}

.nav .drop ul li a {
    color: #000;
}

.nav .drop:hover li {
    display: block;
}

.nav .drop li:hover {
    background-color: #a9b85d;
}

.nav li a {
    text-decoration: none;
}

.dropdown div {
    clear: both;
}

.dropdown ul li {
    position: relative;
    clear: both;
}

.dropdown ul li {
    display: none;
}

.dropdown:hover ul li {
    display: block;
}

.dropdown li a {
    background-color: rgba(255, 255, 255, .8);
}

.dropdown li a:hover {
    background-color: #a9b85d;
    color: #000;
}

.textContainer {
    width: 1000px;
    height: auto;
    box-shadow: 0 0 1px 0 #666;
    margin: 0 auto;
    background: #FFF;
    overflow: hidden;
    text-align: justify;
    padding-bottom: 20px;
}

.textContainer .banner {
    width: 1000px;
    height: auto;
}

.textContainer .left_content {
    width: 650px;
    height: auto;
    padding: 0 0 0 15px;
    border: 0px solid #f00;
    float: left;
}

.left_content .hadmis {
    width: 250px;
    height: auto;
    padding: 0px 15px 15px 15px;
    border: 0px solid #f00;
    float: left;
}

.left_content .hmid {
    width: 10px;
    height: 195px;
    margin: 0 0px 0 34px;
    border-right: 1px dotted #333;
    float: left;
}

.left_content .hmidR {
    width: 10px;
    height: 195px;
    margin: 0 0px 0 34px;
    border-right: 1px dotted #333;
    float: right;
}

.left_content .hfacil {
    width: 250px;
    height: auto;
    padding: 0px 15px 15px 15px;
    border: 0px solid #f00;
    float: right;
}

.left_content .hfacil ul {
    margin: 0 0 0 20px;
}

.left_content .hfacil ul li {
    list-style-type: square;
}

.textContainer .right_content {
    width: 280px;
    height: auto;
    padding: 0 15px 0 15px;
    border: 0px solid #f00;
    float: right;
}

.right_content .ul {
    margin: 0 0 0 20px;
}

.right_content .ul li {
    list-style-type: square;
}

.ul {
    margin: 0 0 0 20px;
}

.ul li {
    /*list-style-type: disc;*/
    line-height: ;
}

.ul1 {
    margin: 0 0 0 20px;
    width: 370px;
}

.ul1 li {
    /*list-style-type: disc;*/
    padding-bottom: 10px;
}

.leftcontent {
    width: 450px;
    height: auto;
    float: left;
    padding: 0 15px;
}

.rightcontent {
    width: 450px;
    height: auto;
    float: right;
    padding: 0 15px;
}

.leftcontent1 {
    width: 180px;
    height: 250px;
    float: left;
    margin: 0 20px 25px;
}

.rightcontent1 {
    width: 180px;
    height: 250px;
    float: left;
}

.content {
    /*width: 970px;*/
    height: auto;
    padding: 0 15px 0 15px;
    border: 0px solid #f00;
}

.strong {
    font-size: 16px;
    font-weight: bold;
    color: #e46b03;
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
}

.leftcontact {
    width: 500px;
    height: auto;
    padding: 0 0 0 15px;
    border: 0px solid #f00;
    float: left;
}

.rightcontact {
    width: 500px;
    height: auto;
    padding: 0 0 0 15px;
    border: 0px solid #f00;
    float: right;
}

.enquiry {
    width: 700px;
    height: auto;
    border: 6px solid #edebeb;
    padding: 5px 5px;
    float: left;
    margin: 0px 0 0 150px;
}

.enquiry table {
    margin: 0 0 0 120px;
}

.enquiry table td {
    height: 35px;
}

.txt {
    padding: 0 40px;
    font-size: 14px;
    letter-spacing: 1px;
}

.txt h2 {
    color: #95A06B;
    margin-top: 20px;
}

.textfield {
    width: 200px;
    border: 1px solid #CCC;
    height: 20px;
}

.textarea {
    width: 230px;
    border: 1px solid #CCC;
    height: 70px;
}

.selection {
    width: 203px;
    border: 1px solid #CCC;
    height: 25px;
    line-height: 25px;
}

.facultyList,
.facultyList th,
.facultyList td {
    border: 2px solid #FFF;
    color: #333;
    font-size: 14px;
}

.facultyList th {
    background: #e46b03;
}

.facultyList td {
    background: #88c8ff;
    height: 28px;
}

#footer {
    width: 970px;
    height: 50px;
    padding: 0 15px;
    background: #e46b03;
    margin: 0 auto;
    border-top: 7px solid #2d4d1e;
    line-height: 50px;
    color: #000;
}

#footer a {
    color: #FFF;
}


/*yogesh*/

.box {
    border: 0px solid #000;
    width: 700px;
    height: auto;
    overflow: hidden;
    margin-left: 60px;
}

.box1 {
    border: 0px solid #000;
    width: 600px;
    height: auto;
    overflow: hidden;
    margin-left: 60px;
}

.inner_box {
    border: 1px solid #F60;
    width: 598px;
    height: auto;
    margin-top: -5px;
    padding: 0;
    overflow: hidden;
}

.para {
    padding-left: 20px;
}

.list {
    margin-left: 30px;
    text-decoration: underline;
    color: #666;
    float: left;
}

.list li {
    text-decoration: none;
    list-style: url(images/arrows.jpg);
}

.list li a {
    text-decoration: none;
    color: #666;
}

.list1 {
    margin-left: 70px;
    text-decoration: underline;
    color: #666;
    float: left;
}

.list1 li {
    text-decoration: none;
    list-style: url(images/arrows.jpg);
}

.list1 li a {
    text-decoration: none;
    color: #666;
}

.list2 {
    margin-top: 10px;
    margin-left: 30px;
    text-decoration: none;
    float: left;
    color: #CCC;
}

.list2 li {
    list-style: circle;
    color: #999
}

.anchor {
    text-align: center;
    margin-left: 40px;
    color: #C00;
}

.anchor a {
    color: #C00;
}

.anchor a:hover {
    color: #999;
}

.text {
    float: left;
    border: 0px solid #333;
    width: 300px;
    margin: 20px 0 0 10px;
}

.text1 {
    float: left;
    border: 0px solid #333;
    width: 400px;
    margin: 20px 0 0 10px;
}

.table {
    width: 80%;
    margin: 3px auto;
    cursor: pointer;
}

.table th,
.table td {
    padding: 15px;
    text-align: left;
}

.table td {
    border-bottom: 1px solid #474747;
}

.table tbody tr:hover {
    color: #E46B03;
}

.table tr:nth-child(even):hover {
    background-color: #f2f2f2;
}

.table thead {
    background-color: #E46B03;
    color: #fff;
    text-transform: uppercase;
}

.students-details {
    float: right;
}
.students-details a {
    text-decoration: none;
    color: #E46B03;
    transition: all .5s ease-in-out;
    /*text-transform: uppercase;*/
}

.students-details a:hover {
    color: #95A06B;
}

.students-details a span {
    height: 30px;
    font-variant-caps: small-caps;
    margin-right: 25px;
}
