@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

#share-floating-bar {
    position: fixed;
    top: 50%;
    z-index: 1021;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  margin-right:0px!important;
 margin-left:0px!important;
}

.container-fluid {
    width: 100%;
    padding-right: 0px!important;
    padding-left: 0px!important;
    margin-right: auto;
    margin-left: auto;
}

.lightbox > .img-fluid {
    max-height: 100% !important;
}

.sticky-top { background: #fff; }

#gallery-title-uuid{
display:none;}

.center{
padding:2% 30%;
}

.center-top{
padding:2% 10%;
text-align:center;
}

.ctab, .ctab:visited  {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #ffdf00;
    color: #000 !important;
    padding: 8px 20px;
    font-size: 110%;
    display: inline-block-block;
    text-decoration: none;
    text-align: center;
   margin: 0 auto;
    margin-bottom: 20px;
    width: 240px;
 
    max-width: 100%;
    line-height: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    transition-property: all;
    transition-timing-function: ease-in;
    transition: .7s;
}



.ctab:hover, .ctab:active {
    background: #000;
    color: #ffdf00 !important;
    text-decoration: none;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.34);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.34);
}

.trans{width:100%; display:block;
text-align:center;
margin-bottom:25px;}



body {
 font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
text-align: justify;
  line-height: 2;
  color: #000;
}

.container {
  margin-top: 21px;
  margin-bottom: 30px;
}



.card-body {
  display: none;
}



/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {

}

.right{
background:#fff;
width:40%;
text-align:center;
float:right;
padding:20px;

margin-left:3%;
}

h1 {
 font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
text-align:center;
font-size:2.25em;
color: #0164a7;
    text-transform: uppercase;
    margin-bottom: 40px;


}

h2{font-size:1.2em; 
color:#303030;
font-weight:400; }

h2 li{padding-bottom:12px;}

h1,
h2,
h3,
h4,
h5 {
  margin: 20px 0;
  text-align: left;
text-align:center;
}




.card-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
}



/*Header Box*/
#hero-plus-header {
  z-index: 1;
  display: block;
  width: 100%;
  position: sticky;
}

/*Hero Box*/
#hero-plus-hero {
  align-items: start;
}

/*Body Box*/
#hero-plus-body {
  font-size: 18px;
 font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
}

/*Footer Box*/
#hero-plus-footer {
background-color: #333;
  display: block;
width:100%; 
max-width:100%;
  text-align: center;
 font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
border-bottom:#009ee1 25px solid;
}



/* Control carousel arrow*/


#txt {
  padding: 2% 10%;
}



#gallery {
  padding: 1% 10%;
  background: none;
  max-width: 100%;
  flex-basis: 100%;
}

#gallery .col-lg-3 {
    max-width: 33.3333%;
    flex-basis: 33.3333%;
    text-align: center;
}

#gallery h2 {
  display: none;
}

.logo {
  padding: 25px 0;
  width: 190px;
  padding: 0;
  margin: 3px;
}
.logo2 {
  padding: 5px 10px;
  width: 85px;
  
  margin: 3px;
}

.logocenter {
margin:0 auto;
  padding: 5px 0;
  width: 240px;


}


.hero {
  max-width: 100%;
  padding: 0;
}


h5 {
  font-weight: bold;
  font-size: 115%;
  margin-bottom: 20px;
}

.soc,
.soc:visited,
.soc:hover {
  color:  #ffdf00;
  padding: 10px;
  margin: 10px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}


.social-icons{font-size:140%;

@media only screen and (max-width: 768px) {
  .image {
    padding: 0px;
    margin: 10px 0;
  }

  .ctab {
    display: block;
  }

  .logo {
    margin: 20px auto;
    display: block;
  }

  .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

.center{
padding:2% 0%;
}

.center-top{
padding:2% 0%;
text-align:center;
}


.right{width:100%;
float:right;
margin-left:0%;
padding:10px;}
}