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

.col-md-6 {
    float: left;
}

.col-md-4 {
    display: initial;
}

.sticky-top {
    background: #e12c2c;
}

.right {text-align: right; float: right;}
.center {margin: 0px auto;}
.left {text-align: left; float: left;}

/*Header Box*/
#hero-plus-header {
    display: inline-block;
    width: 100%;
}

/*Hero Box*/
#hero-plus-hero {
    align-items: start;
}

/*Body Box*/
#hero-plus-body {
    font-size: 18px;
    background: #e12c2c;
    color: #fff;
}

/*Footer Box*/
#hero-plus-footer {
    padding: 30px;
    text-align: center;
    background: #fff;
}

/* Control carousel arrow*/
.carousel-gallery-arrow {
}

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

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

#txt a {
    color: #000!important;
}

#gallery {
    padding: 2% 5%;
    background: #e9ecef;
}

#gallery h2 {
    display: none;
}

.card-body {
    display: none;
}

.logo {
    margin: 20px ;
}

.logo1 {
    width: 200px;
    position: absolute;
    top: 32%;
    right: 2%;
}

.hero {
    max-width: 100%;
}

.ctab, .ctab:visited, .ctab:hover {
    background: #fff;
    text-align: center;
margin-left: 30%;
    text-decoration: none!important;
    color: #e12c2c;
    padding: 20px;
    font-weight: bold;
}

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

.side-left {
    width: 35%;
    float: left !important;
    margin: 1% 2.5%;
}

.side-left img {
    width: 100%;
    max-width: 100%;
}

.side img {
    width: 100%;
    max-width: 100%;
}

.soc, .soc:visited, .soc:hover {
    color: #e12c2c;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.link, .link:visited, .link:hover {
    display: block;
    color: #e12c2c;
    font-size: 25px;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: bold;
    margin: 5px;
    text-decoration: none !important;
}

h1 {
    text-align: center;
    font-size: 2.5rem;
}

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

@media only screen and (max-width: 980px) {
.ctab, .ctab:visited, .ctab:hover {
margin-left: 20%;
}
}

@media only screen and (max-width: 768px) {
    .ctab {
        display: block;
    }
.ctab, .ctab:visited, .ctab:hover {
    margin: 20px 0px 20px 30px;
}
    .logo {
        margin: 20px auto;
        display: block;
    }

.logo1 {
    margin: 20px auto;
    float: none;
    display: block; position: inherit;
}

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

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