@font-face {
    font-family: GothamRounded-Book;
    src: url(../fonts/GothamRounded-Book/GothamRounded-Book.woff);
}

@font-face {
    font-family: Gotham-Book;
    src: url(../fonts/Gotham-Book/Gotham-Book.woff);
}

@font-face {
    font-family: GothamRounded-Medium;
    src: url(../fonts/GothamRounded-Medium/GothamRounded-Medium.woff);
}

@font-face {
    font-family: MyriadPro-Semibold;
    src: url(../fonts/MyriadPro-Semibold/MyriadPro-Semibold.woff);
}

@font-face {
    font-family: MyriadPro-Bold;
    src: url(../fonts/MyriadPro-Bold/MyriadPro-Bold.woff);
}

.section1,
.section2,
.section3,
.section4 {
    font-family: GothamRounded-Book;
    background-repeat: no-repeat, no-repeat;
    background-size: 15%, 15%;
    overflow: hidden;
}

body {
    background-color: #0095d3;
}

.section > div.innerDiv {
    display: none;
}

.section1 .bgImage svg {
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 100%;
}

.section1 {
    background-color: #0095d3;
}

.section2 {
    background-color: #006990;
}

.section3 {
    background-color: #0095d3;
}

.section4 {
    background-color: #006990;
}

.section .tagLine {
    display: none;
}

