@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);


/*************************
*******Typography******
**************************/
body,
html {
	min-height: 100%;
	
}




* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}



html {
    height: 100%;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

#loading {
    background-image: url("../../images/general/preloader.GIF");
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}
#preloader {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}






body {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	line-height: 1.6em;
	width: 100%;
	min-height: 100vh;
}




h1,
h2,
h3,
h4,
h5
  {
    font-weight:500; 
    font-family:'Open Sans', Arial, sans-serif;
	color:#333;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
	font-size: 20px;
	color: #030;
	margin-left: -15px;
}

.heading2{
	font-size: 36px;
	color: #030;
	font-weight: 500;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #030;
	text-align: center;
}



h3{
	font-size: 20px;
	color: #003333;
	font-weight: 400;
	line-height: 30px;
	margin-left: -10px;
	text-align: justify;
	
}




h4{
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	line-height: 20px;
	margin-top: -5px;
	margin-bottom: -3px;
}

h5{
	font-size: 20px;
	color: #003333;
	font-weight: 400;
	line-height: 25px;
	margin-left: -10px;
	text-align: justify;
}

a {
  color: #E8CE0E;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #d43133;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}


.btn-primary {
  padding: 8px 20px;
  background: #E8CE0E;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #E8CE0E;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
	color: #FFF;
	text-decoration: none;
	outline: none;
	font-weight: normal;
	border: 2px solid #f9ea97;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}



.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 10px 0;
}

.center1 {
	text-align: center;
	padding-bottom: 20px;
	margin-top: 100px;
}


.center {
	text-align: center;
	margin-top: 100px;
}



.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.lead1{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-align: justify;
	margin: 10px;
	padding: 20px;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******Header******
**************************/
.navbarb-fixed-top .navbarb-toggle .icon-bar {
  background-color: #fff;
}

.navbarb>.container .navbarb-brand{
	margin-left: 0;
}

.top-bar {
	line-height: 20px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99F;
	height: 30px;
	margin-top: 125px;
	background-color: #bb9966;
	background-image: url(../../images/general/bar-bg.jpg);
	background-repeat: repeat-x;
}

.end-bar {
	line-height: 20px;
	background-color: #683c08;
	width: 100%;
	border-bottom-style: none;
}


.social-bar {
	text-align: center;
	width: 100%;
	float: right;
	margin-right: 100px;
}


#footerpanel {
	width: 100%;
	background-color: #BC721B;
	height: 80px;
	color: #FFF;
}

.top-bar1 {
	margin-top: 0px;
	padding-left: 0px;
	width: 100%;
	border-top-width: medium;
	border-top-style: none;
	border-top-color: #FF0;
	background-color: #bb9966;
	background-image: url(../../images/general/bar-bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	
}
.top-bar-line {
	margin-top: 0px;
	padding-left: 0px;
	width: 100%;
	border-top-width: medium;
	border-top-style: none;
	border-top-color: #FF0;
	background-color: #bb9966;
	background-image: url("../../images/general/bar-bg-line.jpg");
	background-repeat: repeat-x;
	height: 8px;
}



.end-bar1 {
	padding-right: 0;
	padding-left: 0px;
	width: 100%;
	background-color: #683c08;
	height: 10px;
}

.botton-end-bar {
	padding-right: 0;
	padding-left: 0px;
	width: 100%;
	border-top-width: medium;
	border-top-style: none;
	border-top-color: #FF0;
	background-color: #683c08;
	height: 100px;
	margin-top: 0px;
}
.top-news-bar {
	padding-right: 0;
	padding-left: 0px;
	width: 100%;
	border-top-width: medium;
	border-top-style: none;
	border-top-color: #FF0;
	background-color: #683c08;
	height: 30px;
}

.top-bar2 {
	width: 100%;
	border-top-width: thin;
	background-color: #FFFFCC;
	height: 20%;
	padding-top: -200px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #683c08;
}

.bottom-bar {
	padding: 10px 0;
	background: #090909;
	border-bottom: 1px solid #222;
	line-height: 25px;
}




.social{
	text-align: center;
	padding-top: 5px;
	float: right;
	width: 40%;
	margin-top: -170px;
	margin-right: -200px;
	  
}

.search-bar{
	text-align: center;
	width: 18%;
	float: right;
}

.bible-quote{
	text-align: center;
	float: right;
	width: 100px;
	height: 100px;
	margin-top: -20px;
}


.search-bar{
	text-align: center;
	float: right;
	width: 18%;
}
.motobar{
	text-align: center;
	float: left;
	margin-left: 150px;
}
.social-bottom{
	text-align: center;
	width: 98%;
	float: left;
	padding-left: 100px;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #404040;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

ul.social-share li a:hover {
  background: #E8CE0E;
  color: #fff;
}

.navbarb-brand {
  padding: 0;
  margin:0;
  color:#E8CE0E;
}
.navbarb-header a.navbarb-brand {
	color: #E8CE0E;
	padding-left: 10px;
}

.navbarb {
  border-radius: 0;
  margin-bottom: 0;
  background: #151515;
  padding: 15px 0;
  padding-bottom: 0;
}

 .navbarb-nav{
  margin-top: 12px;
 }

.navbarb-nav>li{
  margin-left: 35px;
  padding-bottom: 28px;
}

.navbarb-fixed-top .navbarb-nav > li > a {
  padding: 5px 12px;
  margin: 0;
  border-radius: 3px;
  color: #fff;
  line-height: 24px;
  display: inline-block;
}

.navbarb-fixed-top .navbarb-nav > li > a:hover{
	background-color: #FFFF00;
	color: #fff;
}

.navbarb-fixed-top {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.126);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.126);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.126);
    padding: 0;
    margin-top: 0;
    border-radius: 0;
    left: 0;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: thin;
    border-left-width: 0;
    border-bottom-style: solid;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-color: #FFF;
    background-color: #ffcc99;
    width: 100%;
}

.navbarb-fixed-top .navbarb-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbarb-fixed-top .navbarb-nav > .active > a,
.navbarb-fixed-top .navbarb-nav > .active > a:hover,
.navbarb-fixed-top .navbarb-nav > .active > a:focus,
.navbarb-fixed-top .navbarb-nav > .open > a,
.navbarb-fixed-top .navbarb-nav > .open > a:hover,
.navbarb-fixed-top .navbarb-nav > .open > a:focus {
	background-color: #FFFF00;
	color: #fff;
}

.navbarb-fixed-top .navbarb-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbarb-fixed-top .navbarb-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbarb-fixed-top .navbarb-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbarb-fixed-top .navbarb-nav .dropdown-menu > li:hover > a,
.navbarb-fixed-top .navbarb-nav .dropdown-menu > li:focus > a,
.navbarb-fixed-top .navbarb-nav .dropdown-menu > li.active > a {
	background-color: #FFFF00;
	color: #fff;
}

.navbarb-fixed-top .navbarb-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbarb-fixed-top .navbarb-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbarb-fixed-top .navbarb-collapse,
.navbarb-fixed-top .navbarb-form {
  border-top: 0;
  padding-bottom: 0;
}


/*************************
*******Home Page******
**************************/


.nav_icon1 {
	right: 5px;
	text-align: center;
	width: 100%;	   
	visibility: visible;
	top: -550px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFF;
	background-color: #ffcc99;
	height: auto;
	z-index: 1;
	padding-top: 5px;
	margin-top: -70px;
	margin-bottom: 20px;	
}
#btn1 {
    display: inline-block;
animation: mymove 2s infinite;
    position: relative;
}
@keyframes mymove {
0%{transform:translateY(0px)}
50%{transform:translateY(20px)}
100%{transform:translateY(0px)}
}


.slider {
	position: relative;
	z-index: 1;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FC3;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
  border: 1px solid #777;
  border-radius:50%;
  font-size: 28px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color:#777;
}

#carousel-slider a i:hover {
  background:#E8CE0E;
  color:#fff;
  border: 1px solid #E8CE0E;
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:-25px
}

#carousel-slider .carousel-control.right i {
  right: -25px;
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}



#feature {
	display: table;
	zoom: 1;
	position: relative;
	width: 100%;
	max-width: 100%;
	max-height: 750px;
	z-index: 90;
	text-align: left; /* reset align=center */
	font-size: 10px;
	text-shadow: none;
	background-color: #FFC;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#community-feature {
	display: table;
	zoom: 1;
	position: relative;
	width: 100%;
	max-width: 100%;
	max-height: 750px;
	z-index: 90;
	text-align: left; /* reset align=center */
	font-size: 10px;
	text-shadow: none;
	background-color: #FFC;
	height: auto;
	padding-top: 5px;
	margin-top: 185px;
}

