@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.5);
  background: whitesmoke;
margin-bottom: 40em;
}
@media screen and (max-width: 992px) {
  body {
    font-size: 16px;
  }
}

a {
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #228896;
  outline: none;
  text-decoration: none !important;
}

p {
  color: #000;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 0 30px;
}

h1, h3, h4, h5, h6 {
  color: #000;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
  line-height: 1.5;
}
.exptitl {
    font-weight:bold;
    margin-bottom: 0.4em;
}
h2 {
  color: #000;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
  text-decoration: underline;
}
#phyhead  {
  --fill-color: #000;
  position: relative;
  display: block;
  padding: 4px 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-text-stroke: 1px var(--fill-color);
  background: #DFDC21;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
#mahead  {
  --fill-color: #000;
  position: relative;
  display: block;
  padding: 4px 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-text-stroke: 1px var(--fill-color);
  background: #0662DF;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}

/*subheader1*/
.subheader3 {
   --fill-color: #000;
   font-size: 20px;
  position: relative;
  display: block;
  padding: 4px 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-text-stroke: 1px var(--fill-color);
  background: #0662DF;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.subheader4 {
   --fill-color: #000;
   font-size: 20px;
  position: relative;
  display: block;
  padding: 4px 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-text-stroke: 1px var(--fill-color);
  background: #DFDC21;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;

}
.subheader5 {
   --fill-color: #000;
   font-size: 20px;
  position: relative;
  display: block;
  padding: 4px 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-text-stroke: 1px var(--fill-color);
  background: #0662DF;;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;

}
/*subheader1 end*/

/*subheader2*/
@import url(https://fonts.googleapis.com/css?family=Righteous);

.subheader2, .subheader2:before, .subheader2:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  }

.subheader2 {
  display: inline-block;
  color: #D4C7FF;
  font-family: 'Righteous', serif;
  font-size: 22; 
  text-shadow: .03em .03em 0 #09A8BB;
  }
 .subheader2:after {
    content: attr(data-shadow);
    position: absolute;
    top: .06em; left: .06em;
    z-index: -1;
    text-shadow: none;
    background-image:
      linear-gradient(
        45deg,
        transparent 45%,
        black 45%,
        black 55%,
        transparent 0
        );
    background-size: .05em .05em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  
    animation: shad-anim 15s linear infinite;
    }

@keyframes shad-anim {
  0% {background-position: 0 0}
  0% {background-position: 100% -100%}
  }
/*subheader2 end*/
figure {
  margin-bottom: 2.5em;
  float: left;
  width: 100%;
}
figure figcaption {
  font-size: 16px;
  width: 80%;
  margin: 20px auto 0px auto;
  color: #b3b3b3;
  font-style: italic;
  font-family: "Roboto", Arial, sans-serif;
}
@media screen and (max-width: 480px) {
  figure figcaption {
    width: 100%;
  }
}
.standardpicsmall {
        text-align: center;
        margin: 10px 10px 10px 10px;
}

