* {
    padding: 0;
    margin: 0;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

.container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}


/* Banner */

.banner-section {
    max-width: 1920px;
    height: calc(100vh);
    /* max-height: 820px; */
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner-bg {
    text-indent: -9999px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(/sites/default/files/people/finance-header-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom -30px;
    background-size: 100%;
    z-index: -1;
    left: 100px;
}

.banner-cont {
    max-width: 700px;
    padding: 35px 0;
}

.banner-cont h1 {
    font-size: 55px;
    font-family: var(--zf-primary-bold);
    margin: 5px 0 20px;
}

.banner-cont h6 {
    color: #496fe0;
    display: inline-block;
    border-bottom: 3px solid #496fe0;
    font-family: var(--zf-primary-light), Arial, Helvetica, sans-serif;
    letter-spacing: 2.5px;
}

.banner-cont p {
    font-size: 21px;
}

.banner-cont a {
    margin: 20px 0 0;
}

.banner-cont a.act-btn {
    padding: 15px 50px;
    font-size: 17px;
}

.heli-cam {
    max-width: 210px;
    position: absolute;
    left: 55%;
    top: 30%;
    transform: translate(-50%, 0%);
    margin: -50px 0 0 450px;
    animation: fwdBwdAnim 2s infinite;
}

.banner-human {
    max-width: 320px;
    position: absolute;
    left: 50%;
    bottom: 35px;
    margin: 0 0 0 0;
}


/* Overaalll */

p {
    font-size: 19px;
}


/* Section */

.section {
    padding: 100px 0;
    box-sizing: border-box;
}

.section-1 {
    position: relative;
    padding: 130px 0 100px;
    margin: 0 0 40px;
}

.section-1 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}

.section-1 ul li {
    width: 32%;
}

.section-1 ul li h3 {
    font-size: 42px;
    font-family: var(--zf-primary-bold);
}

.section-1:before {
    content: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 40%;
    height: 1px;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(215, 215, 215, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(215, 215, 215, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(215, 215, 215, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(215, 215, 215, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(215, 215, 215, 1) 50%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}


/* Section 2 */

.section-2 {
    opacity: 1 !important;
    position: relative;
    height: 900px;
    margin: 0 0 100px
}

.section-2 .container {
    position: relative;
}

.section-2 ul:before,
.section-2 ul:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 1600px;
    height: 166px;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 15%, rgba(215, 215, 215, 0) 50%, rgba(255, 255, 255, 1) 85%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 15%, rgba(215, 215, 215, 0) 50%, rgba(255, 255, 255, 1) 85%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 15%, rgba(215, 215, 215, 0) 50%, rgba(255, 255, 255, 1) 85%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 15%, rgba(215, 215, 215, 0) 50%, rgba(255, 255, 255, 1) 85%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 15%, rgba(215, 215, 215, 0) 50%, rgba(255, 255, 255, 1) 85%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.indivual-img {
    text-align: center;
    transition: 3s all;
    max-width: 1200px;
    width: 100%;
    height: 0;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 550px;
    overflow: visible;
}

.indivual-images-wrap {
    position: relative;
    height: 100%;
}

.indivual-images-wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .5s all;
    animation: forwardAnim 2s infinite;
    opacity: 0;
}

.indivual-images-wrap img {
    transform: translate(-50%, -50%);
}

.indivual-images-wrap img:nth-child(even) {
    animation: backwardAnim 2s infinite;
}

.indivual-images-wrap img:nth-child(1) {
    max-width: 480px;
    margin: 40px 0 0;
    z-index: 1;
}

.indivual-images-wrap img:nth-child(2) {
    max-width: 600px;
    margin: -270px 0 0 -40px;
}

.indivual-images-wrap img:nth-child(3) {
    max-width: 260px;
    margin: -250px 0 0 -520px;
}

.indivual-images-wrap img:nth-child(4) {
    max-width: 380px;
    margin: 60px 0 0 -580px;
}

.indivual-images-wrap img:nth-child(5) {
    max-width: 290px;
    margin: -280px 0 0 520px;
}

.indivual-images-wrap img:nth-child(6) {
    max-width: 370px;
    margin: 50px 0 0 530px;
}

.section-2 ul {
    display: flex;
    justify-content: space-between;
    position: absolute;
    height: 230px;
    width: 100%;
    left: 0;
    transition: .1s all;
}

.section-2 ul li {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 2s all;
}

.section-2.list-style ul li {
    transform: translateX(0);
}

.section-2 ul li:nth-child(4) {
    transform: translateX(-50%);
    background: #fff;
    z-index: 1;
    transition: .1s all;
    text-align: center;
}

.section-2.list-style ul li:nth-child(1) {
    left: 0;
}

.section-2.list-style ul li:nth-child(2) {
    left: 160px;
}

.section-2.list-style ul li:nth-child(3) {
    left: 325px;
}

.section-2 ul li:nth-child(4).active {
    transform: translateX(-50%);
    margin: -7px 0 0;
    z-index: 1;
}

.section-2.list-style ul li:nth-child(5) {
    left: 695px;
}

.section-2.list-style ul li:nth-child(6) {
    left: 855px;
}

.section-2.list-style ul li:nth-child(7) {
    left: 1015px;
}

.section-2 ul li:not(:nth-child(4)) {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: 82px 0 0;
}

.indivual-person {
    max-width: 260px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 20px 0 0;
    opacity: 1;
}

.indivual-person.active {
    opacity: 1;
}

.indivual-person h3 {
    font-size: 19px;
    margin: 0;
}

.indivual-person h3 span {
    font-family: var(--zf-primary-regular);
}

.indivual-person p {
    font-size: 15px;
}

.indivual-person img {
    position: absolute;
    top: -23px;
    right: 50px;
    z-index: 1;
}


/* Section 3 */

.section-3 {
    margin: 0 0 70px;
}

.education-slider-1 {
    position: relative;
    padding: 100px 0 0;
}

.education-slider-1:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 750px;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
    margin: 0 0 0 -780px;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 15%, rgba(215, 215, 215, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 15%, rgba(215, 215, 215, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 15%, rgba(215, 215, 215, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 15%, rgba(215, 215, 215, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 15%, rgba(215, 215, 215, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.slide-contain {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.slide-contain h2 {
    font-size: 38px;
    font-family: var(--zf-primary-bold);
}

.slide-contain div:nth-child(1) {
    width: calc(100% - 500px);
    box-sizing: border-box;
    padding: 100px 100px 0 0;
}

.slide-contain div:nth-child(2) {
    width: 500px;
}

.slide-contain div:nth-child(2) img {
    max-width: 730px;
    border: 1px solid #efefef;
    padding: 10px;
}

.section-3 .slick-dots {
    position: absolute;
    bottom: initial;
    top: -10px;
    max-width: 1170px;
    left: 45%;
    transform: translateX(-50%);
}

.section-3 .slick-next,
.section-3 .slick-prev {
    top: 0px;
    left: calc(50% - 340px);
    transform: translateX(-50%);
}

.section-3 .slick-next {
    left: calc(50% - 320px);
}


/* Section-4 */

.section-4 {
    position: relative;
    padding: 160px 0;
}

.tiles-wrap li {
    height: 45px;
    display: flex;
}

.tiles-wrap li div {
    height: 100%;
    display: inline-block;
}

.small-box {
    width: 60px;
    border: 1px solid #f7f7f7;
}

.big-box {
    width: 120px;
    border: 1px solid #f7f7f7;
}

.small-box.grey,
.big-box.grey {
    background: #f7f7f7;
}

.testi-wrap {
    overflow: hidden;
    max-width: 2000px;
    margin: 0 auto;
}

.testimonial-steps {
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    width: 1680px;
    transform: translateX(-50%);
    margin-left: -350px;
}

.testimonial-steps img {
    width: 1040px;
}

.testi-wrap ul {
    max-width: 500px;
    float: right;
}

.testi-wrap ul .slick-slide {
    padding: 120px 0 30px;
    background: url("/sites/default/files/people/testi-quote.png") no-repeat left top;
}

.testi-wrap ul.slick-dots {
    display: none;
}

.section-4 span {
    color: #496fe0;
}

.section-4 p {
    font-family: "Roboto Slab";
    font-size: 23px;
    line-height: 1.8;
    font-weight: 300;
}

.section-4 p img {
    max-width: 200px;
}

.section-4 p span {
    font-family: "Roboto Slab";
    font-weight: 500;
}

.section-4 h5 {
    font-size: 21px;
    margin: 50px 0 30px;
    font-family: var(--zf-primary-regular);
}

.section-4 h5 span {
    font-family: var(--zf-primary-bold)
}

.section-4 .slick-next,
.section-4 .slick-prev {
    top: initial;
    bottom: 35px;
    left: calc(50% - 10px);
    transform: translate(-50%, 0);
}

.section-4 .slick-next {
    left: calc(50% + 20px);
}


/* Section 5 */

.section-5 {
    padding: 20px 0 60px;
}

.section-5 .container div {
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
}

.section-5 .container div:nth-child(1) {
    padding: 0 30px;
    box-sizing: border-box;
}

.section-5 h2 {
    font-size: 50px;
    font-family: var(--zf-primary-bold);
}

.section-5 p:nth-of-type(2) {
    margin: 50px 0 0;
}


/* Slick Slider */

.slick-slide {
    outline: none;
}

.slick-dots {
    text-align: left;
    float: none;
}

.slick-next,
.slick-prev {
    width: 15px;
    overflow: hidden;
    left: 0;
}

.slick-next {
    right: initial;
}

.slick-next:after,
.slick-next:before,
.slick-prev:after,
.slick-prev:before {
    background: #a8acb6;
    height: 13px;
    width: 1px;
}

.slick-next:after,
.slick-next:before {
    right: 4px;
    top: initial
}

.slick-prev:after,
.slick-prev:before {
    left: 4px;
    top: initial
}

.slick-dots li {
    border: none;
    background: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0 15px 19px;
    font-family: "Roboto Slab";
    font-weight: 300;
}

.slick-dots li.slick-active {
    border: none;
    background: none;
    width: 30px;
    height: 30px;
    border-bottom: 3px solid #496fe0;
}

.slick-dots li a {
    color: #a8acb6;
}

.slick-dots li.slick-active a {
    color: #496fe0;
}

.normal-layout {
    display: none;
}

.footer-sec-wrap {
    border: none;
}

.quick-connect-links-wrap {
    display: none;
}


/* .footer-sec-wrap.two-column .common-links {
    text-align: center;
} */

.common-links:before {
    left: 50%;
    transform: translateX(-50%);
}


/* Animation Elements */

@media (min-width: 768px) {
    /*animation element*/
    .animation-element {
        opacity: 0;
        position: relative;
    }
    .animation-element.slide-left {
        transition: all 1.5s linear;
        transform: translate3d(-50px, 0px, 0px);
    }
    .animation-element.slide-left.in-view {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }
    .animation-element.slide-zoom {
        transition: all 1.5s;
        transform: scale(0);
    }
    .animation-element.slide-zoom.in-view {
        opacity: 1;
        transform: scale(1);
        transform-origin: center;
    }
    .animation-element.slide-right {
        transition: all 1.5s linear;
        transform: translate3d(50px, 0px, 0px);
    }
    .animation-element.slide-right.in-view {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }
    .animation-element.slide-down {
        transition: all 1.5s linear;
        transform: translate3d(0px, -50px, 0px);
    }
    .animation-element.slide-down.in-view {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }
    .animation-element.slide-up {
        transition: all 1.5s linear;
        transform: translate3d(0px, 50px, 0px);
    }
    .animation-element.slide-up.in-view {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }
}

@media only screen and (min-width: 1500px) {
    .banner-cont h1 {
        font-size: 56px;
    }
    .section-1 ul li h3 {
        font-size: 36px;
    }
    .section-1 .container {
        max-width: 1200px;
    }
}

@media only screen and (min-width: 1681px) {
    .banner-section {
        max-width: 100%;
    }
    .banner-section:before {
        background-position: right bottom 30px;
        background-size: 80%;
    }
    .banner-bg {
        background-position: right bottom -30px;
        background-size: 92%;
        left: 100px;
    }
    .heli-cam {
        margin: -170px 0 0 450px;
    }
    .banner-human {
        bottom: 30px;
    }
    p {
        font-size: 21px;
        line-height: 1.8;
    }
    .section-1 .container {
        max-width: 1170px;
    }
    .section-1 ul li h3 {
        font-size: 46px;
    }
    .section-2 {
        height: 1000px;
        box-sizing: border-box
    }
    .slide-contain div:nth-child(2) img {
        max-width: 900px;
    }
    .testimonial-steps img {
        width: 1140px;
    }
    .section-3 {
        margin: 100px 0;
    }
    .education-slider-1 {
        padding: 200px 0 0;
    }
    .section-5 {
        padding: 60px 0;
    }
}

@media only screen and (min-width: 1921px) {
    .banner-cont {
        padding: 100px 0 0;
    }
    .banner-human {
        margin: 0 0 0 100px;
    }
}

@media only screen and (max-width: 1499px) {
    p {
        font-size: 17px;
    }
    .banner-bg {
        background-size: 108%;
    }
    .banner-cont {
        max-width: 600px;
        padding: 30px 0 0;
    }
    .banner-cont a {
        margin: 10px 0 0;
    }
    .section-1 .container {
        max-width: 980px;
    }
    .section-1 ul li h3 {
        font-size: 36px;
    }
    .section-2 ul {
        margin: 00px 0 0 0;
    }
    .slide-contain h2 {
        font-size: 34px;
    }
    .indivual-images-wrap img:nth-child(1) {
        max-width: 400px;
    }
    .indivual-images-wrap img:nth-child(2) {
        max-width: 560px;
        margin: -260px 0 0 -10px;
    }
    .indivual-images-wrap img:nth-child(3) {
        max-width: 230px;
        margin: -260px 0 0 -460px;
    }
    .indivual-images-wrap img:nth-child(4) {
        max-width: 350px;
        margin: 30px 0 0 -480px;
    }
    .indivual-images-wrap img:nth-child(5) {
        max-width: 250px;
        margin: -250px 0 0 470px;
    }
    .indivual-images-wrap img:nth-child(6) {
        max-width: 320px;
        margin: 40px 0 0 440px;
    }
    .section-3 {
        margin: 0;
    }
    .section-4 {
        padding: 160px 0 100px;
    }
    .section-5 h2 {
        font-size: 42px;
    }
    .testimonial-steps {
        margin-left: -210px;
    }
    .testimonial-steps img {
        width: 1000px;
    }
    .slide-contain div:nth-child(1) {
        width: calc(100% - 600px);
    }
    .slide-contain div:nth-child(2) {
        width: 600px;
    }
    .slide-contain h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1439px) {
    .banner-bg {
        left: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .container {
        width: 90%;
    }
    .banner-section {
        height: auto;
    }
    .banner-bg {
        position: static;
        height: 600px;
        background-image: url(/sites/default/files/people/finance-industry-banner-fullview.png);
        background-position: center bottom 0px;
        background-size: 130%;
        margin-top: -80px;
    }
    .heli-cam {
        display: none;
    }
    .banner-cont {
        max-width: 580px;
    }
    .banner-cont h1 {
        font-size: 48px;
    }
    .section-1 {
        padding: 100px 0 0;
    }
    .section-1:before {
        content: none;
    }
    .section-1 .container {
        max-width: 880px;
    }
    .section-2 {
        display: none;
    }
    .section-3 {
        margin: 0;
    }
    .education-slider-1 {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .section-3 .slick-next,
    .section-3 .slick-prev {
        display: none !important;
    }
    .education-slider-1:before {
        display: none;
    }
    .banner-human {
        display: none;
    }
    .section-3 .slick-dots {
        left: 50%;
    }
    .slide-contain div:nth-child(1) {
        padding: 100px 80px 0;
    }
    .testimonial-steps img {
        width: 780px;
    }
    .testimonial-steps {
        margin-left: 10px;
    }
    .testi-wrap ul {
        max-width: 450px;
    }
}

@media only screen and (max-width: 1100px) {
    .banner-bg {
        margin-top: -130px;
        position: static;
        height: 600px;
        background-image: url(/sites/default/files/people/finance-industry-banner-fullview.png);
        background-position: left -160px bottom 0px;
        background-size: 180%;
        margin-top: -80px;
    }
}

@media only screen and (max-width: 992px) {
    p {
        font-size: 15px;
    }
    .container {
        width: 90%;
    }
    .banner-section {
        background: none;
    }
    .banner-bg {
        margin-top: -170px;
    }
    .banner-cont {
        text-align: center;
        margin: 0 auto;
    }
    .banner-human {
        display: none;
    }
    .banner-cont h1 {
        font-size: 38px;
        max-width: 510px;
        margin: 5px auto 15px;
    }
    .education-slider-1:before {
        content: none
    }
    .section {
        padding: 25px 0;
    }
    .section-1 {
        margin: 60px 0 0;
    }
    .section-1 ul li {
        width: 31%;
    }
    .section-1 ul li h3 {
        font-size: 28px;
    }
    .slide-contain {
        display: block;
        width: 90%;
        margin: 0 auto 80px;
    }
    .slide-contain h2 {
        font-size: 34px;
    }
    .slide-contain div {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 0 30px;
    }
    .slide-contain div:nth-child(1) {
        max-width: 560px;
        width: 100%;
        padding: 0;
        margin: 0 auto 30px;
    }
    .slide-contain div:nth-child(2) {
        width: 100%;
    }
    .slide-contain div:nth-child(2) img {
        max-width: 500px;
        width: 100%;
    }
    .testimonial-steps img {
        display: none;
    }
    .testi-wrap ul {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .testi-wrap ul .slick-slide {
        background-position: center top
    }
    .slick-dots li {
        display: none;
    }
    .testi-wrap ul .slick-slide {
        padding: 60px 0 0;
        background: url(/sites/default/files/people/testi-quote.png) no-repeat center top;
        background-size: 70px;
    }
    /* Section 3 */
    .education-slider-1 {
        padding: 60px 0 0;
    }
    .section-4 .slick-next,
    .section-4 .slick-prev {
        top: 50%;
        bottom: initial;
        left: -15px;
        transform: translate(0%, -50%);
    }
    .section-4 .slick-next {
        left: initial;
        right: -15px;
    }
    .section-5 h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-cont h6 {
        margin: 0;
    }
    .banner-cont a.act-btn {
        padding: 10px 30px;
        font-size: 17px;
    }
    .wrapper {
        overflow: auto;
    }
    .section {
        overflow: hidden;
        padding: 20px 0;
    }
    .banner-cont h1 {
        font-size: 32px;
    }
    .section-1 ul {
        display: block;
    }
    .section-1 ul li {
        max-width: 260px;
        width: 100%;
        margin: 0 auto 40px;
    }
    .section-1 ul li:last-child {
        margin-bottom: 0;
    }
    .section-5 .container div:nth-child(1) {
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .section-5 .container div:nth-child(2) {
        display: none;
    }
    .slide-contain h2 {
        font-size: 27px;
        max-width: 470px;
        margin: 0 auto 20px;
    }
    .education-slider-1 {
        padding: 30px 0 0;
    }
    .section-4 p {
        font-size: 19px;
        line-height: 1.6;
    }
    .section-4 h5 {
        font-size: 19px;
        margin: 40px 0 20px;
    }
    .section-5 h2 {
        font-size: 32px;
    }
    .section-5 p:nth-of-type(2) {
        margin: 30px 0 20px;
    }
    .common-links p {
        margin: 0;
    }
}

@media only screen and (max-width: 480px) {
    .section-1 ul li {
        width: 100%;
    }
    .banner-cont p {
        font-size: 17px;
    }
    .banner-bg {
        height: 400px;
        background-position: center bottom -10px;
        background-size: 170%;
    }
    .banner-cont h6 {
        font-size: 11px;
        letter-spacing: 1px;
        border-width: 1px;
        margin: 0 0 10px;
    }
}

@media only screen and (min-width: 3001px) {
    .wrapper {
        height: auto !important;
    }
    .indivual-images-wrap img {
        opacity: 1;
    }
    .section-2 ul {
        top: 600px;
    }
    .section-2 ul li:nth-child(1) {
        left: 0;
    }
    .section-2 ul li:nth-child(2) {
        left: 160px;
    }
    .section-2 ul li:nth-child(3) {
        left: 325px;
    }
    .section-2 ul li:nth-child(5) {
        left: 695px;
    }
    .section-2 ul li:nth-child(6) {
        left: 855px;
    }
    .section-2 ul li:nth-child(7) {
        left: 1015px;
    }
    .section-2 ul li:nth-child(4) {
        left: 44%;
    }
}


/* Keyframes */

.slideLeft {
    -webkit-animation-name: slideLeft;
    animation-name: slideLeft;
}

.slideRight {
    -webkit-animation-name: slideRight;
    animation-name: slideRight;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideLeft {
    from {
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
        visibility: visible;
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes slideLeft {
    from {
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
        visibility: visible;
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes slideRight {
    from {
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
        visibility: visible;
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes slideRight {
    from {
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
        visibility: visible;
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes forwardAnim {
    0% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -51%);
    }
    100% {
        transform: translate(-50%, -50%);
    }
}

@keyframes backwardAnim {
    0% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -49%);
    }
    100% {
        transform: translate(-50%, -50%);
    }
}

@keyframes fwdBwdAnim {
    0% {
        top: 50%
    }
    50% {
        top: 48.5%;
    }
    100% {
        top: 50%
    }
}
.other-lang .banner-cont h1 {
    font-size: 46px;
}
.other-lang .banner-cont a.act-btn {
    font-size: 15px;
}
.i18n-ar .section-1 ul li h3, .i18n-ar .section-1 ul li p, .i18n-ar .indivual-person p, .i18n-ar .indivual-person h3, .i18n-ar .section-5 h2, .i18n-ar .section-5 p{
    text-align: center;
}
.i18n-ar .slide-contain div:nth-child(1){
    padding: 100px 0 0 100px;
}
.i18n-ar .testi-wrap ul{
    float: left;
}
.i18n-ar @media only screen and (max-width: 1499px)
.testimonial-steps {
    margin-left: -135px;
}
.i18n-ar .testimonial-steps{
    left: 70%;
}
.i18n-ar .testimonial-steps img {
    width: 900px;
}
.i18n-ar @media only screen and (max-width: 1499px)
.testimonial-steps img {
    width: 900px;
}
.i18n-ar @media only screen and (max-width: 992px)
.slide-contain h2, .i18n-ar @media only screen and (max-width: 992px)
.slide-contain p {
   text-align: center;
}