
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
#team {
    background: #eee !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
}

section {
    padding: 60px 0;
}
/* pratima */
section .section-title {
    text-align: center;
    color: #0b2f80;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#team .card_profile {
  border: none;
  background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.mainflip {
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d;
  position: relative;
}

.frontside {
  position: relative;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index: 2;
  margin-bottom: 30px;
}

.backside {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 1s;
  -moz-transform-style: preserve-3d;
  -o-transition: 1s;
  -o-transform-style: preserve-3d;
  -ms-transition: 1s;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d;
}

.frontside .card_profile{
  /* min-height: 312px; */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;

}
.backside .card_profile {
  /* min-height: 312px; */

  transition: 0.3s;
  width: 100%;
}

.backside .card_profile a {
  font-size: 18px;
  color: #007b5e !important;
}
/* pratima */
.frontside .card_profile .card-title,
.backside .card_profile .card-title {
  color: #034294 !important;
}

/* Amith */
.frontside .card_profile .card-body img {
    width: 150px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
}

.card_profile {
    /* position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card-title {
    margin-top: 2rem;
    line-height: 0.8;
}
.card-text{
  font-size: 15px;
   text-align: left;
   margin-top: 20px;
   padding: 0 10px;
}
#back_pro{
  width: 101%;
    padding: 8px;
    height:  554px;
}
#font_1{
  font-weight: bold;
    color: #034294;
    font-size: 16px;
}
#job_tt{
  color: #034294;
  text-align: center;
  font-size: 18px;
}
/* @media (min-width: 992px){
.col-md-4 {
    width: 49.333333%!important;
}} */
.internate{
    display: flex;
    flex-direction: row;
    align-content: space-between;
    justify-content: flex-end;
    align-items: stretch;
    margin-top: 47px;
    margin-bottom: -14px;
    flex-wrap: wrap;

}

@media screen and (min-device-width: 280px) and (max-device-width: 310px) {
  .card-text {
      font-size: 11.5px!important;
      text-align: left;
  }
  #back_pro {
    width: 101%;
    padding: 3px;
    height: 410px;
}
#job_tt {
    font-size: 15px;
}
#recruit {
    /* padding-top: 0px!important; */
}
.responsive2{
    flex-direction: column!important;
}
.responsive{
    width: 100%;
}
.desc-title {
    font-size: 13px!important;
    margin-top: 12px!important;
}
/* div.desc {
    font-size: 11px!important;
} */


}
@media screen and (min-device-width: 323px) and (max-device-width: 399px) {
#recruit {
    /* padding-top: 0px!important; */
}

.desc-title {
    font-size: 16px!important;
    margin-top: 12px!important;
}
.responsive2{
    flex-direction: column!important;
}
.responsive{
    width: 100%!important;
}
/* .tanaka_text{
  font-size: 12px!important;
} */
}
@media screen and (min-device-width: 320px) and (max-device-width: 322px) {
  .card-text {
      font-size: 13.5px!important;
      text-align: left;
  }
  #back_pro {
    width: 101%;
    padding: 3px;
    height: 470px;
}
#recruit {
    /* padding-top: 0px!important; */
}

.desc-title {
    font-size: 16px!important;
    margin-top: 12px!important;
}
.responsive2{
    flex-direction: column!important;
}
.responsive{
  width: 100%!important;
}

/* .tanaka_text{
  font-size: 12px!important;
} */
/* p.desc {
    font-size: 14px!important;
} */
}

@media screen and (min-width: 992px) and (max-width: 1270px){
  .col-md-4 {
width: 33.333333%!important;
}

#job_tt{
  color: #034294;
  text-align: center;
  font-size: 16px;
}
#back_pro {
    width: 101%;
    padding: 2px;
    height: 437px;
}
.card-text {
    font-size: 11.5px!important;
    text-align: left;
}
.responsive2{
    flex-direction: column!important;
}
/* .desc {
    font-size: 14px!important;
    margin-bottom: 6px!important;
} */
}

@media screen and (min-width: 480px) and (max-width: 760px) {
  .col-xs-12{
  width: 79.333333%!important;
  }
  .card-text {
    font-size: 16.5px;
    text-align: left;
}
#back_pro {
  width: 101%;
    padding: 3px;
    height: 603px;

}
#recruit {
    /* padding-top: 0px!important; */
}
.responsive2{
    flex-direction: column!important;
}
.desc-title {
    margin-top: 12px!important;
}
.responsive{
  width: 100%!important;
}
/* div.desc {
    font-size: 16px!important;
} */
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .col-sm-6 {
    width: 47%;
}
  .card-text {
    font-size: 15.5px;
    text-align: left;
}
#back_pro {
  width: 101%;
    padding: 3px;
    height: 540px;

}
.responsive{
  width: 100%!important;
}

/* div.desc {
    font-size: 14px!important;
      margin-bottom: 6px!important;

} */
.desc-title {
    font-size: 16px!important;
    margin-top: 12px!important;
}
.responsive2{
    flex-direction: column!important;
}
}
@media screen and (min-width:400px) and (max-width: 430px) {

#back_pro {
  width: 101%;
    padding: 3px;
    height: 589px;
}
.card-text {
  font-size: 15.5px;
  text-align: left;
}
#recruit {
    /* padding-top: 0px!important; */
}
.responsive2{
    flex-direction: column!important;
}
.desc-title {
    margin-top: 12px!important;
}
.responsive{
  width: 100%!important;
}
}

.share_page {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: -36px;
}

div.gallery {
  /* border: 1px solid #ccc; */
  /* box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%); */
  flex: 2;
}

div.gallery2 {
  flex: 2;
}

div.gallery img {
  width: 100%;
  height: auto;
}

.responsive {
  width: 110%;
  padding: 0px 10px;
  /* border: solid 2px #3383ce; */
    border-radius: 2% 6% 5% 4% / 1% 1% 2% 4%;
    border: 3px solid #3383ce;
    /* background: #ffffff; */
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.responsive {
   display: inline-block;
    border: 3px solid #3383ce;
    border-radius: 2% 6% 5% 4% / 1% 1% 2% 4%;
    text-transform: uppercase;
    /* background: #ffffff; */
    position: relative;

    &::before {
        content: '';
        border: 2px solid #353535;
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0) scale(1.015) rotate(0.5deg);
        border-radius: 1% 1% 2% 4% / 2% 6% 5% 4%;
    }
}
.responsive2 {
  width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}
.desc-title{
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgb(3 66 148);
}

.tanaka_text{
  font-size: 1.5rem;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 2;
  text-transform: none;
}
span{
color: #3383ce;
font-weight: bold;
}
.desc{
  /* font-size: 15px; */
  margin-top: 0px;
  font-size: 1.7rem;
/* padding: 0 15px; */
line-height: 2;
text-transform: none;
}
@media screen and (max-width: 992px) { 
  .card-text{
    margin-top: 15px!important;
  }
}