@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500|Open+Sans:300,400,600|Source+Sans+Pro:400,600');


* {
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
    overflow-x: hidden;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: sans-serif;
    font-weight: 400;
}

textarea:focus,
input[type="text"],
input[type="password"],
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #7b7b7b;
    box-shadow: none;
    outline: 0 none;
}

input[type="text"],
input[type="number"],
input[type="email"] {
    height: 50px !important;
    width: 100% !important;
    padding: 11px 0% 11px 24px;
    font-size: 14px;
    color: #7D7D7D !important;
    /* font-weight: 500 !important; */
    max-width: 100% !important;
    box-sizing: border-box !important;
    background: #F5F5F5;
    border-bottom: none;
    margin-bottom: 0px;
}
.form-group{
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.email_div{
    width: 48%;
}
.phone_div{
    width: 50%;
    margin-left: 2%;
}
.email{
    width: 49% !important;
    float: left;
    margin-right: 2% !important;
}
.phone{
    width: 49% !important;
}
select{
    display: block;
    background-color: rgba(255,255,255,0);
    border: none;
    height: 50px;
    margin-bottom: 20px;
    /* padding: 12px 0% 11px 19px; */
    font-size: 14px;
    color: #7D7D7D !important;
    padding-left: 20px;
}
textarea{
    background-color: transparent;
    padding: 22px 0% 22px 25px;
    font-size: 14px;
    color: #7D7D7D !important;
    font-weight: 500 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    background: #F5F5F5;
    border: none;
}
.send_button{
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    width: 100%;
    height: 50px;
    background: #FF9635;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
}
.send_button:hover{
    background: #FFCC01;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7D7D7D;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #7D7D7D;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #7D7D7D;
  }

  .select-style {
    height: 50px;
    overflow: hidden;
    background: #F5F5F5 url(../img/select_arrow.png) no-repeat 98% 20px;
    margin-bottom: 20px;
}

.select-style select {
    width: 100%;
    border: none;
    font-size: 14px;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select-style select:focus {
    outline: none;
}
  .contact_container{
      width: 70%;
      margin:0 auto;
  }

input, select {
    vertical-align: middle;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

nav ul li {
    list-style: none;
    float: left;
    margin: 36px 0;
    cursor: pointer;
    padding: 12px 5px;
    display: none;
}

nav ul li a {
    text-decoration: none;
    color: #2E2E2E;
    font-size: 20px;
    line-height: 27px;
    padding: 12px 30px;
}

nav ul li a:hover {
    color: #7DC632;
}

nav {
    height: 145px;
    background-color: #ffffff;
    margin: 0;
    width: 0;
    -webkit-transition: width 0.6s; /* For Safari 3.1 to 6.0 */
    transition: width 0.6s;
}

nav.active-nav {
    width: 100%;
    overflow: hidden;
    position: absolute;
    padding-left: 92px;
    box-sizing: border-box;
    z-index: -1;
}

nav.active-nav ul li {
    display: block;
}

header {
    background: none;
    position: fixed;
    height: 145px;
    z-index: 1000;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    top: 0;
}

header a.button-default {
    margin: 42px 0;
    position: absolute;
    top: 0;
    right: 40px;
    font-size: 19px;
    padding: 12px 27px;
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    z-index: -2;
}

header a.button-default:hover {
    border: 3px solid #7DC632;
    color: #7DC632;
    z-index: -2;
}

header nav a.button-default {
    display: none;
    border: 3px solid #7DC632;
    color: #7DC632;
}

header nav.active-nav a.button-default {
    display: block;
    z-index: 2;
}

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.mobile-only {
    display: none;
}

/* Icon 1 */
#nav-icon4 {
    width: 37px;
    height: 25px;
    position: relative;
    margin: 60px 15px 60px 40px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ffffff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon4.open span, #nav-icon4.dark-back span {
    background: #2E2E2E;
}

/* #nav-icon4:hover span {
    background: #7DC632;
} */

#nav-icon4:hover span {
    background: #FF9635 !important;
  }

.navbar-fixed-top.scrolled .active-nav {
    background-color: #f5f5f5 !important;
    transition: background-color 200ms linear;
}

.navbar-fixed-top.scrolled #nav-icon4 span,
.navbar-fixed-top.scrolled #nav-icon4.open:hover span {
    background: rgba(125, 198, 50, 0.9) !important;
    transition: background-color 200ms linear;
}