#feature-aboutus {
	display: table;
	zoom: 1;
	position: relative;
	width: 100%;
	max-width: 100%;
	max-height: 750px;
	z-index: 90;
	text-align: left; /* reset align=center */
	font-size: 10px;
	text-shadow: none;
	background-color: #FFC;
	height: auto;
	padding-top: 140px;
}
#feature-cmty-history {
	display: table;
	zoom: 1;
	position: relative;
	width: 100%;
	max-width: 100%;
	max-height: 750px;
	z-index: 90;
	text-align: left; /* reset align=center */
	font-size: 10px;
	text-shadow: none;
	background-color: #FFC;
	height: auto;
	padding-top: 140px;
}
#news-feature {
	display: table;
	zoom: 1;
	position: relative;
	width: 100%;
	max-width: 100%;
	max-height: 750px;
	z-index: 90;
	text-align: left; /* reset align=center */
	font-size: 10px;
	text-shadow: none;
	background-color: #FFC;
	height: auto;
	padding-top: 100px;
}
#cmty-news-feature {
	display: table;
	zoom: 1;
	position: relative;
	width: 100%;
	max-width: 100%;
	max-height: 750px;
	z-index: 90;
	text-align: left; /* reset align=center */
	font-size: 10px;
	text-shadow: none;
	background-color: #FFC;
	height: auto;
	margin-top: 15px;
}
#history-feature {
	display: table;
	zoom: 1;
	position: relative;
	width: 100%;
	max-width: 100%;
	max-height: 750px;
	z-index: 90;
	text-align: left; /* reset align=center */
	font-size: 10px;
	text-shadow: none;
	background-color: #FFC;
	height: auto;
	margin-top: 150px;
}

#gallery-feature {
	display: table;
	zoom: 1;
	position: relative;
	width: 100%;
	max-width: 100%;
	max-height: 750px;
	z-index: 90;
	text-align: left; /* reset align=center */
	font-size: 10px;
	text-shadow: none;
	background-color: #FFC;
	height: auto;
	margin-top: 20px;
}
#map-feature {
	display: table;
	zoom: 1;
	position: relative;
	width: 100%;
	max-width: 100%;
	max-height: 750px;
	z-index: 90;
	text-align: left; /* reset align=center */
	font-size: 10px;
	text-shadow: none;
	background-color: #FFC;
	height: auto;
}

#map-feature {
	display: table;
	zoom: 1;
	position: relative;
	width: 100%;
	max-width: 100%;
	max-height: 750px;
	z-index: 90;
	text-align: left; /* reset align=center */
	font-size: 10px;
	text-shadow: none;
	background-color: #FFC;
	height: auto;
}
#cmty-map-feature1 {
	display: table;
	zoom: 1;
	position: relative;
	width: 100%;
	max-width: 100%;
	max-height: 750px;
	z-index: 90;
	text-align: left; /* reset align=center */
	font-size: 10px;
	text-shadow: none;
	background-color: #FFC;
	height: auto;
	padding-top: 80px;
}

#neww-particular-feature {
	display: table;
	zoom: 1;
	position: relative;
	width: 100%;
	max-width: 100%;
	max-height: 750px;
	z-index: 90;
	text-align: left; /* reset align=center */
	font-size: 10px;
	text-shadow: none;
	background-color: #FFC;
	height: auto;
}


#newsevent {
	display: table;
	zoom: 1;
	position: relative;
	width: 100%;
	max-width: 100%;
	max-height: 750px;
	z-index: 90;
	text-align: left; /* reset align=center */
	font-size: 10px;
	text-shadow: none;
	background-color: #FFC;
	height: auto;
}
#homepage {
	display: table;
	zoom: 1;
	position: relative;
	width: 100%;
	max-width: 100%;
	max-height: 750px;
	z-index: 90;
	text-align: left; /* reset align=center */
	font-size: 10px;
	text-shadow: none;
	background-color: #FFC;
	height: auto;
}

#feature1 {
	background-color: #FFC;
}
#feature.transparent-bg {
  margin-top:-40px;
  
}
.features{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5;
}

.features-news{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5;
	background-color: #FFC;
	margin-top: 10px;
	width: 100%;
}

.features-cmty-history{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5;
	background-color: #FFC;
}



.feature-wrap {
	overflow: visible;
	text-align: justify;
}

.feature-wrap h2{
	margin-top: 5px;
	color: #00F;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 35px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #E8CE0E;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.feature-wrap i:hover {
  background: #E8CE0E;
  color: #fff;
  box-shadow: inset 0 0 0 5px #E8CE0E;
  -webkit-box-shadow: inset 0 0 0 5px #E8CE0E;
  border: 3px solid #E8CE0E;
}

#recent-works .col-m-xs-12.col-m-sm-4.col-m-md-3{
	padding: 0;
	margin-right: 10px;
	margin-left: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
	alignment-adjust: central;
	 
}

#mission{

    
	text-align: justify;
	padding-top: 30px;
	margin-top: 30px;
	margin-top: 50px;
	margin-top: 140px;
	padding-top: 120px;
	padding-top: 100px;
}

.recent-work-wrap {
	position: relative;
	-moz-box-shadow: 10px 10px 5px #ccc;
	-webkit-box-shadow: 10px 10px 5px #ccc;
	-khtml-box-shadow: 10px 10px 5px #ccc;
	margin: 10px;
}

.recent-work-wrap img{
  width: 100%;
}

.recent-work-wrap .recent-work-inner{
	top: 0;
	background: transparent;
	opacity: .8;
	width: 100%;
	border-radius: 0;
	margin-bottom: 0;
  
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a{
  font-size: 24px;
  color: #fff;
}

.recent-work-wrap .overlay-mis {
	position: absolute;
	top: -5px;
	left: -10px;
	width: 350px;
	height: 100%;
	opacity: 0;
	border-radius: 0;
	background: #333;
	color: #fff;
	vertical-align: middle;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	background-color: #3366FF;
	padding: 5px;
}

.recent-work-wrap .overlay-mis .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap:hover .overlay-mis {
	opacity: 0.7;
}

#services {
  background: #000 url(../images/services/bg_services.jpg);
  background-size: cover;
  margin-top:70px;
}

#services .lead,
#services h2{
  color: #fff;
}

.services-wrap {
  padding: 40px 30px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 40px;
}

.services-wrap h3 {
  font-size: 20px;
  margin: 10px 0;
}

.services-wrap .pull-left {
  margin-right: 20px;
}

#middle {
	background: #fff;
	margin-top: 5px;
}

.skill h2{
  margin-bottom: 25px;
}

.progress-wrap{
  position: relative;
}

.progress .color1,
.progress .color1 .bar-width{
  background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width{
  background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width{
  background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width{
  background: #db3615;
}

.progress, 
.progress-bar {
  height: 15px;
  line-height: 15px;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: right;
}

.progress{
  position: relative;
}

.progress .bar-width{
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  top: -30px;
  border-radius: 2px;
  margin-left: -30px;
}

.progress span{
  position: relative;
}

.progress span:before{
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px;
}

.progress .color1 span:before{
  border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before{
  border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before{
  border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before{
  border-color: #db3615 transparent transparent transparent;
}

.accordion h2{
  margin-bottom: 25px;
}

.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background-color: #e6e6e6; 
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fff;
  color: #858586;
}

.panel-body{
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}

.panel-title>a{
  color: #4e4e4e;
}

.accordion-inner img{
  border-radius: 4px;
}

.accordion-inner h4{
	margin-top: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #030;
}

.panel-heading.active{
  background: #1f1f20;
}

.panel-heading.active .panel-title>a{
	color: #fff;
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i{
  background: #E8CE0E;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #E8CE0E;
  color: #fff;
}

.nav-tabs>li{
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}

.nav-tabs{
  border-bottom: transparent;
  border-right: 1px solid #e6e6e6;
}

.nav-tabs>li>a {
  background: #f5f5f5;
  color: #666;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right:0;
  padding: 13px 15px;
}

.nav-tabs li:last-child{
  border-bottom: 0 none;
} 

.nav-stacked>li+li{
  margin-top: 0;
}

.nav-tabs>li>a:hover{
  background: #1f1f20;
  color:#fff;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
  border: 0;
  color:#fff;
  background: #1f1f20;
  position: relative;
}

.nav-tabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  border-color: transparent transparent transparent #1f1f20;
  border-width: 25px 22px;
  right: -44px;
  top:0;
}

.tab-wrap{
  border:1px solid #e6e6e6;
  margin-bottom: 20px;
}

.tab-content{
  padding: 20px;
}

.tab-content h2{
  margin-top: 0;
}

.tab-content img{
  border-radius: 4px;
}

.testimonial h2{
  margin-top: 0;
}

.testimonial-inner {
  color:#858586;
  font-size: 14px;
}

.testimonial-inner .pull-left{
  border-right: 1px solid #e7e7e7;
  padding-right: 15px;
  position: relative;
}

.testimonial-inner .pull-left:after{
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  border: 1px solid #e7e7e7;
  right: -5px;
  border-left: 0 none;
  border-bottom: 0 none;
}

#partner {
  background: url(../images/partners/partner_bg.png) 50% 50% no-repeat;
  background-size: cover;
}

#partner {
  color: #fff;
  text-align: center;
}

#partner h2, 
#partner h3 {
  color: #fff;
}

.partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.partners ul li{
  display: inline-block;
  float: left;
  width: 20%;
}

#conatcat-info{
  background: #fff url(../images/contact.png) no-repeat 90% 0;
  padding: 30px 0;
}

.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px;
}

