/*
Theme Name: Wave
Description: RevSon is a Multipurpose Business Template. Its a full responsive theme built with Bootstrap.
Version: 1.0
Author: TheShahriyar
Author URI: http://theshahriyar.com
*/
body {
  font-family: "Open Sans", sans-serif;
  color: #777;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  overflow-x: hidden;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

#container {
  background: #fff;
  position: relative;
  overflow-x: hidden;
  margin: 0 auto; }

.boxed-page {
  position: relative;
  overflow-x: hidden;
  width: 1220px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  .boxed-page .tp-leftarrow {
    left: 70px !important; }
  .boxed-page .tp-rightarrow {
    left: 95% !important; }
  .boxed-page .navbar-fixed-top {
    max-width: 1220px;
    margin: 0 auto; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-weight: 700;
  color: #222;
  font-family: "Asap", sans-serif !important; }

img {
  max-width: 100%;
  height: auto; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-brand-color {
  color: #25c486; }

.img-center {
  margin-left: auto;
  margin-right: auto; }

.circle {
  -webkit-border-radius: 100%;
  border-radius: 100%; }

.white {
  color: #fff !important; }
  .white h1, .white h2, .white h3, .white h4, .white h5, .white h6 {
    color: #fff; }

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none;
    outline: 0; }

::-moz-selection {
  background: #25c486;
  color: #fff;
  text-shadow: none;
  outline: none; }

::selection {
  background: #25c486;
  color: #fff;
  text-shadow: none;
  outline: none; }

.main-container {
  overflow: hidden; }

.dropcap {
  font-size: 38px;
  font-weight: 400;
  line-height: 58px;
  float: left;
  width: 60px;
  height: 60px;
  padding: 0 10px 0 14px; }
  .dropcap.bg {
    margin-right: 22px;
    margin-bottom: 0;
    color: #ffffff;
    background: #25c486;
    text-align: center;
    color: #fff; }
  .dropcap.yellow-bg {
    background: #f6d014;
    margin-right: 10px; }
  .dropcap.circle {
    border-radius: 50%; }
  .dropcap.rounded {
    border-radius: 5px; }

hr {
  margin-top: 0;
  margin-bottom: 0; }

.btn {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.btn-primary {
  font-size: 13px;
  font-style: normal !important;
  line-height: 17px;
  font-weight: 700;
  font-family: "Asap", sans-serif;
  margin: 0;
  padding: 10px 25px;
  border-radius: 2px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff !important;
  border: 2px solid #fff;
  background: transparent;
  text-shadow: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-primary:hover {
    border: 2px solid #25c486;
    color: #25c486 !important;
    background: transparent; }
  .btn-primary.hover-white:hover {
    background: #fff;
    border-color: #fff;
    color: #25c486; }
  .btn-primary.white {
    background: #fff;
    color: #25c486 !important; }
    .btn-primary.white:hover {
      background: #24252a; }
  .btn-primary.black {
    background: #24252a;
    color: #25c486 !important; }
    .btn-primary.black:hover {
      background: #fff;
      color: #25c486 !important; }

.btn-white-bordered {
  border: 2px solid #fff;
  padding: 12px 25px;
  text-transform: uppercase;
  color: #fff; }
  .btn-white-bordered:hover {
    background: #25c486 !important;
    border-color: #25c486 !important; }

.btn-primary-bordered {
  border: 2px solid #25c486;
  padding: 12px 25px;
  text-transform: uppercase;
  color: #25c486 !important; }
  .btn-primary-bordered:hover {
    background: #25c486 !important;
    border-color: #25c486 !important;
    color: #fff !important; }

.gradient-bg {
  background: #25c486;
  background: -webkit-linear-gradient(to left, #38ef7d, #11998e);
  background: linear-gradient(to left, #38ef7d, #11998e); }

.right-half, .left-half {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-position: center center;
  background-size: cover; }
  .right-half.width33, .left-half.width33 {
    width: 33%; }
  .right-half.width50, .left-half.width50 {
    width: 50%; }

.left-half {
  left: 0; }

.breadcrumb-section {
  padding: 120px 0; }

.breadcrumb {
  background: transparent;
  border-radius: 0;
  color: #fff;
  float: right;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0; }
  .breadcrumb li {
    display: inline-block;
    padding: 0 5px; }
    .breadcrumb li a {
      color: #fff;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .breadcrumb li a:hover {
        color: #25c486; }
    .breadcrumb li:after {
      content: "/";
      padding-left: 5px; }
    .breadcrumb li:first-child:after, .breadcrumb li:last-child:after {
      content: ""; }

.page-title h1 {
  font-size: 22px;
  letter-spacing: 1.5px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  color: #fff; }

.navbar-fixed-top {
  position: fixed !important;
  right: 0;
  left: 0;
  z-index: 1100;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-duration: .8s;
  -webkit-animation-duration: .8s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out; }

.space-30 {
  margin-top: 30px; }

.mt60 {
  margin-top: 60px; }

.mt65 {
  margin-top: 65px; }

.mt30 {
  margin-top: 30px; }

.mt25 {
  margin-top: 25px; }

.mb15 {
  margin-bottom: 15px; }

.mb30 {
  margin-bottom: 30px; }

.mb60 {
  margin-bottom: 60px; }

.mr10 {
  margin-right: 10px; }

.pad15 {
  padding: 15px 0; }

.pad30 {
  padding: 30px 0; }

.pad50 {
  padding: 50px 0; }

.pad60 {
  padding: 60px 0; }

.pad80 {
  padding: 80px 0; }

.pad100 {
  padding: 100px 0; }

.pad120 {
  padding: 120px 0; }

.pad-t100 {
  padding-top: 100px; }

.pad-t80 {
  padding-top: 80px; }

.pad-t30 {
  padding-top: 30px; }

.pad-t60 {
  padding-top: 60px; }

.pad-t90 {
  padding-top: 90px; }

.pad-t120 {
  padding-top: 120px; }

.pad-b30 {
  padding-bottom: 30px; }

.pad-b40 {
  padding-bottom: 40px; }

.pad-b50 {
  padding-bottom: 50px; }

.pad-b60 {
  padding-bottom: 60px; }

.pad-b70 {
  padding-bottom: 70px; }

.pad-b80 {
  padding-bottom: 80px; }

.pad-b100 {
  padding-bottom: 100px; }

.section-title {
  position: relative;
  margin: 0 0 80px; }
  .section-title h3 {
    position: relative;
    font-size: 20px;
    line-height: 42px;
    color: #222; }
    .section-title h3 span {
      color: #25c486 !important; }
    .section-title h3:after {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      width: 30px;
      height: 2px;
      margin: -20px auto;
      content: '';
      opacity: 1;
      background: #222; }
  .section-title.white h3 {
    color: #ffffff; }
    .section-title.white h3:after {
      background: #fff !important; }
  .section-title.left h3:after {
    left: 0;
    right: 100%; }
  .section-title span i:before {
    font-size: 40px;
    color: #25c486; }

.footer-title h3 {
  font-size: 17px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  margin-bottom: 20px; }

.section-title-sm h3 {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase; }
  .section-title-sm h3 span {
    color: #25c486; }

.section-title-2 {
  font-size: 16px;
  line-height: 22px;
  position: relative;
  margin: 0 0 50px;
  color: #24252a; }
  .section-title-2 h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 50px; }
    .section-title-2 h3 span {
      color: #25c486 !important; }
  .section-title-2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 2px;
    margin: -27px auto;
    content: '';
    opacity: 1;
    background: #25c486; }
  .section-title-2.white h3 {
    color: #ffffff; }
  .section-title-2 span i:before {
    font-size: 40px;
    color: #25c486; }
  .section-title-2.center {
    text-align: center; }
    .section-title-2.center:after {
      left: 0;
      right: 0;
      width: 40px;
      height: 3px;
      margin: -28px auto; }

blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-style: italic;
  border-left: 3px solid #24252a; }
  blockquote.primary {
    border-left-color: #25c486; }
  blockquote.ash-bg {
    background-color: #f7f7f7; }

.divider {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #999; }
  .divider.dotted {
    border-top: 1px dotted #999; }
  .divider.dashed {
    border-top: 1px dashed #999; }

.bg-color-1 {
  background: #1f2125; }

.bg-color-2 {
  background: #111010; }

.parallax {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 0;
  background-size: cover; }

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-left: 0; }

.fa-ul li {
  padding: 5px 0; }
  .fa-ul li .fa-li {
    margin-top: 8px;
    color: #25c486; }

.hvr-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #25c486;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f2125;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-in:hover, .hvr-in:focus, .hvr-in:active {
    color: white; }
    .hvr-in:hover:before, .hvr-in:hover:before, .hvr-in:hover:before, .hvr-in:focus:before, .hvr-in:focus:before, .hvr-in:focus:before, .hvr-in:active:before, .hvr-in:active:before, .hvr-in:active:before {
      -webkit-transform: scaleX(0);
      transform: scaleX(0); }

.hvr-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #25c486;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-out:hover, .hvr-out:focus, .hvr-out:active {
    color: white; }
    .hvr-out:hover:before, .hvr-out:hover:before, .hvr-out:hover:before, .hvr-out:focus:before, .hvr-out:focus:before, .hvr-out:focus:before, .hvr-out:active:before, .hvr-out:active:before, .hvr-out:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

.shadow {
  box-shadow: -25px 0 30px -15px rgba(0, 0, 0, 0.15), 25px 0 30px -15px rgba(0, 0, 0, 0.15); }

.back-to-top.reveal {
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 30;
  filter: alpha(opacity=3000); }
  .back-to-top.reveal:focus, .back-to-top.reveal:active, .back-to-top.reveal:hover {
    background-color: #24252a;
    opacity: 100;
    filter: alpha(opacity=10000); }

.back-to-top {
  position: fixed;
  z-index: 1000;
  right: 25px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: #25c486;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms; }
  .back-to-top i {
    position: absolute;
    top: 50%;
    left: 35%;
    margin-top: -15px;
    margin-left: -3px;
    color: #ffffff; }

/******* Style Switcher *******/
.switcher-box {
  width: 212px;
  position: fixed;
  left: -212px;
  top: 40%;
  text-align: center;
  z-index: 99999999999;
  background-color: #fff;
  border-radius: 0 0 2px 0;
  border-radius: 0 5px 5px 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out; }

.switcher-box i {
  color: #25c486; }

.switcher-box h4 {
  display: block;
  height: 40px;
  line-height: 42px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #333;
  margin-bottom: 10px; }

.switcher-box span {
  display: block;
  padding: 5px 20px;
  text-align: left; }

.switcher-box .colors-list {
  padding: 0 18px 0 18px;
  margin-bottom: 8px;
  line-height: 20px; }

.switcher-box .colors-list li {
  display: inline-block;
  margin-right: 2px; }

.switcher-box .colors-list li a {
  display: block;
  width: 24px;
  height: 18px;
  cursor: pointer; }

.switcher-box .bg-list {
  padding: 0 18px 0 18px;
  margin-bottom: 18px; }

.switcher-box .bg-list li {
  display: inline-block;
  margin-right: 2px; }

.switcher-box .bg-list li a {
  display: block;
  width: 20px;
  height: 20px; }

.switcher-box .bg-list li a.bg1 {
  background: url(../images/patterns/1.png) repeat; }

.switcher-box .bg-list li a.bg2 {
  background: url(../images/patterns/2.png) repeat; }

.switcher-box .bg-list li a.bg3 {
  background: url(../images/patterns/3.png) repeat; }

.switcher-box .bg-list li a.bg4 {
  background: url(../images/patterns/4.png) repeat; }

.switcher-box .bg-list li a.bg5 {
  background: url(../images/patterns/5.png) repeat; }

.switcher-box .bg-list li a.bg6 {
  background: url(../images/patterns/6.png) repeat; }

.switcher-box .bg-list li a.bg7 {
  background: url(../images/patterns/7.png) repeat; }

.switcher-box .bg-list li a.bg8 {
  background: url(../images/patterns/8.png) repeat; }

.switcher-box .bg-list li a.bg9 {
  background: url(../images/patterns/9.png) repeat; }

.switcher-box .bg-list li a.bg10 {
  background: url(../images/patterns/10.png) repeat; }

.switcher-box .bg-list li a.bg11 {
  background: url(../images/patterns/11.png) repeat; }

.switcher-box .bg-list li a.bg12 {
  background: url(../images/patterns/12.png) repeat; }

.switcher-box .bg-list li a.bg13 {
  background: url(../images/patterns/13.png) repeat; }

.switcher-box .bg-list li a.bg14 {
  background: url(../images/patterns/14.png) repeat; }

.switcher-box .open-switcher {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 2px 2px 0;
  background: #444 center no-repeat;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }

.switcher-box .open-switcher:hover {
  background: #444 center no-repeat;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  color: #fff; }

.switcher-box .open-switcher i {
  text-align: center;
  padding-top: 7px; }

.template-preview {
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 60px; }
  .template-preview h4 {
    display: block;
    background: #222;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 18px; }

@media screen and (min-width: 768px) {
  .navbar.navbar-default {
    margin-bottom: 0;
    background: #fff;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #d7d7d7;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; }
    .navbar.navbar-default .navbar-brand {
      margin-top: 10px; }
    .navbar.navbar-default .navbar-collapse {
      padding-left: 0;
      padding-right: 0; }
    .navbar.navbar-default .navbar-nav {
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out; }
      .navbar.navbar-default .navbar-nav > li {
        position: inherit; }
        .navbar.navbar-default .navbar-nav > li > a {
          color: #222;
          font-size: 14px;
          font-weight: 600;
          text-transform: uppercase;
          font-family: "Asap", sans-serif;
          transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          padding: 30px 20px; }
          .navbar.navbar-default .navbar-nav > li > a:after {
            background: #25c486;
            content: "";
            height: 3px;
            left: 0;
            right: 0;
            bottom: 97%;
            position: absolute;
            width: 0%;
            text-align: center;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s; }
          .navbar.navbar-default .navbar-nav > li > a:hover, .navbar.navbar-default .navbar-nav > li > a.active {
            color: #25c486 !important; }
            .navbar.navbar-default .navbar-nav > li > a:hover:after, .navbar.navbar-default .navbar-nav > li > a.active:after {
              width: 100%; }
      .navbar.navbar-default .navbar-nav li.drop {
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        .navbar.navbar-default .navbar-nav li.drop ul.drop-down {
          margin: 0;
          position: absolute;
          top: 80%;
          left: 0px;
          width: 200px;
          visibility: hidden;
          opacity: 0;
          z-index: 3;
          text-align: left;
          padding: 10px 20px;
          background: #25c486;
          background: -webkit-linear-gradient(to right, #11998e, #38ef7d);
          background: linear-gradient(to right, #11998e, #38ef7d);
          transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out; }
          .navbar.navbar-default .navbar-nav li.drop ul.drop-down li {
            list-style: none;
            display: block;
            margin: 0;
            position: relative; }
            .navbar.navbar-default .navbar-nav li.drop ul.drop-down li:last-child {
              border-bottom: 0; }
            .navbar.navbar-default .navbar-nav li.drop ul.drop-down li a {
              display: inline-block;
              text-transform: uppercase;
              text-decoration: none;
              transition: all 0.3s ease-in-out;
              -moz-transition: all 0.3s ease-in-out;
              -webkit-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              display: block;
              color: #fff;
              font-size: 12px;
              padding: 10px 0;
              font-weight: 400;
              margin: 0; }
              .navbar.navbar-default .navbar-nav li.drop ul.drop-down li a i {
                float: right; }
              .navbar.navbar-default .navbar-nav li.drop ul.drop-down li a:hover, .navbar.navbar-default .navbar-nav li.drop ul.drop-down li a:focus {
                color: #222; }
            .navbar.navbar-default .navbar-nav li.drop ul.drop-down li ul.drop-down.level3 {
              top: 0px;
              left: 80%;
              width: 200px;
              border-bottom: none;
              opacity: 0;
              visibility: hidden;
              transition: all 0.2s ease-in-out;
              -moz-transition: all 0.2s ease-in-out;
              -webkit-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out; }
              .navbar.navbar-default .navbar-nav li.drop ul.drop-down li ul.drop-down.level3 a {
                color: #fff; }
                .navbar.navbar-default .navbar-nav li.drop ul.drop-down li ul.drop-down.level3 a:hover, .navbar.navbar-default .navbar-nav li.drop ul.drop-down li ul.drop-down.level3 a:focus {
                  color: #222; }
            .navbar.navbar-default .navbar-nav li.drop ul.drop-down li:hover li a {
              color: #222; }
            .navbar.navbar-default .navbar-nav li.drop ul.drop-down li:hover ul.drop-down.level3 {
              opacity: 1;
              left: 100%;
              visibility: visible; }
            .navbar.navbar-default .navbar-nav li.drop ul.drop-down li input[type="search"] {
              margin: 10px 0;
              box-shadow: 0;
              border: 1px solid #ccc;
              outline: none;
              font-size: 13px;
              padding: 5px 0 5px 10px; }
              .navbar.navbar-default .navbar-nav li.drop ul.drop-down li input[type="search"]:focus {
                border: 1px solid #25c486; }
          .navbar.navbar-default .navbar-nav li.drop ul.drop-down.right-side {
            left: inherit;
            right: 0; }
        .navbar.navbar-default .navbar-nav li.drop:hover > ul.drop-down {
          visibility: visible;
          opacity: 1;
          top: 100%; }
      .navbar.navbar-default .navbar-nav li.megadrop:hover .megadrop-down {
        visibility: visible;
        opacity: 1;
        top: 100%; }
      .navbar.navbar-default .navbar-nav li.megadrop .megadrop-down {
        background: transparent;
        z-index: 999;
        position: absolute;
        width: 100%;
        top: 80%;
        left: 0;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in; }
        .navbar.navbar-default .navbar-nav li.megadrop .megadrop-down .dropdown {
          background: #25c486;
          background: -webkit-linear-gradient(to right, #38ef7d, #11998e);
          background: linear-gradient(to right, #38ef7d, #11998e);
          text-align: left;
          padding: 25px;
          box-shadow: 0 0 4px #bdbdbd;
          -webkit-box-shadow: 0 0 4px #bdbdbd;
          -moz-box-shadow: 0 0 4px #bdbdbd;
          -o-box-shadow: 0 0 4px #bdbdbd; }
          .navbar.navbar-default .navbar-nav li.megadrop .megadrop-down .dropdown ul:last-child li {
            border-right: none; }
          .navbar.navbar-default .navbar-nav li.megadrop .megadrop-down .dropdown ul li {
            list-style: none;
            padding: 10px 0; }
            .navbar.navbar-default .navbar-nav li.megadrop .megadrop-down .dropdown ul li:last-child {
              padding-bottom: 0;
              border: 0; }
            .navbar.navbar-default .navbar-nav li.megadrop .megadrop-down .dropdown ul li a {
              color: #fff;
              display: block;
              display: inline-block;
              font-size: 13px;
              font-weight: 400;
              margin: 0;
              text-decoration: none;
              text-transform: uppercase;
              transition: all 0.3s ease-in-out;
              -moz-transition: all 0.3s ease-in-out;
              -webkit-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out; }
              .navbar.navbar-default .navbar-nav li.megadrop .megadrop-down .dropdown ul li a i {
                padding-right: 5px; }
              .navbar.navbar-default .navbar-nav li.megadrop .megadrop-down .dropdown ul li a.active {
                color: #222; }
            .navbar.navbar-default .navbar-nav li.megadrop .megadrop-down .dropdown ul li:hover a {
              color: #222; }
    .navbar.navbar-default.primary-color {
      background-color: #25c486; }
    .navbar.navbar-default.dark-color {
      background-color: #222; }
    .navbar.navbar-default.boxed-width.primary-color {
      background-color: transparent; }
      .navbar.navbar-default.boxed-width.primary-color .navbar-collapse {
        background-color: #25c486; }
    .navbar.navbar-default.boxed-width.dark-color {
      background-color: transparent; }
      .navbar.navbar-default.boxed-width.dark-color .navbar-collapse {
        background-color: #222; }
    .navbar.navbar-default.primary-color .navbar-nav > li > a {
      color: #333 !important; }
      .navbar.navbar-default.primary-color .navbar-nav > li > a:hover, .navbar.navbar-default.primary-color .navbar-nav > li > a.active {
        color: #fff !important; }
    .navbar.navbar-default.primary-color .navbar-nav li.drop ul.drop-down {
      background: #2bd794; }
      .navbar.navbar-default.primary-color .navbar-nav li.drop ul.drop-down li a {
        color: #333; }
        .navbar.navbar-default.primary-color .navbar-nav li.drop ul.drop-down li a:hover, .navbar.navbar-default.primary-color .navbar-nav li.drop ul.drop-down li a.active {
          color: #fff; }
    .navbar.navbar-default.primary-color .navbar-nav li.megadrop .megadrop-down .dropdown {
      background: #2bd794; }
      .navbar.navbar-default.primary-color .navbar-nav li.megadrop .megadrop-down .dropdown ul li a {
        color: #333; }
        .navbar.navbar-default.primary-color .navbar-nav li.megadrop .megadrop-down .dropdown ul li a:hover, .navbar.navbar-default.primary-color .navbar-nav li.megadrop .megadrop-down .dropdown ul li a.active {
          color: #fff; }
    .navbar.navbar-default.dark-color .navbar-nav > li > a {
      color: #fff !important; }
      .navbar.navbar-default.dark-color .navbar-nav > li > a:hover, .navbar.navbar-default.dark-color .navbar-nav > li > a.active {
        color: #25c486 !important; }
    .navbar.navbar-default.dark-color .navbar-nav li.drop ul.drop-down {
      background: #2f2f2f; }
      .navbar.navbar-default.dark-color .navbar-nav li.drop ul.drop-down li a {
        color: #fff; }
        .navbar.navbar-default.dark-color .navbar-nav li.drop ul.drop-down li a:hover, .navbar.navbar-default.dark-color .navbar-nav li.drop ul.drop-down li a.active {
          color: #25c486; }
    .navbar.navbar-default.dark-color .navbar-nav li.megadrop .megadrop-down .dropdown {
      background: #2f2f2f; }
      .navbar.navbar-default.dark-color .navbar-nav li.megadrop .megadrop-down .dropdown ul li a {
        color: #fff; }
        .navbar.navbar-default.dark-color .navbar-nav li.megadrop .megadrop-down .dropdown ul li a:hover, .navbar.navbar-default.dark-color .navbar-nav li.megadrop .megadrop-down .dropdown ul li a.active {
          color: #25c486; }
    .navbar.navbar-default.bottom-nav .navbar-brand {
      margin-top: 0; }
    .navbar.navbar-default.bottom-nav .navbar-nav > li > a {
      padding: 20px 30px; }
    .navbar.navbar-default.bottom-nav.primary-color .navbar-nav > li > a:hover, .navbar.navbar-default.bottom-nav.primary-color .navbar-nav > li > a.active {
      background: #21af77; }
    .navbar.navbar-default.bottom-nav.dark-color .navbar-nav > li > a:hover, .navbar.navbar-default.bottom-nav.dark-color .navbar-nav > li > a.active {
      background: #151515; } }
@media screen and (min-width: 768px) and (max-width: 992px) {
  .navbar-default .navbar-brand {
    padding: 20px 15px 10px !important; } }
@media screen and (max-width: 767px) {
  .navbar-default {
    text-align: left;
    margin-bottom: 0; }
    .navbar-default .navbar-brand img {
      margin-top: 25px; }
    .navbar-default .navbar-collapse.collapse.in {
      max-height: 300px;
      overflow-y: scroll; }

  .navbar-nav > li > a {
    padding: 5px 15px;
    font-weight: 700;
    text-transform: uppercase; }
  .navbar-nav li ul.drop-down {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    visibility: visible;
    opacity: 1;
    padding: 5px 0;
    background: transparent;
    border-top: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none; }
    .navbar-nav li ul.drop-down li a {
      padding: 3px 30px;
      text-transform: uppercase;
      color: #25c486; }
    .navbar-nav li ul.drop-down li ul.drop-down.level3 {
      top: inherit;
      left: inherit;
      width: 100%;
      position: relative;
      visibility: visible;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      opacity: 1; }
      .navbar-nav li ul.drop-down li ul.drop-down.level3 li {
        padding-left: 10px; }
        .navbar-nav li ul.drop-down li ul.drop-down.level3 li a {
          color: #25c486; }
    .navbar-nav li ul.drop-down li input[type="search"] {
      margin: 10px 25px;
      box-shadow: 0;
      border: 1px solid #ccc;
      outline: none;
      font-size: 13px;
      padding-left: 10px; }
      .navbar-nav li ul.drop-down li input[type="search"]:focus {
        border: 1px solid #25c486; }
  .navbar-nav li.megadrop .megadrop-down {
    position: relative;
    top: inherit;
    left: inherit;
    visibility: visible;
    opacity: 1; }
    .navbar-nav li.megadrop .megadrop-down .dropdown {
      padding: 0 15px;
      background: transparent;
      border-top: none;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none; }
      .navbar-nav li.megadrop .megadrop-down .dropdown ul {
        margin-bottom: 0; }
        .navbar-nav li.megadrop .megadrop-down .dropdown ul li {
          padding-bottom: 5px !important;
          border-right: none; }
          .navbar-nav li.megadrop .megadrop-down .dropdown ul li a {
            color: #25c486;
            text-transform: uppercase; }
            .navbar-nav li.megadrop .megadrop-down .dropdown ul li a i {
              display: none; }

  .navbar-default.primary-color {
    background-color: #25c486;
    border-color: #25c486; }
    .navbar-default.primary-color .navbar-collapse.collapse.in {
      background: #fff; }

  .hidden {
    display: none !important; }

  .navbar-brand.separate {
    display: inherit;
    text-align: center;
    margin-bottom: 20px; } }
.navbar-brand.separate {
  padding-left: 0; }

.top-header {
  padding: 5px 0;
  background: #333; }
  .top-header .top-phone, .top-header .top-address {
    padding: 5px 0;
    font-size: 12px;
    color: #ffffff;
    display: inline-block; }
  .top-header .top-address {
    margin-right: 15px; }
  .top-header.primary-bg {
    background: #25c486; }

.social-top ul.top-social li {
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  margin: 0 1px 0 0;
  padding: 5px 10px;
  list-style: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .social-top ul.top-social li:first-child {
    margin-left: 0; }
  .social-top ul.top-social li a {
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .social-top ul.top-social li a i {
      text-align: center;
      padding-top: 3px; }
  .social-top ul.top-social li:hover {
    background: #ffffff; }
    .social-top ul.top-social li:hover i {
      color: #24252a; }

.header-address {
  margin-top: 5px; }
  .header-address a {
    display: inline-block;
    text-align: center;
    font-size: 34px;
    width: 50px;
    height: 50px;
    color: #25c486; }
  .header-address i {
    margin-top: 12px;
    margin-left: 2px; }
  .header-address .header-content {
    display: inline-block; }
    .header-address .header-content h5 {
      font-size: 13px;
      text-transform: uppercase; }
    .header-address .header-content p {
      font-size: 13px; }

.banner {
  padding: 200px 0; }
  .banner h1 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 40px; }
    .banner h1 span {
      color: #25c486 !important; }
  .banner p {
    margin-bottom: 50px; }
  .banner.white h1, .banner.white p {
    color: #fff; }
  .banner.primary h1, .banner.primary p {
    color: #25c486; }

.rev_slider_wrapper .tp-leftarrow.hermes {
  position: absolute;
  left: 0 !important; }
.rev_slider_wrapper .tp-rightarrow.hermes {
  position: absolute;
  right: 0 !important; }
.rev_slider_wrapper .btn.btn-primary:hover {
  color: #fff !important; }
.rev_slider_wrapper .tp-caption.revson-style span {
  color: #25c486 !important; }

#main-slide .item {
  height: 800px; }

#main-slide .item img {
  width: 100%; }
#main-slide .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms; }
#main-slide .item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms; }
#main-slide .carousel-indicators {
  bottom: 30px; }
  #main-slide .carousel-indicators li {
    width: 14px !important;
    height: 14px !important;
    border: 2px solid #fff !important;
    margin: 1px !important; }
#main-slide .carousel-control.left, #main-slide .carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none; }
#main-slide .carousel-control.left span {
  padding: 15px; }
#main-slide .carousel-control.right span {
  padding: 15px; }
#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
  position: absolute;
  top: 40%;
  z-index: 5;
  display: inline-block; }
#main-slide .carousel-control .fa-angle-left {
  left: 0; }
#main-slide .carousel-control .fa-angle-right {
  right: 0; }
#main-slide .carousel-control i {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  line-height: 36px;
  font-size: 32px;
  padding: 15px 20px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }
#main-slide .slider-content {
  top: 45%;
  margin-top: -70px;
  left: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff; }
  #main-slide .slider-content h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 5px;
    margin-bottom: 55px;
    color: #fff;
    text-transform: uppercase; }
    #main-slide .slider-content h1 strong {
      color: #25c486; }
  #main-slide .slider-content p {
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 1px;
    margin-bottom: 55px;
    color: #fff; }

#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
  color: #fff; }

.slider.btn {
  padding: 10px 40px;
  font-size: 20px;
  border-radius: 2px;
  text-transform: uppercase;
  line-height: 28px;
  font-weight: 300;
  border: 0;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.slider.btn.btn-default {
  margin-left: 4px;
  background: #ECECEC; }

.slider.btn.btn-default:hover {
  background: #000;
  color: #fff; }

.slider-content-left {
  position: relative;
  margin: 0 0 0 40px; }

.slider-content-right {
  position: relative; }

/*-- Animation --*/
.carousel .item.active .animated1 {
  -webkit-animation: lightSpeedIn 1s ease-in 800ms both;
  animation: lightSpeedIn 1s ease-in 800ms both; }

.carousel .item.active .animated2 {
  -webkit-animation: bounceIn 1s ease-in 800ms both;
  animation: bounceIn 1s ease-in 800ms both; }

.carousel .item.active .animated3 {
  -webkit-animation: flipInX 2s ease-in-out 800ms both;
  animation: flipInX 2s ease-in-out 800ms both; }

@media (min-width: 992px) {
  #main-slide .slider-content h1 {
    font-size: 68px; } }
@media (min-width: 768px) and (max-width: 991px) {
  #main-slide .slider-content h1 {
    font-size: 35px;
    margin-bottom: 10px;
    margin-top: 0; }

  #main-slide .slider-content p {
    font-size: 20px;
    margin-top: 0;
    line-height: 25px; }

  .slider.btn {
    padding: 5px 25px;
    margin-top: 5px;
    font-size: 16px; } }
@media (max-width: 767px) {
  #main-slide .item {
    height: 450px; }

  #main-slide .slider-content h1 {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 0; }

  #main-slide .slider-content p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 25px; }

  .slider.btn {
    padding: 0 15px;
    margin-top: 0;
    font-size: 12px; }

  #main-slide .carousel-indicators {
    bottom: 0; }

  #main-slide .carousel-control {
    display: none; } }
@media (max-width: 480px) {
  #main-slide .item {
    height: 350px; }

  #main-slide .slider-content h1 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0; }

  #main-slide .slider-content p {
    font-size: 12px; }

  #main-slide .slider-content a {
    display: none; }

  #main-slide .carousel-control {
    display: none; } }
.feature-1 {
  margin-bottom: 30px;
  text-align: center; }
  .feature-1 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    margin-bottom: 26px;
    text-align: center;
    background: #fff; }
    .feature-1 a i {
      line-height: 80px;
      color: #cccccc;
      font-size: 26px;
      transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out; }
  .feature-1 h2 {
    font-size: 16px;
    font-weight: 700;
    color: #25c486;
    margin-bottom: 16px; }
  .feature-1 p {
    max-width: 250px;
    margin: 0 auto; }
  .feature-1:hover a {
    background: #25c486;
    background: -webkit-linear-gradient(to right, #38ef7d, #11998e);
    background: linear-gradient(to right, #38ef7d, #11998e);
    border: 1px solid #25c486; }
    .feature-1:hover a i {
      color: #ffffff; }

.feature-2 {
  margin-bottom: 30px; }
  .feature-2 .feature-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #25c486;
    background: -webkit-linear-gradient(to left, #38ef7d, #11998e);
    background: linear-gradient(to left, #38ef7d, #11998e);
    border-radius: 50%;
    position: relative;
    text-align: center;
    margin-left: 5px;
    margin-top: 5px; }
    .feature-2 .feature-icon i {
      color: #ffffff;
      font-size: 20px;
      line-height: 50px; }
    .feature-2 .feature-icon:before {
      content: '';
      position: absolute;
      width: 60px;
      height: 60px;
      border: 3px solid #25c486;
      border-radius: 50%;
      top: -5px;
      left: -5px; }
  .feature-2 .media-body {
    padding-left: 10px; }
    .feature-2 .media-body h3 {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 10px;
      text-transform: uppercase;
      color: #000;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

.feature-3 {
  padding: 25px 30px 25px 78px;
  margin-bottom: 30px;
  border: 3px solid #f7f7f7;
  position: relative;
  transition: 0.5s; }
  .feature-3 .feature-icon {
    font-size: 30px;
    color: #25c486;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f7f7f7;
    transition: 0.5s; }
  .feature-3 h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 15px; }
  .feature-3 p {
    margin-bottom: 0; }
  .feature-3:hover {
    border-color: #25c486; }
    .feature-3:hover .feature-icon {
      background: #25c486;
      color: #fff; }

.feature-4 {
  overflow: hidden;
  background: #25c486;
  padding-top: 40px;
  min-height: 160px;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 30px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }
  .feature-4 a {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    margin-bottom: 20px; }
    .feature-4 a i {
      line-height: 40px;
      font-size: 36px;
      color: #ffffff; }
  .feature-4 h4 {
    color: #ffffff;
    font-size: 16px;
    margin-top: 20px;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; }
  .feature-4 p {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    margin-bottom: -100px;
    margin-top: 15px;
    position: relative;
    padding: 0 10px; }
  .feature-4:hover {
    background: #25c486;
    background: -webkit-linear-gradient(to left, #38ef7d, #11998e);
    background: linear-gradient(to left, #38ef7d, #11998e); }
    .feature-4:hover h4 {
      color: #fff;
      margin-top: -50px; }
    .feature-4:hover p {
      opacity: 1;
      visibility: visible;
      margin-bottom: 0;
      color: #fff; }
    .feature-4:hover a {
      opacity: 0;
      visibility: hidden; }

.feature-5 {
  margin-bottom: 30px; }
  .feature-5 img {
    margin-bottom: 20px; }
  .feature-5 h4 {
    margin-bottom: 15px; }
  .feature-5 a {
    color: #777; }
    .feature-5 a i {
      -webkit-transition: margin-left 0.3s ease-in;
      transition: margin-left 0.3s ease-in; }
    .feature-5 a:hover {
      color: #25c486;
      -webkit-transition: color 0.3s ease-in;
      transition: color 0.3s ease-in; }
      .feature-5 a:hover i {
        margin-left: 5px; }

.feature-6 {
  margin-bottom: 50px; }
  .feature-6 i {
    font-size: 60px;
    color: #25c486; }
    .feature-6 i:before {
      font-size: 60px; }
  .feature-6 h4 {
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: 30px; }
  .feature-6.yellow i {
    color: #f6d014; }

.call-to-action h1 {
  font-size: 24px; }
.call-to-action p {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 30px; }
.call-to-action a.btn {
  margin-top: 40px;
  margin-right: 20px; }
.call-to-action.center {
  text-align: center; }

.call-to-action-2 {
  padding: 36px 0;
  background: #25c486;
  background: -webkit-linear-gradient(to right, #38ef7d, #11998e);
  background: linear-gradient(to right, #38ef7d, #11998e);
  text-align: center; }
  .call-to-action-2 p {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase; }
    .call-to-action-2 p span {
      display: inline-block;
      margin-right: 60px; }

.call-to-action-3 {
  border: 3px solid rgba(255, 255, 255, 0.1);
  padding: 25px 135px; }
  .call-to-action-3 p {
    text-align: center;
    font-size: 32px;
    line-height: 54px;
    font-weight: bold;
    color: #fff; }
    .call-to-action-3 p.primary {
      color: #25c486; }

.call-to-action-4 h3 {
  font-size: 70px;
  margin-bottom: 50px; }
.call-to-action-4 a {
  margin-top: 30px; }

.text-section h4 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 30px; }
.text-section ul {
  margin-bottom: 20px; }
.text-section a.btn {
  margin-top: 30px; }

ul.filter {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 60px; }

ul.filter li {
  display: inline-block;
  margin: 0 5px; }

ul.filter li a {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  padding: 0 15px;
  color: #777;
  font-weight: 600; }

ul.filter li a:hover,
ul.filter li a.active {
  color: #25c486; }

.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity; }

.portfolio-box.col-4 > li {
  width: 25%;
  float: left; }
.portfolio-box.col-3 > li {
  width: 33%;
  float: left; }
.portfolio-box.col-2 > li {
  width: 50%;
  float: left; }

.project-post {
  position: relative;
  overflow: hidden; }
  .project-post img {
    width: 100%; }
  .project-post .project-details {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; }
    .project-post .project-details ul {
      margin: 0;
      padding: 0;
      position: absolute;
      top: 50%;
      margin-top: -12px;
      width: 100%; }
      .project-post .project-details ul li {
        display: inline-block;
        margin: 0 14px;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0; }
        .project-post .project-details ul li a {
          display: inline-block;
          text-decoration: none;
          transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out; }
          .project-post .project-details ul li a i {
            color: #25c486;
            font-size: 24px;
            transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out; }
          .project-post .project-details ul li a:hover i {
            color: #ffffff; }
    .project-post .project-details .caption {
      text-align: left;
      padding: 20px 30px;
      background: #ffffff;
      position: absolute;
      width: 100%;
      bottom: 0;
      -webkit-transform: translate3d(0, 200%, 0);
      transform: translate3d(0, 200%, 0);
      transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out; }
      .project-post .project-details .caption h2 {
        font-size: 13px;
        color: #777777;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 10px;
        color: #222222;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -webkit-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0); }
      .project-post .project-details .caption span {
        display: inline-block;
        font-size: 13px;
        color: #777777;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 10px;
        color: #25c486;
        margin: 0;
        opacity: 0;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -webkit-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0); }
  .project-post:hover .project-details {
    background: rgba(34, 34, 34, 0.8); }
    .project-post:hover .project-details li {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1; }
      .project-post:hover .project-details li:nth-child(1) {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s; }
      .project-post:hover .project-details li:nth-child(2) {
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s; }
      .project-post:hover .project-details li:nth-child(3) {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s; }
    .project-post:hover .project-details .caption {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      .project-post:hover .project-details .caption h2 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      .project-post:hover .project-details .caption span {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
        opacity: 1; }

.show-more {
  padding: 30px 0;
  background: #f7f7f7;
  text-align: center; }
  .show-more a {
    color: #777;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out; }
    .show-more a:hover {
      color: #25c486; }

.history-timeline {
  margin-bottom: 30px; }
  .history-timeline ul.timeline-list {
    position: relative;
    padding-right: 30px;
    max-height: 360px;
    overflow-y: scroll; }
    .history-timeline ul.timeline-list li {
      list-style: none;
      overflow: hidden;
      margin-bottom: 20px;
      position: relative;
      z-index: 2; }
      .history-timeline ul.timeline-list li p.date {
        float: left;
        width: 60px;
        height: 60px;
        text-align: center;
        border-radius: 50%;
        background: #25c486;
        margin: 0;
        color: #ffffff;
        font-size: 12px;
        padding-top: 12px; }
        .history-timeline ul.timeline-list li p.date span {
          font-size: 20px;
          font-weight: 600;
          display: block;
          margin: 0; }
      .history-timeline ul.timeline-list li div.history-content {
        margin-left: 80px;
        background: #f7f7f7;
        border-radius: 5px;
        padding: 8px 20px;
        position: relative; }
        .history-timeline ul.timeline-list li div.history-content h4 {
          font-size: 13px;
          color: #777777;
          font-weight: 400;
          line-height: 20px;
          margin: 0 0 10px;
          color: #222222;
          margin-bottom: 0;
          font-weight: 600; }
        .history-timeline ul.timeline-list li div.history-content p {
          margin-bottom: 0; }
        .history-timeline ul.timeline-list li div.history-content:before {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          top: 13px;
          left: -10px;
          border: 5px solid #f7f7f7;
          border-top-color: transparent;
          border-left-color: transparent;
          border-bottom-color: transparent; }
    .history-timeline ul.timeline-list:before {
      content: '';
      position: absolute;
      top: 0;
      left: 27px;
      width: 6px;
      height: 100%;
      background: #f7f7f7; }

.history-timeline ::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

.history-timeline ::-webkit-scrollbar-track {
  background: #f7f7f7; }

.history-timeline ::-webkit-scrollbar-thumb {
  background: #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

@media (max-width: 581px) {
  .history-timeline ul.timeline-list li div.history-content {
    margin-left: 65px;
    padding: 8px 10px; } }
.counter-section li {
  padding: 35px 0;
  float: left;
  width: 25%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-left: none;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }
  .counter-section li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.4); }
  .counter-section li:hover {
    background: #25c486;
    background: -webkit-linear-gradient(to left, #11998e, #38ef7d);
    background: linear-gradient(to left, #11998e, #38ef7d); }
    .counter-section li:hover .animated-counter i {
      color: #fff; }

.animated-counter {
  padding-bottom: 30px; }
  .animated-counter i {
    color: #25c486;
    font-size: 40px;
    margin-bottom: 30px; }
  .animated-counter .animated-number {
    position: relative;
    color: #ffffff;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px; }
  .animated-counter h4 {
    font-size: 15px;
    line-height: 20px;
    padding: 0;
    font-weight: 600;
    color: #222;
    font-family: "Open Sans", sans-serif;
    text-transform: none; }

.team-member-1 {
  position: relative;
  margin-bottom: 30px; }
  .team-member-1 img {
    width: 100%; }
  .team-member-1 .hover-team {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    text-align: center; }
    .team-member-1 .hover-team .inner-team {
      position: absolute;
      top: 50%;
      margin-top: -60px;
      left: 0;
      width: 100%;
      transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      opacity: 0; }
      .team-member-1 .hover-team .inner-team ul.team-social {
        margin: 0;
        padding: 0;
        margin-bottom: 16px; }
        .team-member-1 .hover-team .inner-team ul.team-social li {
          display: inline-block; }
          .team-member-1 .hover-team .inner-team ul.team-social li a {
            display: inline-block;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            width: 32px;
            height: 32px;
            border: 1px solid transparent;
            -webkit-border-radius: 50%;
            border-radius: 50%; }
            .team-member-1 .hover-team .inner-team ul.team-social li a i {
              color: #ffffff;
              font-size: 18px;
              line-height: 30px;
              transition: all 0.2s ease-in-out;
              -webkit-transition: all 0.2s ease-in-out; }
            .team-member-1 .hover-team .inner-team ul.team-social li a:hover {
              border: 1px solid #25c486; }
              .team-member-1 .hover-team .inner-team ul.team-social li a:hover i {
                color: #25c486; }
      .team-member-1 .hover-team .inner-team h2 {
        color: #222222;
        font-size: 16px;
        font-weight: 700;
        margin: 0 0 10px;
        color: #ffffff;
        margin: 0 0 3px; }
      .team-member-1 .hover-team .inner-team span {
        color: #fff;
        font-size: 13px;
        font-family: "Asap", sans-serif;
        margin: 0;
        display: inline-block; }
  .team-member-1:hover .hover-team {
    background: #25c486;
    background: -webkit-linear-gradient(to bottom, #38ef7d, #11998e);
    background: linear-gradient(to bottom, #38ef7d, #11998e); }
    .team-member-1:hover .hover-team .inner-team {
      opacity: 1; }

.skill-section {
  margin-top: 20px; }
  .skill-section .skill {
    padding-bottom: 25px; }
  .skill-section .skill-name {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    font-weight: 400; }
  .skill-section .progress-bar-percentage {
    font-size: 13px;
    font-weight: 500;
    background: #24252a;
    color: #ffffff;
    padding: 3px 8px;
    margin-top: -26px; }
  .skill-section .progress {
    overflow: visible;
    height: 5px;
    margin-bottom: 10px;
    margin-top: 5px;
    background: #f9f9f9;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .skill-section .progress-bar {
    background: #25c486;
    float: left;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
    position: relative; }
    .skill-section .progress-bar.yellow {
      background: #f6d014; }
    .skill-section .progress-bar.blue {
      background: #00bcd4; }
  .skill-section .skill-style-2 {
    padding-bottom: 30px; }
  .skill-section .skill-style-2 .progress {
    height: 20px; }
  .skill-section.white .skill-name {
    color: #fff; }

.progress-chart-feature {
  text-align: center; }
  .progress-chart-feature .chart {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 130px;
    text-align: center; }
  .progress-chart-feature .chart-icon {
    display: inline-block;
    line-height: 140px;
    z-index: 2; }
    .progress-chart-feature .chart-icon span {
      font-size: 26px;
      line-height: 50px;
      font-weight: 700;
      width: 50px;
      height: 50px; }
  .progress-chart-feature .chart canvas {
    position: absolute;
    top: 0;
    left: 0; }
  .progress-chart-feature h4 {
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #24252a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .progress-chart-feature.white {
    color: #ffffff; }
    .progress-chart-feature.white h4, .progress-chart-feature.white p {
      color: #ffffff; }
    .progress-chart-feature.white .chart-icon span {
      color: #fff; }

.latest-news {
  margin-bottom: 30px; }
  .latest-news h4 {
    font-size: 15px;
    position: relative;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase; }
    .latest-news h4 a {
      color: #222;
      text-decoration: none;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .latest-news h4 a:hover {
        color: #25c486;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
  .latest-news .latest-news-img {
    position: relative;
    overflow: hidden; }
    .latest-news .latest-news-img img {
      width: 100%;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      -webkit-transition: all 400ms;
      transition: all 400ms; }
    .latest-news .latest-news-img div {
      position: absolute;
      background: #25c486;
      text-align: center;
      left: 0;
      bottom: 0;
      display: inline-block;
      text-decoration: none;
      padding: 7px 10px; }
    .latest-news .latest-news-img span:first-child {
      font-size: 12px;
      color: #fdfdfd;
      display: block; }
    .latest-news .latest-news-img span:last-child {
      font-size: 26px;
      color: #fdfdfd;
      font-weight: bold;
      margin-top: 0;
      display: block;
      position: relative; }
  .latest-news p {
    margin-bottom: 20px; }
  .latest-news:hover img {
    -webkit-transform: scale3d(1.15, 1.15, 1);
    transform: scale3d(1.15, 1.15, 1); }

.testimonial-item {
  width: 90%;
  margin: 0 auto; }
  .testimonial-item img {
    width: 100px;
    margin-bottom: 20px; }
  .testimonial-item p {
    font-size: 15px;
    font-style: italic;
    max-width: 790px;
    margin: 0 auto;
    margin-bottom: 20px; }
  .testimonial-item .name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    font-style: italic;
    color: #25c486; }
  .testimonial-item.white {
    color: #fff; }

.testimonial-carousel .owl-pagination .owl-page.active span, .testimonial-carousel-2 .owl-pagination .owl-page.active span {
  background: #25c486; }

.client-box ul li {
  float: left;
  list-style: none;
  width: 25%;
  text-align: center; }
  .client-box ul li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    max-width: 100%;
    border: 1px solid transparent;
    padding: 30px; }
    .client-box ul li a:hover {
      border: 1px solid #cccccc; }

.pricing-table-img {
  position: relative;
  margin-bottom: 30px; }
  .pricing-table-img .pricing-img {
    position: relative; }
    .pricing-table-img .pricing-img .overlay {
      color: #ffffff;
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.4);
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .pricing-table-img .pricing-img .overlay h2 {
        color: #ffffff;
        margin-bottom: 10px; }
  .pricing-table-img .pricing-block {
    padding: 0 20px 30px;
    border: 1px solid #e5e5e5;
    border-top: 0px;
    transition: border 0.3s ease;
    display: inline-flex;
    flex-direction: column;
    align-items: center; }
    .pricing-table-img .pricing-block .circle {
      margin-top: -50px;
      z-index: 999;
      width: 100px;
      height: 100px;
      text-align: center;
      line-height: 15px;
      background: #ffffff;
      box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.06);
      margin-bottom: 30px; }
      .pricing-table-img .pricing-block .circle span.price {
        color: #25c486;
        font-size: 34px;
        display: inline-block;
        font-weight: 700;
        margin-top: 30px; }
      .pricing-table-img .pricing-block .circle span.tag {
        color: #848484;
        font-size: 13px;
        display: block;
        font-style: italic;
        line-height: 26px;
        text-transform: capitalize; }
    .pricing-table-img .pricing-block p {
      margin-bottom: 30px; }

.wav-accordion .panel {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
.wav-accordion .panel-heading {
  background: #f9f9f9;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  padding-left: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .wav-accordion .panel-heading .panel-title a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #25c486;
    text-transform: uppercase;
    padding: 3px 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; }
    .wav-accordion .panel-heading .panel-title a:before {
      font-family: 'FontAwesome';
      content: '\f0ab';
      font-size: 20px;
      line-height: 36px;
      padding-right: 10px;
      color: #25c486;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .wav-accordion .panel-heading .panel-title a.collapsed {
      color: #444; }
      .wav-accordion .panel-heading .panel-title a.collapsed:hover {
        color: #25c486; }
      .wav-accordion .panel-heading .panel-title a.collapsed:before {
        font-family: 'FontAwesome';
        content: '\f0a9'; }
.wav-accordion .panel-body {
  padding: 15px;
  border-top: 1px solid #ddd;
  font-size: 15px;
  line-height: 24px;
  background-color: transparent !important; }

.panel-title a .control-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -11px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: none; }

.panel-title a.collapsed .control-icon {
  display: block; }

.panel-title a i {
  font-size: 22px;
  padding-right: 5px;
  color: #25c486; }

.blog-post, .single-blog-post {
  margin-bottom: 50px; }
  .blog-post .blog-img, .single-blog-post .blog-img {
    margin: 0 0 8px; }
    .blog-post .blog-img img, .single-blog-post .blog-img img {
      width: 100%; }
  .blog-post .blog-post-content, .single-blog-post .blog-post-content {
    position: relative;
    width: 100%;
    display: block;
    margin-top: 30px; }
    .blog-post .blog-post-content .post-format, .single-blog-post .blog-post-content .post-format {
      float: left;
      display: block;
      width: 5%;
      background: #25c486;
      padding: 15px;
      font-size: 20px;
      text-align: center;
      color: #fff;
      border-radius: 2px;
      margin-right: 30px; }
      .blog-post .blog-post-content .post-format.width10, .single-blog-post .blog-post-content .post-format.width10 {
        width: 10%; }
    .blog-post .blog-post-content .post-description, .single-blog-post .blog-post-content .post-description {
      width: 95%; }
      .blog-post .blog-post-content .post-description .post-meta li, .single-blog-post .blog-post-content .post-description .post-meta li {
        display: inline-block;
        text-transform: uppercase;
        margin-right: 15px; }
        .blog-post .blog-post-content .post-description .post-meta li i, .single-blog-post .blog-post-content .post-description .post-meta li i {
          margin-right: 5px; }
      .blog-post .blog-post-content .post-description h1, .single-blog-post .blog-post-content .post-description h1 {
        font-size: 24px;
        margin-top: 5px; }
    .blog-post .blog-post-content .post-text, .single-blog-post .blog-post-content .post-text {
      margin-top: 30px;
      margin-bottom: 20px; }
    .blog-post .blog-post-content a.read-more, .single-blog-post .blog-post-content a.read-more {
      letter-spacing: 2px; }
    .blog-post .blog-post-content .post-tag, .single-blog-post .blog-post-content .post-tag {
      color: #888;
      font-size: 15px;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-top: 20px; }
      .blog-post .blog-post-content .post-tag li, .single-blog-post .blog-post-content .post-tag li {
        display: inline-block; }
        .blog-post .blog-post-content .post-tag li a, .single-blog-post .blog-post-content .post-tag li a {
          color: #25c486;
          text-transform: none;
          letter-spacing: 0; }
  .blog-post .blog-author, .single-blog-post .blog-author {
    margin: 40px 0;
    padding: 30px;
    border-radius: 2px;
    border: 1px solid #ddd; }
    .blog-post .blog-author img, .single-blog-post .blog-author img {
      width: 80px;
      display: block;
      background: #fff;
      border: 1px solid #ddd;
      margin: 0 20px 0 0;
      border-radius: 50%; }
    .blog-post .blog-author .author-name, .single-blog-post .blog-author .author-name {
      margin-top: 20px; }
      .blog-post .blog-author .author-name a, .single-blog-post .blog-author .author-name a {
        color: #24252a;
        font-weight: 500;
        font-size: 16px; }
  .blog-post .comment-section, .single-blog-post .comment-section {
    margin-top: 80px; }
    .blog-post .comment-section h2, .single-blog-post .comment-section h2 {
      color: #222222;
      font-size: 15px;
      font-weight: 700;
      margin: 0 0 15px;
      text-transform: uppercase;
      padding-bottom: 35px;
      border-bottom: 1px solid #e0e0e0;
      margin-bottom: 40px; }
    .blog-post .comment-section .comment-box, .single-blog-post .comment-section .comment-box {
      overflow: hidden;
      padding-bottom: 35px;
      border-bottom: 1px solid #f3f3f3;
      margin-bottom: 40px; }
      .blog-post .comment-section .comment-box img, .single-blog-post .comment-section .comment-box img {
        width: 70px;
        float: left;
        border-radius: 50%;
        border: 2px solid #25c486; }
      .blog-post .comment-section .comment-box .comment-content, .single-blog-post .comment-section .comment-box .comment-content {
        margin-left: 100px; }
        .blog-post .comment-section .comment-box .comment-content h4, .single-blog-post .comment-section .comment-box .comment-content h4 {
          color: #222222;
          font-size: 13px;
          text-transform: uppercase;
          margin: 0; }
          .blog-post .comment-section .comment-box .comment-content h4 a, .single-blog-post .comment-section .comment-box .comment-content h4 a {
            color: #222222;
            display: inline-block;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            float: right;
            font-size: 11px;
            font-weight: 400; }
        .blog-post .comment-section .comment-box .comment-content span, .single-blog-post .comment-section .comment-box .comment-content span {
          font-size: 13px;
          color: #999999;
          line-height: 20px;
          margin: 0 0 10px;
          font-size: 11px;
          display: inline-block;
          font-weight: 400;
          margin-bottom: 16px;
          text-transform: uppercase; }
    .blog-post .comment-section ul.depth .comment-box, .single-blog-post .comment-section ul.depth .comment-box {
      padding-left: 100px; }
    .blog-post .comment-section .comment-form h2, .single-blog-post .comment-section .comment-form h2 {
      padding-bottom: 0;
      border-bottom: none;
      margin-bottom: 30px; }
    .blog-post .comment-section .comment-form input[type="text"],
    .blog-post .comment-section .comment-form textarea, .single-blog-post .comment-section .comment-form input[type="text"],
    .single-blog-post .comment-section .comment-form textarea {
      width: 100%;
      display: block;
      padding: 12px;
      background: #fff;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      color: #999999;
      font-size: 13px;
      border: 1px solid #ccc;
      outline: none;
      margin: 0 0 20px;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out; }
      .blog-post .comment-section .comment-form input[type="text"]:focus,
      .blog-post .comment-section .comment-form textarea:focus, .single-blog-post .comment-section .comment-form input[type="text"]:focus,
      .single-blog-post .comment-section .comment-form textarea:focus {
        border: 1px solid #25c486; }
    .blog-post .comment-section .comment-form textarea, .single-blog-post .comment-section .comment-form textarea {
      min-height: 193px;
      margin-bottom: 30px; }
    .blog-post .comment-section .comment-form .btn-primary-bordered, .single-blog-post .comment-section .comment-form .btn-primary-bordered {
      background: transparent; }

.single-blog-post {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.pagination li a, .pagination li a:hover, .pagination li a:focus {
  color: #adadad;
  padding: 6px 12px;
  border-radius: 0;
  border: solid 1px #e1e1e1;
  background: transparent;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms; }
.pagination li.active a, .pagination li.active a:hover {
  color: #fff;
  border: solid 1px #25c486;
  background-color: #25c486; }
.pagination li:first-child a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.pagination li:last-child a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.widget {
  margin-bottom: 40px; }

.widget-title {
  margin: 0 0 20px 0; }
  .widget-title h3 {
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #333333; }

.widget-search input[type="search"] {
  width: 100%;
  display: block;
  padding: 8px;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #999999;
  font-size: 13px;
  border: 1px solid #ccc;
  outline: none;
  margin: 0 0 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }
  .widget-search input[type="search"]:focus {
    border: 1px solid #25c486; }

.widget-archive li a,
.widget-category li a {
  font-weight: 400;
  color: #333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .widget-archive li a:hover,
  .widget-category li a:hover {
    color: #25c486; }

.widget-tag li {
  display: inline-block;
  margin-bottom: 20px !important;
  margin-right: 2px; }
.widget-tag a {
  font-size: 14px;
  font-style: normal !important;
  line-height: 17px;
  margin: 0;
  padding: 8px 15px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff !important;
  border: 0;
  background: #25c486;
  text-shadow: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .widget-tag a:hover {
    background: #24252a; }

.widget-social li {
  font-size: 16px;
  line-height: 16px;
  float: left;
  margin: 0 1px 0 0;
  padding: 5px 15px 5px 13px;
  list-style: none;
  text-align: center;
  background: #1a1a1a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .widget-social li a {
    color: #fff; }
  .widget-social li:hover {
    background: #25c486; }

.widget-navigation .side-navigation li {
  border: 1px solid #ddd;
  border-bottom: none; }
  .widget-navigation .side-navigation li:last-child {
    border-bottom: 1px solid #ddd; }
  .widget-navigation .side-navigation li a {
    padding: 13px 18px;
    text-transform: uppercase;
    background: #f7f7f7;
    color: #222;
    font-weight: normal;
    display: block; }
    .widget-navigation .side-navigation li a:hover {
      background: #222;
      color: #25c486; }

.shop-top-bar {
  overflow: hidden;
  margin-bottom: 80px; }
  .shop-top-bar p {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 5px; }
  .shop-top-bar select {
    float: right;
    width: 220px;
    border: 1px solid #cccccc;
    color: #999999;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 8px 10px;
    outline: none; }

.shop-post {
  margin-bottom: 30px; }
  .shop-post .shop-gallery {
    position: relative; }
    .shop-post .shop-gallery img {
      width: 100%; }
    .shop-post .shop-gallery > span {
      position: absolute;
      top: 10px;
      width: 60px;
      height: 60px;
      display: inline-block;
      text-align: center;
      line-height: 60px;
      text-transform: uppercase;
      color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      margin: 0;
      transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out; }
      .shop-post .shop-gallery > span.new-product {
        left: 10px;
        background: #ff8b58; }
      .shop-post .shop-gallery > span.sale-product {
        right: 10px;
        background: #25c486; }
    .shop-post .shop-gallery .hover-shop {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.9);
      transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      opacity: 0; }
      .shop-post .shop-gallery .hover-shop .inner-hover {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        text-align: center;
        margin-top: -38px; }
        .shop-post .shop-gallery .hover-shop .inner-hover a {
          display: inline-block;
          text-decoration: none;
          transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          width: 104px;
          padding: 8px 5px;
          color: #ffffff;
          font-size: 13px;
          -webkit-border-radius: 16px;
          border-radius: 16px;
          background: #222222;
          margin-bottom: 5px; }
          .shop-post .shop-gallery .hover-shop .inner-hover a:hover {
            background: #25c486; }
  .shop-post h4 {
    font-size: 13px;
    color: #777777;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 16px 0;
    text-transform: uppercase;
    border-bottom: 1px dotted #cccccc;
    margin: 0 0 15px; }
    .shop-post h4 a {
      display: inline-block;
      text-decoration: none;
      transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      color: #777777; }
      .shop-post h4 a:hover {
        color: #25c486; }
  .shop-post p {
    overflow: hidden;
    margin: 0;
    padding-bottom: 15px; }
    .shop-post p span.price {
      display: inline-block;
      color: #222222;
      font-size: 18px;
      font-weight: 600; }
    .shop-post p span.old-price {
      display: inline-block;
      color: #cccccc;
      font-size: 18px;
      font-weight: 600; }
    .shop-post p span.rating {
      float: right; }
      .shop-post p span.rating i {
        color: #777777;
        font-size: 17px;
        line-height: 24px; }
      .shop-post p span.rating i[data-rated="rated"] {
        color: #25c486; }
  .shop-post:hover .shop-gallery span.new-product, .shop-post:hover .shop-gallery span.sell-product {
    opacity: 0; }
  .shop-post:hover .shop-gallery .hover-shop {
    opacity: 1; }

.shop-pagination {
  overflow: hidden;
  margin-top: 20px; }
  .shop-pagination a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    width: 25px;
    height: 25px;
    border: 1px solid #dfdfdf;
    text-align: center;
    font-size: 13px;
    color: #777777;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 11px;
    margin: 0;
    line-height: 23px; }
    .shop-pagination a:hover {
      color: #25c486;
      border: 1px solid #25c486; }
    .shop-pagination a.prev-page {
      float: left; }
    .shop-pagination a.next-page {
      float: right; }
  .shop-pagination ul {
    text-align: center; }
    .shop-pagination ul li {
      display: inline-block; }

.shop-sidebar h3 {
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600; }
.shop-sidebar .shop-widget {
  margin-bottom: 40px; }

.category-widget li {
  list-style: none;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px dotted #f0f0f0; }
  .category-widget li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    font-size: 13px;
    color: #777777;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    margin: 0; }
    .category-widget li a:hover {
      color: #25c486; }
  .category-widget li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }

.filter-widget {
  position: relative; }
  .filter-widget .price-range {
    padding: 18px 6px 12px;
    overflow: hidden; }
  .filter-widget #start-val,
  .filter-widget #end-val {
    display: inline-block;
    border: none;
    float: left;
    padding: 0;
    color: #777777;
    font-size: 13px;
    max-width: 50px; }
  .filter-widget #end-val {
    float: right;
    text-align: right; }
  .filter-widget a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    width: 103px;
    padding: 8px 8px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    border: 1px solid #222222;
    color: #222222;
    font-size: 13px;
    text-align: center;
    margin-top: 4px; }
    .filter-widget a:hover {
      background: #222222;
      color: #ffffff; }

.product-widget li {
  list-style: none;
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #f0f0f0; }
  .product-widget li img {
    float: left; }
  .product-widget li .product-widget-content {
    margin-left: 70px; }
  .product-widget li h4 {
    font-size: 13px;
    color: #777777;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    margin: 0;
    margin-top: -3px; }
    .product-widget li h4 a {
      color: #777777;
      display: inline-block;
      text-decoration: none;
      transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out; }
      .product-widget li h4 a:hover {
        color: #25c486; }
  .product-widget li span {
    display: inline-block;
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    margin: 0; }
    .product-widget li span del {
      color: #777777; }
  .product-widget li:last-child {
    padding-bottom: 0;
    border-bottom: none; }
.product-widget > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  width: 103px;
  padding: 8px 8px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  border: 1px solid #222222;
  color: #222222;
  font-size: 13px;
  text-align: center;
  margin-top: 4px; }
  .product-widget > a:hover {
    background: #222222;
    color: #ffffff; }

.single-product-section .flexslider ul.flex-direction-nav li a:before {
  margin-top: 10px; }

.single-product-section h1 {
  color: #222222;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  padding-bottom: 14px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #cccccc; }

.single-product-section .product-details {
  margin-bottom: 20px; }

.single-product-section .product-details p {
  margin-bottom: 20px; }

.single-product-section .product-details p span.price {
  display: inline-block;
  color: #222222;
  font-size: 18px;
  font-weight: 600; }

.single-product-section .product-details p span.rating {
  display: block; }

.single-product-section .product-details p span.rating i {
  color: #777777;
  font-size: 17px;
  line-height: 24px; }

.single-product-section .product-details p span.rating i[data-rated="rated"] {
  color: #25c486; }

.single-product-section .product-details button {
  width: 24px;
  height: 35px;
  display: inline-block;
  background: #eeeeee;
  text-align: center;
  line-height: 35px;
  color: #222222;
  font-size: 13px;
  font-family: 'Asap', sans-serif;
  outline: none;
  border: none;
  margin: 2px 0 0;
  padding: 0; }

.single-product-section .product-details input {
  display: inline-block;
  width: 54px;
  height: 35px;
  border: 1px solid #eeeeee;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  margin: 0px -4px 0 -6px;
  line-height: 34px;
  color: #222222;
  font-size: 13px;
  font-family: 'Asap', sans-serif;
  outline: none;
  text-align: center;
  padding: 0; }

.single-product-section .product-details a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 8px 16px;
  background: #25c486;
  border: 2px solid transparent;
  color: #ffffff;
  font-family: 'Asap', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-left: 3px; }

.single-product-section .product-details a:hover {
  background: transparent;
  border: 2px solid #25c486;
  color: #25c486; }

.single-product-section .product-desc {
  margin-bottom: 15px;
  overflow: hidden; }

.single-product-section .product-desc p {
  margin-bottom: 15px; }

.single-product-section .product-reviews ul {
  margin: 0;
  padding: 0; }

.single-product-section .product-reviews ul li {
  list-style: none;
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 16px;
  overflow: hidden; }

.single-product-section .product-reviews ul li img {
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  margin-bottom: 10px; }

.single-product-section .product-reviews ul li .review-content {
  margin-left: 100px; }

.single-product-section .product-reviews ul li .review-content h2 {
  overflow: hidden;
  color: #222222;
  font-size: 16px;
  font-family: 'Asap', sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: -4px; }

.single-product-section .product-reviews ul li .review-content h2 span.rating {
  float: right;
  margin: 0; }

.single-product-section .product-reviews ul li .review-content h2 span.rating i {
  color: #777777;
  font-size: 14px;
  line-height: 24px; }

.single-product-section .product-reviews ul li .review-content h2 span.rating i[data-rated="rated"] {
  color: #25c486; }

.single-product-section .product-reviews ul li .review-content span.time {
  font-size: 13px;
  color: #777777;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  display: inline-block;
  margin: 0 0 16px;
  font-weight: 300; }

.single-product-section .product-reviews ul li .review-content p {
  margin: 0 0 10px; }

.single-product-section .product-reviews a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 8px 27px;
  border: 2px solid #222222;
  color: #222222;
  font-family: 'Asap', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-left: 3px; }

.single-product-section .product-reviews a:hover {
  background: #222222;
  color: #ffffff; }

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select, .quotation-form input[type="text"],
.quotation-form input[type="email"],
.quotation-form input[type="tel"],
.quotation-form select {
  width: 100%;
  display: block;
  height: 45px;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #999999;
  font-size: 13px;
  border: 1px solid #ccc;
  outline: none;
  margin: 0 0 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }
  .contact-form input[type="text"]:focus,
  .contact-form input[type="email"]:focus,
  .contact-form input[type="tel"]:focus,
  .contact-form select:focus, .quotation-form input[type="text"]:focus,
  .quotation-form input[type="email"]:focus,
  .quotation-form input[type="tel"]:focus,
  .quotation-form select:focus {
    border: 1px solid #25c486; }
.contact-form textarea, .quotation-form textarea {
  margin-bottom: 20px;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #999999;
  font-size: 13px;
  border: 1px solid #ccc;
  outline: none; }
.contact-form .help-block, .quotation-form .help-block {
  color: #f00; }
.contact-form .btn-primary-bordered, .quotation-form .btn-primary-bordered {
  background: transparent; }

.footer-section {
  background: #333333; }
  .footer-section p {
    color: #999999; }

.widget h3.widget-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #ffffff;
  margin-bottom: 30px; }
.widget ul.social-list li {
  display: inline-block;
  margin-right: 1px; }
  .widget ul.social-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #25c486;
    text-align: center;
    border: 2px solid #25c486; }
    .widget ul.social-list li a i {
      color: #333333;
      font-size: 14px;
      line-height: 26px; }
    .widget ul.social-list li a:hover {
      background: #333333; }
      .widget ul.social-list li a:hover i {
        color: #25c486; }

.tweets-widget li {
  list-style: none;
  margin-bottom: 25px; }
  .tweets-widget li p {
    color: #999999;
    margin: 0; }
    .tweets-widget li p a {
      color: #25c486; }
  .tweets-widget li span {
    display: inline-block;
    font-size: 13px;
    color: #777777;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    margin: 0; }

.tags-widget li {
  display: inline-block;
  margin-bottom: 3px; }
  .tags-widget li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    color: #999999;
    margin: 0;
    padding: 8px;
    border: 1px solid #999999; }
    .tags-widget li a:hover {
      color: #25c486;
      border: 1px solid #25c486; }

.subscribe-widget p {
  margin-bottom: 22px; }
.subscribe-widget input[type="text"] {
  background: transparent;
  border: 1px solid #999999;
  border-right: none;
  padding: 12px 10px;
  color: #c8c8c8;
  font-size: 13px;
  font-family: "Asap", sans-serif;
  float: left;
  width: 140px;
  outline: none; }
.subscribe-widget input[type="submit"] {
  padding: 12px 10px;
  color: #ffffff;
  background: #25c486;
  border: 1px solid #25c486;
  font-size: 13px;
  font-family: "Asap", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  float: left;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }
  .subscribe-widget input[type="submit"]:hover {
    opacity: 0.6; }

.copyright-section {
  background: #222222;
  padding: 20px 0;
  text-align: center; }
  .copyright-section p {
    margin: 0;
    color: #999999; }

.error-page {
  text-align: center; }
  .error-page h1 {
    font-size: 120px;
    margin-bottom: 40px;
    color: #fff; }
  .error-page h3 {
    font-size: 60px;
    color: #fff; }
  .error-page p {
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff; }