.standardpicsmall img {
    width: 70%;
    height: auto;
    max-width: 600px;
}
.standardpicsmalltest {
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.standardpicsmall1 {
        height: 300px;
        overflow: hidden;
        margin: 0 auto;
    }

    .standardpicsmall1 img {
        height: 600px;
        margin: -150px 0 0 50px;
    }
.standardpiclarge {
        height: 400px;
        overflow: hidden;
        margin: 0 auto;
    }

    .standardpiclarge img {
        height: 600px;
        margin: -50px 0 0 50px;
    }

.picrow {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.piccolumn {
  flex: 50%;
  max-width: 50%;
    max-height: 50%;
  padding: 0 4px;
}

.piccolumn img {
  margin-top: 8px;
  vertical-align: middle;
    float: left;
    height: auto;
    width: auto;
    max-width:  100%;
    max-height: 80%;
    object-fit: cover;
}
.framesim {
        width: 100%;
        aspect-ratio : 4 / 3;
}
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

.row {
    margin: auto;
}

/* Clear floats after image containers */

.row::after {
  content: "";
  clear: both;
  display: table;
}
.entrylist ol {
  counter-reset: li; 
  list-style: none; 
  padding: 0;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.entrylist ol li {
  position: relative;
  display: block;
  padding: .4em .4em .4em 2em;
  margin: .5em 1em .5em 1em;
  background: #E6D1FF;
  color: #444;
  text-decoration: none;
  border-radius: .3em;
  transition: .3s ease-out;
}

.entrylist ol li:hover { background: whitesmoke; box-shadow: 0 0 13px 5px #f8bcfa;}
.entrylist ol li:hover:before { transform: rotate(360deg); }
.entrylist ol li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #f8bcfa;
  height: 2.5em;
  width: 2.5em;
  line-height: 2em;
  border: .3em solid whitesmoke;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all .3s ease-out;
}

.entrylist ol li.hint:hover:before {
  background: rgb(244, 216, 65);

}

.entrylist ol ol li {
    all: unset;
    display: table-row;
    }
.entrylist ol ol li:hover {
    all: unset;
    display: table-row;
    }

.entrylist ol ol li:before {
    all: unset;
    content: counter(li)".";
    counter-increment: li;
    display: table-cell;
    padding-right: 0.3em;
}
    

.entrylist ol ol{
    all:unset;
    counter-reset: li;
    display: table;
    padding: 0.4em 0.4em 0.4em 0.4em;
}

.tasklist ol {
  counter-reset: li; 
  list-style: none; 
  padding: 0;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.tasklist ol li {
  position: relative;
  display: block;
  padding: .4em .4em .4em 2em;
  margin: .5em 1em .5em 1em;
  background: whitesmoke;
  color: #444;
  text-decoration: none;
  border-radius: .3em;
  border-style: solid;
  transition: .3s ease-out;
}

.tasklist ol ol li {
    all: unset;
    display: table-row;
    }

.tasklist ol ol li:before {
    all: unset;
    content: counter(li)".";
    counter-increment: li;
    display: table-cell;
    padding-right: 0.3em;
}
    

.tasklist ol ol{
    all:unset;
    counter-reset: li;
    display: table;
    padding: 0.4em 0.4em 0.4em 0.4em;
}

.tasklist ol li.easy:hover { background: white; box-shadow: 0 0 13px 5px #f8bcfa;}
.tasklist ol li.easy:hover:before { transform: rotate(360deg); }
.tasklist ol li.medi:hover { background: white; box-shadow: 0 0 13px 5px #f8bcfa;}
.tasklist ol li.medi:hover:before { transform: rotate(360deg); }
.tasklist ol li.diff:hover { background: white; box-shadow: 0 0 13px 5px #f8bcfa;}
.tasklist ol li.diff:hover:before { transform: rotate(360deg); }
.tasklist ol li.easy:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: whitesmoke;
  height: 2.5em;
  width: 2.5em;
  line-height: 2em;
  border: .3em solid #1abe85;;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all .3s ease-out;
}

.tasklist ol li.medi:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: whitesmoke;
  height: 2.5em;
  width: 2.5em;
  line-height: 2em;
  border: .3em solid #d3c953;;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all .3s ease-out;
}
.tasklist ol li.diff:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: whitesmoke;
  height: 2.5em;
  width: 2.5em;
  line-height: 2em;
  border: .3em solid #e06262;;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all .3s ease-out;
}
.tasklist ol li.hint:hover:before {
  background: rgb(244, 216, 65);

}
::-webkit-selection {
  color: #fff;
  background: #228896;
}

::-moz-selection {
  color: #fff;
  background: #228896;
}

::selection {
  color: #fff;
  background: #228896;
}

#fh5co-page {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.embed-container {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}
#fh5co-aside {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 20%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;

  z-index: 1001;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/*@media screen and (max-width: 1200px) {
  #fh5co-aside {
    width: 30%;
  }
}*/
/*@media screen and (max-width: 768px) {
  #fh5co-aside {
    width: 270px;
    -moz-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
  }
}*/
  #fh5co-aside {
    width: 270px;
    -moz-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
  }
#fh5co-aside #fh5co-logo {
  text-align: center;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 2em;
  font-size: 38px;
}
  #fh5co-aside #fh5co-logo {
    margin-bottom: 1em;
  }
#fh5co-aside #fh5co-logo a {
  color: #000;
}
#fh5co-aside #fh5co-logo a span {
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}
#fh5co-aside #fh5co-main-menu ul {
  text-align: left;
  margin: 0;
  padding: 0;
}
  #fh5co-aside #fh5co-main-menu ul {
    margin: 0 0 2em 0;
  }
#fh5co-aside #fh5co-main-menu ul li:not(.children)  {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
#fh5co-aside #fh5co-main-menu ul li.children  {
  margin: 0px 0px 0 5px;
  padding: 0px 0px 0px 0px;
  width: 95%;
  list-style: none;
}