.contact-info h2{
  margin-top: 0;
  color: #000;
}

.contact-info{
  color:#000;
}

/*************************
********* About Us Page CSS ******
**************************/
.center span {
	color:#E8CE0E;
}

.skill_text {
  display: block;
  margin-bottom: 60px;
  margin-top: 25px;
  overflow: hidden;
}

.sinlge-skill {
  background:#f2f2f2;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  height: 200px;
  position: relative;
  width: 200px;
  text-transform: uppercase;
  overflow: hidden;
  margin: 30px 0;

}

.sinlge-skill p em {
  color: #FFFFFF;
  font-size: 38px;
}

.sinlge-skill p {
  line-height: 1;
}

.joomla-skill, 
.html-skill, 
.css-skill, 
.wp-skill {
  position: absolute;
  height: 100%;
  bottom: 0;
  width:100%;
  border-radius: 100%;
  padding: 70px 0;
  text-align: center;
}


.joomla-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 28%, rgba(45,125,164,1) 28%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(28%,rgba(242,242,242,1)), color-stop(28%,rgba(45,125,164,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#2d7da4',GradientType=0 ); /* IE6-9 */    
}

.html-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 9%, rgba(106,164,47,1) 9%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(9%,rgba(242,242,242,1)), color-stop(9%,rgba(106,164,47,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#6aa42f',GradientType=0 ); /* IE6-9 */
}

.css-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 32%, rgba(255,189,32,1) 32%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(32%,rgba(242,242,242,1)), color-stop(32%,rgba(255,189,32,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffbd20',GradientType=0 ); /* IE6-9 */
}

.wp-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 19%, rgba(219,54,21,1) 19%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(19%,rgba(242,242,242,1)), color-stop(19%,rgba(219,54,21,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#db3615',GradientType=0 ); /* IE6-9 */
}

.skill-wrap {
  display: block;
  overflow: hidden;
  margin: 60px 0;
}

.team h4 {
  margin-top: 0;
  text-transform: uppercase;
}

.team h5 {
  font-weight: 300;
}

.single-profile-top, 
.single-profile-bottom {
  font-weight: 400;
  line-height: 24px;
}

.single-profile-top, 
.single-profile-bottom  {
  border: 1px solid #ddd;
  padding: 15px;
  position: relative;
}

.media_image {
  margin-bottom: 10px;
}

.team .btn {
  background:transparent;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 3px;
  padding: 1px 5px;
  text-transform: uppercase;
  border:1px solid#ddd;
  margin-right: 3px;
}


ul.social_icons,
ul.tag {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: block;
}

ul.social_icons li,
ul.tag li {
  display: inline-block;
  margin-right: 5px;
}

ul.social_icons li  a i{
  border-radius: 50%;
  color: #FFFFFF;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 25px;
  opacity:.8;
}


.team .social_icons .fa-facebook:hover, 
.team .social_icons .fa-twitter:hover, 
.team .social_icons .fa-google-plus:hover {
  transform: rotate(360deg);
  -ms-transform:rotate(360deg);
  -webkit-transform:rotate(360deg); 
  transition-duration:2s;
  transition-property: all;
  transition-timing-function: ease;
  opacity:1;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.team .social_icons .fa-facebook {
  background: #0182c4;
}

.team .social_icons .fa-twitter {
  background: #20B8FF
}

.team .social_icons .fa-google-plus {
  background: #D34836
}


.team-bar .first-one-arrow {
  float: left;
  margin-right: 30px;
  width: 2%;
}

.team-bar .first-arrow {
  float: left;
  margin-left: 5px;
  margin-right: 35px;
  width: 22%;
}

.team-bar .second-arrow {
  float: left;
  margin-left: 5px;
  width: 21%;
}

.team-bar .third-arrow {
  float: left;
  margin-left: 40px;
  margin-right: 12px;
  width: 22%;
}

.team-bar .fourth-arrow {
  float: left;
  margin-left: 25px;
  width: 20%;
}

.team-bar .first-one-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }

.team-bar .first-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }

.team-bar .second-arrow hr {
  border-bottom: 1px solid #6aa42f;
  border-top: 1px solid #6aa42f;
}

.team-bar .third-arrow hr {
  border-bottom: 1px solid #FFBD20;
  border-top: 1px solid #FFBD20;

}

.team-bar .fourth-arrow hr {
  border-bottom: 1px solid #db3615;
  border-top: 1px solid #db3615;
}

.team-bar {
  margin-bottom: 15px;
  margin-top: 30px;
  position: relative;
}

.team-bar i {
  border-radius: 50%;
  color: #FFFFFF;
  display: block;
  height: 24px;
  line-height: 24px;
  margin-top: -32px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 24px;
  position: absolute;
}

.team-bar .first-arrow .fa-angle-up {
  background:#2D7DA4;
  margin-left:-33px
 }

.team-bar .second-arrow .fa-angle-down {
  background:#6AA42F;
  margin-left: -33px;
}

.team-bar .third-arrow .fa-angle-up {
  background:#FFBD20;
  margin-left: -32px;
}

.team-bar .fourth-arrow .fa-angle-down {
  background:#db3615;
  margin-left: -32px;
}

.team .single-profile-top:before, 
.team .single-profile-top:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.team .single-profile-top:before {
  left:26px;
  bottom: -20px;
  border-width: 10px;
  border-color:#fff transparent transparent transparent;
  z-index: 1;
}


.team .single-profile-top:after {
  left: 25px;
  bottom: -22px;
  border-style: solid;
  border-width: 11px;
  border-color:#ddd transparent transparent transparent;
  z-index: 0;
}

.team .single-profile-bottom:before,
.team .single-profile-bottom:after {
  position: absolute;
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
}

.team .single-profile-bottom:before {
  left:30px;
  top: -20px;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}

.team .single-profile-bottom:after {
  left: 29px;
  top: -22px;
  border-style: solid;
  border-width: 11px;
  border-color: transparent transparent #DDD transparent;
  z-index: 0;
}

/***********************
****Service page css****
***********************/

.services {
  padding: 0;
}

.get-started {
  background: none repeat scroll 0 0 #F3F3F3;
  border-radius: 3px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 18px;
  margin-top: 60px;
}

.get-started h2 {
  padding-top: 30px;
  margin-bottom: 20px;
}

.request {
  bottom: -15px;
  left: 50%;
  position: absolute;
  margin-left: -110px;
}

.request h4 {
  position: absolute;
  width: 220px;
  position:relative;
}

.request h4 a{
  background:#E8CE0E;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 3px;
  padding: 5px 15px;
}

.clients-area {
  padding: 60px;
}

.clients-comments {
    background-image: url("../images/image_bg.png");
    background-position: center 118px;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.clients-comments img {
  background:#DDDDDD;
  border: 1px solid #DDDDDD;
  height: 182px;
  padding: 3px;
  width: 182px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.clients-comments h3 {
  margin-top: 55px;
  font-weight: 300;
  padding: 0 40px;
}

.clients-comments h4 {
  font-weight: 300;
  margin-top: 15px;
}


.clients-comments  h4  span {
  font-weight: 700;
  font-style: oblique;
}

/*************************
********* Portfolio CSS ******
**************************/
#portfolio {
  margin-top: 70px;
}

#portfolio_page {
  margin-top: 115px;
  padding-bottom: 0;
}

.portfolio-items, 
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #E8CE0E;
  border: 1px solid #E8CE0E;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0;
  padding:0;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/*************************
********* Contact Us CSS ******
**************************/
/* --- Map --- */
.map{
	position:relative;
	margin-top:90px;
	margin-bottom:40px;
}

.map iframe{
	width:100%;
	height:450px;
	border:none;
}

.map-grid iframe{
	width:100%;
	height:350px;
	border:none;
	margin:0 0 -5px 0;
	padding:0;
}


#contact-page{
  padding-top: 0;
  background:#fff;
}

#contact-page .contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#f2f2f2;
  box-shadow: none;
}

textarea#message{
  resize: none;
  padding: 10px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}