.section1 .bgContainer:before,
.section3 .bgContainer:before {
    content: '';
    position: absolute;
    width: 15%;
    height: 30%;
    background-image: url(../img/oddSecTopTriangle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    right: 0;
    top: 0;
    z-index: 1;
}

.section1 .bgContainer:after,
.section3 .bgContainer:after {
    content: '';
    position: absolute;
    width: 15%;
    height: 30%;
    background-image: url(../img/oddSecBottomTriangle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.section2 .bgContainer:before,
.section4 .bgContainer:before {
    content: '';
    position: absolute;
    width: 15%;
    height: 30%;
    background-image: url(../img/evenSecTopTriangle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    left: 0;
    top: 0;
    z-index: 1;
}

.section2 .bgContainer:after {
    content: '';
    position: absolute;
    width: 15%;
    height: 30%;
    background-image: url(../img/evenSecBottomTriangle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.bgContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

.bgLine {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    overflow: hidden;
    /*
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
*/
}


/*

.section1 .bgLine {
    background-image: url(../img/sec1bgline.svg);
}

.section2 .bgLine {
    background-image: url(../img/sec2bgline.svg);
}

.section3 .bgLine {
    background-image: url(../img/sec3bgline.svg);
}

.section4 .bgLine {
    background-image: url(../img/sec4bgline.svg);
}
*/

.bgLine svg {
    width: 100%;
    height: 100%;
}

.bgContainer svg {
    width: 100%;
    height: auto;
}

.opacityNone {
    opacity: 0 !important;
}


/*
.bgContainer svg g g:hover path {
    fill-opacity:0.3 !important;
    fill:#ffffff !important;
}
*/


/****-------
Section 1 
-------****/

.section1 #container {
    position: absolute;
    width: 40%;
    bottom: 13%;
    right: 0.1%;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.section1 .contentSec1 {
    position: absolute;
    top: 10vh;
    left: 10vw;
    width: 52%;
    z-index: 2;
    color: #ffffff;
}

.section1 .contentSec1 h1 {
    font-size: 5vw;
    margin: 0;
}

.section1 .contentSec1 h3 {
    font-size: 1.91vw;
    padding: 0vw 0 0.5vw;
    margin: 0;
}

.section1 .contentSec1 p {
    font-size: 1.2vw;
    font-weight: bold
}

.section1 #outerDottedLine {
    position: absolute;
    z-index: 3;
    width: 32.5%;
    bottom: 14.2%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.section1 #outerDottedLineBg {
    position: absolute;
    z-index: 1;
    width: 32.5%;
    bottom: 14.2%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.section1 #outerDottedLine svg {
    width: 100%;
}

.section1 #outerDottedLineBg svg {
    width: 100%;
}

.section1 hr {
    display: block;
    margin-top: 0;
    margin-bottom: 1.5vh;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    border-bottom: 0px;
}

.section1 .hoverPopOutRight {
    display: none;
    font-family: GothamRounded-Medium;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 2%;
    position: absolute;
    z-index: 1;
    left: 102%;
    width: 62%;
    top: 45%;
    font-size: 0.85vw;
    border-left: 0.7vw solid #4a8330;
}

.section1 .hoverPopOutRight:before {
    content: '';
    position: absolute;
    width: 22%;
    height: 50%;
    background-image: url(../img/backlineR.svg);
    background-repeat: no-repeat;
    background-position: left center;
    top: 25%;
    left: -25%;
    z-index: 9;
}

.section1 .hoverPopOutLeft {
    display: none;
    font-family: GothamRounded-Medium;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 2%;
    position: absolute;
    z-index: 1;
    right: 102%;
    width: 62%;
    top: 45%;
    font-size: 0.85vw;
    border-right: 0.7vw solid #4a8330;
}

.section1 .hoverPopOutLeft:before {
    content: '';
    position: absolute;
    width: 22%;
    height: 50%;
    background-image: url(../img/backlineL.svg);
    background-repeat: no-repeat;
    background-position: right center;
    top: 25%;
    right: -25%;
    z-index: 9;
}

.scrollDownButton {
    display: none;
    position: absolute;
    /*    box-sizing: border-box;*/
    left: 50%;
    bottom: 10px;
    margin-left: -1vw;
    width: 2vw;
    height: 5vh;
    /*    border-radius: 15px;*/
    /*    border: 2px solid #ffffff;*/
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    cursor: pointer;
    z-index: 9;
}


/*
.section1 .scrollDownButton .mouse_wheel {
    position: absolute;
    left: 50%;
    top: 8px;
    margin-left: -2px;
    width: 4px;
    height: 9px;
    background: #ffffff;
    border-radius: 2px;
    -webkit-animation: mouse-wheel 1.25s infinite linear;
    animation: mouse-wheel 1.25s infinite linear;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%
}
*/


/* Mouse wheel */


/*

@-webkit-keyframes mouse-wheel {
    0% {
        -webkit-transform: scaleY(.4)translateY(0);
        transform: scaleY(.4)translateY(0)
    }
    20% {
        -webkit-transform: scaleY(1)translateY(0);
        transform: scaleY(1)translateY(0)
    }
    60% {
        -webkit-transform: scaleY(.4)translateY(12px);
        transform: scaleY(.4)translateY(12px)
    }
    100% {
        -webkit-transform: scaleY(.4)translateY(0);
        transform: scaleY(.4)translateY(0)
    }
}

@keyframes mouse-wheel {
    0% {
        -webkit-transform: scaleY(.4)translateY(0);
        transform: scaleY(.4)translateY(0)
    }
    20% {
        -webkit-transform: scaleY(1)translateY(0);
        transform: scaleY(1)translateY(0)
    }
    60% {
        -webkit-transform: scaleY(.4)translateY(12px);
        transform: scaleY(.4)translateY(12px)
    }
    100% {
        -webkit-transform: scaleY(.4)translateY(0);
        transform: scaleY(.4)translateY(0)
    }
}
*/

@-moz-keyframes bounce {
    0%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@-webkit-keyframes bounce {
    0%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes bounce {
    0%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

.scrollDownButton .arrow {
    position: absolute;
    left: 50%;
    margin-left: -1vw;
    width: 2vw;
    height: 5vh;
    background-image: url(../img/arrowD.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

.scrollDownButton .bounce {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}


/*
.section1 .hoverPopOut:after {
    content: '';
    position: absolute;
    width: 13%;
    height: 50%;
    background-image: url(../img/sec1/arrowSec1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    right: 4%;
    top: 25%;
}
*/

.canvasSec {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}


/****-------
Section 2 
-------****/

.section2 p.des,
.section4 p.des {
    display: none;
    position: absolute;
    z-index: 1;
    width: 35%;
    right: 4%;
    top: 18%;
    font-family: 'GothamRounded-Medium';
    font-size: 1vw;
    color: #fff;
    text-align: right;
    margin-top: 0;
}

.section4 .slide:nth-child(1) p.des {
    top: 17%;
}

.section2 .globe_container {
    display: none;
    position: absolute;
    z-index: 1;
    width: 34%;
    top: 27%;
    left: 5%;
    height: 50%
}

.section2 .globe_container svg {
    width: 100%;
    height: 100%;
}

.section2 .globe_container > p {
    display: none;
    font-family: GothamRounded-Medium;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 2%;
    position: absolute;
    z-index: 1;
    left: 66.5%;
    width: 70%;
    top: 6%;
    font-size: 0.9vw;
    border-left: 0.7vw solid #4a8330;
}

.section2 .globe_container > p:before {
    content: '';
    position: absolute;
    width: 17%;
    height: 2px;
    background: #ffffff;
    top: 47%;
    left: -21%;
    z-index: 9;
}

.section2 .globe_container > div {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.section2 .globe_container > div:nth-child(1) {
    position: relative;
}

.section2 .globe_container > div .svg {
    width: 100%;
}

.section2 .globe_container #plusIcon {
    cursor: pointer;
    display: none;
}

@-moz-keyframes mainPlusIconAni {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes mainPlusIconAni {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes mainPlusIconAni {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.section2 .globe_container .plusIconRipple {
    /* -moz-animation: mainPlusIconAni 3s infinite;
    -webkit-animation: mainPlusIconAni 3s infinite;
    animation: mainPlusIconAni 3s infinite;
    transform-origin: center center;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear; */
    display: none;
}

.section2 .globe_container .plusIconRipple2 {
    /* -moz-animation: mainPlusIconAni 2.5s infinite;
    -webkit-animation: mainPlusIconAni 2.5s infinite;
    animation: mainPlusIconAni 2.5s infinite;
    transform-origin: center center;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear; */
    display: none;
}

.section2 .globe_container #plusIcon {
    /* -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear; */
}

.section2 .globe_container #plusIcon.hover {
    /* -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center; */
}

.section2 .globe_container #plusIcon.hover .plusIconRipple,
.section2 .globe_container #plusIcon.hover .plusIconRipple2 {
    display: none;
}


/* Gloab round animation */

.today {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0%;
    transform: translateY(140px) rotateX(-70deg);
}

.loader-ring {
    position: absolute;
    z-index: 1;
    height: 50%;
    width: 50%;
    border-radius: 0 100% 0 0;
    border: 1px solid white;
    border-width: 0px 20px 0px 0px;
    box-shadow: 5px 1px 2px -4px white, inset -4px 1px 3px -4px white;
    transform-origin: 0px 100%;
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}


/* Spin animation */

.arrowOne {
    position: absolute;
    z-index: 1;
    top: 10%;
    left: 10%;
    transform: translateY(140px) rotateX(-70deg);
}

.arrowOne svg {
    position: absolute;
    z-index: 1;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1.5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(-360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}


/* Issue Icons */


/*
#iconsSec2n3 {
    display: block;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: GothamRounded-Medium;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}

#iconsSec2n3.moveDown {
    top: 180%;
}

#iconsSec2n3.moveUp {
    top: 100%;
}
*/

.issue_icons {
    display: none;
    position: absolute;
    top: 142%;
    left: 40vw;
    width: 55vw;
    font-size: 0;
    z-index: 1;
    font-family: GothamRounded-Medium;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}

.issue_icons .txt3Sec {
    display: none;
    background: rgba(255, 255, 255, 0.2);
    color: #003D79;
    font-size: 0.8vw;
    width: 8vw;
    padding: 0.1vh 0;
    top: 16%;
    position: absolute;
    right: -4%;
}

.issue_icons.moveDown .txt3Sec {
    display: block;
    animation-delay: 2s;
}

.issue_icons > div:nth-child(1) .txt {
    animation-delay: 2.9s;
}

.issue_icons > div:nth-child(2) .txt {
    animation-delay: 3.1s;
}

.issue_icons > div:nth-child(3) .txt {
    animation-delay: 3.3s;
}

.issue_icons.moveDown {
    top: 230%;
    left: 3vw;
}

.issue_icons.moveUp {
    top: 142%;
}

.issue_icons.moveUp > div:nth-child(1) .txt {
    animation-delay: 1s;
}

.issue_icons.moveUp > div:nth-child(2) .txt {
    animation-delay: 1s;
}

.issue_icons.moveUp > div:nth-child(3) .txt {
    animation-delay: 1s;
}

.issue_icons > div {
    width: 33%;
    position: absolute;
    z-index: 1;
    text-align: center;
    box-sizing: border-box;
    padding: 0 4%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.issue_icons > div:nth-child(1) {
    left: 0;
    top: 0;
}

.issue_icons.moveDown > div:nth-child(1) {
    left: 0;
    top: 6vh;
}

.issue_icons > div:nth-child(2) {
    left: 33%;
    top: 0;
}

.issue_icons.moveDown > div:nth-child(2) {
    left: 0;
    top: 21vh;
}

.issue_icons > div:nth-child(3) {
    left: 66%;
    top: 0;
}

.issue_icons.moveDown > div:nth-child(3) {
    left: 0;
    top: 36vh;
}

.issue_icons > div img,
.issue_icons .iconImages {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 5%;
}

.issue_icons > div > div {
    position: relative;
    cursor: pointer;
}

.issue_icons .iconImages #complexMang,
.issue_icons .iconImages #expHard,
.issue_icons .iconImages #appDown {
    position: absolute;
    z-index: 1;
    top: 0;
    display: none;
}

.issue_icons.moveDown .iconImages {
    width: 40%;
    z-index: 2;
    border-radius: 50%;
    background: #0095d3;
}

.issue_icons.moveDown .iconImages .opacityDown {
    opacity: 0.25;
}

.issue_icons.moveUp .iconImages {
    width: 60%;
}

.issue_icons.moveUp .iconImages .opacityDown {
    opacity: 1;
}

.issue_icons .iconImages svg {
    width: 100%;
}

.issue_icons.moveDown .iconImages svg {
    margin-bottom: 0;
}

.issue_icons > div .txt {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    border-bottom: 5px solid #0095d3;
    position: relative;
    padding: 0.5vh 2vh;
    box-sizing: border-box;
}

.issue_icons.moveDown > div .txt {
    display: none;
}

.issue_icons.moveUp > div .txt {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
    animation-delay: 1s;
}

.issue_icons > div .slideTxt {
    display: none;
    font-size: 0.8vw;
    font-family: Gotham-Book;
    color: #fff;
    box-sizing: border-box;
    background-color: #003d79;
    padding: 0.6vw 1.4vw;
    width: 94%;
    margin: 8px auto 0;
    z-index: 2;
}

.issue_icons.moveDown > div svg .sec2Icon1_0,
.issue_icons.moveDown > div svg .sec2Icon2_0,
.issue_icons.moveDown > div svg .sec2Icon3_0 {
    stroke: #90312b;
}

.issue_icons > div .txt:before,
.issue_icons > div .txt:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-sizing: border-box;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.issue_icons > div .txt.hovered:before {
    width: 100%;
    bottom: -25px;
}

.issue_icons > div .txt.hovered:after {
    display: none;
}

.issue_icons > div .txt:before {
    border-top: 20px solid #8ACCDF;
    bottom: -22px;
}

.issue_icons > div .txt:after {
    border-top: 20px solid rgba(138, 204, 223, 0.75);
    bottom: -28px;
}

.issue_icons > div .txt p {
    text-align: center;
    margin: 0;
    padding: 5px 1px;
    color: #231f20;
    font-size: 0.80vw;
    font-weight: bold;
}


/****-------
Section3 
-------****/

.section3 .content {
    position: absolute;
    z-index: 1;
    top: 20%;
    width: 100%;
    height: 80%
}

.section3 #sec3Block {
    display: none;
    position: absolute;
}


/*
.section3 #sec3Block.aniStartSec3 image {
    transform-origin: center center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.section3 #sec3Block.aniStartSec3 g image:nth-child(5) {
    transform: matrix(0.96, 0, 0, 0.96, 86.60464000000002, 276.5078);
}

.section3 #sec3Block.aniStartSec3 g:hover image:nth-child(5) {
    transform: matrix(0.96, 0, 0, 0.96, 91.60464000000002, 256.5078);
}

.section3 #sec3Block.aniStartSec3 g image:nth-child(6) {
    transform: matrix(0.96,0,0,0.96,86.60464000000002,211.5238);
}

.section3 #sec3Block.aniStartSec3 g:hover image:nth-child(6) {
    transform: matrix(0.96,0,0,0.96,81.60464000000002,191.5238);
}

.section3 #sec3Block.aniStartSec3 g image:nth-child(7) {
    transform: matrix(0.96,0,0,0.96,86.60464000000002,143.96479999999997);
}

.section3 #sec3Block.aniStartSec3 g:hover image:nth-child(7) {
    transform: matrix(0.96,0,0,0.96,86.60464000000002,123.96479999999997);
}

.section3 #sec3Block.aniStartSec3 g image:nth-child(8) {
    transform: matrix(1,0,0,1,169.53,86.831);
}

.section3 #sec3Block.aniStartSec3 g:hover image:nth-child(8) {
    transform: matrix(1,0,0,1,169.53,66.831);
}

.section3 #sec3Block.aniStartSec3 g image:nth-child(9) {
    transform: matrix(1,0,0,1,234.078,123.44199999999998);
}

.section3 #sec3Block.aniStartSec3 g:hover image:nth-child(9) {
    transform: matrix(1,0,0,1,234.078,103.44199999999998);
}

.section3 #sec3Block.aniStartSec3 g image:nth-child(10) {
    transform: matrix(1,0,0,1,300.122,161.328);
}

.section3 #sec3Block.aniStartSec3 g:hover image:nth-child(10) {
    transform: matrix(1,0,0,1,300.102,141.328);
}

.section3 #sec3Block.aniStartSec3 g image:nth-child(11) {
    transform: matrix(1,0,0,1,83.333,138.668);
}

.section3 #sec3Block.aniStartSec3 g:hover image:nth-child(11) {
    transform: matrix(1,0,0,1,83.333,118.668);
}

.section3 #sec3Block.aniStartSec3 g image:nth-child(12) {
    transform: matrix(1,0,0,1,147.88400000000001,174.279);
}

.section3 #sec3Block.aniStartSec3 g:hover image:nth-child(12) {
    transform: matrix(1,0,0,1,147.88400000000001,154.279);
}

.section3 #sec3Block.aniStartSec3 g image:nth-child(13) {
    transform: matrix(1,0,0,1,213.925,212.16500000000002);
}

.section3 #sec3Block.aniStartSec3 g:hover image:nth-child(13) {
    transform: matrix(1,0,0,1,213.925,192.16500000000002);
}
*/

#sec3BlockTop {
    position: absolute;
    width: 25%;
    margin-left: 28%;
    text-align: center;
    height: 100%;
}

#sec3BlockTop svg {
    position: absolute;
    width: 69%;
    margin: 0 auto;
    display: inline-block;
    left: 15.5%;
}

#sec3BlockTop svg:nth-child(1) {
    margin-top: 54%;
}

#sec3BlockTop svg:nth-child(2) {
    margin-top: 41%;
}

#sec3BlockTop svg:nth-child(3) {
    margin-top: 27%;
}

.section3 .content > div:nth-child(1) {
    width: 25%;
    margin-left: 28%;
    height: 85%;
}

.section3 .content > div:nth-child(1) svg {
    width: 100%;
    height: 100%;
}

#layerUper {
    position: absolute;
    z-index: 1;
    z-index: 2;
    width: 30vw;
    height: 100%;
    top: 0;
    left: 0;
}

.section3 .content .r-col {
    width: 28%;
    position: absolute;
    z-index: 1;
    left: 62%;
    margin-top: 8%;
}

.section3 .content .s-row {
    display: none;
}

.section3 .content .s-row div.iconsSec3 {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 0;
}

.section3 .content .s-row div.iconsSec3 svg {
    width: 100%;
}

.section3 .content .s-row div.iconsSec3 .aniContainer {
    position: absolute;
    z-index: 1;
    top: 0;
    display: none;
    width: 100%;
}

.section3 .content .s-row h6 {
    display: inline-block;
    font-family: GothamRounded-Medium;
    font-size: 1.1vw;
    color: #ffffff;
    font-weight: normal;
    width: 67%;
    border-bottom: 1px solid #ffffff;
    padding: 5% 0 2% 3%;
    margin: 0;
    position: absolute;
    z-index: 1;
    left: 24%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.section3 .content .s-row:hover h6 {
    color: #414042;
    border-bottom: 1px solid #003D79;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.section3 .content .s-row h6:after {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    height: 10px;
    width: 10px;
    background-color: #ffffff;
    bottom: 0;
}

.section3 .content .s-row:hover h6:after {
    background-color: #003D79;
}

.section3 .content .s-row:hover h6 {
    padding: 2% 0 2% 3%;
}

.section3 .content .s-row p {
    position: absolute;
    z-index: 1;
    display: inline-block;
    font-family: GothamRounded-Book;
    font-size: 0.8vw;
    width: 68%;
    padding: 11% 0 2% 2%;
    margin: 0;
    color: #414042;
    opacity: 0;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.section3 .content .s-row:hover p {
    opacity: 1;
}

.section3 .content .s-row {
    width: 100%;
    border-bottom-left-radius: 10vw;
    border-top-left-radius: 10vw;
    margin-bottom: 25px;
    box-sizing: border-box;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

.section3 .content .s-row:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.section3 #mainBlocks .notVisible {
    display: none;
}

.section3 #mainBlocks g.hoverAnimainBlocks {
    -moz-animation: onHoverAni 3s infinite;
    -webkit-animation: onHoverAni 3s infinite;
    animation: onHoverAni 3s infinite;
    transform-origin: center center;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
}

.section3 #mainBlocks g.hovermainBlocks {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.section3 #mainBlocks > g {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.section3 #mainBlocks g.hovermainBlocks:hover {
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.section3 #mainBlocks g.hovermainBlocks:hover .notVisible {
    display: block;
}

.section3 #mainBlocks g.hovermainBlocks:hover .Visible {
    display: none;
}


/* Icon 1 */

.sec3Icon1_0 {
    fill: #69B445;
}

.sec3Icon1_1 {
    fill: #FFFFFF;
}

.sec3Icon1_2 {
    fill: #003D79;
}

.sec3Icon1_3 {
    fill: #006990;
}

.sec3Icon1_4 {
    fill: #0095D3;
}


/* Icon 2 */

.sec3Icon2_0 {
    fill: #69B445;
}

.sec3Icon2_1 {
    fill: #FFFFFF;
}

.sec3Icon2_2 {
    fill: #003D79;
}

.sec3Icon2_3 {
    fill: #006990;
}

.sec3Icon2_4 {
    fill: #136A94;
}

.sec3Icon2_5 {
    fill: #CCCCCC;
}

.sec3Icon2_6 {
    opacity: 0.1;
}

.sec3Icon2_7 {
    fill: #575859;
}

.sec3Icon2_8 {
    opacity: 0.12;
}

.sec3Icon2_9 {
    fill: none;
}

.sec3Icon2_10 {
    opacity: 0.6;
    fill: #1796D3;
}

.sec3Icon2_11 {
    fill: #414042;
}

.sec3Icon2_12 {
    fill: #DCE0E0;
}

.sec3Icon2_13 {
    fill: #01B3E4;
}

.sec3Icon2_14 {
    fill: #353535;
}


/* Icon 3 */

.sec3Icon3_0 {
    fill: #69B445;
}

.sec3Icon3_1 {
    fill: #FFFFFF;
}

.sec3Icon3_2 {
    fill: #003D79;
}

.sec3Icon3_3 {
    fill: #CCCCCC;
}

.sec3Icon3_4 {
    opacity: 0.1;
}

.sec3Icon3_5 {
    fill: #808285;
}

.sec3Icon3_6 {
    fill: #A7A9AC;
}

.sec3Icon3_7 {
    fill: #006990;
}

.sec3Icon3_8 {
    fill: #D1D3D4;
}

.sec3Icon3_9 {
    fill: #575859;
}

.sec3Icon3_10 {
    opacity: 0.12;
}

.sec3Icon3_11 {
    fill: none;
}

.sec3Icon3_12 {
    fill: #414042;
}


/****-------
Section4 
-------****/

.fp-slidesNav.bottom {
    bottom: 8%;
    right: 4.2%;
    left: auto;
}

.section4 #mainBlockSec4 {
    display: none;
    position: absolute;
    z-index: 1;
    top: 30%;
    width: 34%;
    height: 56%;
    right: 4%;
    z-index: 2;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.section4 #mainBlockSec4.scaleUpImage {
    top: 30%;
    width: 40%;
    right: 0%;
    z-index: 2;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.section4 #mainBlockSec4 svg {
    width: 100%;
    height: 100%;
}

@-moz-keyframes onHoverAni {
    0%,
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@-webkit-keyframes onHoverAni {
    0%,
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@keyframes onHoverAni {
    0%,
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.section4 #mainBlockSec4 svg #virtualSANLayer g.onHover.aniStart,
.section4 #mainBlockSec4 svg #vSphereLayer g.onHover.aniStart,
.section4 #mainBlockSec4 svg #vCenterLayer g.onHover.aniStart {
    -moz-animation: onHoverAni 3s infinite;
    -webkit-animation: onHoverAni 3s infinite;
    animation: onHoverAni 3s infinite;
    transform-origin: center center;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
}

.section4 #mainBlockSec4 svg #virtualSANLayer g.onHover,
.section4 #mainBlockSec4 svg #vSphereLayer g.onHover,
.section4 #mainBlockSec4 svg #vCenterLayer g.onHover {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.section4 #mainBlockSec4 svg #virtualSANLayer g.onHover:hover,
.section4 #mainBlockSec4 svg #vSphereLayer g.onHover:hover,
.section4 #mainBlockSec4 svg #vCenterLayer g.onHover:hover {
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transform-origin: 250px 320px;
    -o-transform-origin: 250px 320px;
    -moz-transform-origin: 250px 320px;
    transform-origin: 250px 320px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.section4 #mainBlockSec4 svg g.secText {
    display: none;
}

.section4 #mainBlockSec4 svg #virtualSANLayer .dottedLine,
.section4 #mainBlockSec4 svg #virtualSANLayer .internalBox {
    display: none;
}

.section4 #mainBlockSec4 svg #vSphereLayer,
.section4 #mainBlockSec4 svg #vCenterLayer,
.section4 #mainBlockSec4 svg #topLayerVM {
    -webkit-animation-name: fadeInDownSmall;
    animation-name: fadeInDownSmall
}

