@import url('https://fonts.googleapis.com/css?family=Open+Sans:300, 400, 800');

.wrapper {
    min-width: 320px;
}
header {
    padding-top: 23px;
}
.logo {
    margin-right: 30px;
}
.header {
    font-size: 18px;
    font-weight: 700;
    line-height: 47px;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.headline {
    padding-left: 25px;
    padding-right: 40px;
    text-transform: capitalize;
}
.colorred {
    color: #dc0132;
    font-size: 18px;
    font-weight: 700;
    line-height: 47px;
}
h1, h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 47px;
}
.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 99%;
}
nav ul li {
    width: calc(99%/6);
    min-width: 108px;
    border: 1px #cbcbcb solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e2e3e5;
    padding: 5px;
    min-height: 65px;
    text-transform: uppercase;
    font-weight: 600;
}
nav ul li a {
    font-size: smaller;
    text-align: center;
}
.one, .two {
    width: 200px;
    height: 200px;
    background: #6869ff;
}
nav ul li:nth-child(1) {
    background-color: #dc0132;
    color: #fff;
}
nav ul li i {
    color: #fff;
}
.fa {
    font-size: 35px !important;
}
.home-solutions {
    background-image: url("../img/home-solutions-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0px;
    max-height: 506px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.solutions-container {
    max-height: 506px;
}
.upper, .lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 253px;
    overflow: hidden;
}
.upper img:hover, .lower img:hover {
    position: relative;
    -webkit-animation-name: mooveup;
    animation-name: mooveup;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 0px;
}
.second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0px;
}
@-webkit-keyframes mooveup {
    0% {top: 0px}
    100% {bottom: 100%;}
}
@keyframes mooveup {
    0% {top: 0px}
    100% {bottom: 100%;}
}
.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-left: 15px;
    margin-top: 3px;
}
.left-blocks {
    /*padding-left: 0;*/
    margin: auto;
    position: relative;
    margin-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
}
.fadeIn {
    max-height: 30%;
}
footer {
    border-top: 3px solid #dc0132;
    padding: 20px 0;
    color: #333333;
    font-size: 10px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.footer-text {
    text-wrap: normal;
    word-wrap: normal;
    padding-left: 35px;
}
.feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.feature-box h3, .fa-angle-right i {
    font-size: 12px;
}
.footer-text-ul {
    list-style-type: none;
    padding: 0px;
}
.col-6 {
    padding-left: 0px;
    padding-right: 0px;
}
@media (max-width: 767px) {
    .upper, .lower {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-height: 177px;
        overflow: hidden;
    }
}
@media (max-width: 575px) {
    .upper, .lower {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-height: 177px;
        max-width: 451px;
        overflow: hidden;
    }
}
@media (max-width: 540px) {
    .upper, .lower {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-height: 128px;
        max-width: 333px;
        overflow: hidden;
    }
}
@media (max-width: 425px) {
    .upper, .lower {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-height: 84px;
        max-width: 231px;
        overflow: hidden;
    }
}
@media (max-width: 320px) {
    .upper, .lower {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-height: 84px;
        max-width: 466px;
        overflow: hidden;
    }
}
p {
    text-align: justify;
}
display: -ms-flexbox;
display: flex;