body {}

@font-face {
	font-family: 'MonotypeCorsiva';
	src: url('../fonts/Monotype Corsiva.ttf') format('truetype');
	/* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

.blue-bg {
	background-color: #020445;
}

.hd h1 {
	font-family: raleway;
	font-size: 26px;
	color: #262E44;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 10px;
	margin-left: 10px;
}

.hd p {
	color: #fff;
	margin-top: -15px;
}

.hd-right {
	margin-top: 30px
}

.stellarnav.dark,
.stellarnav.dark ul ul {
	background: #FFFFFF;
}

.stellarnav li.has-sub>a:after {
	content: '';
	margin-left: 10px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #000000;
	display: inline-block;
}

.stellarnav>ul>li>a {
	padding: 20px 18px;
}

.stellarnav li a {
	font-size: 13px;
}

.breaking-news-title {
	background-color: #80808087;
	font-size: 18px;
	font-weight: 700;
}

ul.bottom {
    list-style-image: url('../img/arr2.png');
    margin-top: 30px;
    margin-left: 30px;
}
ul.bottom li{
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: capitalize;
}

.marque-style {
	background-color: #FF0000;
	color: #fff;
	font-size: 18px;
}

.prayer h5 {
	color: #FF0000;
	font-size: 1.35rem;
}

.brdr {
	border: 2px solid #cccccc;
}

#right-side .brdr {
	border: 2px solid #cccccc;
	padding: 10px;
}

#right-side .blueh3 {
	background: #020445;
	color: #FFFFFF;
	text-align: center;
	font-size: 26px;
	padding: 10px 0 10px 0;
	border-radius: 20px;
}

#right-side img,
.prayer img {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	height: auto;
}

#image-gallery img {
	width: 320px;
}

.stellarnav li li {
	background: rgba(0, 0, 0, 0.5);
}

.stellarnav li li a {
	color: #FFFFFF !important;
}

.stellarnav li li a:hover {
	color: #FFFFFF;
	background: #000000;
}

.stellarnav.dark a,
.stellarnav.dark li a {
	color: #000000;
}

.abouth2 {
	font-size: 32px;
	text-align: left;
	color: #262e44;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 2px;
	font-style: normal;
}

.matter {
	font-weight: 400;
	letter-spacing: 0px;
	font-style: normal;
}
.fixed-div{
  position : fixed;
  top: 0;
  right: 0;
}
.matter p {
	line-height: 36px;
	font-size: 18px;
	color: #444444;
}
#gallery .col-lg-4{
	margin-bottom: 30px;
}
#collapse {
	line-height: 36px;
	font-size: 18px;
	color: #444444;
}
.matter ul li {
	line-height: 36px;
	font-size: 18px;
	color: #444444;
}
.carousel-inner img {
	width: 100%;
	height: 420px;
}
.bggrey {
	background-color: #ECECEC;
}

.bgblue {
	background-color: #5072A8;
	color: #FFFFFF;
}

.bgblue h2 {
	color: #FFFFFF;
}

#youtube-vid {
	width: 420px;
	height: 315px;
}

.first-head {
	font-size: 26pt;
	line-height: 2.3;
	color: #262e44;
}
#icons {
		margin: 0;
		padding: 0;
	}
	#icons li {
		margin: 2px;
		position: relative;
		padding: 4px 0;
		cursor: pointer;
		float: left;
		list-style: none;
	}
	#icons span.ui-icon {
		float: left;
		margin: 0 4px;
	}
	#dialog-form label, input { display:block; margin-top: 12px; }
    #dialog-form input.text { width:95%; padding: .4em; }
    #dialog-form fieldset { padding:0; border:0; margin-top:25px; }
    #dialog-form .error { color: red }

    
#feedback {
	height: 0px;
	width: 85px;
	position: fixed;
	left: -42px;
	top: 50%;
	z-index: 1000;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#feedback a {
	display: block;
	background:#FEC96A;
	height: 52px;
	padding-top: 10px;
	width: 155px;
	text-align: center;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}
#feedback a:hover {
	background:#00495d;
}
.item {
  position: relative;
  
 // border: 1px solid #333;
//  margin: 2%;
  overflow: hidden;
//  width: 540px;
}
.item img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 50px;
    background: #000;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index:999999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 17px;
    top: 14px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #235AA9;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

@media screen and (min-width: 900px) {
	.no-pad, .slider-no-pad {
		padding-left: 0; 
		padding-right: 0;
	}
	
	.no-pad img {
		height: 420px;
	}
	.fixed-menu {
	    position: fixed;
	    top: 0;
	    right: 0;
	    left: 0;
	    z-index: 1030;
	    background-color: #FFFFFF;
	}
}
@media (max-width:767px) {
	.hd h1 {
		font-size: 27px;
		color: #262E44;
		padding-bottom: 0;
		margin-bottom: 10px;
	}
	#image-gallery img {
		width: 96px;
	}
	#youtube-vid {
		width: 320px;
		height: 315px;
	}
	.stellarnav.dark a,
	.stellarnav.dark li a {
		color: #FFFFFF;
	}
	.stellarnav.dark,
	.stellarnav.dark ul ul {
		background: rgba(0, 0, 0, 1);
	}
	.first-head {
		font-size: 26pt;
		color: #262e44;
		line-height: 1;
	}
	
	.no-pad img {
		height: auto;
	}
	
	.stellarnav li li {
	background: #7F7F7F;
}
#feedback a {
    display: block;
    background: #FEC96A;
    height: 30px; 
    padding-top: 2px;
    width: 155px;
    text-align: center;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}


}