/*
Theme Name: Datami
Author: Irina
Author URI: mailto:Irina.Lipovaya@Xchanging.com
Description: Datami Official Theme
Version: 1.0
*/

@font-face {
    font-family: 'Avenir Next Ultra';
    src: url('./fonts/AvenirNext-UltraLight.eot');
    src: url('./fonts/AvenirNext-UltraLight.eot?#iefix') format('embedded-opentype'), url('./fonts/AvenirNext-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Heavy';
    src: url('./fonts/AvenirNext-Heavy.eot');
    src: url('./fonts/AvenirNext-Heavy.eot?#iefix') format('embedded-opentype'), url('./fonts/AvenirNext-Heavy.woff') format('woff'), url('./fonts/AvenirNext-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Bold';
    src: url('./fonts/AvenirNext-Bold.eot');
    src: url('./fonts/AvenirNext-Bold.eot?#iefix') format('embedded-opentype'), url('./fonts/AvenirNext-Bold.woff') format('woff'), url('./fonts/AvenirNext-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Medium';
    src: url('./fonts/AvenirNext-Medium.eot');
    src: url('./fonts/AvenirNext-Medium.eot?#iefix') format('embedded-opentype'), url('./fonts/AvenirNext-Medium.woff') format('woff'), url('./fonts/AvenirNext-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Regular';
    src: url('./fonts/AvenirNext-Regular.eot');
    src: url('./fonts/AvenirNext-Regular.eot?#iefix') format('embedded-opentype'), url('./fonts/AvenirNext-Regular.woff') format('woff'), url('./fonts/AvenirNext-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Demi';
    src: url('./fonts/AvenirNext-DemiBold.eot');
    src: url('./fonts/AvenirNext-DemiBold.eot?#iefix') format('embedded-opentype'), url('./fonts/AvenirNext-DemiBold.woff') format('woff'), url('./fonts/AvenirNext-DemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Medium Italic';
    src: url('./fonts/AvenirNext-MediumItalic.eot');
    src: url('./fonts/AvenirNext-MediumItalic.eot?#iefix') format('embedded-opentype'), url('./fonts/AvenirNext-MediumItalic.woff') format('woff'), url('./fonts/AvenirNext-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir Next Italic';
    src: url('./fonts/AvenirNext-Italic.eot');
    src: url('./fonts/AvenirNext-Italic.eot?#iefix') format('embedded-opentype'), url('./fonts/AvenirNext-Italic.woff') format('woff'), url('./fonts/AvenirNext-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: white;
    font-family: "Avenir Next Ultra", sans-serif;
    color: #3D505A;
    height: 100%;
}

a {
    color: #3D505A;
}


/* unvisited link */

a:link {
    color: #3D505A;
    text-decoration: none;
}


/* visited link */

a:visited {
    color: #3D505A;
    text-decoration: none;
}


/* mouse over link */

a:hover {
    color: #3D505A;
    text-decoration: underline;
}


/* selected link */

a:active {
    color: #3D505A;
    text-decoration: none;
}

p {
    margin: 0 0 30px;
}

p.last {
    margin: 0;
}

.item-title {
    text-align: center;
    color: #B6C7D0;
    font-size: 26px;
    font-family: "Avenir Next Demi", sans-serif;
    letter-spacing: 1.16px;
    padding-bottom: 80px;
}

.header {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 2;
    background: url("./images/header-bg.jpg") no-repeat;
    background-size: 100% auto;
    background-position: center top;
}

.header .header-inner {
    height: 100%;
}

.header.scroll {
    transition: background-color 0.6s ease-in-out;
    transform: translate3d(0, 0, 0);
    background-color: #32B5B7;
    background-image: none;
}

.header.scroll .menu ul li a {
    color: white;
}

.header.scroll .menu ul li a:hover {
    color: #3D505A;
    text-decoration: none;
}

.header .menu ul li a.active {
    text-decoration: underline;
}

.header .mobile-menu-image {
    display: none;
}

.header>div {
    height: 100%;
}

.header .logo {
    height: 100%;
    padding-left: 0;
}

.header .logo .scroll {
    display: none;
}

.header .logo img.before-scroll {
    display: inline-block;
    width: 130px;
    height: auto;
    padding-top: 20px;
}

.header .logo img.scroll {
    display: none;
    width: 130px;
    height: auto;
    padding-top: 20px;
}

.header .logo img.mobile {
    display: inline-block;
}

.header .logo a {
    display: inline-block;
}

.header .menu {
    padding-right: 0;
    text-align: right;
    height: 100%;
    background-color: inherit;
}

.header .menu ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
    height: 100%;
}

.header .menu ul li {
    float: left;
    padding-left: 15px;
    position: relative;
    padding-top: 30px;
}

.header .menu ul li a {
    font-size: 16px;
    font-family: 'Avenir Next Regular', sans-serif;
    line-height: 21px;
    text-decoration: none;
    display: inline-block;
}

.content {
    padding-top: 80px;
    height: 100%;
}

#home {
    text-align: center;
    background: url("./images/header-bg.jpg") no-repeat;
    background-size: 100% auto;
    background-position: center -80px;
}

#home .title {
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    text-align: right;
    padding-top: 150px;
    cursor: default;
}

#home .title .first-row {
    font-size: 90px;
    display: block;
    line-height: 110px;
    font-family: 'Avenir Next Bold', sans-serif;
}

#home .title .second-row {
    font-size: 44px;
    display: block;
    line-height: 3px;
    font-family: 'Avenir Next Regular', sans-serif;
}

#home .talk-button-wrapper {
    padding-top: 45px;
    padding-bottom: 115px;
}

.orange-button {
    display: inline-block;
    width: 240px;
    text-align: center;
    background-color: #FF671B;
    color: white !important;
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.20);
    font-family: 'Avenir Next Ultra', sans-serif;
}

.orange-button.small {
    width: 160px;
}

.orange-button.xsmall {
    width: 100px;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.orange-button:hover {
    background-color: #FAAE17;
    text-decoration: none;
}

#home .company-description-wrapper {
    display: inline-block;
}

#home .company-description {
    background-color: #32B5B7;
    box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.20);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    text-align: left;
    padding: 60px 110px;
}

