/* ----------------------------------------------- */
/* BASIC SETUP */
/* ----------------------------------------------- */



* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

html,
body {
    color: #2c3e50;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    background: #fff;

}

body {
    overflow-x: hidden;

}

.clearfix {zoom: 1;}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.nopadding {
    padding: 0;
}



/* REUSABLE COMPONENTS */

.row {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 15px;
}


.fright {
    float: right;
}


.block {
    display: block;
}

h1,h2,h3,h4,h5,h6 {
    text-align: center;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 700;
    margin: 25px 0 25px 0; /* top right bottom left */
    text-transform: uppercase;
    letter-spacing: 15px;
    line-height: 4rem;
    font-size: 4rem;
    width: 100%;
    text-shadow: 2px 2px 2px  rgba(0, 0, 0, .7);
}



h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 25px 0 25px 0; /* top right bottom left */
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 1.8rem;
    font-size: 1.8rem;
    width: 100%;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 25px 0 25px 0; /* top right bottom left */
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.5rem;
    font-size: 1.5rem;
    width: 100%;
}



h2.subtitle-stats, h2.subtitle-testimonials {
    color: #fff;
    text-shadow: 1px 1px 1px  rgba(0, 0, 0, .7);
}

h2.subtitle-testimonials {
    margin-top: 0;
}

span.glow {
    color: #FFA330;
}


h3.clients-subtitle {
    text-transform: lowercase;
    margin-top: 100px;
    margin-bottom: 0;
}


h3.subtitle {
    text-align: left;
}

h3.subtitle-small {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.2rem;
}



h3.subtitle-code {
    text-transform: lowercase;
    opacity: .5;
    text-align: right;
    color: #FFA330;

}





h3.subtitle:after {
    content: " ";
    display: block;
    width: 25px;
    height: 5px;
    background: #2c3e50;
}



h3.similar-heading {
    font-size: 1rem;
    line-height: 2rem;
    min-height: 100px;
    display: block;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}


h1.banner-title {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2rem;
}

h1.static-page-title {
    padding-top: 10vh;
    font-size: 2.5rem;
    color: rgba(0, 0, 0, 0.7);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

p.text-about,p.text-portfolio {
    text-align: left;
    color: #2c3e50;
    font-size: .9rem;
    line-height: 1.2rem;
    font-weight: 300;
}

input[type="file"] {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    height: 39px;
    padding: 0;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    width: 145px;
    cursor: pointer;
}


.custom-label {
    position: relative;
    display: inline-block;
    left: 0;
    top: 0;
    width: auto;
    cursor: pointer;
}

.custom-label i {
    padding-right: 5px;
    font-size: 150%;
}

.custom-label span {
    height: 34px;
    display: block;
    line-height: .9rem;
}



p.text-desc {
    text-align: left;
    color: #fff;
    font-size: .9rem;
    line-height: 1.2rem;
    font-weight: 300;
}

p.text-eflex {
    text-align: center;
    color: #2c3e50;
    font-size: .9rem;
    line-height: 1.2rem;
    font-weight: 300;
}

p.text-portfolio {
    padding-right: 2.5vh;
}

p.text-services {
    color: #2c3e50;
    font-size: .9rem;
    line-height: 1.2rem;
    font-weight: 300;
    text-align: left;
}

p.text-blog {
    color: #2c3e50;
    font-size: .9rem;
    line-height: 1.2rem;
    font-weight: 300;
    text-align: center;
}

p.text-blogpost {
    color: #2c3e50;
    font-size: .9rem;
    line-height: 1.2rem;
    font-weight: 300;
    text-align: left;
}


.skillset {
    margin-right: 15px;
    display: block;
}

.nocursor:hover {
    cursor: inherit!important;
}

.skillset li {
    display: inline-block;
    color: #2c3e50;
    font-size: .9rem;
    line-height: 1.2rem;
    font-weight: 300;
    text-align: left;
    list-style: none;
    text-decoration: none;
    padding: 5px;
}

.skillset li.skillset-title {
    display: block;
}

.checkmark-inline {

    display: inline-block;
    color: #2c3e50;
    font-size: .9rem;
    line-height: 1.2rem;
    font-weight: 300;
    text-align: left;
    list-style: none;
    text-decoration: none;
    padding: 5px;
    padding-left: 0;
}

p.text-contact {
    text-align: right;
    color: #2c3e50;
    font-size: .9rem;
    line-height: 1.2rem;
    font-weight: 300;
}

p.text-contact i {
    margin-right: 5px;
}



p.testimonials-text {
    color: #fff;
    text-align: center;
    margin: 0 auto!important;
    width: 85%;
    padding: 5px;
    font-weight: 300;
    letter-spacing: .04rem;
    margin: 0;
    text-shadow: .2px .2px .2px #fff;
}


p.testimonials-text-b {
    color: #fff;
    font-size: .9rem;
    text-align: center;
    margin: 0 auto!important;
    width: 85%;
    padding: 5px;
    font-weight: 700;
    letter-spacing: .04rem;
    margin: 0;
    font-style: italic;
    text-shadow: .2px .2px .2px #fff;
}


h2.products-title {
    color: #fff;
    margin: 0;
    font-size: 1rem;
    line-height: 1rem;
    padding-left: 1.5vh;
    padding-right: 1.5vh;
}

.products-paragraph {
    color: #fff;
}


span.reverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}


