﻿.breadcroumb-area {
    padding: 250px 0 200px;
    margin-top: -1px;
}
.breadcroumb-area {
    position: relative;
    background-image: url(https://wptf.themepul.co/tronix/wp-content/themes/tronix/assets/image/page-title.jpg);
    min-height: 230px;
    text-align: center;
    padding: 10px 0 20px;
    color: var(--black-color);
}
.breadcroumb-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcroumb-area {
    background-repeat: no-repeat;
}
    .breadcroumb-area:before {
        background: url(https://wptf.themepul.co/tronix/wp-content/themes/tronix/assets/image/bg-shape-before.svg);
        -webkit-mask-size: cover;
        background-size: cover;
        -webkit-mask-position: top;
        -webkit-mask-repeat: no-repeat;
        background-position: center;
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        padding: 113px 0;
        z-index: 11;
    }
    .breadcroumb-area:after {
        background: url(https://wptf.themepul.co/tronix/wp-content/themes/tronix/assets/image/bg-shape.svg);
        -webkit-mask-size: cover;
        background-size: cover;
        -webkit-mask-position: top;
        -webkit-mask-repeat: no-repeat;
        background-position: center;
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        padding: 60px 0;
    }
.breadcroumn-contnt .page-title {
    margin: 0;
    padding: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: var(--black-color);
    font-size: 60px;
    line-height: 75px;
    font-weight: 500;
    margin-bottom: 18px;
}
.card_bb {
    background: #fff;
    padding: 30px;
    height: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
    .card_bb:hover {
        background: #0e59f2;
        color: #fff;
    }
        .card_bb:hover h4 {
            text-shadow: 0px 0px 2px #fff;
            color:#fff !important;
        }
        .card_bb:hover font {
            color: #fff;
        }
        .card_bb:hover p {
            color: #fff;
        }
.info-horizontal {
    background: #fff;
    margin: 20px 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px;
}
.card_bb:hover input#ContentPlaceHolder1_btnSendmessage {
    background: #fff;
    color: #0e59f2;
}
/*login*/
.card.card-signup {
    background: #082c6e;
    padding: 30px;
    color: #fff;
    height: 100%;
}
.input-group > .form-control, .input-group > .form-select{
    width:100%;
}
label {
    color: #fff;
}