#home .company-description ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#home .company-description ul li {
    float: left;
    width: 32%;
    cursor: pointer;
    color: #128A8C;
    font-size: 22px;
    letter-spacing: 1px;
    font-family: 'Avenir Next Demi', sans-serif;
}

#home .company-description ul li#middle {
    width: 36%;
    text-align: center;
}

#home .company-description ul li#left {
    padding-left: 2%;
}

#home .company-description ul li#right {
    padding-right: 2%;
    text-align: right;
}

#home .company-description ul li span {
    padding: 0 3px 10px 3px;
    display: inline-block;
}

#home .company-description ul li.active span {
    color: white;
    border-bottom: 4px solid white;
}

#home .company-description .description-inner {
    color: white;
    font-size: 18px;
    line-height: 32px;
    padding-top: 30px;
    font-family: 'Avenir Next Ultra', sans-serif;
}

#home .company-description .description-inner.middle,
#home .company-description .description-inner.right {
    display: none;
}

#solutions {
    padding-top: 60px;
}

#solutions .centralize {
    background: url("./images/solutions-bg.jpg");
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: center 100px;
}

#solutions>div {
    background-color: transparent;
}

#solutions .solution-one .image {
    text-align: left;
}

#solutions .solution-two .image {
    text-align: left;
}

#solutions .solution-three .image {
    text-align: right;
    padding-top: 100px;
}

#solutions .solution-four .image {
    text-align: left;
}

#solutions .solution-five .image {
    text-align: right;
    padding-top: 50px;
}

#solutions .solution-five .data-two {
    padding-top: 0;
}

#solutions .solution-three .data {
    padding-top: 0;
    margin-top: -70px;
}

#solutions .solutions-inner>div {
    padding-bottom: 60px;
    background-color: transparent;
}

#solutions .solutions-inner .image img {
    width: 70%;
    height: auto;
    display: inline-block;
}

#solutions .data {
    padding-top: 50px;
    text-align: left;
}

#solutions .data-two {
    padding-top: 50px;
    text-align: right;
}

#solutions .text {
    display: inline-block;
    font-size: 16px;
    color: #8DCECB;
    font-family: "Avenir Next Regular", sans-serif;
    line-height: 30px;
}

#solutions .solution-title {
    color: #32B5B7;
    font-family: "Avenir Next Regular", sans-serif;
    font-size: 36px;
    letter-spacing: 1.6px;
}


/* Benefits start */

#benefits {
    background-color: #3D505A;
    padding-top: 60px;
    padding-bottom: 60px;
}

#benefits .benefits-inner-c>.col-md-3 {
    padding-left: 7px;
    padding-right: 7px;
}

#benefits .text {
    color: #B6C7D0;
    padding-top: 20px;
    font-family: "Avenir Next Ultra", sans-serif;
    font-size: 13px;
    line-height: 25px;
    text-align: left;
}

#benefits .image-wrapper {
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.40);
    border-radius: 6px;
    height: 150px;
    text-align: center;
    position: relative;
}

#benefits .image-wrapper.one {
    background-color: #F14177;
}

#benefits .image-wrapper.one img {
    width: 70px;
    height: auto;
}

#benefits .image-wrapper.two {
    background-color: #FAAE17;
}

#benefits .image-wrapper.two img {
    width: 51px;
    height: auto;
}

#benefits .image-wrapper.three {
    background-color: #32B5B7;
}

#benefits .image-wrapper.three img {
    width: 66px;
    height: auto;
}

#benefits .image-wrapper.four {
    background-color: #99C93C;
}

#benefits .image-wrapper.four img {
    width: 56px;
    height: auto;
}

#benefits .image-wrapper img {
    display: inline-block;
}