/*********************
****blog page css*****
**********************/
#blog {
	margin-top:70px;
}
.widget {
	margin-bottom: 10px;
	padding-left: 0;
	vertical-align: top;
}

.single_comments {
  margin-bottom: 20px;
}

.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.single_comments p {
  margin-bottom: 0;
}

.widget .entry-meta span {
  display: inline-block;
  margin-right: 10px;
}

.widget h3 {
	color: #000;
	text-transform: uppercase;
	padding-left: 10px;
}

.blog_category{
  list-style:none;
  margin:0;
  padding:0;
}

.blog_category li{
  float:none;
  margin-bottom:20px;
}

.blog_category li a {
  background:#f5f5f5;
  border-radius: 4px;
  color: #888;
  display: inline-block;
  padding: 5px 15px;
}

.blog_category li a:hover{
  background:#E8CE0E;
  color: #fff;
}

 .badge:before {
  border-color: transparent transparent transparent #E8CE0E;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  z-index: -99999;
}

.badge {
  background-color: #E8CE0E;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  position: relative;
  left: 60px;
  top: -18px;
  font-weight: normal;
}

.blog_archieve {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.blog_archieve li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}

.blog_archieve li:first-child {
  padding-top: 0;
}

ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}

ul.faq {
  list-style: none;
  margin: 0;
}

ul.faq li {
  margin-top: 30px;
}

ul.faq li:first-child {
  margin-top: 0;
}

ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px;
}

ul.faq li > div {
  margin-left: 70px;
}

ul.faq li > div h3 {
  margin-top: 0;
}


.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-item {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 50px;
}

.blog .blog-item .img-blog {
  border-radius: 5px;
  margin-bottom: 45px;
}

.blog .blog-item .blog-content {
  padding-bottom: 25px;
}

.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 25px;
}

.readmore{
  margin-top: 0;
}

.blog .blog-item .blog-content h3 {
  color: #858586;
  margin-bottom: 40px;
  /* font-weight: 300 */}

.blog .blog-item .blog-content h4 {
  font-size: 14px;
}

.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}

.blog .blog-item .entry-meta > span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}

#publish_date {
  background: #E8CE0E;
  border-bottom: 5px solid #4e4e4e;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.blog .blog-item .entry-meta > span {
  color: #ccc;
}

.blog .blog-item .entry-meta > span a {
  font-size: 12px;
  margin-left: 3px;
  font-weight: 300;
  color: #888;
}

ul.pagination > li > a {
  border: 1px solid #F1F1F1;
  margin-right:5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
}

ul.pagination > li > a i{
  margin-left:5px;
  margin-right:5px;
}

ul.pagination > li.active > a, 
ul.pagination > li:hover > a {
  background-color: #E8CE0E !important;
  border-color: #E8CE0E !important;
  color: #fff;
}

.search_box {
  background-image: url("../images/search_icon.png");
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #DEDEDE;
  height: 48px;
  outline: medium none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow:none;
  outline: 0 none;
}


ul.tag-cloud, 
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-cloud li{
    display: inline-block;
    margin-bottom: 3px;
}

.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
}

.tag-cloud li a:hover{
  background:#E8CE0E;
  color: #fff;  
}

.sidebar-gallery li{
  display: inline-block;
  margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}

/***********************
********* Footer ******
************************/
#bottom {
	background: #f5f5f5;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8CE0E;
	margin-top: 10px;
}

#bottom h3 {
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 22px;
	color: #000;
}

.bottom-news h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #000;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #808080;
}

#bottom ul li a:hover {
  color: #E8CE0E;
}

#bottom .widget {
	margin-right: 0;
}

#footer {
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
	background: #BC721B;
	width: 99.9%;
	margin-left: -5px;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #E8CE0E;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 0px;
}

/* Navigation
--------------------------------------------------------------------------------------------------------------- */
.nav-wrapper{
	max-width: 100%;
	float: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
		
	input.toggle,label.toggle{display:none}label.toggle{
	font-weight: 900;
	font-size: 1.1em;
	padding: 5px 5px;
}@media (max-width: 960px){nav{display:none}input.toggle,.toggle span{display:none}input[type=checkbox]:checked ~ mainav,label.toggle{display:block;cursor:pointer}mainav li{float:none}mainav li:hover ul{display:block;position:relative}mainav li ul{display:block}mainav li ul li{margin-left:5px}mainav li a{display:block;margin-left:20px}}




nav ul, nav ol{margin:0; padding:0; list-style:none;}

#mainav, #breadcrumb, .sidebar nav{line-height:normal;}
#mainav .drop::after, #mainav li li .drop::after, #breadcrumb li a::after, .sidebar nav a::after{position:absolute; font-family:"FontAwesome"; font-size:10px; line-height:10px;}

/* Top Navigation */
#mainav{}
#mainav ul.clear{margin-top:3px;}
#mainav ul{text-transform:uppercase;}
#mainav ul ul{z-index:9999; position:absolute; width:180px; text-transform:none;}
#mainav ul ul ul{left:180px; top:0;}
#mainav li{
	display: inline-block;
	position: relative;
	margin: 0 15px 0 0;
	padding: 0;
}
#mainav li:last-child{
	margin-right: 0;
}
#mainav li li{width:100%; margin:0;}
#mainav li a{
	display: block;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
#mainav li li a{border:solid; border-width:0 0 1px 0;}
#mainav .drop{
	padding-left: 15px;
}
#mainav li li a, #mainav li li .drop{
	display: block;
	margin: 0;
	padding: 10px 15px;
	background-color: #BC721B;
}
#mainav .drop::after, #mainav li li .drop::after{
	content: "\f0d7";
}
#mainav .drop::after{
	top: 35px;
	left: 5px;
}
#mainav li li .drop::after{
	top: 15px;
	left: 5px;
	color: #FFF;
}
#mainav ul ul{visibility:hidden; opacity:0;}
#mainav ul li:hover > ul{visibility:visible; opacity:1;}

#mainav form{display:none; margin:0; padding:0;}
#mainav form select, #mainav form select option{display:block; cursor:pointer; outline:none;}
#mainav form select{width:100%; padding:5px; border:1px solid;}
#mainav form select option{margin:5px; padding:0; border:none;}
#navigation {
	width: auto;
	float: right;
	margin-right: 15px;
}



#logo {
	width: 180px;
	height: 180px;
	padding-top: 10px;
	margin-top: -135px;

}

#main-header {
	margin-left: 180px;
	padding-bottom: -130px;
	margin-top: 18px;



}


#titlebar {
	float: left;
	margin-left: auto;
	margin-right: auto;


}

#titlebar2 {
	font-size: 36px;
	color: #FFF;
	width: 50%;
	height: auto;
	float: left;
	padding-top: 10px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 50px;
	white-space: nowrap;
}

#icon {


}
#about_us {
	height: 78px;
	width: 100%;
	text-align: center;
}
#welcome {
	width: 100%;
	color: #bb9966;
	font-size: 18px;
	padding-top: 2px;
}
#aboutUs {

}

#btn2 {
	display: inline-block;
	animation: mymove 2s infinite;
	position: relative;
	margin-top: -20px;
}
@keyframes mymove {
0%{transform:translateY(0px)}
50%{transform:translateY(20px)}
100%{transform:translateY(0px)}
}



.marque{
	width: 100%;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: lighter;
	}
	
.row1{
	margin-left: 10px;
	width: 100%;
	padding-left: 15px;
	}
