
.sectionthree .threetopbox {
    display: flex;
    align-items: center;
    gap: 3.5vh;
    margin-top: -13vh;
    justify-content: center;
    position: relative;
}

.sectionthree .sectionthreebox {
    border: 0.1vh solid var(--bordercolor);
    border-radius: 7vh;
    padding: 5vh;
    position: relative;
}

.sectionthree .threetopbox .tbox {
    border: 0.1vh solid var(--bordercolor);
    border-radius: 10vh;
    /* padding: 1.5vh; */
    width: 15vh;
    height: 15vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sectionthree .threetopbox .tinnbox {
    border-radius: 10vh;
    padding: 2vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1vh;
    width: 12vh;
    height: 12vh;
}

.sectionthree .threetopbox .tinnbox img {
    width: 100%;
    max-width: 5vh;
    height: 4vh;
    object-fit: contain;
}

.sectionthree .threetopbox .tboxtext {
    color: var(--black);
    font-size: 3.1vh;
    font-weight: 700;
}

.sectionthree .threetopbox .tsubhead {
    font-size: 3vh;
    margin: 0;
    margin-top: 0.5vw;
}

.sectionthree .threetopbox .threebox {
    text-align: center;
}


.sectionthree .linesimgone {
    margin-left: -5vh;
    margin-top: 5vh;
}

.sectionthree .sectionthreebox .linesimgtwo {
    position: absolute;
    left: 15vh;
    bottom: -5vh;
}

.sectionthree .carouseltop .award_img {
    width: 100%;
    max-width: 20vh;
    height: 20vh;
    object-fit: contain;
}

.sectionthree .carouseltop .awardsbox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4vh;
}

.sectionthree .carouseltop, .sectionthree .carouselinn {
    border: 0.1vh solid var(--bordercolor);
    border-radius: 20vh;
}

.sectionthree .carouseltop {
    padding: 2vh;
    width: 80vh;
    margin-left: auto;
    position: absolute;
    right: 6vh;
    bottom: -16vh;
}

.sectionthree .carouselinn {
    background-color: var(--blacktwo);
    padding: 5vh;
}

.sectionthree .carousel-control-next, .sectionthree .carousel-control-prev {
    top: -16vh;
    bottom: auto;
    opacity: 1;
}

.sectionthree .carousel-control-prev {
    right: 15vh;
    margin: auto;
}

.sectionthree .carousel-control-next {
    left: 15vh;
    margin: auto;
}

.carousel-control-prev-icon {
    background-image: url("/assets/images/home/leftarrow.webp");
}
.carousel-control-next-icon {
    background-image: url("/assets/images/home/rightarrow.webp");
}


.sectionthree .carousel-control-next-icon, .sectionthree .carousel-control-prev-icon {
    width: 10vh;
    height: 5.5vh;
}

.sectionthree .sectionthreebox .paracontent {
    margin: 7vh 0;
}


.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-link {
    margin: 0;
    border: 0.1vw solid var(--borderwhite);
    border-radius: 4vh;
    padding: 2vh 3vh;
    font-size: 1.3vw;
    text-transform: uppercase;
    color: var(--white);
    outline: 0;
}

.nav-tabs .nav-link:is(:hover, :focus) {
    border-color: var(--borderwhite);
}

.services .nav-tabs {
    gap: 3vh;
    justify-content: end;
}

.nav-tabs .nav-link.active {
    color: var(--black);
    background-color: var(--lightorange);
    border-color: var(--lightorange);
}

.services .nav-tabs .nav-link img {
    width: 4vh;
    height: 3.5vh;
    object-fit: contain;
    margin-right: 1vh;
}

.services .nav-tabs .nav-link.active img {
    filter: brightness(0);
}

.services .servicerightbox .starimg {
    display: block;
    margin-left: auto;
    margin-bottom: 5vh;
}

.tabcontentbox {
    margin-top: 7vh;
}

.services .gametabcontents {
    border-bottom: 0.1vh solid var(--bordercolor);
    position: relative;
}

.services .gametabhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6vh 0;    
    cursor: pointer;
}

.services .gametabhead .gametablabel {
    font-size: 3.5vw;
    line-height: 3vw;
    color: var(--tabgrey);
    text-transform: uppercase;
}

.services .gametabhead img {
    width: 5vh;
    height: 5vh;
    object-fit: contain;
}

.services .gametabbody .gametabbodyhead {
    font-size: 4.5vw;
    line-height: 5.5vw;
    text-transform: uppercase;
    text-align: initial;
}

