@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital@1&family=Oswald:wght@500&display=swap');
@import url('https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css');

*, body {
  padding: 0;
  margin: 0;
}

html {
  min-height: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

}
body {
  /** background: #f5f5f7!important; **/
font-family: "Poppins", serif!important;
}

p {
  font-size: 14px;
}

#logo img {
  width: 300px;
  margin: 20px;
}
.mainWrap {

}

#mainContent {
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 50px 17px rgba(225,226,228,0.7);
  -moz-box-shadow: 0 0 50px 17px rgba(225,226,228,0.7);
  box-shadow: 0 0 50px 17px rgba(225,226,228,0.7);
  position: relative;
  z-index: 1;
}


header {
  padding: 10px 30px 10px 30px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  header {
    padding: 5px;
  }
}

header nav {
  float: right;
}

/* header */

.be-a-member {
    width: 250px!important;
    height: 60px!important;
    float: right;
    position: relative;
    margin-top: 10px;
    z-index: 6;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding-left: 70px;
    width: auto;
    height: auto;
    min-height: 40px;
    background-color: #0b5d87;
    background-image: url(../img/header-left.png),url(../img/header-right.png);
    background-position: top left, top right;
    background-repeat: no-repeat, no-repeat;
    -webkit-background-size: 78px 100%, 78px 100%;
    -moz-background-size: 78px 100%, 78px 100%;
    background-size: 78px 100%, 78px 100%;
    font-size: 0;
}


footer {
  color: #fff;
  background: #3e7f24; margin-top: 90px; padding: 30px 0 30px;
}
footer a {
  text-decoration: none;
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer ul li {
  list-style: none;
  font-size: 12px;
  margin-top: 10px;
}

.form {
  margin: 10px 0 10px;
}

footer .col-3 a>img {
  width: 25px;
  margin-right: 5px;
}

footer input[type="text"] {
  font-size:12px;
  font-weight:bold;
  padding:10px 10px;
}
footer .register {


    background-color: #e9e9e9;

    display: inline-block;
    cursor: pointer;
    color: #020202;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 10px;
    text-decoration: none;
    text-transform: uppercase;

    border: 1px solid #ddd;

}
footer .register:hover {
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	background-color:#408c99;
}
footer .register:active {
	position:relative;
	top:1px;
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
  footer .col-3 {
    width: 50%!important;
    max-width: 50%!important;
    flex: none!important;
  }
}

#copy-wrapper {
  background: #e7ecf1;
}

.copyright img {
  width: 50px;
}

.copyright  {
  padding: 10px 0 0 0;
}
.copyright p {
  font-size: 12px;
  color: #434a50;
}


/* how to  */

#how-to-join h2 {
  margin: 40px 0 10px;
}
.row.steps {
  webkit-box-shadow: 10px 10px 23px -3px rgba(217,214,217,1);
  -moz-box-shadow: 10px 10px 23px -3px rgba(217,214,217,1);
  box-shadow: 10px 10px 23px -3px rgba(217,214,217,1);
  background: transparent;
  color: #fff
}

.steps h3 {
  text-transform: uppercase;
  color: #fff!important;
  font-size: 1.5rem;
  font-weight: bold;
}

.row.steps img {
  text-align: center;
  width: 70px;
  margin-bottom: 10px;
}
.row.steps .col-2,
.row.steps .col-4 {
  vertical-align: middle;
  height: 300px;
  padding: 70px 30px 0 5px;
  text-align: center;
  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s; /* Firefox < 16 */
  -ms-animation: fadein 2s; /* Internet Explorer */
  -o-animation: fadein 2s; /* Opera < 12.1 */
  animation: fadein 2s;
  position: relative;
  -webkit-transition:.3s;-moz-transition:.3s;transition:.3s

}

.row.steps .col-4 {
  color: #666;
  text-align: left;
  padding: 70px 30px 0 30px;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .row.steps .col-4 {
    padding: 20px;
  }
}