.navbar-fixed-top.scrolled #nav-icon4.open span {
    background: #2E2E2E !important;
    transition: background-color 200ms linear;
}

.navbar-fixed-top.scrolled {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
}

/* Icon 4 */

#nav-icon4 {
}

#nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 11px;
    width: 75%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    top: 22px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 23px;
    left: 8px;
}

#nav-icon4.dark-back span:nth-child(1) {
    top: 10px;
    left: 0;
    width: 50%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.dark-back span:nth-child(2) {
    top: 11px;
    width: 90%;
    opacity: 1;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.dark-back span:nth-child(3) {
    top: 12px;
    left: 0;
    width: 50%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

footer {
    height: 77px;
    background-color: #404040;
}

footer p {
    color: #888888;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    position: relative;
    top: 42%;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

.img-wr-top, .img-wr-middle-1, .img-wr-middle-2, .img-wr-middle-3, .img-wr-middle-4 {
    width: 100%;
    height: 100vh;
    background: url(../img/img01.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    position: relative;
}

.img-wr-top img {
    width: 108px;
    /* margin-top: 54vh; */
    margin-bottom: 12px;
    position: relative;
}

@media all and (min-width: 768px){
    .logo_headings_wrapper{
        width: 100%;
        margin: 0 auto;
        padding-top: 54vh;
    }
}



.img-wr-top h1 {
    font-size: 53px;
    color: #ffffff;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    padding: 0 30px;
}

.img-wr-top h1 > span {
    font-size: 53px;
    color: #7DC632;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.img-wr-middle-1 {
    height: 692px;
    background: url(../img/img02.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.img-wr-middle-2 {
    height: 692px;
    background: url(../img/img03.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.img-wr-middle-3 {
    height: 692px;
    background: url(../img/img04.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.img-wr-middle-4 {
    height: 692px;
    background: url(../img/img05.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*customers*/
.logo_container{
    display: flex;
    padding-top: 60px;
    flex-wrap: wrap;
    justify-content: center;
}

/* .customer_logo{
    width: 16.6%;
} */
#message{

}
img.grayscale {
    filter: gray; 
    -webkit-filter: opacity(55%) grayscale(100%);
    -webkit-transition: all .8s ease; 
    -webkit-backface-visibility: hidden; 
    width: 80%;
}
img.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}
.careers_wrapper{
    padding:0px 195px;
    text-align: left;
    margin-top: 21px;
    
}
.careers_wrapper h5{
    font-size: 18px;
    line-height: 35px;
}
.career_button,.view_all{
    background: #7DC632;
    color: #ffffff;
    font-size: 20px;
    padding: 20px 60px;
    text-transform: uppercase;
}
.btn_location{
    text-align: center;
    margin-top: 38px;
}

.careers-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.customer-logo{
    transition: transform .5s ease;
}
.customer_logo:hover img {
    transform: scale(1.2);
    cursor: pointer;
  }

.careers-bg img {
    height: 350px;
}

.career-img-wrap {
    margin-left: 86px;
    margin-right: 86px;
    padding-bottom: 20px;
}
#message{
    margin-bottom: 10px;
    background: #209d30;
    padding: 9px;
    color: #fff;
    display: none;
}
#captcha_error{
    color:red;
    margin-top:10px;
}
@media (max-width: 480px){
    .careers_wrapper {
        padding: 0 32px;
    }
    .contact_container{
        width: 100%;
    }
    .email_div{
        width: 100%;
    }
    .phone_div{
        width: 100%;
        margin-left: 0 !important;
    }
}

.error{
    color: red;
    float: left;
    width: 100%;
    margin-top: 5px;
    display: none !important;
}
.has-error{
    border: 1px solid red;
}
#email-error{
    width: 48% !important;
}
.cr {
    height: 600px;
    margin-top: 20px;
    background-position: center;
}

.career-img-1 {
    background-image: url('../img/careers/android-career.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}

.career-img-2 {
    background-image: url('../img/careers/ios-career.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}

.career-img-3 {
    background-image: url('../img/careers/php-careers.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}

.career-img-4 {
    background-image: url('../img/careers/php-java-careers.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}

.career-img-5 {
    background-image: url('../img/careers/sse-career.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}

.career-img-6 {
    background-image: url('../img/careers/se-careers.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}

.career-img-7 {
    background-image: url('../img/careers/devops-career.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}

.career-img-8 {
    background-image: url('../img/careers/ba-career.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}

.career-img-9 {
    background-image: url('../img/careers/architect-career.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}

.img-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.48;
    background-color: #000000;
}

.img-overlay-light {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    background-color: #000000;
}

.img-wr-top img.down-arrow {
    width: 21px;
    height: 27px;
    margin: 20px 0 0;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 1s infinite;
}

.content-wr-about {
    width: auto;
    background-color: #FAFAFA;
    margin: 70px 48px 80px 48px;
    padding: 60px 73px 65px 72px;
}

.content-wr-product {
    width: auto;
    padding: 90px 0 90px;
}

.content-wr-team {
    width: auto;
    padding: 97px 0 98px;
    margin-bottom: 57px;
    text-align: center;
}

.content-wr-team.page-team {
    padding: 70px 0 0;
    margin-bottom: 0;
}

.content-wr-contact {
    padding: 91px 195px 133px;
    margin-top: 50px;
}

.green-line {
    height: 5px;
    width: 96px;
    background-color: #FF9635;
}

.content-title {
    color: #1A1A1A;
    font-family: sans-serif;
    font-size: 56px;
    letter-spacing: -1px;
    line-height: 53px;
    padding-top: 58px;
}

.content-desc {
    color: #1A1A1A;
    font-family: sans-serif;
    font-size: 20px;
    line-height: 35px;
    padding-top: 29px;
}

.about-our-smarter-cu {
    padding-top: 58px;
    /*margin-bottom: 35px;*/
}

.about-our-smarter-ct {
    max-width: 352px;
}

.content-wr-product .content-margin{
    margin: 0 195px 15px 195px;
}
.content-wr-team .content-margin {
    margin: 0 195px;
}

.our-team-ct {
    max-width: 256px;
    text-align: left;
}

.contact-us-ct {
    max-width: 322px;
    text-align: left;
}

.team-profile-wr {
    height: auto;
    width: 100%;
    overflow: hidden;
    padding: 110px 117px 81px;
    box-sizing: border-box;
}

a.button-default {
    padding: 12px 38px;
    border: 3px solid #7DC732;
    color: #7DC632;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font-family: "Source Sans Pro";
    position: relative;
}

a.button-default:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    background-color: rgba(125, 198, 50, 0.12);
    border: 4px solid #FFFFFF;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

a.button-default:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    background-color: rgba(125, 198, 50, 0.09);
    border: 0px solid #FFFFFF;
}

.profile-holder {
    height: 316px;
    width: 191px;
    background: #323232;
    margin: 0 2px 0 0;
    transition: all .2s ease-in-out;
    margin-bottom: 51px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.profile-holder:hover {
    height: 316px;
    width: 191px;
    background: #32ff32;
    transform: scale(1.1);
    z-index: 1;
}

.profile-holder > img {
    height: 316px;
    width: 191px;
}

.profile-holder .bottom-wr {
    height: auto;
    width: 100%;
    box-sizing: border-box;
    text-align: right;
    position: absolute;
    bottom: 0;
    padding: 18px 22px 15px 0;
}

.profile-holder .bottom-wr-en {
    height: 0px;
    width: 100%;
    background-color: #2D2D2D;
    box-sizing: border-box;
    text-align: right;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    -webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
    transition: height 1s;
}

.profile-holder:hover .bottom-wr-en {
    height: 126px;
    width: 100.3%;
    /*    padding: 18px 19px 23px;*/
}

.profile-title {
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-align: right;
    overflow: hidden;
    text-transform: uppercase;
}

.profile-name {
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 500;
    line-height: 37px;
    text-align: right;
    overflow: hidden;
    margin-top: -2px;
}

.profile-title-en {
    color: #7DC632;
    font-family: Montserrat;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 16px;
    text-align: right;
    overflow: hidden;
    text-transform: uppercase;
    margin: -1px 18px 0 0;
}

.profile-name-en {
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: right;
    overflow: hidden;
    margin: 17px 18px 0 0;
}

.profile-name-en > span {
    font-size: 20px;
    line-height: 31px;
    overflow: hidden;
    font-family: Montserrat;
    display: block;
    margin: -8px 0 5px 0;
    font-weight: 500;
}

.contact-email {
    margin: 110px 0 82px;
    width: 274px;
    height: 54px;
    display: block;
}

.product-slide-container {
    margin: auto;
}

.product-desc-wr {
    width: 50%;
    display: inline-block;
    padding-left: 195px;
    box-sizing: border-box;
}

.product-img-wr {
    width: 50%;
    display: inline-block;
    padding-right: 195px;
    box-sizing: border-box;
    text-align: center;
}

/*==========================*/

.slider.animating {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    will-change: transform;
}

.slider.animating .slide__bg {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    will-change: transform;
}

.slide-text {
    position: relative;
    color: #1A1A1A;
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 35px;
    /*  -webkit-transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
      transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
      transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
      transition: transform 0.5s 0.8s, opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
      will-change: transform, opacity;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      opacity: 0;*/
    padding: 0 50px 0 0;
}

.slider {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: auto;
}

.slider .slider-items-container {
    display: flex;
    /*flex-wrap: wrap;*/
    height: auto;
    transition: transform 0.35s ease-in-out;
}

.slider .slider-items-container .slider-item {
    width: 100vw;
    max-width: 1920px;
    display: block;
}

.slider .slider-items-container .slider-item > div {
    width: 100vw;
    max-width: 1920px;
    display: block;
    /*  -webkit-transform: translateY(50%);
              transform: translateY(50%);*/
}

.slider .controls {
    width: 100%;
    height: 61%;
    bottom: 95px;
    padding: 0 70px;
    font-size: 35px;
    box-sizing: border-box;
    position: absolute;
    z-index: 1001;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    opacity: 0;
}

.slider .controls:hover {
    opacity: 1;
}

.slider .controls a.prev-btn, .slider .controls a.next-btn {
    text-decoration: none;
    width: 60px;
    height: 60px;
    top: 46%;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.prev-btn span, .next-btn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: rgba(0, 0, 0, 0.32);
    opacity: 1;
    left: 14px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.slider .controls a.prev-btn:hover span, .slider .controls a.next-btn:hover span {
    background: rgba(0, 0, 0, 0.72);
}

.prev-btn span:nth-child(1) {
    top: 29px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(55deg);
}

.prev-btn span:nth-child(2) {
    top: 29px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(-55deg);
}

.next-btn span:nth-child(1) {
    top: 5px;
    left: 17px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(55deg);
}

.next-btn span:nth-child(2) {
    top: 54px;
    left: 17px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(-55deg);
}

.slider .dots {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0px auto 0;
    padding: 5px 20px 20px 20px;
    box-sizing: border-box;
}

.slider .dots .dot {
    padding-bottom: 15px;
    width: 15px;
    border-radius: 50px;
    border: 1px solid #BBBBBB;
    display: inline-block;
    margin: 0 15px;
    max-width: 87px;
    cursor: pointer;
    transition: 0.15s ease-in-out;
}

.slider .dots .dot.active {
    background-color: #7DC632;
    border: 1px solid #FFFFFF;
}

@media (max-width: 991px) {
    .slide-text {
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: left;
        -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
        transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
        transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
        transition: transform 0.5s 0.5s, opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
        padding: 0;
    }
}

/*.slide-text-link {
  z-index: 5;
  display: inline-block;
  position: relative;
  padding: 0.5rem;
  cursor: pointer;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 2.3rem;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@media (max-width: 991px) {
  .slide-text-link {
    display: none;
  }
}
.slide-text-link:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transform: rotateX(-85deg);
          transform: rotateX(-85deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
.slide-text-link:hover:before {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}*/
.prod-logo-sym {
    height: 72px;
    margin-bottom: 20px;
    margin-top: 50px;
}

.prod-illus-sym {
    width: 451px;
    margin: 85px 0 0 20px;
}

.prod-logo-dop {
    height: 80px;
    margin-bottom: 56px;
    margin-top: 60px;
}

.prod-illus-dop {
    width: 502px;
    margin: 0;
}

.prod-logo-trx {
    height: 126px;
    /*    margin-bottom: 56px;
        margin-top: 60px;*/
}

.prod-illus-trx {
    width: 444px;
    margin: 40px 0 0 0;
}

.prod-logo-menu {
    height: 60px;
    margin: 40px 0 20px 0;
}

.prod-logo-nir {
    height: 80px;
    margin: 20px 0 0 0;
}

.prod-desc {
    color: #1A1A1A;
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 35px;
    margin-top: 21px;
}

.row {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
}

.col-50 {
    width: 50%;
    padding: 0;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.content-wr-customer .col-50:nth-child(odd) {
    padding-right: 0px;
}

.content-wr-customer .col-50:nth-child(even) {
    padding-left: 50px;
}

.content-wr-customer .col-50 {
    padding: 60px 0 40px;
}

.customer-logo {
    height: 110px;
    display: block;
    margin-bottom: 40px;
}

.customer-prod-logo {
    height: 42px;
    margin: 0 16px 0 0;
    display: block;
}

.customer-prod-name {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding-top: 12px;
}

.customer-prod-desc {
    display: block;
    margin-top: 32px;
    line-height: 22px;
    font-size: 17px;
    font-weight: 100;
}

/*fin-tech*/
.content-wr-life{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.content-wr-life .wr-about-title{
    text-align: center;
}
.content-wr-life .wr-about-title img{
    width: 250px;
}
.content-wr-life .wr-about-title h2 span{
    color: #62FC48;
}
.content-wr-life .wr-about-title h2{
    font-family: sans-serif;
    font-size: 56px;
    margin-top: 20px;
}
.content-wr-life .wr-about-wrapper{
    position: relative;
}
.content-wr-life .wr-about-wrapper .symp-diagram{
    width: 60%;
}
.diagram-overlay{
    position: absolute;
    height: 100%;
    width: 14%;
    background: url("../symphony/img/home-mockup.png");
    background-size: contain;
    background-repeat: no-repeat;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.ov-show{
    opacity: 1;
}
.ov-hide{
    opacity: 0;
}
.payment{
    background: url("../symphony/img/payments-mockup.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.friends{
    background: url("../symphony/img/friends-mockup.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.loyalty{
    background: url("../symphony/img/loyalty-mockup.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.places{
    background: url("../symphony/img/places-mockup.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.gifts{
    background: url("../symphony/img/gifts-mockup.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.billers{
    background: url("../symphony/img/billers-mockup.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.deals{
    background: url("../symphony/img/coupons-mockup.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.wr-desc-wrapper{
    padding: 0 195px;
}
.wr-desc-wrapper h2{
    /* font-size: 50px; */
    font-size: 40px;
    text-align: left;
    padding-top: 58px;
}

.logo_bar_fixed{
    width: 100%;
    height: 50px;
    /* background: black; */
    position: fixed;
    top: 0;
    display: block;
    z-index: 1000;
}

.top_logo_bar .top_logo{
    display: block;
    position: absolute;
    margin-top: 13px;
    left: 17px;
       
}

.wr-desc-wrapper p{
    color: #1A1A1A;
    font-size: 20px;
    line-height: 35px;
    margin-top: 21px;
    text-align: left;
    margin-bottom: 50px;
}
.wr-desc-wrapper a{
    background: #7DC632;
    color: #ffffff;
    font-size: 20px;
    padding: 20px 60px;
    text-transform: uppercase;
}
area{
    cursor: pointer;
}
/*./fin-tech*/

/* Responsive */
@media all and (min-width: 1366px) and (max-width: 1432px) {
    .team-profile-wr {
        padding: 110px 83px 81px;
    }

    .content-wr-team .content-margin {
        margin: 0 86px;
    }

    .content-wr-about {
        margin: 50px 48px 60px 48px;
        padding: 50px 73px 55px 72px;
    }

    .content-wr-product {
        padding: 20px 0 60px;
        margin-top: 60px;
    }

    .slide-text {
        padding: 0 10px 0 0;
    }

    .content-wr-team {
        padding: 35px 0;
        margin: 40px 0;
    }

    .content-wr-team.page-team {
        margin: 0;
    }
}

@media all and (min-width: 1200px) and (max-width: 1365px) {
    .team-profile-wr {
        padding: 110px 83px 81px;
    }

    .content-wr-team .content-margin {
        margin: 0 86px;
    }

    .content-wr-about {
        margin: 50px 48px 60px 48px;
        padding: 50px 73px 55px 72px;
    }

    .content-wr-product {
        padding: 20px 0 60px;
        margin-top: 60px;
    }

    .slide-text {
        padding: 0 10px 0 0;
    }

    .content-wr-team {
        padding: 35px 0;
        margin: 40px 0;
    }

    .content-wr-team.page-team {
        margin: 0;
    }

    .prod-logo-sym {
        margin-bottom: 15px;
    }

    .prod-logo-dop {
        margin-bottom: 20px;
        height: 66px;
    }

    .prod-illus-dop {
        width: 438px;
        margin: 32px 0 0 15px;
    }

    .prod-illus-sym {
        margin-top: 50px;
    }

    .prod-logo-trx {
        height: 112px;
        /*    margin-bottom: 36px;
            margin-top: 40px;*/
    }

    .prod-illus-trx {
        width: 400px;
    }
}

@media all and (min-width: 960px) and (max-width: 1199px) {
    .team-profile-wr {
        padding: 110px 117px 20px;
    }

    .content-wr-team .content-margin {
        margin: 0 120px;
    }

    .content-wr-about {
        margin: 50px 48px 60px 48px;
        padding: 50px 73px 55px 72px;
    }

    .content-wr-product {
        padding: 20px 0 60px;
        margin-top: 60px;
    }

    .product-desc-wr {
        width: 55%;
    }

    .product-img-wr {
        width: 45%;
    }

    .slide-text {
        padding: 0 10px 0 0;
    }

    .content-wr-team {
        padding: 35px 0;
        margin: 40px 0;
    }

    .content-wr-team.page-team {
        margin: 0;
    }

    .prod-logo-sym {
        margin-bottom: 15px;
    }

    .prod-logo-dop {
        margin-bottom: 20px;
        margin-top: 10px;
        height: 56px;
    }

    .prod-logo-trx {
        height: 96px;
        /*    margin-bottom: 10px;
            margin-top: 20px;*/
    }

    .prod-illus-dop {
        width: 100%;
        margin: 32px 0 0 15px;
    }

    .prod-illus-sym {
        margin-top: 50px;
        width: 100%;
    }

    .prod-illus-trx {
        width: 100%;
    }

    .prod-desc {
        font-size: 17px;
    }
}

@media all and (min-width: 768px) and (max-width: 959px) {
    .team-profile-wr {
        padding: 60px 117px 20px;
    }

    .content-wr-team .content-margin {
        margin: 0 120px;
    }

    .content-wr-about {
        margin: 30px 48px 40px 48px;
        padding: 50px 40px 45px 40px;
    }

    .content-wr-product {
        padding: 20px 0 60px;
        margin-top: 40px;
    }

    .product-desc-wr {
        width: 100%;
        padding: 0 195px;
    }

    .product-img-wr {
        width: 0%;
        display: none;
    }

    .slide-text {
        padding: 0 10px 0 0;
    }

    .content-wr-team {
        padding: 35px 0;
        margin: 40px 0;
    }

    .content-wr-team.page-team {
        margin: 0;
    }

    .prod-logo-sym {
        margin-bottom: 15px;
    }

    .prod-logo-dop {
        margin-bottom: 20px;
        margin-top: 0px;
        height: 56px;
    }

    .prod-logo-trx {
        height: 96px;
        /*    margin-bottom: 10px;
            margin-top: 0px;*/
    }

    .prod-desc {
        font-size: 17px;
    }

    nav ul li a {
        padding: 12px 18px;
    }
}

@media all and (max-width: 767px) {
    .mobile-only {
        display: block;
    }

    .team-profile-wr {
        padding: 50px 77px 20px;
    }

    .content-wr-team {
        padding: 54px 0 60px;
        margin-bottom: 10px;
    }

    .content-wr-team .content-margin {
        margin: 0 80px;
    }

    .content-wr-about {
        margin: 32px 40px 40px 40px;
        padding: 36px 40px 32px 40px;
    }

    .content-title {
        font-size: 40px;
        line-height: 45px;
        padding-top: 40px;
    }

    .content-desc {
        font-size: 15px;
        line-height: 30px;
    }

    .content-wr-product {
        padding: 20px 0 0px;
        margin-top: 30px;
    }

    .product-desc-wr {
        width: 100%;
        padding: 0 80px;
    }

    .product-img-wr {
        width: 0%;
        display: none;
    }

    .prod-logo-sym {
        margin-bottom: 0;
        margin-top: 20px;
        height: 50px;
    }

    .prod-logo-dop {
        margin-bottom: 0px;
        margin-top: 20px;
        height: 56px;
    }

    .prod-logo-trx {
        height: 76px;
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .prod-desc {
        font-size: 15px;
        line-height: 27px;
    }

    .about-our-smarter-cu {
        padding-top: 32px;
        margin-bottom: 10px;
    }

    .img-wr-top h1, .img-wr-top h1 > span {
        font-size: 44px;
    }

    header a.button-default, a.button-default {
        font-size: 18px;
        padding: 8px 24px;
    }

    .img-wr-top img {
        margin-top: 260px;
        margin-bottom: 16px;
    }

    .img-wr-top, .img-wr-middle-1, .img-wr-middle-2, .img-wr-middle-3, .img-wr-middle-4 {
        height: 667px;
        background-attachment: inherit;
        background-position: center;
    }

    .content-wr-product .content-margin, .content-wr-team .content-margin {
        margin: 0 80px;
    }

    .content-wr-contact {
        padding: 30px 80px 72px;
        margin-top: 38px;
    }

    .contact-email {
        margin: 80px 0 58px;
        width: 250px;
        height: auto;
        display: block;
    }

    nav {
        height: auto;
        padding-top: 33px;
        padding-bottom: 23px;
    }

    nav ul li {
        float: none;
        margin: 0;
    }

    nav.active-nav ul li a {
        display: block;
    }

    header nav.active-nav a.button-default {
        display: none;
    }

    .col-50 {
        width: 100%;
    }

    .content-wr-customer .col-50:nth-child(even), .content-wr-customer .col-50:nth-child(odd) {
        padding: 25px 0 40px;
    }

    .content-wr-customer .customer-logo.invisible {
        display: none;
    }

    .customer-logo {
        height: 80px;
        margin-bottom: 24px;
    }

    .slider .controls {
        padding: 0 20px;
    }


}

@media all and (max-width: 990px) {

    .cr {
        height: 410px;
    }

}

@media all and (max-width: 768px) {
    .careers-bg img {
        height: 250px;
        margin-right: 30px;
    }
    .content-wr-life{
        padding-top: 40px;
    }
    .content-wr-life .wr-about-title img {
       width: 150px;
    }
    .content-wr-life .wr-about-title h2 {
        font-size: 24px;
        margin-top: 10px;
    }
    .wr-about-detail-container,.wr-about-img-container{
        width: 100%;
    }
    .wr-about-img-container img{
        margin-top: 25px;
    }
    .content-wr-life .wr-about-wrapper img{
        width: 75%;
    }
    .slide-text{
        margin-bottom: 30px;
    }
    .content-wr-life .wr-about-wrapper .symp-diagram{
        width: 100%;
    }
    .diagram-overlay{
        width: 25%;
    }
    .wr-desc-wrapper h2{
        font-size: 35px;
    }
    .wr-desc-wrapper {
        padding: 0 80px;
    }
    .wr-desc-wrapper p{
        font-size: 15px;
        line-height: 27px;
    }
    .wr-desc-wrapper a{
        padding: 15px 20px;
        font-size: 15px;
    }

}

@media all and (max-width: 700px) {
    .cr {
        height: 350px;
    }

}

@media all and (max-width: 620px) {
    .cr {
        height: 200px;
    }

}

@media all and (max-width: 574px) {
    .careers-bg img {
        height: 200px;
        margin-right: 0px;
    }
    .content-wr-life .wr-about-title{
        text-align: center;
        margin-left: 0;
    }
}

@media all and (max-width: 480px) {
    .team-profile-wr {
        padding: 20px 29px 16px;
    }

    .content-wr-team {
        padding: 34px 0 32px;
        margin-bottom: 10px;
    }

    .content-wr-about {
        margin: 24px 16px 24px 16px;
        padding: 22px 16px 22px 16px;
    }

    .content-title {
        font-size: 32px;
        line-height: 34px;
        padding-top: 22px;
    }

    .content-desc {
        font-size: 15px;
        line-height: 26px;
        padding-top: 18px;
    }

    .content-wr-product {
        padding: 20px 0 0px;
        margin-top: 30px;
    }

    .product-desc-wr {
        width: 100%;
        padding: 0 32px;
    }

    .product-img-wr {
        width: 0%;
        display: none;
    }

    .prod-logo-sym {
        margin-bottom: 0;
        margin-top: 15px;
        height: 45px;
    }

    .prod-logo-dop {
        margin-bottom: 0px;
        margin-top: 20px;
        height: 56px;
    }

    .prod-logo-trx {
        height: 76px;
        margin-bottom: -10px;
        margin-top: 6px;
    }

    .prod-desc {
        font-size: 13px;
        line-height: 17px;
    }

    .about-our-smarter-cu {
        padding-top: 22px;
        margin-bottom: 10px;
    }

    .img-wr-top h1, .img-wr-top h1 > span {
        font-size: 34px;
    }

    header a.button-default {
        display: none;
    }

    nav.active-nav {
        height: auto;
        padding-top: 8px;
        padding-bottom: 6px;
        padding-left: 52px;
    }

    .img-wr-top img {
        margin-top: 222px;
        margin-bottom: 16px;
    }

    .img-wr-top, .img-wr-middle-1, .img-wr-middle-2, .img-wr-middle-3, .img-wr-middle-4 {
        height: 480px;
    }

    .content-wr-product .content-margin, .content-wr-team .content-margin {
        margin: 0 32px;
    }

    .content-wr-contact {
        padding: 30px 32px 72px;
        margin-top: 22px;
    }

    .contact-email {
        margin: 80px 0 58px;
        width: 250px;
        height: auto;
        display: block;
    }

    .slider .dots .dot {
        max-width: 42px;
        width: 36px;
        margin: 0 10px;
    }

    #nav-icon4 {
        margin: 32px 15px 60px 24px;
        width: 32px;
        height: 23px;
    }

    #nav-icon4 span:nth-child(2) {
        top: 10px;
    }

    #nav-icon4 span:nth-child(3) {
        top: 20px;
    }

    #nav-icon4.open span:nth-child(1) {
        top: 0;
    }

    #nav-icon4.dark-back span:nth-child(1) {
        top: 10px;
    }

    .careers-bg img {
        height: 160px;
        margin-right: 0px;
    }

    .cr {
        height: 200px;
    }

    .career-img-wrap {
        margin-left: 32px;
        margin-right: 32px;
    }
    .wr-desc-wrapper {
        padding: 0 32px;
    }
    .wr-desc-wrapper h2 {
        font-size: 28px;
    }
    .wr-desc-wrapper p {
        font-size: 13px;
        line-height: 17px;
    }
    .wr-desc-wrapper a {
        padding: 8px 12px;
        font-size: 12px;
    }
}

/*@media all and (min-width: 480px) and (max-width: 767px){ ... }*/
/*@media all and (max-width: 599px) { ... }*/
/*@media all and (max-width: 479px) { ... }*/

@-moz-keyframes bounce {
    0%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    60% {
        -moz-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    60% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes bounce {
    0%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@media all and (max-width: 320px) {
    .careers-bg img {
        height: 130px;
        margin-right: 0px;
    }

    .cr {
        height: 170px;
    }
}




