/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
    background-color: white;
    min-height: 144px;
    height: 100%;
}
/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero {
    align-items: start;
    text-align: center;
    display: block;
}
/*Body Box*/
#hero-plus-body { font-size: 18px;
}
/*Footer Box*/
#hero-plus-footer {
    background: url('images/footer-top-bg-2699.jpg') top center no-repeat;
    background-color: #0d2236;
    display: block;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 50px;
}

.soc, .soc:visited {
    display: inline-block;
    margin: 5px;
    padding: 10px;
    color: #fff;
    margin-bottom: 20px;
}

.soc:hover {
    color: #99eef9;
}

.logo-2 {
margin-top: 20px;
    width: 300px;
}

.link, .link:visited {
    display: block;
    font-size: 2em;
    color: #fff;
    font-weight: 600;
    margin: 20px;
}

.link:hover {
    color: #99eef9;
    text-decoration: none;
}

#txt p {
    font-size: 18px;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 10%;}
#gallery {padding: 2% 5%;    background: #00557d;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {
    margin: 20px;
}
.logo-right {
    position: absolute;
    width: 140px;
    right: 10px;
    top: 0px;
}
.left{display:inline-block; float:left;}
.right{display:inline-block; float:right;}

.hero {max-width: 100%;}


.side {float: right !Important; width: 35%; margin: 1%;}

.h1, h1 {
    text-transform: uppercase;
    font-size: 2rem;
    text-align: center;
    margin: 20px 0px 40px;
    color: #0d2236;
}
.h2, h2 {
    font-size: 1.5rem;
    font-style: italic;
    text-align: center;
    margin-bottom: 40px;
    font-weight: normal;
    color: #748886;
}

.tq {    border-top: 1px solid #ddd;
     border-bottom: 1px solid #ddd;
    text-align: center;
  font-size: 24px !important;
    font-weight: 300;
    margin: 20px auto;
    padding: 15px;
    color: #000;
}

#txt {
    color: #748886;
    padding: 2% 10%;
}

/*Hero Box*/


.ctab, .ctab:visited {
       background: #ff8309;
    color: #fff;
    font-weight: bold;
    padding: 20px;
    margin: 20px auto;
    text-align: center;
    width: 222px;
    display: block;
}

.ctab:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
}




@media only screen and (max-width: 768px) {
.ctab {
    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;
}
.logo-2 {
margin-top: 20px;
    width: 200px;
}

.logo {
    margin: 20px;
    width: 140px;
}

}