.join-us-container form {
    margin: 0 auto;
    display: block;
    width: 50%;
}


h3.subtitle-eflex {
    font-size: .7rem;
    line-height: 1rem;
    margin: 0 auto;
    width: 65%;
    text-transform: lowercase;
}


.blue {
    color: #3498db!important;
}




/* NAVIGATION */



nav {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 99999999999;
    -webkit-box-shadow: 1px 1px 1px #3498db;
            box-shadow: 1px 1px 1px #3498db;
}

.main-nav {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    list-style: none;
    vertical-align: middle;
    width: 100%;
    text-align: right;
    margin: 0;
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;


}


.main-nav li {
    display: inline-block;
    font-size: .7rem;
    line-height: 60px;
    margin: 0;
}



.main-nav li a {
    padding-left: 15px;
    padding-right: 15px;
}

.main-nav li a img {
    padding-bottom: 5px;
    height: 20px;
}



.main-nav li a:link,
.main-nav li a:visited {
    display: block;
    color: #3498db;
    text-decoration: none;
    text-transform: uppercase;
}

.main-nav li a:hover,
.main-nav li a:active {
    -webkit-transition: .6s ease all;
    -o-transition: .6s ease all;
    transition: .6s ease all;
    background: #3498db;
    color: #fff;
}

.main-nav.in {
    overflow-x: hidden;
}

.mnav {
    padding-bottom: 15px;
}



.mobile li a:hover, .mobile li a:active {
    background: none;
    color: #3498db;
}



.mobile-burger {
    display: none;
}


.icon-bar {
    background-color: #3498db;
}


.navbar-toggle {
    padding: 0;
    margin: 0;
    min-height: 60px;

}

.navbar-toggle.active {
    min-height: 0;
}








.nav-toggle.active span {
    background-color: transparent;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}



.nav-toggle.active span.icon-bar.bar-1 {
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg);
    background: #3498db;
}

.nav-toggle.active span.icon-bar.bar-2 {
    /*    top: 10px;*/
    -webkit-transform: translateY(-5px) rotate(-45deg);
    -ms-transform: translateY(-5px) rotate(-45deg);
        transform: translateY(-5px) rotate(-45deg);
    background-color: #3498db;
}




/* HEADER */


section.landing-page {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url(../img/hero.jpg);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7))), url(../img/hero.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url(../img/hero.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url(../img/hero.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

section.banner {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url(../img/banner.jpeg);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7))), url(../img/banner.jpeg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url(../img/banner.jpeg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url(../img/banner.jpeg);
    background-size: cover;
    background-position: center;
    height: 40vh;
}


.text-box {
    position: absolute;
    display: block;
    left: 50%;
    top: 25%;
    -webkit-transform: translate(-50%,-75%);
    -ms-transform: translate(-50%,-75%);
        transform: translate(-50%,-75%);
    width: 100%;
}

.features-container {
    position: absolute;
    display: block;
    left: 50%;
    top: 70%;
    -webkit-transform: translate(-50%,-40%);
    -ms-transform: translate(-50%,-40%);
        transform: translate(-50%,-40%);
    width: 100%;
}

.features-box h3 {
    color: #fff;
    font-size: 1rem;
    margin: 0;
}

.stats-box h3 {
    color: #fff;
    font-size: 1rem;
    margin: 0;
    text-transform: lowercase;
}

.features-box p, .stats-box p {
    color: #fff;
    font-size: .8rem;
}

.feature-icons, .stats-icons {
    text-align: center;
    display: block;
    font-size: 300%;
    color: #fff;
}

.feature-icon {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}

.stats-icon {
    display: block;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 10px;
}

.eflex-feature-icons {
    text-align: center;
    display: block;
    font-size: 250%;
    color: #2c3e50;
}



.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}
.icon-scroll {
    width: 30px;
    left: 50%;
    top: 95%;
    -webkit-transform: translate(-50%,-95%);
    -ms-transform: translate(-50%,-95%);
        transform: translate(-50%,-95%);
    -webkit-box-shadow: inset 0 0 0 1px #fff;
            box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
    height: 50px;
}
.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}
@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}



/* LOGO */






.logo img {
    display: block;
    width: auto;
    height: 60px;
    float: left;
}


.logo a svg.brand-logo {
    fill: #3498db;
    display: block;
    width: auto;
    height: 60px;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
}

/* SLIDER */






.testimonials-item {
    outline: none;
}








.slick-prev {
    left: 0;
    width: 40px;
    height: 40px;
    z-index: 9999999999999;
}

.slick-next {
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 9999999999999;
}