#benefits .die {
    background: #3D505A;
    box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.10);
    padding: 5px 10px 30px 10px;
}

#benefits .die-image-wrapper {
    position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;
}

#benefits .die-title-wrapper {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

#benefits .die p {
    display: inline-block;
    color: white;
    font-size: 21px;
    font-family: "Avenir Next Ultra", sans-serif;
    margin: 0;
    letter-spacing: 1.09px;
}

#benefits .subtitle {
    font-family: "Avenir Next Demi", sans-serif;
    display: block;
}


/* Products starts */

#products {
    background-color: #B6C7D0;
    color: #3D505A;
    padding-top: 60px;
    padding-bottom: 60px;
}

#products .item-title {
    color: #3D505A;
    padding-bottom: 55px;
}

#products .products-wrapper {
    background-color: #32B5B7;
    border-radius: 10px;
    color: white;
    padding: 30px;
}

#products .products-wrapper img {
    width: 60%;
}

#products .products-wrapper .services {
    background-color: #1F7E7D;
    border-radius: 5px;
}

#products .products-wrapper .solutions {
    background-color: #83C041;
    border-radius: 5px;
}

#products .products-wrapper .enablers {
    background-color: #FAA421;
    border-radius: 5px;
}

#products .products-wrapper .solution-blocks {
    background-color: #EF4078;
    border-radius: 5px;
}

#products .products-wrapper .sub-title {
    font-family: "Avenir Next Medium", sans-serif;
    font-size: 20px;
    margin-bottom: 15px;
}

#products .services {
    font-family: "Avenir Next Regular", sans-serif;
    font-size: 16px;
    text-align: center;
    padding: 30px 15px;
}

#products .solutions,
#products .enablers,
#products .solution-blocks {
    margin-top: 25px;
    padding: 15px;
    text-align: center;
}

#products .enablers .one-line,
#products .solution-blocks .one-line {
    padding-top: 25px;
}

#products .solutions-item,
#products .enablers-item,
#products .solution-blocks-item {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    font-family: "Avenir Next Regular", sans-serif;
    font-size: 16px;
    padding: 15px 5px;
    height: 74px;
    vertical-align: middle;
}


/* News starts */

#news {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #3D505A;
    color: white;
}

#news img {
    width: 100%;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.10);
    border-radius: 3px;
}

#news .die {
    padding-left: 25px;
    padding-right: 25px;
}

#news .die.one {
    padding-left: 10px;
    padding-right: 40px;
}

#news .die.two {
    padding-left: 25px;
    padding-right: 25px;
}

#news .die.three {
    padding-left: 40px;
    padding-right: 10px;
}

#news .text-wrapper {
    padding-top: 20px;
}

#news a {
    color: white;
}

#news a:hover {
    text-decoration: none;
}

#news .title {
    font-size: 16px;
    letter-spacing: 0.89px;
    font-family: "Avenir Next Regular", sans-serif;
    line-height: 27px;
    text-align: left;
}

#news .source-and-date {
    font-size: 14px;
    font-family: "Avenir Next Italic", sans-serif;
    line-height: 25px;
    text-align: left;
}

#news .text {
    font-size: 14px;
    font-family: "Avenir Next Ultra", sans-serif;
    line-height: 25px;
    text-align: left;
}

#news .text p {
    margin: 0;
    padding: 0;
}

#news .news-inner {
    padding-left: 4%;
    padding-right: 4%;
}

#news .button-wrapper {
    width: 100%;
    text-align: center;
}


/* Events starts */

#events {
    background-color: #B6C7D0;
    color: #3D505A;
    padding-top: 60px;
    padding-bottom: 60px;
}

#events .events-inner-c {
    padding-left: 4%;
    padding-right: 4%;
}

#events .item-title {
    color: #3D505A;
    padding-bottom: 55px;
}

#events .text-wrapper {
    padding-top: 20px;
}

#events .title {
    font-size: 16px;
    letter-spacing: 0.89px;
    font-family: "Avenir Next Regular", sans-serif;
    line-height: 27px;
    text-align: left;
}

#events .title a {
    text-decoration: none;
}

#events .source-and-date {
    font-size: 14px;
    font-family: "Avenir Next Italic", sans-serif;
    line-height: 25px;
    text-align: left;
}

#events img {
    width: 100%;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.10);
    border-radius: 3px;
    height: auto;
}

#events .die {
    padding-left: 25px;
    padding-right: 25px;
}

#events .button-wrapper {
    width: 100%;
    text-align: center;
}

.event-listings li:first-child {
    display: block !important;
}

.event-listings li {
    display: none;
}

.event-img img {
    width: 100%;
    height: auto;
    margin: 25px 0;
}

.news-link strong,
.event-sidebar strong {
    font-family: "Avenir Next Regular", sans-serif;
    display: block;
}

.events-die-wrapper .button-wrapper {
    width: 80% !important;
}

.read-more-links {
    background-color: rgba(0, 0, 0, 0.05);
    display: block;
    padding: 3px 0
}

