/*
Theme Name: Darvis
Description: Darvis theme
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: Darvis
*/

/* Default */


body, html {
    background: #fff;
    padding: 0;
    margin: 0;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

body {
    overflow-x: hidden;
}

input, textarea, select, button {
    font-family: 'Lato', sans-serif;
}

body img {
	max-width:100%;
	height:auto;
}
a img {
	border: 0;
}

a:active, a:visited, a, a:hover, a:focus, button {
    text-decoration: none!important;
    outline: 0!important;
}

* {
    outline:0 ! important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

p {
	word-wrap: break-word!important;
    font-size: 16px;
    color: #323233;
    line-height: 1.4;
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
    color: #323233;
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif;
}

.slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.slick-list.draggable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
	outline: none!important;
    text-decoration: none;
    color: #323233;
    font-size: 16px;
    font-weight: 400;
}

body a:hover {
	text-decoration: none;
}
.alignright  {
	float: right;
    margin: 0 0 20px 20px;
}
.clear {
	clear: both;
}
.alignleft {
	float: left;
    margin: 0 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 10px auto;
}

.center {
    width: 100%;
    max-width: 1234px;
    margin: auto;
}

.center-big {
    width: 100%;
    max-width: 1600px;
    margin: auto;
}

.center-small {
    width: 100%;
    max-width: 1010px;
    margin: auto;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.top {
    float: left;
    width: 100%;
    padding: 25px 0;
}

.logo {
    float: left;
}

.logo.retail-logo a {
    background: url('images/protected_spaces_logo.svg') no-repeat scroll center left;
    background-size: contain;
}

.logo.healthcare-logo a {
    background: url('images/healthcare_logo.svg') no-repeat scroll center left;
    background-size: contain;
}
.logo a {
    display: block;
    float: left;
    background: url('images/logo.svg') no-repeat scroll center left;
    width: 166px;
    height: 47px;
    background-size: contain;
    transition: 0.3s;
}

.logo a:hover {
    opacity: 0.7;
}

.top-nav {
    float: right;
}

.top-nav .menu-main-nav-container {
    float: right;
}
.top-nav ul li {
    float: left;
}

.top-nav ul li:first-child a {
    margin-left: 0;
}

.top-nav ul li a {
    color: #323233;
    font-size: 16px;
    line-height: 47px;
    transition: 0.3s;
    font-weight: 700;
    margin-left: 52px;
}

.top-nav ul li a:hover {
    color: #9559fd;
}

a.get-ademo-top {
    float: right;
    height: 40px;
    background-color: #9559fd;
    padding: 0 18px;
    line-height: 40px;
    margin-left: 52px;
    margin-top: 3px;
    transition: 0.3s;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.38px;
    border-radius: 20px;
}

a.get-ademo-top:hover {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35);
}

.top-slider {
    float: left;
    width: 100%;
}

.slide {
    float: left;
    width: 100%;
    background-size: cover!important;
    height: 700px;
    position: relative;
    text-align: center;
}

.v-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Safari */
    left: 0;
    right: 0;
}

.slide-heading {
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.1;
}

.slide-subheading {
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 30px;
}

.slide-subheading p em {
    font-style: italic;
}

.slide-subheading p {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
}

.slide-button {
    text-align: center;
    margin-top: 40px;
}

.slide-button a {
    display: inline-block;
    height: 60px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
    background-color: #9559fd;
    line-height: 59px;
    padding: 0 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-radius: 30px;
    transition: 0.5s;
}

.slide-button a:hover {
    padding: 0 50px;
}

ul.slick-dots li:first-child {
    margin-left: 0;
}
ul.slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    opacity: 0.35;
    transition: 0.3s;
    border: 0;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
}

ul.slick-dots li.slick-active button,
ul.slick-dots li button:hover {
    opacity: 1;
}
ul.slick-dots li {
    display: inline-block;
    margin-left: 20px;
}
ul.slick-dots {
    display: block;
    position: absolute;
    bottom: 47px;
    width: 100%;
    text-align: center;
    z-index: 5;
}

.logos {
    float: left;
    width: 100%;
    padding-top: 40px;
}

.logos-heading strong {
    font-weight: 900;
}
.logos-heading p {
    margin: 0;
    line-height: 1;
    color: #323233;
    font-size: 16px;
    font-weight: 400;
}
.logos-heading {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 1;
    color: #323233;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 72px;
}

.logos-container {
    float: left;
    width: 100%;
}

