body {
    background: black;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
html {
  scroll-behavior: smooth;
 }

.centerjustify {
    justify-content: center;
}

.loading {
    background: #000000 url('/videos/Loader.gif') no-repeat center center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background-size: contain;
    z-index: 9999999;
}

#RtoFuture p, #RtoFuture ul>li{
    font-family: 'tomatoextralight';
}
#RtoFuture h1, #RtoFuture h4{
    font-family: 'tomatomedium';
}
.zumr3d, .zeerak3{
   width: 25% !important;
}
.grad, .mfadr
{
   width: 40% !important;
}

.rto-row{
    align-items: end;
    color: white;
    padding-top: 40px;
}
.rtofuture-mainheading{
    padding-bottom: 20px;
}
.roadtofuture-para{
    color: white
}
/* ---------Scroll bar-------- */
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: black;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@font-face {
    font-family: 'newemachina';
    src: url("/fonts/NEUEMACHINA-REGULAR.OTF");
}

@font-face {
    font-family: 'newemachinabold';
    src: url("/fonts/NEUEMACHINA-ULTRABOLD.OTF");
}

@font-face {
    font-family: 'tomato';
    src: url("/fonts/TomatoGrotesk-Bold.otf");
}

@font-face {
    font-family: 'tomatolight';
    src: url("/fonts/TomatoGrotesk-Light.otf");
}

@font-face {
    font-family: 'nhaas';
    src: url("/fonts/NHAASGROTESKTXPRO-55RG.TTF");
}

@font-face {
    font-family: 'tomatomedium';
    src: url("/fonts/TomatoGrotesk-Regular.otf");
}

@font-face {
    font-family: 'tomatoextralight';
    src: url("/fonts/TomatoGrotesk-ExtraLight.otf");
}

#content {
    z-index: 3;
}

.marginleft5 {
    margin-left: 5%;
}

.textjustify {
    text-align: justify;
}

.marqeetext {
    background-color: white;
    color: black;
    padding-top: 4px;
}
marquee{
    font-family: 'newemachina';
}

.whatnew {
    background-color: #33525f;
    width: 10%;
    text-align: center;
    color: white;
    height: fit-content;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 2;
}

.latestnews {
    display: flex;
    background: white;
}

.runningtext {
   display: flex;
    align-items: center;
    width:100%;
}

.runningtext h3 {
    font-size: 14px;
    color: black;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 32px;
    text-align: center;
    /* Starting position */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /* Apply animation to this element */
    -moz-animation: runningtext 15s linear infinite;
    -webkit-animation: runningtext 15s linear infinite;
    animation: runningtext 15s linear infinite;
}