.row.steps .col-4 {

}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.row.steps .col-2:hover,
.row.steps .col-4:hover {
  cursor: pointer;
  /* transform: translate(-50px, 0); */
}
.row.steps .col-2:hover img ,
.row.steps .col-4:hover img{
  animation: roll 2s;
  animation-iteration-count: 1;
  transform: rotate();
  opacity: .7;
}

@keyframes roll {
  100% {
    transform: rotate(360deg);
  }
}

.row.steps .col-4.hide {
  display: none;
}
.row.steps .col-4.show {
  display: block;
}

#step1 {
  background: url("../images/steps/step1.jpg") bottom;
}


#step2 {
  background: url("../images/steps/step2.jpg") center;
}

#step3 {
  background: url("../images/steps/step3.jpg") center;
}

#step4 {
  background: url("../images/steps/step4.jpg") center;
}

/* end of how to */
#msg-from-pres {
  background-color: #3e7f24;
   /**background-image:
     linear-gradient(
       to top right,
       #1b90c5, #037fb9
     ); **/
     color: #fff;
    padding: 20px;
    margin: 60px 0 40px;
}
#msg-from-pres a {
  color: #fff;
  text-decoration: none;
}

#msg-from-pres a:hover {
  text-decoration: underline;
}

#msg-from-pres p {
  font-size: 1.2rem;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

#msg-from-pres .col-4 {
  text-align: center!important;
  font-size: 1rem;
  font-weight: bold;
}
#msg-from-pres .col-8 {
 /* background: url("../images/qte.png") no-repeat top left transparent; */
  padding: 50px 0 0 50px;
  text-align: left;
}
@media (min-width: 768px) {
  #msg-from-pres .col-4 img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #msg-from-pres .col-8 {
    padding: 5px;
    background: none;
  }
  #msg-from-pres .col-4 img {
    max-width: 100%;
  }

}

#partners-affi {
  margin: 10px 0 30px 0;
  text-align: center;
  display: inline-block;
}

#partners-affi .col-12 div {
  display: inline-block;
}
#partners-affi img {
  width: 90px;
  float: left;
  margin: 10px;
}


#bcci-services {
  padding: 50px 0 50px 0;
  background: #f7f7f9;
  text-align: center;
}
#bcci-services .row:first-child {
  display: block;
}
#bcci-services h2 {
  text-align: center;
}
#bcci-services h6 {
  font-weight: bold;
  font-size: 1rem;
}
#bcci-services .col-sm:hover {
  background: #fff;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(135,133,135,0.26);
  -moz-box-shadow: 0px 0px 9px 0px rgba(135,133,135,0.26);
  z-index: 5000;
  box-shadow: 0 0 15px #8c8c8c;
  transform: scale(1.03);
}
#bcci-services .col-sm {
  position: relative;
  padding-bottom: 80px;
}
#bcci-services .col-sm .find-out-more {
  clear: both;
  vertical-align: bottom;
  padding: 10px;
  margin: 30px auto 30px auto;
  font-size: 12px;
  font-weight: bold;
  width: 60%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 20%;
cursor: pointer;
}
#bcci-services .col-sm .find-out-more {
background: #3e7f24;
}
#bcci-services .col-sm .find-out-more:hover{
background: #2a5a17;}

#bcci-services .col-sm .find-out-more a {
  color: #fff!important;
  text-decoration: none;
}

