@import url('https://fonts.googleapis.com/css2?family=Jura:wght@600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    min-width: 100%;
    font-family: Segoe UI;
    background: rgb(247, 247, 247);
    overflow-x: hidden;
    font-size: 1rem;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    text-decoration: none;
}

.header {
    position: relative;
    background-color: #DBD8D9;
    background-position: center center;
    display: block;
    margin: 0px;
    padding: 25px 0;
    height: 80px;
    top: 0;
    border-bottom: 8px solid rgba(0, 141, 213, 0.6);
    /* font-family: Jura sans-serif; */
}

.logo1 {
    vertical-align: middle;
    border: 0;
    display: inline-block;
    max-width: 100%;
    height: auto;
    border-radius: 2px;
    overflow-clip-margin: content-box;
    overflow: clip;
    margin-left: 20px;
}

.navigation--top>li {
    list-style: none;
    position: relative;
    display: inline-block;
}

.navigation--top>.menu-item-has-children>a {
    padding: 0 8px;
    position: relative;
    font-size: 14.5px;
    font-weight: 600;
}

.navigation--top>li>a {
    padding: 0;
    text-decoration: none;
    display: block;
}

.navigation--top a {
    color: #999999;
}

.navigation--top>li {
    list-style: none;
    position: relative;
    display: inline-block;
    padding: 3px 2px;
}

.intainer1 {
    display: flex;
    justify-content: space-between;
}

.ham_icon {
    display: none;
    color: #007bff;
}

.ham_icon>i {
    font-size: 2rem;
}

.hide_ul {
    display: none;
}

.menu_item {
    display: none;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-right: 0.5rem;
}

.menu_items {
    font-size: 14px;
    position: absolute;
    z-index: 1;
    top: 50px;
    right: 45px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.menu_items ul {
    text-align: center;
    padding: 0;
    margin: 0;
}

.menu_items ul li {
    list-style: none;
    padding: 15px 25px;
}

.menu_items ul li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .navigation--main2 {
        display: none;
    }

    #menu-top-menu {
        font-size: 12px;
    }

}

@media (max-width: 850px) {
    .logo2 {
        display: none;
    }

    .ham_icon {
        display: block;
    }

    .menu_item {
        display: block;
    }
}

@media (max-width: 400px) {
    .logo1 img {
        max-width: 60vw;
        height: auto;
    }
}



/* ================ HeroComp sectiono Styling ================= */