#fh5co-aside #fh5co-main-menu ul li a:not(.item-children) {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  padding: 10px 10px;
  letter-spacing: .2em;
  font-family: "Roboto", Arial, sans-serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-aside #fh5co-main-menu ul li a.item-children {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
  letter-spacing: .1em;
  font-size: 12px;
  font-weight: 600;
  position: left;
  padding: 8px 0px 8px 20px;
  letter-spacing: .2em;
  font-family: "Roboto", Arial, sans-serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
    }

#fh5co-aside #fh5co-main-menu ul li a:not(.item-children):after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 7px;
  left: 10px;
  right: 10px;
  background-color: #000000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#fh5co-aside #fh5co-main-menu ul li a:hover {
  text-decoration: none;
}
#fh5co-aside #fh5co-main-menu ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.menu-children li {
  display: none;
}
.menu-item-has-children:hover .menu-children li {
  display: block;
  text-align: left;
}


.menu-item-has-children:hover .menu-children li:hover {
  background-color: gray;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#fh5co-aside #fh5co-main-menu ul li.fh5co-active a.activ:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}


/*submain*/



#fh5co-aside #fh5co-main-menu-cont-nav ul {
  text-align: left;
  margin-top: 10em;
  margin-left: 0;
  padding: 0;
}
  #fh5co-aside #fh5co-main-menu-cont-nav ul {
    margin: 0 0 2em 0;
  }
#fh5co-aside #fh5co-main-menu-cont-nav ul li {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}

#fh5co-aside #fh5co-main-menu-cont-nav ul li a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  padding: 10px 10px;
  letter-spacing: .2em;
  font-family: "Roboto", Arial, sans-serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-main-menu-cont-nav ul li a.active  {
    color: red;
  text-decoration: none;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  padding: 10px 10px;
  letter-spacing: .2em;
  font-family: "Roboto", Arial, sans-serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#fh5co-aside #fh5co-main-menu-cont-nav ul li a:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 7px;
  left: 10px;
  right: 10px;
  background-color: #000000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#fh5co-aside #fh5co-main-menu-cont-nav ul li a:hover {
  text-decoration: none;
}
#fh5co-aside #fh5co-main-menu-cont-nav ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#fh5co-aside #fh5co-main-menu-cont-nav ul li.fh5co-active a.activ:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

/*testzeug*/

/*End submain*/
#fh5co-aside .fh5co-footer {
  position: absolute;
  bottom: 40px;
  font-size: 14px;
  text-align: center;
  width: 100%;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  padding: 0 20px;
}
  #fh5co-aside .fh5co-footer {
    position: relative;
    bottom: 0;
  }
#fh5co-aside .fh5co-footer span {
  display: block;
}
#fh5co-aside .fh5co-footer ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
#fh5co-aside .fh5co-footer ul li {
  padding: 0;
  margin: 0;
  display: inline;
  list-style: none;
}
#fh5co-aside .fh5co-footer ul li a {
  color: rgba(0, 0, 0, 0.7);
  padding: 4px;
}
#fh5co-aside .fh5co-footer ul li a:hover, #fh5co-aside .fh5co-footer ul li a:active, #fh5co-aside .fh5co-footer ul li a:focus {
  text-decoration: none;
  outline: none;
  color: #228896;
}

#fh5co-main {
  width: 80%;
  float: right;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-main {
    width: 100%;
  }
#fh5co-main .fh5co-narrow-content {
  position: relative;
  width: 93%;
  margin: 0 auto;
  padding: 4em 0;
  clear: both;
}
  #fh5co-main .fh5co-narrow-content {
    width: 100%;
    padding: 4em 1em;
  }
#fh5co-main #cont-nav-phy ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  list-style-type: none;
}
#fh5co-main #cont-nav-phy ul li {
  padding: 6px 0;
}
#fh5co-main #cont-nav-phy ul li a {
  font-size: 18px;
  --fill-color: #000;
  position: relative;
  display: block;
  padding: 4px 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-text-stroke: 1px var(--fill-color);
  background: linear-gradient(#DFDC21 0 100%) left/0 no-repeat;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  transition: 0.3s linear;
}
#fh5co-main #cont-nav-phy ul li a:hover {
  background-size: 100%;
}
#fh5co-main #cont-nav-phy  ul li a.navsection {
  background-size: 100%;
}
#fh5co-main #cont-nav-ma ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  list-style-type: none;
}
#fh5co-main #cont-nav-ma ul li {
  padding: 6px 0;
}
#fh5co-main #cont-nav-ma ul li a {
  font-size: 18px;
  --fill-color: #000;
  position: relative;
  display: block;
  padding: 4px 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-text-stroke: 1px var(--fill-color);
  background: linear-gradient(#0662DF 0 100%) left/0% no-repeat;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  transition: 0.3s linear;
}
#fh5co-main #cont-nav-ma  ul li a:hover {
  background-size: 100%;
}
#fh5co-main #cont-nav-ma  ul li a.navsection {
  background-size: 100%;
}
#fh5co-hero {
  min-height: 500px;
  background: #fff url(../images/loader.gif) no-repeat center center;
  width: 100%;
  float: left;
  clear: both;
}