.read-more-links:hover {
    background-color: rgba(0, 0, 0, 0.15);
    text-decoration: none;
}


/* Events ends */


/* Team starts */

#team {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

#team .centralize {
    background: url("./images/solutions-bg.jpg");
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: center -540px;
}

#team ul.tabs {
    padding-left: 35px;
    list-style-type: none;
    display: inline-block;
    margin: 0;
}

#team ul.members {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    #team .team-tab ul li {
        height: 215px;
    }
}

#team .team-tab ul.members,
#team .board-tab ul.members {
    max-width: 540px;
}

#team ul.tabs li {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    color: #B6C7D0;
    cursor: pointer;
    font-family: "Avenir Next Demi", sans-serif;
}

#team ul.tabs li.active {
    color: #3D505A;
}

#team ul.members li {
    float: left;
    width: 180px;
}

#team ul.members li .left {
    padding-left: 0;
    padding-right: 0;
}

#team img {
    width: 150px;
    height: auto;
}

#team .name {
    font-size: 17px;
    color: #8DCECB;
    line-height: 25px;
    font-family: "Avenir Next Regular", sans-serif;
}

#team .position {
    font-size: 14px;
    color: #8DCECB;
    line-height: 20px;
    font-family: "Avenir Next Italic", sans-serif;
}

#team .board-tab,
#team .advisers-tab {
    display: none;
}

#team .kiran-image img {
    width: 119px;
    margin: 15px 0 18px 0;
}


/* NEW TEAM */

.team-wrapper {
    width: 100vw;
}

.team-avatar {
    margin: 0 auto;
    max-width: 740px;
    padding: 0 12px;
}

#team .team-avatar li {
    display: inline-grid;
    list-style-type: none;
    text-align: center;
    height: 220px;
    position: relative;
}

.team-avatar li img {
    margin: 0 auto;
}

.team-avatar li.paddings img {
    padding: 14px;
}

@media (min-width: 510px) {
    #team .team-avatar li .name {
        margin-top: -15px;
        line-height: 21px;
    }
    #team .team-avatar li .position {
        margin-top: -12px;
    }
}

.team-avatar.col-three li {
    width: 33%;
}

.team-avatar.col-four li {
    width: 24%;
}

@media (max-width: 509px) and (min-width: 320px) {
    .team-avatar {
        padding: 0 20px;
    }
    .team-avatar.col-three li,
    .team-avatar.col-four li {
        width: 49% !important;
    }
}

@media (max-width: 319px) {
    .team-avatar.col-three li,
    .team-avatar.col-four li {
        width: 100% !important;
    }
    #team .team-avatar li {
        height: auto !important;
    }
    #team .team-avatar li img {
        width: 90px !important;
        height: 90px;
        margin: 0 15px;
    }
    #team .team-avatar li .name {
        width: 110px;
        left: 100px;
        position: absolute;
        text-align: left;
        padding-top: 20px !important;
    }
    #team .team-avatar li .position {
        position: absolute;
        top: 65px;
        left: 110px;
        text-align: left;
    }
    #team .team-avatar li.maria .position {
        top: 83px !important;
    }
    .team-avatar li.paddings img {
        padding: 10px !important;
    }
    .prev_next {
        top: -397px;
    }
}

@media (max-width: 767px) and (min-width: 320px) {
    #team .team-avatar li .name {
        padding-top: 0 !important;
    }
    .prev_next {
        top: -360px;
    }
}

@media (min-width: 768px) {
    .prev_next {
        top: -240px;
    }
}

@media (max-width: 767px) {
    .team-avatar.col-three li,
    .team-avatar.col-four li {
        width: 25%;
    }
    #team .team-avatar li img {
        width: 150px;
        height: 150px;
    }
    #team .team-avatar li .name {
        font-size: 15px;
        line-height: 20px;
        padding: 0 10px;
    }
    #team .team-avatar li .position {
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-width: 629px) {
    #team .team-avatar li img {
        width: 120px;
        height: 120px;
    }
    #team .team-avatar li {
        height: 180px;
    }
}

@media (max-width: 400px) {
    #team ul.tabs li {
        width: 100%;
        padding: 0;
    }
}

.slick-arrow {
    cursor: pointer;
    padding: 0 5px;
}

.slick-arrow:hover {
    text-decoration: none;
}

.slick-disabled {
    opacity: 0.2;
    cursor: default;
}

.team-next,
.team-prev {
    position: absolute;
}

.team-next {
    right: 10px;
}

.team-prev {
    left: 10px;
}

.team-prev:before {
    content: '←';
}

.team-next:before {
    content: '→';
}

.team-prev:before,
.team-next:before {
    font-family: 'slick';
    font-size: 27px;
    line-height: 1;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.prev_next {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.preview .board-tab,
.preview .team-tab {
    display: none;
}

@media (min-width: 1441px) {
    .team-avatar {
        margin-left: 6%;
    }
}


/* Contact starts */

#contact {
    background-color: #32B5B7;
    padding-top: 50px;
    color: white;
}

#contact .contact-wrapper {
    padding-left: 4.5%;
    padding-right: 4.5%;
    padding-bottom: 50px;
}

