

p {
  font-size: 15px;
  line-height: 25px;
}

section {
  padding: 25px 0 35px;
  background: #fff;
}

body { 
  position: relative; /* we need this for the scrollspy */ 
  font-size: 14px;
}

/*SCROLL BAR DESIGN*/
.scrollbar {
margin-left: 30px;
float: left;
height: 300px;
width: 65px;
background: #fff;
overflow-y: scroll;
margin-bottom: 25px;
}
.force-overflow {
min-height: 450px;
}

.scrollbar-primary::-webkit-scrollbar {
width: 10px;
background-color: #F5F5F5; }

.scrollbar-primary::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #e8e8e8; }

.scrollbar-primary {
scrollbar-color: #4285F4 #F5F5F5;
}

.scrollbar-danger::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-danger::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-danger::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #ff3547; }

.scrollbar-danger {
scrollbar-color: #ff3547 #F5F5F5;
}

.scrollbar-warning::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-warning::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-warning::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #FF8800; }

.scrollbar-warning {
scrollbar-color: #FF8800 #F5F5F5;
}

.scrollbar-success::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-success::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-success::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #00C851; }

.scrollbar-success {
scrollbar-color: #00C851 #F5F5F5;
}

.scrollbar-info::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-info::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-info::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #33b5e5; }

.scrollbar-info {
scrollbar-color: #33b5e5 #F5F5F5;
}

.scrollbar-default::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-default::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-default::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #2BBBAD; }

.scrollbar-default {
scrollbar-color: #2BBBAD #F5F5F5;
}

.scrollbar-secondary::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-secondary::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-secondary::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #aa66cc; }

.scrollbar-secondary {
scrollbar-color: #aa66cc #F5F5F5;
}
/*END SCROLL BAR DESIGN*/

/*SCROLL TO TOP*/

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#8a8a8a;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
	z-index:100;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#59aaca;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
	transition:0.5s;
}

/*END SCROLL TO TOP*/

/*Navbar*/

.navbar {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
  z-index:100;
  padding: 5px 10px;
  transition: 0.4s;
}

.nav-link{
	font-size: 20px;
	font-weight:100;
}


/*End Navbar*/

/*Event Carousel*/
#speakers {
  padding: 60px 0 30px 0;
}

#speakers .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#speakers .speaker .details {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#speakers .speaker .details h3 {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
}

#speakers .speaker .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: italic;
}

#speakers .speaker .details .social {
  height: 30px;
}

#speakers .speaker .details a {
  color: #fff;
}

#speakers .speaker .details a:hover {
  color: #f82249;
}

#speakers .speaker:hover .details {
  bottom: 0;
}

#speakers-details {
  padding: 60px 0;
}

#speakers-details .details h2 {
  color: #112363;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

#speakers-details .details .social {
  margin-bottom: 15px;
}

#speakers-details .details .social a {
  background: #e9edfb;
  color: #112363;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 9px;
}

#speakers-details .details .social a:hover {
  background: #f82249;
  color: #fff;
}

#speakers-details .details .social a i {
  font-size: 18px;
}

#speakers-details .details p {
  color: #112363;
  font-size: 15px;
  margin-bottom: 10px;
}

/*End Event Carousel*/

a { color: #3CC; }

a:hover { color: #FF0; }

.membership-list p {
	font-size:20px;
	color: #555555;
	margin-top: 2rem;
	text-align: left;
}

.membertype h1 {
	font-size:35px;
}

.membertype-box1 {
	background-image:url('../img/membertype1.png'); 
	border-radius: 15px; 
	min-height:400px; 
	background-size:auto;
	background-position:right bottom;
	background-repeat: no-repeat;
}


.membertype-box2 {
	background-image:url('../img/membertype2.png'); 
	border-radius: 15px; 
	min-height:400px; 
	background-size:auto;
	background-position:left bottom;
	background-repeat: no-repeat;

}

/*Media Timeline*/

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
	min-height: 240px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(26, 54, 126, 0.125);
    border-radius: 10px;
	padding:20px;
	-webkit-box-shadow: 0px 3px 6px 3px rgba(0,0,0,0.19); 
	box-shadow: 0px 3px 6px 3px rgba(0,0,0,0.19);
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
	margin-top: 6rem;
}

.vertical-timeline {
    width: 100%;
    position: relative;
    padding: 1.5rem 0 1rem
}

.vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 67px;
    height: 100%;
    width: 4px;
    background: #e9ecef;
    border-radius: .25rem
}

