* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul{list-style-type:none;}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
text-decoration:none;    
}
@font-face {
    font-family: 'Berlin Sans FB';
    font-style: normal;
    font-weight: normal;
    src: local('Berlin Sans FB'), url('fonts/BRLNSR.woff') format('woff');
    }
    
    @font-face {
    font-family: 'Berlin Sans FB Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Berlin Sans FB Bold'), url('fonts/BRLNSB.woff') format('woff');
    }
/*font face*/
 @font-face {
    font-family: 'lithosregular';
    src: url('fonts/lithos-webfont.woff2') format('woff2'),
         url('fonts/lithos-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'verdanaregular';
    src: url('fonts/verdana-webfont.woff2') format('woff2'),
         url('fonts/verdana-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'verdanabold';
    src: url('fonts/verdana-bold-webfont.woff2') format('woff2'),
         url('fotns/verdana-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
  font-family: 'verdanaregular';
  line-height: 1.6;
  color: #333;
}
h1,h2,h3,h4,p,a{font-family: 'verdanaregular';}
/* Links that point to a location on the same page will scroll
 * smoothly down to that location. */
p{font-size:18px;}

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}

.bg-white{background-color:#fff;}

.navbar-toggler{
	background-color:#fff!important;
}
.navbar-light .navbar-toggler {
  border-color: #1e2a78!important; /* Or any other color */
  color: #1e2a78!important;
}
.text-blue{
	color: #324486;
}
.bg-blue{background-color: #1e2a78;color:#fff;}
.bg-yellow{background-color: #f7b92a75;}
.bg-red{background-color: #A60303!important;color:#fff;}
.text-red{color: #A60303!important;}
.textprimary{color: #324486 !important}
.main-header {
  padding: 10px 20px;
  background: #fff;
}
.logo {
  width: 100px;
  height: 70px;
}
.app-links img {
  height: auto;
  margin:0 10px;
}
.top-rightMenu ul {list-style-type:none;}
.top-rightMenu .peacock{
	position:absolute;
	right: 110px;
  top: 1%;
  width: 64px;
  height: auto;
  z-index: 39;
}
.socialMenu .bi:before{
	color:#324486;
}
.main-nav{
		background-color: #324486;color:#fff;
}
.main-nav li:not(:first-child) {
	border-right: 1px solid #fff;
}
.main-nav li:last-child {
	border-right: none;
}
.main-nav li img{vertical-align:text-top;}
.main-nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  text-transform:uppercase;
  vertical-align:sub;
  padding:5px 15px;
  font-family: 'verdanaregular';
  
}
.main-nav a:hover {
  color: white;
}
.hero-section {
  background: #fff3e0;
  padding: 20px;
  display: flex;
  justify-content: center;
}
.hero-images img {
  max-width: 100%;
  height: auto;
  margin: 0 10px;
  border-radius: 8px;
}
.intro {
  padding: 20px;
  text-align: center;
}
.intro h1
		{
		color: #1e2a78;	
		}

.intro h2{
  color: #1e2a78;
  margin-bottom: 0px;
  font-size:24px;
}
.intro p{
	font-size:18px;
}
.ein {
  display: block;
  color: #324486;
  font-weight:bold;
}
.upcomingevents{
	background: #F4C531;
background: linear-gradient(90deg,rgba(244, 197, 49, 1) 0%, rgba(247, 209, 108, 1) 43%, rgba(252, 226, 167, 1) 75%);
}
.eventlist img{
	border:2px solid #fff;
}
.events-section .events img {
  width: 180px;
  margin: 10px;
}
.quick-links {
  margin-top: 20px;
}
.quick-links a {
  display: inline-block;
  background: #374C8C;
  color: white;
  padding: 10px 15px;
  margin: 5px;
  border-radius: 5px;
  text-decoration: none;
}
.sponsors {
  padding: 30px;
  text-align: center;
  
}
.sponsorstxt{font-family : 'Berlin Sans FB';}
.subscribetxt{font-family : 'lithosregular';}
.sponsors h2{
	color:#f18501;
	
	text-transform:uppercase;
	border-bottom:1px solid #000;
	display:inline-block;
}
.sponsor-logos img {
  max-height: 50px;
  margin: 10px;
}
.resources-subscribe {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
  background: #fff;
  border-top: 5px solid #987804;
}
.resources ul {
  list-style: none;
  margin-top: 10px;
}
.subscribe input {
  padding: 8px;
  margin-right: 10px;
}
.subscribe button {
  padding: 8px 15px;
  background: #c62b02;
  color: white;
  border: none;
  font-size:16px;
}
.footer-bottom{
  background: #324486;
  color: white;
  text-align: center;
  padding: 10px;
}
.footer-bottom p{margin-bottom:5px;}
.footer-bottom li a,.footer-bottom p a{color:#fff;
	text-decoration:none;
}

.formbg{
		background-color:#f7b92a;
}
.team-style1 {
    position: relative;
    display: block;
    overflow: hidden
}
.team-style1 img{min-height:300px;}
.team-style1 .team-info {
    bottom: 15px;
    left: 15px;
    right: 15px;
    border-radius: 5px;
    transform: translate3d(0px, 0%, 0px);
    transition: all 800ms ease 0.35s;
    padding: 15px 20px;
    box-shadow: 0px 5px 24.25px 0.75px rgba(0,0,0,0.1);
    background: #ffffff;
    position: absolute
}
.team-style1:hover .team-overlay {
    transform: translate3d(0px, 0, 0px);
    transition-delay: 0.1s;
    background: rgba(30, 42, 120, 0.5);
    border-radius: 5px
}
.team-style1 .social-icon-style1 {
    border-top: 2px dotted rgba(255,255,255,0.3);
    margin-top: 15px;
    padding-top: 20px
}

.team-bg-shape img {
    position: absolute;
    top: -40px;
    right: -40px;
    z-index: 0
}
.team-style1 .social-icon-style1 {
    border-top: 2px dotted rgba(255,255,255,0.3);
    margin-top: 15px;
    padding-top: 20px;
}

.social-icon-style1 {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
}

.social-icon-style1 li {
    display: inline-block;
    margin-right: 5px;
}

.social-icon-style1 li a {
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    color: #2fbfa7;
    background-color: #ffffff;
}
.membership{
      position: absolute;
    top: -110px;
    left: 160px;
    }
.seniors{
		position: absolute;
		top: 105px;
		left: 162px;
	}
.youth{
		margin-right:-140px;
	}
.copyright .color-blue {
  color: #46A4B5;
  font-size: 17px;
}
.copyright .color-orange {
  color: #F7971E;
  font-size: 17px;
}
.footermenu{
	padding: 10px 0px 15px 10px;	
}
.footermenu li a{
	text-decoration:none;
	color:#000;
}
.subscribe h3{
	color:#f7b92a;
	letter-spacing:2px;
}
.footermenuleft{
		text-align:justify;
}
.footertop{
	border-top:2px solid #A08217;
}
/*seniors*/
.seniorscontent a{
		padding:10px 20px;
		text-decoration:none;
		border:3px solid #f7b92a;
		border-radius:25px;
		background-color:#1e2a78;
		color:#fff!important;
		font-weight:700;
}
.seniorscontent a:hover{
		background-color:#fff;
		color:#1e2a78!important;
		
}
.youthcontent a{
		padding:10px 25px;
		text-decoration:none;
		border:3px solid #f7b92a;
		border-radius:25px;
		background-color:#1e2a78;
		color:#fff!important;
		font-weight:700;
}
.youthcontent a:hover{
		background-color:#fff;
		color:#1e2a78!important;
		transition: 0.3s;
		
}
.yellowbg{
		background: #f7b92a75;
  border-radius: 25px;
  box-shadow: 5px 5px 5px antiquewhite;
		
}

.diamond-events a{color:#fff;}
.funeralservice{
		background: #c2c1c27a;
		border-radius: 25px;
  box-shadow: 4px 5px 6px rgba(0,0,0,0.25);
}
.otherservices{
	background: #1e2a78;
		border-radius: 25px;
  box-shadow: 4px 5px 6px rgba(0,0,0,0.25);
  color:#fff!important;
}
.otherservices a{color:#fff!important;}
.otherservices a:hover{color:#fff!important;}
.card{box-shadow: 4px 5px 6px rgba(0,0,0,0.25);}
#cover {
    position: absolute;
    width: 50%;
    height: 50%;
    left: 90px;
    right: 20%;
    top: -260px;
    bottom: 0;
    margin: auto;
}

#cover-logo-wrapper {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10%;
    height: 0;
    padding: 5% 0;
    border: solid 1px rgba(255,255,255,0.2);
}

.cover-logo {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: -50px;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 0;
    padding: 50% 0;  
    text-align: center;
    -ms-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}


.cover-logo-boxes {
    position: absolute;
    width: 120px;
    height: 120px;
	 display: flex;
      align-items: center;
      justify-content: center;
      transform: rotate(45deg);
      margin: auto;
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
      cursor: pointer;
}

.cover-logo-boxes span {
    display: block;
        position: absolute;
    left: 25%;
    top: 50%;
    -ms-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    margin: 0 auto;
    text-align: center;
	color:#fff;
}

#cover-logo-box-1 {
    left: -23px;
    top: 0;
    background: #0056a4;
	color:#fff;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transform: rotate(5deg);
	
}

#cover-logo-box-2 {
    right: -125px;
    top: 5%;
    background: #F1C52E;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transform: rotate(5deg);
}

#cover-logo-box-3 {
    left: -39px;
    top: 62%;
    background: #EF8702;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transform: rotate(5deg);
}

#cover-logo-box-4 {
    left: 90%;
    top: 68%;
    background: #A60303;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transform: rotate(6deg);
}
.cover-logo-boxes a {
      transform: rotate(-45deg);
      display: block;
      font-weight: 700;
      text-decoration: none;
      color: inherit;
      text-align: center;
    }
	 /* Universal hover lift */
    .cover-logo-boxes:hover {
      box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    }

    /* Pulse animations */
    @keyframes pulse-slow {
      0%   { transform: rotate(45deg) scale(1); }
      50%  { transform: rotate(45deg) scale(1.15); }
      100% { transform: rotate(45deg) scale(1); }
    }
    @keyframes pulse-medium {
      0%   { transform: rotate(45deg) scale(1); }
      50%  { transform: rotate(45deg) scale(1.18); }
      100% { transform: rotate(45deg) scale(1); }
    }
    @keyframes pulse-fast {
      0%   { transform: rotate(45deg) scale(1); }
      50%  { transform: rotate(45deg) scale(1.2); }
      100% { transform: rotate(45deg) scale(1); }
    }
	
.gallery .card img{height:300px;}
.gallery .card h4{font-size:20px;color:#000;text-transform:capitalize;}
.gallery a:hover img {
  transform: scale(1.03);
  box-shadow: 0 16px 36px rgba(0,0,0,.18);
}
.sponsors a:hover img {
  transform: scale(1.03);
  box-shadow: 0 16px 36px rgba(0,0,0,.18);
}
.btnview,.btnsubmit,.edit-btn{
	background: #A60303!important;
  border: 1px solid #A60303!important;
  padding: 5px 30px!important;
  font-weight:500!important;
  font-size:20px!important;
}
.required{color:red;}
.contactusform{
		border-radius: 25px;
		box-shadow: 2px 4px 2px rgba(0,0,0,0.25);
}
.loginform{
	border-radius: 25px;
		box-shadow: 2px 4px 2px rgba(0,0,0,0.25);
}
.registerform{
	border:1px solid #000;
}
.registerform h3, .paymenthistory h3,.familydetails h3,.section-header h3,.renewmembership h3,.commitee-hero-section h2{
		background-color: #A60303;
		color:#fff;
}
.btnred{
	  background: #A60303!important;
	  border: 1px solid #A60303!important;
	  padding: 5px 30px!important;
	  font-weight:500!important;
	  font-size:20px!important;
}
.btnblue{
	  background: #324486!important;
	  border: 1px solid #324486!important;
	  padding: 5px 30px!important;
	  font-weight:500!important;
	  font-size:20px!important;
}
.btnyellow{
	background: #f7b92a75!important;
  border: 1px solid #f7b92a75!important;
  padding: 5px 30px!important;
  font-weight:500!important;
  font-size:20px!important;
  color:#000;
}
.upeventlist .card:hover{
	border:2px solid #A60303;
	transition-duration: 500ms;
}
.upeventlist .card-title{
	color:#000;
	cursor:pointer;
}
.upeventlist .card-body{
	padding:5px 0px;
	
}
.upeventlist .card-body img{height:350px;}
.upeventlist .card-footer a{
	cursor:pointer;
}
.socialMenu{padding-left:0px;}
.socialMenu li .facebook{	
}
.custom-card-header {
      background-color: #A60303; /* Dark red header */
      color: #fff;
      font-weight: bold;
      padding: 10px 15px;
      border-top-left-radius: .25rem;
      border-top-right-radius: .25rem;
    }
    .custom-card-body {
      padding: 20px;
    }
    .detail-label {
      font-weight: 500;
      margin-right: 5px;
    }
    .detail-value {
      color: #A60303;
      font-weight: 500;
    }
    .edit-btn {
      float: right;
      margin-top: 10px;
    }
.paymenthistorytable thead{background-color: #1e2a78;color:#fff;}
#loginMenu li a{border-right:1px solid #c2c2c2;}
.hero-banner {
    overflow: hidden;
  }
  .hero-banner img {
    object-fit: cover;
    height: 100%;
	max-height:250px;
  }
 
 @media screen and (max-width: 1280px) {
	 
    .team-style1 .team-info {
        padding:20px
    }
	.hero-banner img{height:180px!important;}
	#cover{left:10%;
	width:50%;height:50%;}
	
	.cover-logo-boxes{
		width:90px;
		height:90px;
	}
	.cover-logo-boxes span{font-size:14px!important;font-weight:400!important;}
	#cover-logo-box-1{top:19%;left: 28%;}
	#cover-logo-box-3{left: 27%;top: 75%;}
	#cover-logo-box-2{right: 0px;top: 19%;left: 86%;}
	#cover-logo-box-1 span{left:0;}
	
}
@media only screen 
  and (min-width: 820px) 
  and (max-width: 850px) 
  and (orientation: portrait) {
  
  .events-section {
    padding: 2rem;
    text-align: center;
  }

  .cover-logo-boxes {
    width: 110px;
    height: 110px;
  }

  .eventlist img {
    max-width: 90%;
  }
}

/* 🎯 iPad Pro 11" / 12.9" (Landscape: 1112px – 1366px wide) */
@media only screen 
  and (min-width: 1024px) 
  and (max-width: 1366px) 
  and (orientation: landscape) {
  
  .events-section {
    padding: 3rem 4rem;
  }

  .cover-logo-boxes {
    width: 110px;
    height: 110px;
  }
	
	
  .eventlist img {
    max-width: 100%;
  }
   #cover-logo-box-1 {
			
			top: -20px;
			
		  }
   #cover-logo-box-2 {
			
			top: -13px;
			left: 146px;
		  }
		#cover-logo-box-3 {
			top: 62%;
			left: 18%;
			
		  }
		  #cover-logo-box-4 {
			top: 66%;
			left: 97px;
			
		  }
}

/* 🎯 General iPad Pro (any orientation, 820px – 1366px) */
@media only screen 
  and (min-width: 820px) 
  and (max-width: 1366px) {
  
  .events-section h2 {
    font-size: 2rem;
  }
  
  .cover-logo-boxes span {
    font-size: 0.9rem;
  }
 
		#cover-logo-box-3 {
			top: 64%;
			left: 16%;
			
		  }
		  #cover-logo-box-4 {
			top: 75%;
			left: 132px;
			
		  }
}
@media screen and (max-width: 992px) {
    .team-style1 .team-info {
        padding:20px
    }
	.hero-banner img{height:180px!important;}
		
	.cover-logo-boxes{
		width:90px;
		height:90px;
	}
	.cover-logo-boxes span{font-size:14px!important;font-weight:400!important;}
	#cover-logo-box-1{top:19%;left: 28%;}
	#cover-logo-box-3{left: 20%;top: 47%;}
	#cover-logo-box-4{left: 77%;top: 48%;}
	#cover-logo-box-2{right: 0px;top: 19%;left: 86%;}
	#cover-logo-box-1 span{left:0;}
	.main-nav li:not(:first-child){border-right:none;}
	.main-nav{
		background-color: #fff;color:#324486;
	}
	.mobilemenu{background-color:#324486}
}
 @media (max-width: 576px) {
      .cover-logo-boxes {
        width: 70px;
        height: 70px;
      }
      .cover-logo-boxes a {
        font-size: 11px;
      }
	  .cover-logo{
			top:20px;
	  }
	    #cover-logo-box-2 {
			right: 0px;
			top: 21%;
			left: 110px;
		  }
		#cover-logo-box-3 {
			top: 57%;
			left: 20%;
			
		  }
		  #cover-logo-box-4 {
			top: 60%;
			left: 99px;
			
		  }
    }