#bcci-services .col-sm p {
  font-size: 12px;
  margin: 10px 5px;
}
#bcci-services .col-sm .find-out-more a {
  color: #666;
}
#bcci-services .col-sm .find-out-more:hover a {
  color: #fff!important;

}/**
#bcci-services .col-sm:first-child h6 {
  color: #ee9949;
}
#bcci-services .col-sm:first-child .find-out-more {
  border: 1px solid #ee9949;
  border-radius: 20px;
  color: #ee9949;
}

#bcci-services .col-sm:first-child .find-out-more:hover {
  background: #ee9949;
}
#bcci-services .col-sm:nth-child(2) .find-out-more:hover{
  background: #7088f1;
}
#bcci-services .col-sm:nth-child(3) .find-out-more:hover {
 background: #3bb6df;
}
#bcci-services .col-sm:nth-child(4) .find-out-more:hover {
  background: #36a195;
}

#bcci-services .col-sm:nth-child(2) h6 {
  color: #7088f1;
}
#bcci-services .col-sm:nth-child(2) .find-out-more {
  border: 1px solid #7088f1;
  border-radius: 20px;
}

#bcci-services .col-sm:nth-child(3) h6 {
  color: #3bb6df;
}
#bcci-services .col-sm:nth-child(3) .find-out-more {
  border: 1px solid #3bb6df;
  border-radius: 20px;
}



#bcci-services .col-sm:nth-child(4) h6 {
  color: #36a195;
}
#bcci-services .col-sm:nth-child(4) .find-out-more {
  border: 1px solid #36a195;
  border-radius: 20px;
}
**/
#bcci-services .col-sm:hover {
  -webkit-box-shadow: 3px 3px 37px -13px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 3px 37px -13px rgba(0,0,0,0.75);
  box-shadow: 3px 3px 37px -13px rgba(0,0,0,0.75);
  -webkit-transition:.3s;-moz-transition:.3s;transition:.3s
}

#bcci-services img {
  width: 200px;
  margin: 25px 0 25px 0;
}

/* Announcements */

.news-card {
  height: 310px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition:.3s;-moz-transition:.3s;transition:.3s
  -webkit-box-shadow: 3px 3px 37px -13px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 3px 37px -13px rgba(0,0,0,0.75);
  box-shadow: 3px 3px 37px -13px rgba(0,0,0,0.75);
  margin-bottom: 15px;
text-decoration : none!important;
}
.news-card h6 {
  font-weight: bold;
  color:#2f2e2e;
}
.news-card i {
  font-size: 11px;
}

.news-card p {
  font-size: 12px;
}
.news-card:hover {
  -webkit-box-shadow: 0px 0px 9px 0px rgba(135,133,135,0.26);
  -moz-box-shadow: 0px 0px 9px 0px rgba(135,133,135,0.26);
  /* z-index: 5000; */
  box-shadow: 0 0 15px #8c8c8c;
  /* transform: scale(1.03); */
}
.news-card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
}
.news-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.news-card:hover img > span {
  transform: translateY(-100%);
}
.news-card:hover .content {
  transform: translateY(0%);
  transition: 1s;
  transition-delay: 0.1s;
}

.content {
  /* box-sizing: border-box;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: column; */
  color: #666;
  padding: 20px 20px;
  width: 100%;
  height: 100%;
  transform: translateY(50%);
  background: #fff;
}


header hr {
  height: .20rem;
  width: 9%;
  margin: 0;
  border: none;
  transition: .3s ease-in-out;
  position: absolute;
  bottom: 0;
  margin-bottom: 10px;
}

header hr  {
    /* overflow: visible;
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px; */
}
header hr:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 35px;
    margin-top: -41px;
    border-style: solid;
    border-color: #0c5d87;
    border-width: 0 0 2px 0;
    border-radius: 20px;
}

li.dj-up.itemid101:hover ~ hr {

}

li.dj-up.itemid115:hover ~ hr {
  margin-left: 11%;
  width: 13%;
}

li.dj-up.itemid102:hover ~ hr {
  margin-left: 25%;
  width: 13%;
}

li.dj-up.itemid116:hover ~ hr {
  margin-left: 40%;
  width: 20%;
}

li.dj-up.itemid103:hover ~ hr {
  margin-left: 62%;
  width: 23%;
}

li.dj-up.itemid106:hover ~ hr {
  margin-left: 87%;
  width: 12%;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9000;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-animation: pababa .3s forwards;
    animation: pababa .3s forwards;
}
@media only screen and (min-width: 768px) {
  #home-banner {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #home-banner {
    display: none;
  }
}