.vertical-timeline-element {
    position: relative;
    margin: 0 0 1rem
}

.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 .8s
}

.vertical-timeline-element-icon {
    position: absolute;
    top: 0;
    left: 60px
}

.badge-dot-xl {
    width: 18px;
    height: 18px;
    position: relative
}

.badge:empty {
    display: none
}

.badge-dot-xl::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: .25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    background: #fff
}

.vertical-timeline-element-content {
    position: relative;
    margin-left: 90px;
    font-size: .8rem
}

.vertical-timeline-element-content .timeline-title {
    margin: 0 0 10rem;
	margin-left: 4rem;
    padding: 2px 0 0;
	color:#4a4a4a;
}

.timeline-title:hover {
	text-decoration: underline;
  -webkit-text-decoration-color: #555555; /* Safari */  
  text-decoration-color: #555555;
}

.vertical-timeline-element-content .vertical-timeline-element-date {
    display: block;
    position: absolute;
    left: -120px;
    top: 0;
    padding-right: 10px;
    text-align: right;
    color: #4a4a4a;
    font-size: 1.2rem;
    white-space: nowrap
}

.vertical-timeline-element-content:after {
    content: "";
    display: table;
    clear: both
}

/****************/


.council-logo img {
	width:15vw;
	margin-top:4rem;
}

.about-info p {
	font-size:20px;
	line-height:2;
}

.about-person b,p {
	font-size:25px;
	line-height:2;
	
}

.portrait-quote {
	height:25vw;
	border-radius: 15px;
	-webkit-box-shadow: 5px 5px 17px -3px rgba(0,0,0,0.7); 
	box-shadow: 5px 5px 17px -3px rgba(0,0,0,0.7);
}

.portrait-bearer {
	height:22vw;
	border-radius: 15px;
	-webkit-box-shadow: 5px 5px 17px -3px rgba(0,0,0,0.7); 
	box-shadow: 5px 5px 17px -3px rgba(0,0,0,0.7);
}

.about-bearer b,p {
	font-size:18px;
	line-height:2;
	
}

.contact-title > h1 {
	font-size: 40px;
	margin-top: -3rem;
	color: #ffffff;
}

.section-title > h1 {
	font-size: 40px;
	color: #555555;
	margin-bottom: 5rem;
}

.section-title > a {
	font-size: 40px;
	color: #555555;
	margin-bottom: 5rem;
}

.section-subtitle > h1 {
	font-size: 25px;
	line-height: 2;
	color: #555555;
	margin-bottom: 5rem;
}


.media-portrait-photo {
	height:25vw;
	border-radius: 15px;
	margin: 3rem;
}

.media-info {
	font-size: 20px;
	line-height: 2;
}

.menu-box {
	border-radius:15px; 
	margin-top:2rem; 
	padding-top: 1.5rem;
	height:300px;
	box-shadow: 1px 10px 20px -4px rgba(0,0,0,0.53);
	-webkit-box-shadow: 1px 10px 20px -4px rgba(0,0,0,0.53);
	-moz-box-shadow: 1px 10px 20px -4px rgba(0,0,0,0.53);
}

.menu-box:hover {
	-webkit-box-shadow: 2px 5px 8px 5px rgba(0,0,0,0.47); 
	box-shadow: 2px 5px 8px 5px rgba(0,0,0,0.47);
	transition:0.5s;
	cursor:pointer;
	
}

.menu-box h3 {
	color: #4a4a4a;
	font-weight: 550;
}

.menu-box img {
	max-height:20rem;
	margin-right:1rem;
}

/*----------
  NAV
----------*/

