#Layer_1 {
    width: 170%;
    padding-top: 0px;
    position: relative;
    left: -330px;
    top: -14px;
}

#fixed {
    fill: none;
    stroke: #000000;
    stroke-width: 2;
}

.sectors {
    font-size: 7.5pt;
    font-weight: 900;
    letter-spacing: 0;
    /*! font-family: 'Fjalla One', sans-serif; */
}

.st0 {
    fill: #FFF;
    stroke: #ef45637d;
    stroke-width: 2;
}

.path_logo {
    position: absolute;
    z-index: 9;
    top: 43%;
    bottom: 0;
    width: 68px;
    left: -4px;
}

.st1 {
    fill: #ffffff;
}

.st111 {
    fill: #0fa823;
}

.st2 {
    fill: #383838;
}

.st5 {
    fill: #BE219D;
}

.st8 {
    fill: #47944A;
}

.st10 {
    fill: #EF4563;
}

.st11 {
    fill: #328ACC;
}

.wheel text {
    font-size: 9px;
    cursor: pointer;
}

.wheel image {
    display: none;
}

.wheel path {
    fill: #FFF;
    stroke: #c8c8c8;
    stroke-width: 0.5px;
    filter: drop-shadow(0px 0px 11px rgba(0, 0, 0, 0.1));
    cursor: pointer;
}

.sq {
    position: absolute;
    top: 25px;
    right: 25px;
    min-height: 500px;
    opacity: 0;
    left: 25px;
    box-sizing: border-box;
    bottom: 25px;
}

.sq.active {
    opacity: 1;
    animation: slide 1s ease-in;
}

@keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes slide {
    from {
        right: 0px;
        opacity: 0;
    }
    to {
        right: 100px;
        opacity: 1;
    }
}

.activeTab path {
    fill: #EF4563;
    stroke: #EF4563;
    stroke-width: 1;
}

.activeTab text {
    fill: #fff;
}

.spinner-wrap {
    overflow: hidden;
    position: relative;
}

.content-div {
    height: 121vh;
    background-color: #f2f4f9;
}

.sector-head {
    color: #06a495;
}

.sec-head {
    color: #f99b01;
    text-transform: uppercase;
    font-size: 1.4em;
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
}

.sec-head:before {
    content: "";
    height: 3px;
    width: 35px;
    left: 0px;
    position: absolute;
    background-color: #EF4563;
    top: 46%;
}

.sector-key {
    display: flex;
    list-style: none;
    padding: 0px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
    flex-wrap: wrap;
}

.sector-key li {
    padding: 15px 25px;
    border-right: 1px solid #eee;
    width: 33.33%;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}

.sector-key li:last-child {
    border: 0px solid orange;
}

.sector-key li:nth-child(4),
.sector-key li:nth-child(5) {
    width: 50%;
}

.sector-key .text-box h3 {
    color: #f14857;
    font-size: 1.5em;
    padding: 10px 0;
    background: transparent;
}

.btn-sector {
    padding: 8px 15px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .2);
    background: linear-gradient(90deg, rgb(244 198 25) 0%, rgb(243 107 52) 31%, rgb(237 19 124) 64%, rgb(40 143 209) 100%);

    color: #fff;
    font-size: 1.1em;
    border-radius: 6px;
}

.btn-sector:hover {
    background-color: #607D8B;
    color: #fff;
}

.sector-key .innercircle {
    background-color: #fff;
    vertical-align: middle;
    width: 66px;
    margin: 0px;
    position: relative;
    animation: none;
}

.sector-key .innercircle svg {
    height: 40px;
    fill: #40a67a;
}

.img-slide {
    list-style: none;
    /* margin: 15px 0px 0px 0px;
    padding: 0px; */
}

.keyfeature {
    position: relative;
    z-index: 2;
}

.img-slide .owl-dots .owl-dot {
    padding: 0px;
    background-color: rgba(0, 0, 0, .0)
}

.img-slide .owl-dots .owl-dot span {
    margin: 3px;
}

.img-slide .owl-dots .owl-dot.active span {
    background-color: #f14857;
}

#yelloew {
    background: red;
}