@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(http://fonts.googleapis.com/css?family=Roboto);
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?32974303');
  src: url('../font/fontello.eot?32974303#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?32974303') format('woff'),
       url('../font/fontello.ttf?32974303') format('truetype'),
       url('../font/fontello.svg?32974303#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
*{
    margin: 0;
    padding: 0;
}


body{
    font-family: arial;
    font-size: 14px;
    font-family: 'Roboto', sans-serif, arial;
}


.adm1{
    position: fixed;
    left:10px;
    top:266px;
    z-index: 9999;
}
.body-bg{
    background: #EEF0E2;
}

a{
    text-decoration: none;
}

a img{
    border:none;
}




#main-wrapper{
    width:100%;    
    margin:auto;    
    display: block;
    overflow: hidden;        
}

#outer-header{
    width:100%;
    height:130px;
    background: #002C1F;
}

#header{
    padding-top: 10px;
    width:1024px;
    height: 130px;
    /*border: 1px solid white;*/
    margin: auto;
}


#logo-div{
    width:130px;
    height:130px;
    /*border:1px solid yellow;*/
    float: left;
}

#logo-div img{
    padding: 10px;
}

#org-name{
    width:580px;
    height: 130px;
    float: left;
    /*border: 1px solid yellow;*/
    /*margin-left: 10px;*/
}

.org-name-h1{    
    color:#FDEEC4;
    font-size: 26px;
    padding-top: 20px;
}
.aff-text{
    color:white;
    padding-top: 10px;
    line-height: 18px;
    font-size: 12px;
}

#quick-links{
    width: 280px;
    height: 60px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    float: right;
    background: #FF6666;
    margin-top: 27px;
    /*border: 1px solid yellow;*/
}

.quick-link-text{
    color:white;
    font-weight: bold;
    /*padding-left: 20px;*/
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
}

.quick-link-text-a{
    color:white;
    padding-top: 10px;
    text-align: center;
    font-size: 12px;
}

.quick-link-text-a a{
    color:white;
}

.quick-link-text-a a:hover{
    text-decoration: underline;
}

#outer-menu{
    width: 100%;
    height: 67px;
    background: #002C1F;
}

#menu{
    width: 1024px;
    height: 67px;
    /*border: 1px solid white;*/
    margin:auto;
    color: white;
    /*display: block;*/
/*    position: relative;*/
}

#slider-div{
    height:472px;
    width: 100%;
    /*background: url('top_divider_black--.png') no-repeat bottom left;*/    
}
.divider{
    height: 37px;
    position: relative;
    top: -8px;
}

.header-img-container{
    width: 100%;
    height:296px;
    background: url('../images/layout-images/bg_sub-header_3.png') #0CBDAA;
}

.header-img{
    margin: auto;
    width: 1024px;
    height: 275px;            
}

.content-container1{
    width: 100%;
    background:url(../images/layout-images/bg_sub-header_3.png) #EEF0E2;
/*    position:relative;
    top:-6px;*/
    color:#58595B;
    /*height: 400px;*/
    padding-top: 15px;    
}

.no-bg{
    background: none;
}
.content{
    width: 980px;    
    display: block;
    overflow: hidden;
    margin: auto;
    padding: 20px;
}

.content-left{
    float:left;
    width: 264px;    
    /*height:400px;*/
    outline: 1px solid #D1D0D0;
    margin: 2px;
    box-shadow: 4px 4px 4px #949392;
    margin-bottom: 20px;
    background: #EEF0E2;
    margin-top: 10px;
}

.vertical-nav{
    padding-left: 15px;
    padding-top: 10px;    
    padding-right: 10px;
    margin-bottom: 10px;
    list-style-type: none;
}

.vertical-nav li{    
    line-height: 19px;
    border-bottom: 1px dotted #58595B;
}

.vertical-nav li:last-child{
    border-bottom: none;
}