.services .gametabbody .row {
    align-items: center;
}

.services .gametabbody .gametabbodybox {
    display: flex;
    flex-direction: column;
    gap: 4vh;
    padding: 5vh;
    padding-right: 1vh;
}

.services .gametabbodybox .gametabbodybtn {
    font-size: 3vh;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 2vh;
    width: fit-content;
    margin-left: auto;
}

.services .topdownarrowimg {
    width: 5vh;
    height: 5vh;
    object-fit: contain;
}
.services .readmoreimg {
    width: 9vh;
    height: 9vh;
    object-fit: contain;
}

.services .gametabbodybox .paracontent {
    font-size: 1.4vw;
    line-height: 2.4vw;
    width: 75vh;
}

.services .gametabbody {
    /* border-top: 0.1vh solid var(--bordercolor); */
    /* border-top-style: solid;
    border-top-color: var(--bordercolor); */
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.services .gametabbody .row>div:last-child {
    border-left: 0.1vh solid var(--bordercolor);
}


.services .gametabcontents .gametabhead {
   overflow: hidden;
   transition: all 0.3s;
}

/* .services .gametabcontents:hover .gametabhead {
    display: none;
} */

.services .gametabcontentshover .gametabhead {
    /* position: absolute;
    top: 0; */
    opacity: 0;
    visibility: hidden;
    width: 100%;
}

.services .tab-content .gametabcontents.gametabcontentshover:first-child .gametabbody {
    border-top: 0.1vh solid var(--bordercolor);
}


.sectionfive {
    background-image: url("/assets/images/home/sectionbannerbg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    border-top: 0.1vh solid var(--blacktwo);
    border-bottom: 0.1vh solid var(--blacktwo);
    border-left: 0;
    border-right: 0;
    padding-bottom: 0;
}

.starimgbox {
    text-align: end;
    margin-right: 6vh;
    margin-bottom: 3vh;
}

.sectionfive .bannerinput .row {
    margin-top: 4vh;
}

.sectionfive .bannerinput .form-control {
    border: 0;
    padding: 1vh 2vh;
}

.sectionfive .bannerinput .carousel-inner {
    border: 1px solid var(--bordercolor);
    border-radius: 10vh;
    padding: 1.5vh 1.5vh;
    margin-bottom: 2vh;
    position: relative;
}

/* .sectionfive .bannerinput .carousel-inner .sitebtn {
    position: absolute;
    top: 7px;
    bottom: 7px;
    right: 10px;
} */
.sectionfive .bannerinput .sitebtn {
    padding-top: 1vh;
    padding-bottom: 1vh;
    position: relative;
}
.sectionfive .bannerinput .sitebtn span {
    width: 4vh;
    height: 4vh;
}

.sectionfive .bannerinput .form-check .form-check-label {
    color: var(--grey);
    font-size: 1.1vw;
}

.sectionfive .bannerinput .form-check a:not(:hover)  {
    text-decoration: none;
}

.sectionfive .carousel-control-next-icon, .sectionfive .carousel-control-prev-icon {
    width: 12vh;
    height: 7vh;
    background-size: contain;
}

.sectionfive .carousel-control-prev-icon {
    background-image: url("/assets/images/home/leftarrowtwo.webp");
}
.sectionfive .carousel-control-next-icon {
    background-image: url("/assets/images/home/rightarrowtwo.webp");
}

.sectionfive .carousel-control-next, .sectionfive .carousel-control-prev {
    position: relative;
    inset: auto;
    width: 100%;
    opacity: 1;
    /* top: -16vh;
    bottom: auto;
    opacity: 1; */
}

/* .sectionfive .carousel-control-prev {
    right: 15vh;
    margin: auto;
}

.sectionfive .carousel-control-next {
    left: 15vh;
    margin: auto;
} */

.sectionfive .arrowtext {
    text-transform: uppercase;
    font-size: 1.8vh;
}

.sectionfive .arrowtext {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.sectionfive .carousel-control-next .arrowtext {
    right: auto;
    left: 0;
}

.sectionfive .militarycar {
    width: 33vw;
    /* width: 70vh; */
    /* position: absolute;
    bottom: 0; */
}

.sectionfive .row {
    align-items: end;
}

.sectionfive .talkboxlink {
    font-size: 2vh;
    text-decoration: none;
    color: var(--white);
}

.sectionfive .talkbox {
    width: 15vh;
    height: 15vh;
    display: grid;
    place-content: center;
    background: linear-gradient(to left, var(--lightblue), var(--lightgreen), var(--lightorange));
    border-radius: 50%;
}

.sectionfive .talkboxinn {
    background-color: var(--body-alt-bgcolor);
    width: 14.5vh;
    height: 14.5vh;
    border-radius: 50%;
    display: grid;
    place-content: center;
    position: relative;
    transition: all 0.4s;
}

.sectionfive .talkboxlink:hover {
   color: var(--black);
}
.sectionfive .talkboxlink:hover  .talkboxinn {
    background-color: var(--white);
}

.sectionfive .talkboxlink .dot {
    width: 1.5vh;
    height: 1.5vh;
    margin-bottom: 0;
}

.sectionfive .talkboxlink .talkarrowtop {
    background-color: var(--body-alt-bgcolor);
    width: 5vh;
    height: 5vh;
    border-radius: 10vh;
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    place-content: center;
}

.sectionfive .talkboxlink .talkarrow {
    font-size: 3vh;
    background-color: var(--lightorange);
    width: 4vh;
    height: 4vh;
    border-radius: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
}


.sectionfive .talkboxlink:hover .talkarrowtop {
    background-color: transparent;
}

.sectionfive .bannerinput {
    padding-bottom: 10vh;
}

.sectionfive .bannercontact {
    position: relative;
    top: -10vh;
}

.sectionfive .form-check {
    padding-left: 0;
}

.sectionfive .form-check .form-check-input {
    margin-left: 0;
    margin-right: 1.5vh;
}

.sectionsix .barlines {
    margin-bottom: 4vh;
}

.sectionsix .portfoliotabs {
    margin-top: 4vh;
}
.sectionsix .portfoliotabs .nav-tabs {
    gap: 2vh;
}
.sectionsix .portfoliotabs .nav-tabs .nav-link {
    padding-left: 5vh;
    padding-right: 5vh;
}

.sectionsix .portfoliotabs .portfolioimgbox img {
    width: 100%;
    /* aspect-ratio: 3/2.5; */
    min-height: 51vh;
    object-fit: cover;
}

.sectionsix .portfoliotabs .portfolioimgbox {
    width: fit-content;
    position: relative;
}

.sectionsix .portfoliotabs .portfolioimgcontent {
    font-size: 6vh;
    line-height: 6vh;
    font-weight: 700;
    -webkit-text-fill-color: var(--black);
    -webkit-text-stroke-width: 0.1vh;
    -webkit-text-stroke-color: var(--white);
}

.sectionsix .portfoliotabs .portfoliolink {
    text-decoration: none;
    background-color: var(--black);
    width: 8vh;
    height: 8vh;
    display: grid;
    place-content: center;
    border-radius: 2vh;
    color: var(--white);
    font-size: 6vh;
}
.sectionsix .portfoliotabs .portfoliolink .arrow {
    line-height: normal;
}

.sectionsix .portfoliotabs .portfoliocbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3vh;
    position: absolute;
    inset: 0;
    backdrop-filter: blur(0.7vh);
    -webkit-backdrop-filter: blur(0.7vh);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.sectionsix .portfoliotabs .portfolioimgbox:hover .portfoliocbox {
    opacity: 1;
    visibility: visible;
}

.gridbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5vh;
}

.sectionsix .portfoliotabs .gridbox>div:last-child img {
    border-bottom-right-radius: 17vh;
}

.sectionsix .portfoliotabs .gridbox>div:last-child .portfoliocbox {
    border-bottom-right-radius: 17vh;
}

.diamondimg {
    width: 4vw;
    /* width: 8vh; */
}

.section-title-big-two .section-title-inndiv {
    width: 60vh;
    bottom: 3vh;
    left: 42vh;
}

.sectionseven .solutionsparent {
    margin-top: 10vh;
}

.sectionseven .solutionstop {
    transition: all 0.2s;
}

.sectionseven .solutionsbox .solutionsbox_head {
    font-size: 1.6vw;
    font-weight: 700;
    line-height: 2.3vw;
    margin: 0;
    margin-bottom: 1vh;
    text-transform: uppercase;
}

.sectionseven .solutionsbox .paracontent {
    font-size: 1.3vw;
}

.sectionseven .solutionboxtop {
    min-height: 30vh;
    display: grid;
    place-content: center;
    border: 0.1vh solid var(--bordercolortwo);
    border-left: 0;
    border-right: 0;
    padding: 0 3vh;
    height: 100%;
    position: relative;
    width: 60vh;
}

.sectionseven .solutionstop .gridbox>div:nth-child(even) .solutionboxtop {
    display: block;
    padding: 0;
    border-left: 0;
    border-right: 0;
}

.sectionseven .solutionstop .gridbox>div:nth-child(odd) .solutionboxtop::before, .sectionseven .solutionstop .gridbox>div:nth-child(odd) .solutionboxtop::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 120%;
    background-color: var(--bordercolortwo);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sectionseven .solutionstop .gridbox>div:nth-child(odd) .solutionboxtop::after {
    left: auto;
    right: 0;
}

.sectionseven .solutionsbox .solutionimg {
    width: 60vh;
    height: 37vh;
    margin-top: -4.7vh;
    object-fit: cover;
}

.sectionseven .solutionstop .gridbox {
    /* grid-template-columns: repeat(5, 1fr); */
    display: flex;
    gap: 0;
}

.sectionseven {
    overflow: hidden;
    /* position: sticky;
    top: 0; */
    padding-top: 0;
    padding-bottom: 15vh;
    position: relative;
}

.sectionseven .starimgbox {
    margin-bottom: 0;
}

.sectionseven.stickysection {
    position: sticky;
    top: 0;
}

.body-overflow {
    overflow: hidden;
}

.sectioneight {
    /* border-top: 0.1vh solid var(--blacktwo);
    border-bottom: 0.1vh solid var(--blacktwo); */
    background: url("/assets/images/home/logossectionbg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.sectioneight .paracontent {
    font-size: 1.5vw;
    line-height: 2.5vw;
    text-align: center;
}

.sectioneight .logostop {
    margin-top: 10vh;
    display: flex;
    overflow: hidden;
}

.sectioneight .logosinner {
    display: flex;
    align-items: center;
    gap: 3vh;
    flex-shrink: 0;
    animation: 18s linear infinite logosmoving;
    -webkit-animation: 18s linear infinite logosmoving;
}

.sectioneight .logostoptwo .logosinner {
    animation-direction: reverse;
}

@keyframes logosmoving {
    to {
        transform: translate(calc(-50% - 3vh))
    }
}

.sectioneight .logosinner:hover {
    animation-play-state: paused;
}




.sectioneight .logosinner .logobox {
    display: flex;
    position: relative;
}

.sectioneight .logosinner .logobox::before {
    content: "";
    position: absolute;
    background: url("/assets/images/home/logostar.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 5vh;
    height: 5vh;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

/* .sectioneight .logosinner .logostar {
    width: 5vh;
} */

.sectioneight .logosinner .logosimg {
    width: 25vh;
    height: 7vh;
    object-fit: contain;
    filter: brightness(0.5);
    margin-left: 7vh;
}

.sectioneight .logosinner .logosimg:hover {
    filter: brightness(1);
}

.sectioneight .logostoptwo {
    margin-top: 5vh;
}


.sectionnine {
    padding-top: 13vh;
}

.sectionnine .weworkbox {
    margin-top: 3vh;
}

.sectionnine .weworkboxul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sectionnine .weworkboxflex {
    display: flex;
    align-items: baseline;
    gap: 4vh;
}

.sectionnine .weworkboxul .weworkboxnum {
    font-size: 3.5vh;
    color: var(--black);
    font-weight: 700;
    position: relative;
}

.sectionnine .weworkboxul .weworkboxnum::before {
    content: "";
    position: absolute;
    width: 5vh;
    height: 7vh;
    background-color: var(--lightgreen);
    z-index: -1;
    border-radius: 50%;
    transform: rotate(20deg);
    inset: 0;
    margin: auto;
}

.sectionnine .weworkboxhead {
    font-size: 2.5vw;
    line-height: 3vw;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1vh;
}

.sectionnine .weworkboxul li:not(:last-child) {
    margin-bottom: 7vh;
}

.sectionnine .weworkboxleft {
    position: sticky;
    top: 20vh;
}

.sectionnine .weworkboxleftinner {
    position: relative;
}

.sectionnine .starimgbox {
    margin: 0;
    text-align: initial;
    position: absolute;
    top: -5vh;
    right: 0;
}

.sectionnine .workboximg {
    width: 13vw;
    position: absolute;
    right: -18vh;
    top: -6vh;
    bottom: 0;
    margin: auto;
}

.sectionnine .weworkboxleft .paracontent {
    width: 65vh;
}

.sectionnine .weworkbox .paracontent {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 1.1vw;
}