/* Move it (define the animation) */
@-moz-keyframes runningtext {
    0% {
        -moz-transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes runningtext {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes runningtext {
    0% {
        -moz-transform: translateX(100%);
        /* Firefox bug fix */
        -webkit-transform: translateX(100%);
        /* Firefox bug fix */
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
        /* Firefox bug fix */
        -webkit-transform: translateX(-100%);
        /* Firefox bug fix */
        transform: translateX(-100%);
    }
}

.navbar-toggler-icon {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.navbar-brand {
    width: 6%;
}

.shahpar2img{
    width: 100%;
}
#dropdownMenuButton {
    background-color: transparent;
    border: none;
}

.table {
    color: white;
    border-color: #dee2e66b;
}

.dropdown-toggle::after {
    transition: transform 0.15s linear;
}

.show.dropdown .dropdown-toggle::after {
    transform: translateY(3px);
}

.dropdown-item {
    border-bottom: 1px solid #ffffff40 !important;
    color: white;
    transition: 0.4s ease all;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #9e9e9e !important;
}

.dropdown-menu {
    background: black;
}

.modal.show .modal-dialog {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    background: black;
}

.modal-content {
    background: black;
    color: white;
    padding: 20px;
    border: none;
}

.modal-footer {
    border-top: 1px solid grey;
}

.homeother {
    font-size: 2rem !important;
    position: relative;
    padding: 0 !important;
    text-decoration: none;
    color: white;
    font-family: 'tomatolight';
}

.homeother:hover {
    color: white !important
}

.homeother::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 2px;
    background: #fff;
    /* transition: all 0.6s ease-out; */
}

.homeother:hover::after {
    width: 100%
}

.flexcenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.login {
    border: 1px solid white;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    height: 30px;
    margin-top: 6px;
    margin-left: 10px;
}

.login a {
    border-radius: 2rem;
    transition: 0.4s ease all;
}

.login a:hover {
    background-color: white;
    color: black !important;
}

.navbar {
    z-index: 2;
    background: black;
}

.navbar-nav {
    margin-left: auto;
    margin-right: 30px;
}

.navcontainer {
    padding-left: 30px;
    padding-right: 30px;
}

.nav-link {
    color: white;
    font-size: 1rem;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-family: 'newemachina';
}

.nav-link:focus, .nav-link:hover {
    color: #a9a6a6 !important;
}
.dropdownproducts{
    color: #17fbf8 !important;
}

.back-to-top {
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 10;
    width: 30px;
    height: 50px;
    background-color: #ffffff;
    color: black;
    text-decoration: none;
    font-size: 1.5em;
    border: none;
    opacity: 0;
    border-top-right-radius: 1.2rem;
    border-top-left-radius: 1.2rem;
    border-bottom-left-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
    transition: 1s ease all;
}
.gidsemailcontact{
   position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #e2d3d3;
    color: black;
    text-decoration: none;
    font-size: 2em;
    border-radius: 50%;
    transition: 1s ease all;
}
.back-to-top.active {
    opacity: 1;
}

#slider {
    width: 100%;
    height: 85vh;
    z-index: -1;
    /*margin-top: -97px;*/
}

.owl-dots .owl-dot button {
    background: none;
    border: none;
    padding: 0;
    color: #928e8d;
    font-size: 20px;
    cursor: pointer;
    font-family: 'newemachina';

}

.owl-dots .owl-dot button:focus {
    outline: none;
}

.owl-dots .owl-dot.active button {
    color: #ffffff;
}

hr {
    border: 0;
    border-top: 3px solid white;
    transform: rotate(90deg);
    display: inline-block;
    margin: 6px;
    height: 1px;
    width: 30px;
    opacity: 0;
}

.collapselogo, .collapselogo2 {
    display: none;
}

.owl-dots .owl-dot.active button hr {
    opacity: 1;
}

.owl-dots {
    position: absolute;
    bottom: 12%;
    left: 15%;
}

.owl-theme .owl-dots .owl-dot {
    display: block ;
    text-align: left ;
}
/*.owl-carousel2 .owl-theme2 .owl-dots .owl-dot {*/
/*    display: none !important;*/
/*}*/
.landingsliderimg {
    height: 80vh ;
    object-fit: cover ;
}
.owl-carousel {
    position: relative;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%);
    display: none;
}

.owl-prev i, .owl-next i {
    font-size: 25px;
    color: white;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: black !important;
    text-decoration: none !important;
}

.back-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.main-video{
    width: 100%;
    height: 85vh;
    /*margin-top: -85px;*/
    object-fit: cover;
}

.landingimg {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

#companies a {
    text-decoration: none;
}

#companies, #companies .container-fluid, #companies .row {
    height: 100vh;
}

.col-md-2 {
    width: 20%;
    padding: 0;
}

.cards {
    height: 100vh;
    color: white;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    transition: 0.6s ease all;
    position: relative;
    font-family: 'newemachina';
    border-bottom: 2px solid black;
}

.cards h2 {
    font-size: 30px;
}

.cards img {
    right: 40px;
    position: absolute;
    width: 10%;
    transition: 1s ease all;
}

/* .nbcsecurotyhead {
    margin-top: 50px;
} */

.cards:hover {
    background-color: white;
    color: black;
}

.sybmol {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 40% !important;
    transform: translate(-50%, -30%);
    opacity: 0;
}
  .nbcsymbol, .securitysymbol{
        width: 30% !important;
    }
    .airsymbol{
         width: 35% !important;
    }
.cards:hover .sybmol {
    opacity: 1;
}

.arrorright {
    margin-left: auto;
}

.arrorright i {
    transition: 0.6s ease all;
    border: 1px solid white;
    padding: 5px;
    border-radius: 50%;
    font-size: 20px;
}

#missilevideo{
    display: none;
}
.cards:hover .arrorright i {
    transform: rotate(-45deg);
    border: 1px solid black;
    color: black;
}


.bottomtext {
    position: absolute;
    bottom: 0;
    opacity: 0;
}

.bottomtext p {
    font-size: 12px;
}

.cards:hover .bottomtext {
    opacity: 1;
}

.security:hover {
    background-color: white;
    color: black;
    background-image: none !important;
}

.air {
    background-color: black;
}

.land {
    background-color: #070707;
}

.naval {
    background-color: #0b0b0b;
}

.nbc {
    background-color: #10100f;
}

.nbcsecurityhead {
    margin-top: 45px;
}

.security {
    background-image: url("/videos/particles.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#what_gids {
    background-color: white;
    text-align: center;
}

.what_gidspic {
    width: 60%;
}

#what_gids h1 {
    font-family: 'tomato';
    font-size: 70px;
    margin-bottom: 0;
    letter-spacing: -2px;
}