#fh5co-main #nav-follow  {
  background-color: whitesmoke;
}

/* Navbar links */

#nav-follow a {
  background-color: whitesmoke;
  display: inline;
  text-decoration: none;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.content {
margin-top: 66px;
}
/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

#fh5co-hero .btn {
  font-size: 24px;
}
#fh5co-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#fh5co-hero .flexslider .slides .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.3);
}
#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  min-height: 500px;
  position: relative;
}
#fh5co-hero .flexslider .flex-control-nav {
  bottom: 20px;
  z-index: 1000;
  right: 20px;
  float: right;
  width: auto;
}
#fh5co-hero .flexslider .flex-control-nav li {
  display: block;
  margin-bottom: 10px;
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: transparent;
  border: 2px solid #228896;
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}
#fh5co-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 500px;
  z-index: 9;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
  padding: 2em;
}
  #fh5co-hero .flexslider .slider-text > .slider-text-inner {
    text-align: center;
  }
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1, #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  margin: 0;
  padding: 0;
  color: white;
  font-family: "Roboto", Arial, sans-serif;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 1.3;
  font-weight: 100;
  font-family: "Roboto", Arial, sans-serif;
}
  #fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
    font-size: 28px;
  }
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 300;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 a {
  color: rgba(34, 136, 150, 0.8);
  border-bottom: 1px solid rgba(34, 136, 150, 0.7);
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .heading-section {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner .heading-section {
    font-size: 30px;
  }
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner s
.fh5co-lead {
  font-size: 20px;
  color: #fff;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner s
.fh5co-lead .icon-heart {
  color: #d9534f;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .btn {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  padding: 22px 30px !important;
  border: none;
  font-weight: 500;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn {
  background: #fff;
  color: #000;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner .btn {
    width: 100%;
  }
}

.fh5co-bg-color {
  width: 100%;
  float: left;
  background: #fff;
}

body.offcanvas {
  overflow-x: hidden;
}
body.offcanvas #fh5co-aside {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  width: 270px;
  background: #fff;
  z-index: 999;
  position: fixed;
}
body.offcanvas #fh5co-main, body.offcanvas .fh5co-nav-toggle {
  top: 0;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
}

.fh5co-services {
  margin-top: 5px;
}
.fh5co-services ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-entry {
  width: 100%;
  float: left;
  background: #fff;
}
  .blog-entry {
    margin-bottom: 30px;
  }
.blog-entry .blog-img {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.blog-entry .blog-img img {
  position: relative;
  max-width: 100%;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
.blog-entry .desc {
  padding: 25px;
}
.blog-entry .desc h3 {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
  line-height: auto;
}
.blog-entry .desc h3 a {
  color: #000;
  text-decoration: none;
}
.blog-entry .desc span {
  display: block;
  margin-bottom: 20px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.4) !important;
}
.blog-entry .desc span small i {
  color: #e6e6e6;
}
.blog-entry .desc .lead {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}
.blog-entry:hover .blog-img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.work {
  background-size: contain;
    
  background-position: center center;
    
  background-repeat: no-repeat;
  position: relative;
    
  height: 270px;
  width: 100%;
    
  display: table;
    
  overflow: hidden;
}
.work1 {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 270px;
  width: 100%;
  display: table;
  overflow: hidden;
}
.work {
    height: 400px;
  }
@media screen and (max-width: 480px) {
  .work {
    height: 270px;
  }
}
.work .desc {
  display: table-cell;
  vertical-align: middle;
  height: 270px;
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.work .desc h3 {
  font-size: 50px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}
.work .desc span {
  display: block;
  color: #999999;
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}
  .work .desc {
    opacity: 1;
    background: transparent !important;
  }
  .work .desc h3 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #fff;
  }
  .work .desc span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
.work:hover .desc {
  opacity: 1;
}
.work:hover .desc h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.work:hover .desc span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fh5co-lead {
  font-size: 18px;
  line-height: 1.5;
}

.fh5co-heading-colored {
  color: #228896;
  font-size: 30px;
}

.fh5co-cards {
  padding: 1em 0;
  background: #e6e6e6;
}
  .fh5co-cards {
    padding: 1em 0;
  }
.fh5co-cards .fh5co-flex-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.fh5co-cards .fh5co-flex-wrap > div {
  width: 49.5%;
  margin-right: 1%;
  background: #fff;
  padding: 30px;
  margin-bottom: 10px;
}
.fh5co-cards .fh5co-flex-wrap > div:nth-of-type(1) {
  float: left;
}
.fh5co-cards .fh5co-flex-wrap > div:nth-of-type(2) {
  float: right;
  margin-right: 0%;
}
@media screen and (max-width: 992px) {
  .fh5co-cards .fh5co-flex-wrap > div {
    width: 100%;
    margin-right: 0;
  }
}
.fh5co-cards .fh5co-flex-wrap .fh5co-card p:last-child {
  margin-bottom: 0;
}
.fh5co-cards .fh5co-flex-wrap .fh5co-card h5 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .2em;
  padding: 4px 8px;
  background: #ebebeb;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.fh5co-counter .fh5co-number {
  font-size: 100px;
  color: #228896;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: .7;
}
.fh5co-counter .fh5co-number.fh5co-left {
  float: left;
  width: 30%;
}
  .fh5co-counter .fh5co-number.fh5co-left {
    width: 100%;
    line-height: 1.2;
  }
.fh5co-counter .fh5co-text {
  float: right;
  text-align: left;
  width: 70%;
}
  .fh5co-counter .fh5co-text {
    width: 100%;
    text-align: center;
  }
.fh5co-counter .fh5co-text h3 {
  margin: 0;
  padding: 0;
  position: relative;
}
.fh5co-counter .fh5co-text h3.border-bottom:after {
  content: "";
  width: 50px;
}

.fh5co-social {
  padding: 0;
  margin: 0;
  text-align: center;
}
.fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social li a {
  font-size: 22px;
  color: #000;
  padding: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
  .fh5co-social li a {
    padding: 10px 8px;
  }
.fh5co-social li a:hover {
  color: #228896;
}
.fh5co-social li a:hover, .fh5co-social li a:active, .fh5co-social li a:focus {
  outline: none;
  text-decoration: none;
  color: #228896;
}

#map {
  width: 100%;
  height: 700px;
}
  #map {
    height: 200px;
  }

