body {
    padding-top: 0px;
    background-image: url(../images/pattern.jpg);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #282828;
    line-height: 20px;
}
.middle_header img{
	width:55%;
}
.middle_header{
	padding-top: 10px;
    margin-bottom: 10px;
    border-top: 7px solid #08275d;
}
.noticeSlider {
    padding: 0;
    margin: 0;
    color: #000;
    border: 1px solid #fff;
    padding: 2px 15px;
    overflow: hidden;
}
.news_section{
	background:#6883b1;
	padding: 15px;
	height:431px;
}
.news_section h3{
	color:#fff;
}
.notice_image {
    list-style-image: url(../images/Arrow_right.png);
}
.notice_image > li {
    border-bottom: 1px solid #ababab;
    padding: 5px;
}
.notice_image a {
    color: #fff;
}
.view_all{
	background:#d1ab6a;
	color:#fff;
}
.honrable{
	background:#6883b1;
	padding: 15px;
	height:431px;
	border-right: 4px solid #d1ab6a;
    border-bottom: 4px solid #d1ab6a;
}

.honrable h3{
	color:#fff;
	text-align:center;
}
.honrable p{
	text-align: center;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0px;
}
.quicks_links{
	background:#d1ab6a;
	padding: 15px;
	height:431px;
	border-right: 4px solid #d1ab6a;
    border-bottom: 4px solid #d1ab6a;
	background-image:url(../images/Logo_MMV_trans.png);
	background-repeat: no-repeat;
    background-position: center;
}
.quicks_links h3{
	font-size: 29px;
    color: #fff;
    writing-mode: vertical-rl;
    position: relative;
    top: 13px;
    left: 40px;
}
.quicks_links h3 a{
    color: #fff;
}
.quicks_links h3 a:hover{
    color: #fff;
	text-decoration:none;
}
.quick_view {
    padding-top: 10px;
}
.quick_view_border {
    padding-top: 45px;
    border-right: 3px solid #d1ab6a;
    margin-top: 40px;
    background: #375892;
    padding-bottom: 20px;
}
.quick_view img {
    width: 30%;
    top: -30px;
    position: absolute;
    left: 81px;
    transition: all .5s;
    cursor: pointer;
}
.quick_view img:hover {
    transform: scale(1.2);
}
.president_pic{
	width:74%;
	height: 208px;
}
.principal_pic{
	width:73%;
	height: 208px;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 30px;
    list-style: none;
    background-color: #333333;
    border-radius: 4px;
    box-shadow: 1px 1px 7px;
    margin-top: 11px;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb li+li:before {
  padding: 8px;
  color: white;
  content: "\00bb";
}
.breadcrumb .active {
  color:#fc9928;
}
.breadcrumb_link_color{
	color:#fff;
}
.breadcrumb_link_color:hover{
	color:#fff;
}


#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#b10300;;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
	transition: all .5s;
}
#scroll:hover {
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
#scroll span:hover{
	top:20px;
}

.flash {
   animation-name: flash;
    animation-duration: 0.6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
	cursor:pointer;
}

@keyframes flash {
    from {color: white;}
    to {color: #d1ab6a;}
}
.footer_section {
    background: #242c42;
    padding: 10px;
}
.footer_copyright {
    background: #333333eb;
    padding: 10px;
}
.picture img{
    height: 200px;
    width: 300px;

}
.button ul li{
    list-style: none;
    display: inline-block;
    color: white;
}
.button ul li a{
    color: #375892;

}
.button ul li a:hover{
    font-size: 15px;
    
    color: white;

}
.btn-outline-primary {
    color: #375892;
    background-color: transparent;
    background-image: none;
    border-color:#375892;
    }
.btn-outline-primary:hover {
    color: #fff;
    background-color: #375892;
    border-color: #375892;
}
