@import url("https://fonts.googleapis.com/css?family=Lato|Poppins|Kaushan+Script");
.has-vertically-aligned-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
* {
    box-sizing: border-box;
}
html {
    font-family: 'Poppins', Lato, Tahoma, sans-serif;
    width: 100%;
    min-height: 100%;
}
.header-wrapper {
    padding-bottom: 30px;
}
.hero {
    background-image: url(https://picsum.photos/id/381/1920/1080);
    background: linear-gradient(rgba(31, 44, 108, 0.65), rgba(31, 44, 108, 0.65)), rgba(0, 0, 0, 0.55) url("https://picsum.photos/id/381/1920/1080") no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: white;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    font-family: 'Poppins', sans-serif;
}
.hero .title {
    font-family: 'Kaushan Script', sans-serif;
    transform: rotate(-5deg);
    font-size: 5rem;
    color: whitesmoke;
}
.hero .subtitle {
    padding: 5px;
    color: whitesmoke;
}
.hero .hero-foot {
    height: 130px;
    background: white;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.082);
}
.hero .hero-foot .hero-foot--wrapper {
    margin: 7px auto;
    height: 50px;
}
.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop {
    line-height: 110px;
    font-weight: 600;
    letter-spacing: 1px;
}
.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
}
.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li.is-active a {
    border-bottom: 2px solid #495966;
}
.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a {
    color: #495966;
}
.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a:hover {
    color: #495966;
    transition: all .2s ease-in-out;
    border-bottom: 2px solid #495966;
}
.main-content {
    padding-top: 2rem;
    color: #3c4172;
    font-family: 'Poppins', sans-serif;
}
.main-content .section-dark {
    background-color: #f0f3f5;
    padding: 170px 0px;
}
.main-content .section-dark.solutions {
    padding: 150px;
}
@media (max-width: 599px) {
    .main-content .section-dark.solutions {
        padding: 75px 20px;
    }
}
.main-content .section-light {
    padding: 50px;
}
.main-content .section-light.us {
    padding-bottom: 100px;
}
.main-content .section-light.us .is-larger {
    font-size: 1.2rem;
}
@media (max-width: 599px) {
    .main-content .section-light.us .about-links {
        text-align: center;
    }
}
.main-content .section-light.us .right-image img {
    border-radius: 11px;
    margin: 20px;
    box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}
@media (max-width: 599px) {
    .main-content .section-light.us .right-image img {
        margin: auto;
    }
}
.main-content .section-color.comp-timeline {
    padding: 75px;
    background-color: #97a0a7;
    color: white;
}
.main-content .section-color.comp-timeline .title, .main-content .section-color.comp-timeline .subtitle {
    color: white;
}
.main-content .section-color.comp-timeline i {
    font-size: 3rem;
    padding: 20px;
}
.customer {
    margin: 0 auto;
}
.main-content .section-light.contact button {
    width: 100%;
    background-color: #97a0a7;
    color: white;
    height: 50px;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
@media (max-width: 599px) {
    .main-content .section-color.contact {
        padding: 60px 20px;
    }
}
.main-content .section-title {
    color: #97a0a7;
    text-transform: uppercase;
    font-size: 1.8rem;
    letter-spacing: 2px;
    padding-bottom: 30px;
}
.footer {
    font: 400 16px / 1.5 "Arial", sans-serif !important;
    bottom: 0;
    width: 100vw;
    padding: 0;
    height: 250px;
    line-height: 25px;
    text-align: center;
    background: #f0f3f5;
    color: black;
    padding-top: 2rem;
}
.footer a {
    padding: 0rem 1rem 1rem 1rem;
    color: lightgrey;
}
.footer a i {
    font-size: 1.5rem;
    padding: 0px 10px;
}
.footer a .nav-item {
    color: whitesmoke;
}
.fa-download {
    color: #97a0a7;
}
#toTop {
    height: 50px;
    width: 50px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgba(31, 44, 108, 0.65);
    color: white;
    cursor: pointer;
    border-radius: 50%;
    font-size: 2rem;
    box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}
