.infobox {
    color: #fff;
    margin-bottom: 20px;
}

.sec-padding {
    padding: 50px 0px;
}

.info-box-style {
    background-color: #3458B6;
    padding: 2px 10px 0 10px;

}

.infodetails {
    padding: 0 0 0 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.white-h {
    color: #fff;
}

.black-h {
    color: rgb(0, 0, 0);
}

.topbar {
    background-color: #10245a;
    color: #fff;
}

.wcu-box {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 2px 7px 2px 0;
    margin-top: -20px;
}

.wcu-box-style {
    background-color: #ffffff;
    box-shadow: 0px 2px 17px -3px rgb(0 0 0 / 8%);
    padding: 4px 10px 0 19px;
    min-height: 161px;
}

.wcubox {
    color: rgb(0, 0, 0);
    margin-bottom: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}

.software_module {
    background-color: #3458B6;
    color: floralwhite;
    padding: 20px;
}

.software_module h4 {
    color: floralwhite;
}

.software_module li {
    list-style-type: none;
}

.development_technology {
    background-color: #3458B6;
    box-shadow: 2px 3px 10px 2px rgb(0 0 0 / 0.2);
    padding: 15px 20px 15px 20px;
    color: rgb(255, 255, 255) !important;
}

.development_technology h2 {
    color: #e9e9e9;
    font-size: 25px;
    font-style: bold;
}

/*.development_technology li {*/
/*    margin: 10px !important;*/
/*    font-size: 4px !important;*/
/*}*/

.product_service {
    box-shadow: 5px 10px 5px #f2f2f2;
    margin: 20px 0px;
    padding: 20px;
    border: 1px solid #d8e3f6;
    border-radius: 12px;
    transition: 1.1s;
}

.product_service_div {
    min-height: 160px;
}

.product_service_div h3 {
    color: #10245a;
    font-size: 20px;
    /*text-transform: uppercase;*/
    font-weight: 600;
    text-align: center;

}

.product_service h2 {
    color: #fff;
}

.product_service p {
    color: #594949;
    font-size: 15px;
    text-align: center;
}

.package h4 {
    color: #fff;
}

.service_style {
    box-shadow: 5px 10px 5px #f2f2f2;
    margin: 20px 0px;
    padding: 20px 0px;
    border-radius: 12px;
    transition: .9s;
}

.service_style:hover,
.product_service:hover,
.achieve-item:hover {
    transform: scale(1.05);
}

.service_style .overlay-container img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 1px solid #f1f1f1;
    border-radius: 50%;
    padding: 2px;
    background: #ef622b;
}

.product_cat {
    background-color: #1d41a1;
    padding: 20px 30px;
    margin-bottom: 10px;
}

.product_cat_h4 {
    color: #fff;
}

.subcategory_box {
    background-color: #ffffff;
    padding: 20px;
    min-height: 110px;
    margin: auto;
    margin-bottom: 15px;
}


.min-hight {
    min-height: 180px;
}

.pb-15 {
    padding-bottom: 15px;
}

.banner-img img {
    object-fit: contain;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}

.banner-text {
    position: absolute;
    bottom: 40%;
    left: 5%;
}


/* overview page */
.tech-item {
    /* position: relative; */
    box-shadow: -2px 14px 45px -16px rgb(0 0 0 / 20%);
    background: #fff;
    padding: 5px 20px;
    margin-bottom: 20px;
}

.tech-item img {
    margin: 0 auto;
    width: 60px;
}



.our-mission .article {
    background: #fff;
    /* opacity: 0.5; */
    padding: 30px 20px;
    z-index: 11;
    text-align: center;
}