/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 30, 2020, 1:07:05 PM
    Author     : Koombiyo
*/
.tracking{
    margin: 100px auto;
}
.tracking p{
    color: #fff;
}
.tracking img{
    width: 60px;
    margin-bottom: 0px;
}
.tracking ul{
    text-align: center;
}
.tracking ul li{
    display: inline-block;
    width: 90px;
    position: relative;
}


.tracking ul li .fas{
    background: #ccc;
    width: 27px;
    height: 27px;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
}
.tracking ul li .fas::after{
    content: '';
    background: #ccc;
    height:  5px;
    width:  94px;
    display: block;
    position: absolute;
    left: 0;
    top: 73px;
    z-index: -1;
}
.tracking ul li:nth-child(3) .fas{
    background: #148e14;
}
.tracking ul li:nth-child(3) .fas::after{
    background: #148e14;
}
.tracking ul li:nth-child(1) .fas,
.tracking ul li:nth-child(2) .fas
{
    background: #60aa97;
}
.tracking ul li:nth-child(1) .fas::after,
.tracking ul li:nth-child(2) .fas::after
{
    background: #60aa97;
}
.tracking ul li:first-child .fas::after{
    width: 44px;
    left: 50px;
}
.tracking ul li:last-child .fas::after{
    width: 44px;
}

@media (max-width: 320px){
    .tracking img{
        width: 55px !important;
        margin-bottom: 7px !important;
    }
    .tracking ul li{
        width: 55px !important;
    }
    .tracking ul li:first-child .fas::after{
        width: 44px;
        left: 40px;
    }
    .tracking ul li:last-child .fas::after{
        width: 40px;
    }
}
@media (max-width: 575px){
    .tracking img{
        width: 55px !important;
        margin-bottom: 7px !important;
    }
    .tracking ul li{
        width: 69px;
    }
}
@media (max-width: 991px){
    .tracking img{
        width: 55px !important;
        margin-bottom: 7px !important;
    }
    .tracking ul li{
        width: 69px;
    }
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
}
.loader span {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #05047a;
}

.loader span:nth-child(1) {
    display: block;
    transform: skew(0deg, 20deg);
    animation-name: box1;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}

.loader span:nth-child(2) {
    display: block;
    transform: skew(0deg, 20deg);
    animation-name: box2;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}

.loader span:nth-child(3) {
    display: block;
    transform: skew(0deg, 20deg);
    animation-name: box3;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}

.loader span:nth-child(4) {
    display: block;
    transform: skew(0deg, 20deg);
    animation-name: box4;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}

.loader span::before {
    position: absolute;
    top: -15px;
    left: 40px;
    content: "";
    display: block;
    width: 30px;
    height: 40px;
    background-color: #fb555a;
    transform: skew(0deg, -45deg);
}

.loader span::after {
    position: absolute;
    top: -30px;
    left: 15px;
    content: "";
    display: block;
    width: 40px;
    height: 30px;
    background-color: #faaa4e;
    transform: skew(-45deg, 0deg);
}

@keyframes box1 {
    0% {
        z-index: 0;
        left: 0px;
        top: 0px;
    }
    6% {
        z-index: 1;
        left: 40px;
        top: 15px;
    }
    25% {
        z-index: 1;
        left: 40px;
        top: 15px;
    }
    31% {
        z-index: 2;
        left: 80px;
        top: 30px;
    }
    37% {
        z-index: 3;
        left: 50px;
        top: 50px;
    }
    50% {
        z-index: 3;
        left: 50px;
        top: 50px;
    }
    56% {
        z-index: 2;
        left: 10px;
        top: 35px;
    }
    75% {
        z-index: 2;
        left: 10px;
        top: 35px;
    }
    81% {
        z-index: 1;
        left: -30px;
        top: 20px;
    }
    87% {
        z-index: 0;
        left: 0px;
        top: 0px;
    }
    100% {
        z-index: 0;
        left: 0px;
        top: 0px;
    }
}

@keyframes box2 {
    0% {
        z-index: 1;
        left: 40px;
        top: 15px;
    }
    6% {
        z-index: 2;
        left: 80px;
        top: 30px;
    }
    12% {
        z-index: 3;
        left: 50px;
        top: 50px;
    }
    25% {
        z-index: 3;
        left: 50px;
        top: 50px;
    }
    31% {
        z-index: 2;
        left: 10px;
        top: 35px;
    }
    50% {
        z-index: 2;
        left: 10px;
        top: 35px;
    }
    56% {
        z-index: 1;
        left: -30px;
        top: 20px;
    }
    62% {
        z-index: 0;
        left: 0px;
        top: 0px;
    }
    75% {
        z-index: 0;
        left: 0px;
        top: 0px;
    }
    81% {
        z-index: 1;
        left: 40px;
        top: 15px;
    }
    100% {
        z-index: 1;
        left: 40px;
        top: 15px;
    }
}

@keyframes box3 {
    0% {
        z-index: 3;
        left: 50px;
        top: 50px;
    }
    6% {
        z-index: 2;
        left: 10px;
        top: 35px;
    }
    25% {
        z-index: 2;
        left: 10px;
        top: 35px;
    }
    31% {
        z-index: 1;
        left: -30px;
        top: 20px;
    }
    37% {
        z-index: 0;
        left: 0px;
        top: 0px;
    }
    50% {
        z-index: 0;
        left: 0px;
        top: 0px;
    }
    56% {
        z-index: 1;
        left: 40px;
        top: 15px;
    }
    75% {
        z-index: 1;
        left: 40px;
        top: 15px;
    }
    81% {
        z-index: 2;
        left: 80px;
        top: 30px;
    }
    87% {
        z-index: 3;
        left: 50px;
        top: 50px;
    }
    100% {
        z-index: 3;
        left: 50px;
        top: 50px;
    }
}

@keyframes box4 {
    0% {
        z-index: 2;
        left: 10px;
        top: 35px;
    }
    6% {
        z-index: 1;
        left: -30px;
        top: 20px;
    }
    12% {
        z-index: 0;
        left: 0px;
        top: 0px;
    }
    25% {
        z-index: 0;
        left: 0px;
        top: 0px;
    }
    31% {
        z-index: 1;
        left: 40px;
        top: 15px;
    }
    50% {
        z-index: 1;
        left: 40px;
        top: 15px;
    }
    56% {
        z-index: 2;
        left: 80px;
        top: 30px;
    }
    62% {
        z-index: 3;
        left: 50px;
        top: 50px;
    }
    75% {
        z-index: 3;
        left: 50px;
        top: 50px;
    }
    81% {
        z-index: 2;
        left: 10px;
        top: 35px;
    }
    100% {
        z-index: 2;
        left: 10px;
        top: 35px;
    }
}
.text {
    text-align: center;
    width: 100%;
}

.text span {
    color: #FFFFFF;
    display: inline-block;
    font-size: 1.5em;
    margin-left: 2%;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

@media all and (max-width: 700px) {
    .text span {
        font-size: 6em;
    }
}

@media all and (max-width: 600px) {
    .text span {
        font-size: 5em;
    }
}

@media all and (max-width: 530px) {
    .text span {
        font-size: 4em;
    }
}

@media all and (max-width: 400px) {
    .text span {
        font-size: 3em;
    }
}

@media all and (max-width: 300px) {
    .text span {
        font-size: 2.5em;
    }
}