#toTop a {
    color: white;
}
#toTop:hover {
    background-color: #97a0a7;
}
::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(245, 245, 245, 0);
}
::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #97a0a7;
}
body.preloader-site {
    overflow: hidden;
}
.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #495966;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}
.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
}
.white {
    color: ghostwhite
}

}
.sticky-wrapper .is-sticky {
    z-index: 9999;
}
.input, .textarea {
    border-radius: 10px;
}
.progress-bar {
    position: relative;
    left: 50%;
    top: -17px;
    height: 15px;
    width: 0;
    border-radius: 200px;
    transform: translateY(-50%) translateX(-50%);
    background-color: darkgray;
}
svg {
    width: 30px;
    position: relative;
    top: -42px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    right: 0;
}
.check, .cross {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.navbar {
    position: relative;
    top: 25px;
}
.main-timeline {
    font-family: 'Poppins', sans-serif;
    position: relative;
}
.main-timeline:after {
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline {
    width: 50%;
    margin: 0 0 20px 20px;
    float: right;
}
.main-timeline .timeline-content {
    color: #fff;
    background: linear-gradient(to right, #eb273e, #bf0f23);
    text-align: center;
    padding: 20px 20px 20px 100px;
    border-radius: 0 20px 20px 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover {
    text-decoration: none;
}
.main-timeline .timeline-year {
    color: #eb273e;
    background-color: #fff;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    line-height: 130px;
    width: 130px;
    height: 100%;
    border-radius: 98px 0 0 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: -130px;
    top: 0;
}
.main-timeline .timeline-icon {
    color: #fff;
    font-size: 50px;
    transform: translateY(-50%);
    position: absolute;
    left: 30px;
    top: 50%;
}
.main-timeline .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 5px;
}
.main-timeline .description {
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even) {
    float: left;
    margin: 0 20px 20px 0;
}
.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 20px 100px 20px 20px;
    border-radius: 20px 0 0 20px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before {
    right: auto;
    left: 0;
    clip-path: polygon(0 0, 100% 100%, 65% 0);
}
.main-timeline .timeline:nth-child(even) .timeline-year {
    left: auto;
    right: -130px;
    border-radius: 0 98px 10px 0;
}
.main-timeline .timeline:nth-child(even) .timeline-icon {
    right: 30px;
    left: auto;
}
.main-timeline .timeline:nth-child(4n + 2) .timeline-content {
    background: linear-gradient(to right, #db3d08, #ee5a24);
}
.main-timeline .timeline:nth-child(4n + 2) .timeline-year {
    color: #ee5a24;
}
.main-timeline .timeline:nth-child(4n + 3) .timeline-content {
    background: linear-gradient(to right, #009432, #037529);
}
.main-timeline .timeline:nth-child(4n + 3) .timeline-year {
    color: #009432;
}
.main-timeline .timeline:nth-child(4n + 4) .timeline-content {
    background: linear-gradient(to right, #0e6dcc, #2e86de);
}
.main-timeline .timeline:nth-child(4n + 4) .timeline-year {
    color: #2e86de;
}
@media screen and (max-width:767px) {
    .main-timeline .timeline {
        width: 100%;
        padding: 50px 0 0 0;
    }
    .main-timeline .timeline .timeline-content, .main-timeline .timeline:nth-child(even) .timeline-content {
        padding: 20px 15px 20px 60px;
        border-radius: 0 20px 20px 20px;
    }
    .main-timeline .timeline .timeline-year, .main-timeline .timeline:nth-child(even) .timeline-year {
        font-size: 25px;
        border-radius: 15px 15px 0 0;
        box-shadow: none;
        width: 100px;
        height: 50px;
        line-height: 50px;
        top: -50px;
        left: 0;
    }
    .main-timeline .timeline .timeline-icon, .main-timeline .timeline:nth-child(even) .timeline-icon {
        font-size: 28px;
        left: -15px;
        right: auto;
    }
}
.mission, .vision, .values {
    margin: 0 auto;
}
.strenghts {
    list-style-type: none;
}
ul.strenghts li:before {
    content: '✓';
}
.panel {
    border-radius: 40px 40px 0 0 !important;
}
.panel-block {
    border-radius: 40px 40px 0 0;
}
#us-pict {
    background-image: url("images/us/us1.png");
    background-size: 100% 100%; 
    min-height: 350px;
}
#mission {
    height: 400px; 
    background-image: url("images/us/us2.png"); 
    background-size: 300% 200%; 
    background-position: center center; 
    background-repeat: no-repeat;
}
#vision {
    height: 400px; 
    background-image: url("images/us/us3.png");
    background-size: 100% 100%; 
    background-position: center center; 
    background-repeat: no-repeat;
}
#comp-values {
    height: 400px; 
    background-image: url("images/us/us4.png"); 
    background-size: 100% 100%; 
    background-position: center center; 
    background-repeat: no-repeat;
}
.cust-logo {
    width: 100%; 
    height: 100%;
}
.card {
    box-shadow: 0 .5em 5em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02)
}
@media screen and (max-width:576px) {
    .main-timeline .title {
        font-size: 18px;
    }
    .card-content .title, .card-content .subtitle, .card-content .footer {
        font-size: 1rem;
    }
}
@media screen and (max-width: 1023px) {
    #testimonials-bg {
        width: 300px; 
        margin: 0 auto; 
        border-radius: 50px;
    }
    .card-content .title, .card-content .subtitle, .card-content .footer {
        font-size: 1rem;
    }
}
@media screen and (min-width: 1024px) {
    #testimonials-bg {
        width: 600px; 
        margin: 0 auto; 
        border-radius: 50px;
    }
    #testimonial-cards {
        margin-top: -600px; 
        margin-bottom: 500px;
    }
    .card-content .title, .card-content .subtitle, .card-content .footer {
        font-size: 1.5rem;
    }
}
@media screen and (min-width: 1216px) {
    #testimonials-bg {
        width: 600px; 
        margin: 0 auto; 
        border-radius: 50px;
    }
    #testimonial-cards {
        margin-top: -600px; 
        margin-bottom: 400px;
    }
    .card-content .title, .card-content .subtitle, .card-content .footer {
        font-size: 1.5rem;
    }
}
@media screen and (min-width: 1408px) {
    #testimonials-bg {
        width: 600px; 
        margin: 0 auto; 
        border-radius: 50px;
    }
    #testimonial-cards {
        margin-top: -600px; 
        margin-bottom: 300px;
    }
    .card-content .title, .card-content .subtitle, .card-content .footer {
        font-size: 2rem;
    }
}