.whatset {
    color: #797576;
    padding-top: 100px;
    font-family: 'newemachinabold';
    margin-bottom: 0;
}

.gidscontent {
    margin-top: -17px;
}

.gidsapart {
    color: #35393b;
    font-family: 'newemachinabold';
    display: inline;
}

.btn-outline-secondary {
    border-radius: 3rem;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    border: 1px solid white;
    font-family: 'newemachina';
    padding: 2px 20px 2px 20px !important;
    transition: 0.4s ease all;
    margin-top: 4px;
}

.btn-outline-secondary:hover {
    background-color: white;
    color: black !important;
}

.tank-detail {
    padding-top: 100px;
}

.tank_detail p {
    margin-bottom: 0;
    padding: 0px 160px 50px 160px;
    font-family: 'newemachina';
    color: #5f5f5f;
}

.tankimg {
    margin-top: 80px;
}

#footer {
    background-image: url("/images/footer.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 20px;
}

#footer .container-fluid {
    padding-left: 30px;
    padding-right: 50px;
}

.footerlinks {
    padding-left: 0;
    margin-top: 30px;
}

.footerlinks li {
    margin-top: 10px;
    margin-bottom: 10px;
    list-style: none;
}

.footerlinks li a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-family: 'newemachina';
}

.emailinput {
    background: transparent;
    border-top: none;
    border-left: none;
    border-radius: 0;
    border-right: none;
    padding-left: 0;
    margin-top: 20px;
}

.emailinput:focus {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid white;
    box-shadow: none;
}

#footer h2 {
    color: #b2b2b2;
    font-family: 'newemachina';
    font-size: 25px;
}

.footercontent {
    color: #a7a6a6;
    margin-top: 20px;
}

.footercontentleft {
    float: left;
}

.footerlogo {
    margin-top: 100px;
}

.footerlogo img {
    width: 8%;
}
.contactemail{
    margin-top: 10px;
}

footer {
    border-top: 1px solid #80808052;
    margin-top: 100px;
    font-family: 'newemachina';
}

footer p {
    display: inline;
}

.footerconThirtyfivet {
    padding-top: 10px;
    padding-bottom: 10px;
}

.footerconThirtyfivet p {
    display: inline;
    color: #8d8989;
}

.rights {
    float: right;
    margin-bottom: 0;
}

#land {
    background-color: black;
}

.accordion {
    background-color: black;
    color: white;
    font-family: 'tomatolight';
}

#collapseOne, #collapseTwo, #collapseThree, .accordion-item {
    background: black;
}

.accordion-button {
    color: white;
    background-color: black;
    border-top: 1px solid #80808052;
    font-size: 25px;
    padding: 1.5rem 1.25rem;
    transition: all 1s ease;
}

.accordion-button:focus {
    border: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    font-size: 36px;
    color: white;
    background-color: black;
    border-top: 1px solid #80808052;
    border-bottom: 1px solid #80808052;
    box-shadow: none;
    border-radius: none;
    /* transition: all 1s ease; */
}

/* #pills-tabContent .row {
    align-items: center;
} */
.accordion-body h5 {
    color: #03a9f4;
}

.productimg {
    width: 50%;
    margin-top: 50px;
}

.productheading {
    text-align: right;
    color: white;
    font-size: 60px;
    font-family: 'tomatolight';
}

.productcontainer {
    padding: 30px;
    padding-top: 100px;
}

.mfkpdf, .pcspdf {
    color: white;
    display: block;
}

