body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
}

/* nav style start */
.nav-logo {
    max-height: 40px;
}
.navbar {
    background-color: #02312D;
}
.nav-item {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    margin-right: 2.8rem;
}

.nav-link {
    color: #fff !important;
}
.nav-link:hover {
    color: #BDF202 !important;
}
/* nav style end */


/* carousel-container style start */
.carousel-fluid-container {
    background-image: url('../img/indexBackground.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 90vh;
}
/* .carousel-container{
    padding-top: 50px;
} */
.transparent-card {
    background-color: rgba(255, 255, 255, 0.75);
    border: none;
    box-shadow: none;
}
.carousel-data {
    margin: 0;
    font-size: 25px;
    font-weight: 500;
}
.carousel-header {
    font-weight: 600;
}
.anchor-container {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    margin-top: 10px;
}
.anchor-container a {
    text-decoration: none;
    color: #fff;
    border: 1px solid #02312D;
    background-color: #02312D;
    padding: 8px 16px;
    border-radius: 2px;
    font-weight: 400;
}
.carousel-otherpage {
    background-image: url('../img/headerBackground.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100px;
}
.carousel-otherpage-text {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    padding-top: 20px;
}
/* @media (max-width: 1400px) {
    .carousel-container{
        padding-top: %;
    }
} */
/* carousel-container style end */


/* Operational Excellence style start */

.opr-exlnc-img {
    height: 100%;
    width: 100%;
}
/* Operational Excellence style end */


/* GoDig Product style start */
.go-dig-logo{
    width: 260px;
    height: 85px;
    margin: auto;
}
.go-dig-section-img {
    width: 100%;
    height: 354px;
    border: 1px solid #fff;
    border-radius: 5px;
}
/* GoDig Product style end */


/* Our Solutions area style start */
.card-img{
    height: 80px;
    width: 100px;
    margin: auto;
}
.product-card {
    margin: 30px;
    margin-top: 5px;
    border-top: 5px solid #b1b1b1;
    border-right: 2px solid #cfcfcf;
    border-left: 2px solid #cfcfcf;
    border-bottom: 0;
    border-radius: 0;
}
.solutions-card-header {
    font-weight: 600;
}
/* .product-card {
    margin: 30px;
    margin-top: 5px;
    border-top: 1px solid #cfcfcf;
    box-shadow: 10px 10px 15px 5px rgba(0, 0, 0, 0.3);
} */
/* Our Solutions area style end */


/* about us page are style start */
.data-revolution-header {
    font-weight: 600;
}
.about-page-card {
    margin: 30px;
    margin-top: 5px;
    border-top: 0;
    border-right: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    border-bottom: 3px solid #b1b1b1;
    border-radius: 5px;
}
.about-card-header {
    font-weight: 700;
    font-size: 16px;
}
.about-card-content {
    font-weight: 500;
    font-size: 14px;
}
.vision-bullets{
    display: inline-block;
    height: 45px;
    width: 45px;
    background-color: #92E3A9;
    border:  2px solid #02312D;
    border-radius: 50%;
}
.line-divider1 {
    border-left: 2px solid #02312D;
    height: 60px;
    margin: auto;
    margin-top: -19px;
    margin-left: 22px;
    margin-bottom: -21px;
}
.line-divider2 {
    border-left: 2px solid #02312D;
    height: 60px;
    margin: auto;
    margin-top: -19px;
    margin-left: 22px;
    margin-bottom: -21px;
}
@media (min-width: 992px) and (max-width: 1399px) {
    .line-divider2 {
        margin-top: -43px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .about-page-card {
        height: 270px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .line-divider1 {
        margin-top: -44px;
    }
    .line-divider2 {
        margin-top: -44px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .about-page-card {
        height: 300px;
    }
}
@media (max-width: 767.99px) {
    .line-divider1 {
        display: none;
    }
    .line-divider2 {
        display: none;
    }
    .vision-bullets {
        display: none;
    }
}
/* about us page area style end */


/* Products page area style start */
.go-dig-product-header {
    font-size: 22px;
    font-weight: 700;
}
.product-go-dig-section-img {
    width: 100%;
    height: 340px;
    border: 1px solid #fff;
    border-radius: 5px;
}
.product-section-header {
    font-weight: 600;
}
.product-page-card {
    margin: 30px;
    margin-top: 5px;
    border-top: 0;
    border-right: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    border-bottom: 3px solid #b1b1b1;
    border-radius: 5px;
}
.product-card-img {
    height: 50px;
    width: 75px;
    margin: auto;
}
.product-card-header {
    font-weight: 700;
    font-size: 16px;
}
.product-card-content {
    font-weight: 500;
    font-size: 14px;
}
.transforming-industry-img {
    width: 80%;
    margin: auto;
}
.oil-gas-content {
    font-size: 16px;
}
.join-us-button {
    text-decoration: none;
    color: #fff;
    border: 1px solid #F6511D;
    background-color: #F6511D;
    padding: 8px 16px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 18px;
    width: 150px;
    margin: auto;
    text-align: center;
}
.join-us-button:hover {
    color: #fff;
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .product-page-card {
        height: 270px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .product-page-card {
        height: 280px;
    }
}
/* Products page area style end */


/* career page area style start */
.career-page-card {
    margin-top: 5px;
    border-top: 0;
    background-color: #EBFDE7;
    border-right: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    border-bottom: 3px solid #b1b1b1;
    border-radius: 5px;
}
.carrer-card {
    height: 310px;
}
.career-card-img {
    height: 78px;
    width: 100px;
    margin: auto;
}
.carrer-card-header {
    font-weight: 700;
    font-size: 16px;
}
.carrer-card-content {
    font-weight: 500;
    font-size: 14px;
}
.apply-now-btn {
    text-decoration: none;
    color: #02312D;
    border: 1px solid #02312D;
    background-color: #FFFFFF;
    padding: 8px 16px;
    border-radius: 2px;
    font-weight: 400;
}
.apply-now-btn:hover {
    color: #02312D;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .carrer-card {
        height: 320px;
    }
}
/* career page area style end */
.contact-page-card {
    margin-top: 5px;
    border-top: 0;
    background-color: #EBFDE7;
    border-right: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    border-bottom: 3px solid #b1b1b1;
    border-radius: 5px;
}
.form-btn {
    padding: 2px 20px;
    background-color: #fff;
    border: 2px solid #02312D;
    border-radius: 4px;
}


/* footer style */
.footer-section {
    background-color: #02312D;
}
.footer-items {
    color: #fff !important;
    padding-right: 0px;
}
.footer-link {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 300;
}
.footer-link:hover {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
