*, *::after, *::before {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #eee;
}

::-webkit-scrollbar-thumb {
    background: #ea6219;
}

::-webkit-scrollbar-thumb:hover {
    background: #777;
}

html, body {
    font-family: 'Asap Condensed', sans-serif;
    font-size: 1.2em;
    overflow-x: hidden;
    scroll-behavior: smooth;
    position: relative;
}

main {
    position: relative;
    z-index: 20;
    margin-bottom: 15em;
    background-color: white;
}

.owl-next {
    position: absolute;
    right: 0;
    top: 40%;
    color: #888 !important;
    font-size: 3em !important;
}

.owl-prev {
    position: absolute;
    left: 0;
    top: 40%;
    color: #888 !important;
    font-size: 3em !important;
}

.owl-prev:hover, .owl-next:hover {
    color: #ea6219 !important;
}

.owl-next:focus, .owl-prev:focus {
    outline: 0 !important;
}

.owl-dots {
    margin-top: 30px;
    text-align: center;
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #dadde1 !important;
    margin-right: 10px;
}

.owl-dots .owl-dot:hover {
    background-color: #ea6219 !important;
}

.owl-dots .owl-dot.active {
    background-color: #ea6219 !important;
}

.owl-dots .owl-dot:focus {
    outline: 0 !important;
}

#navbar {
    padding: 1em 0;
    background-color: #f0f3f1;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
}

.fixed {
    position: fixed;
    padding: 0.5em 0 !important;
    width: 100%;
    z-index: 21;
    animation: slideInDown;
    animation-duration: 0.6s;
    border-bottom: 1px solid black;
}

.fixed img {
    max-height: 40px !important;
}

#navbar ul {
    margin-block-end: 0;
}

#navbar ul li {
    margin-right: 15px;
    transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
}

#navbar ul li a {
    color: #5e6271;
    font-size: 0.7em;
}

#navbar ul li a:hover {
    color: #ea6219;
    text-decoration: none;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #ea6219 !important;
    border-radius: 10px !important;
    padding: 5px !important;
    color: white !important;
    font-weight: 600 !important;
}

#navbar .nav-link {
    padding: 0;
    border-radius: 0;
}

#navbar img {
    max-height: 60px;
    width: auto;
}

#header {
    background-color: #f0f3f1;
    border-bottom: 1px solid #c0b8b8;
    padding-top: 1em;
}

#header span, #about-us span, #timeline span {
    color: #ea6219;
}

.header-welcome {
    text-align: center;
    color: #636772;
}

.header-span-text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 3.5em;
    color: #5E6271;
    letter-spacing: 2px;
}

.header-span-text p {
    display: none;
}

.header-span-text p.animation-on {
    display: block;
    animation: zoomIn;
    animation-duration: 1.5s;
}

.header-span-text span {
    color: #ea6219;
}

.hiButtons {
    color: white;
    font-size: 1em;
    font-weight: 600;
    border: 1px solid #eee;
    background: #ea6219;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    border-radius: 45px;
}

.hiButtons:hover {
    color: #ea6219;
    background: white;
    border: 1px solid #ea6219;
    box-shadow: 0 15px 20px #ea621961;
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
}

.cc-window.cc-bottom {
    width: auto;
}

#references {
    padding: 2em 0;
    background: linear-gradient(to bottom right, white 70%, #ea6219 30%);
    position: relative;
}

#hiconnect{
    position: relative;
    padding: 2em 0;
}

#hiconnect p, #hiconnect ul li{
    font-size: 0.8em;
    color: #888;
    text-align: justify;
}

.infinite {
    -webkit-animation: move 3s ease-in-out;
    animation: move 3s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#references .references-title {
    position: absolute;
    transform: translateY(70%);
    left: 0;
    top: 0;
    bottom: 0;
    width: 100px;
}

#references .references-title h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 4.5em;
    letter-spacing: 12px;
    margin-left: 15px;
    transform: rotate(270deg);
    opacity: 0.1;
}

#references .morepartners {
    font-weight: 700;
    font-size: 0.9em;
    text-transform: uppercase;
    opacity: .7;
    color: #636772;
}

.title {
    text-align: center;
    text-transform: uppercase;
    font-size: 3.5em;
    color: #5e627138;
    letter-spacing: 5px;
    font-weight: 700;
    text-shadow: 0 0 12px #e9ecef;
}

.title span {
    color: #ea6219;
}

.partners {
    margin-top: 2em;
    margin-bottom: 2em;
}

.partners .partner img {
    height: auto;
    max-width: 120px;
}

.partners .partner .firstphone {
    max-width: 180px;
    padding-top: 30px;
}

#prices {
    padding: 3em 0;
    background-color: #f0f3f1;
    border-top: 1px solid #c0b8b8;
    border-bottom: 1px solid #c0b8b8;
}