.nav-pills {
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nav-pills .nav-link {
    font-family: 'tomatolight';
    font-size: 3rem;
    padding-top: 0;
    padding-bottom: 0;
}

.nav-pills .nav-link.active {
    background: transparent;
    color: white;
    font-weight: bold;
}
.uqbimg{
    width: 80%;
}

.ceocontainer {
    position: relative;
    padding: 30px;
    color: white;
    font-family: 'nhaas';
}

.ceocontainer .row {
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 1px solid #656565;
    display: flex;
}


.ceocontainer .row:nth-child(3) {
    align-items: baseline;
}

.ceocontainer .row p {
    font-size: 21px;
    margin-bottom: 0;
}

.ceocontainer .row p:nth-child(1) {
    padding: 0% 0% 5% 30%;
}
.umairacard{
    margin-left: 30px;
}
.junaidcard{
    margin-left: 30px;
}

.ceocontainer .row p:nth-child(2) {
    padding: 0% 0% 0% 30%;
}

.ceoheading {
    color: white;
    font-family: 'tomatolight';
    margin-left: auto;
    display: table;
    padding-right: 50px;
}

.ceoheading h1 {
    font-size: 60px;
}

.ceotext {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    height: 40px;
}

.teamtext {
    align-items: center;
    margin-bottom: 0;
    height: 40px;
    display: inline;
}

.o {
    width: 60px;
    margin-left: -4px;
    -webkit-animation: rotating 4s linear infinite;
}

.teamo {
    margin-top: -29px;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotatingtext {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.accordion-button:not(.collapsed)::after {
    background-image: url("/images/arrow.png");
    /* background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
}

.accordion-button::after {
    background-image: url("/images/arrow.png");
}

.collapsing {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.collapse.show {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

#ceo {
    padding: 20px;
}

#ceo p {
    font-family: 'tomatolight';
}

.ceo {
    width: 90%;
}

#contact {
    color: white;
    font-family: 'tomatolight';
    padding: 50px 50px 0px 30px;
}

#contact .row {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #656565;
}

#contact .footerall {
    margin-top: 200px;
    margin-bottom: -30px;
}

.sayhello span {
    font-size: 20px;
    color: #fffbfb;
    -webkit-text-stroke: 0.1px #e9e9e9;
    position: relative;
    width: fit-content;
}

.sayhello span::before {
    content: attr(data-text);
    position: absolute;
    top: -3px;
    left: 0;
    width: 0;
    height: 100%;
    color: #b3e735;
    -webkit-text-stroke: 0vw #383d52;
    border-right: 1px solid #b3e735;
    overflow: hidden;
    animation: textanimate 6s linear infinite;
}

@keyframes textanimate {
    0%, 10%, 100% {
        width: 0;
    }

    70%, 90% {
        width: 100%;
    }
}
.gidscontact h2{
    display: inline;
}
.gidscontact span{
    padding-left: 5%;
    font-size: 21px;
}
.gidsemail{
    color: white;
}
.asad p {
    margin-bottom: 0;
    width: fit-content;
}

.label {
    border: 1px solid white;
    border-radius: 3rem;
    padding: 0 20px 0 20px;
    width: fit-content;
    transition: 0.4s ease all;
}

.labelmobnav {
    border: 1px solid white;
    border-radius: 3rem;
    padding: 3px 15px 3px 15px;
    transition: 0.4s ease all;
    font-size: 10px;
    color: white;
    height: fit-content;
    margin-left: auto;
}

.label:hover, .labelmobnav:hover {
    background: white;
    color: black;
}

.labelvision {
    border: 1px solid white;
    border-radius: 3rem;
    padding: 10px 30px 10px 30px;
    width: fit-content;
    transition: 0.5s ease all;
    font-size: 35px;
}

.top10content{
    padding-left: 0 !important;
}
.labelvision:hover {
    background-color: white;
    color: black;
}

.emails {
    margin-top: 60px;
}

.footerall {
    margin-top: 60px;
}

#products .footerall {
    margin-left: 30px;
    margin-right: 30px;
}

/* -----------Social Media--------- */
.dark {
    margin: 0 20px;
    display: none;
}

.darkfooter {
    margin: 30px 0px;
}

.dark .btn-gradient, .darkfooter .btn-gradient {
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.54);
}


.rounded {
    padding-left: 0;
}

.rounded li {
    list-style: none;
    display: inline-block;
}

.dark .btn-gradient {
    width: 25px;
    height: 25px;
    text-align: center;
    display: block;
    margin-right: 5px;
    transition: all 300ms;
    position: relative;
    border-radius: 50% !important;
}

.darkfooter .btn-gradient {
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    margin-right: 5px;
    transition: all 300ms;
    position: relative;
    border-radius: 50% !important;
}

.btn-gradient i {
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-gradient.rounded {
    border: 1px solid white;
    color: white;
}

@keyframes Gradient {
    0% {
        background-position: 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

.dark .btn-gradient.facebook:hover, .darkfooter .btn-gradient.facebook:hover {
    box-shadow: 0 5px 8px rgba(26, 35, 126, 0.50);
    background: #3949ab;
    background: linear-gradient(to right, #3949ab 0%, #2196f3 100%);
    background-size: 400%;
    animation: Gradient 1s ease infinite;
}

.dark .btn-gradient.youtube:hover, .darkfooter .btn-gradient.youtube:hover {
    box-shadow: 0 5px 8px rgba(26, 35, 126, 0.50);
    background: rgb(144, 16, 16);
    background: linear-gradient(to right, red 0%, rgb(255, 100, 100) 100%);
    background-size: 400%;
    animation: Gradient 1s ease infinite;
}

.dark .btn-gradient.instagram:hover, .darkfooter .btn-gradient.instagram:hover {
    box-shadow: 0 5px 8px rgba(63, 81, 181, 0.50);
    background: #ffc107;
    background: linear-gradient(to right, #ffc107 0%, #f50057 50%, #3f51b5 100%);
    background-size: 400%;
    animation: Gradient 1s ease infinite;
}

.dark .btn-gradient.twitter:hover, .darkfooter .btn-gradient.twitter:hover {
    box-shadow: 0 5px 8px rgba(33, 150, 243, 0.50);
    background: #00bcd4;
    background: linear-gradient(to right, #00bcd4 0%, #2196f3 100%);
    background-size: 400%;
    animation: Gradient 1s ease infinite;
}

.dark .btn-gradient.linkedin:hover, .darkfooter .btn-gradient.linkedin:hover {
    box-shadow: 0 5px 8px rgba(3, 169, 244, 0.50);
    background: #0288d1;
    background: linear-gradient(to right, #0288d1 0%, #2196f3 100%);
    background-size: 400%;
    animation: Gradient 1s ease infinite;
}

#download {
    overflow: overlay;
    /* padding: 30px; */
    /*margin-top: -97px;*/
}

.cataloguebtn {
    font-size: 40px;
}

.cataloguemenu {
    width: 60%;
}

.cataloguemenu .dropdown-item {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.downloadheading {
    padding: 40px 0 40px 0;
    border-bottom: 1px solid grey;
}

.downloaddot {
    float: left;
    /*margin-right: auto*/
    /*display: inline-block;*/
}
.downloaddot .dropdown{
    z-index: 5;
    width: -webkit-fill-available;
}

.pdfbtns {
    text-align: right;
    padding: 40px 0 20px 0;
    border-bottom: 1px solid grey;
}

.pdfbtns a {
    font-size: 25px;
    color: white;
    text-decoration: none;
}

.pdfbtns p {
    margin-bottom: 0;
}

.pdfbtns p:nth-child(1) {
    font-family: 'tomato';
}

.pdfbtns p:nth-child(2) {
    font-family: 'tomatolight';
    margin-top: -10px;
}

#download .footerall {
    margin-top: 120px;
}

#download h1 {
    font-size: 70px;
    color: white;
    font-family: 'tomatolight';
    display: flex;
}

.reddot {
    width: 15px;
    height: 15px;
    background: red;
    border-radius: 50%;
    margin-top: 21px;
    margin-left: 10px;
}

.folloelinks {
    display: flex;
    justify-content: end;
    float: right;
    /*margin-left: auto;*/
    color: #3a4045;
    font-family: 'tomatolight';
}


.revolvingcircle {
    border-bottom: 1px solid grey;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 70px;
    padding-top: 70px;
    z-index: 2;
}

.downloadrevolving {
    display: block;
    position: relative;
    width: 15%;
}

.downloadrevolving i {
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
}

.roundtext {
    fill: currentColor;
    height: auto;
    transform-origin: center;
    width: 100%;
    -webkit-animation: rotatingtext 10s linear infinite;
    position: relative;
}

.textroundpath {
    color: white;
    font-size: 7px;
}

.galerryimg {
    width: 100% !important;
}

.nextimgs {
    margin-top: 100px;
}

.galeryimgone {
    padding-right: 5%;
}

.galeryimgtwo {
    padding-left: 5%;
}

#team {
    color: white;
}

#team .row {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #656565;
}

.bordernone {
    border-top: none !important;
}

#team .card {
    color: white;
    background: black;
    border-radius: 2rem;
    padding: 5%;
    text-align: center;
}

.membername {
    font-family: 'tomatomedium';
}

.memberdesignation {
    font-family: 'tomatoextralight';
    margin-bottom: 0;
}

.membernum {
    display: flex;
    justify-content: center;
}

.memberchild {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0486be;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.cardline {
    border-top: 3px solid #0486be !important;
    width: 50% !important;
    opacity: 1 !important;
    transform: none;
}

#team .card-title {
    margin-top: 15px;
    font-size: 30px;
    margin-bottom: 0;
}
#producttopheading .nav-pills .nav-link {
    font-weight: normal !important;
}
.systembanner{
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 70vh;
    position: relative;
    /*background-attachment: fixed;*/
    background-position: center;
}
#airsystembanner{
      background-image: url(/images/jf-17.png);
}
#landsystembanner{
    background-image: url(/images/tank.jpg);
}
#navalsystembanner{
    background-image: url(/images/navynew.jpg);
}
#nbcsystembanner{
     background-image: url(/images/nbcdefence.jpg);
}
#securitysystembanner{
     background-image: url(/images/riot.jpg);
}
#integratedsystembanner{
    background-image: url(/images/integrated.jpg);
}
#whowearesystembanner{
     background-image: url(/images/whoweare.png);
     height: 100vh !important;
}
.memberduty {
    font-family: 'tomatoextralight';
    padding: 5px !important;
    font-size: 12px;
    margin-left: 5px;
    margin-top: 7px;
}

