@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,700,800);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
figure.snip1208 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 250px;
  max-width: 300px;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  font-size: 16px;
  margin-left:20px
}
figure.snip1208 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
figure.snip1208 img {
  max-width: 100%;
  vertical-align: top;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
figure.snip1208 figcaption {
  padding: 25px;
  position: relative;
}
figure.snip1208 .date,
figure.snip1208 i {
  background-color: #4299e1;
  top: 25px;
  color: #fff;
  left: 25px;
  min-height: 60px;
  min-width: 60px;
  position: absolute;
  text-align: center;
}
figure.snip1208 .date {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
figure.snip1208 .date span {
  display: block;
  line-height: 30px;
}
figure.snip1208 .date .month {
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.1);
}
figure.snip1208 i {
  line-height: 60px;
  font-size: 30px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip1208 h3,
figure.snip1208 p {
  margin: 0;
  padding: 0;
}
figure.snip1208 h2 {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  color: #333333;
  font-size: 24px;
}
figure.snip1208 p {
  font-size: 0.8em;
  margin-bottom: 20px;
  line-height: 1.6em;
}
figure.snip1208 button {
  border: medium none;
  padding: 10px 20px;
  background-color: #4299e1;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.8em;
}
figure.snip1208 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1208:hover img,
figure.snip1208.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip1208:hover .date,
figure.snip1208.hover .date {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip1208:hover i,
figure.snip1208.hover i {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1208:hover button,
figure.snip1208.hover button {
  background-color: #1D5299;
}
#job {
    
  padding-bottom: 100px;
}

.breadcrumb-item a {
  color: #4299e1;
}

.meta {
  display: inline-block;
  list-style: none outside;
  padding: 0;
  margin: 0 0 1.5em;
  overflow: hidden;
  zoom: 1;
  clear: both;
}

.meta li {
  display: inline;
  margin-left: 20px;
  color: #999999;
}

.meta .job-type {
  padding: 5px;
  color: white;
  font-weight: 900;
  background: #4299e1;
}

#job-rel {
  background: #f1f1f1;
  padding: 10px;
}

#job-rel h5 {
  color: #4299e1;
  font-weight: 900;
}
#job-rel h3 {
  font-size: 18px;
}
#job-rel h3 a{
color: #333333
}
.job-rel {
  background: white;
  padding: 10px;
  margin: 10px;
}

/* modal */

.vh-btn-close {
  color: black;
  font-size: 24px;
  text-decoration: none;
  padding: 10px;
  position: absolute;
  right: 7px;
  top: 0;
  font-weight: bold;
}

.vh-btn-close:hover {
  color: #919191;
}

.vh-modale:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.opened:before {
  display: block;
}

.opened .vh-modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 5%;
  left: 3%;
  right: 3%;
  transition: 1s;
}

.vh-modal-dialog {
  background: #fefefe;
  border: #333333 solid 0px;
  border-radius: 5px;
  margin: auto;
  position: fixed;
  /* left: 0%;
    top:-10%;
    bottom:10%;
    padding:10px; */
  top: 100%;
  z-index: 11;
  width: 1200px;
  max-width: calc(100% - 20px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
  /* -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 1s ease-out;
  transition: transform 1s ; */
  height: 90%;
  overflow: auto;
}

.vh-modal-body input {
  width: 200px;
  padding: 8px;
  border: 1px solid #ddd;
  color: #888;
  outline: 0;
  font-size: 14px;
  font-weight: bold
}

.vh-modal-header, .vh-modal-footer {
  padding: 10px 20px;
}

.vh-modal-header {
  border-bottom: #eeeeee solid 1px;
}

.vh-modal-header h2 {
  font-size: 24px;
  color: #4299e1;
}

.modal-title {
  color: white;
  text-align: center;
  font-size: 30px;
}

.modal-header {
  background-color: #4299e1;
}
.main-content {
  width: 100%;
}

.vh-profile-model {
  padding: 20px;
  margin-top: 10px;
  border-radius: 10px;
  background-color: #4299e1;
  color: white;
  margin-left: 8px;
  font-size: 16px;
}

.vh-profile-model span {
  font-weight: bold;
}
.vh-exp-model {
  padding: 20px 0px 0px 30px;
}
.vh-exp-model>h3 {
  color: #4299e1;
}
.cover {
  width: 100%;
  height: auto;
  max-height: 300px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.dp {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  position: relative;
  top: 5px;
  background-color: white;
  padding: 5px;
  margin-top: -100px;
  margin-left: 22px;
  margin-bottom: -4px;
  border: 3px solid #4299e1;
  object-fit: cover;
}
.main-box {
  width: 100%;
  padding: 30px;
  background-color: white;
  margin: 0;
  border-radius: 20px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.banner-web > img{
    width: 100%;
  height: auto;
  object-fit: cover;
  object-position: bottom;
}
.card-title{
  font-size: 14px;
  text-align:center;
    font-weight:600;
    height:30px;
}