#contact .footer-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#contact .footer-menu li a {
    color: white;
    font-size: 14px;
    font-family: "Avenir Next Regular", sans-serif;
    letter-spacing: 0.62px;
    line-height: 30px;
}

#contact .country {
    font-size: 16px;
    font-family: "Avenir Next Demi", sans-serif;
    letter-spacing: 0.7px;
    margin-bottom: 25px;
}

#contact .subtitle {
    font-size: 14px;
    font-family: "Avenir Next Demi", sans-serif;
    display: block;
    padding-bottom: 15px;
}

#contact .name {
    font-size: 14px;
    font-family: "Avenir Next Regular", sans-serif;
    line-height: 22px;
    display: block;
}

#contact .description {
    font-size: 14px;
    font-family: "Avenir Next Ultra", sans-serif;
    line-height: 22px;
    display: block;
}

#contact .contact-buttons {
    text-align: right;
    padding-top: 5px;
}

#contact .buttons-wrapper {
    width: auto;
    display: inline-block;
}

#contact .buttons-wrapper .button {
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.20);
    border-radius: 5px;
    font-family: "Avenir Next Regular", sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.7px;
    line-height: 24px;
    padding: 5px 10px;
    display: block;
    margin-bottom: 15px;
    width: auto;
    text-align: center;
    min-width: 200px;
    text-decoration: none;
}

#contact .buttons-wrapper .button.one {
    background-color: #99C93C;
}

#contact .buttons-wrapper .button.two {
    background-color: #EA3E73;
}

#contact .buttons-wrapper .button.three {
    background-color: #FAAE17;
}

#contact .buttons-wrapper .button.four {
    background-color: #91A4AD;
}

#contact .social-buttons a {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-left: 8px;
}

#contact .social-buttons a.facebook {
    background: url("./images/social-facebook.png") no-repeat;
    background-size: 100%;
}

#contact .social-buttons a.twitter {
    background: url("./images/social-twitter.png") no-repeat;
    background-size: 100%;
}

#contact .social-buttons a.linkedin {
    background: url("./images/social-linkedin.png") no-repeat;
    background-size: 100%;
}

#contact .social-buttons a.youtube {
    background: url("./images/youtube_social_squircle_white.png") no-repeat;
    background-size: 100%;
}

#contact .copyright-wrapper {
    text-align: center;
}

#contact .copyright {
    display: inline-block;
    font-family: "Avenir Next Ultra", sans-serif;
    font-size: 12px;
}

#contact .branch-wrapper {
    padding-top: 5px;
}

#contact .branch-wrapper.second {
    padding-top: 42px;
}


/* Single template */

#single {
    padding-bottom: 50px;
    min-height: 500px;
}

#single h3 {
    color: #32B5B7;
    font-family: "Avenir Next Regular", sans-serif;
    margin-top: 5px;
    margin-bottom: 25px;
}

#single .single-content {
    font-size: 16px;
}

#single p {
    margin-bottom: 15px;
}


/* Page template */

#page {
    padding-top: 120px;
    padding-bottom: 20px;
    min-height: 500px;
}

.page.item-title-wrapper {
    position: fixed;
    top: 80px;
    text-align: center;
    width: 100%;
    background-color: white;
    z-index: 1;
}

.page.item-title-wrapper.scroll {
    background-color: #1F7E7D;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.page.item-title-wrapper.scroll .item-title {
    color: white;
}

.page.item-title {
    color: #3D505A;
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    font-size: 22px;
}

#page .news-years {
    text-align: center;
    position: fixed;
    top: 111px;
    /*z-index: 2;*/
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    width: 65%;
}

#page .news-years ul {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

#page .news-years ul li {
    display: inline-block;
    font-size: 16px;
    font-family: "Avenir Next Medium", sans-serif;
    padding: 0 10px;
    cursor: pointer;
}

#page .news-years ul li.active {
    color: #32B5B7;
}

#page .news-list {
    list-style-type: none;
    padding: 0;
}

#page .news-list li {
    padding-bottom: 15px;
    display: none;
}

#page .news-list li .date {
    color: #32B5B7;
    font-family: "Avenir Next Medium", sans-serif;
    font-size: 16px;
}

#page .news-list li .title {
    font-family: "Avenir Next Medium", sans-serif;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 16px;
}

#page .news-list li .text {
    display: none;
    font-size: 15px;
    font-family: "Avenir Next Regular", sans-serif;
}

#page .news-list li .text strong {
    font-family: "Avenir Next Medium", sans-serif;
}

#page .news-list li .text ul,
#page .news-list li .text ol {
    margin-bottom: 10px;
}

#page .news-list li .text li {
    display: list-item;
    padding-bottom: 0;
}