.card a {
    color: white;
}

#team .card-body {
    padding-left: 0;
    padding-bottom: 0;
}

.memberdesignation {
    font-size: 22px;
    /* display: inline; */
}

.memberbody ul {
    padding-left: 20px;
}

.imgparent {
    /* width: 80%; */
    position: relative;

}

.imgoverlay {
    background-color: grey;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease all;
}

.imgparent:hover .imgoverlay {
    opacity: 0.9;
}

.memberemail {
    margin-left: -3%;
    font-family: 'tomatoextralight';
}

.memberemail {
    font-size: 20px;
}

.memberimg {
    width: 60%;
    height: 60%;
    border-radius: 50%;
}

.ceoimg {
    width: 75%;
    height: 75%;
    border-radius: 50%;
}

#whoweare {
    /* padding: 30px; */
    font-family: 'tomatolight';
    color: white;
}

#whoweare p {
    letter-spacing: 0.8px;
    text-align: justify;
}

.pad20 {
    padding-top: 20px;
    padding-bottom: 10px;
}

.whoweheading {
    color: white;
    text-align: center;
    font-size: 50px;
    margin-top: 40px;
    border-top: 1px solid #535353;
    padding-top: 20px;
    padding-bottom: 20px;
}

.map {
    background-image: url(/images/newmap.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: relative;
}

.overlay{
    background: #000000a8;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    transition: 0.4s ease all;
}
.overlay.show{
    opacity: 1;
}
.memberpic {
    display: flex;
}

.memberbody {
    margin-left: 20px;
}

.teamemail {
    font-size: 20px;
    display: block;
    color: white;
}

.america {
   width: 12%;
    left: 33.5%;
    bottom: 3%;
    position: absolute;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgb(131, 255, 253, 1);
    /* transform: scale(1); */
    /*animation: pulse-black 1s infinite;*/
}

.middleeast {
   width: 21%;
    position: absolute;
    left: 43%;
    bottom: 29%;
    transform: translate(0%, 0%);
    box-shadow: 0 0 0 0 rgb(131 255 253);
    /* transform: scale(1); */
    /*animation: pulse-black 1s infinite;*/
}

.eastasia {
    width: 40%;
    position: absolute;
    right: 6%;
    top: 15%;
    transform: translate(0%, 0%);
    box-shadow: 0 0 0 0 rgb(131 255 253);
    /* transform: scale(1); */
    /*animation: pulse-black 1s infinite;*/
}

.centralasia {
   width: 14%;
    position: absolute;
    top: 33%;
    right: 22%;
    transform: translate(0%, 0%);
    box-shadow: 0 0 0 0 rgb(131 255 253);
    /*animation: pulse-black 1s infinite;*/
}

.europe {
   width: 20%;
    position: absolute;
    top: 20.5%;
    left: 45%;
    transform: translate(0%, 0%);
    box-shadow: 0 0 0 0 rgb(131, 255, 253, 1);
    /* transform: scale(1); */
    /*animation: pulse-black 1s infinite;*/
}

/*.africa {*/
/*    position: absolute;*/
/*    right: 17%;*/
/*    top: 57%;*/
/*    transform: translate(0%, 0%) scale(1);*/
/*    box-shadow: 0 0 0 0 rgb(131, 255, 253, 1);*/
    /* transform: scale(1); */
/*    animation: pulse-black 1s infinite;*/
/*}*/


@keyframes pulse-black {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgb(131, 255, 253, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgb(131, 255, 253, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgb(131, 255, 253, 0);
    }
}

#memberpic, #memberpic1 {
    opacity: 0;
    transition: 0.4s ease all;
}

#memberpic.show, #memberpic1.show {
    opacity: 1;
}