.logos-container .center-big {
    display: flex;
    flex-wrap: wrap;
}
.logos-container .logo-block {
    float: left;
    width: 14.28%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.three-icons {
    float: left;
    width: 100%;
    padding: 130px 0 100px 0;
}

.t-icon-block {
    float: left;
    width: 24.45%;
    text-align: center;
}

.icons-divider {
    float: left;
    width: 13.32%;
    height: 187px;
    background: url('images/three-icons/2.svg') no-repeat scroll center center;
}

.t-icon-icon.t-icon-icon-s {
    background: url('images/three-icons/3.svg') no-repeat scroll center center;
}
.t-icon-icon.t-icon-icon-t, .second-icons-block .t-icon-icon.t-icon-icon-t  {
    background: url('images/three-icons/5.svg') no-repeat scroll center center;
}
.t-icon-icon {
    background: url('images/three-icons/1.svg') no-repeat scroll center center;
    height: 192px;
}

.second-icons-block .t-icon-icon {
    background: url('images/second-icons/1.svg') no-repeat scroll center center;
}

.second-icons-block .t-icon-icon.t-icon-icon-s {
    background: url('images/second-icons/2.svg') no-repeat scroll center center;
}

.icons-divider-second {
    background: url('images/three-icons/4.svg') no-repeat scroll center center;
}



.t-icon-heading {
    color: #323233;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: 0.7px;
    margin: 28px 0;
    line-height: 1;
}

.t-icon-desc {
    color: #323233;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

.content-block {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.content-info, .content-image {
    float: left;
    width: 50%;
}

.content-block1 .content-image {
    width: 56%;
}

.content-block1 {
    padding-bottom: 50px;
}

.content-block1 .content-info {
    width: 44%;
    padding-right: 20px;
}


.content-block2 .content-info {
    width: 50%;
    padding-left: 5.55%;
    padding-right: 6.9%;
}


.content-block3 {
    padding-top: 110px;
}
.content-block3 .content-info {
    width: 57%;
    padding-left: 9.7%;
    padding-right: 6.25%;
}
.content-block3 .content-image {
    width: 41%;
    padding-right: 44px;
    float: right;
}


.content-block .center-big {
    display: flex;
    flex-wrap: wrap;
}

.content-block2 .center-big {
    flex-direction: row-reverse;
}

.content-block2 .heading-border {
    background-color: #4adede;
}

.content-block3 .heading-border {
    background-color: #4eaeff;
}

.content-block3 .content-bulletpoints ul li strong {
    font-style: normal;
}
.content-block3 .content-bulletpoints ul li {
    font-style: italic;
}





.content-image img {
    float: right;
    width: 100%;
}

.content-heading {
    float: left;
    width: 100%;
    color: #323233;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif;
    line-height: 1.1;
    margin-bottom: 50px;
}

.heading-border {
    float: left;
    width: 80px;
    height: 5px;
    background-color: #b084fd;
    margin-bottom: 22px;
}

.content-bulletpoints {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.content-bulletpoints ul li:last-child {
    margin-bottom: 0;
}
.content-bulletpoints ul li {
    float: left;
    width: 100%;
    background: url('images/bulletpoints_first.svg') no-repeat scroll center left;
    padding-left: 20px;
    color: #323233;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 16px;
}

.content-block2 .content-bulletpoints ul li {
    background: url('images/bulletpoints_second.svg') no-repeat scroll center left;
}

.content-readmore {
    float: left;
    width: 100%;
}

.content-readmore a {
    float: left;
    height: 40px;
    background-color: #9559fd;
    padding: 0 21px;
    line-height: 40px;
    border-radius: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    transition: 0.3s;
    letter-spacing: 0.38px;
}

.content-readmore a:hover {
    padding: 0 31px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35);
}

.fifth-block {
    float: left;
    width: 100%;
    background-size: cover!important;
    background-position: center center!important;
    padding: 158px 0 50px 0;
    margin-top: 60px;
}

.fifth-left {
    float: left;
    width: 61%;
    padding-left: 9.7%;
    padding-right: 20px;
}
.fifth-right img {
    width: 100%;
}
.fifth-right {
    float: right;
    width: 39%;
}

.fifth-left-heading {
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
}

.fifth-left-subheading {
    color: #c5cdda;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.45;
    margin-bottom: 45px;
    padding-right: 15%;
}

.fifth-left-bulletpoints ul li {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background: url('images/white_bulletpoint.svg') no-repeat scroll center left;
    background-size: 9px auto;
    padding-left: 27px;
    letter-spacing: 0.5px;
}

.fifth-left-bulletpoints {
    padding-bottom: 30px;
    float: left;
    width: 100%;
}

.fifth-left-more {
    float: left;
    width: 100%;
}
.fifth-left-more a {
    display: block;
    height: 60px;
    float: left;
    border-radius: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
    background-color: #9559fd;
    padding: 0 38px;
    line-height: 60px;
    transition: 0.3s;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.fifth-left-more a:hover {
    padding: 0 48px;
}

.industries-home {
    float: left;
    width: 100%;
    background: #787ff6 url('images/Industries.png') no-repeat scroll center top;
    background-size: contain;
    padding: 170px 0 0 0;
}

.industries-center {
    width: 100%;
    max-width: 1180px;
    margin: auto;
    position: relative;
}

.industries-healthcare:hover .industr-inside-hover {
    opacity: 1;
}
.industries-healthcare {
    float: left;
    width: 590px;
    height: 574px;
    background: url('images/healthcare.png') no-repeat;
    position: relative;
}

.retail {
    float: right;
    margin-top: 186px;
    width: 530px;
    height: 450px;
    position: relative;
    background: url('images/retail.png') no-repeat;
}

.retail:hover  .retail-inside-hover {
    opacity: 1;
}

.industr-inside-hover {
    position: absolute;
    top: 0;
    transition: 1s;
    opacity: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('images/bg-healthcare.png') no-repeat;
    text-align: center;
}

.retail-inside-hover .inside-bubble-subheading,
.retail-inside-hover .inside-bubble-heading {
    padding-left: 21%;
    padding-right: 21%;
}
.retail-inside-hover {
    position: absolute;
    top: 0;
    transition: 1s;
    opacity: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('images/retail-bg.png') no-repeat;
    text-align: center;
}

.retail-inside-hover .v-center {
    transform: translateY(-36%);
}

.inside-bubble-heading {
    background: url('images/white_bulletpoint.svg') no-repeat scroll bottom 13px center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 0 25% 40px 25%;
}

.inside-bubble-subheading {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 0 25% 33px 25%;
}

.inside-bubble-learnmore a {
    height: 40px;
    padding: 0 21px;
    transition: 0.3s;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.38px;
    box-shadow: 0 20px 20px rgba(50, 50, 51, 0.76);
    background-color: #9559fd;
    display: inline-block;
    border-radius: 20px;
}

.inside-bubble-learnmore a:hover {
    padding: 0 30px;
}

.footer {
    float: left;
    width: 100%;
    padding: 36px 0;
}

.page-container {
    float: left;
    width: 100%;
    background: #f6f6f6;
    padding: 65px 0;
}

.page-container p {
    color: #323233;
    font-size: 14px;
    font-weight: 1.4;
    margin: 0 0 15px 0;
}
.page-container h1.page-title {
    line-height: 1;
    margin: 0 0 30px 0;
    color: #323233;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif;
}

.page-container h4,
.page-container h3 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    margin: 10px 0 20px 0;
    font-weight: 700;
    float: left;
    width: 100%;
}
.page-container h4 {
    font-size: 14px;
}
.copyright a {
    color: #323233;
    font-size: 12px;
    font-weight: 400;
}
.copyright {
    float: left;
    text-align: left;
    border-left: 1px solid #dce1e9;
    width: 21%;
    line-height: 47px;
    font-size: 12px;
    font-weight: 700;
    padding-left: 30px;
}

.footer-logo {
    float: left;
    width: 15%;
    height: 47px;
    background: url('images/logo.svg') no-repeat;
    background-size: contain;
}


.footer-logo.retail-logo-footer {
    background: url('images/protected_spaces_logo.svg') no-repeat scroll center left;
    background-size: contain;
}

.footer-logo.healthcare-logo-footer {
    background: url('images/healthcare_logo.svg') no-repeat scroll center left;
    background-size: contain;
}

.footer-center {
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

.footer-nav {
    float: left;
    width: 47%;
    text-align: center;
}

.footer-nav ul li:first-child {
    margin-left: 0;
}

.footer-nav ul li a {
    color: #323233;
    transition: 0.3s;
    line-height: 47px;
    font-size: 16px;
    font-weight: 700;
}

.footer-nav ul li a:hover {
    color: #9559fd;
}

.footer-nav ul li {
    display: inline-block;
    margin-left: 30px;
}

.footer-soc {
    float: left;
    width: 17%;
    padding-top: 8px;
}

.footer-soc a:last-child {
    margin-left: 0;
}
.footer-soc a {
    float: right;
    height: 30px;
    width: 30px;
    background: url('images/fb.svg') no-repeat scroll center center;
    transition: 0.3s;
    margin-left: 20px;
}

.footer-soc a.twitter-footer {
    background: url('images/twitter.svg') no-repeat scroll center center;
}
.footer-soc a.linkedin-footer {
    background: url('images/linkedin.svg') no-repeat scroll center center;
}

.footer-soc a.xing-footer {
    background: url('images/xing.svg') no-repeat scroll center center;
}

.footer-soc a:hover {
    opacity: 0.55;
}


.page-heading {
    float: left;
    width: 100%;
    background-size: cover!important;
    background-position: center center!important;
}

.page-heading-product .page-heading-in {
    background-color: rgba(31, 31, 58, 0.77);
}
.page-heading-in {
    float: left;
    width: 100%;
    background-color: rgba(50, 50, 51, 0.7);
    padding: 85px 0;
    text-align: center;
}

.page-heading .slide-heading {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.1;
}

.second-icons-block {
    float: left;
    width: 100%;
    padding: 75px 0;
}

.three-icons-title {
    float: left;
    width: 100%;
    text-align: center;
    color: #323233;
    font-family: 'Titillium Web', sans-serif;
    font-size: 30px;
    font-style: italic;
    letter-spacing: 1.5px;
    margin-bottom: 70px;
    line-height: 1.2;
}

.center-features {
    width: 100%;
    max-width: 1070px;
    margin: auto;
}

.features {
    float: left;
    width: 100%;
    padding-top: 40px;
}

.features-title {
    float: left;
    width: 100%;
    color: #323233;
    font-family: 'Titillium Web', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-bottom: 60px;
}

.feature-block {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.feature-content {
    float: left;
    width: 47%;
    padding: 0 85px 0 50px;
}

.feature-photo {
    float: right;
    width: 53%;
    text-align: right;
}

.center-features .feature-block:nth-child(even) .feature-content {
    padding: 0 50px 0 85px;
}
.center-features .feature-block:nth-child(even) .feature-photo {
    text-align: left;
}

.center-features .feature-block:nth-child(even) {
    flex-direction: row-reverse;
}


.feature-line {
    float: left;
    width: 80px;
    height: 5px;
    background-color: #1ca7ec;
}

.center-features .feature-block:nth-child(1) .feature-content {
    padding-top: 96px;
}



.center-features .feature-block:nth-child(2) .feature-content {
    padding-top: 170px;
}


.center-features.center-features-spaces .feature-block:nth-child(2) .feature-content {
    padding-top: 150px;
}
.center-features .feature-block:nth-child(3) .feature-content {
    padding-top: 108px;
}
.center-features .feature-block:nth-child(4) .feature-content {
    padding-top: 158px;
}
.center-features .feature-block:nth-child(2) {
    margin-top: 16px;
}

.center-features .feature-block:nth-child(3) {
    margin-top: 82px;
}

.center-features .feature-block:nth-child(4) {
    margin-top: 42px;
}

.center-features .feature-block:nth-child(2) .feature-line {
    background-color: #07cece;
}

.center-features .feature-block:nth-child(3) .feature-line {
    background-color: #9559fd;
}

.hlt-last-margintop {
    margin-top: 120px;
}

.center-features .feature-block:nth-child(4) .feature-line {
    background-color: #7bd5f5;
}

.feature-heading {
    float: left;
    width: 100%;
    color: #323233;
    font-family: 'Titillium Web', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    margin: 22px 0 30px 0;
}

.feature-text {
    float: left;
    width: 100%;
}

.feature-text p {
    margin: 0;
    color: #323233;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.whitepaper {
    float: left;
    width: 100%;
    padding-top: 85px;
    background-color: #c5cdda;
    margin-top: 125px;
}

.whitepaper-image {
    float: left;
    width: 52%;
}

.whitepaper-image img {
    width: 100%;
    float: left;
}

.whitepaper-cont .feature-line {
    background-color: #07cece;
}

.whitepaper-cont {
    float: left;
    width: 48%;
    padding-left: 13%;
    padding-top: 120px;
}

.download-whitepaper {
    float: left;
    width: 100%;
    padding-top: 64px;
}

.download-whitepaper a {
    display: block;
    float: left;
    height: 60px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
    background-color: #9559fd;
    line-height: 60px;
    padding: 0 39px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-radius: 30px;
    transition: 0.3s;
}

.download-whitepaper a:hover {
    padding: 0 45px;
}

.healthcare-last {
    float: left;
    width: 100%;
    background-color: #1f2f98;
    padding: 110px 0;
    text-align: center;
    color: #fff;
}

.healthcare-last-heading {
    font-family: 'Titillium Web', sans-serif;
    margin-bottom: 50px;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.1;
}

.last-icon-block {
    float: left;
    width: 27.33333%;
    margin-right: 9%;
    background: url('images/second-icons/1-1.svg') no-repeat scroll top center;
    background-size: auto 97px;
    padding-top: 144px;
}

.health-last-blocks .center-small .last-icon-block:nth-child(2) {
    background: url('images/second-icons/1-2.svg') no-repeat scroll top center;
    background-size: auto 97px;
}

.health-last-blocks .center-small .last-icon-block:nth-child(3) {
    background: url('images/second-icons/1-3.svg') no-repeat scroll top center;
    background-size: auto 97px;
}
.health-last-blocks .center-small .last-icon-block:last-child {
    margin-right: 0;
}

.last-icon-title {
    float: left;
    width: 100%;
    margin-bottom: 23px;
    color: #ffffff;
    font-size: 20px;
    height: 48px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.last-icon-desc li {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    line-height: 1.3;
    color: #c5cdda;
    font-size: 16px;
    font-weight: 400;
}

.health-last-blocks .download-whitepaper {
    text-align: center;
    padding-top: 13px;
}

.health-last-blocks .download-whitepaper a {
    display: inline-block;
    float: none;
}

.second-product-block {
    float: left;
    width: 100%;
    padding: 75px 0 130px 0;
}

.center-product {
    width: 100%;
    max-width: 1190px;
    position: relative;
    margin: auto;
}

.line-first.line-first-health{
    top: 518px;
}

.line-first {
    background: url('images/dots1.svg') no-repeat;
    background-size: contain;
    width: 476px;
    height: 210px;
    position: absolute;
    top: 544px;
    left: 252px;
}


.line-second.line-second-health {
    top: 681px;
    right: 30px;
}
.line-second {
    background: url('images/dots2.svg') no-repeat;
    background-size: contain;
    width: 334px;
    height: 495px;
    position: absolute;
    top: 702px;
    right: 15px;
}


.line-third {
    background: url(images/dots2.svg) no-repeat;
    background-size: 300px auto;
    width: 250px;
    height: 150px;
    position: absolute;
    top: 1100px;
    right: 417px;
    transform: rotate(45deg);
    background-position: bottom left;
}


.product-subheading {
    float: left;
    width: 100%;
    color: #323233;
    font-family: 'Titillium Web', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 68px;
}

.product-blocks {
    float: left;
    width: 100%;
    position: relative;
}

.product-block {
    float: left;
    width: 50%;
    position: relative;
    z-index: 2;
}

.product-photo {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 63px;
}

.product-number {
    position: absolute;
    top: 0;
    left: 80px;
    width: 80px;
    height: 80px;
    background-color: #4adede;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 50px;
    font-weight: 700;
}

.center-product .product-block:nth-child(1) {
    padding-right: 45px;
}

.center-product .product-block:nth-child(2) {
    padding-left: 45px;
    margin-top: 127px;
}

.center-product .product-block:nth-child(3) {
    width: 100%;
    padding-left: 9.07%;
}

.center-product .product-block:nth-child(2) .product-number {
    top: 33px;
    left: 90px;
}

.center-product .product-block:nth-child(3) .product-number {
    top: 26px;
    left: 59px;
}

.center-product .product-block:nth-child(3) .product-photo {
    margin-bottom: 0;
    padding-bottom:0;
    width: 50.8%;
    float: left;
}
.center-product .product-block:nth-child(3) .product-b-content {
    width: 49.2%;
    float: left;
    padding: 268px 170px 0 85px;
}





.center-product.center-product-spaces .product-block:nth-child(3) {
    float: left;
    width: 50%;
    position: relative;
    z-index: 2;
    padding-right: 45px;
    padding-left: 0;
    margin-top: -60px;
}
.center-product.center-product-spaces .product-block:nth-child(3) .product-number {
    top: 0;
    left: 80px;
}

.center-product.center-product-spaces .product-block:nth-child(3) .product-photo {
    width: 100%;
    position: relative;
    padding-bottom: 63px;
    margin: 0;
}
.center-product.center-product-spaces .product-block:nth-child(3) .product-b-content {
    width: 100%;
    float: left;
    padding: 0 80px 0 100px;
}





.center-product.center-product-spaces .product-block:nth-child(4) .product-number {
    top: 33px;
    left: 90px;
}

.center-product.center-product-spaces .product-block:nth-child(4) {
    padding-left: 45px;
    margin-top: 127px;
}


.product-b-content {
    float: left;
    width: 100%;
    padding: 0 80px 0 100px;
}

.product-line {
    float: left;
    width: 80px;
    height: 5px;
    background-color: #4adede;
}

.product-title {
    color: #323233;
    font-family: 'Titillium Web', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    float: left;
    width: 100%;
    margin: 22px 0 42px 0;
}

.product-text {
    float: left;
    width: 100%;
    color: #323233;
    font-size: 16px;
    font-weight: 400;
    max-width: 373px;
    line-height: 1.4;
}

.healthcare-last-subheading {
    float: left;
    width: 100%;
    color: #c5cdda;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 65px;
}

.product-last .last-icon-block {
    background: url(images/product/1.svg) no-repeat scroll top center;
    background-size: auto 100px;
    padding-top: 150px;
}

.product-last .health-last-blocks .center-small .last-icon-block:nth-child(2) {
    background: url(images/product/2.svg) no-repeat scroll top center;
    background-size: auto 97px;
}

.product-last .health-last-blocks .center-small .last-icon-block:last-child {
    background: url(images/product/3.svg) no-repeat scroll top center;
    background-size: auto 88px;
}

.product-last .last-icon-title {
    height: auto;
}
.product-last .health-last-blocks .download-whitepaper {
    padding-top: 40px;
}

.product-last .health-last-blocks .download-whitepaper a {
    padding: 0 64px;
}

.product-last .health-last-blocks .download-whitepaper a:hover  {
    padding: 0 70px;
}
.product-last .last-icon-desc {
    color: #c5cdda;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}
.product-last .healthcare-last-heading {
    margin-bottom: 40px;
}

.product-before-last {
    float: left;
    width: 100%;
    padding: 80px 0 115px 0;
    background-color: #f9fafb;
}

.before-last-center {
    width: 100%;
    max-width: 950px;
    margin: auto;
}
.before-last-center .block-product-b:last-child {
    float: right;
}
.block-product-b {
    float: left;
    width: 36.7%;
}

.bpr-image {
    float: left;
    width: 100%;
    height: 227px;
}

.before-last-center .block-product-b:last-child .bpr-image {
    background-position: bottom 18px left!important;
}

.bpr-title {
    float: left;
    width: 100%;
    color: #323233;
    font-family: 'Titillium Web', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 38px;
    padding-right: 20px;
}

.bpr-desc {
    float: left;
    width: 100%;
    color: #323233;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.bpr-rmore {
    float: left;
    width: 100%;
}

.bpr-rmore a {
    height: 40px;
    background-color: #9559fd;
    padding: 0 21px;
    display: block;
    float: left;
    line-height: 40px;
    transition: 0.3s;
    color: #fff;
    font-size: 15px;
    border-radius: 20px;
    font-weight: 400;
    letter-spacing: 0.38px;
}
.bpr-rmore a:hover {
    padding: 0 26px;
}



.page-heading-about .page-heading-in {
    padding: 160px 0;
    background-color: rgba(31, 31, 58, 0.25);
}

.about-center {
    width: 100%;
    max-width: 900px;
    margin: auto;
}

.about-center-bigger {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

.about-second {
    float: left;
    width: 100%;
    padding: 75px 0 80px 0;
    text-align: center;
}

.about-h-first {
    color: #323233;
    font-family: 'Titillium Web', sans-serif;
    font-size: 30px;
    font-style: italic;
    letter-spacing: 1.5px;
    line-height: 1.2;
}

.our-team {
    float: left;
    width: 100%;
    background-color: #f9fafb;
    padding: 80px 0 95px 0;
}

.about-divider {
    text-align: center;
    padding: 60px 0 50px 0;
}

.about-divider span {
    display: block;
    margin: auto;
    width: 80px;
    height: 5px;
    background-color: #4adede;
}

.about-text-first, .about-text-second {
    padding: 0 12%;
    color: #323233;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.about-h-second {
    color: #323233;
    font-family: 'Titillium Web', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    padding: 65px 0 30px 0;
}

.our-team-title {
    color: #323233;
    font-family: 'Titillium Web', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-bottom: 80px;
}

.ourteam-blocks .ourteam-block:nth-child(3n) {
    margin-right: 0;
}

.ourteam-blocks {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.ourteam-blocks .ourteam-block:nth-child(4),
.ourteam-blocks .ourteam-block:nth-child(5),
.ourteam-blocks .ourteam-block:nth-child(6) {
    margin-bottom: 0;
}
.ourteam-block {
    float: left;
    width: 28%;
    position: relative;
    margin-right: 8%;
    text-align: center;
    margin-bottom: 140px;
    padding-bottom: 30px;
}

.ourteam-photo {
    height: 225px;
    border-radius: 50%;
    background-size: contain!important;
    max-width: 225px;
    background-position: center center!important;
    margin: 0 auto 50px auto;
}

.ourteam-title {
    color: #323233;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
}

.ourteam-position {
    color: #323233;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 22px;
}

.ourteam-desc {
    color: #323233;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 30px;
}

.ourteam-linkedin {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.ourteam-linkedin a {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    transition: 0.4s;
    margin: auto;
}

.ourteam-linkedin a::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url('images/lkd.svg') no-repeat scroll center center;
    background-size: contain;
    transition: 0.4s;
    position: absolute;
    top: 0;
    left: 0;
}
.ourteam-linkedin a::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url('images/linkedin-active.svg') no-repeat scroll center center;
    background-size: contain;
    position: relative;
    transition: 0.4s;
    opacity: 0;
}

.ourteam-linkedin a:hover::before {
    opacity: 0;
}
.ourteam-linkedin a:hover::after {
    opacity: 1;
}

.investors-advisors {
    float: left;
    width: 100%;
    padding: 75px 0 105px 0;
}

.investor-block {
    float: left;
    width: 20%;
    margin-bottom: 20px;
    text-align: center;
}

.investor-photo {
    display: block;
    margin: auto;
    max-width: 150px;
    height: 150px;
    width: 100%;
    background-size: cover!important;
    background-position: center center!important;
    border-radius: 50%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.investor-title {
    color: #323233;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-top: 33px;
    margin-bottom: 8px;
}

.investor-position {
    color: #323233;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.awards-container {
    float: left;
    width: 100%;
    background-color: #1f2f98;
    padding: 100px 0 184px 0;
}

.awards-center {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

.awards {
    float: left;
    width: 72.5%;
    padding-right: 11.5%;
}

.industry {
    float: left;
    width: 27.5%;
}

.awards-title {
    color: #ffffff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.1;
    height: 140px;
}

.awards-cont .award:first-child {
    padding-right: 35px;
}

.awards-cont .award:last-child {
    padding-left: 35px;
}

.award {
    float: left;
    width: 50%;
}

.award-image {
    width: 100%;
    height: 290px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    margin-bottom: 40px;
    background-position: center center!important;
}

.award-desc {
    color: #c5cdda;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 15px;
}

.award-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1;
}


.spinner {
    margin: auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #9559fd;
    border-radius: 100%;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

.whitepaper-overl {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    display: none;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
}

.whitep-v-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.whitepaper-center {
    width: 100%;
    margin: auto;
    max-width: 517px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
    background-color: #f9fafb;
    padding: 55px 45px 40px 45px;
    position: relative;
}
.loader-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.8);
    display: none;
}

.whitepaper-button a {
    display: inline-block;
    height: 50px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
    border-radius: 30px;
    background-color: #9559fd;
    line-height: 48px;
    border: 0;
    cursor: pointer;
    transition: 0.3s;
    padding: 0 60px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.whitepaper-button a:hover {
    padding: 0 65px;
}

.close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: url('images/x.svg') no-repeat;
    cursor: pointer;
    width: 15px;
    height: 15px;
    background-size: contain;
}

.whitepaper-heading {
    color: #323233;
    font-family: 'Titillium Web', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.whitepaper-subheading {
    color: #323233;
    font-size: 15px;
    font-style: italic;
    line-height: 1;
    margin-bottom: 24px;
}

.whitepaper-form input {
    float: left;
    width: 100%;
    height: 40px;
    border: 1px solid #d8d8d8;
    background-color: #ffffff;
    padding: 0 14px;
    margin-bottom: 20px;
    color: #333;
}

.wht-submit {
    padding-top: 5px;
    text-align: center;
}

.wht-submit button {
    display: inline-block;
    height: 50px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
    border-radius: 30px;
    background-color: #9559fd;
    line-height: 48px;
    border: 0;
    cursor: pointer;
    transition: 0.3s;
    padding: 0 60px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.wht-submit button:hover {
    padding: 0 65px;
}

.after-form-notice {
    text-align: center;
    padding: 12px 5% 0 5%;
    color: #323233;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
}

.req.invalid {
    border: 1px solid red!important;
}

.fof-holder {
    float: left;
    width: 100%;
    background: #f6f6f6;
    text-align: center;
    padding: 200px 0;
}

.fof {
    background: url(images/404.svg) no-repeat scroll top center;
    background-size: 200px auto;
    padding-top: 250px;
}

.fof-heading {
    color: #323233;
    font-family: 'Titillium Web', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.fof-text p a {
    color: #9559fd;
    font-size: 18px;
    font-style: italic;
    line-height: 1;
    margin-bottom: 24px;
}


.page-heading-contact .page-heading-in {
    background-color: rgba(48, 48, 55, 0.48);
}

.contact-second p {
    color: #323233;
    font-family: 'Titillium Web', sans-serif;
    font-size: 30px;
    font-style: italic;
    letter-spacing: 1.5px;
    line-height: 1.2;
}

.contact-second p strong {
    font-weight: 700;
}
.contact-second {
    float: left;
    width: 100%;
    text-align: center;
    padding: 65px 0;
}

.contact-third {
    float: left;
    width: 100%;
    padding: 60px 0 85px 0;
    background-color: #f9fafb;
}

.contact-form {
    float: left;
    width: 70%;
    padding-right: 11.66666%;
    position: relative;
}

.contact-info {
    float: left;
    width: 30%;
}

.contact-heading {
    color: #323233;
    font-family: 'Titillium Web', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.contact-form form {
    float: left;
    width: 100%;
    position: relative;
}

.contact-text {
    float: left;
    width: 100%;
}
.contact-text p a {
    color: #323233;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.map {
    float: left;
    width: 100%;
    height: 490px;
}

.contact-form .loader-holder {
    position: absolute;
    top: 0;
    bottom: -50px;
    left: -50px;
    right: -50px;
    background: rgb(249, 250, 251, 0.5);
    display: none;
}
.success-message {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    color: green;
    display: none;
}
.contact-text p {
    margin-top: 0;
    margin-bottom: 25px;
    color: #323233;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.contact-image {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.contact-image img {
    max-width: 211px;
}

.contact-form button {
    float: left;
    height: 50px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
    border-radius: 30px;
    background-color: #9559fd;
    padding: 0 60px;
    line-height: 50px;
    border: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: 0.3s;
}

.contact-form button:hover {
    padding: 0 65px;
}

.contact-form input,
.contact-form textarea {
    float: left;
    width: 100%;
    height: 40px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    padding: 0 14px;
    color: #323233;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 20px;
}

.contact-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c5cdda;
    opacity: 1; /* Firefox */
}
.contact-form textarea {
    height: 110px;
    padding: 14px;
}

.submit-noti {
    float: left;
    margin-left: 45px;
    color: #323233;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
    width: 50%;
    margin-top: 9px;
}

@media (max-width: 1660px) {
    .center-big {
        max-width: 100%;
        padding: 0 20px;
    }
    .content-block2 .content-image img {
        margin-left: -11.5%;
        float: left;
    }
    .content-block2 .content-info {
        padding-left: 0;
    }
    .content-block3 .content-info {
        padding-left: 9.4%;
    }
    .content-block1 .content-image img {
        margin-right: -13.5%;
    }
    .content-block1 .content-info {
        padding-left: 9.4%;
    }
    .fifth-right {
        width: 46%;
    }
    .fifth-left {
        width: 54%;
    }
}
@media (max-width: 1500px) {
    .footer-center {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1390px) {
    .content-block2 .content-info {
        width: 33%;
    }
    .content-block2 .content-image {
        width: 67%;
    }
    .content-block3 .content-image {
        width: 50%;
    }
    .content-block1 .content-info, .content-block3 .content-info {
        width: 33%;
        padding-right: 0;
        padding-left: 30px;
    }
    .content-block3 .content-info {
        width: 50%;
        padding-right: 30px;
    }
    .content-heading {
        font-size: 30px;
    }
    .fifth-left-heading {
        font-size: 36px;
    }
    .fifth-left-subheading {
        font-size: 16px;
    }
    .fifth-left-bulletpoints ul li {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .content-block1 .content-image {
        width: 67%;
    }
    .fifth-left {
        padding-left: 50px;
    }
    .fifth-left-more a {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .fifth-block {
        padding-top: 100px;
    }
    .fof-holder {
        padding: 120px 0;
    }
}
@media (max-width: 1260px) {
    .center,.industries-center {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .industries-home {
        padding-top: 120px;
    }
    .industries-healthcare, .retail {
        width: 50%;
        background-size: contain;
    }
    .industr-inside-hover, .retail-inside-hover {
        background-size: contain;
    }
    .slide {
        height: 550px;
    }
    .slide-heading {
        font-size: 40px;
    }
    .slide-subheading p, .slide-subheading {
        font-size: 17px;
    }
    .slide-button a {
        height: 46px;
        line-height: 45px;
        padding: 0 25px;
        font-size: 18px;
        border-radius: 25px;
    }
    .slide-button a:hover {
        padding: 0 30px;
    }
    .healthcare-last-heading {
        font-size: 30px;
    }
}

@media (max-width: 1240px) {
    .line-second, .line-first, .line-third {
        display: none;
    }
    .center-product {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
    }
}
@media (max-width: 1200px) {
    .logos-container .logo-block {
        width: 33.333333%;
        margin-bottom: 30px;
    }
    .awards-center {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hlt-last-margintop {
        margin-top: 70px;
    }
    .footer-logo {
        float: left;
        width: 100%;
        background-position: center center!important;
    }
    .copyright {
        width: 100%;
        text-align: center;
        border: 0;
        padding: 0;
        line-height: 38px;
    }
    .footer-nav {
        width: 100%;
    }


    .footer-soc {
        text-align: center;
        width: 100%;
    }
    .footer-soc a:last-child {
        margin-left: 20px;
    }
    .footer-soc a:first-child {
        margin-left: 0;
    }
    .footer-soc a {
        float: none;
        margin-left: 20px;
        display: inline-block;
    }
}
@media (max-width: 1140px) {
    .center-features {
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1100px) {
    .fifth-right {
        display: none;
    }

    .fifth-block {
        padding: 80px 0;
    }
    .fifth-left {
        width: 100%;
    }
    .content-image {
        width: 100%!important;
        text-align: center;
    }
    .content-image img {
        float: none!important;
        width: 50%;
        margin: auto!important;
    }
    .content-block .center-big {
        flex-direction: column-reverse;
    }
    .content-info {
        width: 100%!important;
        padding: 40px 20px 0 20px!important;
        text-align: center;
    }
    .content-block3 {
        padding-top: 50px;
    }
    .heading-border {
        float: none;
        margin: 0 auto 22px auto;
    }
    .content-heading {
        margin-bottom: 30px;
    }
    .content-readmore a {
        float: none;
        display: inline-block;
    }
    .content-block3 .content-image {
        padding-right: 0;
    }
    .content-bulletpoints ul li::before {
        content: '';
        display: inline-block;
        background: url(images/bulletpoints_first.svg) no-repeat scroll center left;
        width: 9px;
        height: 9px;
        position: relative;
        margin: 0px 10px 0 0;
        top: -2px;
    }
    .content-bulletpoints ul li {
        background: none!important;
        padding: 0!important;
    }
    .content-block3 .content-image img {
        width: 30%;
    }
    .content-bulletpoints {
        padding-bottom: 25px;
    }
    .whitepaper-cont {
        padding-left: 50px;
        padding-top: 90px;
    }
}
@media (max-width: 1050px) {
    .center-small, .before-last-center {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .three-icons-title {
        font-size: 24px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .bpr-title {
        font-size: 24px;
    }
    .block-product-b {
        width: 40%;
    }
    .about-center-bigger {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1000px) {
    .healthcare-last {
        padding: 70px 0;
    }
    .product-block {
        width: 100%;
        padding: 0!important;
        margin: 0 0 80px 0!important;
    }
    .product-photo {
        text-align: center;
        padding-bottom: 20px!important;
        width: 100%!important;
    }
    .center-product .product-block:nth-child(3) {
        margin-bottom: 0!important;
    }
    .center-product.center-product-spaces .product-block:nth-child(3) {
        width: 100%;
        padding: 0;
    }

    .center-product.center-product-spaces .product-block:nth-child(4) {
        margin: 0!important;
        margin-top: 80px!important;
    }
    .second-product-block {
        padding: 75px 0;
    }
    .center-product.center-product-spaces .product-block:nth-child(3) .product-b-content {
        padding: 0;
    }
    .center-product .product-block:nth-child(3) .product-b-content {
        width: 100%;
        float: left;
        padding: 0;
    }
    .product-text {
        max-width: 100%;
        padding: 0 23%;
    }
    .product-title {
        margin: 22px 0;
    }
    .product-photo img {
        max-width: 50%;
    }
    .product-b-content {
        padding: 0;
        text-align: center;
    }
    .product-line {
        float: none;
        display: inline-block;
    }
    .product-number {
        top: -40px!important;
        left: 50%!important;
        transform: translateX(-50%);
    }
    .feature-block {
        margin-top: 0!important;
    }
    .center-features .feature-block:nth-child(2) .feature-content {
        padding-top: 90px;
    }
    .t-icon-heading {
        font-size: 23px;
        margin: 28px 0 10px 0;
    }
    .icons-divider {
        background-size: 79px auto!important;
    }
    .t-icon-icon {
        background-size: 180px auto!important;
    }

    .t-icon-icon.t-icon-icon-t {
        background-size: 200px auto !important;
    }
    .second-icons-block .t-icon-icon.t-icon-icon-t.t-icon-spaces-th,
    .second-icons-block .t-icon-icon.t-icon-icon-t.t-icon-spaces-f,
    .second-icons-block .t-icon-icon.t-icon-icon-t.t-icon-spaces-s {
        background-size: contain!important;
    }
    .three-icons {
        padding-top: 80px;
    }
    .logos-heading {
        margin-bottom: 35px;
    }
}
@media (max-width: 960px) {
    .top-nav ul li a, a.get-ademo-top {
        margin-left: 30px;
    }
    .awards-title {
        font-size: 35px;
        height: 110px;
    }
    .contact-second p {
        font-size: 22px;
    }
    .contact-second p br {
        display: none;
    }
    .slide .v-center {
        position: static;
        transform: none;
    }
    .about-h-first br {
        display: none;
    }
    .about-h-first {
        font-size: 24px;
    }
    .about-h-second, .our-team-title{
        font-size: 34px;
    }
    .slide {
        height: auto;
        padding: 100px 20px;
    }
    .slide-heading, .page-heading .slide-heading {
        font-size: 28px;
    }
    .slide-subheading p, .slide-subheading {
        font-size: 16px;
    }
    .about-center {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 900px) {
    .whitepaper-cont {
        padding-top: 60px;
    }
    .contact-form {
        width: 100%;
        padding-right: 0;
        padding-bottom: 50px;
    }
    .submit-noti {
        width: 100%;
        margin-top: 15px;
        margin-left: 0;
    }
    .contact-form button {
        float: none;
    }
    .contact-info {
        float: left;
        text-align: center;
        width: 100%;
    }
    .cnt-submit {
        text-align: center;
        float: left;
        width: 100%;
    }
    .awards, .industry {
        width: 100%;
        padding-right: 0;
    }
    .industry-block .award-image {
        height: 270px !important;
        margin-bottom: 0;
    }
    .ourteam-block,
    .our-team .ourteam-block:nth-child(3n) {
        width: 45%;
        margin-bottom: 50px!important;
        margin-right: 10%;
    }
    .our-team .ourteam-block:nth-child(even) {
        margin-right: 0;
    }
    .block-product-b {
        width: 48%;
    }
    .awards .awards-title {
        height: 70px;
    }
    .last-icon-title {
        font-size: 18px;
    }
    .inside-bubble-subheading, .inside-bubble-heading {
        font-size: 16px;
    }
    .retail-inside-hover .v-center {
        transform: translateY(-43%);
    }
    .features-title, .feature-heading, .product-subheading {
        font-size: 40px;
    }
    .feature-content {
        float: left;
        width: 100%!important;
        padding: 0!important;
        margin-top: 20px;
        text-align: center;
        margin-bottom: 80px;
    }
    .feature-line {
        float: none;
        display: inline-block;
    }
    .feature-heading {
        margin: 20px 0;
    }
    .feature-text {
        padding: 0 15%;
    }
    .whitepaper-cont .feature-heading{
        font-size: 30px;
    }
    .download-whitepaper {
        padding-top: 20px;
    }
    .whitepaper-cont .feature-text{
        padding: 0;
    }
    .feature-photo {
        float: left;
        width: 100%;
        text-align: center!important;
    }
    .center-features .feature-block{
        flex-direction: column-reverse!important;
    }
    .feature-photo img {
        max-width: 50%;
    }
}
@media (max-width: 1050px) {
    .hamburger {
        display: block;
        float: right;
        margin: 9px 0 0 0;
    }
    .top-nav ul li a {
        margin-left: 0!important;
    }
    .top-nav {
        float: right;
        position: absolute;
        top: 97px;
        left: 0;
        right: 0;
        z-index: 50;
        background: #f6f6f6;
        text-align: center;
        display: none;
    }
    .top-nav .menu-main-nav-container {
        float: right;
        width: 100%;
    }
    .top-nav ul li {
        float: left;
        width: 100%;
    }
    .top-nav ul li a, a.get-ademo-top {
        margin-left: 0;
    }
    body {
        min-width: 300px;
    }
    .top-nav ul li a {
        float: left;
        width: 100%;
        border-top: 1px solid #dadada;
    }
    a.get-ademo-top {
        width: 100%;
        border-radius: 0;
        height: 50px;
        font-weight: 600;
        line-height: 50px;
        text-transform: uppercase;
    }

    a.get-ademo-top:hover {
        box-shadow: none;
    }
}
@media (max-width: 870px) {

    .icons-divider {
        background-size: 59px auto!important;
    }
    .t-icon-icon, .t-icon-icon.t-icon-icon-t {
        background-size: contain!important;
    }
    .t-icon-desc {
        font-size: 13px;
    }

    .healthcare-last-heading {
        font-size: 24px;
    }
    .last-icon-title {
        height: auto;
    }
}

@media (max-width: 768px) {
    .content-heading {
        font-size: 20px;
    }
    .contact-second {
        padding: 50px 0;
    }
    .about-divider {
        padding: 30px 0;
    }
    .about-h-second {
        padding-top: 35px;
    }
    .about-second, .our-team, .investors-advisors, .awards-container {
        padding: 70px 0;
    }
    .our-team {
        padding-bottom: 20px;
    }
    .investors-advisors {
        padding-bottom: 40px;
    }
    .investor-block {
        width: 50%;
        margin-bottom: 30px;
    }

    .our-team-title {
        margin-bottom: 50px;
    }
    .product-number {
        top: -29px!important;
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 30px;
    }
    .block-product-b {
        width: 100%;
        text-align: center;
    }
    .healthcare-last-subheading {
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .bpr-rmore a {
        float: none;
        display: inline-block;
    }
    .before-last-center .block-product-b:last-child .bpr-image {
        float: left;
        width: 100%;
        height: 180px;
        margin-top: 40px;
        background-position: center center!important;
        background-size: auto!important;
    }
    .product-before-last {
        padding-bottom: 80px;
    }
    .bpr-image  {
        background-position: center center!important;
        background-size: contain!important;
    }
    .bpr-title {
        margin-bottom: 15px;
    }

    .last-icon-block {
        float: left;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .industries-healthcare, .retail {
        width: 80%;
    }
    .retail {
        margin-top: 30px;
    }
    .industries-home {
        padding-top: 85px;
    }
    .three-icons-title br {
        display: none;
    }
    .whitepaper-image {
        float: left;
        width: 100%;
        text-align: center;
    }
    .whitepaper-cont {
        padding-top: 0;
        padding-bottom: 60px;
        width: 100%;
        padding-left: 0;
    }
    .whitepaper-image img {
        float: none;
        display: block;
        margin: auto;
        max-width: 50%;
    }
    .whitepaper{
        padding-top: 60px;
        margin-top: 0;
    }
    .whitepaper .center-features {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}
@media (max-width: 700px) {
    .feature-heading, .feature-heading {
        font-size: 24px;
    }
    .second-icons-block {
        padding: 50px 0;
    }
    .three-icons-title {
        margin-bottom: 40px;
    }

    .fifth-left {
        padding: 0 20px;
    }
    .t-icon-block {
        width: 100%;
    }
    .icons-divider {
        width: 100%;
        height: 60px;
    }
    .three-icons {
        padding-top: 50px;
    }
    .t-icon-heading {
        margin: 15px 0;
    }
    .t-icon-icon.t-icon-icon-t {
        background-size: auto 210px!important;
    }
    .second-icons-block .t-icon-icon.t-icon-icon-t.t-icon-spaces-th,
    .second-icons-block .t-icon-icon.t-icon-icon-t.t-icon-spaces-f,
    .second-icons-block .t-icon-icon.t-icon-icon-t.t-icon-spaces-s {
        background-size: contain!important;
    }
}

@media (max-width: 650px) {
    .product-photo img {
        max-width: 70%;
    }
    .product-text {
        padding: 0 10%;
    }
}
@media (max-width: 600px) {
    .slide-heading br, .page-heading .slide-heading br, .healthcare-last-heading br {
        display: none;
    }
    .healthcare-last-heading, .health-last-blocks .download-whitepaper, .product-subheading {
        padding-left: 20px;
        padding-right: 20px;
    }
    .about-text-first, .about-text-second {
        padding: 0;
    }
    .product-subheading {
        font-size: 22px;
    }
    .whitepaper-image img {
        max-width: 70%;
    }
    .feature-text {
        padding: 0;
    }
    .feature-photo img {
        max-width: 70%;
    }
    .features-title {
        font-size: 30px;
    }
    .three-icons-title {
        font-size: 18px;
    }
    .content-image img {
        width: auto!important;
        height: 192px;
    }
    .logos-container .logo-block {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .logos-heading p {
        line-height: 1.2;
    }
    .logos-heading {
        padding-left: 20px;
        padding-right: 20px;
    }
    .slide-button a {
        font-size: 14px;
    }
    .slide-button a:hover {
        padding: 0 25px;
    }
    .industries-home {
        padding-top: 55px;
    }
}

@media (max-width: 550px) {
    .ourteam-block,
    .our-team .ourteam-block:nth-child(3n) {
        width: 100%;
        margin-right: 0!important;
    }
    .ourteam-photo {
        margin-bottom: 20px;
    }
    .whitepaper-center {
        width: 94%;
        padding: 55px 25px 40px 25px;
    }
    .whitepaper-heading {
        font-size: 22px;
    }
    .whitepaper-center {
        min-width: 280px;
    }
}
@media (max-width: 520px) {
    .industries-healthcare, .retail {
        width: 100%;
    }
    .award {
        width: 100%;
        padding: 0!important;
        margin-bottom: 50px;
    }
    .center-product.center-product-spaces .product-title {
        font-size: 24px;
    }
}
@media (max-width: 500px) {
    .slide-heading, .page-heading .slide-heading {
        font-size: 22px;
    }
    .footer-nav ul li {
        margin-left: 0;
        float: left;
        width: 100%;
    }
    .footer-nav {
       padding: 20px 0;
    }
    .fifth-left-heading {
        font-size: 25px;
    }
    .fifth-left-bulletpoints ul li {
        font-size: 15px;
        margin-bottom: 15px;
        background-size: 6px auto;
        padding-left: 20px;
    }
    .fifth-left-more a,
    .fifth-left-more a:hover {
        padding: 0 15px;
    }
}

@media (max-width: 420px) {
    .investor-block {
        width: 100%;
    }
    .inside-bubble-subheading {
        display: none;
    }
    .inside-bubble-heading {
        background: none;
        padding: 0 20px 20px 20px;
    }
}

@media (max-width: 400px) {
    .fifth-left-more a:hover,
    .fifth-left-more a {
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .whitepaper-button a {
        padding: 0 30px!important;
    }
    .feature-photo img {
        max-width: 90%;
    }
    .whitepaper-image img {
        max-width: 100%;
    }
    .download-whitepaper a {
        width: 100%;
        padding: 0!important;
        text-align: center;
        font-size: 18px;
        height: 50px;
        line-height: 50px;
    }
    .whitepaper-cont {
        padding-bottom: 30px;
    }
    .product-photo img {
        max-width: 85%;
    }
    .product-text {
        padding: 0;
    }
}

.investors-blocks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


.t-icon-icon.t-icon-spaces-f {
    background: url('images/protected_icons/1.svg') no-repeat scroll center center;
}
.second-icons-block .t-icon-icon.t-icon-icon-s.t-icon-spaces-s {
    background: url('images/protected_icons/2.svg') no-repeat scroll center center;
}
.t-icon-icon.t-icon-icon-t, .second-icons-block .t-icon-icon.t-icon-icon-t.t-icon-spaces-th {
    background: url('images/protected_icons/3.svg') no-repeat scroll center center;
}

.second-product-block-spaces .features-title {
    margin-bottom: 80px;
}
.second-product-block-spaces {
    padding-top: 20px;
    padding-bottom: 50px;
}

.features-title-spc {
    margin-bottom: 80px;
}

@media (max-width: 1200px) {
    .top-nav ul li a {
        margin-left: 25px;
    }
}

.spaces-last-heading .center {
    font-size: 28px;
}

@media (max-width: 600px) {
    .spaces-last-heading .center {
        font-size: 18px;
    }
}