*{
	margin:0;
	padding:0;
	-webkit-appearance: none;
	-moz-appearance: none; 
	-o-appearance: none; 
	appearance: none;
	box-sizing: border-box;
}
a{
	font-size: 16px;
	color: #444444;
}
a:hover{
	text-decoration: none;
	color: #f57c11;
	
}
h1,h2,h3,h4,h5,h6,p,a{
	font-family: 'Roboto', sans-serif
}
p{
	line-height: 24px;
    letter-spacing: 1px;
    font-size: 15px;
    text-align: justify;
}
@import url('/fonts_googleapis_com/css/index.html');
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #383838;
}

.navbar-light .navbar-nav .nav-link{
	text-transform: capitalize;
	color:#fff;
	font-size: 15px;
}
.navbar-light .navbar-nav .nav-item{
  line-height: 28px;
  padding-right: 40px;
}
.dropdown-item{
	font-size: 13px;
  padding: 0px 22px;
}
.nav-bg{
	background-color:#335e80c9 !important;
}
.navbar-light .navbar-nav .active>.nav-link{
	color:#fff;
}
.img-div {
    height: 500px;
    overflow: hidden;
}
.img-div img {
    height: inherit;
}
.carousel-indicators li{
	width: 15px;
    height: 15px;
    border-radius: 50%;
}
.partialViewSlider-wrapper ul > li > img{
	height: 415px;
}

.text-div{
	position: relative;
}
.text{
	position: absolute;
    top: 0;
    left: 0;
    color: #000;
    font-size: 40px;
}
.block {
    background-color: rgba(137, 181, 194, 0.6);
    width: 30% !important;
    height: 245px !important;
    display: inline-block !important;
    position: absolute;
    clip-path: polygon(100% 0%, 100% 80%, 50% 100%, -229% 1%);
    top: 0;
    left: 0;
    color: #000;
    font-size: 20px;
    z-index: 99;
    border-top: 6px solid #2f5a82;
    text-align: center;
    padding:10px;

}
.block img{
	padding-top: 25px;
}
.block h4, h6{
	color: #f7f7f7;
    text-shadow: 1px 1px 1px #000;
}
.block h6{
	font-size: 13px;
}
.block a{
	font-size: 12px;
	color: #000;
}
.block a:hover{
	text-decoration: underline;
}





.news  {
  width: 100%;
  background:#002b45;
    
  float: left;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  height: 45px;
  position: relative;
  cursor: pointer;
  
}
.marquee-sibling {
  padding: 0;
  
  background-color: #ab5f1c;
  width: 20%;
  height: 45px;
  line-height: 42px;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  float: left;
  left: 0;
  z-index: 100;
}
.marquee,
*[class^="marquee"] {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
}
.marquee { margin-left: 25%; }
.marquee-content-items {
  display: inline-block;
  padding: 5px 15px;
  margin: 0;
  height: 45px;
  position: relative;
 
}
.marquee-content-items li {
  display: inline-block;
  line-height: 35px;
  color: #000;
}
.marquee-content-items li a{
  color: #0af;
  
}
.marquee-content-items li a:hover{
  color: #EA1C1C;
  text-decoration:none;
}
.marquee-content-items li:after {
  content: "|";
  margin: 0 2em;

}



.detailsec p{
	line-height: 24px;
    letter-spacing: 1px;
    font-size: 15px;
    text-align: justify;
}
.blackbutton {
    background: rgb(69,72,77);
    background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
    font-family: 'Open Sans';
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 30px auto 0;
    font-weight: 500;
    padding: 8px 0;
    border-radius: 7px;
    text-transform: capitalize;
    -webkit-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}
.blackbutton:hover {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 );
    color: #f57c11;
    text-decoration: none;
    -webkit-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}
.new-events{
	width: 100%;
    background: rgba(245, 240, 232, 0.4) url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cardimg{
	height: 180px;
	overflow: hidden;
}
.cardimg img{
	object-fit: contain;
}

.border-bottom {
    border-bottom: 1px solid #a5a4a4!important;
}

footer{
	width: 100%;
    background: rgba(27, 94, 151, 0.9) url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) no-repeat scroll center center;
    color: #000;
}
.foot p{
	letter-spacing: 0px;
}
.foot, .foot-list1 a{
	font-size: 15px;
	color: #fff;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
	  position: absolute;
    top: 44px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
    text-transform: capitalize;
    padding: 5px 0px;
}
.aboutus{
	background-color:#f4ddb8;
}
.btn-new{
	text-transform: capitalize;
    font-size: 14px;
    color: #f57c11;
    text-shadow: 0px 1px 0px #000;
    padding-left: 0;
}
.btn-new:hover{
	color: blue;
}
.embed-responsive{
	height: 300px;
}
.com-a{
      text-shadow: 0px 1px 0px #000;
      color: #ffffffc9;
    text-decoration: underline;
}
.dropdown-item:focus, .dropdown-item:hover{
  background-color: #e9e9e9;
}
.box{
    padding: 30px 40px;
    background: #d3d7dbfa;
    border-radius: 5px;
}
.box_border{
  border:1px solid #b8babc!important;
  
}

