/*** Career Start ***/

.career-dev-icon {
    margin: 0 0 0 15px;
    width: 35px;
    height: 35px;
}

.career-dev-msg {
    margin-left: 20px;
    font-size: 1.25rem;
    color: #000;
    font-weight: 600;
}

/*** Career End ***/

/*** About Us Start ***/

.about-exp {
    display: flex;
    align-items: center;
    flex-direction: column;
}

i.fas.fa-gift.fa-2x {
    color: #F5631A;
    font-size: 4rem;
}

.about-content {
    border-top: 30px solid var(--bs-secondary) !important;
    background: rgba(239, 239, 241, 0.8);
    height: 100%;
    box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
    transition: 0.5s;
}

.about-content:hover {
    transform: translateY(-15px);
}

.about-content::before {
    height: 200px;
    display: block;
    content: "";
    position: relative;
    top: -101px;
    background: var(--bs-secondary);
    clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
    padding: 60px;
    opacity: 1;
}

.about-img-icon {
    position: relative;
    margin-top: -200px;
    padding: 30px;
    padding-bottom: 0;
}

.about-img img {
    border: 10px solid var(--bs-secondary);
    transition: .5s;
    border-radius: 50%;
}

.about-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-img-fluid {
    width: 40%;
}

.about-bg-image {
    background: url(../img/about-us/about-business-people-stacking-hands.jpg);
    min-height: 74vh !important;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

.bgimgparatop {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.bgimgheading {
    text-align: center;
    padding-top: 25px;
    font-weight: 700;
    font-size: 39px;
    text-transform: uppercase;
    color: white;
}

.about-bg-contact {
    background-color: #f5f5f9a6;
}

.imglogotrack {
    width: 55px;
}

/*** About Us End ***/

/*** Partner With Us Start ***/

.partner-background {
    background-image: url(../img/partner-with-us/partener-background-section.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.partner-span-ul {
    list-style-type: none;
}

.text-dark {
    font-weight: 700;
}

.partner-img-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.partner-Img {
    height: 120px;
}

.partnerWithUs-item {
    background: #e3f0eb;
    height: 255px;
    border-radius: 10px;
}

.partnerWithUs-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.partnerWithUs-carousel .owl-item .partnerWithUs-item {
    transition: .5s;
}

.partnerWithUs-carousel .owl-item.center .partnerWithUs-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}

.partner-with-up-contact {
    background-image: radial-gradient(circle, #f4ae43, #e16538);
}

.partner-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*** Partner With Us End ***/

/*** Product Start ***/

.product-card {
    display: flex;
    background-color: transparent;
    width: 100%;
    height: 375px;
    perspective: 800px;
    padding: 15px;
    transition: 0.5s;
}

.product-card:hover {
    cursor: pointer;
    transform: translateY(-10px);
}

.product-card-content {
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    box-shadow: 5px 5px 30px 3px #a8a8a8;
}

.product-card-front {
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.product-card-back-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url(../img/product/iot.webp);
}

.product-card-back-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url(../img/product/erp.webp);
}

.product-card-back-3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url(../img/product/hardware.webp);
}

.product-card-back-4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url(../img/product/software.webp);
}

.product-card-content span {
    display: inline-block;
    width: 75%;
    padding: 12px 6px;
    margin-top: 30px;
    border: 1px solid #fff;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    transition: 0.5s;
}

.product-card-content span h6 {
    margin: 0;
}

.product-card:hover span {
    background: #FF4500;
    border: 1px solid #FF4500;
}
.product-card span {
    color: #000;
    font-weight: 600;
    font-size: 1rem;
}
.product-card:hover span{
    color: #fff;
}

/*** Product End ***/

/*** Iot-Product Start ***/

.iot-card-hover {
    transition: 0.5s;
    border: 1px solid #ff4300;
    border-radius: 20px;
}

.iot-card-hover:hover {
    transform: translateY(-15px);
}

.img-sec {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
}

.iot-product-content {
    border-top: 30px solid var(--bs-secondary) !important;
    height: 100%;
    box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
    transition: 0.3s;
    background-color: #fff;
}

.iot-product-img-icon {
    padding: 30px;
}

.iot-product-img-fluid {
    width: 40%;
    /* border: 5px solid var(--bs-secondary); */
    transition: .5s;
}

.iot-product-img {
    position: relative;
}

.iot-product-img-icon:hover .iot-product-img .hover-box {
    opacity: 1;
}

.hover-box {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100px;
    opacity: 0;
    transition: 0.5s;
}

.wireless-img img {
    animation: iot 5s infinite;
}

@keyframes iot {

    0%,
    100% {
        transform: translateY(5px);
    }

    50% {
        transform: translateY(-5px);
    }
}

/*** Iot-Product End ***/


/*** AMR-Product Start ***/

.amr-item {
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin: 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

/*** AMR-Product End ***/

/*** ATMS-Product Start ***/

.atms-item {
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin: 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

/*** ATMS-Product End ***/

/*** Billing-Software-Product Start ***/

.custom-block {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    padding: 30px;
    transition: all 0.3s ease;
}

.custom-block-full {
    background-color: #f0f8ff;
    border-color: transparent;
}

.custom-block:hover {
    background: var(--white-color);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
    transform: translateY(-3px);
}

.custom-block-full:hover {
    border: 1px solid var(--bs-secondary);
}

.billing-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 1.5s ease;
}

.billing-div:hover {
    transform: scale(1.2);
}

.circular-div {
    width: 120px;
    height: 120px;
    background: linear-gradient(90deg, #e8eaf6, #e8eaf6);
    border: 1px solid #f78da7;
    border-radius: 50%;
}

.bill-img {
    position: relative;
    top: 20px;
    left: 20px;
    width: 80px;
    height: 80px;
}

/*** Billing-Software-Product End ***/

/*** Hardware-Product Start ***/

.hardware-card-hover {
    border: 1px solid var(--bs-primary);
    padding: 20px 20px;
    transition: 0.5s;
    height: 100%;
}

.hardware-card-hover:hover {
    transform: translateY(-15px);
}

.key-box {
    position: relative;
    padding: 20px;
}

.key-box:hover .key-front {
    opacity: 0;
    transform: translateY(-110px) rotateX(-90deg);
}

.key-box:hover .key-back {
    opacity: 1;
    transform: rotateX(0deg);
}

.key-box .key-front {
    width: 100%;
    height: 220px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 5px 20px 0px rgba(0, 81, 250, 0.1);
    transition: all 0.5s ease;
    margin: 0 auto;
    padding: 10px;
    align-items: center;
}

.key-box .key-front i {
    font-size: 65px;
}

.key-box .key-back {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1;
    height: 220px;
    width: 90%;
    margin: 18px;
    padding: 30px;
    color: #fff;
    opacity: 0;
    backface-visibility: hidden;
    /* background: linear-gradient(-135deg, #c850c0, #4158d0); */
    background-color: var(--bs-primary);
    transform: translateY(110px) rotateX(-90deg);
    transition: all 0.5s ease;
}

/*** Hardware-Product End ***/

/*** Software-Product Start ***/

.text-justify {
    text-align: justify;
}

.software-budget-item {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    color: #fff;
}

.software-budget-item .software-budget-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 32px;
}

.software-budget-item .software-budget-icon img {
    max-width: 60px;
    max-height: 60px;
}

/*** Software-Product End ***/