.img_bg_con .img_bg {
	width:100%;
}

.title01 {
	text-align:center;
	font-size:45px;
	font-weight:bold;
}

.passage01 {
	padding:0px 50px 20px 50px;
	text-align:justify;
}

.sep01 {
	width:100%;
	border-top:2px solid #283374;
	padding-bottom:20px;
}

.sel_con {
	padding:0 30px;
}
@media(min-width:992px) {
	.sel_con {
		padding:0px;
	}
}

/* */

.submenu {
	max-width:1280px;
	background:#21295d;
	text-align:center;
	padding:10px 0px;
	color:#FFFFFF;
}

.submenu a,
.submenu a:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-size:20px;
}

.submenu a.active {
	color:#f2a900;
}



/* */
.toolbar.mb2.mt2  {
	text-align:center;
	margin-bottom:10px;
}

.btn {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #4a4d54;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    line-height: 27px;
    outline: none;
    padding: 11.5px 20px;
    text-shadow: none;
    text-transform: uppercase;
    box-shadow: none;
    text-align: center;
    vertical-align: top;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}



.toolbar.mb2.mt2 .btn {
    border-radius: 35px;
    border: 1px solid #22295f;
    background-color: transparent;
    color: #22295f;
    margin: 6px 4px;
    font-size: 16px;
    padding: 10px 30px;
    text-transform: inherit;
}

button.btn.fil-cat.activeclasstab {
    background-color: #22295f!important;
    color: #fff !important;
}

.all-news a,
.all-news a:hover {
	text-decoration:none;
}

.box1 {
	xxx-border:1px solid #707070;
	margin-right:7px;
	margin-bottom:20px;
	padding:12px 12px;
}

.box1 img {
	width:100%;
}
p.caption01 {
	color:#21295d;
	font-size:26px;
	font-weight:bold;
}

p.date01 {
	color:#21295d;
	font-size:20px;
}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}


/* 

for zoom animation 
uncomment this part if you haven't added this code anywhere else

*/


.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
