.flex-container {
  width: 100%;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  overflow: hidden;
  height:600px;
}
@media screen and (min-width:769px){.accordionmbl{display:none;}}
@media screen and (max-width: 768px) { 
.flex-title { transform: rotate(0deg) !important;  }
.flex-container { display:none; }
}
.flex-title {
	font-family: 'Fredoka One', cursive;
	color: #f1f1f1;
	position: relative;
	font-size: 4.5vw;
	margin: auto;
	text-align: center;
	transform: rotate(90deg);
	top: 25%;
	transition: all 500ms ease;
}
.margin15{margin:15%;}
.flex-about {
    opacity: 0;
    color: #f1f1f1;
    position: relative;
    width: 70%;
    font-size: 20px;
    padding: 4%;
    top: 10%;
    line-height: 1.2;
    margin: auto;
    text-align: left;
    transform: rotate(0deg);
    transition: all 500ms ease;
}
.flex-slide {
  -webkit-flex: 1;
  flex: 1;
  cursor: pointer;
  transition: all 500ms ease;
}
.flex-slide a{color:white !important;}
.flex-slide:hover {-webkit-flex-grow: 3;flex-grow: 3;}
.flex-about-home {opacity: 0;}
.flex-slide li{line-height:2em;}
.home {background:url("../img/h1.png") #099 no-repeat;background-size: cover;background-position: center center;background-attachment: fixed;}
@media screen and (min-width: 768px) {
  .home {
    -moz-animation: aboutFlexSlide;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: 1;
    -moz-animation-delay: 0s;
    -webkit-animation: aboutFlexSlide;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
    animation: aboutFlexSlide;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-delay: 0s;
  }
}

@keyframes aboutFlexSlide {
  0% {-webkit-flex-grow: 1;flex-grow: 1;}
  50% {-webkit-flex-grow: 3;flex-grow: 3;}
  100% {-webkit-flex-grow: 1;flex-grow: 1;}
}
@media screen and (min-width: 768px) {
  .flex-title-home {
    transform: rotate(90deg);
    top: 25%;
    -moz-animation: homeFlextitle;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: 1;
    -moz-animation-delay: 0s;
    -webkit-animation: homeFlextitle;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
    animation: homeFlextitle;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-delay: 0s;
  }
}

@keyframes homeFlextitle {
	0% {transform: rotate(90deg);top: 25%;}
  50% {transform: rotate(0deg);top: 25%;}
  100% {transform: rotate(90deg);top: 25%;}
}
@media screen and (min-width: 768px) {
  .flex-about-home {
    -moz-animation: flexAboutHome;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: 1;
    -moz-animation-delay: 0s;
    -webkit-animation: flexAboutHome;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
    animation: flexAboutHome;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-delay: 0s;
  }
}

@keyframes flexAboutHome {
  0% {opacity: 0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
}
.panel ul{padding:10% 0%;margin:2% 0px;}
.about {background:url("../img/h2.png")  #00a4a5;background-size: cover;background-position: center center;background-attachment: fixed;}
.contact {background:url("../img/h4.png")  #00a4a5;  background-size: cover;background-position: center center;background-attachment: fixed;}
.work {background:url("../img/h3.png")  #099;  background-size: cover;background-position: center center;background-attachment: fixed;}
.plus{position:absolute;top: 35%;left: 55%;background-image: url("https://cdn0.iconfinder.com/data/icons/ie_Bright/128/plus_add_blue.png");
    width:130px;
    height:130px;
    background-repeat:no-repeat;}
	.plus.minus{position:absolute;top: 35%;left: 55%;
    background-image: url("https://cdn0.iconfinder.com/data/icons/ie_Bright/128/plus_add_minus.png");
    width:130px;
    height:130px;
    background-repeat:no-repeat;
}

/* mobile only */
.acctitle{font-family: 'Fredoka One', cursive;}
.acctitle1{background:#099 !important;}
.acctitle2{background:#00a4a5 !important;}
.acctitle3{background:#099 !important;}
.acctitle4{background:#00a4a5 !important;}
.accordion {margin:0px;
  color: #fff;
  cursor: pointer;
  padding: 3%;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;height:15%;
  font-size: 2em;border:none !important;
  transition: 0.4s;
text-align:center;}
.accordion:hover {background-color: #ccc;}
.panel {
  padding: 0 3%;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
} 
.icobutton {
	position: relative;
	margin: 0;
	padding: 0;
	color: #c0c1c3;
	border: 0;
	background: none;
	overflow: visible;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.icobutton .fa {display: block;padding: 0 0.1em;}
.icobutton__text {
	font-size: 0.75em;
	position: absolute;
	top: 100%;
	left: -50%;
	width: 200%;
	text-align: center;
	line-height: 1.5;
	color: #a6a6a6;
}
.icobutton__text--side {	top: 0;	left: 100%;	width: 100%;	width: auto;	padding: 0 0 0 0.25em;}
.card__image{box-shadow:5px 5px 5px #555;}
figure.snip0057 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px 1%;
  width: 100%;box-shadow: 0px 3px 15px #555;
  background: #ffffff;
  color: #000000;
}
.red h4{color:#962d22;}
.blue h4{color:#20638f;}
figure.snip0057 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
figure.snip0057 .image {
  width: 50%;
  overflow: hidden;
  z-index: 1;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
figure.snip0057 .image img {
  position: relative;
  display: block;
  left: -15%;
  z-index: 1;height: 400px;
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
}
figure.snip0057:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 45%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: skewX(-17deg);
  transform: skewX(-17deg);
  -webkit-box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.7);
  box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.7);
}
figure.snip0057 figcaption {
  padding: 20px 30px 20px 20px;
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 50%;
}
figure.snip0057 figcaption h2,
figure.snip0057 figcaption p {
  margin: 0;
  text-align: right;
  padding: 10px 0;
  width: 100%;
}
figure.snip0057 figcaption h2 {
  font-size: 1.3em;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
figure.snip0057 figcaption h2 span {
  font-weight: 800;
}
figure.snip0057 figcaption p {
  font-size: 0.9em;
  opacity: 0.8;
}
figure.snip0057 figcaption .icons {
  width: 100%;
  text-align: right;
}
figure.snip0057 figcaption .icons i {
  font-size: 26px;
  padding: 5px;
  top: 50%;
  color: #000000;
  opacity: 0;
}
figure.snip0057 figcaption a {
  opacity: 0.3;
}
figure.snip0057 figcaption a:hover {
  opacity: 0.8;
}
figure.snip0057 .position {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
  padding: 15px 30px;
  font-size: 0.9em;
  opacity: 1;
  font-style: italic;
  color: #ffffff;
  background: #000000;
}
figure.snip0057.blue .position {
  background: #20638f;
}
figure.snip0057.red .position {
  background: #962d22;
}
figure.snip0057.yellow .position {
  background: #bf6516;
}
figure.snip0057:hover figcaption,
figure.snip0057.hover figcaption {
  bottom: 40px;
}
figure.snip0057:hover .icons i,
figure.snip0057.hover .icons i {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip0057:hover:before,
figure.snip0057.hover:before {
  -webkit-animation: shadow 0.6s ease-in-out;
  animation: shadow 0.6s ease-in-out;
}
@-webkit-keyframes shadow {
  0% {
    left: 0px;
  }
  50% {
    left: -5px;
  }
  100% {
    left: 0px;
  }
}
@keyframes shadow {
  0% {
    left: 0px;
  }
  50% {
    left: -5px;
  }
  100% {
    left: 0px;
  }
}

.lkg h2{color: white;font-size: 48px;margin: 0;font-family: 'Courgette',cursive;display: block;}
.icobutton svg {left: 0;}
.icobutton:hover,.icobutton:focus {outline: none;}
.accordion.acctitle.acctitle3.active + .panel { min-height: 100px; }
.smallimg{display:flex;}
@media screen and (max-width: 401px){.smallimg{display:none !important;}}
@media only screen and (max-width: 990px){.box{  margin-bottom:20px; }}
@media screen and (max-width: 768px) {
	.card__content{grid-template-rows: 100px 120px auto;box-shadow:none;}.card__content .title h2 , .lkg h2{font-size:2em;}
  .card__info .bot-info {    margin: 0 0 10px;    text-align: left;  }
  .card {    display: flex;    flex-direction: column-reverse;}
  .card__textSection {    display: block;    grid-column-start: 1;    grid-template-columns: auto;    grid-template-rows: 0.9fr 1fr 0.02fr 2.4fr 0.02fr;    margin: auto;  }
  .card__icon {    margin: auto;    text-align: left;    margin-bottom: 15px;  }
  .card__info h3 {    text-align: left; width: 95%; }
  .card__info {padding: 0; }
}