#page .news-list li .intro {
    margin-bottom: 10px;
    font-style: italic;
    font-size: 16px;
    font-family: "Avenir Next Regular", sans-serif;
}

#page .news-list li .link {
    color: #32B5B7;
}

#page .news-list li p {
    margin-bottom: 10px;
}

#page .news-years h4.title {
    font-family: "Avenir Next Medium", sans-serif;
    margin-top: 5px;
    font-size: 16px;
    color: #FF671B;
}

#page .button-wrapper {
    text-align: center;
    padding-top: 10px;
}

@media (min-width: 1441px) {
    .centralize {
        width: 940px;
        display: inline-block;
    }
    .header {
        text-align: center;
    }
    .header .header-inner {
        width: 100%;
    }
    .header .col-md-1 {
        display: none;
    }
    /* -------- */
    #home {
        text-align: center;
    }
    #home .home-inner {
        width: 100%;
    }
    #home .col-md-1 {
        display: none;
    }
    /* -------- */
    #solutions {
        text-align: center;
    }
    #solutions .solutions-inner-c {
        width: 100%;
    }
    #solutions .col-md-1 {
        display: none;
    }
    /* --------- */
    #benefits {
        text-align: center;
    }
    #benefits .benefits-inner-c {
        width: 100%;
    }
    #benefits .col-md-1 {
        display: none;
    }
    /* ----------- */
    #products {
        text-align: center;
    }
    #products .products-inner-c {
        width: 100%;
    }
    #products .col-md-1 {
        display: none;
    }
    #products .title {
        text-align: left;
    }
    /* ----------- */
    #news {
        text-align: center;
    }
    #news .news-inner {
        width: 100%;
    }
    #news .col-md-2 {
        display: none;
    }
    #news .centralize {
        width: 960px;
    }
    #events {
        text-align: center;
    }
    #events .events-inner-c {
        width: 100%;
    }
    #events .col-md-2 {
        display: none;
    }
    #events .centralize {
        width: 960px;
    }
    /* ---------- */
    #team {
        text-align: center;
    }
    #team .col-md-1 {
        display: none;
    }
    #team .tab {
        width: 100%;
    }
    /* ----------- */
    #contact {
        text-align: center;
    }
    #contact .centralize>.col-md-2 {
        display: none;
    }
    #contact .contact-wrapper,
    #contact .copyright-wrapper {
        width: 100%;
    }
    #contact .centralize {
        width: 960px;
    }
    #contact .branch-wrapper {
        text-align: left;
    }
    #contact .footer-menu {
        text-align: left;
    }
}

@media (max-width:1281px) {
    #home .title {
        padding-top: 180px;
    }
    #home .talk-button-wrapper {
        padding-top: 60px;
        padding-bottom: 145px;
    }
    #home .company-description {
        padding: 40px 70px;
    }
    #home .company-description ul li {
        font-size: 20px;
        letter-spacing: 1px;
    }
    #home .company-description .description-inner {
        font-size: 18px;
        line-height: 32px;
    }
    #solutions .solution-title {
        font-size: 40px;
    }
    #products .title {
        font-size: 30px;
        letter-spacing: 1.2px;
    }
    #products .image-wrapper {
        margin-top: -30px;
    }
    #products .solutions-item,
    #products .enablers-item,
    #products .solution-blocks-item {
        font-size: 14px;
        padding: 15px 5px;
        height: 74px;
    }
    #news .die.one {
        padding-left: 15px;
        padding-right: 15px;
    }
    #news .die.two {
        padding-left: 15px;
        padding-right: 15px;
    }
    #news .die.three {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991px) {
    .header .header-inner {
        padding-left: 30px;
        padding-right: 30px;
    }
    .header .menu {
        display: block;
    }
    #home .home-inner {
        padding-left: 30px;
        padding-right: 30px;
    }
    #home .title {
        padding-top: 130px;
    }
    #home .title .first-row {
        font-size: 80px;
        line-height: 100px;
    }
    #home .title .second-row {
        font-size: 42px;
    }
    #home .talk-button-wrapper {
        padding-top: 50px;
        padding-bottom: 110px;
    }
    #home .company-description {
        padding: 35px 50px;
    }
    #home .company-description ul li {
        font-size: 20px;
        letter-spacing: 0.8px;
    }
    #home .company-description .description-inner {
        font-size: 16px;
        line-height: 24px;
    }
    #solutions .solution-title {
        font-size: 30px;
    }
    #solutions .text {
        font-size: 16px;
        line-height: 24px;
    }
    #solutions .data {
        padding-top: 10px;
    }
    #benefits .die p {
        font-size: 20px;
    }
    #benefits .text {
        line-height: 20px;
    }
    #benefits .row {
        margin: 0;
    }
    #products .title {
        font-size: 28px;
        letter-spacing: 1.1px;
    }
    #products .text-wrapper {
        padding-right: 15px;
    }
    #products .text {
        font-size: 16px;
        line-height: 24px;
    }
    #products .products-inner-c {
        padding-left: 30px;
        padding-right: 30px;
    }
    #news .news-inner {
        padding-left: 60px;
        padding-right: 60px;
    }
    #news .title {
        font-size: 16px;
        letter-spacing: 0.7px;
        line-height: 21px;
    }
    #news .source-and-date {
        font-size: 14px;
        line-height: 25px;
    }
    #news .text {
        font-size: 14px;
        line-height: 25px;
    }
    #news .die.one {
        padding-left: 10px;
        padding-right: 40px;
    }
    #news .die.two {
        padding-left: 25px;
        padding-right: 25px;
    }
    #news .die.three {
        padding-left: 40px;
        padding-right: 10px;
    }
    #events .events-inner-c {
        padding-left: 60px;
        padding-right: 60px;
    }
    #team ul.members li {
        width: 180px;
    }
    #contact .contact-wrapper {
        padding-left: 60px;
        padding-right: 60px;
    }
    #contact .buttons-wrapper .button {
        min-width: 180px;
    }
    #page .news-years {
        width: 96%;
    }
}

