/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
font-family: "Helvetica Neue", Helvetica, Open Sans, sans-serif;
text-align:center;
}
/*Header Box*/



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

#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body { font-size: 18px;
font-family: "Helvetica Neue", Helvetica, Open Sans, sans-serif;
background-color:#efeff0;
 background-image:url('images/back.png');
background-repeat:repeat-y;
background-position: center;
}
/*Footer Box*/
#hero-plus-footer{ display:block; padding-bottom: 30px; text-align:center;
font-family: "Helvetica Neue", Helvetica, Open Sans, sans-serif;
}
/* Control carousel arrow*/

#txt {padding: 4% 14%; font-family: "Helvetica Neue", Helvetica, Open Sans, sans-serif; font-size:20px; line-height:170%;}

.col-md-8{

 font-family: "Helvetica Neue", Helvetica, Open Sans, sans-serif; font-size:20px; line-height:180%; }

#gallery{ margin: 40px 14%;
    padding: 4% 4%;
       background-image: linear-gradient(0, #1b2760, #2164ba);
    max-width: 100%;
    flex-basis: 100%;}

#gallery h2 {display:none;}

.card-body {padding:1rem, .5rem!important;}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: none!important;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.001);
    border-radius: 0.25rem;
margin-bottom:0px;
background-color:rgba(255,255,255,0.0310)!important;
}

.card-text{font-size: 16px; color:#1b2760; font-weight:bold; display:none;}

.logo    {
    width: 134px;
    text-align: center;
    margin-bottom: -57px;
 cursor: pointer; 
    margin-top: 20px;}

.logo:hover{

    transition: all .3s;
    transform: scale(1.15);
}


.logo2    {
    width: 134px;
    text-align: center;
    margin-bottom: 18px;
    cursor: pointer;
    margin-top: -30px;
    }

.logo2:hover{   
    transition: all .3s;
    transform: scale(1.15);
}

.lightbox:hover{ 
    transition: all .3s;
    transform: scale(1.08);
}


.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {
  background: #fff;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #333;
    padding: 20px;
    font-weight: bold;
    border: solid 3px;
    border-radius: 4px;
}
.soc, .soc:visited {
    display: block;
    width: 400px;
    max-width: 100%;
    color: #1b2760;
    padding: 8px;
    margin: 12px auto;
    text-align: center;
    vertical-align: middle;
}



.soc:hover{   
    transition: all .3s;
    transform: scale(1.15);}


.side {padding:0px 40px 0px 20px;}

h1 {
font-family: "Helvetica Neue", Helvetica, Open Sans, sans-serif;
    text-align: center;
    font-size: 2.35rem;
    margin: 30px 0px 40px;
color: #1b2760;
text-transform:uppercase;
font-weight:bold;
}

h2 {text-align:center; font-size: 1.7rem; margin: 20px 0px 40px;}

strong{color: #1b2760;}

#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;

}

#txt{padding:3%;}
#gallery{ margin: 4%;
    padding: 2%;
       background-image: linear-gradient(0, #1b2760, #2164ba);
    max-width: 100%;
    flex-basis: 100%;}

.logo{width:80px; margin:5px;}


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

.logo {
    margin: 20px auto;
    display: block;
}
h1{size:1.8em;}

.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;
}
}