body
{
	font-family: 'Noto Sans', sans-serif;
}
#overlay{   
    position: fixed;
    top: 0;
    z-index: 100000;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;  
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    100% { 
        transform: rotate(360deg); 
    }
}
.pad0{
	padding: 0px;
}
.slideimages{
	width: 100%;
}
.top-head{
	font-size: 1.8em;
	font-weight: bold;
	color: #0f3984;
	padding: 0px;
}
/* scroll to top */
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#222;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
#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
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.container{padding: 0px;}
.topaddress
{
	background: #0b3986;
	border-bottom: 1px solid #114297;
	color: #FFF;
	font-size: 1.1em;
	padding: 0px;
	margin: 0px;
}
.topaddress i{margin: 20px 10px;}
.donation{
	color: #fff;
	background: orange;
	padding: 10px;
	margin:6px 6px;
	display: block;
	text-align: center;
	text-decoration: none;
	border-radius: 2px;
	border:1px dashed #fff;
	font-weight: bold;
}
.donation:hover{
	color: #444;
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}

.mymenu
{
	background: #0b3986;
	min-height: 110px;
	border: none;
	border-radius: 0px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.navbar-default .navbar-nav>li>a
{
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.1em;
}

.navbar-default .navbar-brand
{
	padding: 0px;
	margin: 0px;
}
.navbar-default .navbar-nav>li>a{
	text-align: center;
	color: #FFF;
}
.navbar-default .navbar-nav>li>a:hover{
	color: orange;
	transition: all .5s;
}
.navbar-default .navbar-collapse
{
	margin-top: 20px;
}
.navbar-default .navbar-toggle
{
	background: #FFF;
	padding: 10px;
	color: #444;
}
.navbar-default .navbar-toggle:hover
{
	background: #0d4299;
	border-color: #0d4299;
}
.navbar-default .navbar-toggle .icon-bar{background: #444;}
.navbar-default .navbar-toggle:hover .icon-bar{background: #FFF;}
.padding
{
	padding: 20px 15px;
}

.post
{
	width: 100%;
	background: #0b3986;
	padding: 5px;
	color: #fff;
	text-align: center;
	font-size: 1.1em;
	margin-bottom: 20px;
}
.sidebar
{
	background: #0f3984;
	min-height: 100px;
	padding: 20px;
}
.tyid
{
	font-size: 1.5em;
	color: #fff;
	border-bottom: 1px solid #114297;
	padding-bottom: 10px;
}
.tiedup ul{list-style: none; margin: 0px; padding: 0px; margin-top: 10px;}
.tiedup ul a{
	background: #114297;
	display: block;
	padding: 8px;
	font-size: 1.1em;
	text-decoration: none;
	margin-bottom: 1px;
	color: #fff;
}
.tiedup_a:hover{text-decoration: none; color: orange;}
#tiedup_value 
{
	padding: 10px;
	border:1px solid #114297;
	display: none;
	margin-top: -1px;
}
#tiedup_value a
{
	background: none;
	padding: 2px 0px;
	display: inline-block;
	text-decoration: none;
}
#tiedup_value a:hover
{
	text-decoration: none;
	color: orange;
    margin-left: 5px;
    -webkit-transition: margin 500ms linear;
    -moz-transition: margin 500ms linear;
    -o-transition: margin 500ms linear;
}
#tiedup_value i{padding: 0px 5px;}
.sidebar marquee{height: 200px;}
.sidebar .ul{margin: 0px; padding: 0px 0px 0px 20px; font-size: 1.1em; color: #FFF;}
.heading
{
	font-size: 2em;
	color: #444;
	padding: 10px 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.paragraph
{
	font-size: 1.4em;
}
.paragraph img
{
	width: 200px;
	height: auto;
	float: left;
	margin:0px 20px 20px 0px;
}
.footer
{
	background: #0b3986;
	min-height: 200px;
	padding: 20px 15px;
	color: #FFF;
}
.sitemap a{color: #FFF; font-size: 1.1em; text-decoration: none;}
.sitemap a:hover
{
	color: #000;
	transition: all .5s;
    margin-left: 5px;
    -webkit-transition: margin 500ms linear;
    -moz-transition: margin 500ms linear;
    -o-transition: margin 500ms linear;
}
.footer .table i{font-size: 1.3em;}
.footer .table td{border:none; font-size: 1.1em;}
.follow{text-align: center; padding: 20px;}
.follow a{
	width: 50px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	font-size: 1.2em;
	color: #FFF;
	background: #0c2b63;
	border-radius: 100%;
}
.follow a:hover{color: blue; transition: all .3s;}
center{background: #0d4299; padding: 10px; color: #FFF;}
center a{color: #ddd;}
center a:hover{color: #FFF; transition: all .5s;}



.locator
{
	padding:15px;
	font-size: 1.2em;
	border-bottom:1px solid #ddd;
}
.locator i{ font-size: 1.1em; }

.listting
{
	list-style: url('../img/list.png');
	font-size: 1.4em;
	margin: 0px;
	padding: 20px 0px 20px 30px;
}
.listting li{padding: 3px;}

.gallery{padding: 0px; margin: 0px;}
.gallery .col-sm-4{padding: 0px; margin:0px;}

.video{padding: 0px; margin: 0px;}
.video .col-sm-4{padding: 0px; margin:10px;}


.mimg
{
	width: 100%;
	height: 180px;
}
.searchform
{
	background: #0b3986;
	padding: 10px;
}
.searchform input
{
	width: 80%;
	height: 38px;
	padding-left: 10px;
	border:none;
	border-radius: 2px;
	font-size: 1.2em;
	font-family: 'Noto Sans', sans-serif;
}
.searchform button
{
	width: 19%;
	height: 38px;
	padding-left: 10px;
	border:none;
	border-radius: 2px;
	font-size: 1.2em;
	font-family: 'Noto Sans', sans-serif;
}
.mname{padding: 0px; 0px; font-size: 1em;}
.found{ color: red; }
table
{
	font-size: 1.2em;
	color: #444;
	width: 100%;
}
td{
	padding: 10px;
}

.latest
{
	box-shadow: 0px 2px 5px #ddd;
	padding: 0px;
}
.date{background: rgba(15,15,132,.5); color: #FFF; padding: 5px 15px; margin-top: -50px;}
.title{font-size: 2em; padding: 5px 15px;}
.title_del{font-size: 1em; padding: 5px 15px;}

.ftimg img{margin-bottom: 10px;}


.form-group input
{
	height: 40px;
	font-size: 1.1em;
	border-radius: 2px; 
}
textarea
{
	font-size: 1.1em;
	border-radius: 2px; 
}
.btn-send
{
	background: none;
	border: 1px solid #669ae1;
	color: #669ae1;
	width: 200px;
	height: 50px;
	font-size: 1.3em;
	border-radius: 2px;
}
.btn-send:hover
{
	background: #669ae1;
	border: none;
	color: #FFF;
}

.adlist{
	background: #0f3984;
	padding: 5px;
	color: #FFF;
	text-align: center;
}

.course{
	font-size: 1em;
}
.course ul{
	font-size: 1em;
	padding: 0px;
	margin: 0px;
}
.course li{
	list-style: none;
	padding: 5px 0px;
	border-bottom: 1px solid #f5f5f5;
}
.course li:before{
	content: "\f0a9";
	font-family: 'FontAwesome';
	width: 10px;
	height: 10px;
	margin-right: 5px;
	color: #012f55;
	font-size: 1.2em;
}
.cources{
	border: 1px solid #f6f6f6;
	margin: 20px 0px;
}
.cources:hover{
	cursor: pointer;
	box-shadow: 0px 20px 20px #ddd;
	transition: .5s;
}
.cources_name{
	font-weight: 600;
	font-size: 1.2em;
	padding: 10px 10px 5px 10px;
}
.cources_details{
	font-weight: 400;
	font-size: 1.2em;
	padding: 0px 10px;
	/*min-height: 30px;*/
	/*border: 1px solid #333;*/
}
.cources_duration{
	font-weight: 400;
	font-size: 1em;
	line-height: 17px;
	margin: 5px 0px 5px 10px;
	width: 50%;
	float: left;
	/*border: 1px solid #333;*/
}
.cources_price{
	font-weight: 600;
	font-size: 1em;
	line-height: 17px;
	margin: 30px 10px 20px 0px;
	width: 40%;
	text-align: right;
	float: right;
}

.search_head{
	font-size: 1.4em;
}
.search{
	width: 100%;
	background: #f5f5f5;
	padding: 30px 15px 15px 15px;
}
.search input{
	height: 50px;
	border-radius: 0px;
	box-shadow: none;
	font-size: 1.2em;
}
.clear{clear: both;}
.search button{
	background: #0b3986;
	border: none;
	color: #FFF;
	height: 50px;
	border-radius: 0px;
	box-shadow: none;
	font-size: 1.2em;
	font-family: 'Heebo', sans-serif;
	font-size: 1.4em;
	font-weight: 400;
}
.preview{
	text-align:center;
	font-style: italic;
	font-size: 2em;
	color: #DDD;
	min-height: 100px;
	margin-bottom: 50px;
}
.preview i{
	font-size: 3em;
}
.headding{
	font-size: 2em;
	font-weight: 600;
	text-align: center;
	color: #444;
	margin-bottom: 20px;
}
.download{
	font-weight: 600px;
	font-size: 1.3em;
	background: #0b3986;
	color: #FFF;
	text-decoration: none;
	padding: 0px 40px;
	margin: auto;
	height: 50px;
	padding-top: 10px;
	display: inline-block;
}
.download:hover{
	text-decoration: none;
	background: #0040FF;
	color: #FFF;
	transition: 0.5s;
}

.footer td{
	padding: 10px;
	color: #FFF;
}

.gallerymenu{
	background: #DDD;
	padding: 0px;
	border: 1px solid #ddd;
}
.galltext{
	font-size: 1.4em;
	padding: 10px;
	border-bottom: 1px solid #eee;
}
.gallerymenu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.gallerymenu li a{
	text-decoration: none;
	color: #0b3986;
	font-size: 1.2em;
	height: 40px;
	display: block;
	line-height: 35px;
	padding: 0px 20px;
}
.gallerymenu li li a{
	padding-left: 40px;
}
.gmactive{
	background: #FFF;
	color: #000;
}
.gmlactive{
	font-weight: bold;
	color: #000;
}
#down-menu{display: none;}
.ltvideo
{
	margin: 10px;
	padding: 10px;
	border: 1px solid #eee;
	font-family: arial;
}
.ltvideoplay
{
	width: 50px;
	height: 50px;
	background: url('../img/play.png');
	position: absolute;
	top: 30%;
	left: 40%;
}








/* -------------- Pagination ----------&*/

.pagination
{
	width: 100%;
	text-align: center;
	padding-top: 50px;
}
ul.setPaginate li.setPage{
	padding:10px;
	font-size:1em;
	margin-bottom: 10px;
	}

	ul.setPaginate{
	margin:0px;
	padding:0px;
	height:100%;
	overflow:hidden;
	font-size: 1.1em;
	list-style-type:none;
	}  

	ul.setPaginate li.dot{padding: 3px 0;}

	ul.setPaginate li{
	float:left;
	margin:0px;
	padding:0px;
	margin-left:5px;
	}

	ul.setPaginate li a
	{
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #cccccc;
	color: #999999;
	display: inline-block;
	font-size: .9em;
	margin: 5px 3px 0 0;
	padding: 0 5px;
	text-align: center;
	text-decoration: none;
	border-radius: 2px;
	}	

	ul.setPaginate li a:hover,
	ul.setPaginate li a.current_page
	{
	background: none repeat scroll 0 0 #0d92e1;
	border: 1px solid #0d92e1;
	color: #ffffff;
	text-decoration: none;
	}

	ul.setPaginate li a{
	color:black;
	display:block;
	text-decoration:none;
	padding:5px 8px;
	text-decoration: none;
	}