@media screen and (max-width: 768px)
{
	.partialViewSlider-wrapper ul > li > img{
	height: auto;
	}
}
@media screen and (min-width: 769px) and (max-width: 990px)
{
	.partialViewSlider-wrapper ul > li > img{
	height: 300px;
	}
}
@media screen and (max-width: 575px){
  .silde .block{
    display: none !important;
  }

}
@media screen and (max-width: 991px){
  .marquee-sibling{
    width: 30%;
    font-size: 14px;
  }
}






.galler_h {
    margin-bottom: 18px;
    min-height: 39px;
    padding-left: 4px;
    line-height: 35px;
    width: 100%;
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) -37px 0px no-repeat;
}
.galler_h h1 {
    font-size: 25px;
    font-weight: 300;
    color: #fff;
    line-height: 37px;
    padding-left: 15px;
}
.panel-wrapper {
  position: relative;
  text-align: center;
}
.panel-wrapper .btn {
      color: #fff;
    background: #b72d04;
    border-radius: 10px;
    padding: 1px 10px;
    font-size: 13px;
}
.panel-wrapper .show, .panel-wrapper .hide {
      position: absolute;
    bottom: -2em;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    width: 12%;
}
.hide, .hide1, .hide2 {
  display: none;
}
.show:target, .show1:target, .show2:target {
  display: none;
}
.show:target ~ .hide, .show1:target ~ .hide1, .show2:target ~ .hide2 {
  display: block;
}
.show:target ~ .panel, .show1:target ~ .panel, .show2:target ~ .pane2 {
  max-height: 2000px;
}
.show:target ~ .fade, .show1:target ~ .fade, .show2:target ~ .fad2 {
  
}
.panel-wrapper  .panel {
  position: relative;
  max-height: 242px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.panel-wrapper .fade {
  background: linear-gradient(to bottom, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 1) 75%);
  height: 100px;
  margin-top: -100px;
  position: relative;
}
.nameofpriest h5 {
    font-size: 14px;
    text-align: center;
    padding-top: 6px;
    color: #002b45;
    margin-bottom: 0px;
    height: 40px;
    font-weight: bold;
}
.nameofpriest p {
         font-size: 13px;
    color: #150000;
    text-align: center;
    font-weight: bold;
}

@media (max-width: 1024px) and (min-width: 768px) {
.panel .col-md-2 {
    flex: unset !important;
    max-width: 25% !important;
}
.panel-wrapper .panel {
    max-height: 224px;
  }
}
@media (max-width: 560px) and (min-width: 479px) {

}
@media (max-width: 480px) and (min-width: 413px) {

}
@media (max-width: 414px) and (min-width: 410px) {
.panel-wrapper .show, .panel-wrapper .hide {
        width: 34%;
    }
    .panel-wrapper .btn {
      padding: 1px 10px;
    }
      .galler_h h1 {
          font-size: 20px; 
      }
      .show:target ~ .panel, .show1:target ~ .panel, .show2:target ~ .pane2 {
      max-height: fit-content;
  }
}
@media (max-width: 411px) and (min-width: 374px) {
  .panel-wrapper .show, .panel-wrapper .hide {
        width: 34%;
    }
    .panel-wrapper .btn {
      padding: 1px 10px;
    }
      .galler_h h1 {
          font-size: 20px; 
      }
      .show:target ~ .panel, .show1:target ~ .panel, .show2:target ~ .pane2 {
      max-height: fit-content;
  }
}
@media (max-width: 375px) and (min-width: 359px) {

}
@media (max-width: 360px) and (min-width: 319px) {
  .panel-wrapper .show, .panel-wrapper .hide {
        width: 34%;
    }
    .panel-wrapper .btn {
      padding: 1px 10px;
    }
      .galler_h h1 {
          font-size: 16px; 
      }
      .show:target ~ .panel, .show1:target ~ .panel, .show2:target ~ .pane2 {
      max-height: fit-content;
  }
}

.panel-wrapper {
  margin-bottom: 53px;
}