.fh5co-more-contact {
  background: #fafafa;
}

.fh5co-feature {
  text-align: left;
  width: 100%;
  float: left;
  margin-bottom: 40px;
  position: relative;
}
.fh5co-feature .fh5co-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  display: table;
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-feature .fh5co-icon i {
  display: table-cell;
  vertical-align: middle;
  color: #228896;
  font-size: 40px;
  height: 100px;
}
@media screen and (max-width: 1200px) {
  .fh5co-feature .fh5co-icon i {
    font-size: 40px;
  }
}
.fh5co-feature .fh5co-text {
  width: 100%;
}

.fh5co-text  {
  font-size: 20px;
}

.fh5co-text ul li {
  text-align: left;
  margin: 1em;
  padding: 0;
}
.fh5co-def {
  padding: 1em;
  background: #D4C7FF;
  border-radius: 0% 0% 0% 0% / 0% 0% 0% 0% ;
  box-shadow: 10px 10px rgba(0,0,0,.15);
  transition: all .4s ease;
}
.fh5co-def:hover {
  border-radius: 0% 0% 50% 50% / 0% 0% 0% 0% ;
  box-shadow: 10px 10px rgba(0,0,0,.25);
}
.fh5co-bsp {
  padding: 1em;
  margin-left: 4em;
  }

.graphs {
    background: whitesmoke;
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    overflow: visible;
    }
.tasks ol li {
    padding: 1em;
}

.herbutton {
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: #E6D1FF;

}

.herbutton a {
    position: relative;
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    font-family: sans-serif;
    color: #000;
    --fill-color: #000;
    text-transform: uppercase;
    text-align: center;
     -webkit-text-stroke: 1px var(--fill-color);
    color: transparent;
     -webkit-background-clip: text;
    background-clip: text;
}