.fixed-side-navbar {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99999;
  margin-top: -100px;
  text-align: right;
  padding: 30px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.fixed-side-navbar:hover {
  background: transparent;
}
.fixed-side-navbar:hover .nav > li > a > span {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  background-color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  padding: 2px 12px;
  border-radius: 15px;
}
.fixed-side-navbar .nav > li a.active {
  background-color: transparent;
  color: black;
}
.fixed-side-navbar .nav > li a.active:after {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.fixed-side-navbar .nav > li a.active:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 10px;
}
.nav>li {
  position: relative;
  display: block;
}
.fixed-side-navbar .nav > li a {
  color: #fff;
  min-height: 32px;
  background: transparent;
  padding: 5px 45px 5px 25px;
  border-right: none;
}
.fixed-side-navbar .nav > li a span {
  display: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.fixed-side-navbar .nav > li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: rgba(250, 250, 250, 0.75);
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.fixed-side-navbar .nav > li a:hover {
  background-color: transparent;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-color: black;
  boder-right: 0;
}
.fixed-side-navbar .nav > li a:hover > span {
  color: black;
  display: block;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

/*Association Objectives Carousel*/

.carousel-inner{
	height:300px;
}

.card b {
	font-size: 25px !important;
	margin-bottom: 10px;
}

/*End Association Objectives Carousel*/

/*Price Table*/

.price-table a{
	font-size: 18px;
	font-family:'Open Sans';
    color: white;
    text-decoration: none;

}


.price-table sup{

	font-size: 40px;
}

.price-table ul{
	list-style: none;
	font-size: 15px;
	font-family:'Open Sans';
	color: #9095aa;
	padding: 0px;
	margin: 0px;


}


.price-table li{
padding: 0px;
margin: 0px;
text-align: center;
height: 52px;
/* line-height: 52px; */
color: #555555;
}


.whole{
	display: inline-block;
	padding: 10px;
	width: 20rem;
	vertical-align: top;
  
}



.type{
	width: 100%;
	border-radius: 15px 15px 0px 0px;
	background-color: #6948C6;
	height: 62px;

}

.class-a{
	background-color: #5CA6B6;
}

.class-b{
	background-color: #48C68A;
}

.class-c{
	background-color: #C64848;
}

.class-other{
	background-color: #C6486E;
}


.type p{

    font-weight: 600;
	font-size: 25px;
	color: white;
	text-align: center;
	line-height:1;

	

}

.price-table .content {
	
	word-wrap: break-word;
	/* text-align: left; */
}

.price-table .content p {
	color:#555555; 
	padding:8px;
	font-size:14px;
}

.plan{
	width: 100%;
	background-color: #ffffff;
	border-radius: 0px 0px 15px 15px;
    font-family:'Open Sans';
    font-style:condensed;
    font-size: 30px;
    color: white;
    text-align: center;
	min-height: 600px;
	border: 1px solid rgba(0,0,0,.1)

}


.price-table .header{
	border-bottom: 1px solid #dadada;
	padding-top: 25px;
	padding-bottom: 35px;
	color: #555555;


}

.price-table  .header span{
	font-size: 25px;

	
}

.price-table .month{
	font-size: 14px;
	color: #575757;
	padding: 0px;
	margin: -10px;
}

.price-table .price{
	height:80px;
}

.price-table .cart{
  
  color:white;
  position: relative;
  top: 16px;
  
}

.table-box1 {
	border:1px solid #acacac; 
	border-radius:15px; 
	padding:10px; 
	margin-top:5rem;
}

.table-box2 {
	border:1px solid #acacac; 
	border-radius:15px; 
	padding:10px; 
	margin-top:5rem;
}


/*End Price Table*/

.primary-button a {
  display: inline-block;
  background-color: #EBEA51;
  padding: 20px 100px;
  border-radius: 20px;
  font-size: 1.5em;
  color: #535353;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.primary-button a:hover {
  background-color: #f7f622;
  color: #535353;
  transition: 0.5s;
}

.form-button a {
  display: inline-block;
  background-color: #85CBFE;
  padding: 20px 40px;
  border-radius: 50px;
  font-size: 1.5em;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.form-button a:hover {
  background-color: #498dbf;
  transition: 0.5s;
}

.scrollbutton {
	margin-top:20rem;
	max-height:40px;
	transition: transform .2s;
	animation: float 3s ease-in-out infinite;
}

@keyframes float {
	0% {
		
		transform: translatey(0px);
	}
	50% {
		
		transform: translatey(-10px);
	}
	100% {
		
		transform: translatey(0px);
	}
}

.scrollbutton:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5); 
}

.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;

}



.baner-content {
  text-align: center;
  /* background-image: url(../img/homebg1.jpg); */
  /* background-size:cover; */
  /* box-shadow:inset 0 0 0 2000px rgb(0 0 0 / 45%); */
  /* position:relative; */
}


.item:nth-child(1) {
    background: url(../img/homebg1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	box-shadow:inset 0 0 0 2000px rgb(0 0 0 / 45%);

}
.item:nth-child(2) {
    background: url(../img/homebg2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	box-shadow:inset 0 0 0 2000px rgb(0 0 0 / 45%);
}
.item:nth-child(3) {
    background: url(../img/homebg3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	box-shadow:inset 0 0 0 2000px rgb(0 0 0 / 45%);
}

		
.baner-content h1 {
  margin-top: 3rem;
  font-size: 3.5vw;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
}


.baner-content em {
  color: #ff7d27;
  font-weight: 600;
  font-style: normal;
}

.baner-content span {
  display: inline-block;
  margin-top: -20px;
  font-weight: 300;
  font-size: 2.5vw;
  color: #fff;
}

/*Media Banner*/

.baner-content-media {
  padding-top: 30vh;
  text-align: center;
  background-image: url(../img/mediabg.jpg);
  background-size:cover;
  box-shadow:inset 0 0 0 2000px rgb(0 0 0 / 72%);
}

.baner-content-media h1 {
  margin-top: 3rem;
  font-size: 3.5vw;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
}


.baner-content-media em {
  color: #ff7d27;
  font-weight: 600;
  font-style: normal;
}

.baner-content-media span {
  display: inline-block;
  margin-top: -20px;
  font-weight: 300;
  font-size: 2.5vw;
  color: #fff;
}

/*End Media Banner*/

/*Event Banner*/

.baner-content-event {
  padding-top: 30vh;
  text-align: center;
  background-image: url(../img/eventbg.png);
  background-size:cover;
  box-shadow:inset 0 0 0 2000px rgb(0 0 0 / 72%);
}

.baner-content-event h1 {
  margin-top: 3rem;
  font-size: 3.5vw;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
}


.baner-content-event em {
  color: #ff7d27;
  font-weight: 600;
  font-style: normal;
}

.baner-content-event span {
  display: inline-block;
  margin-top: -20px;
  font-weight: 300;
  font-size: 2.5vw;
  color: #fff;
}

/*End Event Banner*/

/*About Us Banner*/

.baner-content-about {
  padding-top: 30vh;
  text-align: center;
  background-image: url(../img/aboutusbg.jpg);
  background-size:cover;
  box-shadow:inset 0 0 0 2000px rgb(0 0 0 / 72%);
}

.baner-content-about h1 {
  margin-top: 3rem;
  font-size: 3.5vw;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
}


.baner-content-about em {
  color: #ff7d27;
  font-weight: 600;
  font-style: normal;
}

.baner-content-about span {
  display: inline-block;
  margin-top: -20px;
  font-weight: 300;
  font-size: 2.5vw;
  color: #fff;
}

/*End About Us Banner*/

/*Membership Banner*/

.baner-content-member {
  padding-top: 30vh;
  text-align: center;
  background-image: url(../img/membershipbg.jpg);
  background-size:cover;
  box-shadow:inset 0 0 0 2000px rgb(0 0 0 / 72%);
}

.baner-content-member h1 {
  margin-top: 3rem;
  font-size: 3.5vw;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
}


.baner-content-member em {
  color: #ff7d27;
  font-weight: 600;
  font-style: normal;
}

.baner-content-member span {
  display: inline-block;
  margin-top: -20px;
  font-weight: 300;
  font-size: 2.5vw;
  color: #fff;
}

/*End Membership Banner*/

/*Media Banner*/

.baner-content-info {
  padding-top: 30vh;
  text-align: center;
  background-image: url(../img/infobg.jpg);
  background-size:cover;
  box-shadow:inset 0 0 0 2000px rgb(0 0 0 / 72%);
}

.baner-content-info h1 {
  margin-top: 3rem;
  font-size: 3.5vw;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
}


.baner-content-info em {
  color: #ff7d27;
  font-weight: 600;
  font-style: normal;
}

.baner-content-info span {
  display: inline-block;
  margin-top: -20px;
  font-weight: 300;
  font-size: 2.5vw;
  color: #fff;
}

/*End Media Banner*/


.page-title {
	margin-top: 10px !important;
}

.baner-content .primary-button {
  margin-top: 15rem;
}

.service-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-image: url(../img/whitebg2.jpg);
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}

.service-content .left-text h4 {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}

h4, .h4 {
  font-size: 18px;
}

.service-content .left-text .line-dec {
  width: 45px;
  height: 3px;
  background-color: #ff7d27;
  margin: 20px 0px 20px 0px;
}

.service-content .left-text p {
  color: #000000;
}

.service-content .left-text ul {
  padding: 0;
  margin-top: 30px;
  list-style: none;
}

.service-content .left-text ul li {
  margin: 15px 0px;
  font-weight: 600;
  color: #000000;
}

.service-content .left-text .primary-button {
  margin: 30px 0px;
}

.service-content .service-item {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 30px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}

.service-content .service-item .line-dec {
  width: 45px;
  height: 3px;
  background-color: #ff7d27;
  margin: 20px auto 15px auto;
}

.service-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-color: #ffffff;
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}

.service-content .left-text h4 {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}

h4, .h4 {
  font-size: 18px;
}

.service-content .left-text .line-dec {
  width: 45px;
  height: 3px;
  background-color: #ff7d27;
  margin: 20px 0px 20px 0px;
}

.service-content .left-text p {
  color: #000000;
}

.service-content .left-text ul {
  padding: 0;
  margin-top: 30px;
  list-style: none;
}

.service-content .left-text ul li {
  margin: 15px 0px;
  font-weight: 600;
  color: #000000;
}

.service-content .left-text .primary-button {
  margin: 30px 0px;
}

.service-content .service-item {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 30px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}

.service-content.service-item .line-dec {
  width: 45px;
  height: 3px;
  background-color: #ff7d27;
  margin: 20px auto 15px auto;
}

/*Media Blank Content*/ /*COPY THIS FOR NEW BLANK SECTIONS*/

.service-content-media {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-image: url(../img/whitebg.png);
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}

.service-content-media .left-text h4 {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}

h4, .h4 {
  font-size: 18px;
}

.service-content-media .left-text .line-dec {
  width: 45px;
  height: 3px;
  background-color: #ff7d27;
  margin: 20px 0px 20px 0px;
}

.service-content-media .left-text p {
  color: #000000;
}

.service-content-media .left-text ul {
  padding: 0;
  margin-top: 30px;
  list-style: none;
}

.service-content-media .left-text ul li {
  margin: 15px 0px;
  font-weight: 600;
  color: #000000;
}

.service-content-media .left-text .primary-button {
  margin: 30px 0px;
}

.service-content-media .service-item {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 30px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}

.service-content-media .service-item .line-dec {
  width: 45px;
  height: 3px;
  background-color: #ff7d27;
  margin: 20px auto 15px auto;
}

.service-content-media {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-color: #ffffff;
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}

.service-content-media .left-text h4 {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}

h4, .h4 {
  font-size: 18px;
}

.service-content-media .left-text .line-dec {
  width: 45px;
  height: 3px;
  background-color: #ff7d27;
  margin: 20px 0px 20px 0px;
}

.service-content-media .left-text p {
  color: #000000;
}

.service-content-media .left-text ul {
  padding: 0;
  margin-top: 30px;
  list-style: none;
}

.service-content-media .left-text ul li {
  margin: 15px 0px;
  font-weight: 600;
  color: #000000;
}

.service-content-media .left-text .primary-button {
  margin: 30px 0px;
}

.service-content-media .service-item {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 30px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}

.service-content-media .service-item .line-dec {
  width: 45px;
  height: 3px;
  background-color: #ff7d27;
  margin: 20px auto 15px auto;
}
/*End Media Blank Content*/


.projects-content {
  padding-top: 20vh;
  background-image: url(../img/3rd-section.jpg);
}

.projects-content .item img {
  width: 100%;
}

.projects-content .item {
  margin: 15px;
}

.projects-content .item .text-content {
  background-color: #fff;
  text-align: center;
  padding: 20px;
}

.projects-content .item .text-content h4 {
  margin-top: 0px;
  font-size: 19px;
  font-weight: 600;
}

.projects-content .item .text-content span {
  font-style: normal;
  font-size: 17px;
  font-weight: 700;
  color: #ff7d27;
}

.owl-pagination {
  margin-top: 40px;
  opacity: 1;
  display: inline-block;
}

.owl-page span {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
}


.tabs-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8vh;
  background-image: url(../img/filler.png);
  background-attachment: fixed;
  min-height: 20vh;
  background-size: cover;
  background-position: center center;
  box-shadow:inset 0 0 0 2000px rgb(0 0 0 / 20%);
}

section {
  background-color: transparent;
  padding-bottom: 15px;
}

.wrapper {
  text-align: center;
}

.tabs {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.tabs li {
  display: inline-block;
  text-align: center;
  margin: 10px;
}

.tabs a {
  display:block;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
  color:#fff;
  font-size: 14px;
  font-weight: 700;
  padding:10px 15px;
  border:4px solid #fff;
}

.tabs a:hover {
  color: #ff7d27;
}

.tabs .active {
  border:4px solid #ff7d27;
}

.tabgroup div  {

}

.tabgroup p {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 25px;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

.contact-box {
	margin-top:10rem;
}

.contact-info {
	padding:5rem; 
	text-align: left;
}

.contact-icon {
	height:70px;
	transition:0.4s;
}

.contactus-icon {
	height:50px;
}



.contact-info h3 {
	color:#ffffff;
}


.contact-content {
  padding-left: 0;
  padding-right: 0;
  padding-top: 16vh;
  background-image: url(../img/contactusbg.jpg);
  background-size:cover;
  background-origin: content-box;
  box-shadow:inset 0 0 0 2000px rgb(0 0 0 / 45%);
}

.contact-form {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 25px;
  margin-bottom: 30px;
}

#contact input {
  border-radius: 3px;
  padding-left: 15px;
  font-size: 13px;
  color: #232323;
  background-color: rgba(250, 250, 250, 1);
  outline: none;
  border: none;
  box-shadow: none;
  line-height: 50px;
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
}

#contact textarea {
  border-radius: 3px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  color: #232323;
  background-color: rgba(250, 250, 250, 1);
  outline: none;
  border: none;
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  width: 100%;
  margin-bottom: 25px;
}

#contact button {
  display: inline-block;
  background-color: #ff7d27;
  padding: 15px 24px;
  width: 100%;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.map {
  margin-bottom: 30px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 20px;
}



footer {
  text-align: center;
  background-color: #282b2f;
  padding: 70px 0px;
}

footer .primary-button {
  margin-bottom: 30px;
}

footer ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

footer ul li {
  display: inline-block;
  margin: 0px 4px;
}

footer ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #ff7d27;
  color: #282b2f;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 17px;
}