.heroMain__bg {
    /* border: solid 2px red; */
    width: 100vw;
    height: 50vh;
    background: #292929fb;
    background: url(../images/careerImg/careers_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* filter: blur(2px); */
    position: relative;
}

.heroMain__div {
    border: solid 1px rgb(255, 255, 255);
    position: absolute;
    border-bottom: solid 1px #828282;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(53, 53, 53, 0.875);
    padding: 2.5%;
}

.heroMain__h1 {
    text-align: center;
    color: #fff;
    font-size: 1.9rem;
}

.heroMain__line,
.heroMain__desc {
}

.heroMain__desc {}

.heroMain__desc_p {
}

/* ================ SolutionComp sectiono Styling ================= */

.Opportunities__contaier {
    /* border: solid; */
}
.Opportunities__contaier2 {
    margin-top: -1rem;
    /* border: solid; */
}

.Opportunities__flex {
    /* border: solid 2px green; */
    
}

.Opportunities__card {
    border: solid 1px #b8b8b8;
    border-radius: 10px;
    padding-left: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}
.Opportunities__card2 {
    /* border: solid 2px red; */
    padding: 0.5rem 0.5rem !important;
}
.Opportunities__cardImg_div {
    /* border: solid 2px red; */
    width: 25%;
}
.Opportunities__cardImg {
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
}

.Opportunities__content_div {
    /* border: solid 2px red; */
    border: solid 2px transparent;
    width: 70%;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: left;
}
.Opportunities__content_div > ul, li {
    margin: 0;
    padding: 0;
}
.Opportunities__content_div_2 {
    padding: 0.5rem;
}
.width__100 {
    width: 100% !important;
}
.Opportunities__card>h4 {
    font-size: 1.5rem;
    color: #000;
    /* border: solid 1px #8d8d8dca; */
}
.Opportunities__card>h4:hover {
    text-decoration: underline;
}
a {
    color: #000;
}
a:hover {
    text-decoration: underline;
}
ul, li {
    list-style: none;
}
.Opportunities__card>h4>a:hover {
    text-decoration: underline;
    color: #000;
}

.Opportunities__content_div>ul>li {
    list-style-type: none !important;
    /* border: solid 2px red; */
}

.Opportunities__content_div>p {
    /* border: solid 2px red; */
}
.Opportunities__content_div_a {
    margin-top: 0rem;
    color: #0152a8;
    
}

/* ================ SolutionComp sectiono Styling ================= */

.LineHeading__container {
    margin-top: 1rem;
    border-top: solid  1px #0152a8;
    /* border-top: solid 0.7rem rgba(0, 141, 213, 0.6); */
}
.LineHeading__h1 {
    width: 20%;
    background: rgb(8, 95, 138);
    font-size: 1.5rem;
    margin: auto 5%;
    text-align: center;
    padding: 1%;
    color: #fff;
}




.AllComp__divContainer {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

@media only screen and (max-width: 1920px) {
    .AllComp__divContainer {
        max-width: 1366px;
    }
}

@media only screen and (max-width: 1366px) {
    .AllComp__divContainer {
        max-width: 1024px;
    }
}

@media only screen and (max-width: 1024px) {
    .AllComp__divContainer {
        max-width: 90%;
    }
}

@media only screen and (max-width: 1300px) {
    .LineHeading__h1 {
        font-size: 1.3rem;
    }
}
@media only screen and (max-width: 1200px) {
    .Industries__cardGrid {
        grid-template-columns: repeat(3, 1fr);
    }
    .LineHeading__h1 {
        width: 32%;
    }
    
}



@media only screen and (max-width: 1024px) {
    .heroMain__div {
        top: 30%;
        left: 50%;
    }

    .heroMain__line,
    .heroMain__desc {
        top: 50%;
    }
    .heroMain__desc_p {
        font-size: 0.9rem;
    }
    .heroMain__div {
        top: 50%;
    }
    .LineHeading__h1 {
        width: auto;
    }
    .Opportunities__card {
        /* border: solid; */
        flex-direction: column;
        justify-content: center;
    }
    .Opportunities__cardImg {
        /* border: solid; */
        align-items: start;
    }
    .Opportunities__content_div {
        /* border: solid 2px green; */
        width: 100%;
    }
}

@media only screen and (max-width: 900px) {
    .Industries__cardGrid {
        grid-template-columns: repeat(2, 1fr);
    }
    .heroMain__div {
        top: 50%;
    }
    .Opportunities__cardImg_div {
        width: 50%;
    }
}


@media only screen and (max-width: 768px) {
    .solution__grid {
        grid-template-columns: 1fr;
    }
    .heroMain__div {
        top: 50%;
    }
    .heroMain__h1 {
        font-size: 1.5rem;
    }
    .LineHeading__h1 {
        font-size: 1rem;
    }
    ul, li {
        padding-left: 0.5rem;
    }
    .Opportunities__contaier > h4:nth-child(1) {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 600px) {
    .Industries__cardGrid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 550px) {
.heroMain__h1 {
    font-size: 1.2rem;
}
}

@media only screen and (max-width: 360px) {
    .heroMain__h1 {
        font-size: 1rem;
    }
    }




/* ================ Footer sectiono Styling ================= */


.footer__mainContainer {
    /* border: solid 2px green; */
    padding: 3rem 8%;
    background: #dbd8d9;
}

.footer_container {
    /* border: solid 2px red; */
    width: 100%;
    background: #dbd8d9;
    font-size: calc(100% - 5%);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* padding: 2rem 3rem; */
    padding: 0 8%;
}

.footer_download_div,
.footer_download_div,
.footer_solutionLink_div,
.footer_contact_div {
    /* border: solid; */
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-left: 3%;
}

.footer_download_div a,
.footer_download_div a,
.footer_solutionLink_div a,
.footer_contact_div a {
    color: #008dd5;
    margin-top: 0.5rem;
}

.footer_download_div,
.footer_download_div,
.footer_solutionLink_div,
.footer_contact_div span {
    color: black;
}

.copyright {
    /* border-top: 8px solid rgba(0, 141, 213, 0.6); */
    text-align: left;
    font-size: 12px;
    padding-left: 8%;
    background: #DBD8D9;
}



@media only screen and (max-width: 768px) {


    .footer_container {
        grid-template-columns: 1fr 1fr;
    }


    .footer_contact_div {
        margin-top: 3rem;
    }
    .copyright {
        margin-top: 2.5rem;
    }
}

@media only screen and (max-width: 668px) {}

@media only screen and (max-width: 600px) {
    .footer_container {
        grid-template-columns: 1fr;
    }

    .footer_solutionLink_div {
        margin-top: 3rem;
    }
}

@media only screen and (max-width: 460px) {
    .navigation ul {
        flex-wrap: nowrap;
        margin: 0.5rem;
        margin-top: 0.5rem;
        justify-content: space-evenly;
    }

    .navigation a {
        font-size: 0.8rem;
    }

    .navigation ul li {
        margin: 0;
    }
}

@media only screen and (max-width: 400px) {
    .navigation {
        padding: 0;
    }
}