@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');



/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background: #fff;
}
/*Header Box*/
#hero-plus-header {  
background: #fff;
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body { font-size: 17px;
 font-family: "Hind", sans-serif;
  font-weight: 300;
  font-style: normal;
background:#e6e6e6;
}
/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center;
 font-family: "Hind", sans-serif;
  font-weight: 300;
  font-style: normal;
background:#232c39;
color:#ddd;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 14%;
font-size:110%;}
#gallery {     padding: 5% 10%;
background: #fff; 
max-width: 100%;
    flex-basis: 100%;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {margin: 20px; width:210px;}
.logo2 {margin: 20px; width:320px;}
.hero {max-width: 100%;width:100%;}
.ctab, .ctab:visited {
    background: #e6a414;
    text-align: center;
display:block;
 font-size:80%;
text-transform:uppercase;
margin:0 auto;
margin-bottom:30px;
    text-decoration: none!important;
    color: #fff;
    padding: 14px;
    font-weight: 300;
width:300px;
 transition: box-shadow 300ms ease-out;
transition: background 300ms ease-out;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
    box-shadow: 0px 4px 9px -3px rgba(0,0,0,0.3);
 transition: box-shadow 300ms ease-out;
}
.mb-4:hover {
    margin-bottom: 1.5rem !important;
    box-shadow: 0px 6px 9px -3px rgba(0,0,0,0.6);
}

.ctab:hover {
    background: #5dbce7;
box-shadow: 0px 4px 9px -3px rgba(0,0,0,0.3);
    text-align: center;
display:block;
 font-size:80%;
text-transform:uppercase;
margin:0 auto;
margin-bottom:30px;
    text-decoration: none!important;
    color: #fff;
    padding: 14px;
    font-weight: 300;
width:300px;
}
.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;
}
.col-sm.col-md {
    padding: 10px 10%;
}
.soc, .soc:visited, .soc:hover {
    color: #fff;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.soc:hover {
    color: #ddd;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}


svg{fill:#fff;
width:30px;}
svg:hover{fill:#ddd;
width:30px;}

.footer-link{font-size:22px; font-weight:700; color:#fff;
display:block; margin:10px;}
.side {float: right !Important; width: 35%; margin: 1%;}
h1 {text-align:center; font-size: 2rem; font-weight:700; 
color:#2c69b3;}
h2 {text-align:center; font-weight:300; 
font-size: 1.35rem;
 color:#000;
margin: 20px 0px 20px;}
#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: 2% 4%;}
.logo {
    margin: 2px auto;
    display: inline-block;
width:120px;
}
.logo2 {
    margin: 2px auto;
    display: inline-block;
width:180px;
}
.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;
}
}