.section4 #mainBlockSec4 svg #dataStores {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall
}

.section4 #mainBlockSec4.vSanOnly svg #vSphereLayer,
.section4 #mainBlockSec4.vSanOnly svg #vCenterLayer,
.section4 #mainBlockSec4.vSanOnly svg #topLayerVM {
    -webkit-animation-name: fadeOutUpSmall;
    animation-name: fadeOutUpSmall
}

.section4 #mainBlockSec4.vSanOnly svg #dataStores {
    -webkit-animation-name: fadeOutDownSmall;
    animation-name: fadeOutDownSmall
}

.section4 #mainBlockSec4.vSanOnly svg #virtualSANLayer .dottedLine,
.section4 #mainBlockSec4.vSanOnly svg #virtualSANLayer .internalBox {
    display: block;
}

.section4 footer {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0%;
    height: 6vh;
    border-top: 1px solid #fff
}

.section4 footer p {
    position: absolute;
    color: #ffffff;
    left: 4%;
    bottom: 10%;
    font-size: 0.8vw;
    font-weight: bold;
}

.section4 footer img {
    width: 8%;
    position: absolute;
    z-index: 1;
    right: 4%;
    bottom: 30%;
}

.section4 .footer {
    display: none;
    width: 40%;
    position: absolute;
    z-index: 1;
    bottom: 6%;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
    font-family: MyriadPro-Semibold;
    font-size: 0.8vw;
    color: #414042;
    padding: 2vh 3vw;
    box-sizing: border-box;
}