footer ul li a:hover {
  color: #282b2f;
  background-color: #ff8e43;
}

footer p {
  font-size: 12px;
  color: #fff;
  margin-top: 15px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}

footer em {
  color: #ff8e43;
  font-weight: 600;
  font-style: normal;
}

@media (max-width: 767px){
	
.contactus-icon {
	height:30px;
	margin-bottom:10px;
}

	
.fa-caret-right {
	transform: rotate(90deg);
}
	
.table-box1 {
	width:auto;
}

.table-box2 {
	width:auto;
}
	
.card-body {
	margin-left:10px;
	margin-right:10px;
}
	
/*Association Objectives Carousel*/

.carousel-inner{
	height:auto;
}

.card {
	min-height:400px;
	margin-bottom:20px;
}

/*End Association Objectives Carousel*/

	
.whole{
	width: auto; 
}
	
.membertype-box1 {
	margin-top: 2rem;
	background-repeat-y: repeat;
}

.membertype-box2 {
	margin-top: 2rem;
	background-repeat-y: repeat;
}
	
.council-logo img {
	width:40vw;
	margin-bottom: 3rem;
}
	
.portrait-quote {
	height:50vw;
}

.portrait-bearer {
	height:50vw;
}
	
	
.menu-box img {
	max-height:15rem;
	margin-top: 4rem;
}

.media-portrait-photo {
	height:40vw;
}
	
	
	.menu-box h3 {
	font-size: 25px;
}
  
  .baner-content {
    padding-top: 30vh;
  }

  .baner-content h1 {
    font-size: 35px;
  }

  .baner-content em {
  }

  .baner-content span {
    font-size: 24px;
  }
  
  .baner-content .primary-button {
    margin-top: 15px;
  }
  
  /*Media Banner*/

   .baner-content-media {
    padding-top: 30vh;
  }

  .baner-content-media h1 {
    font-size: 35px;
  }

  .baner-content-media em {
  }

  .baner-content-media span {
    font-size: 24px;
  }
  
   /*End Media Banner*/
   
     /*Event Banner*/

   .baner-content-event {
    padding-top: 30vh;
  }

  .baner-content-event h1 {
    font-size: 35px;
  }

  .baner-content-event em {
  }

  .baner-content-event span {
    font-size: 24px;
  }
  
   /*End Event Banner*/
   
     /*About Us Banner*/

   .baner-content-about {
    padding-top: 30vh;
  }

  .baner-content-about h1 {
    font-size: 35px;
  }

  .baner-content-about em {
  }

  .baner-content-about span {
    font-size: 24px;
  }
  
   /*End About Us Banner*/
   
   /*Membership Banner*/

   .baner-content-member {
    padding-top: 30vh;
  }

  .baner-content-member h1 {
    font-size: 35px;
  }

  .baner-content-member em {
  }

  .baner-content-member span {
    font-size: 24px;
  }
  
   /*End Membership Banner*/
   
   /*Info Banner*/

   .baner-content-info {
    padding-top: 30vh;
  }

  .baner-content-info h1 {
    font-size: 35px;
  }

  .baner-content-info em {
  }

  .baner-content-info span {
    font-size: 24px;
  }
  
   /*End Info Banner*/
  
  .service-content {
    padding-top: 5vh;
    text-align: center;
  }

  .service-content .left-text .line-dec {
    width: 45px;
    height: 3px;
    background-color: #ff7d27;
    margin: 20px auto 20px auto;
  }

  .service-content .left-text ul {
    text-align: left;
  }

  .service-content .service-item {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 25px 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
  }

 /*Media Blank Content*/ /*COPY THIS FOR NEW BLANK SECTIONS*/
 
   .service-content-media {
    padding-top: 5vh;
    text-align: center;
  }

  .service-content-media .left-text .line-dec {
    width: 45px;
    height: 3px;
    background-color: #ff7d27;
    margin: 20px auto 20px auto;
  }

  .service-content-media .left-text ul {
    text-align: left;
  }

  .service-content-media .service-item {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 25px 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
  }
  
/*End Media Blank Content*/
  
}