#memberpic img, #memberpic1 img {
    width: 10%;
}

/* ---------Media Query---------- */
/*@media screen and (min-width: 1900px){*/
/*    .america {*/
/*        width: 14%;*/
/*        top: 33%;*/
/*        left: 24%;*/
/*    }*/
/*    .europe {*/
/*        width: 12%;*/
/*        top: 10%;*/
/*        left: 44%;*/
/*    }*/
/*    .middleeast {*/
/*        left: 51%;*/
/*        top: 26%;*/
/*        width: 12%;*/
/*    }*/
/*    .eastasia {*/
/*        width: 9%;*/
/*        right: 28%;*/
/*        top: 18%;*/
/*    }*/
/*    .centralasia {*/
/*        width: 14%;*/
/*        top: 20%;*/
/*        left: 70%;*/
/*    }*/
/*    .africa {*/
/*        width: 5%;*/
/*        right: 19%;*/
/*        top: 34%;*/
/*    }*/
/*}*/
@media screen and (max-width: 1700px) and (min-width: 1300px) 
{
    
   .america {
   width: 12%;
    left: 33.5%;
    bottom: 3%;
    position: absolute;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgb(131, 255, 253, 1);
    /* transform: scale(1); */
    /*animation: pulse-black 1s infinite;*/
}

.middleeast {
    width: 21%;
    left: 43%;
    bottom: 29%;
}

.eastasia {
    width: 40%;
    right: 6%;
    top: 15%;
}

.centralasia {
    width: 14%;
    top: 33%;
    right: 22%;

}

.europe {
    width: 20%;
    top: 20.5%;
    left: 45%;
}
}
@media screen and (max-width: 768px) {
    .navbar-brand {
        width: 18%;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: black;
    }

    .navbar-collapse .nav-link {
        color: white;
        font-size: 1.5rem;
        padding-left: 20px !important;
        width: fit-content;

    }

    .navbar-collapse .nav-item {
        padding-top: 10px;
        padding-bottom: 10px;
        animation-name: fadeInLeft;
        border-bottom: 1px solid grey;
    }

    .navbar-collapse.collapsing {
        left: -100%;
        transition: height 0s ease;
    }

    .navbar-collapse.collapsing .navoverlay {
        left: -100%;
        transition: height 0s ease;
    }

    .navbar-collapse.show, .navbar-collapse.show .navoverlay {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed~.navbar-collapse {
        transition: left 500ms ease-in-out;
    }

    .dark {
        display: flex;
    }

    .navbar-toggler {
        padding: 0;
        z-index: 6;
    }

    .toggletwoicon {
        height: 13px;
    }

    .navbar {
        z-index: 3;
    }

    .navbar-nav {
        margin-top: 30px;
        margin-bottom: 30px;
        border-top: 1px solid grey;
        margin-right: 0;
    }
    .cards:hover .sybmol{
        opacity: 0.2;
    }

    .homenav {
        border-top: none;
    }

    .accordion-button:not(.collapsed) {
        font-size: 30px;
    }

    .nav-pills .nav-link {
        font-size: 1.5rem;
    }

    .collapselogo, .collapselogo2 {
        display: block;
    }

    .homeother {
        text-decoration: underline;
        font-size: 1.2rem !important;
    }

    hr {
        border-top: 1.3px solid white;
        width: 27px;
    }

    .owl-dots {
        left: 50%;
        bottom: -45%;
        transform: translate(0%, 0);
    }

    .owl-dots .owl-dot button {
        padding-top: 2px;
        font-size: 17px;
    }

    .collapselogo {
        width: 10%;
        margin-top: 33px;
        margin-left: 20px;
    }

    .collapselogo2 {
        width: 100%;
        opacity: 0.1;
    }

    .back-video, .landingimg {
        object-fit: contain;
    }
    .main-video{
        height: 50vh;
        margin-top: 0px;
        object-fit: contain;
    }

    .col-md-2 {
        width: 100%;
    }

    #companies, #companies .container-fluid, #companies .row {
        height: auto;
    }

    .cards {
        height: 40vh;
    }

    #what_gids h1 {
        font-size: 50px;
    }

    .what_gidspic {
        width: 100%;
    }

    #what_gids h1 {
        font-size: 35px;
    }

    .gidscontent {
        margin-top: -13px;
        align-items: baseline;
    }

    .arrowup {
        width: 20px;
    }

    .whatset {
        font-size: 33px;
    }

    .tank_detail p {
        padding: 20px;
        text-align: justify;
    }

    #footer {
        text-align: center;
    }

    .ceoheading {
        margin-left: 40px;
    }

    .ceoheading h1 {
        font-size: 50px;
    }

    .quicklinks, .gidsinfo, .stayemail {
        margin-top: 50px;
    }

    .ceo {
        width: 100%;
    }

    .ceocontainer .row p:nth-child(1) {
        padding: 20% 0% 20% 0%;
    }

    .ceocontainer .row p:nth-child(2) {
        padding: 0;
    }

    .emails {
        margin-top: 20px;
    }

    .ismail {
        margin-top: 50px;
    }

    footer p {
        display: inline;
        font-size: 10px;
    }

    .rights {
        float: none;
    }

    .footercontent {
        text-align: center;
    }

    /* .nav-item{
        padding-left: 50px;
    } */
    .iconone, .icontwo, .toggletwoicon, .togglefouricon {
        transition: 0.4s ease all;
    }

    .toggletwoicon.active {
        background: #b3e735;
        border-radius: 50%;
        width: 25px;
        height: 25px;
    }

    .iconone.active {
        width: 1px;
        height: 15px;
        transform: rotate(45deg);
        border-radius: none;
        background: black;
    }

    .icontwo.active {
        width: 1px;
        height: 15px;
        transform: rotate(315deg);
        border-radius: none;
        margin-left: -7px;
        margin-top: 1px;
        background: black;
    }

    .togglefouricon.active {
        display: none;
    }

    .nav-item:nth-child(1).animate {
        animation-duration: 0.7s;
    }

    .nav-item:nth-child(2).animate {
        animation-duration: 0.9s;
    }

    .nav-item:nth-child(3).animate {
        animation-duration: 1.1s;
    }

    .nav-item:nth-child(4).animate {
        animation-duration: 1.3s;
    }

    .nav-item:nth-child(5).animate {
        animation-duration: 1.5s;
    }

    .nav-item:nth-child(6).animate {
        animation-duration: 1.7s;
    }

    @keyframes fadeInLeft {
        0% {
            opacity: 0;
            transform: translateX(50px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .footerlogo {
        margin-top: 50px;
    }

    .footerlogo img {
        width: 41%;
    }

    footer {
        margin-top: 50px;
    }

    .nbcsecurotyhead {
        margin-top: 37px;
    }

    .cards h2 {
        font-size: 25px;
    }

    .cards {
        height: 20vh;
    }

    .downloadrevolving {
        width: 26%;
    }

    .revolvingcircle {
        padding-top: 0px;
    }

    #download h1 {
        font-size: 50px;
    }

    .folloelinks {
        margin-top: 50px;
    }

    .galeryimgone {
        padding: 0;
    }

    .galeryimgtwo {
        margin-top: 40px;
        padding-left: 0;
        padding-right: 0;
    }

    .productimg {
        width: 70%;
        margin-top: 20px;
        margin-bottom: 30px;
        text-align: center;
    }

    .productcontainer {
        padding: 0px;
    }

    #footer .container-fluid {
        padding: 0;
    }

    .loginbtn {
        margin-left: 20px
    }

    .accordion-button {
        font-size: 20px;
    }

    .accordion-button:not(.collapsed) {
        font-size: 25px;
    }

    .sybmol {
        width: 20% !important;
    }

    .whatnew {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
    }

    .cataloguebtn {
        font-size: 25px;
    }

    #whoweare p {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pad20 {
        padding-left: 20px;
    }

    #slider {
        height: auto;
        margin-top: 0px;
    }

    .back-video {
        height: auto;
    }

    .whoweheading {
        font-size: 40px;
    }

    #download {
        margin-top: 0px;
    }

    .map {
        height: 20vh;
    }

    .america {
        width: 14%;
        top: 53%;
        left: 23%;
    }

    .europe {
        width: 12%;
        top: 15%;
        left: 40%;
    }

    .eastasia {
        width: 12%;
        right: 26%;
        top: 16%;
    }
    centralasia {
        width: 14%;
        top: 29%;
        left: 72%;
    }
    .middleeast {
        left: 47%;
        top: 38%;
        width: 12%;
    }
    .africa {
        width: 9%;
        right: 18%;
        top: 53%;
    }
    .teamheading{
        padding-bottom: 50px;
    }
    #memberpic img{
        width: 20%;
        object-fit: contain;
    }
    #team .card-title {
        font-size: 22px;
    }
    .memberdesignation {
        font-size: 17px;
    }
    .teamemail {
        font-size: 16px;
    }
    .landingsliderimg {
     height: auto; 
    }
}
@media screen and (max-width: 568px)
{
    .america {
       width: 12%;
    left: 30%;
    top: 75%;
    }
    .middleeast {
    left: 38%;
    top: 46%;
    width: 19%;
}
.centralasia {
    width: 14%;
    top: 35%;
    left: 57%;
}
.eastasia {
    width: 34%;
    right: 16%;
    top: 19%;
}
.europe {
    width: 15%;
    top: 25%;
    left: 41%;
}

    .top10img{
        margin-top: 50px;
    }
     .landingsliderimg {
     height: auto; 
    }
    .cards:hover .sybmol{
        opacity: 0.2;
    }
}