/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}

.logo1 {
     margin: 20px;
     width: 200px;
}

.after {margin-top: 30px;}
#animated .plain-image {
    width: 100%;
}
.col-md-4 {
    float: left;
    margin: 30px auto;
}
/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body { font-size: 18px;
}
/*Footer Box*/
#hero-plus-footer{  padding: 20px; text-align:center; background:#000000;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}

.col-lg-3 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

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

a {
    color: #1ddbdb;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    font-weight: bold;
}
#hero-plus-footer .logo {
    float: left;
}
.card {
    width: 60%;
    margin: 0px auto;
}
#txt {padding: 2% 10%;}
#gallery {padding: 2% 5%; background: #000; max-width: 100%;
    flex-basis: 100%;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {margin: 20px; width:auto;}
.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {
    background: #000000;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px 50px;
    font-weight: bold;
}
.soc, .soc:visited, .soc:hover {
    color: #ffffff;
    padding: 5px;
    margin: 30px 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    font-size: 1.5em !important;
}
.side {float: right !Important; width: 35%; margin: 1%;}
h1 {text-align:center; font-size: 2rem;}
h2 {text-align:center; font-size: 1.7rem; margin: 20px 0px 40px;}
#flags {
    padding: 10px;
    margin: 15px auto;
    text-align: center;
    padding: 10px;
}

.flag-icon {
    font-size: 1.5em;
    margin: 10px;
    vertical-align: middle;
}

#flags a {
    display: block;
    font-size: 0px;
}

.flag-icon::before {
    content: ''!important;
}
@media only screen and (max-width: 768px) {
.ctab {
    display: block;

}
.logo {
    margin: 20px auto;
    display: block;
}
.side {
    float: none;
    width: 100%;
    margin: 20px auto;
}

.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;
}
#hero-plus-footer .logo {
    float: none; display:block: margin:20px auto;
}

}