.mb-5 {
    margin-bottom:5px !important;
}
.mb-10 {
    margin-bottom:10px !important;
}
.mb-15 {
    margin-bottom:15px !important;
}
.mb-20 {
    margin-bottom:20px !important;
}
.mb-25 {
    margin-bottom:25px !important;
}
.mb-30 {
    margin-bottom:30px !important;
}
.mt-10 {
    margin-top:10px !important;
}
.mt-15 {
    margin-top:15px !important;
}
.mt-20 {
    margin-top:20px !important;
}
.mt-25 {
    margin-top:25px !important;
}
.mt-30 {
    margin-top:30px !important;
}







/*Topbar*/
.topbar {
    margin-bottom:10px;
}
/*Ending Topbar*/

/*Header main & Logo*/
.header-main {
    background-position: right center;
    padding: 10px 0px;
    background-image: url("ImagesNayagram/Header_bgw.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding-top: 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
}

    .logo {
        margin-left:auto;
        margin-right:auto;
        float:none;
        width:55%
    }

    .logo-text {
    
    }
        .logo-text h1 {
            font-size: 31px;
            font-weight:600;
            text-transform: capitalize;
            text-shadow: 3px 3px 6px #000;
            margin-top: 20px;
            color: #6BB3FF;
            font-family: 'Merriweather'!important;
        }
        .logo-text h3 {
            margin-top: 7px;
            font-weight:600;
            text-shadow: 2px 2px 5px #000;
            color: #FFF;
            font-size: 19px;
            letter-spacing: 1px;
            line-height: 27px
        }
    @media only screen and (min-device-width : 992px) and (max-device-width : 1024px) {
        .logo
        {
            width:60%;
        }
        .logo-text {
        
        }
        .logo-text h1 {
            font-size:26px;
            margin-top:20px;
        }
        .logo-text h3 {
            font-size: 18px;
            margin-top: 5px;
            line-height: 24px;
        }
    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 992px) {
        .logo
        {
            width:70%;
        }
        .logo-text {
        }
        .logo-text h1 {
            font-size:26px;
            margin-top:2px;
        }
        .logo-text h3 {
            margin-top: 4px;
            line-height: 19px;
            font-size: 15px;
        }
    }
    @media only screen and (max-device-width : 767px) {
        .logo
        {
            margin-bottom:5px;
            width:14%;
        }
        .logo-text {
        }
        .logo-text h1 {
            font-size: 30px;
            margin-top: 5px;
            text-align: center;
        }
        .logo-text h3 {
            font-size: 15px;
            margin-top: 6px;
            text-align: center;
            line-height: 21px;
            margin-bottom: 10px;
        }
    }
    @media (max-width: 480px) {
        .logo
        {
            width:22%;
        }
        .logo-text {
            text-align:center;
        }
        .logo-text h1 {
            font-size:21px;
            margin-top:0px;
        }
        .logo-text h3 {
            font-size: 12px;
            margin-top: 6px;
            line-height: 15px;
            margin-bottom: 0px;
            letter-spacing: 0px;
        }

    }
/*Ending header main & Logo*/

/*Main Slider*/
.main-slider
{
    margin:20px 0px;
    margin-bottom:0px;
}
/*Ending main slider*/

/*Style for Marquee*/
#notice {
    max-height:187px;
    min-height:187px;
    border-bottom:solid 1px #dce4ea;
}
#events {
    max-height:190px;
    min-height:190px;
    border-bottom:solid 1px #dce4ea;
}

.notice_board {
    padding:0px 5px;
}
    .notice_board li {
        border-bottom: solid 1px #eee;
        padding: 5px 0px;
        font-size:15px;
        list-style-type:decimal;
    }
        .notice_board li a {
            vertical-align:middle;
            color:#0000e0;
        }
            .notice_board li a span {
                margin-left:10px;
                font-size:10px;
            }
            .notice_board li a:focus, .notice_board li a:hover {
                color:#000;
            }


            .notice-board-content li a img
            {
                max-width:40px;
            }




















    @media only screen and (min-device-width : 992px) and (max-device-width : 1024px) {
        #notice {
            max-height:124px;
            min-height:124px;
        }
        #events {
            max-height:180px;
            min-height:180px;
        }
    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 992px) {
        #notice {
            max-height:116px;
            min-height:116px;
        }
        #events {
            max-height:180px;
            min-height:180px;
        }
    }
    @media only screen and (max-device-width : 767px) {
        #notice {
        }
    }
    @media (max-width: 480px) {
        #notice {
        }
    }