.section4 .footer:after {
    position: absolute;
    z-index: 1;
    content: '';
    width: 15%;
    height: 100%;
    background-image: url(../img/sec4/rightTriangle1.svg);
    right: -15%;
    background-size: cover;
    top: 0;
}

.section4 .footer a {
    color: #1a4278;
    text-decoration: none;
}

.section4 .footer a:hover {
    text-decoration: underline;
}


/* Slide 1 */

.section4 div.slide:nth-child(1) .l-col-1 {
    position: absolute;
    z-index: 1;
    width: 35%;
    height: 55%;
    top: 30%;
    margin-left: 12%;
}

.section4 div.slide:nth-child(1) .l-col-1 .hyper {
    font-size: 0;
}

.section4 div.slide:nth-child(1) .l-col-1 .hyper .hyperIcon {
    width: 16%;
    margin: 2%;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 0;
    position: relative;
}

.section4 div.slide:nth-child(1) .l-col-1 .hyper .hyperIcon svg {
    width: 100%;
}

.section4 div.slide:nth-child(1) .l-col-1 .hyper .hyperIcon .aniContainer {
    position: absolute;
    z-index: 1;
    top: 0;
    display: none;
    width: 100%;
}

.section4 div.slide:nth-child(1) .l-col-1 .hyper svg.disable {
    opacity: 0.7;
}

