@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-color: black;
    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 #0e427b;
}
.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a {
    color: #0e427b;
}
.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a:hover {
    color: #0e427b;
    transition: all .2s ease-in-out;
    border-bottom: 2px solid #0e427b;
}
.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-dark.solutions .solution-item {
    margin-bottom: 1rem;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}
.main-content .section-dark.solutions .solution-item:hover {
    -webkit-transform: scale(1.055) translateY(-2px);
    transform: scale(1.055) translateY(-2px);
    -webkit-box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
    box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
}
.solution-item {
    border-radius: 25% !important;
}
.main-content .section-light {
    padding: 50px;
}
.main-content .section-light.about-us {
    padding-bottom: 100px;
}
.main-content .section-light.about-us .is-larger {
    font-size: 1.2rem;
}
@media (max-width: 599px) {
    .main-content .section-light.about-us .about-links {
        text-align: center;
    }
}
.main-content .section-light.about-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.about-us .right-image img {
        margin: auto;
    }
}
.main-content .section-light.skills {
    padding: 100px;
}
@media (max-width: 599px) {
    .main-content .section-light.skills {
        padding: 50px 20px 40px 20px;
        padding-bottom: 20px;
    }
}
.main-content .section-light.skills h1 {
    padding: 10px;
}
.main-content .section-light.contact {
    padding: 50px 200px;
}
.main-content .section-light.contact button {
    width: 100%;
    background-color: navy;
    color: white;
    height: 50px;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
@media (max-width: 599px) {
    .main-content .section-light.contact {
        padding: 60px 20px;
    }
}
.main-content .section-light.services {
    padding: 75px;
    color: navy;
}
.main-content .section-light.services .title, .main-content .section-light.services .subtitle {
    color: navy;
}
.main-content .section-light.services i {
    font-size: 3rem;
    padding: 20px;
}
.main-content .section-color.technologies {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: navy;
    color: white;
}
.main-content .section-color.technologies .title, .main-content .section-color.technologies .subtitle {
    color: white;
}
.main-content .section-title {
    color: navy;
    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: navy;
}
#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: navy;
}
::-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: navy;
}
body.preloader-site {
    overflow: hidden;
}
.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #0e427b;
    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;
}
.service_card {
    background-color: black;
}
#prod1 {
    background-image: url(images/solutions/products1.png); 
    background-size: 100% 100%;
}
#prod2 {
    background-image: url(images/solutions/products2.png); 
    background-size: 100% 100%;
}
#prod3 {
    background-image: url(images/solutions/products3.png);  
    background-size: 100% 100%;
}
#prod4 {
    background-image: url(images/solutions/products4.png);  
    background-size: 100% 100%;
}
#prod5 {
    background-image: url(images/solutions/products5.png);  
    background-size: 100% 100%;
}
#tecn-title {
    width: 35%; 
    margin: 0 auto;
}
.flip-card {
    display: block;
    box-shadow: 0 0.5em 1em -0.125em rgb(0 0 0 / 20%), 0 0 0 1px rgb(0 0 0 / 20%);
    border-radius: 10%;
    background-color: transparent;
    width: 100%;
    height: 300px;
    perspective: 1000px;
    border: 3px dotted black;
}
.flip-card-inner {
    border-radius: 10%;
    position: relative;
    width: 100%;
    height: 300px;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
    border-radius: 10%;
    transform: rotateY(180deg);
}
@media only screen and (max-width: 760px) {
  .flip-card-anim .flip-card-inner {
        border-radius: 10%;
        transform: rotateY(180deg);
    }
}
.flip-card-front, .flip-card-back {
    border-radius: 10%;
    position: absolute;
    width: 100%;
    height: 300px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-card-front {
    border-radius: 10%;
    background-color: transparent;
    color: black;
}
.flip-card-back {
    border-radius: 10%;
    background-color: dodgerblue;
    color: white;
    transform: rotateY(180deg);
}
.progress-bar {
    position: relative;
    left: 50%;
    top: -17px;
    height: 15px;
    width: 0;
    border-radius: 200px;
    transform: translateY(-50%) translateX(-50%);
    background-color: darkgray;
}
.submit-svg-1, .submit-svg-2 {
    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;
}
.slideshow {
    width: 100%;
    height: 80vh;
    position: relative;
    overflow: hidden;
}
.slides {
    position: absolute;
    width: 100%;
    height: 100%;
}
.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.slide--current {
    opacity: 1;
    pointer-events: auto;
}
.slide__img {
    position: absolute;
    top: -200px;
    left: -200px;
    width: calc(100% + 400px);
    height: calc(100% + 400px);
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}
.slidenav {
    position: absolute;
    width: 300px;
    margin-left: -150px;
    left: 50%;
    bottom: 0;
    text-align: center;
    padding: 2em;
}
.slidenav__item {
    border: 0;
    background: none;
    font-weight: bold;
    color: black;
}
.slidenav__item:focus {
    outline: none;
}
.slidenav__item:hover {
    color: blue;
}
.shape {
    position: absolute;
    width: 100%;
    height: 100%;
    fill: paint;
    top: 0;
    pointer-events: none;
}
.slide__title {
    position: relative;
    font-size: 12px;
    margin: 0;
    cursor: default;
    line-height: 1;
    color: green;
}
.slide__desc {
    position: relative;
    font-size: 1.5em;
    margin: 0 0 2em 0;
    cursor: default;
    color: gray;
    padding: 0 1em;
    text-align: center;
}
.slide__link {
    position: relative;
    font-size: 1em;
    font-weight: bold;
    padding: 1em 2em;
    display: block;
    color: blue;
    background: brown;
    transition: color 0.3s, background 0.3s;
}
.slide__link:hover {
    color: black;
    background: purple;
}
.service_card {
    border-radius: 10%;
    width: 100%;
    height: 300px !important;
}
#slide1 {
    background-image: url("images/slider/1.jpg");
}
#slide2 {
    background-image: url("images/slider/2.png");
}
#slide3 {
    background-image: url("images/slider/3.png");
}
#slide4 {
    background-image: url("images/slider/4.png");
}
@media screen and (max-width: 55em) {
    .slide__desc {
        font-size: 1em;
    }
    .slide__link {
        font-size: 0.85em;
    }
}
.grid-container-tech {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.grid-tech {
    grid-gap: 50px;
    position: relative;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    display: grid;
}
.tech-el {
    position: relative;
    width: 100%;
    padding: 10px 4px 4px 4px;
    text-align: center;
}
.tech-el img {
    margin: 0 auto;
    max-height: 100px;
}