.techn .item{
    display: grid;
    height: 100px;
    padding: 0 0.5em;
    align-content: space-around;
}

.hiconnect_btn{
    background-color: #ea6219;
    border-radius: 5px !important;
    padding: 1em 0.5em !important;
    color: white !important;
    font-weight: 600 !important;
}

#technologies img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    height: auto;
    max-width: 100%;
    max-height: 70px;
    width: auto !important;
    margin: 0 auto;
}

#technologies img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

#contact-me {
    padding: 2em 0;
    background-color: #f8f9fa;
    border-top: 1px solid #dadde1;
    border-bottom: 1px solid #dadde1;
}

#contact {
    background-size: cover;
    background-position: center center;
    background: url("../images/contact-bg.jpg") no-repeat;
    position: relative;
    box-shadow: 0 1px 6px 0 #000000;
    padding: 3em 0;
}

#contact:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    background: #adb5bd;
}

#contact .contact-us {
    max-width: 600px;
}

#contact .contact-us input, textarea, select {
    font-size: 0.6em !important;
    border: 1px solid rgba(0, 0, 0, .5) !important;
    border-radius: 14px !important;
    box-shadow: 0 2px 3px #495057 !important;
}

#contact .contact-us input, textarea:placeholder-shown {
    font-size: 0.6em !important;
}

#contact .contact-us input, textarea, select:focus {
    box-shadow: 0 2px 3px #495057 !important;
}

#counter {
    padding: 2em 0;
    background-color: white;
}

#counter img {
    margin: 0 auto;
    display: block;
}

#counter h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4em;
    margin-bottom: 0;
}

#counter p {
    font-weight: 600;
    font-size: 0.8em;
    color: #888;
    margin-bottom: 0;
}

#footer {
    background-color: white;
    border-top: 1px solid #dee2e6;
    padding-top: 1em;
    padding-bottom: 0.5em;
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 5;
}

.mobile-menu-close img {
    width: 24px;
    height: 24px;
}

.mobile-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 999999999999;
    display: none;
    left: 0;
    top: 0;
}

.mobile-menu p {
    margin-block-end: 0;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 1.4em;
    color: #ea6219;
    cursor: pointer;
}

.mobile-menu a {
    padding: 15px;
    background: #ea6219;
    color: white;
    text-align: center;
    border-radius: 3px;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
}

.mobile-menu a i {
    font-size: 1em;
}

.mobile-menu-button {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

#footer p {
    color: #777;
    font-size: 0.6em;
    margin-bottom: 10px;
    font-weight: 600;
}

#footer .logo {
    height: auto;
    max-width: 100px;
}

#footer ul {
    margin-bottom: 0;
}

#footer a {
    color: #ea6219;
    text-transform: uppercase;
    font-size: 0.8em;
}

#footer a:hover {
    text-decoration: none;
}

#references .partner-task {
    text-align: center;
    background-color: #fff;
    border: 1px solid #ea6219;
    border-radius: 4px;
    padding: 1em 0.3em;
    margin-bottom: 30px;
    display: grid;
    align-content: space-around;
    height: 130px;
}

#references .partner-task img {
    margin: 0 auto;
    display: block;
    max-height: 100px;
}

#references .partner-task .valhalla{
    max-height: 60px !important;
}

#references .reference-computer {
    max-width: 100%;
}

#page-content {
    padding-top: 2em;
    z-index: 6;
    background-color: white;
}

#page-content h3 {
    font-size: 1.4em;
}

#page-content p {
    font-size: 0.7em;
    line-height: 1.8em;
}

#references .references-images {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0;
}

#references .references-images img {
    margin: 0 auto;
    max-width: 100%;
    width: auto !important;
}

#work-with-us {
    padding: 2.5em 0;
    color: white;
    font-weight: 600;
    text-align: center;
    position: relative;
    background: rgb(238, 162, 6);
    background: -moz-linear-gradient(153deg, rgba(238, 162, 6, 1) 23%, rgba(218, 89, 20, 1) 62%, rgba(238, 108, 0, 1) 92%);
    background: -webkit-linear-gradient(153deg, rgba(238, 162, 6, 1) 23%, rgba(218, 89, 20, 1) 62%, rgba(238, 108, 0, 1) 92%);
    background: linear-gradient(153deg, rgba(238, 162, 6, 1) 23%, rgba(218, 89, 20, 1) 62%, rgba(238, 108, 0, 1) 92%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eea206", endColorstr="#ee6c00", GradientType=1);
}

#work-with-us:after {
    content: ' ';
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 50px;
    border-right-width: 50px;
    border-top: 50px solid #fdfdfd;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
}

#work-with-us h3 {
    text-transform: uppercase;
    font-size: 3em;
}

#work-with-us p {
    margin-bottom: 0;
}

#work-with-us a {
    color: white;
}

#work-with-us a:hover {
    text-decoration: none;
}