.mission{
	margin-left: 10px;
	width: 100%;
	padding-left: 15px;
	}	
	
.copyright{
	font-size: 14px;
	width: 99%;
	margin: 5px;
	text-align: center;
	margin-top: 40px;
	} 
#section1 {
	height: 50px;
	width: 100%;
}
#header-image {
	height: 100%;
	width: 150px;
}
#right-panel {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	max-width: 600px;
	clear: none;
	background-color: #FFC;
	margin-left: -20px;
}

#news-panel {
	float: left;
	height: 650px;
	width: 56%;
	clear: none;
	background-color: #FFC;
	border: 1px solid #FFF;
	margin-top: 10px;
	margin-left: -5px;
}
#cmty-news-panel {
	float: left;
	width: 90%;
	clear: none;
	background-color: #FFC;
	border: 1px solid #FFF;
	margin-top: 30px;
	margin-left: 50px;
	margin-bottom: 30px;
	margin-right: 30px;
}
#news-panel1 {
	height: 680px;
	width: 100%;
	clear: none;
	padding-right: 10px;
	background-color: #FFC;
	border: 1px solid #FFF;
	margin-top: 10px;
	margin-left: -5px;
}
#news-panel2 {
	height: 450px;
	width: 100%;
	clear: none;
	padding-right: 10px;
	background-color: #FFC;
	border: 1px solid #FFF;
	margin-top: 20px;
	margin-left: -5px;
}
#cmty-news-panel2 {
	height: 450px;
	width: 100%;
	clear: none;
	background-color: #FFC;
	border: 1px solid #FFF;
	margin-top: 10px;
}

#event-panel {
	float: right;
	height: auto;
	width: 48%;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: none;
	margin: 5px;
}

#news-c-panel {
	float: left;
	height: 650px;
	width: 56%;
	clear: none;
	padding-right: 10px;
	background-color: #FFC;
	border: 1px solid #FFF;
	margin-top: 10px;
	margin-left: -5px;
}

#right-panel2 {
	float: left;
	width: 67%;
	height: 750px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: -5px;
}
.top-bar1 #next-panel {
	font-size: 16px;
	color: #FF0;
	width: 400px;
	text-align: center;
	float: right;
	visibility: inherit;
}
#row1-right-panel {
	float: right;
	width: 30%;
}
#row1-right-panel {
	margin-right: 10px;
	margin-left: 10px;
	height: 600px;
	width: 30%;
}
#row1-rightpanel {
	width: 100%;
	margin-left: 0px;
	margin-right: 10px;
}
#mission-rightpanel {
	width: 37%;
	margin-left: 0px;
	margin-right: 10px;
	float: right;
}
#homepage-section {
	background-color: #FFC;
}

#aboutus-section {
	background-color: #FFC;
}

#program-section {
	margin-bottom: 130px;
	background-color: #FFC;
}
#news-section {
	background-color: #FFC;
	padding-top: 50px;
}

#abus-bottom-col {
	margin: 10px;
	float: left;
	width: 65%;
}
#abtus-bcol {
	width: 98%;
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	height: 240px;
	margin-left: 25px;
}
#vision-bcol {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}

#abtus-bcol2 {
	width: 66%;
	height: 230px;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
#aboutus-gallery {
	border: 1px solid #BC721B;
	background-color: #FFF;
	-mz-box-shadow: 8px 8px 5px #FFFF66;
	-webkit-box-shadow: 0px 0px 40px #FFFF66;
	margin-top: 10px;
	height: 232px;
	width: 180px;
	float: left;
}

#office-bearers {
	height: 160px;
	width: 126px;
	float: left;
	border: 1px solid #BC721B;
	background-color: #FFF;
	margin-bottom: 5px;
	-mz-box-shadow: 8px 8px 5px #FFFF66;
	-webkit-box-shadow: 0px 0px 40px #FFFF66;
	margin-top: 3px;
	margin-right: 5px;
	margin-left: 10px;
}

#community-name {
	height: 160px;
	width: 126px;
	float: left;
	border: 1px solid #BC721B;
	background-color: #FF9;
	margin-bottom: 5px;
	-mz-box-shadow: 8px 8px 5px #FFFF66;
	-webkit-box-shadow: 0px 0px 40px #FFFF66;
	margin-top: 3px;
	margin-right: 5px;
	margin-left: 10px;
}

#menu-gallery {
	height: 230px;
	width: 180px;
	float: left;
	border: 1px solid #003300;
	background-color: #FFF;
	margin-bottom: 5px;
	-mz-box-shadow: 8px 8px 5px #FFFF66;
	-webkit-box-shadow: 0px 0px 40px #FFFF66;
	margin-top: 3px;
	margin-right: 20px;
}
.heading-3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 33px;
	font-weight: normal;
	color: #030;
	height: auto;
	width: 90%;
	text-align: center;
	float: left;
	margin: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.heading-3h {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 33px;
	font-weight: normal;
	color: #030;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	height: auto;
	width: 36%;
	text-align: center;
	float: right;
}
.heading-3a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 33px;
	font-weight: normal;
	color: #030;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	height: auto;
	width: 95%;
	text-align: center;
	float: left;
}
.heading-3b {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #030;
	height: auto;
	width: 100%;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}
.heading-3e {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #030;
	margin-right: 10px;
	height: auto;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.heading-3g {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #030;
	margin-right: 10px;
	height: auto;
	width: 50%;
	text-align: center;
	margin-bottom: 10px;
	background-position: left;
}
.heading-3h {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #030;
	margin-right: 10px;
	height: auto;
	width: 70%;
	text-align: center;
	margin-bottom: 10px;
	background-position: left;
}
.heading-3f {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #030;
	margin-right: 10px;
	height: auto;
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
}
.heading-3C {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #030;
	margin-right: 10px;
	height: auto;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

.heading-centre {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #030;
	margin-right: 10px;
	height: auto;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
}

.heading-3k {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #FFFFFF;
	margin-right: 10px;
	height: auto;
	width: 84%;
	text-align: center;
	margin-bottom: 6px;
	margin-top: 5px;
	background-color: #683c08;
	margin-left: 15%;
	padding: 5px;
	-mz-box-shadow: 8px 8px 5px #FFFF66;
	-webkit-box-shadow: 0px 0px 40px #FFFF66;
	white-space: nowrap;
	
}


.heading-title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #C60;
	margin-right: 10px;
	height: auto;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}


#donate-icon {
	float: right;
	height: 100px;
	width: 180px;
	border: 1px solid #BC721B;
	margin-top: 5px;
}


#titleline {
	float: left;
	width: 403px;
	height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../images/backgdimages/bglabel.jpg);
	border: 1px solid #FCC400;
}
#programgallery {
	float: left;
	height: 98%;
	width: 98%;
	font-family: Tahoma, Geneva, sans-serif;
	border: 1px solid #FCC101;
	margin-bottom: 10px;
	padding: 0px;
	background-color: #FFC;
	background-position: center;
}

#newsbottomslider {
	width: 98%;
	text-align: center;
	float: left;
	margin-top: 20px;
	margin-left: 15px;
	border: thin solid #BC721B;
}

#cmty-newsbottomslider {
	height: 225px;
	width: 99%;
	text-align: center;
	float: left;
	margin-top: 20px;
}
.container-iframe {
	position: relative;
	width: 1146px;
	overflow: hidden; /* 16:9 Aspect Ratio */
	height: 330px;
	left: 587px;
	top: 1177px;
	padding-top: 56.25px;
}

.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 350px;
	border: none;
}
#newsright-col {
	float: right;
	width: 43%;
	background-color: #FFC;
}
#newsleft-col {
	float: left;
	width: 43%;
	background-color: #FFC;
}
#news-wrap {
	float: left;
	width: 98%;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	height: 98%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#gallery-wrap {
	float: right;
	width: 98%;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	height: 98%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#centerpanel {
	float: left;
	background-color: #FFF;
	font-size: 15px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFC306;
	border-right-color: #FFC306;
	border-bottom-color: #FFC306;
	border-left-color: #FFC306;
	margin-bottom: 7px;
}

.crsl-item p.readmore a {
  display: block;
  float: right;
  color: #4e90da;
  padding: 3px 5px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.crsl-item p.readmore a:hover {
  background: #4b6caa;
  color: #fff;
}
#googlemap {
	width: 100%;
	height: auto;
	border: 1px solid #683C08;
}
#googlemap-cmty {
	height: 585px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #683c08;
}
#home_gallery {
	width: 100%;
	float: right;
	height: auto;
		
}
#home_gallery2 {
	width: 96%;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	border: thin solid #BC721B;
	margin-top: 20px;
	height: 167px;
	float: left;
}