@media (max-width: 767px) {
    #page .news-years {
        top: 95px;
    }
    .page.item-title {
        padding-top: 20px;
    }
    .header {
        background-color: #32B5B7;
        height: 45px;
    }
    .header img.mobile {
        width: 70px;
        height: auto;
        padding-top: 13px;
    }
    .header .logo {
        padding-left: 30px;
        padding-right: 30px;
        background-color: #32B5B7;
    }
    .header .header-inner {
        padding-left: 0;
        padding-right: 0;
    }
    .header .menu {
        display: none;
        text-align: left;
        width: 100%;
        background-color: #32B5B7;
        z-index: 9999;
        height: 310px;
        padding-top: 10px;
    }
    .header .menu ul {
        list-style: none;
        height: auto;
        padding-left: 30px;
        width: 100%;
    }
    .header .menu ul li {
        float: none;
        padding-left: 15px;
        top: 0;
        transform: none;
        width: 100%;
        padding-top: 0;
    }
    .header .menu ul li a {
        font-size: 16px;
        color: white;
        padding-top: 7px;
        padding-bottom: 7px;
        width: 100%;
    }
    .header .mobile-menu-image {
        display: block;
        float: right;
        width: 34px;
        height: auto;
        padding-top: 10px;
        cursor: pointer;
    }
    #home .company-description ul li.active span {
        border-bottom: 3px solid white;
    }
    .item-title {
        font-size: 20px;
        letter-spacing: 0.54px;
        padding-bottom: 20px;
    }
    .content {
        padding-top: 45px;
    }
    #home {
        background-position: center -45px;
    }
    #home .title {
        padding-top: 100px;
    }
    #home .title .first-row {
        font-size: 60px;
        line-height: 80px;
    }
    #home .title .second-row {
        font-size: 32px;
    }
    #home .talk-button-wrapper {
        padding-top: 40px;
        padding-bottom: 80px;
    }
    .orange-button {
        width: 220px;
        font-size: 16px;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .orange-button.small {
        width: 140px;
    }
    .orange-button.xsmall {
        width: 100px;
        font-size: 14px;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    #home .home-inner {
        padding-left: 0;
        padding-right: 0;
    }
    #home .company-description {
        box-shadow: none;
        border-radius: 0;
        padding: 35px 30px;
    }
    #home .company-description ul li {
        font-size: 16px;
        letter-spacing: normal;
    }
    #home .company-description .description-inner {
        font-size: 14px;
        line-height: 20px;
        font-family: "Avenir Next Regular", sans-serif;
    }
    #solutions {
        padding-top: 50px;
    }
    #solutions .solutions-inner>div {
        padding-bottom: 40px;
    }
    #solutions .solution-three {
        padding-top: 0;
    }
    #solutions .solution-three .data {
        padding-top: 20px;
        margin-top: 0;
    }
    #solutions .data-two {
        text-align: left;
    }
    #solutions .solutions-inner .image img {
        width: 55%;
    }
    #solutions .solutions-inner-c {
        padding-left: 0;
        padding-right: 0;
    }
    #solutions .solution-title {
        font-size: 26px;
    }
    #solutions .text {
        font-size: 14px;
        max-width: none;
        line-height: 20px;
        font-family: "Avenir Next Regular", sans-serif;
    }
    #solutions .data,
    #solutions .data-two {
        padding-top: 20px;
    }
    #solutions .solutions-inner .image {
        text-align: center;
    }
    #solutions .solution-five .image {
        padding-top: 0;
    }
    #benefits,
    #products,
    #news,
    #team {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #benefits .row .col-xs-12 {
        margin-bottom: 10px;
    }
    #benefits .text {
        font-size: 12px;
        line-height: 16px;
        padding-left: 15px;
        padding-right: 15px;
        font-family: "Avenir Next Regular", sans-serif;
    }
    #benefits .die {
        box-shadow: none;
        padding: 10px 0;
        text-align: center;
    }
    #benefits .die-inner {
        max-width: 350px;
        display: inline-block;
    }
    #benefits .text {
        text-align: left;
    }
    #benefits .die p {
        font-size: 20px;
    }
    #products .image-wrapper {
        padding-top: 30px;
    }
    #products .title {
        font-size: 18px;
        letter-spacing: 0.8px;
        text-align: left;
    }
    #products .text {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }
    #products .slick-track {
        padding-top: 0;
    }
    #products .products-inner-c {
        padding-left: 15px;
        padding-right: 15px;
    }
    #products .products-wrapper img {
        width: 40%;
    }
    #news img {
        width: 65%;
        display: inline-block;
    }
    #news .die {
        text-align: center;
    }
    #news .title {
        font-size: 16px;
        letter-spacing: 0.7px;
        line-height: 21px;
    }
    #news .source-and-date {
        font-size: 12px;
        line-height: 25px;
    }
    #news .text-wrapper {
        width: 65%;
        display: inline-block;
        text-align: left;
    }
    #news .text {
        font-size: 12px;
        line-height: 25px;
        font-family: "Avenir Next Regular", sans-serif;
    }
    #news .die.one {
        padding-left: 15px;
        padding-right: 15px;
    }
    #news .die.two {
        padding-left: 15px;
        padding-right: 15px;
    }
    #news .die.three {
        padding-left: 15px;
        padding-right: 15px;
    }
    #events .text-wrapper {
        width: 65%;
        display: inline-block;
        text-align: left;
    }
    #events img {
        width: 65%;
        display: inline-block;
    }
    #events .die {
        text-align: center;
    }
    #team img {
        width: 120px;
    }
    #team ul.tabs {
        padding-bottom: 20px;
        padding-left: 0;
    }
    #team ul.tabs li {
        font-size: 22px;
    }
    #team ul.members {
        width: 100%;
    }
    #team ul.members li {
        width: 100%;
        float: none;
        padding-bottom: 10px;
    }
    #team ul.members li.last {
        padding-bottom: 0;
    }
    #team ul.members li .left,
    #team ul.members li .right {
        text-align: left;
    }
    #team .name {
        padding-top: 30px;
    }
    #team .kiran-image img {
        width: 95px;
        margin: 15px 0 18px 10px;
    }
    #contact {
        padding-top: 30px;
    }
    #contact .item-title {
        color: #22999B;
    }
    #contact .branch-wrapper {
        margin-bottom: 30px;
    }
    #contact .contact-buttons {
        text-align: center;
    }
    #contact .copyright {
        font-size: 10px;
    }
    #contact .branch-wrapper.second {
        padding-top: 0;
    }
    .page.item-title-wrapper {
        top: 45px;
    }
    #solutions .solution-five .data-two {
        padding-top: 20px;
    }
    #solutions .solution-three .image {
        padding-top: 0;
    }
}

