        .p-t-150 {
            padding-top: 150px;
        }

        .careerspositions {
            background-color: #f8f8f8;
            margin-top: 20px;
            padding-top: 25px;
            padding-bottom: 100px;
        }

        .openpositionstitle {
            font-weight: 600;
            font-size: 36px;
            color: #333;
            letter-spacing: 1.1px;
            text-align: center;
            margin-top: 15px;
        }

        .open-position-1 {
            background: white;
            padding: 30px;
            border-radius: 10px;
            margin-top: 20px;
            margin-left: 10px;
            margin-right: 10px;
            width: 100%;
            position: relative;
            display: inline-block;
            transform: perspective(1px) translateZ(0);
            box-shadow: 0 0 1px transparent;
            transition-duration: 0.3s;
            transition-property: transform;
            height: 150px;
            border: 1px solid #d3d3d3;
        }

        .open-position-1 h5 {
            font-weight: 600;
            font-size: 20px;
            color: #861f41;
            letter-spacing: 0.42px;
            line-height: 1.5;
            margin-top: 0px;
        }

        .open-position-1 h6 {
            font-size: 14px;
            color: #333;
            letter-spacing: 0.32px;
            margin-top: 20px;
        }

        .open-position-link:hover {
            text-decoration: none;
        }

        .open-position-1:hover,
        .open-position-1:focus,
        .open-position-1:active {
            transform: scale(1.1);
        }

        .open-position-1:hover h5,
        .open-position-1:hover h6 {
            text-decoration: none;
        }

        .back-grey {
            height: 500px;
            background-image: url(images/career/career-bg.png);
            padding: 20px 30px;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .innerContent {
            float: left;
            left: 53%;
            position: absolute;
            top: 100px;
            transition-duration: 1s;
            animation: animate 3s;
        }

        .innerContent h2 {
            font-size: 40px;
            font-weight: 700;
        }

        .innerContent p {
            font-family: 'Lato';
            font-size: 1.5rem;
            color: #212121;
            line-height: 1.5 !important;
            padding-right: 15px;
            margin-top: 25px;
        }

        .card-link,
        .card-link:hover {
            font-size: 14px;
            color: #97174f;
            display: inline-block;
            float: right;
            position: absolute;
            bottom: 15px;
            right: 32px;
            font-weight: 600;
            text-decoration: none;
        }

        .icon-show {
            font-size: 25px;
            color: #871f42;
        }

        .testimonial {
            margin: 0px 10px 25px;
            /* border: 1px solid #bfbdbd;*/
            position: relative;
            text-align: center;
            /* background: #f2f2f2;box-shadow:2px 2px 2px 2px #bfbdbd;*/
        }

        .modal-dialog {
            top: 100px;
        }

        .dir-img {
            margin-left: auto !important;
            margin-right: auto !important;
        }

        .modal-content {
            margin-left: auto;
            width: 50%;
            margin-right: auto;
        }

        .btn-burgandy {
            padding: 6px 14px;
        }

        #search-form {
            margin: 1px 0px;
        }

        .tbl-show-career {
            display: block;
            height: 200px;
            overflow-y: auto;
        }

        @media only screen and (max-width: 767px) {
            .back-grey {
                background-image: none;
                height: 250px;
            }

            .innerContent {
                top: 30px;
                position: relative;
                left: 0px;
            }

            .testimonial img {
                margin-left: auto;
                margin-right: auto;
            }
        }
