body > .logo-sub.sticky {
    position: absolute;
    top: 7px;
    left: 0;

    height: 118px;
    width: 120px;
    z-index: 1000;

}

@media (max-width: 580px) {
    body > .logo-sub.sticky {
        z-index: unset;
    }
}

@media (min-width: 1100px) {
    body > .logo-sub.sticky {
         top: 10px;
         left: -10px;
         width: 150px;
     }
}

@media screen and (min-width: 1400px) {
    body > .logo-sub.sticky {
        top: 5px;
        left: 0;
        width: 200px;
    }
}

body > .logo-sub.sticky img {
    cursor: pointer;
    width: 90%;
}

.body {
    height: 100vh;
    overflow: hidden!important;
    /*font-family: 'Roboto', sans-serif;*/
    /*font-weight: 300;*/
}

#navbar-top {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    z-index: 50;
}

#navbar-top .container-fluid {
    display: block;
    height: 100%;
}

#navbar-top .container-fluid #navbarSupportedContent {
    height: 100%;
}

site {
    display: block;
    height: 84vh;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll!important;
}

.toast {
    z-index: 1100;
}

.toast-body {
    font-size: 1.0rem;
    color: #3278C4;
}

.dropdown-menu {
    font-size: 14px!important;
}

.banner > .container {
    height: 194px;
}

.banner > .container > .row {
    height: 100%;
}

.banner {
    width: 100%;
    height: 356px;
}
@media screen and (min-width: 360px) {
    .banner {
        height: 424px;
    }
}

.banner-bg-img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 356px;
    overflow: hidden;
    text-align: center;
}

.banner-bg-img img {
    position: relative;
    height: unset;
    width: 400%;
    top: -150px;
    left: -200px;
}

.banner div.gradient {
    position: relative;
    top: -424px;
    width: 100%;
    height: 424px;
}
@media screen and (min-width: 1500px) {
    .banner div.gradient {
        height: 451px;
        top: -451px;
    }
}

.banner-content {
    position: relative;
    height: 424px;
    top: -848px;
}
@media screen and (min-width: 1500px) {
    .banner-content {
        height: 451px;
        top: -902px;
    }
}

.banner .text {
    height: 100%;
}

.banner .text > .telno {
    color: #fff;
    font-weight: normal;
    font-size: 24px;
    margin-top: 15px;
    text-align: right;
}

.banner .text > .detail {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-top: 15px;
    text-align: right;
}

@media screen and (max-width: 425px) {

    .banner .text > .detail {
        font-size: 16px;
    }
}

.banner .text > .header {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-top: 40px;
    text-align: right;
}

@media screen and (max-width: 425px) {

    .banner .text > .header {
        /*font-size: 37px;*/
        font-size: 30px;
        margin-top:110px;
    }
}

@media screen and (min-width: 360px) {

    .banner .text > .header {
        margin-top:80px;
    }
}

.banner .overlay-logo {
    position: relative;
    top: -1150px;
    height: 450px;
}

.banner > .overlay-nav {
    display: none;
}

.nooverlay-nav {
    height: 50px;
    background-color: rgb(12, 12, 12, 0.3);
    border-top: solid 2px steelblue;
}

/*subbanner*/
.banner > .img-container {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
}

.banner > .img-container img {
    position: relative;
    top: 0;
    max-width: 100%;
    min-width: 820px;
    opacity: 0.5;
}

.banner.sub {
    background-color: #333;
    opacity: 60%;
    border-bottom: solid 3px teal;
    height: 250px;
}

.banner .subtext > .telno {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    margin-top: 15px;
    text-align: right;
}

.banner > .container > .row.subtext-top {
    height: 70%;
}

.banner > .container > .row.subtext-bottom {
    height: 30%;
}

.subtext-bottom .header {
    color: #FFF;
    height: 20%;
    text-align: right;
}

.banner .subtext .detail {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    margin-top: 10px;
    text-align: right;
    text-transform: capitalize !important;
}

.snip1579 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 10px;
    width: 100%;
    background-color: #FFF;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    opacity: 80%;
}
.snip1579 * {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.snip1579 img {
    max-width: 100%;
    min-height: 231px;
    vertical-align: top;
}
.snip1579 img.imgsqsld-sm {
    display: inline;
}
.snip1579 img.imgsqsld-lg {
    display: none;
}
.snip1579 figcaption {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    padding: 15px;
    background-color: rgb(0, 196, 195, 0.97);
    min-height: 55px;
    height: 55px;
}
.snip1579 h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 3px 0;
}
.snip1579 h5 {
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 1px;
    min-height: 40px;
}
.snip1579 blockquote {
    padding: 0;
    margin: 0;
    font-size: 0.8em;
}
.snip1579 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.snip1579:hover figcaption,
.snip1579.hover figcaption {
    height: calc(85%);
}

.calgary-locations {
    overflow: hidden;
    height: 359px;
}

#index-calgary-locations {
    height:359px;
}

#index-calgary-locations img {
    position: relative;
    top: 0;
    max-width: 100%;
    min-width: 872px;
}

.calgary-gradient {
    position: relative;
    top: -359px;

    height:359px;
    background: linear-gradient(to top, rgb(20,20,20,0.5), rgb(20,20,20, 0));
}

.bkgd-2 {
    background-color: #3278C4;
    color: #FFF;
    opacity: 60%;
    width: 100%;
}

.bkgd-2 > .container {
    height: 100%;
}

.bkgd-2 .row {
    align-items: center;
    height: 100%;
}

.bkgd-2 .text5 .col-3 {
    font-size: 1.2rem;
    text-align: center;
}

.bkgd-2 .text5 .col-4 {
    font-size: 0.81rem;
    text-align: center;
}

.bkgd-1 {
    background-color: #EEE;
    width: 100%;
    padding: 1em;
}

.bkgd-1 > .container {
    background-color: #FFF;
    padding: 1em;
}

.bkgd-1 > .container.bkgd-1 {
    background-color: #EEE;
}


.bkgd-3 {
    background-color: #488EDA;
    width: 100%;
    padding: 1em;
}

.bkgd-3 > .container {
    background-color: #FFF;
    padding: 1em;
}

.bkgd-3 > .container.bkgd-1 {
    background-color: #EEE;
}

.teal2 {
    background-color: rgb(204, 204, 204, 0.5);
    width: 100%;
    padding: 1em;
}

.teal2 > .container {
    background-color: #FFF;
    padding: 1em;
}

.teal2 > .container.bkgd-1 {
    background-color: rgb(204, 204, 204, 0.5);
}

.wbg {
    background-color: #FFF;
    width: 100%;
    padding: 1em;
}

.wbg > .container {
    background-color: #FFF;
    padding: 1em;
}

.wbg > .container.wbg {
    background-color: #FFF;
}


.border {
    border: none !important;
    box-shadow: unset;
    padding: 0;
}

.inner-border {
    box-shadow: 0.05em 0.05em 0.25em 0.15em #AAA;
    padding: 0.5em;
}

.thin-border {
    border: solid 1px #AAA;
    margin: 0.3em;
    padding: 0.3em;
}

.more-info {
    display: none;
}

.top-bar {
    background-color: #FFF;
    height: 79px;
    min-height: 79px;
    padding: 0;
}

.top-bar .logo {
    height: 100%;
    min-height: 56px;
    max-width: 50%;
    z-index: 1;
}

.top-bar .logo .logo-img {
    position: absolute;
    top: 20px;
    left: 50px;
    z-index: 100;

    height: 118px;
    width: 214px;
}

.top-bar .offer {
    display: none;
}

.top-bar .estimate {
    display: none;
}

.top-bar .phone {
    display: none;
}

.top-bar .phone a {
    color: inherit;
}

a.phone, a.email {
    text-decoration-line: none;
}

.top-bar .emergency {
    display: none;
    float: unset;
    font-size: 1.0em;
    height: 100%;
    min-height: 56px;
    max-height: 30px;
    overflow: unset;
    max-width: unset;
    text-align: right;
    padding-top: 2.3em;
    padding-right: 0.5em;
    font-weight: 600;
    color:#3278C4;
}

.top-bar .emergency-2 {
    display: none;
    float: unset;
    font-size: 1.2em;
    height: 100%;
    min-height: 56px;
    max-height: 30px;
    overflow: unset;
    max-width: unset;
    text-align: center;
    padding-top: 1.6em;
    padding-right: 0.5em;
    font-weight: 600;
    color:#3278C4;
}

.top-bar .emergency-3 {
    display: block;
    float: unset;
    font-size: 0.8em;
    height: 100%;
    min-height: 56px;
    max-height: 30px;
    overflow: unset;
    max-width: unset;
    text-align: right;
    padding-top: 1.6em;
    padding-right: 1.5em;
    font-weight: 600;
    color:#3278C4;
}

.logo-whp {
    position: relative;
    top: 0;
    left: 0;
    height: 150px;
    width: 225px;
}

.bkgd-main1 {
    background-color: red !important;
}

.offer-img {
    text-align: center;
}

/* MSS 2023-10-14 */
.offer-img-max-width {
    width: 100%;
}

a:hover, a:focus {
    color: #373e18;
}
section {
    float: left;
    width: 100%;
    margin-top:2em;
    margin-bottom:2em;
}
h2 {
    color: #1a0e0e;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    line-height: normal;
    text-transform:uppercase;
}
h2 span {
    display: block;
    padding: 0;
    font-size: 18px;
    opacity: 0.7;
    margin-top: 5px;
    text-transform:uppercase;
}

#float-right{
    float:right;
}

.carousel-item .side-img {
    display: none;
}

.carousel-item.text-only-carousel-item {
    min-height: 300px;
}

.carousel-item.text-only-carousel-item .carousel-caption {
    position: relative;
    top: 0;
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    max-width: 600px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.estimate.sticky {
    background-color: transparent;
    position: sticky;
    bottom: 1rem;
}

.estimate.sticky button {
    background-color: rgb(0, 196, 195);
    color: #FFF;
    margin-left: 1rem;
}

.navbar .navbar-toggler {
    display: block;
    float: right;
}
.navbar-toggler:focus {
    box-shadow: inherit;
}

.navbar .navbar-brand {
    display: block;
    float:right;
    color: #FFF;
}

.navbar-collapse ul li {
    font-size: 15px;
    color: #FFF;
    line-height: 20px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    color: #FFF;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    font-size: 15px;
    color: #FFF;
    line-height: 20px;
    padding: 0.15rem 1rem;
}

.dropdown-menu.show {
    background-color: #555;
    font-size: 15px;
    color: #FFF;
    line-height: 20px;
    margin-top: 0;
    padding-top: 0;
}

.dropdown-menu.show .dropdown-item {
    background-color: #555;
    font-size: 15px;
    color: #FFF;
    line-height: 20px;
    padding: 0 1rem 0.15rem 1rem;
}
.dropdown-menu.show .dropdown-item:hover {
    background-color: #777;
}

.navbar-toggler:focus {
    box-shadow: inherit;
}

.trio-logo {
    display: block;
    border-right: solid 1px #CCC;
    border-left: solid 1px #CCC;
    min-height: 84px;
    max-height: 84px;
    padding: 10px 0;
    width: 100%;
}

.trio-logo img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.trio-detail {
    min-height: inherit;
    max-height: inherit;
}

.trio-logo-row {
    display: none;
}

.est-btn-base {
    background-color: #3278C4;
    color: #FFF;
    width: 150px;
}


@media (min-width: 360px) {

    .banner-bg-img {
        height: 424px;
    }

    .banner-bg-img img {
        top: -200px;
        left: -200px;
    }
}

@media (max-width: 480px) {

    img.sm-img-100, video.sm-img-100 {
        width: 100%;
    }
}

@media (min-width: 500px) {

    .banner-bg-img img {
        width: 300%;
        top: -200px;
        left: -150px;
    }
}

@media (min-width: 576px) {

    .logo-whp {
        height: 200px;
        width: 300px;
        top: 270px;
    }

    .subtext-bottom .header h4 {
        font-size: 1.7rem;
    }

    .banner .subtext .detail {
        font-size: 1.3rem;
    }

}

@media (min-width: 600px) {

    .banner-bg-img img {
        width: 250%;
        top: -200px;
        left: -50px;
    }
}



@media (min-width: 660px) {

    .top-bar .emergency {
        display: block;
    }

    .top-bar .emergency-3 {
        display: none;
    }

    /*indexbnr*/
    .banner .text > .detail {
        font-size: 21px;
    }

}

@media (min-width: 700px) {

    .banner-bg-img img {
        width: 210%;
        top: -150px;
    }
}

@media (min-width: 750px) {

    .banner-bg-img img {
        width: 190%;
        left: 0;
    }
}



@media (min-width: 768px) {

    .subtext-bottom .header h4 {
        font-size: 1.9rem;
    }

    .banner .subtext .detail {
        font-size: 1.4rem;
    }

    .banner .subtext  h2.detail {
        text-transform: uppercase !important;
    }

    .snip1579 img.imgsqsld-sm {
        display: none;
    }
    .snip1579 img.imgsqsld-lg {
        display: inline;
    }

    .border {
        box-shadow: 0.1em 0.1em 0.5em 0.3em #AAA;
        padding: 1em;
    }

    .inner-border {
        box-shadow: unset;
        padding: 0;
    }

    .info-box {
        width: 98%;
        margin-left: unset;
        border: solid 1px teal;
    }

    .trio-logo {
        display: none;
    }

    .trio-logo img {
        display: none;
    }

    .trio-logo-row {
        display: block;
    }

}

@media (min-width: 850px) {

    .banner-bg-img img {
        width: 160%;
    }
}

a {
    text-decoration: none;
}



@media (min-width: 900px) {

    #index-calgary-locations img {
        top: -10px;
    }

}



@media (min-width: 950px) {

    #index-calgary-locations img {
        top: -30px;
    }

}



@media (min-width: 992px) {
    .top-bar {
        background-color: #FFF;
        height: 79px;
        min-height: 79px;
        padding: 0;
    }

    .top-bar .logo {
        height: 100%;
        min-height: 56px;
        max-width: 50%;
    }

    .top-bar .offer {
        display: unset;
        height: 100%;
        min-height: 56px;
    }

    .top-bar .emergency {
        display: none;
    }

    .top-bar .emergency-2 {
        display: block;
        text-align: center;
    }

    .top-bar .estimate {
        display: unset;
        height: 100%;
        min-height: 56px;
        text-align: right;
        padding-top: 1.0em;
    }

    .top-bar .estimate button {
        background-color: rgb(0, 196, 195);
        color: #FFF;
    }

    .top-bar .phone {
        display: unset;
        font-size: 1.3em;
        height: 100%;
        min-height: 56px;
        text-align: left;
        padding-top: 1.4em;
        padding-right: 0.5em;
        color: steelblue;
        font-weight: 600;
    }

    .top-bar .phone:hover {
        text-shadow: 0 0 1em teal;
    }

    .top-bar .phone a {
        font-size: 1em;
    }

    .phone:hover {
        text-shadow: 0 0 1em teal;
    }

    .navbar .navbar-brand {
        display: none;
    }

    #navbar-top {
        height: 5vh;
        min-height: 56px;
        padding: 0;
        width: 100%;
        margin: 0 auto;
    }

    #navbar-top .container-fluid {
        height: 100%;
    }

    #navbar-top .container-fluid #navbarSupportedContent {
        height: 100%;
    }

    .navbar ul {
        margin: 0 auto;
    }

    .navbar .navbar-toggler {
        display: none;
    }

    .navbar-light .navbar-nav .nav-link {
        line-height: 56px;
    }

    .navbar-expand-lg .navbar-nav {
        height: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }

    .navbar-expand-lg .nav-item {
        height: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }
    .navbar-expand-lg .nav-item.active {
        background-color: #555;
    }
    .navbar-expand-lg .nav-item:hover {
        background-color: #555;
        cursor: pointer;
    }
    .navbar-expand-lg .nav-item.over:hover,
    .navbar-expand-lg .nav-item.nooverlay:hover {
        background-color: unset;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #FFF;
        font-size: 14px;
        margin: 0 1.5rem 0 1.5rem;
        padding: 0.4rem 0 0 0;
        text-transform: capitalize;
    }
    .navbar-expand-lg .navbar-nav .nav-link.active {
        color: #FFF;
        font-weight: 500;
    }
    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #FFF;
    }

    .navbar-expand-lg .navbar-nav .nav-link.overlay,
    .navbar-expand-lg .navbar-nav .nav-link.nooverlay {
        color: #ededed;
        font-size: 16px;
        margin: 0 3.5rem 0 3.5rem;
        padding: 0.4rem 0 0 0;
        text-transform: uppercase;
    }
    .navbar-expand-lg .navbar-nav .nav-link.overlay.active,
    .navbar-expand-lg .navbar-nav .nav-link.nooverlay.active {
        cursor: unset;
    }
    .navbar-expand-lg .navbar-nav .nav-link.overlay:hover,
    .navbar-expand-lg .navbar-nav .nav-link.nooverlay:hover {
        cursor: unset;
    }

    .banner-bg-img {
        height: 424px;
    }

    .banner-bg-img img {
        width: 135%;
        top: -150px;
    }

    .banner .text > .detail {
        font-size: 22px;
    }

    .banner .text > .header {
        font-size: 50px;
        font-weight: 700;
    }

    .banner > .img-container {
        top: -50px;
    }

    .banner > .img-container img {
    }
    .subtext .header {
        margin-top: 3rem;
    }

    .logo-whp {
        top: 150px;
        left: 0;
        height: 300px;
        width: 450px;
    }

    #index-calgary-locations img {
        top: -50px;
    }

    .bkgd-2 .text5 .col-4 {
        font-size: 1.2rem;
    }


    ul.center {
        margin: 0 auto;
    }

    .more-info {
        display: inline-block;
    }

    .carousel-item .side-img {
        display: inline-block;
    }

    .estimate.sticky {
        display: none;
    }

    .trio-logo {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        border-right: solid 1px #CCC;
        border-left: solid 1px #CCC;
        padding: 10px 0;
        width: 100%;
    }

    .trio-logo img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .trio-logo-row {
        display: none;
    }

    .est-btn-base {
        width: 200px;
    }

}

