/**************************
	icon
***************************/
.about-icon span.sppb-img-container  {transition:0.5s ease;}
.about-icon:hover span.sppb-img-container {transition:0.5s ease;transform: translate(0px, -10px);}
.about-icon img.sppb-img-responsive {width: 60px;margin-bottom: 0px;display: flex;margin: auto;align-items: center;justify-content: center;align-content: center;}
.about-icon .sppb-addon-text{color:#757575!important;}
.about-icon:hover .sppb-addon-text{color:#fff!important;}
.about-icon .sppb-addon-title.sppb-feature-box-title {font-size: 20px!important;}
.about-icon span.sppb-img-container {
    background: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex!important;
    align-items: center;
}
.about-icon span.sppb-img-container:hover {
    background: #fff200;
	border:5px solid #fe0000;
}


/**************************
	table
***************************/

table {
     table-layout:fixed ;
     width:100%;
        padding:0px 15px!important;
}

th, td{width:100%;padding:0px 15px!important;border: 1px solid #ccc;font-size:13px;height: 45px;}

tbody tr:nth-child(even) {background: #efefef; color:#757575;}
 tbody tr:nth-child(odd) {background: #3c397e26;color:#757575;}

/*header*/
tbody tr:first-child p{margin:0px;}

tr td:first-child {
  width: 140px;background:#292672;color:#fff;font-weight:700;
  min-width: 200px;
  max-width: 200px;
  word-break: break-all;vertical-align:middle;
}


/**************************
	career
***************************/
.career-detail i.fas.fa-chevron-right {
    margin-left: 5px;
}

/**************************
	form
***************************/
div#bfPage2 {
    background: #dedde9;
    border-radius: 20px;
    padding: 30px;
}

/*gallery*/
.sppb-gallery li {
    width: 48%;
    margin: 1%;
    height: 211px;
    border-radius: 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.sppb-gallery li a {
    position: relative;
    height: 100%;
    width: 100%;
}
.sppb-gallery li img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}
.sppb-gallery {
    display: flex !important;
    justify-content: center;
}
.sppb-gallery li a:before {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s;
}
.sppb-gallery li:hover a:before {
    opacity: 0.5;
}
@media (max-width: 991px) {
    .sppb-gallery li { width: 45%; margin: 2% !important; height: 150px; }
}