.section4 div.slide:nth-child(1) .l-col-1 .info {
    width: 80%;
    padding: 2% 2%;
    vertical-align: middle;
    border: 1px solid #ffffff;
    background-color: #69B445;
    text-align: left;
    margin: 0 auto;
}

.section4 div.slide:nth-child(1) .l-col-1 .info p {
    font-family: GothamRounded-Book;
    font-size: 0.8vw;
    color: #fff;
    margin: 0;
}

.section4 div.slide:nth-child(1) .l-col-1 .info p span {
    font-family: GothamRounded-Medium;
    font-size: 1.2vw;
    margin-bottom: 10px;
}

.section4 div.slide:nth-child(1) .l-col-1 .slideTxt1 {
    font-family: GothamRounded-Medium;
    font-size: 1.1vw;
    color: #ffffff;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 119%;
    text-align: center;
    margin-left: -10%;
}

.section4 div.slide:nth-child(1) .l-col-1 .line svg {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.section4 div.slide:nth-child(1) .l-col-1 .hyper .hyperIcon .sec4slide1IconCircle {
    fill: #808285;
}

.section4 div.slide:nth-child(1) .l-col-1 .hyper .hyperIcon .sec4slide1Icon1_2 {
    fill: #414042;
}

.section4 div.slide:nth-child(1) .l-col-1 .hyper .hyperIcon.active .sec4slide1IconCircle {
    fill: #0095d3;
}

.section4 div.slide:nth-child(1) .l-col-1 .hyper .hyperIcon.active .sec4slide1Icon1_2 {
    fill: #006990;
}


/* Slide 2 */

.section4 div.slide:nth-child(3) .l-col-2 {
    position: absolute;
    z-index: 1;
    width: 32%;
    top: 18%;
    margin-left: 12%;
    height: auto;
    border: 0px;
    padding: 1vw;
}

div.nicescroll-cursors {
    background-color: #8accdf !important;
}

.section4 div.slide:nth-child(3) .l-col-2 .info {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 40px;
    padding: 5% 2% 2%;
    border: 1px solid #8accdf;
    background-color: #003d79;
    box-sizing: border-box;
}

.section4 div.slide:nth-child(3) .l-col-2 .info:nth-child(4) {
    margin-bottom: 0px;
}

.section4 div.slide:nth-child(3) .l-col-2 .info p {
    font-family: GothamRounded-Book;
    font-size: 0.8vw;
    color: #fff;
    margin: 0;
}
/* footer links css */
.footer-links{
    position: absolute;   
    left: 28%;
    bottom: 10%;
    font-size: 0.8vw;  
    margin: 1em 0;
}
.footer-links a{
    color: #ffffff;
    font-size: 0.8vw;
    font-weight: bold;
    text-decoration: none;
    margin-right: 1.5vw;
}
/* evidon banner css */
.evidon-banner div, .evidon-banner div a {
    font-size: 14px!important;
    font-family: GothamRounded-Medium;
}
button#_evidon-accept-button, #_evidon-button-text.evidon-consent-button-text {
    font-size: 14px;
}

