 

html{}

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: gray;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  body {
    min-width: 320px;
    float: left;
    width: 100%;
  }
}

 

p {
  margin-bottom: 30px;
}
      
  
  
/* Scroll Animations */
@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.scroll-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 15;
}

.scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  font-family: Arial, sans-serif;
  letter-spacing: 2px;
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
  color: #ffffff;
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 30px;
  height: 45px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid white;
  border-radius: 23px;
}

.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 2px;
  height: 6px;
  margin: -2px 0 0 -1px;
  background: white;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}

/* Utilities */
.fh5co-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.p-b {
  padding-bottom: 50px;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none !important;
    width: 100% !important;
    display: block !important;
  }
} 
 
/* 
///////////////////////////////////////////////////
5.0 CONTENTS 
///////////////////////////////////////////////////
*/
.fh5co-content-style-2,
.fh5co-content-style-3,
.fh5co-content-style-4,
.fh5co-content-style-5,
.fh5co-content-style-6,
.fh5co-content-style-7,
.fh5co-content-style-8,
.fh5co-content-style-9,
.fh5co-content-style-10 {
  padding: 5em 0;
   
}
@media screen and (max-width: 768px) {
  .fh5co-content-style-2,
  .fh5co-content-style-3,
  .fh5co-content-style-4,
  .fh5co-content-style-5,
  .fh5co-content-style-6,
  .fh5co-content-style-7,
  .fh5co-content-style-8,
  .fh5co-content-style-9,
  .fh5co-content-style-10 {
    padding: 3em 0;
  }
}
 
.fh5co-content-style-2 h2 {
  color: #fff;
}
.fh5co-content-style-2 p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 19px;
  line-height: 29px;
}
.fh5co-content-style-2 .fh5co-gallery .fh5co-link-block {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  margin-bottom: 30px;
  height: 160px;
}
.fh5co-content-style-2 .fh5co-gallery .fh5co-link-block .fh5co-text {
  position: absolute;
  z-index: 9;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  margin-top: 30px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.fh5co-content-style-2 .fh5co-gallery .fh5co-link-block .fh5co-text .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  font-size: 30px;
  color: #fff;
}
.fh5co-content-style-2 .fh5co-gallery .fh5co-link-block img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fh5co-content-style-2 .fh5co-gallery .fh5co-link-block .fh5co-overlay {
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1784fb;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.fh5co-content-style-2 .fh5co-gallery .fh5co-link-block:hover, .fh5co-content-style-2 .fh5co-gallery .fh5co-link-block:focus {
  overflow: hidden;
}
.fh5co-content-style-2 .fh5co-gallery .fh5co-link-block:hover .fh5co-overlay, .fh5co-content-style-2 .fh5co-gallery .fh5co-link-block:focus .fh5co-overlay {
  opacity: .8;
}
.fh5co-content-style-2 .fh5co-gallery .fh5co-link-block:hover .fh5co-text, .fh5co-content-style-2 .fh5co-gallery .fh5co-link-block:focus .fh5co-text {
  margin-top: 0px;
  opacity: 1;
}
.fh5co-content-style-2 .fh5co-gallery .fh5co-link-block:hover img, .fh5co-content-style-2 .fh5co-gallery .fh5co-link-block:focus img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.fh5co-content-style-3 .fh5co-siidear-links {
  padding: 0;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .fh5co-content-style-3 .fh5co-siidear-links {
    padding-left: 20px;
  }
}
.fh5co-content-style-3 .fh5co-siidear-links li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
.fh5co-content-style-3 .fh5co-siidear-links li a {
  color: #a6a6a6;
  position: relative;
}
.fh5co-content-style-3 .fh5co-siidear-links li a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  top: 50%;
  margin-top: -4px;
  margin-left: -17px;
  background: #e6e6e6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fh5co-content-style-3 .fh5co-siidear-links li a:hover, .fh5co-content-style-3 .fh5co-siidear-links li a:active, .fh5co-content-style-3 .fh5co-siidear-links li a:focus {
  color: #1a1a1a;
}
.fh5co-content-style-3 .fh5co-siidear-links li a:hover:before, .fh5co-content-style-3 .fh5co-siidear-links li a:active:before, .fh5co-content-style-3 .fh5co-siidear-links li a:focus:before {
  background: #1784fb;
}
.fh5co-content-style-3 .fh5co-siidear-links li.label {
  color: #cccccc;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px !important;
  display: block;
  text-align: left;
}
.fh5co-content-style-3 .fh5co-siidear-links li.active a {
  color: #1a1a1a;
}
.fh5co-content-style-3 .fh5co-siidear-links li.active a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  top: 50%;
  margin-top: -4px;
  margin-left: -17px;
  background: #1784fb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fh5co-content-style-4 {
  background: #1784fb;
}
.fh5co-content-style-4 .fh5co-sub {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}
.fh5co-content-style-4 .fh5co-heading {
  color: #fff;
}
.fh5co-content-style-4 p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 28px;
}
.fh5co-content-style-4 p:last-child {
  margin-bottom: 0;
}
.fh5co-content-style-4 .btn-outline {
  color: #fff;
  border-color: #fff;
}
.fh5co-content-style-4 .btn-outline:hover {
  background: #035fc2;
  border-color: #035fc2;
}

