@font-face {
    font-family: 'DINNextLTArabicMedium';
    font-style: normal;
    font-display: swap;
    src: url(assets/fonts/DIN\ Next\ LT\ Arabic\ Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'DINNextLTArabicRegular';
    font-style: normal;
    font-display: swap;
    src: url(assets/fonts/DIN\ Next\ LT\ Arabic\ Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'DINNextLTArabicLight';
    font-style: normal;
    font-display: swap;
    src: url(assets/fonts/DIN\ Next\ LT\ Arabic\ Light.ttf) format('truetype');
}


@font-face {
    font-family: 'ArialRegular';
    font-style: normal;
    font-display: swap;
    src: url(assets/fonts/Arial\ regular.ttf) format('truetype');
}

@font-face {
    font-family: 'DINRegular';
    font-style: normal;
    font-display: swap;
    src: url(assets/fonts/din-regular.ttf) format('truetype');
}


@media screen and (max-width: 550px) {
    body {
        overflow-x: hidden !important;
    }
}

/* Animation fade in on scroll start */
.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 2s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

/* Animation fade in on scroll END */
/* Animation loader of submit button START */
.loader {
    border: 6px solid #f3f3f3;
    /* Light grey */
    border-top: 6px solid #FFD600;
    /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    margin: auto;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* Animation loader of submit button END */


body {
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.h1desktop {
    animation: fadeInLeft 4s ease-in-out;
}

.section1img {
    animation: fadeInRight 2s ease-in-out;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-500px);
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(500px);
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



.bubblescontainer {
    padding-top: 15%;
    padding-left: 5%;
    z-index: 999;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent !important;
    background-clip: border-box;
    border: none !important;
    border-radius: 0.25rem;
    width: 100% !important;
}

/* Header Style Start  */


.navbar-toggler {
    z-index: 10;
}

.navbar-brand {
    margin-left: 2%;
    z-index: 10;
}

.navbar-dark .navbar-brand {
    color: #fff;
    z-index: 10;
}

.navbar-collapse {
    padding: 5% !important;
}

.navhome,
.navbulksms,
.navgpstracking,
.navcybersecurity,
.navcontact,
.navaboutus {
    color: white !important;
}

.logoimage {
    width: 70%;
    height: 70%;
    z-index: 3 !important
}


.navbar-dark .navbar-toggler {
    color: white !important;
    border: none !important;
}

@media screen and (max-width: 768px) {
    #home-body {
        display: none !important;

    }

    #home-bodymobile {
        display: block !important;
    }

    .logoimage {
        width: 40% !important;
        height: 40% !important;
    }

}

/* Header Style END  */

/* Footer Style Start  */
.page-footer {
    background: -webkit-linear-gradient(left, rgb(13, 8, 18) 0%, rgb(23, 23, 38) 80%);
    background: -o-linear-gradient(left, rgb(13, 8, 18) 0%, rgb(23, 23, 38) 80%);
    background: -ms-linear-gradient(left, rgb(13, 8, 18) 0%, rgb(23, 23, 38) 80%);
    background: -moz-linear-gradient(left, rgb(13, 8, 18) 0%, rgb(23, 23, 38) 80%);
    background: linear-gradient(to right, rgb(13, 8, 18) 0%, rgb(23, 23, 38) 80%);
    color: grey;
    font-family: "DINRegular";
    font-size: 13px;
    text-align: left;
    padding: 1% 0% 1% 3%;

}

/* HOME Style START  */
/* .contactuscontainer {
    padding: 5% 0% 0% 0%;
    max-width:1200px !important;
} */

.h3text {
    width: 50%;
    font-family: 'DINRegular';
    font-size: 2vw;
    text-align: left;
    color: white;
    padding: 60% 0% 0% 10%;
    position: relative;
    z-index: 9999;
}

.contactustext {
    width: 50%;
    font-family: 'DINNextLTArabicLight';
    font-size: 35px;
    text-align: left;
    color: white;
    padding: 10% 0% 0% 0%;
    position: relative;
    z-index: 9999;
}

.top {
    z-index: 2;
    animation-name: fade;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-direction: alternate;
    margin-top: -10%;
}

.bottom {
    right: 10%;
    animation-name: fade;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 8s;
    animation-direction: alternate;
}

.left {
    top: 10%;
    animation-name: fade;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-direction: alternate;
    z-index: 990;
}

.right {
    left: 0%;
    top: -2%;
    animation-name: fade;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 6s;
    animation-direction: alternate;
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.banner {
    width: 60%;
    left: 30%;
    top: 15vh;
    animation: fadeIn 5s;
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.circles {
    margin-top: 15%;
}

.rowcircles {
    padding-left: 15% !important;
}



.loaderbulk {
    position: relative;
    width: 300px;
    height: 300px;
}

.loaderbulk::before {
    content: '';
    position: absolute;
    top: 85px;
    left: 15%;
    width: 80%;
    height: 70%;
    background: #00e6ef;
    box-shadow: -50px -45px 0 #1a9c91;
    border-radius: 50%;
    animation: animatebulk 7s linear infinite;
    filter: blur(30px);
}

.loaderbulk::after {
    content: '';
    position: absolute;
    bottom: 85px;
    left: 15%;
    width: 90%;
    height: 70%;
    background: #1a9c91;
    box-shadow: -80px 80px 20px cyan;
    border-radius: 50%;
    /* animation: animatebulk 10s linear infinite; */
    filter: blur(30px);

}

@keyframes animatebulk {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loaderbulk p {
    font-family: 'DINRegular';
    color: #15d6ec;
    font-size: 18px !important;
    line-height: 1 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #18182d;
    border-radius: 50%;
    z-index: 1;
    text-align: center;
    padding: 25% 15% 10% 15%;

}


.loadergps {
    position: relative;
    width: 300px;
    height: 300px;
}

.loadergps::before {
    content: '';
    position: absolute;
    top: 85px;
    left: 15%;
    width: 80%;
    height: 70%;
    box-shadow: -50px -45px 0 #ff7276;
    background: #FF7F50;
    border-radius: 50%;
    animation: animategps 10s linear infinite;
    animation-delay: 5s;
    filter: blur(30px);
}

.loadergps::after {
    content: '';
    position: absolute;
    bottom: 85px;
    left: 15%;
    width: 90%;
    height: 70%;
    background: #ff7276;
    box-shadow: -80px 80px 20px #FF7F50;
    border-radius: 50%;
    /* animation: animategps 10s linear infinite; */
    animation-delay: 4s;
    filter: blur(30px);

}


.loadergps p {
    font-family: 'DINRegular';
    color: #15d6ec;
    font-size: 18px !important;
    line-height: 1 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #18182d;
    border-radius: 50%;
    z-index: 1;
    text-align: center;
    padding: 25% 15% 10% 15%;
}

@keyframes animategps {
    0% {

        transform: rotate(0deg);
    }

    100% {

        transform: rotate(360deg);
    }
}

.loadercyber {
    position: relative;
    width: 300px;
    height: 300px;
}

.loadercyber::before {
    content: '';
    position: absolute;
    top: 85px;
    left: 15%;
    width: 80%;
    height: 70%;
    box-shadow: -50px -45px 0 purple;
    background: cyan;
    border-radius: 50%;
    animation: animatecyber 10s linear infinite;
    animation-delay: 4s;
    filter: blur(30px);
}

.loadercyber::after {
    content: '';
    position: absolute;
    bottom: 85px;
    left: 15%;
    width: 90%;
    height: 70%;
    background: #d44cc9;
    box-shadow: -80px 80px 20px cyan;
    border-radius: 50%;
    /* animation: animatecyber 10s linear infinite; */
    animation-delay: 4s;
    filter: blur(30px);
}


.loadercyber p {
    font-family: 'DINRegular';
    color: #00ace8;
    font-size: 18px !important;
    line-height: 1 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #18182d;
    border-radius: 50%;

    z-index: 1;
    text-align: center;
    padding: 25% 15% 10% 15%;

}

@keyframes animatecyber {
    0% {

        transform: rotate(0deg);
    }

    100% {

        transform: rotate(360deg);
    }
}



.discover-btnbulk {
    margin-top: 10%;
    font-size: 15px !important;
    background-color: transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-image: radial-gradient(hsl(240, 29%, 20%), hsla(59, 90%, 72%, 0.767), hsl(301, 86%, 60%), hsl(310, 100%, 50%), hsla(59, 96%, 72%, 0.685), hsl(240, 29%, 20%)) 9;
    border-image-slice: 2;
    border-left: none;
    border-right: none;
    color: white;
    width: 130px;
    height: fit-content;
    text-align: center;
    padding-top: 4%;
    padding-bottom: 5%;
    cursor: pointer;
}

.discover-btnbulk:hover {
    color: #00bbff;

}

.discover-btngps {
    margin-top: 10%;
    font-size: 15px !important;
    background-color: transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-image: radial-gradient(hsl(240, 47%, 18%), hsla(36, 69%, 51%, 0.87), hsla(145, 84%, 27%, 0.87), hsl(156, 77%, 31%), hsla(36, 69%, 51%, 0.87), hsla(240, 30%, 20%, 0.5)) 9;
    border-image-slice: 2;
    border-left: none;
    border-right: none;
    color: white;
    width: 130px;
    height: fit-content;
    text-align: center;
    padding-top: 4%;
    padding-bottom: 5%;
    cursor: pointer;
}

.discover-btngps:hover {
    color: #ff8c00;

}

.discover-btncyber {
    margin-top: 10%;
    font-size: 15px !important;
    background-color: transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-image: radial-gradient(hsl(240, 47%, 18%), hsla(36, 69%, 51%, 0.87), hsla(145, 84%, 27%, 0.87), hsl(155, 81%, 31%), hsla(36, 69%, 51%, 0.87), hsla(240, 30%, 20%, 0.5)) 9;
    border-image-slice: 2;
    border-left: none;
    border-right: none;
    color: white;
    width: 130px;
    height: fit-content;
    text-align: center;
    padding-top: 4%;
    padding-bottom: 5%;
    cursor: pointer;
}

.discover-btncyber:hover {
    color: #00aae8;

}

a,
a:hover,
a:focus {
    color: inherit !important;
    /* blue colors for links too */
    text-decoration: inherit !important;
    /* no underline */
}

input[type="text"],
input[type="email"],
input[type="tel"],
#message,
#message1 {
    font-family: 'DINNextLTArabicLight';
    color: #ff8e00;
    border-radius: 12px;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 1px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #7a167c, #d80078);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 1px 1000px 1px #17152b inset;
    outline: none;
    font-size: 15px;
}

::placeholder {
    color: #7E8081 !important;
}




button.signbtn {
    cursor: pointer !important;
    float: right;
    background-color: #161625;
    border-radius: 100rem;
    padding: 1rem;
    font-family: 'DINNextLTArabicLight';
    font-size: 1rem;
    padding: .3rem 4rem;
    color: #ff8e00;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 1px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #ff8e00, #7a167c);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 1px 1000px 1px #17152b inset;
}

button.sendbtn {
    cursor: pointer !important;
    float: right;
    background-color: #161625;
    border-radius: 100rem;
    padding: 1rem;
    font-family: 'DINNextLTArabicLight';
    font-size: 1rem;
    padding: .3rem 4rem;
    color: #ff8e00;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 1px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #ff8e00, #7a167c);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 1px 1000px 1px #f0efff inset;
}


fieldset {

    background-color: #f0efff;
    border-radius: 20px;
    padding: 1rem;
    font-family: 'DINNextLTArabicLight';
    font-size: 1rem;
    color: #ff8e00;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 1px transparent;
    background-image: linear-gradient(rgb(255, 11, 11), rgba(255, 255, 255, 0)), linear-gradient(101deg, #ff8e00, #7a167c);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 1px 1000px 1px #f0efff inset;
}

button.signbtn:hover {
    box-shadow: none;
    color: white;
}

@media screen and (min-width: 819px) and (max-width:1200px) {
    .circles {
        display: inline !important;
    }
}


@media screen and (min-width: 1000px) and (max-width:1200px) {
    .rowcircles {
        padding: 10% 5% 0% 5% !important;
    }

    .col-sm {
        width: 0% !important;
    }
}

@media screen and (max-width: 768px) {
    .banner {
        display: none !important;
    }

    .h3text {

        width: 100%;
        font-family: 'DINNextLTArabicRegular';
        font-size: 20px;
        text-align: center;
        color: white;
        padding: 15% 5% 0% 5%;
        position: relative;
        z-index: 9999;
    }

    .contactustext {
        width: 100% !important;
    }

    .contactuscontainer {
        padding: 5% 5% 0% 5% !important;
    }

    .circles {
        margin-top: 15% !important;
        z-index: 900 !important;
    }

    .col-sm {
        padding-bottom: 5% !important;
    }

    .rowcircles {
        padding-left: 10% !important;
    }

    .top {
        z-index: 1 !important;
        top: 20% !important;
        animation-name: fade;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-duration: 4s;
        animation-direction: alternate;
    }

    .bottom {
        z-index: 1 !important;
        top: 0% !important;
        animation-name: fade;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-duration: 4s;
        animation-direction: alternate;
    }

    .left {
        z-index: 1 !important;
        top: 20% !important;
        animation-name: fade;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-duration: 4s;
        animation-direction: alternate;
        z-index: 990;
    }

    .right {
        top: 0% !important;
        animation-name: fade;
        z-index: 1 !important;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-duration: 6s;
        animation-direction: alternate;
    }



}

/* HOME Style END  */

/* AboutsUs Style START  */

.aboutus-desktop {
    display: block !important;
}

.aboutus-mobile {
    display: none !important;
}

.aboutus-section1 {
    background-color: #191830;
    margin: 0;
    padding: 0;


}

.aboutus-title1 {
    position: relative;
    font-family: 'DINNextLTArabicLight';
    font-weight: 100 !important;
    color: #00bdff;
    font-size: 45px;
    padding: 45% 0% 0% 25%;
}

.aboutus-section2 {
    background-color: #f0efff;
    margin: 0;
    padding: 0;
    color: #2d106a;

}

.gps-section1 {
    background-color: rgb(21, 21, 32);
    margin: 0;
    padding: 0;


}

.text-column {
    padding: 8% 10% 0% 10%;
}

.card-title {
    font-family: 'DINNextLTArabicLight';
    color: #2d106a !important;
    font-size: 20px !important;
}

.card-text {
    font-family: 'DINNextLTArabicLight';
    color: #2d106a !important;
    font-size: 18px !important;
    text-align: left !important;
    line-height: 1.1 !important;
    font-weight: 500 !important;

}

.gps-card-title {
    font-family: 'DINNextLTArabicLight';
    font-size: 25px !important;
    color: #ff8e00 !important;
}

.gps-card-text {
    font-family: 'DINNextLTArabicLight';
    font-size: 18px !important;
    text-align: left !important;
    color: white !important;
    line-height: 1.1 !important;
    padding-top: 5%;

}

.gps-title1 {
    position: relative;
    font-family: 'DINNextLTArabicLight';
    font-size: 50px !important;
    color: #ff8e00 !important;
    padding: 12% 0% 0% 0%;

}

.gps-section3 {
    background-color: #1a1a35;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    text-align: center;
    padding: 5% 5% 5% 5%;

}

.gps-section4 {
    background-color: #f0efff;
    margin: 0;
    padding: 0;
    color: #2d106a;


}

.contactus-section1 {

    background-color: rgb(21, 21, 32);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    height: 120vh;

}

/* AboutsUs Style END  */


/* MEDIA QUERY Style START  770*/
@media screen and (max-width: 768px) {

    .aboutus-desktop {
        display: none !important;
    }

    .aboutus-mobile {
        display: block !important;
    }

    .fleetmobilecontainer {
        padding-bottom: 5%;
    }


    .page-footer {
        background: -webkit-linear-gradient(left, rgb(13, 8, 18) 0%, rgb(23, 23, 38) 80%);
        background: -o-linear-gradient(left, rgb(13, 8, 18) 0%, rgb(23, 23, 38) 80%);
        background: -ms-linear-gradient(left, rgb(13, 8, 18) 0%, rgb(23, 23, 38) 80%);
        background: -moz-linear-gradient(left, rgb(13, 8, 18) 0%, rgb(23, 23, 38) 80%);
        background: linear-gradient(to right, rgb(13, 8, 18) 0%, rgb(23, 23, 38) 80%);
        color: rgba(128, 128, 128, 0.774);
        font-family: "DINRegular";
        font-size: 15px;
        text-align: center;
        padding: 2%;

    }

    .aboutus-section1 {
        background-image: none !important;
        background-color: #151326 !important;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0;
        padding: 0;
        text-align: center;
        height: fit-content
    }

    .aboutus-title1 {
        position: relative;
        font-family: 'DINNextLTArabicLight';
        font-weight: 100 !important;
        font-size: 35px !important;
        color: #00bdff;
        padding: 22% 0% 0% 5%;
    }

    .aboutus-section2 {
        background-color: #f0efff;
        margin: 0;
        padding: 0;
        color: #2d106a;

    }

    .aboutus-section2>.card {
        padding-left: 5%;
        padding-right: 5%;
    }

    .card-title {
        font-family: 'DINNextLTArabicRegular';
        color: #2d106a !important;
        font-size: 20px !important;

    }

    .card-text {
        font-family: 'DINNextLTArabicLight';
        color: #2d106a !important;
        font-size: 18px !important;
        text-align: left !important;
        font-weight: 100 !important;
        padding: 0% 5% 0% 10%;

    }

    .card-text1 {
        font-family: 'DINNextLTArabicLight';
        color: #2d106a !important;
        font-size: 18px !important;
        text-align: left !important;
        font-weight: 100 !important;
        padding: 0% 5% 10% 10%;

    }

    .gps-card-title {
        position: relative;
        font-family: 'DINNextLTArabicLight';
        font-weight: 100 !important;
        font-size: 18px !important;
        padding: 1% 0% 0% 5%;
        color: #ff8e00 !important;
    }

    .gps-card-text {
        font-family: 'DINNextLTArabicLight';
        color: white !important;
        font-size: 18px !important;
        text-align: left !important;
        line-height: 1 !important;
        padding: 5% 5% 0% 10%;

    }

    .gps-title1 {
        position: relative;
        font-family: 'DINNextLTArabicLight';
        font-size: 35px !important;
        color: #ff8e00 !important;
        text-align: center !important;
    }

    .gps-section1 {
        background-color: rgb(21, 21, 32);

        margin: 0;
        padding: 0;
        text-align: center !important;


    }

    .gps-section3 {
        background-color: rgb(21, 21, 32);
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0;
        padding: 0 !important;
        text-align: center !important;
    }

    .gps-section4 {
        background-color: #f0efff;
        margin: 0;
        padding: 0 !important;
        color: #2d106a;
        text-align: center !important;


    }
}


.careerimg {
    width: 60%;
}

@media screen and (min-width:450px) and (max-width:769px) {
    .logoimage {
        width: 20% !important;
    }

    #map {
        filter: invert(85%);
        z-index: 1;
        height: 1000px !important;
    }

    .contactus-section1 {
        background-color: #302f2e !important;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0;
        padding: 0;
        height: 0%;
        margin-left: -40% !important;
    }

    .careerimg {
        width: 60%;
    }
}

@media screen and (min-width:200px) and (max-width:449px) {
    .careerimg {
        width: 80%;
    }

    .logoimage {
        width: 35% !important;
    }

    .navMenu {
        font-family: 'DINNextLTArabicLight' !important;
        color: white;
        position: absolute;
        width: 40px;
        height: 40px;
        top: 25% !important;
        left: 30px;
        font-size: 50px;
        font-weight: 500;
        cursor: pointer;
        z-index: 9999999;
    }
}

@media screen and (min-width: 769px) and (max-width:1200px) {


    .gps-container {
        padding-left: 10% !important;
    }

    .home-body {
        overflow-x: hidden !important;
        margin-top: -19%;

    }

    #indexbody {
        background-color: transparent;
    }

    .banner {
        width: 60%;
        left: 25%;
        top: 30vh;
        animation: fadeIn 5s;
    }

    .top {
        z-index: 2;
        animation-name: fade;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-duration: 10s;
        animation-direction: alternate;
        margin-top: -15%;
    }

    .h3text {
        width: 70%;
        font-family: 'DINRegular';
        font-size: 25px;
        text-align: left;
        color: white;
        padding: 80% 0% 0% 10%;
        position: relative;
        z-index: 9999;
    }

    .bubblescontainer {
        padding-top: 10% !important;
        padding-left: 0% !important;
        z-index: 999;
    }

    .loaderbulk {
        position: relative;
        width: 250px;
        height: 250px;
    }

    .loadergps {
        position: relative;
        width: 250px !important;
        height: 250px !important;
    }

    .loadercyber {
        position: relative;
        width: 250px !important;
        height: 250px !important;
    }

    .loaderbulk p {
        font-family: 'DINRegular';
        color: #15d6ec;
        font-size: 15px !important;
        line-height: 1 !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #18182d;
        border-radius: 50%;
        z-index: 1;
        text-align: center;
        padding: 25% 15% 10% 15%;

    }


    .loadergps p {
        font-family: 'DINRegular';
        color: #15d6ec;
        font-size: 15px !important;
        line-height: 1 !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #18182d;
        border-radius: 50%;
        z-index: 1;
        text-align: center;
        padding: 25% 15% 10% 15%;
    }

    .loadercyber p {
        font-family: 'DINRegular';
        color: #00ace8;
        font-size: 15px !important;
        line-height: 1 !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #18182d;
        border-radius: 50%;

        z-index: 1;
        text-align: center;
        padding: 25% 15% 10% 15%;

    }

    .loaderbulk::before {
        content: '';
        position: absolute;
        top: 85px;
        left: 15%;
        width: 40%;
        height: 40%;
        background: #00e6ef;
        box-shadow: -60px -65px 0 #1a9c91;
        border-radius: 50%;
        animation: animatebulk 5s linear infinite;
    }

    .loaderbulk::after {
        content: '';
        position: absolute;
        bottom: 85px;
        left: 15%;
        width: 40%;
        height: 40%;
        background: #1a9c91;
        box-shadow: 40px 35px 0 cyan;
        border-radius: 50%;
        animation: animatebulk 5s linear infinite;
    }


    .loadergps::before {
        content: '';
        position: absolute;
        top: 85px;
        left: 15%;
        width: 40%;
        height: 40%;
        box-shadow: -40px -35px 0 #ff7276;
        background: #FF7F50;
        border-radius: 50%;
        animation: animategps 5s linear infinite;
    }

    .loadergps::after {
        content: '';
        position: absolute;
        bottom: 85px;
        left: 15%;
        width: 40%;
        height: 40%;
        background: #ff7276;
        box-shadow: 40px 35px 0 #FF7F50;
        border-radius: 50%;
        animation: animategps 5s linear infinite;
    }


    .loadercyber::before {
        content: '';
        position: absolute;
        top: 85px;
        left: 15%;
        width: 40%;
        height: 40%;
        box-shadow: -40px -35px 0 purple;
        background: cyan;
        border-radius: 50%;
        animation: animatecyber 5s linear infinite;
    }

    .loadercyber::after {
        content: '';
        position: absolute;
        bottom: 85px;
        left: 15%;
        width: 40%;
        height: 40%;
        background: #d44cc9;
        box-shadow: 40px 35px 0 cyan;
        border-radius: 50%;
        animation: animatecyber 5s linear infinite;
    }



}

@media screen and (max-width: 890px) {
    .aboutus-title1 {
        position: relative;
        font-family: 'DINNextLTArabicLight';
        font-weight: 100 !important;
        font-size: 35px !important;
        color: #00bdff;
        padding: 22% 0% 0% 5%;
    }
}



/* Cybersecurity Style START  */



/* MEDIA QUERY Style END  */