@media screen and (max-width: 1400px) {
    .section4 div.slide:nth-child(3) .l-col-2 .info p {
        font-family: GothamRounded-Book;
        font-size: 11px;
    }
    .section1 #container {
        width: 35%;
    }
    .section1 #outerDottedLine {
        width: 27.5%;
    }
    .section1 #outerDottedLineBg {
        width: 27.5%;
    }
}

@media screen and (max-width: 1000px),
screen and (max-height: 900px) {
    .section4 div.slide:nth-child(3) .l-col-2 {
        height: 56vh;
        overflow: auto;
        border: 1px solid #8accdf;
        padding: 1vw 0 1vw 1vw;
    }
    .section4 div.slide:nth-child(3) .l-col-2 .info p {
        font-family: GothamRounded-Book;
        font-size: 12px;
    }
}

.section4 div.slide:nth-child(3) .l-col-2 .info p span {
    font-style: italic;
}

.section4 div.slide:nth-child(3) .l-col-2 .info-h {
    position: absolute;
    z-index: 1;
    background-color: #8accdf;
    top: -17%;
    width: 34%;
    left: -1px;
    cursor: pointer;
}

.section4 div.slide:nth-child(3) .l-col-2 .info-h:after {
    position: absolute;
    z-index: 1;
    content: '';
    width: 15%;
    height: 100%;
    background-image: url(../img/sec4/rightTriangle.svg);
    right: -14.8%;
    background-size: cover;
}