#timeline {
    background-color: white;
    padding: 2em 0;
    position: relative;
}

#timeline p{
    margin-bottom: 0.3em;
}

#timeline canvas {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#timeline .steps {
    margin-bottom: 6em;
    text-align: right;
}

#timeline .steps:nth-child(even) {
    text-align: left;
}

#about-us {
    background-color: white;
    padding-top: 1em;
    padding-bottom: 2em;
}

#about-us img {
    float: right;
    max-width: 100%;
}

#timeline .steps h3, #about-us h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2em;
    color: #212529;
}

#timeline .steps p, #about-us p {
    line-height: 25px;
    font-size: 0.8em;
    color: #888;
}

#timeline .steps img {
    height: auto;
    max-width: 230px;
    margin: 0 auto;
    display: block;
}

#contact-me .contact-type {
    padding: 5px;
    background-color: #ea6219;
    text-align: center;
}

#contact-me .contact-type i {
    font-size: 1.4em;
    color: white;
}

#contact-me .contact-types h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
    color: #212529;
    margin-bottom: 0;
}

#contact-me .contact-types p, #contact-me .contact-types a {
    color: #888;
    font-size: 0.8em;
    margin-bottom: 0;
}

#contact-me .contact-types a:hover {
    text-decoration: none;
}

.packages .package {
    text-align: center;
}

.package .package-table {
    text-align: center;
    margin: 0 auto;
    max-width: 60%;
}

.package .package-table tr td {
    vertical-align: middle !important;
    font-size: 0.8em;
    color: #212529;
}

.package .package-table tr:nth-child(even) td {
    color: #ea6219;
}

.packages .package h3 {
    text-transform: uppercase;
    font-size: 2.4em;
    color: #ea6219;
    font-weight: 600;
    margin-bottom: 0;
}

.packages .package p {
    color: #888;
    font-size: 0.9em;
}

@media only screen and (max-width: 1199px) {
    main {
        margin-bottom: 19em;
    }
}

@media only screen and (max-width: 991px) {
    .partners .partner .firstphone {
        max-width: 170px;
    }

    #counter p {
        font-size: 0.5em;
    }

    .header-span-text {
        font-size: 2.5em;
    }

    #timeline .steps img {
        max-width: 180px;
    }

    #timeline .steps {
        margin-bottom: 2em;
    }

    .package .package-table {
        max-width: 90%;
    }

    #about-us img {
        margin-top: 10px;
        float: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #about-us img {
        max-width: 500px;
        margin: 0 auto;
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    #timeline .steps {
        margin-bottom: 2em;
        text-align: center;
    }

    #counter p {
        font-size: 0.7em;
        text-align: center;
    }

    #counter {
        padding-top: 3em;
        padding-bottom: 0;
        text-align: center;
    }

    #counter h3 {
        margin-top: 15px;
        font-size: 1.2em;
    }

    .header-span-text {
        font-size: 2.2em;
    }

    #timeline .steps img {
        max-width: 180px;
        margin-bottom: 15px;
    }

    .mobile-menu p {
        font-size: 1.6em;
    }

    #timeline .steps:nth-child(even) {
        text-align: center;
    }

    #timeline .steps h3, #about-us h3 {
        font-size: 1.8em;
    }

    .title {
        font-size: 2.8em;
    }
}

@media only screen and (max-width: 576px) {
    main {
        margin-bottom: 0;
    }

    #references .references-title h3 {
        font-size: 2.6em;
        margin-left: 8px;
    }

    #references .references-title{
        width: 60px;
    }

    #references {
        background: linear-gradient(to bottom right, white 80%, #ea6219 20%);
    }

    #references .references-images img {
        margin-left: -1px;
    }

    #timeline .steps img {
        max-width: 150px;
    }

    #footer {
        position: relative;
    }

    .title {
        font-size: 1.6em;
    }

    .partners .partner img {
        max-width: 100px;
    }

    #navbar img {
        max-height: 50px;
    }

    .header-span-text {
        font-size: 1.8em;
    }

    #work-with-us h3 {
        font-size: 2em;
    }

    #contact {
        margin-bottom: 0;
    }

    #prices {
        padding: 2em 0;
    }

    .reference-content p {
        text-align: left;
        font-size: 0.8em;
    }

    .partners {
        margin-bottom: 0;
        margin-top: 1.5em;
    }

    #header p {
        font-size: 0.8em;
    }

    #header {
        padding-top: 0.5em;
    }

    .partners .partner .firstphone {
        max-width: 140px;
        padding-top: 20px;
    }

    .partners .partner .greenline {
        max-width: 140px;
    }

    .packages .package h3 {
        font-size: 2em;
    }
}

@keyframes move {
    0%{
        transform: translateY(0);
    }

    50%{
        transform: translateY(-15px);
    }

    100%{
        transform: translateY(0);
    }
}
