@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.card {
    border-radius: 0rem;
    border: none;
    padding-left: -15px;
    margin: 10px -15px;
}

.right-assets {
    width: 40%;margin:2%;
    float: right;
    height: 550px;
    background: #6cc0e6;
    padding: 1%;
}

img {
max-width: 100%;
}

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
body {font-family: 'Open Sans', sans-serif;}
/*Header Box*/
#hero-plus-header {  
}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
.ctabmobile {display:none;}
/*Body Box*/
#hero-plus-body { font-size: 18px;
background: url('images/bg7.jpg')  top center ; background-size:cover;}
/*Footer Box*/
#hero-plus-footer {
    display: block;
    padding: 3% 0px 0px 0px;
    text-align: center;
    background: url('images/foot.png') center no-repeat #004788;
    background-size: cover;
padding-bottom:30px;
}
#hero-plus-footer .logo {
    display: block;
    margin: 20px auto;
}
.logo2{width:260px;}

.pullout {
    background: transparent linear-gradient(271deg,#009adf,#009a95) 0 0 no-repeat;
    border-radius: 16px;
    padding: 3%;
    margin: 20px auto;
    display: block;
color:#fff;
line-height:175%;
float: right;
width: 40%;
}
strong{
color:#004788;
}



.lg-download  {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none!important;
    outline: 0;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
display:none!important;
}

/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {
width: 100%;
padding: 2% 10%;
background: #ffffff42;
}
#video h2 {display:none;}
#txt-gr {padding: 2% 15%;background-color: #F8F8F8;}


#gallery {padding: 2% 5%; background: #de651e;    max-width: 100%; font-family: 'Open Sans', sans-serif;
    flex-basis: 100%;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {margin: 20px ;}
.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {
    display: block;
    background: #009ADF;
    text-align: center;
    margin: 40px 30px;
    text-decoration: none !important;
    color: #fff;
line-height:200%;
    padding: 20px;
    font-size: 19px;
    border-radius: 60px;
}

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

.soc, .soc:visited, .soc:hover {
    color: #ffffff;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.side {float: right !Important; width: 35%; margin: 1%;}
h1 {
    text-align: center;

    font-weight: bold;
    color: #009ADF;
    font-size: 40px;
}
h2 {text-align:center; font-size: 24px; margin: 20px 0px 40px; font-weight:bold; color:#00487a; }
#flags {
    padding: 10px;
    margin: 15px auto;
    text-align: center;
    padding: 10px;
}
#video {
    background-color:#009ADF;
    padding: 3% 19% ;
    margin: 30px auto;
    display: block;
    width: 100%;
}



.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;
}
.ctab {display:none;}
.ctabmobile {   
    background: #009ADF;
    text-align: center;
    margin: 20px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
 font-size:19px;
    border-radius: 60px;    display: block;}
.right-assets {
    width: 100%;
    float: none;
    margin: 20px auto;
    text-align: center;
    display: block;
}
}