@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Raleway:400, 500, 800");

/* Global Styles */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/* Responsive Grid */

.row {
  clear: both;
}
/* Columns */

.col {
  float: left;
  margin: 0 4% 0 0;
  box-sizing: border-box;
}
.col:last-child {
  margin-right: 0;
}
.one.col {
  width: 4.66666666667%;
}
.two.col {
  width: 13.3333333333%;
}
.three.col {
  width: 22%;
}
.four.col {
  width: 30.6666666667%;
}
.five.col {
  width: 39.3333333333%;
}
.six.col {
  width: 48%;
}
.seven.col {
  width: 56.6666666667%;
}
.eight.col {
  width: 65.3333333333%;
}
.nine.col {
  width: 74%;
}
.ten.col {
  width: 82.6666666667%;
}
.eleven.col {
  width: 91.3333333333%;
}
.twelve.col {
  width: 100%;
  margin: 0;
}

/* For Relic Browsers */
.col.last {
  margin: 0;
}

/* Mobile Devices */

@media all and (max-width: 550px) {
  .one.col,
  .two.col,
  .three.col,
  .four.col,
  .five.col,
  .six.col,
  .seven.col,
  .eight.col,
  .nine.col,
  .ten.col,
  .eleven.col {
    float: none;
    width: 100%;
  }
  .hide-on-mobile {
    display: none !important;
    width: 0;
    height: 0;
  }
}
.container:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Hr */

#about hr {
  border: 0;
  height: 1px;
  background: #eeeeee;
  clear: both;
}

/* Typography */


#about h1,
#about h2,
#about h3,
#about h4,
#about h5,
#about h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

#about h2 {
  font-size: 2.8rem;
  margin: 1.5rem 0;
}

#about h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 7px;
  background: #61bc8c;
  margin: 0 auto;
  margin-top: 20px;
}

h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.2rem;
}
h5 {
  font-size: 1.1rem;
}
h6 {
  font-size: 1rem;
}
p {
  font-family: "Roboto", sans-serif;
}

.bold {
  font-weight: 700;
}

/* Hero One */

#hero {
  background: #001f3f;
  padding: 200px 0 120px 0;
  text-align: center;
}
#hero h2 {
  text-align: center;
  font-size: 4.6em;
  text-transform: capitalize;
  margin-top: 0;
  line-height: 1;
  color: #ff4136;
  font-weight: 300;
}
#hero h2:after {
  display: none;
}
#hero h3 {
}
#hero p {
  color: rgb(255, 255, 255, 0.7);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
  line-height: 21px;
  text-align: center;
  width: 60%;
  display: block;
  margin: 0 auto;
  padding-bottom: 40px;
}

#hero .white {
  color: #fff;
  font-weight: 700;
}

@media all and (max-width: 550px) {

  #hero h2 {
    font-size: 2.2em;
  }
  #hero p {
    font-size: 0.8em;
    line-height: 21px;
    width: 100%;
  }
}
/* About Section */

#about {
  background: #ffffff;
    padding-bottom: 80px;
}
#about .icon {
  font-size: 1em;
  padding-right: 10px;
}

.center {
  text-align: center;
}







#fomed {
  background-color: #fcfcfc;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin: 0;
  height: 100%;
    margin-bottom: 70px;
}