@media (min-width: 768px) {

.contact-detail {
	margin-left:10rem;
}
}

@media (min-width: 1920px) {
	
/*Navbar*/

.nav-item{
	padding-left:10rem;
	padding-right:10rem;
}

/*End Navbar*/
	
.whole{
	width: 30rem;  
}

}

@media (min-width: 1200px) {
	
.source-text{
	margin-left:3.5rem;
}

	
.membertype-box1 {
	padding: 2rem;
}


.membertype-box2 {
	padding: 2rem;

}
	
.contact-info {
	margin-left:5rem;
}
	
.card-body {
	margin-left:100px;
	margin-right:100px;
}
	
/*Navbar*/

.nav-item{
	padding-left:3rem;
	padding-right:3rem;
}

.navbar-brand{
	margin-right: 0px !important;
	margin-left: 6rem;
}

/*End Navbar*/
	
.table-box1 {
	max-width:70%; 
}

.table-box2 {
	margin-left: 2rem; 
}


	
.council-logo {
	margin-top:5rem;
	margin-bottom:5rem;
}
	
.about-info p {
	padding-right: 12rem;
}
	
.section-title > h1 {
	margin-top: -7rem;
}
	
.contact-info h3 {
	font-size:25px;
}
	
.container {
    max-width: 100%;
  }
  
.menu-box h3 {
	font-size: 35px;
}
  
.menu-box img {
	margin-top:7rem;
	float: right;
}

.vertical-timeline-element-content .vertical-timeline-element-date {

    left: -180px;
    font-size: 2rem;

}
}

/* LIGHT BOX */

body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