.section4 div.slide:nth-child(3) .l-col-2 .info-h img {
    width: 12%;
    margin: 2% 4%;
    display: inline-block;
    vertical-align: middle;
}

.section4 div.slide:nth-child(3) .l-col-2 .info-h h6 {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-family: GothamRounded-Medium;
    font-size: 1vw;
    color: #414042;
    font-weight: normal;
}

.section4 .l-col-1 .headOver {
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    color: #fff;
    margin: 0 auto;
    display: inline-block;
    top: -6vh;
    font-weight: bold;
    font-size: 1.1vw;
}

.section4 .l-col-1 .headOver:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 70%;
    background: #ffffff;
    bottom: -1vh;
    left: 0;
    right: 0;
    margin: 0 auto;
}


/****-------
Section 4 -- Third Slide 
-------****/

.section4 .coverflowCover {
    height: 55vh;
    outline: none;
    width: 35%;
    position: absolute;
    top: 22%;
    left: 12%;
    background: rgba(35, 31, 32, 0.5);
}

.section4 .coverflow {
    height: 8vw;
    outline: none;
    width: 100%;
    position: absolute;
    top: 20%;
}

.section4 .coverflowHead {
    outline: none;
    width: 100%;
    position: absolute;
    color: #fff;
    margin: 0 auto;
    display: inline-block;
    font-weight: bold;
    font-size: 1.1vw;
    text-align: center;
}

.section4 .coverflowHead:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 70%;
    background: #ffffff;
    bottom: 1vh;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.section4 .coverflow .cover {
    width: 10vw;
    height: 10vw;
    cursor: pointer;
    font-size: 500%;
    text-align: center;
}

.section4 .coverflow .cover .txt {
    display: none;
}

.section4 .coverflow .cover svg {
    width: 85%;
}

.section4 .coverflow .cover.current {
    opacity: 1;
}

.section4 .coverflow .cover.current .txt {
    display: block;
}

.section4 .coverflow .txt {
    width: 300%;
    background-color: #ffffff;
    border-bottom: 5px solid #0095d3;
    position: absolute;
    z-index: 1;
    left: -100%;
    box-sizing: border-box;
    padding: 7% 10%;
}

.section4 .coverflow .txt:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.section4 .coverflow .txt p {
    text-align: center;
    margin: 0;
    padding: 5px 1px;
    color: #231f20;
    font-size: 0.7vw;
    font-weight: bold;
}

.section4 .fp-controlArrow {
    display: none;
}


/* All Icons Common */

.cover .sec4slide2Icon6_0,
.cover .sec4slide2Icon5_0,
.cover .sec4slide2Icon4_0,
.cover .sec4slide2Icon3_0,
.cover .sec4slide2Icon2_0,
.cover .sec4slide2Icon1_0 {
    fill: #BCBEC0;
}

.cover.current .sec4slide2Icon6_0,
.cover.current .sec4slide2Icon5_0,
.cover.current .sec4slide2Icon4_0,
.cover.current .sec4slide2Icon3_0,
.cover.current .sec4slide2Icon2_0,
.cover.current .sec4slide2Icon1_0,
.cover.current .sec4slide2Icon1_7 {
    fill: #1a4278;
}