.vertical-nav li a{
    color: #488DC6;
    display: block;
    margin: 5px 3px;
    padding: 5px;
}

#active{
    background:#0CBDAA url('../images/layout-images/arrow.png') no-repeat 210px;        
}
#active-sub{
    background:#0CBDAA url('../images/layout-images/arrow.png') no-repeat 176px;    
}

#active a, #active-sub a, #active, #active-sub{
    color:white;
}

.vertical-subnav{
    list-style-type: square;
    margin-left: 35px;
}

.vertical-subnav li:last-child{
    border-bottom: none;
}

.content-left-head{
    padding: 10px 20px;
    background: #0CBDAA;
    color: white;
    letter-spacing: 0.03em;
    font-size: 19px;
}

.content-right{
    float: right;    
    width: 690px;
    /*height:400px;*/
    display: block;
    overflow: hidden;
    margin: 2px;
    /*outline: 1px solid #E4B700;*/
    margin-top: 10px;
}


.content-heading, .content-subheading{
    color: #0CBDAA;
    padding: 5px;
    letter-spacing: 0.04em;
}

.infra-tab{
    width:100%;
    /*border:1px solid;*/
    border-collapse: collapse;
    margin-left: 5px;
    margin-bottom: 20px;
}

.infra-tab tr td, .infra-tab tr th{
    padding: 5px;
}
.infra-tab tr td ul{
    /*list-style-type: none;*/
    margin-left: 20px;
}
.infra-tab tr td ul li{
    line-height: 26px;
}

.infra-tab tr td ul ul{
    margin-left: 30px;
    list-style-type: square;
}


.brown-orange{
    color:#E4B700;
}

.brick-red{
    color:#BF5426;
}
.bold{
    font-weight: bold;
}

.content-writeup{
    text-align: justify;
    padding: 10px 5px;
    line-height: 22px;
}

.content-writeup a{
    color:#424346;
    text-decoration: underline;
}

.content-list{
    margin-left: 50px;
    list-style-type: square;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.content-list li{
    line-height: 26px;
}

.abt-dimat-heading{
    text-align: center;
    color:#000;
    padding-top: 10px;
    font-size: 35px;
    font-family: 'Open Sans', sans-serif, arial;
    color:#58595B;
}

.abt-dimat-desc{
    width:95%;
    text-align: center;
    padding-top: 10px;
    font-size: 16px;
    margin: auto;
    line-height: 20px;
    padding-bottom: 10px;
}

.abt-dimat-features{
    width: 40%;   
    /*height:120px;*/
    /*outline: 1px solid black;*/
    margin: 20px 5px;
    padding-left: 10px;
    line-height: 20px
}

.features-head{
    color: #424346;
    font-family: 'Open Sans Condensed', sans-serif, arial;
    padding-bottom: 5px;
}
.left{
    float: left;
}

.right{
    float:right;
}

.content-container2{
    width: 100%;
    background: #FAFAFA;
/*    position:relative; 
    top:-6px;*/
    color:#58595B;
    /*height: 400px;*/
    padding-top: 20px;
}

.no-left-margin{
    margin-left: 0px;   
}
.no-right-margin{
    margin-right: 0px;
}
.courses-section{
    width:210px;
    height:345px;
    outline: 1px solid #D1D0D0;    
    margin: 20px 15px;
}

.course-heading-bg{
    padding: 5px 10px;
    background: #EEEDED;
    color:#488DC6;    
}

.course-fullform{
    padding: 10px 10px 5px 10px;
    letter-spacing: 0.03em;
    font-size: 14px;
}

.course-approve{
    padding: 10px 10px 25px 10px;
    border-bottom: 1px solid #D1D0D0;
    font-size: 13px;
}

.course-details{
    font-family: 'fontello';
    padding: 10px;
    
    letter-spacing: 0.02em;
}

.course-details a{
    color: #488DC6;
}

.testimonial-bg{
    background: url('testimonial_bg.jpg');
    height: 332px;
    /*outline:1px solid red;*/    
}

.testimonial-slider-content{
    width: 900px;
    display: block;
    overflow: hidden;
    /*border:1px solid black;*/    
    margin: auto;
}

.white{
    color:#FFFFFF;
    letter-spacing: 0.05em;
    font-weight: normal;
    font-size: 40px;
}

.img-slider{
    width: 200px;
    height: 220px;
    margin-left: 20px;
    /*outline: 1px solid red;*/
}

.image-round{
    border-radius: 50%;
}
.text-slider{
    width: 650px;
    height: 220px;
    /*outline: 1px solid red;*/
}

.center{
    text-align: center;
}

.text-slider p{
    color:white;
    font-size: 16px;
}

#outer-footer{
    width:100%;
    background: #002C1F;
    height:230px;
/*    position: relative;
    top:-6px;*/
}