.herbutton h1{
padding-left: 1em;
}

.wrappert a{
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-family: sans-serif;
  text-decoration: none;
  color: #000;
  border: 2px solid #000;
  text-align: center;
  position: relative;
  transition: all .35s;
  margin-bottom: 10px;
  background: whitesmoke;
}

.wrappert a span{
  position: relative;
  --fill-color: #000;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -webkit-text-stroke: 1px var(--fill-color);
  background: #0662DF;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;

  z-index: 2;
}

.wrappert a:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #f8bcfa;
  transition: all .5s;
}

.wrappert a:hover{
  color: #fff;
}

.wrappert a:hover:after{
  width: 100%;
}

.wrapper1 a{
  display: block;
  width: 150px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-family: sans-serif;
  text-decoration: none;
  color: #000;
  border: 2px solid #000;
  text-align: center;
  position: relative;
  transition: all .35s;
  margin-bottom: 10px;
}

.wrapper1 a span{
  position: relative;
  --fill-color: #000;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-text-stroke: 1px var(--fill-color);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;

  z-index: 2;
}

.wrapper1 a:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #DFDC21;
  transition: all .35s;
}

.wrapper1 a:hover{
  color: #fff;
}

.wrapper1 a:hover:after{
  width: 100%;
}
.wrapper2 a{
  display: block;
  width: 500px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-family: sans-serif;
  text-decoration: none;
  color: #000;
  border: 2px solid #000;
  text-align: center;
  position: relative;
  transition: all .35s;
  margin-bottom: 10px;
}

.wrapper2 a span{
  position: relative;
  --fill-color: #000;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-text-stroke: 1px var(--fill-color);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;

  z-index: 2;
}

.wrapper2 a:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #DFDC21;
  transition: all .35s;
}

.wrapper2 a:hover{
  color: #fff;
}

.wrapper2 a:hover:after{
  width: 100%;
}
.wrapper3 a{
  display: block;
  width: 150px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-family: sans-serif;
  text-decoration: none;
  color: #000;
  border: 2px solid #000;
  text-align: center;
  position: relative;
  transition: all .35s;
  margin-bottom: 10px;
}

.wrapper3 a span{
  position: relative;
  --fill-color: #000;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-text-stroke: 1px var(--fill-color);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;

  z-index: 2;
}

.wrapper3 a:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #0662DF;
  transition: all .35s;
}

.wrapper3 a:hover{
  color: #fff;
}

.wrapper3 a:hover:after{
  width: 100%;
}

.fh5co-feature .fh5co-text h2, .fh5co-feature .fh5co-text h3 {
  margin: 0;
  padding: 0;
}
.fh5co-feature .fh5co-text h3 {
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.fh5co-feature.fh5co-feature-sm .fh5co-text {
  margin-top: 30px;
}
.fh5co-feature.fh5co-feature-sm .fh5co-icon i {
  color: #228896;
  font-size: 40px;
}
@media screen and (max-width: 1200px) {
  .fh5co-feature.fh5co-feature-sm .fh5co-icon i {
    font-size: 28px;
  }
}

.fh5co-heading {
  font-size: 18px;
  margin-bottom: 2em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.fh5co-heading.fh5co-light {
  color: #fff;
}
.fh5co-heading span {
  display: block;
}
  .fh5co-heading {
    margin-bottom: 1em;
  }

.fh5co-subheading {
  font-size: 16px;
  margin-bottom: 2em;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: underline;
}
.fh5co-subheading.fh5co-light {
  color: #fff;
}

.fh5co-subheading2 {
  font-size: 16px;
  margin-left: 2em;
  margin-bottom: 1em;
  font-weight: 400;
  letter-spacing: 2px;
}
.fh5co-subheading2.fh5co-light {
  color: #fff;
}

.fh5co-heading span {
  display: block;
}
  .fh5co-subheading {
    margin-bottom: 1em;
  }

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px !important;
}
.btn.btn-sm {
  padding: 4px 15px !important;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: rgba(0, 0, 0, 0.5);;
  color: #fff;
  border: 2px solid #228896;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #000000 !important;
  border-color: #279bab !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #228896;
  border: 2px solid #228896;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #228896;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #228896;
}

#message {
  height: 130px;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #9379ea;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #000;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #000;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #2ba391;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #5e58e2;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
  .fh5co-nav-toggle {
    opacity: 1;
    visibility: visible;
  }

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}

.col-padding {
  padding: 10px !important;
}

.js .animate-box {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */
