﻿.logo-Commercial, .logo-Investment, .logo-Industrial {
   opacity:0;
}
.info-wheel--choice-3 .logo-Commercial{
    opacity:1;
}
.info-wheel--choice-3 .logo-Investment {
    display:none;
}
.info-wheel--choice-3 .logo-Industrial {
    display: none;
}

.info-wheel--choice-2 .logo-Investment {
    opacity: 1;
}
.info-wheel--choice-2 .logo-Commercial {
    display:none
}
.info-wheel--choice-2 .logo-Industrial {
    display: none;
}
/*.info-wheel--choice-2 .wd-carusel__nav--icon{
    display:none
}*/
/*.info-wheel--choice-3 .wd-carusel__nav--icon{
    display:none
}*/
.info-wheel--choice-1 .logo-Industrial {
    opacity: 1;
}
.info-wheel--choice-1 .logo-Investment {
    display: none
}

.info-wheel--choice-1 .logo-Commercial {
    display: none
}

.logo-Industrial img, .logo-Investment img, .logo-Commercial img {
    display: inline-block;
    width: 60px;
    background-color: #fff;
    margin: 5px;
    border-radius: 9px;
    padding: 5px !important;
}
.wd-carusel {
    width: 100%;
    overflow: hidden;
    padding: 0px 5px;
    position: relative;
    padding-bottom:30px;
}

.wd-carusel__item {
    float: left;
    text-align: center;
    position: relative;
    user-select: none;
}

    .wd-carusel__item:before {
        position: absolute;
        top: 0;
        left: 0;
        padding: 1rem;
    }

    .wd-carusel__item > img {
        display: block;
        width: 100px;
        height: auto;
        user-select: none;
        -webkit-user-drag: none;
     
    }

.wd-carusel__wrap {
    transition: transform .4s;
}

    .wd-carusel__wrap:after {
        display: table;
        clear: both;
        content: '';
    }

.wd-carusel__nav--icon {
    display: block;
    width: 25px;
    height: 25px;
    /*top: 50%;*/
    transform: translate(0, 25%);
    position: absolute;
    cursor: pointer;
}

.wd-carusel__nav--left {
    /*left: 10px;*/
    left: 145px;
}

.wd-carusel__nav--right {
    /*right: 10px;*/
    right: 145px;
}
@media (max-width:375px) {
    .wd-carusel__nav--left {
        /*left: 10px;*/
        left: 130px;
    }

    .wd-carusel__nav--right {
        /*right: 10px;*/
        right: 130px;
    }
    h2.line-title:before {
        width: 15%;
    }
    h2.line-title:after {
        width: 15%;
    }
}
.gold-color {
    color: #d2b352 !important
}
.navigation--theme-light .navigation__active-dot.gold-color {
    border-color: #d2b352;
    background-color: #d2b352;
    box-shadow: 0 0 3px 0 #d2b352;
}

.navigation--theme-light .navigation__anchor.gold-color:after, .navigation--theme-light .navigation__anchor.gold-color:before {
    background-color: #d2b352;
    opacity: 0.5;
}
.navigation--theme-light .gold-color .navigation__anchor-circle {
    border: 1px solid #d2b352;
}
.theme--light .dash.gold-color:after, .theme--light .dash.gold-color:before {
    background-color: #d2b352;
}
.theme--light .icon.gold-color{
    fill:#d2b352
}
/*a.social__anchor.gold-color {
   border:none
}*/
.logo-Commercial, .logo-Investment {
    min-height: 150px
}
.white-color {
    color: #fff !important
}

.navigation--theme-light .navigation__active-dot.white-color {
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 0 3px 0 #e4f309;
}

.navigation--theme-light .navigation__anchor.white-color:after, .navigation--theme-light .navigation__anchor.white-color:before {
    background-color: #fff;
    opacity: 0.5;
}

.navigation--theme-light .white-color .navigation__anchor-circle {
    border: 1px solid #fff;
}

.theme--light .dash.white-color:after, .theme--light .dash.white-color:before {
    background-color: #fff;
}
.banner-2-col__bg-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,0.2);
}
.bread-crumb {
    display: block;
    padding: 10px;
}

    .bread-crumb ul {
        margin: 0;
    }

        .bread-crumb ul li {
            font-size: 20px;
            font-weight: 700;
            color: #727a80;
            display: inline-block;
            position: relative;
            text-transform: capitalize;
        }

            .bread-crumb ul li a {
                padding: 5px 5px 0;
                color: #b1953a;
                text-decoration: none;
            }

            .bread-crumb ul li + li:before {
                content: "";
                display: inline-block;
                border-style: solid;
                border-width: 2px 2px 0 0;
                transform: rotate(45deg);
                width: 7px;
                height: 7px;
                vertical-align: baseline;
                padding: 0;
                margin: 0 8px;
                position: relative;
                bottom: 1px;
                right: 5px;
            }

@media (max-width:767px) {
    .module-banner__welcome-text {
        /*margin: 0 auto;*/
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        margin-top: 130%;
        float: right;
        margin-right: -1%;
    }
}