@-webkit-keyframes pababa{100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes pababa{100%{-webkit-transform:translateY(0);transform:translateY(0)}}


/** slider **/


 svg {
	 display: block;
	 overflow: visible;
}
 .slider-container {
	 position: relative;
	 height: 100%;
	 user-select: none;
	 cursor: all-scroll;
   overflow: hidden;
}
 .slider-control {
	 z-index: 2;
	 position: absolute;
	 top: 0;
	 width: 12%;
	 height: 100%;
	 transition: opacity 0.3s;
	 will-change: opacity;
	 opacity: 0;
}
 .slider-control.inactive:hover {
	 cursor: auto;
}
 .slider-control:not(.inactive):hover {
	 opacity: 1;
	 cursor: pointer;
}
 .slider-control.left {
	 left: 0;
	 background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}
 .slider-control.right {
	 right: 0;
	 background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}
 .slider-pagi {
	 position: absolute;
	 z-index: 3;
	 left: 50%;
	 bottom: 2rem;
	 transform: translateX(-50%);
	 font-size: 0;
	 list-style-type: none;
}
 .slider-pagi__elem {
	 position: relative;
	 display: inline-block;
	 vertical-align: top;
	 width: 2rem;
	 height: 2rem;
	 margin: 0 0.5rem;
	 border-radius: 50%;
	 border: 2px solid #fff;
	 cursor: pointer;
}
 .slider-pagi__elem:before {
	 content: "";
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 width: 1.2rem;
	 height: 1.2rem;
	 background: #fff;
	 border-radius: 50%;
	 transition: transform 0.3s;
	 transform: translate(-50%, -50%) scale(0);
}
 .slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
	 transform: translate(-50%, -50%) scale(1);
}
 .slider {
	 z-index: 1;
	 position: relative;
	 height: 100%;
}
 .slider.animating {
	 transition: transform 0.5s;
	 will-change: transform;
}
 .slider.animating .slide__bg {
	 transition: transform 0.5s;
	 will-change: transform;
}
 .slide {
	 position: absolute;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 overflow: hidden;
}
 .slide.active .slide__overlay, .slide.active .slide__text {
	 opacity: 1;
   transition-delay: 5s;
	 transform: translateX(0);
}
 .slide__bg {
	 position: absolute;
	 top: 0;
	 left: -50%;
	 width: 100%;
	 height: 100%;
	 background-size: cover;
	 will-change: transform;
}
 .slide:nth-child(1) {
	 left: 0;
}
 .slide:nth-child(1) .slide__bg {
	 left: 0;
	 background-image: url('../img/banner/MOCA2018.jpg');
}
 .slide:nth-child(1) .slide__overlay-path {
	 fill: #a6d8de;
}
 @media (max-width: 991px) {
	 .slide:nth-child(1) .slide__text {
		 background-color: rgba(233, 156, 126, 0.8);
	}
}
 .slide:nth-child(2) {
	 left: 100%;
}
 .slide:nth-child(2) .slide__bg {
	 left: -50%;
   background-image:url('../img/banner/bulacan_investment_forum.jpg');
}
 .slide:nth-child(2) .slide__overlay-path {
	 fill: #348ff1e8;
}
 @media (max-width: 991px) {
	 .slide:nth-child(2) .slide__text {
		 background-color: rgba(225, 204, 174, 0.8);
	}
}
 .slide:nth-child(3) {
	 left: 200%;
}
 .slide:nth-child(3) .slide__bg {
	 left: -100%;
   background-image:url('../img/banner/HP_GROWBULACAN2.png');
}
 .slide:nth-child(3) .slide__overlay-path {
	 fill: #4cbed2;
}
 @media (max-width: 991px) {
	 .slide:nth-child(3) .slide__text {
		 background-color: rgba(173, 197, 205, 0.8);
	}
}
 /* .slide:nth-child(4) {
	 left: 300%;
}
 .slide:nth-child(4) .slide__bg {
	 left: -150%;
}
 .slide:nth-child(4) .slide__overlay-path {
	 fill: #cbc6c3;
}
 @media (max-width: 991px) {
	 .slide:nth-child(4) .slide__text {
		 background-color: rgba(203, 198, 195, 0.8);
	}
} */
 .slide__content {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
}
 .slide__overlay {
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 height: 100%;
	 min-height: 700px;
   transition-delay: 5s;
	 transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
	 will-change: transform, opacity;
	 transform: translate3d(-20%, 0, 0);
	 opacity: 0;
}
 @media (max-width: 991px) {
	 .slide__overlay {
		 display: none;
	}
}
 .slide__overlay path {
	 opacity: 0.8;
}
 .slide__text {
	 position: absolute;
	 width: 25%;
	 bottom: 15%;
	 left: 12%;
	 color: #000;
   transition-delay: 5s;
	 transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
	 will-change: transform, opacity;
	 transform: translateY(-50%);
	 opacity: 0;
}
 @media (max-width: 991px) {
	 .slide__text {
		 left: 0;
		 bottom: 0;
		 width: 100%;
		 height: 20rem;
		 text-align: center;
		 transform: translateY(50%);
		 transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
		 padding: 0 1rem;
	}
}
 .slide__text-heading {
	 font-size: 1.8rem;
	 margin-bottom: 1rem;
}
 @media (max-width: 991px) {
	 .slide__text-heading {
		 line-height: 20rem;
		 font-size: 3.5rem;
	}
}
 .slide__text-desc {
	 font-size: 1rem;
	 margin-bottom: 1.5rem;
}
 @media (max-width: 991px) {
	 .slide__text-desc {
		 display: none;
	}
}
 .slide__text-link {
	 z-index: 5;
	 display: inline-block;
	 position: relative;
	 padding: 0.5rem;
	 cursor: pointer;
	 font-size: 1rem;
	 perspective: 1000px;
 }