/*Style for Marquee*/

/*Style for Marquee Hading*/
.related_post_sec {
}

    @media only screen and (min-device-width : 992px) and (max-device-width : 1024px) {

    }

    @media only screen and (min-device-width : 768px) and (max-device-width : 992px) {
        .related_post_sec {
            margin-top:20px !important;
        }
    }

    @media only screen and (max-device-width : 767px) {
        .related_post_sec {
            margin-top:20px !important;
        }
    }
    @media (max-width: 480px) {
        .related_post_sec {
            margin-top:20px !important;
        }
    }
.related_post_sec h3 a {
    font-size:16px;
    margin-top:0px !important;
}
    .related_post_sec h3 a:focus, .related_post_sec h3 a:hover {
        
    }
    @media only screen and (min-device-width : 992px) and (max-device-width : 1024px) {
        .related_post_sec h3 a {
            margin-bottom:3px;
        }
    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 992px) {
        .related_post_sec h3 a {
            margin-bottom:3px;
        }
    }
/*Style for Marquee Hading*/

/*Main footer*/
.main-footer
{
}
    .main-footer h3
    {
        color:#FFF;
        padding-top:10px;
        font-weight:600;
    }
    .main-footer p
    {
        color: #FFF;
        padding-top: 6px;
        line-height: 20px;
        font-size:14px;
    }
    .main-footer a
    {
        line-height:20px;
        color:#FFF;
        font-family: 'Bree Serif','Open Sans',sans-serif;
        font-weight:500;
    }
        .main-footer a:focus, .main-footer a:hover
        {
            color:#c3d5e4;
            padding-left:8px;
            transition:all .5s ease-out; 
   	        -o-transition:all .3s ease-out; 
   	        -moz-transition:all .3s ease-out; 
   	        -webkit-transition:all .3s ease-out;
        }
    .main-footer ul
    {
        padding-top:6px;
    }
.contactNo > h3
{
    padding-top:10px;
    font-family:'Bree Serif','Open Sans',sans-serif;
}
/*Ending Main Footer*/

/*Image Float Left*/
.image-left-land {
    float:left;
    margin-top:5px;
    margin-right:10px;
    max-width:210px;
    min-width:210px;
   box-shadow: 0px 0px 10px #3c3c3c;
}

.image-left-port {
    float:left;
    margin-top:5px;
    margin-right:10px;
    max-height:130px;
    min-height:120px;
}
/*Ending Image Float Left*/

/*Welcome Content*/
.welcome-content
{

}
    .welcome-content h2
    {
        margin-bottom: 10px;
        font-size: 28px;
        line-height: 34px;
    }
    .welcome-content img
    {
        
    }

/*Ending Welcome Content*/

/*Principal Desk*/
.principal-desk
{
}
    .principal-desk h2
    {
        
    }
/*Ending Principal Desk*/

/*Matangini About*/
.matangini-about {
}
    .matangini-about p {
        background-color:#FFF;
        border-radius:3px;
        box-shadow: 0 1px 1px rgba(0,0,0,0.08);
        padding:15px;
    }
/*Ending Matangini About*/

/*Title*/
.title-h
{
    margin-bottom:8px;
    font-weight:600;
}
@media (max-width:767px)
{
    .title-h
    {
        text-align:center;
    }
}
/*Ending Title*/

/*Content Page Title & Links*/
.main-content {
    padding:20px 0px;
    padding-top:30px;
}
    .main-content table > tbody > tr > td {
        vertical-align:middle;
    }
    .main-content table > thead
    {
        background-color: #deeaf5;
        text-transform:uppercase;
    }