figure.snip0078 {
  font-family: "Raleway", Arial, sans-serif;
  color: #fff;
  position: relative;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  max-height: 310px;
  width: 100%;
  text-align: center;
}
figure.snip0078 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
}
figure.snip0078 img {
  opacity: 1;
  max-width: 100%;
  border: 10px solid #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
figure.snip0078 figcaption {
  bottom: 0;
  width: 60%;
  right: 0;
  position: absolute;
  background: #000000;
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: 0 0px 10px -10px #000000;
}
figure.snip0078 figcaption h2,
figure.snip0078 figcaption p {
  margin: 0;
  color: #ffffff;
}
figure.snip0078 figcaption h2 {
  font-weight: 400;
  text-transform: uppercase;
}
figure.snip0078 figcaption h2 span {
  font-weight: 800;
}
figure.snip0078 figcaption p {
  font-size: 0.9em;
  font-weight: 500;
  opacity: 0.65;
}
figure.snip0078 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip0078.blue figcaption {
  background: #1b557a;
}
figure.snip0078.blue img {
  border: 10px solid #1b557a;
}
figure.snip0078.fresh figcaption {
  background: #4ABDAC;
}
figure.snip0078.fresh img {
  border: 10px solid #4ABDAC;
}
figure.snip0078.lemon figcaption {
  background: #DCB239;
}
figure.snip0078.lemon img {
  border: 10px solid #DCB239;
}
figure.snip0078.watermelon figcaption {
  background: #FF383F;
}
figure.snip0078.watermelon img {
  border: 10px solid #FF383F;
}

figure.snip0078.red figcaption {
  background: #81261d;
}
figure.snip0078.red img {
  border: 10px solid #81261d;
}
figure.snip0078.yellow figcaption {
  background: #a85913;
}
figure.snip0078.yellow img {
  border: 10px solid #a85913;
}
figure.snip0078:hover figcaption,
figure.snip0078.hover figcaption {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  box-shadow: 0 15px 15px -15px #000000;
}
figure.snip0078:hover.blue img,
figure.snip0078.hover.blue img {
  border: 10px solid #2980b9;
}
figure.snip0078:hover.red img,
figure.snip0078.hover.red img {
  border: 10px solid #c0392b;
}
figure.snip0078:hover.yellow img,
figure.snip0078.hover.yellow img {
  border: 10px solid #e67e22;
}
figure.snip0078:hover.fresh img,
figure.snip0078.hover.fresh img {
  border: 10px solid #7BDACC;
}
figure.snip0078:hover.lemon img,
figure.snip0078.hover.lemon img {
  border: 10px solid #ECCA66;
}
figure.snip0078:hover.watermelon img,
figure.snip0078.hover.watermelon img {
  border: 10px solid #F28185;
}





.box {
  overflow: hidden;
  position: relative;
}



#formed1 {
  background: inherit;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: initial;
}
#formed1 img {
  display: block;
  width: 100%;
}
#formed1:nth-child(2n) {
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  -moz-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
}
#formed1:nth-child(2n) .box .feed {
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  -moz-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
}
#formed1 .box:before {
  background: #fff;
  content: "";
  margin-top: -10px;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box .feed {
  height: 100%;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  width: initial;
}
.box .feed h2 {
  color: #64c4b8;
  font-weight: 400;
  letter-spacing: 1px;
}
.box .feed p {
  color: #555;
  letter-spacing: 1px;
  line-height: 22px;
}

/*-------------------------------*/
/* CSS @media screen responsive
/*-------------------------------*/

@media only screen and (min-width: 240px) {
  #formed1 .box .feed p {
    font-size: 13px;
  }
}
@media only screen and (min-width: 320px) {
  #formed1 .box .feed p {
    font-size: 13px;
  }
}
@media only screen and (min-width: 480px) {
  #formed1 .box .feed p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 528px) {
  #formed1 .box,
  
  #formed1 .box .feed p {
    font-size: 11px;
    line-height: 16px;
  }
 
}
@media only screen and (min-width: 640px) {
  #formed1 .box {
    display: inline-block;
    margin: 0 -2px;
    vertical-align: middle;
    width: 50%;
  }
  #formed1 .box .feed p {
    font-size: 13px;
  }
 
}
@media only screen and (min-width: 768px) {
  #formed1 .box {
    display: inline-block;
    margin: 0 -2px;
    vertical-align: middle;
    width: 50%;
  }
  #formed1 .box .feed p {
    font-size: 15px;
    line-height: 24px;
  }
 
}
@media only screen and (min-width: 992px) {
  #formed1 .box {
    display: inline-block;
    margin: 0 -2px;
    vertical-align: middle;
    width: 50%;
  }
  #formed1 .box .feed p {
    font-size: 15px;
    line-height: 24px;
  }

}
@media only screen and (min-width: 1200px) {
  #formed1 .box {
    display: inline-block;
    margin: 0 -2px;
    vertical-align: middle;
    width: 50%;
  }
  #formed1 .box .feed p {
    font-size: 15px;
    line-height: 24px;
  }

}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  #formed1 .box {
    display: inline-block;
    margin: 0 -2px;
    vertical-align: middle;
    width: 50%;
  }
  #formed1 .box .feed p {
    font-size: 15px;
    line-height: 24px;
  }

}
@media only screen and (max-width: 528px) {
  #formed1 .box .feed {
    margin: 15px 0 25px;
  }
  #formed1 .box:before {
    content: "";
    margin-top: 0;
    margin-left: -10px;
    position: absolute;
    width: 20px;
    height: 20px;
    top: -10px;
    left: 50% !important;
    right: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 240px) {
  .intro {
    display: none;
  }
  #formed1 {
    margin-top: 57px;
  }
  #formed1 .box .feed p {
    font-size: 12px;
  }
}