#cmty-home_gallery2 {
	width: 96%;
	margin-right: 5px;
	margin-left: 20px;
	margin-top: 5px;
	height: 250px;
	float: left;
}
#home_gallery1 {
	width: 96%;
	margin-right: 5px;
	margin-bottom: 5px;
	border: thin solid #BC721B;
	margin-left: 20px;
	margin-top: 5px;
	height: 170px;
	background-color: #FFF;
	padding-right: 5px;
	
}

#home_textslider {
	height: 165px;
	width: 81%;
	margin-right: 5px;
	float: left;
	margin-bottom: 10px;
	
}

#left_panel {
	float: left;
}
.col-m-box1 {
	padding: 5px;
	width: 95%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#date {
	float: left;
	width: 20%;
	color: #FFFFFF;
	background-position: top;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 150px;
}


#search_box {
	height: 30px;
	background-color: #855118;
}
#search_box form {
	background-color: #855118;
	width: 270px;
	float: right;
}

#apDiv8 form {
	height: 30px;
}
#searchbox {
	float: right;
	width: 500px;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 5px;
}
#search form {
	float: left;



}
#2news-col {
	width: 50%;
}
.left-panel-flex {
	height: auto;
}

#wrap-right-panel {
	max-width: 600px;
	float: right;
	margin-top: 27px;
	width: 30%;
}

#wrap-right-cmty-panel {
	max-width: 600px;
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	width: 23%;
}


#wrap-main {
	float: left;
	width: 57%;
	margin-top: 10px;
	background-color: #FFC;
	margin-right: 5px;
}
#wrap-community {
	float: left;
	width: 64%;
	background-color: #FFC;
	margin-top: 15px;
}
#full-wrap-main {
	float: right;
	width: 86%;
	margin-top: 10px;
	background-color: #FFC;
	margin-left: 5px;
}
#full-wrap-main-cmty {
	float: right;
	width: 86%;
	margin-top: 10px;
	background-color: #FFC;
	margin-left: 5px;
}
#wrap-school {
	width: 97%;
	background-color: #FFC;
	border: 1px solid #683c08;
	margin-right: 10px;
}

.image-wrap {
	width: 100%;
	border: 1px solid #683c08;
	-mz-box-shadow: 8px 8px 5px #FFFF66;
	box-shadow: 0px 0px 40px #FFFF66;
	background-position: center;
}

.image-wrap:hover  {
    transition: opacity 0.4s ease;
}
#wrap-left-panel {
	width: 11.2%;
	background-color: #FFFFCC;
	float: left;
	margin-right: 25px;
	margin-left: -10px;
}

#newswrap-left-panel {
	background-color: #FFFFCC;
	height: 400px;
}
#wrap-footer {
	width: 99.5%;
	margin-left: 3px;
}
.container .row .features #wrap-main main {
	height: auto;
	background-color: #FFC;
}
#wrap-motoline {
	background-color: #090909;
	width: 100%;
	height: 40px;
	float: left;
}
#news2-wrap {
	margin: 5px;
	height: 380px;
	width: 100%;
}

.wrapper{
	position: relative;
	overflow: hidden;
	padding-top: 34.35%
}

.wrapper-fulsize{
	position: relative;
	overflow: hidden;
	padding-top: 34.35%
}


.wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	hight: 100%;
}

.wrapper1{
	position: relative;
	padding-top: 73.25%;
}

.wrapper1 iframe {
	position: absolute;
	top: -1958px;
	left: 3px;
	width: 1px;
	hight: 100%;
}

.wrapper2{
	position: relative;
	overflow: hidden;
	padding-top: 40.25%;
	background-position: center;
}


.wrapper-logo {
	position: static;
	overflow: hidden;
	padding-top: 5%;
	background-position: center;
}

.wrapper2 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	hight: 100%;
}

.wrapper3{
	position: relative;
	overflow: hidden;
	padding-top: 67%;
	width: 100%;
	float: right;
}

.wrapper13{
	position: relative;
	overflow: hidden;
	padding-top: 67%;
	width: 100%;
	float: right;
}

.wrapper5{
	position: relative;
	overflow: hidden;
	padding-top: 10%
}
.wrapper4{
	position: relative;
	overflow: hidden;
	padding-top: -80%;
	height: 100%;
	width: 100%;
}

.wrapper7{
	position: relative;
	overflow: hidden;
}


.wrapper6{
	position: relative;
	overflow: hidden;
	padding-top: 25%;
}

.wrapper8{
	position: relative;
	overflow: hidden;
	padding-top: 60%;
	width: 100%;
	float: right;
}

.wrapper3 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	hight: 100%;
}

.wrapper8{
	position: relative;
	overflow: hidden
}



#mastsealborder{ float:left; width:196px; height:196px; margin:15px 0px 0px 24px; background:url(../css/mastsealborder.png) no-repeat;}
#mastseal{
	cursor: pointer;
	width: 180px;
}
#mastseal > img{
    position: absolute;
    width: 180px;
    backface-visibility: hidden;
    transition: transform .7s linear 0s;
    height: 180px;
    left: 17px;
}
#mastseal > #sealfront{
	transform: perspective( 600px ) rotateY( 0deg );
	height: 180px;
	width: 180px;
}
#mastseal > #sealback{transform: perspective( 600px ) rotateY( 180deg );}
#mastseal:hover > #sealfront{
	transform: perspective( 600px ) rotateY( -180deg );
	height: 180px;
	width: 180px;
}
#mastseal:hover > #sealback{
	transform: perspective( 600px ) rotateY( 0deg );
	width: 180px;
}
#wrap-news {
	width: 30%;
	float: right;
}


#wrap-cnty-news {
	width: 99%;
}
#mastseal1border{ float:left; width:126px; height:160px; margin:0px 0px 0px 14px; background:url(../css/mastsealborder.png) no-repeat;}
#mastseal1{ width:126px; height:160px; margin:0px 0px 0px 0px; cursor:pointer; }
#mastseal1 > img{position:absolute; width:126px; height:160px; backface-visibility: hidden; transition: transform .7s linear 0s;}
#mastseal1 > #sealfront{transform: perspective( 600px ) rotateY( 0deg );}
#mastseal1 > #sealback{transform: perspective( 600px ) rotateY( 180deg );}
#mastseal1:hover > #sealfront{transform: perspective( 600px ) rotateY( -180deg );}
#mastseal1:hover > #sealback{transform: perspective( 600px ) rotateY( 0deg );}

.anchor {

}
#bible_verse {
	height: 100%;
	width: 10%;
	text-align: center;
	margin-top: -20px;
	margin-left: -10px;
}
#founder {
	width: 180px;
	margin-top: -10px;
	height: 214px;
}
#superior-general-img {
	width: 100%;
	border: 1px solid #BC721B;
	margin-top: 15px;
	margin-bottom: 15px;
	-mz-box-shadow: 8px 8px 5px #FFFF66;
	-webkit-box-shadow: 0px 0px 40px #FFFF66;
}

#passport-image {
	width: 100%;
	border: 1px solid #BC721B;
	margin-top: 15px;
	margin-bottom: 15px;
	-mz-box-shadow: 8px 8px 5px #FFFF66;
	-webkit-box-shadow: 0px 0px 40px #FFFF66;
	padding: 0px;
}
#cmty-passport-image {
	width: 99%;
	border: 1px solid #BC721B;
	margin-top: 10px;
	margin-bottom: 10px;
	-mz-box-shadow: 8px 8px 5px #FFFF66;
	-webkit-box-shadow: 0px 0px 40px #FFFF66;
	padding: 0px;
}
#provincial-superior-img {
	width: 100%;
	border: 1px solid #BC721B;
	margin-top: 5px;
	margin-bottom: 10px;
	-mz-box-shadow: 8px 8px 5px #FFFF66;
	-webkit-box-shadow: 0px 0px 40px #FFFF66;
	padding: 2px;
}
#community-superior-img {
	width: 100%;
	border: 1px solid #BC721B;
	margin-top: 5px;
	margin-bottom: 10px;
	-mz-box-shadow: 8px 8px 5px #FFFF66;
	-webkit-box-shadow: 0px 0px 40px #FFFF66;
	padding: 2px;
}
#founderimg {
	height: 214px;
	width: 180px;
	padding-top: -30px;
	padding-left: -10px;
}

#titlecoloum {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #630;
	width: 180px;
	text-align: center;
	margin-top: 25px;
}

#image-title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #630;
	width: 180px;
	text-align: center;
	margin-top: 20px;
}
#titlecolouma {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #630;
	width: 180px;
	text-align: center;
	margin-top: 30px;
}

#titlecolouma1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #630;
	width: 180px;
	text-align: center;
	margin-top: 30px;
}
#title-cmty {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #630;
	width: 180px;
	text-align: center;
	vertical-align: middle;
	margin-left: 15px;
}
#aboutus-topspace {
	height: 125px;
	width: 99%;
	margin-left: 10px;
	background-position: center;
	margin-right: 10px;
	-mz-box-shadow: 8px 8px 5px #FFFF66;
	-webkit-box-shadow: 0px 0px 40px #FFFF66;
	border: 1px solid #BC721B;
	margin-top: -130px;
}
#cmty-history-topspace {
	height: 125px;
	width: 99%;
	margin-left: 10px;
	background-position: center;
	margin-right: 10px;
	-mz-box-shadow: 8px 8px 5px #FFFF66;
	-webkit-box-shadow: 0px 0px 40px #FFFF66;
	border: 1px solid #BC721B;
	margin-top: -130px;
}
#cmty-history-topspace {
	height: 125px;
	width: 99%;
	margin-left: 10px;
	background-position: center;
	margin-right: 10px;
	-mz-box-shadow: 8px 8px 5px #FFFF66;
	-webkit-box-shadow: 0px 0px 40px #FFFF66;
	border: 1px solid #BC721B;
	margin-top: -120px;
}
#mission-topspace {
	width: 100%;
	background-position: center;
	-mz-box-shadow: 8px 8px 5px #FFFF66;
	-webkit-box-shadow: 0px 0px 40px #FFFF66;
	border: 1px solid #BC721B;
	height: 100%;
	margin-top: -10px;
}

#activiy-topspace {
	width: 100%;
	background-position: center;
	-mz-box-shadow: 8px 8px 5px #FFFF66;
	-webkit-box-shadow: 0px 0px 40px #FFFF66;
	border: 1px solid #BC721B;
	height: 100%;
	margin-top: -10px;
}

#news-topspace {
	width: 100%;
	background-position: center;
	-mz-box-shadow: 8px 8px 5px #FFFF66;
	-webkit-box-shadow: 0px 0px 40px #FFFF66;
	border: 1px solid #BC721B;
	height: 100%;
	margin-top: -40px;
}
#gallery-topspace {
	width: 100%;
	background-position: center;
	-mz-box-shadow: 8px 8px 5px #FFFF66;
	-webkit-box-shadow: 0px 0px 40px #FFFF66;
	border: 1px solid #BC721B;
	height: 100%;
	margin-top: -40px;
}

#about-us-topspace {
	height: 100%;
	width: 99%;
	margin-left: 10px;
	background-position: center;
	margin-right: 10px;
	-mz-box-shadow: 8px 8px 5px #FFFF66;
	-webkit-box-shadow: 0px 0px 40px #FFFF66;
	border: 1px solid #BC721B;
	margin-top: 10px;
}


#spiritual-topspace {
	height: 100%;
	width: 99%;
	background-position: center;
	-mz-box-shadow: 8px 8px 5px #FFFF66;
	-webkit-box-shadow: 0px 0px 40px #FFFF66;
	border: 1px solid #BC721B;
	margin-top: -10px;
}

#bible-quote-topspace {
	height: 100%;
	width: 99%;
	background-position: center;
	-mz-box-shadow: 8px 8px 5px #FFFF66;
	-webkit-box-shadow: 0px 0px 40px #FFFF66;
	border: 1px solid #BC721B;
	margin-top: 50px;
}
#silchar-topspace {
	height: 100%;
	width: 100%;
	margin-top: -20px;
	background-position: center;
	-mz-box-shadow: 8px 8px 5px #FFFF66;
	-webkit-box-shadow: 0px 0px 40px #FFFF66;
	border: 1px solid #BC721B;
}


#cmty-map-topspace {
	height: 125px;
	width: 99%;
	margin-top: -60px;
	margin-left: 10px;
	background-position: center;
	margin-right: 10px;
	-mz-box-shadow: 8px 8px 5px #FFFF66;
	-webkit-box-shadow: 0px 0px 40px #FFFF66;
	border: 1px solid #BC721B;
}

#cmty-news-topspace {
	height: 125px;
	width: 99%;
	margin-top: 10px;
	margin-left: 10px;
	background-position: center;
	margin-right: 10px;
	-mz-box-shadow: 8px 8px 5px #FFFF66;
	-webkit-box-shadow: 0px 0px 40px #FFFF66;
	border: 1px solid #BC721B;
}
#mission-cmty-topspace {
	height: 125px;
	width: 99%;
	margin-top: -110px;
	margin-left: 10px;
	background-position: center;
	margin-right: 10px;
	-mz-box-shadow: 8px 8px 5px #FFFF66;
	-webkit-box-shadow: 0px 0px 40px #FFFF66;
	border: 1px solid #BC721B;
}
#mission-school-topspace {
	height: 125px;
	width: 99%;
	margin-left: 10px;
	background-position: center;
	margin-right: 10px;
	-mz-box-shadow: 8px 8px 5px #FFFF66;
	-webkit-box-shadow: 0px 0px 40px #FFFF66;
	border: 1px solid #BC721B;
}

#map-topspace {
	height: 125px;
	width: 99%;
	margin-top: 10px;
	margin-left: 10px;
	background-position: center;
	margin-right: 10px;
	-mz-box-shadow: 8px 8px 5px #FFFF66;
	-webkit-box-shadow: 0px 0px 40px #FFFF66;
	border: 1px solid #BC721B;
}
#cmt-map-topspace {
	height: 125px;
	width: 99%;
	margin-left: 10px;
	background-position: center;
	margin-right: 10px;
	-mz-box-shadow: 8px 8px 5px #FFFF66;
	-webkit-box-shadow: 0px 0px 40px #FFFF66;
	border: 1px solid #BC721B;
	margin-top: 20px;
}
#home-topspace {
	height: 53px;
	width: 99%;
	margin-top: -50px;
	margin-left: 5px;
	background-position: center;
	margin-right: 5px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 16px;
	color: #C60;
	text-decoration: blink;
}
#home-news-bar {
	height: 55px;
	width: 99%;
	margin-left: 5px;
	background-position: center;
	margin-right: 5px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 16px;
	color: #C60;
	text-decoration: blink;
}

#ticker-news-bar {
	height: 55px;
	width: 99%;
	margin-left: 5px;
	background-position: center;
	margin-right: 5px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 16px;
	color: #C60;
	text-decoration: blink;
	margin-top: 50px;
}
#moto-bar {
	width: 100%;
	background-position: center;
	text-align: center;
	font-size: 16px;
	text-decoration: blink;
	margin-bottom: 5px;
	padding-top: 150px;
}
#navigation-bar {
	height: 53px;
	width: 99%;
	margin-top: -50px;
	margin-left: 5px;
	background-position: center;
	margin-right: 5px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 16px;
	color: #C60;
	text-decoration: blink;
}
.container-footer{
	width: 100%;
}
.container-header{
	width: 100%;
}


#footerfooterpanel a:hover {
  color: #E8CE0E;
}
#conventimg {
	width: 100%;
	height: auto;
	border: 1px solid #630;
	margin-bottom: 10px;
	-mz-box-shadow: 8px 8px 5px #FFFF66;
	-webkit-box-shadow: 0px 0px 40px #FFFF66;
	margin-top: 10px;
}
#address-coloum {
	height: 50px;
	width: 100%;
	margin-top: 5px;
}
#youtube-video {
	width: 100%;
	height: 430px;
	border: 1px solid #BC721B;
	}

#community-members {
	float: left;
	width: 26%;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#community-address {
	float: left;
	width: 26%;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#community-contact {
	float: left;
	width: 26%;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.gallery img {
	transition: 1s;
	padding: 10px;
	height: 100px;
	width: 100px;
}

.gallery img:hover{
	filter: brightness(150%);
	transform: scale(1.1);
	padding: 10px;
	height: 100px;
	width: 100px;
}

.gallery1 img {
	transition: 1s;
	padding: px; 
	
}