#footer{
    width: 1024px;
    margin:auto;
}

.footer-table{
    width: 95%;
    /*border:1px solid white;*/
    border-collapse: collapse;
    color:white;
    margin: auto;   
}

.footer-table tr th{
    color:#E4B700;
    text-align: left;
    padding: 10px 10px 0px 10px;
    font-size: 16px;
}

.footer-table tr td{
    padding: 10px;
    font-size: 12.5px;
    line-height:20px;
    /*border: 1px solid white;*/
}

.social-media-list{
    list-style-type: none;
    margin-left: 5px;
}

.social-media-list li{
    display: inline;
    margin-right: 10px;
}

.footer-bottom{
    width: 1024px;    
    margin: auto;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #949392;
}

.footer-left{
    float: left;
    padding-left: 30px;        
}

.footer-right{
    float: right;
    padding-right: 20px;
}

.footer-right a{
    color: #777777;    
}

.footer-right a:hover{
    text-decoration: underline;
}

.research-table, .placement-table{
    width: 95%;
    border: 1px solid;
    border-collapse: collapse;
    margin-left: 10px;
}
.placement-table{
    border:0px solid;
}

.publication{
    width: 980px;
    border: 1px solid #9d9d9d;
    margin-left: 5px;
}
.publication tr td{
    border: 1px solid #9d9d9d;
}
.publication thead tr:first-child td{
    padding: 5px 10px;
    line-height: 25px;
}

.research-table tr td{
    padding: 20px 10px;
    border-bottom: 1px solid black;
}

.placement-table tr td{
    padding: 0px 10px;
}

.research-table thead{
    background: #145833;
    color:#FAFFC2;
}

.placement-table tr td ul{
    margin-left:20px;
    font-size: 13px;
}

.placement-table tr td ul li{
    line-height: 24px;
}

#google-map{
    float:left;
    width: 530px;
    height: 630px;
    margin-left: 10px;
    /*border: 1px solid;*/
}

#road-map{
    float:left;
    width: 430px;
    height: 630px;
    /*border: 1px solid;*/
}
.margin{
    margin-top:10px;
    margin-left: 16px;
}
.faculty-data-holder{
    width: 190px;
    height:310px;
    /*border: 1px solid #D1D0D0;*/
    float: left;
    margin: 10px;
    padding: 15px;
}

.faculty-img-holder{
    width:140px;
    height:166px;    
    border: 1px solid #949392;
}

.faculty-data-holder p{
    line-height: 24px;
    font-size: 13px;
    margin-top: 10px;
}

.activities-image-holder{
    width: 950px;
    /*outline: 1px solid red;*/
    overflow: hidden;
    margin-top: 20px;
}
.activities-image-holder img{
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}

.content-table{
    width: 90%;
    margin-left: 20px;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.content-table tr td{
    padding: 10px;
    vertical-align: top;
    word-wrap: break-word;
}
.content-table tr:first-child td{
    font-weight: bold;
    border-bottom: 1px solid #949392;
    
}

.capitalize{
    text-transform: capitalize;
}

