

/* Career Start */
.career .card {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important;
    transition: transform 0.5s, background-color 0.5s ease-in-out;
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset !important; */
}

.career .card:hover {
    transform: scale(0.97);
    background-color: #eeedde;
}

/* .career .card:hover {
     transform: scale(0.97);
     background-color: #b31c27;
 } */

.career .background-color {
    background-color: #f1f1f1;
}

.career .brown-background-color {
    background-color: #b31c27;
}

.career .brown-font-color {
    color: #b31c27;
}

.career .letter-spacing {
    letter-spacing: 15px;
}

.career .letter-spacing-2 {
    letter-spacing: 3px;
}

.career .fab {
    transition: transform 0.5s, color 0.5s ease-in-out;
}

.career .fab:hover {
    color: rgb(253, 120, 11);
    transform: scale(0.97);
}

.career .facebook-icon-color {
    color: #2c6be7;
}

.career .instragram-icon-color {
    color: #f30a35;
}

.career .whatsapp-icon-color {
    color: #10ee5a;
}

.career .linkedin-icon-color {
    color: #0d99e4;
}

.career .youtube-icon-color {
    color: #ff0000;
}

.career .cv-button {
    background-color: #07ca11;
}

.career .cv-button:hover {
    border: none !important;
    transition: background-color 0.5s ease-in-out;
}

/* Detail Page */
.career line-heigh {
    line-height: 2px !important;
}

.career tbody > tr > td:nth-child(1) {
    width: 12%;
}

.career tbody > tr > td:nth-child(2) {
    font-weight: bold;
    width: 2%;
}

.career tbody > tr > td:nth-child(3) {
    text-align: left !important;
}

.career .text-align {
    text-align: justify;
}

.career .box-shadow {
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important; */
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
        rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
        rgba(0, 0, 0, 0.2) 0px -3px 0px inset !important;
}

.career .apply-now-card-width {
    width: 75% !important;
}

.career #cv {
    color: #b31c27 !important;
}

.career #cd:hover {
    background-color: black !important;
    color: white !important;
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .career .apply-now-card-width {
        width: 85% !important;
    }
}

/* Mobile */
@media only screen and (max-width: 768px) {
    .career .apply-now-card-width {
        width: 97% !important;
    }
}

.career .theme-font-color {
    color: #b31c27;
}

.career .bi-arrow-return-left:hover {
    color: black;
}

.career .asterisk:after {
    content: "*";
    color: red;
    padding-left: 2px;
}

/* Career End */


/* Contact Start */
/* Google Embaded Map */
.contact .mapouter {
    position: relative;
    text-align: right;
    height: 450px;
    width: 100%;
}

.contact .gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 450px;
    width: 100%;
}

.contact .border-left {
    border-left: 2px solid red;
    padding-left: 30px;
    margin-left: 30px;
    margin-top: 30px;
}

.contact .box-shadow {
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
        rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
        rgba(0, 0, 0, 0.2) 0px -3px 0px inset !important; */
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.contact .asterisk:after {
    content: "*";
    color: rgb(0, 255, 47);
    padding-left: 2px;
}

.contact i,
h2 {
    color: #0b0b0b;
}

.contact h6 {
    color: #360fe0;
}

.contact i:hover {
    /* color: #06e211 !important; */
}

.contact i span:hover {
    color: #b31c27 !important;
}

.contact .btn {
    background-color: #0e9138 !important;
    border: none !important;
    color: white;
}

.contact .btn:hover {
    background-color: #2ea664 !important;
    border: none !important;
    color: white;
}

/* Contact End */
/* Media Start */
.media .theme-font-color {
    color: #b31c27 !important;
}

.media .theme-background-color {
    background-color: #b31c27 !important;
}

.media .hover-background-color:hover {
    background-color: darkorange !important;
}

.media hr {
    border: 2px solid #b31c27 !important;
    opacity: 1 !important;
}

.media .box-shadow {
    min-height: 150px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important;
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset !important; */
}

.media #text {
    text-align: justify !important;
}

.media #continue-reading {
    visibility: hidden;
}

.media .margin-left {
    margin-left: 10%;
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .media .margin-left {
        margin-left: 0%;
    }
}

/* Mobile */
@media only screen and (max-width: 768px) {
    .media .margin-left {
        margin-left: 0%;
    }
}

/* Media End */
/* Gallery Start */
.gallery .theme-font-color {
    color: #b31c27 !important;
}

.gallery .theme-background-color {
    color: #b31c27 !important;
}

.gallery hr {
    border: 2px solid #b31c27 !important;
    opacity: 1 !important;
}

.gallery .box-shadow {
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important; */
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
        rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
        rgba(0, 0, 0, 0.2) 0px -3px 0px inset !important;
}

.gallery .card:hover {
    transform: scale(0.9);
}

.gallery .card {
    transition: transform 0.5s ease-in-out;
    position: relative;
    min-height: 130px;
}

.gallery .carousel-item {
    max-height: 500px;
}

.gallery .modal-image-height {
    height: 450px !important;
}

/* The overlay effect - lays on top of the container and over the image */
.gallery .overlay-icon {
    position: absolute;
    transition: 0.5s ease;
    opacity: 0;
    top: 40%;
    width: 100%;
    text-align: center;
}

/* When you mouse over the container, fade in the overlay title */
.gallery .card:hover .overlay-icon {
    opacity: 1;
    cursor: pointer;
}

.gallery .overlay-title {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: 0.5s ease;
    opacity: 0;
    color: white;
    text-align: center;
}

/* When you mouse over the container, fade in the overlay title */
.gallery .card:hover .overlay-title {
    opacity: 1;
}

/* Gallery End */