.slick-prev:before, .slick-next:before {
    font-size: 1rem;
}

.slick-dots {
    bottom: 0;
    position: relative;
}

.slick-dots li.slick-active button:before {
    color: #fff;
}

.slick-dots li button:before {
    color: #fff;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.testimonials-item {
    margin-left: 1.5%;
    margin-right: 1.5%;
}



blockquote {
    border-left: none;
}










/* CONTENT */

.content-landing {
    padding-top: 10vh;
    min-height: 100vh;
}


.content-site {
    padding-top: 15px;
    padding-bottom: 15px;
/*    min-height: 100vh;*/
    width: 100%;
}

.content-products {
    width: 100%;
    min-height: 80vh;
}






p {
    text-align: center;
    color: #aaa;
}



.works-container {
    padding-top: 5vh;
    padding-bottom: 25vh;
}

.works-view {
    padding-top: 5vh;
    padding-bottom: 5vh;
}


.work-container-small {
    -webkit-transform: translate(-10vh,7vh) rotate(-30deg);
    -ms-transform: translate(-10vh,7vh) rotate(-30deg);
        transform: translate(-10vh,7vh) rotate(-30deg);
    -webkit-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
    cursor: pointer;
    border: 1px solid #ddd;

}



.work-container-medium {
    -webkit-transform: translate(-8vh,5vh) rotate(-30deg);
    -ms-transform: translate(-8vh,5vh) rotate(-30deg);
        transform: translate(-8vh,5vh) rotate(-30deg);
    -webkit-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
    cursor: pointer;
    border: 1px solid #ddd;
}

.work-container-large {
    -webkit-transform: translate(5vh,5vh) rotate(-30deg);
    -ms-transform: translate(5vh,5vh) rotate(-30deg);
        transform: translate(5vh,5vh) rotate(-30deg);
    -webkit-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
    cursor: pointer;
    border: 1px solid #ddd;
}



.work-container-large img, .work-container-medium img, .work-container-small img {
    max-width: 100% !important;
    height: auto;
    width: 100% !important;
    margin: 0 auto;
}


.formobile {
    padding-bottom: 5vh;
}

.formobile img {
    display: block;
    width: 100%;
}








.work-box {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.work-box p {
    color: #2c3e50;
}



.btn-itxs {
    border-radius: 0;
    border: 1px solid #2c3e50;
    color: #2c3e50;
    background: transparent;
    font-size: .9rem;
    text-shadow: none;
    font-weight: 100;
    margin-bottom: .5rem;
    text-transform: uppercase;
}

input[type=submit] {
    width: 120px;
}

.btn-itxs:hover, .btn-itxs:active, .btn-itxs:focus, .btn-itxs.active {
    background: none;
    color: #3498db;
    border: 1px solid #3498db;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn-itxs:active:hover, .btn-itxs:active:focus {
    background: none;
    border: 1px solid #3498db;
    color: #3498db;
    -webkit-box-shadow: none;
            box-shadow: none;
}


.btn-facebook {
    border-radius: 0;
    border: 0.05rem solid #3b5998;
    color: #fff;
    background: #3b5998;
    font-size: .9rem;
    text-shadow: none;
    font-weight: 100;
    vertical-align: baseline;
    white-space: pre-wrap;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn-facebook i {
    padding-right: .25rem;
}


.btn-facebook:hover, .btn-facebook:active, .btn-facebook:focus, .btn-facebook.active {
    background: #3b5998;
    color: #fff;
    border: 0.05rem solid #3b5998;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn-facebook:active:hover, .btn-facebook:active:focus {
    background: #3b5998;
    border: 0.05rem solid #3b5998;
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
}


.btn-view-more {
    border-radius: 0;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    font-size: .9rem;
    text-shadow: none;
    text-align: center;
    width: 150px;
    margin: 0 auto;
    display: block;
    font-weight: 100;
    -webkit-transition-timing-function: all 1s cubic-bezier(.17,.67,.83,.67);
    -o-transition-timing-function: all 1s cubic-bezier(.17,.67,.83,.67);
       transition-timing-function: all 1s cubic-bezier(.17,.67,.83,.67);

}

.btn-view-more:hover, .btn-view-more:active, .btn-view-more:focus, .btn-view-more.active {
    background: none;
    color: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
        transform: scale(1.1);
}

.btn-view-more:active:hover, .btn-view-more:active:focus {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
}



.btn-post-view-more {
    border-radius: 0;
    border: 1px solid #2c3e50;
    color: #2c3e50;
    background: transparent;
    font-size: .9rem;
    text-shadow: none;
    text-align: center;
    width: 150px;
    margin: 0 auto;
    display: block;
    font-weight: 100;
}

.btn-post-view-more:hover, .btn-post-view-more:active, .btn-post-view-more:focus, .btn-post-view-more.active {
    background: none;
    color: #3498db;
    border: 1px solid #3498db;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn-post-view-more:active:hover, .btn-post-view-more:active:focus {
    background: none;
    border: 1px solid #3498db;
    color: #3498db;
    -webkit-box-shadow: none;
            box-shadow: none;
}



.stats {
    width: 100vw;
    margin-left: calc(-1 * ((100vw - 100%) / 2));
    background: #3498db;
    background-size: cover;
    background-position: center;
    height: 40vh;
    display: block;
}

.testimonials {
    width: 100vw;
    margin-left: calc(-1 * ((100vw - 100%) / 2));
    background-position: center;
    min-height: 70vh;
    display: block;
    background-image: -webkit-linear-gradient(rgba(52, 152, 219, 0.64), rgb(52, 152, 219)), url(../img/testimonials.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 152, 219, 0.64)), to(rgb(52, 152, 219))), url(../img/testimonials.png);
    background-image: -o-linear-gradient(rgba(52, 152, 219, 0.64), rgb(52, 152, 219)), url(../img/testimonials.png);
    background-image: linear-gradient(rgba(52, 152, 219, 0.64), rgb(52, 152, 219)), url(../img/testimonials.png);
    color: #fff;
    background-attachment: fixed;
}