.sec4slide2Icon6_1 {
    fill: #F1F2F2;
}

.cover .sec4slide2Icon6_2,
.cover .sec4slide2Icon5_6,
.cover .sec4slide2Icon4_3,
.cover .sec4slide2Icon3_2,
.cover .sec4slide2Icon2_3,
.cover .sec4slide2Icon1_7 {
    fill: #414042;
}

.cover .sec4slide2Icon1_71 {
    stroke: #414042;
}

.cover.current .sec4slide2Icon1_71 {
    stroke: #1a4278;
}

.cover.current .sec4slide2Icon6_2,
.cover.current .sec4slide2Icon5_6,
.cover.current .sec4slide2Icon4_3,
.cover.current .sec4slide2Icon3_2,
.cover.current .sec4slide2Icon2_3,
.cover.current .sec4slide2Icon1_7 {
    fill: #136a94;
}

.cover .sec4slide2Icon5_5,
.cover .sec4slide2Icon3_5,
.cover .sec4slide2Icon2_4,
.cover .sec4slide2Icon1_2 {
    fill: #6D6E71;
}

.cover.current .sec4slide2Icon5_5,
.cover.current .sec4slide2Icon3_5,
.cover.current .sec4slide2Icon2_4,
.cover.current .sec4slide2Icon1_2 {
    fill: #1796d3;
}


/* Icon 1 */

.sec4slide2Icon6_1 {
    fill: #F1F2F2;
}


/* Icon 2 */

.sec4slide2Icon5_1 {
    fill: #F1F2F2;
}

.sec4slide2Icon5_2 {
    opacity: 0.8;
}

.sec4slide2Icon5_3 {
    fill: #D1D3D4;
}

.sec4slide2Icon5_4 {
    fill: #FFFFFF;
}


/* Icon 3 */

.sec4slide2Icon4_1 {
    fill: #F1F2F2;
}

.sec4slide2Icon4_2 {
    fill: #FFFFFF;
}


/* Icon 4 */

.sec4slide2Icon3_1 {
    fill: #F1F2F2;
}

.sec4slide2Icon3_3 {
    clip-path: url(#SVGID_2_);
}

.sec4slide2Icon3_4 {
    fill: #FFFFFF;
}


/* Icon 5 */

.sec4slide2Icon2_1 {
    fill: #F1F2F2;
}

.sec4slide2Icon2_2 {
    fill: #FFFFFF;
}

.sec4slide2Icon2_4 {
    fill-rule: evenodd;
    clip-rule: evenodd;
}


/* Icon 6 */

.sec4slide2Icon1_1 {
    fill: #F1F2F2;
}

.sec4slide2Icon1_3 {
    font-family: 'GothamRounded-Bold';
}

.sec4slide2Icon1_4 {
    font-size: 32.8771px;
}

.sec4slide2Icon1_5 {
    font-family: 'GothamRounded-Book';
}

.sec4slide2Icon1_6 {
    font-size: 17.7265px;
}

.sec4slide2Icon1_1 {
    fill: #F1F2F2;
}

.sec4slide2Icon1_3 {
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.sec4slide2Icon1_4 {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}


/* section 4 slide arrows animation */

@-moz-keyframes bounceLeft {
    0%,
    100% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -moz-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@-webkit-keyframes bounceLeft {
    0%,
    100% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -moz-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes bounceLeft {
    0%,
    100% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -moz-transform: translateX(30px);
        transform: translateX(30px);
    }
}

.section4 .fp-prev {
    left: 0;
    -moz-animation: bounceLeft 3s infinite;
    -webkit-animation: bounceLeft 3s infinite;
    animation: bounceLeft 3s infinite;
}

@-moz-keyframes bounceRight {
    0%,
    100% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -moz-transform: translateX(-30px);
        transform: translateX(-30px);
    }
}

@-webkit-keyframes bounceRight {
    0%,
    100% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -moz-transform: translateX(-30px);
        transform: translateX(-30px);
    }
}

@keyframes bounceRight {
    0%,
    100% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -moz-transform: translateX(-30px);
        transform: translateX(-30px);
    }
}

.section4 .fp-next {
    right: 0;
    -moz-animation: bounceRight 3s infinite;
    -webkit-animation: bounceRight 3s infinite;
    animation: bounceRight 3s infinite;
    animation-delay: 1s;
}

.fp-controlArrow.fp-next,
.fp-controlArrow.fp-prev {
    background-position: center center;
}


/* PopUp */

#popUpBox {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 105, 144, 0.80);
    top: 0;
    left: 0;
    text-align: center;
    display: none;
}

#popUpInnerBox {
    height: 83.5%;
    width: 80%;
    background-color: #0095d3;
    border: 2px solid #ffffff;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    box-shadow: 0 0px 30px rgba(255, 255, 255, 0.5);
}

#popUpInnerBox:before {
    position: absolute;
    z-index: 1;
    content: '';
    background-image: url(../img/sec4/popUpTriangle.svg);
    background-repeat: no-repeat;
    width: 5%;
}

#closePopUp {
    position: absolute;
    content: '';
    background-image: url(../img/cancel.svg);
    background-repeat: no-repeat;
    width: 3vw;
    height: 3vw;
    right: 1.5vw;
    top: 1.5vw;
    cursor: pointer;
    z-index: 9999;
}

#popUpBox:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

#popUpInnerBox iframe {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}