.slide__text-link:hover {
   color: #fff!important;
}
 @media (max-width: 991px) {
	 .slide__text-link {
		 display: none;
	}
}
 .slide__text-link:before {
	 z-index: -1;
	 content: "";
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: #000;
	 transform-origin: 50% 100%;
	 transform: rotateX(-85deg);
	 transition: transform 0.3s;
	 will-change: transform;
}
 .slide__text-link:hover:before {
	 transform: rotateX(0);
}


/*** end of slider **/

.white {
background: #fff;
margin-bottom: 40px;
padding-bottom: 40px;
}

#presmsg img {
  width: 250px; margin: 0 30px 30px 0;
}

#mobb-page img {
    width: 100%;
    transition: all 0.3s;
    margin: 10px 0 20px;
    padding: 1rem;
    color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media (min-width: 768px) and (max-width: 992px) {
  #mobb-page img {
    min-width: 156px;
    min-height: 205px;
    transition: all 0.3s;
    margin: 10px 0 20px;
    padding: 1rem;
    color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

}

@media (min-width: 993px) {
  #mobb-page img {
    min-width:216px;
    min-height: 289px;
    transition: all 0.3s;
    margin: 10px 0 20px;
    padding: 1rem;
    color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

}


#mobb-page img:hover {
  -webkit-box-shadow: 3px 3px 37px -13px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 3px 37px -13px rgba(0,0,0,0.75);
  box-shadow: 3px 3px 37px -13px rgba(0,0,0,0.75);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}


.clearfix {
  clear: both;
}

.breadcrumb {
  font-size: 11px!important;
  background: transparent!important;
}

.page-header h1,
.page-header h2,
body#contact-us .custom h2 ,
body#join-bcci .custom h3,
.page-header h2 a {

   
    font-weight: bold;
    font-size: 2.5rem;
    
}

.page-header h2 {
    margin: 10px 0 30px 0;
     
    
text-transform: uppercase;
}

.blog a {
  color: #333!important;
text-decoration: none;

}

.sige_small
{
  display: none!important;
}

.pagination
{
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
  background-color:#f9f9f9;
  border-radius:6px;
  border:1px solid #dcdcdc;
  display:inline-block;
  cursor:pointer;
  color:#666666;
    font-family: "Poppins", sans-serif;
  font-size:15px;
  font-weight:bold;
  padding:6px 24px;
  text-decoration:none;
  text-shadow:0px 1px 0px #ffffff;
  margin: 20px 0 0 0;
}

.pagination ul li {
  display: inline-block;
}
.pagination li {
  padding-right: 15px;
}

.pagination-list,
p.counter.pull-right {
  padding: 10px 0 0 10px!important;
}