.fh5co-content-style-5 {
  background: #f7f7f7;
}
.fh5co-content-style-5 .fh5co-content-item {
  float: left;
  width: 100%;
  position: relative;
  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;
}
@media screen and (max-width: 768px) {
  .fh5co-content-style-5 .fh5co-content-item {
    display: block;
  }
}
.fh5co-content-style-5 .fh5co-content-item .fh5co-content-description,
.fh5co-content-style-5 .fh5co-content-item .fh5co-content-figure {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .fh5co-content-style-5 .fh5co-content-item .fh5co-content-description,
  .fh5co-content-style-5 .fh5co-content-item .fh5co-content-figure {
    display: block;
    width: 100%;
  }
}
.fh5co-content-style-5 .fh5co-content-item .fh5co-content-figure {
  overflow: hidden;
  position: relative;
}
.fh5co-content-style-5 .fh5co-content-item .fh5co-content-figure > div {
  position: relative;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .fh5co-content-style-5 .fh5co-content-item .fh5co-content-figure {
    height: 400px;
  }
}
.fh5co-content-style-5 .fh5co-content-item .fh5co-content-description {
  background: #fff;
  padding: 4em;
}
@media screen and (max-width: 1200px) {
  .fh5co-content-style-5 .fh5co-content-item .fh5co-content-description {
    padding: 2em;
  }
}
@media screen and (max-width: 768px) {
  .fh5co-content-style-5 .fh5co-content-item .fh5co-content-description {
    padding: 1em;
    padding-top: 30px;
  }
}
.fh5co-content-style-5 .fh5co-content-item .fh5co-content-description h2 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
}
.fh5co-content-style-5 .fh5co-content-item.fh5co-img-right .fh5co-content-figure {
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
}
.fh5co-content-style-5 .fh5co-content-item.fh5co-img-right .fh5co-content-figure > div {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .fh5co-content-style-5 .fh5co-content-item.fh5co-img-right .fh5co-content-figure {
    position: relative;
    top: auto;
    bototm: auto;
    height: 400px;
  }
}
.fh5co-content-style-5 .fh5co-content-item:focus .fh5co-content-figure > div, .fh5co-content-style-5 .fh5co-content-item:hover .fh5co-content-figure > div {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
 
.fh5co-content-style-6 .link-block figure, .fh5co-content-style-7 .link-block figure {
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.fh5co-content-style-6 .link-block h3, .fh5co-content-style-7 .link-block h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}
.fh5co-content-style-6 .link-block p, .fh5co-content-style-7 .link-block p {
  color: gray;
}
.fh5co-content-style-6 .link-block .fh5co-meta, .fh5co-content-style-7 .link-block .fh5co-meta {
  color: #b3b3b3;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
}
.fh5co-content-style-6 .link-block img, .fh5co-content-style-7 .link-block img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fh5co-content-style-6 .link-block:hover img, .fh5co-content-style-7 .link-block:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.fh5co-content-style-6 {
  background: #fff;
}

.fh5co-content-style-8 h4 {
  margin-bottom: 7px;
}

.fh5co-content-style-9 {
  background: #f7f7f7;
}
.fh5co-content-style-9 .btn-actions .or {
  padding-left: 10px;
  padding-right: 10px;
  color: #b3b3b3;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
@media screen and (max-width: 480px) {
  .fh5co-content-style-9 .btn-actions .or {
    display: block;
  }
}

/* CONTENT STYLE #10 */
.fh5co-content-style-10 {
 
}
.fh5co-content-style-10 h2 {
  margin-top: 20px;
  color: #fff;
}
.fh5co-content-style-10 h2:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .fh5co-content-style-10 h2:last-child {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
.fh5co-content-style-10 p {
  color: #fff;
  margin-bottom: 30px;
}
.fh5co-content-style-10 p:last-child {
  margin-bottom: 0;
}
.fh5co-content-style-10 .btn-outline {
  color: #fff;
  border-color: #fff;
}
.fh5co-content-style-10 .btn-outline:hover {
  background: #035fc2;
  border-color: #035fc2;
}

/* 
///////////////////////////////////////////////////
6.0 FEATURES 
///////////////////////////////////////////////////
*/
/* FEATURE STYLE #1 */
.fh5co-features-style-1,
.fh5co-features-style-2,
.fh5co-features-style-3,
.fh5co-features-style-4,
.fh5co-features-style-5 {
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  .fh5co-features-style-1,
  .fh5co-features-style-2,
  .fh5co-features-style-3,
  .fh5co-features-style-4,
  .fh5co-features-style-5 {
    padding: 3em 0;
  }
}

.fh5co-features-style-1,
.fh5co-features-style-5 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.fh5co-features-style-1 > .fh5co-overlay,
.fh5co-features-style-5 > .fh5co-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.fh5co-features-style-1 .fh5co-heading,
.fh5co-features-style-5 .fh5co-heading {
  color: #fff;
}
.fh5co-features-style-1 h3,
.fh5co-features-style-5 h3 {
  font-weight: 400;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.fh5co-features-style-1 h3,
.fh5co-features-style-5 h3 {
  color: #fff;
}
.fh5co-features-style-1 p,
.fh5co-features-style-5 p {
  color: rgba(255, 255, 255, 0.7);
}
.fh5co-features-style-1 .fh5co-features,
.fh5co-features-style-5 .fh5co-features {
  width: 100%;
  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;
  padding-left: 15px;
  padding-right: 15px;
}
.fh5co-features-style-1 .fh5co-features .fh5co-feature,
.fh5co-features-style-5 .fh5co-features .fh5co-feature {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 3em;
  padding-bottom: 3em;
  text-align: center;
  flex-grow: 1;
  width: 33%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.fh5co-features-style-1 .fh5co-features .fh5co-feature:nth-of-type(3n+0),
.fh5co-features-style-5 .fh5co-features .fh5co-feature:nth-of-type(3n+0) {
  border-right: none;
}
.fh5co-features-style-1 .fh5co-features .fh5co-feature .icon,
.fh5co-features-style-5 .fh5co-features .fh5co-feature .icon {
  color: #fed330;
  margin-bottom: 20px;
}
.fh5co-features-style-1 .fh5co-features .fh5co-feature .icon i,
.fh5co-features-style-5 .fh5co-features .fh5co-feature .icon i {
  font-size: 40px;
}
.fh5co-features-style-1 .fh5co-features .fh5co-feature:nth-last-child(1), .fh5co-features-style-1 .fh5co-features .fh5co-feature:nth-last-child(2), .fh5co-features-style-1 .fh5co-features .fh5co-feature:nth-last-child(3),
.fh5co-features-style-5 .fh5co-features .fh5co-feature:nth-last-child(1),
.fh5co-features-style-5 .fh5co-features .fh5co-feature:nth-last-child(2),
.fh5co-features-style-5 .fh5co-features .fh5co-feature:nth-last-child(3) {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .fh5co-features-style-1 .fh5co-features .fh5co-feature,
  .fh5co-features-style-5 .fh5co-features .fh5co-feature {
    border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
    width: 50%;
  }
  .fh5co-features-style-1 .fh5co-features .fh5co-feature:nth-of-type(2n+0),
  .fh5co-features-style-5 .fh5co-features .fh5co-feature:nth-of-type(2n+0) {
    border-right: none !important;
  }
  .fh5co-features-style-1 .fh5co-features .fh5co-feature:nth-last-child(3),
  .fh5co-features-style-5 .fh5co-features .fh5co-feature:nth-last-child(3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .fh5co-features-style-1 .fh5co-features .fh5co-feature:nth-last-child(1), .fh5co-features-style-1 .fh5co-features .fh5co-feature:nth-last-child(2),
  .fh5co-features-style-5 .fh5co-features .fh5co-feature:nth-last-child(1),
  .fh5co-features-style-5 .fh5co-features .fh5co-feature:nth-last-child(2) {
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-features-style-1 .fh5co-features .fh5co-feature,
  .fh5co-features-style-5 .fh5co-features .fh5co-feature {
    width: 100%;
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  }
}

.fh5co-features-style-2 .fh5co-feature {
  margin-bottom: 30px;
  float: left;
  clear: right;
}
.fh5co-features-style-2 .fh5co-feature .fh5co-icon {
  float: left;
  width: 20%;
}
.fh5co-features-style-2 .fh5co-feature .fh5co-icon i {
  font-size: 40px;
  color: #58ca7e;
}
.fh5co-features-style-2 .fh5co-feature .fh5co-desc {
  width: 80%;
  float: right;
}
.fh5co-features-style-2 .fh5co-feature .fh5co-desc h3 {
  margin-top: 0;
  font-size: 18px;
}

.fh5co-features-style-3 {
  background: #fafafa;
}
.fh5co-features-style-3 .box {
  padding: 30px;
  background: #fff;
  text-align: center;
  color: #7f7f7f;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .fh5co-features-style-3 .box {
    min-height: inherit;
    margin-bottom: 60px;
  }
}
.fh5co-features-style-3 .box .icon {
  width: 85px;
  height: 85px;
  margin: 0 auto;
  top: 0;
  margin-top: -70px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  text-align: center;
}
.fh5co-features-style-3 .box .icon > span {
  display: table-cell;
  vertical-align: middle;
}
.fh5co-features-style-3 .box .icon > span i {
  font-size: 40px;
  color: #fff !important;
  margin: 0;
  padding: 0;
}
.fh5co-features-style-3 .box .icon.colored-1 {
  background: #2aaf67;
}
.fh5co-features-style-3 .box .icon.colored-2 {
  background: #00bff3;
}
.fh5co-features-style-3 .box .icon.colored-3 {
  background: #f26522;
}
.fh5co-features-style-3 .box .icon.colored-4 {
  background: #e52b50;
}
.fh5co-features-style-3 .box .icon.colored-5 {
  background: #2fc5cc;
}
.fh5co-features-style-3 .box .icon.colored-6 {
  background: #6173f4;
}
.fh5co-features-style-3 .box .step-number {
  font-size: 16px;
  display: block;
  color: #d1d1d1;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.fh5co-features-style-3 .box h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 400;
  font-size: 20px;
  color: #000;
}

.fh5co-features-style-4 {
  background: #58ca7e;
}
.fh5co-features-style-4 .fh5co-section-heading .fh5co-heading {
  color: #fff;
}
.fh5co-features-style-4 .fh5co-section-heading p {
  color: rgba(255, 255, 255, 0.7);
}
.fh5co-features-style-4 .fh5co-feature-item {
  background: #fff;
  float: left;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (max-width: 480px) {
  .fh5co-features-style-4 .fh5co-feature-item {
    display: block !important;
  }
}
.fh5co-features-style-4 .fh5co-feature-item .fh5co-feature-text,
.fh5co-features-style-4 .fh5co-feature-item .fh5co-feature-img {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .fh5co-features-style-4 .fh5co-feature-item .fh5co-feature-text,
  .fh5co-features-style-4 .fh5co-feature-item .fh5co-feature-img {
    height: inherit;
    float: none !important;
    width: 100%;
    display: block !important;
  }
}
.fh5co-features-style-4 .fh5co-feature-item .fh5co-feature-text {
  float: left;
  padding: 20px;
}
.fh5co-features-style-4 .fh5co-feature-item .fh5co-feature-text .fh5co-feature-title {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  position: relative;
}
.fh5co-features-style-4 .fh5co-feature-item .fh5co-feature-text .fh5co-feature-title .fh5co-border {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 30px;
  background: #58ca7e;
}
.fh5co-features-style-4 .fh5co-feature-item .fh5co-feature-img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .fh5co-features-style-4 .fh5co-feature-item .fh5co-feature-img {
    height: 200px;
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
  }
} 

/* 
///////////////////////////////////////////////////
7.0 BLOGS 
///////////////////////////////////////////////////
*/ 
 
.fh5co-blog-style-2 .link-block figure {
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.fh5co-blog-style-2 .link-block h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}
.fh5co-blog-style-2 .link-block:hover h3 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #1784fb;
}
.fh5co-blog-style-2 .link-block p {
  color: gray;
}
.fh5co-blog-style-2 .link-block .fh5co-meta {
  color: #b3b3b3;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
}
.fh5co-blog-style-2 .link-block img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fh5co-blog-style-2 .link-block:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
 
/* 
///////////////////////////////////////////////////
9.0 FOOTERS
///////////////////////////////////////////////////
*/ 
.fh5co-footer-style-3 {
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
 
  .fh5co-footer-style-3 {
    padding: 3em 0;
  }
}
  
.fh5co-footer-style-3 {
  background: #262626;
  font-size: 15px;
}
.fh5co-footer-style-3 .fh5co-footer-widget {
  margin-bottom: 30px;
}
.fh5co-footer-style-3 .fh5co-logo {
  color: #fff;
  font-size: 24px;
  font-family: "Montserrat", Arial, sans-serif;
  margin-bottom: 40px;
}
.fh5co-footer-style-3 .fh5co-logo .logo {
  padding: 7px 15px;
  background: rgba(255, 255, 255, 0.1);
  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-footer-style-3 .fh5co-copyright {
  font-size: 15px;
}
.fh5co-footer-style-3 h3 {
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 15px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .fh5co-footer-style-3 h3 {
    margin-bottom: 20px;
  }
}
.fh5co-footer-style-3 p {
  color: rgba(255, 255, 255, 0.5);
}
.fh5co-footer-style-3 a {
  color: rgba(255, 255, 255, 0.3);
}
.fh5co-footer-style-3 a:hover {
  color: white;
}
.fh5co-footer-style-3 .btn {
  border-color: rgba(255, 255, 255, 0.1);
  color: gray;
}
.fh5co-footer-style-3 .fh5co-links {
  padding: 0;
  margin: 0;
}
.fh5co-footer-style-3 .fh5co-links li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
.fh5co-footer-style-3 .fh5co-links.fh5co-social .icon {
  font-size: 17px;
  margin-right: 5px;
  top: 2px;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-footer-style-3 .fh5co-made {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 4em;
}
.fh5co-footer-style-3 .fh5co-made p {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 24px;
}
.fh5co-footer-style-3 .fh5co-made p:last-child {
  margin-bottom: 0;
}
.fh5co-footer-style-3 .fh5co-made p .heart {
  color: #fb4f59;
}
  