@media (max-width: 480px) {
    #home .title-wrapper {
        text-align: left;
        padding-left: 30px;
        padding-right: 30px;
    }
    #home .title {
        padding-top: 50px;
        display: inline-block;
        text-align: left;
    }
    #home .title .first-row {
        font-size: 44px;
        line-height: 44px;
    }
    #home .title .second-row {
        font-size: 24px;
        line-height: 24px;
    }
    #home .talk-button-wrapper {
        padding-top: 20px;
        padding-bottom: 50px;
        display: inline-block;
    }
    .orange-button {
        width: 160px;
        font-size: 12px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .orange-button.small {
        width: 140px;
    }
    .orange-button.xsmall {
        width: 90px;
        font-size: 14px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    #home .company-description ul li {
        font-size: 14px;
        letter-spacing: normal;
    }
    #home .company-description .description-inner {
        font-size: 12px;
        line-height: 16px;
    }
    #solutions .solutions-inner>div {
        padding-bottom: 30px;
    }
    .item-title {
        font-size: 14px;
    }
    #solutions .text {
        font-size: 12px;
    }
    #products .title {
        font-size: 14px;
        letter-spacing: 0.54px;
    }
    #products .text {
        font-size: 12px;
    }
    #products .products-wrapper img {
        width: 60%;
    }
    #news .text-wrapper {
        width: 85%;
    }
    #news img {
        width: 85%;
    }
    #events .text-wrapper {
        width: 85%;
    }
    #events img {
        width: 85%;
    }
    #team img {
        width: 75px;
        height: auto;
    }
    #team ul.tabs li {
        font-size: 18px;
    }
    #team .name {
        padding-top: 10px;
        font-size: 18px;
    }
    #team .board-tab .name,
    #team .advisers-tab .name {
        padding-top: 22px;
    }
    #team .position {
        font-size: 12px;
    }
    #team .kiran-image img {
        width: 60px;
    }
    #page .news-list li .date,
    #page .news-list li .text,
    #page .news-list li .title {
        font-size: 14px;
    }
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding: 5px;
}

.col-xs-15 {
    width: 50%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}