.c-page-title {    
    padding: 15px 0px;
    color: #4e342e;
    box-shadow: 0px 0px 4px #666;
    background-color: #f0f0f0;
    background:-moz-linear-gradient(left,#efefef 20%,#004498 100%);
    background:-webkit-gradient(linear,left top,right top,color-stop(20%,#efefef),color-stop(100%,#004498));
    background:-webkit-linear-gradient(left,#efefef 20%,#004498 100%);
    background:-o-linear-gradient(bottom,#efefef 20%,#004498 100%);
    background:-ms-linear-gradient(left,#efefef 20%,#004498 100%);
    background:linear-gradient(to right,#efefef 30%,#004498 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef',endColorstr='#004498',GradientType=1);
}
    .c-page-title h3
    {
        font-weight:600;
        color:#000;
        text-shadow:1px 1px 1px #ccc;
    }
    .c-page-title ul {
        margin-bottom:0pt;
    }
        .c-page-title ul li {
            display:inline-block;
            line-height:18px;
            color:#000;
        }
            .c-page-title ul li:first-child {
                border-right: dotted 2px;
                padding-right: 10px;
            }
                .c-page-title ul li:last-child {
                    padding-left:10px;
                    color:#000;
                }
                    .c-page-title ul li a {
                        color:#0060b1;
                    }
                        .c-page-title ul li a:focus, .c-page-title ul li a:hover {
                            color:#000;
                            text-decoration:underline;
                        }

.list-decimal {
}
    .list-decimal ul {
        list-style-type:decimal;
        margin-left:25px;
    }
        .list-decimal ul li
        {
            list-style-type:decimal;
        }

.list-circle {
    
}
    .list-circle ul {
        list-style-type:circle;
        margin-left:25px;
    }
        .list-circle ul li
        {
            list-style-type:circle;
        }

.list-circle2 {
    
}
    .list-circle2 ul {
        list-style-type:circle;
        margin-left:25px;
    }
        .list-circle2 ul li
        {
            list-style-type:circle;
            font-size: 17px;
            line-height: 26px;
        }
/*Ending Content Page Title & Links*/

/*Department List*/
.department {
    text-align: center;
    border: solid 1px #ececec;
    padding: 15px 10px;
    background-color: #f7f7f7;
    margin-bottom:20px;
    max-height: 310px;
    overflow-y: auto;
    min-height: 310px;
}
    .department img {
        max-width: 110px;
        min-width: 110px;
        max-height: 130px;
        min-height:120px;
        border: solid 1px #848484;
        box-shadow: 0px 0px 5px #717171;
        margin-bottom: 10px;
        border-radius:5% !important;
    }
    .department h3 {
        margin-bottom:10px;
        font-size:19px;
        font-weight:600;
    }
    .department h4 {
        color:#00B729;
        font-size:15px;
        margin-bottom:5px;
        font-weight:600;
    }
        .department p {
            color:#a90000;
            font-weight:500;
        }
    .department a
    {
        background-color: #0060b1;
        color: #FFF;
        padding: 7px 10px;
        font-family:'Segoe UI';
    }
        .departmet a:focus, .department a:hover
        {
            background-color:#004d8e!important;
            color:#FFF;
        }

@media (max-width:767px) {
    department {
}

}

.details {
    margin-bottom:20px;
}

.department-title {
    margin-bottom:20px;
}

.department-list {
}
    .department-list ul {
        padding-left:15px;
    }
        .department-list ul li {
            font-size:16px;
            color:#004498;
            font-family:'Merriweather', 'Segoe UI';
            margin-bottom:10px;
            font-weight:600;
            line-height:25px;
        }
            .department-list ul li:hover, .department-list ul li:focus {
                color:#000;
                text-decoration:underline;
                cursor:pointer;
                padding-left:10px;
                transition:all .4s ease-out; 
   	            -o-transition:all .4s ease-out; 
   	            -moz-transition:all .4s ease-out; 
   	            -webkit-transition:all .4s ease-out;
            }
            .department-list ul li i {
                margin-right:10px;
            }
/*style for department profiles*/
.dept-profile {
    box-shadow: 0px 5px 15px #9e9e9e;
    margin: 0px 20px;
    background-color: #eafffa;
    padding: 10px;
    border: solid 1px #e6e6e6;
    border-radius: 8px;
    text-align: center;


    /*text-align: center;
    box-shadow: 0px 0px 7px #757474;
    padding: 10px 0px;
    background-color: #edfcff;
    border-radius: 3px;
    max-height:330px;
    min-height:330px;
    margin-bottom:25px;*/


}
    .dept-profile img {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 6px;
        height: 130px;
        width: 110px;
    }
    
    .dept-profile h3 {
        margin-bottom:2px;
        margin-top:0px;
    }
        .dept-profile h3:before {
            content:'\f19d';
            font-family:'FontAwesome';
            margin-right:5px;
            font-weight:normal;
        }
    .dept-profile h4 {
        margin-bottom:0px;
        color:blue;
    }
    .dept-profile span {
        display: block;
        font-weight: 600;
        color: green;
        text-align: center;
    }
      .dept-profile h4 {
        margin: 5px 0px;
        font-size: 19px;
        color:#884600;
        padding-left:0px;
    }
    .dept-profile h5 {
        margin: 5px 0px;
        color: #292929;
        line-height: 18px;
        font-size: 15px;
    }
        .dept-profile h5 span {
            color: #0048b7;
            font-size: 15px;
        }
    .dept-profile a {
        border-radius:0px;
        margin-top:5px;
    }



/*Ending Department List*/

/*Map for Contact Details Page*/
.map {
    margin:20px 0px;
    box-shadow: 0px 0px 10px #9e9e9e;
}

@media only screen and (min-width: 420px) {
    .map iframe {
        min-height:80px;
    }
}
@media only screen and (min-width: 768px) {
    .map iframe {
        min-height:220px;
    }
}

@media only screen and (min-width: 992px) {
    .map iframe {
        min-height:290px;
    }
}
@media only screen and (min-width: 1200px) {
    .map iframe {
        min-height:290px;
    }
}
/*Map for Contact Details Page*/

/*Contact Details*/
.contact-i
{
    font-size:16px;
    line-height:26px;
    margin-bottom:5px;
    font-family:'Segoe UI';
    font-weight:600;
}
    .contact-i i
    {
        color: #0060b1;
        font-size: 17px;
        margin-right: 5px;        
    }
    .contact-i a
    {
        font-size:16px;
        word-break:break-all;
    }
        .contact-i a:focus, .contact-i a:hover
        {
            font-weight:600;
            font-size:16px;
        }
/*Ending Contact Details*/

.error {
    color:red;
}
.note {
    color:#0005e4;
}

.imp-update {
    padding: 10px 20px;
    /*animation:colorchange 5s infinite;
    -webkit-animation:colorchange 5s infinite;*/
    box-shadow: 0px 0px 7px #5d5d5d;
    margin: 15px 0px;
    margin-top:0px;
    margin-bottom:22px;
    background-color:#CCC;
}
    .imp-update h4 {
        line-height: 28px;
        text-align: justify;
        font-size: 19px;
        margin:0px !important;
        color:#000;
    }
        .imp-update h4 span {
            color: #0000ff;
        }
        .imp-update h4 a {
            color:#0000ff;
            
        }
            .imp-update h4 a:focus,
            .imp-update h4 a:hover {
                color:#000000;
                text-decoration:underline;
                
            }
            
            
            
            
            
.seminar-update {
    padding: 10px 20px;
    animation:colorchange 5s infinite;
    -webkit-animation:colorchange 5s infinite;
    box-shadow: 0px 0px 7px #5d5d5d;
    margin: 15px 0px;
    margin-top:0px;
    margin-bottom:22px;
}
    .seminar-update h4 {
        line-height: 28px;
        text-align: center;
        font-size: 19px;
        margin:0px !important;
        color:#fff;
    }
        .seminar-update h4 span {
            color: #fd9696;
        }
        .seminar-update h4 a {
            color:#b9ff7b;
        }
            .seminar-update h4 a:focus,
            .seminar-update h4 a:hover {
                color:#7bfffa;
                text-decoration:none;
            }
            
            
                        
@keyframes colorchange
    {
      0%   {background: teal;}
      25%  {background: #a70017;}
      50%  {background: #004179;}
      75%  {background: green;}
      100%  {background: teal;}
    }

    @-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
    {
      0%   {background: teal;}
      25%  {background: #a70017;}
      50%  {background: #004179;}
      75%  {background: green;}
      100%  {background: teal;}
    }


/*--------------------------All Notice Page----------------------------------------------------------*/
.allnotice-tab {
    
}
    .allnotice-tab li {
    }
        .allnotice-tab li a {
            font-size:18px;
            font-family:'Merriweather', 'PT Sans', 'Segoe UI';
        }
            .allnotice-tab li a:focus,
            .allnotice-tab li a:hover {
                color:#0093d2 !important;
            }
        .allnotice-tab li.active > a {
            background-color:#0093d2 !important;
                color:#FFF !important;
        }
.all-notice {
    padding: 10px;
    border: solid 1px #d2d2d2;
    padding-bottom: 0px;
}
    .all-notice table > tbody > tr > td > a {
        font-size:16px;
        color:blue;
    }
        .all-notice table > tbody > tr > td > a:hover, .all-notice table > tbody > tr > td > a:focus {
            color:#000;
            text-decoration:underline;
        }
/*--------------------------Ending All Notice Page----------------------------------------------------------*/


/*----Seminar---*/
.seminar
{
    margin-top:45px;
}
.seminar a
{
    padding:15px;
}
/*----Seminar---*/