@media (min-width: 1070px) {

    #index-calgary-locations img {
        top: -70px;
    }

}



@media (min-width: 1200px) {

    .top-bar .phone {
        display: unset;
        font-size: 1.7em;
        height: 100%;
        min-height: 56px;
        text-align: right;
        padding-top: 0.8em;
        padding-right: 0.5em;
        color: steelblue;
        font-weight: 600;
    }

    .top-bar .phone a {
        font-size: 0.9em;
    }

    .banner > .overlay-nav {
        display: block;
        position: relative;
        top: -1200px;
        height: 50px;
        background-color: rgb(12, 12, 12, 0.3);
        border-top: solid 2px steelblue;
    }

    .banner-bg-img img {
        width: 120%;
        top: -150px;
    }

    .banner > .img-container {
        top: -100px;
    }

    .banner > .img-container img {
    }

    #index-calgary-locations img {
        top: -110px;
    }

    .top-bar .estimate span {
        display: unset;
    }

    .logo-whp {
        top: 130px;
        position: absolute;
    }
}



@media (min-width: 1280px) {

    #index-calgary-locations img {
        top: -130px;
    }

}

@media (min-width: 1400px) {

    .banner > .img-container {
        top: -170px;
    }

    .banner > .img-container img {
    }

    #index-calgary-locations img {
        top: -180px;
    }

    #index-calgary-locations img {
        top: -170px;
    }

}

@media (min-width: 1500px) {

    .banner-bg-img {
        height: 451px;
    }

    .banner-bg-img img {
        top: -200px;
    }
}



.j {
    text-align: justify;
}

.cen {
    text-align: center;
}

.cencen {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .col-lg-6 .col-sm-5 ul.font-14,
    .col-lg-6 .col-sm-6 ul.font-14 {
        font-size: calc(var(--bs-body-font-size) * 0.8);
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .col-lg-6 .col-sm-5 ul.font-14,
    .col-lg-6 .col-sm-6 ul.font-14 {
        font-size: calc(var(--bs-body-font-size) * 0.7);
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .col-lg-6 .col-sm-5 ul.font-14,
    .col-lg-6 .col-sm-6 ul.font-14 {
        font-size: calc(var(--bs-body-font-size) * 0.8);
    }
}

.banner-2 .col-4 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;

    height: 120px;
}

.banner-2 .col-md-4 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;

    height: 120px;
}

.banner-2 .diamond-water,
.banner-2 .diamond-flame,
.banner-2 .diamond-grey {
    width:100px;
    height:100px;
}

.banner-2 .diamond-water img,
.banner-2 .diamond-flame img,
.banner-2 .diamond-grey img {
    width:100%;
    height:100%;
}

.banner-2 .text {
    width:100px;
    height:70px;
    margin-left: 10px;
    text-align: center;
}

.banner-2.bar {
    background-color: rgb(0, 196, 168);
    height:5px;
}

.three-col {
    font-size: 13px;
}

.three-col li {
    padding-bottom: 10px;
}

.three-col .img {
    background-color: white;
    height:100px;
}

.three-col-award .img {
    background-color: white;
    height:125px;
}

.three-col .detail {
    padding: 3px 10px 0 10px;
    border: solid 1px #CCC;
    height: 100%;
}

.container.index-full .col-10 {
    padding: 0;
}

.container.index-full .col-4 {
    flex: unset;
    padding-left: 0;
}
.container.index-full .col-4:last-of-type {
    flex: unset;
    padding-left: inherit;
    padding-right: 0;
}

.four-col {
    padding: 20px 0;
    font-size: 13px;
}

.four-col .img {
    background-color: beige;
    height:100px;
}

.five-col {
    margin-top:10px;
    font-size: 13px;
}

.five-col li {
    padding-bottom: 10px;
}

.five-col .img {
    background-color: beige;
    height:100px;
}

.three-col .detail {
    padding: 3px 10px 0 10px;
    border-bottom: solid 1px #CCC;
    border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;
    height: 100%;
}

.one-col {
    text-align: center;
}

.one-col-j {
    text-align: justify;
}

.one-col-l {
    margin-top:10px;
    text-align: left;
}

.one-col .bold {
    margin-top:10px;
    font-weight: bold;
    text-align: center;
}

.one-col .btn {
    font-size: 12px;
}

.one-col .btn-light {
    background-color: rgb(230, 230, 230, 0.3);
}

.one-col.padding {
    padding: 10px;
}

.two-col .center {
    text-align: center;
}

.two-col .bold {
    font-weight: bold;
    padding: 10px;
}

.header-c {
    text-align: center;
}

.full {
    background-color: #F5F5F5;
    height: 50px;
    width: 100%;
}

.title {
    font-weight: normal;
    font-size: 16px;
    padding: 15px;
    text-align: center;
    background-color: #F5F5F5;
}

.border-title {
    border-right: solid 1px #CCC;
    border-left: solid 1px #CCC;
    font-weight: normal;
    font-size: 16px;
    padding: 15px;
    text-align: center;
    background-color: inherit;
}

.border-img {
    border-top: solid 1px #CCC;
    border-right: solid 1px #CCC;
    border-left: solid 1px #CCC;
    background-color: beige;
    height:100px;
}

.border-detail {
    border-right: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    border-left: solid 1px #CCC;
    padding: 3px 10px 0 10px;
    text-align: center;
}

.bt-1 {
    border-top: solid 1px #CCC;
}


.title22 {
    font-weight: normal;
    font-size: 22px;
    padding: 15px;
    background-color: #F5F5F5;
    margin-top: 15px;
    height: 50px;
    width: 100%;
    text-align: center;
}

.font-14 {
    font-size: 0.9rem;
}

.f-15 {
    font-size: 15px;
}

.align-c {
    text-align: center;
}

.one-tx-ce {
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
}

.ith {
    background-color: #888888;
    height: 220px;
    margin-top:10px;
    padding: 0;
}

.ith-sub {
    background-color: #888;
    height: 220px;
    margin-top:10px;
}


.ith-energy {
    background-color: #ffffff;
    height: 250px;
}

#ith-energy-r {
    padding: 0 1rem 1rem 1rem;
}

.ith-bdr {
    border: solid 3px #888;
}

.ith > .row {
    flex-wrap: unset;
    margin: 0;
    height: 100%;
    width: 100%;
}

.ith-sub > .row {
    height: 100%;
}

.ith-l-img {
    background-color: #BBB;
    margin: 0;
    flex: unset;
    height: 100%;
    width: 50%;
}

.ith-sub-l-img {
    background-color: #BBB;
    height: 100%;
}

.ith-l-hdr {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-end;

    background-color: darkolivegreen;
    color: #FFF;
    font-size: 22px;
    height: 100%;
    padding-left: 10px;
}

.ith-l-hdr > p {
    margin-bottom: 0.7rem;
}

.ith-txt-lb {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-end;

    background-color: #888;
    color: #FFF;
    height: 100%;
    padding-left: 10px;
}

.ith-txt-lb > p {
    margin-bottom: 0.3rem;
}

.h-80 {
    height: 80%;
    overflow: hidden;
}

.h-20 {
    height: 20%;
    overflow: hidden;
}

.ith-txt-rt {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;

    background-color: #888;
    color: #FFF;
    height: 100%;
    padding: 20px 10px 0 10px;
}

.ith-txt-rt > .p-20 {
    margin: 0 0 0.3rem 10%;
    text-align: justify;
}

.ith-hdr-lc {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;

    color: #FFF;
    height: 100%;
}

.ith-hdr-lc > p {
    margin: 0 0 0 10px;
}

.ith-hdr-lc > h4 {
    margin-left: 0.5rem;
}

.ith-hdr-rc {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: center;

    color: #FFF;
    height: 100%;
}

