
.contain {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
button {
  background: none;
  border: 0;
  box-sizing: border-box;
  margin: 1em;
  padding: 1em 2em;
  box-shadow: inset 0 0 0 2px white;
  color: white;
  font-size: inherit;
  position: relative;
  vertical-align: middle;
}
button::before, button::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.align-l
{
  text-align: left;
}
.btn-change{
    height: auto;
    width: auto;
    margin: 20px;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition: all 0.5s ease-in-out;
    border: 0px;
    color: #fff;
}
.btn-change:hover{
    -webkit-transform: scale(1.1);
    background: #c6c9c7;
}
.draw {
  transition: color 0.25s;
}
.draw::before, .draw::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.draw::before {
  top: 0;
  left: 0;
}
.draw::after {
  bottom: 0;
  right: 0;
}
.draw:hover {
  color: #60daaa;
}
.draw:hover::before, .draw:hover::after {
  width: 100%;
  height: 100%;
}
.draw:hover::before {
  border-top-color: #60daaa;
  border-right-color: #60daaa;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.draw:hover::after {
  border-bottom-color: #60daaa;
  border-left-color: #60daaa;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.meet:hover {
  color: #60daaa;

}
.meet > h4{
  text-decoration: none;
  color: #60daaa;
}

.meet>h4{
  position: relative;
}

.meet>h4:after{
  content: '';
  position: absolute;
  width: 0; height: 3px;
  display: block;
  margin-top: 5px;
  right: 0;
  background: #3f51b5;
  transition: width .2s ease;
  -webkit-transition: width .2s ease;
}

.meet:hover>h4:after{
  width: 100%;
  left: 0;
  background: white;
}


.meet::after {
  top: 0;
  left: 0;
}
.meet:hover::before {
  border-top-color: #60daaa;
  border-right-color: #60daaa;
}
.meet:hover::after {
  border-bottom-color: #3f51b5;
  border-left-color: #3f51b5;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
.buttons {
  isolation: isolate;
}
.column44 {
  margin: 5px;
    float: left;
    width: 49%;
		word-wrap: break-word;

	 /* Should be removed. Only for demonstration */
}

.column3 {
    float: left;
    width: 32.69%;
		word-wrap: break-word;

	 /* Should be removed. Only for demonstration */
}
.column2{
  float: left;
  width: 50%;
  word-wrap: break-word;
}
.column5{
  float: left;
  width: 20%;
  word-wrap: break-word;
}
.column4{
  float:left;
  width: 25%;
  word-wrap: break-word;
}
.wid{
	height:auto;
}
.wid3{
  height: 200px;
}
.wid4{
  width: 90%;
}
.wid6{
  width: 90%;
}
.hei{
height: 100px;
}
.high{
  height: 200px;
}
.wid1{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.wid5{
	height: 74px;
	width: 200px;
}
.wid-long{
  height: 100px;
  width: 270px;
}
.pad-left{
  padding-left:5%;
}
.pad-right{
  padding-right:5%;
}
.padding-R
{
  padding-right: 15%;
}
.padding-l
{
  padding-left: 15%;
}

@media only screen and (max-width: 890px) {
	.wid1 {
		margin-left: inherit;
			width: 90%;
	}
  .wid3{
    height: auto;
  }
  .wid4{
    width: 100%;
  }
  .wid6{
    width: 90%;
  }
  .hei{
    height: auto;
  }
  .padding-R
  {
    padding-right: 0;
  }
  .padding-l
  {
    padding-left: 0;
  }
  .high{
    height: auto;
  }

}
@media only screen and (max-width: 1040px) {
	.wid5 {
			width: 90%;
      height: auto;
	}
  .wid-long{
    width: 90%;
    height: auto;
  }
  .pad-left{
    padding-left:0;
  }
  .pad-right{
    padding-right: 0;
  }
}

@media only screen and (min-width: 200px) and (max-width: 910px) {
	.column3 {
			width: 100%;
			word-wrap: break-word;
	}
  .column5 {
      width: 100%;
      word-wrap: break-word;
  }
  .column2 {
      width: 100%;
      word-wrap: break-word;
  }
  .column4{
    width: 90%;
    height: auto;
  }
  .wid4
  {
    width: 100%;
  }
  .wid6{
    width: 90%;
  }

}
@media screen and (min-width: 911px) and (max-width: 1040px) {
    .column3 {
        width: 50%;
				word-wrap: break-word;
    }
    .column5 {
        width: 50%;
        word-wrap: break-word;
    }
    .column4{
      width: 50%;
      height: auto;
    }
}
/* 3dcarousel for life at moreyeahs */
.scene {
  border: none;
  position: relative;
  width: 320px;
  height: 140px;
  margin: auto;
  perspective: 300px;

}
.hidcont
{
  display: block;
}

.carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translateZ(-288px);
  transform-style: preserve-3d;
  transition: transform 1s;
}

.carousel__cell {
  position: absolute;
  width: 350px;
  height: 350px;

  top: 10px;
  border: 1px solid white;

  text-align: center;
  transition: transform 1s, opacity 1s;
}
.carousel__cell:nth-child(9n+1) { background: hsla(  0, 100%, 50%, 0.8); }
.carousel__cell:nth-child(9n+2) { background: hsla( 40, 100%, 50%, 0.8); }
.carousel__cell:nth-child(9n+3) { background: hsla( 80, 100%, 50%, 0.8); }
.carousel__cell:nth-child(9n+4) { background: hsla(120, 100%, 50%, 0.8); }
.carousel__cell:nth-child(9n+5) { background: hsla(160, 100%, 50%, 0.8); }
.carousel__cell:nth-child(9n+6) { background: hsla(200, 100%, 50%, 0.8); }
.carousel__cell:nth-child(9n+7) { background: hsla(240, 100%, 50%, 0.8); }
.carousel__cell:nth-child(9n+8) { background: hsla(280, 100%, 50%, 0.8); }
.carousel__cell:nth-child(9n+0) { background: hsla(320, 100%, 50%, 0.8); }

.carousel__cell:nth-child(1) { transform: rotateY(  0deg) translateZ(288px); }
.carousel__cell:nth-child(2) { transform: rotateY( 40deg) translateZ(288px); }
.carousel__cell:nth-child(3) { transform: rotateY( 80deg) translateZ(288px); }
.carousel__cell:nth-child(4) { transform: rotateY(120deg) translateZ(288px); }
.carousel__cell:nth-child(5) { transform: rotateY(160deg) translateZ(288px); }
.carousel__cell:nth-child(6) { transform: rotateY(200deg) translateZ(288px); }
.carousel__cell:nth-child(7) { transform: rotateY(240deg) translateZ(288px); }
.carousel__cell:nth-child(8) { transform: rotateY(280deg) translateZ(288px); }
.carousel__cell:nth-child(9) { transform: rotateY(320deg) translateZ(288px); }

/* carousel ends */

/*string for technology*/
.string-list {
  width: 100px;
  height: 100px;
  line-height: 100px;
background-size: cover;
background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 2vw;
  border:2px solid white;
margin: 3vw;

}
.string-list::before{
  content: '';
  position: absolute;
  top: 4vw;
  left: -6.4vw;
  width: 6.2vw;
  height: .32vw;
  background: black;
  z-index: 0;
}
.string{
  float: left;
  width: 100%;
  margin-left: -30px;

}
.string-list:first-child::before {
  display: none;
}

@media only screen and (max-width:997px){
  .string-list::before{
    display: none;

  }
  .string
  {
    float: none;

  }
}

/*   ends   */
/*for mobile slider*/
.dis{
  display: block;
}
.card
{
  position: absolute;
  width: 350px;
  height: 420px;
  transform: rotateY(0deg);
  border-top: 10px solid white;
  border-left: 10px solid white;
  border-right:10px solid white;
  border-bottom: 70px solid white;
  transition: all 1.6s ease;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-transform:rotateY(0deg);
  -webkit-transition:all 1.6s ease;
  transform-style: preserve-3d;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-repeat: no-repeat;
  background-size: cover;
  backface-visibility: hidden;
  -webkit-backface-visibility:hidden;

}
.cardback
{
  position: relative;
  width: 350px;
  height: 420px;
  background-color:rgba(0,0,0,0.5);
  transform: rotateY(180deg);
  border-top: 10px solid white;
  border-left: 10px solid white;
  border-right:10px solid white;
  border-bottom: 10px solid white;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  transition: all 1.6s ease;
  -webkit-transform:rotateY(180deg);
  -webkit-transition:all 1.6s ease;
  transform-style: preserve-3d;
    -webkit-background-repeat: no-repeat;
  backface-visibility: hidden;
  -webkit-backface-visibility:hidden;
  background-size: cover;

}
.card-container
{
  width:33%;
  height: 350px;
  float: left;
  display:flex;
  justify-content: center;
  -webkit-transform:translateZ(-1000px);
}
.dis-none{
  display: none;
}
.font-siz{
  font-size: 5vw;
  padding-top: 50%;
}

@media only screen and (min-width:481px) and (max-width: 1024px)
{
.dis{
  display: none;

}
.dis-none{
  display: block;
   padding-bottom: 5%;
   clear: both;
}
.card-container
{
  width:33%;
  height: 350px;
  display:flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.cardback{
  width: 90%;
  height: 370px;
}
.card{
  width: 300px;
  height: 370px;
}
}
@media only screen and (max-width: 480px){
  .dis{
    display: none;
  }
  .dis-none{
    display: block;

  }
  .font-siz{
    font-size: 10vw;
  }
  .card-container
  {
    width:100%;
    height: 450px;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;

  }
  .cardback{
    width: 90%;
    height: 420px;
  }
  .card{
    width: 90%;
    height: 420px;
  }

}
/*mobile site slider ends*/