.blog .btn {
   /* box-shadow: 0px 10px 14px -7px #0a6b7a;
  background:linear-gradient(to bottom, #1186ad 5%, #0ea1b8 100%); */
  background-color:#1186ad;
  border-radius:8px;
  display:inline-block;
  cursor:pointer;
  color:#ffffff!important;
  font-size:15px;
  /* font-weight:bold; */
  padding: 6px 32px;
  text-decoration:none;
  /* text-shadow:0px 1px 0px #3d768a; */
}
.blog .btn:hover {
 background:linear-gradient(to bottom, #0ea1b8 5%, #1186ad 100%);
  background-color:#0ea1b8;
}
.blog .btn:active {
  position:relative;
  top:1px;
}

img.pull-left {
  margin: 0 35px 20px 0;
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  img.pull-left {
    width: 100%;
  }
}

.blog ul {
  margin-left: 40px;
}

.blog li {
  margin-bottom: 5px;
}

#udownload img {
  -webkit-box-shadow: 3px 3px 37px -13px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 3px 37px -13px rgba(0,0,0,0.75);
  box-shadow: 3px 3px 37px -13px rgba(0,0,0,0.75);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  width: 100%;
}

#udownload .row {
  margin-bottom: 50px;
}

#udownload .download {

}
#udownload .download {
  box-shadow: 0px 10px 14px -7px #3e7327;
  background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
  background-color:#77b55a;
  border-radius:4px;
  border:1px solid #4b8f29;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family: "Poppins", sans-serif;
  font-size:13px;
  font-weight:bold;
  padding:6px 25px;
  text-decoration:none;
  text-shadow:0px 1px 0px #5b8a3c;
}
#udownload .download:hover {
  background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
  background-color:#72b352;
}
#udownload .download:active {
  position:relative;
  top:1px;
}

a#back-top {
    font-size: 40px;
    position: absolute;
    right: 100px;
}

ol.nav.nav-tabs.nav-stacked li {
  margin-right: 15px;
}

#googlemap {
    margin-top: 30px;
}
 #googlemap iframe,
 .google-contact iframe {
    width: 100%;
}
body#join-bcci .custom {
  margin-top: 40px;
}

body#join-bcci .custom ul li {
  margin-left: 40px;
}
/* mobile */

@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .nav-collapse  {
    display: none;
  }
  header .col-3 img {
    width: 180px!important;
    height: 100%!important;
  }
 header .col-3 {
  text-align: center;
 }
  header .col-3,
  #mission-vission .col-4 {
    width: 100%!important;
    max-width: 100%!important;
    flex: none!important;
  }
  #awards-grants .col-3 img {
    padding: 0!important;
  }
}

.jf_mm_trigger {
    background: #eaeaea80!important;
    color: #0c5d87!important;
    top: 15px!important;
    left: 20px!important;
}

a.brand img {
   height: 90px;
  -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;
}

#awards-grants .row {
  margin: 20px 0 30px 0;
  border-bottom: 1px dashed #999;
  padding-bottom: 30px;
}
#awards-grants .col-3 img {
    width: 100%;
    border: 5px double #000;
    padding: 10px;
}
#mission-vission h2 {
    font-family: "Poppins", sans-serif;
  padding: 10px 0 10px 0;
}
#mission-vission .col {
    margin: 20px 0 30px;
    background: #fff;
    padding:20px;
    webkit-box-shadow: 10px 10px 23px -3px rgba(217,214,217,1);
  -moz-box-shadow: 10px 10px 23px -3px rgba(217,214,217,1);
  box-shadow: 10px 10px 23px -3px rgba(217,214,217,1);
}

.breadcrumb a {
  color: #0c5d87;
  margin-right: 2px;
  padding-right: 5px;
  margin-left: 5px;
}

.breadcrumb .divider img {
  display: none;
}

.breadcrumb a:after {
  content: "  >  ";
}

.jf_mm_wrapper h2 {
    color: #e6e6e6;
    padding: 20px!important;
}
.jf_mm_wrapper li a {
  font-size: 14px!important;
}

.jf_mm_wrapper li {
    padding: 5px!important;
}

#twentyeleven h2,
#twentyeleven h4,
#twentyeleven p {
  width: 100%;
}

#news-home {
  text-align: left;
}
#news-home a:hover {
  text-decoration: none;
}

body#home .page-header h2 {
    font-family: "Oswald", sans-serif;
    text-align: left;
text-transform: uppercase;
}


 .fade-in-element {
     animation-name: fadeInUp;
     animation-duration: 3s;
}

 .hidden,.hidden2 ,.hidden3, .hidden4 {
     opacity: 0;
}

 @keyframes fadeInUp{
     from{
         opacity:0;
         transform:translate3d(0,50px,0)
    }
     to{
         opacity:1;
         transform:none
    }
}
 .fadeInUp {
     animation-name:fadeInUp
}


.fixed-header a.brand img {
    height: 70px
}

#featured-trustee {

background-image: radial-gradient( circle 1093px at -13.5% -13.6%, rgba(254,192,193,1) 6.2%, #f0e6e6 98.8% );
}

#featured-trustee h2 {
  background: #794642; color: #fff; display: inline-block
}

a {
  color: #0b5d86;
}

.dj-megamenu-default li:hover a.dj-up_a, .dj-megamenu-default li.hover a.dj-up_a, .dj-megamenu-default li.active a.dj-up_a {
color: #3e7f24!important;
}

.dj-megamenu-default li ul.dj-submenu > li > a:hover, .dj-megamenu-default li ul.dj-submenu > li > a.active, .dj-megamenu-default li ul.dj-submenu > li.hover:not(.subtree) > a {
background: #3e7f24!important;
}

.fs-6 {
font-size: 12px;
}


/****/


/* grid layout */
#stepbystep ol,
#stepbystep ol::before, #stepbystep ol::after,
#stepbystep ol *, #stepbystep ol *::before,#stepbystep ol *::after { margin: 0; padding: 0; box-sizing: border-box }
#stepbystep ol {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  gap: 1rem;

  width: min(60rem, calc(100% - 2rem));
  margin-inline: auto;
  padding-block: 1rem;

  list-style: none;
  counter-reset: count;
}

/* card layout/styling */
#stepbystep ol > li {
  --card-background-color: #f0f0f0;
  --card-text-color: #0F0F0F;
  --card-border-radius: 0.5rem;
  --card-padding-block: 1.5rem;
  --card-padding-inline: 1rem;

  --outset-size: 0.75rem;
  --outset-background-color: #e5e5e5;

  --number-font-size: 3rem;
  --number-overlap: 0.5rem;
  --number-font-family: 'Oswald', sans-serif;
  --number-font-weight: 500;

  margin: var(--outset-size);
  margin-top: calc(var(--number-font-size) - var(--number-overlap));
  border-radius: var(--card-border-radius);
  padding-block: var(--card-padding-block);
  padding-inline: var(--card-padding-inline);

  color: var(--card-text-color);
  background-color: var(--card-background-color);
  box-shadow:
    inset 1px 1px 0px rgb(255 255 255 / .5),
    inset -1px -1px 0px rgb(0 0 0 / .25),
    calc(var(--outset-size) * .25) calc(var(--outset-size) * .25) calc(var(--outset-size) * .5) rgb(0 0 0 / .25);
  position: relative;
  counter-increment: count;
}

#stepbystep ol > li::after{
  content: counter(count, decimal-leading-zero);
  position: absolute;

  bottom: calc(100% - var(--number-overlap));
  left: 50%;
  transform: translateX(-50%);

  color: var(--accent-color);
  font-family: var(--number-font-family);
  font-weight: var(--number-font-weight);
  font-size: var(--number-font-size);
  line-height: 1;
  /** z-index: -1; **/
}
#stepbystep ol > li::before{
  content: "";
  position: absolute;
  width: calc(100% + (var(--outset-size) * 2));
  height: 100%;
  bottom: calc(var(--outset-size) * -1);
  left: calc(var(--outset-size) * -1);
  z-index: -1;

  border-bottom-left-radius: calc(var(--card-border-radius) + var(--outset-size));
  border-bottom-right-radius: calc(var(--card-border-radius) + var(--outset-size));

  background-color: var(--outset-background-color);

  background-image:
    linear-gradient(to left, var(--outset-background-color) calc(var(--outset-size) * 2), transparent 0),
    linear-gradient(135deg, var(--accent-color) 80%, var(--outset-background-color) 0);
}

/* card content */
#stepbystep h1 {
  font-size: 2.5rem;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  font-weight: normal
}
#stepbystep .icon{
  font-size: 2rem;
  text-align: center;
  margin-bottom: calc(var(--card-padding-block) * .5);
}
#stepbystep .title {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  color: var(--accent-color)
}
#stepbystep .descr {
  color: var(--text-color);
  font-size: 0.75rem;
  font-family: 'Merriweather', serif;
  text-align: center;
}

/*  */
#stepbystep {
  background-color: #f5f5f5;

  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


/* owl */

/*
img {
  max-width: 100%;
  border: 0px;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
a:focus,
a:active,
a:visited,
a:hover {
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #e73700;
} */
/* h2 {
  margin-bottom: 48px;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
}
h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 36px;
}
button {
  outline: none !important;
} */
/******* Common Element CSS End *********/

/* -------- title style ------- */
.line-title {
  position: relative;
  width: 400px;
}
.line-title::before,
.line-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
}
.line-title::before {
  width: 100%;
  background: #f2f2f2;
}
.line-title::after {
  width: 32px;
  background: #e73700;
}

/******* Middle section CSS Start ******/
/* -------- Landing page ------- */
.activities-section {
  padding: 60px 50px;
}
.activities-section .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}
.activities-section .item {
  margin: 0 15px 60px;
  width: 320px;
  height: 400px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.activities-section .item.active {
  width: 500px;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}
.activities-section .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.activities-section .item-desc {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  -webkit-transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.activities-section .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
}
.activities-section .item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;

}
.activities-section .item.active .item-desc p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.activities-section .owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}
/******** Middle section CSS End *******/

/***** responsive css Start ******/

@media (min-width: 992px) and (max-width: 1199px) {
  #activities-section h2 {
    margin-bottom: 32px;
  }
  #activities-section h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }

  /* -------- Landing page ------- */
  .activities-section {
    padding: 50px 30px;
  }
  .activities-section .item {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }
  .activities-section .item.active {
    width: 400px;
  }
  .activities-section .item-desc {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #activities-section h2 {
    margin-bottom: 32px;
  }
  #activities-section h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }
  .line-title {
    width: 330px;
  }

  /* -------- Landing page ------- */
  .activities-section {
    padding: 50px 30px 40px;
  }
  .activities-section .item {
    margin: 0 12px 60px;
    width: 240px;
    height: 330px;
  }
  .activities-section .item.active {
    width: 360px;
  }
  .activities-section .item-desc {
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  h2 {
    margin-bottom: 20px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 24px;
  }
  .line-title {
    width: 250px;
  }

  /* -------- Landing page ------- */
  .activities-section {
    padding: 30px 15px 20px;
  }
  .activities-section .item {
    margin: 0 10px 40px;
    width: 200px;
    height: 280px;
  }
  .activities-section .item.active {
    width: 270px;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
  }
  .activities-section .item-desc {
    padding: 0 14px 5px;
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}


/* slick  */


.slick-slide {
    margin: 0px 20px;
}
.slick-slide:hover {
    cursor: pointer;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@media (max-width:767px) {

.yt-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.yt-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.yt-caption-m {
display : block;
}

.yt-caption-d {
display : none;
}

}

@media (min-width: 768px) {
.yt-caption-d {
display : block!important;
}

.yt-caption-m {
display : none!important;
}
}


    .msg-from-pres {
  /* The image used */
  background-image: url("https://bulacanchamber.ph/images/parallax.png");

  /* Set a specific height */
  min-height: 400px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
text-align: justify;
}

.msg-from-pres .col-md-7 {
  /* box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  background: #ffffffa1;
  border-radius: 20px; */
  padding: 40px;
  font-size: 18px;
  color: #fff;

}
.blog img {
width: 100%!important;
}


.carousel-inner img,
.carousel-inner video {
  margin: auto;
}