.ith-hdr-rc > p {
    margin: 0 0 0 10px;
}

.ith-txt-lt {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;

    background-color: #888;
    color: #FFF;
    height: 100%;
    padding: 20px 10px 0 10px;
}

.ith-txt-lt > .p-20 {
    margin: 0 10% 0.3rem 0;
    text-align: justify;
}

.bg-col-1 {
    background-color: #EEE;
    height: 100%;
}

H4 {
   font-weight: 400;
}

H5 {
    font-weight: 350;
}

H6 {
    font-weight: 400;
}

.header-l-extpad-t {
    padding: 30px 0 0 0;
    text-align: left;
}

.header-c-extpad-t {
    padding: 30px 0 0 0;
    text-align: center;
}

.longbtn-1 {
    border: solid 1px #CCC;
    height: 100%;
    width: 100%;
}

.longbtn-1:hover {
    border: solid 1px #CCC;
}

.mt-0 {
    margin-top: 0!important;
}

.mt-5 {
    margin-top: 5px!important;
}

.mt-10 {
    margin-top: 10px!important;
}

.mt-15 {
    margin-top: 15px!important;
}

.mt-20 {
    margin-top: 20px!important;
}

.mt-25 {
    margin-top: 25px!important;
}

.mt-30 {
    margin-top: 30px!important;
}

.mt-50 {
    margin-top: 50px!important;
}

.mt-70 {
    margin-top: 70px!important;
}

.mb-5 {
    margin-bottom: 5px!important;
}

.mb-10 {
    margin-bottom: 10px!important;
}

.mb-20 {
    margin-bottom: 20px!important;
}

.mb-30 {
    margin-bottom: 30px!important;
}

.pt-0 {
    padding-top: 0!important;
}

.pt35 {
    padding-top: 35px!important;
}

.pb-05rem {
    padding-bottom: 0.5rem;
}

.pb-1rem {
    padding-bottom: 1rem;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

@media (min-width:360px) and (max-width: 768px) {

    .pl-20 {
        padding-left: unset;
    }

    .pl-30 {
        padding-left: unset;
    }
}


.col-row-txt {
    background-color:rgb(0, 196, 168);
    text-align: center;
    min-height: 40px;
    padding: 10px 0;
    margin-bottom: 10px;
}

.col-row-txt-2 {
    text-align: center;
    min-height: 40px;
    padding: 10px 0;
    margin-bottom: 10px;
}

.al-c-c {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    text-align: center;
}

footer .full {
    border-top: solid 4px #ccc;
    background-color: rgb(230, 230, 230, 0.5);
    height: unset;
}

footer .col-row-txt {
    background-color: #ffffff;
    height: 100%;
    margin: 0 auto;
}

footer ul {
    margin-bottom: 0.5em;
}

.copyright {
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
    padding-bottom: 5px;
}

.footer {
    cursor: pointer;
    height: 32px;
    margin: 0 auto;
    text-align: center;
}

footer a.privacy,
footer a.privacy:hover {
    color: #FFF;
    text-decoration: none;
}

#footer-facebook {
    background: url(../img/facebook_logo_36.jpg) no-repeat center center;
    width: 36px;
    height: 36px;
}

#footer-homestars {
    background: url(../img/homestars_logo_36.jpg) no-repeat center center;
    width: 83px;
    height: 36px;
}

#footer-instagram {
    background: url(../img/instagram_icon_36.jpg) no-repeat center center;
    width: 36px;
    height: 36px;
}

.footer-google {
    background: url(../img/google-logo-36.png) no-repeat center center;
    height: 36px;
    width: 106px;
}

.contact-box-c{
    text-align: center;
}

.contact-box-hdr-c {
    text-align: center;
    font-size: 18px;
    padding: 3px 10px 0 10px;
    height: 100%;
}

.contact-box-hdr-l {
    text-align: left;
    font-size: 18px;
    padding: 3px 10px 0 30px;
    height: 100%;
}

.no-bullet {
    list-style: none;
}

.li-check {
    list-style-image: url("../img/check.svg");
}

.li-circle {
    list-style: circle;
    line-height: 30px;
}

.li-circle-b {
    list-style: circle;
    line-height: 30px;
    font-size: 1.2em;
    font-weight: bolder;
}

.ml-55 {
    margin-left: 55px;
}

.ml-20 {
    margin-left: 20px;
}

.info-box {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    min-height: 290px;
    margin-bottom: 1em;
    padding-left: unset;
    padding-right: unset;
    width: 90%;
    margin-left: 1.7em;

    transition-timing-function: ease-in;
    transition: .3s;
    transform: translateY(1em);
}
.info-box:hover {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.3);

    transition-timing-function: ease-out;
    transition: .3s;
    transform: translateY(0);
}

.info-box .icon {
    margin: 10px;
}

.info-box .header {
    font-size: 17px;
    font-weight: 600;
    margin: 10px;
}

.info-box .detail {
    font-size: 14px;
    margin: 10px;
}

.info-box2 {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.5);
    min-height: 240px;
    margin-bottom: 1em;
    padding-left: unset;
    padding-right: unset;
    width: 90%;
    margin-left: 1.7em;

    transition-timing-function: ease-in;
    transition: .3s;
    transform: translateY(1em);
}
.info-box2:hover {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.3);

    transition-timing-function: ease-out;
    transition: .3s;
    transform: translateY(0);
}

.info-box2 .icon {
    margin: 10px;
}

.info-box2 .header {
    font-size: 17px;
    font-weight: 600;
    margin: 10px;
}

.info-box2 .detail {
    font-size: 14px;
    margin: 10px;
}

.accordion {
    margin: 1rem 0 ;
    padding-left: 0;
    padding-right: 0;
}

.accordion-item {
    margin-bottom: 1rem;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0,0,0,.125);
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    color: inherit;
}
.accordion-button::after {
    color: inherit;
}

.accordion-button:focus {
    z-index: 3;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}

.accordion-body {
    border-top: 1px solid rgba(0,0,0,.125);
    text-align: left;
}

.carousel-inner {
    min-height: 300px;
}

.carousel-image-1 {
    height: 250px;
    width: 187px;
    overflow: hidden;
}

.carousel-image-2 {
    height: 250px;
    width: 187px;
    overflow: hidden;
}

.carousel-image-3 {
    height: 250px;
    width: 187px;
    overflow: hidden;
}

.carousel-image-4 {
    height: 250px;
    width: 187px;
    overflow: hidden;
}

.carousel-image-5 {
    height: 250px;
    width: 187px;
    overflow: hidden;
}

.carousel-image-6 {
    height: 250px;
    width: 187px;
    overflow: hidden;
}

.carousel-image-7 {
    height: 250px;
    width: 187px;
    overflow: hidden;
}

.carousel-image-8 {
    height: 250px;
    width: 187px;
    overflow: hidden;
}

.carousel-image-9 {
    height: 250px;
    width: 187px;
    overflow: hidden;
}

.carousel-image-10 {
    height: 250px;
    width: 187px;
    overflow: hidden;
}

.carousel-image-11 {
    height: 250px;
    width: 187px;
    overflow: hidden;
}

.carousel-image-12 {
    height: 250px;
    width: 187px;
    overflow: hidden;
}

.carousel-image-13 {
    height: 250px;
    width: 187px;
    overflow: hidden;
}

.carousel-image-14 {
    height: 250px;
    width: 187px;
    overflow: hidden;
}

.carousel-image-15 {
    height: 250px;
    width: 187px;
    overflow: hidden;
}

.carousel-image-16 {
    height: 250px;
    width: 187px;
    overflow: hidden;
}

.carousel-image-17 {
    height: 250px;
    width: 187px;
    overflow: hidden;
}

.carousel-image-18 {
    height: 250px;
    width: 187px;
    overflow: hidden;
}

.carousel-image-19 {
    height: 250px;
    width: 187px;
    overflow: hidden;
}

.carousel-image-20 {
    height: 250px;
    width: 187px;
    overflow: hidden;
}

.carousel-image-21 {
    height: 250px;
    width: 187px;
    overflow: hidden;
}

.carousel-selector {
    cursor: pointer;
}

.carousel-selector.active {
    font-weight: bold;
}

.iframe-SE8 {
    width: 80%;
    height: 90%;
}

.blur {
    filter: blur(2px);
}

.bdr2{
    border: solid 1px teal;
}

#img-combi-IT18-1 {
    background: url(../img/combi_navien.jpg) no-repeat center center #FFFFFF;
    height:270px;
}

#img-combi-IT18-2 {
    background: url(../img/combitrio_veissmann.jpg) no-repeat center center #FFFFFF;
    height:270px;
}

#img-combi-IT18-3 {
    background: url(../img/tankless_rinnai.jpg) no-repeat center center #FFFFFF;
    height:270px;
}

.img-w-70 {
    width: 70%;
}

.index-img-logo-bradfordwhite {
    max-width: 250px;
    max-height: 88px;
}

.index-img-logo-navien {
    max-width: 220px;
    max-height: 59px;
}

.index-img-logo-aosmith {
    max-width: 190px;
    max-height: 50px;
}

.index-img-logo-noritz {
    max-width: 200px;
    max-height: 39px;
}

.index-img-logo-rinnai {
    max-width: 190px;
    max-height: 39px;
}

.index-img-logo-rheem {
    max-width: 74px;
    max-height: 75px;
}

.index-img-logo-whirlpool {
    max-width: 180px;
    max-height: 59px;
}

.index-img-logo-kinetico {
    max-width: 230px;
    max-height: 51px;
}

#index-img-logo-viessman {
    background: url(../img/brand-logos/viessman-logo-whp.png) no-repeat center center;
    height:90px;
}

#index-img-logo-tamas {
    background: url(../img/brand-logos/tamas-logo-whp.png) no-repeat center center;
    height:90px;
}

#index-img-logo-grundfos {
    background: url(../img/brand-logos/grundfos_logo-whp.png) no-repeat top 5px center;
    height:63px;
}

#index-img-logo-taco {
    background: url(../img/brand-logos/taco-logo-whp.png) no-repeat top 5px center;
    height:83px;
}

#index-img-logo-pentair-pentek {
    background: url(../img/brand-logos/pentair-pentek-logo-whp.png) no-repeat top 1px center;
    height:61px;
}

.award {
    text-align: center;
}

.award img {
    max-width: 100%;
}

.van1 {
    width: 100%;
}

#locations-font {
    color: #FFFFFF;
    padding-top: 250px;
}

@media screen and (max-width: 500px) {
    #locations-font {
        font-size: 0.9rem;
    }
}

@media screen and (min-width: 500px) and (max-width: 992px) {
    #locations-font {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 400px) {
    .FW3 .col-6 span {
        font-size: 15px;
    }
}

@media screen and (max-width: 360px) {
    .FW3 .col-6 span {
        font-size: 13px;
    }
}

.quart-headers{
  color: #92d050;
}

.footerlook{
    background-color: #444 !important;
    color: #FFF;
}

.footerlook a.phone, .footerlook a.email {
    color: inherit;
}

.footerlook .contact-box-hdr-l {
    padding: unset;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .footerlook .contact-box-hdr-l {
        font-size: 17px;
    }
}

.footerlook .three-col {
    margin-left: 0;
    padding-left: 0.5rem;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .footerlook .three-col {
        font-size: 11px;
    }
}

.footerlook ul {
    margin-left: 0;
    padding-left: 0.5rem;
}

.hdr1{
    font-size: 30px;
    text-align: center;
}

.hdr1a{
    font-size: 30px;
    text-align: center;
    color: teal;
}

.hdr2{
    font-size: 26px;
    text-align: center;
}

.hdr2a{
    font-size: 26px;
    text-align: left;
}

.hdr2b{
    font-size: 26px;
    text-align: center;
    color: #3278C4;
}

.hdr3{
    font-size: 22px;
    text-align: center;
}

.hdr4{
    font-size: 18px;
    text-align: center;
}

.hdr4a{
    font-size: 20px;
    text-align: left;
}

.text2{
    text-align: center;
    font-size: 0.95rem;
}

.text2j{
    text-align: justify;
    font-size: 0.95rem;
}

.text2pb{
    text-align: center;
    font-size: 0.95rem;
    padding-bottom: 7px;
}

.text3{
    font-size: 15px;
    text-align: center;
    font-weight: 600;
}

.text3a{
    font-size: 16px;
    text-align: center;
    font-weight: 450;
}

.text4{
    color: #333333;
    font-size: 15px;
    font-weight: 600;
}

.text5{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
}

.text6{
    font-size: 15px;
    font-weight: 450;
}

.text6 a.phone {
    color: inherit;
}

.text7{
    color: teal;
}

.text8{
    font-weight: 600;
    color: teal;
    font-size: 16px;
}

.text9{
    font-weight: 600;
    color: #333;
    font-size: 15px;
}

.text10{
    color: teal;
    font-weight: 500;
    font-size: 14px;
}

.text11{
    font-weight: 600;
}

.text12{
    color: #333;
    font-weight: 400;
    font-size: 0.90rem;
}

.text12a{
    color: #333;
    font-weight: 550;
    font-size: 0.90rem;
}

.text14{
    color: #3278C4;
    font-weight: 400;
    font-size: 0.90rem;
}

.t15-h{
    list-style: none;
    color: #222;
    font-size: .90em;
    font-weight: 400;
}

.t15-b{
    list-style: none;
    margin-bottom: 15px;
    text-align: justify;
}

.t15-c{
    list-style: none;
    margin-bottom: 15px;
}
.t-under{
    list-style: none;
    margin-bottom: 15px;
    text-align: justify;
    text-decoration: underline;
}

.t-ital{
    font-style: italic;
}

.up{
    text-transform: uppercase;
}

.morespecials{
    font-size: 13px;
    color: teal;
}
.li-hdr{
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 5px;
}

.j14{
    text-align: justify;
    font-size: 14px;
}

.j15{
    text-align: justify;
    font-size: 15px;
}

.t-al-l{
    text-align: left;
}

.t-al-c{
    text-align: center;
}

.txtstyle1{
    font-weight: 500;
    color: steelblue;
}

.txtstyle2{
    font-weight: 500;
    color: teal;
    font-size: 1.2em;
}

.txtstyle2a{
    font-weight: 500;
    color: teal;
    font-size: 1.1em;
}

.txtstyle3{
    font-weight: 600;
    color: teal;
    font-size: 1.0em;
}

.ul-1{
    text-align: left;
    margin-left: 20px;
    list-style: none;
}

.ul-2{
    text-align: left;
    margin-left: 20px;
    list-style: disc;
}

.ul-3{
    text-align: left;
    margin-left: 10px;
    padding-bottom: 5px;
    list-style: disc;
    font-size: calc(var(--bs-body-font-size) * 0.9);
}

.bdr1{
    border: solid 2px teal;
}

.bdr1a{
    border: solid 1px teal;
}

.bdr2{
    border: solid 2px #555555;
}

.img-shad{
    border: solid 1px #CCCCCC;
    box-shadow: 12px 12px 2px 1px #BBB;
}

img.img-100 {
    width: 100%;
}

.shdw{
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}

.box-bdr{
    border: solid 1px #BBB;
}

.bkgd-white{
    background-color: white;
}

.bkgd-white80{
    background-color: white;
    opacity: 80%;
}

.li-pb7{
    padding-bottom: 7px;
}

.large-row {
    display: flex;
}

.small-row {
    display: none;
}

@media screen and (max-width: 768px) {
    .large-row {
        display: none;
    }

    .small-row {
        display: flex;
    }
}

.IT30 .border-img {
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    justify-content: start;
    background-color: inherit;
    overflow: hidden;
}

.IT30 .border-detail {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 1rem;
}

.IT30 .border-detail .detail.start {
    padding-bottom: 0.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.IT30 .border-detail .detail.start .hdr {
    font-size: calc(var(--bs-body-font-size) * 1.3);
    font-weight: 300;
}

.IT30 .border-detail .detail.start .dtl {
    font-size: calc(var(--bs-body-font-size) * 0.9);
    font-weight: 300;
    text-align: justify;
}

.IT30 .border-detail .detail.start .dtl ul {
    margin-bottom: 0;
    padding-left: 1.5rem;
}

.IT30 .border-detail .detail.end {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-content: start;
    margin-top: 0.5rem;
}

.IT30 .border-detail .detail.end .s1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-content: start;
    min-width: 20%;
}

.IT30 .border-detail .detail.end .s2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    min-width: 50%;
    font-size: calc(var(--bs-body-font-size) * 2);
}

.IT30 .border-detail .detail.end .s3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: right;
    align-content: end;
}

@media (min-width: 360px) {

    .IT30 .border-img {
        height:223px;
    }
}

@media (min-width: 460px) {

    .IT30 .border-img {
        height:289px;
    }
}

@media (min-width: 573px) {

    .IT30 .border-img {
        height:343px;
    }
}

@media (min-width: 768px) {

    .IT30 .border-img {
        height:143px;
    }

    .IT30 .border-detail .detail.start {
        min-height: 17rem;
    }

    .IT30 .border-detail .detail.end .s2 {
        min-width: 30%;
    }
}

@media (min-width: 768px) and (max-width:992px) {

    .IT30 .border-detail .detail.end .s1,
    .IT30 .border-detail .detail.end .s3 {
        font-size: calc(var(--bs-body-font-size) * 0.9);
    }
}

@media (min-width: 992px) {

    .IT30 .border-img {
        height:196px;
    }

    .IT30 .border-detail .detail.start {
        min-height: 13rem;
    }

    .IT30 .border-detail .detail.end .s2 {
        min-width: 50%;
    }
}

@media (min-width: 1200px) {

    .IT30 .border-img {
        height:236px;
    }

    .IT30 .border-detail .detail.start {
        min-height: 12rem;
    }
}

@media (min-width: 1400px) {

    .IT30 .border-img {
        height:276px;
    }

    .IT30 .border-detail .detail.start {
        min-height: 10rem;
    }
}

.SE1.col-6 {
    justify-content: center;
}

.SE1 .card {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    transition: all 0.6s ease;
    transform-style: preserve-3d;
}

.SE1 .front, .SE1 .back {
    position: absolute;
    background-color: #488EDA;
    top: 0;
    left: 0;
    border-radius: 5px;
    color: white;
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.15), 0 17px 17px 0 rgba(0, 0, 0, 0.1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.SE1 .front {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.SE1 .back {
    /*display: flex;*/
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-align: left;
    padding: 10px;
}

.SE1 .back ul {
    font-size: 13px;
}

/*.SE1 .card-column:hover .card {*/
/*    transform: rotateY(180deg);*/
/*    -webkit-transform: rotateY(180deg);*/
/*}*/

/*.SE1 .back {*/
/*    transform: rotateY(180deg);*/
/*    -webkit-transform: rotateY(180deg);*/
/*}*/

.SE1 .card-container {
    padding: 0;
    margin: 0 10px;
}

.SE1 .card {
    width: 140px;
    height: 255px;
}

.SE1 .front, .SE1 .back {
    width: 140px;
    height: 255px;
}

@media (min-width: 360px) {

    .SE1 .card-container {
        padding: 0;
        margin: 0 10px;
    }

    .SE1 .card {
        width: 150px;
        height: 255px;
    }

    .SE1 .front, .SE1 .back {
        width: 150px;
        height: 255px;
    }
}

@media (min-width: 480px) {

    .SE1 .card {
        width: 195px;
        height: 170px;
    }

    .SE1 .front, .SE1 .back {
        width: 195px;
        height: 170px;
    }
}

@media (min-width: 520px) {

    .SE1 .card {
        width: 230px;
    }

    .SE1 .front, .SE1 .back {
        width: 230px;
    }
}

@media (min-width: 768px) {

    .SE1 .card {
        width: 170px;
        height: 190px;
    }

    .SE1 .front, .SE1 .back {
        width: 170px;
        height: 190px;
    }
}

@media (min-width: 992px) {

    .SE1 .card {
        flex-wrap: wrap;
        width: 230px;
    }

    .SE1 .front, .SE1 .back {
        width: 230px;
    }
}

@media (min-width: 1200px) {

    .SE1 .card {
        width: 230px;
        height: 150px;
    }

    .SE1 .front, .SE1 .back {
        width: 230px;
        height: 150px;
    }
}

@media (min-width: 1400px) {

    .SE1 .card {
        width: 290px;
        height: 100px;
    }

    .SE1 .front, .SE1 .back {
        width: 290px;
        height: 100px;
    }
}


.SE10.col-6 {
    justify-content: center;
}

.SE10 .card {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    transition: all 0.6s ease;
    transform-style: preserve-3d;
}

.SE10 .front, .SE10 .back {
    position: absolute;
    background-color: white;
    border: solid 1px #ccc;
    color: var(--bs-body-color);
    top: 0;
    left: 0;
    border-radius: 5px;
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.15), 0 17px 17px 0 rgba(0, 0, 0, 0.1);
    backface-visibility: hidden;
}

.SE10 .front {
    display: block;
    height: auto;
    font-size: 22px;
}

.SE10 .front .img {
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    justify-content: center;
    opacity: .65;
    overflow: hidden;
    /*border-radius: 100%;*/
    padding: 0.5em 0.5em 0;
    margin-bottom: 0.5em;
}

.SE10 .front .img img {
    max-width: 100%;
}

.SE10 .front .title {
    border-top: solid 1px #ccc;
    height: 3em;
    overflow: hidden;
}

.SE10 .front .title.cencen {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.SE10 .back {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-align: justify;
    padding: 10px;
}

.SE10 .back ul {
    font-size: 13px;
}

.SE10 .back {
    transform: rotateY(180deg);
}

.SE10 .card-column:hover .card {
    transform: rotateY(180deg);
}

.SE10 .card-column .card {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    transition: all 0.6s ease;
    transform-style: preserve-3d;
    width: 100%;
}

@media (min-width: 360px) and (max-width: 418px) {

    .SE10 .card {
        min-height: calc(311px + 4em);
        max-height: calc(311px + 4em);
    }

    .SE10 .front, .SE10 .back {
        min-height: 373px;
        max-height: 373px;
    }

    .SE10 .front .img {
        min-height: 312px;
        max-height: 312px;
    }
}

@media (min-width: 419px) and (max-width: 479px) {

    .SE10 .card {
        min-height: 430px;
        max-height: 430px;
    }

    .SE10 .front, .SE10 .back {
        min-height: 430px;
        max-height: 430px;
    }

    .SE10 .front .img {
        min-height: 371px;
        max-height: calc(371px - 0.5em);
    }
}

@media (min-width: 479px) and (max-width: 540px) {

    .SE10 .card {
        min-height: 492px;
        max-height: 492px;
    }

    .SE10 .front, .SE10 .back {
        min-height: 491px;
        max-height: 491px;
    }

    .SE10 .front .img {
        min-height: 431px;
        max-height: calc(431px - 0.5em);
    }
}

@media (min-width: 540px) and (max-width: 576px) {

    .SE10 .card {
        min-height: 552px;
        max-height: 552px;
    }

    .SE10 .front, .SE10 .back {
        min-height: 550px;
        max-height: 550px;
    }

    .SE10 .front .img {
        min-height: 491px;
        max-height: calc(491px - 0.5em);
    }
}

@media (min-width: 576px) and (max-width: 768px) {

    .SE10 .card {
        min-height: 273px;
        max-height: 273px;
    }

    .SE10 .front, .SE10 .back {
        min-height: 273px;
        max-height: 273px;
    }

    .SE10 .front .img {
        min-height: 211px;
        max-height: calc(211px - 0.5em);
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    .SE10 .card {
        min-height: 372px;
        max-height: 372px;
    }

    .SE10 .front, .SE10 .back {
        min-height: 372px;
        max-height: 372px;
    }

    .SE10 .front .img {
        min-height: 311px;
        max-height: calc(311px - 0.5em);
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .SE10 .card {
        min-height: 252px;
        max-height: 252px;
    }

    .SE10 .front, .SE10 .back {
        min-height: 252px;
        max-height: 252px;
    }

    .SE10 .front .img {
        min-height: 191px;
        max-height: calc(191px - 0.5em);
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {

    .SE10 .card {
        min-height: 297px;
        max-height: 297px;
    }

    .SE10 .front, .SE10 .back {
        min-height: 297px;
        max-height: 297px;
    }

    .SE10 .front .img {
        min-height: 236px;
        max-height: calc(236px - 0.5em);
    }
}

@media (min-width: 1400px) {

    .SE10 .card {
        min-height: 331px;
        max-height: 331px;
    }

    .SE10 .front, .SE10 .back {
        min-height: 331px;
        max-height: 331px;
    }

    .SE10 .front .img {
        min-height: calc(281px - 0.5em);
        max-height: calc(281px - 0.5em);
    }
}

.SE11.col-6 {
    justify-content: center;
}

.SE11 .card {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    transition: all 0.6s ease;
    transform-style: preserve-3d;
}

.SE11 .front, .SE11 .back {
    position: absolute;
    background-color: white;
    border: solid 1px #ccc;
    color: var(--bs-body-color);
    top: 0;
    left: 0;
    border-radius: 5px;
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.15), 0 17px 17px 0 rgba(0, 0, 0, 0.1);
    backface-visibility: hidden;
}

.SE11 .front {
    display: block;
    height: auto;
    font-size: 22px;
}

.SE11 .front .img {
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    justify-content: center;
    opacity: .65;
    overflow: hidden;
    /*border-radius: 100%;*/
    padding: 0.5em 0.5em 0;
    margin-bottom: 0.5em;
}

.SE11 .front .img img {
    max-width: 100%;
}

.SE11 .front .title {
    /*border-top: solid 1px #ccc;*/
    background-color: unset;
    height: 3em;
    overflow: hidden;
}

.SE11 .front .title.cencen {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.SE11 .back {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-align: justify;
    padding: 10px;
}

.SE11 .back ul {
    font-size: 13px;
}

.SE11 .back {
    transform: rotateY(180deg);
}

.SE11 .card-column:hover .card {
    transform: rotateY(180deg);
}

.SE11 .card-column .card {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    transition: all 0.6s ease;
    transform-style: preserve-3d;
    width: 100%;
}

@media (min-width: 360px) and (max-width: 418px) {

    .SE11 .card {
        min-height: calc(311px + 4em);
        max-height: calc(311px + 4em);
    }

    .SE11 .front, .SE11 .back {
        min-height: 373px;
        max-height: 373px;
    }

    .SE11 .front .img {
        min-height: 312px;
        max-height: 312px;
    }
}

@media (min-width: 419px) and (max-width: 479px) {

    .SE11 .card {
        min-height: 430px;
        max-height: 430px;
    }

    .SE11 .front, .SE11 .back {
        min-height: 430px;
        max-height: 430px;
    }

    .SE11 .front .img {
        min-height: 371px;
        max-height: calc(371px - 0.5em);
    }
}

@media (min-width: 479px) and (max-width: 540px) {

    .SE11 .card {
        min-height: 492px;
        max-height: 492px;
    }

    .SE11 .front, .SE11 .back {
        min-height: 491px;
        max-height: 491px;
    }

    .SE11 .front .img {
        min-height: 431px;
        max-height: calc(431px - 0.5em);
    }
}

@media (min-width: 540px) and (max-width: 576px) {

    .SE11 .card {
        min-height: 552px;
        max-height: 552px;
    }

    .SE11 .front, .SE11 .back {
        min-height: 550px;
        max-height: 550px;
    }

    .SE11 .front .img {
        min-height: 491px;
        max-height: calc(491px - 0.5em);
    }
}

@media (min-width: 576px) and (max-width: 768px) {

    .SE11 .card {
        min-height: 273px;
        max-height: 273px;
    }

    .SE11 .front, .SE11 .back {
        min-height: 273px;
        max-height: 273px;
    }

    .SE11 .front .img {
        min-height: 211px;
        max-height: calc(211px - 0.5em);
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    .SE11 .card {
        min-height: 372px;
        max-height: 372px;
    }

    .SE11 .front, .SE11 .back {
        min-height: 372px;
        max-height: 372px;
    }

    .SE11 .front .img {
        min-height: 311px;
        max-height: calc(311px - 0.5em);
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .SE11 .card {
        min-height: 252px;
        max-height: 252px;
    }

    .SE11 .front, .SE11 .back {
        min-height: 252px;
        max-height: 252px;
    }

    .SE11 .front .img {
        min-height: 191px;
        max-height: calc(191px - 0.5em);
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {

    .SE11 .card {
        min-height: 297px;
        max-height: 297px;
    }

    .SE11 .front, .SE11 .back {
        min-height: 297px;
        max-height: 297px;
    }

    .SE11 .front .img {
        min-height: 236px;
        max-height: calc(236px - 0.5em);
    }
}

@media (min-width: 1400px) {

    .SE11 .card {
        min-height: 331px;
        max-height: 331px;
    }

    .SE11 .front, .SE11 .back {
        min-height: 331px;
        max-height: 331px;
    }

    .SE11 .front .img {
        min-height: calc(281px - 0.5em);
        max-height: calc(281px - 0.5em);
    }
}

.A-IT1 {
    opacity: 0;
}

.A-IT1.animate {
    animation-duration: 800ms;
    animation-name: textSlideInRightToLeft, fadeIn;
    opacity: 1;
}

@keyframes textSlideInRightToLeft {
    from {
        margin-left: 150%;

        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    to {
        margin-left: 0;

        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.A-IT2 {
    opacity: 0;
}

.A-IT2.animate {
    animation-duration: 800ms;
    animation-name: textSlideInLeftToRight, fadeIn;
    opacity: 1;
}

@keyframes textSlideInLeftToRight {
    from {
        margin-left: -150%;

        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    to {
        margin-left: 0;

        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.A-IT3 {
    opacity: 0;
}

.A-IT3.animate {
    animation-duration: 800ms;
    animation-name: imgSlideInRightToLeft, fadeIn;
    opacity: 1;
}

@keyframes imgSlideInRightToLeft {
    from {
        margin-left: 150%;

        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    to {
        margin-left: 0;

        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.A-IT4 {
    opacity: 0;
}

.A-IT4.animate {
    animation-duration: 800ms;
    animation-name: imgSlideInLeftToRight, fadeIn;
    opacity: 1;
}

@keyframes imgSlideInLeftToRight {
    from {
        margin-left: -150%;

        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    to {
        margin-left: 0;

        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.IT31 .border-img {
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    justify-content: start;
    background-color: inherit;
    overflow: hidden;
}

.IT31 .border-detail {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 1rem;
}

.IT31 .border-detail .detail.start h4.hdr {
    font-size: 1.3em;
}

.IT31 .border-detail .detail.start .sub-hdr {
    font-size: 0.9em;
    font-weight: 400;
    text-align: left;
}

.IT31 .border-detail .detail.start .sub-hdr-2 {
    font-size: 0.9em;
    font-weight: 400;
    padding-bottom: 3px;
    text-align: left;
}

.IT31 .border-detail .detail.start .dtl {
    font-size: calc(var(--bs-body-font-size) * 0.9);
    font-weight: 300;
    text-align: justify;
}

.IT31 .border-detail .detail.start .more {
    color: #2581DC;
    font-size: 0.9em;
    font-weight: 600;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: right;
}

@media (min-width: 360px) {

    .IT31 .border-img {
        height:150px;
    }
}

@media (min-width: 360px) and (max-width: 767px) {

    .IT31 .border-img {
        height:150px;
    }
}

@media (min-width: 460px) {

    .IT31 .border-img {
        height:192px;
    }
}

@media (min-width: 573px) {

    .IT31 .border-img {
        height:228px;
    }
}

@media (min-width: 768px) {

    .IT31 .border-img {
        height:95px;
    }

    .IT31 .border-detail .detail.start {
        min-height: 17rem;
    }

    .IT31 .border-detail .detail.end .s2 {
        min-width: 30%;
    }

    .IT31 .border-detail .pad {
        display: block;
    }
}

@media (min-width: 768px) and (max-width:992px) {

    .IT31 .border-detail .detail.end .s1,
    .IT31 .border-detail .detail.end .s3 {
        font-size: calc(var(--bs-body-font-size) * 0.9);
    }
}

@media (min-width: 992px) {

    .IT31 .border-img {
        height:130px;
    }

    .IT31 .border-detail .detail.start {
        min-height: 13rem;
    }

    .IT31 .border-detail .detail.end .s2 {
        min-width: 50%;
    }
}

@media (min-width: 1200px) {

    .IT31 .border-img {
        height:157px;
    }

    .IT31 .border-detail .detail.start {
        min-height: 12rem;
    }
}

@media (min-width: 1400px) {

    .IT31 .border-img {
        height:184px;
    }

    .IT31 .border-detail .detail.start {
        min-height: 10rem;
    }
}

.IT33 .header-c {
    font-weight: 500;
}

.IT33 .sub-hdr {
    font-size: 0.9em;
    font-weight: 400;
    padding-top: 3px;
    text-align: left;
}

.IT33 .sub-hdr-2 {
    font-size: 0.9em;
    font-weight: 400;
    text-align: left;
}

.IT33 .blog-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.IT33 .blog-img {
    margin: 1rem 0;
    width: 100%;
}

.IT33 img {
    width: 100%;
}

.IT23 .trio-logo {
    display: block;
    border-right: solid 1px #CCC;
    border-left: solid 1px #CCC;
    min-height: 84px;
    max-height: 84px;
    padding: 10px 0;
    width: 100%;
}

.IT23 .trio-logo img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.B-GR1.banner div.gradient {
    background: linear-gradient(-90deg, rgb(0, 0, 0, 0.6), 10%, transparent);
}

.B-GR2.banner div.gradient {
    background: linear-gradient(-90deg, rgb(0, 0, 0, 0.6), 10%, rgb(0, 0, 0, 0.2), 60%, transparent);
    top: -424px;
    height: 424px;
}

@media screen and (min-width: 1500px) {
    .B-GR2.banner div.gradient {
        top: -451px;
        height: 451px;
    }
}

#BNR-CYC-70-1 {
    width: 100%;
    background-color: rgba(59, 59, 59, 0.8);
    height: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 992px) {

    #BNR-CYC-70-1 {
        height: 70vh;
    }
}

#BNR-CYC-70-1 h1,
#BNR-CYC-70-1 h2,
#BNR-CYC-70-1 h3,
#BNR-CYC-70-1 h4,
#BNR-CYC-70-1 h5,
#BNR-CYC-70-1 h6 {
    font-family: "Raleway", sans-serif;
}

#BNR-CYC-70-1 .bnrCyc70-1-container {
    height: auto;
}

@media screen and (min-width: 992px) {

    #BNR-CYC-70-1 .bnrCyc70-1-container {
        height: 100%;
    }
}

#BNR-CYC-70-1 #bnrCyc70Carousel {
    height: auto;
}

@media screen and (min-width: 992px) {

    #BNR-CYC-70-1 #bnrCyc70Carousel {
        height: 100%;
    }
}

#BNR-CYC-70-1 #bnrCyc70Carousel .carousel-inner {
    height: 600px;
}

@media screen and (min-width: 400px) {

    #BNR-CYC-70-1 #bnrCyc70Carousel .carousel-inner {
        height: 650px;
    }
}

@media screen and (min-width: 450px) {

    #BNR-CYC-70-1 #bnrCyc70Carousel .carousel-inner {
        height: 700px;
    }
}

@media screen and (min-width: 550px) {

    #BNR-CYC-70-1 #bnrCyc70Carousel .carousel-inner {
        height: 750px;
    }
}

@media screen and (min-width: 768px) {

    #BNR-CYC-70-1 #bnrCyc70Carousel .carousel-inner {
        height: 800px;
    }
}

@media screen and (min-width: 992px) {

    #BNR-CYC-70-1 #bnrCyc70Carousel .carousel-inner {
        height: 100%;
    }
}

#BNR-CYC-70-1 .carousel-item {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
}

#BNR-CYC-70-1 .carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#BNR-CYC-70-1 .carousel-item.bnr-lt1::before {
    background-color: rgba(255, 255, 255, 0.6);
}

#BNR-CYC-70-1 .carousel-item.bnr-dk1::before {
    background-color: rgba(111, 111, 111, 0.6);
}

#BNR-CYC-70-1 .carousel-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;

    display: flex;
    justify-content: center;
    align-items: center;

    height: 100%;
}

#BNR-CYC-70-1 .carousel-content {
    text-align: center;
}

#BNR-CYC-70-1 .carousel-item h2 {
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: 700;
}

@media screen and (min-width: 1000px) {

    #BNR-CYC-70-1 .carousel-item h2 {
        font-size: 48px;
        font-weight: 700;
    }
}

#BNR-CYC-70-1 .carousel-item.bnr-lt1 h2 {
    color: #2e2e2e;
}

#BNR-CYC-70-1 .carousel-item.bnr-dk1 h1,
#BNR-CYC-70-1 .carousel-item.bnr-dk1 h2 {
    color: #fff;
}

#BNR-CYC-70-1 .carousel-item h2 span {
    color: #ccc;
}

#BNR-CYC-70-1 .carousel-item p {
    width: 80%;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
}

#BNR-CYC-70-1 .carousel-item.bnr-lt1 p {
    color: #2e2e2e;
}

#BNR-CYC-70-1 .carousel-item.bnr-dk1 p {
    color: #fff;
}

#BNR-CYC-70-1 .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#BNR-CYC-70-1 .carousel-inner .carousel-item,
#BNR-CYC-70-1 .carousel-inner .active.carousel-item-start,
#BNR-CYC-70-1 .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#BNR-CYC-70-1 .carousel-inner .active,
#BNR-CYC-70-1 .carousel-inner .carousel-item-next.carousel-item-start,
#BNR-CYC-70-1 .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

#BNR-CYC-70-1 .carousel-inner .carousel-item-next,
#BNR-CYC-70-1 .carousel-inner .carousel-item-prev,
#BNR-CYC-70-1 .carousel-inner .active.carousel-item-start,
#BNR-CYC-70-1 .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#BNR-CYC-70-1 .carousel-control-prev,
#BNR-CYC-70-1 .carousel-control-next {
    width: 10%;
}

@media screen and (max-width: 590px) {

    #BNR-CYC-70-1 .carousel-control-prev,
    #BNR-CYC-70-1 .carousel-control-next {
        display: none;
    }
}

@media screen and (min-width: 992px) and (max-width: 1023px) {

    #BNR-CYC-70-1 .carousel-control-prev,
    #BNR-CYC-70-1 .carousel-control-next {
        display: none;
    }
}

#BNR-CYC-70-1 .carousel-control-next-icon,
#BNR-CYC-70-1 .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
    color: #545454;
}

#BNR-CYC-70-1 .carousel-indicators li {
    list-style-type: none;
    cursor: pointer;
    background: #ccc;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    margin-bottom: 180px;
    opacity: 0.2;
}

#BNR-CYC-70-1 .carousel-indicators li.active {
    opacity: 1;
}

#BNR-CYC-70-1 .btn-bnr-details {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    /*border-radius: 50px;*/
    border-radius: 0.5rem;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    animation-delay: 0.8s;
    border: 2px solid #ccc;
    background: #ccc;
}

#BNR-CYC-70-1 .btn-bnr-details:hover {
    background: transparent;
    color: #ccc;
    text-decoration: none;
}

@media (max-height: 768px), (max-width: 1200px) {

    #BNR-CYC-70-1 .carousel-container {
        padding-bottom: 0;
    }

    #BNR-CYC-70-1 .carousel-indicators li {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    #BNR-CYC-70-1 p {
        width: 50%;
    }

    #BNR-CYC-70-1 .carousel-control-prev,
    #BNR-CYC-70-1 .carousel-control-next {
        width: 5%;
    }
}

@media screen and (min-width: 768px) {

    #BNR-CYC-70-1 .carousel-content > .container > .row {
        justify-content: center;
    }
}

#BNR-CYC-70-1 .carousel-content .container .le {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: start;

    padding-bottom: 0.5rem;
}

#BNR-CYC-70-1 .carousel-content .container .ri {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

@media screen and (min-width: 992px) {

    #BNR-CYC-70-1 .carousel-content .container .ri {
        justify-content: start;
    }
}

#BNR-CYC-70-1 .carousel-content .container .le .contents {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: start;
    text-align: left;
    text-transform: uppercase;
}

@media screen and (min-width: 1100px) {

    #BNR-CYC-70-1 .carousel-content .container .le .contents {
        padding-left: 100px;
    }
}

#BNR-CYC-70-1 .carousel-content .container .ri .contents {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: start;

    text-align: left;
}

#BNR-CYC-70-1 .carousel-content .container .ri .contents.item-style-2 {
    /*background-color: rgba(220, 110, 94, 0.6);*/
    background-color: rgb(0, 196, 195, 0.6);
    border-radius: 1rem;
    padding: 1rem;
}

#BNR-CYC-70-1 .carousel-content .container h1,
#BNR-CYC-70-1 .carousel-content .container h2 {
    font-family: var(--bs-body-font-family);
    font-weight: 700;
}

#BNR-CYC-70-1 .carousel-content .container .contents.item-style-1 h1,
#BNR-CYC-70-1 .carousel-content .container .contents.item-style-1 h2 {
    font-size: 2.1rem;
}

@media screen and (min-width: 1100px) {

    #BNR-CYC-70-1 .carousel-content .container .contents.item-style-1 h1,
    #BNR-CYC-70-1 .carousel-content .container .contents.item-style-1 h2 {
        font-size: 2.7rem;
    }
}

#BNR-CYC-70-1 .carousel-content .container .contents.item-style-2 h1,
#BNR-CYC-70-1 .carousel-content .container .contents.item-style-2 h2 {
    font-size: 2rem;
}

#BNR-CYC-70-1 .carousel-content .container p {
    font-size: 1.05rem;
    margin: 0 auto 10px auto;
    width: 100%;
}

#BNR-CYC-70-1 .carousel-content .container .le img {
    max-width: 100%;
}

@media screen and (min-width: 992px) {

    #BNR-CYC-70-1 .carousel-content .container .le img {
        max-width: 70%;
    }
}

#BNR-CYC-70-1 .carousel-content .container .ri img {
    max-width: 90%;
}

@media screen and (min-width: 900px) {

    #BNR-CYC-70-1 .carousel-content .container .ri img {
        max-width: 80%;
    }
}

@media screen and (min-width: 992px) {

    #BNR-CYC-70-1 .carousel-content .container .ri img {
        max-width: 100%;
    }
}

@media screen and (min-width: 1200px) {

    #BNR-CYC-70-1 .carousel-content .container .ri img {
        max-width: 90%;
    }
}

@media screen and (min-width: 1400px) {

    #BNR-CYC-70-1 .carousel-content .container .ri img {
        max-width: 80%;
    }
}