.gallery1 img:hover{
	filter: contrast(110%);
	transform: scale(1.1);
	
}

.passport-image {
	transition: 1s;
	padding: px; 
	
}
.passport-image:hover{
	filter: contrast(110%);
	transform: scale(1.1);
	
}

.image-container {
  position: relative;
  width: 180px;
  height: 280px;
  overflow: hidden;
}

.item {
  position: absolute;
  top: 0;
  left: 0;
}

.item img {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.image-container:hover .item img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}


.iframe-style{
	height:calc(100vh - 95px) !important;
	width:100% !important;
	float: center; 
	margin-top: 10px;
	margin-top:5px;
}
#search {
	float: right;
	margin-right: 50px;



}

.event-box1 {
	height: 560px;
	width: 400px;
	float: left;
}

.event-box2 {
	height: 560px;
	width: 300px;
	border: 1px solid #683C08;
	float: right;
}
#index-slider {
	width: 100%;
}
#cmty-image {
	width: 100%;
}
#cmty-superior {
	width: 180px;
	margin-left: 20px;
}
#cmty-slider-menu {
	text-align: center;
	width: 100%;
}
.site-title {
	width: 100%;
	background-repeat: no-repeat;
	background-color: #3FF;
}
#slide-wrap {
}


.row-footer{
text-align: center;
margin-top: 20px;

}
.search-logo {
	height: 25px;
	width: 25px;
	float: left;
}
.web-reg {
	margin-top: 10PX;
	color: #663300;
	text-align: center;
	
}
#contact_page .end-bar .container--bottom .row-footer .social-bar #search form .search-btn {
	height: 30px;
	width: 400px;
	padding: 10px;
	float: left;
}
#contact_page .end-bar .container--bottom .row-footer .social-bar #search form .search-btn .box .search-icon {
	padding: 5px;
	height: 30px;
	width: 30px;
	float: left;
}

#contact_page .end-bar .container--bottom .row-footer .social-bar #search form .search-btn .box .search-textbox {
	padding: 5px;
	height: 30px;
	width: 400px;
	float: right;
	color: #630;
}

#contact_page .end-bar .container--bottom .row-footer .social-bar #search form .search-btn .box .search-button {
	padding: 5px;
	height: 30px;
	width: 100px;
	float: right;
}
#News_page .container-main .row .col-b-md-4.col-b-sm-6.wow.fadeInDown .col-xs-12 .page-title.text-center .wrapper4 .three-col-box .three-col-header .news-iframe-panel {
	width: 120%;
	padding-left: -100px;
}
.imageLeft-wrap {
	padding: 8px;
	float: left;
	width: 300px;
}


.floating-img{
	max-width: 400px;
}


.floating-img-right {
	float: right;
	border: 1px solid #FFF;	
	margin: 10px 10px 10px 10px;
	-mz-box-shadow: 6px 6px 5px #fcfcfa;
	-webkit-box-shadow: 0px 0px 10px #fcfcfa;
	
}

.floating-img-left {
	float: left;
	margin: 10px 10px 10px 10px;
	border: 1px solid #FFF;	
	-mz-box-shadow: 6px 6px 5px #fcfcfa;
	-webkit-box-shadow: 0px 0px 10px #fcfcfa;
	
}



iframe {
      width: 100%;
      height: 100%;
      border: none;
      display: block;
      overflow: hidden;
}


.audio-player{
	width: auto;
	text-align: center;
	padding-top: 5px;
	float: right;
	width: 100%;
	margin-top: 5px;
	margin-right: 90px;
	
	}





#mySearchBox {
        padding: 8px;
        width: 200px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    #myList li {
        padding: 5px 0;
        list-style: none;
    }


.search-box{
	
	text-align: left;
	float: right;
	width: 40%;
	margin-top: -100px;
	margin-right: -390px;
}



/* Search container wrapper */
.search-container {
    width: 100%;
   	float: right;
    justify-content: center;
    padding: 2px;
	margin-top: -100px;
	margin-right: -820px;
}

/* Search form */
.search-form {
    display: flex;
    align-items: center;
    gap: 3px;
    width: 100%;
    max-width: 300px; /* limit width on desktop */
}

/* Search input */
.search-form input {
    flex: 1;
    padding: 5px;
    font-size: 15px;
    border: 1px solid #aaa;
    border-radius: 8px;
}

/* Buttons with icons */
.search-form button {
    border: none;
    background: none;
    cursor: pointer;
    padding: 3px;
}

.search-form button img {
    width: 26px;
    height: 26px;
}

/* Mobile Responsive */
@media (max-width: 480px) {
    .search-form {
        gap: 3px;
        max-width: 100%;
    }

    .search-form input {
        font-size: 14px;
        padding: 8px;
    }

    .search-form button img {
        width: 22px;
        height: 22px;
    }
}












    /* Optional: make iframe responsive if inside a container */
    .iframe-container {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
    }

    .iframe-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }



@media (max-width: 680px) {
            .container {
                width: 100%;
                padding: 0px;
            }
			.slider
			{
                width: 100%;
                padding: 0px;
            }
			#wowslider-container1
			{
                width: 100%;
                padding: 0px;
            }
			
		.top-bar 
			{
				margin-top: 70px;
	
			}
	   .page-title .title{
			display: inline-block;
			text-transform: uppercase;
			letter-spacing: 1.5px;
			color: #663300;
			font-weight: 100;
			font-size: 18px;
			text-align: center;
}
	
	
}


@media (max-width: 480px) {
	
		
            .container {
                width: 100%;
				padding: 0px;
            }
			.slider
			{
                width: 100%;
				padding: 0px;
            }
			#wowslider-container1
			{
                width: 100%;
				padding: 0px;
            }
			
		.top-bar 
			{
				margin-top: 70px;
	
			}
	   .page-title .title{
			display: inline-block;
			text-transform: uppercase;
			letter-spacing: 1.5px;
			color: #663300;
			font-weight: 100;
			font-size: 18px;
			text-align: center;
}
	
	#sealfront{
		width: 80px;
		height: 80px;
		
	}
		
	#sealback{
		width: 80px;
		height: 80px;
		
	}
		
	
}




.youtube-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 20px 0;
}

.youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* google Map */
.container-map {
	margin-top: 5px;
    width: 100%;
    height: 450px;          /* Default height for desktop */
    position: relative;
    overflow: hidden;
	border: thin #875217
}

/* Make the map or iframe fill the container */
.container-map iframe,
.container-map .map-inner {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Responsive height for tablets */
@media (max-width: 768px) {
    .container-map {
        height: 350px;
    }
}

/* Responsive height for mobile */
@media (max-width: 480px) {
    .container-map {
        height: 250px;
    }
}


.zoom-wrapper {
    overflow: hidden; /* Hides the enlarged part outside the container */
    display: inline-block;
}

.zoom-wrapper img {
    transition: transform 0.5s ease; /* Smooth transition for the transform property */
    display: block; /* Helps with alignment issues */
}

.zoom-wrapper:hover img {
    transform: scale(1.1); /* Enlarges the image by 10% */
}

.swap-wrapper {
    position: relative;
    display: inline-block;
}

.img-default, .img-hover {
    width: 100%;
    height: auto;
    transition: opacity 0.4s ease;
}

.img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; /* Hidden by default */
}

.swap-wrapper:hover .img-hover {
    opacity: 1; /* Visible on hover */
}

.swap-wrapper:hover .img-default {
    opacity: 0; /* Hidden on hover */
}


star-list li::before {
    content: "★"; /* Or "☆" for an outlined star */
    margin-right: 5px;
}


wp {
  font-family: Arial, Helvetica, sans-serif; /* Use web-safe fonts with fallbacks */
  font-size: 16px; /* Base font size */
  line-height: 1.6; /* Optimal spacing between lines for readability */
  color: #333; /* Dark gray for good contrast */
  margin: 0 0 1em 0; /* Adds space below each paragraph (1em = current font size) */
  padding: 0; /* Removes default padding */
  text-align: j; /* Aligns text to the left */
}

.text-p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #030;
	margin-right: 10px;
	height: auto;
	width: 100%;
	text-align: justify-all;
	margin-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
}

.heading-left {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #030;
	margin-right: 10px;
	height: auto;
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
}

.container-calender {
	margin-top: 5px;
    width: 100%;
    height: 650px;          /* Default height for desktop */
    position: relative;
    overflow: hidden;
	border: thin #875217
}


