.pt-25{padding-top: 25px}
@import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,700");

.product h2{
  text-align: center;
  color: black;
  margin-top: 100px;
}
.deck {
 
  margin-bottom: 8em;
}

.wrapper {
  margin: 0 30px;
  box-shadow: 0px 2px 15px -3px black;
  border:1px solid linear-gradient(58deg, rgba(168,236,13,1) 0%, rgba(202,255,82,1) 35%, rgba(82,255,247,1) 100%);
  width: 13em;
  height: 15em;
  overflow: hidden;
  margin-top: 30px;
  
}


/* animaction*/

#yellow-flower {
  border: rgba(239, 183, 0, 0.1) solid 1px;
  width: 15em;
  border-radius: 20px;
  transition: all 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

#yellow-flower:hover {
  transform: scale(1.1);
  border-radius: 50%;
  cursor: pointer;
}

#yellow-flower img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#yellow-flower img:hover {
  transform: scale(1) translateY(-7%);
}
.text-center h3{
  font-weight: 500;
  margin-top: 15px;
}

.careerimg img {
  width: 100%;
}

/**/
.disclaimertxt h1{
  font-size: 20px;
  font-weight: 500;
}
.disclaimertxt h3{
  font-size: 40px;
  font-weight: 500;
}
.disclaimertxt h4{
  font-size: 30px;
  color:#3290ce ;
  font-size: 500;
}
.disclaimertxt p{
  font-size: 18px;
  color: black;
}
.brouchure a {
  color: #fff;

}

.brouchure {
  border: 1px solid #3290ce;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  background: #3290ce;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  padding: 22px 22px;
  display: block;
  line-height: 0;
  position: relative;
  font-family: 'Barlow', sans-serif;
  z-index: 1;
  height: 100%;
  margin-top: 21px;
}

/*3290ce*/
.breadcrumb > .active {
  color: white;
}