.stats-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    width: 100%;
}

.testimonials-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    width: 100%;
}


.clients-container {
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.clients {
    padding: 15px;
    border-right: 1px solid #2c3e50;
    border-bottom: 1px solid #2c3e50;
}

.client-container:nth-of-type(3n) .clients {
    border-right: 0!important;
}

.client-container:nth-last-of-type(-n+3) .clients {
    border-bottom: 1px solid transparent;
}

.clients img {
    display: block;
    width: 40%;
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.clients img:hover {
    -webkit-filter: none;
    filter: none;
}


.nbr {
    border-right: 0!important;
}

.nbb {
    border-bottom: 0!important;
}

.statistics {
    padding-top: 5vh;
}



.about-section, .eflex-section {
    padding-bottom: 30px;
}

.clients-section {
    padding-top: 5vh;
    padding-bottom: 5vh;
}


.products {
    min-height: 40vh;
}

.products:nth-of-type(5n+1) {
    background: #2c3e50;
}

.products:nth-of-type(5n+2) {
    background: #FFA330;
}

.products:nth-of-type(5n+3) {
    background: #f04043;
}

.products:nth-of-type(5n+4) {
    background: #3f34db;
}

.products:nth-of-type(5n+5) {
    background: #00d0a6;
}

.products:nth-of-type(5n+6) {
    background: #2c3e50;
}



.products img,
.products svg {
    padding-top: 2.5vh;
    padding-bottom: 2.5vh;
    /*width: 100%;*/
    height: 110px;
    display: block;
    margin: 0 auto;
}


.ecommerce {
    /*background: #2c3e50;*/
}

.products-desc,
.ecommerce-desc, .sfa-desc, .erp-desc, .wms-desc, .cs-desc {
    padding-left: 2.5vh;
    padding-right: 2.5vh;
    padding-bottom: 2.5vh;
    position: absolute;
    display: block;
    left: 100%;
    bottom: 10%;
    width: 100%;
    -webkit-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
}

.products-desc,
.ecommerce-desc .centered {
    margin: 0 auto;
    text-align: center;
}

.sfa {
    /*background: #FFA330;*/
}

.sfa-left img {
    width: 120%;
    display: block;
    margin: 0 auto;
    -webkit-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
        transform: translateX(-15%);

}

.sfa-center img {
    width: 70%;
    display: block;
    margin: 0 auto;
}

.erp {
    /*background: #f04043;*/
}



.erp-right img {
    width: 140%;
    margin: 0 auto;
    display: block;
}






.erp-left img {
    width: 140%;
    margin: 0 auto;
    display: block;
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
        transform: translateX(-30%);
}

.erp-center img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.wms {
    /*background: #3f34db;*/
}

.wms-right img {
    width: 50%;
    display: block;
    margin: 0 auto;
}

.cs {
    /*background: #00d0a6;*/

}

.hire-us {
    background: #fff;
    min-height: 40vh;
}


.hire-btn {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    min-width: 25%;
}


.more-text {
    display: none;
}


.eflex-logo:hover {
    cursor: pointer;
}

.eflex-feature-icons:hover {
    cursor: pointer;
}


.hmore {
    display: none;
}

.hless {
    display: none;
}

.btn-more {
    margin: 0 auto;
    display: block;
}


.product-container, .product-container-ecommerce, .product-container-sfa, .product-container-erp, .product-container-wms, .product-container-cs {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    -webkit-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
    width: 100%;
}


.products:hover img,
.products:hover .featured-products .featured-products-path,
.ecommerce:hover .featured-products .featured-products-path, .sfa:hover .featured-products .featured-products-path, .erp:hover .featured-products .featured-products-path, .wms:hover .featured-products .featured-products-path, .cs:hover .featured-products .featured-products-path {
    transform: rotate(360deg);
    transform-origin: 50% 50%;
    -ms-transform: rotate(360deg);
    -ms-transform-origin: 50% 50%;
    -webkit-transform: rotate(360deg);
    -webkit-transform-origin: 50% 50%;
}
.product-container img,
.products .featured-products .featured-products-path,
.ecommerce .featured-products .featured-products-path, .sfa .featured-products .featured-products-path, .erp .featured-products .featured-products-path, .wms .featured-products .featured-products-path, .cs .featured-products .featured-products-path {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    -ms-transform: rotate(0deg);
    -ms-transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
}

.forproducts:link, .forproducts:active, .forproducts:focus, .forproducts:hover, .forproducts:visited {
    text-decoration: none;
}


.products:hover,
.ecommerce:hover, .sfa:hover, .erp:hover, .wms:hover, .cs:hover {
    cursor: pointer;
}

.products:hover .products-desc,
.ecommerce:hover .ecommerce-desc {
    -webkit-transform: translate(-100%,0%);
    -ms-transform: translate(-100%,0%);
        transform: translate(-100%,0%);
}

.products:hover .product-container,
.ecommerce:hover .product-container-ecommerce {
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
    top: 0;
}
.sfa:hover .sfa-desc {
    -webkit-transform: translate(-100%,0%);
    -ms-transform: translate(-100%,0%);
        transform: translate(-100%,0%);
}

.sfa:hover .product-container-sfa {
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
    top: 0;
}


.erp:hover .erp-desc {
    -webkit-transform: translate(-100%,0%);
    -ms-transform: translate(-100%,0%);
        transform: translate(-100%,0%);
}

.erp:hover .product-container-erp {
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
    top: 0;
}


.wms:hover .wms-desc {
    -webkit-transform: translate(-100%,0%);
    -ms-transform: translate(-100%,0%);
        transform: translate(-100%,0%);
}

.wms:hover .product-container-wms {
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
    top: 0;
}


.cs:hover .cs-desc {
    -webkit-transform: translate(-100%,0%);
    -ms-transform: translate(-100%,0%);
        transform: translate(-100%,0%);
}

.cs:hover .product-container-cs {
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
    top: 0;
}




.solutions-container {
    padding-right: 5vh;
}

.services {
    padding-bottom: 10vh;
}

.solutions img {
    width: 120%;
}

.maintenance img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.maintenance-container {
    padding-right: 5vh;
}

.outsourcing-container {
    padding-right: 5vh;
}

.portfolio-content {
    padding-top: 5vh;
}

.portfolio-box {
    width: 85%;
    margin: 0 auto;
}

.portfolio-item {
    padding-bottom: 5vh;
}

.portfolio-box img {
    padding: 15px;
    width: 100%;
    display: block;
    opacity: .3;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
        transform: scale(.8);
    -webkit-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
}

.portfolio-box {
    -webkit-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
    cursor: pointer;
}



.portfolio-box:hover img {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1)
}

.portfolio-item-desc {
    padding-bottom: 10vh;
}


.browser-mockup {
    border-top: 2em solid rgba(230, 230, 230, 0.7);
    -webkit-box-shadow: 5px 5px 15px #555;
            box-shadow: 5px 5px 15px #555;
    position: relative;
    border-radius: 3px 3px 0 0;
}

.browser-mockup:before {
    display: block;
    position: absolute;
    content: '';
    top: -1.25em;
    left: 1em;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background-color: #ff5f5d;
    -webkit-box-shadow: 0 0 0 2px #ff5f5d, 1.5em 0 0 2px #fdbe00, 3em 0 0 2px #1cd039;
            box-shadow: 0 0 0 2px #ff5f5d, 1.5em 0 0 2px #fdbe00, 3em 0 0 2px #1cd039;
}



/* overlayer for portfolio */


a.forport:focus, a.forport:active, a.forport:link, a.forport:visited {
    outline: none;
}

/*modal fullscreen */

.overlay {
    padding-right: 0!important;
}

.modal-open {
    padding-right: 0!important;
}

body.modal-open {
    overflow: hidden;
}




.modal.modal-fullscreen {
    /* Maximize the main wrappers on the screen */
    /* Make the parent wrapper of the modal box a full-width block */
    /* Remove borders and effects on the content */
    /**
    * /!\ By using this feature, you force the header and footer to be placed
    * in an absolute position. You must handle by yourself the margin of the
    * content.
    */
}

.modal-header {
    border-bottom: none;
    padding-top: 60px;
}
.itxs-close {
    color: #3498db;
    font-weight: 300;
    font-size: 3rem;
    opacity: .5;
    outline: none;
}
.itxs-close:hover {
    color: #3498db;
    opacity: 1;
}
.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    min-height: 100vh;
}
.modal.modal-fullscreen .modal-dialog {
    margin: 0;
    width: 100%;
    -webkit-animation-duration:0.6s;
    animation-duration:0.6s;
}
.modal.modal-fullscreen .modal-content {
    border: none;
    border-radius: 0;
    -o-box-shadow: inherit;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
}
.modal.modal-fullscreen.force-fullscreen {
    /* Remove the padding inside the body */
}
.modal.modal-fullscreen.force-fullscreen .modal-body {
    padding: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
    left: 0;
    position: relative;
    right: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header {
    top: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-footer {
    bottom: 0;
}




/* end overlayer for portfolio */



.eflex-feature {
    padding-top: 30px;
    padding-bottom: 30px;
}

.eflex-features-container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.eflex-features-container img {
    /*width: 20%;*/
    display: block;
    margin: 0 auto;
    height: auto;
}

.eflex-feature-img {
    padding-bottom: 24px;
    width: 40px;
}


.blog-content {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #2c3e50;
}

.blog-desc-post {
    padding: 15px;

}

.blog-desc-social:before {
    content: " ";
    display: block;
    border-top: 1px solid #2c3e50;
}

.blog-desc-social {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 100px;

}

ul.pagination {
    float: right;
}

.pagination li.space-pages {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #2c3e50;
    text-decoration: none;
}

.pagination li a {
    color: #2c3e50;
    border-radius: 0!important;
    border: none!important;
}

.pagination li a:hover, .pagination li a:focus {
    background: transparent;
    color: #2c3e50;
}

.blog img {
    width: 100%;
    display: block;
}



.similar {
    padding-left: 15px;
    padding-right: 15px;
}

.similar img {
}

.similar-post-image {
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 170px;
    height: auto;
}


.mask-similar-post-image {
    width: 100%;
    min-height: 170px;
    height: auto;
    visibility: hidden;
    background:black;
    opacity: .8;
}

.similar:hover .mask-similar-post-image {
    visibility: visible;
}

.similar:hover .view-blogpost {
    top: 65%;
    left: 50%;
    opacity: 1;
}

.link-similar-post {
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
}


.view-blogpost {
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
        transform: translate(-50%,0%);
    opacity: 0;
    z-index: 999999999;
    border-color: #fff;
    color: #fff;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}

.share-social-icons {
    float: right;
}


.share-social-icons li.share {
    font-style: italic;
    font-weight: 100;
}

.share-social-icons li {
    display: inline-block;
    list-style: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
}

.share-social-icons li a {
    text-decoration: none;
    color: #2c3e50;
    text-align: center;

}

.share-social-icons li a i {
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    font-size: 100%;
}

.share-social-icons li a i:hover, .share-social-icons li a i:focus  {
    font-size: 150%;
}

/* CONTACT SECTION */




/* form starting stylings ------------------------------- */
.group {
    position: relative;
    margin-bottom: 35px;
}

input {
    font-size: 18px;
    padding: 5px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #2c3e50;
    background: transparent;
}

input:focus {
    outline: none;
}

/* LABEL ======================================= */
label {
    color: #2c3e50;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    left: 5px;
    top: 10px;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    pointer-events: none;
}

.lname, .lemail, .lmessage {
    pointer-events: none;
}

/* active state */
/*input:focus ~ label, input:valid ~ label {*/
    /*top: -20px;*/
    /*font-size: 14px;*/
    /*color: #2c3e50;*/
/*}*/


.event-registration input {
    width: 100%;
}

.event-registration label {
    pointer-events: none;
}

/* active state */
input:valid ~ label,
input:focus ~ label {
    top: -20px;
    font-size: 14px;
    color: #2c3e50;
}


/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #2c3e50;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}



/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #2c3e50;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #2c3e50;
    }

    to {
        width: 0;
        background: transparent;
    }
}






/* END CONTACT SECTION */



.contact {
    padding-top: 5vh;
    padding-right: 5vh;
}

.location {
    padding-top: 5vh;
}






/* animations */




/* FOOTER */

footer {
    background: #0d1010;
    height: auto;
    width: 100%;
    color: #fff;
}




.footer-nav {
    display: block;
    list-style: none;
    position: relative;
    vertical-align: middle;
}


.footer-nav li {
    text-transform: none;
    font-size: 0.7rem;
    padding-top: 5px;
}

.footer-nav li i {
    vertical-align: middle;
    font-size: 170%;
    width: 20px;
    margin-right: 5px;
    display: inline-block;
}


.footer-nav li a {
    font-size: 0.7rem;
    color: #fff;
    text-decoration: none;
    letter-spacing: .5px;
    text-transform: none;
    text-align: left;
}

.footer-nav li.navi-head a:hover, .footer-nav li.navi-head a:focus, .footer-nav li.navi-head a:active, .footer-nav li.navi-head a:link, .footer-nav li.navi-head a:visited {
    color: #fff;
}


.footer-nav li a:link,
.footer-nav li a:visited {

}

.footer-nav li a:hover,
.footer-nav li a:active {
    color: #3498db;
}


.footer-nav li.navi-head {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: .8rem;
    color: #fff;
}

.footer-nav li.navi-head:after {
    content: " ";
    display: block;
    background: #fff;
    width: 100%;
    height: 1px;
}

.social-media li.social-title {
    text-transform: uppercase;
    font-size: 1rem;
    color: #FFA330;
    padding-bottom: 15px;
    display: block;
}


.social-media {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
}


.social-media li {
    list-style: none;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}


.social-media li a {
    color: #fff;
}


.social-media li a.fb-social:active, .social-media li a.fb-social:hover {
    color: #3c599b;
    -webkit-transition: .6s ease all;
    -o-transition: .6s ease all;
    transition: .6s ease all;
}

.social-media li a.in-social:active, .social-media li a.in-social:hover {
    color: #017bbe;
    -webkit-transition: .6s ease all;
    -o-transition: .6s ease all;
    transition: .6s ease all;
}

.social-media li a.yt-social:active, .social-media li a.yt-social:hover {
    color: #cc181e;
    -webkit-transition: .6s ease all;
    -o-transition: .6s ease all;
    transition: .6s ease all;
}

.social-media li a.vm-social:active, .social-media li a.vm-social:hover {
    color: #44bbff;
    -webkit-transition: .6s ease all;
    -o-transition: .6s ease all;
    transition: .6s ease all;
}










a .social-icons {
    width: 70px;
    display: block;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}



a .social-icons:hover {
    -webkit-filter: none;
    filter: none;
}




.big-social-icons {
    font-size: 150%;
}

.copy {
    font-size: .68888rem;
    text-align: center;
    letter-spacing: 1px;
    display: block;
    color: #fff;
    font-weight: 100;
}


.flink {
    color: #fff;
}


.flink:active, .flink:hover {
    text-decoration: none;
    color: #3498db;
}


/* COOKIES POP-UP */

.cookiesContent .cc_btn{
    display: inline-block;
}

.cookiesContent {
    padding: 10px 20px;
    border: 1px solid #3498db;
    background: #F7F7F7;
    text-align: center;
    font-size: 14px;
}

.cookie-text {
    margin-bottom: 10px;
}
.cookie-text span a {
    text-decoration: none;
    color: #337ab7;;
}

.cookie-text span a:focus,
.cookie-text span a:hover {
    color: #666;
}


.cookie-float {
    position: fixed;
    bottom: 0px;
    background: none;
    z-index: 100;
}

/* COOKIES POP-UP */


@media (min-width:1085px) {
    .main-nav {
        display: block;
    }
}

@media (min-width:320px) and (max-width:1084px) {
    .main-nav li {
        display: block;
        text-align: center;
    }

    .logo-ui a svg.brand-logo {
        float: none!important;
        margin: 0 auto;
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

}

@media (min-width:320px) and (max-width: 1023px) {
    .product-container,
    .product-container-ecommerce, .product-container-sfa, .product-container-erp, .product-container-wms, .product-container-cs {
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
    top: 0;
    }
    .products-desc,
    .ecommerce-desc, .sfa-desc, .erp-desc, .wms-desc, .cs-desc {
    -webkit-transform: translate(-100%,0%);
    -ms-transform: translate(-100%,0%);
        transform: translate(-100%,0%);
    }
    p.text-desc {
        text-align: center;
    }
}


@media (min-width:768px) and (max-width:1084px) {
    .navbar-toggle {
        display: block;
    }
}

@media (min-width: 160px) and (max-width: 425px) {
    .stats {
        height: 55vh;
    }
    .features-container {
        top: 50%;
    }
    .text-box {
        top: 25%;
        -webkit-transform: translate(-50%,-75%);
        -ms-transform: translate(-50%,-75%);
            transform: translate(-50%,-75%);
    }
    h1 {
        line-height: 2rem;
        font-size: 1.2rem;
    }
    .feature-icons {
        font-size: 200%;
    }
    .features-box h3 {
        font-size: .8rem;
    }
    h2 {
        line-height: 1.5rem;
        font-size: 1rem;
    }
    h3 {
        line-height: 2rem;
        font-size: 1.2rem;
    }
    .stats-box h3 {
        font-size: .6rem;
        line-height: 1rem;
    }
    p.text-desc {
        font-size: .7rem;
        line-height: 1rem;
    }
    .product svg {
        height: 120px;
    }
    h2.products-title {
        font-size: .7rem;
        line-height: .7rem;
    }
    .work-box p {
        font-size: .8rem;
    }
    .btn-itxs {
        font-size: .7rem;
    }
    p.testimonials-text {
        font-size: .7rem;
        padding: 5px;
    }
    .slick-prev:before, .slick-next:before {
    font-size: 1rem;
    }

    .footer-nav li {
        text-align: center;
    }
    h3.subtitle {
        line-height: 1.3rem;
        font-size: 1.3rem;
    }
    h3.subtitle-small {
        line-height: 1rem;
        font-size: 1rem;
    }
    h1.banner-title {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
    .stats-icons {
        font-size: 200%;
    }


}


@media (min-width: 425px) and (max-width: 992px) {
    .features-container {
        top: 57%;
    }
    .text-box {
        top: 25%;
        -webkit-transform: translate(-50%,-75%);
        -ms-transform: translate(-50%,-75%);
            transform: translate(-50%,-75%);
    }
    h1 {
        font-size: 2rem;
        line-height: 3rem;
    }
    .stats-box h3 {
        font-size: .8rem;
        line-height: .8rem;
    }

}


@media (min-width: 160px) and (max-width: 992px) {
    .clients img {
        width: 100%;
    }


}

@media (min-width: 160px) and (max-width: 991px) {

    .contact {
        padding-right: 0;
    }
    .erp-right img, .erp-left img {
    width: 100%;
    }
    .erp-left img {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    }
    .solutions img {
        width: 100%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
        margin: 0 auto;
    }
    .maintenance img {
        width: 80%;
        margin: 0 auto;
    }

}



@media (min-width: 160px) and (max-width: 767px) {
    .works-container {
        display: none;
    }
    .content-landing {
        padding-top: 0;
        padding-bottom: 0;
    }
    .footer-nav li {
        text-align: center;
    }
    .solutions img {
    display: block;
    width: 100%;
    }

}





/* DEVICES */


@media (min-device-width:320px) and (max-device-width: 1023px) {
    .product-container,
    .product-container-ecommerce, .product-container-sfa, .product-container-erp, .product-container-wms, .product-container-cs {
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
    top: 0;
    }
    .products-desc,
    .ecommerce-desc, .sfa-desc, .erp-desc, .wms-desc, .cs-desc {
    -webkit-transform: translate(-100%,0%);
    -ms-transform: translate(-100%,0%);
        transform: translate(-100%,0%);
    }
    p.text-desc {
        text-align: center;
    }
}


@media (min-device-width:768px) and (max-device-width:1084px) {
    .navbar-toggle {
        display: block;
    }


}

@media (min-device-width: 160px) and (max-device-width: 425px) {
    section.landing-page {
        height: 150vh;
    }
    .features-container {
        top: 75%;
    }
    .text-box {
        top: 30%;
        -webkit-transform: translate(-50%,-75%);
        -ms-transform: translate(-50%,-75%);
            transform: translate(-50%,-75%);
    }
    h1 {
        line-height: 2rem;
        font-size: 1.2rem;
    }
    .feature-icons {
        font-size: 150%;
    }
    .features-box h3 {
        font-size: .8rem;
    }
    h2 {
        line-height: 1.4rem;
        font-size: .7rem;
        margin: 0;
    }
    h2.subtitle-stats {

    }
    .stats-box h3 {
        font-size: .5rem;
        line-height: 1rem;
    }
    p.text-desc {
        font-size: .7rem;
        line-height: 1rem;
    }
    .product svg {
        height: 120px;
    }
    h2.products-title {
        font-size: .7rem;
        line-height: .7rem;
    }
    .work-box p {
        font-size: .8rem;
    }
    .btn-itxs {
        font-size: .7rem;
    }

    p.testimonials-text, p.testimonials-text-b {
        font-size: .6rem;
        line-height: 1rem;
        padding: 5px;
    }


    .slick-prev:before, .slick-next:before {
    font-size: 1rem;
    }

    .footer-nav li {
        text-align: center;
    }
    h3.subtitle {
        line-height: 1.3rem;
        font-size: 1.3rem;
    }
    h3.subtitle-small {
        line-height: 1rem;
        font-size: 1rem;
    }
    h1.banner-title {
        font-size: 1.2rem;
        line-height: 1.2rem;
        letter-spacing: 5px;
    }
    .stats-icons {
        font-size: 200%;
    }



}

@media (min-device-width: 320px) and (max-device-width: 375px) {
    h2.products-title {
        font-size: .8rem;
        line-height: .8rem;
    }
}

@media (min-device-width: 425px) {
    .testimonials {
        min-height: 40vh;
    }
}


@media (min-device-width: 425px) and (max-device-width: 992px) {
    .features-container {
        top: 57%;
    }
    .text-box {
        top: 25%;
        -webkit-transform: translate(-50%,-75%);
        -ms-transform: translate(-50%,-75%);
            transform: translate(-50%,-75%);
    }
    h1 {
        font-size: 2rem;
        line-height: 3rem;
    }
    .stats-box h3 {
        font-size: .8rem;
        line-height: .8rem;
    }

}




@media (min-device-width: 160px) and (max-device-width: 991px) {

    .contact {
        padding-right: 0;
    }
    .erp-right img, .erp-left img {
    width: 100%;
    }
    .erp-left img {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    }
    .solutions img {
        width: 100%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
        margin: 0 auto;
    }
    .maintenance img {
        width: 80%;
        margin: 0 auto;
    }

}



@media (min-device-width: 160px) and (max-device-width: 767px) {
    .works-container {
        display: none;
    }
    .content-landing {
        padding-top: 0;
        padding-bottom: 0;
    }
    .footer-nav li {
        text-align: center;
    }
    .solutions img {
    display: block;
    width: 100%;
    }

}


